.chat-page[data-astro-cid-mxf2l2hr]{height:100dvh;display:flex;flex-direction:column;position:relative;overflow:hidden;background:var(--color-dark)}.chat-bg[data-astro-cid-mxf2l2hr]{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse at 30% 20%,rgba(76,23,202,.15) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(90,31,217,.1) 0%,transparent 50%),var(--color-dark)}.noise[data-astro-cid-mxf2l2hr]{position:absolute;inset:0;background:url(/noise_swatch.png) repeat center / 80px 80px;opacity:.5;pointer-events:none;mix-blend-mode:soft-light}.chat-header[data-astro-cid-mxf2l2hr]{position:relative;z-index:10;display:flex;align-items:center;justify-content:flex-start;padding:20px 32px;flex-shrink:0}.logo[data-astro-cid-mxf2l2hr]{display:flex;align-items:center}.logo-svg[data-astro-cid-mxf2l2hr]{width:140px;height:auto}.chat-container[data-astro-cid-mxf2l2hr]{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;max-width:780px;width:100%;margin:0 auto;padding:0 24px 24px;min-height:0}.messages[data-astro-cid-mxf2l2hr]{flex:1;overflow-y:auto;padding:8px 0;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.messages[data-astro-cid-mxf2l2hr]::-webkit-scrollbar{width:6px}.messages[data-astro-cid-mxf2l2hr]::-webkit-scrollbar-track{background:transparent}.messages[data-astro-cid-mxf2l2hr]::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.messages[data-astro-cid-mxf2l2hr] .message{display:flex;gap:12px;max-width:85%;animation:msgFadeIn .3s ease-out}.messages[data-astro-cid-mxf2l2hr] .message.assistant{align-self:flex-start}.messages[data-astro-cid-mxf2l2hr] .message.user{align-self:flex-end}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.messages[data-astro-cid-mxf2l2hr] .avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-top:2px}.messages[data-astro-cid-mxf2l2hr] .avatar img{width:100%;height:100%;object-fit:cover}.messages[data-astro-cid-mxf2l2hr] .bubble{line-height:1.55;font-size:15px}.messages[data-astro-cid-mxf2l2hr] .message.assistant .bubble{color:#ffffffeb}.messages[data-astro-cid-mxf2l2hr] .message.user .bubble{background:var(--color-primary);color:#fff;padding:14px 18px;border-radius:16px 4px 16px 16px}.messages[data-astro-cid-mxf2l2hr] .bubble h2{font-family:var(--font-heading);font-size:20px;font-weight:400;margin:0 0 12px;color:#fff}.messages[data-astro-cid-mxf2l2hr] .bubble h3{font-family:var(--font-heading);font-size:17px;font-weight:400;margin:16px 0 6px;color:#fff}.messages[data-astro-cid-mxf2l2hr] .bubble p{margin:0 0 10px}.messages[data-astro-cid-mxf2l2hr] .bubble p:last-child{margin-bottom:0}.messages[data-astro-cid-mxf2l2hr] .bubble ul{margin:8px 0;padding-left:20px}.messages[data-astro-cid-mxf2l2hr] .bubble li{margin-bottom:6px}.messages[data-astro-cid-mxf2l2hr] .bubble strong{color:#fff;font-weight:600}.messages[data-astro-cid-mxf2l2hr] .bubble a{color:#a78bfa;text-decoration:underline;text-underline-offset:2px}.messages[data-astro-cid-mxf2l2hr] .bubble a:hover{color:#c4b5fd}.messages[data-astro-cid-mxf2l2hr] .bubble hr{border:none;border-top:1px solid rgba(255,255,255,.12);margin:16px 0}.messages[data-astro-cid-mxf2l2hr] .bubble.typing{display:flex;align-items:center;gap:5px;padding:12px 18px;background:#ffffff14;border-radius:4px 16px 16px}.messages[data-astro-cid-mxf2l2hr] .dot{width:8px;height:8px;border-radius:50%;background:#fff6;animation:dotBounce 1.4s ease-in-out infinite}.messages[data-astro-cid-mxf2l2hr] .dot:nth-child(2){animation-delay:.2s}.messages[data-astro-cid-mxf2l2hr] .dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.messages[data-astro-cid-mxf2l2hr] .caret{display:inline;font-weight:100;font-size:1.5rem;line-height:0;margin-left:2px;vertical-align:baseline;color:#ffffffb3;animation:caretBlink .8s steps(2) infinite}@keyframes caretBlink{0%,to{opacity:1}50%{opacity:0}}.suggestions[data-astro-cid-mxf2l2hr]{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0;opacity:0;transform:translateY(10px);pointer-events:none;max-height:0;overflow:hidden;transition:opacity .4s ease,transform .4s ease,max-height .4s ease,padding .4s ease}.suggestions[data-astro-cid-mxf2l2hr].visible{opacity:1;transform:translateY(0);pointer-events:auto;max-height:200px;padding:16px 0}.suggestion-pill[data-astro-cid-mxf2l2hr]{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffd9;padding:10px 18px;border-radius:20px;font-size:14px;font-family:var(--font-body);cursor:pointer;transition:all .2s ease;white-space:nowrap}.suggestions[data-astro-cid-mxf2l2hr].visible .suggestion-pill[data-astro-cid-mxf2l2hr]{animation:pillGlow 3s ease-in-out infinite}.suggestions[data-astro-cid-mxf2l2hr].visible .suggestion-pill[data-astro-cid-mxf2l2hr]:nth-child(1){animation-delay:0s}.suggestions[data-astro-cid-mxf2l2hr].visible .suggestion-pill[data-astro-cid-mxf2l2hr]:nth-child(2){animation-delay:.4s}.suggestions[data-astro-cid-mxf2l2hr].visible .suggestion-pill[data-astro-cid-mxf2l2hr]:nth-child(3){animation-delay:.8s}.suggestions[data-astro-cid-mxf2l2hr].visible .suggestion-pill[data-astro-cid-mxf2l2hr]:nth-child(4){animation-delay:1.2s}@keyframes pillGlow{0%,to{border-color:#ffffff26;box-shadow:0 0 0 0 transparent}50%{border-color:#ffffff73;box-shadow:0 0 18px #ffffff1f,0 0 6px #ffffff14}}.suggestion-pill[data-astro-cid-mxf2l2hr]:hover{animation:none!important;background:#ffffff24;border-color:#ffffff4d;color:#fff}.input-bar[data-astro-cid-mxf2l2hr]{display:flex;gap:10px;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:8px 10px 8px 18px;flex-shrink:0}.input-bar[data-astro-cid-mxf2l2hr] input[data-astro-cid-mxf2l2hr]{flex:1;background:none;border:none;outline:none;color:#fff;font-size:15px;font-family:var(--font-body);padding:6px 0}.input-bar[data-astro-cid-mxf2l2hr] input[data-astro-cid-mxf2l2hr]::placeholder{color:#ffffff59}.input-bar[data-astro-cid-mxf2l2hr] input[data-astro-cid-mxf2l2hr]:disabled{opacity:.5}.input-bar[data-astro-cid-mxf2l2hr] button[data-astro-cid-mxf2l2hr][type=submit]{width:38px;height:38px;border-radius:10px;background:var(--color-primary);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;flex-shrink:0}.input-bar[data-astro-cid-mxf2l2hr] button[data-astro-cid-mxf2l2hr][type=submit]:hover{background:var(--color-accent)}.input-bar[data-astro-cid-mxf2l2hr] button[data-astro-cid-mxf2l2hr][type=submit]:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.chat-header[data-astro-cid-mxf2l2hr]{justify-content:center;padding:16px 20px}.logo-svg[data-astro-cid-mxf2l2hr]{width:120px}.chat-container[data-astro-cid-mxf2l2hr]{padding:0 16px 16px}.messages[data-astro-cid-mxf2l2hr] .message{max-width:92%}.messages[data-astro-cid-mxf2l2hr] .bubble{font-size:14px}.messages[data-astro-cid-mxf2l2hr] .message.user .bubble{padding:12px 14px}.messages[data-astro-cid-mxf2l2hr] .bubble h2{font-size:18px}.messages[data-astro-cid-mxf2l2hr] .bubble h3{font-size:15px}.suggestion-pill[data-astro-cid-mxf2l2hr]{font-size:clamp(11px,3.6vw,15px);padding:12px clamp(10px,3vw,20px);border-radius:100px}.suggestions[data-astro-cid-mxf2l2hr]{grid-template-columns:1fr;gap:10px}.suggestions[data-astro-cid-mxf2l2hr].visible{max-height:360px;padding:12px 0}.input-bar[data-astro-cid-mxf2l2hr]{border-radius:12px;padding:6px 8px 6px 14px}.input-bar[data-astro-cid-mxf2l2hr] input[data-astro-cid-mxf2l2hr]{font-size:16px}}
