.sql-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.sql-modal{background:#0f1729;border:1px solid rgba(0,200,255,.25);border-radius:10px;max-width:720px;width:100%;max-height:70vh;display:flex;flex-direction:column;overflow:hidden}.sql-modal__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(0,200,255,.12)}.sql-modal__title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#00c8ffcc;font-family:DM Sans,sans-serif}.sql-modal__label{font-size:11px;color:#94a3b899;font-family:DM Sans,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.sql-modal__actions{display:flex;align-items:center;gap:8px}.sql-modal__copy-btn{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#00c8ffcc;background:#00c8ff14;border:1px solid rgba(0,200,255,.25);border-radius:4px;padding:3px 10px;cursor:pointer;transition:all .15s ease;font-family:DM Sans,sans-serif}.sql-modal__copy-btn:hover{background:#00c8ff26;border-color:#00c8ff80}.sql-modal__close-btn{font-size:16px;color:#64748bb3;background:transparent;border:none;cursor:pointer;padding:0 4px;line-height:1;transition:color .15s ease}.sql-modal__close-btn:hover{color:#e2e8f0cc}.sql-modal__body{overflow-y:auto;padding:16px;flex:1}.sql-modal__code{font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;line-height:1.7;color:#e2e8f0d9;white-space:pre-wrap;word-break:break-word;margin:0}.tp{border:1px solid rgba(0,200,255,.18);border-radius:10px;background:transparent;margin-bottom:12px;overflow:hidden;transition:border-color .3s ease}.tp--active{border-color:#00c8ff8c;box-shadow:0 0 12px #00c8ff14}.tp--done{border-color:#00c8ff1f}.tp--collapsed .tp__steps{display:none}.tp__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;gap:8px}.tp__header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.tp__pulse{width:8px;height:8px;border-radius:50%;background:#00c8ffe6;flex-shrink:0;animation:tp-pulse 1.2s ease-in-out infinite}@keyframes tp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.tp__title{font-size:11px;font-weight:600;letter-spacing:.04em;color:#00c8ffd9;text-transform:uppercase;white-space:nowrap}.tp__peek{font-size:11px;color:#94a3b8b3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.tp__header-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.tp__degraded-badge{font-size:9px;font-weight:700;color:#f59e0b;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);border-radius:3px;padding:1px 5px}.tp__chevron{font-size:12px;color:#64748bb3}.tp__cancel-btn{font-size:10px;font-weight:600;color:#ef4444cc;background:transparent;border:1px solid rgba(239,68,68,.3);border-radius:4px;padding:2px 8px;cursor:pointer}.tp__cancel-btn:hover{color:#ef4444;border-color:#ef4444b3;background:#ef444414}.tp__steps{list-style:none;margin:0;padding:0 0 8px;border-top:1px solid rgba(0,200,255,.08)}.tp__step{position:relative;display:flex;align-items:flex-start;gap:8px;padding:5px 12px;overflow:hidden}.tp__step:before{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--bar-width,0%);background:#00c8ff0a;pointer-events:none}.tp__step--active{background:#00c8ff08}.tp__step--active .tp__step-msg{color:#e2e8f0f2}.tp__step--warning{background:#f59e0b0a}.tp__step--warning .tp__step-agent{color:#f59e0b}.tp__step--warning .tp__step-msg{color:#f59e0bd9}.tp__step--parallel-marker{font-style:italic;opacity:.6}.tp__step--parallel-child{padding-left:24px;border-left:1px solid rgba(0,200,255,.15);margin-left:12px}.tp__spinner{width:10px;height:10px;border:1.5px solid rgba(0,200,255,.2);border-top-color:#00c8ffcc;border-radius:50%;flex-shrink:0;margin-top:3px;animation:tp-spin .7s linear infinite}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp__step-dot{width:5px;height:5px;border-radius:50%;background:#00c8ff59;flex-shrink:0;margin-top:5px}.tp__step-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.tp__step-agent{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#00c8ff99}.tp__step-msg{font-size:12px;color:#94a3b8cc;line-height:1.4}.tp__step-time{font-size:10px;font-variant-numeric:tabular-nums;color:#64748b99;flex-shrink:0;margin-top:3px}.tp__sql-btn{font-size:10px;color:#00c8ff99;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px;margin-top:2px;display:inline-block}.tp__sql-btn:hover{color:#00c8ffe6}.tp__routing-detail{margin-top:4px;padding:4px 8px;background:#00c8ff0a;border-left:2px solid rgba(0,200,255,.2);border-radius:0 4px 4px 0;font-size:10px;color:#94a3b8b3;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tp__confidence--high{font-size:9px;font-weight:700;color:#00c8ffd9;background:#00c8ff1a;border-radius:3px;padding:1px 5px}.tp__confidence--mid{font-size:9px;font-weight:700;color:#f59e0b;background:#f59e0b1a;border-radius:3px;padding:1px 5px}.tp__confidence--low{font-size:9px;font-weight:700;color:#ef4444;background:#ef444414;border:1px solid rgba(239,68,68,.3);border-radius:3px;padding:1px 5px}.tp__llm-detail{margin-top:4px;padding:4px 8px;background:#00c8ff08;border-left:2px solid rgba(0,200,255,.15);border-radius:0 4px 4px 0;font-size:10px;color:#94a3b899;display:flex;flex-wrap:wrap;gap:6px}.tp__timing-label--fast{font-size:9px;font-weight:700;color:#10b981;background:#10b9811a;border-radius:3px;padding:1px 5px}.tp__timing-label--slow{font-size:9px;font-weight:700;color:#f59e0b;background:#f59e0b1a;border-radius:3px;padding:1px 5px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@tailwind base;@tailwind components;@tailwind utilities;@layer base{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background-color:#0f1923;color:#c8d8e8;font-family:JetBrains Mono,Fira Code,monospace;font-size:12px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:transparent}}@layer base{::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f1923}::-webkit-scrollbar-thumb{background:#1e3347;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#5a7a94}::-webkit-scrollbar-corner{background:#0f1923}*{scrollbar-width:thin;scrollbar-color:#1e3347 #0f1923}}@layer base{*:focus-visible{outline:2px solid #00c8ff;outline-offset:2px}*:focus:not(:focus-visible){outline:none}}@layer components{.ekas-card{@apply bg-ekas-panel border border-ekas-border rounded-ekas-lg p-4;}.ekas-card-compact{@apply bg-ekas-panel border border-ekas-border rounded-ekas-lg p-3.5;}.ekas-section-header{@apply text-ekas-xs font-bold text-ekas-accent tracking-ekas-wide uppercase;}.ekas-label{@apply text-ekas-xs font-bold text-ekas-text-dim tracking-ekas-label uppercase;}.ekas-badge-pass{@apply bg-ekas-green-dim border border-ekas-green text-ekas-green text-ekas-xs font-bold rounded-ekas-sm px-2 py-0.5;}.ekas-badge-fail{@apply bg-ekas-red-dim border border-ekas-red text-ekas-red text-ekas-xs font-bold rounded-ekas-sm px-2 py-0.5;}.ekas-badge-warn{@apply bg-ekas-amber-dim border border-ekas-amber text-ekas-amber text-ekas-xs font-bold rounded-ekas-sm px-2 py-0.5;}.ekas-badge-active{@apply bg-ekas-accent-dim border border-ekas-accent text-ekas-accent text-ekas-xs font-bold rounded-ekas-sm px-2 py-0.5;}.ekas-input{@apply w-full bg-ekas-panel border border-ekas-border rounded-ekas-md text-ekas-text text-ekas-base px-2.5 py-2 focus:outline-none focus:border-ekas-accent transition-colors duration-150;}.ekas-btn-primary{@apply bg-ekas-accent text-ekas-bg font-bold text-ekas-sm tracking-ekas-button rounded-ekas-md px-4 py-2 hover:brightness-110 active:brightness-90 disabled:bg-ekas-border disabled:text-ekas-text-dim disabled:cursor-not-allowed transition-all duration-150;}.ekas-tab{@apply font-bold text-ekas-xs tracking-ekas-button rounded-ekas-md px-4 py-1.5 border transition-all duration-150;}.ekas-tab-active{@apply bg-ekas-accent text-ekas-bg border-ekas-accent;}.ekas-tab-inactive{@apply bg-transparent text-ekas-text-dim border-ekas-border hover:text-ekas-text hover:border-ekas-text-dim;}.ekas-table{@apply w-full text-ekas-sm border-collapse;}.ekas-table thead tr{@apply bg-ekas-doc-dark text-ekas-white font-bold;}.ekas-table thead th{@apply px-3 py-2 text-left border border-ekas-border;}.ekas-table tbody tr:nth-child(2n){@apply bg-ekas-panel;}.ekas-table tbody tr:nth-child(odd){@apply bg-ekas-bg;}.ekas-table tbody tr:hover{@apply bg-ekas-border;}.ekas-table tbody td{@apply px-3 py-1.5 border border-ekas-border text-ekas-text;}.ekas-callout-warn{@apply bg-ekas-amber-dim border-l-4 border-ekas-amber rounded-r-ekas-md px-4 py-3 text-ekas-sm text-ekas-text-dim italic;}.ekas-callout-error{@apply bg-ekas-red-dim border-l-4 border-ekas-red rounded-r-ekas-md px-4 py-3 text-ekas-sm text-ekas-text-dim italic;}.ekas-callout-info{@apply bg-ekas-accent-dim border-l-4 border-ekas-accent rounded-r-ekas-md px-4 py-3 text-ekas-sm text-ekas-text-dim italic;}.ekas-code-block{@apply bg-[#1a1a2e] rounded-ekas-md p-4 text-ekas-sm font-mono text-[#00d4ff] overflow-x-auto;}.ekas-verdict-pass{@apply bg-ekas-green-dim border-2 border-ekas-green rounded-ekas-md p-4 text-center text-ekas-green font-bold text-base;}.ekas-verdict-fail{@apply bg-ekas-red-dim border-2 border-ekas-red rounded-ekas-md p-4 text-center text-ekas-red font-bold text-base;}.ekas-verdict-warn{@apply bg-ekas-amber-dim border-2 border-ekas-amber rounded-ekas-md p-4 text-center text-ekas-amber font-bold text-base;}.ekas-forbidden{@apply text-ekas-red font-bold line-through;}}@layer utilities{.tabular-nums{font-variant-numeric:tabular-nums}.ekas-truncate{@apply truncate max-w-full;}}.block-renderer{display:flex;flex-direction:column;gap:8px}.memory-recall{display:flex;align-items:center;gap:6px;padding:7px 10px;background:var(--color-background-secondary, #162230);border:.5px solid var(--color-border-tertiary, #1e3347);border-radius:8px;font-size:12px;color:var(--color-text-secondary, #5a7a94);margin-bottom:8px}.memory-dot{width:6px;height:6px;border-radius:50%;background:#378add;flex-shrink:0}.memory-machine{margin-left:auto;font-size:10px;color:var(--color-text-secondary, #5a7a94);background:var(--color-background-primary, #0f1923);padding:2px 6px;border-radius:4px}.kpi-card{background:var(--color-background-primary, #0f1923);border:.5px solid var(--color-border-tertiary, #1e3347);border-radius:10px;padding:10px 12px;margin:8px 0}.kpi-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.kpi-label{font-size:11px;color:var(--color-text-secondary, #5a7a94)}.kpi-value-row{display:flex;align-items:baseline;gap:8px}.kpi-value{font-size:22px;font-weight:500;color:var(--color-text-primary, #c8d8e8)}.kpi-delta{font-size:12px}.kpi-sub{font-size:11px;color:var(--color-text-secondary, #5a7a94);margin-top:3px}.evidence-bar{margin-top:8px;padding:6px 10px;background:var(--color-background-secondary, #162230);border-left:2px solid #185FA5;border-radius:0 6px 6px 0;font-size:11px;color:var(--color-text-secondary, #5a7a94);display:flex;gap:8px;flex-wrap:wrap;align-items:center}.evidence-pill{background:var(--color-background-primary, #0f1923);border:.5px solid var(--color-border-tertiary, #1e3347);border-radius:4px;padding:2px 6px;font-size:10px;color:var(--color-text-secondary, #5a7a94)}.evidence-pill.evidence-warn{background:#4d3800;border-color:#f0b429;color:#f0b429}.clarification-card{background:var(--color-background-primary, #0f1923);border:.5px solid var(--color-border-tertiary, #1e3347);border-left:2px solid #BA7517;border-radius:0 8px 8px 0;padding:10px 12px;margin:8px 0}.clarification-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.clarification-question{font-size:13px;font-weight:500;color:var(--color-text-primary, #c8d8e8);margin-bottom:8px}.clarification-options{display:flex;flex-direction:column;gap:5px}.clarification-option{padding:7px 12px;text-align:left;border:.5px solid var(--color-border-secondary, #1e3347);border-radius:6px;font-size:12px;background:var(--color-background-secondary, #162230);color:var(--color-text-primary, #c8d8e8);cursor:pointer;transition:background .15s}.clarification-option:hover{background:var(--color-background-tertiary, #1a2736)}.degraded-card{background:var(--color-background-primary, #0f1923);border:.5px solid var(--color-border-tertiary, #1e3347);border-radius:0 8px 8px 0;padding:10px 12px;margin:8px 0;font-size:12px}.degraded-card-warn{border-left:2px solid #BA7517}.degraded-card-error{border-left:2px solid #A32D2D}.degraded-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.degraded-reason{font-size:11px;color:var(--color-text-secondary, #5a7a94)}.degraded-text{color:var(--color-text-primary, #c8d8e8);margin-bottom:8px}.degraded-suggestions{margin-top:8px}.degraded-suggestions-label{font-size:11px;color:var(--color-text-secondary, #5a7a94);margin-bottom:5px}.ranked-actions{margin:8px 0}.actions-label{font-size:11px;color:var(--color-text-secondary, #5a7a94);margin-bottom:5px}.ranked-action{display:block;width:100%;padding:8px 10px;text-align:left;background:var(--color-background-primary, #0f1923);border:.5px solid var(--color-border-tertiary, #1e3347);border-radius:8px;margin-bottom:5px;cursor:pointer;font-size:12px;transition:background .15s}.ranked-action:hover{background:var(--color-background-secondary, #162230)}.action-title{font-weight:500;color:var(--color-text-primary, #c8d8e8);margin-bottom:2px}.action-impact{color:var(--color-text-secondary, #5a7a94);font-size:11px;margin-bottom:2px}.action-verify{color:var(--color-text-secondary, #5a7a94);font-size:10px;margin-top:4px;font-style:italic}.action-meta{display:flex;gap:8px;align-items:center;margin-top:4px;font-size:10px}.action-effort{padding:2px 6px;border-radius:4px;font-weight:500;text-transform:uppercase}.action-effort-low{background:#1a4d33;color:#2ecc71}.action-effort-medium{background:#4d3800;color:#f0b429}.action-effort-high{background:#4d1a1a;color:#e74c3c}.action-owner{color:var(--color-text-secondary, #5a7a94)}.tag{display:inline-block;font-size:10px;padding:2px 6px;border-radius:4px;font-weight:500}.tag-metric{background:#e6f1fb;color:#185fa5}.tag-warn{background:#faeeda;color:#854f0b}.tag-error{background:#fadadd;color:#a32d2d}.tag-ok{background:#eaf3de;color:#3b6d11}.narrative-text{font-size:13px;line-height:1.6;color:var(--color-text-primary, #c8d8e8);margin:6px 0}.thinking-indicator{display:flex;gap:6px;padding:8px 12px;align-items:center}.thinking-dot{width:8px;height:8px;border-radius:50%;background:var(--color-text-secondary, #5a7a94);animation:thinking-pulse 1.2s ease-in-out infinite}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinking-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.leading-loose p{margin-bottom:.85em;line-height:1.75}.leading-loose pre{margin:1em 0;padding:1em 1.2em;border-radius:6px;overflow-x:auto;white-space:pre-wrap;word-break:break-word;line-height:1.65;font-size:.875rem}.leading-loose code{padding:.15em .4em;border-radius:3px;font-size:.875em;white-space:normal;word-break:break-word}.leading-loose ul,.leading-loose ol{margin:.6em 0 .85em 1.4em;line-height:1.75}.leading-loose li{margin-bottom:.35em}.leading-loose h1,.leading-loose h2,.leading-loose h3,.leading-loose h4{margin-top:1.1em;margin-bottom:.5em;line-height:1.35}.leading-loose table{table-layout:auto;width:100%}.leading-loose th,.leading-loose td{white-space:normal!important;word-break:break-word;overflow-wrap:break-word;max-width:280px}.leading-loose hr{margin:1em 0;border-color:#ffffff26}.leading-loose blockquote{margin:.75em 0;padding-left:1em;border-left:3px solid rgba(255,255,255,.25);opacity:.85}
