*{box-sizing:border-box}:root{--bg: #0c0e12;--surface: #141820;--surface2: #1a2030;--border: #2a3142;--text: #e8eaed;--muted: #8b939e;--accent: #4f8cff;--accent-dim: #3b6fd4;--ok: #22c55e;--warn: #f59e0b;--err: #ef4444;--radius: 10px}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:#8ab4f8;text-decoration:none}a:hover{text-decoration:underline}.shell{display:flex;min-height:100vh}.nav{width:240px;background:var(--surface);border-right:1px solid var(--border);padding:1.25rem 1rem;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto}.nav-brand h1{font-size:1.05rem;margin:0;font-weight:700;color:var(--text)}.nav-sub{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.nav-section{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:1.25rem 0 .4rem .75rem}.nav a{display:block;padding:.5rem .75rem;border-radius:var(--radius);color:#b8bec8;margin-bottom:.15rem;font-size:.9rem}.nav a.active,.nav a:hover{background:var(--surface2);color:#fff;text-decoration:none}.main{flex:1;padding:1.5rem 2rem 3rem;max-width:1400px;width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.page-header h2{margin:0 0 .25rem;font-size:1.5rem}.breadcrumb{display:flex;gap:.5rem;font-size:.85rem;color:var(--muted);margin-bottom:.75rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.row.spread{justify-content:space-between;width:100%}.btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.55rem 1rem;cursor:pointer;font-size:.875rem;font-weight:500;white-space:nowrap}.btn.secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn.secondary.active{border-color:var(--accent);color:var(--text)}.btn.ghost{background:transparent;color:var(--muted);border:1px solid var(--border)}.btn.sm{padding:.35rem .65rem;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.55rem .75rem;font-size:.875rem}input,select{max-width:100%}textarea{width:100%;min-height:80px;resize:vertical;font-family:inherit}.search-input{min-width:220px;max-width:320px}.search-input.sm{min-width:140px;max-width:200px}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:500;background:var(--surface2);color:var(--muted);text-transform:capitalize}.badge.ok{background:#14532d;color:#86efac}.badge.err{background:#450a0a;color:#fca5a5}.badge.warn{background:#422006;color:#fcd34d}.source-badge{display:inline-block;padding:.1rem .45rem;border-radius:6px;font-size:.68rem;border:1px solid;text-transform:capitalize;background:transparent}.muted{color:var(--muted)}.sm{font-size:.85rem}.text-warn{color:var(--warn)}.warn-text{color:#fcd34d}h2,h3{font-weight:600}h3{margin:0 0 .75rem;font-size:1rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.folder-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.25rem;transition:border-color .15s,transform .15s;color:inherit;text-decoration:none;display:block}.folder-card:hover{border-color:var(--accent);transform:translateY(-2px);text-decoration:none}.folder-card h3{margin:.35rem 0;font-size:1rem}.folder-card-top{display:flex;justify-content:space-between;align-items:center}.folder-code{font-family:ui-monospace,monospace;font-size:.8rem;color:var(--accent);font-weight:600}.folder-stats{display:flex;gap:1rem;font-size:.8rem;color:var(--muted);margin-top:.5rem}.folder-team{margin:.15rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-preview{margin-top:.85rem;padding:.85rem;background:var(--bg);border-radius:var(--radius)}.item-row.compact{align-items:center;padding:.5rem .75rem}.item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-filters{margin-bottom:.75rem}.wa-chat-row{margin-bottom:.65rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.wa-chat-row .badge{margin-left:.4rem}.folder-sources{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.tabs{display:flex;gap:.25rem;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:0}.tab{background:none;border:none;color:var(--muted);padding:.6rem 1rem;cursor:pointer;font-size:.875rem;border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.tab:hover{color:var(--text)}.split-layout{display:grid;grid-template-columns:1fr 380px;gap:1.25rem;align-items:start}.split-layout.wide{grid-template-columns:1fr 400px}.stack{display:flex;flex-direction:column;gap:0}@media(max-width:960px){.split-layout,.split-layout.wide{grid-template-columns:1fr}.nav{width:200px}}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.25rem}.stat-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;min-width:100px}.stat-card.lg strong{font-size:1.75rem;font-weight:700}.item-list{display:flex;flex-direction:column;gap:.65rem}.item-list.full{max-height:none}.item-row{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.item-row.card{padding:1rem}.item-body{flex:1;min-width:0}.item-body strong{display:block;margin-bottom:.25rem}.match-reason{font-size:.8rem;color:var(--warn);margin:.35rem 0 0;padding:.35rem .5rem;background:#42200633;border-radius:6px}.email-row select{flex:1;min-width:180px}.chat-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;min-height:420px;max-height:calc(100vh - 120px);position:sticky;top:1rem}.chat-panel.compact{min-height:360px}.chat-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.chat-log{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.65rem}.chat-input-row{padding:.75rem 1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.empty-chat{padding:2rem 1rem;text-align:center;font-size:.85rem}.msg{padding:.65rem .9rem;border-radius:var(--radius);white-space:pre-wrap;line-height:1.45;font-size:.875rem;max-width:95%}.msg.user{background:#1e3a5f;align-self:flex-end}.msg.bot{background:var(--surface2);align-self:flex-start}.bar-chart{display:flex;flex-direction:column;gap:.5rem}.bar-row{display:grid;grid-template-columns:120px 1fr 40px;gap:.5rem;align-items:center;font-size:.8rem}.bar-label{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{background:var(--bg);border-radius:4px;height:8px;overflow:hidden}.bar-fill{background:var(--accent);height:100%;border-radius:4px}.bar-fill.purple{background:#a855f7}.bar-value{text-align:right;color:var(--muted);font-size:.75rem}.task-table,.standup-list{display:flex;flex-direction:column;gap:.4rem}.task-row{display:grid;grid-template-columns:auto 48px 1fr;gap:.65rem;align-items:center;font-size:.85rem;padding:.4rem 0;border-bottom:1px solid var(--border)}.task-code{font-family:monospace;color:var(--accent);font-size:.75rem}.standup-row{padding:.65rem 0;border-bottom:1px solid var(--border)}.standup-head{display:flex;justify-content:space-between;margin-bottom:.25rem}.gap-row,.blocker-row{padding:.5rem 0;border-bottom:1px solid var(--border)}.gap-row:last-child,.blocker-row:last-child{border-bottom:none}.action-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem;margin-top:.75rem}.action-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;text-align:left;cursor:pointer;color:inherit;display:flex;flex-direction:column;gap:.25rem}.action-card:hover{border-color:var(--accent)}.action-card strong{font-size:.85rem}.result-pre{margin-top:.75rem;padding:.75rem;background:var(--bg);border-radius:var(--radius);font-size:.75rem;overflow-x:auto;max-height:200px}.warn-banner,.err-banner{border-left:3px solid var(--warn);margin-bottom:1rem}.err-banner{border-left-color:var(--err)}.empty-state{text-align:center;padding:2rem}.login-wrap{max-width:380px;margin:12vh auto;padding:2rem;background:var(--surface);border-radius:16px;border:1px solid var(--border)}code{font-family:ui-monospace,monospace;font-size:.85em;background:var(--bg);padding:.1rem .35rem;border-radius:4px}
