.suggestions-page{max-width:960px;margin:0 auto;padding:24px 20px;font-family:inherit;color:#2c2418}.suggestions-page-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.suggestions-page-header h2{margin:0;font-size:22px;font-weight:700;color:#2c2418}.suggestions-filters{display:flex;gap:6px;margin-bottom:20px}.suggestions-filter-btn{font-family:inherit;font-size:13px;font-weight:500;padding:6px 16px;border-radius:999px;border:1px solid rgba(120,100,70,.25);background:transparent;color:#7a6f5f;cursor:pointer;transition:all .16s ease}.suggestions-filter-btn:hover{background:#78644614;color:#4a3f2f}.suggestions-filter-btn.active{background:#2c2418;color:#faf6eb;border-color:#2c2418}.suggestions-loading,.suggestions-empty{text-align:center;color:#a09888;font-style:italic;padding:40px 0}.suggestions-error,.suggestion-error{color:#8b2020;font-size:14px;margin:8px 0}.suggestions-list{display:flex;flex-direction:column;gap:12px}.suggestion-card{border:1px solid rgba(120,100,70,.2);border-radius:10px;background:#faf6eb;overflow:hidden;transition:box-shadow .16s ease}.suggestion-card:hover{box-shadow:0 2px 8px #0000000f}.suggestion-card--approved{border-left:3px solid #4caf50}.suggestion-card--rejected{border-left:3px solid #d32f2f;opacity:.7}.suggestion-card--pending{border-left:3px solid #f9a825}.suggestion-card-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer;-webkit-user-select:none;user-select:none}.suggestion-card-header:hover{background:#7864460a}.suggestion-card-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.suggestion-card-info{display:flex;align-items:center;gap:10px;flex-shrink:0}.suggestion-status{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:999px}.suggestion-status--pending{background:#fff3cd;color:#856404}.suggestion-status--approved{background:#d4edda;color:#155724}.suggestion-status--rejected{background:#f8d7da;color:#721c24}.suggestion-card-type{font-size:13px;color:#7a6f5f}.suggestion-card-name{font-size:14px;color:#2c2418}.suggestion-card-date,.suggestion-card-chevron{font-size:12px;color:#a09888}.suggestion-card-body{padding:0 18px 18px}.suggestion-loading{color:#a09888;font-style:italic;font-size:13px}.suggestion-diff-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:14px}.suggestion-diff-table th{text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#7a6f5f;padding:6px 10px;border-bottom:2px solid rgba(120,100,70,.15)}.suggestion-diff-table td{padding:5px 10px;border-bottom:1px solid rgba(120,100,70,.08);vertical-align:top;max-width:300px;overflow-wrap:break-word}.suggestion-diff-label{font-weight:500;color:#7a6f5f;white-space:nowrap;width:140px}.suggestion-diff-current{color:#7a6f5f}.suggestion-diff-highlight{background:#fffde7;font-weight:500;color:#2c2418}.suggestion-diff-changed .suggestion-diff-current{text-decoration:line-through;color:#b0a090}.suggestion-reviewer-notes{margin:10px 0;padding:8px 12px;background:#f0ebe0;border-radius:6px;font-size:13px;color:#4a3f2f}.suggestion-actions{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}.suggestion-reject-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.suggestion-reject-input{font-family:inherit;font-size:13px;padding:6px 12px;border:1px solid rgba(120,100,70,.25);border-radius:6px;min-width:200px;background:#fff;color:#2c2418}.suggestion-reject-input:focus{outline:none;border-color:#8b7355;box-shadow:0 0 0 2px #8b735526}@media(prefers-color-scheme:dark){.suggestions-page,.suggestions-page-header h2{color:#f0ebe0}.suggestions-filter-btn{color:#a09888;border-color:#3a3528}.suggestions-filter-btn:hover{background:#c8b48c1a;color:#d8d0c4}.suggestions-filter-btn.active{background:#f0ebe0;color:#1e1b16}.suggestion-card{background:#1e1b16;border-color:#3a3528}.suggestion-card-header:hover{background:#c8b48c0d}.suggestion-card-name{color:#f0ebe0}.suggestion-diff-table th{color:#a09888;border-bottom-color:#3a3528}.suggestion-diff-table td{border-bottom-color:#2a2518}.suggestion-diff-highlight{background:#2a2a18;color:#f0ebe0}.suggestion-diff-current{color:#7a6f5f}.suggestion-reviewer-notes{background:#2a2518;color:#d8d0c4}.suggestion-reject-input{background:#2a2518;color:#f0ebe0;border-color:#3a3528}.suggestion-reject-input:focus{border-color:#c4a67a;box-shadow:0 0 0 2px #c4a67a26}}@media(max-width:768px){.suggestions-page{padding:16px 12px}.suggestion-card-header{padding:12px 14px;flex-direction:column;align-items:flex-start;gap:6px}.suggestion-diff-table{font-size:12px}.suggestion-diff-label{width:auto}.suggestion-reject-form{flex-direction:column;align-items:stretch}.suggestion-reject-input{min-width:0}}.suggest-new-overlay{position:fixed;inset:0;z-index:9000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.suggest-new-modal{position:relative;background:#faf6eb;border-radius:14px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;padding:28px 24px;box-shadow:0 8px 32px #00000026}.suggest-new-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:24px;color:#7a6f5f;cursor:pointer;padding:4px 8px;line-height:1}.suggest-new-close:hover{color:#2c2418}.suggest-new-picker h2{margin:0 0 8px;font-size:20px;font-weight:700;color:#2c2418}.suggest-new-desc{margin:0 0 20px;font-size:14px;color:#7a6f5f;line-height:1.4}.suggest-new-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.suggest-new-option{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;border:2px solid rgba(120,100,70,.2);border-radius:10px;background:#fff;cursor:pointer;transition:all .16s ease;font-family:inherit;text-align:center}.suggest-new-option:hover{border-color:#5b7ee8;background:#f0f4fc}.suggest-new-option-icon{font-size:28px}.suggest-new-option--person .suggest-new-option-icon{color:#5b7ee8}.suggest-new-option--event .suggest-new-option-icon{color:#f9a825}.suggest-new-option--era .suggest-new-option-icon{color:#4caf50}.suggest-new-option strong{font-size:15px;color:#2c2418}.suggest-new-option span:last-child{font-size:12px;color:#7a6f5f}.suggest-new-form-wrapper{position:relative}.suggest-new-back{font-family:inherit;font-size:13px;font-weight:500;padding:4px 10px;border:none;background:none;color:#5b7ee8;cursor:pointer;margin-bottom:8px}.suggest-new-back:hover{text-decoration:underline}@media(prefers-color-scheme:dark){.suggest-new-modal{background:#1e1b16}.suggest-new-close{color:#a09888}.suggest-new-close:hover,.suggest-new-picker h2{color:#f0ebe0}.suggest-new-desc{color:#a09888}.suggest-new-option{border-color:#3a3528;background:#252118}.suggest-new-option:hover{border-color:#5b7ee8;background:#1e2a40}.suggest-new-option strong{color:#f0ebe0}.suggest-new-option span:last-child{color:#a09888}.suggest-new-back{color:#8eaef0}}@media(max-width:768px){.suggest-new-options{grid-template-columns:1fr}.suggest-new-modal{padding:20px 16px;max-height:90vh}}
