html,body,#root{height:100%;overflow:hidden}.nimori-game{height:100dvh;background:#220004;color:#fff0d7;font-family:Courier New,monospace;overflow:hidden}.nimori-game button{font-family:inherit}.game-app{height:calc(100dvh - 24px);display:grid;grid-template-rows:64px minmax(0,1fr) 92px}.game-topbar{z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#310005;border-bottom:4px solid #ffd044;padding:0 20px}.game-logo{display:flex;align-items:center;gap:10px;font:1000 21px Arial Black,Arial;letter-spacing:-.05em;white-space:nowrap}.game-logo img{width:42px;height:42px;border:2px solid #ffd044;image-rendering:pixelated}.game-logo span{color:#ffd044}.top-stats{display:flex;gap:22px;font:700 11px Courier New;color:#e4a897}.top-stats strong{display:block;color:#ffdd87;font-size:15px}.top-actions{display:flex;gap:7px}.top-actions button{display:flex;align-items:center;justify-content:center;gap:5px;height:38px;background:#6a000b;color:#ffe4cd;border:2px solid #d54832;box-shadow:3px 3px #100002;padding:0 10px;font:700 11px Courier New}.top-actions button:hover{background:#ad0015;border-color:#ffd044}.top-actions .hud-wallet{background:#ffd044;color:#420007;border-color:#ffd044}.game-screen{position:relative;isolation:isolate;overflow:hidden;background:#500006}.world-back{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/game-world.png) left center/auto 100% repeat-x;image-rendering:pixelated;filter:saturate(1.07)}.world-back:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#24000388,transparent 35%,#27000340)}.scanlines{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none;background:repeating-linear-gradient(0deg,transparent 0 3px,#18000212 3px 4px)}.world-layer{position:absolute;inset:0 auto 0 0;width:3150px;will-change:transform}.world-floor{position:absolute;bottom:0;left:0;right:0;height:17%;background:repeating-linear-gradient(90deg,#290002b5 0,#290002b5 36px,#450006b5 36px,#450006b5 42px);border-top:7px solid #ee2c1d;box-shadow:0 -5px #5d0009}.world-floor:before{content:"";position:absolute;top:-14px;left:0;right:0;height:9px;background:repeating-linear-gradient(90deg,#ffb43f 0,#ffb43f 5px,#aa0916 5px,#aa0916 14px,#47000a 14px,#47000a 23px)}.avatar,.npc{position:absolute;bottom:15%;z-index:4;width:132px;height:150px;pointer-events:none;transform-origin:center bottom}.avatar img,.npc img{height:100%;width:100%;object-fit:contain;object-position:center bottom;image-rendering:pixelated;filter:drop-shadow(5px 5px #2d0004);position:relative;z-index:2}.avatar:not(.walking):not(.jumping) img,.npc img{animation:idle .9s steps(2) infinite alternate}.avatar.walking img{animation:walk .2s steps(2) infinite alternate}.avatar.jumping img{animation:jump .43s ease-out}.avatar-shadow{position:absolute;bottom:0;left:25%;width:55%;height:12px;border-radius:50%;background:#16000299}.npc{width:151px;height:161px}.npc-bubble{position:absolute;top:-40px;left:-35px;width:220px;text-align:center;background:#fff0d8;color:#540008;border:3px solid #4c0008;box-shadow:4px 4px #220003;padding:7px;font:700 11px Courier New;animation:idle 1s steps(2) infinite alternate}.station{position:absolute;bottom:17%;z-index:2;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;width:170px;min-height:170px;padding:8px 8px 18px;background:#590009ed;color:#ffe9cc;border:3px solid #e84c30;box-shadow:0 0 0 4px #400006,5px 5px #260003;text-align:center;transition:transform .2s,background .2s}.station:hover,.station.near{transform:translate(-50%) translateY(-8px);background:#87000def;box-shadow:0 0 0 4px #ffcc48,5px 5px #260003}.station-top{display:flex;justify-content:space-between;width:100%;font:700 9px Courier New;color:#ffd248}.station-icon{width:67px;height:67px;display:grid;place-items:center;background:#bd0015;color:#fff1d8;border:4px solid #ffd044;box-shadow:inset 4px 4px #840018,4px 4px #250004;font:900 43px Georgia}.station-1 .station-icon{background:#ffd044;color:#570007}.station strong{font:700 12px Courier New}.station small{color:#ffc7ac;font:9px Courier New}.station-plinth{position:absolute;bottom:-20px;width:125px;height:16px;background:#f6ba39;border:4px solid #4d0008}.world-coin{position:absolute;bottom:42%;z-index:2;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:4px solid #ffd04e;box-shadow:0 0 0 3px #602000,4px 5px #340003;background:#ad2708;color:#ffe360;font:700 19px Arial;animation:coinFloat .7s steps(2) infinite alternate}.coin-burst{position:absolute;bottom:48%;z-index:9;color:#ffe662;font:700 18px Courier New;text-shadow:2px 2px #430008;white-space:nowrap;animation:coinPop .65s ease-out forwards}.world-status{position:absolute;top:17px;left:20px;z-index:4;background:#370006e8;border:2px solid #ffbc4d;color:#ffe5c3;padding:9px 12px;font:700 10px Courier New}.status-pixel{display:inline-block;width:9px;height:9px;background:#ffd03c;margin-right:6px;box-shadow:2px 2px #71000c}.game-dialogue{position:absolute;z-index:6;bottom:22px;left:50%;transform:translate(-50%);width:min(680px,calc(100% - 32px));min-height:91px;display:flex;align-items:center;gap:14px;background:#300005ef;border:4px solid #ffcb45;box-shadow:7px 7px #170002;padding:9px 16px}.game-dialogue img{width:66px;height:66px;object-fit:contain;image-rendering:pixelated;flex:none}.game-dialogue div{min-width:0;flex:1}.game-dialogue span{font:700 10px Courier New;color:#ffd04a}.game-dialogue p{font:14px/1.4 Courier New;margin:3px 0 0;color:#ffe8d1}.game-dialogue button{background:#ffd34a;color:#410005;border:3px solid #430006;box-shadow:3px 3px #1b0002;padding:9px 12px;white-space:nowrap;font:700 12px Courier New}.start-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-items:center;background:linear-gradient(90deg,#240002d9,#3b0009a6,#240002d9);padding:16px}.start-card{text-align:center;width:min(560px,100%);background:#4c0009e6;border:4px solid #ffc83c;box-shadow:0 0 0 7px #490006,10px 10px #150002;padding:24px 20px 27px}.start-eyebrow{color:#ffd44b;font:700 13px Courier New}.start-card h1{font:1000 clamp(55px,9vw,98px)/.81 Arial Black,Impact,Arial;margin:19px 0 23px;color:#fff0d8;letter-spacing:-.095em;text-shadow:5px 6px #8e0010,9px 10px #240002}.start-card h1 span{color:#ffd24c}.start-card p{font:700 16px/1.5 Courier New;margin:0 0 23px}.start-button{background:#ffd13f;color:#410006;border:4px solid #390005;box-shadow:6px 6px #1e0003;font:900 22px Courier New;padding:16px 28px;animation:buttonPulse 1s steps(2) infinite alternate}.start-button:hover{background:#fff1d8}.start-card small{display:block;margin-top:25px;color:#ffcbb9;font:700 10px/1.6 Courier New}.game-bottom{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#3a0006;border-top:4px solid #ffcb3f;padding:10px 22px}.quest-copy{min-width:275px}.quest-copy>span{display:block;color:#ffd149;font:700 11px Courier New}.quest-copy strong{display:block;font:700 12px Courier New;margin:5px 0 8px}.quest-track{height:9px;background:#150002;border:2px solid #d04c32}.quest-track i{display:block;height:100%;background:#ffd13f;transition:width .3s}.control-note{display:flex;align-items:center;gap:6px;color:#ffe0c3;font:700 11px Courier New;white-space:nowrap}.control-note span{margin-left:12px}kbd{background:#75000b;border:2px solid #d04c32;box-shadow:2px 2px #1c0002;padding:4px 7px;color:#ffd13f}.mobile-controls{display:none}.game-legal{height:24px;background:#1d0003;color:#c98f81;font:9px/24px Courier New;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 14px;text-align:center}.map-overlay{position:absolute;top:75px;right:20px;z-index:15;width:min(450px,calc(100vw - 40px));max-height:calc(100dvh - 190px);overflow:auto;background:#4c0008;border:4px solid #ffd13f;box-shadow:8px 8px #150002;padding:18px}.map-head{display:flex;justify-content:space-between;align-items:center;color:#ffd13f;font:700 18px Courier New}.map-head button{background:none;border:0;color:#fff0d7}.map-overlay p{font:13px Courier New;margin:8px 0 18px}.map-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.map-grid button{display:flex;flex-direction:column;align-items:flex-start;gap:5px;text-align:left;min-height:92px;padding:10px;background:#71000c;color:#fff0d7;border:2px solid #d04d30}.map-grid button:hover{background:#a90015;border-color:#ffd13f}.map-grid span{color:#ffd13f;font:700 12px Courier New}.map-grid b{font:700 11px Courier New}.map-grid small{color:#f5ba9d;font:10px Courier New}.game-screen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:14px}.screen-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:#110002c9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chapter-panel{position:relative;width:min(900px,100%);height:min(90dvh,850px);display:grid;grid-template-rows:75px minmax(0,1fr);background:#5d0009;border:5px solid #ffd043;box-shadow:0 0 0 6px #4c0007,14px 14px #140002;color:#fff0d7;overflow:hidden}.chapter-header{background:#2d0005;border-bottom:4px solid #ffd043;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px}.chapter-header>div{display:flex;flex-direction:column;align-items:center;gap:4px}.chapter-header>div span{font:700 10px Courier New;color:#ffd13f}.chapter-header>div strong{font:1000 21px Arial Black,Arial;letter-spacing:-.04em;white-space:nowrap}.chapter-header button{background:transparent;color:#ffdfbf;border:0;font:700 11px Courier New;display:flex;align-items:center;gap:7px}.chapter-header button:hover{color:#ffd13f}.chapter-scroll{overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:linear-gradient(#65000b,#85000d);padding:22px 26px 34px;scrollbar-color:#ffd043 #330005}.chapter-intro{background:#420006;border:2px solid #b33228;padding:14px 18px;margin:0 0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.chapter-intro>span{color:#ffd13f;font:700 12px Courier New;white-space:nowrap}.chapter-intro p{font:14px Courier New;margin:0}.chapter-scroll .section{padding:8px 0 35px;max-width:none;min-width:0;background:none}.chapter-scroll .section-head{margin-bottom:24px}.chapter-scroll .section-head h2{font-size:clamp(31px,5vw,50px)}.chapter-scroll .section-head .eyebrow{display:none}.chapter-scroll .section-head p{font-family:Courier New;font-size:15px}.chapter-scroll .swap-section{background:none;color:#fff0d7}.chapter-scroll .swap-section:before{display:none}.chapter-scroll .swap-section .section-head p{color:#ffc7b0}.chapter-scroll .swap-shell{max-width:520px}.chapter-scroll .demo-note{color:#f5bd9d}.chapter-scroll .supply-big{font-size:clamp(90px,16vw,180px)}.chapter-scroll .buy-grid{grid-template-columns:repeat(2,1fr)}.chapter-scroll .buy-grid article{min-height:230px}.chapter-scroll .how-grid{grid-template-columns:repeat(3,1fr)}.chapter-scroll .step-card{min-height:310px;padding:17px}.chapter-scroll .step-icon{width:65px;height:65px;margin:19px 0}.chapter-scroll .step-icon svg{width:35px;height:35px}.chapter-scroll .step-card h3{font-size:17px}.chapter-scroll .step-card p{font-size:14px}.chapter-scroll .token-layout{gap:20px}.chapter-scroll .token-list>div{font-size:13px}.chapter-scroll .stats strong{font-size:16px}.game-contract-pill{padding:16px;border:2px solid #f3835b;display:flex;align-items:center;gap:20px;margin:8px 0 24px;flex-wrap:wrap}.game-contract-pill>span{font:700 12px Courier New;color:#ffd13f}.chapter-exit{text-align:center;padding:15px 0 10px}.chapter-exit button{padding:13px 20px;background:#ffcf41;color:#470006;border:3px solid #3b0005;box-shadow:5px 5px #250002;font:700 13px Courier New}.nimori-game .toast{z-index:50}@keyframes idle{to{transform:translateY(-5px)}}@keyframes walk{to{transform:translateY(-8px) rotate(2deg)}}@keyframes jump{50%{transform:translateY(-76px)}to{transform:translateY(0)}}@keyframes coinFloat{to{transform:translateY(-6px)}}@keyframes coinPop{to{transform:translateY(-65px);opacity:0}}@keyframes buttonPulse{to{filter:brightness(1.12)}}@media(max-width:900px){.top-stats{gap:11px}.top-stats .hide-mobile{display:none}.chapter-scroll .how-grid{grid-template-columns:1fr}.chapter-scroll .step-card{min-height:0}.chapter-scroll .token-layout{grid-template-columns:1fr}.control-note span:last-child{display:none}}@media(max-width:650px){.game-app{grid-template-rows:58px minmax(0,1fr) 100px}.game-topbar{padding:0 9px;gap:6px}.game-logo{font-size:15px;gap:5px}.game-logo img{width:31px;height:31px}.game-logo span{display:none}.top-stats{gap:8px;font-size:8px}.top-stats strong{font-size:11px}.top-stats>span:first-child{display:none}.top-actions button{height:32px;padding:0 6px;font-size:9px}.top-actions button:first-child{display:none}.top-actions .hud-wallet{max-width:90px;overflow:hidden}.top-actions button span{display:none}.world-status{top:10px;left:9px;font-size:8px;max-width:210px}.avatar{width:88px;height:103px}.npc{width:95px;height:110px}.npc-bubble{font-size:7px;width:145px;top:-28px;left:-22px;padding:5px}.station{width:130px;min-height:145px;padding:6px 5px 16px}.station-icon{width:51px;height:51px;font-size:30px}.station strong{font-size:10px}.station small,.station-top{font-size:7px}.station-plinth{width:95px}.game-dialogue{bottom:12px;min-height:64px;padding:6px;gap:5px;border-width:3px;box-shadow:3px 3px #170002}.game-dialogue img{width:45px;height:45px}.game-dialogue span{font-size:8px}.game-dialogue p{font-size:10px}.game-dialogue button{font-size:9px;padding:6px}.start-card{padding:18px 11px}.start-eyebrow{font-size:9px}.start-card h1{font-size:clamp(60px,15vw,85px)}.start-card p{font-size:12px}.start-button{font-size:17px;padding:14px 18px}.start-card small{font-size:8px}.game-bottom{padding:8px 12px;gap:8px}.quest-copy{min-width:0;flex:1}.quest-copy strong{font-size:9px;line-height:1.2}.quest-copy>span{font-size:9px}.control-note{display:none}.mobile-controls{display:flex;gap:5px}.mobile-controls button{width:39px;height:40px;border:3px solid #ffd13f;background:#67000b;color:#ffd13f;display:grid;place-items:center;touch-action:none}.mobile-controls .action{background:#ffd13f;color:#570007;border-color:#410005}.mobile-controls svg{width:19px}.game-legal{text-align:left}.map-overlay{top:65px;right:10px;max-height:calc(100dvh - 180px)}.chapter-panel{height:calc(100dvh - 20px);grid-template-rows:62px minmax(0,1fr);border-width:3px;box-shadow:0 0 0 3px #4c0007}.chapter-header{padding:0 8px;gap:5px}.chapter-header>div strong{font-size:15px}.chapter-header>div span{font-size:8px}.chapter-header button{font-size:0;gap:0}.chapter-header button svg{width:20px}.chapter-scroll{padding:12px 11px 28px}.chapter-intro{padding:10px;display:block}.chapter-intro p{font-size:11px;margin-top:6px}.chapter-scroll .section-head h2{font-size:32px}.chapter-scroll .section-head p{font-size:13px}.chapter-scroll .buy-grid{grid-template-columns:1fr}.chapter-scroll .stats{grid-template-columns:repeat(2,1fr)}.chapter-scroll .meter-top{display:flex}.chapter-scroll .meter-bars{grid-template-columns:1fr}.chapter-scroll .contract-row{grid-template-columns:65px minmax(0,1fr) 19px}.game-contract-pill .copy-value{max-width:100%}}@media(prefers-reduced-motion:reduce){.nimori-game *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.map-social{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:15px;border-top:2px solid #b8332a;padding-top:15px}.map-social a{background:#ffd044;color:#480006;padding:10px;text-align:center;font:700 11px Courier New}.map-social a:hover{background:#fff0d7}.chapter-scroll .buy-route{display:flex;align-items:center;gap:5px;margin-top:20px;padding:0;color:#ffdc54;background:none;border:0;font:700 11px Arial}.chapter-panel.chapter-vault,.chapter-panel.chapter-staking{width:min(1100px,100%)}.chapter-vault .chapter-scroll,.chapter-staking .chapter-scroll{background:linear-gradient(150deg,#610008,#84000c 53%,#510006)}.chapter-scroll .vault-section .section-head,.chapter-scroll .staking-section .section-head{margin-bottom:16px}.vault-feature{display:flex;align-items:center;gap:28px;padding:12px 25px;margin:0 0 18px;background:#420006;border:3px solid #d44b2f;box-shadow:5px 5px #260003}.vault-chest{width:150px;height:135px;object-fit:contain;image-rendering:pixelated;flex:none;filter:drop-shadow(5px 5px #280002)}.vault-chest.open{animation:chestPop .45s steps(3) both}.vault-feature-copy{flex:1;min-width:0}.vault-feature-copy b{font:700 13px Courier New;color:#ffde65}.vault-feature-copy small{font:11px/1.5 Courier New;color:#ffc3a7}.stamina{display:flex;flex-wrap:wrap;gap:3px;margin:10px 0}.stamina span{width:24px;height:27px;display:grid;place-items:center;color:#742317;background:#370007;border:2px solid #793d25;font-size:15px}.stamina span.full{background:#a8250b;color:#ffd34c;border-color:#e9ac37;animation:leafPulse 1.3s steps(2) infinite alternate}.vault-grid,.staking-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vault-console,.vault-deposits,.staking-console,.partner-console{min-width:0;background:#450006;border:3px solid #dc5940;box-shadow:6px 6px #270003;padding:19px}.console-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:13px;margin-bottom:18px;border-bottom:2px dashed #a53825;color:#ffd13f;font:700 12px Courier New}.console-title span:last-child{color:#ffc8a3;font-size:10px}.vault-label,.staking-console label,.partner-console label{display:flex;justify-content:space-between;gap:6px;color:#ffe2c9;font:700 12px Courier New;margin-bottom:7px}.vault-label small,.staking-console label small{color:#e8ae93;font-size:10px}.vault-input-wrap,.stake-input-wrap,.partner-input-wrap{display:flex;align-items:center;gap:8px;background:#68000b;border:2px solid #b84b36;padding:9px 10px;min-height:56px}.vault-input-wrap input,.stake-input-wrap input,.partner-input-wrap input{width:100%;min-width:0;background:transparent;color:#fff4d9;border:0;font:20px Courier New;outline:0}.vault-input-wrap input::placeholder,.stake-input-wrap input::placeholder,.partner-input-wrap input::placeholder{color:#d19684}.vault-input-wrap b,.stake-input-wrap b{font:700 12px Courier New;color:#ffd13f}.vault-input-wrap button,.stake-input-wrap button{border:0;background:#ffcf48;color:#4a0006;padding:7px;font:700 10px Courier New}.vault-match{display:flex;align-items:center;gap:8px;margin:12px 0 18px;background:#ad1318;border:2px solid #ffbd4b;padding:12px}.vault-match span{font:700 10px Courier New;color:#ffe1bf;flex:1}.vault-match strong{font:700 17px Courier New;color:#ffda4c;overflow:hidden;text-overflow:ellipsis}.vault-match b{font:700 10px Courier New}.vault-details,.seat-rows{border-top:1px solid #a94631}.vault-details>div,.seat-rows>div{display:flex;justify-content:space-between;gap:15px;align-items:center;border-bottom:1px solid #a94631;padding:10px 0;font:11px Courier New}.vault-details span,.seat-rows span{color:#eaae96}.vault-details strong,.seat-rows b{text-align:right;color:#ffe4c7}.refund-note{background:#72300a;padding:9px;color:#ffe4b9;border:1px solid #ffd13f;font:700 11px/1.5 Courier New;margin:14px 0 0}.vault-warning{border:3px solid #ffd13f;background:#3c0004;color:#ffe0b4;padding:13px;margin:17px 0;font:700 12px/1.5 Courier New}.vault-primary{width:100%;min-height:52px;display:flex;justify-content:center;align-items:center;gap:8px;background:#ffd13f;color:#490006;border:3px solid #2e0005;box-shadow:4px 4px #1b0002;padding:9px;font:700 14px Courier New}.vault-primary:disabled{opacity:.62;cursor:not-allowed}.vault-primary:not(:disabled):hover,.claim-eth:hover{background:#fff1c9;transform:translateY(-2px)}.vault-empty{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#ffd8bd;font:700 14px/1.5 Courier New}.vault-empty img{width:130px;height:130px;object-fit:contain;image-rendering:pixelated;filter:grayscale(.45)}.deposit-card{background:#70000c;border:2px solid #d9593c;padding:14px;margin-bottom:12px}.deposit-card header{display:flex;justify-content:space-between;gap:8px;color:#ffd13f;font:700 11px Courier New}.deposit-card header span:last-child{display:flex;gap:5px;align-items:center;color:#ffe3bf}.deposit-card h3{font:700 16px/1.4 Courier New;margin:15px 0}.deposit-card h3 span{color:#ffd13f}.deposit-holdings{display:grid;grid-template-columns:1fr 1fr;gap:7px}.deposit-holdings>div{background:#510006;padding:10px;min-width:0}.deposit-holdings small{display:block;color:#df9f88;font:10px Courier New;margin-bottom:7px}.deposit-holdings b{font:700 11px/1.35 Courier New;overflow-wrap:anywhere}.deposit-actions{display:flex;gap:8px;margin-top:12px}.deposit-actions button{flex:1;min-height:48px;background:#ffd13f;color:#4b0008;border:2px solid #310005;font:700 11px Courier New}.deposit-actions button:last-child{background:#fff0d8}.deposit-actions button:disabled{opacity:.45;cursor:not-allowed}.staking-camp{display:flex;align-items:end;justify-content:center;gap:10px;height:205px;margin:-4px 0 20px;background:radial-gradient(ellipse at center bottom,#c3221466,#3f000600 65%);border-bottom:6px solid #b5311f}.camp-seat{display:flex;flex-direction:column;align-items:center;gap:5px;width:115px;position:relative;z-index:2}.camp-seat img,.empty-seat{width:104px;height:112px;object-fit:contain;image-rendering:pixelated}.empty-seat{display:grid;place-items:center;font:700 72px Courier New;color:#ad6054;border:3px dashed #995343}.camp-seat>span{display:block;text-align:center;min-height:27px;color:#ffda65;font:700 10px Courier New}.camp-seat.waiting>span{animation:buttonPulse .8s steps(2) infinite alternate}.campfire{width:310px;align-self:end;margin-bottom:-5px;filter:drop-shadow(0 0 25px #ff8b27aa)}.campfire img{width:100%;height:auto;max-height:180px;object-fit:contain;image-rendering:pixelated;animation:idle .6s steps(2) infinite alternate}.staking-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 18px}.staking-stats>div{border:2px solid #d9593c;background:#4a0007;padding:13px;min-width:0}.staking-stats small{display:block;color:#eaa787;font:700 10px Courier New;margin-bottom:8px}.staking-stats b{display:block;color:#fff1d2;font:700 14px/1.3 Courier New;overflow-wrap:anywhere}.seat-header{display:flex;align-items:center;gap:15px;margin-bottom:17px}.seat-badge{width:70px;height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffd13f;color:#570007;border:3px solid #2d0004;box-shadow:4px 4px #220003}.seat-badge svg{width:24px}.seat-badge strong{font:700 18px Courier New}.seat-header small{display:block;color:#ecb59b;font:700 11px Courier New}.seat-header strong{font:700 16px Courier New}.claim-eth{min-height:44px;width:100%;margin:15px 0;background:#fff0d8;color:#4b0007;border:2px solid #270003;font:700 12px Courier New}.claim-eth:disabled{opacity:.5}.stake-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:8px 0 20px}.stake-tabs button{padding:12px;background:#68000c;border:2px solid #be5340;color:#ffceaa;font:700 12px Courier New}.stake-tabs button.active{background:#ffd13f;color:#490006;border-color:#ffd13f}.stake-input-wrap{margin-bottom:17px}.partner-status{display:inline-block;margin:0 0 17px;background:#ffd13f;color:#4b0008;padding:8px 10px;font:700 11px Courier New}.partner-instructions{font:13px/1.5 Courier New;color:#ffd9bd}.partner-pending,.partner-incoming{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#72000c;border:1px solid #e37347;padding:11px;margin-bottom:10px;font:700 11px Courier New}.partner-pending button,.partner-incoming button{background:#ffd13f;color:#4b0008;border:0;padding:9px;font:700 10px Courier New}.partner-incoming{border-color:#ffd13f}.partner-input-wrap{flex-wrap:wrap;margin-top:7px}.partner-input-wrap input{font-size:14px;flex:1 1 190px}.partner-input-wrap button{min-height:40px;background:#ffd13f;color:#4b0008;border:0;padding:7px 12px;font:700 11px Courier New}.partner-input-wrap button:disabled{opacity:.5}.partner-linked{text-align:center;border:2px solid #ffd13f;padding:20px;background:#640009}.partner-linked svg{color:#ffd13f}.partner-linked h3{color:#ffd13f;font:700 17px Courier New;margin:10px 0}.partner-linked p{font:700 14px Courier New}.partner-linked>div{display:flex;justify-content:space-between;border-top:1px solid #cf6b45;padding:13px 0;font:11px Courier New}.partner-linked button{background:#fff0d8;color:#490006;border:0;padding:12px 18px;font:700 11px Courier New}.boost-equation{margin-top:18px;border:2px solid #ffd13f;background:#390005;padding:13px;text-align:center;color:#ffe0ae;font:700 12px/1.5 Courier New}.chapter-scroll .supply-big{font-size:clamp(46px,7vw,100px);letter-spacing:-.08em}.supply-split{display:flex;background:none!important}.supply-split i{width:80%;background:repeating-linear-gradient(90deg,#fff1d4 0,#fff1d4 30px,#e3c29b 30px,#e3c29b 34px)}.supply-split b{width:20%;background:repeating-linear-gradient(90deg,#ffd044 0,#ffd044 25px,#e8a329 25px,#e8a329 29px)}.chapter-scroll .stats{grid-template-columns:repeat(3,1fr)}@keyframes chestPop{50%{transform:translateY(-8px) rotate(-3deg)}to{transform:translateY(0)}}@keyframes leafPulse{to{filter:brightness(1.25)}}@media(max-width:850px){.vault-grid,.staking-grid{grid-template-columns:1fr}.staking-stats{grid-template-columns:repeat(2,1fr)}.chapter-scroll .stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.vault-feature{padding:9px;gap:8px}.vault-chest{width:92px;height:95px}.vault-feature-copy b{font-size:10px}.vault-feature-copy small{font-size:9px}.stamina{gap:2px}.stamina span{width:17px;height:19px;font-size:11px;border-width:1px}.vault-console,.vault-deposits,.staking-console,.partner-console{padding:12px;box-shadow:3px 3px #270003}.vault-match{flex-wrap:wrap}.vault-match strong{font-size:15px}.vault-details>div,.seat-rows>div{font-size:10px}.deposit-holdings{grid-template-columns:1fr}.deposit-card h3{font-size:13px}.deposit-card header{font-size:9px}.staking-camp{height:145px}.camp-seat{width:66px}.camp-seat img,.empty-seat{width:65px;height:75px}.empty-seat{font-size:45px}.camp-seat>span{font-size:8px}.campfire{width:170px}.campfire img{max-height:115px}.staking-stats{gap:6px}.staking-stats>div{padding:9px}.staking-stats small{font-size:8px}.staking-stats b{font-size:11px}.chapter-scroll .stats{grid-template-columns:repeat(2,1fr)}.chapter-scroll .supply-big{font-size:52px}.partner-input-wrap button{width:100%}}.world-layer{width:3900px}.top-actions .hud-x{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:none;background:#6a000b;color:#ffd044;border:2px solid #d54832;box-shadow:3px 3px #100002;text-decoration:none}.top-actions .hud-x:hover,.top-actions .hud-x:focus-visible{background:#ad0015;border-color:#ffd044;color:#fff0db}.top-actions .hud-x:active{transform:translate(2px,2px);box-shadow:1px 1px #100002}.pixel-x{display:block;image-rendering:pixelated}button.world-status{cursor:pointer;text-align:left;box-shadow:3px 3px #100002;max-width:calc(100% - 40px)}button.world-status:hover,button.world-status:focus-visible{border-color:#fff0db}.world-status .status-ca{color:#ffd044}.world-status .status-address{font-family:Courier New,monospace;letter-spacing:.02em;overflow-wrap:anywhere}.stats strong.status-offline{color:#ffb4a8}@media(max-width:650px){.top-actions .hud-x{width:32px;height:32px;box-shadow:2px 2px #100002}.top-actions .hud-x .pixel-x{width:15px;height:15px}button.world-status{max-width:calc(100% - 18px)}}@media(min-width:651px){.how-grid{grid-template-columns:repeat(2,1fr)}}:root{--bg-0:#ba0012;--bg-1:#d90018;--bg-2:#73000b;--line:#64000b;--p1:#fff0d8;--p1-deep:#c9bca6;--p2:#ffd13f;--p2-deep:#da9400;--coin:#ffd13f;--danger:#89000c;--text:#fff0db;--text-dim:#f6c6b7;--ink:#430008;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#a30010}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:76px}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #ffd13f;outline-offset:3px}h1,h2,h3,p{margin-top:0}img{display:block;max-width:100%}::selection{background:#ffd13f;color:#430008}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,70px);position:sticky;top:0;z-index:50;background:#a80010;border-bottom:2px solid #5a0008;box-shadow:0 4px #54000855}.brand{display:flex;align-items:center;gap:11px;font-weight:1000;letter-spacing:-.065em;font-size:26px;white-space:nowrap}.brand img{width:43px;height:43px;border-radius:50%;border:2px solid #fff1dc}.brand-small{font-size:.63em}.desktop-nav{display:flex;align-items:center;gap:clamp(13px,2vw,32px)}.desktop-nav a,.connect{font-weight:900;font-size:11px;letter-spacing:.06em}.desktop-nav a:hover{color:#ffd13f}.connect{background:#fff1db;border:2px solid #430008;box-shadow:3px 3px #430008;padding:12px 15px;color:#430008;white-space:nowrap}.connect:hover,.connect.wrong{background:#ffd13f}.menu-toggle,.mobile-menu{display:none}.hero{background:#d50015;min-height:min(850px,calc(100svh - 76px));position:relative;overflow:hidden;border-bottom:10px solid #6e000c}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/banner.jpeg) center top/cover;opacity:.13;pointer-events:none}.hero-inner{max-width:1440px;margin:auto;padding:34px clamp(24px,5vw,78px) 24px;min-height:inherit;display:flex;flex-direction:column;position:relative}.hero-kicker,.eyebrow,.edition,.hero-contract>span,.hero-visual-caption,.status-chip,.section-head h2,.btn,.meter-frame,.stats,.swap-shell,.how-grid h3,.token-layout,.buy-grid h3,.contract-section,.footer-bottom{font-family:Arial Black,Impact,Arial,sans-serif;font-weight:900}.hero-kicker{font-size:11px;letter-spacing:.2em;display:flex;align-items:center;gap:10px}.live-led,.cabinet-top i{width:9px;height:9px;border-radius:50%;background:#ffd432;display:inline-block;box-shadow:0 0 0 4px #ffd23230}.slash{opacity:.5}.hero-layout{display:grid;grid-template-columns:1fr 1.07fr;gap:4vw;align-items:center;flex:1;padding:40px 0}.edition{display:inline-flex;gap:13px;background:#4f000a;border:1px solid #ff8b79;padding:10px 13px;color:#ffe5cf;font-size:11px;letter-spacing:.12em;margin-bottom:20px}.edition span{color:#ffd13f}.hero h1{font-family:Arial Black,Impact,Arial,sans-serif;line-height:.8;font-size:clamp(76px,9vw,150px);letter-spacing:-.095em;margin:0 0 32px;text-shadow:5px 7px 0 #75000c,9px 11px 0 #540009;color:#fff1d9}.hero h1 em{font-style:normal;color:#ffd352}.hero h1 .period{color:#fff3d9}.hero-copy p{font-size:clamp(18px,1.65vw,24px);font-weight:700;line-height:1.45;letter-spacing:-.025em;max-width:560px;margin-bottom:28px}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:17px 22px;font-size:14px;border:2px solid #430008;box-shadow:5px 5px #430008;transition:transform .2s}.btn:hover{transform:translate(-2px,-2px)}.btn:active,.connect:active{transform:translate(3px,3px);box-shadow:2px 2px #430008}.btn-cream{background:#fff1db;color:#430008}.btn-cream span{color:#c0000e}.btn-outline{background:#99000e;color:#fff1db;border-color:#fff1db}.hero-contract{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}.hero-contract>span{font-size:11px;letter-spacing:.1em;color:#ffd0c5}.copy-value{display:flex;align-items:center;gap:8px;min-width:0;position:relative}.copy-value>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-value button{display:grid;place-items:center;border:1px solid currentColor;background:transparent;color:inherit;flex:none;padding:5px}.copy-value button:hover{background:#ffda56;color:#430008}.copy-value.compact{font:12px ui-monospace,monospace;background:#95000d;padding:7px 10px;border:1px solid #e27c6c;max-width:320px}.copied{position:absolute;right:0;bottom:calc(100% + 7px);color:#430008;background:#ffd24a;padding:5px 8px;white-space:nowrap;font:700 10px Arial}.hero-visual{min-width:0;transform:rotate(-2deg);transition:transform .5s}.hero-visual:hover{transform:rotate(0) scale(1.015)}.console-image{border:6px solid #690009;box-shadow:18px 18px #3a0007a6,0 0 0 2px #ff6a5c;overflow:hidden;background:#aa000a;aspect-ratio:1.45}.console-image img{width:100%;height:100%;object-fit:cover;filter:saturate(1.14) contrast(1.07)}.hero-visual-caption{display:flex;justify-content:space-between;gap:12px;background:#530008;color:#ffe8d0;padding:12px 15px;font-size:10px;letter-spacing:.1em;margin-top:14px}.hero-visual-caption span:first-child{color:#ffd13f}.hero-bottom{display:flex;justify-content:space-between;align-items:center;padding:10px 0 4px}.hero-bottom>a{border:1px solid #ffbbaa;border-radius:50%;width:36px;height:36px;display:grid;place-items:center}.status-chip{background:#540009;padding:10px 14px;font-size:11px;letter-spacing:.06em;color:#ffe0b3;border:1px solid #ff8b69}.section{padding:clamp(72px,8vw,120px) clamp(20px,5vw,78px);max-width:1440px;margin:auto;scroll-margin-top:76px}.section-head{margin-bottom:40px;max-width:700px}.eyebrow{font-size:11px;letter-spacing:.16em;color:#ffcc47;display:block;margin-bottom:16px}.section-head h2{font-size:clamp(34px,5vw,66px);line-height:.95;letter-spacing:-.067em;margin-bottom:16px}.section-head p{font-size:17px;line-height:1.5;color:#ffccbd;max-width:570px}.coop-section{background:#a70011}.meter-frame{background:#710009;border:2px solid #f86f5b;box-shadow:8px 8px #510007;padding:clamp(22px,3vw,42px)}.meter-top{display:grid;grid-template-columns:1fr 180px 1fr;align-items:center;gap:20px;margin-bottom:38px}.meter-player{display:flex;align-items:center;gap:12px}.player-number{background:#ffe7cf;color:#550008;padding:12px;font-size:23px;line-height:1;border:2px solid #4e0008}.meter-player small,.meter-center small{font-size:11px;letter-spacing:.1em;color:#ffc6b7;display:block;margin-bottom:5px}.meter-player strong{display:block;font-size:22px;line-height:1}.meter-player.p2{justify-content:flex-end;text-align:right}.meter-player.p2 img{width:44px;height:44px;border-radius:50%;border:2px solid #fff0d9}.meter-player.p2 .player-number{background:#ffd140}.meter-center{text-align:center;color:#ffda66;display:flex;align-items:center;flex-direction:column;gap:5px}.meter-center strong{font-size:29px}.meter-bars{display:grid;grid-template-columns:1fr 1fr;gap:30px}.meter-bars>div>span{font-size:11px;letter-spacing:.1em;color:#ffb9ab}.bar{height:28px;border:2px solid #ff9881;background:repeating-linear-gradient(90deg,#51000b 0,#51000b 24px,#64000e 24px,#64000e 27px);margin:12px 0;overflow:hidden}.bar i{display:block;height:100%;background:repeating-linear-gradient(90deg,#ffead1 0,#ffead1 24px,#d9bcae 24px,#d9bcae 27px);transition:width .8s}.bar.green i{background:repeating-linear-gradient(90deg,#ffd148 0,#ffd148 24px,#d89b20 24px,#d89b20 27px)}.meter-bars strong{font-size:clamp(17px,2vw,25px);display:block}.meter-bars small{font-size:10px;color:#fba;letter-spacing:.07em}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.stats>div{border:1px solid #ee6655;background:#83000d;padding:20px;min-width:0}.stats small{display:block;color:#ffb1a2;font-size:10px;letter-spacing:.1em;margin-bottom:11px}.stats strong{display:flex;align-items:center;gap:7px;font-size:clamp(14px,1.5vw,22px);overflow-wrap:anywhere}.stats>div:last-child strong{font-size:13px;color:#ffdc69}.error-box{padding:50px;text-align:center;border:2px solid #ffad95;font-weight:900}.error-box button{display:flex;align-items:center;gap:7px;margin:20px auto 0;background:#ffdec4;color:#59000a;border:0;padding:12px 18px;font-weight:700}.swap-section{max-width:none;background:#f4dfc7;color:#4a0809;display:flex;flex-direction:column;align-items:center;position:relative}.swap-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#7e100f0a 1px,transparent 1px),linear-gradient(#7e100f0a 1px,transparent 1px);background-size:26px 26px;pointer-events:none}.swap-section>*{position:relative}.swap-section .section-head{text-align:center}.swap-section .eyebrow{color:#ae0010}.swap-section .section-head p{color:#7c4542}.swap-shell{width:min(100%,520px);background:#bc0016;border:7px solid #5b000a;box-shadow:12px 12px #b49e8c,inset 0 0 0 2px #ff6b58;padding:17px 16px 12px;color:#fff0d7}.cabinet-top,.cabinet-bottom{display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:.12em;padding:2px 4px 15px}.cabinet-top span:first-child{display:flex;align-items:center;gap:10px}.cabinet-bottom{padding:14px 7px 0;color:#ffd05c}.cabinet-bottom span:first-child,.cabinet-bottom span:last-child{color:#670008}.swap-screen{background:#61000a;border:3px solid #2f0006;box-shadow:inset 4px 4px #290004;padding:20px}.swap-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:20px}.swap-tabs button{background:#3d0007;border:1px solid #c75c51;color:#ffd1c6;padding:13px 7px;font-weight:900;font-size:13px}.swap-tabs .active{color:#3b0807;background:#ffe9cb;border-color:#ffe9cb}.swap-tabs .active.sell{background:#ff8e8a}.swap-field{background:#8b0811;border:1px solid #d4675e;padding:14px;position:relative}.field-label{display:flex;justify-content:space-between;gap:10px;font:700 10px Arial;letter-spacing:.08em;color:#ffd4be}.field-label span:last-child{font-size:9px;white-space:nowrap}.field-input{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:11px}.field-input input,.field-input output{width:100%;min-width:0;border:0;background:transparent;outline:0;color:#fff4dc;font:700 31px ui-monospace,monospace;min-height:48px}.field-input input::placeholder{color:#d7a9a0}.field-input input::-webkit-inner-spin-button,.field-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.asset{display:flex;align-items:center;gap:7px;white-space:nowrap;font-weight:900;font-size:12px}.asset>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;font:700 17px Arial}.eth-symbol{background:#fff2da;color:#a30015}.nimori-symbol{background:#ffd044;color:#590009}.max{position:absolute;bottom:5px;right:14px;border:0;background:transparent;color:#ffd24a;font-size:10px;font-weight:900}.swap-divider{display:flex;align-items:center;gap:10px;padding:12px 0;color:#ffcf46}.swap-divider span{height:1px;background:#ac4344;flex:1}.swap-field.output{background:#740009}.swap-field.output output{font-size:clamp(20px,5vw,30px);overflow:hidden;text-overflow:ellipsis}.quote-detail{display:grid;gap:10px;margin:23px 0;font:12px ui-monospace,monospace}.quote-detail>div{display:flex;justify-content:space-between;gap:8px}.quote-detail>div span:first-child{color:#e3aba0}.quote-detail .amber{color:#ffc353}.quote-detail .danger{color:#ff7e78}.slippage{font:700 11px Arial;letter-spacing:.06em}.slippage>span{color:#e3aba0}.slippage>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.slippage button{padding:8px 11px;background:#820015;border:1px solid #bf6054;color:#ffe5d5;font-size:11px;font-weight:900}.slippage button.selected{background:#ffebd1;color:#5b000a}.custom-input{display:flex;align-items:center;background:#ffebd1;color:#5b000a;padding:0 6px}.custom-input input{width:38px;background:transparent;border:0;min-height:28px;color:#5b000a;font-size:14px}.swap-submit{width:100%;min-height:54px;background:#ffd446;border:2px solid #390005;box-shadow:4px 4px #290004;margin:25px 0 4px;color:#4c0807;font-weight:1000;font-size:15px;display:flex;align-items:center;justify-content:center;gap:6px}.swap-submit.selling{background:#ffa29b}.swap-submit:active{transform:translate(3px,3px);box-shadow:1px 1px #290004}.swap-submit:disabled{opacity:.72;cursor:not-allowed}.swap-fallback{display:flex;align-items:center;gap:5px;margin-top:27px;font-weight:900;font-size:12px}.swap-fallback:hover{text-decoration:underline}.demo-note{font-size:11px;letter-spacing:.08em;color:#965f58;margin-top:20px;font-weight:700}.how-section{background:#ad0012}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{border:2px solid #f46e5f;background:#83000d;padding:26px;box-shadow:6px 6px #4c0008;min-height:360px;transition:transform .2s}.step-card:hover{transform:translateY(-6px)}.card-top{display:flex;justify-content:space-between;color:#ffc9ac;font-size:11px;letter-spacing:.1em}.card-top span:last-child{font-size:18px;color:#ffce3d}.step-icon{width:85px;height:85px;background:#ffd648;border:3px solid #4e0009;box-shadow:5px 5px #4e0009;color:#640008;display:grid;place-items:center;margin:26px 0}.step-icon svg{width:42px;height:42px}.step-card h3,.buy-grid h3{font-size:20px;line-height:1.1;letter-spacing:-.04em;margin-bottom:13px}.step-card p,.buy-grid p{font:16px/1.52 Arial,sans-serif;color:#ffd2c5;margin:0}.tokenomics-section{background:#89000e}.token-layout{display:grid;grid-template-columns:1fr 1.08fr;gap:40px}.supply-card{padding:35px;background:#bc0014;border:2px solid #ef7460;box-shadow:8px 8px #520006}.supply-card>span{font-size:12px;letter-spacing:.12em}.supply-big{font-size:clamp(100px,14vw,200px);line-height:.95;color:#ffda52;letter-spacing:-.09em;margin:20px 0}.supply-big span{font-size:.36em;vertical-align:top;letter-spacing:0}.supply-bar{height:32px;background:repeating-linear-gradient(90deg,#ffd044 0,#ffd044 30px,#e8a329 30px,#e8a329 34px);border:3px solid #4e0007;margin-bottom:17px}.supply-card strong{font-size:14px}.supply-card p{font:16px Arial;color:#ffd1ba;margin:16px 0 0}.token-list{display:flex;flex-direction:column;border-top:1px solid #db6a5c}.token-list>div{padding:16px 3px;border-bottom:1px solid #db6a5c;display:flex;align-items:center;gap:15px;line-height:1.35;font-size:15px}.tick{width:26px;height:26px;flex:none;background:#ffd84b;color:#4a0008;display:grid;place-items:center}.buy-section{background:#b40013}.buy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.buy-grid article{border:1px solid #f0695a;background:#8d000c;min-height:270px;padding:22px;display:flex;flex-direction:column;align-items:flex-start}.step-no{font-size:11px;letter-spacing:.13em;color:#ffbca9;font-weight:900}.buy-grid svg{margin:30px 0 24px;color:#ffdc54}.buy-grid h3{font-size:17px}.buy-grid p{font-size:15px;flex:1}.buy-grid a{display:flex;align-items:center;gap:5px;font:700 11px Arial;color:#ffdc54;margin-top:20px}.add-token{background:#ffdb56;color:#500007;border:2px solid #490006;box-shadow:5px 5px #490006;padding:15px 23px;font-weight:900;margin-top:35px}.add-token:active{transform:translate(3px,3px);box-shadow:2px 2px #490006}.contract-section{background:#8d000e}.contract-list{border:2px solid #e76d5e}.contract-row{display:grid;grid-template-columns:150px minmax(0,1fr) 30px;align-items:center;gap:15px;padding:16px 20px;border-bottom:1px solid #cf5e52;background:#a60012}.contract-row:nth-child(2n){background:#9b0010}.contract-row:last-child{border:0}.contract-row>span:first-child{font-size:12px;color:#ffd1b8;letter-spacing:.08em}.contract-row .copy-value{font:13px ui-monospace,monospace;overflow:hidden}.contract-row>a{color:#ffd953}.caution{font:12px/1.5 Arial;color:#ffd1b8;margin:18px 0 0}footer{background:#4d0009;padding:50px clamp(20px,5vw,78px) 28px}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-main>div{display:flex;align-items:center;gap:12px;font:700 26px Arial Black,Arial;letter-spacing:-.06em}.footer-main img{width:48px;height:48px;border:2px solid #fff1dc;border-radius:50%}.footer-main>a{font-size:11px;font-weight:900}.footer-links{display:flex;gap:10px;margin:30px 0}.footer-links a{width:49px;height:49px;display:grid;place-items:center;background:#b90014;color:#ffead2;border:2px solid #f37b62;font-size:24px;font-weight:700;transition:transform .2s}.footer-links a:hover{transform:translateY(-5px);background:#ffce3c;color:#4d0009}.footer-links svg{width:22px;height:22px}footer p{max-width:650px;color:#f8b9ae;font:13px/1.5 Arial;margin-bottom:35px}.footer-bottom{border-top:1px solid #a75350;padding-top:23px;font-size:11px;letter-spacing:.09em;color:#ffd5c4}.toast:not(:has(>span)){display:none}.toast{position:fixed;bottom:20px;right:20px;z-index:80;background:#ffe6bf;color:#4b0708;border:2px solid #5c0008;box-shadow:5px 5px #440005;padding:16px;max-width:min(420px,calc(100vw - 40px));display:flex;align-items:center;gap:12px;font:700 13px Arial}.toast.error{background:#ffb3a4}.toast.success{background:#ffe171}.toast a{white-space:nowrap;text-decoration:underline;display:flex;align-items:center;gap:4px}.toast button{background:none;border:0;color:inherit}.spin{animation:spin 1s linear infinite}.shake{animation:shake .3s linear}.loading{animation:shimmer 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shake{25%,75%{transform:translate(7px)}50%{transform:translate(-7px)}}@keyframes shimmer{to{background-position:27px 0}}@media(max-width:1100px){.desktop-nav{gap:12px}.desktop-nav a{font-size:9px}.hero h1{font-size:clamp(70px,8.5vw,120px)}.hero-layout{gap:25px}.hero-copy p{font-size:19px}.stats strong{font-size:16px}.stats>div:last-child strong{font-size:11px}}@media(max-width:850px){.desktop-nav{display:none}.menu-toggle{display:grid;place-items:center;background:none;border:0;color:#fff1db}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:76px;left:0;right:0;min-height:calc(100svh - 76px);background:#7b000d;padding:40px 24px;gap:22px;z-index:51}.mobile-menu .menu-label{font-size:11px;color:#ffd04b;letter-spacing:.2em}.mobile-menu a{font:700 25px Arial Black,Arial;border-bottom:1px solid #c36154;padding-bottom:15px}.mobile-menu button{background:#ffe4c7;color:#550009;padding:14px;border:0;font-weight:900}.hero{min-height:0}.hero-layout{grid-template-columns:1fr;gap:28px;padding:50px 0 25px}.hero-visual{transform:none}.console-image{aspect-ratio:2.2}.hero h1{font-size:clamp(72px,13vw,120px)}.meter-top{grid-template-columns:1fr 150px 1fr;gap:8px}.meter-player strong{font-size:16px}.meter-center strong{font-size:22px}.stats{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr}.step-card{min-height:0}.token-layout{grid-template-columns:1fr}.buy-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.nav{padding:0 16px;height:66px}.mobile-menu{top:66px;min-height:calc(100svh - 66px)}.brand{font-size:21px}.brand img{width:36px;height:36px}.connect{padding:10px 8px;font-size:9px;max-width:155px;overflow:hidden;text-overflow:ellipsis}.hero-inner{padding:25px 18px}.hero-kicker{font-size:9px;letter-spacing:.09em}.hero-layout{padding:38px 0 20px}.hero h1{font-size:clamp(65px,18vw,105px);margin-bottom:24px}.hero-copy p{font-size:17px}.hero-ctas{gap:10px}.btn{font-size:12px;padding:14px 13px}.hero-contract{margin-top:24px}.console-image{aspect-ratio:1.45}.hero-bottom{gap:10px}.status-chip{font-size:9px;padding:9px}.section{padding:68px 16px;scroll-margin-top:66px}.section-head{margin-bottom:28px}.section-head h2{font-size:clamp(33px,10vw,52px)}.meter-frame{padding:18px}.meter-top{display:flex;flex-direction:column;align-items:stretch;margin-bottom:20px;gap:20px}.meter-player.p2{justify-content:flex-end}.meter-center{order:2;flex-direction:row;justify-content:center;gap:9px}.meter-player.p2{order:3}.meter-bars{grid-template-columns:1fr;gap:24px}.bar{height:22px}.stats{gap:7px}.stats>div{padding:13px}.stats strong{font-size:14px}.stats>div:last-child strong{font-size:11px}.swap-section{padding-left:8px;padding-right:8px}.swap-shell{padding:10px 8px 7px;border-width:5px;box-shadow:6px 6px #b49e8c}.swap-screen{padding:14px 10px}.field-label span:last-child{font-size:9px}.field-input input,.field-input output{font-size:24px}.quote-detail{font-size:11px}.buy-grid{grid-template-columns:1fr}.buy-grid article{min-height:0}.buy-grid svg{margin:18px 0}.contract-row{grid-template-columns:75px minmax(0,1fr) 20px;padding:12px 8px;gap:7px}.contract-row>span:first-child{font-size:9px}.contract-row .copy-value{font-size:11px}.footer-main>div{font-size:20px}}@media(max-width:370px){.brand-small{display:none}.connect{font-size:8px;max-width:130px}.hero h1{font-size:62px}.asset{font-size:10px}.field-input input,.field-input output{font-size:21px}.field-label{font-size:9px}.field-label span:last-child{font-size:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
