*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;height:100dvh;background:var(--bg-deep);font-family:var(--font-ui);overscroll-behavior:none;color:var(--text-2)}button,a,textarea{-webkit-tap-highlight-color:rgba(0,0,0,.08)}button{touch-action:manipulation}.chat-page{display:flex;flex-direction:column;height:100%;height:100dvh;max-width:760px;margin:0 auto;background:linear-gradient(180deg,var(--bg-deep) 0%,#0e1626 60%,#111a2e 100%)}.chat-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:calc(10px + env(safe-area-inset-top,0px)) 14px 10px;background:#111827d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);flex:none;border-bottom:1px solid var(--surface)}.chat-brand{justify-self:start;display:flex;align-items:center;gap:2px;min-height:44px;min-width:44px;margin-left:-6px;padding-right:4px;text-decoration:none;color:var(--border-light);transition:color .15s ease}.chat-back-icon{width:20px;height:20px;flex:none}.chat-back-label{font-size:var(--fs-md);font-weight:500;color:inherit}@media(hover:hover){.chat-brand:hover{color:var(--accent-link)}}.chat-title{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:0;max-width:100%;text-align:center;font-size:15px}.chat-subtitle{max-width:100%;font-size:var(--fs-xs);color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-reset{justify-self:end;flex:none;padding:7px 12px;background:transparent;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--border-light);font-size:var(--fs-sm);font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease}.chat-reset:hover:not(:disabled){border-color:var(--accent-link);color:var(--accent-link)}.chat-reset:disabled{opacity:.45;cursor:default}.chat-log{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:16px 14px;display:flex;flex-direction:column;gap:12px}.chat-intro{display:flex;flex-direction:column;gap:16px;padding:12px 2px 8px;color:var(--text-muted);font-size:var(--fs-md);line-height:1.55}.chat-intro-lead{color:#f3f4f6;font-size:17px;font-weight:600;letter-spacing:-.01em;line-height:1.4}.chat-intro-note{font-size:var(--fs-sm);color:var(--text-muted-2);line-height:1.55}.chat-types{padding:0;background:transparent;border:none}.chat-types-title{margin-bottom:8px;font-size:var(--fs-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted-2)}.chat-types-list{display:flex;flex-wrap:wrap;gap:6px;list-style:none}.chat-type{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;background:#1f293799;border:1px solid var(--surface);border-radius:var(--radius-pill);font-size:12px;color:var(--border-light);min-width:0}.chat-type-dot{width:8px;height:8px;border-radius:50%;flex:none}.chat-suggestions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.chat-suggestion{display:flex;align-items:center;gap:10px;text-align:left;padding:12px 14px;background:#1f293780;border:1px solid var(--surface);border-radius:var(--radius-lg);color:var(--text-2);font:inherit;font-size:var(--fs-md);cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .05s ease}.chat-suggestion:before{content:"→";color:var(--accent-link);font-weight:700;flex:none}.chat-suggestion:hover{border-color:var(--accent-link);background:#1f2937d9}.chat-suggestion:active{transform:translateY(1px)}.chat-turn{display:flex;align-items:flex-end;gap:8px;animation:chat-bubble-in .18s ease-out}.chat-avatar{flex:none;align-self:flex-end;width:30px;height:30px;display:block}.chat-avatar .chat-bot{width:30px;height:30px;filter:none}.chat-avatar .chat-bot,.chat-avatar .chat-bot-arm,.chat-avatar .chat-bot-eyes{animation:none;transform:none}@keyframes chat-bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.chat-turn{animation:none}}.chat-turn--user{justify-content:flex-end}.chat-bubble{max-width:85%;padding:11px 14px;border-radius:16px;font-size:var(--fs-md);line-height:1.55;overflow-wrap:anywhere;box-shadow:0 2px 8px #00000040}.chat-turn--user .chat-bubble,.chat-bubble--status{white-space:pre-wrap}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:0 0 8px}.chat-markdown ul,.chat-markdown ol{margin:0 0 8px;padding-left:20px}.chat-markdown li{margin:2px 0}.chat-markdown li>p{margin:0}.chat-markdown a{color:var(--accent-link);text-decoration:underline}.chat-markdown code{background:var(--bg);color:#a7f3d0;padding:1px 5px;border-radius:4px;font-size:var(--fs-sm)}.chat-markdown pre{background:var(--bg-deep);color:var(--text-2);padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--surface);overflow-x:auto}.chat-markdown pre code{background:none;padding:0}.chat-turn--user .chat-bubble{background:var(--accent);color:var(--accent-ink);border-bottom-right-radius:4px;font-weight:500}.chat-turn--assistant .chat-bubble{background:var(--surface);color:var(--text-2);border:1px solid var(--border);border-bottom-left-radius:4px}.chat-bubble--status{display:flex;align-items:center;gap:9px;color:var(--text-muted);font-size:var(--fs-sm);background:#1f293780;border:1px solid var(--surface)}.chat-dots{display:inline-flex;gap:3px}.chat-dots i{width:5px;height:5px;border-radius:50%;background:var(--accent-link);animation:chat-bounce 1.1s infinite ease-in-out}.chat-dots i:nth-child(2){animation-delay:.15s}.chat-dots i:nth-child(3){animation-delay:.3s}@keyframes chat-bounce{0%,70%,to{transform:translateY(0);opacity:.5}35%{transform:translateY(-3px);opacity:1}}@media(prefers-reduced-motion:reduce){.chat-dots i{animation:none}}.chat-error{padding:11px 13px;background:#ef44441a;border:1px solid #7f1d1d;border-radius:10px;color:#fca5a5;font-size:var(--fs-sm)}.chat-composer{display:flex;align-items:center;gap:8px;flex:none;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));background:#111827d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--surface)}.chat-input{flex:1;min-width:0;resize:none;max-height:120px;padding:11px 13px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);font:inherit;font-size:var(--fs-field);line-height:1.4;color:var(--text-2)}.chat-input::placeholder{color:var(--text-muted-2)}.chat-input:focus{outline:none;border-color:var(--accent);box-shadow:var(--ring-accent)}.chat-send{flex:none;padding:11px 18px;background:var(--accent);border:none;border-radius:var(--radius-lg);color:var(--accent-ink);font:inherit;font-size:var(--fs-md);font-weight:var(--fw-semibold);cursor:pointer;transition:background .15s ease}.chat-send:hover:not(:disabled){background:var(--accent-hover)}.chat-send:disabled{background:var(--surface);color:var(--border-strong);cursor:default}.chat-disclaimer{flex:none;padding:8px 14px calc(8px + env(safe-area-inset-bottom,0px));background:var(--bg);color:var(--text-muted);font-size:var(--fs-xs);line-height:1.4;text-align:center}
