*{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)}.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-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-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}.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-god-mode-toggle{background:#facc15;color:#111;border-color:#eab308}.chat-layout.god-mode .chat-god-mode-toggle:hover{background:#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-table-wrap,.chat-layout.god-mode .entity-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-layout.god-mode .chat-cheatsheet-toggle{background:#0d9488;color:#fff;border-color:#0f766e}.chat-layout.god-mode .chat-cheatsheet-toggle:hover{background:#14b8a6}.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;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-god-mode-toggle{padding:.35rem .85rem;font-size:.875rem;font-weight:700;color:#111;background:#facc15;border:1px solid #eab308;border-radius:6px;cursor:pointer}.chat-god-mode-toggle:hover{background:#fde047;border-color:#facc15}.chat-cheatsheet-toggle{padding:.35rem .85rem;font-size:.875rem;font-weight:600;color:#fff;background:#0d9488;border:1px solid #0f766e;border-radius:6px;cursor:pointer}.chat-cheatsheet-toggle:hover{background:#14b8a6;border-color:#0d9488}.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}