.chat-module__osWZ1G__chatPage{background:var(--bg-body,#0a0a0f);flex-direction:column;height:100vh;display:flex}.chat-module__osWZ1G__header{border-bottom:1px solid var(--border,#3a3a3a);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0fe6;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 1.5rem;display:flex}.chat-module__osWZ1G__headerLeft{align-items:center;display:flex}.chat-module__osWZ1G__brand{align-items:center;text-decoration:none;display:flex}.chat-module__osWZ1G__brandIcon{width:auto;height:32px}.chat-module__osWZ1G__homeLink{align-items:center;margin-right:.75rem;text-decoration:none;display:flex}.chat-module__osWZ1G__homeLogo{object-fit:contain;width:32px;height:32px}.chat-module__osWZ1G__modes{gap:4px;display:flex}.chat-module__osWZ1G__modeBtn{font-size:13px;font-family:var(--font-body,"Outfit");color:var(--text-secondary,#9a9a9a);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:6px 14px;font-weight:500;transition:all .15s}.chat-module__osWZ1G__modeBtn:hover{color:var(--text-primary,#c8c8c8);background:#ffffff0a}.chat-module__osWZ1G__active{color:var(--accent-light,#a855f7);background:#9333ea26;border-color:#9333ea4d}.chat-module__osWZ1G__messages{flex-direction:column;flex:1;gap:1.25rem;padding:2rem 1.5rem;display:flex;overflow-y:auto}.chat-module__osWZ1G__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;animation:.4s chat-module__osWZ1G__fadeIn;display:flex}.chat-module__osWZ1G__emptyTitle{font-family:var(--font-heading,"Oxanium");color:var(--text-active,#fff);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.chat-module__osWZ1G__emptySub{color:var(--text-secondary,#9a9a9a);margin-bottom:2rem;font-size:.95rem}.chat-module__osWZ1G__suggestions{flex-direction:column;gap:.5rem;width:100%;max-width:420px;display:flex}.chat-module__osWZ1G__suggestion{text-align:left;background:var(--bg-card,#2a2a2a);border:1px solid var(--border,#3a3a3a);color:var(--text-secondary,#9a9a9a);font-size:14px;font-family:var(--font-body,"Outfit");cursor:pointer;border-radius:8px;padding:.75rem 1rem;transition:border-color .15s,color .15s}.chat-module__osWZ1G__suggestion:hover{border-color:var(--accent,#9333ea);color:var(--text-primary,#c8c8c8)}.chat-module__osWZ1G__message{gap:.75rem;width:100%;max-width:720px;margin:0 auto;animation:.3s chat-module__osWZ1G__fadeIn;display:flex}.chat-module__osWZ1G__userMsg{justify-content:flex-end}.chat-module__osWZ1G__assistantMsg{justify-content:flex-start}.chat-module__osWZ1G__avatar{background:#9333ea26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.chat-module__osWZ1G__bubble{border-radius:10px;max-width:85%;padding:.75rem 1rem;font-size:14px;line-height:1.65}.chat-module__osWZ1G__userMsg .chat-module__osWZ1G__bubble{background:var(--accent,#9333ea);color:#fff;border-bottom-right-radius:4px}.chat-module__osWZ1G__assistantMsg .chat-module__osWZ1G__bubble{background:var(--bg-card,#2a2a2a);color:var(--text-primary,#c8c8c8);border:1px solid var(--border,#3a3a3a);border-bottom-left-radius:4px}.chat-module__osWZ1G__markdown{font-size:14px;line-height:1.65}.chat-module__osWZ1G__markdown p{margin:0 0 .5rem}.chat-module__osWZ1G__markdown p:last-child{margin-bottom:0}.chat-module__osWZ1G__markdown strong{color:var(--text-active,#fff);font-weight:600}.chat-module__osWZ1G__markdown em{color:var(--accent-light,#a855f7);font-style:italic}.chat-module__osWZ1G__markdown code{font-family:var(--font-mono,"Cascadia Code");color:var(--accent-light,#a855f7);background:#9333ea1f;border-radius:4px;padding:.15em .4em;font-size:12px}.chat-module__osWZ1G__markdown pre{border:1px solid var(--border,#3a3a3a);background:#0006;border-radius:6px;margin:.5rem 0;padding:.75rem 1rem;overflow-x:auto}.chat-module__osWZ1G__markdown pre code{color:inherit;background:0 0;border-radius:0;padding:0}.chat-module__osWZ1G__markdown ul,.chat-module__osWZ1G__markdown ol{margin:.5rem 0;padding-left:1.25rem}.chat-module__osWZ1G__markdown li{margin-bottom:.25rem}.chat-module__osWZ1G__markdown li:last-child{margin-bottom:0}.chat-module__osWZ1G__markdown a{color:var(--accent-light,#a855f7);text-underline-offset:2px;text-decoration:underline}.chat-module__osWZ1G__markdown a:hover{color:var(--accent,#9333ea)}.chat-module__osWZ1G__markdown h1,.chat-module__osWZ1G__markdown h2,.chat-module__osWZ1G__markdown h3,.chat-module__osWZ1G__markdown h4{font-family:var(--font-heading,"Oxanium");color:var(--text-active,#fff);margin:.75rem 0 .375rem}.chat-module__osWZ1G__markdown h1{font-size:1.1rem}.chat-module__osWZ1G__markdown h2{font-size:1rem}.chat-module__osWZ1G__markdown h3{font-size:.9rem}.chat-module__osWZ1G__markdown blockquote{border-left:3px solid var(--accent,#9333ea);color:var(--text-secondary,#9a9a9a);background:#9333ea0f;border-radius:0 4px 4px 0;margin:.5rem 0;padding:.4rem .75rem}.chat-module__osWZ1G__markdown hr{border:none;border-top:1px solid var(--border,#3a3a3a);margin:.75rem 0}.chat-module__osWZ1G__markdown table{border-collapse:collapse;width:100%;margin:.5rem 0}.chat-module__osWZ1G__markdown th,.chat-module__osWZ1G__markdown td{border:1px solid var(--border,#3a3a3a);text-align:left;padding:.35rem .65rem;font-size:13px}.chat-module__osWZ1G__markdown th{color:var(--text-active,#fff);background:#9333ea1a;font-weight:600}.chat-module__osWZ1G__typing{color:var(--accent-light,#a855f7);letter-spacing:2px;animation:1s infinite chat-module__osWZ1G__blink;display:inline-block}@keyframes chat-module__osWZ1G__blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes chat-module__osWZ1G__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-module__osWZ1G__inputArea{border-top:1px solid var(--border,#3a3a3a);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0fe6;flex-shrink:0;align-items:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.chat-module__osWZ1G__input{resize:none;background:var(--bg-input,#3c3c3c);border:1px solid var(--border,#3a3a3a);color:var(--text-primary,#c8c8c8);font-family:var(--font-body,"Outfit");border-radius:10px;flex:1;min-height:44px;max-height:150px;padding:.75rem 1rem;font-size:14px;line-height:1.5;transition:border-color .15s}.chat-module__osWZ1G__input::placeholder{color:var(--text-muted,#6b7280)}.chat-module__osWZ1G__input:focus{border-color:var(--accent,#9333ea);outline:none}.chat-module__osWZ1G__sendBtn,.chat-module__osWZ1G__stopBtn{height:44px;font-family:var(--font-body,"Outfit");cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:0 1.25rem;font-size:14px;font-weight:600;transition:background .15s,opacity .15s}.chat-module__osWZ1G__sendBtn{background:var(--accent,#9333ea);color:#fff}.chat-module__osWZ1G__sendBtn:hover:not(:disabled){background:var(--accent-hover,#7c2aed)}.chat-module__osWZ1G__sendBtn:disabled{opacity:.4;cursor:not-allowed}.chat-module__osWZ1G__stopBtn{color:#fff;background:#dc3232}.chat-module__osWZ1G__stopBtn:hover{background:#b91c1c}.chat-module__osWZ1G__guestBadge{color:var(--accent-light);white-space:nowrap;background:#9333ea26;border:1px solid #9333ea4d;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600}.chat-module__osWZ1G__limitBanner{background:#dc323214;border-top:1px solid #dc32324d;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.chat-module__osWZ1G__limitBanner p{color:var(--text-secondary);font-size:13px}.chat-module__osWZ1G__limitLink{color:var(--accent-light);font-size:13px;font-weight:600;text-decoration:none}.chat-module__osWZ1G__limitLink:hover{text-decoration:underline}.chat-module__osWZ1G__cta{background:var(--bg-card,#2a2a2a);border-top:1px solid var(--border,#3a3a3a);flex-shrink:0;justify-content:center;align-items:center;gap:1rem;padding:.65rem 1.5rem;display:flex}.chat-module__osWZ1G__ctaText{color:var(--text-muted,#6b7280);font-size:13px}.chat-module__osWZ1G__ctaLink{color:var(--accent-light,#a855f7);font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.chat-module__osWZ1G__ctaLink:hover{color:var(--accent,#9333ea)}@media (max-width:640px){.chat-module__osWZ1G__header{flex-direction:column;gap:.5rem;height:auto;padding:.75rem 1rem}.chat-module__osWZ1G__headerLeft,.chat-module__osWZ1G__modes{justify-content:center;width:100%}.chat-module__osWZ1G__guestBadge{text-align:center;position:static}.chat-module__osWZ1G__messages{padding:1.5rem 1rem}.chat-module__osWZ1G__bubble{max-width:95%}.chat-module__osWZ1G__inputArea{padding:.75rem 1rem}.chat-module__osWZ1G__cta{text-align:center;flex-direction:column;gap:.5rem}.chat-module__osWZ1G__emptyTitle{font-size:1.25rem}.chat-module__osWZ1G__suggestion{padding:.4rem .75rem;font-size:12px}}
