@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--bg:#171917;--panel:#20231f;--line:#373b32;--text:#f2f1e9;--muted:#a1a698;--accent:#d7fc70;--red:#ff8c83;--green:#d7fc70;color-scheme:dark;font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text)}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button{border:0}a{color:inherit;text-decoration:none}.topbar{height:94px;margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:16px}.brand{display:flex;align-items:center;gap:12px;font-size:14px;letter-spacing:1px;font-weight:700}.brand-light{font-weight:400;color:var(--muted)}.brandmark{display:grid;place-items:center;background:var(--accent);color:var(--bg);width:34px;height:34px;border-radius:50%;font-size:26px}.edition{font-size:12px;letter-spacing:1.5px;color:var(--muted)}.iconbtn{width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:50%;font-size:19px}.landing{max-width:1330px;margin:auto;display:grid;grid-template-columns:1fr 1fr;padding:64px 6% 60px;gap:5%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:10px}.dash{width:24px;height:2px;background:var(--accent)}h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(90px,9.8vw,148px);line-height:.84;margin:32px 0 28px;font-weight:800;letter-spacing:-1px}h1>span:not(.period){color:var(--accent)}.period{color:var(--accent)}.fortune{font-size:35px;font-weight:500;letter-spacing:-1px}.fortune span{font-size:14px;letter-spacing:2px;color:var(--muted);margin-left:7px}p{color:var(--muted);line-height:1.65;font-size:16px}.landing p{margin:12px 0 25px}.primary{background:var(--accent);color:#171917;border-radius:8px;min-height:56px;padding:16px 24px;font-weight:700;font-size:14px;letter-spacing:.5px;display:flex;align-items:center;justify-content:space-between;gap:25px;transition:transform .2s,background .2s}.primary:hover{background:#e2ff96;transform:translateY(-2px)}.start{width:280px}.start span{font-size:25px;line-height:20px}.start-caption{font-size:11px;letter-spacing:1.4px;margin-top:14px;color:var(--muted)}.orbit-art{position:relative;align-self:center;aspect-ratio:1;width:100%;min-width:0}.orbit{position:absolute;border:1px solid var(--line);border-radius:50%;inset:0}.o2{inset:12%;border-style:dashed;opacity:.8}.hero-coin{position:absolute;inset:24%;border:1px solid #9da86b;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--accent);color:var(--bg);box-shadow:0 0 0 10px var(--bg),0 0 0 11px #434a33;transform:rotate(-12deg)}.hero-coin strong{font-family:serif;font-size:clamp(80px,12vw,170px);font-weight:400;line-height:1.05}.hero-coin>span{font-size:9px;letter-spacing:2px}.satellite{position:absolute;width:23%;aspect-ratio:1;border-radius:50%;background:#252922;border:1px solid #49513e;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:39px;gap:6px;animation:float 6s ease-in-out infinite;color:var(--accent)}.satellite small{font-size:11px;letter-spacing:2px;color:var(--text)}.sat1{top:0;left:20%}.sat2{right:-2%;top:38%;animation-delay:-2s}.sat3{bottom:-1%;left:14%;animation-delay:-4s}.orbit-label{position:absolute;right:2%;top:7%;writing-mode:vertical-rl;font-size:10px;letter-spacing:2px;color:var(--muted)}.float-num{position:absolute;font:12px monospace;color:#727969}.num1{left:-3%;top:45%;transform:rotate(-90deg)}.num2{right:23%;bottom:8%;font-size:22px}.orbit-bottom{position:absolute;top:112%;left:0;right:0;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px;color:var(--muted)}.site-footer{margin:0 5%;padding:23px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:10px;letter-spacing:1px}.center{min-height:70vh;max-width:900px;margin:auto;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:60px 20px}h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:72px;line-height:.95;margin:24px 0;letter-spacing:-1px}.mode-row{display:flex;gap:24px;margin:32px 0}.mode{height:170px;width:170px;background:var(--panel);border:1px solid var(--line);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:28px}.mode b{font-family:'Barlow Condensed',Impact,sans-serif;font-size:36px}.mode span{font-size:11px;letter-spacing:1px}.chosen{background:var(--accent);color:var(--bg)}.enter{animation:enter .4s ease both}@keyframes enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes float{50%{transform:translateY(-5px)}}@media(min-width:1500px){.landing{padding-top:80px;padding-bottom:100px}}@media(max-width:700px){.topbar{height:72px;margin:0 6%}.edition{display:none}.brand{font-size:12px}.landing{display:block;padding:38px 8% 40px}.landing-copy{position:relative;z-index:1}.eyebrow{font-size:10px;letter-spacing:1.6px}h1{font-size:clamp(82px,22vw,113px);margin:30px 0 25px;line-height:.87}.fortune{font-size:30px}.fortune span{font-size:12px}.start{width:100%;margin-top:26px}.start-caption{text-align:center;font-size:10px}.orbit-art{display:none}.site-footer{font-size:9px;margin:0 8%;line-height:1.6;flex-direction:column;gap:6px}.site-footer span:first-child,.site-footer span:last-child{display:none}.landing p{font-size:15px}.center{min-height:calc(100svh - 130px);padding:32px 18px}h2{font-size:60px}.mode-row{gap:10px;width:100%;justify-content:center}.mode{width:104px;height:104px;font-size:20px;gap:3px}.mode b{font-size:26px}.mode span{font-size:9px;letter-spacing:.4px}.center p{font-size:15px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.lime,.gain{color:var(--accent)}.loss{color:var(--red)}.wide{width:100%}.micro{display:block;font-size:11px;letter-spacing:1.3px;color:var(--muted);font-weight:500}.fine{font-size:12px;line-height:1.7;color:var(--muted)}.textbtn{background:transparent;min-height:44px;font-size:12px;letter-spacing:1px;color:var(--muted);padding:12px}.textbtn:hover{color:var(--accent)}.outline{min-height:52px;border:1px solid var(--line);background:transparent;border-radius:8px;font-size:13px;font-weight:600}.outline:hover{border-color:var(--accent)}.begin{width:340px;max-width:100%;margin:28px 0 12px}.mode-icon{font-size:32px!important;line-height:1}.mode-note{font-size:10px;letter-spacing:1px;color:var(--muted);min-height:25px}.game{max-width:1120px;margin:auto;padding:28px 40px 0;min-height:calc(100svh - 94px);display:flex;flex-direction:column}.moneybar{display:flex;align-items:center;justify-content:space-between}.moneybar strong{font-size:27px;font-weight:500;margin-top:7px;display:block;letter-spacing:-.5px}.moneybar strong small{font-size:12px;letter-spacing:1px;color:var(--muted)}.timer-block{text-align:right}#timer{font-size:25px;font-variant-numeric:tabular-nums;display:block;margin-top:7px;font-weight:500}.game-intro{text-align:center;margin:20px 0 0}.game-intro .eyebrow{justify-content:center}.game-intro h2{font-size:57px;margin:14px 0}.game-intro p{font-size:14px;margin:0}.mobile-only{display:none}.bubble-field{position:relative;display:grid;grid-template-columns:repeat(5,1fr);justify-items:center;align-items:center;gap:10px 16px;width:850px;max-width:100%;margin:26px auto 34px;padding-bottom:28px}.bubble{border:1px solid #4a513e;background:#252922;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;transition:background .25s,box-shadow .25s,border .25s;animation:pop .4s backwards,float 7s ease-in-out infinite;animation-delay:calc(var(--i)*.025s),calc(var(--i)*-.7s);text-align:center}.bubble:hover{border-color:var(--accent);background:#303825}.bubble:active{scale:.95}.bubble b{text-transform:uppercase;letter-spacing:.6px;font-size:13px}.major{width:142px;height:142px}.major:nth-child(2n){background:#2d3424}.major:nth-child(n+6){position:relative;left:50%}.bubble-icon{font-family:serif;color:var(--accent);font-size:31px;line-height:1}.bubble-hint{font-size:9px;color:var(--muted)}.bubble-count{font-size:10px;color:var(--accent)}.has-selection{border-color:#c9ec64;box-shadow:inset 0 0 0 2px #d7fc7018}.danger{background:#292621!important;border-color:#65523b!important}.danger .bubble-icon{color:#e3bc8e}.field-caption{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:10px;letter-spacing:1.5px;color:#808974}.roadmap-bar{background:#22261f;border:1px solid var(--line);border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:28px;margin-top:auto;margin-bottom:26px;position:sticky;bottom:12px;z-index:3;box-shadow:0 8px 30px #10120f70}.roadmap-summary{background:none;text-align:left;min-height:44px;padding:0;color:var(--text)}.roadmap-summary .micro{display:flex;gap:30px}.roadmap-summary b{font-family:'Barlow Condensed',Impact,sans-serif;font-size:30px;font-weight:600}.roadmap-summary b span{font-family:'DM Sans',sans-serif;font-size:10px;color:var(--muted);letter-spacing:.6px}.committed{border-left:1px solid var(--line);padding-left:28px;flex:1}.committed b{display:block;margin-top:7px;font-size:21px;font-weight:500;white-space:nowrap}.committed small{font-size:10px;color:var(--muted)}.debt-label{display:block;font-size:10px;color:#e3bc8e;margin-top:3px}.submit{font-size:12px}.subheading{text-align:center;margin:16px 0}.subheading .eyebrow{justify-content:center;margin-top:15px}.subheading h2{font-size:53px;margin:15px 0 8px}.subheading p{font-size:13px;margin:0}.back{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;min-width:min(240px,100%);max-width:100%;padding:14px 22px;margin:4px 0 12px;border:2px solid var(--accent);border-radius:12px;background:var(--accent);color:var(--bg);font-size:16px;font-weight:800;line-height:1.3;letter-spacing:.5px;box-shadow:0 4px 18px #d7fc7026;transition:background .2s,transform .2s,box-shadow .2s}.back-arrow{font-size:26px;line-height:1;flex-shrink:0}.back:hover{background:#e6ff9e;box-shadow:0 6px 22px #d7fc7040}.back:active{transform:scale(.97)}.back:focus-visible{outline:3px solid var(--text);outline-offset:4px}@media(max-width:700px){.back{width:100%;min-height:58px}}.sub-field{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;max-width:820px;margin:15px auto 35px}.minor{height:115px;width:115px;padding:12px}.minor b{font-size:12px;letter-spacing:0}.minor small{font-size:9px;color:var(--muted);letter-spacing:.5px}.focus-bubble{height:125px;width:125px;border:1px solid var(--accent);background:var(--accent);color:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}.focus-bubble>span{font-size:35px}.focus-bubble>b{font-size:12px;text-transform:uppercase}.focus-bubble.danger{color:#e3bc8e}.decision-field{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:center;margin:15px auto 38px;max-width:860px}.decision{border-radius:50%;width:168px;height:168px;border:1px solid #4a513e;background:#252922;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:15px;transition:background .2s,scale .2s;animation:pop .35s both;animation-delay:calc(var(--i)*.04s)}.decision:hover{border-color:var(--accent)}.decision:active{scale:.95}.decision b{font-size:13px;line-height:1.25;max-width:145px}.decision-symbol{font-size:24px;color:var(--accent);height:25px;line-height:1}.cost{font-size:16px}.cost small{font-size:9px;color:var(--muted)}.decision-status{font-size:9px;letter-spacing:1px;color:var(--muted)}.decision.selected{background:var(--accent);color:var(--bg);border-color:var(--accent)}.decision.selected .decision-symbol,.decision.selected .decision-status,.decision.selected small{color:#34451a}.risky{border-color:#65523b;background:#292621}.risky .decision-symbol{color:#e3bc8e}.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{50%{opacity:.55}}@keyframes pop{from{opacity:0;scale:.75}to{opacity:1;scale:1}}dialog{background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:20px;width:min(620px,calc(100% - 24px));max-height:88svh;padding:42px;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#060906bb;backdrop-filter:blur(7px)}dialog h2{font-size:54px}.close{position:absolute;right:12px;top:12px}.rules p{display:flex;gap:20px;font-size:15px}.rules b{color:var(--accent);font-family:'Barlow Condensed',Impact,sans-serif;font-size:28px;font-weight:500}.map-root{display:flex;align-items:center;gap:15px;border:1px solid #617143;border-radius:8px;padding:17px;background:#272e1f;color:var(--accent);font-size:27px;margin:20px 0 0}.map-root b{font-size:13px;letter-spacing:1px}.tree{border-left:1px solid #4a553a;margin-left:22px;padding-left:22px}.tree-branch{padding-top:20px;position:relative}.tree-branch:before{content:'';position:absolute;top:42px;left:-23px;width:20px;border-top:1px solid #4a553a}.tree-branch h3{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--accent);font-weight:500}.tree-leaves{display:flex;gap:8px;flex-wrap:wrap}.map-leaf{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;font-size:12px;min-height:54px}.map-leaf small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.map-leaf:hover{border-color:var(--red)}.commit-details{padding:24px 0;margin:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:12px}.commit-details>div{display:flex;justify-content:space-between;gap:10px;font-size:12px}.commit-details span{color:var(--muted)}.commit-details b{font-size:12px;font-weight:500}#toast{position:fixed;bottom:130px;left:50%;transform:translate(-50%,15px);background:#edf0df;color:#1d2315;padding:13px 18px;border-radius:8px;z-index:10;font-size:12px;max-width:90%;width:max-content;box-shadow:0 8px 30px #0004;opacity:0;pointer-events:none;transition:.2s}#toast.visible{opacity:1;transform:translate(-50%,0)}.sim{max-width:760px;min-height:76vh}.sim-loader{margin-top:40px;width:75px;height:75px;border:1px solid #596c32;color:var(--accent);display:grid;place-items:center;border-radius:50%;font-size:46px;animation:pulse 2s infinite}.sim h2{font-size:70px}.sim h2 .micro{font-family:'DM Sans',sans-serif;letter-spacing:2px}.sim p{min-height:53px;max-width:500px}.sim-number{font-size:32px;min-height:50px;font-variant-numeric:tabular-nums}.sim-track{width:100%;height:3px;background:var(--line);margin:20px 0}#sim-progress{display:block;width:0;height:100%;background:var(--accent);transition:width 1s}.chart{display:block;width:100%;height:auto;max-height:150px}#sim-graph{width:100%;min-height:120px}.results{max-width:1040px;margin:auto;padding:35px 40px 55px}.result-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.result-hero{text-align:center;padding:50px 0 20px;max-width:760px;margin:auto}.result-hero h2{font-size:80px;line-height:.9;margin:24px 0 35px}.final-number{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(70px,9vw,125px);line-height:1.1;margin-top:10px;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.crore-label{font-size:12px;letter-spacing:4px}.profit{font-size:15px;margin:25px 0 20px}.profit span{font-size:12px;opacity:.7}.chart-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.ending{position:relative;background:var(--accent);border-radius:12px;padding:25px 30px;color:var(--bg);overflow:hidden}.ending .micro{color:#546134}.ending h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:44px;line-height:1;margin:12px 80px 0 0}.ending-symbol{position:absolute;right:30px;top:12px;font-size:85px}.empire-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:35px 0}.empire-stats>div{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid var(--line);padding-bottom:20px}.empire-stats b{font-family:'Barlow Condensed',Impact,sans-serif;font-size:40px;font-weight:500}.empire-stats span{font-size:10px;letter-spacing:1px;color:var(--muted)}.result-section{margin-top:40px}.insights{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-top:20px}.insights article{padding:25px;background:var(--bg)}h4{font-size:19px;line-height:1.5;margin:14px 0 0;font-weight:500}h4 strong{display:block;font-size:23px;margin-top:8px}.insights p{font-size:12px}.timeline{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:30px}.timeline summary{cursor:pointer;min-height:62px;padding:22px 0;font-size:12px;letter-spacing:1.5px;list-style:none}.timeline summary>span{float:right}.timeline>div{display:flex;gap:18px;align-items:center;padding:15px 0;border-top:1px solid var(--line)}.timeline>div>span{color:var(--accent);font-size:12px}.timeline p{flex:1;font-size:13px;margin:0}.timeline p small{display:block;font-size:11px}.timeline b{font-size:13px;white-space:nowrap;font-weight:500}.badges{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.badge{border:1px solid var(--line);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:7px}.badge>span{font-size:25px;color:var(--accent)}.badge b{font-size:12px;font-weight:500}.badge small{font-size:10px;color:var(--muted);line-height:1.5}.share-panel{display:flex;justify-content:space-between;gap:30px;padding:45px 0 20px;border-top:1px solid var(--line);margin-top:45px}.share-panel h2{font-size:50px;margin:18px 0}.share-panel p{font-size:14px}.share-actions{min-width:280px;display:grid;gap:10px}.button-pair{display:flex;justify-content:space-between;gap:8px}.copybox{width:100%;min-height:200px;padding:20px;background:var(--panel);color:var(--text);font:14px/1.6 'DM Sans',sans-serif;border:1px solid var(--line);border-radius:10px}
@media(max-width:700px){.game{padding:18px 17px 0;min-height:calc(100svh - 72px)}.moneybar{margin:0 7px}.moneybar .micro{font-size:9px;letter-spacing:1px}.moneybar strong{font-size:22px}.timer-block .micro{font-size:9px}#timer{font-size:23px}.game-intro{margin-top:24px}.game-intro h2{font-size:43px;margin:9px 0}.game-intro .eyebrow{font-size:9px}.game-intro p{font-size:12px;max-width:300px;margin:auto}.bubble-field{grid-template-columns:repeat(3,1fr);gap:12px 7px;margin:23px auto 20px;padding-bottom:25px;max-width:360px}.major{width:96px;height:96px;gap:5px}.major:nth-child(n+6){left:0}.bubble-icon{font-size:25px}.bubble b{font-size:10px;letter-spacing:.2px}.bubble-hint{display:none}.bubble-count{font-size:8px}.field-caption{font-size:8px;letter-spacing:1px}.roadmap-bar{padding:13px;gap:12px;flex-wrap:wrap;margin:0 -3px 15px;bottom:8px;position:sticky;border-radius:12px}.roadmap-summary{flex:1}.roadmap-summary .micro{font-size:9px;gap:15px}.roadmap-summary b{font-size:25px}.roadmap-summary b span{font-size:9px}.committed{padding-left:14px;flex:1;text-align:right}.committed .micro{font-size:9px}.committed b{font-size:20px;margin-top:4px}.committed small{font-size:9px}.submit{width:100%;min-height:48px;padding:12px 15px}.debt-label{font-size:8px}.subheading{margin:12px 0}.subheading h2{font-size:44px;margin:8px 0}.subheading p{font-size:12px}.sub-field{gap:12px 9px;margin:15px auto 25px;max-width:370px}.minor{width:91px;height:91px;gap:5px;padding:7px}.minor b{font-size:11px}.minor small{font-size:8px}.focus-bubble{height:96px;width:96px}.focus-bubble>b{font-size:10px}.focus-bubble>span{font-size:29px}.decision-field{gap:12px;margin:12px auto 25px}.decision{width:145px;height:145px;padding:12px;gap:7px}.decision b{font-size:12px}.decision-symbol{font-size:21px;height:19px}.cost{font-size:14px}.decision-status{font-size:8px}.decision-field{max-width:350px}dialog{padding:38px 22px 25px;border-radius:16px}dialog h2{font-size:48px}.tree{margin-left:12px;padding-left:15px}.tree-branch:before{left:-16px;width:13px}.commit-details>div{font-size:11px}.commit-details b{font-size:11px}.sim h2{font-size:60px}.sim-number{font-size:29px}.sim-loader{margin-top:25px}.results{padding:26px 22px 30px}.result-top{align-items:start;flex-direction:column;gap:8px}.result-top .micro{font-size:9px}.result-hero{padding-top:36px}.result-hero h2{font-size:60px}.result-hero>.micro{font-size:9px}.final-number{font-size:clamp(58px,17vw,78px);letter-spacing:-1px}.profit{font-size:12px}.profit span{display:block;margin-top:6px;font-size:11px}.ending{padding:23px 20px}.ending h3{font-size:35px;margin-right:45px}.ending-symbol{font-size:62px;right:14px;top:22px}.ending .micro{font-size:9px}.empire-stats{grid-template-columns:repeat(3,1fr);gap:15px;margin:25px 0}.empire-stats b{font-size:30px}.empire-stats span{font-size:8px;letter-spacing:.5px}.insights{grid-template-columns:1fr}.insights article{padding:20px}.insights h4{font-size:17px}.timeline>div{flex-wrap:wrap;gap:9px}.timeline p{flex-basis:80%;font-size:12px}.timeline b{margin-left:39px;font-size:12px}.badges{grid-template-columns:1fr 1fr}.badge{padding:13px}.share-panel{flex-direction:column;gap:15px;padding-top:30px}.share-panel h2{font-size:42px}.share-actions{min-width:0}.result-section .eyebrow{font-size:9px}.mode-note{font-size:9px;max-width:290px;line-height:1.6}.mode-row{margin:26px 0 22px}.mode-icon{font-size:22px!important}.mode-note+.begin{margin-top:20px}#toast{bottom:150px}}
@media(max-width:370px){.major{width:88px;height:88px}.bubble-field{gap:11px 4px}.game-intro{margin-top:18px}.game-intro h2{font-size:39px}.decision{width:137px;height:137px}.mode{width:98px;height:98px}.mode-row{gap:6px}.game{padding-left:14px;padding-right:14px}}@media(min-width:701px) and (max-height:850px){.game-intro{margin-top:10px}.game-intro h2{font-size:45px;margin:9px 0}.major{width:120px;height:120px}.bubble-field{max-width:740px;margin:18px auto 25px}.game{padding-top:20px}.roadmap-bar{padding:14px 22px}.landing{padding-top:42px;padding-bottom:42px}h1{font-size:clamp(90px,9vw,125px)}.landing p{font-size:14px}.fortune{font-size:30px}}
.bubble-field{width:100%;max-width:850px}.minor b{overflow-wrap:anywhere}.focus-bubble{order:4}.minor:nth-child(2){order:1}.minor:nth-child(3){order:2}.minor:nth-child(4){order:3}.minor:nth-child(n+5){order:5}.committed b{animation:cash-pop .3s ease}@keyframes cash-pop{from{opacity:.5;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.bubble-field{max-width:360px}}@media(prefers-reduced-motion:reduce){.committed b{animation:none}}
