@import "https://fonts.googleapis.com/css2?family=Comfortaa:wght@600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{color:#163c2c;--bg:#e3f3e4;--soft:#f2fbf1;--lime:#d6f04c;--lime-deep:#b9de2a;--deep:#163c2c;--green:#3c7a5b;--muted:#7da792;--line:#dcefdf;--amber:#e88a3a;--shadow:0 10px 24px #163c2c17;--shadow-soft:0 4px 12px #163c2c0f;--radius-lg:26px;--radius-md:18px;--radius-sm:12px;background:#cde9d2;font-family:Manrope,sans-serif}*{box-sizing:border-box}html,body,#root{background:radial-gradient(circle at 20% 0,#effbec,#0000 45%),linear-gradient(#cde9d2,#e3f3e4 40%);min-height:100%;margin:0}button{font:inherit;cursor:pointer}.screen{background:var(--bg);width:min(100%,500px);max-width:100%;min-height:100vh;margin:0 auto;padding:26px 20px 108px;position:relative;overflow:hidden}.header{justify-content:space-between;align-items:center;margin-bottom:14px;font:700 18px Comfortaa;display:flex}.header>span:first-child{align-items:center;gap:8px;display:flex}.header>span:first-child:before{content:"🛴";background:var(--lime);width:27px;height:27px;box-shadow:0 2px 0 var(--lime-deep);border-radius:9px;place-items:center;font:14px sans-serif;display:grid}.header-chips{align-items:center;gap:7px;font:800 12px Manrope;display:flex}.rank-chip,.coin-chip{white-space:nowrap;border-radius:99px;padding:7px 10px}.rank-chip{background:var(--deep);color:#fff}.coin-chip{box-shadow:var(--shadow-soft);background:#fff}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;margin-bottom:14px;padding:18px}.eyebrow{color:var(--green);margin:0 0 5px;font-size:12px;font-weight:700}.section-title{margin:14px 0 12px;font:700 20px Comfortaa}.section-sub{color:var(--green);margin:-7px 0 14px;font-size:13px;line-height:1.5}.meta{color:var(--green);font-size:12px}.stats{gap:10px;margin:0 0 14px;display:flex}.stat{box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;flex:1;margin:0;padding:14px}.stat span{color:var(--green);font-size:11px;font-weight:700;display:block}.stat strong{margin-top:5px;font-size:18px;display:block}.stamina-card{color:#fff;background:linear-gradient(135deg,var(--deep),#235640);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:14px;padding:20px}.bar-label-row{justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.bar-label-row .value{font:700 22px Comfortaa}.bar-track{border:1.5px solid var(--line);background:var(--soft);border-radius:99px;height:14px;overflow:hidden}.stamina-card .bar-track{background:#ffffff2b;border:0;height:16px}.bar-fill{background:linear-gradient(90deg,var(--lime-deep),var(--lime));border-radius:99px;height:100%;transition:width .3s}.transport-card{align-items:center;gap:12px;display:flex}.transport-card h2{margin:0;font:700 15px Comfortaa}.transport-lockup{flex:1;min-width:0}.transport-lockup .eyebrow{margin:0 0 3px}.vehicle-badge{border:1.5px solid var(--line);background:var(--soft);border-radius:16px;flex:none;place-items:center;width:56px;height:56px;font-size:28px;display:grid}.pill{border:1.5px solid var(--line);background:var(--soft);color:var(--green);white-space:nowrap;border-radius:99px;margin-left:auto;padding:5px 9px;font-size:11px;font-weight:800}.pill.ok{color:#2e7d4f;background:#e4f6e1}.home-order{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.home-order h2{margin:0;font:700 17px Comfortaa}.home-order .eyebrow{margin:0}.home-order .button{grid-column:1/-1}.home-icon{font-size:30px}.timer-small{color:var(--green);font-size:13px;font-weight:800}.order-offer{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;flex-direction:column;gap:10px;margin-bottom:12px;padding:16px;display:flex}.offer-title,.goal-heading{justify-content:space-between;gap:10px;display:flex}.offer-title strong:last-child{font:700 16px Comfortaa}.meta-row{flex-wrap:wrap;gap:8px;display:flex}.button{background:var(--deep);color:#fff;border:0;border-radius:99px;padding:11px 15px;font-weight:800;transition:transform .12s}.button:active{transform:scale(.97)}.button-primary{background:var(--lime);width:100%;color:var(--deep);box-shadow:0 3px 0 var(--lime-deep)}.button:disabled{cursor:default;opacity:.55}.active-order{text-align:center}.active-order h2{margin:5px 0;font:700 18px Comfortaa}.timer{margin:12px 0;font:700 44px Comfortaa}.reward-grid{flex-wrap:wrap;gap:8px;display:flex}.reward-grid span{background:var(--soft);text-align:center;border-radius:12px;flex:1;padding:10px 8px;font-size:12px;font-weight:800}.result-card h2{font:700 18px Comfortaa}.garage-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#fff;align-items:flex-start;gap:12px;margin-bottom:12px;padding:16px;display:flex}.garage-card.locked{opacity:.72}.garage-info{flex:1;min-width:0}.garage-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.garage-title strong{font:700 16px Comfortaa}.garage-actions{gap:8px;margin-top:10px;display:flex}.garage-actions .button{flex:1;padding:9px 10px;font-size:12px}.garage-options{margin-top:-2px}.option-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:10px 0;font-size:12px;font-weight:700;display:flex}.option-row .button{padding:7px 10px;font-size:11px}.goal-card{border:1.5px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;margin-bottom:12px;padding:16px}.goal-card .meta{margin:5px 0 10px}.goal-heading strong{font:700 17px Comfortaa}.navbar{z-index:5;background:var(--deep);border-radius:26px;width:min(100% - 24px,500px);padding:7px;display:flex;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 12px 24px #10342559}.navbtn{color:#ffffff8c;background:0 0;border:0;border-radius:19px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-height:54px;padding:7px 4px;font-size:21px;font-weight:800;line-height:1;transition:background .15s,color .15s,transform .12s;display:flex}.navbtn span{font-size:11px;font-weight:800;line-height:1.1}.navbtn.active{background:var(--lime);color:var(--deep);box-shadow:0 3px 0 var(--lime-deep)}.navbtn:active{transform:scale(.95)}.message{color:var(--green);margin-top:24px;line-height:1.5}@media (width<=520px){.navbar{width:calc(100% - 28px)}.bottom-sheet{width:100%}}.tabbar-inline{border:1.5px solid var(--line);background:var(--soft);border-radius:99px;gap:6px;margin-bottom:14px;padding:4px;display:flex}.tabbar-inline button{color:var(--green);background:0 0;border:0;border-radius:99px;flex:1;padding:9px 0;font-size:12px;font-weight:800}.tabbar-inline button.active{background:var(--deep);color:#fff}.empty-state{text-align:center;color:var(--green);flex-direction:column;align-items:center;gap:8px;padding:30px 10px;display:flex}.empty-state strong{color:var(--deep);font-size:14px}.history-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 0;font-size:13px;display:flex}.history-item:last-child{border-bottom:0}.history-item strong{display:block}.history-coins{color:#2e7d4f}.history-item .meta{margin-top:3px;display:block}.sheet-tabbar{border:1px solid var(--line);background:var(--soft);border-radius:14px;gap:5px;margin:16px 0 14px;padding:4px;display:flex;overflow-x:auto}.sheet-tabbar button{min-width:max-content;color:var(--green);white-space:nowrap;background:0 0;border:0;border-radius:10px;flex:1;padding:9px 8px;font-size:11px;font-weight:800}.sheet-tabbar button.active{background:var(--deep);color:#fff;box-shadow:0 2px #163c2c26}.sheet-tabbar button:active{transform:scale(.98)}.garage-nav-row{box-shadow:var(--shadow-soft);cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:12px;margin:10px 0;padding:13px 14px;display:flex}.garage-nav-row>span{text-align:center;width:28px;font-size:20px}.garage-nav-row>div{flex:1;min-width:0}.garage-nav-row b{font-size:13px;display:block}.garage-nav-row small{color:var(--green);margin-top:3px;font-size:11px;font-weight:600;display:block}.garage-nav-row i{color:#9ab9a5;font-size:22px;font-style:normal}.sheet-back{color:var(--green);cursor:pointer;background:0 0;border:0;padding:2px 0 8px;font-size:12px;font-weight:800}.bottom-sheet:has(.garage-detail-view){border-radius:0;width:100%;max-width:560px;height:100%;max-height:none;padding-top:34px}.garage-detail-view{min-height:100%;padding-bottom:24px}.garage-detail-view:before{content:"‹  Назад";color:var(--green);margin-bottom:14px;font-size:13px;font-weight:800;display:block}.garage-transport-screen .garage-sheet-content{min-height:100%;padding-bottom:30px}.goal-node{gap:12px;display:flex}.rail{flex-direction:column;flex-shrink:0;align-items:center;width:26px;display:flex}.dot{border:2px solid var(--line);background:var(--soft);width:26px;height:26px;color:var(--green);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid}.dot.done{border-color:var(--deep);background:var(--deep);color:var(--lime)}.dot.current{border-color:var(--lime-deep);background:var(--lime);color:var(--deep);font-size:14px}.thread{background:var(--line);flex:1;width:2px;min-height:26px;margin:4px 0}.goal-body{flex:1;padding-bottom:8px}.goal-card.current{border:1.5px solid var(--lime-deep);box-shadow:var(--shadow)}.req-line{color:#235640;align-items:center;gap:8px;padding:6px 0;font-size:12px;font-weight:700;display:flex}.req-line .check{color:#2e7d4f;background:#e4f6e1;border-radius:50%;place-items:center;width:16px;height:16px;font-size:10px;display:grid}.req-line.pending .check{border:1.5px solid var(--line);background:var(--soft);color:#0000}.req-line .rem{color:var(--green);margin-left:auto;font-size:11px;font-weight:800}.garage-sheet-heading h2{margin:0;font:700 17px Comfortaa}.garage-upgrade{margin-bottom:16px}.garage-subtitle{margin-top:18px}.sheet-subhead{justify-content:space-between;align-items:center;margin:14px 0 8px;font-size:12px;font-weight:700;display:flex}.sheet-subhead .count{color:var(--green)}.slots-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.slot-item{text-align:center;border:1px solid var(--line);background:var(--soft);border-radius:14px;padding:12px 8px}.slot-ring{border:2px dashed var(--line);width:38px;height:38px;color:var(--green);border-radius:50%;place-items:center;margin:0 auto 6px;font-size:20px;display:grid}.slot-ring.filled{background:#e8f5a0;border-style:solid}.slot-label{color:var(--green);font-size:11px}.slot-part-name{min-height:28px;margin:3px 0;font-size:11px;font-weight:700}.spec-lock{text-align:center;padding:18px 8px}.lock-icon-circle{font-size:30px}.spec-lock .t1{margin:8px 0 4px;font-weight:700}.spec-lock .t2{color:var(--green);margin-bottom:12px;font-size:12px}.prog-cap{color:var(--green);margin-top:4px;font-size:11px}.spec-card{border:1px solid var(--line);background:var(--soft);border-radius:14px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:12px;display:flex}.sname{font-size:13px;font-weight:700}.sdesc{color:var(--green);margin-top:3px;font-size:11px}.garage-card[role=button]{cursor:pointer;transition:transform .12s}.garage-card[role=button]:active{transform:scale(.985)}.garage-options{background:var(--soft);border:1.5px solid var(--line);box-shadow:var(--shadow-soft);margin:2px 0 18px;padding:20px}.garage-progress{border:1.5px solid var(--line);background:var(--soft);border-radius:99px;width:100%;height:9px;margin:9px 0 5px;display:block;overflow:hidden}.garage-progress::-webkit-progress-bar{background:var(--soft);border-radius:99px}.garage-progress::-webkit-progress-value{background:linear-gradient(90deg,var(--lime-deep),var(--lime));border-radius:99px}.garage-progress::-moz-progress-bar{background:linear-gradient(90deg,var(--lime-deep),var(--lime));border-radius:99px}.garage-sheet-content h2{margin:0;font:700 19px Comfortaa}.garage-sheet-heading{align-items:center;gap:12px;margin-bottom:16px;display:flex}.garage-sheet-heading .meta{margin:4px 0 0}.spec-list{box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;margin:18px 0;padding:4px 14px}.spec-list div{border-bottom:1px solid var(--line);color:var(--green);justify-content:space-between;padding:10px 0;font-size:12px;display:flex}.spec-list div:last-child{border-bottom:0}.spec-list b{color:var(--deep)}.toast{z-index:30;background:var(--deep);color:#fff;text-align:left;border:0;border-radius:16px;align-items:center;gap:9px;width:min(100% - 32px,460px);padding:13px 16px;font-size:13px;font-weight:800;display:flex;position:fixed;bottom:92px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #1034254d}.toast span{flex:1}.sheet-overlay{z-index:20;background:#1034256b;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.bottom-sheet{background:var(--bg);border-radius:28px 28px 0 0;width:min(392px,100%);max-height:82vh;padding:10px 20px 26px;animation:.25s sheet-in;position:relative;overflow-y:auto;box-shadow:0 -10px 30px #10342533}.bottom-sheet .garage-options{box-shadow:none;background:0 0;border:0;margin:0;padding:0}.sheet-handle{background:var(--line);border-radius:99px;width:38px;height:5px;margin:8px auto 14px}.sheet-close{color:var(--green);background:0 0;border:0;font-size:24px;line-height:1;position:absolute;top:12px;right:18px}@keyframes sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width>=600px){.screen{border:9px solid #103425;border-radius:44px;min-height:820px;margin:24px auto;box-shadow:0 30px 60px #10342540}}@media (width<=520px){.bottom-sheet{width:100%;max-width:none}.sheet-overlay{width:100vw}.bottom-sheet .garage-sheet-content{width:100%}}.sheet-overlay:has(.garage-transport-screen){align-items:stretch}.garage-transport-screen{border-radius:0;width:100%;max-width:560px;height:100%;max-height:none;padding-top:34px}.sheet-overlay:has(.garage-transport-screen){background:var(--bg);align-items:stretch}.sheet-overlay:has(.garage-transport-screen) .garage-transport-screen{width:100%;max-width:none;box-shadow:none;flex:1;animation:none;overflow-y:auto}.sheet-overlay:has(.garage-transport-screen) .sheet-handle{display:none}.sheet-overlay:has(.garage-transport-screen) .sheet-close{top:24px;right:20px}.garage-screen-overlay{z-index:30;background:var(--bg);justify-content:center;display:flex;position:fixed;inset:0}.garage-screen-overlay .garage-transport-screen{background:var(--bg);width:min(100%,560px);min-height:100%;padding:28px 20px 32px;position:relative;overflow-y:auto}.garage-screen-close{z-index:1;background:var(--soft);width:36px;height:36px;color:var(--deep);cursor:pointer;border:0;border-radius:50%;font-size:22px;line-height:1;position:absolute;top:20px;right:18px}.garage-transport-header{align-items:center;gap:12px;margin:16px 0;padding-right:46px;display:flex}.garage-transport-header h1{margin:0;font:700 19px Comfortaa}.garage-transport-header p{color:var(--green);margin:5px 0 0;font-size:12px;font-weight:700}.garage-screen-tabs{border:1px solid var(--line);background:var(--soft);border-radius:16px;gap:5px;margin:18px 0 14px;padding:4px;display:flex}.garage-screen-tabs button{color:var(--green);background:0 0;border:0;border-radius:11px;flex:1;padding:9px 4px;font-size:11px;font-weight:800}.garage-screen-tabs button.active{background:var(--deep);color:#fff}.garage-screen-body{padding-bottom:10px}.garage-hero{box-shadow:var(--shadow);background:linear-gradient(#fafffa,#eaf7ec);border:1px solid #fff;border-radius:26px;padding:16px;position:relative;overflow:hidden}.garage-hero:before{content:"";background:radial-gradient(#59aa5e33,#0000 70%);height:145px;position:absolute;bottom:-60px;left:-35px;right:-35px}.garage-hero>*{position:relative}.garage-hero.is-locked{opacity:.7}.garage-hero-head,.garage-hero-name{align-items:center;display:flex}.garage-hero-head{justify-content:space-between}.garage-hero-name{gap:10px}.garage-hero-icon{border:1px solid var(--line);background:var(--soft);border-radius:18px;place-items:center;width:56px;height:56px;font-size:30px;display:grid}.garage-hero-name strong,.garage-hero-name span{display:block}.garage-hero-name strong{font:700 18px Comfortaa}.garage-hero-name span{color:var(--green);margin-top:4px;font-size:12px;font-weight:700}.garage-level{background:var(--deep);color:#fff;border-radius:14px;padding:8px 10px;font-size:12px;font-weight:900}.garage-art{place-items:center;height:152px;display:grid}.garage-art span{z-index:1;filter:drop-shadow(0 15px 13px #1c503924);font-size:92px}.garage-art i{filter:blur(2px);background:#33734c21;border-radius:50%;width:75%;height:15px;position:absolute;bottom:21px}.garage-xp>div:first-child{justify-content:space-between;margin-bottom:7px;font-size:12px;display:flex}.garage-stat-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.garage-stat-grid div{text-align:center;background:#ffffffd9;border:1px solid #e0eee2;border-radius:16px;padding:10px 5px}.garage-stat-grid span{color:var(--green);font-size:10px;display:block}.garage-stat-grid b{margin-top:3px;font-size:15px;display:block}.garage-upgrade-panel{background:var(--deep);color:#fff;border-radius:20px;margin-top:12px;padding:13px}.garage-upgrade-panel b,.garage-upgrade-panel span{display:block}.garage-upgrade-panel b{font-size:13px}.garage-upgrade-panel span{color:#cbe0d4;margin-top:4px;font-size:11px}.garage-upgrade-panel .button{margin-top:10px}.garage-actions-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.garage-actions-grid button{border:1px solid var(--line);text-align:left;color:var(--deep);background:#f8fff8;border-radius:18px;padding:12px}.garage-actions-grid span,.garage-actions-grid b,.garage-actions-grid small{display:block}.garage-actions-grid span{margin-bottom:5px;font-size:22px}.garage-actions-grid b{font-size:13px}.garage-actions-grid small{color:var(--green);margin-top:3px;font-size:11px}.garage-special-action{width:100%;color:var(--deep);text-align:left;background:#eef8ef;border:1px dashed #bdd7c1;border-radius:18px;justify-content:space-between;align-items:center;margin-top:10px;padding:12px;display:flex}.garage-special-action b,.garage-special-action small{display:block}.garage-special-action b{font-size:13px}.garage-special-action small{color:var(--green);margin-top:3px;font-size:11px}.garage-special-action i{font-size:22px;font-style:normal}.garage-locked-note{text-align:center;color:var(--green);padding:20px 5px;font-size:13px}.garage-shelf-wrap{margin-top:16px}.garage-shelf-wrap p{color:var(--green);margin:0 0 8px 4px;font-size:12px;font-weight:700}.garage-shelf{scrollbar-width:none;gap:8px;padding-bottom:5px;display:flex;overflow-x:auto}.garage-shelf-item{border:1px solid var(--line);background:var(--soft);min-width:70px;height:78px;color:var(--deep);border-radius:18px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;display:flex}.garage-shelf-item span{font-size:25px}.garage-shelf-item small{white-space:nowrap;font-size:10px;font-weight:700}.garage-shelf-item.active{border-color:var(--deep);background:var(--deep);color:#fff}.garage-shelf-item.locked{opacity:.55}.game-garage .section-title{margin:8px 0 3px}.game-garage .section-sub{margin:0 0 8px;font-size:12px}.garage-shelf-heading{justify-content:space-between;align-items:center;padding-right:20px;display:flex}.garage-shelf-heading b{color:var(--deep);font-size:11px}.game-garage .garage-shelf{padding-bottom:7px;padding-right:20px}.game-garage .garage-shelf-item{border-radius:18px;min-width:62px;height:66px}.game-garage .garage-shelf-item span{font-size:25px}.game-garage .garage-hero{padding:14px}.game-garage .garage-level{padding:7px 10px;font-size:11px}.game-garage .garage-art{height:126px}.game-garage .garage-xp>div:first-child{margin-bottom:6px;font-size:11px}.game-garage .bar-track{border:0;height:9px}.game-garage .garage-upgrade-panel .button{border-radius:14px;margin-top:9px;padding:12px}.game-garage .garage-actions-grid span{display:none}.mini-game-launch{border:1px dashed var(--lime-deep);width:100%;color:var(--deep);background:#f4fbe7;border-radius:18px;margin-top:2px;padding:14px;font-weight:800}.mini-game-overlay{z-index:40;background:#10342580;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mini-game{background:var(--bg);text-align:center;border-radius:28px;width:min(100%,420px);padding:24px;position:relative;box-shadow:0 20px 50px #1034254d}.mini-game h1{margin:2px 0 10px;font:700 21px Comfortaa}.mini-game-close{color:var(--green);background:0 0;border:0;font-size:24px;position:absolute;top:12px;right:14px}.mini-game-progress,.mini-game-hint{color:var(--green);font-size:13px;font-weight:700}.mini-parcel{width:126px;height:126px;box-shadow:var(--shadow);background:#fff;border-radius:32px;place-items:center;margin:18px auto;font-size:68px;display:grid}.mini-game-choices{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mini-game-choices button{border:1px solid var(--line);background:var(--soft);color:var(--deep);border-radius:18px;flex-direction:column;align-items:center;gap:6px;padding:16px 8px;font-size:28px;font-weight:800;display:flex}.mini-game-choices span{font-size:12px}.mini-game-result{padding:22px 0}.mini-game-result>div{font-size:54px}.mini-game-result strong{margin:8px;font:700 20px Comfortaa;display:block}.mini-game-result p{color:var(--green);font-weight:800}.mini-game-screen{z-index:40;background:var(--bg);padding:22px 20px;position:fixed;inset:0;overflow:auto}.mini-game-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.mini-game-header button{background:var(--soft);border:0;border-radius:50%;width:38px;height:38px;font-size:24px}.mini-game-header p{color:var(--green);margin:0;font-size:11px;font-weight:800}.mini-game-header h1{margin:3px 0;font:700 19px Comfortaa}.mini-game-header>strong{background:var(--deep);color:#fff;border-radius:14px;padding:8px 10px;font-size:13px}.sort-game{margin-top:28px}.sort-score{color:var(--green);justify-content:space-between;margin-bottom:18px;font-size:13px;font-weight:700;display:flex}.sort-score b{color:var(--deep);font:700 18px Comfortaa}.sort-parcel{box-shadow:var(--shadow);background:#fff;border-radius:28px;flex-direction:column;align-items:center;padding:28px 16px;display:flex}.sort-parcel span{font-size:76px}.sort-parcel strong{margin-top:12px;font:700 19px Comfortaa}.sort-parcel small{color:var(--green);margin-top:6px;font-size:12px}.sort-bins{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:16px;display:grid}.sort-bins button{border:1px solid var(--line);background:var(--soft);min-height:112px;color:var(--deep);border-radius:18px;flex-direction:column;align-items:center;gap:7px;padding:10px 4px;display:flex}.sort-bins span{font-size:33px}.sort-bins b{font-size:11px}.mini-game-result{text-align:center;margin-top:80px}.mini-games-page{z-index:35;background:var(--bg);padding:22px 14px 34px;position:fixed;inset:0;overflow:auto}.mini-games-header{align-items:center;gap:12px;display:flex}.mini-games-header button{background:var(--soft);border:0;border-radius:50%;width:38px;height:38px;font-size:28px}.mini-games-header div{flex:1}.mini-games-header p{color:var(--green);margin:0;font-size:11px;font-weight:800}.mini-games-header h1{margin:3px 0;font:700 21px Comfortaa}.mini-games-header>span{background:var(--deep);color:#fff;border-radius:14px;padding:8px 10px;font-weight:800}.mini-games-intro{color:var(--green);margin:14px 4px;font-size:12px;line-height:1.5}.mini-games-list{gap:13px;display:grid}.mini-games-card{box-shadow:var(--shadow);background:#fff;border:2px solid #ad8644;border-radius:18px;overflow:hidden}.mini-games-scene{background:linear-gradient(120deg,#345d6a,#799c75);place-items:center;height:82px;font-size:52px;display:grid}.mini-games-card:nth-child(2) .mini-games-scene{background:linear-gradient(120deg,#714238,#be7758)}.mini-games-card:nth-child(3) .mini-games-scene{background:linear-gradient(120deg,#42647a,#95a671)}.mini-games-card-content{padding:10px 12px}.mini-games-title{justify-content:space-between;gap:8px;display:flex}.mini-games-title h2{margin:0;font:700 16px Comfortaa}.mini-games-title p{color:var(--green);margin:4px 0 10px;font-size:11px}.mini-games-title>b{background:var(--deep);color:#fff;white-space:nowrap;border-radius:99px;height:max-content;padding:6px 8px;font-size:11px}.mini-games-locked{width:100%;color:var(--green);background:#e4ece6;border:0;border-radius:13px;padding:10px;font-weight:800}.mini-games-card.locked{filter:saturate(.55);opacity:.75}.sort-status{color:var(--green);justify-content:space-between;margin-bottom:10px;font-size:12px;font-weight:800;display:flex}.sort-status b{margin-left:3px;font-size:18px}.sort-status .alive{color:#e85f63}.sort-status .lost{color:#c8d8cc}.sort-parcel.rush{background:#fff8e5;border:2px solid #e88a3a}.sort-parcel.rush strong{color:#a95f15}@media (height<=760px){.game-garage .section-title{font-size:20px}.game-garage .section-sub{margin-bottom:5px;font-size:10px}.game-garage .garage-shelf-wrap{margin-top:2px;margin-bottom:6px}.game-garage .garage-shelf-item{border-radius:16px;min-width:58px;height:58px}.game-garage .garage-shelf-item span{font-size:21px}.game-garage .garage-hero{border-radius:22px;padding:12px}.game-garage .garage-hero-icon{border-radius:13px;width:42px;height:42px;font-size:23px}.game-garage .garage-art{height:94px}.game-garage .garage-art span{font-size:64px}.game-garage .garage-art i{width:58%;height:11px;bottom:14px}.game-garage .garage-stat-grid div{padding:7px 4px}.game-garage .garage-upgrade-panel{margin-top:8px;padding:9px}.game-garage .garage-actions-grid button{padding:9px}.game-garage .garage-special-action{padding:8px 10px}}@media (height<=680px){.game-garage .garage-art{height:72px}.game-garage .garage-art span{font-size:50px}.game-garage .garage-hero-name span,.game-garage .garage-xp>div:first-child span,.game-garage .garage-actions-grid small{display:none}.game-garage .garage-stat-grid{margin-top:6px}.game-garage .garage-upgrade-panel span{display:none}}.game-garage .garage-title-row{justify-content:space-between;align-items:flex-end;margin:2px 0 7px;display:flex}.game-garage .garage-title-row .section-title{margin:0}.game-garage .garage-title-row>span{color:var(--green);font-size:10px}.game-garage .garage-shelf-wrap{margin:0 -20px 8px;padding-left:20px}.game-garage .garage-shelf{gap:7px;padding:2px 20px 6px 0}.game-garage .garage-shelf-item{border-radius:16px;gap:2px;min-width:58px;height:58px;position:relative}.game-garage .garage-shelf-item span{font-size:23px;line-height:1}.game-garage .garage-shelf-item small{font-size:8.5px}.game-garage .garage-shelf-item i{font-size:8px;font-style:normal;position:absolute;top:3px;right:4px}.game-garage .garage-hero{border-radius:24px;padding:12px}.game-garage .garage-hero-icon{border-radius:14px;width:44px;height:44px;font-size:24px}.game-garage .garage-hero-name{gap:9px}.game-garage .garage-hero-name strong{font-size:17px}.game-garage .garage-hero-name span{font-size:9.5px}.game-garage .garage-level{border-radius:13px;padding:7px 9px;font-size:11px}.game-garage .garage-art{height:94px;margin:2px 0}.game-garage .garage-art span{font-size:64px}.game-garage .garage-art i{width:52%;height:10px;bottom:12px}.game-garage .garage-xp-line{align-items:center;gap:8px;display:flex}.game-garage .garage-xp-line>span{min-width:48px;color:var(--green);font-size:9.5px}.game-garage .garage-xp-line .bar-track{flex:1;height:8px}.game-garage .garage-xp-line>b{text-align:right;min-width:70px;font-size:10px}.game-garage .garage-stat-grid{gap:6px;margin-top:9px}.game-garage .garage-stat-grid div{border-radius:14px;padding:7px 4px}.game-garage .garage-stat-grid span{font-size:8.5px}.game-garage .garage-stat-grid b{font-size:13px}.game-garage .garage-upgrade-panel{border-radius:17px;margin-top:9px;padding:10px}.game-garage .garage-upgrade-top{justify-content:space-between;gap:8px;display:flex}.game-garage .garage-upgrade-top b,.game-garage .garage-upgrade-top strong{font-size:11.5px}.game-garage .garage-upgrade-gains{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}.game-garage .garage-upgrade-gains span{color:#cbe0d4;background:#ffffff17;border-radius:8px;padding:5px 6px;font-size:9px}.game-garage .garage-upgrade-panel .button{border-radius:13px;margin-top:7px;padding:10px 12px;font-size:12px}.game-garage .garage-actions-grid{gap:7px;margin-top:8px}.game-garage .garage-actions-grid button{border-radius:14px;padding:9px 10px}.game-garage .garage-actions-grid b{font-size:11px}.game-garage .garage-actions-grid small{font-size:8.5px}.game-garage .garage-special-action{border-radius:14px;margin-top:7px;padding:9px 10px}.game-garage .garage-special-action b{font-size:11px}.game-garage .garage-special-action small{font-size:8.5px}@media (height<=760px){.game-garage .garage-title-row{margin-bottom:5px}.game-garage .garage-title-row>span{display:none}.game-garage .garage-shelf-wrap{margin-bottom:5px;margin-right:-12px;padding-left:12px}.game-garage .garage-shelf{gap:6px;padding-bottom:4px;padding-right:12px}.game-garage .garage-shelf-item{min-width:54px;height:54px}.game-garage .garage-hero{padding:10px}.game-garage .garage-hero-icon{width:40px;height:40px}.game-garage .garage-art{height:74px}.game-garage .garage-art span{font-size:54px}.game-garage .garage-art i{bottom:8px}.game-garage .garage-stat-grid{margin-top:7px}.game-garage .garage-stat-grid div{padding:6px 3px}.game-garage .garage-upgrade-panel{margin-top:7px;padding:8px}.game-garage .garage-upgrade-panel .button{margin-top:6px;padding:9px}.game-garage .garage-actions-grid{margin-top:7px}.game-garage .garage-actions-grid button{padding:8px}.game-garage .garage-special-action{padding:8px 9px}}@media (height<=680px){.game-garage .garage-art{height:60px}.game-garage .garage-art span{font-size:48px}.game-garage .garage-hero-name span,.game-garage .garage-xp-line>span,.game-garage .garage-actions-grid small{display:none}}
