:root{--bg-primary: #0c1322;--bg-secondary: #0f172a;--accent-red: #ff2a00;--accent-red-light: #ff3b00;--accent-red-dark: #8b0000;--text-primary: #ffffff;--text-secondary: #cbd5e1;--accent-gold: #facc15;--accent-green: #22c55e;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--header-max: 1100px;--content-pad: clamp(1rem, 4vw, 1.75rem);color-scheme:dark;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100svh}#root{min-height:100svh;display:flex;flex-direction:column}a{color:var(--accent-gold)}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid var(--accent-gold);outline-offset:3px}img{max-width:100%;height:auto;display:block}.layout{flex:1;display:flex;flex-direction:column}.layout-main{flex:1;width:100%;max-width:var(--header-max);margin:0 auto;padding:var(--content-pad)}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg-primary) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid color-mix(in srgb,var(--accent-red-dark) 35%,transparent)}.site-header__inner{max-width:var(--header-max);margin:0 auto;padding:.75rem var(--content-pad);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem}.site-header__brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0;text-decoration:none;color:var(--text-primary)}.site-header__brand:hover{text-decoration:none;color:var(--text-primary)}.site-header__logo{width:44px;height:44px;flex-shrink:0;border-radius:var(--radius-sm);object-fit:contain;object-position:center;background:transparent;border:none}.site-header__title{font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.site-header__tagline{--site-header-tagline-opacity: .68;flex:1 1 auto;min-width:0;order:0;margin:0;padding:0 .35rem;font-size:clamp(.6875rem,2.4vw,.875rem);font-weight:700;font-style:italic;letter-spacing:.02em;line-height:1.3;text-align:center;text-wrap:balance;color:var(--text-primary);opacity:var(--site-header-tagline-opacity);text-shadow:0 1px 1px color-mix(in srgb,var(--bg-primary) 90%,black),0 0 10px color-mix(in srgb,var(--accent-gold) 28%,transparent),0 0 18px color-mix(in srgb,var(--accent-red) 12%,transparent)}@media (max-width: 520px){.site-header__inner{row-gap:.4rem}.site-header__tagline{order:3;flex:1 1 100%;padding:0;font-size:clamp(.6875rem,2.8vw,.8125rem)}}.site-nav{display:flex;flex-shrink:0;gap:.5rem;flex-wrap:wrap;align-items:center}.site-nav a{color:var(--text-secondary);text-decoration:none;font-size:.9375rem;padding:.4rem .65rem;border-radius:var(--radius-sm)}.site-nav a:hover{color:var(--text-primary);background:color-mix(in srgb,var(--bg-secondary) 80%,transparent);text-decoration:none}.site-nav a[aria-current=page]{color:var(--accent-gold)}.hero{--hero-logo-duration: .9s;--hero-tagline-duration: .55s;--hero-reveal-delay: calc( var(--hero-logo-duration) + var(--hero-tagline-duration) );--hero-reveal-duration: .55s;text-align:center;padding-bottom:50px}@keyframes hero-logo-slide-in{0%{opacity:1;transform:translate(calc(-100vw - 50%))}to{opacity:1;transform:translate(0)}}@keyframes hero-tagline-fade-in{0%{opacity:0;transform:translateY(.3rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-reveal-fade-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.hero__brand-bleed{display:flex;justify-content:center;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow-x:clip;margin-bottom:.35rem;padding-inline:var(--content-pad);box-sizing:border-box}@media (max-width: 767px){.hero__brand-bleed{padding-inline:clamp(.35rem,2.5vw,.6rem)}}.hero__brand{display:flex;justify-content:center;align-items:center;width:100%;max-width:var(--header-max);box-sizing:border-box}.hero__logo{width:100%;max-width:calc(100vw - 2 * var(--content-pad));animation:hero-logo-slide-in var(--hero-logo-duration) cubic-bezier(.22,1,.36,1) forwards}@media (max-width: 767px){img.hero__logo{width:100%;max-width:calc(100vw - (2*clamp(.35rem,2.5vw,.6rem)))}}@media (min-width: 768px){.hero__logo{width:70%;max-width:none}}.hero__tagline{margin:0 0 clamp(2.25rem,6vw,3.5rem);padding:0 var(--content-pad);font-size:clamp(1.5rem,4.5vw,2.125rem);font-weight:700;font-style:italic;letter-spacing:.02em;color:var(--text-primary);text-shadow:0 1px 2px color-mix(in srgb,var(--bg-primary) 85%,black),0 0 20px color-mix(in srgb,var(--accent-gold) 55%,transparent),0 0 42px color-mix(in srgb,var(--accent-red) 25%,transparent),0 4px 12px rgb(0 0 0 / 45%);opacity:0;animation:hero-tagline-fade-in var(--hero-tagline-duration) ease-out forwards;animation-delay:var(--hero-logo-duration)}.hero__reveal{opacity:0;animation:hero-reveal-fade-in var(--hero-reveal-duration) ease-out forwards;animation-delay:var(--hero-reveal-delay)}@media (prefers-reduced-motion: reduce){.hero__brand-bleed{overflow-x:visible}.hero__logo,.hero__tagline,.hero__reveal{animation:none;opacity:1;transform:none}}.hero__reveal .hero__eyebrow{margin-bottom:clamp(1.25rem,4vw,2rem)}.hero__eyebrow{display:inline-flex;align-items:stretch;margin:0;padding:0;font-size:clamp(.75rem,2.2vw,.875rem);text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--accent-gold);line-height:1}.hero__eyebrow-word{display:inline-flex;align-items:center;background:#050508;padding:.55em .85em .55em 1em;border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.hero__eyebrow-game{display:inline-flex;align-items:center;padding:.55em 1em .55em .85em;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.hero__pitch{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin:0 auto 1.5rem;width:100%;text-align:center}@media (min-width: 768px){.hero__pitch{flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(1.25rem,4vw,2.5rem);text-align:left}}.hero__heading{margin:0;display:flex;justify-content:center;width:100%;max-width:min(28rem,100%);flex-shrink:0}@media (min-width: 768px){.hero__heading{flex:1 1 50%;min-width:0;max-width:none;justify-content:center}}.hero__headline-img{width:100%;height:auto;display:block;object-fit:contain;object-position:center;border-radius:var(--radius-lg)}@media (max-width: 767px){.hero__headline-img{width:90%}}.hero__lead{margin:0;width:100%;max-width:36rem;color:var(--text-secondary);font-size:clamp(1.25rem,3.25vw,1.5625rem);line-height:1.88}@media (min-width: 768px){.hero__lead{flex:1 1 50%;min-width:min(16rem,40%);max-width:none}}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.35rem;font-size:1rem;font-weight:700;text-decoration:none;color:var(--text-primary);background:linear-gradient(180deg,var(--accent-red-light) 0%,var(--accent-red) 100%);border:2px solid var(--accent-red-dark);border-radius:var(--radius-md);box-shadow:0 2px 0 var(--accent-red-dark),0 8px 24px color-mix(in srgb,var(--accent-red) 35%,transparent);transition:transform .12s ease,box-shadow .12s ease}.hero__cta:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 3px 0 var(--accent-red-dark),0 12px 28px color-mix(in srgb,var(--accent-red) 40%,transparent)}.hero__cta:focus-visible{outline:2px solid var(--accent-gold);outline-offset:3px}.hero__platform-callout{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:clamp(1.5rem,4vw,2rem) auto 0;width:100%;padding:clamp(1.25rem,3vw,1.75rem);text-align:center;background:var(--bg-secondary);border:1px solid color-mix(in srgb,var(--accent-red-dark) 28%,transparent);border-radius:var(--radius-lg)}@media (min-width: 768px){.hero__platform-callout{flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(1.25rem,4vw,2.5rem);text-align:left}}.hero__platform-desc{margin:0;flex:1 1 50%;min-width:0;color:var(--text-secondary);font-size:clamp(1.0625rem,2.4vw,1.1875rem);line-height:1.72}.hero__platform-desc p{margin:0}.hero__platform-desc strong{color:var(--accent-gold);font-weight:600}.hero__platform-aside{display:flex;flex-direction:column;align-items:center;gap:.875rem;flex:0 0 auto}@media (min-width: 768px){.hero__platform-aside{align-items:center}}.hero__platform-icons-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem}.hero__platform-slot{display:inline-flex;flex-direction:row;align-items:center;gap:.4rem}.hero__platform-copy{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;height:2.75rem;margin:0;padding:0;border-radius:var(--radius-md);border:2px solid color-mix(in srgb,var(--accent-red) 32%,transparent);background:color-mix(in srgb,var(--bg-primary) 70%,transparent);color:var(--text-secondary);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.hero__platform-copy:hover{border-color:var(--accent-gold);color:var(--accent-gold);background:color-mix(in srgb,var(--accent-gold) 10%,var(--bg-primary))}.hero__platform-copy:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.hero__platform-copy--copied{border-color:color-mix(in srgb,var(--accent-green) 65%,transparent);color:var(--accent-green)}.hero__platform-copy--disabled,.hero__platform-copy:disabled{opacity:.45;cursor:not-allowed;border-color:color-mix(in srgb,var(--text-secondary) 28%,transparent);color:var(--text-secondary);background:color-mix(in srgb,var(--bg-primary) 85%,transparent)}.hero__platform-copy--disabled:hover,.hero__platform-copy:disabled:hover{border-color:color-mix(in srgb,var(--text-secondary) 28%,transparent);color:var(--text-secondary);background:color-mix(in srgb,var(--bg-primary) 85%,transparent)}.hero__platform-copy-svg{width:1.125rem;height:1.125rem;display:block}.hero__platform-divider{width:1px;align-self:stretch;min-height:3rem;background:color-mix(in srgb,var(--text-secondary) 35%,transparent);border-radius:1px}.hero__platform-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:4.25rem;height:4.25rem;border-radius:var(--radius-md);color:var(--text-primary);background:color-mix(in srgb,var(--bg-primary) 65%,transparent);border:2px solid color-mix(in srgb,var(--accent-red) 35%,transparent);transition:border-color .15s ease,background .15s ease,transform .12s ease}.hero__platform-icon-btn--ios{text-decoration:none}.hero__platform-icon-btn--ios:hover{border-color:var(--accent-gold);background:color-mix(in srgb,var(--accent-gold) 12%,var(--bg-primary));transform:translateY(-2px);text-decoration:none}.hero__platform-icon-btn--ios:focus-visible{outline:2px solid var(--accent-gold);outline-offset:3px}.hero__platform-icon-btn--android{opacity:.7;pointer-events:none;cursor:not-allowed;border-color:color-mix(in srgb,var(--text-secondary) 25%,transparent);color:var(--text-secondary)}.hero__platform-svg{width:2.25rem;height:2.25rem;display:block}.hero__platform-soon-group{display:flex;flex-direction:column;align-items:center;gap:.35rem}.hero__platform-soon{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);opacity:.85;text-align:center}.section{padding:2rem 0 2.5rem}.section--alt{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:2rem var(--content-pad);margin:0 calc(-1 * var(--content-pad)) 2rem;border:1px solid color-mix(in srgb,var(--accent-red-dark) 25%,transparent)}@media (min-width: 768px){.section--alt{margin-left:0;margin-right:0}}.section__title{margin:0 0 .5rem;font-size:1.375rem;font-weight:700}.section__intro{margin:0 0 1.25rem;color:var(--text-secondary);max-width:40rem}.section.home-intro{padding-bottom:calc(50px + 2rem)}.home-intro .section__title{text-align:center}.home-intro .section__intro{margin-left:auto;margin-right:auto;text-align:left;line-height:1.75}.home-intro .section__intro strong{color:var(--text-primary);font-weight:600}.home-intro .section__intro:last-of-type{margin-bottom:0}.link-inline{font-weight:600}@keyframes screenshot-card-reveal{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.screenshot-grid{list-style:none;margin:0;padding:0 0 .5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.screenshot-card-wrap{list-style:none;margin:0;padding:0}@media (min-width: 640px){.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));justify-items:stretch;align-items:start;gap:1rem}}.screenshot-card{--shot-stagger: .07s;flex:none;width:100%;max-width:min(280px,88vw);aspect-ratio:9 / 19.5;max-height:420px;border-radius:var(--radius-md);background:var(--bg-primary);border:1px solid color-mix(in srgb,var(--accent-red-dark) 35%,transparent);display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:0;animation:screenshot-card-reveal .55s ease-out forwards;animation-delay:calc(var(--shot-index, 0) * var(--shot-stagger));padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.screenshot-card:focus-visible{outline:2px solid var(--accent-gold);outline-offset:3px}.home-fade-section{opacity:0;transition:opacity .65s ease-out}.home-fade-section--visible{opacity:1}.home-fade-section:not(.home-fade-section--visible) .screenshot-card{opacity:0;transform:translateY(.5rem);animation:none}.home-fade-section--visible .screenshot-card{animation:screenshot-card-reveal .55s ease-out forwards;animation-delay:calc(var(--shot-index, 0) * var(--shot-stagger))}@media (prefers-reduced-motion: reduce){.screenshot-card{animation:none;opacity:1;transform:none}.home-fade-section{opacity:1;transition:none}.home-fade-section:not(.home-fade-section--visible) .screenshot-card{opacity:1;transform:none}.home-fade-section--visible .screenshot-card{animation:none}}.screenshot-card__img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}@media (min-width: 640px){.screenshot-card{width:auto;max-width:none;max-height:none;aspect-ratio:9 / 19.5}}.screenshot-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:3rem 1rem 1.5rem;box-sizing:border-box;background:#000000d9}.screenshot-lightbox__close{position:fixed;top:max(.75rem,env(safe-area-inset-top,0px));right:max(.75rem,env(safe-area-inset-right,0px));z-index:201;width:2.75rem;height:2.75rem;padding:0;border-radius:var(--radius-md);border:2px solid color-mix(in srgb,var(--accent-red-dark) 45%,transparent);background:var(--bg-secondary);color:var(--text-primary);font-size:1.625rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.screenshot-lightbox__close:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.screenshot-lightbox__close:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.screenshot-lightbox__inner{max-width:min(92vw,32rem);max-height:min(86vh,52rem);display:flex;align-items:center;justify-content:center}.screenshot-lightbox__img{width:auto;height:auto;max-width:100%;max-height:min(86vh,52rem);object-fit:contain;display:block;border-radius:var(--radius-md);box-shadow:0 4px 6px #00000059,0 24px 48px #00000073}.section__footer-link{margin-top:1.25rem}.ping-section{--ping-content-max: min(52rem, 100%);display:flex;flex-direction:column;align-items:center}.ping-section__credit{margin:0 0 1rem;width:100%;max-width:var(--ping-content-max);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);text-align:left}.ping-section__body{margin:0 0 1.5rem;width:100%;max-width:var(--ping-content-max);color:var(--text-secondary);font-size:clamp(1.125rem,2.2vw,1.25rem);line-height:1.7;text-align:left}.ping-section__lower{display:grid;grid-template-columns:1fr minmax(10rem,34%);gap:1.25rem 1.75rem;align-items:center;width:100%;max-width:var(--ping-content-max)}@media (max-width: 639px){.ping-section__lower{grid-template-columns:1fr;justify-items:start}.ping-section__logo-aside{order:1;width:100%;justify-content:flex-start;padding-top:.25rem}.ping-section__contact-col{order:0}}.ping-section__contact-col{min-width:0;text-align:left}.ping-section__contact-title{margin:0 0 .75rem;font-size:1.125rem;font-weight:700;color:var(--text-primary);text-align:left}.ping-section__contacts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left}.ping-section__logo-aside{display:flex;justify-content:center;align-items:center}.ping-section__logo{width:auto;max-width:100%;height:auto;max-height:clamp(3.25rem,11vw,6rem);object-fit:contain;object-position:center}@media (max-width: 639px){.ping-section__logo{max-height:clamp(4.5rem,26vw,8.5rem)}}.ping-section__contacts a{font-size:1.0625rem;font-weight:500;text-decoration:none}.ping-section__contacts a:hover{text-decoration:underline}.about-page{--about-prose-max: min(42rem, 100%)}.about-page__hero{text-align:center;padding-bottom:1.5rem}.about-page__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-gold)}.about-page__title{margin:0 0 1rem;font-size:clamp(1.875rem,5.5vw,2.625rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.about-page__lead{margin:0 auto 1rem;max-width:var(--about-prose-max);font-size:clamp(1.0625rem,2.5vw,1.1875rem);line-height:1.75;color:var(--text-secondary)}.about-page__lead strong{color:var(--text-primary);font-weight:600}.about-page__hero .about-page__lead,.about-page__hero .about-page__body{text-align:center}.about-page__body{margin:0 auto 1rem;max-width:var(--about-prose-max);font-size:1.0625rem;line-height:1.78;color:var(--text-secondary);text-align:left}.about-page__hero .about-page__body:last-child{margin-bottom:0}.about-page__body--tight{margin-bottom:.5rem}.about-page__body strong{color:var(--text-primary);font-weight:600}.about-page__body em{color:var(--accent-gold);font-style:italic;font-weight:600}.about-page__rule{display:block;width:min(10rem,40%);margin:0 auto .5rem;border:none;border-top:1px solid color-mix(in srgb,var(--accent-red-dark) 45%,transparent)}.about-page__section .about-page__section-title{margin:0 0 1rem;font-size:clamp(1.25rem,3.2vw,1.5rem);font-weight:700;line-height:1.25;text-align:center;color:var(--text-primary)}.about-page__section.section--alt .about-page__section-title{color:var(--text-primary)}.about-page__list{margin:0 auto 1.25rem;max-width:var(--about-prose-max);padding-left:1.35rem;font-size:1.0625rem;line-height:1.65;color:var(--text-secondary)}.about-page__list li{margin-bottom:.45rem;padding-left:.25rem}.about-page__list li::marker{color:var(--accent-gold)}.about-page__closing{padding-bottom:2.5rem;text-align:center}.about-page__closing .about-page__section-title,.about-page__closing .about-page__body{text-align:center}.about-page__cta-title{color:var(--accent-gold)}.about-page__body--cta{font-size:clamp(1.0625rem,2.4vw,1.125rem);color:var(--text-primary);margin-left:auto;margin-right:auto}.about-page__back{margin:1.75rem auto 0;max-width:var(--about-prose-max);font-size:.9375rem;color:var(--text-secondary);text-align:center}.legal-page__hero .about-page__eyebrow,.legal-page__hero .about-page__title{text-align:center}.legal-page__hero .about-page__lead,.legal-page__hero .about-page__body{text-align:left}.legal-page__effective{font-size:.9375rem;color:var(--text-secondary)}.site-footer{margin-top:auto;padding:1.5rem var(--content-pad);border-top:1px solid color-mix(in srgb,var(--accent-red-dark) 30%,transparent);text-align:center;font-size:.8125rem;color:var(--text-secondary)}.site-footer__line{margin:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem}.site-footer__link{color:var(--accent-gold);font-weight:600;text-decoration:none}.site-footer__link:hover{text-decoration:underline}.site-footer__sep{opacity:.55;-webkit-user-select:none;user-select:none}
