@charset "UTF-8";:root{--am-primary: #1b3a5c;--am-primary-rgb: 27, 58, 92;--am-primary-strong: #12293f;--am-primary-tint: #2e5a82;--am-primary-soft: #e6edf5;--am-primary-ink: #ffffff;--am-accent: #e8a33d;--am-accent-rgb: 232, 163, 61;--am-surface: #ffffff;--am-surface-sunken: #e9edf3;--am-surface-2: #f5f7fa;--am-border: rgba(0, 0, 0, .08);--am-border-strong: rgba(0, 0, 0, .16);--am-ink: #111827;--am-ink-muted: #656c7a;--am-ink-subtle: #9ca3af;--am-state-ok: #0e7355;--am-state-soon: #d97706;--am-state-soon-soft: #fef3c7;--am-state-overdue: #dc2626;--am-hero: radial-gradient(115% 80% at 22% -5%, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(158deg, #2e5a82 0%, #1b3a5c 52%, #0e2338 100%);--am-hero-shadow: 0 10px 28px rgba(16, 34, 54, .3);--am-card-shadow: 0 1px 3px rgba(16, 34, 54, .1), 0 4px 14px rgba(16, 34, 54, .08);--am-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--am-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--am-space-2: 8px;--am-space-3: 12px;--am-space-4: 16px;--am-space-5: 20px;--am-space-6: 24px;--am-space-7: 32px;--am-space-8: 40px;--am-space-9: 64px;--am-radius-sm: 8px;--am-radius-md: 12px;--am-radius-lg: 16px;--am-radius-full: 999px}@media(prefers-color-scheme:dark){:root{--am-primary: #6aa9e0;--am-primary-strong: #4d8dc7;--am-primary-tint: #8fc2ee;--am-primary-soft: #14283c;--am-primary-ink: #0b1622;--am-primary-rgb: 106, 169, 224;--am-accent: #f0b25a;--am-accent-rgb: 240, 178, 90;--am-surface: #161a20;--am-surface-sunken: #0b0d11;--am-surface-2: #1d232b;--am-border: rgba(255, 255, 255, .1);--am-border-strong: rgba(255, 255, 255, .2);--am-ink: #f2f2f7;--am-ink-muted: #8e8e93;--am-ink-subtle: #6e6e73;--am-state-ok: #3ecf9d;--am-state-soon: #fbbf24;--am-state-soon-soft: #422006;--am-state-overdue: #f87171;--am-hero: radial-gradient(115% 80% at 22% -5%, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(158deg, #2e5a82 0%, #1b3a5c 55%, #0d1c2c 100%);--am-hero-shadow: 0 10px 28px rgba(0, 0, 0, .55);--am-card-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 4px 14px rgba(0, 0, 0, .4)}}*,*:before,*:after{box-sizing:border-box}html{color-scheme:light dark;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{margin:0;background:var(--am-surface-sunken);color:var(--am-ink);font-family:var(--am-font);font-size:16px;line-height:26px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,p,ul,ol,figure,blockquote{margin:0}a{color:var(--am-primary);text-decoration-thickness:1px;text-underline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--am-primary);outline-offset:2px;border-radius:4px}.am-shell{display:flex;flex-direction:column;min-height:100vh}.am-container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:var(--am-space-5)}.am-main{flex:1}.am-section{padding-block:var(--am-space-9)}@media(max-width:640px){.am-section{padding-block:var(--am-space-8)}}.am-display{font-size:clamp(32px,6vw,48px);line-height:1.1;font-weight:700;letter-spacing:-.02em;text-wrap:balance}.am-h2{font-size:clamp(24px,4vw,32px);line-height:1.2;font-weight:700;letter-spacing:-.01em;text-wrap:balance}.am-h3{font-size:19px;line-height:26px;font-weight:650}.am-lead{font-size:18px;line-height:28px;color:var(--am-ink-muted);max-width:60ch}.am-prose{max-width:68ch}.am-prose h2{margin-top:var(--am-space-8);margin-bottom:var(--am-space-3);font-size:22px;line-height:28px;font-weight:700}.am-prose h3{margin-top:var(--am-space-6);margin-bottom:var(--am-space-2);font-size:17px;font-weight:650}.am-prose p,.am-prose ul,.am-prose ol{margin-bottom:var(--am-space-4)}.am-prose ul,.am-prose ol{padding-inline-start:var(--am-space-6)}.am-prose li{margin-bottom:var(--am-space-2)}.am-muted{color:var(--am-ink-muted)}.am-small{font-size:14px;line-height:21px}.am-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--am-space-2);min-height:48px;padding-inline:var(--am-space-6);border:1px solid transparent;border-radius:var(--am-radius-md);background:var(--am-primary);color:var(--am-primary-ink);font:inherit;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.am-btn:hover{background:var(--am-primary-strong)}.am-btn:active{transform:scale(.98)}.am-btn--secondary{background:var(--am-surface);border-color:var(--am-border-strong);color:var(--am-ink)}.am-btn--secondary:hover{background:var(--am-surface-sunken);border-color:var(--am-ink-subtle)}.am-stores{display:flex;flex-wrap:wrap;gap:var(--am-space-3);container-type:inline-size}.am-stores--center{justify-content:center}.am-store{display:inline-flex;align-items:center;gap:11px;min-height:54px;padding:8px var(--am-space-5) 8px var(--am-space-4);border:1px solid transparent;border-radius:var(--am-radius-md);background:var(--am-ink);color:#fff;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.am-store:hover{background:#000}.am-store:active{transform:scale(.98)}.am-store__glyph{width:24px;height:24px;flex:none}.am-store__text{display:grid;gap:1px;text-align:start}.am-store__sub{font-size:11px;font-weight:500;letter-spacing:.02em;line-height:13px;opacity:.76}.am-store__name{font-size:17px;font-weight:650;line-height:21px}@container (max-width: 359px){.am-store{flex:1 1 100%;justify-content:center}.am-store__text{min-width:6.6em}}.am-store--onpanel,.am-store--onpanel:hover{background:#fff;color:var(--am-primary-strong)}.am-store--onpanel:hover{background:#ffffffe0}@media(prefers-color-scheme:dark){.am-store{background:var(--am-surface-2);border-color:var(--am-border-strong);color:var(--am-ink)}.am-store:hover{background:color-mix(in srgb,var(--am-surface-2) 84%,#fff)}.am-store--onpanel,.am-store--onpanel:hover{border-color:transparent;color:var(--am-primary-strong)}.am-store--onpanel{background:#fff}.am-store--onpanel:hover{background:#ffffffe0}}.am-card{padding:var(--am-space-6);border:1px solid var(--am-border);border-radius:var(--am-radius-lg);background:var(--am-surface)}.am-grid{display:grid;gap:var(--am-space-4);grid-template-columns:minmax(0,1fr)}@media(min-width:720px){.am-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.am-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.am-eyebrow{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--am-primary)}.am-note{padding:var(--am-space-4) var(--am-space-5);border:1px solid var(--am-border);border-inline-start:4px solid var(--am-primary);border-radius:var(--am-radius-md);background:var(--am-surface)}.am-skip{position:absolute;inset-inline-start:-9999px}.am-skip:focus{inset-inline-start:var(--am-space-4);top:var(--am-space-4);z-index:100;padding:var(--am-space-3) var(--am-space-4);border-radius:var(--am-radius-sm);background:var(--am-surface);border:1px solid var(--am-border-strong)}body{background-image:radial-gradient(120% 55% at 50% -10%,rgba(var(--am-primary-rgb),.1),rgba(var(--am-primary-rgb),0) 70%);background-attachment:fixed;background-repeat:no-repeat}@keyframes amRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.am-reveal{animation:amRise linear both;animation-timeline:view();animation-range:entry 0% cover 28%}}}@media(prefers-reduced-motion:no-preference){.am-motion .am-enter{animation:amRise .62s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--am-i, 0) * 90ms)}}@media(hover:hover)and (prefers-reduced-motion:no-preference){.am-card{transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.am-card:hover{transform:translateY(-3px);box-shadow:var(--am-card-shadow),0 12px 28px #00000014}}.am-btn,.btn{transition:transform .12s ease,background-color .14s ease,box-shadow .14s ease}.am-btn:active,.btn:active{transform:scale(.98)}.brand__logo{display:block;width:34px;height:34px;border-radius:9px;box-shadow:0 2px 8px #10223647}@media(prefers-reduced-motion:no-preference){.brand:hover .brand__logo{transform:rotate(-6deg) scale(1.04)}.brand__logo{transition:transform .26s cubic-bezier(.22,1,.36,1)}}.am-prose{margin-inline:auto}.am-doc .am-eyebrow,.am-doc .am-display,.am-doc .am-lead,.am-doc>.am-note{max-width:68ch;margin-inline:auto}.am-sky{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.am-shell>*:not(.am-skip){position:relative;z-index:1}.am-sky__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5}.am-sky__orb--a{width:46vw;height:46vw;min-width:340px;min-height:340px;top:-14vw;left:-10vw;background:radial-gradient(circle,rgba(var(--am-primary-rgb),.38),transparent 70%);animation:amDrift 26s ease-in-out infinite alternate}.am-sky__orb--b{width:38vw;height:38vw;min-width:280px;min-height:280px;top:34vh;right:-12vw;background:radial-gradient(circle,rgba(var(--am-accent-rgb),.26),transparent 70%);animation:amDrift 32s ease-in-out infinite alternate-reverse}.am-sky__orb--c{width:40vw;height:40vw;min-width:300px;min-height:300px;bottom:-16vw;left:26vw;background:radial-gradient(circle,rgba(96,158,214,.3),transparent 70%);animation:amDrift 38s ease-in-out infinite alternate}@keyframes amDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(4vw,5vh,0) scale(1.12)}}.am-sky__star{position:absolute;width:6px;height:6px;border-radius:50%;background:currentColor;color:var(--am-primary);opacity:0;animation:amTwinkle 7s ease-in-out infinite;animation-delay:var(--d, 0s)}.am-sky__star--amber{color:var(--am-accent)}.am-sky__star--sm{width:4px;height:4px}.am-sky__star--lg{width:9px;height:9px}@keyframes amTwinkle{0%,to{opacity:0;transform:translateY(0) scale(.6)}50%{opacity:.75;transform:translateY(-14px) scale(1)}}@media(prefers-reduced-motion:reduce){.am-sky__orb,.am-sky__star{animation:none}.am-sky__star{opacity:.4}}.am-card{border-color:transparent;box-shadow:var(--am-card-shadow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:color-mix(in srgb,var(--am-surface) 88%,transparent)}.am-band{border-block:1px solid var(--am-border);background:color-mix(in srgb,var(--am-surface) 55%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-head{background:color-mix(in srgb,var(--am-surface) 78%,transparent)!important;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px)}.am-head{max-width:62ch}.am-head--center{margin-inline:auto;text-align:center}.am-head .am-lead{margin-top:var(--am-space-4)}.am-head--center .am-lead{margin-inline:auto}.am-head .am-h2,.am-head .am-display{margin-top:var(--am-space-3)}.am-chip{display:inline-flex;align-items:center;gap:var(--am-space-2);padding:7px 14px;border:1px solid var(--am-border);border-radius:var(--am-radius-full);background:color-mix(in srgb,var(--am-surface) 84%,transparent);font-size:14px;font-weight:550;line-height:20px;white-space:nowrap}.am-chip__dot{flex:none;width:8px;height:8px;border-radius:50%;background:var(--am-primary)}.am-chip--accent{border-color:color-mix(in srgb,var(--am-primary) 35%,transparent);background:var(--am-primary-soft);color:var(--am-primary-strong)}@media(prefers-color-scheme:dark){.am-chip--accent{color:var(--am-primary-tint)}}.am-panel{position:relative;overflow:hidden;padding:var(--am-space-8);border-radius:20px;background:var(--am-hero);box-shadow:var(--am-hero-shadow);color:#fff}.am-panel .am-h2,.am-panel .am-h3,.am-panel h2,.am-panel h3,.am-panel strong{color:#fff}.am-panel p,.am-panel li,.am-panel .am-muted{color:#ffffffdb}.am-panel .am-eyebrow{color:#ffffffb8}.am-panel a:not(.am-btn):not(.am-store){color:#fff}.am-btn--onpanel{background:#fff;color:var(--am-primary-strong)}.am-btn--onpanel:hover{background:#ffffffe0}.am-btn--ghost{background:#ffffff24;border-color:#ffffff6b;color:#fff}.am-btn--ghost:hover{background:#ffffff3d}.am-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--am-primary-soft);color:var(--am-primary)}.am-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.am-icon--amber{background:var(--am-state-soon-soft);color:var(--am-state-soon)}.am-icon--red{background:color-mix(in srgb,var(--am-state-overdue) 14%,transparent);color:var(--am-state-overdue)}.am-icon--onpanel{background:#ffffff29;color:#fff}.am-phone{--am-phone-top: #e9edf3;--am-phone-radius: 34px;position:relative;width:100%;max-width:268px;padding:48px 12px 12px;border-radius:46px;background:linear-gradient(100deg,#5c6167,#2c3034 12%,#16191c,#2c3034 88%,#5c6167);box-shadow:0 26px 60px #10223652,0 0 0 1px #00000073,0 1px #ffffff38 inset,0 -1px #ffffff1a inset}.am-phone:after{content:"9:41";position:absolute;top:12px;inset-inline:12px;display:flex;align-items:center;height:36px;padding-inline-start:21px;border-radius:var(--am-phone-radius) var(--am-phone-radius) 0 0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='13' viewBox='0 0 42 13'%3E%3Cg fill='%23111827'%3E%3Crect x='0' y='7.6' width='2.6' height='3.9' rx='.8'/%3E%3Crect x='4.1' y='5.6' width='2.6' height='5.9' rx='.8'/%3E%3Crect x='8.2' y='3.6' width='2.6' height='7.9' rx='.8'/%3E%3Crect x='12.3' y='1.6' width='2.6' height='9.9' rx='.8'/%3E%3C/g%3E%3Cg fill='none' stroke='%23111827' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M18.2 5.1a7 7 0 0 1 8.6 0'/%3E%3Cpath d='M20.2 7.9a3.9 3.9 0 0 1 4.6 0'/%3E%3C/g%3E%3Ccircle cx='22.5' cy='10.6' r='1.1' fill='%23111827'/%3E%3Crect x='29.3' y='2.6' width='10.4' height='7.8' rx='2.2' fill='none' stroke='%23111827' stroke-opacity='.4'/%3E%3Crect x='30.5' y='3.8' width='7' height='5.4' rx='1.3' fill='%23111827'/%3E%3Cpath d='M40.8 5.6v1.8' stroke='%23111827' stroke-opacity='.4' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 19px center/42px 13px,var(--am-phone-top);color:#111827;font-family:var(--am-font);font-size:12px;font-weight:700;letter-spacing:.01em;line-height:1}.am-phone:before{content:"";position:absolute;top:18px;left:50%;z-index:2;transform:translate(-50%);width:80px;height:24px;border-radius:12px;background:#08090a}.am-phone img{display:block;width:100%;height:auto;border-radius:0 0 var(--am-phone-radius) var(--am-phone-radius);background:var(--am-phone-top)}.am-bento{display:grid;gap:var(--am-space-4);grid-template-columns:minmax(0,1fr)}@media(min-width:760px){.am-bento{grid-template-columns:repeat(6,minmax(0,1fr))}.am-bento>*{grid-column:span 3}.am-bento>.b-full{grid-column:span 6}.am-bento>.b-third{grid-column:span 2}}.am-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.am-marquee__track{display:flex;gap:10px;width:max-content;animation:amMarquee 46s linear infinite}.am-marquee--rev .am-marquee__track{animation-direction:reverse}.am-marquee:hover .am-marquee__track,.am-marquee:focus-within .am-marquee__track{animation-play-state:paused}@keyframes amMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.am-marquee{overflow-x:auto}.am-marquee__track{animation:none}}.am-faq{display:grid;gap:10px;max-width:74ch}.am-faq details{padding-inline:var(--am-space-5);border:1px solid var(--am-border);border-radius:var(--am-radius-md);background:color-mix(in srgb,var(--am-surface) 84%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.am-faq summary{display:flex;align-items:center;justify-content:space-between;gap:var(--am-space-4);padding-block:var(--am-space-4);font-size:16px;font-weight:600;list-style:none;cursor:pointer}.am-faq summary::-webkit-details-marker{display:none}.am-faq summary:after{content:"";flex:none;width:11px;height:11px;border-right:2px solid var(--am-ink-subtle);border-bottom:2px solid var(--am-ink-subtle);transform:rotate(45deg) translate(-2px,-2px);transition:transform .18s ease}.am-faq details[open] summary:after{transform:rotate(225deg) translate(-2px,-2px)}.am-faq details>*:not(summary){margin-bottom:var(--am-space-5);color:var(--am-ink-muted);font-size:15px;line-height:24px}.am-doc__head{padding-block:var(--am-space-8) var(--am-space-7);border-bottom:1px solid var(--am-border);background:color-mix(in srgb,var(--am-primary-soft) 70%,transparent)}.am-doc__badge{display:inline-flex;align-items:center;gap:var(--am-space-2);margin-top:var(--am-space-4);padding:5px 12px;border:1px solid var(--am-border);border-radius:var(--am-radius-full);background:color-mix(in srgb,var(--am-surface) 70%,transparent);font-size:13px;font-weight:550;color:var(--am-ink-muted)}.am-doc__grid{display:grid;gap:var(--am-space-7);grid-template-columns:minmax(0,1fr)}@media(min-width:1000px){.am-doc__grid{grid-template-columns:210px minmax(0,68ch);justify-content:center;gap:var(--am-space-9)}}.am-toc{display:none}@media(min-width:1000px){.am-toc{display:block;position:sticky;top:92px;align-self:start}}.am-toc__title{margin-bottom:var(--am-space-3);font-size:12px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--am-ink-subtle)}.am-toc__list{display:grid;gap:2px;margin:0;padding:0;list-style:none;border-inline-start:2px solid var(--am-border)}.am-toc__list a{display:block;padding:5px 0 5px var(--am-space-4);margin-inline-start:-2px;border-inline-start:2px solid transparent;color:var(--am-ink-muted);font-size:14px;line-height:20px;text-decoration:none}.am-toc__list a:hover{color:var(--am-primary);border-inline-start-color:var(--am-primary)}.am-prose h2{scroll-margin-top:96px}.am-prose h2:before{content:"";display:block;width:28px;height:3px;margin-bottom:var(--am-space-3);border-radius:2px;background:var(--am-primary);opacity:.55}.am-doc .am-prose{margin-inline:auto}.am-step__n{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--am-primary);color:var(--am-primary-ink);font-size:17px;font-weight:700;font-variant-numeric:tabular-nums}.am-split{display:grid;gap:var(--am-space-7);align-items:center;grid-template-columns:minmax(0,1fr)}@media(min-width:860px){.am-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--am-space-9)}.am-split--wide-first{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.am-split--flip>*:first-child{order:2}.am-split--flip>*:last-child{order:1}}.am-sky__glyph{position:absolute;color:var(--am-primary);opacity:.09;animation:amFloat 34s ease-in-out infinite alternate;animation-delay:var(--d, 0s)}.am-sky__glyph svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.am-sky__glyph--1{top:14%;left:6%;width:92px;height:92px}.am-sky__glyph--2{top:8%;right:12%;width:74px;height:74px;color:var(--am-state-soon);animation-duration:28s}.am-sky__glyph--3{top:46%;left:3%;width:66px;height:66px;animation-duration:40s}.am-sky__glyph--4{top:62%;right:7%;width:104px;height:104px;animation-duration:36s}.am-sky__glyph--5{bottom:9%;left:16%;width:78px;height:78px;animation-duration:31s}.am-sky__glyph--6{top:33%;right:28%;width:58px;height:58px;animation-duration:44s}@keyframes amFloat{0%{transform:translateZ(0) rotate(-7deg)}to{transform:translate3d(2.5vw,-7vh,0) rotate(9deg)}}@media(max-width:720px){.am-sky__glyph--3,.am-sky__glyph--4,.am-sky__glyph--6{display:none}}@media(prefers-reduced-motion:reduce){.am-sky__glyph{animation:none}}.am-doc__spacer{display:none}@media(min-width:1000px){.am-doc__spacer{display:block}}.am-doc__foot{display:flex;flex-wrap:wrap;gap:var(--am-space-3);margin-top:var(--am-space-8);padding-top:var(--am-space-6);border-top:1px solid var(--am-border)}@media(prefers-color-scheme:dark){body{background-image:radial-gradient(120% 55% at 50% -10%,rgba(var(--am-primary-rgb),.22),rgba(var(--am-primary-rgb),0) 70%)}.am-sky__orb{opacity:.7}.am-sky__glyph{opacity:.13}.am-sky__star{color:var(--am-primary-tint)}.am-band{background:color-mix(in srgb,var(--am-surface) 70%,transparent)}.am-card{border-color:#ffffff12}}
