@layer components{.world-clock-widget{flex-direction:column;height:100%;display:flex;overflow:visible}.world-clock-widget .card-title{flex-shrink:0}.world-clock-settings-btn{color:var(--shell-color-text-muted);cursor:pointer;opacity:0;background:none;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:auto;padding:4px;transition:all .15s;display:flex}.world-clock-widget:hover .world-clock-settings-btn{opacity:1}.world-clock-settings-btn:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.world-clock-content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:0;padding:8px 12px 12px;display:flex;overflow:visible}.world-clock-content.compact{gap:4px;padding:4px 8px}.world-clock-compact{gap:8px;width:100%}.world-clock-compact,.world-clock-compact-primary{flex-direction:column;align-items:center;display:flex}.world-clock-compact-primary{gap:2px}.world-clock-compact-time{color:var(--shell-color-text);font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:600;line-height:1.1}.world-clock-compact-location{color:var(--shell-color-brand);font-size:.75rem;font-weight:500}.world-clock-compact-secondary{justify-content:center;gap:16px;display:flex}.world-clock-compact-item{flex-direction:column;align-items:center;gap:1px;display:flex}.world-clock-compact-sec-time{color:var(--shell-color-text);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500}.world-clock-compact-sec-location{color:var(--shell-color-text-muted);text-transform:uppercase;font-size:.65rem;font-weight:500}.world-clock-content.horizontal{flex-direction:row;justify-content:space-evenly;align-items:center;gap:24px;padding:8px 16px}.world-clock-content.horizontal .world-clock-primary{flex-direction:row;gap:12px}.world-clock-content.horizontal .world-clock-primary-info{align-items:flex-start}.world-clock-content.horizontal .world-clock-primary-time{font-size:1.25rem}.world-clock-content.horizontal .world-clock-primary-location{font-size:.85rem}.world-clock-content.horizontal .world-clock-primary-date{font-size:.75rem}.world-clock-content.horizontal .world-clock-secondary{flex-direction:column;gap:12px}.world-clock-content.horizontal .world-clock-secondary-item{flex-direction:row;gap:8px}.world-clock-content.horizontal .world-clock-secondary-info{align-items:flex-start}.world-clock-content.horizontal .world-clock-secondary-time{font-size:.8rem}.world-clock-content.horizontal .world-clock-secondary-location{font-size:.65rem}.world-clock-primary{gap:8px}.world-clock-primary,.world-clock-primary-info{flex-direction:column;align-items:center;display:flex}.world-clock-primary-info{gap:2px}.world-clock-primary-time{color:var(--shell-color-text);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:600}.world-clock-primary-location{color:var(--shell-color-brand);font-size:.95rem;font-weight:500}.world-clock-primary-date{color:var(--shell-color-text-muted);font-size:.8rem}.world-clock-secondary{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.world-clock-secondary-item{flex-direction:column;align-items:center;gap:4px;display:flex}.world-clock-secondary-info{flex-direction:column;align-items:center;gap:1px;display:flex}.world-clock-secondary-time{color:var(--shell-color-text);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:500}.world-clock-secondary-location{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:500}.world-clock-analog{display:block}.world-clock-settings-overlay{z-index:1002;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(0,0,0,.4);position:fixed;top:0;bottom:0;left:0;right:0}.world-clock-settings-modal{background:var(--shell-color-surface);border-radius:var(--shell-radius-lg);border:1px solid var(--shell-color-border);z-index:1003;flex-direction:column;width:340px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);display:flex;position:fixed;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3)}.world-clock-settings-header{border-bottom:1px solid var(--shell-color-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.world-clock-settings-header h3{color:var(--shell-color-text);margin:0;font-size:1.1rem;font-weight:600}.world-clock-settings-close{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.world-clock-settings-close:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.world-clock-settings-body{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.world-clock-settings-field{flex-direction:column;gap:8px;display:flex}.world-clock-settings-field label{color:var(--shell-color-text-muted);font-size:.85rem;font-weight:500}.world-clock-settings-field select{background:var(--shell-color-bg);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text);cursor:pointer;padding:10px 12px;font-size:.9rem;transition:border-color .15s}.world-clock-settings-field select:hover{border-color:var(--shell-color-brand)}.world-clock-settings-field select:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 3px var(--shell-surface-brand-weak);outline:none}.world-clock-settings-secondary-row{align-items:center;gap:8px;display:flex}.world-clock-settings-secondary-row select{flex:1}.world-clock-settings-remove{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);cursor:pointer;background:none;justify-content:center;align-items:center;padding:8px;transition:all .15s;display:flex}.world-clock-settings-remove:hover{color:#ef4444;background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3)}.world-clock-settings-add{border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);cursor:pointer;background:none;padding:10px;font-size:.85rem;transition:all .15s}.world-clock-settings-add:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand);background:var(--shell-surface-brand-hover)}.world-clock-settings-footer{border-top:1px solid var(--shell-color-border);justify-content:flex-end;gap:8px;padding:16px 20px;display:flex}.world-clock-settings-cancel{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);cursor:pointer;background:none;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .15s}.world-clock-settings-cancel:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.world-clock-settings-save{background:var(--shell-color-brand);border-radius:var(--shell-radius-md);color:#fff;cursor:pointer;border:none;padding:8px 20px;font-size:.875rem;font-weight:500;transition:all .15s}.world-clock-settings-save:hover{background:var(--shell-color-brand-hover,#4f46e5)}.world-clock-zip-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.world-clock-zip-input{background:var(--shell-color-bg);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text);flex-shrink:0;width:80px;padding:8px 10px;font-family:inherit;font-size:.85rem;transition:border-color .15s}.world-clock-zip-input:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 3px var(--shell-surface-brand-weak);outline:none}.world-clock-zip-input::placeholder{color:var(--shell-color-text-muted)}.world-clock-zip-target{background:var(--shell-color-bg);border:1px solid var(--shell-color-border);color:var(--shell-color-text);flex:1;min-width:100px;padding:8px 10px}.world-clock-zip-btn,.world-clock-zip-target{border-radius:var(--shell-radius-md);cursor:pointer;font-size:.8rem}.world-clock-zip-btn{background:var(--shell-color-brand);color:#fff;white-space:nowrap;border:none;flex-shrink:0;padding:8px 12px;font-weight:500;transition:background .15s}.world-clock-zip-btn:hover{background:var(--shell-color-brand-hover,#4f46e5)}.world-clock-zip-error{color:#ef4444;margin-top:4px;font-size:.8rem}.world-clock-settings-divider{align-items:center;gap:12px;margin:8px 0;display:flex}.world-clock-settings-divider:after,.world-clock-settings-divider:before{content:"";background:var(--shell-color-border);flex:1;height:1px}.world-clock-settings-divider span{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.world-clock-custom-label{color:var(--shell-color-brand);font-size:.8rem;font-weight:400}.world-clock-secondary-label{color:var(--shell-color-brand);background:var(--shell-surface-brand-weak);white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:.75rem}.notes-widget{flex-direction:column;height:100%;display:flex}.notes-widget .shell-card-title{align-items:center;gap:var(--shell-spacing-sm);display:flex}.notes-widget .shell-card-title svg{flex-shrink:0}.notes-add-btn{border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;transition:all .15s;display:flex}.notes-add-btn:hover{background:var(--shell-color-brand);color:#fff}.notes-loading{padding:var(--shell-spacing-lg);text-align:center;color:var(--shell-color-text-muted)}.notes-error{margin:var(--shell-spacing-sm) var(--shell-spacing-md) 0;padding:var(--shell-spacing-xs) var(--shell-spacing-sm);border-radius:var(--shell-radius-sm);color:#fca5a5;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.35);font-size:.75rem;line-height:1.4}[data-theme=light] .notes-error{color:#991b1b;background:rgba(239,68,68,.1)}.notes-empty{padding:var(--shell-spacing-xl);text-align:center;color:var(--shell-color-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.notes-empty p{margin:0 0 var(--shell-spacing-md)}.notes-create-btn{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);background:var(--shell-color-brand);color:#fff;border-radius:var(--shell-radius-md);cursor:pointer;border:none;font-size:.875rem;font-weight:500;transition:all .15s}.notes-create-btn:hover{background:var(--shell-color-brand-hover,#4f46e5)}.notes-list{padding:var(--shell-spacing-sm) 0;flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.notes-list-item{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-radius:var(--shell-radius-sm);cursor:pointer;text-align:left;background:none;border:none;flex-direction:column;gap:4px;width:100%;transition:all .15s;display:flex}.notes-list-item:hover{background:var(--shell-color-border)}.notes-list-item-header{justify-content:space-between;align-items:center;gap:var(--shell-spacing-sm);display:flex}.notes-list-item-title{color:var(--shell-color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.notes-list-item-date{color:var(--shell-color-text-muted);flex-shrink:0;font-size:.75rem}.notes-list-item-preview{color:var(--shell-color-text-muted);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.notes-list-item-tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.notes-widget-editing{padding:0}.notes-editor-header{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);display:flex}.notes-back-btn{padding:var(--shell-spacing-xs) var(--shell-spacing-sm);color:var(--shell-color-text-muted);border-radius:var(--shell-radius-sm);cursor:pointer;background:none;border:none;align-items:center;gap:4px;font-size:.8rem;transition:all .15s;display:flex}.notes-back-btn:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.notes-editor-status{color:var(--shell-color-text-muted);margin-left:auto;font-size:.75rem}.notes-delete-btn{border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.notes-delete-btn:hover{color:#ef4444;background:rgba(239,68,68,.1)}.notes-title-input{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:none;border-bottom:1px solid var(--shell-color-border);color:var(--shell-color-text);background:none;outline:none;width:100%;font-size:1rem;font-weight:600}}@layer components{.notes-title-input::placeholder{color:var(--shell-color-text-muted);font-weight:400}.notes-editor-wrapper{padding:var(--shell-spacing-md);flex:1;overflow-y:auto}.notes-editor-content{color:var(--shell-color-text);outline:none;min-height:150px;font-size:.9rem;line-height:1.6}.notes-editor-content p{margin:0 0 .75em}.notes-editor-content p:last-child{margin-bottom:0}.notes-editor-content h1,.notes-editor-content h2,.notes-editor-content h3{margin:1em 0 .5em;font-weight:600;line-height:1.3}.notes-editor-content h1{font-size:1.5em}.notes-editor-content h2{font-size:1.25em}.notes-editor-content h3{font-size:1.1em}.notes-editor-content ol,.notes-editor-content ul{margin:.5em 0;padding-left:1.5em}.notes-editor-content li{margin:.25em 0}.notes-editor-content blockquote{border-left:3px solid var(--shell-color-border);color:var(--shell-color-text-muted);margin:.75em 0;padding-left:1em}.notes-editor-content code{background:var(--shell-surface-neutral-strong);border-radius:3px;padding:.1em .3em;font-family:monospace;font-size:.9em}.notes-editor-content pre{color:var(--shell-color-text-inverse);padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-sm);background:rgba(15,23,42,.6);border:1px solid rgba(148,163,184,.25);margin:.75em 0;overflow-x:auto}[data-theme=light] .notes-editor-content pre{color:var(--shell-color-text);background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.3)}.notes-editor-content pre code{font-variant-ligatures:none;-moz-tab-size:2;tab-size:2;background:none;padding:0}.notes-editor-content pre code .hljs-comment,.notes-editor-content pre code .hljs-quote{color:#94a3b8}.notes-editor-content pre code .hljs-keyword,.notes-editor-content pre code .hljs-literal,.notes-editor-content pre code .hljs-section,.notes-editor-content pre code .hljs-selector-tag,.notes-editor-content pre code .hljs-title{color:#7dd3fc}.notes-editor-content pre code .hljs-attribute,.notes-editor-content pre code .hljs-regexp,.notes-editor-content pre code .hljs-string,.notes-editor-content pre code .hljs-symbol{color:#86efac}.notes-editor-content pre code .hljs-built_in,.notes-editor-content pre code .hljs-number,.notes-editor-content pre code .hljs-type{color:#facc15}.notes-editor-content pre code .hljs-class,.notes-editor-content pre code .hljs-template-variable,.notes-editor-content pre code .hljs-variable{color:#fca5a5}.notes-editor-content pre code .hljs-attr,.notes-editor-content pre code .hljs-name,.notes-editor-content pre code .hljs-tag{color:#e2e8f0}[data-theme=light] .notes-editor-content pre code .hljs-comment,[data-theme=light] .notes-editor-content pre code .hljs-quote{color:#64748b}[data-theme=light] .notes-editor-content pre code .hljs-keyword,[data-theme=light] .notes-editor-content pre code .hljs-literal,[data-theme=light] .notes-editor-content pre code .hljs-section,[data-theme=light] .notes-editor-content pre code .hljs-selector-tag,[data-theme=light] .notes-editor-content pre code .hljs-title{color:#2563eb}[data-theme=light] .notes-editor-content pre code .hljs-attribute,[data-theme=light] .notes-editor-content pre code .hljs-regexp,[data-theme=light] .notes-editor-content pre code .hljs-string,[data-theme=light] .notes-editor-content pre code .hljs-symbol{color:#15803d}[data-theme=light] .notes-editor-content pre code .hljs-built_in,[data-theme=light] .notes-editor-content pre code .hljs-number,[data-theme=light] .notes-editor-content pre code .hljs-type{color:#b45309}[data-theme=light] .notes-editor-content pre code .hljs-class,[data-theme=light] .notes-editor-content pre code .hljs-template-variable,[data-theme=light] .notes-editor-content pre code .hljs-variable{color:#b91c1c}[data-theme=light] .notes-editor-content pre code .hljs-attr,[data-theme=light] .notes-editor-content pre code .hljs-name,[data-theme=light] .notes-editor-content pre code .hljs-tag{color:#1f2937}.notes-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--shell-color-text-muted);pointer-events:none;height:0}.mention{background:var(--shell-surface-brand-soft);color:var(--shell-color-brand);border-radius:3px;padding:.1em .3em;font-weight:500}.mention-popup{z-index:1100;background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);min-width:200px;max-width:320px;max-height:280px;position:fixed;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.2)}.mention-suggestions{padding:var(--shell-spacing-xs)}.mention-empty{padding:var(--shell-spacing-md);text-align:center;color:var(--shell-color-text-muted);font-size:.85rem}.mention-item{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm);border-radius:var(--shell-radius-sm);cursor:pointer;text-align:left;background:none;border:none;width:100%;transition:background .1s;display:flex}.mention-item.selected,.mention-item:hover{background:var(--shell-color-border)}.mention-item-type{text-transform:uppercase;color:var(--shell-color-text-muted);background:var(--shell-surface-neutral-strong);border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:600}.mention-item-name{color:var(--shell-color-text);flex:1;font-size:.875rem;font-weight:500}.mention-item-name,.mention-item-subtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mention-item-subtitle{color:var(--shell-color-text-muted);font-size:.75rem}.notes-tags{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-top:1px solid var(--shell-color-border);flex-wrap:wrap;gap:6px;display:flex}.notes-tag,.notes-tag-mini{border-radius:999px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.notes-tag{background:var(--shell-surface-brand-soft);color:var(--shell-color-brand)}.notes-tag-mini{padding:1px 6px;font-size:.65rem}.notes-tag-user{color:#3b82f6;background:rgba(59,130,246,.15)}.notes-tag-company{color:#10b981;background:rgba(16,185,129,.15)}.notes-tag-person{color:#8b5cf6;background:rgba(139,92,246,.15)}.notes-tag-project{color:#f59e0b;background:rgba(245,158,11,.15)}.notes-tag-task{color:#ec4899;background:rgba(236,72,153,.15)}.notes-tag-custom{background:var(--shell-surface-neutral-strong)}.notes-tag-custom,.notes-tag-more{color:var(--shell-color-text-muted)}.notes-tag-more{background:var(--shell-surface-neutral-soft)}.pinned-chat-widget{flex-direction:column;height:100%;display:flex;overflow:hidden}.pinned-chat-header{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);flex-shrink:0;align-items:center;gap:8px;display:flex}.pinned-chat-header-icon{color:var(--shell-color-text-muted);justify-content:center;align-items:center;display:flex}.pinned-chat-header-title{color:var(--shell-color-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;font-weight:600;overflow:hidden}.pinned-chat-header-settings{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.pinned-chat-header-settings:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.pinned-chat-messages{padding:var(--shell-spacing-sm) var(--shell-spacing-md);flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.pinned-chat-message{flex-direction:column;gap:2px;display:flex}.pinned-chat-message-header{align-items:baseline;gap:6px;display:flex}.pinned-chat-message-author{color:var(--shell-color-text);font-size:.75rem;font-weight:600}.pinned-chat-message-time{color:var(--shell-color-text-muted);font-size:.65rem}.pinned-chat-message-content{color:var(--shell-color-text);word-break:break-word;font-size:.8rem;line-height:1.4}.pinned-chat-input-area{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-top:1px solid var(--shell-color-border);flex-shrink:0;align-items:center;gap:8px;display:flex}.pinned-chat-input{border:1px solid var(--shell-color-border);background:var(--shell-color-bg-secondary);color:var(--shell-color-text);white-space:pre-wrap;border-radius:6px;outline:none;flex:1;min-height:32px;max-height:80px;padding:8px 12px;font-size:.8rem;overflow-y:auto}.pinned-chat-input:focus{border-color:var(--shell-color-brand)}}@layer components{.pinned-chat-input::placeholder{color:var(--shell-color-text-muted)}.pinned-chat-input[contenteditable=true]:empty:before{content:attr(data-placeholder);color:var(--shell-color-text-muted);pointer-events:none}.pinned-chat-send{background:var(--shell-color-brand);color:#fff;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.pinned-chat-send:hover:not(:disabled){background:var(--shell-color-brand-hover,#5b5fc7)}.pinned-chat-send:disabled{opacity:.5;cursor:not-allowed}.pinned-chat-empty{padding:var(--shell-spacing-lg);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.pinned-chat-empty-icon{color:var(--shell-color-text-muted);opacity:.5}.pinned-chat-empty-text{color:var(--shell-color-text-muted);font-size:.85rem}.pinned-chat-select-btn{background:var(--shell-color-brand);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:.8rem;font-weight:500;transition:background .15s}.pinned-chat-select-btn:hover{background:var(--shell-color-brand-hover,#5b5fc7)}.conversation-picker-overlay{z-index:10000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.conversation-picker-modal{background:var(--shell-color-bg);border:1px solid var(--shell-color-border);border-radius:12px;flex-direction:column;width:90%;max-width:420px;max-height:80vh;display:flex;box-shadow:0 20px 60px rgba(0,0,0,.3)}.conversation-picker-header{padding:var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.conversation-picker-header h3{color:var(--shell-color-text);margin:0;font-size:1rem;font-weight:600}.conversation-picker-close{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}.conversation-picker-close:hover{background:var(--shell-color-border)}.conversation-picker-search{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);flex-shrink:0}.conversation-picker-search input{border:1px solid var(--shell-color-border);background:var(--shell-color-bg-secondary);color:var(--shell-color-text);border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:.85rem}.conversation-picker-search input:focus{border-color:var(--shell-color-brand)}.conversation-picker-search input::placeholder{color:var(--shell-color-text-muted)}.conversation-picker-list{padding:var(--shell-spacing-sm) 0;flex:1;overflow-y:auto}.conversation-picker-section{padding:var(--shell-spacing-xs) var(--shell-spacing-md)}.conversation-picker-section-title{text-transform:uppercase;color:var(--shell-color-text-muted);margin-bottom:6px;font-size:.7rem;font-weight:600}.conversation-picker-item{padding:8px var(--shell-spacing-md);cursor:pointer;text-align:left;background:none;border:none;align-items:center;gap:10px;width:100%;transition:background .15s;display:flex}.conversation-picker-item:hover{background:var(--shell-color-border)}.conversation-picker-item-icon{background:var(--shell-surface-brand-weak);color:var(--shell-color-brand);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.conversation-picker-item-icon.dm{color:#10b981;background:rgba(16,185,129,.1)}.conversation-picker-item-info{flex:1;overflow:hidden}.conversation-picker-item-name{color:var(--shell-color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:500;overflow:hidden}.conversation-picker-item-description{color:var(--shell-color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.conversation-picker-empty,.conversation-picker-loading{padding:var(--shell-spacing-xl);color:var(--shell-color-text-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.pinned-chat-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.pinned-chat-config-btn{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;transition:background .15s,color .15s;display:flex}.pinned-chat-config-btn:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.pinned-chat-loading,.pinned-chat-no-messages{padding:var(--shell-spacing-lg);color:var(--shell-color-text-muted);flex:1;justify-content:center;align-items:center;font-size:.85rem;display:flex}.pinned-chat-message.own .pinned-chat-message-body{background:var(--shell-surface-brand-weak)}.pinned-chat-message-sender{color:var(--shell-color-text);font-size:.75rem;font-weight:600}.pinned-chat-message-body{color:var(--shell-color-text);word-break:break-word;white-space:pre-wrap;background:var(--shell-color-bg-secondary);border-radius:6px;padding:4px 8px;font-size:.8rem;line-height:1.4}.pinned-chat-composer{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-top:1px solid var(--shell-color-border);flex-direction:column;flex-shrink:0;align-items:stretch;gap:8px;display:flex}.pinned-chat-composer-row{align-items:center;gap:8px;display:flex}.pinned-chat-picker-overlay{z-index:10000;background:rgba(0,0,0,.3);position:fixed;top:0;bottom:0;left:0;right:0}.pinned-chat-picker-modal{background:var(--shell-color-bg);border:1px solid var(--shell-color-border);border-radius:8px;flex-direction:column;width:280px;max-height:400px;display:flex;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.3)}.pinned-chat-picker-header{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.pinned-chat-picker-header h3{color:var(--shell-color-text);margin:0;font-size:.875rem;font-weight:600}.pinned-chat-picker-close{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:background .15s;display:flex}.pinned-chat-picker-close:hover{background:var(--shell-color-border)}.pinned-chat-picker-search{padding:var(--shell-spacing-sm);border-bottom:1px solid var(--shell-color-border);flex-shrink:0}.pinned-chat-picker-search input{border:1px solid var(--shell-color-border);background:var(--shell-color-bg-secondary);color:var(--shell-color-text);border-radius:4px;outline:none;width:100%;padding:6px 10px;font-size:.8rem}.pinned-chat-picker-search input:focus{border-color:var(--shell-color-brand)}.pinned-chat-picker-list{padding:var(--shell-spacing-xs) 0;flex:1;overflow-y:auto}.pinned-chat-picker-section{padding:var(--shell-spacing-xs) var(--shell-spacing-sm);text-transform:uppercase;color:var(--shell-color-text-muted);font-size:.65rem;font-weight:600}.pinned-chat-picker-item{padding:6px var(--shell-spacing-sm);cursor:pointer;text-align:left;background:none;border:none;align-items:center;gap:8px;width:100%;transition:background .15s;display:flex}.pinned-chat-picker-item:hover{background:var(--shell-color-border)}.pinned-chat-picker-icon{color:var(--shell-color-text-muted);flex-shrink:0;justify-content:center;align-items:center;width:20px;display:flex}.pinned-chat-picker-label{color:var(--shell-color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.pinned-chat-picker-empty,.pinned-chat-picker-loading{padding:var(--shell-spacing-lg);color:var(--shell-color-text-muted);justify-content:center;align-items:center;font-size:.8rem;display:flex}.directories-page,.directories-shell-page{height:100%;min-height:0}.directories-page{flex-direction:column;gap:16px;display:flex;overflow:hidden}.directories-header{color:#e2e8f0;background:linear-gradient(90deg,#0f172a,#1e293b);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.directories-header h1{margin:6px 0;font-size:24px}.directories-kicker{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:12px}.directories-subtext{color:#cbd5e1;max-width:640px}.directories-actions{gap:8px;display:flex}.directories-tabs{background:#0f172a;border:1px solid #1f2937;border-radius:12px;gap:6px;padding:4px;display:inline-flex}.directories-tab{color:#94a3b8;cursor:pointer;background:none;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-weight:600;transition:all .15s;display:flex}.directories-tab:hover{color:#e2e8f0}.directories-tab.active{color:#f8fafc;background:#1f2937}.directories-tab-count{background:hsla(0,0%,100%,.1);border-radius:999px;padding:2px 8px;font-size:12px}.directories-tab.active .directories-tab-count{color:#38bdf8;background:rgba(56,189,248,.2)}.directories-content{flex:auto;align-items:stretch;gap:16px;min-height:0;display:flex;overflow:hidden}.directories-list-panel{flex-direction:column;flex:0 0 60%;gap:12px;min-width:320px;max-width:60%;min-height:0;display:flex}.directories-content>.directories-list-panel:only-child{flex:auto;min-width:0;max-width:none}.directories-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.directories-search{flex:1;min-width:200px;position:relative}.directories-search-icon{color:var(--shell-color-text-muted);pointer-events:none;z-index:1;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.directories-search-input{border-radius:var(--shell-radius-md);border:1px solid var(--shell-color-border);background:var(--shell-color-surface);color:var(--shell-color-text);width:100%;padding:10px 12px 10px 38px;font-size:14px;transition:border-color .15s}}@layer components{.directories-search-input::placeholder{color:var(--shell-color-text-muted)}.directories-search-input:focus{border-color:var(--shell-color-border-focus);outline:none}.directories-list-card{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden;padding:0!important}.directories-list-header{border-bottom:1px solid var(--shell-glass-border);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.directories-list-title{color:var(--shell-color-text);font-size:14px;font-weight:700}.directories-list-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.directories-list-select-all{color:var(--shell-color-text-muted);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:inline-flex}.directories-list-select-all input[type=checkbox]{accent-color:var(--shell-color-brand);width:14px;height:14px}.directories-company-org-card{background:var(--shell-color-surface-alt);border:1px solid var(--shell-glass-border);flex-direction:column;gap:10px;padding:14px;display:flex}.directories-company-org-note,.directories-company-org-summary{color:var(--shell-color-text-muted);font-size:12px}.directories-company-org-active{color:var(--shell-color-text);font-size:13px}.directories-list{flex-direction:column;flex:auto;min-height:0;display:flex;overflow-y:auto}.directories-item{border-bottom:1px solid var(--shell-glass-border);cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.directories-item:last-child{border-bottom:none}.directories-item:hover{background:rgba(99,102,241,.05)}.directories-item.selected{border-left:3px solid var(--shell-color-brand);background:rgba(99,102,241,.1);padding-left:13px}.directories-item.selected-for-merge:not(.selected){background:rgba(99,102,241,.06)}.directories-item-checkbox{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.directories-item-checkbox input[type=checkbox]{accent-color:var(--shell-color-brand);cursor:pointer;width:16px;height:16px}.directories-item-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.directories-item-avatar.person{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:50%}.directories-item-avatar.employee{background:linear-gradient(135deg,#10b981,#059669)}.directories-item-info{flex:1;min-width:0}.directories-item-name{color:var(--shell-color-text);font-weight:600}.directories-item-meta,.directories-item-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.directories-item-meta{color:var(--shell-color-text-muted);font-size:13px}.directories-item-badges{flex-shrink:0;gap:6px;display:flex}.directories-empty{text-align:center;color:var(--shell-color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.directories-empty-icon{opacity:.5;margin-bottom:16px;font-size:48px}.directories-empty-title{color:var(--shell-color-text);margin-bottom:4px;font-weight:600}.directories-detail-panel{overscroll-behavior:contain;flex-direction:column;flex:0 0 40%;gap:12px;width:auto;min-width:420px;max-width:40%;height:100%;min-height:0;max-height:100%;display:flex;overflow-y:auto}.directories-detail-panel>*{flex-shrink:0}.directories-detail-card{flex-direction:column;flex:none;gap:16px;display:flex}.directories-detail-header{align-items:flex-start;gap:16px;display:flex}.directories-detail-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:700;display:flex}.directories-detail-avatar.person{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:50%}.directories-detail-avatar.employee{background:linear-gradient(135deg,#10b981,#059669)}.directories-detail-title-area{flex:1;min-width:0}.directories-detail-name{color:var(--shell-color-text);margin-bottom:4px;font-size:18px;font-weight:700}.directories-detail-subtitle{color:var(--shell-color-text-muted);font-size:13px}.directories-detail-badges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.directories-section{flex-direction:column;gap:12px;display:flex}.directories-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.directories-section-title{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.directories-section-tabs{border-bottom:1px solid var(--shell-glass-border);flex-wrap:wrap;gap:8px;padding-bottom:12px;display:flex}.directories-section-tab{border:1px solid var(--shell-color-border);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s}.directories-section-tab:hover{color:var(--shell-color-text);border-color:var(--shell-color-border-focus)}.directories-section-tab.active{color:#e0e7ff;background:rgba(99,102,241,.2);border-color:rgba(99,102,241,.45)}.directories-form{flex-direction:column;gap:12px;display:flex}.directories-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.directories-company-profile-summary{gap:14px}.directories-company-profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.directories-company-profile-summary-item{color:var(--shell-color-text);flex-direction:column;gap:6px;min-width:0;font-size:13px;line-height:1.5;display:flex}.directories-company-profile-summary-label{text-transform:uppercase;letter-spacing:.05em;color:var(--shell-color-text-muted);font-size:11px;font-weight:700}.directories-company-profile-summary-note{color:var(--shell-color-text-muted);font-size:12px}.category-multiselect{flex-direction:column;gap:6px;display:flex;position:relative}.category-multiselect-label{color:var(--shell-color-text-muted);font-size:13px;font-weight:500}.category-multiselect-control{border-radius:var(--shell-radius-md);border:1px solid var(--shell-color-border);background:var(--shell-color-surface);cursor:pointer;align-items:center;gap:8px;min-height:38px;padding:6px 10px;transition:border-color .15s;display:flex}.category-multiselect-control:hover{border-color:var(--shell-color-border-focus)}.category-multiselect-control.open{border-color:var(--shell-color-brand)}.category-multiselect-tags{flex-wrap:wrap;flex:1;gap:4px;min-width:0;display:flex}.category-multiselect-placeholder{color:var(--shell-color-text-muted);font-size:14px}.category-multiselect-tag{background:var(--shell-color-brand);color:#fff;border-radius:999px;align-items:center;gap:4px;padding:2px 6px 2px 8px;font-size:12px;font-weight:500;display:inline-flex}.category-multiselect-tag-remove{cursor:pointer;color:#fff;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:background .15s;display:flex}.category-multiselect-tag-remove:hover{background:hsla(0,0%,100%,.35)}.category-multiselect-chevron{color:var(--shell-color-text-muted);flex-shrink:0;transition:transform .2s}.category-multiselect-control.open .category-multiselect-chevron{transform:rotate(180deg)}.category-multiselect-dropdown{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);z-index:50;background:#1e293b;flex-direction:column;max-height:240px;margin-top:4px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.4)}[data-theme=light] .category-multiselect-dropdown{background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.15)}.category-multiselect-search{border:none;border-bottom:1px solid var(--shell-color-border);background:inherit;color:var(--shell-color-text);outline:none;padding:10px 12px;font-size:13px}.category-multiselect-search::placeholder{color:var(--shell-color-text-muted)}.category-multiselect-options{max-height:180px;overflow-y:auto}.category-multiselect-option{color:var(--shell-color-text);text-align:left;cursor:pointer;background:none;border:none;width:100%;padding:8px 12px;font-size:13px;transition:background .1s;display:block}.category-multiselect-option:hover{background:rgba(99,102,241,.1)}.category-multiselect-empty{text-align:center;color:var(--shell-color-text-muted);padding:12px;font-size:13px}.directories-associated-people{flex-direction:column;gap:6px;display:flex}.directories-associated-empty{color:var(--shell-color-text-muted);font-size:13px}.directories-associated-person{border-radius:var(--shell-radius-md);border:1px solid var(--shell-color-border-subtle);background:var(--shell-color-surface-alt);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 10px;display:flex}.directories-associated-person-main{flex-direction:column;gap:2px;display:flex}.directories-associated-person-name{color:var(--shell-color-text);font-size:13px;font-weight:500}.directories-associated-person-email{color:var(--shell-color-text-muted);font-size:12px}.directories-checkbox-label{color:var(--shell-color-text);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.directories-checkbox-label input[type=checkbox]{accent-color:var(--shell-color-brand);width:16px;height:16px}.directories-btn-row{justify-content:flex-end;gap:8px;display:flex}.directories-delete-btn{margin-right:auto;color:var(--shell-color-negative)!important}.directories-delete-btn:hover{background:rgba(239,68,68,.1)!important}.directories-delete-confirm-btn{background:var(--shell-color-negative)!important;border-color:var(--shell-color-negative)!important}.directories-delete-confirm-btn:hover:not(:disabled){background:#dc2626!important;border-color:#dc2626!important}.directories-alert{border-radius:var(--shell-radius-md);align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.directories-alert.error{color:var(--shell-color-negative);background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3)}.directories-alert-info{color:var(--shell-color-text);background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.24)}.directories-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:rgba(0,0,0,.6);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.directories-modal{flex-direction:column;gap:16px;width:90%;max-width:480px;display:flex}.directories-modal-title{color:var(--shell-color-text);font-size:18px;font-weight:700}.directories-modal-subtitle{color:var(--shell-color-text-muted);margin-top:-8px;font-size:14px}.directories-loading{color:var(--shell-color-text-muted);justify-content:center;align-items:center;padding:48px;display:flex}.directories-spinner{border:2px solid var(--shell-color-border);border-top-color:var(--shell-color-brand);border-radius:50%;width:24px;height:24px;margin-right:12px;animation:directories-spin .8s linear infinite}@keyframes directories-spin{to{transform:rotate(1turn)}}.directories-collapsible{border:1px solid var(--shell-glass-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);overflow:hidden}.directories-collapsible-header{background:var(--shell-color-surface-alt);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .15s;display:flex}.directories-collapsible-header:hover{background:var(--shell-color-surface-elevated)}.directories-collapsible-title{color:var(--shell-color-text);font-size:13px;font-weight:600}.directories-collapsible-icon{color:var(--shell-color-text-muted);transition:transform .2s}.directories-collapsible.open .directories-collapsible-icon{transform:rotate(180deg)}.directories-collapsible-content{padding:16px}.directories-ai-review-card{gap:18px}.directories-ai-review-header{align-items:flex-start}.directories-ai-review-subtitle{color:var(--shell-color-text-muted);max-width:760px;margin-top:6px;font-size:13px;line-height:1.5}.directories-ai-review-actions{flex-wrap:wrap;gap:8px;display:flex}.directories-ai-review-stop-btn{color:#fecaca!important;border-color:rgba(239,68,68,.35)!important}.directories-ai-review-stop-btn:hover{background:rgba(239,68,68,.12)!important;border-color:rgba(239,68,68,.55)!important}.directories-ai-review-empty{border:1px dashed var(--shell-color-border);border-radius:var(--shell-radius-md);background:linear-gradient(rgba(99,102,241,.08),rgba(15,23,42,.02));flex-direction:column;gap:8px;padding:18px;display:flex}.directories-ai-review-empty-title{color:var(--shell-color-text);font-size:15px;font-weight:700}.directories-ai-review-empty-copy{color:var(--shell-color-text-muted);font-size:13px;line-height:1.5}.directories-ai-review-overview-hero{border-radius:var(--shell-radius-md);background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(99,102,241,.02));border-left:3px solid #6366f1;flex-direction:column;gap:10px;padding:16px;display:flex}.directories-ai-review-overview-hero-text{color:var(--shell-color-text);font-size:15px;font-weight:500;line-height:1.6}.directories-ai-review-summary-card{border-radius:var(--shell-radius-md);border:1px solid var(--shell-glass-border);background:radial-gradient(circle at 100% 0,rgba(59,130,246,.14),transparent 38%),linear-gradient(rgba(15,23,42,.12),rgba(15,23,42,.03));flex-direction:column;gap:12px;padding:16px;display:flex}.directories-ai-review-summary-topline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.directories-ai-review-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.directories-ai-review-badge--high{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.directories-ai-review-badge--medium{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.directories-ai-review-badge--low{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.directories-ai-review-status{background:var(--shell-color-surface-alt);border:1px solid var(--shell-color-border-subtle);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:5px 10px;font-weight:600;display:inline-flex}.directories-ai-review-meta,.directories-ai-review-status{color:var(--shell-color-text-muted);font-size:12px}.directories-ai-review-lead{color:var(--shell-color-text-muted);font-size:13px;line-height:1.55}.directories-ai-review-chosen-match{flex-direction:column;gap:4px;padding-top:4px;display:flex}.directories-ai-review-chosen-match-title,.directories-ai-review-note-title{letter-spacing:.05em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:11px;font-weight:700}.directories-ai-review-chosen-match-name{color:var(--shell-color-text);font-size:16px;font-weight:700}.directories-ai-review-chosen-match-copy{color:var(--shell-color-text-muted);font-size:13px;line-height:1.5}.directories-ai-review-list,.directories-ai-review-note-block{flex-direction:column;gap:6px;display:flex}.directories-ai-review-list{color:var(--shell-color-text-muted);margin:0;padding-left:18px;font-size:13px}.directories-ai-review-section{flex-direction:column;gap:12px;display:flex}.directories-ai-review-match-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.directories-ai-review-match-column{flex-direction:column;gap:10px;min-width:0;display:flex}.directories-ai-review-match-column-title{color:var(--shell-color-text);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.directories-ai-review-empty-bucket{border-radius:var(--shell-radius-md);border:1px dashed var(--shell-color-border);color:var(--shell-color-text-muted);background:var(--shell-color-surface-alt);padding:14px;font-size:13px}.directories-ai-review-match-card,.directories-ai-review-update-card{border-radius:var(--shell-radius-md);border:1px solid var(--shell-glass-border);background:var(--shell-color-surface-alt);flex-direction:column;gap:10px;padding:14px;display:flex}.directories-ai-review-match-title{color:var(--shell-color-text);font-size:14px;font-weight:700}.directories-ai-review-current-value,.directories-ai-review-match-meta{color:var(--shell-color-text-muted);font-size:12px;line-height:1.45}.directories-ai-review-match-copy,.directories-ai-review-reasoning{color:var(--shell-color-text);font-size:13px;line-height:1.5}.directories-ai-review-current-label{color:var(--shell-color-text);font-weight:700}.directories-ai-review-sources{flex-wrap:wrap;gap:8px;display:flex}.directories-ai-review-source{border:1px solid var(--shell-color-border-subtle);background:var(--shell-color-surface);color:var(--shell-color-text);border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;text-decoration:none;display:inline-flex}.directories-ai-review-source:hover{border-color:var(--shell-color-border-focus)}.directories-ai-review-source-domain{color:var(--shell-color-text-muted)}.directories-ai-review-update-list{flex-direction:column;gap:12px;display:flex}.directories-ai-review-update-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.directories-ai-review-update-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.directories-ai-review-help-trigger{border:1px solid var(--shell-color-border);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;margin-left:6px;font-size:12px;font-weight:700;line-height:1;transition:all .15s;display:inline-flex}.directories-ai-review-help-trigger:hover{border-color:var(--shell-color-border-focus);color:var(--shell-color-text)}.directories-ai-review-modal-overlay{z-index:1400;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(15,23,42,.6);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.directories-ai-review-modal{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:20px;width:min(760px,100%);max-height:min(80vh,920px);overflow:auto;box-shadow:0 30px 80px rgba(0,0,0,.35)}.directories-ai-review-modal-header{border-bottom:1px solid var(--shell-color-border-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px 14px;display:flex}.directories-ai-review-modal-title{color:var(--shell-color-text);font-size:18px;font-weight:700}.directories-ai-review-modal-subtitle{color:var(--shell-color-text-muted);margin-top:6px;font-size:13px;line-height:1.5}.directories-ai-review-modal-close{border:1px solid var(--shell-color-border);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);cursor:pointer;border-radius:999px;width:32px;height:32px;font-size:20px;line-height:1}.directories-ai-review-modal-close:hover{color:var(--shell-color-text);border-color:var(--shell-color-border-focus)}.directories-ai-review-modal-body{flex-direction:column;gap:16px;padding:18px 22px 22px;display:flex}.directories-ai-review-modal-note{background:var(--shell-color-surface-alt);color:var(--shell-color-text);border-radius:14px;padding:14px 16px;font-size:13px;line-height:1.6}.directories-ai-review-modal-guidelines{flex-direction:column;gap:8px;display:flex}.directories-ai-review-modal-guidelines-title{letter-spacing:.05em;text-transform:uppercase;color:var(--shell-color-text-muted);font-size:12px;font-weight:700}.directories-ai-review-category-editor{flex-direction:column;gap:10px;display:flex}.directories-ai-review-field-hint{color:var(--shell-color-text-muted);font-size:12px;line-height:1.5}.directories-ai-review-category-guide{border:1px solid var(--shell-color-border-subtle);background:var(--shell-color-surface-alt);border-radius:12px;padding:10px 12px}.directories-ai-review-category-guide summary{cursor:pointer;color:var(--shell-color-text);font-size:12px;font-weight:700;list-style:none}.directories-ai-review-category-guide summary::-webkit-details-marker{display:none}.directories-ai-review-category-guide-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.directories-ai-review-category-guide-item{flex-direction:column;gap:4px;display:flex}.directories-ai-review-category-guide-name{color:var(--shell-color-text);font-size:12px;font-weight:700}.directories-ai-review-category-guide-copy{color:var(--shell-color-text-muted);font-size:12px;line-height:1.45}.directories-ai-review-assistant-section,.directories-ai-review-footer{margin-top:4px}.directories-ai-review-assistant-header{align-items:flex-start}.directories-ai-review-assistant-subtitle{max-width:none}.directories-ai-review-assistant-panel{border-radius:var(--shell-radius-md);border:1px solid var(--shell-glass-border);background:radial-gradient(circle at 100% 0,rgba(99,102,241,.08),transparent 36%),linear-gradient(rgba(15,23,42,.1),rgba(15,23,42,.03));flex-direction:column;gap:12px;padding:14px;display:flex}.directories-ai-review-assistant-messages{flex-direction:column;gap:10px;max-height:280px;padding-right:4px;display:flex;overflow-y:auto}.directories-ai-review-assistant-empty{border-radius:var(--shell-radius-md);border:1px dashed var(--shell-color-border);color:var(--shell-color-text-muted);background:rgba(15,23,42,.08);padding:10px 12px;font-size:12px;line-height:1.5}.directories-ai-review-assistant-message{display:flex}.directories-ai-review-assistant-message--user{justify-content:flex-end}.directories-ai-review-assistant-message--assistant{justify-content:flex-start}.directories-ai-review-assistant-bubble{white-space:pre-wrap;border-radius:16px;max-width:min(100%,680px);padding:12px 14px;font-size:13px;line-height:1.55;box-shadow:0 10px 30px rgba(15,23,42,.12)}.directories-ai-review-assistant-message--assistant .directories-ai-review-assistant-bubble{color:var(--shell-color-text);background:rgba(15,23,42,.4);border:1px solid rgba(148,163,184,.18);border-top-left-radius:6px}.directories-ai-review-assistant-message--user .directories-ai-review-assistant-bubble{color:#fff;background:linear-gradient(135deg,rgba(99,102,241,.96),rgba(79,70,229,.92));border-top-right-radius:6px}.directories-ai-review-assistant-typing{background:rgba(15,23,42,.32);border:1px solid rgba(148,163,184,.16);border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:10px 12px;display:inline-flex}.directories-ai-review-assistant-typing span{background:rgba(226,232,240,.72);border-radius:999px;width:7px;height:7px;animation:directories-ai-review-typing 1s ease-in-out infinite}.directories-ai-review-assistant-typing span:nth-child(2){animation-delay:.12s}.directories-ai-review-assistant-typing span:nth-child(3){animation-delay:.24s}.directories-ai-review-assistant-input-row{width:100%}.directories-ai-review-assistant-composer{background:linear-gradient(hsla(0,0%,100%,.06),rgba(15,23,42,.03)),hsla(0,0%,100%,.02);border:1px solid rgba(99,102,241,.18);border-radius:18px;flex-direction:column;gap:12px;width:100%;padding:14px;display:flex;box-shadow:inset 0 1px hsla(0,0%,100%,.06)}.directories-ai-review-assistant-composer-input{resize:vertical;color:var(--shell-color-text);background:none;border:none;width:100%;min-height:140px;margin:0;padding:0;font-size:14px;line-height:1.6}.directories-ai-review-assistant-composer-input::placeholder{color:var(--shell-color-text-muted)}.directories-ai-review-assistant-composer-input:focus{outline:none}.directories-ai-review-assistant-composer-footer{border-top:1px solid rgba(148,163,184,.14);justify-content:space-between;align-items:center;gap:12px;padding-top:10px;display:flex}.directories-ai-review-assistant-composer-hint{color:var(--shell-color-text-muted);font-size:12px;line-height:1.4}.directories-ai-review-assistant-send{flex:none;min-width:108px}.directories-suggestion-detail-panel{flex-direction:column;gap:16px;display:flex}.directories-suggestion-detail-section{border:1px solid var(--shell-color-border-subtle,rgba(148,163,184,.18));background:rgba(15,23,42,.03);border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.directories-suggestion-detail-section h4,.directories-suggestion-detail-section summary{color:var(--shell-color-text);margin:0;font-size:13px;font-weight:700}.directories-suggestion-detail-section p{color:var(--shell-color-text);margin:0;font-size:13px;line-height:1.55}.directories-suggestion-detail-primary{font-weight:700}.directories-suggestion-detail-subtle{color:var(--shell-color-text-muted)!important}.directories-suggestion-detail-classification-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.directories-suggestion-detail-badge{color:#635bff;text-transform:capitalize;background:rgba(99,102,241,.14);border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.directories-suggestion-detail-confidence{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.directories-suggestion-detail-parent{flex-direction:column;gap:6px;display:flex}.directories-suggestion-detail-sources{flex-direction:column;gap:8px;display:flex}.directories-suggestion-detail-source{color:var(--shell-color-text);background:hsla(0,0%,100%,.03);border:1px solid rgba(148,163,184,.16);border-radius:12px;flex-direction:column;gap:2px;padding:10px 12px;text-decoration:none;display:flex}.directories-suggestion-detail-source span:last-child{color:var(--shell-color-text-muted);font-size:12px}.directories-suggestion-recommendation{background:rgba(15,23,42,.04);border:1px solid rgba(148,163,184,.22);border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}.directories-suggestion-recommendation--success{background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.26)}.directories-suggestion-recommendation--warning{background:rgba(245,158,11,.09);border-color:rgba(245,158,11,.3)}.directories-suggestion-recommendation--danger{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.28)}.directories-suggestion-recommendation--info{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.24)}.directories-suggestion-recommendation-copy{flex-direction:column;gap:8px;display:flex}.directories-suggestion-recommendation-copy h4{color:var(--shell-color-text);margin:0;font-size:14px;font-weight:700}.directories-suggestion-recommendation-copy p{color:var(--shell-color-text);margin:0;font-size:13px;line-height:1.55}.directories-suggestion-recommendation-actions{flex-wrap:wrap;gap:10px;display:flex}.directories-suggestion-detail-input,.directories-suggestion-detail-select,.directories-suggestion-detail-textarea{border-radius:var(--shell-radius-md);border:1px solid var(--shell-color-border);background:var(--shell-color-surface);color:var(--shell-color-text);width:100%;padding:10px 12px;font-size:14px}.directories-suggestion-detail-textarea{resize:vertical;min-height:88px}.directories-suggestion-detail-input:focus,.directories-suggestion-detail-select:focus,.directories-suggestion-detail-textarea:focus{border-color:var(--shell-color-border-focus);outline:none}.directories-suggestion-detail-json{color:var(--shell-color-text-muted);white-space:pre-wrap;word-break:break-word;background:rgba(15,23,42,.06);border-radius:12px;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow-x:auto}@media (max-width:900px){.directories-page{height:auto;min-height:0;overflow:visible}.directories-content{flex-direction:column;overflow:visible}.directories-list-panel{flex:auto;min-width:0;max-width:none}.directories-detail-panel{width:100%;min-width:0;max-width:none;height:auto;max-height:none;overflow:visible}.directories-ai-review-header{flex-direction:column}.directories-ai-review-assistant-input-row{width:100%}.directories-ai-review-assistant-composer-footer{flex-direction:column;align-items:stretch}.directories-ai-review-assistant-send{width:100%}}@media (max-width:600px){.directories-header{flex-direction:column}.directories-field-row{grid-template-columns:1fr}.directories-tabs{justify-content:center;width:100%}}@keyframes directories-ai-review-typing{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}[data-theme=light] .directories-header{color:#0f172a;background:linear-gradient(90deg,#e2e8f0,#f8fafc)}[data-theme=light] .directories-kicker{color:#475569}[data-theme=light] .directories-subtext{color:#334155}[data-theme=light] .directories-tabs{background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .directories-tab{color:#475569}[data-theme=light] .directories-tab.active{color:#0f172a;background:#fff}[data-theme=light] .directories-tab-count{background:rgba(0,0,0,.08)}[data-theme=light] .directories-tab.active .directories-tab-count{color:#0284c7;background:rgba(14,165,233,.15)}[data-theme=light] .directories-section-tab{color:#475569;background:#f8fafc;border-color:#cbd5e1}[data-theme=light] .directories-section-tab.active{color:#312e81;background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.35)}[data-theme=light] .directories-item:hover{background:rgba(99,102,241,.05)}[data-theme=light] .directories-item.selected{background:rgba(99,102,241,.1)}.ai-triage-panel{flex-direction:row;flex:auto;min-height:0;display:flex;overflow:hidden}.ai-triage-left{flex-direction:column;flex:auto;gap:16px;min-width:0;padding:4px 0;display:flex;overflow-y:auto}.ai-triage-left--with-drawer{flex-shrink:1}.ai-triage-resize-handle{cursor:col-resize;z-index:2;flex-shrink:0;justify-content:center;align-items:center;width:6px;margin:0 -4px;padding:0 4px;display:flex;position:relative}.ai-triage-resize-handle:active .ai-triage-resize-grip,.ai-triage-resize-handle:hover .ai-triage-resize-grip{opacity:1;background:#38bdf8}.ai-triage-resize-grip{opacity:.5;background:#334155;border-radius:3px;width:3px;height:48px;transition:all .15s}.ai-triage-drawer{background:#0f172a;border-left:1px solid #1e293b;flex-direction:column;flex-shrink:0;min-height:0;display:flex;overflow:hidden}.ai-triage-drawer-header{border-bottom:1px solid #1e293b;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.ai-triage-drawer-title-area{flex:auto;min-width:0}.ai-triage-drawer-title{color:#f8fafc;margin:0;font-size:.95rem;font-weight:700}.ai-triage-drawer-subtitle,.ai-triage-drawer-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ai-triage-drawer-subtitle{color:#64748b;margin-top:2px;font-size:.75rem;display:block}.ai-triage-drawer-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.ai-triage-drawer-close-btn,.ai-triage-drawer-open-btn{color:#94a3b8;cursor:pointer;background:none;border:none;border-radius:6px;align-items:center;gap:4px;padding:5px 8px;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.ai-triage-drawer-open-btn:hover{color:#38bdf8;background:rgba(56,189,248,.1)}.ai-triage-drawer-close-btn:hover{color:#f87171;background:rgba(239,68,68,.1)}.ai-triage-drawer-body{flex:auto;padding:0;overflow-y:auto}.ai-triage-drawer-keyboard-hint{color:#475569;text-align:center;border-top:1px solid #1e293b;flex-shrink:0;padding:8px 18px;font-size:.7rem}.ai-triage-drawer-keyboard-hint kbd{color:#94a3b8;background:#1e293b;border:1px solid #334155;border-radius:4px;padding:1px 5px;font-family:inherit;font-size:.68rem;display:inline-block}.ai-triage-row--focused{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.3)}.ai-triage-stats{flex-wrap:wrap;gap:12px;display:flex}.ai-triage-stat{background:#1e293b;border:1px solid #334155;border-radius:12px;flex-direction:column;flex:1 1 0;gap:4px;min-width:100px;padding:16px 20px;display:flex}.ai-triage-stat-value{color:#f8fafc;letter-spacing:-.02em;font-size:1.6rem;font-weight:700}.ai-triage-stat-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-size:.75rem;font-weight:600}.ai-triage-stat--high{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.35)}.ai-triage-stat--high .ai-triage-stat-value{color:#34d399}.ai-triage-stat--medium{background:rgba(251,191,36,.08);border-color:rgba(251,191,36,.35)}.ai-triage-stat--medium .ai-triage-stat-value{color:#fbbf24}.ai-triage-stat--low{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.35)}.ai-triage-stat--low .ai-triage-stat-value{color:#f87171}.ai-triage-stat--applied{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.35)}.ai-triage-stat--applied .ai-triage-stat-value{color:#818cf8}.ai-triage-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ai-triage-filters{background:#0f172a;border:1px solid #1f2937;border-radius:10px;gap:4px;padding:3px;display:inline-flex}.ai-triage-filter-btn{color:#94a3b8;cursor:pointer;background:none;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.ai-triage-filter-btn:hover{color:#e2e8f0}.ai-triage-filter-btn.active{color:#f8fafc;background:#1f2937}.ai-triage-filter-count{background:hsla(0,0%,100%,.1);border-radius:999px;padding:1px 6px;font-size:.7rem}.ai-triage-filter-btn.active .ai-triage-filter-count{color:#38bdf8;background:rgba(56,189,248,.2)}.ai-triage-toolbar-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.ai-triage-run-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-triage-stop-btn{color:#fecaca!important;border-color:rgba(239,68,68,.35)!important}.ai-triage-stop-btn:hover{background:rgba(239,68,68,.12)!important;border-color:rgba(239,68,68,.55)!important}.ai-triage-search{color:#f8fafc;background:#0f172a;border:1px solid #334155;border-radius:8px;min-width:220px;padding:7px 14px;font-size:.82rem}.ai-triage-search::placeholder{color:#64748b}.ai-triage-search:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px rgba(56,189,248,.15)}.ai-triage-select-all{color:#94a3b8;cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.ai-triage-bulk-bar{background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.35);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;display:flex}.ai-triage-bulk-count{color:#c7d2fe;flex:auto;font-size:.85rem;font-weight:650}.ai-triage-run-status{background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.25);border-radius:10px;flex-direction:column;gap:4px;padding:12px 16px;display:flex}.ai-triage-run-status-title{color:#e0f2fe;font-size:.85rem;font-weight:700}.ai-triage-run-status-meta{color:#bae6fd;font-size:.8rem}.ai-triage-list{flex-direction:column;gap:2px;display:flex}.ai-triage-empty{text-align:center;color:#64748b;padding:40px 20px;font-size:.88rem}.ai-triage-row{border:1px solid transparent;border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;transition:all .15s;display:flex}.ai-triage-row:hover{background:hsla(0,0%,100%,.03);border-color:#1f2937}.ai-triage-row--selected{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.25)}.ai-triage-row--applied{opacity:.55}.ai-triage-row-select{flex-shrink:0;justify-content:center;align-items:flex-start;width:20px;padding-top:2px;display:flex}.ai-triage-row-select-placeholder{width:16px;height:16px;display:block}.ai-triage-row-main{cursor:pointer;flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.ai-triage-row-header{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-triage-row-name{color:#f8fafc;font-size:.88rem;font-weight:650}.ai-triage-row-domain{color:#64748b;font-size:.78rem}.ai-triage-row-status{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;background:hsla(0,0%,100%,.06);border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:700}.ai-triage-row-status--active{color:#065f46;background:#d1fae5}.ai-triage-row-status--unverified{color:#9a3412;background:#ffedd5}.ai-triage-row-review{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-triage-row-review--empty{opacity:.5}.ai-triage-row-match{color:#e2e8f0;font-size:.8rem;font-weight:600}.ai-triage-row-applied-badge{text-transform:uppercase;letter-spacing:.04em;color:#818cf8;background:rgba(99,102,241,.15);border-radius:999px;padding:2px 8px;font-size:.68rem;font-weight:700}.ai-triage-row-summary{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;max-width:600px;font-size:.78rem;overflow:hidden}.ai-triage-row-no-review{color:#475569;font-size:.78rem;font-style:italic}.ai-triage-row-meta{align-items:center;gap:12px;display:flex}.ai-triage-row-meta-item{color:#64748b;font-size:.72rem}.ai-triage-row-meta-item--caution{color:#b45309}[data-theme=light] .ai-triage-stat{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .ai-triage-stat-value{color:#0f172a}[data-theme=light] .ai-triage-stat-label{color:#64748b}[data-theme=light] .ai-triage-stat--high{background:rgba(16,185,129,.06);border-color:rgba(16,185,129,.25)}[data-theme=light] .ai-triage-stat--high .ai-triage-stat-value{color:#059669}[data-theme=light] .ai-triage-stat--medium{background:rgba(245,158,11,.06);border-color:rgba(245,158,11,.25)}[data-theme=light] .ai-triage-stat--medium .ai-triage-stat-value{color:#d97706}[data-theme=light] .ai-triage-stat--low{background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.25)}[data-theme=light] .ai-triage-stat--low .ai-triage-stat-value{color:#dc2626}[data-theme=light] .ai-triage-stat--applied{background:rgba(99,102,241,.06);border-color:rgba(99,102,241,.25)}[data-theme=light] .ai-triage-stat--applied .ai-triage-stat-value{color:#4f46e5}[data-theme=light] .ai-triage-filters{background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .ai-triage-filter-btn{color:#64748b}[data-theme=light] .ai-triage-filter-btn:hover{color:#0f172a}[data-theme=light] .ai-triage-filter-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06)}[data-theme=light] .ai-triage-search{color:#0f172a;background:#fff;border-color:#e2e8f0}[data-theme=light] .ai-triage-row:hover{background:rgba(0,0,0,.02);border-color:#e2e8f0}[data-theme=light] .ai-triage-row-name{color:#0f172a}[data-theme=light] .ai-triage-row-match{color:#1e293b}[data-theme=light] .ai-triage-row-summary{color:#64748b}[data-theme=light] .ai-triage-bulk-bar{background:rgba(99,102,241,.08);border-color:rgba(99,102,241,.25)}[data-theme=light] .ai-triage-bulk-count{color:#4338ca}[data-theme=light] .ai-triage-stop-btn,[data-theme=light] .directories-ai-review-stop-btn{color:#b91c1c!important;border-color:rgba(239,68,68,.35)!important}[data-theme=light] .ai-triage-stop-btn:hover,[data-theme=light] .directories-ai-review-stop-btn:hover{background:rgba(239,68,68,.08)!important;border-color:rgba(239,68,68,.45)!important}[data-theme=light] .ai-triage-run-status{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.2)}[data-theme=light] .ai-triage-run-status-title{color:#0f172a}[data-theme=light] .ai-triage-run-status-meta{color:#0369a1}[data-theme=light] .ai-triage-drawer{background:#fff;border-left-color:#e2e8f0}[data-theme=light] .ai-triage-drawer-header{border-bottom-color:#e2e8f0}[data-theme=light] .ai-triage-drawer-title{color:#0f172a}[data-theme=light] .ai-triage-drawer-subtitle{color:#94a3b8}[data-theme=light] .ai-triage-drawer-close-btn,[data-theme=light] .ai-triage-drawer-open-btn{color:#64748b}[data-theme=light] .ai-triage-drawer-open-btn:hover{color:#2563eb;background:rgba(37,99,235,.08)}[data-theme=light] .ai-triage-drawer-close-btn:hover{color:#dc2626;background:rgba(239,68,68,.08)}[data-theme=light] .ai-triage-drawer-keyboard-hint{color:#94a3b8;border-top-color:#e2e8f0}[data-theme=light] .ai-triage-drawer-keyboard-hint kbd{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .ai-triage-resize-grip{background:#cbd5e1}[data-theme=light] .ai-triage-resize-handle:active .ai-triage-resize-grip,[data-theme=light] .ai-triage-resize-handle:hover .ai-triage-resize-grip{background:#2563eb}[data-theme=light] .ai-triage-row--focused{background:rgba(37,99,235,.06);border-color:rgba(37,99,235,.25)}}