@import"https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,100..900&family=Gothic+A1:wght@400;500;600;700;800;900&display=swap";:root{--ink: #141414;--cream: #FFFBF2;--mist: #F1EDE4;--night: #12101A;--muted: #6B6B74;--white: #FFFFFF;--coral: #FF5A5F;--cyan: #00CCFB;--lime: #C8FF2E;--yellow: #FDE047;--sky: #C4E4FD;--line: 2px;--pop: 3px 3px 0 var(--ink);--r-card: 22px;--r-tile: 16px;--r-pill: 999px;--r-sheet: 30px;--shell: 430px;--safe-top: max(env(safe-area-inset-top), 12px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Gothic A1,Archivo,system-ui,-apple-system,sans-serif;font-weight:500;color:var(--ink);background:var(--mist);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none}button,input,textarea{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}input,textarea{border:none;outline:none;background:none}input,textarea,select{font-size:16px}a{color:var(--coral);text-decoration:none}a:hover{color:var(--ink)}h1,h2,h3,h4{font-weight:900;letter-spacing:-.025em;line-height:1.2}p{text-wrap:pretty}img{display:block}ul,ol{list-style:none}::-webkit-scrollbar{width:0;height:0}.dsp{font-family:Archivo,Gothic A1,system-ui,sans-serif;font-weight:900;font-stretch:125%;letter-spacing:-.02em;text-transform:uppercase;line-height:1}.cnt{font-family:Archivo,Gothic A1,system-ui,sans-serif;font-weight:800;font-stretch:112%;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}.lbl{font-family:Archivo,Gothic A1,system-ui,sans-serif;font-weight:700;font-stretch:112%;letter-spacing:.12em;text-transform:uppercase;line-height:1}.num{font-variant-numeric:tabular-nums}.keep{word-break:keep-all}.chrome{background-image:linear-gradient(172deg,#fff,#eef1f6 18%,#c5ccd8 40%,#f7f9fc 52%,#b4bccb 66%,#8c96a8 86%,#e9edf3);color:var(--ink)}.chrome-txt{background-image:linear-gradient(172deg,#fff,#e4e9f1 20%,#b7c0cf 44%,#fff 52%,#98a3b6 62%,#66708a 84%,#eef1f6);-webkit-background-clip:text;background-clip:text;color:transparent}.holo{background-image:linear-gradient(118deg,#ffd1ec,#d9ccff,#bfe3ff 40%,#c8fff0,#fff6bf 76%,#ffd1ec)}.gloss{position:relative}.gloss:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background-image:linear-gradient(180deg,#ffffff8c,#ffffff14 48%,#fff0 52%,#0000000f)}.glow{position:absolute;border-radius:50%;pointer-events:none;background:radial-gradient(closest-side,#ff5a5f8c,#ff5a5f00)}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 16s linear infinite}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rise{animation:rise .32s cubic-bezier(.2,.7,.3,1) both}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:none}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.caret{display:inline-block;width:2px;height:1em;background:var(--coral);vertical-align:-2px;margin-left:2px;animation:blink 1s step-end infinite}.typing{display:inline-flex;align-items:center;gap:4px;height:1em}.typing i{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:dot 1.2s ease-in-out infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes dot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes eq{0%,to{transform:scaleY(.28)}50%{transform:scaleY(1)}}.eq{transform-origin:bottom;animation:eq .9s ease-in-out infinite}@keyframes sweep{0%{transform:translate(-120%) skew(-14deg)}to{transform:translate(220%) skew(-14deg)}}.sweep{animation:sweep 2.4s cubic-bezier(.4,0,.2,1) infinite}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--hero: clamp(140px, 24dvh, 220px);--hero-sm: clamp(110px, 18dvh, 170px);--gap-hero: 22px;--pad-y: 20px;--fade: 40px;--under-dock: calc(100px + var(--safe-bottom));--under-dock-mini: calc(176px + var(--safe-bottom));--peek: none}@media(min-height:760px){:root{--peek: flex}}@media(max-height:700px){:root{--gap-hero: 14px;--pad-y: 14px}}@media(max-height:600px){:root{--gap-hero: 10px;--pad-y: 10px}}.scroll-fade{-webkit-mask-image:linear-gradient(to bottom,#000 calc(100% - var(--fade)),transparent);mask-image:linear-gradient(to bottom,#000 calc(100% - var(--fade)),transparent)}.shell{position:relative;width:100%;max-width:var(--shell);margin:0 auto;height:100dvh;background:var(--cream);display:flex;flex-direction:column;overflow-x:hidden;box-shadow:0 0 0 2px var(--ink)}@media(max-width:434px){.shell{box-shadow:none}}.shell--night{background:var(--night)}.screen{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.screen__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.screen__body>*{flex-shrink:0}.pad{padding-left:20px;padding-right:20px}.top-pad{padding-top:calc(var(--safe-top) + 20px)}:focus-visible{outline:3px solid var(--coral);outline-offset:2px;border-radius:4px}.sheet{scrollbar-width:none;-ms-overflow-style:none}.sheet::-webkit-scrollbar{width:0;height:0}
