@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=DM+Serif+Display:ital@0;1&display=swap";:root{color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--paper:#f3ead4;--paper-2:#e8dcc0;--ink:#173d2d;--ink-soft:#446455;--sky:#8ec7dc;--sky-dark:#4f91aa;--sun:#e8b143;--red:#d74b38;--green:#2f7254;--shadow:0 0 0 1px oklch(0% 0 0/.07), 0 2px 4px -1px oklch(0% 0 0/.08), 0 16px 40px oklch(0% 0 0/.08);--surface:#fbf5e7;--surface-hover:#fffaf0;font-family:Archivo,system-ui,sans-serif}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#0d2119;--paper-2:#18382a;--ink:#f3ead4;--ink-soft:#a8c0b1;--sky:#5fa7c2;--sky-dark:#82c5dd;--sun:#e9b84f;--red:#ef705d;--green:#79c99e;--surface:#132c21;--surface-hover:#19382b;--shadow:0 0 0 1px oklch(100% 0 0/.08), 0 18px 48px oklch(0% 0 0/.3)}*{box-sizing:border-box}html,body,#root{background:var(--paper);min-width:320px;min-height:100%}body{min-height:100dvh;margin:0}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline:3px solid var(--sky-dark);outline-offset:3px}button,.button{-webkit-user-select:none;user-select:none}::selection{color:var(--paper);background:var(--ink)}h1,h2,p{margin-block:0}h1{letter-spacing:-.035em;text-wrap:balance;font-family:DM Serif Display,Georgia,serif;font-weight:400;line-height:.98}p{text-wrap:pretty;line-height:1.55}.positive-text{color:var(--green)!important}.negative-text{color:var(--red)!important}.page-enter{animation:.46s cubic-bezier(.2,0,0,1) both page-in}.stagger-1,.stagger-2,.stagger-3,.stagger-4{animation:.5s cubic-bezier(.2,0,0,1) both rise-in}.stagger-2{animation-delay:80ms}.stagger-3{animation-delay:.16s}.stagger-4{animation-delay:.24s}@keyframes page-in{0%{opacity:0;filter:blur(3px)}to{opacity:1;filter:blur()}}@keyframes rise-in{0%{opacity:0;filter:blur(4px);transform:translateY(12px)}to{opacity:1;filter:blur();transform:translateY(0)}}.logo{letter-spacing:-.03em;white-space:nowrap;align-items:baseline;gap:.28rem;font-family:DM Serif Display,Georgia,serif;font-size:1.55rem;display:flex}.logo strong{color:var(--red);font-style:italic;font-weight:400}.logo__sun{width:2rem;height:2rem;color:var(--ink);background:var(--sun);box-shadow:inset 0 0 0 2px var(--ink);border-radius:50%;place-items:center;margin-inline-end:.22rem;font-family:Archivo,sans-serif;font-size:1.1rem;font-weight:900;display:grid}.logo--small{font-size:1.2rem}.logo--small .logo__sun{width:1.65rem;height:1.65rem;font-size:.9rem}.logo-button{cursor:pointer;background:0 0;border:0;align-items:center;min-height:44px;padding:0;transition-property:opacity,scale;transition-duration:.15s;display:inline-flex}.logo-button:hover{opacity:.72}.logo-button:active{scale:.96}.edition{color:var(--ink-soft);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:700}.header-actions{align-items:center;gap:.8rem;display:flex}.theme-toggle{width:44px;height:44px;color:var(--ink);cursor:pointer;background:#173d2d14;border:0;border-radius:50%;place-items:center;padding:0;transition-property:background-color,scale,box-shadow;transition-duration:.15s;display:grid;position:relative;box-shadow:0 0 0 1px #173d2d14}.theme-toggle:hover{background:#173d2d24}.theme-toggle:active{scale:.96}.theme-toggle__icon{opacity:0;filter:blur(4px);place-items:center;width:20px;height:20px;transition-property:opacity,scale,filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.2,0,0,1);display:grid;position:absolute;scale:.25}.theme-toggle__icon.is-visible{opacity:1;filter:blur();scale:1}.theme-toggle__icon svg{width:20px;height:20px}[data-theme=dark] .theme-toggle{background:#f3ead414;box-shadow:0 0 0 1px oklch(100% 0 0/.08)}[data-theme=dark] .theme-toggle:hover{background:#f3ead424}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red);font-size:.73rem;font-weight:800}.fineprint{color:var(--ink-soft);margin-block-start:.85rem;font-size:.75rem}.muted{color:var(--ink-soft)}.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:.65rem;min-height:44px;font-weight:800;transition-property:scale,background-color,box-shadow,opacity;transition-duration:.15s;transition-timing-function:ease-out;display:inline-flex}.button svg,.icon-button svg,.seed-field button svg{width:1.25rem;height:1.25rem}.button:active:not(:disabled){scale:.96}.button:disabled{opacity:.38;cursor:not-allowed}.button--large{min-height:54px;padding-inline:1.35rem 1.15rem}.button--primary{color:var(--paper);background:var(--ink);box-shadow:inset 0 1px #ffffff1a,0 8px 20px #173d2d33}.button--primary:hover:not(:disabled){background:#22513c;box-shadow:inset 0 1px #ffffff1a,0 12px 28px #173d2d40}.button--secondary{color:var(--ink);background:0 0;box-shadow:0 0 0 1px #173d2d47}.button--secondary:hover{background:#173d2d0f}.icon-button{cursor:pointer;background:#173d2d14;border:0;border-radius:50%;place-items:center;width:44px;height:44px;font-size:1.25rem;transition-property:background-color,scale;transition-duration:.15s;display:grid}.icon-button:hover{background:#173d2d24}.icon-button:active{scale:.96}.incoming-challenge{color:#f3ead4;background:var(--ink);width:min(680px,100% - 48px);min-height:92px;box-shadow:var(--shadow);text-align:left;cursor:pointer;border:0;border-radius:16px;grid-template-columns:54px 1fr;align-items:center;gap:1rem;margin:1.2rem auto 0;padding:1rem 1.25rem;transition:transform .16s ease-out,box-shadow .16s ease-out;display:grid}.incoming-challenge:hover{transform:translateY(-2px);box-shadow:0 16px 38px #173d2d38}.incoming-challenge:active{transform:scale(.98)}.incoming-challenge__icon{width:54px;height:54px;color:var(--ink);background:var(--sun);border-radius:50%;place-items:center;display:grid}.incoming-challenge__icon svg{width:28px;height:28px}.incoming-challenge>span:last-child{grid-template-columns:1fr auto;align-items:center;gap:.15rem 1rem;display:grid}.incoming-challenge small{color:var(--sun);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:800}.incoming-challenge strong{grid-row:2;font-family:DM Serif Display,Georgia,serif;font-size:1.35rem;font-weight:400}.incoming-challenge em{white-space:nowrap;grid-area:1/2/span 2;font-size:.72rem;font-style:normal;font-weight:800}.landing{background:linear-gradient(180deg, #f6efde 0, var(--paper) 65%);min-height:100vh;overflow:hidden}.landing__header,.topbar{border-bottom:1px solid #173d2d2e;justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);min-height:78px;margin-inline:auto;display:flex}.hero{grid-template-columns:.95fr 1.05fr;align-items:center;gap:4rem;width:min(1180px,100% - 48px);min-height:620px;margin-inline:auto;display:grid}.hero__copy{padding-block:4.5rem}.hero h1{margin-block:.85rem 1.5rem;font-size:clamp(4rem,7.8vw,7.25rem)}.hero h1 em{color:var(--red);font-weight:400}.hero__lead{max-width:37rem;color:var(--ink-soft);font-size:1.12rem}.hero__lead strong{color:var(--ink)}.hero__question{border-block:1px solid #173d2d2e;flex-direction:column;gap:.28rem;margin-block:1.75rem;padding-block:1rem;display:flex}.hero__question span{letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:800}.hero__question strong{font-family:DM Serif Display,Georgia,serif;font-size:1.45rem;font-weight:400}.hero__art{isolation:isolate;height:510px;position:relative}.sunburst{background:repeating-conic-gradient(from 5deg, #e8b143eb 0 8deg, transparent 8deg 17deg), var(--sky);opacity:.78;clip-path:polygon(50% 0,61% 20%,80% 7%,78% 30%,100% 31%,82% 48%,98% 64%,75% 66%,77% 91%,58% 75%,47% 100%,40% 76%,17% 94%,24% 68%,0 65%,20% 50%,2% 33%,27% 31%,23% 7%,43% 23%);border-radius:50% 50% 46% 54%;position:absolute;inset:2% 3% 5% 8%;transform:rotate(-4deg)}.bank-card{box-shadow:0 0 0 3px var(--ink), 14px 16px 0 #173d2d2e;background:#f4e8cb;border-radius:18px;padding:2rem;position:absolute;inset:13% 8% 15% 14%;transform:rotate(2.5deg)}.bank-card__top{letter-spacing:.12em;justify-content:space-between;font-size:1.25rem;font-weight:900;display:flex}.bank-card__bars{justify-content:center;align-items:end;gap:1rem;height:88px;margin:2.2rem 1rem 0;display:flex}.bank-card__bars i{background:var(--ink);width:18%;height:88%;display:block;transform:skew(-4deg)}.bank-card__bars i:nth-child(2){height:100%}.bank-card__bars i:nth-child(3){height:74%}.bank-card__bars i:nth-child(4){height:94%}.bank-card__shutter{border:3px solid var(--ink);color:var(--paper);background:var(--red);text-align:center;letter-spacing:.11em;box-shadow:7px 7px 0 var(--ink);margin-block-start:1rem;padding:1.2rem;font-size:2.6rem;font-weight:900;transform:rotate(-3deg)}.bill{z-index:3;border:2px solid var(--ink);width:120px;height:62px;color:var(--ink);background:#a7cc9d;border-radius:3px;padding:.55rem .7rem;font-family:Georgia,serif;position:absolute;box-shadow:5px 6px #173d2d40}.bill:after{content:"$";border:1px solid var(--ink);border-radius:50%;place-items:center;font-weight:800;display:grid;position:absolute;inset:12px 40px}.bill span{font-size:.68rem}.bill b{float:right;font-size:.6rem}.bill--one{inset:4% auto auto 5%;transform:rotate(-12deg)}.bill--two{inset:auto 0 8% auto;transform:rotate(15deg)}.bridge{z-index:2;border-top:9px solid var(--ink);height:73px;position:absolute;inset:auto 13% 3% 3%;transform:rotate(-3deg)}.bridge:before,.bridge:after{content:"";background:var(--ink);width:9px;height:90px;position:absolute;top:-36px}.bridge:before{left:12%}.bridge:after{right:12%}.bridge i{border:5px solid var(--ink);border-top:0;border-radius:0 0 50% 50%;width:18%;height:65px;margin-inline:1%;display:inline-block}.stamp{z-index:4;border:3px solid var(--red);width:108px;height:108px;color:var(--red);background:var(--paper);text-align:center;text-transform:uppercase;letter-spacing:.08em;box-shadow:inset 0 0 0 4px var(--paper), inset 0 0 0 6px var(--red);border-radius:50%;place-items:center;font-size:.73rem;font-weight:900;display:grid;position:absolute;inset:4% 1% auto auto;transform:rotate(12deg)}.landing__bottom{border-top:1px solid #173d2d33;grid-template-columns:repeat(3,1fr) 1.2fr;gap:1.5rem;width:min(1180px,100% - 48px);margin:0 auto 3rem;padding-block:2rem;display:grid}.feature{gap:.8rem;display:flex}.feature>span{border:1px solid var(--ink);border-radius:50%;flex:none;place-items:center;width:2.25rem;height:2.25rem;font-size:.7rem;font-weight:800;display:grid}.feature b{font-size:.84rem}.feature p{color:var(--ink-soft);margin-block-start:.3rem;font-size:.76rem;line-height:1.4}.mini-ranking{background:var(--paper-2);border-radius:12px;padding:1rem;box-shadow:0 0 0 1px #173d2d14}.mini-ranking>span{letter-spacing:.08em;text-transform:uppercase;margin-block-end:.55rem;font-size:.68rem;font-weight:800;display:block}.mini-ranking p{justify-content:space-between;padding-block:.25rem;font-size:.73rem;display:flex}.mini-ranking p span{font-variant-numeric:tabular-nums}.site-footer{width:min(1180px,100% - 48px);color:var(--ink-soft);justify-content:space-between;align-items:center;gap:1rem;margin-inline:auto;padding:1rem 0 2rem;font-size:.67rem;display:flex}.creator-links{flex-wrap:wrap;align-items:center;gap:.55rem .9rem;display:flex}.creator-links>span{color:var(--ink-soft);font-size:.76rem}.creator-links>span b{color:var(--ink)}.creator-links a{color:inherit;text-underline-offset:3px;font-size:.68rem;font-weight:800;-webkit-text-decoration:underline #173d2d47;text-decoration:underline #173d2d47;text-decoration-thickness:1px}.creator-links a:hover{color:var(--red);text-decoration-color:currentColor}.creator-links--compact{justify-content:flex-end}.creator-cta{background:var(--surface);border-radius:18px;justify-content:space-between;align-items:center;gap:2rem;width:min(1050px,100% - 48px);margin:-1rem auto 2rem;padding:1.6rem 2rem;display:flex;box-shadow:0 0 0 1px #173d2d14,0 4px 18px #173d2d12}.creator-cta>div>span{color:var(--red);letter-spacing:.09em;text-transform:uppercase;font-size:.62rem;font-weight:900}.creator-cta h2{max-width:630px;margin-block:.3rem 0;font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.7rem,3vw,2.45rem);font-weight:400;line-height:1.05}.creator-cta .creator-links{justify-content:flex-end}.setup{min-height:100vh}.setup__grid{grid-template-columns:1fr 1fr;gap:7rem;width:min(1050px,100% - 48px);margin:5rem auto;display:grid}.setup__story h1{margin-block:.8rem 1.5rem;font-size:clamp(3.4rem,6vw,5.2rem)}.setup__story>p:last-of-type{max-width:32rem;color:var(--ink-soft);font-size:1.06rem}.setup__story blockquote{border-inline-start:5px solid var(--sun);background:#e8b1431c;margin:3rem 0 0;padding:1.4rem;font-family:DM Serif Display,Georgia,serif;font-size:1.25rem;font-style:italic;line-height:1.35}.setup__story cite{margin-block-start:.65rem;font-family:Archivo,sans-serif;font-size:.7rem;font-style:normal;font-weight:700;display:block}.setup__form{background:var(--surface);box-shadow:var(--shadow);border-radius:20px;padding:2rem}.number-label{align-items:center;gap:.8rem;margin:0 0 1rem;display:flex}.number-label:not(:first-child){border-top:1px solid #173d2d24;margin-block-start:2rem;padding-block-start:1.6rem}.number-label>span{width:2.1rem;height:2.1rem;color:var(--paper);background:var(--ink);border-radius:50%;flex:none;place-items:center;font-size:.75rem;font-weight:800;display:grid}.number-label p{flex-direction:column;line-height:1.25;display:flex}.number-label b{font-size:.88rem}.number-label small{color:var(--ink-soft);margin-block-start:.2rem;font-size:.7rem}.field{flex-direction:column;gap:.45rem;display:flex;position:relative}.field>span{text-transform:uppercase;letter-spacing:.07em;font-size:.69rem;font-weight:700}.field input{width:100%;min-height:52px;color:var(--ink);background:var(--paper);caret-color:var(--red);border:1px solid #173d2d4d;border-radius:8px;padding:.85rem 1rem;font-size:1rem;transition-property:border-color,box-shadow;transition-duration:.15s}.field input:focus{border-color:var(--ink);outline:none;box-shadow:0 0 0 3px #4f91aa33}.field input::placeholder{color:#44645594}.seed-field input{font-variant-numeric:tabular-nums;padding-inline-end:3.6rem;font-family:ui-monospace,monospace}.seed-field button{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;transition-property:background-color,scale;transition-duration:.15s;display:grid;position:absolute;bottom:.3rem;right:.35rem}.seed-field button:hover{background:#173d2d12}.seed-field button:active{scale:.96}.challenge-note{color:var(--ink);background:#e8b1432e;border-radius:9px;align-items:center;gap:.7rem;margin-block-start:.7rem;padding:.75rem;display:flex}.challenge-note>svg{width:24px;height:24px;color:var(--red);flex:none}.challenge-note span{flex-direction:column;gap:.1rem;display:flex}.challenge-note small{color:var(--ink-soft);letter-spacing:.07em;text-transform:uppercase;font-size:.62rem;font-weight:800}.challenge-note strong{font-size:.75rem}.starting-balance{border:1px dashed #173d2d66;border-radius:10px;grid-template-columns:1fr auto;align-items:center;margin-block:2rem 1rem;padding:1rem;display:grid}.starting-balance span{text-transform:uppercase;font-size:.72rem;font-weight:700}.starting-balance strong{font-variant-numeric:tabular-nums;font-family:DM Serif Display,Georgia,serif;font-size:1.5rem;font-weight:400}.starting-balance small{color:var(--ink-soft);font-size:.67rem}.setup__form>.button{width:100%}.game-screen{background:var(--paper);min-height:100dvh}.mobile-game-pulse{display:none}.game-header{background:#f6efdeeb;border-bottom:1px solid #173d2d2e;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:2.2rem;min-height:72px;padding-inline:max(24px,50vw - 620px);display:grid}.game-header__wealth,.game-header__name{flex-direction:column;display:flex}.game-header__wealth span,.game-header__name span{color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;font-size:.61rem;font-weight:800}.game-header__wealth strong{font-variant-numeric:tabular-nums;font-family:DM Serif Display,Georgia,serif;font-size:1.25rem;font-weight:400}.game-header__name{text-align:end}.game-header__name strong{font-size:.78rem}.game-header__actions{align-items:center;gap:.75rem;display:flex}.game-header__progress{color:var(--ink-soft);align-items:center;gap:.6rem;font-size:.62rem;font-weight:700;display:flex}.game-header__progress div{background:#173d2d21;border-radius:3px;width:160px;height:5px;overflow:hidden}.game-header__progress i{background:var(--red);height:100%;transition-property:width;transition-duration:.4s;display:block}.game-layout{grid-template-columns:minmax(0,1fr) 290px;gap:3rem;width:min(1240px,100% - 48px);margin:3.4rem auto;display:grid}.event-panel{max-width:760px;padding-inline:.5rem}.event-meta{min-height:30px;color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.67rem;font-weight:800;display:flex}.event-meta b{color:var(--red);background:#d74b3817;border-radius:999px;padding:.42rem .62rem;font-size:.62rem}.year-mark{color:var(--paper);background:var(--red);letter-spacing:.08em;border-radius:4px;margin-block:2rem 1rem;padding:.45rem .75rem;font-family:ui-monospace,monospace;font-size:.8rem;font-weight:900;display:inline-block;transform:rotate(-2deg)}.event-panel h1{max-width:730px;font-size:clamp(3.2rem,6vw,5.5rem)}.event-body{max-width:670px;color:var(--ink-soft);margin-block:1.4rem;font-size:1.07rem}.context-row{flex-wrap:wrap;gap:.5rem;display:flex}.context-row span{background:var(--paper-2);border-radius:5px;padding:.45rem .65rem;font-size:.68rem;font-weight:700}.decision-label{align-items:center;gap:1rem;margin-block:2.4rem 1rem;display:flex}.decision-label span{letter-spacing:.1em;text-transform:uppercase;font-size:.67rem;font-weight:900}.decision-label i{background:#173d2d38;flex:1;height:1px}.choices{gap:.8rem;display:grid}.choice{min-height:92px;color:var(--ink);background:var(--surface);text-align:start;cursor:pointer;border:0;border-radius:12px;grid-template-columns:2.6rem 1fr;align-items:center;gap:1rem;padding:1rem 3.2rem 1rem 1rem;transition-property:scale,box-shadow,background-color,transform;transition-duration:.16s;transition-timing-function:ease-out;display:grid;position:relative;box-shadow:0 0 0 1px #173d2d14,0 2px 4px #173d2d0d}.choice:hover{background:var(--surface-hover);transform:translateY(-2px);box-shadow:0 0 0 1px #173d2d24,0 10px 24px #173d2d1a}.choice:active{transform:translateY(0)}.choice__letter{background:var(--paper-2);border-radius:50%;place-items:center;width:2.6rem;height:2.6rem;font-family:DM Serif Display,Georgia,serif;font-size:1.15rem;display:grid}.choice--wild .choice__letter{color:var(--paper);background:var(--red)}.choice--bold .choice__letter{color:var(--paper);background:var(--sky-dark)}.choice__copy{flex-direction:column;gap:.3rem;display:flex}.choice__copy b{font-size:.9rem}.choice__copy small{max-width:55ch;color:var(--ink-soft);font-size:.75rem;line-height:1.4}.choice__arrow{font-size:1.2rem;transition-property:transform;transition-duration:.16s;position:absolute;right:1.2rem}.choice:hover .choice__arrow{transform:translate(3px)}.sidebar{background:var(--surface);box-shadow:var(--shadow);border-radius:16px;align-self:start;overflow:hidden}.sidebar__top{border-bottom:1px solid #173d2d1c;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.sidebar__top span,.badges>span,.history-mini>span{letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:800}.sidebar__top b{font-size:.72rem}.big-stat{border-bottom:1px solid #173d2d1c;flex-direction:column;padding:1.3rem 1.2rem;display:flex}.big-stat span{color:var(--ink-soft);font-size:.65rem}.big-stat strong{font-variant-numeric:tabular-nums;margin-block:.2rem;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.big-stat small{color:var(--ink-soft);font-size:.62rem}.rival-card{background:#d74b3817;border-radius:9px;flex-direction:column;gap:.18rem;margin:.9rem 1.2rem .5rem;padding:.8rem;display:flex;box-shadow:inset 0 0 0 1px #d74b382e}.rival-card small{color:var(--red);letter-spacing:.07em;text-transform:uppercase;font-size:.58rem;font-weight:900}.rival-card strong{font-size:.75rem}.rival-card span{color:var(--ink-soft);font-size:.62rem}.rival-card.is-ahead{background:#2f72541a;box-shadow:inset 0 0 0 1px #2f725433}.rival-card.is-ahead small{color:var(--green)}.statbar{padding:.55rem 1.2rem}.statbar:first-of-type{padding-block-start:1rem}.statbar__label{justify-content:space-between;margin-block-end:.35rem;font-size:.66rem;display:flex}.statbar__label b{font-variant-numeric:tabular-nums}.statbar__track{background:#173d2d1c;border-radius:3px;height:5px;overflow:hidden}.statbar__track span{border-radius:inherit;background:var(--sky-dark);height:100%;transition-property:width;transition-duration:.35s;display:block}.statbar__track span.danger{background:var(--red)}.badges,.history-mini{border-top:1px solid #173d2d1c;margin-block-start:.8rem;padding:1rem 1.2rem}.badges>div{gap:.45rem;margin-block-start:.65rem;display:flex}.badges abbr{width:30px;height:30px;color:var(--paper);background:var(--sun);border-radius:50%;place-items:center;text-decoration:none;display:grid;box-shadow:inset 0 0 0 1px #173d2d40}.badges p{color:var(--ink-soft);margin-block-start:.5rem;font-size:.66rem}.history-mini{margin-block-start:0}.history-mini>p{border-bottom:1px solid #173d2d14;grid-template-columns:62px 1fr;padding-block:.48rem;display:grid}.history-mini b{font-variant-numeric:tabular-nums;font-size:.63rem}.history-mini small{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;overflow:hidden}.seed-mini{color:var(--ink-soft);background:var(--paper-2);overflow-wrap:break-word;padding:.8rem 1.2rem;font-size:.6rem}.outcome{max-width:700px;padding-block-start:3rem}.outcome .eyebrow{margin-block-end:1rem}.outcome h1{margin-block:1rem;font-size:clamp(3.3rem,6vw,5.6rem)}.outcome__text{max-width:580px;color:var(--ink-soft);font-family:DM Serif Display,Georgia,serif;font-size:1.55rem;line-height:1.35}.delta-pill{font-variant-numeric:tabular-nums;border-radius:5px;padding:.45rem .7rem;font-size:.78rem;font-weight:800;display:inline-block}.delta-pill.positive{color:var(--green);background:#2f72541a}.delta-pill.negative{color:var(--red);background:#d74b381a}.wealth-change{border-block:1px solid #173d2d2e;justify-content:space-between;align-items:center;width:min(100%,520px);margin-block:2rem;padding:1rem;display:flex}.wealth-change span{color:var(--ink-soft);flex-direction:column;font-size:.68rem;display:flex}.wealth-change b{color:var(--ink);font-variant-numeric:tabular-nums;font-size:1rem}.wealth-change i{color:var(--red);font-style:normal}.new-badge{background:#e8b1432e;border-radius:9px;align-items:center;gap:.8rem;margin-block-end:2rem;padding:.8rem 1rem;display:inline-flex;box-shadow:0 0 0 1px #173d2d14}.new-badge>span{width:36px;height:36px;color:var(--paper);background:var(--sun);border-radius:50%;place-items:center;display:grid}.new-badge p{flex-direction:column;display:flex}.new-badge small{text-transform:uppercase;letter-spacing:.07em;font-size:.59rem;font-weight:800}.new-badge b{font-size:.8rem}.outcome>.button{width:min(100%,520px);display:flex}.result{background:linear-gradient(180deg, var(--paper), #ead8b4);min-height:100vh}.result__hero{background:var(--ink);width:min(860px,100% - 48px);color:var(--paper);text-align:center;border-radius:28px;margin:4rem auto 2rem;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 24px 80px #173d2d40}.result__hero:before{content:"";background:repeating-conic-gradient(#e8b14324 0 7deg, transparent 7deg 15deg);position:absolute;inset:-30% -10%}.result__hero>*{z-index:1;position:relative}.result__hero .eyebrow{color:var(--sun)}.result__hero h1{max-width:740px;margin:.6rem auto 1rem;font-size:clamp(3.2rem,7vw,6.2rem)}.result__hero>p:not(.eyebrow){color:#f3ead4bf;max-width:610px;margin-inline:auto}.result__stamp{z-index:2;border:2px solid var(--sun);color:var(--sun);letter-spacing:.08em;text-transform:uppercase;padding:.55rem .75rem;font-size:.62rem;font-weight:900;position:absolute;top:1.4rem;right:1.4rem;transform:rotate(4deg)}.result__emoji{background:var(--paper);border-radius:50%;place-items:center;width:90px;height:90px;margin-block-end:1rem;font-size:3rem;display:inline-grid;box-shadow:0 0 0 7px #f3ead41f}.result__wealth{border-block:1px solid #f3ead433;flex-direction:column;width:min(420px,100%);margin:2rem auto;padding-block:1.4rem;display:flex}.result__wealth span{color:#f3ead499;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:800}.result__wealth strong{color:var(--sun);font-variant-numeric:tabular-nums;margin-block:.2rem;font-family:DM Serif Display,Georgia,serif;font-size:3rem;font-weight:400}.result__wealth small{color:#f3ead4a6;font-size:.68rem}.result__actions{justify-content:center;gap:.8rem;display:flex}.result__actions .button--primary{color:var(--ink);background:var(--sun)}.result__actions .button--primary:hover{background:#f2c15d}.result__actions .button--secondary{color:var(--paper);box-shadow:0 0 0 1px #f3ead44d}.result__actions .button--secondary:hover{background:#f3ead414}.result__details{grid-template-columns:1fr 1fr;gap:1rem;width:min(1050px,100% - 48px);margin:2rem auto 4rem;display:grid}.result-card{background:var(--surface);border-radius:16px;padding:1.5rem;box-shadow:0 0 0 1px #173d2d14,0 4px 18px #173d2d12}.result-card>span{letter-spacing:.09em;text-transform:uppercase;margin-block-end:1.1rem;font-size:.68rem;font-weight:900;display:block}.range{grid-template-columns:1fr 1fr;display:grid}.range p{flex-direction:column;display:flex}.range small{color:var(--ink-soft);font-size:.65rem}.range b{font-variant-numeric:tabular-nums;margin-block-start:.2rem;font-family:DM Serif Display,Georgia,serif;font-size:1.6rem;font-weight:400}.sparkline{align-items:end;gap:5px;height:95px;margin-block-start:1rem;display:flex}.sparkline i{background:var(--sky-dark);transform-origin:bottom;border-radius:3px 3px 0 0;flex:1;min-height:8px;animation:.4s ease-out both bar-in}@keyframes bar-in{0%{scale:1 0}to{scale:1}}.result-card .statbar{padding-inline:0}.result-card--history{grid-row:span 2}.result-card--history>div{max-height:490px;overflow:auto}.result-card--history p{border-bottom:1px solid #173d2d1a;grid-template-columns:90px 1fr auto;align-items:center;gap:1rem;padding-block:.65rem;display:grid}.result-card--history p b{font-size:.7rem}.result-card--history p span{color:var(--ink-soft);font-size:.72rem}.result-card--history p strong{font-variant-numeric:tabular-nums;font-size:.72rem}.badge-grid{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.badge-grid p{align-items:center;gap:.5rem;font-size:.67rem;display:flex}.badge-grid i{width:28px;height:28px;color:var(--paper);background:var(--sun);border-radius:50%;flex:none;place-items:center;font-style:normal;display:grid}.challenge-box{background:var(--paper-2);border-radius:10px;flex-direction:column;margin-block-start:1.5rem;padding:1rem;display:flex}.challenge-box small{color:var(--ink-soft);font-size:.63rem}.challenge-box b{overflow-wrap:break-word;margin-block:.3rem .7rem;font-family:ui-monospace,monospace}.challenge-box button{min-height:44px;color:var(--paper);background:var(--ink);cursor:pointer;border:0;border-radius:7px;font-size:.7rem;font-weight:800;transition-property:scale,background-color;transition-duration:.15s}.challenge-box button:hover{background:#22513c}.challenge-box button:active{scale:.96}.duel-result{color:#f3ead4;background:var(--red);box-shadow:var(--shadow);border-radius:18px;grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:1.6rem;display:grid}.duel-result--won{color:#173d2d;background:var(--sun)}.duel-result--tied{background:var(--sky-dark)}.duel-result small{letter-spacing:.09em;text-transform:uppercase;font-size:.62rem;font-weight:900}.duel-result h2{margin-block:.3rem;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.duel-result p{opacity:.8;max-width:54ch;font-size:.76rem}.duel-score{align-items:center;gap:1rem;display:flex}.duel-score>span{text-align:center;flex-direction:column;min-width:135px;display:flex}.duel-score>span small{opacity:.7}.duel-score>span strong{font-variant-numeric:tabular-nums;margin-block-start:.25rem;font-family:DM Serif Display,Georgia,serif;font-size:1.35rem;font-weight:400}.duel-score>b{background:#00000021;border-radius:50%;place-items:center;width:38px;height:38px;font-size:.68rem;display:grid}.result-card--social{grid-column:1/-1;grid-template-columns:1.4fr .8fr;min-height:300px;padding:0;display:grid;overflow:hidden}.social-copy{padding:2rem}.social-copy>span{color:var(--red);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:900}.social-copy h2{margin-block:.45rem .65rem;font-family:DM Serif Display,Georgia,serif;font-size:clamp(2rem,4vw,3.15rem);font-weight:400;line-height:1}.social-copy>p{max-width:62ch;color:var(--ink-soft);font-size:.8rem}.social-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-block-start:1.4rem;display:grid}.social-button{min-height:62px;color:var(--ink);background:var(--paper-2);cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:.45rem;padding:.6rem;font-size:.68rem;font-weight:800;transition:transform .15s,filter .15s;display:flex}.social-button:hover{filter:brightness(1.04);transform:translateY(-2px)}.social-button:active{transform:scale(.96)}.social-button svg{width:20px;height:20px}.social-button b{font-size:.9rem}.social-button--whatsapp{color:#fff;background:#168c47}.social-button--x{color:#fff;background:#111}.social-ticket{color:#f3ead4;background:#173d2d;flex-direction:column;justify-content:center;padding:2rem;display:flex;position:relative;overflow:hidden}.social-ticket:before{content:"$";color:#e8b14321;font-family:DM Serif Display,Georgia,serif;font-size:280px;position:absolute;bottom:-90px;right:-20px}.social-ticket>*{position:relative}.social-ticket small,.social-ticket span{color:#f3ead494;letter-spacing:.09em;text-transform:uppercase;font-size:.62rem;font-weight:900}.social-ticket strong{color:var(--sun);margin-block:.2rem 1.5rem;font-family:DM Serif Display,Georgia,serif;font-size:2.2rem;font-weight:400}.social-ticket b{font-variant-numeric:tabular-nums;margin-block:.2rem 1.5rem;font-family:DM Serif Display,Georgia,serif;font-size:2rem;font-weight:400}.social-ticket em{color:#f3ead494;overflow-wrap:anywhere;font-family:ui-monospace,monospace;font-size:.65rem;font-style:normal}.challenge-box button{justify-content:center;align-items:center;gap:.5rem;display:flex}.challenge-box button svg{width:18px;height:18px}.berry-cta{color:#f5f5f7;background:#020203;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;width:min(1050px,100% - 48px);margin:-2rem auto 3rem;padding:2rem;display:grid;box-shadow:0 0 0 1px #ffffff1f,0 20px 50px #00000047}.berry-cta__content{min-width:0}.berry-cta__brand{color:#f5f5f7;letter-spacing:-.07em;align-items:center;gap:.65rem;margin-block-end:1.8rem;font-family:Arial,Helvetica,sans-serif;font-size:1.35rem;font-weight:800;text-decoration:none;display:inline-flex}.berry-cta__brand img{border-radius:9px;outline:1px solid oklch(100% 0 0/.1);width:32px;height:32px}.berry-cta__eyebrow{color:#a3a6a8;letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:800;display:block}.berry-cta h2{letter-spacing:-.055em;max-width:650px;margin-block:.35rem .65rem;font-family:Arial,Helvetica,sans-serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:.96}.berry-cta p{color:#a3a6a8;max-width:62ch;font-size:.84rem}.berry-cta small{color:#686b6e;margin-block-start:.8rem;font-size:.62rem;display:block}.berry-cta__button{color:#1d1d1f;white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;min-height:52px;padding:.85rem 1.1rem;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:800;text-decoration:none;transition-property:scale,background-color,box-shadow;transition-duration:.15s;display:inline-flex;box-shadow:0 8px 20px #00000040}.berry-cta__button svg{width:20px;height:20px}.berry-cta__button:hover{background:#f5f5f7;box-shadow:0 12px 26px #0000005c}.berry-cta__button:active{scale:.96}[data-theme=dark] body,[data-theme=dark] html{background:var(--paper)}[data-theme=dark] .landing{background:linear-gradient(180deg, #122a20 0, var(--paper) 68%)}[data-theme=dark] .game-header{background:#0d2119f0}[data-theme=dark] .landing__header,[data-theme=dark] .topbar,[data-theme=dark] .game-header,[data-theme=dark] .landing__bottom,[data-theme=dark] .hero__question,[data-theme=dark] .number-label:not(:first-child),[data-theme=dark] .sidebar__top,[data-theme=dark] .big-stat,[data-theme=dark] .badges,[data-theme=dark] .history-mini,[data-theme=dark] .wealth-change,[data-theme=dark] .result-card--history p{border-color:#f3ead424}[data-theme=dark] .choice,[data-theme=dark] .result-card{box-shadow:0 0 0 1px oklch(100% 0 0/.08),0 10px 30px #00000029}[data-theme=dark] .choice:hover{box-shadow:0 0 0 1px oklch(100% 0 0/.14),0 14px 34px #00000047}[data-theme=dark] .field input{border-color:#f3ead447}[data-theme=dark] .result{background:linear-gradient(180deg, var(--paper), #17382a)}[data-theme=dark] .result__hero{color:#f3ead4;background:#07140f;box-shadow:0 24px 80px #0000006b}[data-theme=dark] .result__hero>p:not(.eyebrow),[data-theme=dark] .result__wealth span,[data-theme=dark] .result__wealth small{color:#f3ead4b8}[data-theme=dark] .result__actions .button--secondary{color:#f3ead4;box-shadow:0 0 0 1px #f3ead44d}[data-theme=dark] .result__actions .button--secondary:hover{background:#f3ead414}[data-theme=dark] .result__emoji{background:#f3ead4}[data-theme=dark] .button--primary{color:#0d2119}[data-theme=dark] .button--secondary{box-shadow:0 0 0 1px #f3ead44d}[data-theme=dark] .mini-ranking{box-shadow:0 0 0 1px oklch(100% 0 0/.08)}[data-theme=dark] .bank-card,[data-theme=dark] .bill{color:#173d2d}[data-theme=dark] .bank-card{box-shadow:0 0 0 3px #173d2d,14px 16px #0000003d}[data-theme=dark] .bank-card__bars i{background:#173d2d}[data-theme=dark] .bank-card__shutter{border-color:#173d2d;box-shadow:7px 7px #173d2d}[data-theme=dark] .bill,[data-theme=dark] .bill:after{border-color:#173d2d}[data-theme=dark] .bridge{border-color:#f3ead4}[data-theme=dark] .bridge:before,[data-theme=dark] .bridge:after{background:#f3ead4}[data-theme=dark] .bridge i{border-color:#f3ead4}[data-theme=dark] .stamp{box-shadow:inset 0 0 0 4px #0d2119, inset 0 0 0 6px var(--red);background:#0d2119}@media (width<=900px){.hero{grid-template-columns:1fr;gap:0;min-height:auto}.hero__copy{padding-block-end:1rem}.hero__art{height:430px}.landing__bottom{grid-template-columns:1fr 1fr}.mini-ranking{grid-column:span 2}.setup__grid{grid-template-columns:1fr;gap:3rem;margin-block:3rem}.setup__story{text-align:center}.setup__story>p:last-of-type{margin-inline:auto}.setup__story blockquote{text-align:start}.game-header{grid-template-columns:1fr auto auto}.game-header__progress{display:none}.game-layout{grid-template-columns:1fr}.event-panel{max-width:none}.sidebar{grid-template-columns:1fr 1fr;display:grid}.sidebar__top,.seed-mini{grid-column:span 2}.big-stat{border-inline-end:1px solid #173d2d1c}.badges,.history-mini{grid-column:span 1}.rival-card{margin-block:.9rem}.social-buttons{grid-template-columns:1fr 1fr}}@media (width<=620px){.landing__header,.topbar,.hero,.landing__bottom,.site-footer,.setup__grid,.game-layout,.result__details{width:min(100% - 28px,1180px)}.landing__header,.topbar{min-height:64px}.landing__header .edition,.topbar .edition{display:none}.incoming-challenge{grid-template-columns:44px 1fr;width:calc(100% - 28px);margin-block-start:.8rem}.incoming-challenge__icon{width:44px;height:44px}.incoming-challenge>span:last-child{grid-template-columns:1fr}.incoming-challenge em{white-space:normal;grid-area:3/1;margin-block-start:.15rem}.hero__copy{padding-block:3rem 0}.hero h1{font-size:3.75rem}.hero__lead{font-size:1rem}.hero__art{height:340px;margin-inline:-1rem}.bank-card{padding:1.2rem;inset:14% 6% 17% 10%}.bank-card__bars{height:55px;margin-block-start:1.2rem}.bank-card__shutter{padding:.8rem;font-size:1.9rem}.bill{scale:.78}.stamp{width:84px;height:84px;font-size:.58rem}.bridge{height:54px}.bridge i{height:48px}.landing__bottom{grid-template-columns:1fr}.mini-ranking{grid-column:auto}.feature{padding-block:.6rem}.site-footer{text-align:start;flex-direction:column;align-items:flex-start}.creator-links--compact{justify-content:flex-start}.setup__grid{margin-block:2.2rem}.setup__story h1{font-size:3.25rem}.setup__story blockquote{margin-block-start:2rem}.setup__form{border-radius:14px;margin-inline:-4px;padding:1.25rem}.starting-balance{grid-template-columns:1fr}.starting-balance strong{margin-block:.25rem}.game-header{z-index:20;background:color-mix(in srgb, var(--paper) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);gap:.55rem;min-height:58px;padding-inline:14px;position:sticky;top:0}.game-header .logo{gap:.18rem;font-size:1.04rem}.game-header .logo__sun{width:1.45rem;height:1.45rem;margin-inline-end:.1rem;font-size:.75rem}.game-header__wealth{text-align:end}.game-header__wealth span{display:none}.game-header__wealth strong{font-size:1.05rem}.game-header__name{display:none}.mobile-game-pulse{z-index:19;min-height:42px;color:var(--ink);background:color-mix(in srgb, var(--paper) 96%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-variant-numeric:tabular-nums;border-bottom:1px solid #173d2d1f;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.45rem 14px;display:grid;position:sticky;top:58px;box-shadow:0 7px 18px #173d2d0d}.mobile-game-pulse>span{color:var(--paper);background:var(--red);border-radius:999px;padding:.25rem .45rem;font-size:.61rem;font-weight:900}.mobile-game-pulse strong{font-family:DM Serif Display,Georgia,serif;font-size:1.15rem;font-weight:400}.mobile-game-pulse small{max-width:118px;color:var(--ink-soft);text-align:end;text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-weight:800;overflow:hidden}.game-layout{margin-block:1.35rem 2rem}.event-panel{padding-inline:0}.event-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.year-mark{margin-block-start:1.15rem}.event-panel h1{font-size:clamp(2.7rem,12vw,3.25rem);line-height:1.02}.event-body{font-size:1rem;line-height:1.58}.choice{border-radius:14px;grid-template-columns:2.4rem 1fr;gap:.72rem;min-height:112px;padding:1rem 2.5rem 1rem .9rem}.choice__letter{width:2.4rem;height:2.4rem}.choice__copy b{font-size:.92rem}.choice__copy small{font-size:.76rem;line-height:1.45}.choice__arrow{right:.8rem}.sidebar{grid-template-columns:1fr 1fr}.history-mini{grid-column:span 2}.sidebar .statbar{padding-inline:1rem}.outcome{padding-block-start:1rem}.outcome h1{font-size:3.5rem}.outcome__text{font-size:1.3rem}.wealth-change{gap:.7rem}.result__hero{border-radius:20px;width:calc(100% - 20px);margin-block-start:.75rem;padding:3.65rem 1.2rem 1.4rem}.result__hero h1{font-size:clamp(2.95rem,13vw,3.35rem);line-height:1}.result__hero>p:not(.eyebrow){font-size:.94rem;line-height:1.5}.result__emoji{width:74px;height:74px;margin-block-end:.7rem;font-size:2.45rem}.result__stamp{top:.85rem;right:.85rem}.result__wealth{margin-block:1.3rem;padding-block:1rem}.result__wealth strong{font-size:2.3rem}.result__actions{flex-direction:column}.result__actions .button{width:100%}.result__details{grid-template-columns:1fr}.result-card{padding:1.25rem}.duel-result{grid-template-columns:1fr;gap:1.2rem}.duel-score{justify-content:space-between;gap:.35rem}.duel-score>span{min-width:0}.duel-score>span strong{font-size:1.05rem}.result-card--social{grid-template-columns:1fr}.social-copy{padding:1.5rem 1.25rem}.social-ticket{min-height:220px;padding:1.5rem 1.25rem}.social-button{flex-direction:column}.result-card--history{grid-row:auto}.result-card--history p{grid-template-columns:72px 1fr}.result-card--history p strong{grid-column:2}.badge-grid{grid-template-columns:1fr}.berry-cta,.creator-cta{grid-template-columns:1fr;gap:1.15rem;width:calc(100% - 28px);margin:-1rem auto 2rem;padding:1.5rem 1.25rem}.berry-cta h2{font-size:2.15rem}.berry-cta__button{width:100%}.creator-cta{flex-direction:column;align-items:flex-start}.creator-cta .creator-links{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
