:root{--gdn-red:#ce1638;--gdn-ink:#17212b;--gdn-muted:#69717b;--gdn-line:#e8eaed}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--gdn-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.stage{min-height:100vh;display:grid;place-items:center;padding:48px 28px;background:radial-gradient(circle at 69% 30%,#fff4f6,transparent 27%),#fff}.stage-copy{width:min(760px,100%);text-align:center}.eyebrow{display:inline-block;color:var(--gdn-red);font-size:.72rem;letter-spacing:.19em;font-weight:800}h1{font-size:clamp(2.3rem,6vw,5.3rem);max-width:760px;margin:16px auto;line-height:.98;letter-spacing:-.065em}.stage-copy p{max-width:540px;color:var(--gdn-muted);font-size:1.05rem;line-height:1.65;margin:0 auto}.chat-widget{position:fixed;right:30px;bottom:26px;z-index:10}.launcher{position:absolute;right:0;bottom:0;width:60px;height:60px;border:0;border-radius:50%;background:var(--gdn-red);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px #9e0d2760}.launcher svg{width:27px;fill:currentColor}.panel{width:382px;height:572px;border-radius:17px;overflow:hidden;background:#fff;border:1px solid #e5e5e5;box-shadow:0 22px 58px #10131b2b;display:flex;flex-direction:column;transform-origin:bottom right;transition:opacity .18s,transform .18s}.panel.is-hidden{opacity:0;transform:scale(.92);pointer-events:none}.panel-header{min-height:76px;color:#fff;background:var(--gdn-red);padding:16px 17px 15px 20px;display:flex;align-items:center;justify-content:space-between}.brand-lockup{display:flex;align-items:center;gap:10px}.brand-lockup strong{display:block;font-size:1rem;letter-spacing:-.02em}.brand-lockup small{display:block;font-size:.71rem;opacity:.84;margin-top:3px}.presence-dot{width:10px;height:10px;border-radius:50%;background:#b3ebc4;box-shadow:0 0 0 4px #ffffff2d}.icon-button{color:#fff;background:transparent;border:0;cursor:pointer;line-height:1;font-size:28px;font-weight:200;padding:4px}.assistant-badge{align-self:center;margin:14px 0 4px;padding:6px 11px;border-radius:999px;color:var(--gdn-red);background:#fff1f3;font-weight:800;letter-spacing:.09em;font-size:.58rem}.conversation{flex:1;overflow:auto;padding:8px 17px 20px;scrollbar-width:thin}.message{width:fit-content;max-width:87%;padding:13px 14px 9px;border-radius:13px;font-size:.88rem;line-height:1.45;animation:arrive .18s ease-out}.message p{margin:0 0 6px}.message p:last-of-type{margin-bottom:4px}.message time{display:block;color:#9fa6ad;font-size:.65rem}.assistant-message{background:#202a34;color:#fff;border-bottom-left-radius:3px}.assistant-message time{color:#b9c0c7}.user-message{margin:13px 0 13px auto;color:#fff;background:var(--gdn-red);border-bottom-right-radius:3px}.user-message time{color:#ffe5eb;text-align:right}.quick-prompts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.quick-prompts button{min-height:42px;padding:8px;border:1px solid #e5e7e9;border-radius:8px;color:#39424b;background:#fff;font-size:.71rem;cursor:pointer}.quick-prompts button:hover{border-color:var(--gdn-red);color:var(--gdn-red);background:#fff8f9}.typing{display:flex;align-items:center;gap:5px;min-height:37px;padding:12px 14px}.typing span{width:6px;height:6px;border-radius:50%;background:#aab0b7;animation:dot 1s infinite alternate}.typing span:nth-child(2){animation-delay:.18s}.typing span:nth-child(3){animation-delay:.36s}.sources{margin-top:8px;display:flex;flex-wrap:wrap;gap:5px}.sources a{color:var(--gdn-red);background:#fff0f2;border-radius:5px;padding:4px 6px;font-size:.65rem;text-decoration:none}.sources a:hover{text-decoration:underline}.composer{height:74px;padding:14px 14px 12px 16px;border-top:1px solid var(--gdn-line);display:flex;gap:8px;align-items:center}.composer input{height:43px;flex:1;min-width:0;border:1px solid #e2e4e7;border-radius:999px;padding:0 15px;color:var(--gdn-ink);outline:none;font:inherit;font-size:.83rem}.composer input:focus{border-color:#e26b7f;box-shadow:0 0 0 3px #ce16381c}.composer button{width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:var(--gdn-red);cursor:pointer}.composer button:disabled{opacity:.45;cursor:wait}.composer button svg{width:28px;fill:currentColor}footer{color:#8e969f;text-align:center;font-size:.61rem;padding:0 0 11px}footer strong{color:var(--gdn-red)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@keyframes arrive{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes dot{to{transform:translateY(-3px);opacity:.4}}@media(max-width:520px){.chat-widget{right:12px;bottom:12px;left:12px}.panel{width:100%;height:min(570px,calc(100dvh - 24px))}.launcher{right:0}.stage{padding:30px 20px}}
