.sc-launcher{position:fixed;bottom:20px;right:20px;z-index:2147483000;display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:none;border-radius:999px;background:var(--accent);color:#fff;cursor:pointer;box-shadow:0 6px 24px #b5675a5c,0 2px 6px #24140e2e;transition:transform .16s cubic-bezier(.2,.8,.2,1),background .16s ease,box-shadow .16s ease}.sc-launcher:hover{background:var(--accent-dark);transform:scale(1.05);box-shadow:0 8px 30px #b5675a70,0 2px 8px #24140e33}.sc-launcher:focus-visible{outline:2px solid var(--accent-dark);outline-offset:3px}.sc-icon{width:24px;height:24px}.sc-icon-sm{width:20px;height:20px}.sc-badge{position:absolute;top:-2px;right:-2px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--ink);color:#fff;font-family:var(--font-body);font-size:11px;font-weight:600;line-height:1;box-shadow:0 0 0 2px var(--bg)}.sc-panel{position:fixed;bottom:88px;right:20px;z-index:2147483000;display:flex;flex-direction:column;width:min(380px,calc(100vw - 2.5rem));height:min(640px,calc(100vh - 7rem));overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 12px 48px #24140e2e,0 4px 12px #24140e1a;font-family:var(--font-body);color:var(--ink);animation:sc-slide-up .22s cubic-bezier(.2,.8,.2,1)}@keyframes sc-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sc-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--surface-raised)}.sc-header-id{display:flex;align-items:center;gap:10px}.sc-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:16px;font-weight:500;line-height:1}.sc-header-text{line-height:1.2}.sc-header-name{font-family:var(--font-display);font-size:15px;font-weight:500;color:var(--ink)}.sc-header-sub{font-size:12px;color:var(--muted)}.sc-header-close{display:flex;align-items:center;justify-content:center;padding:4px;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease}.sc-header-close:hover{background:var(--accent-softer);color:var(--ink)}.sc-header-close:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.sc-thread{flex:1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:16px;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.sc-greeting{display:flex;flex-direction:column;gap:10px}.sc-greeting-hi{font-size:15px;color:var(--ink)}.sc-greeting-lead{font-size:14px;line-height:1.5;color:var(--ink-2)}.sc-greeting-ask{font-size:15px;color:var(--ink)}.sc-bubble{max-width:85%;padding:9px 13px;border-radius:16px;font-size:14px;line-height:1.5}.sc-bubble-user{align-self:flex-end;background:var(--accent);color:#fff;white-space:pre-wrap;border-bottom-right-radius:5px}.sc-bubble-bot{align-self:flex-start;background:var(--accent-softer);color:var(--ink);border-bottom-left-radius:5px}.sc-md{font-size:14px;line-height:1.55}.sc-md-p{margin:6px 0}.sc-md-p:first-child{margin-top:0}.sc-md-p:last-child{margin-bottom:0}.sc-md-ul,.sc-md-ol{margin:6px 0;padding-left:20px;display:flex;flex-direction:column;gap:4px}.sc-md-ul{list-style:disc}.sc-md-ol{list-style:decimal}.sc-md-ul:first-child,.sc-md-ol:first-child{margin-top:0}.sc-md-ul:last-child,.sc-md-ol:last-child{margin-bottom:0}.sc-md-li{line-height:1.5}.sc-md-strong{font-weight:600}.sc-md-em{font-style:italic}.sc-md-a{font-weight:500;color:var(--accent-dark);text-decoration:underline;text-underline-offset:2px}.sc-md-a:hover{color:var(--ink)}.sc-md-code{padding:1px 5px;border-radius:5px;background:var(--accent-soft);font-size:.85em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.sc-md-h{margin:6px 0;font-weight:600}.sc-md-h:first-child{margin-top:0}.sc-md-h:last-child{margin-bottom:0}.sc-typing{align-self:flex-start;display:flex;align-items:center;gap:5px;padding:11px 14px;border-radius:16px 16px 16px 5px;background:var(--accent-softer)}.sc-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);animation:sc-pulse 1.2s ease-in-out infinite}.sc-dot:nth-child(2){animation-delay:.15s}.sc-dot:nth-child(3){animation-delay:.3s}@keyframes sc-pulse{0%,60%,to{opacity:.3;transform:scale(.85)}30%{opacity:1;transform:scale(1)}}.sc-error{align-self:stretch;padding:9px 12px;border:1px solid #e6c98a;border-radius:12px;background:#fbf3df;color:#7a5a18;font-size:13.5px;line-height:1.45}.sc-composer{padding:12px;border-top:1px solid var(--line);background:var(--surface-raised)}.sc-input-row{display:flex;align-items:flex-end;gap:8px;padding:6px 6px 6px 14px;border:1px solid var(--line);border-radius:16px;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.sc-input-row:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.sc-textarea{flex:1;align-self:center;min-height:2rem;max-height:8rem;padding:4px 0;border:none;background:transparent;resize:none;font-family:var(--font-body);font-size:14px;line-height:1.5;color:var(--ink)}.sc-textarea::placeholder{color:var(--muted)}.sc-textarea:focus{outline:none}.sc-textarea:disabled{opacity:.6}.sc-send{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:999px;background:var(--accent);color:#fff;cursor:pointer;transition:background .15s ease,opacity .15s ease}.sc-send:not(:disabled):hover{background:var(--accent-dark)}.sc-send:disabled{opacity:.4;cursor:default}.sc-send:focus-visible{outline:2px solid var(--accent-dark);outline-offset:2px}.sc-send-icon{width:16px;height:16px}.sc-disclaimer{margin:8px 4px 0;font-size:10.5px;line-height:1.35;color:var(--muted)}@media(prefers-reduced-motion:reduce){.sc-panel{animation:none}.sc-launcher:hover{transform:none}.sc-dot{animation:none;opacity:.7}}.lang-banner:where(.astro-sckkx6r4)[hidden]{display:none}.lang-banner:where(.astro-sckkx6r4){display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 16px;font-size:13.5px;background:var(--accent-softer);border-bottom:1px solid var(--accent-soft);color:var(--ink-2)}.lang-banner:where(.astro-sckkx6r4) a:where(.astro-sckkx6r4){color:var(--accent-dark);font-weight:600;text-decoration:none}.lang-banner:where(.astro-sckkx6r4) a:where(.astro-sckkx6r4):hover{text-decoration:underline}.lang-banner:where(.astro-sckkx6r4) button:where(.astro-sckkx6r4){background:none;border:none;font-size:16px;line-height:1;color:var(--muted);cursor:pointer;padding:2px 6px}.site-header:where(.astro-sckkx6r4){position:sticky;top:0;z-index:20;backdrop-filter:blur(14px) saturate(1.6);-webkit-backdrop-filter:blur(14px) saturate(1.6);background:color-mix(in srgb,var(--bg) 86%,transparent);border-bottom:1px solid var(--line)}.bar:where(.astro-sckkx6r4){display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}.wordmark:where(.astro-sckkx6r4){font-family:var(--font-display);font-size:20px;font-weight:400;letter-spacing:-.01em;text-decoration:none;color:var(--ink);flex:none;line-height:1;display:flex;align-items:baseline;gap:0}.wordmark-bite:where(.astro-sckkx6r4){font-weight:500;color:var(--ink)}.wordmark-the:where(.astro-sckkx6r4){font-style:italic;color:var(--muted);font-weight:400;font-size:.88em;padding-inline:1px}.wordmark-skin:where(.astro-sckkx6r4){font-weight:500;color:var(--accent)}.wordmark-sm:where(.astro-sckkx6r4){font-size:17px}.nav:where(.astro-sckkx6r4){display:flex;align-items:center;gap:22px}.nav-link:where(.astro-sckkx6r4){text-decoration:none;font-weight:500;font-size:14.5px;color:var(--ink-2);transition:color .15s ease}.nav-link:where(.astro-sckkx6r4):hover{color:var(--ink)}.nav-actions:where(.astro-sckkx6r4){display:flex;align-items:center;gap:10px}.lang-pill:where(.astro-sckkx6r4){font-size:13px;font-weight:600;color:var(--accent-dark);background:var(--accent-softer);border:1px solid var(--accent-soft);padding:7px 14px;border-radius:999px;text-decoration:none;transition:background .15s ease;white-space:nowrap}.lang-pill:where(.astro-sckkx6r4):hover{background:var(--accent-soft)}.btn-login:where(.astro-sckkx6r4){padding:10px 18px;font-size:14px}.site-footer:where(.astro-sckkx6r4){border-top:1px solid var(--line);padding-block:clamp(40px,6vw,72px) clamp(32px,4vw,48px);background:var(--bg)}.footer-inner:where(.astro-sckkx6r4){display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;gap:20px 48px;align-items:start}.footer-brand:where(.astro-sckkx6r4){display:flex;flex-direction:column;gap:8px}.footer-tagline:where(.astro-sckkx6r4){font-size:14px;line-height:1.5}.footer-links:where(.astro-sckkx6r4){display:flex;align-items:center;flex-wrap:wrap;gap:24px;padding-top:4px}.footer-links:where(.astro-sckkx6r4) a:where(.astro-sckkx6r4){font-size:14px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s ease}.footer-links:where(.astro-sckkx6r4) a:where(.astro-sckkx6r4):hover{color:var(--ink)}.footer-regions:where(.astro-sckkx6r4){grid-column:1 / -1;display:flex;align-items:center;flex-wrap:wrap;gap:14px;font-size:13.5px}.footer-regions-label:where(.astro-sckkx6r4){font-weight:500}.footer-region:where(.astro-sckkx6r4){color:var(--muted);text-decoration:none;font-weight:500;transition:color .15s ease}.footer-region:where(.astro-sckkx6r4):hover{color:var(--ink)}.footer-region:where(.astro-sckkx6r4).current{color:var(--accent-dark);font-weight:600}.footer-legal:where(.astro-sckkx6r4){grid-column:1 / -1;font-size:13px;border-top:1px solid var(--line);padding-top:20px;margin-top:8px}@media(max-width:920px){.nav-link:where(.astro-sckkx6r4){display:none}.nav-actions:where(.astro-sckkx6r4){gap:8px}.btn-login:where(.astro-sckkx6r4){padding:9px 14px;font-size:13.5px}.btn-primary:where(.astro-sckkx6r4){padding:9px 16px;font-size:13.5px}.lang-pill:where(.astro-sckkx6r4){padding:6px 11px;font-size:12.5px}.footer-inner:where(.astro-sckkx6r4){grid-template-columns:1fr;gap:20px}.footer-links:where(.astro-sckkx6r4){gap:16px;padding-top:0}}@media(max-width:640px){.bar:where(.astro-sckkx6r4){gap:10px}.wordmark:where(.astro-sckkx6r4){font-size:17px}.btn-login:where(.astro-sckkx6r4){display:none}.lang-pill:where(.astro-sckkx6r4){padding:6px 10px;font-size:12px}.nav-actions:where(.astro-sckkx6r4) .btn-primary{padding:8px 13px;font-size:12.5px;white-space:nowrap}}.mobile-menu-toggle:where(.astro-sckkx6r4){display:none}.mobile-menu-toggle:where(.astro-sckkx6r4) svg:where(.astro-sckkx6r4){width:22px;height:22px}@media(max-width:920px){.mobile-menu-toggle:where(.astro-sckkx6r4){display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--ink-2);padding:8px;cursor:pointer;border-radius:50%;transition:background .15s ease,color .15s ease}.mobile-menu-toggle:where(.astro-sckkx6r4):hover{background:var(--accent-softer);color:var(--ink)}}.sidebar-backdrop:where(.astro-sckkx6r4){position:fixed;top:0;left:0;width:100vw;height:100vh;background:#201b1973;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sidebar-backdrop:where(.astro-sckkx6r4).active{opacity:1;visibility:visible}.sidebar-drawer:where(.astro-sckkx6r4){position:fixed;top:0;right:0;width:min(320px,85vw);height:100vh;background:var(--bg);border-left:1px solid var(--line);box-shadow:var(--shadow-lg);z-index:100;display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),visibility .3s ease}.sidebar-drawer:where(.astro-sckkx6r4).active{transform:translate(0);visibility:visible}.sidebar-header:where(.astro-sckkx6r4){display:flex;align-items:center;justify-content:space-between;padding:16px 24px;height:68px;border-bottom:1px solid var(--line)}.sidebar-close:where(.astro-sckkx6r4){background:none;border:none;color:var(--muted);cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.sidebar-close:where(.astro-sckkx6r4):hover{background:var(--accent-softer);color:var(--ink)}.sidebar-close:where(.astro-sckkx6r4) svg:where(.astro-sckkx6r4){width:20px;height:20px}.sidebar-nav:where(.astro-sckkx6r4){display:flex;flex-direction:column;padding:24px;gap:16px;flex:1;overflow-y:auto}.sidebar-link:where(.astro-sckkx6r4){font-family:var(--font-display);font-size:20px;font-weight:400;text-decoration:none;color:var(--ink-2);padding-block:8px;border-bottom:1px solid transparent;transition:color .15s ease,padding-left .15s ease}.sidebar-link:where(.astro-sckkx6r4):hover{color:var(--accent);padding-left:4px}.sidebar-divider:where(.astro-sckkx6r4){height:1px;background:var(--line);margin-block:16px}.sidebar-actions:where(.astro-sckkx6r4){display:flex;flex-direction:column;gap:12px;margin-top:auto}.sidebar-lang:where(.astro-sckkx6r4){align-self:flex-start}.btn-login-sidebar:where(.astro-sckkx6r4){width:100%}.btn-cta-sidebar:where(.astro-sckkx6r4){width:100%}
