.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .3s,border-color .3s;border-bottom:1px solid var(--border)}.navbar.scrolled{background:#0a0a0afa;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-display);font-size:1.45rem;letter-spacing:.05em;color:var(--text)}.logo-spark{color:var(--yellow)}.nav-links{display:flex;align-items:center;gap:clamp(16px,2.2vw,30px);margin-left:auto;list-style:none}.nav-link{padding:8px 0;border-radius:6px;font-size:.88rem;font-weight:700;color:var(--text-muted);transition:color .2s,background .2s}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--yellow);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:36px;height:36px}.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;top:0;right:0;bottom:0;left: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(100vh - var(--nav-h));background:#111;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}.nav-links.open{transform:translate(0)}.nav-link{width:100%;padding:12px 16px;font-size:1rem}.nav-actions{margin-left:auto}}.footer{background:#020202;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-around;align-items:flex-start;gap:clamp(40px,6vw,96px);padding-bottom:clamp(40px,3vw,48px);border-bottom:1px solid #454545}.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-display);font-size:clamp(1.5rem,2.2vw,2rem);line-height:1;letter-spacing:.05em;text-transform:uppercase}.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: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:calc(100vh - 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:28px;padding-bottom:48px}.hero-text{max-width:560px}.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:var(--yellow);text-shadow:0 3px 0 rgba(194,141,0,.5)}.hero-sub{color:#2d2a25;font-size:1.18rem;font-weight:600;line-height:1.45;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:2px solid #57514a;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-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:linear-gradient(180deg,#eaf0ff,#e8eefc)}.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-illustration{display:none}.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}}.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:var(--yellow);margin-bottom:10px}.page-title{font-size:clamp(2rem,5vw,3.2rem);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}}.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:var(--submit-yellow)}.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:var(--submit-yellow);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{margin-top:18px;padding-top:14px;border-top:1px solid #eee4c7;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-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:var(--submit-yellow);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:var(--submit-yellow)}.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))}}@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-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(4rem,8vw,7rem);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{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{grid-template-columns:1fr}.privacy-card{min-height:0}}@media(max-width:520px){.privacy-page{padding-top:40px}.privacy-hero h1{font-size:clamp(3.3rem,17vw,4.5rem)}.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);color:var(--yellow)}.btn-dark{background:#1e1e1e;color:#f0f0f0;border:1.5px solid #2f2f2f}.btn-dark:hover{background:#2a2a2a;border-color:#3a3a3a}.tag{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}.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}}
