:root{--ink: #2b1d0e;--honey: #ffb300;--honey-dark: #e68a00;--cream: #fff3d6;--card: #ffffff;--bg: #fff3d6;--surface: #ffffff;--surface-2: #fff8e8;--text: #2b1d0e;--text-dim: #6b5836;--border: rgba(43, 29, 14, .35);--shadow-rgb: 43, 29, 14;--modal-bg: #fff3d6;--modal-text: #2b1d0e;--toast-bg: #2b1d0e;--toast-text: #ffffff;--ghost-border: rgba(43, 29, 14, .25);--ghost-text: #2b1d0e;--on-accent: #2b1d0e;--gold: #ffb300;--gold-ink: #a85f00;--star-empty: #c9b391}:root[data-skin=neon]{--bg: #120e1c;--surface: #241b38;--surface-2: #2e2348;--text: #fdf6ff;--text-dim: #b9a9d6;--border: rgba(191, 168, 214, .5);--shadow-rgb: 0, 0, 0;--modal-bg: #1c1530;--modal-text: #fdf6ff;--toast-bg: #2e2348;--toast-text: #fdf6ff;--ghost-border: rgba(191, 168, 214, .6);--ghost-text: #fdf6ff;--on-accent: #2b1d0e;--gold: #ffd54a;--gold-ink: #ffd54a;--star-empty: #4a3d63}:root[data-skin=sakura]{--bg: #fff0f4;--surface: #ffffff;--surface-2: #ffe8f0;--text: #5a2a3c;--text-dim: #8a5568;--border: rgba(90, 42, 60, .32);--shadow-rgb: 90, 42, 60;--modal-bg: #fff0f4;--modal-text: #5a2a3c;--toast-bg: #5a2a3c;--toast-text: #ffffff;--ghost-border: rgba(90, 42, 60, .3);--ghost-text: #5a2a3c;--on-accent: #2b1d0e;--gold: #f7a325;--gold-ink: #b0416b;--star-empty: #e0b5c5}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100vh;height:100dvh}body{font-family:Fredoka,"Baloo 2",Nunito,Quicksand,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:manipulation;transition:background .4s}#root{overflow-y:auto;overflow-x:hidden;overscroll-behavior:none}.screen{width:100%;max-width:720px;margin-inline:auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));overflow-y:auto;overflow-x:hidden}.screen.shop{max-width:792px}.logo{width:clamp(220px,60vw,360px);margin-top:clamp(12px,6vh,64px);color:var(--text);animation:logo-bob 3.2s ease-in-out infinite}@keyframes logo-bob{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-8px) rotate(1deg)}}.logo-word{font-family:inherit;font-size:58px;font-weight:700;fill:var(--text);letter-spacing:1px}.tagline{font-size:clamp(.9rem,3.6vw,1.05rem);color:var(--text-dim);margin:6px 0 26px;font-weight:600}.btn{border:none;border-radius:18px;font-family:inherit;font-weight:700;font-size:clamp(.95rem,3.6vw,1.0625rem);color:var(--text);background:var(--surface);min-height:44px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px rgba(var(--shadow-rgb),.25);transition:transform .08s,box-shadow .08s,filter .15s}.btn:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px rgba(var(--shadow-rgb),.25)}.btn:disabled{opacity:.5;cursor:default}.btn.primary{background:linear-gradient(180deg,#ffc233,var(--honey))}.btn.secondary{background:linear-gradient(180deg,#ffe9b0,#ffd985)}.btn.primary,.btn.secondary,.btn.hint{color:var(--on-accent)}.btn.ghost{background:transparent;box-shadow:inset 0 0 0 3px var(--ghost-border);color:var(--ghost-text)}.btn.icon{width:46px;height:46px;padding:0;font-size:20px;border-radius:50%}.btn.small{font-size:13px;min-height:40px;padding:8px 16px}.btn.big{width:100%;max-width:340px;font-size:clamp(1.15rem,4.6vw,1.35rem);padding:clamp(14px,4vw,18px) 22px;justify-content:space-between}.btn-sub{font-size:14px;font-weight:600;opacity:.65}.home-buttons{display:flex;flex-direction:column;gap:14px;width:100%;align-items:center}.home-duo{display:flex;gap:14px;width:100%;max-width:340px}.home-duo .btn.big{flex:1;min-width:0;flex-direction:column;gap:2px;font-size:clamp(1rem,4vw,1.15rem);padding:clamp(10px,3vw,14px) 10px}.home-footer{margin-top:auto;padding-top:18px;display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.btn.icon.on{box-shadow:inset 0 0 0 3px var(--honey-dark),0 4px rgba(var(--shadow-rgb),.25)}.trailer-btn{min-height:46px}@media(max-height:760px){.logo{margin-top:clamp(6px,2vh,18px);width:clamp(170px,40vw,240px)}.tagline{margin:4px 0 14px}.home-buttons{gap:10px}.btn.big{padding:clamp(11px,2.4vh,15px) 22px}.home-duo .btn.big{padding:clamp(9px,2vh,12px) 10px}.home-today{margin-top:12px}.home-footer{padding-top:12px}}.home-today{width:100%;max-width:340px;margin-top:18px;background:var(--surface);border-radius:18px;padding:12px 14px;box-shadow:0 6px rgba(var(--shadow-rgb),.12)}.today-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.today-head h3{font-size:15px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.6px}.gift-btn.pulse{animation:gift-pulse 1.6s ease-in-out infinite}@keyframes gift-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}[data-reduced-motion=on] .gift-btn.pulse{animation:none}.mission-row{display:flex;align-items:center;gap:10px;padding:7px 0;min-height:44px}.mission-row+.mission-row{border-top:2px solid var(--surface-2)}.mission-row.claimed{opacity:.55}.mission-icon{font-size:18px;flex:none}.mission-label{flex:1;min-width:0;font-size:14px;font-weight:700;color:var(--text);text-align:left}.mission-bar{display:block;height:6px;border-radius:999px;background:var(--surface-2);margin-top:4px;overflow:hidden}.mission-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--honey),var(--honey-dark));transition:width .3s}.mission-count{font-size:13px;font-weight:800;color:var(--text-dim);flex:none}.mission-claimed{font-size:16px;font-weight:800;color:var(--honey-dark);flex:none}.mission-row .btn.small{min-height:36px;padding:6px 12px;flex:none}.gift-modal{max-width:380px}.gift-track{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0 18px}.gift-day{background:var(--surface-2);border-radius:12px;padding:8px 4px;display:flex;flex-direction:column;gap:2px;align-items:center;font-weight:700}.gift-day-n{font-size:11px;color:var(--text-dim);text-transform:uppercase}.gift-day-amt{font-size:13px;color:var(--text)}.gift-day.done{opacity:.55}.gift-day.today{outline:3px solid var(--honey);outline-offset:-1px;opacity:1}.gift-day:last-child{grid-column:span 2}.trailer-box{width:min(96vw,900px);display:flex;flex-direction:column;align-items:center;gap:14px}.trailer-video{width:100%;max-height:78vh;border-radius:16px;background:#000;box-shadow:0 12px 40px #00000080}.screen-header{width:100%;max-width:640px;display:flex;align-items:center;gap:14px;padding:4px 0 16px}.screen-header h2{flex:1;font-size:clamp(1.35rem,6vw,1.65rem)}.honey-chip{background:var(--surface-2);color:var(--text);border-radius:999px;padding:8px 14px;font-weight:700;box-shadow:0 3px rgba(var(--shadow-rgb),.18)}.level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%;max-width:480px}@media(max-width:360px){.level-grid{gap:8px}}@media(min-width:520px){.level-grid{grid-template-columns:repeat(5,1fr);max-width:560px}}@media(min-width:760px){.level-grid{grid-template-columns:repeat(6,1fr);max-width:640px}}.level-cell{aspect-ratio:1;border:none;border-radius:16px;background:var(--surface);color:var(--text);font-family:inherit;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 4px rgba(var(--shadow-rgb),.2);transition:transform .08s}.level-cell:active:not(:disabled){transform:translateY(3px)}.level-cell.locked{opacity:.45;cursor:default}.level-num{font-size:clamp(1.15rem,5.5vw,1.5rem)}.level-stars{font-size:13px;color:var(--gold-ink)}.level-stars .dim{opacity:.25}.map-screen{padding:0;height:100vh;height:100dvh;min-height:0;overflow:hidden}.map-header{width:100%;max-width:none;padding:max(10px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) 10px max(14px,env(safe-area-inset-left));z-index:3;background:linear-gradient(var(--bg),rgba(0,0,0,0))}.map-header h2{font-size:clamp(1.2rem,5vw,1.5rem)}.map-scroll{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.world-band{position:relative;width:100%;min-height:1120px;overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 1120px}.world-band-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:filter .3s;background-color:color-mix(in srgb,var(--accent, #ffb300) 22%,var(--bg));filter:var(--world-grade, none)}.world-band.locked .world-band-bg{filter:var(--world-grade, none) grayscale(.7) brightness(.7)}.world-band-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#140c1c6b,#140c1c1f 16%,#140c1c1f 82%,#140c1c80)}.world-banner{position:relative;z-index:2;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:6px 10px;width:fit-content;max-width:92%;margin:16px auto 0;padding:7px 14px;background:#140c1c80;color:#fff;border:2px solid var(--accent);border-radius:999px;font-weight:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.world-num{font-size:12px;opacity:.8}.world-name{font-size:16px}.world-diff{font-size:11px;background:var(--accent);color:#2b1d0e;padding:2px 9px;border-radius:999px}.world-clear{font-size:11px;background:#2ec16b;color:#06340f;padding:2px 9px;border-radius:999px;font-weight:800}.world-feature{font-size:11px;font-weight:800;color:#fff;background:color-mix(in srgb,var(--accent) 72%,#000);padding:2px 9px;border-radius:999px;white-space:nowrap}.world-path{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.path-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-node{position:absolute;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff8e8;color:#2b1d0e;border:4px solid var(--accent);box-shadow:0 4px #00000059;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-family:inherit;font-weight:800;cursor:pointer;z-index:2}.map-node:active:not(:disabled){transform:translate(-50%,calc(-50% + 3px));box-shadow:0 1px #00000059}.map-node.locked{background:#1e162899;color:#fff;border-color:#fff6;box-shadow:0 4px #0000004d;cursor:default}.map-node.current{animation:node-pulse 1.5s ease-out infinite}@keyframes node-pulse{0%{box-shadow:0 4px #00000059,0 0 #ffffffb3}to{box-shadow:0 4px #00000059,0 0 0 16px #fff0}}.map-node.boss{width:68px;height:68px;background:radial-gradient(circle at 50% 35%,#fff3c9,#ffcf5a);border-width:5px;box-shadow:0 5px #0006,0 0 18px 2px #ffc8468c}.map-node.boss.locked{background:#1e162899;box-shadow:0 5px #00000059}.map-node.boss .map-node-num{font-size:26px;color:var(--honey-dark)}.map-node-num{font-size:20px;line-height:1}.map-node.locked .map-node-num{font-size:16px}.map-node-stars{display:flex;gap:1px;font-size:9px}.map-node-stars i{color:#2b1d0e40;font-style:normal}.map-node-stars i.on{color:var(--honey-dark)}.node-flag{position:absolute;top:-20px;left:50%;transform:translate(-50%);white-space:nowrap;font-weight:800;pointer-events:none}.node-flag.start{font-size:11px;background:#fff;color:#2b1d0e;padding:2px 8px;border-radius:999px;box-shadow:0 2px #0000004d}.node-flag.finish{top:-30px;font-size:26px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.4))}.map-progress{display:flex;align-items:center;gap:10px;width:100%;padding:0 max(14px,env(safe-area-inset-right)) 8px max(14px,env(safe-area-inset-left));z-index:3;background:linear-gradient(var(--bg),rgba(0,0,0,0))}.map-progress-bar{flex:1;height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.map-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--honey),var(--honey-dark));transition:width .4s ease}.map-progress-text{font-size:12px;font-weight:700;color:var(--text);opacity:.85;white-space:nowrap}.world-strip{display:flex;gap:8px;width:100%;overflow-x:auto;overflow-y:hidden;padding:4px max(14px,env(safe-area-inset-right)) 10px max(14px,env(safe-area-inset-left));z-index:3;background:linear-gradient(var(--bg),rgba(0,0,0,0));scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.world-strip::-webkit-scrollbar{display:none}.world-chip{flex:0 0 auto;width:40px;height:40px;border-radius:12px;background:var(--surface);color:var(--text);font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--accent) 55%,transparent);transition:transform .12s}.world-chip:active{transform:scale(.92)}.world-chip.done{background:color-mix(in srgb,var(--accent) 22%,var(--surface));color:var(--accent)}.world-chip.locked{opacity:.45;box-shadow:inset 0 0 0 2px var(--surface-2);font-size:12px}.world-chip.current{background:linear-gradient(180deg,#ffc233,var(--honey));color:var(--on-accent);box-shadow:0 0 0 3px var(--accent),0 3px 8px rgba(var(--shadow-rgb),.3)}.world-chip-num{line-height:1}.map-current-fab{position:absolute;right:max(14px,env(safe-area-inset-right));bottom:max(16px,calc(env(safe-area-inset-bottom) + 12px));z-index:5;padding:11px 16px;border-radius:999px;background:linear-gradient(180deg,#ffc233,var(--honey));color:var(--on-accent);font-weight:800;font-size:14px;box-shadow:0 4px 14px rgba(var(--shadow-rgb),.35),0 0 0 3px #ffffff59;transition:transform .12s}.map-current-fab:active{transform:scale(.94)}:root[data-reduced-motion=on] .map-scroll{scroll-behavior:auto}.world-connector{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;background:linear-gradient(to bottom,#140c1c8c,#140c1cd9);color:#fff}.connector-line{flex:1;max-width:60px;height:2px;background:var(--accent);opacity:.7}.connector-chevron{font-size:22px;line-height:.6;color:var(--accent);animation:chevron-bounce 1.6s ease-in-out infinite}@keyframes chevron-bounce{0%,to{transform:translateY(-2px)}50%{transform:translateY(2px)}}.connector-label{font-size:12px;font-weight:800;letter-spacing:.02em}.world-connector.locked{opacity:.75}.world-connector.locked .connector-chevron{animation:none}.cine-backdrop{background:#000;padding:0}.cine-box{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.cine-video{width:100%;height:100%;object-fit:cover;background:#000}.cine-caption{position:absolute;left:0;right:0;bottom:18%;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.85);padding:0 20px;animation:cine-rise .7s ease-out both}@keyframes cine-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cine-eyebrow{font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.cine-title{font-size:clamp(1.8rem,9vw,3rem);font-weight:900;line-height:1.05}.cine-tag{font-size:14px;font-weight:700;opacity:.92}.cine-feature{margin-top:8px;font-size:13px;font-weight:800;color:var(--on-accent, #2b1d0e);background:var(--accent, #ffb300);padding:4px 14px;border-radius:999px;align-self:center}.cine-skip{position:absolute;right:max(16px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:2}.game-screen{padding:0;height:100vh;height:100dvh;min-height:0;overflow:hidden;position:relative;isolation:isolate}.game-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--world-art, none) center / cover no-repeat;filter:var(--world-grade, none);opacity:.32;pointer-events:none;z-index:-1}.hud{width:100%;display:flex;align-items:center;gap:8px;padding:max(10px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) 10px max(14px,env(safe-area-inset-left))}.hud-title{flex:1;min-width:0}.hud-title h2{font-size:clamp(.9rem,4vw,1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-sub{font-size:13px;color:var(--text-dim);display:flex;gap:5px;align-items:center;min-width:0;overflow:hidden;white-space:nowrap}.hud-sub.warn{color:var(--gold-ink);font-weight:700}.hud-limit{opacity:.75;flex:none}.hud-stars .star{opacity:.25}.hud-stars .star.on{opacity:1;color:var(--gold-ink)}.hud-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.hud-honey{display:inline-flex;align-items:center;gap:4px;flex:none;min-height:44px;padding:0 12px;border-radius:999px;background:var(--surface-2);color:var(--text);font-weight:800;font-size:14px;white-space:nowrap;box-shadow:0 3px rgba(var(--shadow-rgb),.18)}.btn.hint{background:linear-gradient(180deg,#ffc233,var(--honey));font-size:14px;padding:10px 12px}.hud .btn.icon{width:44px;height:44px}.game-canvas{flex:1;width:100%;min-height:0}.stars .star{color:var(--star-empty)}.stars .star.on{color:var(--gold);text-shadow:0 2px 0 rgba(var(--shadow-rgb),.3)}@media(max-width:480px){.hud{flex-wrap:wrap;row-gap:6px}.hud-title,.hud-actions{display:contents}.hud-back{order:1}.hud-title h2{order:2;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-honey{order:3}.btn.hint{order:4}.hud:after{content:"";order:5;flex:0 0 100%;height:0}.hud-sub{order:6;flex:1 1 auto;justify-content:flex-start}.hud-mute{order:7}.hud-undo{order:8}.hud-restart{order:9}}@media(max-width:380px){.hud{gap:6px}.btn.hint{padding:10px;font-size:13px}.hud .btn.icon{width:40px;height:40px}}@media(orientation:landscape)and (max-height:600px){.game-screen .hud{padding-top:max(6px,env(safe-area-inset-top));padding-bottom:6px;gap:6px}.hud-title h2{font-size:14px}.hud-sub{font-size:11px}.btn.hint{padding:8px 10px;font-size:13px;min-height:40px}.hud .btn.icon{width:40px;height:40px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b1d0e8c;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom));z-index:20;animation:fade-in .2s}@keyframes fade-in{0%{opacity:0}}.modal{background:var(--modal-bg);color:var(--modal-text);border-radius:24px;padding:26px 28px;width:100%;max-width:380px;max-height:100svh;overflow-y:auto;text-align:center;box-shadow:0 10px rgba(var(--shadow-rgb),.35);animation:pop-in .25s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;gap:12px;align-items:center}@keyframes pop-in{0%{transform:scale(.7);opacity:0}}.win-modal h2,.fail-modal h2{font-size:clamp(1.4rem,6vw,1.75rem)}.fail-emoji{font-size:48px}.win-detail{color:var(--text-dim)}.honey-earned{font-size:clamp(1.15rem,5vw,1.375rem);font-weight:700}.double-honey,.share-win{align-self:center}.world-clear-note{font-weight:800;color:var(--gold-ink)}.auth-screen,.leaderboard-screen{align-items:stretch}.auth-back{width:100%;max-width:420px;margin:0 auto;padding-bottom:2px}.auth-hero{display:flex;flex-direction:column;align-items:center;gap:4px;margin:clamp(6px,3.5vh,28px) auto 16px}.auth-hero .logo{width:clamp(180px,52vw,280px);margin:0}.auth-hero-tag{font-size:clamp(.95rem,3.8vw,1.1rem);font-weight:700;color:var(--text-dim);text-align:center}.auth-card{display:flex;flex-direction:column;gap:12px;width:100%;max-width:380px;margin:0 auto;padding:20px;background:var(--surface);border-radius:22px;box-shadow:0 8px rgba(var(--shadow-rgb),.1),0 3px 22px rgba(var(--shadow-rgb),.09)}.auth-input{width:100%;padding:14px 16px;border-radius:14px;background:var(--surface-2);color:var(--text);font-size:16px;box-shadow:inset 0 0 0 2px transparent;transition:box-shadow .15s}.auth-input::placeholder{color:var(--text-dim);opacity:.7}.auth-input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--honey)}.auth-pw{position:relative;display:flex}.auth-pw .auth-input{padding-right:48px}.auth-pw-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:none;background:transparent;cursor:pointer;font-size:17px;line-height:1;border-radius:10px;opacity:.65;transition:opacity .12s}.auth-pw-toggle:hover{opacity:1}.google-btn{background:#fff;color:#1f1f1f;box-shadow:0 2px 6px #0000002e;font-weight:700;gap:12px}.g-logo{flex:none}.auth-or{display:flex;align-items:center;gap:10px;color:var(--text-dim);font-size:12.5px;font-weight:600}.auth-or:before,.auth-or:after{content:"";flex:1;height:2px;background:var(--surface-2);border-radius:2px}.auth-email{display:contents}.auth-err{color:#d33;font-weight:700;font-size:14px;text-align:center}.auth-notice{color:var(--honey-dark, #b8860b);font-weight:700;font-size:14px;text-align:center}.auth-links{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:2px}.auth-legal,.auth-unavailable{max-width:380px;margin:16px auto 0;text-align:center;font-size:12px;line-height:1.45;color:var(--text-dim)}.boot-splash{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:100vh;color:var(--text-dim);font-weight:700}.boot-bee{font-size:56px;animation:boot-bob 1.2s ease-in-out infinite}@keyframes boot-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.account-row{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:16px;padding:12px 14px}.account-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:none}.account-avatar.placeholder{display:flex;align-items:center;justify-content:center;background:var(--honey);color:var(--on-accent);font-weight:800;font-size:20px}.account-id{display:flex;flex-direction:column;min-width:0}.account-id small{color:var(--text-dim);overflow:hidden;text-overflow:ellipsis}.lb-tabs{display:flex;gap:8px;width:100%;max-width:480px;margin:0 auto 12px}.lb-tab{flex:1;padding:10px;border-radius:12px;background:var(--surface);color:var(--text);font-weight:700;font-size:14px}.lb-tab.on{background:linear-gradient(180deg,#ffc233,var(--honey));color:var(--on-accent)}.lb-list{list-style:none;width:100%;max-width:480px;margin:0 auto;padding:0;overflow-y:auto}.lb-list li{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;font-weight:700;color:var(--text)}.lb-list li:nth-child(odd){background:var(--surface)}.lb-list li.me{box-shadow:inset 0 0 0 2px var(--honey)}.lb-rank{width:28px;color:var(--text-dim);font-weight:800}.lb-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-val{font-weight:800;color:var(--gold-ink)}.pause-buttons{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:6px}.pause-buttons .btn{width:100%}.modal-buttons{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap;justify-content:center}@media(max-height:520px){.modal{padding:16px 20px;gap:8px}.win-modal h2,.fail-modal h2{font-size:20px}.fail-emoji{font-size:36px}}.ad-modal{background:#241f1a;color:#fff}.ad-modal .btn.ghost{color:#fff;box-shadow:inset 0 0 0 2px #fff6}.ad-badge{align-self:flex-start;background:#ffb300;color:#241f1a;font-weight:800;font-size:12px;border-radius:6px;padding:2px 8px}.ad-bee{font-size:52px;display:block;animation:logo-bob 1.4s ease-in-out infinite}.ad-progress{width:100%;height:8px;border-radius:4px;background:#fff3;overflow:hidden;margin-top:12px}.ad-progress-fill{height:100%;background:var(--honey);transition:width .1s linear}.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;width:100%;max-width:760px;padding-bottom:24px}.skin-card{border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:8px;box-shadow:0 5px rgba(var(--shadow-rgb),.2);border:3px solid transparent}.skin-card.active{border-color:var(--honey-dark)}.skin-card h3{font-size:clamp(1rem,4.5vw,1.1875rem)}.skin-card p{font-size:13px;opacity:.75;flex:1}.skin-card.noads-card{background:var(--surface);color:var(--text)}.skin-preview{display:flex;align-items:center;justify-content:space-between}.skin-bee{font-size:40px}.skin-swatches{display:flex;gap:5px}.skin-swatches i{width:16px;height:16px;border-radius:50%;border:2px solid var(--border)}.combo-note{color:var(--gold-ink);font-weight:700}.tutorial-tip{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);max-width:min(92vw,520px);white-space:normal;text-align:center;background:var(--toast-bg);color:var(--toast-text);font-weight:700;border-radius:20px;padding:12px 20px;animation:tip-bounce 1.6s ease-in-out infinite;pointer-events:none;z-index:10}@keyframes tip-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}@media(orientation:landscape)and (max-height:600px){.tutorial-tip{top:calc(max(6px,env(safe-area-inset-top)) + 52px);bottom:auto;padding:6px 14px;font-size:13px;animation:none}}.toast{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);max-width:min(94vw,520px);flex-wrap:wrap;justify-content:center;background:var(--toast-bg);color:var(--toast-text);font-weight:700;border-radius:18px;padding:12px 16px;display:flex;gap:10px;align-items:center;z-index:10;animation:pop-in .25s cubic-bezier(.34,1.56,.64,1)}.toast.moves-toast{background:var(--gold);color:var(--on-accent);pointer-events:none}.toast.moves-toast .moves-more{pointer-events:auto;min-height:34px;padding:6px 12px;font-size:13px}.toast.notice-toast{bottom:max(78px,calc(env(safe-area-inset-bottom) + 54px));text-align:center;pointer-events:none}.toast .btn.ghost{color:var(--toast-text);box-shadow:inset 0 0 0 2px var(--ghost-border)}.crash-screen{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.crash-bee{font-size:56px}.crash-screen p{opacity:.7;max-width:420px;word-break:break-word}.gl-fallback{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;font-weight:600;opacity:.8}.settings-list{width:100%;max-width:520px;display:flex;flex-direction:column;gap:10px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.set-group{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:14px 4px 2px}.set-group:first-child{margin-top:0}.set-row{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:56px;padding:12px 16px;border:none;border-radius:16px;background:var(--surface);color:var(--text);box-shadow:0 3px rgba(var(--shadow-rgb),.16);font-family:inherit;text-align:left;cursor:pointer}.set-row.slider{flex-direction:column;align-items:stretch;gap:8px;cursor:default}.set-row.slider.disabled{opacity:.5}.set-label{display:flex;flex-direction:column;gap:2px;font-weight:700;font-size:1rem}.set-label small{font-weight:600;font-size:.78rem;color:var(--text-dim)}.set-switch{flex:none;width:52px;height:30px;border-radius:999px;background:var(--star-empty);position:relative;transition:background .2s}.set-switch.on{background:var(--honey)}.set-switch i{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000059;transition:transform .2s}.set-switch.on i{transform:translate(22px)}.set-row.slider input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:44px;padding:0;background:transparent;outline:none;cursor:pointer}.set-row.slider input[type=range]::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:var(--surface-2)}.set-row.slider input[type=range]::-moz-range-track{height:8px;border-radius:999px;background:var(--surface-2)}.set-row.slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:var(--honey);border:3px solid var(--card);box-shadow:0 2px 4px rgba(var(--shadow-rgb),.3);cursor:pointer;margin-top:-9px}.set-row.slider input[type=range]::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:var(--honey);border:3px solid var(--card);cursor:pointer}.set-row.slider input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px color-mix(in srgb,var(--honey) 45%,transparent)}.set-btn{width:100%;margin-top:4px}.set-btn.danger,.btn.primary.danger{color:#b3261e}.btn.primary.danger{background:linear-gradient(180deg,#ff6b6b,#e5484d);color:#fff}.set-note{font-size:.85rem;color:var(--text-dim);padding:0 6px}.set-confirm{background:var(--surface);border-radius:16px;padding:16px;text-align:center;box-shadow:0 3px rgba(var(--shadow-rgb),.16)}.set-confirm p{margin-bottom:12px;font-weight:600}.set-about{display:flex;flex-direction:column;gap:8px;padding:8px 6px;color:var(--text-dim);font-size:.9rem}.set-about a{display:inline-flex;align-items:center;align-self:flex-start;min-height:44px;color:var(--honey-dark);font-weight:700;text-decoration:none}@media(hover:hover){.btn:hover:not(:disabled):not(:active){transform:translateY(-1px);box-shadow:0 5px rgba(var(--shadow-rgb),.28);filter:brightness(1.03)}.btn.ghost:hover:not(:disabled):not(:active){filter:none;background:color-mix(in srgb,var(--surface) 60%,transparent);box-shadow:inset 0 0 0 3px var(--ghost-border),0 3px rgba(var(--shadow-rgb),.14)}.btn.icon:hover:not(:disabled):not(:active){transform:translateY(-1px)}.home-today,.skin-card,.account-row{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.skin-card:hover{transform:translateY(-3px);box-shadow:0 8px rgba(var(--shadow-rgb),.22)}.set-row:not(.slider):hover{filter:brightness(.985);transform:translateY(-1px)}.lb-tab:hover:not(.on){filter:brightness(1.04)}.lb-list li.me:hover,.mission-row .btn.small:hover{filter:brightness(1.03)}.world-chip:hover:not(.locked):not(.current){transform:translateY(-2px)}.map-node:hover:not(:disabled):not(.locked){filter:brightness(1.06)}.level-cell:hover:not(:disabled):not(.locked){transform:translateY(-2px);filter:brightness(1.02)}.map-current-fab:hover,.gift-btn:hover{filter:brightness(1.05)}a:hover{filter:brightness(1.08)}}.btn:focus-visible,.set-row:focus-visible,.set-switch:focus-visible,.lb-tab:focus-visible,.map-node:focus-visible,.level-cell:focus-visible,.world-chip:focus-visible,.skin-card button:focus-visible,.map-current-fab:focus-visible,.mission-row .btn:focus-visible,input[type=range]:focus-visible{outline:3px solid var(--honey-dark);outline-offset:2px}.auth-input:focus-visible{outline:none}.modal-backdrop{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.cine-backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}@media(prefers-reduced-motion:reduce){.logo,.ad-bee,.tutorial-tip,.modal,.modal-backdrop,.toast,.map-node.current,.connector-chevron,.cine-caption{animation:none}}:root[data-reduced-motion=on] .logo,:root[data-reduced-motion=on] .ad-bee,:root[data-reduced-motion=on] .tutorial-tip,:root[data-reduced-motion=on] .modal,:root[data-reduced-motion=on] .modal-backdrop,:root[data-reduced-motion=on] .toast,:root[data-reduced-motion=on] .map-node.current,:root[data-reduced-motion=on] .connector-chevron,:root[data-reduced-motion=on] .cine-caption{animation:none!important}
