.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:#0d1725f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .3s,border-color .3s;border-bottom:1px solid var(--border)}.navbar.scrolled{background:#0d1725fc;border-color:var(--border)}.nav-inner{height:100%;display:flex;align-items:center;justify-content:flex-start}.nav-logo{display:flex;align-items:center;gap:10px;flex:0 0 auto;text-decoration:none}.logo-text{font-family:var(--font-body);font-size:1.4rem;font-weight:800;letter-spacing:-.045em;line-height:1.2;color:var(--text)}.logo-spark{color:var(--yellow)}.nav-links{display:flex;align-items:center;gap:6px;margin-left:auto;list-style:none}.nav-link{display:block;padding:9px 16px;border-radius:6px;font-size:.88rem;font-weight:700;color:#b9c3d0;transition:color .2s,background .2s}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--yellow);background:#f5c30016;font-weight:800}.nav-actions{display:flex;align-items:center;gap:12px;margin-left:18px}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:44px;height:44px}.hamburger span{display:block;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.hamburger span:nth-child(1){width:24px}.hamburger span:nth-child(2){width:18px}.hamburger span:nth-child(3){width:24px}.hamburger span.open:nth-child(1){width:22px;transform:translateY(7px) rotate(45deg)}.hamburger span.open:nth-child(2){opacity:0;width:0}.hamburger span.open:nth-child(3){width:22px;transform:translateY(-7px) rotate(-45deg)}.nav-overlay{display:none;position:fixed;inset:var(--nav-h) 0 0;background:#00000080;z-index:999}@media(max-width:768px){.hamburger{display:flex}.nav-overlay{display:block}.nav-links{position:fixed;top:var(--nav-h);right:0;margin-left:0;width:260px;height:calc(100dvh - var(--nav-h));overflow-y:auto;visibility:hidden;background:#0d1725;border-left:1px solid var(--border);flex-direction:column;align-items:flex-start;padding:24px 16px;gap:4px;z-index:1001;transform:translate(100%);transition:transform .3s ease,visibility .3s}.nav-links.open{transform:translate(0);visibility:visible}.nav-links li{width:100%}.nav-link{width:100%;padding:12px 16px;font-size:1rem}.nav-actions{margin-left:auto}}.nav-logo:focus-visible,.footer-logo:focus-visible{outline:2px solid #F5C300;outline-offset:5px;border-radius:4px}.nav-logo>svg{flex-shrink:0}.footer{background:#0d1725;padding:clamp(48px,5vw,72px) 0 0;margin-top:auto;flex-shrink:0;width:100%}.footer>.container{max-width:var(--max-w)}.footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(40px,6vw,96px);padding-bottom:clamp(40px,3vw,48px);border-bottom:1px solid #2b394b}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;width:fit-content;margin-bottom:14px}.footer-brand .logo-text{font-family:var(--font-body);font-size:clamp(1.5rem,2.2vw,2rem);font-weight:800;line-height:1.2;letter-spacing:-.045em}.footer-brand .footer-logo svg{width:clamp(28px,3vw,36px);height:clamp(28px,3vw,36px);flex:0 0 auto}.footer-tagline{color:#969696;font-size:clamp(.8125rem,1vw,.9375rem);line-height:1.55;margin-bottom:20px}.social-links{display:flex;flex-wrap:wrap;gap:12px}.social-links a{width:44px;height:44px;border-radius:10px;background:linear-gradient(145deg,#151515,#090909);border:1px solid #4b4b4b;display:flex;align-items:center;justify-content:center;color:#ddd;box-shadow:inset 0 0 12px #ffffff06;transition:transform .2s ease,border-color .2s ease,color .2s ease}.social-links a svg{width:18px;height:18px}.social-links a:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-2px)}.social-links a:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.footer-cta{align-self:start;flex:0 1 auto;max-width:420px}.footer-cta-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.2vw,2rem);line-height:1;letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px;color:var(--text)}.footer-cta p{color:#969696;font-size:clamp(.8125rem,1vw,.9375rem);line-height:1.55;margin-bottom:20px}.footer-submit-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 32px;border-radius:999px;background:#ffd000;color:#080808;font-size:.9375rem;font-weight:700;line-height:1;transition:transform .2s ease,box-shadow .2s ease}.footer-submit-button:hover{color:#080808;transform:translateY(-2px);box-shadow:0 8px 20px #ffcc0040}.footer-submit-button:focus-visible{outline:3px solid var(--text);outline-offset:3px}.footer-bottom{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:24px 0 32px;color:#969696;font-size:.75rem;text-align:center}.footer-bottom a{color:#d7d7d7;font-weight:700;transition:color .2s ease}.footer-bottom a:hover{color:var(--yellow)}.footer-bottom a:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:4px}@media(max-width:768px){.footer-grid{flex-direction:column;gap:40px}.footer-cta{max-width:none}}@media(max-width:480px){.footer{padding-top:40px}.footer-grid{gap:36px;padding-bottom:36px}.footer-brand .logo-text,.footer-cta-title{font-size:1.5rem}.footer-brand .footer-logo svg{width:28px;height:28px}.footer-cta p br{display:none}.footer-submit-button{width:100%}}.story-card{display:block;color:inherit;cursor:pointer;text-decoration:none}.story-card.static{cursor:default}.story-card.static:hover{transform:none}.story-card:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.story-card-img{display:grid;place-items:center;background:#f5f0e8;width:100%;aspect-ratio:584 / 390;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.story-card-img svg,.story-card-img img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.story-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px}.story-card-title{font-size:1rem;font-weight:700;color:var(--text);line-height:1.3;margin-top:4px}.story-card.large .story-card-title{font-size:1.1rem}.story-card-tagline{font-size:.82rem;color:var(--text-muted);line-height:1.5}.story-card-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-top:4px;border-top:1px solid var(--border);padding-top:10px}.hero{min-height:min(660px,calc(100svh - var(--nav-h)));display:flex;align-items:center;background:#fff}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;padding-top:56px;padding-bottom:48px}.hero-text{max-width:560px;min-width:0}.hero-label{display:inline-block;background:#ffe082;color:#111;font-size:.8rem;font-weight:800;letter-spacing:.04em;padding:8px 16px;border-radius:50px;border:1px solid #F5D468;box-shadow:0 6px 18px #f5c3002e;margin-bottom:20px}.hero-heading{font-family:var(--font-body);font-size:clamp(3rem,6vw,4.85rem);font-weight:900;line-height:.96;letter-spacing:-.06em;color:#080808;margin-bottom:22px}.hero-yellow{color:#927000;text-shadow:none}.hero-sub{color:#2d2a25;font-size:1.18rem;font-weight:400;line-height:1.6;margin-bottom:34px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.hero-cta .btn{padding:16px 30px;border-radius:999px;font-size:1rem;font-weight:800}.hero-btn-primary{box-shadow:0 10px 26px #f5c30047}.hero-btn-primary:hover{box-shadow:0 12px 30px #f5c30052}.hero-btn-icon{width:30px;height:30px;border-radius:999px;background:#0a0a0a;color:var(--yellow);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hero-btn-icon img{width:14px;height:14px;display:block}.hero-btn-secondary{background:#fff;color:#111;border:2px solid #3C3934;box-shadow:0 4px #00000024}.hero-btn-secondary:hover{color:#111;border-color:#111;transform:translateY(-1px);box-shadow:0 5px #0000001f}.hero-illustration{display:flex;justify-content:flex-end;align-items:center}.hero-illustration img{width:min(100%,590px);height:auto;display:block;filter:none}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:12px}.section-sub{color:var(--text-muted);margin-bottom:0;margin-top:4px}.view-all{font-size:.9rem;font-weight:600;color:var(--yellow);transition:opacity .2s}.view-all:hover{opacity:.7}.featured-stories-section{padding-top:44px;padding-bottom:44px}.featured-stories-section .section-header{align-items:center;margin-bottom:20px}.featured-stories-section .section-title{color:#111;font-size:clamp(1.9rem,3vw,2.3rem);gap:8px}.featured-stories-section .section-title .icon{color:#111}.featured-stories-section .view-all{color:#111;font-size:1rem;font-weight:800}.featured-stories-section .view-all:hover{opacity:.7}.featured-stories-grid{gap:28px}.featured-stories-grid .story-card{background:transparent;border:none;border-radius:0;box-shadow:none;transform:none;overflow:visible}.featured-stories-grid .story-card:hover{border-color:transparent;box-shadow:none;transform:translateY(-2px)}.featured-stories-grid .story-card-img{background:#fff;border:1px solid #e3ddd2;border-radius:18px;box-shadow:0 10px 22px #00000014}.featured-stories-grid .story-card-img svg,.featured-stories-grid .story-card-img img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.featured-stories-grid .story-card-body{padding:10px 2px 0;gap:8px}.featured-stories-grid .tag{align-self:flex-start;background:#ffe082;color:#111;border:1px solid #f3cf67;font-size:.82rem;font-weight:800;letter-spacing:.02em;text-transform:none;padding:4px 12px}.featured-stories-grid .story-card-title{color:#111;font-size:1.02rem;font-weight:800;line-height:1.3;margin-top:0}.featured-stories-grid .story-card-tagline{color:#2e2a24;font-size:.84rem;font-weight:600;line-height:1.5}.section-interactive{padding-top:14px}.interactive-shell{background:#fbfbf8;border:1px solid #ece6dc;border-radius:28px;padding:28px var(--shell-pad-x) 34px;box-shadow:0 14px 32px #0000000a}.interactive-heading{font-size:clamp(2rem,3vw,2.55rem);font-weight:900;line-height:1.05;color:#111}.interactive-sub{color:#3b3732;font-size:1.1rem;font-weight:600;margin-top:8px}.interactive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}.interactive-grid.single-panel{grid-template-columns:minmax(0,1fr)}.interactive-panel{min-height:194px;border-radius:26px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 28px;overflow:hidden}.submit-panel{background:linear-gradient(180deg,#e9f5e4,#d0f0c0)}.simulator-panel{background:radial-gradient(ellipse at right,#24464d,#101d30 75%)}.interactive-copy{display:flex;flex-direction:column;align-items:flex-start}.interactive-panel-title{color:#111;font-size:1.22rem;font-weight:800;line-height:1.25;margin-bottom:8px}.interactive-panel-text{color:#34302b;font-size:.98rem;font-weight:600;line-height:1.45;margin-bottom:18px}.interactive-panel-btn{background:#0f0f0f;color:#fff;padding:14px 28px;border-radius:999px;font-size:1rem;font-weight:800;white-space:nowrap;box-shadow:0 10px 20px #00000024}.interactive-panel-btn:hover{background:#1a1a1a;transform:translateY(-1px)}.interactive-symbol,.interactive-figure{flex-shrink:0}.interactive-figure{display:flex;align-items:center;justify-content:center}.interactive-symbol{width:118px;display:flex;justify-content:center;color:#111}.interactive-symbol-submit{width:82px}.interactive-symbol-submit img{width:76px;height:auto;display:block}.interactive-symbol-left img{width:84px;height:84px;display:block}.interactive-figure-left svg{width:154px;height:auto}.interactive-figure-right svg{width:170px;height:auto}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:32px;text-align:center}.hero-text{margin-inline:auto}.hero-illustration{display:flex;justify-content:center}.hero-illustration img{width:min(100%,360px)}.hero-heading{font-size:clamp(2.5rem,7vw,4rem)}.hero-cta{justify-content:center}.interactive-shell{padding-top:24px;padding-bottom:28px}.interactive-grid{grid-template-columns:1fr}}@media(max-width:768px){.interactive-panel{grid-template-columns:1fr;text-align:center;justify-items:center;gap:12px;padding:24px 20px}.interactive-copy{align-items:center}.interactive-symbol{order:3;width:auto}}.home-standing-character{width:130px;height:156px;object-fit:cover;object-position:center 38%;border-radius:12px}.home-sprint-character{width:130px;height:173px;background:url(/images/spark-sprint/spark-sprites.png) 0 0 / 400% 200% no-repeat}.hero-games-link{display:inline-flex;align-items:center;gap:14px;margin-top:22px;padding-block:8px;color:#334b59;font-size:.9rem;font-weight:700}.hero-games-link:hover{text-decoration:underline;text-underline-offset:5px}.simulator-panel .interactive-panel-title{color:#fff;font-size:1.6rem}.simulator-panel .interactive-panel-text{color:#c4d4df}.simulator-panel .interactive-panel-btn{background:#ffdb6a;color:#101d30;box-shadow:none}.simulator-panel .interactive-panel-btn:hover{background:#ffe794}.simulator-panel .interactive-symbol-left{background:#fff1c5;border-radius:20px;padding:16px}@media(max-width:480px){.hero-inner{padding-top:36px;gap:20px}.hero-cta{gap:10px}.hero-cta .btn{width:100%;justify-content:center;padding:12px 20px}.hero-sub{font-size:1rem;margin-bottom:24px}.hero-illustration img{width:260px}}@media(min-width:901px){.interactive-grid:not(.single-panel) .interactive-panel{grid-template-columns:minmax(0,1fr) auto;padding:24px}.interactive-grid:not(.single-panel) .interactive-symbol{display:none}.interactive-grid:not(.single-panel) .interactive-figure{grid-column:2;grid-row:1;max-width:100px}.interactive-grid:not(.single-panel) .interactive-copy{grid-column:1;grid-row:1;min-width:0}.interactive-grid:not(.single-panel) .interactive-panel-btn{padding:12px 18px;font-size:.9rem}}.page-hero{padding:60px 0 40px;border-bottom:1px solid var(--border);background:radial-gradient(ellipse 60% 80% at 20% 50%,rgba(245,195,0,.04) 0%,transparent 70%)}.page-overline{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:#896800;margin-bottom:10px}.page-title{font-size:clamp(2.7rem,5vw,4.3rem);font-weight:400;line-height:1.1;letter-spacing:.03em;margin-bottom:10px}.page-sub{color:var(--text-muted);font-size:1rem}.empty-state{text-align:center;padding:80px 0;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:10px}.story-detail-page{min-height:calc(100vh - var(--nav-h));padding:clamp(42px,6vw,76px) 0 clamp(64px,8vw,104px);background:radial-gradient(circle at 14% 12%,rgba(245,195,0,.1),transparent 28rem),linear-gradient(180deg,#fff,#fdfbf6);color:var(--page-text)}.story-detail-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(34px,5vw,72px);align-items:center}.story-detail-copy{min-width:0}.story-detail-return{display:inline-flex;margin-bottom:24px;color:var(--page-text-muted);font-size:.86rem;font-weight:900}.story-detail-return:hover{color:var(--yellow-dim)}.story-detail-return:focus-visible,.story-detail-share:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.story-detail-tag{margin-bottom:18px}.story-detail-copy h1{max-width:760px;font-family:var(--font-display);font-size:clamp(4rem,8vw,7rem);font-weight:400;line-height:.9;letter-spacing:.02em;text-transform:uppercase}.story-detail-tagline{max-width:680px;margin-top:24px;color:#3f3933;font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:900;line-height:1.35}.story-detail-description{max-width:680px;margin-top:22px;color:var(--page-text-muted);font-size:clamp(1rem,1.2vw,1.14rem);font-weight:650;line-height:1.75}.story-detail-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:30px}.story-detail-share,.story-detail-back{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:13px 24px;border-radius:999px;background:var(--yellow);color:#080808;font-size:.92rem;font-weight:900;line-height:1;box-shadow:0 14px 24px #f5c30033;transition:transform .2s ease,box-shadow .2s ease}.story-detail-share:hover,.story-detail-back:hover{transform:translateY(-2px);box-shadow:0 18px 30px #f5c30047}.story-detail-status{min-height:1.4em;color:var(--page-text-muted);font-size:.85rem;font-weight:700}.story-detail-art{position:relative;overflow:hidden;border:1px solid #eadfca;border-radius:24px;background:radial-gradient(circle at 80% 18%,rgba(245,195,0,.16),transparent 12rem),linear-gradient(180deg,#fffaf0,#f8f1e6);box-shadow:0 24px 60px #1a12091f}.story-detail-art svg,.story-detail-art img{width:100%;height:auto;display:block}.story-detail-emoji{position:absolute;top:18px;right:20px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border:1px solid #eadfca;border-radius:18px;background:#ffffffbd;font-size:1.8rem;box-shadow:0 12px 24px #1a120914}.story-detail-related{margin-top:clamp(52px,7vw,86px)}.story-detail-related h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1;letter-spacing:.03em;text-transform:uppercase}.story-detail-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.story-detail-empty{min-height:calc(100vh - var(--nav-h));display:grid;place-items:center;padding:72px 0;background:#fffdf8;color:var(--page-text);text-align:center}.story-detail-empty h1{margin-top:12px;font-family:var(--font-display);font-size:clamp(3.2rem,8vw,5rem);font-weight:400;line-height:.95;text-transform:uppercase}.story-detail-empty p{margin:14px auto 0;max-width:520px;color:var(--page-text-muted);font-weight:700}.story-detail-kicker{color:var(--yellow-dim);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.story-detail-back{margin-top:28px}@media(max-width:980px){.story-detail-layout{grid-template-columns:1fr}.story-detail-art{max-width:760px}.story-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.story-detail-copy h1{font-size:clamp(3.4rem,17vw,4.8rem)}.story-detail-actions{align-items:stretch;flex-direction:column}.story-detail-share{width:100%}.story-detail-related-grid{grid-template-columns:1fr}}.game-wrapper{background:#0a0a0a;border:1.5px solid #1f2631;border-radius:var(--radius);overflow:hidden;margin-bottom:28px;color:#f0f0f0}.game-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#111;border-bottom:1px solid #1f2631}.game-score-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.game-score-item.right{align-items:flex-end}.game-score-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;color:#9ea7b6;text-transform:uppercase}.game-score-val{font-family:var(--font-display);font-size:1.4rem;letter-spacing:.05em;color:var(--yellow)}.game-badge{font-size:.8rem;font-weight:700;padding:5px 14px;border-radius:50px}.game-badge.idle{background:#1e1e1e;color:#b0b6c0;border:1px solid #323844}.game-badge.running{background:#5ec46a1a;color:#5ec46a;border:1px solid rgba(94,196,106,.2)}.game-badge.dead{background:#e05a5a1a;color:#e05a5a;border:1px solid rgba(224,90,90,.2)}.canvas-container{width:100%;aspect-ratio:800 / 300;max-height:560px;background:#fff;cursor:pointer;line-height:0;overflow:hidden;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.game-canvas{width:100%;height:100%;display:block;background:#fff}.game-controls{display:flex;align-items:center;justify-content:center;gap:32px;padding:14px;border-top:1px solid #1f2631;background:#0d0d0d;flex-wrap:wrap}.ctrl-hint{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#a8b0bd}kbd{display:inline-block;padding:2px 8px;background:#1e1e1e;border:1px solid #39404c;border-radius:5px;font-size:.78rem;font-family:monospace;color:var(--yellow)}.tap-icon{font-size:1rem}.obstacle-legend{padding:24px 28px}.obstacle-legend h3{font-size:1rem;font-weight:700;margin-bottom:16px}.legend-grid{display:flex;gap:20px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:10px;font-size:.88rem;color:var(--text-muted)}.legend-obstacle-glyph{width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center}.legend-obstacle-icon{width:100%;height:100%;display:block;overflow:visible;filter:drop-shadow(0 2px 2px rgba(17,17,17,.12))}.legend-name{font-weight:500}@media(max-width:600px){.game-controls{gap:16px}.ctrl-hint:first-child{display:none}}.games-hero{padding:clamp(55px,8vw,100px) 0;background:#fff6d2}.games-hero p:first-child{color:#705b18;font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.games-hero h1{max-width:900px;margin-top:14px;font-family:var(--font-display);font-size:clamp(4rem,9vw,8rem);font-weight:400;line-height:.88;text-transform:uppercase}.games-hero h1 span{color:var(--yellow)}.games-hero p:last-child{max-width:600px;margin-top:22px;color:#514a40;font-size:1.05rem;font-weight:700}.games-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.games-title-row h2{font-family:var(--font-display);font-size:clamp(2.6rem,5vw,4.2rem);font-weight:400}.games-title-row>span{padding:7px 12px;border-radius:999px;background:#fff0b3;font-size:.75rem;font-weight:900}.games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.games-card{overflow:hidden;border:1px solid #ded7cc;border-radius:20px;background:#fff;box-shadow:0 12px 28px #211b100d}.games-card-art{position:relative;min-height:220px;display:grid;place-items:center;background:#111}.games-card:nth-child(2n) .games-card-art{background:#ffe796}.games-card-art>span{font-size:5rem}.games-card-art small{position:absolute;right:18px;top:12px;color:var(--yellow);font-family:var(--font-display);font-size:2.3rem}.games-card:nth-child(2n) .games-card-art small{color:#111}.games-card-body{padding:22px}.games-status{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--yellow);font-size:.65rem;font-weight:900;text-transform:uppercase}.games-card h3{margin-top:14px;font-size:1.3rem;font-weight:900}.games-card-body>p{margin-top:7px;color:#5d564d;font-size:.88rem;font-weight:600}.games-card-body>div{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:20px;padding-top:16px;border-top:1px solid #eee8df}.games-card-body small{color:#736c63;font-size:.72rem;font-weight:700}.games-card-body a{padding:9px 15px;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:900}.games-card-body a:hover{background:var(--yellow);color:#111}@media(max-width:650px){.games-grid{grid-template-columns:1fr}.games-title-row{align-items:flex-start;flex-direction:column}}.games-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.games-collection{padding-top:30px}.standing-feature{background:#101b2b;color:#fff;min-height:355px;border-radius:18px;overflow:hidden;position:relative;isolation:isolate;margin-bottom:40px}.standing-feature>img{position:absolute;z-index:-2;right:0;top:0;height:100%;width:45%;object-fit:cover;object-position:center 42%}.standing-feature:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#101b2b 35%,#101b2bdd 55%,#101b2b00 85%)}.standing-feature>div{padding:38px 40px}.standing-feature-label{font-size:.75rem;letter-spacing:.12em;color:#ffdc64;font-weight:800}.standing-feature h2{font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4.4rem);line-height:1.2;margin:13px 0;font-weight:400}.standing-feature p{color:#c5d0e0;font-size:1rem;margin-bottom:22px}.standing-feature a{display:inline-flex;gap:22px;padding:12px 20px;border-radius:8px;background:#ffda5c;color:#111;font-weight:800}.standing-feature a:focus-visible{outline:3px solid white;outline-offset:4px}.standing-feature small{display:block;color:#b7c5d8;font-size:.75rem;margin-top:13px}.games-card-art .standing-catalog-art{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover;object-position:center 35%}@media(max-width:650px){.standing-feature>div{padding:30px 23px}.standing-feature>img{width:100%;opacity:.45}.standing-feature:after{background:linear-gradient(90deg,#101b2be8,#101b2b55)}}@media(max-width:900px){.games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.games-grid{grid-template-columns:1fr}}.games-empty{padding:36px;border:1px dashed var(--page-border);border-radius:18px;background:#fffaf0;color:#5d564d;font-weight:800;text-align:center}.games-hero{padding:34px 0;background:#fff;border-bottom:1px solid #e5e5e5}.games-hero h1{font-size:clamp(2.7rem,5vw,4.3rem);line-height:1}.games-hero h1 span{color:#8a6900}.games-hero p:last-child{margin-top:12px;font-weight:400}.sprint-feature{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(110deg,#0b1628,#204048);border-radius:18px;min-height:355px;padding:36px 40px;margin-bottom:40px;color:#eef5f6}.sprint-feature>div:last-child{position:relative;z-index:2;width:65%}.sprint-feature span{font-size:.75rem;letter-spacing:.12em;color:#96e0d7;font-weight:700}.sprint-feature h2{font-family:var(--font-display);font-size:4.2rem;line-height:1.1;font-weight:400;margin:15px 0}.sprint-feature p{color:#c2d3de;margin:14px 0 22px;font-size:1rem}.sprint-feature a{display:inline-block;padding:13px 21px;background:#ffdb6a;color:#13212b;border-radius:8px;font-weight:800}.sprint-feature small{display:block;color:#b8cdd9;margin-top:13px;font-size:.75rem}.sprint-feature-character{position:absolute;right:20px;bottom:5px;width:265px;height:353px;background-image:url(/images/spark-sprint/spark-sprites.png);background-size:400% 200%;background-position:0 0;background-repeat:no-repeat}.sprint-card-character{height:205px;width:154px;background:url(/images/spark-sprint/spark-sprites.png) 0 0 / 400% 200% no-repeat}@media(max-width:650px){.sprint-feature{padding:27px 23px}.sprint-feature>div:last-child{width:100%}.sprint-feature-character{opacity:.23;right:-5px}.sprint-feature h2{font-size:3.4rem}}.games-card-art .office-rush-catalog-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#202d39}.games-card-art .flappy-catalog-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#101d30}.match-catalog-art{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 16px 36px;background:radial-gradient(ellipse at 70% 40%,#254455,#101d30 75%)}.match-catalog-character{width:85px;height:113px;flex-shrink:0;background:url(/images/spark-sprint/spark-sprites.png) 0 0 / 400% 200% no-repeat}.match-catalog-board{display:grid;grid-template-columns:repeat(4,30px);gap:4px;padding:8px;border:1px solid #526775;border-radius:12px;background:#091421;transform:rotate(5deg);box-shadow:0 12px 25px #0005}.match-catalog-board span{display:grid;place-items:center;width:30px;height:30px;font-size:1.1rem;border:1px solid #547586;border-radius:6px;background:#284454}.match-catalog-board span:nth-child(3n){background:#4a354e;border-color:#795e80}.match-catalog-board span.match-catalog-highlight{background:#55472c;border-color:#ffdb6a;box-shadow:inset 0 0 8px #ffdb6a33}.match-catalog-caption{position:absolute;left:0;right:0;bottom:15px;color:#91d6d0;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-align:center}.games-card-art:has(.match-catalog-art)>small{color:#ffdb6a;z-index:1}.games-card{display:flex;flex-direction:column}.games-card-art{flex-shrink:0}.games-card-body{display:flex;flex:1;flex-direction:column;align-items:flex-start}.games-card-body>div{width:100%;margin-top:auto}.games-card-body>p{margin-bottom:20px}.games-grid .games-card .games-card-art>small{color:#ffdb6a;background:#101d30e6;border:1px solid #ffffff26;border-radius:8px;padding:0 8px;font-size:1.5rem;z-index:1}.games-card-body a{min-height:44px;display:inline-flex;align-items:center}.office-rush-page{background:#0c121c;color:#eff4f7;padding:26px 20px 42px}.office-rush-wrap{max-width:960px;margin:auto}.office-rush-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.office-rush-header a{color:#aebed0;font-size:.875rem}.office-rush-header h1{font-size:1.4rem;letter-spacing:-.03em}.office-rush-header h1 span{margin-left:16px;font-size:.7rem;letter-spacing:.1em;color:#91b8ba;font-weight:500}.office-rush-layout{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:clamp(28px,6vw,80px);align-items:center}.office-rush-shell{width:100%;max-width:300px;justify-self:center;border:1px solid #3c505e;border-radius:17px;overflow:hidden;background:#101d2c;box-shadow:0 22px 60px #0004}.office-rush-hud{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:10px;padding:14px 18px}.office-rush-hud span{display:block;color:#adc0d2;font-size:.7rem}.office-rush-hud strong{font-size:1.5rem;font-variant-numeric:tabular-nums;color:#ffdb6a}.office-rush-hud small{font-size:.8rem;margin-left:3px}.office-rush-hud .office-rush-warning{color:#ffad99}.office-rush-secondary{border:1px solid #475564;background:#1a2735;color:#e4ebf3;padding:10px 12px;border-radius:8px;font-size:.8rem;min-height:44px}.office-rush-page button{cursor:pointer;font-family:inherit}.office-rush-page button:disabled{opacity:.4;cursor:default}.office-rush-journey{padding:0 18px 13px}.office-rush-journey>div{display:flex;justify-content:space-between;gap:10px;color:#adc0d2;font-size:.75rem;margin-bottom:9px}.office-rush-journey strong{color:#e4ebf3;font-weight:600;margin-left:5px;font-variant-numeric:tabular-nums}.office-rush-journey b{color:#ffdb6a;margin-left:5px;letter-spacing:2px}.office-rush-journey i{color:#9bafbf;font-style:normal}.office-rush-journey progress{display:block;width:100%;height:5px;border:0;border-radius:8px;overflow:hidden;background:#344959;accent-color:#ffdb6a}.office-rush-journey progress::-webkit-progress-bar{background:#344959}.office-rush-journey progress::-webkit-progress-value{background:#ffdb6a}.office-rush-journey progress::-moz-progress-bar{background:#ffdb6a}.office-rush-stage{position:relative;background:#202d39;touch-action:manipulation;-webkit-user-select:none;user-select:none}.office-rush-stage canvas{display:block;width:100%;height:auto;aspect-ratio:9/16}.office-rush-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#091421b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);text-align:center}.office-rush-overlay-card{width:100%;padding:28px 16px;border:1px solid #526371;border-radius:16px;background:#101d2cf2;box-shadow:0 16px 40px #0003}.office-rush-kicker{color:#91d6d0;font-size:.7rem;font-weight:700;letter-spacing:.13em}.office-rush-overlay h2{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,3.8rem);font-weight:400;line-height:1;margin:16px 0}.office-rush-page em{font-style:normal;color:#ffdb6a}.office-rush-overlay p{font-size:.9rem;color:#c5d3e1;line-height:1.65;margin:0 auto 22px;max-width:290px}.office-rush-primary{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:12px 20px;background:#ffdb6a;color:#14202a;border:0;border-radius:8px;font-size:.95rem;font-weight:800;box-shadow:0 4px #a58129}.office-rush-primary:hover{background:#ffe594}.office-rush-primary:active{transform:translateY(2px);box-shadow:0 2px #a58129}.office-rush-overlay small{display:block;margin-top:21px;color:#a8bbcd;font-size:.7rem}.office-rush-result{margin-bottom:22px}.office-rush-result strong{display:block;font-size:2.5rem;color:#ffdb6a;line-height:1.2}.office-rush-result span{font-size:.7rem;color:#adc0d2;letter-spacing:.08em}.office-rush-mobile-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 16px;border-top:1px solid #344959}.office-rush-mobile-controls button{display:flex;align-items:center;justify-content:center;gap:12px;min-height:48px;background:#1a2b3c;color:#ffdb6a;border:1px solid #526371;border-radius:8px;font-weight:700;touch-action:manipulation}.office-rush-mobile-controls button:enabled:hover{background:#2a3e50}.office-rush-page kbd{display:inline-block;border:1px solid #526371;border-radius:4px;padding:1px 6px;font:inherit;font-size:.75rem;color:#e4ebf3}.office-rush-guide h2{font-family:var(--font-display);font-size:clamp(2.6rem,4vw,4rem);font-weight:400;line-height:1;margin:18px 0}.office-rush-guide>p{color:#b7c8d8;line-height:1.7;max-width:380px;margin-bottom:28px}.office-rush-guide-card{border-top:1px solid #344959;padding:22px 0}.office-rush-guide-card h3{font-size:.95rem;margin-bottom:15px}.office-rush-guide-card p{color:#b7c8d8;font-size:.85rem;line-height:1.7;margin-top:9px}.office-rush-bonus{display:flex;align-items:center;gap:12px;margin:18px 0}.office-rush-bonus>span{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border:1px solid #7d7046;border-radius:50%;background:#ffdb6a;color:#14202a;font-size:1.3rem}.office-rush-bonus strong{font-size:.8rem}.office-rush-bonus p{margin:3px 0 0;font-size:.75rem}.office-rush-bonus>b{margin-left:auto;color:#ffdb6a;font-size:.75rem}.office-rush-guide-card .office-rush-caution{padding:12px 14px;border-radius:8px;background:#192535;font-size:.8rem}.office-rush-status{color:#c5d3e1;font-size:.8rem}.office-rush-status span{color:#91d6d0;margin-right:5px}.office-rush-note{display:block;color:#9db0c1;font-size:.75rem;margin-top:9px}.office-rush-page button:focus-visible,.office-rush-page a:focus-visible{outline:3px solid #ffe699;outline-offset:3px}@media(max-width:760px){.office-rush-page{padding:18px 12px 30px}.office-rush-header h1{font-size:1.1rem}.office-rush-header h1 span{display:none}.office-rush-layout{grid-template-columns:minmax(0,1fr);gap:30px}.office-rush-shell,.office-rush-guide{max-width:430px;margin:auto;width:100%}.office-rush-guide h2{font-size:2.6rem}.office-rush-hud{padding:12px 14px;gap:8px}.office-rush-hud strong{font-size:1.3rem}.office-rush-overlay{padding:18px}.office-rush-overlay h2{font-size:3rem}.office-rush-mobile-controls kbd{display:none}}@media(prefers-reduced-motion:reduce){.office-rush-page *{transition:none!important}.office-rush-primary:active{transform:none}}.office-rush-car-portrait{display:block;width:116px;height:142px;object-fit:cover;object-position:center 35%;margin:16px auto 0;border-radius:18px;border:1px solid #536675}.office-rush-overlay:has(.office-rush-car-portrait) h2{font-size:2.7rem;margin:12px 0}@media(max-width:400px){.office-rush-car-portrait{width:90px;height:106px;margin-top:12px}.office-rush-overlay-card{padding:20px 12px}.office-rush-overlay:has(.office-rush-car-portrait) h2{font-size:2.3rem}.office-rush-overlay p{font-size:.8rem;margin-bottom:16px}}.office-rush-road-sign{position:absolute;top:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px;padding:6px 12px;border:1px solid #82b6ad;border-radius:5px;background:#183b3ded;color:#dfefe8;font-size:.6rem;font-weight:700;letter-spacing:.1em;white-space:nowrap;pointer-events:none;box-shadow:0 3px 10px #0003}.office-rush-road-sign span{color:#ffdb6a;font-size:.9rem}.office-rush-shell{max-width:300px}.office-rush-overlay{padding:12px}.office-rush-overlay-card{padding:18px 12px}.office-rush-car-portrait{width:70px;height:84px;margin-top:10px}.office-rush-overlay h2,.office-rush-overlay:has(.office-rush-car-portrait) h2{font-size:2.2rem;margin:12px 0}.office-rush-overlay p{font-size:.8rem;line-height:1.5;margin-bottom:16px}.office-rush-overlay small{margin-top:14px;font-size:.65rem}.office-rush-hud{padding:10px 12px;gap:7px}.office-rush-hud strong{font-size:1.2rem}.office-rush-hud span{font-size:.65rem}.office-rush-journey{padding:0 12px 10px}.office-rush-journey>div{font-size:.7rem}.office-rush-mobile-controls{padding:10px 12px;gap:10px}.office-rush-mobile-controls kbd{display:none}.arcade-section{background:#fff}.arcade-back{display:inline-block;margin-bottom:14px;color:var(--yellow);font-size:.78rem;font-weight:900;text-transform:uppercase}.arcade-shell{max-width:800px;margin:0 auto 28px;overflow:hidden;background:#0a0a0a;border:1.5px solid #1f2631;border-radius:var(--radius);color:#f0f0f0}.arcade-hud{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:8px;min-height:66px;padding:10px 20px;background:#111;border-bottom:1px solid #1f2631;text-align:center}.arcade-hud span{color:#9ea7b6;font-size:.66rem;font-style:normal;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.arcade-hud strong{display:block;margin-top:3px;color:var(--yellow);font-family:var(--font-display);font-size:1.25rem;font-weight:400;letter-spacing:.05em}.arcade-state{display:inline-flex;padding:5px 12px;border:1px solid #323844;border-radius:999px;background:#1e1e1e;color:#b0b6c0;font-size:.67rem;font-style:normal;font-weight:800;letter-spacing:0}.arcade-state.running{border-color:#5ec46a44;background:#5ec46a1a;color:#5ec46a}.arcade-state.game_over{border-color:#e05a5a44;background:#e05a5a1a;color:#e05a5a}.arcade-pause{justify-self:end;padding:7px 11px;border:1px solid #39404c;border-radius:6px;background:#1e1e1e;color:var(--yellow);font-size:.7rem;font-weight:900;cursor:pointer}.arcade-stage{position:relative;width:min(100%,430px);aspect-ratio:9 / 16;margin:0 auto;overflow:hidden;background:#fff;border-inline:1px solid #1f2631;cursor:pointer}.arcade-stage canvas{display:block;width:100%;height:100%;background:#fff;touch-action:none;-webkit-user-select:none;user-select:none}.arcade-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;padding:30px;background:#fffffff0;color:#111;text-align:center}.arcade-overlay h2{font-family:var(--font-display);font-size:3.2rem;font-weight:400;line-height:.9;text-transform:uppercase}.arcade-overlay p{max-width:290px;margin:12px auto;color:#544c42;font-weight:700}.arcade-button{margin-top:14px;padding:11px 22px;border:2px solid #111;border-radius:999px;background:var(--yellow);color:#111;box-shadow:4px 4px #111;font:800 .85rem var(--font-body);cursor:pointer}.arcade-help{justify-content:center;min-height:54px;margin:0;padding:14px;border-top:1px solid #1f2631;background:#0d0d0d;color:#a8b0bd;font-size:.8rem;font-weight:700;text-align:center}.arcade-mobile-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:430px;margin:auto;padding:10px;background:#111}.arcade-mobile-controls button{padding:11px;border:1px solid #39404c;border-radius:6px;background:#1e1e1e;color:var(--yellow);font-weight:900}.arcade-button:focus-visible,.arcade-pause:focus-visible,.arcade-mobile-controls button:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}@media(max-width:600px){.arcade-hud{grid-template-columns:repeat(4,1fr);padding-inline:10px}.arcade-pause{grid-column:1 / -1;justify-self:center}}.match-page{background:#0c121c;color:#eff4f7;padding:24px 16px 38px}.match-wrap{max-width:1080px;margin:auto}.match-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.match-header a{font-size:.875rem;color:#aebed0}.match-header h1{font-size:1.35rem}.match-header h1 span{margin-left:16px;font-size:.65rem;letter-spacing:.1em;color:#91b8ba;font-weight:500}.match-layout{display:grid;grid-template-columns:minmax(0,540px) minmax(0,1fr);align-items:center;gap:clamp(24px,5vw,64px)}.match-shell{position:relative;min-width:0;overflow:hidden;border:1px solid #3c505e;border-radius:18px;background:#101d2c;box-shadow:0 22px 60px #0004}.match-hud{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:center;padding:18px 20px 12px}.match-hud span{display:block;color:#adc0d2;font-size:.72rem}.match-hud strong{color:#ffdb6a;font-size:1.5rem;font-variant-numeric:tabular-nums}.match-hud small{color:#adc0d2;font-size:.75rem;margin-left:3px}.match-hud .match-low-moves{color:#ffad99}.match-page button{font-family:inherit;cursor:pointer}.match-secondary{border:1px solid #475564;background:#1a2735;color:#e4ebf3;padding:9px 12px;border-radius:8px;min-height:42px}.match-hud .match-secondary span{display:inline;color:inherit}.match-secondary:disabled{opacity:.4;cursor:default}.match-round-progress{padding:0 20px 14px}.match-round-progress progress{display:block;width:100%;height:4px;border:0;border-radius:4px;overflow:hidden;background:#344959;accent-color:#91d6d0}.match-round-progress progress::-webkit-progress-bar{background:#344959}.match-round-progress progress::-webkit-progress-value{background:#91d6d0}.match-round-progress progress::-moz-progress-bar{background:#91d6d0}.match-stage{padding:0 16px 8px}.match-powerbar{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.match-powerbar button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px;border:1px solid #526775;border-radius:9px;background:#1b3042;color:#e0ebf3;font-size:.78rem;font-weight:700}.match-powerbar button>span{color:#91d6d0;font-size:1.25rem}.match-powerbar strong{display:grid;place-items:center;min-width:22px;height:22px;border-radius:6px;background:#ffdb6a;color:#14202a}.match-powerbar button.active{outline:2px solid #ffdb6a;background:#39402f}.match-powerbar button:disabled{opacity:.4;cursor:default}.match-board{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:5px;padding:8px;border:1px solid #344959;border-radius:13px;background:#091421}.match-row{display:contents}.match-tile{position:relative;aspect-ratio:1;overflow:hidden;border:1px solid #536779;border-radius:9px;background:#263a50;font-size:clamp(1rem,3.2vw,1.65rem);box-shadow:inset 0 2px #ffffff12,0 2px #0005;transition:transform .2s,box-shadow .2s}.match-tile:disabled{cursor:default}.match-tile span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;transition:transform .24s cubic-bezier(.2,.8,.25,1)}.match-tile.tile-spark{background:#514327;border-color:#8a7444}.match-tile.tile-heart{background:#4a2e43;border-color:#825366}.match-tile.tile-brain{background:#3e3453;border-color:#716486}.match-tile.tile-star{background:#4a402d;border-color:#867349}.match-tile.tile-shield{background:#243f50;border-color:#507e92}.match-tile.tile-smile{background:#28483f;border-color:#537e6e}.match-tile:enabled:hover span{transform:scale(1.1)}.match-tile.selected{outline:3px solid #ffdb6a;outline-offset:-3px;box-shadow:inset 0 0 14px #ffdb6a55;transform:translateY(-2px)}.match-tile.selected:after{content:"";position:absolute;right:3px;top:3px;width:5px;height:5px;background:#fff1b9;border-radius:50%}.match-tile.power-target{border-color:#ffdb6a;box-shadow:inset 0 0 12px #ffdb6a33}.match-tile.swap-left span{transform:translate(calc(-100% - 5px))}.match-tile.swap-right span{transform:translate(calc(100% + 5px))}.match-tile.swap-up span{transform:translateY(calc(-100% - 5px))}.match-tile.swap-down span{transform:translateY(calc(100% + 5px))}.match-tile.dropping span{animation:matchDrop .42s cubic-bezier(.2,.8,.25,1.2) both}.match-message{min-height:48px;padding:13px 4px 4px;color:#b9cedd;font-size:.78rem;text-align:center}.match-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:22px;background:#091421db;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center}.match-overlay-card{max-width:340px}.match-character{width:90px;height:120px;margin:0 auto 12px;background:url(/images/spark-sprint/spark-sprites.png) 0 0 / 400% 200% no-repeat}.match-kicker{color:#91d6d0;font-size:.65rem;letter-spacing:.12em;font-weight:700}.match-page em{color:#ffdb6a;font-style:normal}.match-overlay h2{font-family:var(--font-display);font-size:3.5rem;font-weight:400;line-height:.95;margin:15px 0}.match-overlay p{color:#c5d3e1;font-size:.9rem;line-height:1.6;margin-bottom:22px}.match-primary{min-height:48px;padding:12px 24px;display:inline-flex;align-items:center;justify-content:center;gap:24px;border:0;border-radius:8px;background:#ffdb6a;color:#14202a;font-size:.95rem;font-weight:800;box-shadow:0 4px #a58129}.match-primary:hover{background:#ffe594}.match-result{margin:16px 0 22px}.match-result strong{display:block;color:#ffdb6a;font-size:2rem}.match-result span{color:#adc0d2;font-size:.7rem}.match-companion{display:flex;align-items:center;gap:16px}.match-companion .match-character{flex-shrink:0;margin:0;width:74px;height:99px}.match-companion.cheering .match-character{animation:matchCheer .5s ease-in-out infinite alternate}.match-guide h2{font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1;margin-top:10px}.match-guide>p{color:#b7c8d8;font-size:.9rem;line-height:1.7;margin:22px 0}.match-guide-card{border-top:1px solid #344959;padding:21px 0}.match-guide-card h3{font-size:.95rem;margin-bottom:12px}.match-guide-card p{color:#b7c8d8;font-size:.83rem;line-height:1.7;margin:10px 0}.match-guide-card b{color:#e1ebf2}.match-guide-card small{color:#9eb5c5;font-size:.75rem}.match-scoring{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.match-scoring>div{padding:10px;background:#182738;border:1px solid #344959;border-radius:9px;text-align:center}.match-scoring strong{font-size:1.15rem}.match-scoring span{display:block;font-size:.65rem;color:#aebed0}.match-scoring b{display:block;color:#ffdb6a;font-size:.85rem;margin-top:5px}.match-rating{display:flex;justify-content:space-between;gap:10px;padding-top:16px;border-top:1px solid #344959;font-size:.8rem}.match-rating span{color:#adc0d2}.match-rating strong{color:#ffdb6a}.match-guide .match-note{color:#9eb5c5;font-size:.72rem}.match-page button:focus-visible,.match-page a:focus-visible{outline:3px solid #ffe699;outline-offset:2px}@keyframes matchDrop{0%{opacity:.3;transform:translateY(-26px) scale(.85)}to{opacity:1;transform:none}}@keyframes matchCheer{to{transform:translateY(-5px) rotate(3deg)}}@media(max-width:850px){.match-layout{grid-template-columns:minmax(0,1fr);gap:30px}.match-shell,.match-guide{width:100%;max-width:500px;margin:auto}.match-header h1 span{display:none}}@media(max-width:480px){.match-page{padding:18px 10px 28px}.match-header h1{font-size:1.15rem}.match-hud{padding:12px;gap:8px}.match-hud strong{font-size:1.2rem}.match-hud span{font-size:.65rem}.match-hud .match-secondary span{display:none}.match-stage{padding:0 8px 6px}.match-board{gap:4px;padding:6px;border-radius:9px}.match-tile{border-radius:6px;font-size:1.2rem}.match-powerbar{gap:8px;margin-bottom:10px}.match-powerbar button{gap:5px;font-size:.7rem}.match-overlay{padding:18px}.match-character{width:65px;height:87px;margin-bottom:8px}.match-overlay h2{font-size:2.5rem;margin:12px 0}.match-overlay p{font-size:.8rem;margin-bottom:16px}.match-message{font-size:.7rem}}@media(prefers-reduced-motion:reduce){.match-page *,.match-page *:after{animation:none!important;transition:none!important}}.sprint-page{background:#0c121c;color:#eff4f7;padding:26px 20px 38px}.sprint-wrap{max-width:1200px;margin:auto}.sprint-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.sprint-header a{color:#aebed0;font-size:.875rem}.sprint-header h1{font-size:1.4rem;letter-spacing:-.03em}.sprint-header h1 span{font-size:.75rem;color:#88adae;font-weight:500;letter-spacing:.1em;margin-left:16px}.sprint-secondary{border:1px solid #475564;background:#1a2735;color:#e4ebf3;padding:10px 15px;border-radius:8px;font-size:.875rem}.sprint-secondary:disabled{opacity:.4;cursor:default}.sprint-shell{border:1px solid #3c505e;border-radius:17px;overflow:hidden;background:#0b1628;box-shadow:0 22px 60px #0004}.sprint-hud{display:flex;gap:32px;align-items:center;padding:17px 27px;background:#101d2c}.sprint-hud>div{min-width:90px}.sprint-hud span{display:block;color:#adc0d2;font-size:.8rem}.sprint-hud strong{font-size:1.6rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.4}.sprint-hud small{font-size:.875rem;margin-left:4px;color:#acbdcf}.sprint-hud button{margin-left:auto}.sprint-gold{color:#ffdb6a!important}.sprint-viewport{position:relative;isolation:isolate}.sprint-viewport canvas{display:block;width:100%;height:auto;aspect-ratio:2/1;touch-action:manipulation}.sprint-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#091421dd;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;padding:24px}.sprint-overlay>div{max-width:650px}.sprint-start{justify-content:flex-end;text-align:left;background:linear-gradient(90deg,transparent,#0b162833 29%,#0b1628ed 47%,#0b1628f7);-webkit-backdrop-filter:none;backdrop-filter:none}.sprint-start>div{width:61%;padding-right:20px}.sprint-kicker{font-size:.75rem;font-weight:700;letter-spacing:.13em;color:#91d6d0}.sprint-overlay h2{font-family:var(--font-display);font-size:clamp(2.3rem,4.5vw,4.5rem);font-weight:400;line-height:1;margin:17px 0}.sprint-overlay em{font-style:normal;color:#ffdb6a}.sprint-overlay p{color:#c5d3e1;font-size:1rem;line-height:1.65;margin-bottom:24px}.sprint-primary{display:inline-flex;align-items:center;gap:16px;background:#ffdb6a;color:#14202a;border-radius:8px;min-height:48px;padding:12px 24px;font-size:1rem;font-weight:800;box-shadow:0 4px #a58129}.sprint-primary:hover{background:#ffe594}.sprint-primary:active{transform:translateY(2px);box-shadow:0 2px #a58129}.sprint-primary:disabled{opacity:.5;cursor:default}.sprint-overlay>div>small{display:block;margin-top:18px;font-size:.8rem;color:#a8bbcd}.sprint-link{display:block;margin:20px auto 0;background:transparent;color:#c5d3e1;text-decoration:underline;font-size:.875rem}.sprint-result-score{font-family:var(--font-display);font-size:3.5rem;margin-bottom:24px;line-height:1.1;color:#ffdb6a}.sprint-result-score small{font-family:var(--font-body);display:block;color:#b9cad9;font-size:.875rem;margin-top:8px}.sprint-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 26px;background:#101d2c;border-top:1px solid #344959}.sprint-controls p{display:flex;gap:26px;font-size:.875rem;color:#c3d0df}.sprint-jump{touch-action:manipulation;min-width:180px;justify-content:center}.sprint-jump kbd{font-family:inherit;font-size:.75rem;padding:2px 6px;border:1px solid #aa8b34;border-radius:4px;font-weight:500}.sprint-notes{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.8rem;color:#afbdcc;margin-top:19px}.sprint-page button:focus-visible,.sprint-page a:focus-visible,.sprint-shell:focus-visible{outline:3px solid #ffe699;outline-offset:3px}@media(max-width:760px){.sprint-page{padding:17px 12px 30px}.sprint-header h1 span{display:none}.sprint-header h1{font-size:1.25rem}.sprint-hud{gap:18px;padding:13px 15px;flex-wrap:wrap}.sprint-hud>div{min-width:55px}.sprint-hud strong{font-size:1.2rem}.sprint-best{display:none}.sprint-hud button{font-size:.8rem;padding:8px 11px}.sprint-viewport{min-height:360px;overflow:hidden}.sprint-viewport canvas{height:auto;width:100%;max-width:100%;position:absolute;top:50%;transform:translateY(-50%)}.sprint-start{background:linear-gradient(90deg,#0b1628a0,#0b1628e8);justify-content:center;text-align:center}.sprint-start>div{width:100%;padding:0}.sprint-overlay{padding:20px 18px}.sprint-overlay h2{font-size:2.6rem}.sprint-overlay p{font-size:.9rem;margin-bottom:19px}.sprint-overlay>div>small{font-size:.75rem}.sprint-controls{padding:15px;gap:14px;align-items:stretch}.sprint-controls p{display:flex;flex-direction:column;gap:4px;font-size:.8rem}.sprint-jump{min-width:110px;padding:11px 16px}.sprint-jump kbd{display:none}.sprint-result-score{font-size:2.7rem;margin-bottom:20px}}@media(prefers-reduced-motion:reduce){.sprint-page *{scroll-behavior:auto!important;transition:none!important}}.standing-page{background:#0c1017;color:#f7f6ef;padding:26px 24px 38px}.standing-wrap{max-width:1240px;margin:auto}.standing-header{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:20px}.standing-back{font-size:.875rem;color:#a6b1c2;display:inline-block;margin-bottom:5px}.standing-back:hover{color:#ffdc64}.standing-header h1{font-family:var(--font-body);font-size:1.35rem;letter-spacing:-.035em;line-height:1.4}.standing-header h1 span{font-size:.8rem;font-weight:400;color:#929eaf;letter-spacing:0;margin-left:15px}.standing-quiet{color:#d5dce6;border:1px solid #303a48;background:#171e28;border-radius:30px;padding:10px 17px;font-size:.875rem;white-space:nowrap}.standing-page button:focus-visible,.standing-page a:focus-visible,.standing-scene:focus-visible{outline:3px solid #ffdf75;outline-offset:4px}.standing-scene{position:relative;min-height:660px;isolation:isolate;overflow:hidden;background:#101b2b;border:1px solid #374150;border-radius:22px;box-shadow:0 24px 70px #0005}.standing-art{position:absolute;z-index:-3;right:0;top:0;width:48%;height:100%;object-fit:cover;object-position:center 60%}.standing-art-rain{filter:brightness(.88)}.standing-art-night{object-position:center 72%}.standing-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#101b2b,#101b2b 43%,#101b2bf0 51%,#101b2b20 71%,#101b2b05),linear-gradient(0deg,#0c1627d9,transparent 30%,transparent 80%,#0c162755)}.standing-intro{padding:46px 52px;width:64%}.standing-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#ffdc64;font-size:.75rem;letter-spacing:.14em;font-weight:700}.standing-intro h2{font-family:var(--font-display);font-size:clamp(4.5rem,8vw,7.5rem);font-weight:400;line-height:.91;letter-spacing:-.015em;margin:27px 0 24px;text-transform:uppercase}.standing-intro em,.standing-dialog em{color:#ffda5c;font-style:normal}.standing-intro>p{color:#c3cdda;font-size:1.05rem;line-height:1.7}.standing-rules{display:flex;flex-wrap:wrap;gap:12px 24px;margin:23px 0;color:#ecedf1;font-size:.875rem}.standing-rules>span{display:flex;align-items:center;gap:8px}.standing-mini-spark,.standing-mini-doubt{border-radius:50%;display:inline-grid;place-items:center;width:26px;height:26px;font-size:1.2rem}.standing-mini-spark{background:#ffce45;color:#352703;box-shadow:0 0 18px #ffcb4333}.standing-mini-doubt{background:#283444;border:1px solid #708096;color:#b8c4d5}.standing-modes{display:flex;gap:8px;border:0;margin-bottom:22px;max-width:345px}.standing-modes legend{font-size:.8rem;color:#b4becd;margin-bottom:8px}.standing-modes button{flex:1;background:#152335;border:1px solid #485567;border-radius:9px;color:#f2f3f5;text-align:left;padding:9px 14px;font-size:.9rem;font-weight:700}.standing-modes button[aria-pressed=true]{border-color:#f5cc55;background:#f5cc5510}.standing-modes button span{display:block;font-size:.75rem;font-weight:400;color:#b6c0cf;margin-top:1px}.standing-primary{display:inline-flex;justify-content:center;align-items:center;gap:28px;min-height:52px;padding:13px 25px;border-radius:9px;color:#151713;background:#ffda5c;font-size:1rem;font-weight:800;box-shadow:0 5px #a98424;transition:background .15s,transform .15s}.standing-primary:hover{background:#ffe895;transform:translateY(-1px)}.standing-primary:active{transform:translateY(3px);box-shadow:0 2px #a98424}.standing-intro-note{display:block;color:#adb7c6;font-size:.75rem;margin-top:18px}.standing-hud{display:flex;position:relative;align-items:center;gap:35px;min-height:88px;padding:14px 30px;background:#091220dc;border-bottom:1px solid #a9c9ef22;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.standing-hud>div>span{display:block;color:#a4b1c3;font-size:.75rem}.standing-hud strong{color:#fff;display:block;font-size:1.55rem;font-weight:700;line-height:1.3;font-variant-numeric:tabular-nums}.standing-hud>div:first-child strong{color:#ffda5c}.standing-resolve{margin-left:auto}.standing-resolve i{color:#4d5b6b;font-style:normal;font-size:1.25rem;margin-right:5px}.standing-resolve i.full{color:#ffda5c}.standing-clock strong{min-width:46px}.standing-clock small{font-size:.9rem;color:#a4b1c3;margin-left:3px}.standing-pause{width:40px;height:40px;border-radius:9px;border:1px solid #5c697e;background:#263448;color:#f7f6ef;font-size:1.25rem}.standing-pause:disabled{opacity:.4;cursor:default}.standing-timeline{height:3px;background:#27354a}.standing-timeline>span{display:block;height:100%;background:#ffda5c;transition:width .1s linear}.standing-play-content{width:62%;padding:22px 35px 12px}.standing-chapter{min-height:94px}.standing-chapter>span{font-size:.75rem;font-weight:700;color:#f5cd60;letter-spacing:.14em}.standing-chapter h2{font-family:var(--font-display);font-weight:400;font-size:2.15rem;letter-spacing:.01em;line-height:1.2;margin-top:5px}.standing-chapter p{font-size:.875rem;color:#afbdcf;margin-top:3px}.standing-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,132px);gap:13px;padding:12px 0 20px}.standing-slot{position:relative;display:grid;place-items:center;border:1px solid #8baccb1c;background:#14233555;border-radius:14px}.standing-position{position:absolute;bottom:8px;left:10px;font-size:.75rem;color:#b7c4d6}.standing-target{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:98px;height:105px;border-radius:50%;color:#fff;background:transparent;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.standing-target-core{position:relative;width:69px;height:69px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff2b4,#ffd054 60%,#ce8f20);color:#614411;border:2px solid #ffe59b;box-shadow:0 0 22px #ffcc4550,inset 0 0 12px #fff2}.standing-target-ring{position:absolute;top:4px;left:7px;width:84px;height:84px;border-radius:50%;background:conic-gradient(#ffe59b var(--life),#ffe59b15 0);mask:radial-gradient(transparent 64%,black 66%)}.standing-target-name{font-size:.75rem;letter-spacing:.1em;font-weight:800;line-height:1;margin-top:9px;color:#ffe18b}.target-bright .standing-target-core{background:radial-gradient(circle at 35% 30%,#e6ffff,#8eedf3 65%,#52acbf);border-color:#c6ffff;color:#175569;box-shadow:0 0 24px #7deaff66}.target-bright .standing-target-ring{background:conic-gradient(#b4fcff var(--life),#b4fcff15 0)}.target-bright .standing-target-name{color:#b4fcff}.target-doubt .standing-target-core{background:#223047;color:#c4cddd;border:2px dashed #8c99ad;box-shadow:none;font-size:3rem;font-weight:300}.target-doubt .standing-target-ring{background:conic-gradient(#8392ab var(--life),#8392ab15 0)}.target-doubt .standing-target-name{color:#c4cddd}.target-empty{cursor:default}.target-empty:before{content:"+";color:#7188a24d;font-size:1.7rem;font-weight:300}.standing-target:not(.target-empty):hover .standing-target-core{transform:scale(1.045)}.standing-target:not(.target-empty):active .standing-target-core{transform:scale(.9)}.standing-hit{position:absolute;z-index:2;top:2px;left:0;right:0;text-align:center;color:#fff0b3;font-size:1rem;font-weight:800;pointer-events:none;animation:standing-hit .7s forwards}@keyframes standing-hit{0%{opacity:1;transform:translateY(5px)}to{opacity:0;transform:translateY(-18px)}}.standing-play-bottom{display:flex;align-items:center;gap:22px;padding-top:7px}.standing-goal,.standing-combo{display:flex;flex-direction:column;flex-shrink:0}.standing-goal>strong,.standing-combo>strong{font-size:1.5rem;line-height:1.3;font-variant-numeric:tabular-nums}.standing-goal strong span{font-size:1rem;font-weight:400;color:#93a5bb}.standing-goal>span,.standing-combo>span{font-size:.75rem;color:#aebdd0}.standing-combo>strong{color:#aebdd0}.standing-combo.combo-on>strong{color:#ffda5c}.standing-burst{min-height:56px;position:relative;isolation:isolate;overflow:hidden;flex:1;display:flex;align-items:center;gap:9px;justify-content:center;padding:9px 10px;background:#263143;border:1px solid #526279;border-radius:9px;color:#d3deee;text-align:left}.standing-burst>span:not(.standing-burst-fill){font-size:.8rem;font-weight:700}.standing-burst small{display:block;font-size:.75rem;font-weight:400}.standing-burst-fill{position:absolute;left:0;top:0;bottom:0;background:#ffd65a20;z-index:-1;transition:width .2s}.standing-burst:disabled{cursor:default}.standing-burst.burst-ready{color:#fff1ba;border-color:#ffdc64;box-shadow:0 0 22px #ffda5c20}.standing-feedback{font-size:.8rem;color:#bfccde;margin-top:15px;min-height:32px}.standing-character-caption{position:absolute;right:25px;bottom:27px;text-align:right;text-shadow:0 2px 8px #000}.standing-character-caption span{display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;color:#d8e3f1}.standing-character-caption strong{font-size:1rem;color:#ffdf75}.standing-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;padding:35px 50px;background:#0c1426db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:auto}.standing-ending{background:linear-gradient(90deg,#0c1426f7,#0c1426f0 47%,#0c142699 68%,#0c142660);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.standing-dialog{max-width:520px}.standing-dialog h2{font-family:var(--font-display);font-size:clamp(2.7rem,5vw,4.5rem);font-weight:400;line-height:1.03;margin:22px 0 17px}.standing-dialog p{color:#c4cfdf;max-width:440px;font-size:1rem;margin-bottom:26px}.standing-text-button{display:block;color:#d3ddec;background:transparent;margin:22px 0 0;font-size:.875rem;text-decoration:underline;text-underline-offset:4px}.standing-result-score{display:flex;flex-direction:column;margin-bottom:20px}.standing-result-score>span{color:#ffdf75;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.standing-result-score strong{font-family:var(--font-display);font-weight:400;font-size:3.8rem;line-height:1.1;font-variant-numeric:tabular-nums}.standing-result-score small{color:#b0bfd2;font-size:.8rem}.standing-result-stats{display:flex;gap:30px;padding:0 0 25px}.standing-result-stats span{display:flex;flex-direction:column;font-size:.75rem;color:#b0bfd2}.standing-result-stats b{font-size:1.35rem;color:#fff}.standing-pulse{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;border:4px solid #ffdf75;border-radius:inherit;animation:standing-burst .65s forwards}@keyframes standing-burst{0%{opacity:.8;box-shadow:inset 0 0 110px #ffdf7560}to{opacity:0;box-shadow:inset 0 0 #ffdf7500}}.standing-instructions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:21px 2px 12px;font-size:.8rem;color:#bec9d9}.standing-instructions b{color:#f2f4f8;margin-right:14px}.standing-instructions p{line-height:1.9}.standing-instructions p>span:not(.standing-gold):not(.standing-grey){margin:0 7px}.standing-gold{color:#ffda5c}.standing-grey{color:#e0e5ed}.standing-instructions kbd{font-family:inherit;color:#dde5f0;font-size:.75rem;padding:3px 6px;border-radius:4px;background:#1b2431;border:1px solid #344154}.standing-footnote{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:.75rem;color:#92a1b7}.standing-image-error{position:absolute;bottom:3px;right:12px;font-size:.75rem;color:#fff;z-index:8}@media(max-width:1000px){.standing-intro{padding:40px 32px;width:68%}.standing-intro h2{font-size:6rem}.standing-play-content{width:65%;padding:20px 24px}.standing-hud{gap:24px;padding:14px 24px}.standing-board{gap:9px}.standing-play-bottom{gap:13px}.standing-character-caption{right:18px;max-width:28%}}@media(max-width:720px){.standing-page{padding:16px 12px 25px}.standing-header{margin-bottom:14px}.standing-header h1{font-size:1.15rem}.standing-header h1 span{display:none}.standing-quiet{padding:8px 12px;font-size:.8rem}.standing-scene{min-height:650px;border-radius:15px}.standing-art{width:100%;object-position:center 60%}.standing-shade{background:linear-gradient(90deg,#0c172aee,#0c172ac7 48%,#0c172a40),linear-gradient(0deg,#0c172add,transparent 70%)}.standing-intro{width:100%;padding:33px 25px}.standing-intro h2{font-size:6rem;margin-top:32px}.standing-intro>p{font-size:1rem}.standing-intro .standing-eyebrow{font-size:.75rem;letter-spacing:.11em}.standing-modes{max-width:300px}.standing-hud{padding:14px 15px;gap:16px;min-height:82px}.standing-hud strong{font-size:1.3rem}.standing-best{display:none}.standing-resolve{margin-left:auto}.standing-resolve i{font-size:1rem;margin-right:2px}.standing-pause{width:35px;height:35px;flex-shrink:0}.standing-clock strong{min-width:36px}.standing-play-content{width:100%;padding:22px 17px 12px;background:linear-gradient(#0c172a11,#0c172ac4)}.standing-chapter{min-height:93px}.standing-chapter h2{font-size:1.9rem}.standing-board{grid-template-rows:repeat(2,126px);gap:9px}.standing-slot{background:#0c172a88;border-color:#91b7dd38}.standing-target{width:88px}.standing-target-ring{left:2px}.standing-play-bottom{gap:14px}.standing-goal>strong,.standing-combo>strong{font-size:1.3rem}.standing-burst{padding:8px 6px;gap:5px}.standing-burst small{font-size:.75rem}.standing-character-caption{position:relative;bottom:auto;right:auto;max-width:none;text-align:center;padding-bottom:20px}.standing-character-caption span{display:none}.standing-character-caption strong{font-size:.875rem}.standing-overlay{padding:28px 25px}.standing-dialog h2{font-size:3.1rem}.standing-dialog p{font-size:.95rem}.standing-ending{background:#0c1426df}.standing-instructions{padding-top:16px;gap:8px}.standing-instructions b{display:block}.standing-footnote{border-top:1px solid #283346;margin-top:4px;padding-top:12px}}@media(max-width:370px){.standing-page{padding-left:8px;padding-right:8px}.standing-intro{padding-left:20px;padding-right:20px}.standing-intro h2{font-size:5.3rem}.standing-play-content{padding-left:10px;padding-right:10px}.standing-hud{gap:11px;padding-left:11px;padding-right:11px}.standing-target{width:82px}.standing-target-ring{left:-1px}}@media(prefers-reduced-motion:reduce){.standing-page *,.standing-page *:before,.standing-page *:after{transition:none!important}.standing-hit{animation:standing-hit .01s forwards}.standing-pulse{display:none}}.flappy-page{background:#0c121c;color:#eff4f7;padding:24px 16px 38px}.flappy-wrap{max-width:960px;margin:auto}.flappy-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.flappy-header a{color:#aebed0;font-size:.875rem}.flappy-header h1{font-size:1.3rem}.flappy-header h1 span{color:#91b8ba;font-size:.65rem;letter-spacing:.12em;margin-left:14px;font-weight:500}.flappy-layout{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);align-items:center;gap:clamp(28px,6vw,80px)}.flappy-shell{width:100%;max-width:340px;overflow:hidden;border:1px solid #3c505e;border-radius:17px;background:#101d2c;box-shadow:0 22px 60px #0004}.flappy-hud{display:grid;grid-template-columns:1fr 1fr auto auto;align-items:center;gap:8px;padding:12px;border-bottom:1px solid #344959}.flappy-stat{color:#adc0d2;font-size:.65rem}.flappy-stat strong{display:block;color:#ffdb6a;font-size:1.35rem;font-variant-numeric:tabular-nums}.flappy-icon-button{min-height:40px;border:1px solid #475564;border-radius:8px;padding:8px;background:#1a2735;color:#e4ebf3;font:inherit;font-size:.7rem;cursor:pointer}.flappy-page button:disabled{opacity:.4;cursor:default}.flappy-stage{position:relative;aspect-ratio:9/16;background:#101d30;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.flappy-stage canvas{display:block;width:100%;height:100%}.flappy-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#091421df;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center}.flappy-overlay>div{width:100%}.flappy-overlay img{width:220px;height:146px;object-fit:contain;margin:0 auto 20px;border-radius:16px}.flappy-kicker{color:#91d6d0;font-size:.65rem;font-weight:700;letter-spacing:.12em}.flappy-page em{color:#ffdb6a;font-style:normal}.flappy-overlay h2{font-family:var(--font-display);font-size:3rem;font-weight:400;line-height:1;margin:15px 0}.flappy-overlay p{color:#c5d3e1;font-size:.85rem;line-height:1.6;margin:0 auto 22px}.flappy-primary{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:46px;padding:11px 20px;border:0;border-radius:8px;background:#ffdb6a;color:#14202a;font:inherit;font-size:.9rem;font-weight:800;box-shadow:0 3px #a58129;cursor:pointer;touch-action:manipulation}.flappy-primary:hover{background:#ffe594}.flappy-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-top:1px solid #344959}.flappy-controls>span{color:#adc0d2;font-size:.7rem}.flappy-controls .flappy-primary{min-width:100px}.flappy-page kbd{padding:1px 4px;border:1px solid #526371;border-radius:4px;font:inherit;font-size:.75rem;color:#dce9ee}.flappy-result{margin:18px 0 22px}.flappy-result strong{display:block;color:#ffdb6a;font-size:2.8rem;line-height:1.2}.flappy-result small{color:#adc0d2;font-size:.65rem}.flappy-guide h2{font-family:var(--font-display);font-size:clamp(2.6rem,4vw,3.7rem);font-weight:400;line-height:1;margin:18px 0}.flappy-guide>p{color:#b7c8d8;line-height:1.7;margin-bottom:26px}.flappy-guide-card{border-top:1px solid #344959;padding:22px 0}.flappy-guide-card h3{font-size:.95rem;margin-bottom:12px}.flappy-guide-card p{color:#b7c8d8;font-size:.85rem;line-height:1.7;margin-top:10px}.flappy-flight-status{color:#dce9ee;font-size:.8rem}.flappy-flight-status span{color:#ffdb6a;margin-right:5px}.flappy-guide>small{display:block;color:#9db0c1;font-size:.75rem;margin-top:12px}.flappy-screen-state{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.flappy-page button:focus-visible,.flappy-page a:focus-visible{outline:3px solid #ffe699;outline-offset:3px}@media(max-width:760px){.flappy-page{padding:18px 12px 30px}.flappy-layout{grid-template-columns:minmax(0,1fr);gap:30px}.flappy-shell,.flappy-guide{margin:auto;width:100%;max-width:340px}.flappy-header h1{font-size:1.05rem}.flappy-header h1 span{display:none}}@media(prefers-reduced-motion:reduce){.flappy-page *{transition:none!important}}.submit-page{--submit-yellow: #ffc400;--submit-yellow-soft: #fff2c9;--submit-ink: #111111;--submit-muted: #5f5a52;min-height:calc(100vh - var(--nav-h));padding:64px 0;color:var(--submit-ink);background:radial-gradient(circle at 12% 14%,rgba(255,196,0,.08),transparent 24rem),linear-gradient(180deg,#fff,#fdfdfc)}.submit-contact-layout{display:grid;grid-template-columns:minmax(380px,.84fr) minmax(650px,1.46fr);gap:clamp(36px,4vw,68px);align-items:start}.submit-story-panel{padding:14px 0 0}.submit-kicker{display:inline-flex;padding:8px 14px;border-radius:10px;background:#fff6df;font-size:.78rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.submit-title{max-width:590px;margin-top:32px;font-family:var(--font-display);font-size:clamp(4.3rem,6.2vw,6.8rem);font-weight:400;line-height:.9;letter-spacing:.01em;text-transform:uppercase}.submit-title span{display:block;margin-top:10px;color:#896800}.submit-intro{max-width:490px;margin-top:34px;color:#49443d;font-size:clamp(1rem,1.2vw,1.25rem);font-weight:600;line-height:1.65}.submit-story-visual{display:grid;grid-template-columns:minmax(190px,1fr) minmax(210px,.92fr);gap:12px;align-items:center;margin-top:26px}.submit-steps{display:flex;flex-direction:column}.submit-step{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #e7e3dc}.submit-step:last-child{border-bottom:0}.submit-step-icon,.submit-contact-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--submit-yellow-soft);color:var(--submit-ink)}.submit-step-icon{width:52px;height:52px;font-size:1.45rem;font-weight:900}.submit-step h2{font-size:1rem;font-weight:900;line-height:1.25}.submit-step p{margin-top:3px;color:var(--submit-muted);font-size:.88rem;font-weight:600;line-height:1.45}.submit-character{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.submit-character svg{width:min(100%,270px);height:auto;display:block}.submit-story-note{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:center;max-width:100%;margin-top:26px;padding:18px 20px;border:1px solid #f1dda4;border-radius:16px;background:#ffffffc7;box-shadow:0 12px 28px #1e1a120b}.submit-story-section-divider{width:100%;height:1px;margin-top:28px;border-radius:999px;background:linear-gradient(90deg,transparent 0%,#f1dda4 18%,#f1dda4 82%,transparent 100%)}.submit-story-section-divider+.submit-story-note{margin-top:22px}.submit-story-note-divider{width:min(92%,420px);height:1px;margin:18px auto 0;border-radius:999px;background:linear-gradient(90deg,transparent 0%,#f1dda4 22%,#f1dda4 78%,transparent 100%)}.submit-story-note-divider+.submit-story-note{margin-top:18px}.submit-story-note-art{display:flex;align-items:center;justify-content:center;min-width:0;color:var(--submit-ink)}.submit-story-note-doodle{width:118px;height:auto;display:block}.submit-story-note-copy{min-width:0}.submit-story-note-copy h2{font-size:1rem;font-weight:900;line-height:1.22}.submit-story-note-copy p{margin-top:8px;color:var(--submit-muted);font-size:.88rem;font-weight:650;line-height:1.5}.submit-contact-card{position:relative;overflow:hidden;padding:clamp(30px,3vw,46px);border:1px solid #e7e4df;border-radius:28px;background:#fffffff5;box-shadow:0 24px 70px #1e1a121a}.submit-contact-header{display:grid;grid-template-columns:86px 1fr;gap:24px;align-items:center}.submit-contact-icon{width:84px;height:84px;font-size:2.5rem}.submit-contact-header h2{font-size:clamp(1.7rem,2.3vw,2.3rem);font-weight:900;line-height:1.05;text-transform:uppercase}.submit-heading-rule{display:block;width:52px;height:4px;margin-top:16px;border-radius:999px;background:var(--submit-yellow)}.submit-contact-header p{margin-top:16px;color:var(--submit-muted);font-size:1rem;font-weight:700}.submit-email-box{margin-top:36px;padding:24px 28px;border:2px dashed #f2d46b;border-radius:18px}.submit-email-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(16px,2vw,24px)}.submit-email-main>div{min-width:0}.submit-email-box span{display:block;font-size:.95rem;font-weight:700}.submit-email-box a{display:block;margin-top:4px;color:#896800;font-size:clamp(1.3rem,1.75vw,1.72rem);font-weight:900;line-height:1.2;overflow-wrap:normal;white-space:nowrap;word-break:keep-all}.submit-email-main>div p{margin-top:8px;color:var(--submit-muted);font-size:.82rem;font-weight:600;line-height:1.5}.submit-email-privacy{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;margin-top:18px;padding-top:14px;border-top:1px solid #eee4c7}.submit-privacy-icon{display:inline-flex!important;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#fff1c5;color:var(--submit-ink);font-size:1.35rem!important;font-weight:900!important}.submit-email-privacy strong{display:block;color:var(--submit-ink);font-size:.84rem;font-weight:900}.submit-email-privacy p{margin-top:3px;color:var(--submit-muted);font-size:.76rem;font-weight:600;line-height:1.5}.submit-copy-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:152px;min-height:52px;padding:12px 22px;border-radius:999px;background:var(--submit-yellow);color:var(--submit-ink);font-size:.95rem;font-weight:900;box-shadow:0 9px 22px #f5c3003d;transition:transform .2s ease,box-shadow .2s ease}.submit-copy-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f5c3004d}.submit-copy-icon{display:inline-flex;width:1.2rem;height:1.2rem}.submit-copy-icon svg{width:100%;height:100%}.submit-copy-button:focus-visible{outline:3px solid var(--submit-ink);outline-offset:3px}.submit-copy-status{min-height:21px;margin-top:7px;color:var(--submit-muted);font-size:.78rem;font-weight:700;text-align:right}.submit-after-card{margin-top:24px;padding:24px 26px 20px;border:1px solid #e7e4df;border-radius:18px;background:linear-gradient(180deg,#fff,#fcfbf8);box-shadow:0 10px 28px #1e1a120b}.submit-after-card>h3{font-size:1.05rem;font-weight:900;line-height:1.3}.submit-after-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}.submit-after-step{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;min-width:0;padding:0 18px;border-right:1px solid #ebe7df}.submit-after-step:first-child{padding-left:0}.submit-after-step:last-child{padding-right:0;border-right:0}.submit-after-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#fff1c5;color:var(--submit-ink);font-size:1.4rem;font-weight:900;line-height:1}.submit-after-step h4{font-size:.84rem;font-weight:900}.submit-after-step p{margin-top:5px;color:var(--submit-muted);font-size:.76rem;font-weight:600;line-height:1.45}.submit-after-tip{margin-top:22px;color:var(--submit-muted);font-size:.8rem;font-weight:700;line-height:1.5}.submit-prompt-intro{margin-top:24px;font-size:.95rem;font-weight:800}.submit-prompt-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:20px}.submit-prompt-card{min-height:142px;padding:20px 14px;border:1px solid #ebe8e2;border-radius:16px;background:linear-gradient(180deg,#fff,#faf9f7);text-align:center;box-shadow:0 8px 20px #14120e0a}.submit-prompt-icon{display:block;min-height:34px;color:#896800;font-size:1.8rem;font-weight:900;line-height:1}.submit-prompt-card h3{margin-top:8px;font-size:.84rem;font-weight:900;line-height:1.25}.submit-prompt-card p{margin-top:10px;color:var(--submit-muted);font-size:.73rem;font-weight:600;line-height:1.45}.submit-feature-banner{display:grid;grid-template-columns:72px minmax(0,1fr) 72px;gap:18px;align-items:center;margin-top:32px;padding:22px 24px;border:1px solid #efe3bf;border-radius:20px;background:linear-gradient(135deg,#fff8e4,#fffdf5 56%,#fff9ea);box-shadow:0 12px 30px #1e1a120d}.submit-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid rgba(236,220,168,.74);border-radius:18px;background:#ffffffc7;box-shadow:inset 0 1px #fff6}.submit-feature-glyph{width:30px;height:30px;display:block}.submit-feature-star{color:#896800}.submit-feature-copy{min-width:0}.submit-feature-copy h3{font-size:1rem;font-weight:900}.submit-feature-copy p{margin-top:5px;color:var(--submit-muted);font-size:.9rem;font-weight:600}.submit-feature-trophy{justify-self:end;font-size:2rem;line-height:1}.submit-contact-divider{display:flex;align-items:center;gap:16px;margin:38px 0 26px;color:#777168;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.submit-contact-divider span{white-space:nowrap}.submit-contact-divider:before,.submit-contact-divider:after{content:"";flex:1;height:1px;background:#e7e3dd}.submit-social-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:760px;margin:0 auto}.submit-social-card{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;column-gap:14px;height:100%;min-height:94px;min-width:0;padding:14px 18px;color:var(--submit-ink);text-align:left;text-decoration:none;background:linear-gradient(180deg,#fffefa,#fffdf9);border:1px solid #eee2c8;border-radius:12px;box-shadow:0 10px 24px #14120f09;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.submit-social-card:hover{transform:translateY(-3px);background:linear-gradient(180deg,#fff7de,#fffdfa);border-color:#e3ca91;box-shadow:0 16px 30px #14120f13}.submit-social-card:focus-visible{outline:3px solid rgba(245,195,0,.48);outline-offset:4px;border-color:#d6b456}.submit-social-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:9px;background:#fff1bf;color:var(--submit-ink);transition:transform .2s ease,background .2s ease}.submit-social-card:hover .submit-social-icon,.submit-social-card:focus-visible .submit-social-icon{transform:scale(1.07);background:#ffe9a6}.submit-social-glyph{width:34px;height:34px;display:block}.submit-social-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;width:100%;min-width:0}.submit-social-copy strong,.submit-social-copy small,.submit-social-copy em{display:block}.submit-social-copy strong{max-width:100%;font-size:.96rem;font-weight:900;line-height:1.2;white-space:nowrap}.submit-social-copy small{max-width:100%;color:var(--submit-muted);font-size:.82rem;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.submit-social-copy em{max-width:100%;color:var(--submit-ink);font-size:.8rem;font-style:normal;font-weight:700;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.submit-social-card:hover .submit-social-copy em,.submit-social-card:focus-visible .submit-social-copy em{color:#6f5819}.submit-social-card:last-child:nth-child(odd){grid-column:1 / -1;width:calc((100% - 14px)/2);justify-self:center}@media(max-width:1180px){.submit-contact-layout{grid-template-columns:1fr}.submit-story-panel{max-width:820px;margin:0 auto}.submit-contact-card{max-width:980px;width:100%;margin:0 auto}}@media(max-width:1100px){.submit-social-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.submit-social-card{padding-inline:16px}}@media(max-width:800px){.submit-page{padding:48px 0}.submit-story-visual{grid-template-columns:1fr}.submit-character{grid-row:1}.submit-character svg{width:min(72vw,300px)}.submit-story-note{max-width:720px;margin:26px auto 0}.submit-prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.submit-after-steps{grid-template-columns:1fr;gap:18px}.submit-after-step,.submit-after-step:first-child,.submit-after-step:last-child{padding:0 0 18px;border-right:0;border-bottom:1px solid #ebe7df}.submit-after-step:last-child{padding-bottom:0;border-bottom:0}}@media(max-width:720px){.submit-social-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.submit-social-card:last-child:nth-child(odd){width:calc((100% - 12px)/2)}.submit-social-card{grid-template-columns:50px minmax(0,1fr);min-height:90px;padding:13px 14px;column-gap:12px;border-radius:12px}.submit-social-icon{width:50px;height:50px;border-radius:9px}.submit-social-glyph{width:31px;height:31px}}@media(max-width:600px){.submit-title{font-size:clamp(3.5rem,18vw,5rem)}.submit-intro{margin-top:24px}.submit-contact-card{padding:24px 18px 34px;border-radius:22px}.submit-contact-header{grid-template-columns:64px 1fr;gap:16px}.submit-contact-icon{width:62px;height:62px;font-size:2rem}.submit-email-main{grid-template-columns:1fr;align-items:stretch}.submit-email-box{padding:20px}.submit-email-privacy{grid-template-columns:42px minmax(0,1fr)}.submit-privacy-icon{width:40px;height:40px}.submit-after-card{padding:20px}.submit-story-note{grid-template-columns:1fr;gap:14px;padding:18px;text-align:center}.submit-story-note-doodle{width:min(42vw,126px)}.submit-copy-button{width:100%}.submit-copy-status{text-align:left}.submit-prompt-grid{grid-template-columns:1fr}.submit-prompt-card{min-height:0}.submit-feature-banner{grid-template-columns:52px 1fr;padding:20px}.submit-feature-icon{width:52px;height:52px}.submit-feature-trophy{display:none}}@media(max-width:430px){.submit-social-options{grid-template-columns:1fr}.submit-social-card:last-child:nth-child(odd){grid-column:auto;width:100%}.submit-social-card{min-height:90px}.submit-social-copy small{white-space:normal;overflow:visible}}.featured-video{display:grid;grid-template-columns:1.4fr 1fr;gap:0;overflow:hidden}.featured-embed{background:#000;aspect-ratio:16/9;position:relative}.featured-embed iframe{width:100%;height:100%;border:none;display:block}.video-thumb{width:100%;height:100%;position:relative;cursor:pointer;overflow:hidden}.video-thumb-bg{width:100%;height:100%;min-height:200px;background:linear-gradient(135deg,#0d0d1a,#1a1a2a);display:flex;align-items:center;justify-content:center;transition:filter .2s}.video-thumb:hover .video-thumb-bg{filter:brightness(1.2)}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:#f5c300e6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:2}.play-btn:hover{background:var(--yellow);transform:translate(-50%,-50%) scale(1.1)}.play-btn svg{width:22px;height:22px;color:#0a0a0a;margin-left:3px}.play-btn.sm{width:44px;height:44px}.play-btn.sm svg{width:16px;height:16px}.video-duration{position:absolute;bottom:10px;right:10px;background:#000c;color:#fff;font-size:.75rem;font-weight:600;padding:2px 7px;border-radius:4px}.featured-info{padding:32px;display:flex;flex-direction:column;gap:12px;justify-content:center}.featured-title{font-size:1.3rem;font-weight:800;line-height:1.3}.featured-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6}.video-meta{display:flex;gap:16px;font-size:.82rem;color:var(--text-dim);margin-top:4px}.video-thumb-sm{aspect-ratio:16/9;background:#000;position:relative;overflow:hidden}.video-thumb-sm iframe{width:100%;height:100%;border:none;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.video-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px}.video-card-title{font-size:1rem;font-weight:700;line-height:1.3;margin-top:4px}.video-card-desc{font-size:.82rem;color:var(--text-muted);line-height:1.5}.youtube-cta{margin-top:48px;display:flex;align-items:center;justify-content:space-between;padding:28px 32px;background:#000;border-color:#1f1f1f;color:#f0f0f0;gap:24px}.youtube-cta h3{font-size:1.1rem;font-weight:700;margin-bottom:4px;color:var(--page-text)}.youtube-cta p{font-size:.88rem;color:var(--text-muted)}@media(max-width:768px){.featured-video{grid-template-columns:1fr}.youtube-cta{flex-direction:column;text-align:center}}.privacy-page{min-height:calc(100vh - var(--nav-h));padding:clamp(48px,7vw,86px) 0 clamp(72px,8vw,110px);background:radial-gradient(circle at 18% 10%,rgba(245,195,0,.1),transparent 28rem),linear-gradient(180deg,#fff,#fdfbf6);color:var(--page-text)}.privacy-hero{max-width:900px}.privacy-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:#fff3c9;color:#14110b;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.privacy-hero h1{max-width:780px;margin-top:22px;font-family:var(--font-display);font-size:clamp(2.7rem,5vw,4.3rem);font-weight:400;line-height:.92;letter-spacing:.02em;text-transform:uppercase}.privacy-lede{max-width:720px;margin-top:24px;color:var(--page-text-muted);font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:700;line-height:1.55}.privacy-content.container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:clamp(34px,5vw,56px)}.privacy-card{min-height:230px;padding:clamp(24px,3vw,32px);border:1px solid #eadfca;border-radius:18px;background:#ffffffeb;box-shadow:0 16px 36px #1a120914}.privacy-card h2{font-size:1.05rem;font-weight:900;line-height:1.2}.privacy-card h2:after{content:"";display:block;width:42px;height:4px;margin:14px 0 18px;border-radius:999px;background:var(--yellow)}.privacy-card p{color:var(--page-text-muted);font-size:.98rem;font-weight:600;line-height:1.72}@media(max-width:900px){.privacy-content.container{grid-template-columns:1fr}.privacy-card{min-height:0}}@media(max-width:520px){.privacy-page{padding-top:40px}.privacy-hero h1{font-size:clamp(2.7rem,10vw,3.4rem)}.privacy-card{border-radius:16px}}:root{--yellow: #F5C300;--yellow-dim: #c99e00;--bg: #0a0a0a;--bg-card: #141414;--bg-card-hover: #1c1c1c;--border: #252525;--text: #f0f0f0;--text-muted: #888;--text-dim: #555;--page-bg: #FFFFFF;--page-surface: #FFFFFF;--page-surface-hover: #FFF6E3;--page-border: #E3DDD2;--page-text: #111111;--page-text-muted: #3F3933;--page-text-dim: #7B746A;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif;--radius: 12px;--radius-sm: 8px;--max-w: 1200px;--nav-h: 64px;--shell-pad-x: 36px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-body)}img{max-width:100%;display:block}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background:var(--page-bg)}.main-content{flex:1;padding-top:var(--nav-h);background:var(--page-bg);color:var(--page-text);--bg: var(--page-bg);--bg-card: var(--page-surface);--bg-card-hover: var(--page-surface-hover);--border: var(--page-border);--text: var(--page-text);--text-muted: var(--page-text-muted);--text-dim: var(--page-text-dim)}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.display{font-family:var(--font-display);letter-spacing:.02em}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.4rem);letter-spacing:.04em;display:flex;align-items:center;gap:10px}.section-title .icon{color:var(--yellow)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:50px;font-size:.9rem;font-weight:600;transition:all .2s ease;cursor:pointer}.btn-primary{background:var(--yellow);color:#0a0a0a}.btn-primary:hover{background:#ffd740;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--yellow);background:var(--yellow);color:#111}.btn-dark{background:#1e1e1e;color:#f0f0f0;border:1.5px solid #2f2f2f}.btn-dark:hover{background:#2a2a2a;border-color:#3a3a3a}.tag{width:fit-content;max-width:100%;display:inline-block;padding:3px 10px;border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tag-tech{background:#1a2a3a;color:#5eade6}.tag-life{background:#2a1a1a;color:#e85a5a}.tag-work{background:#1a2a1a;color:#5ec46a}.tag-funny{background:#2a2a1a;color:#d4c44a}.tag-celebration{background:#291b38;color:#c58af9}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .2s ease}.card:hover{border-color:#c7baa5;transform:translateY(-3px);box-shadow:0 12px 40px #1a12091f}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:500;background:var(--bg-card);border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all .2s}.pill:hover,.pill.active{background:var(--yellow);border-color:var(--yellow);color:#0a0a0a;font-weight:700}.story-illustration{width:100%;aspect-ratio:4/3;background:#f5f0e8;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-yellow{0%,to{box-shadow:0 0 #f5c30066}50%{box-shadow:0 0 0 8px #f5c30000}}.fade-up{animation:fadeUp .5s ease forwards}.float{animation:float 3s ease-in-out infinite}.divider{height:1px;background:var(--border);margin:40px 0}.section{padding:64px 0}.section-sm{padding:40px 0}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.container{padding:0 16px}.section{padding:48px 0}}@media(max-width:900px){:root{--shell-pad-x: 22px}}@media(max-width:480px){.grid-4,.grid-3{grid-template-columns:1fr}}:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:3px solid #ad8300;outline-offset:4px}.navbar :focus-visible,.footer :focus-visible{outline-color:#ffdb6a}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
