*{box-sizing:border-box}body{font-family:system-ui,sans-serif;line-height:1.5;margin:0;padding:0;height:100vh}.chat-body-bg{background-image:url(/background.png);background-size:cover;background-position:50%;background-attachment:fixed}body.god-mode.chat-body-bg{background-image:url(/background-dark.png)}.chat-layout{display:flex;flex-direction:column;height:100vh;max-width:800px;margin-inline:auto}.chat-layout:not(.cheatsheet-open):not(.god-mode) .chat-layout-left,.chat-layout:not(.cheatsheet-open):not(.god-mode) .chat-layout-right{display:none}.chat-layout.cheatsheet-open,.chat-layout.god-mode{display:grid;grid-template-columns:minmax(0,1fr) 800px minmax(0,1fr);max-width:none;height:100vh}.chat-layout-left{align-items:flex-start}.chat-layout-left,.chat-layout-right{min-width:0;overflow:auto;display:flex;flex-direction:column}.chat-layout-right{align-items:flex-end}.chat-main{display:flex;flex-direction:column;flex:1 1;min-height:0;min-width:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.75)}.chat-layout.cheatsheet-open .chat-main,.chat-layout.god-mode .chat-main{width:800px;max-width:800px}.chat-layout.god-mode .chat-main{background:rgba(15,23,42,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.api-key-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.25)}.api-key-modal{max-width:420px;width:100%;padding:1.75rem;background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15)}.api-key-gate-heading{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111}.api-key-gate-text{margin:0 0 .75rem;font-size:.9375rem;color:#444;line-height:1.45}.api-key-gate-text code{font-size:.875em;padding:.15em .4em;background:#f1f5f9;border-radius:4px}.api-key-gate-endpoint{margin:0 0 1.25rem;font-size:.8125rem;color:#64748b}.api-key-gate-endpoint code{word-break:break-all;font-size:.9em}.api-key-gate-form{display:flex;flex-direction:column;gap:1rem}.api-key-gate-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9375rem;font-weight:500;color:#333}.api-key-gate-input{padding:.6rem .75rem;font-size:1rem;border:1px solid #ccc;border-radius:8px}.api-key-gate-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.api-key-gate-remember{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#555;cursor:pointer}.api-key-gate-remember input{width:1rem;height:1rem}.api-key-gate-error{margin:0;font-size:.875rem;color:#c00;font-weight:500}.api-key-gate-submit{padding:.75rem 1.25rem;font-size:1rem;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:8px;cursor:pointer}.api-key-gate-submit:hover{background:#1d4ed8}.cheatsheet-panel{width:320px;max-width:100%;flex:1 1;min-height:0;overflow-y:auto;padding:1rem;border-right:1px solid #e5e7eb;background:#f8fafc;display:flex;flex-direction:column;gap:.5rem}.cheatsheet-heading{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111}.cheatsheet-error{margin:0;font-size:.875rem;color:#c00}.cheatsheet-loading{margin:0;font-size:.875rem;color:#666}.cheatsheet-sections{display:flex;flex-direction:column;gap:1.5rem}.cheatsheet-section{margin:0;padding:0}.cheatsheet-section-heading{margin:0 0 .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#334155;padding:.4rem .6rem;background:#e2e8f0;border-left:3px solid #3b82f6;border-radius:4px}.cheatsheet-section-intro{margin:0 0 .5rem;font-size:.7rem;color:#64748b;padding:0 .6rem}.cheatsheet-tools-list{margin:0;padding:0;list-style:none}.cheatsheet-tool-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.cheatsheet-tool-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.cheatsheet-tool-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cheatsheet-tool-title{flex:1 1;font-size:.9rem;font-weight:600;color:#1e40af}.cheatsheet-tool-play{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#1e40af;background:#e0e7ff;border:1px solid #93c5fd;border-radius:50%;cursor:pointer}.cheatsheet-tool-play:hover{background:#c7d2fe;color:#1e3a8a}.cheatsheet-tool-desc{margin:.25rem 0 0;font-size:.8rem;color:#374151;line-height:1.4}.god-mode-panel{width:340px;max-width:100%;flex:1 1;min-height:0;overflow-y:auto;padding:1rem;border-left:1px solid #333;background:#1a1a1a;display:flex;flex-direction:column;gap:1.5rem}.god-mode-section{flex-shrink:0}.god-mode-section--expandable{border:1px solid #333;border-radius:6px;overflow:hidden}.god-mode-section--expandable summary.god-mode-heading{cursor:pointer;margin:0;padding:.5rem .75rem;font-size:.9rem;font-weight:600;color:#94a3b8;list-style:none;display:flex;align-items:center;gap:.35rem}.god-mode-section--expandable summary.god-mode-heading::-webkit-details-marker{display:none}.god-mode-section--expandable summary.god-mode-heading:before{content:"";display:inline-block;width:.5rem;height:.5rem;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:rotate(45deg);transition:transform .15s ease;flex-shrink:0}.god-mode-section--expandable[open] summary.god-mode-heading:before{transform:rotate(-135deg)}.god-mode-section--expandable>.god-mode-debug-empty,.god-mode-section--expandable>.god-mode-details,.god-mode-section--expandable>.god-mode-log-stack,.god-mode-section--expandable>.god-mode-pre,.god-mode-section--expandable>.god-mode-tools-list,.god-mode-section--expandable>.god-mode-trace,.god-mode-section--expandable>.god-mode-usage{margin-top:0;border-radius:0;border-left:none;border-right:none;border-bottom:none}.god-mode-section--expandable>.god-mode-details,.god-mode-section--expandable>.god-mode-log-stack,.god-mode-section--expandable>.god-mode-pre{border-top:1px solid #333}.god-mode-section--expandable .god-mode-tools-list,.god-mode-section--expandable>.god-mode-debug-empty,.god-mode-section--expandable>.god-mode-trace{padding:.5rem .75rem .75rem;border-top:1px solid #333}.god-mode-section--expandable>.god-mode-usage{border-top:1px solid #333}.god-mode-heading{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:#94a3b8}.god-mode-pre{margin:0;padding:.75rem;font-size:.75rem;background:#0f0f0f;border:1px solid #333;border-radius:6px;overflow-x:auto;max-height:200px;overflow-y:auto;color:#e2e8f0;white-space:pre-wrap;word-break:break-word}.god-mode-details{margin-top:.5rem}.god-mode-details summary{cursor:pointer;font-size:.85rem;color:#94a3b8}.god-mode-tools-list{margin:0;padding-left:1.25rem;font-size:.875rem;color:#e2e8f0}.god-mode-section--debug{flex-shrink:1;min-height:0;display:flex;flex-direction:column}.god-mode-log-stack{margin:0;padding:.75rem;font-size:.7rem;background:#0f0f0f;border:1px solid #333;border-radius:6px;overflow:auto;max-height:220px;color:#e2e8f0;white-space:pre;word-break:break-word}.god-mode-debug-empty{margin:0;font-size:.8rem;color:#64748b}.god-mode-trace{display:flex;flex-direction:column;gap:.25rem;max-height:280px;overflow-y:auto}.god-mode-trace-step{font-size:.8rem;border:1px solid #333;border-radius:4px;background:#0f0f0f}.god-mode-trace-step-summary{cursor:pointer;padding:.4rem .6rem;color:#94a3b8}.god-mode-trace-step-body{margin:0;padding:.5rem .75rem;font-size:.7rem;border-top:1px solid #333;color:#e2e8f0;white-space:pre-wrap;word-break:break-word;overflow-x:auto}.god-mode-usage{max-height:none}.god-mode-heading{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.god-mode-expand-btn{flex-shrink:0;margin:0 0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer}.god-mode-expand-btn:hover{background:#334155;color:#e2e8f0}.god-mode-expand-btn--block{width:100%;margin:.5rem 0 0;padding:.4rem .6rem;font-size:.8rem;gap:.35rem}.god-mode-expanded-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.god-mode-expanded-backdrop{position:absolute;inset:0;z-index:0;background:rgba(0,0,0,.7);border:none;cursor:pointer;padding:0;margin:0}.god-mode-expanded-box{position:relative;z-index:1;width:100%;max-width:56rem;max-height:90vh;display:flex;flex-direction:column;background:#1a1a1a;border:1px solid #333;border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.4);overflow:hidden}.god-mode-expanded-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #333;background:#0f0f0f}.god-mode-expanded-title{margin:0;font-size:1rem;font-weight:600;color:#e2e8f0}.god-mode-expanded-close{display:flex;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer}.god-mode-expanded-close:hover{background:#334155;color:#e2e8f0}.god-mode-expanded-body{flex:1 1;min-height:0;overflow:auto;padding:1rem}.god-mode-expanded-pre{margin:0;padding:0;font-size:.9rem;line-height:1.5;color:#e2e8f0;white-space:pre-wrap;word-break:break-word}.chat-layout.god-mode{background:transparent}.chat-header{background:hsla(0,0%,100%,.85)}.chat-header,.chat-layout.god-mode .chat-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-layout.god-mode .chat-header{border-bottom-color:#334155;background:rgba(15,23,42,.9)}.chat-layout.god-mode .chat-header h1{color:#f1f5f9}.chat-layout.god-mode .chat-change-secret,.chat-layout.god-mode .chat-cheatsheet-toggle,.chat-layout.god-mode .chat-god-mode-toggle{color:#94a3b8;border-color:#475569;background:transparent}.chat-layout.god-mode .chat-change-secret:hover,.chat-layout.god-mode .chat-cheatsheet-toggle:hover{background:hsla(0,0%,100%,.08);border-color:#64748b;color:#cbd5e1}.chat-layout.god-mode .chat-god-mode-toggle{border-color:#b45309;color:#fbbf24}.chat-layout.god-mode .chat-god-mode-toggle:hover{background:rgba(251,191,36,.2);border-color:#fbbf24;color:#fde047}.chat-layout.god-mode .chat-messages,.chat-messages{background:transparent}.chat-layout.god-mode .chat-placeholder{color:#64748b}.chat-layout.god-mode .chat-bubble--user{background:#1e40af}.chat-layout.god-mode .chat-bubble--assistant{background:#1e293b;color:#e2e8f0}.chat-layout.god-mode .chat-error{color:#f87171}.chat-layout.god-mode .chat-input-row{border-top-color:#334155;background:transparent}.chat-layout.god-mode .chat-input{background:#0f172a;border-color:#475569;color:#f1f5f9}.chat-layout.god-mode .chat-input-editable:empty:before,.chat-layout.god-mode .chat-input-editable[data-placeholder]:empty:before{color:#64748b}.chat-layout.god-mode .chat-input-editable .input-placeholder{color:#f87171}.chat-layout.god-mode .cheatsheet-tool-example{color:#94a3b8}.chat-layout.god-mode .cheatsheet-tool-example .input-placeholder{color:#f87171}.chat-layout.god-mode .chat-input:focus{border-color:#60a5fa}.chat-layout.god-mode .chat-send{background:#2563eb}.chat-layout.god-mode .chat-send:hover:not(:disabled){background:#1d4ed8}.chat-layout.god-mode .chat-stats-card,.chat-layout.god-mode .chat-table-wrap,.chat-layout.god-mode .entity-card,.chat-layout.god-mode .kpi-snapshot-card{border-color:#334155;background:#1e293b}.chat-layout.god-mode .chat-table th{background:#334155;color:#e2e8f0}.chat-layout.god-mode .chat-table td,.chat-layout.god-mode .chat-table th{border-bottom-color:#475569}.chat-layout.god-mode .entity-card-header{background:#334155;color:#e2e8f0}.chat-layout.god-mode .entity-card-label{color:#94a3b8}.chat-layout.god-mode .chat-raw-json-content{background:#0f172a;border-color:#334155;color:#e2e8f0}.chat-layout.god-mode .chat-raw-json-toggle{color:#94a3b8}.chat-layout.god-mode .chat-raw-json-toggle:hover{color:#e2e8f0}.chat-layout.god-mode .chat-suggestions-label{color:#94a3b8}.chat-layout.god-mode .chat-suggestion-bubble{background:#60a5fa;border-color:#3b82f6;color:#fff}.chat-layout.god-mode .chat-suggestion-bubble:hover{background:#3b82f6;border-color:#2563eb}.chat-layout.god-mode .cheatsheet-panel{background:#1e293b;border-right-color:#334155}.chat-layout.god-mode .cheatsheet-heading{color:#f1f5f9}.chat-layout.god-mode .cheatsheet-error{color:#f87171}.chat-layout.god-mode .cheatsheet-loading{color:#94a3b8}.chat-layout.god-mode .cheatsheet-section-heading{color:#e2e8f0;background:#334155;border-left-color:#60a5fa}.chat-layout.god-mode .cheatsheet-tool-item{border-bottom-color:#334155}.chat-layout.god-mode .cheatsheet-tool-title{color:#93c5fd}.chat-layout.god-mode .cheatsheet-tool-play{color:#93c5fd;background:#1e3a8a;border-color:#60a5fa}.chat-layout.god-mode .cheatsheet-tool-play:hover{background:#2563eb;color:#fff}.chat-layout.god-mode .cheatsheet-tool-desc{color:#cbd5e1}.chat-header{flex-shrink:0;padding:1rem 1.5rem;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;gap:1rem}.chat-header-left{flex:1 1;display:flex;justify-content:flex-start;min-width:0}.chat-header-right{flex:1 1;display:flex;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0}.chat-header h1{margin:0;font-size:1.25rem;flex:0 0 auto}.chat-header-title{display:flex;align-items:center;gap:.5rem}.chat-header-logo{height:1.75rem;width:auto;display:block}.chat-change-secret,.chat-cheatsheet-toggle,.chat-god-mode-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.875rem;font-weight:600;color:#475569;background:transparent;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.chat-change-secret:hover,.chat-cheatsheet-toggle:hover,.chat-god-mode-toggle:hover{background:hsla(0,0%,100%,.6);border-color:#94a3b8;color:#334155}.chat-god-mode-toggle{font-weight:700}.chat-god-mode-toggle:hover{border-color:#b45309;color:#b45309;background:rgba(251,191,36,.12)}.chat-change-secret:hover{border-color:#0d9488;color:#0f766e;background:rgba(13,148,136,.08)}.chat-messages{flex:1 1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.chat-placeholder{color:#666;font-style:italic;margin:auto}.chat-bubble{max-width:85%;padding:.75rem 1rem;border-radius:12px;word-wrap:break-word}.chat-bubble--user{align-self:flex-end;background:#2563eb;color:#fff}.chat-bubble--assistant{align-self:flex-start;background:#e5e7eb;color:#111}.chat-bubble--loading{opacity:.7}.chat-error{flex-shrink:0;padding:.5rem 1.5rem;color:#c00;font-weight:500}.chat-input-row{flex-shrink:0;display:flex;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #ddd;background:transparent}.connection-check{flex-shrink:0;padding:0 1.5rem .75rem;font-size:.8125rem;border-top:1px solid #eee}.connection-check summary{cursor:pointer;color:#666;-webkit-user-select:none;-moz-user-select:none;user-select:none}.connection-check-body{margin-top:.5rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem}.connection-check-endpoint,.connection-check-error,.connection-check-names,.connection-check-result{margin:0}.connection-check-endpoint code{font-size:.75rem;word-break:break-all}.connection-check-button{padding:.2rem .5rem;font-size:.75rem;cursor:pointer}.connection-check-error{color:#c00;width:100%}.chat-layout.god-mode .connection-check summary{color:#94a3b8}.chat-layout.god-mode .connection-check-body{color:#cbd5e1}.chat-layout.god-mode .connection-check-error{color:#f87171}.chat-input{flex:1 1;min-width:0;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.chat-input-editable{outline:none;white-space:pre-wrap;word-break:break-word}.chat-input-editable:empty:before,.chat-input-editable[data-placeholder]:empty:before{content:attr(data-placeholder);color:#999}.chat-input-editable .input-placeholder{color:#dc2626;font-weight:500}.cheatsheet-tool-example{margin:.35rem 0 0;font-size:.8rem;color:#64748b;line-height:1.35}.cheatsheet-tool-example .input-placeholder{color:#dc2626;font-weight:500}.chat-input:focus{outline:none;border-color:#2563eb}.chat-send{padding:.75rem 1.25rem;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500}.chat-send:hover:not(:disabled){background:#1d4ed8}.chat-send:disabled{opacity:.6;cursor:not-allowed}.chat-table-wrap{margin-top:.5rem;overflow-x:auto;border:1px solid #ddd;border-radius:8px;background:#fff}.chat-table{width:100%;border-collapse:collapse;font-size:.875rem}.chat-table td,.chat-table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #eee}.chat-table th{background:#f5f5f5;font-weight:500}.chat-table tr:last-child td{border-bottom:none}.chat-table-truncated{margin:0;padding:.5rem .75rem;font-size:.8rem;color:#666}.chat-raw-json{margin-top:.5rem}.chat-raw-json-toggle{padding:.25rem .5rem;font-size:.8rem;color:#666;background:transparent;border:none;cursor:pointer;text-decoration:underline}.chat-raw-json-toggle:hover{color:#333}.chat-raw-json-content{margin:.5rem 0 0;padding:.75rem;font-size:.75rem;background:#f9f9f9;border:1px solid #eee;border-radius:6px;overflow-x:auto;max-height:200px;overflow-y:auto}.chat-tool-result{margin-top:.5rem}.chat-tool-result+.chat-tool-result{margin-top:1rem}.chat-suggestions-label{display:block;font-size:.8rem;color:#6b7280;margin-top:.75rem;margin-bottom:.35rem}.chat-suggestions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:0}.chat-suggestion-bubble{padding:.6rem 1.25rem;font-size:.95rem;color:#fff;background:#60a5fa;border:1px solid #3b82f6;border-radius:9999px;cursor:pointer}.chat-suggestion-bubble:hover{background:#3b82f6;border-color:#2563eb}.entity-card{margin-top:.5rem;border:1px solid #ddd;border-radius:8px;background:#fff;overflow:hidden}.entity-card-header{padding:.5rem .75rem;background:#f5f5f5;font-weight:500;font-size:.9rem}.entity-card-body{padding:.75rem 1rem}.entity-card-row{display:flex;gap:.75rem;padding:.25rem 0;font-size:.875rem}.entity-card-label{min-width:140px;color:#666}.entity-card-value{flex:1 1}.entity-card-error{margin:0;color:#c00;font-style:italic}.chat-stats-card{margin-top:.5rem;border:1px solid #ddd;border-radius:8px;background:#fff;overflow:hidden}.chat-stats-card-body{padding:.75rem 1rem}.kpi-snapshot-card{margin-top:.5rem;border:1px solid #ddd;border-radius:10px;background:#fff;overflow:hidden;padding:1rem 1.25rem}.kpi-snapshot-card-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1e293b}.kpi-snapshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem 1.5rem;gap:1rem 1.5rem}.kpi-snapshot-section{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;background:#f8fafc}.kpi-snapshot-section-title{margin:0 0 .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#475569}.kpi-snapshot-section-body{display:flex;flex-direction:column;gap:.15rem}.kpi-snapshot-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.875rem}.kpi-snapshot-label{color:#64748b;flex-shrink:0}.kpi-snapshot-value{font-weight:500;text-align:right;color:#0f172a}.kpi-snapshot-multi-period{display:flex;flex-direction:column;gap:1.5rem}.chat-layout.god-mode .kpi-snapshot-card{border-color:#334155;background:#1e293b}.chat-layout.god-mode .kpi-snapshot-card-title{color:#e2e8f0}.chat-layout.god-mode .kpi-snapshot-section{border-color:#334155;background:#0f172a}.chat-layout.god-mode .kpi-snapshot-label,.chat-layout.god-mode .kpi-snapshot-section-title{color:#94a3b8}.chat-layout.god-mode .kpi-snapshot-value{color:#e2e8f0}