.graph-card{border:1px solid var(--border, rgba(255, 255, 255, .08));background:var(--bg-card, rgba(17, 26, 41, .85));border-radius:12px;padding:12px}.graph-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.graph-error{padding:8px;border-radius:8px;background:#ff6a6a1f;color:#ffb3b3;margin-bottom:8px}.graph-list{max-height:240px;overflow:auto;display:flex;flex-direction:column;gap:6px}.ingest-grid input,.ingest-grid textarea{background:#ffffff05;border:1px solid var(--border, rgba(255, 255, 255, .08));color:#e8edf3;border-radius:8px;padding:6px}.graph-node-row{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:10px;background:#ffffff05}.graph-node-text{flex:1}.graph-node-label{font-weight:600}.ingest-card{border:1px solid var(--border, rgba(255, 255, 255, .08));background:var(--bg-card, rgba(17, 26, 41, .85));border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.ingest-head{display:flex;align-items:center;justify-content:space-between}.ingest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.ingest-error{padding:8px;border-radius:8px;background:#ff6a6a1f;color:#ffb3b3}.ingest-status{padding:8px;border-radius:8px;background:#3ce0c21a;color:#8ef5d7}.block textarea,.ingest-grid textarea,.ingest-grid input,.ingest-card input,.ingest-card textarea{width:100%;border-radius:10px;border:1px solid var(--border, rgba(255, 255, 255, .08));background:#ffffff05;color:#e8edf3;padding:8px}.block span,.ingest-grid span{display:block;margin-bottom:4px;color:var(--text-muted, #9fb2c8)}.ingest-actions{display:flex;justify-content:flex-end}:root{font-family:Space Grotesk,Inter,system-ui,-apple-system,sans-serif;color:#e8edf3;background:radial-gradient(circle at 10% 10%,#0f1a2b,#050a12 60%);--bg-card: rgba(17, 26, 41, .85);--border: rgba(255, 255, 255, .08);--accent: #3ce0c2;--text-muted: #9fb2c8;--pill: rgba(255, 255, 255, .08)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;color:#e8edf3}a{color:inherit;text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100vh}.classification-banner{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:12px;padding:14px 22px;border-bottom:1px solid var(--border);background:linear-gradient(90deg,#111a29f2,#0c2c34e6)}.classification-banner .badge{font-weight:600;letter-spacing:.5px}.classification-banner .tenant{color:var(--text-muted)}.classification-banner .advisory{text-align:right;color:#d6f2e8;font-weight:600}.layout{display:grid;grid-template-columns:220px 1.2fr 1fr;gap:16px;padding:16px 18px 32px}.sidebar{border:1px solid var(--border);background:var(--bg-card);border-radius:12px;padding:16px;height:fit-content}.nav-title{font-size:13px;color:var(--text-muted);margin-bottom:8px;letter-spacing:.08em}.nav-item{display:block;padding:10px 12px;border-radius:10px;color:#e8edf3;margin-bottom:6px;border:1px solid transparent}.nav-item:hover{border-color:var(--border);background:#ffffff08}.nav-item.active{border-color:#3ce0c280;background:#3ce0c212}.main{display:flex;flex-direction:column;gap:14px}.panel-stack{display:flex;flex-direction:column;gap:12px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 4px}h2,h3{margin:0;font-weight:600}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:12px}.pill.subtle{background:var(--pill);color:var(--text-muted)}.pill.warning{background:#ffbf4726;color:#ffbf47}.pill.success{background:#3ce0c226;color:#62f2cf}.pill.ghost{border:1px solid var(--border);background:transparent}.btn{border:1px solid var(--border);background:var(--pill);color:#e8edf3;border-radius:10px;padding:8px 12px;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#3ce0c2,#1fa2ff);color:#0a111c;border:none;font-weight:600}.btn.ghost{background:transparent}.btn.small{padding:6px 10px}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.grid.two .graph-card{height:100%}.list{list-style:none;padding:0;margin:0;color:#d9e2ee}.list li{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05)}.map-body{display:grid;grid-template-columns:200px 1fr;gap:12px;align-items:center}.map-legend{background:#ffffff05;border:1px dashed var(--border);border-radius:10px;padding:10px}.legend-row{display:flex;align-items:center;gap:8px;color:var(--text-muted);margin-bottom:6px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot.red{background:#ff6b6b}.dot.blue{background:#5ac8fa}.dot.amber{background:#ffbf47}.map-canvas{position:relative;border-radius:12px;background:radial-gradient(circle at 30% 40%,rgba(60,224,194,.2),transparent 40%),radial-gradient(circle at 70% 60%,rgba(255,191,71,.25),transparent 40%),#09111ce6;min-height:180px;border:1px dashed var(--border);display:flex;align-items:center;justify-content:center;color:#cde7ff;flex-direction:column;gap:6px}.map-overlay{padding:8px 10px;background:#0006;border-radius:8px;border:1px solid var(--border)}.map-overlay.secondary{color:var(--text-muted)}.map-actions{display:flex;gap:8px;margin-top:10px}.rfi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.rfi-item{padding:12px;border-radius:12px;border:1px solid var(--border);background:#ffffff05}.rfi-item .title{margin:6px 0 4px;font-weight:600}.rfi-item .desc{margin:0;color:var(--text-muted)}.chat-stream{display:flex;flex-direction:column;gap:10px;max-height:360px;overflow:auto;padding-right:6px}.chat-bubble{border:1px solid var(--border);border-radius:12px;padding:12px;background:#ffffff05}.chat-bubble.assistant{border-color:#3ce0c259}.bubble-head{display:flex;align-items:center;gap:8px;margin-bottom:6px;color:var(--text-muted)}.meta-row{display:flex;align-items:center;gap:10px;margin-top:6px;flex-wrap:wrap}.label{color:var(--text-muted);font-size:12px}.tool-list,.citation-list{display:flex;gap:6px;flex-wrap:wrap}.advisory-note{margin-top:8px;padding:8px;border-radius:10px;background:#ffbf471f;color:#ffcf7a}.confidence.low{color:#ff8a8a}.confidence.medium{color:#ffbf47}.confidence.high{color:#62f2cf}.composer{margin-top:10px;display:flex;flex-direction:column;gap:8px}.composer textarea{width:100%;min-height:80px;border-radius:10px;border:1px solid var(--border);background:#ffffff05;color:#e8edf3;padding:10px;resize:vertical}.composer-actions{display:flex;justify-content:space-between;align-items:center}.selector{background:var(--pill);border:1px solid var(--border);border-radius:10px;color:#e8edf3;padding:8px 10px}.selector-stack{display:flex;flex-direction:column;gap:8px}.token-row{display:flex;gap:6px}.token-input{flex:1;border-radius:10px;border:1px solid var(--border);background:#ffffff05;color:#e8edf3;padding:8px 10px}.error-banner{margin:8px 0;padding:10px;border-radius:10px;background:#ff6a6a1f;color:#ffb3b3;border:1px solid rgba(255,106,106,.4)}.chat-empty{border:1px dashed var(--border);border-radius:12px;padding:12px;color:var(--text-muted)}.evidence-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.muted{color:var(--text-muted)}.trace-steps{display:flex;flex-direction:column;gap:6px}.trace-step{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--border);border-radius:10px;background:#ffffff05}.wizard-steps{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.wizard-step{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--border);border-radius:10px;background:#ffffff05;color:var(--text-muted)}.wizard-step.active{border-color:#3ce0c280;color:#e8edf3}.wizard-step-num{width:20px;height:20px;border-radius:50%;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:12px}.wizard-section{display:flex;flex-direction:column;gap:12px}.wizard-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.wizard-pill{border:1px solid var(--border);border-radius:12px;padding:10px;text-align:left;background:#ffffff05;color:#e8edf3}.wizard-pill.selected{border-color:#3ce0c299;box-shadow:0 0 0 1px #3ce0c233}.wizard-pill-title{font-weight:600}.wizard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.wizard-grid textarea,.wizard-grid input,.wizard-grid select{width:100%;border-radius:10px;border:1px solid var(--border);background:#ffffff05;color:#e8edf3;padding:8px}.wizard-toggles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.wizard-toggle{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:12px;background:#ffffff05;color:#e8edf3;padding:10px;cursor:pointer}.wizard-toggle.on{border-color:#3ce0c266}.wizard-plan{border:1px dashed var(--border);border-radius:12px;padding:10px;background:#ffffff05}.wizard-result{border:1px solid var(--border);border-radius:12px;padding:12px;background:#ffffff05;display:flex;flex-direction:column;gap:10px}.wizard-output{white-space:pre-wrap;line-height:1.4}.wizard-actions{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.wizard-action-buttons{display:flex;gap:8px}@media (max-width: 1200px){.layout{grid-template-columns:1fr}.panel-stack{order:-1}.evidence-groups,.rfi-grid,.grid.two{grid-template-columns:1fr}.classification-banner{grid-template-columns:1fr;text-align:left}.classification-banner .advisory{text-align:left}}
