@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#e9eef6;background:#080d15;font-synthesis:none;color-scheme:dark}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;color:inherit;background:#182332;border:1px solid #2c3948;border-radius:10px;padding:11px 15px;transition:.15s}button:hover{border-color:#7ee1b6;background:#243649}button:disabled{opacity:.4;cursor:default}input,select{width:100%;background:#0b131e;border:1px solid #273343;border-radius:9px;color:#edf3f9;padding:13px;outline:none}input:focus{border-color:#77e2b3}label{display:block;color:#94a1b3;font-size:12px}label input{margin-top:8px}.app{max-width:1440px;margin:auto;padding:0 42px}header{height:95px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #202a37}.brand{color:#8af1c3;font-size:25px;font-weight:800;text-decoration:none;letter-spacing:2px}.brand span{display:block;font-size:8px;letter-spacing:3px;color:#8896a7;margin:3px 0 0 33px}.status{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:1px;color:#8795a6}.status b{margin-left:20px;border:1px solid #59462d;background:#322819;color:#edc17d;padding:7px 10px;border-radius:5px;font-size:9px}i{display:inline-block;width:6px;height:6px;background:#657384;border-radius:50%;margin-right:5px}i.on{background:#81edb6;box-shadow:0 0 9px #81edb650}.hero{padding:53px 0 40px;background:radial-gradient(ellipse at 90% 50%,#17392d75,transparent 40%)}.eyebrow{font-size:10px;font-weight:700;color:#8edfb9;letter-spacing:3px}h1{font-size:clamp(35px,4.4vw,61px);letter-spacing:-2.5px;line-height:1.13;margin:20px 0}h1 span{color:#8de9be}.hero p{color:#8897aa;line-height:1.8;font-size:14px}.hero-pills{display:flex;gap:26px;margin-top:25px;font-size:11px;color:#a8b5c5}.lobby{display:grid;grid-template-columns:1.6fr 1fr;gap:24px}.panel{background:#101824;border:1px solid #23303e;border-radius:15px;padding:24px}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}h2{font-size:18px;margin:0}.section-title h2 small{font-size:11px;background:#253141;padding:3px 7px;border-radius:5px;margin-left:6px}.section-title>span{font-size:10px;color:#8494a8}.room-list{min-height:230px;max-height:375px;overflow:auto}.room{width:100%;display:flex;align-items:center;text-align:left;gap:16px;margin-bottom:10px;padding:18px;background:#121e2b}.room.selected{background:#172f2a;border-color:#67cba1}.room-icon{font-size:28px;color:#9be5c3;background:#29453980;border-radius:10px;width:48px;height:48px;display:grid;place-items:center}.room strong{font-size:14px;display:block}.room small{display:block;font-size:10px;color:#8c9cad;margin-top:7px}.room>span{margin-left:auto;font-size:15px}.room>span small{margin-top:2px;text-align:right}.create{display:flex;gap:9px;padding-top:17px;border-top:1px solid #243141}.create button{white-space:nowrap;font-size:11px}.tabs{display:flex;background:#090f18;padding:4px;margin:18px 0;border-radius:9px;gap:4px}.tabs button{flex:1;font-size:11px;border-color:transparent;background:transparent;padding:10px 3px}.tabs button.active,.presets button.active{background:#263a34;color:#a2f4cd;border-color:#527967}.presets{display:flex;gap:8px;margin-top:9px}.presets button{flex:1;font-size:10px;padding:8px 3px}.entry-stats{margin:22px 0;display:grid;gap:13px;font-size:11px;color:#92a0b2}.entry-stats span{display:flex;justify-content:space-between}.entry-stats b{color:#e4edf7;font-weight:600}.primary{background:#8de9bc;color:#11281f;border-color:#8de9bc;font-weight:800}.primary:hover{background:#b6ffda}.join{width:100%;padding:15px}.fine{font-size:10px;text-align:center;color:#7a899b;line-height:1.6;margin-bottom:0}footer{display:flex;justify-content:space-between;align-items:center;padding:25px 0;color:#637386;font-size:9px;letter-spacing:1px}footer button{background:none;border:0;font-size:11px;color:#9babbd}.rules{margin-bottom:25px;font-size:13px;color:#a9b8c8;line-height:1.8}.notice,.result{padding:14px;background:#372921;border:1px solid #75523a;border-radius:10px;margin:15px 0;font-size:13px}.result{background:#1d392e;border-color:#377257}.gamebar{display:flex;gap:35px;align-items:center;padding:20px 0}.gamebar small{display:block;font-size:9px;letter-spacing:1px;color:#8497aa}.gamebar strong{display:block;font-size:22px;margin-top:5px}.gamebar em{font-size:15px;font-style:normal}.gamebar>span{margin-left:auto;font-size:11px;color:#8ea0b3}.arena{position:relative;border:1px solid #263747;border-radius:14px;overflow:hidden}canvas{display:block;width:100%;height:65vh;min-height:400px;touch-action:none}.feed{position:absolute;top:15px;left:15px;pointer-events:none;max-width:60%}.feed p{font-size:11px;color:#ebc488;background:#192633bc;padding:8px;border-radius:5px}.arena-bottom{position:absolute;bottom:15px;left:15px;right:15px;pointer-events:none}.arena-bottom>span,.arena-bottom p{font-size:11px;background:#0c1721bd;padding:7px;color:#b6ccde}.arena-bottom>div{display:flex;gap:8px;justify-content:flex-end;pointer-events:auto}.arena-bottom button{font-size:12px}.arena-bottom p{text-align:right}@media(max-width:760px){.app{padding:0 16px}header{height:75px}.status b{margin-left:0;font-size:8px}.status{font-size:8px;gap:3px}.brand{font-size:21px}.hero{padding:35px 0}.hero-pills{gap:12px;font-size:9px}.lobby{grid-template-columns:1fr}.panel{padding:18px}.room-list{min-height:90px;max-height:250px}.gamebar{gap:16px}.gamebar strong{font-size:16px}.gamebar small{font-size:8px}.gamebar>span{display:none}.arena-bottom>span{display:none}canvas{height:67vh}.hero p{font-size:13px}.feed{max-width:55%}.create button{padding:10px}.rules{font-size:12px}}.joystick{position:absolute;bottom:38px;left:18px;width:112px;height:112px;border-radius:50%;background:#122c36ad;border:1px solid #64988877;touch-action:none;display:grid;place-items:center;-webkit-user-select:none;user-select:none;z-index:3}.joystick>span{width:42px;height:42px;border-radius:50%;background:#89e8bdcc;box-shadow:0 0 20px #81edb620;pointer-events:none}.joystick small{position:absolute;bottom:-21px;font-size:8px;letter-spacing:1.5px;color:#90a7b7;pointer-events:none}.capture-toast{position:absolute;top:140px;left:50%;transform:translate(-50%);border:1px solid #9cf0bf;background:#15372eec;border-radius:14px;padding:14px 20px;text-align:center;pointer-events:none;z-index:4;animation:capture-in .25s ease-out}.capture-toast strong{display:block;color:#a7ffd0;font-size:28px}.capture-toast span{display:block;font-size:10px;color:#d4e8df;margin-top:5px}.connection-warning{position:absolute;top:0;left:0;right:0;background:#683b21e8;color:#ffe6c5;padding:10px;font-size:12px;z-index:5;text-align:center}.arena-bottom>div{position:relative;z-index:4}.arena-bottom>span{position:absolute;bottom:55px;left:145px}.arena-bottom p{margin-left:135px}.joystick~.arena-bottom>div{margin-left:125px}@keyframes capture-in{0%{opacity:0;transform:translate(-50%,10px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}@media(max-width:480px){.arena-bottom>div{flex-direction:column;align-items:flex-end}.arena-bottom button{min-width:128px;padding:12px}.joystick{bottom:42px}.capture-toast{width:230px}.arena-bottom p{font-size:10px}}.arena-intel{margin-top:12px;border:1px solid #263747;border-radius:12px;background:#101a25;overflow:hidden}.exit-guide{display:flex;align-items:center;gap:16px;padding:15px 18px}.exit-arrow{color:#99efc3;font-size:24px;display:block}.exit-guide strong{font-size:12px;display:block}.exit-guide small{display:block;margin-top:5px;color:#8fa2b6;font-size:10px}.ranking-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-top:1px solid #263747;border-radius:0;background:transparent;text-align:left;font-size:12px}.ranking-toggle small{color:#91a5b7;margin-left:12px;font-size:10px}.bounty-ranking{list-style:none;margin:0;padding:0 16px 10px}.bounty-ranking li{display:flex;gap:12px;align-items:center;padding:10px 4px;border-top:1px solid #22313f;font-size:12px}.bounty-ranking .rank{color:#7d93a6;width:14px}.rank-name{flex:1;overflow:hidden;text-overflow:ellipsis}.rank-name small{display:block;color:#859caf;font-size:9px;margin-top:3px}.bounty-ranking b{color:#f2d294;font-size:11px}.bounty-ranking .self{color:#a0f0c7}.extraction-status{padding:0 18px 14px}.extraction-status>div{display:flex;justify-content:space-between;font-size:11px;margin-bottom:8px;color:#a4e4c3}.extraction-status progress{width:100%;height:9px;accent-color:#8de9bc}@media(max-width:480px){.feed{top:65px;max-width:50%}.feed p{font-size:9px}.arena-bottom p{max-width:200px}}.gamebar .screen-toggle{margin-left:auto;flex-shrink:0;font-size:22px;padding:5px 11px;line-height:1.3}.gamebar>span+.screen-toggle{margin-left:0}.app.immersive{position:fixed;inset:0;z-index:100;background:#080e17;max-width:none;padding:0;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top)}.immersive>header,.immersive>footer,.immersive>.arena-intel,.immersive>.rules{display:none}.immersive>.gamebar{flex-shrink:0;padding:10px 16px;margin:0;gap:20px;border-bottom:1px solid #263747;min-height:66px}.immersive>.arena{flex:1;min-height:0;border:0;border-radius:0}.immersive canvas{height:100%;min-height:0;width:100%}.immersive .arena-bottom{bottom:calc(20px + env(safe-area-inset-bottom))}.immersive .joystick{bottom:calc(40px + env(safe-area-inset-bottom))}.immersive>.notice{position:absolute;top:70px;left:16px;right:16px;z-index:8}.immersive .capture-toast{top:150px}@media(max-width:480px){.gamebar{gap:12px}.gamebar .screen-toggle{margin-left:auto!important}.immersive>.gamebar{gap:15px;padding-left:12px;padding-right:12px}.immersive .gamebar strong{font-size:16px}.immersive .gamebar small{font-size:8px}}.rescue-hint{color:#a7eac5;background:#123128dd;padding:12px;border-radius:10px;font-size:11px;max-width:180px;text-align:center}.rescue-countdown{position:absolute;top:135px;left:50%;transform:translate(-50%);background:#0b382de8;border:2px solid #91f6c1;border-radius:18px;padding:16px 24px;text-align:center;pointer-events:none;z-index:4;min-width:175px}.rescue-countdown strong{font-size:45px;color:#adffd1;display:block;line-height:1.1}.rescue-countdown span,.rescue-countdown small{display:block;font-size:11px;color:#c4e8d6;margin-top:7px}.rescue-countdown progress{width:100%;height:8px;margin-top:10px;accent-color:#96f6bd}.combat-legend{display:flex;flex-wrap:wrap;gap:9px 18px;padding:12px 16px;border-bottom:1px solid #263747;font-size:10px;color:#dcecff}.combat-legend .danger-key{color:#ff8590}.combat-legend .prey-key{color:#9ef6a7}:root{background:#192b28;color:#f0ead7}body{background:radial-gradient(ellipse at 80% 0%,#3a5246,#192b28 65%)}header{border-color:#56645366}.brand{color:#e6e3b8}.brand span{color:#b4c29f}.hero{position:relative;background:radial-gradient(ellipse at 90% 60%,#75856335,transparent 50%);overflow:hidden}.eyebrow{color:#cbd5a6;letter-spacing:2px}h1{font-family:Georgia,serif;letter-spacing:-1.5px;color:#f2ecd7;position:relative;z-index:1}h1 span{color:#cbdcaf}.hero p{color:#bcc9b7;position:relative;z-index:1}.hero-pills{color:#d0d2b8}.panel,.arena-intel{background:#2b3e35;border:1px solid #71816b;border-radius:16px;box-shadow:0 5px #10221b55}.section-title>span,label,.fine{color:#b6c3a9}.room{background:#344b3e;border-color:#5d705c}.room.selected{background:#4c6047;border-color:#d5dca6}.room-icon{color:#e3e6be;background:#71836955}.room small{color:#bfcdb4}.create{border-color:#64765b}input,select{background:#1e322b;border-color:#64745d;color:#f5efdc}button{background:#3c5142;border-color:#718268;color:#ecebd5;box-shadow:0 2px #14251d55}button:hover{background:#536647;border-color:#d4ddb0}.primary{background:#d6dfac;border-color:#ebebc9;color:#263e2a}.primary:hover{background:#e8efc7}.tabs{background:#1d3028}.tabs button.active,.presets button.active{background:#70805b;color:#fff6d7;border-color:#a6b58b}.entry-stats{color:#b9c8ae}.entry-stats b{color:#f4ebce}.gamebar small{color:#bac8ad}.arena{border-color:#6b7d67}.app.immersive{background:#21382e}.immersive>.gamebar{background:#21382e;border-color:#69775e}.joystick{background:#93b38633;border-color:#c0d5a17a}.joystick>span{background:#d6e0b3;box-shadow:0 4px #36533c}.feed p{background:#22372ce8;color:#ede0b5;border-left:2px solid #acb888}.arena-bottom>span{background:#233b2ddd}.bounty-ranking li,.ranking-toggle,.combat-legend{border-color:#64765b}.rank-name small,.ranking-toggle small,.exit-guide small{color:#b8c9ab}.rescue-hint{background:#4c6343;color:#f0eaca}.status b{background:#655c35;border-color:#aa9962;color:#f0dfb1}footer{color:#a3b095}footer button{color:#d9ddc4}.spirit-mascot{position:absolute;right:7%;top:75px;width:175px;height:165px;background:#c1d5a0;border:5px solid #243b2e;border-radius:48% 48% 43% 46%;transform:rotate(8deg);box-shadow:inset -15px -10px #91ad7a,0 15px #11291e33}.spirit-eyes{display:flex;justify-content:center;gap:15px;margin-top:49px}.spirit-eyes i{display:block;width:33px;height:43px;background:#faf2d8;border:4px solid #344431;border-radius:50%;position:relative;box-shadow:none;margin:0}.spirit-eyes i:after{content:"";position:absolute;width:11px;height:17px;background:#35432d;border-radius:50%;left:6px;top:13px}.spirit-smile{width:22px;height:12px;border-bottom:3px solid #344431;border-radius:50%;margin:9px auto}.spirit-leaf{position:absolute;width:23px;height:43px;background:#839c60;border:3px solid #344431;border-radius:0 85%;top:-26px;left:73px;transform:rotate(30deg)}@media(max-width:760px){.spirit-mascot{width:100px;height:96px;right:0;top:20px;opacity:.2;transform:rotate(12deg) scale(.9);pointer-events:none}.spirit-eyes{margin-top:23px;gap:5px}.spirit-eyes i{width:25px;height:32px}.spirit-leaf{left:36px}.hero .eyebrow{max-width:240px;font-size:9px}.hero h1{font-size:39px}}.round-result{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#344a38;border-color:#829773}.round-result small{display:block;font-size:9px;letter-spacing:2px;color:#c2d1a7;margin-bottom:8px}.round-result strong{font-size:16px}.round-result p,.mock-refill p{font-size:12px;color:#bfcdb3;margin-bottom:0}.round-result button{white-space:nowrap}.mock-refill{display:flex;gap:20px;align-items:center;justify-content:space-between;background:#504d30;border:1px solid #b7a567;border-radius:12px;padding:20px;margin:15px 0}.mock-refill strong{color:#f3df9c}.refill-success{padding:15px;background:#35563c;border:1px solid #9bbd7d;border-radius:10px;color:#e6f5d1;margin:15px 0;font-size:13px}@media(max-width:600px){.round-result,.mock-refill{flex-direction:column;align-items:stretch}.round-result strong{font-size:14px}}:root{background:#0d1721;color:#e5e9df}body{background:radial-gradient(ellipse at 75% 5%,#2c4248,#0d1721 65%)}.panel,.arena-intel{background:#192932;border-color:#42565b;box-shadow:none}.hero{background:radial-gradient(ellipse at 80% 50%,#87aaa51c,transparent 60%)}h1{font-family:Manrope,system-ui,sans-serif;font-weight:800;letter-spacing:-2px}h1 span{color:#a9cfc1}.brand{color:#d6e7d4}.room{background:#23343c;border-color:#42565b}.room.selected{background:#304941;border-color:#98bda6}.room-icon{background:#6f958733}.primary{background:#c3dcc2;color:#1e3834;border-color:#c3dcc2}button{background:#293d43;border-color:#546869}.tabs{background:#12222b}.tabs button.active,.presets button.active{background:#476356}.entry-stats,.hero p{color:#afc0c2}input,select{background:#11232c;border-color:#435e65}.app.immersive{background:#0e1c27}.immersive>.gamebar{background:#14232eea;border-color:#3d515b;min-height:62px}.feed p{font-size:9px;background:#101f28aa;border:0;border-radius:5px;padding:6px 9px;color:#bcc9c5}.joystick{background:#60878017;border-color:#9dc4b33a;box-shadow:inset 0 0 30px #8cbca00b}.joystick>span{background:#b9d5c3bb;box-shadow:0 2px 10px #09152255}.rescue-hint{background:#213b37aa;border:1px solid #597e66;font-size:10px;color:#c3d3bc}.arena-bottom button{background:#21333ddd;border-color:#67827788;font-size:11px}.spirit-mascot{background:radial-gradient(circle at 35% 25%,#e0edd2,#87aaa0 75%);border-color:#1b3237;box-shadow:0 25px 50px #07132280,inset -8px -8px 12px #446f6955}.spirit-leaf{background:#91b697;border-color:#3c6260}.status b{background:#3b4033;border-color:#737458;color:#cbcba5}.create,.ranking-toggle,.bounty-ranking li,.combat-legend{border-color:#40575b}.gamebar strong{color:#e0eadc}.round-stats{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.round-stats>div{flex:1;min-width:110px;padding:12px;border:1px solid #ffffff18;border-radius:12px;background:#ffffff06}.round-stats b,.round-stats span{display:block;margin-top:6px}.map-preview{position:fixed;inset:0;z-index:1000;background:#0a191ff7;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;color:#dce9d8}.map-preview svg{width:min(75vw,65vh);max-height:65vh}.map-preview p{margin:12px 0}.map-preview small{max-width:450px;color:#97afa4}.touch-steering,.skill-buttons{display:none}@media(pointer:coarse),(any-pointer:coarse){.touch-steering{display:block;position:absolute;z-index:4;left:0;top:15%;bottom:0;width:65%;touch-action:none;user-select:none;-webkit-user-select:none}.floating-stick{position:absolute;width:104px;height:104px;margin:-52px;border:1px solid #d4e5d550;border-radius:50%;background:#152d354d;pointer-events:none}.floating-stick span{position:absolute;left:31px;top:31px;width:40px;height:40px;border-radius:50%;background:#d1e4d466;border:1px solid #e2f3e477;box-shadow:0 3px 14px #0004}.skill-buttons{display:flex;position:absolute;right:calc(22px + env(safe-area-inset-right));bottom:calc(28px + env(safe-area-inset-bottom));z-index:6;gap:16px;align-items:flex-end;pointer-events:none}.skill-buttons .skill{display:grid;place-items:center;width:76px;height:76px;padding:17px;border-radius:50%;border:2px solid #a9c9bb99;background:radial-gradient(circle at 40% 28%,#4b766d,#182f38 80%);color:#e1f6d7;box-shadow:0 5px #08181ecc,0 8px 24px #0005,inset 0 1px 5px #ffffff30;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;pointer-events:auto}.skill-buttons .skill-split{width:88px;height:88px;margin-bottom:36px}.skill svg{width:100%;height:100%;pointer-events:none}.skill-buttons .skill:active:not(:disabled){transform:scale(.92);background:#557a64;box-shadow:0 2px #08181e}.skill-buttons .skill:disabled{opacity:.35;filter:grayscale(.8)}.arena .arena-bottom{display:none}}@media(pointer:coarse)and (max-height:480px){.skill-buttons{bottom:calc(14px + env(safe-area-inset-bottom));right:calc(16px + env(safe-area-inset-right));gap:12px}.skill-buttons .skill{width:64px;height:64px;padding:13px}.skill-buttons .skill-split{width:76px;height:76px;margin-bottom:22px}}.immersive,.immersive .arena{overscroll-behavior:none;touch-action:none}.home-menu{max-width:860px;margin:0 auto;padding:24px 20px 36px}.home-welcome{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:12px 0 28px}.home-season{font-size:10px;letter-spacing:2px;color:#9dbda9}.home-welcome h1{font-size:38px;letter-spacing:-1.5px;margin:8px 0;line-height:1.1;color:#eef4df}.home-welcome p{margin:0;color:#a0b7ad;font-size:13px}.home-wallet{text-align:right;display:grid;gap:5px;flex-shrink:0}.home-wallet strong{font-size:23px;color:#e9efce}.home-wallet small{font-size:11px;color:#95afa5}.home-menu .lobby{display:flex;flex-direction:column;gap:12px}.home-menu .panel{border:1px solid #9abcaa26;border-radius:20px;background:linear-gradient(140deg,#203b3b,#152a31);padding:20px;box-shadow:0 10px 32px #0002}.room-picker>summary{list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px}.room-picker>summary::-webkit-details-marker{display:none}.room-picker>summary>span{display:grid;gap:5px}.room-picker>summary small{font-size:11px;color:#98b4a8}.room-picker>summary strong{font-size:18px;color:#e1ebd7}.room-picker>summary b{font-size:12px;color:#b6d6bc;font-weight:500}.room-picker[open]>summary{margin-bottom:22px}.home-menu .room-list{max-height:280px;overflow:auto}.create-room>summary{cursor:pointer;font-size:13px;color:#afd1b8;padding:15px 0 0}.profile-edit{margin:0 0 20px}.profile-edit>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ffffff12;font-size:14px;color:#d9e8d8}.profile-edit>summary span{font-size:11px;color:#93b8a6}.profile-edit label{margin-top:12px}.home-menu .entry .section-title{margin-bottom:8px}.home-menu .entry .section-title h2{font-size:20px}.home-menu .entry .section-title>span{font-size:11px;color:#a7bdaa}.home-menu .entry .tabs{display:flex;background:#0c202780;padding:4px;border-radius:13px;gap:4px}.home-menu .tabs button{flex:1;border:0;border-radius:10px;min-height:44px}.home-menu .tabs .active{background:#3e6659;color:#edf4db}.home-menu .presets{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.home-menu .presets button{min-height:42px;border-radius:12px}.home-menu .entry-stats{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 0;background:none;border:0}.home-menu .entry-stats>span{display:flex;flex-direction:column;gap:5px;font-size:11px;color:#9db6aa}.home-menu .entry-stats b{font-size:15px;color:#e0e9d5}.home-menu .join{width:100%;min-height:58px;border-radius:15px;font-size:18px;font-weight:750;background:linear-gradient(110deg,#c3e99d,#8fcba3);color:#17332b;border:0;box-shadow:0 4px 18px #86c79d22}.home-menu .join:disabled{opacity:.45;box-shadow:none}.home-menu .fine{font-size:11px;line-height:1.6;text-align:center;margin-bottom:0;color:#93aaa0}.home-menu .round-result{margin:0 0 16px;border-radius:20px}@media(max-width:600px){.home-menu{padding:10px 14px calc(24px + env(safe-area-inset-bottom))}.home-welcome{align-items:flex-start;gap:10px;margin:8px 0 20px}.home-welcome h1{font-size:30px}.home-welcome p{font-size:11px;max-width:180px;line-height:1.5}.home-wallet{padding-top:3px}.home-wallet strong{font-size:19px}.home-wallet small{font-size:9px;max-width:135px}.home-menu .panel{padding:16px}.home-menu .room{padding:12px 8px}.home-menu .entry-stats{gap:7px}}.asset-overlay{position:fixed;inset:0;z-index:1100;background:#07171edb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:18px}.asset-dialog{width:min(100%,480px);max-height:85dvh;overflow:auto;background:linear-gradient(140deg,#24423f,#14282f);border:1px solid #9dbda655;border-radius:24px;padding:24px;box-shadow:0 20px 80px #0006}.asset-dialog>small{font-size:10px;letter-spacing:1px;color:#a6bbac}.asset-dialog h2{font-size:24px;line-height:1.2;margin:14px 0}.asset-dialog p{color:#b2c7bc;font-size:13px;line-height:1.65}.asset-dialog>button{width:100%;min-height:48px;margin-top:12px;border-radius:12px}.confirm-asset{display:block;font-size:25px;margin:24px 0;color:#e6f1bd}.inventory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0}.inventory-grid button{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 10px;border:1px solid #93bba633;border-radius:16px;background:#132a3199;color:#dae9d7}.inventory-grid button.chosen{border-color:#b1df9d;background:#49634866}.inventory-grid span{font-size:32px}.inventory-grid strong{font-size:14px;overflow-wrap:anywhere}.inventory-grid small{font-size:10px;color:#9eb8aa}.is-lobby{padding-top:calc(var(--tg-content-safe-area-inset-top, 0px) + max(var(--tg-safe-area-inset-top, 0px),env(safe-area-inset-top,0px)))}.is-lobby>header{max-width:700px;margin:auto;padding:12px 20px;border:0}.is-lobby>header .brand{font-size:20px;letter-spacing:3px}.is-lobby>header .brand span{display:none}.is-lobby>header .status{font-size:9px}.is-lobby>header .status b{font-size:8px;padding:4px 6px}.is-lobby .home-menu{max-width:700px;padding:0 16px 24px}.grove-lobby{position:relative;margin:0 -16px 10px;overflow:hidden;border-radius:0 0 32px 32px;isolation:isolate}.lobby-scene{width:100%;display:block;min-height:270px;max-height:410px;object-fit:cover}.grove-lobby:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(#0b222722,transparent 40%,#11282e88)}.grove-title{position:absolute;top:24px;left:24px;z-index:1}.grove-title small{font-size:10px;letter-spacing:3px;color:#b5c5a3}.grove-title h1{font-family:Georgia,serif;font-size:30px;line-height:1.06;color:#ecebc9;margin:8px 0;text-shadow:0 2px 12px #0006}.grove-wallet{position:absolute;z-index:2;right:16px;top:18px;display:flex;flex-direction:column;align-items:stretch;gap:6px}.grove-wallet>span{background:#10282dbb;border:1px solid #9cae8133;border-radius:10px;padding:6px 10px;color:#e8e6c6;font-size:12px;text-align:right}.grove-wallet button{font-size:11px;padding:8px 10px;min-height:36px;border-radius:10px;background:#6c6440;color:#f4e9b9;border:1px solid #c7b77b88}.grove-wallet b{background:#302f25;border-radius:5px;padding:1px 4px;margin-left:3px}.grove-name{position:absolute;bottom:18px;left:0;right:0;text-align:center;color:#ebeed0;font-size:13px;z-index:2;text-shadow:0 2px 6px #000}.grove-name small{display:block;font-size:9px;color:#bdd0b4;margin-top:4px}.home-menu .room-picker{padding:12px 16px;border-radius:14px;box-shadow:none;background:#1d3435}.home-menu .room-picker>summary>span{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.home-menu .room-picker>summary strong{font-size:14px}.home-menu .room-picker>summary small{font-size:10px}.home-menu .entry.panel{padding:14px 16px;border-radius:18px;background:linear-gradient(130deg,#34433b,#213633);border-color:#a4ac7933}.home-menu .entry .section-title{margin-bottom:10px}.home-menu .entry .section-title h2{font-family:Georgia,serif;font-size:22px;color:#e6e6be}.loadout-settings>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:12px;background:#132d2e88;border-radius:12px;color:#a6b7a1;font-size:11px;margin-bottom:12px}.loadout-settings>summary strong{display:block;color:#f0e3ad;font-size:17px;margin-top:5px}.loadout-settings>summary b{font-size:11px;color:#c7d2ac}.loadout-settings[open]>summary{margin-bottom:18px}.home-menu .join{background:linear-gradient(#e4cc83,#b9a263);color:#29352a;border:1px solid #f4e4a5;box-shadow:0 4px #6a613e,0 8px 18px #0003;letter-spacing:.2px}.home-menu .fine{font-size:9px;line-height:1.45;margin-top:14px}.inventory-heading{font-size:14px;color:#e6dfb9;margin:22px 0 0;display:flex;justify-content:space-between;align-items:center}.inventory-heading small{font-size:10px;color:#9db39d;font-weight:400}.asset-dialog{background:linear-gradient(150deg,#354439,#172d30);border:1px solid #beb98366}.asset-dialog .inventory-grid{margin:10px 0 18px}.inventory-grid button{background:radial-gradient(ellipse at 50% 25%,#56605866,#152e30);border-color:#acb99244}.relic-art{width:100%;height:100px}.inventory-grid em{font-size:10px;font-style:normal;background:#b8cb9340;padding:5px 8px;border-radius:7px;color:#d4e4b3}.relic-grid button{border-color:#bba3d066;background:radial-gradient(ellipse at 50% 20%,#79618355,#203239)}.is-lobby footer{font-size:9px;padding:12px 18px;opacity:.65}@media(max-width:600px){.is-lobby{padding-top:calc(var(--tg-content-safe-area-inset-top, 50px) + max(var(--tg-safe-area-inset-top, 0px),env(safe-area-inset-top,0px)))}.is-lobby>header{padding:6px 18px;min-height:32px}.grove-title h1{font-size:25px}.grove-title{top:20px;left:20px}.grove-wallet{right:12px;top:12px}.home-menu .lobby{gap:9px}.asset-overlay{padding-top:calc(16px + var(--tg-content-safe-area-inset-top, 50px) + var(--tg-safe-area-inset-top, 0px))}.asset-dialog{max-height:75dvh;padding:18px}}.gift-detail-overlay{z-index:1120}.gift-detail{text-align:center}.gift-detail .back-to-bag{width:auto;display:block;margin:0;padding:6px 0;background:none;border:0;min-height:36px;color:#c7d6b7;font-size:12px}.relic-pedestal{margin:10px auto 18px;width:180px;height:180px;display:grid;place-items:center;background:radial-gradient(ellipse,#b09ac455,transparent 70%)}.relic-pedestal .relic-art{height:180px}.gift-detail>small{display:block;margin-top:12px;line-height:1.6;letter-spacing:.5px}.gift-facts{display:flex;justify-content:center;gap:32px;margin:20px 0}.gift-facts span{font-size:11px;color:#a7bfa9}.gift-facts b{display:block;font-size:17px;color:#e6e7bf;margin-top:5px}.loadout-settings>summary{gap:12px}.loadout-icon{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;background:#b6c69b15;border-radius:10px}.loadout-icon .relic-art{width:44px;height:44px}.loadout-icon>span{font-size:26px;color:#a2dddf}.loadout-settings>summary>span{flex:1}.bite-feed{position:absolute;z-index:5;top:68px;left:50%;transform:translate(-50%);width:min(360px,calc(100% - 32px));display:flex;flex-direction:column;gap:6px;pointer-events:none}.bite-card{border:1px solid #adbfa344;background:linear-gradient(110deg,#162c30ed,#1d3434e8);border-radius:12px;padding:9px 13px;box-shadow:0 4px 16px #0003;color:#d8e5d4;font-size:11px;animation:bite-enter .2s ease-out}.bite-card.your-bite{border-color:#d7d59188;background:linear-gradient(110deg,#364a35f2,#233a30f0)}.bite-head{display:flex;align-items:center;justify-content:center;gap:9px}.bite-head strong{max-width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.bite-head>span{color:#d8ca88}.bite-loot{color:#e4dda1;margin:5px 0 3px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bite-card small{display:block;text-align:center;font-size:9px;color:#a6bfab}.bite-bounty{font-size:9px;text-align:center;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c1d4ba}@keyframes bite-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.bite-card{animation:none}}@media(max-width:600px){.bite-feed{top:165px;width:min(310px,calc(100% - 28px))}.bite-card{padding:7px 10px}.bite-feed .bite-card:nth-child(n+3){display:none}}.mass-leaderboard{position:absolute;top:18px;left:14px;z-index:6;min-width:110px;max-width:220px;padding:9px 11px;border:1px solid #b5c9a333;border-radius:12px;background:#112b30eb;color:#d8e7ce;font-size:11px}.mass-leaderboard summary{cursor:pointer;list-style:none;color:#e4dda7;font-weight:700}.mass-leaderboard summary small{font-size:9px;font-weight:400;color:#a3baa5;margin-left:4px}.mass-leaderboard ol{padding:0;margin:10px 0 0;list-style:none}.mass-leaderboard li{display:flex;gap:7px;align-items:center;padding:4px 0;font-size:10px}.mass-leaderboard li>span{width:12px;color:#829f91}.mass-leaderboard li>strong{font-weight:400;max-width:115px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.mass-leaderboard li>b{font-size:10px}.mass-leaderboard li.self{color:#e6efa6}.mass-leaderboard p{border-top:1px solid #afc3a52a;padding-top:8px;margin:6px 0 0;font-size:10px}@media(max-width:600px){.mass-leaderboard{max-width:180px;font-size:10px;padding:8px;left:10px}.mass-leaderboard summary small{display:none}.mass-leaderboard li{font-size:9px}}.ranking-heading{color:#e4dda7;font-weight:700;font-size:11px}.ranking-heading small{color:#a9bda7;font-size:9px;font-weight:400}.mass-leaderboard{pointer-events:none;min-width:140px}.room-chat{position:absolute;z-index:7;left:14px;bottom:130px;width:min(350px,calc(100% - 28px));font-size:11px;color:#d6e7d4;border-radius:12px;background:#0d252be0;border:1px solid #a4bfa433}.chat-toggle{display:block;width:100%;text-align:left;font-size:10px;min-height:30px;padding:6px 10px;border:0;border-radius:12px 12px 0 0;background:#29443d99;color:#ccddbc;touch-action:manipulation}.chat-lines{padding:4px 10px;max-height:64px;overflow:hidden;overflow-wrap:anywhere}.chat-lines p{margin:4px 0;font-size:10px;line-height:1.4;color:#c1d6c5}.chat-lines b{color:#e0eacf;font-weight:600}.chat-lines em{color:#e4d999;font-style:normal}.chat-lines small{display:block;font-size:9px;color:#96b4a0}.room-chat.expanded .chat-lines{height:170px;max-height:25dvh;overflow:auto;overscroll-behavior:contain;touch-action:pan-y}.room-chat form{display:flex;gap:6px;padding:7px}.room-chat input{min-width:0;flex:1;font-size:16px;padding:8px;border-radius:8px}.room-chat form button{width:42px;padding:6px;background:#9eba89;color:#183a30}@media(pointer:coarse),(any-pointer:coarse){.room-chat{bottom:calc(172px + env(safe-area-inset-bottom));width:min(290px,calc(100% - 28px))}.room-chat:not(.expanded) .chat-lines{pointer-events:none}.room-chat:not(.expanded){pointer-events:none}.room-chat .chat-toggle{pointer-events:auto}.room-chat.expanded{bottom:calc(150px + env(safe-area-inset-bottom));width:calc(100% - 28px)}.mass-leaderboard{min-width:122px;max-width:160px;padding:6px 8px}.mass-leaderboard li{padding:2px 0;font-size:9px;gap:4px}.mass-leaderboard li strong{max-width:90px}}@media(max-height:480px){.room-chat{left:calc(50% - 140px);bottom:12px;width:280px}.room-chat.expanded{left:calc(50% - 160px);width:320px;bottom:12px}.mass-leaderboard li{padding:1px 0}}.arena .mass-leaderboard{background:transparent;border:0;border-radius:0;box-shadow:none;padding:4px 2px;color:#c4d1ca;text-shadow:0 1px 3px #071b23,0 0 5px #071b23}.mass-leaderboard .ranking-heading{color:#b8c7bdbb;font-size:10px;letter-spacing:1px;font-weight:500}.mass-leaderboard .ranking-heading small{color:#9bafa599;letter-spacing:0;font-size:8px}.mass-leaderboard ol{margin-top:8px}.mass-leaderboard li{opacity:.65}.mass-leaderboard li.place-1,.mass-leaderboard li.place-2,.mass-leaderboard li.place-3{opacity:1}.mass-leaderboard li.place-1,.mass-leaderboard li.place-1>span{color:#efd48d}.mass-leaderboard li.place-2,.mass-leaderboard li.place-2>span{color:#d8e3e8}.mass-leaderboard li.place-3,.mass-leaderboard li.place-3>span{color:#cfab8c}.mass-leaderboard li.place-1>strong,.mass-leaderboard li.place-2>strong,.mass-leaderboard li.place-3>strong{font-weight:650}.mass-leaderboard li.place-1>span{font-size:14px}.mass-leaderboard li.self{opacity:1}.mass-leaderboard li.self>strong{color:#b6e4b6}.mass-leaderboard li.self>strong:after{content:" •";color:#b6e4b6}.mass-leaderboard p{border:0;padding-top:3px;margin-top:5px;color:#abc4b7bb;font-size:9px}.arena .room-chat:not(.expanded){left:14px;bottom:calc(26px + env(safe-area-inset-bottom));width:min(300px,calc(100% - 170px));background:none;border:0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:8px;pointer-events:none}.room-chat:not(.expanded) .chat-lines{order:0;padding:0;max-height:96px;overflow:hidden;text-shadow:0 1px 3px #071b23,0 0 5px #071b23}.room-chat:not(.expanded) .chat-lines p{color:#c9dac9b3;font-size:10px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.room-chat:not(.expanded) .chat-lines b{color:#dce8cbd1}.room-chat:not(.expanded) .chat-lines em{color:#e5d6a6c9}.room-chat:not(.expanded) .chat-toggle{order:1;align-self:flex-start;width:auto;min-width:64px;min-height:40px;padding:8px 12px;border-radius:20px;border:1px solid #bccdad33;background:#15303655;color:#d4e2c9cc;font-size:11px;text-shadow:0 1px 3px #081c24;pointer-events:auto}.room-chat.expanded{box-shadow:0 8px 32px #0004}.room-chat.expanded .chat-toggle{min-height:40px}@media(max-height:480px){.arena .room-chat:not(.expanded){left:12px;bottom:12px;width:210px}.room-chat:not(.expanded) .chat-lines{max-height:58px}.room-chat:not(.expanded) .chat-lines p{font-size:9px;-webkit-line-clamp:2}}.app.immersive{padding-top:max(var(--game-telegram-top,0px),calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px)),env(safe-area-inset-top,0px))}.arena .mass-leaderboard{min-width:108px;max-width:140px;left:10px;top:12px}.mass-leaderboard .ranking-heading{font-size:9px;letter-spacing:.5px}.mass-leaderboard .ranking-heading small{font-size:8px}.mass-leaderboard ol{margin-top:5px}.mass-leaderboard li{font-size:9px;gap:4px;padding:2px 0}.mass-leaderboard li>strong{max-width:82px}.mass-leaderboard li>b{font-size:9px}.mass-leaderboard li>span{width:10px}.mass-leaderboard p{font-size:8px;margin-top:3px}.exit-reset-notice{position:absolute;top:175px;left:50%;transform:translate(-50%);width:min(250px,65%);text-align:center;font-size:11px;line-height:1.5;color:#e7d8a8;text-shadow:0 1px 5px #07191f;pointer-events:none;z-index:5}.gamebar .room-bank strong{color:#e0cf91}.gamebar .bank-note{font-size:8px;letter-spacing:0;color:#9bb1a1;margin-top:1px}@media(max-width:600px){.immersive>.gamebar{display:grid;grid-template-columns:1fr .7fr .9fr 1fr 30px;gap:5px;padding:8px 10px;min-height:60px;align-items:center}.immersive>.gamebar>span{display:none}.immersive>.gamebar strong{font-size:15px}.immersive>.gamebar small{font-size:8px;letter-spacing:.2px}.immersive>.gamebar .bank-note{font-size:7px}.gamebar .screen-toggle{min-width:28px;width:28px;height:32px;padding:4px;font-size:17px}.arena .mass-leaderboard{min-width:96px;max-width:120px;left:9px;top:12px;padding:0}.mass-leaderboard .ranking-heading{font-size:8px;letter-spacing:.3px}.mass-leaderboard .ranking-heading small{display:none}.mass-leaderboard ol{margin-top:4px}.mass-leaderboard li{font-size:8px;padding:1px 0;gap:3px;line-height:1.25}.mass-leaderboard li>strong{max-width:70px}.mass-leaderboard li>b{font-size:8px}.mass-leaderboard li>span{width:9px}.mass-leaderboard li.place-1>span{font-size:10px}.mass-leaderboard p{font-size:7px;margin-top:4px}}.room-total-unit{font-size:.65em;font-weight:500}.app.immersive{background:#08171d}.app.immersive>.gamebar,.app>.gamebar{background:transparent;background-image:none;border:0;border-bottom:0;box-shadow:none}.gamebar strong,.gamebar small{text-shadow:0 1px 4px #06151b}.gamebar .screen-toggle{background:transparent;border-color:#a3bcaa33;box-shadow:none}.skill-buttons .skill-split{position:relative}.cell-limit{position:absolute;bottom:5px;left:0;right:0;text-align:center;font-size:9px;font-weight:700;color:#eff3cf;pointer-events:none}.is-lobby>header,.is-lobby>footer{display:none}.is-lobby{padding:0 18px;background:radial-gradient(ellipse at 50% 15%,#294c46,#0b1c23 68%);min-height:100dvh;padding-top:max(14px,var(--game-telegram-top,0px),env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}.game-menu{max-width:560px;margin:auto;color:#f2efd7}.menu-wallet{display:flex;align-items:center;gap:8px;font-size:13px}.menu-wallet>span{background:#061c2277;border:1px solid #b7d9b322;padding:9px 12px;border-radius:20px}.menu-wallet>button{margin-left:auto;background:#395d5066;border-color:#93b99e33;border-radius:20px;font-size:13px}.menu-hero{position:relative;height:clamp(330px,53dvh,520px);isolation:isolate}.menu-hero .lobby-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1}.menu-logo{position:absolute;top:25px;left:0;right:0;text-align:center;pointer-events:none}.menu-logo small{letter-spacing:.3em;font-size:10px;color:#b6cfb1}.menu-logo h1{margin:10px 0;font-size:48px;line-height:.86;letter-spacing:-3px;font-weight:900;color:#fff1c0;text-shadow:0 4px 0 #355247,0 8px 24px #06151d}.menu-logo h1 span{font-size:61px;color:#bddb9a}.hero-player{position:absolute;bottom:8px;width:100%;text-align:center;font-size:17px;font-weight:800;text-shadow:0 2px 6px #06151d}.hero-player small{display:block;font-size:11px;font-weight:400;color:#b5c6b7;margin-top:5px}.main-actions{display:grid;gap:14px}.play-action{border:1px solid #fff0a6;border-radius:20px;background:linear-gradient(#f1dc91,#c8b367);color:#283c30;font-size:27px;font-weight:900;padding:18px 28px;box-shadow:0 5px #78683e,0 12px 32px #c3cd6233;text-align:left}.play-action:hover{background:#f1dc91}.play-action span{float:right}.side-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.side-actions button{background:linear-gradient(#355747,#203d36);border:1px solid #a1bc8038;border-radius:17px;min-height:88px;font-size:11px;font-weight:700;box-shadow:0 3px #081a19}.side-actions b{display:block;font-size:26px;color:#d6dcaa;margin-bottom:7px}.menu-footnote{text-align:center;font-size:9px;letter-spacing:.13em;color:#9aafa0;margin-top:24px}.menu-heading{display:flex;align-items:center;gap:12px;margin:24px 0 18px}.menu-heading h1{font-size:23px;flex:1;margin:0}.menu-heading button{background:#34574a;border-color:#c6dfab33}.menu-heading .add-room{font-size:24px;padding:3px 12px}.journey{display:flex;align-items:center;gap:7px;font-size:10px;color:#82998e;margin-bottom:18px}.journey i{height:1px;background:#9bb99333;flex:1}.journey .current{color:#eed991}.room-art{height:175px;position:relative;overflow:hidden;border-radius:22px;background:#203f3b}.room-art .lobby-scene{position:absolute;right:-80px;top:-70px;width:400px;height:320px;opacity:.8}.room-art>div{position:relative;padding:25px 20px;background:linear-gradient(90deg,#16352deb,transparent)}.room-art small{font-size:9px;letter-spacing:.13em;color:#d3cf9d}.room-art h2{font-size:25px;line-height:1.2;margin:12px 0}.room-list-title{display:flex;justify-content:space-between;margin:23px 0 12px;font-weight:700}.room-list-title small{font-size:10px;color:#8ca69b;font-weight:400}.new-room-list{display:grid;gap:10px}.new-room-list>button{display:flex;align-items:center;gap:12px;text-align:left;padding:16px 13px;background:linear-gradient(110deg,#315144,#172e2d);border-color:#adcb8c33;border-radius:17px}.new-room-list strong{font-size:15px;overflow-wrap:anywhere}.new-room-list small,.chosen-room small{display:block;font-size:10px;color:#a4b7a5;margin-top:5px}.room-emblem{font-size:28px;color:#c8d3a2}.room-online{margin-left:auto;color:#dfdeaa;font-size:18px;text-align:right}.room-online small{font-size:9px}.chosen-room{display:flex;align-items:center;gap:10px;margin:20px 0}.chosen-room>span{flex:1}.chosen-room button{font-size:11px}.menu-entry .entry.panel{background:#19372f99;border:1px solid #c5d8aa26;padding:18px;border-radius:22px}.menu-entry .loadout-settings{border:0;margin:0}.menu-entry .tabs{margin:16px 0}.menu-entry .join{margin-top:18px}.menu-entry .entry-stats{gap:12px;margin-top:18px}.menu-entry .entry-stats b{font-size:15px}.menu-entry .fine{font-size:10px}.menu-entry .profile-edit{margin:0}.menu-empty{text-align:center;padding:40px 20px;color:#b1c5b7}.menu-empty .relic-art{width:150px;margin:auto}.menu-empty>b{font-size:52px}.menu-empty h2{font-size:22px;color:#eee6bc}.menu-empty p{font-size:14px;line-height:1.7}.menu-settings{padding:22px;background:#27483b66;border-radius:20px}.menu-settings p{font-size:13px;color:#adbdaf;line-height:1.7}.match-history article{padding:18px;margin-top:12px;background:#28473888;border:1px solid #b8c88a22;border-radius:16px}.match-history article>small{display:block;margin-top:8px;color:#aabda9}.match-history article p{font-size:14px}.share-feedback{font-size:12px;overflow-wrap:anywhere;color:#e5d9a3}@media(min-width:800px){.menu-hero{height:480px}.game-menu{padding-top:12px}.menu-home{max-width:620px}.menu-logo h1{font-size:58px}.menu-logo h1 span{font-size:74px}}.menu-entry .entry-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0 10px;font-size:10px}.menu-entry .entry-stats span{display:flex;flex-direction:column;justify-content:start;gap:7px}.menu-entry .join{background:linear-gradient(#efdc98,#c8b46e);color:#233c2e;border-color:#e6d491;font-size:18px;padding:15px;min-height:54px}.menu-entry .entry.panel{min-height:0}.menu-entry .section-title{margin-bottom:8px}.room-scene{position:absolute;inset:0;width:100%;height:100%}.room-art>div{height:100%}.rescue-compass{position:absolute;z-index:3;top:14px;left:50%;transform:translate(-50%);width:220px;pointer-events:none;color:#e1eec7;text-shadow:0 2px 5px #071b1c}.compass-heading{display:flex;justify-content:center;align-items:center;gap:7px}.compass-heading svg{width:40px;height:40px;filter:drop-shadow(0 0 6px #bce19c44)}.compass-heading small{font-size:8px;letter-spacing:.13em;display:block;color:#a6bc9b}.compass-heading strong{font-size:17px}.rescue-notices{margin-top:10px;text-align:center;font-size:11px}.rescue-notices>div{padding:7px 3px;margin-bottom:7px;background:radial-gradient(ellipse,#102b28c9,transparent 75%)}.rescue-notices>div>div{display:flex;justify-content:center;gap:8px}.rescue-notices strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:165px}.rescue-notices small{font-size:9px;color:#b6cba8}.rescue-notices p{margin:4px 0;overflow-wrap:anywhere;color:#efdf9e;font-size:11px}.rescue-progress{height:2px;background:#aac39a22;display:block;width:100px;margin:6px auto 0}.rescue-progress i{display:block;height:100%;background:#d4e4a1}.rescued b{color:#c6f19b}@media(max-width:600px){.rescue-compass{top:12px;width:155px}.compass-heading svg{width:30px;height:30px}.compass-heading strong{font-size:13px}.compass-heading small{font-size:7px}.rescue-notices strong{max-width:115px;font-size:10px}.rescue-notices{margin-top:6px}.rescue-notices small{font-size:8px}}@media(pointer:coarse),(max-width:700px){.skill-buttons.custom-controls{inset:0;display:block;gap:0}.custom-controls .skill{position:absolute!important;transform:translate(-50%,-50%);margin:0!important}.custom-controls .skill:active:not(:disabled){transform:translate(-50%,-50%) scale(.94)}.controls-gear{position:absolute;bottom:max(6px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);pointer-events:auto;font-size:17px;line-height:1;padding:6px 13px;border-radius:20px;color:#b9cdbb;background:#18312b99;border-color:#b9cdbb33;min-height:30px}.custom-controls.editing-controls{z-index:30;background:#06171dbb;pointer-events:auto;touch-action:none}.editing-controls .skill{opacity:1;outline:2px dashed #efdca3;outline-offset:5px;cursor:grab}.controls-editor{position:absolute;top:18%;left:50%;transform:translate(-50%);width:min(320px,90%);text-align:center;padding:15px;border-radius:18px;background:#203e36;color:#e9edcf;pointer-events:auto}.controls-editor strong,.controls-editor small{display:block;margin-bottom:8px}.controls-editor small{font-size:11px;color:#bbcebb}.controls-editor>div{display:flex;justify-content:center;gap:7px;margin-top:8px}.controls-editor button{font-size:11px;padding:9px;background:#3a5945}}.compass-timer{text-align:center;font-size:10px;color:#e9dba6;margin-top:4px;text-shadow:0 2px 4px #071b1c}@media(max-width:600px){.compass-timer{font-size:8px}.immersive>.gamebar{grid-template-columns:1fr .65fr 1.2fr auto}}@media(max-width:600px){.app>.gamebar,.app.immersive>.gamebar{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) auto;gap:10px;padding:8px 12px;min-height:54px;align-items:center}.app>.gamebar>span{display:none}.app>.gamebar strong{margin-top:3px;font-size:15px}.app>.gamebar small{font-size:8px;letter-spacing:.2px}}
