:root{--paper: #F2EEE5;--paper-2: #E7E1D4;--ink: #13171C;--ink-soft: #3C434C;--ink-faint: #6B7480;--navy: #0E2536;--navy-2: #0A1B28;--steel: #1F4D6B;--amber: #EF5A0C;--amber-deep: #C8470A;--amber-soft: #FBE3D2;--line: rgba(19, 23, 28, .14);--line-strong: rgba(19, 23, 28, .3);--paper-line: rgba(242, 238, 229, .16);--green: #1F7A4D;--maxw: 1200px;--r: 14px;--offra-bottom-inset: 0px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:IBM Plex Sans,sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(19,23,28,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(19,23,28,.035) 1px,transparent 1px);background-size:46px 46px;pointer-events:none;z-index:0}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;position:relative;z-index:1}h1,h2,h3,h4{font-family:Archivo,sans-serif;line-height:1.02;letter-spacing:-.02em;font-weight:800}.mono{font-family:IBM Plex Mono,monospace;letter-spacing:.04em}a{color:inherit;text-decoration:none}.accent{color:var(--amber)}.strike{position:relative;color:var(--ink-faint);font-weight:700}.strike:after{content:"";position:absolute;left:-4%;right:-4%;top:52%;height:5px;background:var(--amber);transform:rotate(-3deg);border-radius:2px}.eyebrow{font-family:IBM Plex Mono,monospace;font-size:12.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--amber-deep);display:inline-flex;align-items:center;gap:9px}.eyebrow:before{content:"";width:26px;height:2px;background:var(--amber);display:inline-block}.eyebrow.light{color:var(--amber)}.btn{display:inline-flex;align-items:center;gap:9px;font-family:Archivo,sans-serif;font-weight:700;font-size:15.5px;padding:15px 26px;border-radius:11px;cursor:pointer;border:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;letter-spacing:.01em}.btn-small{padding:8px 16px;font-size:14px}.btn-medium{padding:14px 20px;font-size:14px}.btn-primary{background:var(--amber);color:#fff;box-shadow:0 10px 24px -10px #ef5a0cb3}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 30px -10px #ef5a0ccc;background:var(--amber-deep)}.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line-strong)}.btn-ghost:hover{border-color:var(--ink);transform:translateY(-2px)}.btn-light{background:var(--paper);color:var(--ink)}.btn-light:hover{transform:translateY(-2px);box-shadow:0 14px 30px -12px #00000080}.btn svg{width:17px;height:17px}section.blk{padding:100px 0;position:relative;z-index:1}.sec-head{max-width:680px;margin-bottom:54px}.sec-head h2{font-size:clamp(31px,4.2vw,50px);margin:18px 0 16px;line-height:1.04}.sec-head p{font-size:18.5px;color:var(--ink-soft)}.center{text-align:center;margin-left:auto;margin-right:auto}.center .eyebrow{justify-content:center}.reveal{opacity:0;transform:translateY(22px);animation:rise .8s cubic-bezier(.2,.7,.2,1) forwards}@keyframes rise{to{opacity:1;transform:none}}.d1{animation-delay:.05s}.d2{animation-delay:.18s}.d3{animation-delay:.31s}.d4{animation-delay:.44s}.d5{animation-delay:.57s}.sr{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.sr.in{opacity:1;transform:none}header.nav.svelte-1h32yp1{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2eee5d1;border-bottom:1px solid var(--line)}.nav-in.svelte-1h32yp1{display:flex;align-items:center;justify-content:space-between;height:74px}.logo.svelte-1h32yp1{display:flex;align-items:center;gap:11px;font-family:Archivo;font-weight:900;font-size:24px;letter-spacing:-.03em}.logo.svelte-1h32yp1 .mark:where(.svelte-1h32yp1){width:34px;height:34px;background:var(--ink);border-radius:8px;position:relative;flex:none;display:grid;place-items:center}.logo.svelte-1h32yp1 .mark:where(.svelte-1h32yp1):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;border:2px solid var(--amber);transform:translate(4px,4px);opacity:.85}.logo.svelte-1h32yp1 .mark:where(.svelte-1h32yp1) span:where(.svelte-1h32yp1){color:#fff;font-size:18px;font-weight:900;z-index:1;line-height:1}.nav-links.svelte-1h32yp1{display:flex;gap:30px;align-items:center}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:15px;font-weight:500;color:var(--ink-soft);transition:color .15s}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:var(--amber-deep)}.has-menu.svelte-1h32yp1{position:relative;display:flex;align-items:center}.menu-trigger.svelte-1h32yp1{display:inline-flex;align-items:center;gap:4px}.has-menu.svelte-1h32yp1 .chev{transition:transform .2s;color:var(--ink-faint)}.has-menu.svelte-1h32yp1:focus-within .chev,.has-menu.open.svelte-1h32yp1 .chev{transform:rotate(180deg)}@media (hover: hover){.has-menu.svelte-1h32yp1:hover .chev{transform:rotate(180deg)}}.mega.svelte-1h32yp1{position:absolute;top:100%;left:0;transform:translateY(8px);display:flex;gap:18px;padding:18px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 18px 50px -28px #0e253680;opacity:0;visibility:hidden;transition:opacity .15s,transform .15s;width:560px}.mega.wide.svelte-1h32yp1{width:760px;gap:28px;padding:24px}.mega.wide.svelte-1h32yp1 .mega-grid:where(.svelte-1h32yp1){gap:8px}.mega.wide.svelte-1h32yp1 .mega-item:where(.svelte-1h32yp1){padding:14px}.mega.wide.svelte-1h32yp1 .mega-item-t:where(.svelte-1h32yp1){font-size:14.5px}.mega.wide.svelte-1h32yp1 .mega-item-d:where(.svelte-1h32yp1){font-size:13px}.has-menu.svelte-1h32yp1:focus-within .mega:where(.svelte-1h32yp1),.has-menu.open.svelte-1h32yp1 .mega:where(.svelte-1h32yp1){opacity:1;visibility:visible;transform:translateY(2px)}@media (hover: hover){.has-menu.svelte-1h32yp1:hover .mega:where(.svelte-1h32yp1){opacity:1;visibility:visible;transform:translateY(2px)}}.mega.svelte-1h32yp1:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.mega-rail.svelte-1h32yp1{flex:none;width:30%;display:flex;flex-direction:column}.mega-rail.svelte-1h32yp1 h4:where(.svelte-1h32yp1){font-family:Archivo;font-weight:800;font-size:17px;line-height:1.18;letter-spacing:-.01em;color:var(--ink);margin:12px 0 8px}.mega-rail.svelte-1h32yp1 p:where(.svelte-1h32yp1){font-size:13px;line-height:1.5;color:var(--ink-soft)}.rail-cta.svelte-1h32yp1{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:14px;font-family:Archivo;font-weight:700;font-size:13.5px;color:var(--amber-deep)!important}.mega-grid.svelte-1h32yp1{flex:1;display:grid;grid-template-columns:repeat(var(--cols),1fr);gap:6px}.mega-item.svelte-1h32yp1{display:flex;gap:12px;padding:12px;border-radius:10px;border:1px solid transparent;transition:background .15s,border-color .15s}.mega-item.svelte-1h32yp1:hover{background:var(--paper-2);border-color:var(--line)}.mega-item.svelte-1h32yp1 .ico:where(.svelte-1h32yp1){flex:none;width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:var(--amber-soft);color:var(--amber-deep)}.mega-item-body.svelte-1h32yp1{display:flex;flex-direction:column;gap:3px}.mega-item-t.svelte-1h32yp1{font-size:14px;font-weight:600;color:var(--ink)!important;line-height:1.25}.mega-item-d.svelte-1h32yp1{font-size:12.5px;color:var(--ink-faint);line-height:1.4}.mega-item.svelte-1h32yp1:hover .mega-item-t:where(.svelte-1h32yp1){color:var(--amber-deep)!important}.prem-tag.svelte-1h32yp1{display:inline-flex;align-items:center;gap:4px;margin-left:8px;vertical-align:middle;padding:2px 7px;border-radius:999px;background:var(--amber-soft);color:var(--amber-deep);font-family:IBM Plex Mono;font-size:9px;font-weight:600;letter-spacing:.03em;text-transform:none}.prem-tag.svelte-1h32yp1 svg{width:10px;height:10px}.nav-right.svelte-1h32yp1{display:flex;align-items:center;gap:16px}.globe-wrap.svelte-1h32yp1{position:relative;display:inline-flex}.globe.svelte-1h32yp1{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;cursor:pointer;background:transparent;border:1.5px solid var(--line-strong);color:var(--ink-soft);transition:color .15s,border-color .15s}.globe.svelte-1h32yp1:hover,.globe[aria-expanded=true].svelte-1h32yp1{color:var(--amber-deep);border-color:var(--ink)}.lang-pop.svelte-1h32yp1{position:absolute;top:100%;right:0;transform:translateY(8px);min-width:220px;padding:14px;display:flex;flex-direction:column;gap:8px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 18px 50px -28px #0e253680}.pop-label.svelte-1h32yp1{font-family:IBM Plex Mono;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint)}.pop-label.svelte-1h32yp1:not(:first-child){margin-top:6px}.seg.svelte-1h32yp1{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:var(--paper-2);border:1px solid var(--line);border-radius:10px}.seg.svelte-1h32yp1 button:where(.svelte-1h32yp1){border:0;border-radius:7px;padding:8px 10px;cursor:pointer;background:transparent;color:var(--ink-soft);font-family:IBM Plex Sans;font-size:13px;font-weight:600;transition:background .15s,color .15s}.seg.svelte-1h32yp1 button:where(.svelte-1h32yp1):hover{color:var(--ink)}.seg.svelte-1h32yp1 button.active:where(.svelte-1h32yp1){background:var(--ink);color:var(--paper)}.burger.svelte-1h32yp1{display:none;background:transparent;border:none;cursor:pointer;color:var(--ink);padding:4px;align-items:center;justify-content:center}.mobile-menu.svelte-1h32yp1{display:none;flex-direction:column;gap:2px;padding:10px 28px 24px;border-top:1px solid var(--line);background:#f2eee5f5}.m-section.svelte-1h32yp1{display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding:6px 0 10px}.m-section-head.svelte-1h32yp1{font-size:16px;font-weight:600;color:var(--ink);padding:10px 0}.m-section-head.solo.svelte-1h32yp1{border-bottom:1px solid var(--line)}.m-sub.svelte-1h32yp1{font-size:14.5px;font-weight:500;color:var(--ink-soft);padding:7px 0 7px 2px}.m-prefs.svelte-1h32yp1{display:flex;flex-direction:column;gap:8px;padding:18px 0 4px}.mobile-menu.svelte-1h32yp1 .btn:where(.svelte-1h32yp1){margin-top:16px;justify-content:center}@media (max-width: 880px){.nav-links.svelte-1h32yp1,.globe-wrap.svelte-1h32yp1,.login.svelte-1h32yp1,.cta.svelte-1h32yp1{display:none}.burger.svelte-1h32yp1{display:inline-flex}.mobile-menu.svelte-1h32yp1{display:flex}}footer.svelte-jz8lnl{background:var(--navy-2);color:#f2eee5b3;padding:60px 0 calc(34px + var(--offra-bottom-inset, 0px));position:relative;z-index:1}.foot-top.svelte-jz8lnl{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}.foot-brand.svelte-jz8lnl{max-width:300px}.foot-brand.svelte-jz8lnl .logo:where(.svelte-jz8lnl){color:var(--paper);margin-bottom:14px}.foot-brand.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:14px;line-height:1.55}.foot-cols.svelte-jz8lnl{display:flex;gap:60px;flex-wrap:wrap}.foot-col.svelte-jz8lnl h5:where(.svelte-jz8lnl){font-family:Archivo;color:var(--paper);font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.foot-col.svelte-jz8lnl a:where(.svelte-jz8lnl),.foot-col.svelte-jz8lnl .link:where(.svelte-jz8lnl){display:block;font-size:14px;margin-bottom:11px;transition:color .15s}.foot-col.svelte-jz8lnl a:where(.svelte-jz8lnl):hover,.foot-col.svelte-jz8lnl .link:where(.svelte-jz8lnl):hover{color:var(--amber)}.foot-col.svelte-jz8lnl .link:where(.svelte-jz8lnl){background:none;border:0;padding:0;text-align:left;cursor:pointer;font-family:inherit;color:inherit;line-height:inherit}.foot-bot.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:center;padding-top:26px;font-size:13px;flex-wrap:wrap;gap:14px}.foot-bot.svelte-jz8lnl .mono:where(.svelte-jz8lnl){color:#f2eee580}.logo.svelte-jz8lnl{display:flex;align-items:center;gap:11px;font-family:Archivo;font-weight:900;font-size:24px;letter-spacing:-.03em}.mark.svelte-jz8lnl{width:34px;height:34px;background:var(--ink);border-radius:8px;position:relative;flex:none;display:grid;place-items:center}.mark.svelte-jz8lnl:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;border:2px solid var(--amber);transform:translate(4px,4px);opacity:.85}.mark.svelte-jz8lnl span:where(.svelte-jz8lnl){color:#fff;font-size:18px;font-weight:900;z-index:1;line-height:1}@media (max-width: 640px){.foot-bot.svelte-jz8lnl{justify-content:center;text-align:center}}.support-form.svelte-1lwemcj{display:flex;flex-direction:column;gap:6px;margin-top:10px}.support-intro.svelte-1lwemcj{font-size:12.5px;color:var(--ink-faint);margin:0}.support-row.svelte-1lwemcj{display:flex;gap:6px}.support-row.svelte-1lwemcj input:where(.svelte-1lwemcj){flex:1;min-width:0;font-family:IBM Plex Sans,sans-serif;font-size:13.5px;background:var(--paper);color:var(--ink);border:1.5px solid var(--line-strong);border-radius:8px;padding:7px 10px}.support-row.svelte-1lwemcj input:where(.svelte-1lwemcj):focus{outline:none;border-color:var(--amber)}.support-row.svelte-1lwemcj input:where(.svelte-1lwemcj):disabled{opacity:.6}.support-submit.svelte-1lwemcj{flex:none;background:var(--amber);color:#fff;border:none;cursor:pointer;font-family:Archivo,sans-serif;font-weight:700;font-size:13.5px;padding:7px 13px;border-radius:8px;transition:background .18s ease}.support-submit.svelte-1lwemcj:hover:not(:disabled){background:var(--amber-deep)}.support-submit.svelte-1lwemcj:disabled{opacity:.6;cursor:default}.support-error.svelte-1lwemcj{color:var(--amber-deep);font-size:12px;margin:0}.support-success.svelte-1lwemcj{font-size:13.5px;color:var(--ink);line-height:1.5;margin:8px 0 0}.dock.svelte-zsv8oa{position:fixed;right:24px;bottom:calc(24px + var(--offra-bottom-inset, 0px));z-index:150;display:flex;flex-direction:column;align-items:flex-end;gap:10px;transition:bottom .2s ease}.launcher.svelte-zsv8oa{display:inline-flex;align-items:center;gap:9px;background:var(--amber);color:#fff;border:none;cursor:pointer;font-family:Archivo,sans-serif;font-weight:700;font-size:15px;padding:13px 20px;border-radius:999px;box-shadow:0 14px 30px -12px #ef5a0cbf;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.launcher.svelte-zsv8oa:hover{transform:translateY(-2px);background:var(--amber-deep);box-shadow:0 18px 34px -12px #ef5a0cd9}.launcher.svelte-zsv8oa svg:where(.svelte-zsv8oa){width:19px;height:19px}.launcher.pulse.svelte-zsv8oa{animation:svelte-zsv8oa-pulse 1.8s ease-in-out infinite}.teaser.svelte-zsv8oa{position:relative;max-width:240px;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 40px -20px #0e253699;padding:4px;animation:svelte-zsv8oa-rise .35s ease both}.teaser-body.svelte-zsv8oa{background:none;border:none;cursor:pointer;text-align:left;font-family:IBM Plex Sans,sans-serif;font-size:13.5px;line-height:1.45;color:var(--ink);padding:9px 24px 9px 12px}.teaser-x.svelte-zsv8oa{position:absolute;top:3px;right:5px;background:none;border:none;cursor:pointer;font-size:17px;line-height:1;color:var(--ink-faint)}.teaser-x.svelte-zsv8oa:hover{color:var(--ink)}.panel.svelte-zsv8oa{position:fixed;right:24px;bottom:calc(24px + var(--offra-bottom-inset, 0px));z-index:160;display:flex;flex-direction:row;height:680px;max-height:calc(100vh - 48px - var(--offra-bottom-inset, 0px));transition:bottom .2s ease;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 40px 80px -30px #0e2536b3;overflow:hidden}.chatcol.svelte-zsv8oa{display:flex;flex-direction:column;width:520px;max-width:calc(100vw - 32px)}.panel.expanded.svelte-zsv8oa{width:1040px;max-width:calc(100vw - 32px)}.panel.expanded.svelte-zsv8oa .chatcol:where(.svelte-zsv8oa){width:460px;border-right:1px solid var(--line)}.showcase.svelte-zsv8oa{flex:1;min-width:0;background:var(--paper-2);padding:18px;overflow-y:auto;display:flex;flex-direction:column;justify-content:center}.showcase-empty.svelte-zsv8oa{text-align:center;color:var(--ink-faint);font-size:13.5px;padding:40px 20px}.head.svelte-zsv8oa{display:flex;align-items:center;gap:10px;padding:14px 14px 14px 16px;border-bottom:1px solid var(--line)}.head.svelte-zsv8oa .dot:where(.svelte-zsv8oa){width:9px;height:9px;border-radius:50%;background:var(--green);flex:none;box-shadow:0 0 0 3px #1f7a4d2e}.head-txt.svelte-zsv8oa{display:flex;flex-direction:column;flex:1;min-width:0}.head-txt.svelte-zsv8oa strong:where(.svelte-zsv8oa){font-family:Archivo,sans-serif;font-weight:800;font-size:14.5px;letter-spacing:-.01em}.head-txt.svelte-zsv8oa .sub:where(.svelte-zsv8oa){font-size:11.5px;color:var(--ink-faint)}.hbtn.svelte-zsv8oa{background:none;border:none;cursor:pointer;font-size:20px;line-height:1;color:var(--ink-faint);padding:2px 4px}.hbtn.svelte-zsv8oa:hover{color:var(--ink)}.expand-btn.svelte-zsv8oa{font-size:17px}.convo.svelte-zsv8oa{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.bubble.svelte-zsv8oa{font-size:14.5px;line-height:1.5;border-radius:12px;padding:10px 13px;max-width:88%}.bubble.user.svelte-zsv8oa{align-self:flex-end;background:var(--amber);color:#fff;border-bottom-right-radius:4px}.bubble.bot.svelte-zsv8oa{align-self:flex-start;background:var(--paper-2);color:var(--ink-soft);border-bottom-left-radius:4px}.bubble.svelte-zsv8oa p{margin:0}.bubble.svelte-zsv8oa p+p,.bubble.svelte-zsv8oa p+ul{margin-top:7px}.bubble.svelte-zsv8oa ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:3px}.bubble.svelte-zsv8oa strong{font-weight:700;color:var(--ink)}.bubble.user.svelte-zsv8oa strong{color:#fff}.bubble.svelte-zsv8oa code{font-family:IBM Plex Mono,monospace;font-size:12px;background:#13171c12;padding:1px 5px;border-radius:5px}.cta.svelte-zsv8oa{margin-top:10px;display:inline-flex;align-items:center;background:var(--amber);color:#fff;border:none;cursor:pointer;font-family:Archivo,sans-serif;font-weight:700;font-size:13.5px;padding:8px 15px;border-radius:9px;transition:background .18s ease,transform .18s ease}.cta.svelte-zsv8oa:hover{background:var(--amber-deep);transform:translateY(-1px)}.inline-widget.svelte-zsv8oa{align-self:stretch;display:flex;flex-direction:column;gap:6px}.see-larger.svelte-zsv8oa{align-self:flex-start;background:none;border:none;cursor:pointer;color:var(--amber-deep);font-size:12px;font-weight:600;padding:0}.see-larger.svelte-zsv8oa:hover{text-decoration:underline}.in-panel-note.svelte-zsv8oa{align-self:flex-start;font-size:11.5px;color:var(--ink-faint);font-style:italic}.typing.svelte-zsv8oa{display:inline-flex;align-items:center}.spin.svelte-zsv8oa{width:13px;height:13px;border-radius:50%;border:2px solid var(--line);border-top-color:var(--steel);animation:svelte-zsv8oa-spin .7s linear infinite}.replies.svelte-zsv8oa{display:flex;flex-wrap:wrap;gap:7px;padding:10px 12px 2px;border-top:1px solid var(--line)}.chip.svelte-zsv8oa{background:var(--paper);color:var(--ink-soft);cursor:pointer;border:1.5px solid var(--line-strong);border-radius:999px;font-family:IBM Plex Sans,sans-serif;font-size:13.5px;padding:7px 13px;text-align:left;transition:border-color .15s ease,color .15s ease}.chip.svelte-zsv8oa:hover{border-color:var(--ink);color:var(--ink)}.input.svelte-zsv8oa{display:flex;gap:8px;align-items:flex-end;padding:10px 12px}.input.svelte-zsv8oa textarea:where(.svelte-zsv8oa){flex:1;resize:none;max-height:120px;font-family:IBM Plex Sans,sans-serif;font-size:15.5px;background:var(--paper);color:var(--ink);border:1.5px solid var(--line-strong);border-radius:10px;padding:10px 12px;transition:border-color .15s ease}.input.svelte-zsv8oa textarea:where(.svelte-zsv8oa):focus{outline:none;border-color:var(--amber)}.input.svelte-zsv8oa textarea:where(.svelte-zsv8oa):disabled{opacity:.6}.send.svelte-zsv8oa{width:40px;height:40px;flex:none;border-radius:10px;border:none;cursor:pointer;background:var(--amber);color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .18s ease}.send.svelte-zsv8oa:hover:not(:disabled){background:var(--amber-deep)}.send.svelte-zsv8oa:disabled{opacity:.5;cursor:default}.hint.svelte-zsv8oa{padding:0 14px 11px;font-size:10.5px;color:var(--ink-faint);line-height:1.4}.hint.svelte-zsv8oa a:where(.svelte-zsv8oa){color:var(--amber-deep);text-decoration:underline}@keyframes svelte-zsv8oa-spin{to{transform:rotate(360deg)}}@keyframes svelte-zsv8oa-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes svelte-zsv8oa-pulse{0%,to{box-shadow:0 14px 30px -12px #ef5a0cbf,0 0 #ef5a0c80}50%{box-shadow:0 14px 30px -12px #ef5a0cbf,0 0 0 12px #ef5a0c00}}@media (max-width: 900px){.expand-btn.svelte-zsv8oa,.see-larger.svelte-zsv8oa{display:none}.panel.expanded.svelte-zsv8oa{width:520px;max-width:calc(100vw - 32px)}.panel.expanded.svelte-zsv8oa .chatcol:where(.svelte-zsv8oa){width:100%;border-right:none}.panel.expanded.svelte-zsv8oa .showcase:where(.svelte-zsv8oa){display:none}}@media (max-width: 520px){.panel.svelte-zsv8oa,.panel.expanded.svelte-zsv8oa{right:12px;bottom:calc(12px + var(--offra-bottom-inset, 0px));height:calc(100vh - 24px - var(--offra-bottom-inset, 0px))}.chatcol.svelte-zsv8oa{width:calc(100vw - 24px)}.dock.svelte-zsv8oa{right:16px;bottom:calc(16px + var(--offra-bottom-inset, 0px))}.launcher-label.svelte-zsv8oa{display:none}}@media (prefers-reduced-motion: reduce){.launcher.svelte-zsv8oa,.cta.svelte-zsv8oa,.dock.svelte-zsv8oa,.panel.svelte-zsv8oa{transition:none}.launcher.pulse.svelte-zsv8oa{animation:none}.spin.svelte-zsv8oa{animation-duration:1.4s}}.consent.svelte-k1vfxt{position:fixed;left:0;right:0;bottom:0;z-index:170;background:var(--navy-2);color:#f2eee5d1;border-top:1px solid var(--paper-line);box-shadow:0 -12px 30px -18px #000c;animation:svelte-k1vfxt-consent-rise .28s cubic-bezier(.2,.7,.2,1) both}@keyframes svelte-k1vfxt-consent-rise{0%{transform:translateY(100%)}to{transform:none}}.consent-inner.svelte-k1vfxt{display:flex;align-items:center;flex-wrap:wrap;gap:14px 24px;padding-top:16px;padding-bottom:16px}.consent-copy.svelte-k1vfxt{flex:1 1 320px;min-width:0}.consent-copy.svelte-k1vfxt p:where(.svelte-k1vfxt){font-size:14.5px;line-height:1.55}.consent-copy.svelte-k1vfxt a:where(.svelte-k1vfxt){color:var(--paper);font-size:13.5px;text-decoration:underline;text-underline-offset:3px}.consent-copy.svelte-k1vfxt a:where(.svelte-k1vfxt):hover{color:#fff}.consent-purposes.svelte-k1vfxt{flex:1 1 100%;display:flex;flex-direction:column;gap:10px}.purpose.svelte-k1vfxt{display:flex;gap:10px;align-items:flex-start;cursor:pointer;font-size:13.5px;line-height:1.5}.purpose.svelte-k1vfxt input:where(.svelte-k1vfxt){margin-top:3px;width:16px;height:16px;accent-color:var(--amber);flex:none;cursor:pointer}.purpose.svelte-k1vfxt strong:where(.svelte-k1vfxt){display:block;color:var(--paper);font-weight:600}.consent-actions.svelte-k1vfxt{display:flex;gap:10px;flex:none}.consent-btn.svelte-k1vfxt{font-family:Archivo,sans-serif;font-weight:700;font-size:14px;padding:11px 18px;min-width:132px;border-radius:11px;border:none;cursor:pointer;background:var(--paper);color:var(--ink);transition:background .18s ease}.consent-btn.svelte-k1vfxt:hover{background:#fff}.consent-more.svelte-k1vfxt{background:none;border:0;padding:0;cursor:pointer;font-family:inherit;font-size:13.5px;color:#f2eee5b3;text-decoration:underline;text-underline-offset:3px}.consent-more.svelte-k1vfxt:hover{color:var(--paper)}@media (max-width: 620px){.consent-actions.svelte-k1vfxt{flex:1 1 100%}.consent-btn.svelte-k1vfxt{flex:1 1 0;min-width:0}}@media (prefers-reduced-motion: reduce){.consent.svelte-k1vfxt{animation:none}}.page-shell.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.page-main.svelte-12qhfyh{flex:1 0 auto}
