:root{--ink-0: #07090f;--ink-1: #0b0e16;--ink-2: #11151f;--ink-3: #171c29;--line: rgba(148, 163, 200, .14);--line-strong: rgba(148, 163, 200, .28);--text-0: #eef2ff;--text-1: #aab3cf;--text-2: #7d88a8;--accent: #14b8a6;--accent-2: #5eead4;--safe: #5eead4;--detect: #fbbf24;--quasi: #d6b45c;--danger: #fb7185;--special: #f0abfc;--trusted: #818cf8;--untrusted: #f0abfc;--radius: 14px;--radius-sm: 9px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root,.ant-app{height:100%;margin:0}body{background:var(--ink-0);color:var(--text-0);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}.hl{border-radius:3px;border-bottom:2px solid var(--detect);padding-bottom:0}.hl-personal{border-bottom-color:var(--detect)}.hl-financial{border-bottom-color:var(--detect);background:#fbbf241a}.hl-quasi{border-bottom-color:var(--quasi);border-bottom-style:dotted}.hl-secret{border-bottom-color:var(--danger);background:#fb71851f}.hl-special{border-bottom-color:var(--special);background:#f0abfc1a}.hl-code{border-bottom-color:var(--trusted)}.hl-crit{border-bottom-style:dashed}.hl-token{color:var(--safe);background:#5eead41f;border-radius:4px;padding:0 3px}.composer-input-wrap{position:relative;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--ink-1);padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease}.composer-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #14b8a629}.ta-metrics{font-family:var(--font-sans);font-size:16px;line-height:1.6;letter-spacing:normal;margin:0;border:0}.hl-backdrop{position:absolute;top:12px;right:14px;bottom:12px;left:14px;overflow:hidden;color:transparent;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;pointer-events:none;-webkit-user-select:none;user-select:none;scrollbar-gutter:stable}.hl-backdrop mark{background:transparent;color:transparent}.composer-textarea{position:relative;z-index:1;display:block;width:100%;min-height:24px;max-height:220px;padding:0;background:transparent;color:var(--text-0);caret-color:var(--accent-2);resize:none;outline:none;overflow-y:auto;scrollbar-gutter:stable}.composer-textarea::placeholder{color:var(--text-2)}.app-shell{height:100vh;height:100dvh;display:flex;flex-direction:column}.chat-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:24px 0 8px}.chat-column{max-width:780px;margin:0 auto;padding:0 20px}.msg-row{display:flex;margin:14px 0}.msg-row.user{justify-content:flex-end}.msg-bubble{width:fit-content;padding:11px 15px;border-radius:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:break-word;font-size:15px}.msg-row.user .msg-bubble{margin-left:auto}.msg-row.user .msg-bubble{background:linear-gradient(180deg,#16352f,#123029);border:1px solid rgba(20,184,166,.3);color:#eafffb;border-bottom-right-radius:5px}.msg-row.assistant .msg-bubble{background:var(--ink-2);border:1px solid var(--line);color:var(--text-0);border-bottom-left-radius:5px}.composer-legend{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-height:22px;color:var(--text-2);font-size:12.5px}.legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px;vertical-align:middle}.empty-hero{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px;padding:24px}.chat-scroll::-webkit-scrollbar,.composer-textarea::-webkit-scrollbar{width:8px}.chat-scroll::-webkit-scrollbar-thumb,.composer-textarea::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:8px}.mono{font-family:var(--font-mono)}.typing{display:inline-flex;align-items:center;gap:5px;padding:3px 2px}.typing i{width:6px;height:6px;border-radius:50%;background:var(--text-2);animation:typing 1.2s infinite ease-in-out both}.typing i:nth-child(2){animation-delay:.16s}.typing i:nth-child(3){animation-delay:.32s}@keyframes typing{0%,70%,to{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.boot-loader{min-height:100vh;min-height:100dvh;display:grid;place-items:center;background:var(--ink-0)}.boot-loader img{width:46px;height:46px;animation:boot-pulse 1.5s ease-in-out infinite}@keyframes boot-pulse{0%,to{opacity:.35;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}@media (max-width: 460px){.header-tag{display:none}.chat-column{padding:0 14px}}
