:root{--color-bg:#0a0a0d;--color-bg-elevated:#17171d;--color-panel:#26262d;--color-panel-light:#3a3a44;--color-gold:#d8b86a;--color-gold-bright:#eccf8d;--color-gold-muted:#a58c53;--color-red:#a6192e;--color-red-text-safe:#d6455f;--color-white:#f5f1e8;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--content-max-width:1120px}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--color-bg);color:var(--color-gold);font-family:var(--font-sans);margin:0}img{max-width:100%;display:block}a{color:var(--color-gold)}h1,h2{font-family:var(--font-sans);color:var(--color-gold);margin:0}h1{text-transform:uppercase;letter-spacing:.05em;font-size:clamp(2.75rem,1.2rem + 6vw,5.5rem);font-weight:700;line-height:1.1}h2{letter-spacing:.02em;padding-bottom:.6rem;font-size:clamp(1.5rem,1rem + 2vw,2.25rem);font-weight:600;display:inline-block;position:relative}h2:after{content:"";background:var(--color-red);width:3.5rem;height:2px;position:absolute;bottom:0;left:0}.section-heading{text-align:center;margin-bottom:2.5rem}.body-text{color:var(--color-gold);font-size:1rem;line-height:1.75}@media (width>=768px){.body-text{font-size:1.0625rem}}.caption-text{color:var(--color-gold-muted);font-size:.9375rem;line-height:1.5}.content-width{max-width:var(--content-max-width);margin-inline:auto;padding-inline:1.5rem}section{padding-block:4rem}.sprocket-border{background:var(--color-bg);align-items:center;gap:8px;height:16px;padding-inline:8px;display:flex;overflow:hidden}.sprocket-border span{background:var(--color-panel);border:1px solid #d8b86a59;border-radius:4px;flex:none;width:14px;height:14px}.btn{font-family:var(--font-sans);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-gold);color:var(--color-bg);border:2px solid var(--color-gold)}.btn-secondary{color:var(--color-gold);border:2px solid var(--color-gold);background:0 0}@media (prefers-reduced-motion:no-preference){.btn-primary{transition:background-color .18s ease-out,box-shadow .18s ease-out}.btn-secondary{transition:border-color .18s ease-out,background-color .18s ease-out}.btn:active{transition:transform .1s ease-out;transform:scale(.97)}}@media (hover:hover){.btn-primary:hover{background:var(--color-gold-bright);border-color:var(--color-gold-bright);box-shadow:0 0 24px #d8b86a59}.btn-secondary:hover{border-color:var(--color-gold-bright);background:#d8b86a14}}.btn:active{transform:scale(.97)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.hero{background:radial-gradient(ellipse at 50% 38%, var(--color-bg-elevated) 0%, var(--color-bg) 100%)}.hero-content{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;max-width:720px;margin-inline:auto;padding-block:10vh;display:flex}.hero-icon-wrap{display:inline-flex;position:relative}.hero-icon-wrap:before{content:"";z-index:0;border-radius:50%;position:absolute;inset:-24px;box-shadow:0 0 48px #a6192e38}.hero-icon{z-index:1;width:72px;height:72px;position:relative}@media (width>=768px){.hero-icon{width:96px;height:96px}}.hero-tagline{max-width:42ch}.hero-cta-row{flex-direction:column;gap:16px;width:100%;display:flex}.hero-cta-row .btn{width:100%}@media (width>=480px){.hero-cta-row{flex-direction:row;width:auto}.hero-cta-row .btn{width:auto}}.story-content{text-align:center;max-width:680px;margin-inline:auto}.story-content p+p{margin-top:1.25rem}.story-closing{color:var(--color-gold);margin-top:2.5rem;font-style:italic}.screenshots-grid{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.screenshots-grid figure{max-width:420px;margin:0}.screenshots-grid img{border:1px solid #d8b86a26;border-radius:10px;width:100%;height:auto}.screenshots-grid figcaption{text-align:center;margin-top:.75rem}@media (width>=768px){.screenshots-grid{flex-direction:row;justify-content:center;gap:2.5rem}.screenshots-grid figure{max-width:300px}}@media (width>=1024px){.screenshots-grid{gap:40px}.screenshots-grid figure{max-width:380px}}.features-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.features-list li{padding-left:1.5rem;position:relative}.features-list li:before{content:"";background:var(--color-gold);border-radius:50%;width:8px;height:8px;position:absolute;top:.55em;left:0}@media (width>=1024px){.features-list{grid-template-columns:1fr 1fr;gap:1rem 2.5rem;display:grid}}.callout-box{background:var(--color-panel-light);color:var(--color-gold);border:1px solid #d8b86a4d;border-radius:8px;margin-top:2.5rem;padding:1.25rem 1.5rem}.requirements-box{background:var(--color-panel-light);border:1px solid #d8b86a4d;border-radius:8px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.requirements-row{flex-direction:column;gap:.5rem;display:flex}.requirements-row dt{color:var(--color-gold);font-weight:600}.requirements-row dd{color:var(--color-gold);margin:0}@media (width>=1024px){.requirements-row{grid-template-columns:minmax(160px,220px) 1fr;align-items:start;gap:1rem;display:grid}}.pill-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.pill{background:var(--color-panel);color:var(--color-gold);font-family:var(--font-mono);border-radius:999px;padding:.3rem .8rem;font-size:.8125rem}.getting-it-content{text-align:center}.getting-it-subtext{color:var(--color-gold-muted);margin-top:1rem}.getting-it-note{color:var(--color-gold-muted);margin-top:2rem;font-size:.875rem}.footer{background:var(--color-bg)}.footer-content{text-align:center;color:var(--color-gold-muted);flex-direction:column;align-items:center;gap:1rem;padding-block:2rem;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-icon{width:28px;height:28px}.footer-links{flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;display:flex}.footer-links a{color:var(--color-gold-muted);text-decoration:none}@media (prefers-reduced-motion:no-preference){.footer-links a{transition:color .18s ease-out}}@media (hover:hover){.footer-links a:hover{text-decoration:underline}}@media (width>=480px){.footer-content{text-align:left;flex-direction:row;justify-content:space-between}}
