:root{--color-bg: #101a31;--color-bg-elevated: #162042;--color-accent: #f5478f;--color-accent-hover: #ff6ba8;--color-secondary: #29c1f1;--color-gold: #f9d034;--color-ice: #a9e7fa;--color-text: #ffffff;--color-text-muted: rgba(169, 231, 250, .85);--color-border: rgba(169, 231, 250, .2);--font-sans: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--radius-lg: 16px;--radius-md: 12px;--shadow-soft: 0 8px 32px rgba(0, 0, 0, .35)}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;color:var(--color-text);background:var(--color-bg);background-image:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(245,71,143,.12),transparent),radial-gradient(ellipse 80% 50% at 100% 50%,rgba(41,193,241,.08),transparent),radial-gradient(ellipse 60% 40% at 0% 80%,rgba(249,208,52,.06),transparent)}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}a{color:var(--color-secondary)}.bubble.svelte-izxfet{display:flex;align-items:flex-end;gap:.65rem;max-width:92%}.bubble--user.svelte-izxfet{align-self:flex-end;flex-direction:row-reverse}.bubble--assistant.svelte-izxfet{align-self:flex-start}.bubble__avatar.svelte-izxfet{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--color-accent, #f5478f),var(--color-secondary, #29c1f1));color:#fff;font-size:.85rem;font-weight:700;display:grid;place-items:center}.bubble__inner.svelte-izxfet{position:relative;padding:.85rem 1.1rem;border-radius:var(--radius-md, 12px);line-height:1.45;font-size:.95rem}.bubble--user.svelte-izxfet .bubble__inner:where(.svelte-izxfet){background:linear-gradient(135deg,var(--color-accent, #f5478f),#c93d7a);color:#fff;border-bottom-right-radius:4px;box-shadow:var(--shadow-soft, 0 4px 24px rgba(245, 71, 143, .25))}.bubble--assistant.svelte-izxfet .bubble__inner:where(.svelte-izxfet){background:var(--color-bg-elevated, #162042);color:var(--color-text, #fff);border:1px solid var(--color-border, rgba(169, 231, 250, .2));border-bottom-left-radius:4px;box-shadow:var(--shadow-soft, 0 4px 24px rgba(0, 0, 0, .2))}.bubble__text.svelte-izxfet{margin:0;white-space:pre-wrap;word-break:break-word}.bubble__caret.svelte-izxfet{display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:text-bottom;background:var(--color-secondary, #29c1f1);animation:svelte-izxfet-blink .9s step-end infinite}@keyframes svelte-izxfet-blink{50%{opacity:0}}.typing.svelte-s40xgk{display:flex;align-items:flex-end;gap:.65rem;padding:.25rem 0 .5rem}.typing__avatar.svelte-s40xgk{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--color-accent, #f5478f),var(--color-secondary, #29c1f1));color:#fff;font-size:.85rem;font-weight:700;display:grid;place-items:center}.typing__bubble.svelte-s40xgk{background:var(--color-bg-elevated, #162042);border:1px solid var(--color-border, rgba(169, 231, 250, .2));border-radius:var(--radius-md, 12px);border-bottom-left-radius:4px;padding:.75rem 1rem;max-width:min(100%,20rem);box-shadow:var(--shadow-soft, 0 4px 24px rgba(0, 0, 0, .2))}.typing__text.svelte-s40xgk{margin:0 0 .5rem;font-size:.9rem;color:var(--color-text-muted, rgba(169, 231, 250, .85))}.typing__dots.svelte-s40xgk{display:flex;gap:.35rem;align-items:center}.typing__dots.svelte-s40xgk span:where(.svelte-s40xgk){width:6px;height:6px;border-radius:50%;background:var(--color-secondary, #29c1f1);animation:svelte-s40xgk-bounce 1.2s ease-in-out infinite}.typing__dots.svelte-s40xgk span:where(.svelte-s40xgk):nth-child(2){animation-delay:.15s}.typing__dots.svelte-s40xgk span:where(.svelte-s40xgk):nth-child(3){animation-delay:.3s}@keyframes svelte-s40xgk-bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}.sr-only.svelte-iawcui{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.input-wrap.svelte-iawcui{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.1rem 1.1rem;border-top:1px solid var(--color-border, rgba(169, 231, 250, .2));background:#101a3199;backdrop-filter:blur(8px)}.input.svelte-iawcui{width:100%;resize:none;border:1px solid var(--color-border, rgba(169, 231, 250, .25));border-radius:var(--radius-md, 12px);padding:.75rem 1rem;font:inherit;color:var(--color-text, #fff);background:var(--color-bg-elevated, #162042);transition:border-color .2s,box-shadow .2s}.input.svelte-iawcui:focus{outline:none;border-color:var(--color-secondary, #29c1f1);box-shadow:0 0 0 3px #29c1f133}.input.svelte-iawcui:disabled{opacity:.65;cursor:not-allowed}.input__footer.svelte-iawcui{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.input__hint.svelte-iawcui{font-size:.75rem;color:var(--color-text-muted, rgba(169, 231, 250, .75))}.input__send.svelte-iawcui{border:none;border-radius:999px;padding:.55rem 1.35rem;font-weight:600;font-size:.9rem;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--color-accent, #f5478f),#d63d7a);box-shadow:0 4px 16px #f5478f59;transition:transform .15s,box-shadow .15s,opacity .15s}.input__send.svelte-iawcui:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #f5478f73}.input__send.svelte-iawcui:disabled{opacity:.45;cursor:not-allowed;transform:none}.chat.svelte-xdaci2{display:flex;flex-direction:column;height:min(85vh,720px);max-height:calc(100dvh - 2rem);width:100%;max-width:32rem;margin:0 auto;border-radius:var(--radius-lg, 16px);border:1px solid var(--color-border, rgba(169, 231, 250, .2));background:#1620428c;backdrop-filter:blur(12px);box-shadow:var(--shadow-soft, 0 8px 32px rgba(0, 0, 0, .35));overflow:hidden}.chat__header.svelte-xdaci2{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem;border-bottom:1px solid var(--color-border, rgba(169, 231, 250, .15));background:#101a31d9}.chat__brand.svelte-xdaci2{display:flex;align-items:center;gap:.75rem;min-width:0}.chat__logo.svelte-xdaci2{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:12px;display:grid;place-items:center;font-weight:800;font-size:1.1rem;color:#fff;background:linear-gradient(145deg,var(--color-gold, #f9d034),var(--color-accent, #f5478f))}.chat__title.svelte-xdaci2{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:.02em}.chat__subtitle.svelte-xdaci2{margin:.15rem 0 0;font-size:.78rem;color:var(--color-text-muted, rgba(169, 231, 250, .8));line-height:1.3}.chat__reset.svelte-xdaci2{flex-shrink:0;font-size:.75rem;padding:.4rem .65rem;border-radius:8px;border:1px solid var(--color-border, rgba(169, 231, 250, .3));background:transparent;color:var(--color-ice, #a9e7fa);cursor:pointer;transition:background .2s,border-color .2s}.chat__reset.svelte-xdaci2:hover:not(:disabled){background:#29c1f11f;border-color:var(--color-secondary, #29c1f1)}.chat__reset.svelte-xdaci2:disabled{opacity:.5;cursor:not-allowed}.chat__messages.svelte-xdaci2{flex:1;overflow-y:auto;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.85rem;scroll-behavior:smooth}.chat__empty.svelte-xdaci2{margin:2rem 0;text-align:center;font-size:.95rem;color:var(--color-text-muted, rgba(169, 231, 250, .85));line-height:1.55;padding:0 .5rem}.page[data-astro-cid-j7pv25f6]{min-height:100vh;padding:clamp(1.25rem,4vw,2.5rem) 1rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.page__hero[data-astro-cid-j7pv25f6]{text-align:center;max-width:36rem}.page__eyebrow[data-astro-cid-j7pv25f6]{margin:0 0 .35rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-gold, #f9d034)}.page__headline[data-astro-cid-j7pv25f6]{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;background:linear-gradient(90deg,#fff,var(--color-ice, #a9e7fa));-webkit-background-clip:text;background-clip:text;color:transparent}.page__lede[data-astro-cid-j7pv25f6]{margin:0;font-size:.95rem;color:var(--color-text-muted, rgba(169, 231, 250, .88));line-height:1.55}.page__foot[data-astro-cid-j7pv25f6]{margin:0;font-size:.75rem;color:var(--color-text-muted, rgba(169, 231, 250, .55));text-align:center;max-width:32rem}
