:root,[data-theme=light]{--bg: #f8fafc;--surface: #ffffff;--surface-muted: #f1f5f9;--surface-raised: #ffffff;--border: #e2e8f0;--border-subtle: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--text-dimmed: #94a3b8;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-soft: #eff6ff;--accent-border: #bfdbfe;--canvas-bg: #f8fafc;--canvas-dots: #cbd5e1;--edge: #94a3b8;--node-bg: #ffffff;--node-border: #cbd5e1;--node-root-bg: #1e293b;--node-root-border: #1e293b;--node-root-text: #ffffff;--node-match-bg: #fef9c3;--node-match-border: #eab308;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 4px 12px rgba(16, 24, 40, .05);--shadow-lg: 0 12px 28px rgba(16, 24, 40, .12);color-scheme:light}[data-theme=dark]{--bg: #0b0f17;--surface: #141b26;--surface-muted: #1c2636;--surface-raised: #1f2a3c;--border: #232f42;--border-subtle: #2d3c52;--text: #f1f5f9;--text-muted: #94a3b8;--text-dimmed: #64748b;--accent: #3b82f6;--accent-hover: #60a5fa;--accent-soft: rgba(59, 130, 246, .16);--accent-border: rgba(59, 130, 246, .35);--canvas-bg: #0b0f17;--canvas-dots: #222d3d;--edge: #334155;--node-bg: #141b26;--node-border: #263345;--node-root-bg: #1e2a44;--node-root-border: #3b82f6;--node-root-text: #f8fafc;--node-match-bg: #422006;--node-match-border: #f59e0b;--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 4px 16px rgba(0, 0, 0, .45);--shadow-lg: 0 16px 36px rgba(0, 0, 0, .6);color-scheme:dark}.theme-switch{display:flex;background:var(--surface-muted);border-radius:8px;padding:3px;gap:2px;margin-bottom:6px;border:1px solid var(--border)}.theme-switch__btn{flex:1;display:flex;align-items:center;justify-content:center;padding:5px 0;border:none;background:transparent;color:var(--text-muted);border-radius:6px;cursor:pointer;transition:all .15s ease}.theme-switch__btn:hover{color:var(--text)}.theme-switch__btn--active{background:var(--surface);color:var(--accent);box-shadow:0 1px 2px #00000026}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,system-ui,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer}.app{display:grid;grid-template-columns:232px 1fr;height:100%}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:16px 12px;display:flex;flex-direction:column;gap:6px}.sidebar__brand{font-size:18px;font-weight:700;padding:4px 8px 16px;letter-spacing:-.01em;display:flex;align-items:center;gap:8px;color:var(--text)}.sidebar__brand-logo{display:inline-grid;place-items:center;width:28px;height:28px;background:linear-gradient(135deg,var(--accent),#4f87f7);color:#fff;border-radius:7px;font-size:15px}.sidebar__nav{display:flex;flex-direction:column;gap:3px}.sidebar__link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:var(--text);text-decoration:none;font-weight:500;font-size:14px;transition:background .15s,color .15s}.sidebar__link svg{flex:none;color:var(--text-muted)}.sidebar__link:hover{background:var(--surface-muted)}.sidebar__link--active{background:var(--accent-soft);color:var(--accent)}.sidebar__link--active svg{color:var(--accent)}.sidebar__footer{margin-top:auto;border-top:1px solid var(--border);padding-top:12px;display:flex;flex-direction:column;gap:8px}.sidebar__user{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s}.sidebar__user:hover{background:var(--surface-muted)}.sidebar__user--active{background:var(--accent-soft)}.sidebar__user--static{cursor:default}.sidebar__user--static:hover{background:none}.sidebar__user-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none;background:var(--surface-muted)}.sidebar__user-avatar--placeholder{display:grid;place-items:center;font-size:12.5px;font-weight:600;color:var(--text-muted)}.sidebar__user-info{min-width:0;flex:1}.sidebar__user-name{font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.sidebar__user-role{font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__signout-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:none;border:1px solid var(--border);border-radius:8px;padding:6px 10px;width:100%;color:var(--text-muted);font-size:12.5px;font-weight:500;transition:all .15s}.sidebar__signout-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.main{min-width:0;display:flex;flex-direction:column}.login{height:100%;display:grid;place-items:center;padding:24px}.login__card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:28px;width:340px}.login__title{margin:0 0 4px;font-size:20px}.login__hint{margin:0 0 20px;color:var(--text-muted);font-size:13px}.field{display:block;margin-bottom:14px}.field__label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:5px}.field__input{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:8px;font:inherit;background:var(--surface)}.field__input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.button-primary{width:100%;padding:10px;border:none;border-radius:8px;background:var(--accent);color:#fff;font-weight:600}.button-primary:disabled{opacity:.6;cursor:default}.error-text{color:#b42318;font-size:13px;margin:0 0 12px}.structure{display:flex;flex-direction:column;height:100%;min-height:0}.toolbar{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--surface)}.toolbar__title{font-size:18px;font-weight:650;margin:0;letter-spacing:-.01em}.toolbar__meta{color:var(--text-muted);font-size:13px}.toolbar__spacer{flex:1}.toolbar__search{width:240px;padding:7px 11px;border:1px solid var(--border);border-radius:8px;font:inherit;background:var(--surface);color:var(--text);outline:none;transition:border-color .15s}.toolbar__search:focus{border-color:var(--accent)}.toolbar__button{padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;font-size:13.5px;cursor:pointer;transition:all .15s}.toolbar__button:hover{background:var(--surface-muted)}.canvas{flex:1;min-height:0;position:relative;overflow:hidden;cursor:grab;background-color:var(--canvas-bg, var(--bg));background-image:radial-gradient(circle,var(--canvas-dots, #cbd5e1) 1.2px,transparent 1.2px);background-size:24px 24px;user-select:none;-webkit-user-select:none;touch-action:none}.canvas--panning{cursor:grabbing}.node{cursor:pointer;user-select:none;-webkit-user-select:none}.node__box{fill:var(--node-bg, var(--surface));stroke:var(--node-border, var(--border));stroke-width:1;transition:stroke .15s,fill .15s}.node:hover .node__box{stroke:var(--accent)}.node--root .node__box{fill:var(--node-root-bg, #1e293b);stroke:var(--node-root-border, #1e293b)}.node--root .node__title,.node--root .node__meta{fill:var(--node-root-text, #ffffff)}.node--selected .node__box{stroke:var(--accent);stroke-width:2.5}.node--match .node__box{fill:var(--node-match-bg, #fef9c3);stroke:var(--node-match-border, #eab308);stroke-width:2}.node__title{font-size:15px;font-weight:600;fill:var(--text)}.node__meta{font-size:12.5px;fill:var(--text-muted)}.node__toggle-bg{fill:var(--surface);stroke:var(--border)}.node__toggle-text{font-size:12px;font-weight:700;fill:var(--text-muted);text-anchor:middle}.node__head-group{cursor:pointer;outline:none}.node__head-group:hover text{fill:var(--accent);text-decoration:underline}.node--root .node__head-group:hover text{fill:#93c5fd;text-decoration:underline}.edge{fill:none;stroke:var(--edge, #94a3b8);stroke-width:1.6}.panel{position:absolute;top:0;right:0;bottom:0;width:330px;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 24px #1018280f;display:flex;flex-direction:column}.panel__header{padding:18px 18px 14px;border-bottom:1px solid var(--border)}.panel__title{margin:0 0 4px;font-size:16px}.panel__subtitle{color:var(--text-muted);font-size:13px}.panel__close{float:right;border:none;background:none;color:var(--text-muted);font-size:18px;line-height:1;padding:0}.panel__list{overflow-y:auto;padding:8px 0}.person{display:flex;gap:10px;align-items:center;padding:8px 18px}.person__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--surface-muted);flex:none}.person__avatar--placeholder{display:grid;place-items:center;font-size:13px;font-weight:600;color:var(--text-muted)}.person__name{font-weight:550;font-size:14px}.person__position{color:var(--text-muted);font-size:12.5px}.state{padding:40px;color:var(--text-muted)}.people-page{padding:20px;overflow-y:auto}.people-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:16px}.person-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;gap:12px;align-items:center}.detail-page{padding:24px 28px 48px;overflow-y:auto;max-width:760px;width:100%}.page-title{font-size:22px;margin:0 0 18px;letter-spacing:-.01em}.profile-nav-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profile-nav-bar .back-link{margin-bottom:0}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);text-decoration:none;font-size:13.5px;margin-bottom:18px}.back-link:hover{color:var(--accent)}.profile__head{display:flex;gap:20px;align-items:center;margin-bottom:24px}.profile__main-info{min-width:0;flex:1}.profile__name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile__self-badge{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:var(--accent-soft);color:var(--accent);padding:2px 8px;border-radius:999px}.profile__avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;flex:none;background:var(--surface-muted)}.profile__avatar--placeholder{display:grid;place-items:center;font-size:26px;font-weight:600;color:var(--text-muted)}.profile__name{margin:0 0 4px;font-size:22px;letter-spacing:-.01em}.profile__position{color:var(--text);font-size:14px}.profile__department{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:13px;margin-top:4px;line-height:1.4;word-break:break-word}.profile__department svg{flex-shrink:0;opacity:.7}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;margin-bottom:14px}.card__title{margin:0 0 10px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.card__text{margin:0;line-height:1.55;white-space:pre-wrap}.card__text--muted{color:var(--text-muted)}.contacts{margin:0}.contacts__row{display:flex;gap:12px;padding:5px 0}.contacts__label{width:96px;flex:none;color:var(--text-muted);font-size:13px}.contacts__value{margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.contact-copy{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid transparent;border-radius:6px;padding:3px 8px;margin:-3px -8px;font:inherit;font-size:14px;color:var(--accent);cursor:pointer;text-align:left;transition:all .15s ease;-webkit-user-select:text;user-select:text}.contact-copy:hover{background:var(--surface-muted);border-color:var(--border-subtle, var(--border))}.contact-copy:active{transform:scale(.98)}.contact-copy--copied{color:#10b981!important;background:#10b9811f!important;border-color:#10b98159!important}.contact-copy__value{font-family:inherit}.contact-copy__action{display:inline-flex;align-items:center}.contact-copy__hint{display:inline-flex;align-items:center;opacity:0;transform:translate(-2px);transition:opacity .15s ease,transform .15s ease;color:var(--text-muted)}.contact-copy:hover .contact-copy__hint{opacity:.7;transform:translate(0)}.contact-copy__badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#10b981}.contact-ext-link{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;color:var(--text-muted);opacity:.5;transition:all .15s ease}.contact-ext-link:hover{opacity:1;color:var(--accent);background:var(--surface-muted)}.contacts__value a{color:var(--accent);text-decoration:none}.contacts__value a:hover{text-decoration:underline}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--surface-muted);border-radius:999px;padding:5px 11px;font-size:13px}.feed-page{padding:24px 28px 48px;overflow-y:auto;max-width:760px;width:100%}.feed{display:flex;flex-direction:column;gap:12px}.feed__item{display:block;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px 18px;text-decoration:none;color:inherit}.feed__item:hover{border-color:var(--accent)}.feed__date{color:var(--text-muted);font-size:12.5px;margin-bottom:6px}.feed__title{margin:0 0 8px;font-size:16px;line-height:1.35}.feed__preview{margin:0;color:var(--text-muted);font-size:13.5px;line-height:1.5;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post__title{margin:0 0 6px;font-size:24px;line-height:1.25;letter-spacing:-.01em}.post__meta{color:var(--text-muted);font-size:13px;margin-bottom:20px}.post__body{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;line-height:1.6;white-space:pre-wrap}.person,.person-card{text-decoration:none;color:inherit}.person:hover,.person-card:hover{background:var(--surface-muted)}.person-card:hover{border-color:var(--accent)}button.back-link{background:none;border:none;padding:0;font:inherit}.node__head{font-size:12.5px;fill:var(--text)}.node__head--empty{fill:var(--text-dimmed, #a3a9b3);font-style:italic}.node__head-stub{fill:var(--surface-muted);stroke:var(--border)}.node--root .node__head{fill:var(--node-root-text, #ffffff)}.node--root .node__head--empty{fill:#fff9}.node__head-initials{font-size:8px;font-weight:600;fill:var(--text-muted);text-anchor:middle}.print-sheet{display:none}@media print{.sidebar,.toolbar,.canvas,.panel{display:none!important}.app{display:block}.structure{display:block;height:auto}.print-sheet{display:block;break-inside:avoid}.print-sheet__header{margin-bottom:8mm}.print-sheet__title{font-size:16pt;font-weight:650}.print-sheet__meta{font-size:9pt;color:#555;margin-top:2mm}.print-sheet__diagram{display:block;width:100%;height:auto;max-height:80vh}.node__box{fill:#fff;stroke:#b9bfc9}.node--root .node__box{fill:#1f2a44;stroke:#1f2a44;-webkit-print-color-adjust:exact;print-color-adjust:exact}.edge{stroke:#8a919c}.node__toggle:not(.node__toggle--collapsed){display:none}}.node__title--compact{font-size:13px}.node__head--compact{font-size:11.5px;fill:var(--text-muted)}.toolbar__select{padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font:inherit;color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;font-weight:500;font-size:14px;border:1px solid transparent;cursor:pointer;transition:all .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:#2557c7}.btn--secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn--secondary:hover:not(:disabled){background:var(--surface-muted)}.btn--sm{padding:6px 12px;font-size:13px}.btn--text-danger{background:none;border:none;color:#dc2626;padding:6px 8px;font-size:13px}.btn--text-danger:hover:not(:disabled){text-decoration:underline}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182880;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--surface);border-radius:14px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #10182826,0 10px 10px -5px #1018280d;border:1px solid var(--border);overflow:hidden}.modal__header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal__title{margin:0;font-size:18px;font-weight:650;letter-spacing:-.01em}.modal__close{background:none;border:none;font-size:24px;line-height:1;color:var(--text-muted);cursor:pointer;padding:2px 6px;border-radius:6px}.modal__close:hover{background:var(--surface-muted);color:var(--text)}.modal__form{display:flex;flex-direction:column;overflow:hidden}.modal__body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:18px}.modal__footer{padding:14px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px;background:var(--bg)}.form-group{display:flex;flex-direction:column;gap:6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-label{font-size:13px;font-weight:550;color:var(--text)}.form-required{color:#dc2626}.form-input{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:14px;background:var(--surface);color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.form-textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.5}.avatar-edit{display:flex;gap:16px;align-items:center}.avatar-edit__preview{width:72px;height:72px;border-radius:50%;object-fit:cover;background:var(--surface-muted);flex:none}.avatar-edit__preview--empty{display:grid;place-items:center;font-size:22px;font-weight:600;color:var(--text-muted);border:2px dashed var(--border)}.avatar-edit__controls{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.form-hint{font-size:12px;color:var(--text-muted)}.form-field-error{font-size:12px;color:#dc2626}.form-error-banner{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;font-size:13px}.input-prefix-wrapper{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);transition:border-color .15s,box-shadow .15s}.input-prefix{padding:0 10px;color:var(--text-muted);background:var(--surface-muted);font-size:14px;border-right:1px solid var(--border);line-height:38px;-webkit-user-select:none;user-select:none}.input-with-prefix{border:none;border-radius:0;outline:none}.input-prefix-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.profile-nav-bar__actions{display:flex;align-items:center;gap:8px}.profile__role-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.2}.profile__role-badge--head{background:#eab30826;color:#b45309;border:1px solid rgba(234,179,8,.35)}[data-theme=dark] .profile__role-badge--head{background:#eab30833;color:#fde047;border-color:#eab30866}.card__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.card__header-row .card__title{margin:0}.card__action-link{font-size:13px;color:var(--accent);text-decoration:none;font-weight:500}.card__action-link:hover{text-decoration:underline}.team-lead-banner{display:flex;align-items:center;gap:12px;background:var(--surface-muted);border:1px solid var(--border);border-radius:10px;padding:12px 14px;margin-bottom:16px}.team-lead-banner__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#eab3082e;color:#d97706;font-size:16px;flex:none}[data-theme=dark] .team-lead-banner__icon{background:#eab30840;color:#fde047}.team-lead-banner__title{font-weight:600;font-size:14px;color:var(--text)}.team-lead-banner__meta{font-size:12.5px;color:var(--text-muted);margin-top:2px}.team-section{display:flex;flex-direction:column;gap:8px}.team-section+.team-section{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.team-section__label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:4px}.team-member{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;text-decoration:none;color:inherit;transition:all .15s ease}.team-member:hover{border-color:var(--accent);background:var(--surface-muted)}.team-member__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none}.team-member__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);border:1px solid var(--border);color:var(--text-muted);font-size:14px;font-weight:600}.team-member__info{flex:1;min-width:0}.team-member__name-row{display:flex;align-items:center;gap:8px}.team-member__name{font-weight:600;font-size:14px;color:var(--text)}.team-member__badge{font-size:11px;font-weight:600;color:#b45309;background:#eab30826;border:1px solid rgba(234,179,8,.35);border-radius:4px;padding:1px 5px}[data-theme=dark] .team-member__badge{color:#fde047;background:#eab30833;border-color:#eab30866}.team-member__position{font-size:12.5px;color:var(--text-muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-member__arrow{color:var(--text-muted);font-size:16px;opacity:.5;transition:all .15s ease}.team-member:hover .team-member__arrow{opacity:1;color:var(--accent);transform:translate(2px)}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.team-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--surface);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:inherit;transition:all .15s ease}.team-card:hover{border-color:var(--accent);background:var(--surface-muted)}.team-card__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none}.team-card__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);border:1px solid var(--border);color:var(--text-muted);font-size:12px;font-weight:600}.team-card__info{flex:1;min-width:0;display:flex;flex-direction:column}.team-card__name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-card__position{font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-more{margin-top:8px;padding-top:8px}.btn-link{font-size:13px;color:var(--accent);text-decoration:none;font-weight:500}.btn-link:hover{text-decoration:underline}.sidebar__search-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;margin-bottom:8px;border-radius:8px;background:var(--surface-muted);border:1px solid var(--border);color:var(--text-muted);font-size:13px;font-family:inherit;text-align:left;cursor:pointer;transition:all .15s ease}.sidebar__search-trigger:hover{background:var(--surface);border-color:var(--accent);color:var(--text);box-shadow:0 1px 3px #0000000d}.sidebar__search-trigger svg{flex:none;opacity:.7;color:inherit}.sidebar__search-trigger:hover svg{opacity:1;color:var(--accent)}.sidebar__search-trigger-text{flex:1}.sidebar__search-trigger-kbd{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;background:var(--surface);border:1px solid var(--border);font-family:inherit;font-size:11px;font-weight:600;color:var(--text-muted);line-height:1.2}.spotlight-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;padding:80px 16px 24px;z-index:1200;animation:spotlightFadeIn .15s ease-out}.spotlight-modal{width:100%;max-width:620px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 48px -8px #00000047,0 0 0 1px var(--border);display:flex;flex-direction:column;overflow:hidden;animation:spotlightSlideDown .18s cubic-bezier(.16,1,.3,1)}@keyframes spotlightFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spotlightSlideDown{0%{opacity:0;transform:translateY(-12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.spotlight__input-bar{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface);position:relative}.spotlight__search-icon{flex:none;color:var(--text-muted)}.spotlight__input{flex:1;border:none;outline:none;background:transparent;color:var(--text);font-size:15px;font-family:inherit}.spotlight__input::placeholder{color:var(--text-dimmed)}.spotlight__spinner{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;flex:none}.spotlight__clear-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:var(--surface-muted);border-radius:50%;color:var(--text-muted);font-size:14px;cursor:pointer;transition:all .12s}.spotlight__clear-btn:hover{background:var(--border);color:var(--text)}.spotlight__esc-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 7px;font-size:11px;font-weight:500;color:var(--text-muted);background:var(--surface-muted);border:1px solid var(--border);border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.spotlight__esc-badge:hover{background:var(--border);color:var(--text)}.spotlight__body{max-height:420px;overflow-y:auto;padding:8px}.spotlight__body::-webkit-scrollbar{width:6px}.spotlight__body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.spotlight__body::-webkit-scrollbar-track{background:transparent}.spotlight__section-title{padding:10px 10px 4px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dimmed);-webkit-user-select:none;user-select:none}.spotlight__item{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:8px;cursor:pointer;transition:background-color .1s ease,color .1s ease;-webkit-user-select:none;user-select:none;min-height:48px}.spotlight__item:hover,.spotlight__item--active{background:var(--surface-muted)}[data-theme=dark] .spotlight__item--active{background:var(--surface-raised)}.spotlight__avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}.spotlight__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);border:1px solid var(--border);color:var(--text-muted);font-size:12px;font-weight:600}.spotlight__icon-wrap{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:none}.spotlight__icon-wrap--dept{background:var(--surface-muted);color:var(--accent);border:1px solid var(--border)}.spotlight__icon-wrap--action{background:var(--surface-muted);color:var(--text-muted);border:1px solid var(--border)}.spotlight__item--active .spotlight__icon-wrap--action{color:var(--accent);border-color:var(--accent-border)}.spotlight__item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.spotlight__item-title{font-size:13.5px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotlight__item--active .spotlight__item-title{color:var(--accent)}.spotlight__item-meta{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotlight__badge{font-size:11px;font-weight:500;padding:2px 7px;border-radius:4px;background:var(--surface-muted);color:var(--text-muted);border:1px solid var(--border);flex:none}.spotlight__action-arrow{font-size:13px;color:var(--text-dimmed);opacity:0;transition:opacity .12s;flex:none}.spotlight__item--active .spotlight__action-arrow{opacity:1;color:var(--accent)}.spotlight__item-actions{display:flex;align-items:center;gap:6px;flex:none;opacity:0;transition:opacity .12s}.spotlight__item:hover .spotlight__item-actions,.spotlight__item--active .spotlight__item-actions{opacity:1}.spotlight__action-btn{display:inline-flex;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:5px;cursor:pointer;transition:all .12s}.spotlight__action-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.spotlight__action-btn--copied{color:#10b981!important;border-color:#10b981!important;background:#10b9811a!important}.spotlight__empty{padding:40px 24px;text-align:center;color:var(--text-muted)}.spotlight__empty-title{font-size:15px;font-weight:600;color:var(--text);margin-bottom:6px}.spotlight__empty-desc{font-size:13px;color:var(--text-muted);max-width:360px;margin:0 auto;line-height:1.45}.spotlight__footer{padding:10px 16px;border-top:1px solid var(--border);background:var(--surface-muted);display:flex;align-items:center;justify-content:flex-end}.spotlight__hotkeys{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.spotlight__hotkey{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;color:var(--text-muted)}.spotlight__hotkey kbd{display:inline-flex;align-items:center;justify-content:center;min-width:18px;padding:1px 4px;border-radius:3px;background:var(--surface);border:1px solid var(--border);font-family:inherit;font-size:10.5px;font-weight:600;color:var(--text);line-height:1.2}@media(max-width:640px){.spotlight-overlay{padding:20px 8px}.spotlight__item-actions{display:none}.spotlight__hotkeys .spotlight__hotkey:nth-child(n+3){display:none}}
