:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;min-height:100%}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;display:block;min-width:320px;min-height:100vh;overflow-x:hidden}.game-container{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@keyframes walk-pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes networkHintPulse{0%{transform:scale(1);box-shadow:0 0 #60a5fa47}50%{transform:scale(1.06);box-shadow:0 0 0 12px #60a5fa00}to{transform:scale(1);box-shadow:0 0 #60a5fa00}}.walk-gps-icon,.manual-gps-icon{background:transparent!important;border:none!important}.greenweb-map,.greenweb-map .leaflet-container,.greenweb-map .leaflet-tile-pane{background:#121212!important}@keyframes pulse-blue{0%{transform:scale(1);box-shadow:0 0 #3b82f6b3}70%{transform:scale(1.1);box-shadow:0 0 0 15px #3b82f600}to{transform:scale(1);box-shadow:0 0 #3b82f600}}@keyframes circle-pulse-green{0%{stroke-opacity:.8;fill-opacity:.2}50%{stroke-opacity:.4;fill-opacity:.05}to{stroke-opacity:.8;fill-opacity:.2}}.beacon-pulse-green{animation:circle-pulse-green 1.5s infinite ease-in-out}@keyframes typing-dots{0%{clip-path:inset(0 100% 0 0)}24%{clip-path:inset(0 100% 0 0)}25%{clip-path:inset(0 66% 0 0)}49%{clip-path:inset(0 66% 0 0)}50%{clip-path:inset(0 33% 0 0)}74%{clip-path:inset(0 33% 0 0)}75%{clip-path:inset(0 0 0 0)}to{clip-path:inset(0 0 0 0)}}.loading-dots{display:inline-flex;align-items:baseline;justify-content:center;font-weight:700;letter-spacing:.01em}.loading-dots:after{content:"...";display:inline-block;width:1.05em;overflow:hidden;vertical-align:bottom;animation:typing-dots 1.6s steps(1,end) infinite;margin-left:2px;text-align:left}.app-fallback-screen{width:100vw;height:100vh;padding:24px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 0%,rgba(34,197,94,.18),transparent 36%),#0f172a;color:#f8fafc}.app-fallback-card{width:min(420px,100%);padding:24px;border:1px solid rgba(148,163,184,.28);border-radius:22px;background:#0f172aeb;box-shadow:0 24px 70px #00000073;text-align:center}.app-fallback-card h1{margin:0 0 12px;font-size:22px;line-height:1.2}.app-fallback-card p{margin:0 0 18px;color:#cbd5e1;line-height:1.55}.app-fallback-card button{width:100%;padding:14px 16px;border:none;border-radius:14px;background:#4ade80;color:#052e16;font-weight:800;cursor:pointer}.app-fallback-card details{margin-top:14px;color:#94a3b8;text-align:left}.app-fallback-card summary{cursor:pointer}.app-fallback-card code{display:block;margin-top:8px;white-space:pre-wrap;word-break:break-word;font-size:12px}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:20px;pointer-events:auto}.modal-content{background:#1e293b;border:1px solid #334155;border-radius:20px;width:100%;max-width:500px;padding:24px;position:relative;box-shadow:0 10px 25px #00000080;color:#fff;overflow:hidden;margin:auto}.close-button{position:absolute;top:16px;right:16px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px}.close-button:hover{color:#fff}.modal-content h2{margin-top:0;color:#4ade80;text-align:center}.card-header-centered{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.card-title-main{margin:0!important;font-size:18px;font-weight:700;color:#f8fafc;text-align:center}.card-subtitle-hint{margin:4px 0 0;font-size:11px;color:#94a3b8;text-align:center;line-height:1.4;max-width:250px}.power-stats{display:flex;justify-content:center;gap:8px}.power-stat-item{font-size:11px;font-weight:700;color:#4ade80;background:#4ade801a;padding:3px 10px;border-radius:999px;border:1px solid rgba(74,222,128,.2);white-space:nowrap}.storage-stat-item{color:#3b82f6!important;background:#3b82f61a!important;border-color:#3b82f633!important}.upgrade-section{background:#0003;padding:16px;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.05)}.upgrade-details h3{margin:0 0 4px;font-size:16px;color:#f8fafc}.upgrade-details p{margin:0 0 6px;font-size:13px;color:#94a3b8}.upgrade-cost-row{font-size:13px;color:#94a3b8;margin-bottom:0!important}.upgrade-cost-row span{color:#f8fafc;font-weight:800;font-size:14px}.upgrade-btn{width:100%;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:16px;display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px;cursor:pointer;transition:all .2s}.affordable{background:#4ade80;color:#064e3b}.affordable:hover{background:#22c55e}.expensive{background:#475569;color:#94a3b8;cursor:not-allowed}.error-text{color:#ef4444;font-size:12px;margin-top:8px}.performance-upgrade-card{margin-top:18px;padding:28px 18px 20px;border-radius:20px;background:linear-gradient(180deg,#0f172ad9,#020617f2);border:none;box-shadow:none}.silkworm-performance-icon{display:flex;justify-content:center;margin:9px 0 0;line-height:0;pointer-events:none}.silkworm-performance-icon img{display:block;width:132px;height:auto;object-fit:contain;opacity:.95;filter:drop-shadow(0 0 10px rgba(59,130,246,.18))}.power-container{margin-bottom:24px;display:flex;flex-direction:column;align-items:center;gap:12px}.power-label{font-size:10px;font-weight:800;color:#94a3b8;letter-spacing:2px}.battery-v2{display:flex;align-items:center;position:relative}.battery-glass{width:200px;height:40px;background:#0006;border:2px solid #334155;border-radius:8px;padding:4px;display:flex;box-shadow:inset 0 2px 10px #00000080;position:relative;overflow:hidden}.battery-glass:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 100%);pointer-events:none}.battery-segments{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;width:100%;height:100%}.segment{background:#1e293b;border-radius:2px;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.segment.active{background:linear-gradient(180deg,#4ade80,#16a34a);box-shadow:0 0 15px #4ade8080}.battery-head{width:6px;height:16px;background:#334155;border-radius:0 4px 4px 0;margin-left:2px}.max-state-container{background:#4ade800d;border:1px solid rgba(74,222,128,.1);padding:24px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;animation:fade-in .5s ease-out}.max-pulsing-label{font-size:32px;font-weight:900;color:#4ade80;letter-spacing:4px;text-shadow:0 0 20px rgba(74,222,128,.5);animation:pulse-max 2s infinite ease-in-out}.max-pulsing-label.blue{color:#3b82f6;text-shadow:0 0 20px rgba(59,130,246,.5)}.max-level-note{margin:0;font-size:13px;color:#94a3b8;font-weight:600;text-align:center}.storage-max-state{background:#3b82f60d;border:1px solid rgba(59,130,246,.1)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-max{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1;text-shadow:0 0 30px currentColor}to{transform:scale(1);opacity:.8}}.max-indicator{display:none}.storage-upgrade-card{margin-top:18px;padding:28px 18px 20px;border-radius:20px;background:linear-gradient(180deg,#0f172ad9,#020617f2);border:none;box-shadow:none}.storage-upgrade-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.storage-heading{max-width:230px}.storage-upgrade-header h3{margin:0 0 6px;color:#e0f2fe}.storage-upgrade-header p{margin:0;color:#93c5fd;font-size:12px;line-height:1.5}.storage-hours-badge{min-width:62px;padding:8px 10px;border-radius:999px;background:#3b82f62e;border:1px solid rgba(96,165,250,.28);color:#dbeafe;font-size:20px;font-weight:800;text-align:center;box-shadow:0 0 18px #3b82f62e}.storage-power-container{margin:0 0 14px;padding:16px 14px;background:none;border:none}.storage-upgrade-section{margin-top:10px}.storage-battery-v2{width:100%;justify-content:center}.storage-battery-glass{min-width:76px;transition:width .35s ease}.storage-battery-segments{gap:3px}.storage-segment.active{background:#3b82f6;box-shadow:0 0 10px #3b82f666}.storage-capacity-note{position:absolute;right:0;font-size:13px;font-weight:800;color:#67e8f9;letter-spacing:.04em}.storage-capacity-note.max{color:#4ade80}.storage-inline-meta{width:100%;margin-top:12px;display:flex;justify-content:space-between;gap:12px;color:#93c5fd;font-size:12px}.storage-inline-meta strong{color:#f8fafc;font-size:13px}.storage-upgrade-btn{justify-content:space-between;gap:10px;border-radius:12px}.storage-upgrade-btn-main,.storage-upgrade-btn-cost{display:inline-flex;align-items:center}.storage-upgrade-btn-main{gap:10px}.storage-upgrade-btn-cost{padding:5px 10px;border-radius:999px;background:#ffffff24;font-size:13px}.storage-max-level{margin-top:0;background:#3b82f61f;color:#bfdbfe;text-align:center}.offline-claim-modal{max-width:350px;text-align:center}.offline-claim-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:1px solid rgba(148,163,184,.22);border-radius:50%;background:#0f172a9e;color:#cbd5e1;cursor:pointer;font-size:18px;font-weight:800;line-height:1;transition:transform .16s ease,color .16s ease,border-color .16s ease,background .16s ease}.offline-claim-close:hover:not(:disabled){transform:translateY(-1px);border-color:#e2e8f073;background:#1e293be6;color:#fff}.offline-claim-close:disabled{cursor:wait;opacity:.45}.offline-claim-icon{display:inline-flex;padding:12px;border-radius:50%;margin-bottom:16px}.offline-claim-title{margin-bottom:10px;font-size:28px}.offline-claim-status{margin:0 0 18px;padding:9px 12px;border-radius:12px;background:#00000038;font-size:14px;font-weight:700}.offline-claim-card{margin-bottom:18px;padding:18px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.05);text-align:left}.offline-claim-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.offline-claim-metric p,.offline-claim-capacity div:first-child,.offline-earned-card p{margin:0 0 5px;color:#94a3b8;font-size:13px}.offline-claim-metric div{color:#fff;font-size:19px;font-weight:700}.offline-claim-capacity{min-width:74px;padding:8px 10px;border-radius:12px;background:#3b82f61f;border:1px solid rgba(96,165,250,.18);text-align:center}.offline-claim-capacity div:first-child{margin-bottom:4px;font-size:10px;color:#93c5fd}.offline-claim-capacity div:last-child{color:#dbeafe;font-size:17px;font-weight:700}.offline-claim-progress{width:100%;height:10px;margin-bottom:6px;border-radius:999px;background:#0f172abf;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.offline-claim-progress-fill{height:100%;border-radius:999px;transition:width .2s ease}.offline-claim-progress-meta{margin-bottom:14px;color:#94a3b8;font-size:12px;text-align:right}.offline-earned-card{padding:14px 16px;border-radius:14px;background:#0f172a85;border:1px solid rgba(74,222,128,.08);text-align:center}.offline-earned-card p{margin-bottom:6px}.offline-earned-card div{color:#86efac;font-size:28px;font-weight:800}.offline-claim-action{width:100%;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700}.offline-claim-action-primary{margin-bottom:10px;padding:15px;font-size:17px;color:#fff;background:linear-gradient(135deg,#4ade80,#16a34a);box-shadow:0 4px 14px #4ade8047}.offline-claim-action-secondary{padding:13px;font-size:15px;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 14px #3b82f63d}.offline-claim-ad-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:20px;padding:0 6px;border-radius:999px;background:#ffffff2e;font-size:11px;font-weight:800;letter-spacing:.06em}.offline-notification-prompt{margin:-4px 0 14px;padding:13px;border-radius:16px;background:#0f172ab8;border:1px solid rgba(96,165,250,.2);text-align:left;box-shadow:inset 0 1px #ffffff0a}.offline-notification-prompt-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:9px;border-radius:12px;color:#bfdbfe;background:#3b82f629}.offline-notification-prompt-copy h3{margin:0 0 5px;color:#f8fafc;font-size:15px}.offline-notification-prompt-copy p{margin:0;color:#cbd5e1;font-size:12px;line-height:1.45}.offline-notification-prompt-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.offline-notification-prompt-actions button{min-height:40px;border-radius:12px;border:0;cursor:pointer;font-weight:800}.offline-notification-prompt-actions button:disabled{cursor:wait;opacity:.75}.offline-notification-prompt-skip{color:#cbd5e1;background:#94a3b81f}.offline-notification-prompt-enable{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e)}@media(max-width:480px){.storage-capacity-note{font-size:11px}.storage-inline-meta{flex-direction:column;align-items:center;text-align:center;gap:4px}.storage-upgrade-btn{flex-direction:column;align-items:stretch}.storage-upgrade-btn-main,.storage-upgrade-btn-cost{justify-content:center}.offline-claim-topline{align-items:flex-start}.offline-earned-card div{font-size:24px}}.settings-action-button{cursor:pointer;transition:all .2s ease}.settings-action-button:hover{background:#4ade8026!important;transform:translateY(-1px)}.settings-action-button:active{transform:translateY(0);opacity:.8}.settings-card{background:linear-gradient(145deg,#1e293bb8,#0f172adb)!important;border:1px solid rgba(148,163,184,.18)!important;box-shadow:inset 0 1px #ffffff0a,0 14px 32px #02061733}.settings-card-blue{background:linear-gradient(145deg,#2563eb29,#0f172ae0)!important;border-color:#60a5fa47!important}.settings-card-notification{background:linear-gradient(135deg,#22c55e2e,#0f172adb)!important;border-color:#4ade8057!important}.settings-card-button:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff0f,0 16px 36px #02061747}.settings-house-name-hint{margin-top:8px;color:#94a3b8;font-size:11px;line-height:1.35}.hud-container{position:absolute;top:0;left:0;width:100%;height:100%;height:100dvh;pointer-events:none;z-index:1000;display:flex;flex-direction:column;justify-content:space-between}.hud-top{padding:12px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative;width:auto}.hud-info-stack{width:fit-content;max-width:calc(100vw - 24px);display:flex;flex-direction:column;gap:8px;align-items:stretch}.energy-display{position:absolute;top:20px;right:20px;pointer-events:auto;background:#000000d9;border:1px solid #eab308;box-shadow:0 0 15px #eab3084d;border-radius:15px;padding:8px 12px;display:flex;flex-direction:column;gap:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;font-weight:700}.energy-item{display:flex;align-items:center;gap:6px}.energy-val{color:#eab308;font-size:18px;text-shadow:0 0 8px rgba(234,179,8,.5)}.energy-shards{display:flex;align-items:center;gap:6px;font-size:13px;color:#94a3b8;border-top:1px solid rgba(255,255,255,.1);padding-top:4px}.shard-icon{font-size:12px}.meters-display{pointer-events:auto;background:#0f172ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.4);box-shadow:0 4px 20px #0006;border-radius:14px;padding:6px 12px;display:flex;flex-direction:column;align-items:flex-start;min-width:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:auto;max-width:none;box-sizing:border-box}.meters-display:hover{border-color:#4ade8099}.meters-value{font-size:20px;font-weight:800;color:#4ade80;letter-spacing:-.02em}.meters-value.animating{animation:meterCountPulse 1.1s ease}.meters-rate{font-size:11px;color:#a3e635;margin-bottom:2px;font-weight:600}.meters-details{border-top:1px solid rgba(255,255,255,.1);padding:10px 0 4px;margin-top:8px;width:100%;animation:slideDown .3s ease}.detail-row{display:flex;justify-content:space-between;font-size:11px;color:#94a3b8;margin-bottom:5px;gap:12px}.detail-row strong{color:#e2e8f0}.detail-row--resources{border-top:1px solid rgba(255,255,255,.08);padding-top:6px;margin-top:6px}.details-toggle{background:#ffffff0d;color:#64748b;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;margin-top:4px;padding:4px 8px;width:100%;transition:all .2s}.details-toggle:hover{background:#ffffff1a;color:#f8fafc}.global-coverage-wrap{position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-end}.global-coverage-row{position:relative;width:100%;display:flex;align-items:center}.global-coverage-badge{pointer-events:auto;background:#0f172ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.45);box-shadow:0 4px 15px #0000004d;border-radius:10px;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:700;color:#dcfce7;cursor:pointer;transition:all .2s;width:100%;box-sizing:border-box}.global-coverage-badge:hover,.global-coverage-badge.is-open{border-color:#4ade80cc;box-shadow:0 4px 15px #4ade8033}.global-coverage-label{color:#94a3b8;font-size:11px;font-weight:600}.global-coverage-value{color:#dcfce7;font-size:11px;font-weight:800}.roadmap-chip{pointer-events:auto;margin-top:6px;background:#0f172ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.35);border-radius:20px;padding:4px 12px;display:flex;align-items:center;justify-content:flex-start;gap:6px;font-size:10px;font-weight:700;color:#dcfce7;cursor:pointer;transition:all .2s;width:100%;max-width:none;box-sizing:border-box;box-shadow:0 4px 12px #0003}.roadmap-chip:hover{background:#16653459;border-color:#4ade80bf;transform:translateY(-1px)}.roadmap-chip svg{color:#4ade80}.hud-global-stats-chip{pointer-events:auto;margin-top:6px;background:#0f172ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.35);border-radius:20px;color:#dcfce7;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:6px;font-size:10px;font-weight:700;padding:4px 12px;transition:all .2s;width:100%;max-width:none;box-sizing:border-box;box-shadow:0 4px 12px #0003}.hud-global-stats-chip:hover{background:#16653459;border-color:#4ade80bf;transform:translateY(-1px)}.hud-global-stats-chip svg{color:#4ade80}.global-stats-overlay{position:fixed;inset:0;z-index:5000;pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:18px;background:#0206179e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.global-stats-modal{position:relative;width:min(440px,calc(100vw - 28px));max-height:min(76vh,620px);overflow:auto;background:radial-gradient(circle at top left,rgba(74,222,128,.14),transparent 38%),#0f172af5;border:1px solid rgba(74,222,128,.24);border-radius:22px;box-shadow:0 24px 60px #02061794;padding:18px;color:#f8fafc;box-sizing:border-box;animation:globalStatsModalIn .2s ease}.global-stats-close-btn{position:absolute;top:10px;right:10px;width:30px;height:30px;border:none;border-radius:999px;background:#ffffff14;color:#cbd5e1;cursor:pointer;font-size:20px;line-height:1}.global-stats-modal-header{display:flex;align-items:center;gap:10px;margin:4px 34px 14px 0}.global-stats-modal-icon{width:38px;height:38px;border-radius:14px;background:#4ade8024;color:#4ade80;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.global-stats-modal-header h3{margin:0;color:#f8fafc;font-size:1.05rem;line-height:1.1}.global-stats-modal-header p{margin:4px 0 0;color:#94a3b8;font-size:.74rem;line-height:1.3}.global-stats-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;padding:4px;border-radius:14px;background:#02061752;border:1px solid rgba(255,255,255,.06)}.global-stats-tab{border:none;border-radius:11px;padding:8px 10px;background:transparent;color:#94a3b8;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .2s ease}.global-stats-tab.active{background:#4ade8024;color:#dcfce7;box-shadow:inset 0 0 0 1px #4ade8047}.global-stats-list{display:flex;flex-direction:column;gap:8px}.global-stats-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border-radius:13px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:manipulation}.global-stats-row--reportable{cursor:pointer}.global-stats-row--reportable:active{transform:scale(.99);border-color:#4ade8052}.global-stats-row--self{border-color:#4ade80b8;background:#22c55e1a;box-shadow:0 0 0 1px #4ade802e,0 10px 24px #16a34a1f}.global-stats-row--self .global-income-rank{color:#052e16;background:linear-gradient(135deg,#bbf7d0,#22c55e)}.global-stats-you-label{display:inline-flex;align-items:center;margin-left:7px;padding:2px 6px;border-radius:999px;background:#4ade8029;color:#86efac;font-size:.58rem;font-weight:900;vertical-align:middle}.global-stats-self-separator{margin:4px 0 -2px;color:#86efac;font-size:.68rem;font-weight:900;text-align:center}.global-income-rank{width:36px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;background:#94a3b824;font-size:.76rem;font-weight:900}.global-income-rank-1{color:#451a03;background:linear-gradient(135deg,#fde68a,#f59e0b)}.global-income-rank-2{color:#0f172a;background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.global-income-rank-3{color:#431407;background:linear-gradient(135deg,#fdba74,#ea580c)}.global-income-player-main{min-width:0;display:flex;flex-direction:column;gap:2px}.global-income-player-main strong{color:#f8fafc;font-size:.86rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-income-player-main span{color:#94a3b8;font-size:.68rem}.global-income-value{color:#4ade80;font-weight:900;font-size:.78rem;max-width:132px;text-align:right;word-break:break-word}.global-stats-state{color:#94a3b8;font-size:.78rem;text-align:center;padding:16px 10px}.global-stats-state--error{color:#fecaca}@keyframes globalStatsModalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dau-help-btn{pointer-events:auto;margin-top:6px;background:#0f172ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.4);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4ade80;cursor:pointer;transition:all .3s;position:relative;padding:0;margin-left:6px;animation:dauPulse 2s infinite}.dau-help-btn:hover,.dau-help-btn.active{background:#4ade801a;border-color:#4ade80;animation:none}.dau-tooltip-bubble{position:absolute;top:calc(100% + 10px);right:0;background:#0f172afa;border:1px solid rgba(74,222,128,.5);box-shadow:0 10px 30px #00000080;border-radius:12px;padding:10px 14px;color:#fff;font-size:11px;font-weight:600;white-space:nowrap;z-index:1000;animation:dauTooltipSlide .3s cubic-bezier(.16,1,.3,1)}@keyframes dauPulse{0%{box-shadow:0 0 #4ade8066}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}@keyframes dauTooltipSlide{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.hud-tooltip-bubble{position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%);pointer-events:auto;background:#0f172af5;border:1px solid rgba(74,222,128,.35);box-shadow:0 10px 24px #02061773;border-radius:12px;padding:10px 12px;color:#e2e8f0;font-size:12px;line-height:1.45;white-space:pre-line;overflow-wrap:anywhere;animation:slideDown .2s ease;width:max-content;max-width:min(360px,calc(100vw - 170px));box-sizing:border-box;z-index:100}@media(max-width:520px){.hud-tooltip-bubble{position:absolute;top:50%;left:calc(100% + 6px);right:auto;transform:translateY(-50%);width:max-content;max-width:min(260px,calc(100vw - 142px));padding:8px 10px;font-size:11px;line-height:1.35;z-index:120}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hud-walk-chip{position:fixed;top:12px;left:12px;z-index:2000;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(74,222,128,.2);border-radius:8px;padding:4px 10px;display:flex;align-items:center;gap:6px;pointer-events:none;animation:fadeIn .3s ease}.meters-value-small{font-size:13px;font-weight:700;color:#4ade80}.meters-rate-small{font-size:10px;color:#94a3b8}.hud-bottom{padding:15px;padding-bottom:max(30px,env(safe-area-inset-bottom,30px));display:flex;justify-content:center;gap:15px;pointer-events:auto;background:linear-gradient(to top,rgba(0,0,0,.95),transparent);padding-top:40px}.action-button{background:#1e293be6;border:1px solid #334155;color:#fff;border-radius:12px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;max-width:110px;cursor:pointer;transition:all .2s}.action-button:hover{background:#334155e6;transform:translateY(-2px);border-color:#4ade80}.action-button span{font-size:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes meterCountPulse{0%{transform:translateY(0) scale(1);text-shadow:none}25%{transform:translateY(-1px) scale(1.04);text-shadow:0 0 14px rgba(74,222,128,.35)}to{transform:translateY(0) scale(1);text-shadow:none}}.roadmap-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:auto;touch-action:pan-y;animation:fadeIn .3s ease-out}.roadmap-modal{background:linear-gradient(135deg,#0f172a,#1e293b);width:100%;max-width:500px;max-height:calc(100vh - 40px);border-radius:24px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;pointer-events:auto;overscroll-behavior:contain;animation:slideUp .4s cubic-bezier(.16,1,.3,1);margin:auto 0}.roadmap-header{padding:24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.roadmap-title-group{display:flex;align-items:center;gap:16px}.header-icon{color:#4ade80;filter:drop-shadow(0 0 8px rgba(74,222,128,.4));width:28px;height:28px;flex:0 0 28px;display:block;transform:translateY(1px)}.roadmap-header h2{margin:0;font-size:1.5rem;line-height:1.1;color:#fff;font-weight:700}.roadmap-header p{margin:2px 0 0;font-size:.85rem;color:#94a3b8}.roadmap-close-btn{background:#ffffff14;border:none;color:#fff;font-size:28px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;transition:all .2s;pointer-events:auto;z-index:10}.roadmap-close-btn:hover{background:#ffffff26}.current-stats{padding:24px 0 12px;display:flex;flex-direction:column;gap:8px}.stat-card-compact{background:#4ade801a;border:1px solid rgba(74,222,128,.2);padding:8px 16px;border-radius:12px;display:flex;align-items:center;gap:8px;color:#4ade80;width:fit-content;align-self:center}.stat-value-compact{font-size:1.1rem;font-weight:800}.stat-label-compact{font-size:.85rem;opacity:.9;font-weight:500}.stat-explanation{margin:4px 0 0;font-size:.75rem;color:#94a3b8;text-align:center;line-height:1.4;max-width:85%;align-self:center}.income-leaderboard-card{background:radial-gradient(circle at top left,rgba(74,222,128,.14),transparent 38%),#0f172abd;border:1px solid rgba(74,222,128,.18);border-radius:18px;padding:14px;box-shadow:0 16px 34px #02061738}.income-leaderboard-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.income-leaderboard-icon{width:34px;height:34px;border-radius:12px;background:#4ade8024;color:#4ade80;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.income-leaderboard-header h3{margin:0;color:#f8fafc;font-size:1rem;line-height:1.1}.income-leaderboard-header p{margin:3px 0 0;color:#94a3b8;font-size:.72rem}.income-leaderboard-list{display:flex;flex-direction:column;gap:8px}.income-leaderboard-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border-radius:13px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.income-rank{width:36px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;background:#94a3b824;font-size:.76rem;font-weight:900}.income-rank-1{color:#451a03;background:linear-gradient(135deg,#fde68a,#f59e0b)}.income-rank-2{color:#0f172a;background:linear-gradient(135deg,#e2e8f0,#94a3b8)}.income-rank-3{color:#431407;background:linear-gradient(135deg,#fdba74,#ea580c)}.income-player-main{min-width:0;display:flex;flex-direction:column;gap:2px}.income-player-main strong{color:#f8fafc;font-size:.86rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.income-player-main span{color:#94a3b8;font-size:.68rem}.income-value{color:#4ade80;font-weight:900;font-size:.78rem;white-space:nowrap}.income-leaderboard-state{color:#94a3b8;font-size:.78rem;text-align:center;padding:12px}.roadmap-list-footer{margin-top:12px;padding:16px;background:#ffffff05;border-radius:16px;border:1px dashed rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;text-align:center}.roadmap-list-footer p{margin:0;font-size:.75rem;color:#64748b;line-height:1.4}.motivational-text{margin-top:12px;font-size:.85rem;color:#4ade80;font-weight:600;letter-spacing:.02em}.milestones-list{padding:0 24px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:auto;touch-action:pan-y;overscroll-behavior:contain;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.milestone-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:16px;display:flex;gap:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.milestone-card.unlocked{background:#4ade800d;border-color:#4ade8033}.milestone-card.locked{filter:grayscale(.5);opacity:.8}.milestone-icon-wrapper{width:48px;height:48px;background:#ffffff0d;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;flex-shrink:0}.unlocked .milestone-icon-wrapper{background:#4ade80;color:#0f172a}.lock-overlay{position:absolute;bottom:-4px;right:-4px;background:#ef4444;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #1e293b}.milestone-content{flex:1;display:flex;flex-direction:column;gap:4px}.milestone-header{display:flex;align-items:flex-start;justify-content:space-between;gap:4px 12px;width:100%;flex-wrap:wrap}.milestone-label{flex:1;min-width:0;font-weight:600;color:#fff}.milestone-target{flex:0 0 auto;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:20px}.milestone-target.target-pending{color:#fbbf24;background:#f59e0b26;border:1px solid rgba(245,158,11,.25)}.milestone-target.target-reached{color:#4ade80;background:#4ade8026;border:1px solid rgba(74,222,128,.25)}.milestone-description{margin:0;font-size:.8rem;color:#64748b;line-height:1.3}.unlocked .milestone-description{color:#94a3b8}.milestone-progress-container{margin-top:8px;display:flex;flex-direction:column;gap:4px}.milestone-progress-bar{height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden}.milestone-progress-fill{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);border-radius:3px;transition:width 1s ease-out}.milestone-percentage{font-size:.7rem;color:#64748b;text-align:right;font-variant-numeric:tabular-nums}.milestone-unlocked-button{width:100%;min-height:38px;margin-top:10px;border-radius:12px;border:1px solid rgba(74,222,128,.35);display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#4ade8024;color:#bbf7d0;font-size:13px;font-weight:900;box-shadow:0 10px 22px #0206172e}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.walk-modal{max-width:400px;text-align:center}.walk-tab{width:100%;box-sizing:border-box}.walk-did-you-know-tip{position:fixed;top:clamp(12px,calc(env(safe-area-inset-top,0px) + 12px),36px);right:12px;z-index:20010;width:min(300px,calc(100vw - 28px));border:0;border-radius:14px;padding:11px 12px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(135deg,#00226647,#69007038),#0f172af0;color:#e0f2fe;box-shadow:0 14px 32px #0206176b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left;cursor:pointer;animation:walkTipSlideIn .24s ease}.walk-did-you-know-tip strong{color:#dbeafe;font-size:12px;font-weight:900;line-height:1.1}.walk-did-you-know-tip span{color:#e2e8f0;font-size:12px;font-weight:650;line-height:1.35}.walk-did-you-know-tip em{align-self:flex-end;color:#c4b5fd;font-size:11px;font-style:normal;font-weight:900}.walk-focus-row{display:flex;justify-content:flex-end;width:100%;padding:0 2px 5px;box-sizing:border-box}@keyframes walkTipSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.walk-stats-card{background:linear-gradient(180deg,#0f172ad9,#020617f2);border-radius:18px;padding:20px;margin:18px 0 15px;display:flex;flex-direction:column;align-items:center;gap:15px;transition:all .3s ease}.walk-stats-card.compact-stats{padding:0 14px 2px;margin:0;gap:6px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;width:100%;box-sizing:border-box;box-shadow:none;transition:none}.compact-stats .walk-progress-scale{font-size:12px;font-weight:800;color:#e2e8f0}.compact-stats .progress-meter-chip strong,.compact-stats .walk-session-steps-inline strong{font-size:13px}.compact-stats .walk-progress-toolbar{margin-top:0}.walk-stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;width:100%}.compact-stats .walk-stats-header{margin-bottom:10px}.walk-bank-info{font-size:15px;font-weight:500;color:#e2e8f0}.walk-bank-info strong{color:#4ade80}.walk-progress-circle{width:150px;height:150px;position:relative}.walk-progress-circle svg{width:100%;height:100%;transform:rotate(-90deg)}.walk-progress-circle circle{fill:transparent;stroke-width:8;stroke-linecap:round}.bg-circle{stroke:#ffffff1a}.progress-circle{stroke:#4ade80;stroke-dasharray:283;transition:stroke-dashoffset .5s ease}.circle-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.circle-content span{font-size:28px;font-weight:700;color:#fff}.circle-content small{color:#94a3b8;font-size:14px}.potential-energy{background:#eab30833;border:1px solid #eab308;color:#eab308;padding:8px 15px;border-radius:20px;font-weight:700;font-size:14px}.potential-compact{padding:2px 8px;font-size:11px;border-color:#eab3084d}.active-progress-container{width:100%;display:flex;flex-direction:column;gap:5px;box-sizing:border-box}.compact-stats .active-progress-container{gap:5px}.walk-progress-scale{display:grid;grid-template-columns:minmax(0,1fr) minmax(118px,auto) minmax(0,1fr);align-items:end;font-size:11px;color:#94a3b8;font-weight:700}.walk-progress-scale>span:first-child{text-align:left}.walk-progress-scale>span:last-child{text-align:right}.walk-progress-scale-side{display:flex;flex-direction:column;gap:2px;line-height:1.05}.walk-progress-scale-side strong{color:#f8fafc;font-size:17px;font-weight:900;letter-spacing:0}.walk-progress-scale-side small{color:#64748b;font-size:10px;font-weight:800}.walk-progress-scale-boost{color:#f472b6;font-size:12px;font-weight:900;line-height:1;text-align:center;min-height:13px;display:inline-flex;align-items:end;justify-content:center}.walk-progress-boost-next{color:#94a3b8d1;font-size:10px;font-weight:500;line-height:1.15;white-space:nowrap}.walk-progress-boost-active{color:#f472b6;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.walk-boost-scale-action{display:flex;flex-direction:column;align-items:center;gap:2px;width:min(180px,100%)}.walk-boost-availability-hint{min-height:10px;color:#f693ff;font-size:9px;font-weight:700;line-height:1;text-align:center;opacity:0;transform:translateY(1px);transition:opacity .22s ease,transform .22s ease;white-space:nowrap}.walk-boost-availability-hint.is-visible{opacity:1;transform:translateY(0)}.walk-boost-next-availability{color:#94a3b8c7;font-size:9px;font-weight:400;line-height:1.2;text-align:center;white-space:nowrap}.walk-boost-next-availability-under{margin:2px 0 0;min-height:34px;display:flex;align-items:center;justify-content:center}.walk-session-boost-action{display:flex;flex-direction:column;align-items:center;gap:2px;min-height:34px;margin-top:0}.walk-session-boost-action .walk-boost-inline-button{width:min(172px,50vw);max-width:100%;height:34px;border:none;background:#020617f5;color:#ef3bad;box-shadow:0 6px 10px -6px #ef3badb8;font-size:10px}.walk-session-carousel{width:100%;margin:4px 0;position:relative;display:block;border-radius:15px;background:#020617f5}.walk-session-cards{width:100%;margin:0;padding:0;display:flex;gap:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;box-sizing:border-box;border-radius:15px;background:#020617f5}.walk-session-scroll{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:64px;border:none;border-radius:999px;background:transparent;color:#cbd5e1c7;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;cursor:pointer;opacity:1;transition:opacity .16s ease,color .16s ease}.walk-session-scroll--left{left:-32px}.walk-session-scroll--right{right:-32px}.walk-session-scroll.is-hidden{opacity:0;pointer-events:none}.walk-session-scroll svg{width:25px;height:25px}.walk-session-cards::-webkit-scrollbar{display:none}.walk-session-card{appearance:none;-webkit-appearance:none;flex:0 0 105px;min-height:68px;border:none;border-radius:0;background:#020617f5;color:#e2e8f0;box-shadow:none;display:grid;grid-template-rows:auto auto auto;align-content:center;justify-items:center;gap:4px;padding:9px 8px;scroll-snap-align:start;box-sizing:border-box;font:inherit;text-align:center;cursor:default;-webkit-user-select:none;user-select:none;position:relative}.walk-session-card+.walk-session-card{border-left:none}.walk-session-card+.walk-session-card:before{content:"";position:absolute;left:0;top:15%;width:1px;height:70%;background:#0f172ae6}.walk-session-card svg{color:#94a3b8}.walk-session-card strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#f8fafc;font-size:16px;font-weight:900;line-height:1.05;white-space:nowrap}.walk-session-card small{max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#94a3b8;font-size:10px;font-weight:800;line-height:1.15;white-space:nowrap}.walk-session-card--meters svg{color:#4ade80}.walk-session-card--boost{background:#020617f5;box-shadow:none}.walk-session-card--boost svg{color:#fc03fc}.walk-session-card--time svg{color:#2dd4bf}.walk-session-card--steps svg{color:#60a5fa}.walk-session-card--energy svg{color:#fbbf24}.progress-session-block{width:100%}.progress-labels{display:flex;justify-content:space-between;margin-bottom:4px;font-size:12px}.total-walked{color:#4ade80;font-weight:700}.goal-walked{color:#94a3b8}.progress-labels-secondary{margin-bottom:3px}.progress-session-title{font-weight:700}.progress-session-title-complete{color:#60a5fa}.linear-progress-bg{width:100%;height:10px;background:#ffffff1a;border-radius:999px;overflow:hidden;position:relative}.linear-progress-fill{height:100%;background:#4ade80;border-radius:999px;transition:width .5s ease;position:absolute;top:0;left:0;opacity:1}.linear-progress-bg-complete{background:#3b82f629}.linear-progress-fill-complete{background:linear-gradient(90deg,#60a5fa,#2563eb)}.walk-daily-limit-text{margin-top:2px;color:#64748b;font-size:12px;font-weight:400;line-height:1.45;text-align:center}.compact-stats .walk-daily-limit-text{margin-top:-1px;font-size:12px;color:#64748b}.dual-progress-bg{height:10px}.walk-progress-info-target{cursor:pointer;outline:none;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.walk-progress-info-target:focus-visible,.walk-progress-info-target.is-active{box-shadow:0 0 0 2px #0f172ad9,0 0 0 4px #0022667a,0 0 18px #69007038}.walk-bank-fill{left:0;z-index:3;box-shadow:2px 0 6px #0006}.walk-session-fill{background:linear-gradient(90deg,#4ade80,#22c55e);z-index:2}.walk-boost-fill{background:linear-gradient(90deg,#fc03fc,#ec4899);z-index:1;box-shadow:0 0 12px #ec489961}.walk-session-fill:before{content:"";position:absolute;inset:-3px -2px;background:#4ade80;border-radius:999px;z-index:-1;filter:blur(5px);animation:pulseFullGlow 2s infinite ease-in-out;opacity:.8}.walk-session-fill:after{display:none}@keyframes pulseFullGlow{0%{opacity:.4;filter:blur(4px);transform:scaleY(.95)}50%{opacity:.9;filter:blur(8px);transform:scaleY(1.1)}to{opacity:.4;filter:blur(4px);transform:scaleY(.95)}}.walk-progress-legend{display:flex;flex-wrap:wrap;gap:8px}.walk-progress-toolbar{display:grid;align-items:flex-start;gap:10px;width:100%;padding:0 4px;box-sizing:border-box}.walk-progress-toolbar.has-boost{grid-template-columns:minmax(0,1fr) minmax(120px,min(50%,180px)) minmax(0,1fr)}.walk-progress-toolbar.no-boost{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.walk-progress-toolbar>button:first-child{justify-self:start}.walk-progress-toolbar>button:last-child{justify-self:end}.walk-progress-toolbar .walk-boost-button-stack{justify-self:center}.progress-meter-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;padding:0 12px;height:28px;border-radius:999px;font-size:11px;border:1px solid rgba(255,255,255,.08);background:#0f172a8c;color:#cbd5e1;box-sizing:border-box}.progress-meter-chip strong{color:#f8fafc;font-size:12px}.progress-meter-chip-saved{border-color:#60a5fa47;color:#bfdbfe}.progress-meter-chip-current{border-color:#4ade8047;color:#bbf7d0}.progress-meter-chip-cap{border-color:#f59e0b3d;color:#fde68a}.walk-info-toggle{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.22);background:#0f172a8c;color:#cbd5e1;border-radius:999px;padding:0 12px;height:32px;font-size:11px;cursor:pointer;box-sizing:border-box}.walk-info-round{width:32px;padding:0;border-radius:50%;font-weight:700;font-size:14px}.walk-inline-info{margin:0 0 10px;padding:9px 11px;border-radius:12px;background:#0f172ad1;border:1px solid rgba(148,163,184,.15);color:#cbd5e1;font-size:11px;line-height:1.38}.walk-inline-info-title{color:#f8fafc;font-weight:700;margin-bottom:4px}.walk-inline-info-meta{margin-top:8px;color:#fde68a;font-weight:600}.walk-session-steps-inline{display:inline-flex;align-items:center;gap:6px;color:#cbd5e1;font-size:12px;background:#0f172a8c;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:0 10px;height:28px;box-sizing:border-box}.walk-session-steps-inline strong{color:#f8fafc;font-size:13px}.walk-stat-chip{appearance:none;-webkit-appearance:none;cursor:pointer;font:inherit;line-height:1;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:min-height .18s ease,padding .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.walk-stat-chip svg{flex-shrink:0}.walk-stat-chip.is-expanded{flex:0 0 auto;min-height:28px;height:28px;padding:0 12px;justify-content:center;background:#0f172ab8;box-shadow:0 10px 24px #0f172a2e}.walk-session-steps-inline.is-expanded{border-color:#60a5fa80;box-shadow:0 0 0 1px #60a5fa2e,0 10px 24px #0f172a2e}.progress-meter-chip-current.is-expanded{border-color:#4ade806b;box-shadow:0 0 0 1px #4ade8024,0 10px 24px #0f172a2e}.walk-stat-chip.is-expanded strong{white-space:nowrap;line-height:1;text-align:center}.walk-shard-reward-button{transform-origin:center}.walk-shard-reward-button-nudge{animation:walkShardRewardNudge .72s ease-in-out 2}.walk-boost-panel{width:100%;margin:6px 0 10px;padding:8px;border-radius:12px;background:#0f172ac7;border:none;box-sizing:border-box}.walk-boost-panel-header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px;color:#bfdbfe;font-size:11px;font-weight:900}.walk-boost-panel-header strong{color:#fef3c7;font-size:11px;text-align:right}.walk-boost-actions{display:flex;justify-content:center;gap:7px}.walk-boost-actions button{width:min(50vw,210px);max-width:50vw;border:1px solid rgba(244,114,182,.34);border-radius:999px;background:linear-gradient(135deg,#c000d6,#7c00aa);color:#fff;min-height:30px;padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:900;line-height:1.15;text-align:center;cursor:pointer}.walk-boost-actions button.is-active{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#86efac8f;color:#052e16;box-shadow:0 0 16px #22c55e3d}.walk-boost-actions button:disabled{background:#475569b8;border-color:#94a3b824;color:#94a3b8;cursor:not-allowed}.walk-boost-inline-button{appearance:none;-webkit-appearance:none;width:100%;max-width:180px;min-width:0;min-height:28px;height:28px;border:none;border-radius:999px;background:#020617f5;color:#ef3bad;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:10px;font-weight:900;line-height:1;letter-spacing:0;text-align:center;white-space:nowrap;cursor:pointer;box-sizing:border-box}.walk-boost-inline-button-scale{width:min(50vw,190px);max-width:100%;font-size:9px}.walk-boost-button-stack{width:100%;max-width:180px;min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px}.walk-boost-button-timer{color:#f9a8d4;font-size:10px;font-weight:900;line-height:1}.walk-boost-earned-chip{appearance:none;-webkit-appearance:none;width:fit-content;max-width:100%;min-width:62px;height:28px;border:1px solid rgba(244,114,182,.42);border-radius:999px;background:#ec48992e;color:#f9a8d4;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.walk-boost-earned-chip strong{color:#fce7f3;font-size:12px;white-space:nowrap}.walk-boost-earned-chip.is-expanded{background:#ec48993d;border-color:#f472b6a3;box-shadow:0 0 0 1px #f472b62e,0 10px 24px #0f172a2e}.walk-boost-daily-limit{color:#94a3b8;font-size:9px;font-weight:700;line-height:1.15;text-align:center}.walk-boost-daily-limit-under{margin-top:-2px}.walk-boost-button-text-swap{animation:walkBoostButtonTextSwap .28s ease}@keyframes walkBoostButtonTextSwap{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.walk-boost-inline-button svg{flex:0 0 auto}.walk-boost-inline-button span{min-width:0;overflow:hidden;text-overflow:ellipsis}.walk-boost-inline-button.is-active{background:#475569b8;border-color:#94a3b824;color:#94a3b8;box-shadow:none;cursor:not-allowed}.walk-boost-inline-button:disabled{background:#475569b8;border-color:#94a3b824;color:#94a3b8;cursor:not-allowed}.walk-boost-earned{margin-top:7px;color:#f9a8d4;font-size:11px;font-weight:800;text-align:center}.walk-boost-earned-inline{margin-top:-2px}.walk-boost-note{margin-top:5px;color:#94a3b8;font-size:10px;line-height:1.3;text-align:center}@keyframes walkShardRewardNudge{0%,to{transform:translate(0) scale(1);box-shadow:0 6px 14px #9600cc4d}20%{transform:translate(-4px) scale(1.04)}40%{transform:translate(4px) scale(1.04)}60%{transform:translate(-3px) scale(1.03)}80%{transform:translate(3px) scale(1.03)}}.walk-error{background:#ef444433;border:1px solid #ef4444;color:#fca5a5;padding:10px;border-radius:10px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:14px;text-align:left}.walk-actions{display:flex;justify-content:center;margin-bottom:15px;width:100%}.walk-actions.actions-compact{margin-top:2px;margin-bottom:0}.walk-control-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;width:100%}.walk-finish-row{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.walk-btn,.stop-walk-btn,.stop-walk-btn-compact{display:flex;align-items:center;justify-content:center;width:90%;padding:16px 24px;border-radius:20px;font-size:18px;font-weight:700;border:none;cursor:pointer;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.stop-walk-btn-compact{min-height:42px;padding:10px 14px;font-size:14px;border-radius:15px;background:#020617f5;color:#f59e0b;box-shadow:0 6px 10px -6px #f59e0bad;width:100%;min-width:0}.walk-btn:hover,.stop-walk-btn:hover,.stop-walk-btn-compact:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0006}.walk-btn{gap:10px;background:linear-gradient(135deg,#10b981,#059669)}.stop-walk-btn{background:linear-gradient(135deg,#f59e0b,#d97706)}.walk-mode-choice-overlay{position:fixed;inset:0;z-index:6200;background:#020617d1;display:flex;align-items:center;justify-content:center;padding:26px 18px;box-sizing:border-box}.walk-stop-confirm-overlay{position:fixed;inset:0;z-index:6400;background:#020617b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.walk-stop-confirm-modal{width:min(340px,100%);padding:18px;border-radius:18px;border:1px solid rgba(244,114,182,.38);background:linear-gradient(135deg,#ec48992e,#1e293b6b),#0f172afa;color:#e2e8f0;box-shadow:0 18px 50px #02061794;text-align:center;box-sizing:border-box}.walk-stop-confirm-modal strong{display:block;color:#f9a8d4;font-size:18px;font-weight:900;margin-bottom:8px}.walk-stop-confirm-modal p{margin:0;color:#f8fafc;font-size:13px;line-height:1.45;font-weight:700}.walk-stop-confirm-timer{margin:12px auto 14px;width:fit-content;padding:6px 12px;border-radius:999px;background:#ec489929;border:1px solid rgba(244,114,182,.32);color:#fce7f3;font-size:13px;font-weight:900}.walk-stop-confirm-actions{display:flex;gap:9px}.walk-stop-confirm-actions button{flex:1;border:none;border-radius:12px;padding:10px 12px;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.walk-stop-confirm-continue{background:linear-gradient(135deg,#10b981,#059669)}.walk-stop-confirm-finish{background:linear-gradient(135deg,#f59e0b,#d97706)}.walk-mode-choice-modal{position:relative;width:min(390px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#0f172afa;box-shadow:0 24px 56px #02061794;padding:24px 16px 22px;color:#f8fafc;text-align:left;box-sizing:border-box}.walk-mode-choice-header{text-align:center;margin:2px 34px 20px}.walk-mode-choice-header h3{margin:0;font-size:21px;line-height:1.2}.walk-mode-choice-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border:none;border-radius:50%;background:transparent;color:#cbd5e1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.walk-mode-choice-close:hover{background:#1e293beb;color:#f8fafc}.walk-mode-choice-grid{display:flex;flex-direction:column;gap:14px}.walk-mode-card{width:100%;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#ffffff0a;color:#e2e8f0;padding:16px 14px;text-align:left;cursor:pointer;box-sizing:border-box;transition:transform .18s ease,border-color .18s ease,background .18s ease}.walk-mode-card:hover{transform:translateY(-1px);background:#ffffff0f}.walk-mode-card-boost{background:linear-gradient(135deg,#3b82f61a,#1e293b66);border-color:#3b82f633}.walk-mode-card-eco{background:linear-gradient(135deg,#10b9811a,#1e293b66);border-color:#10b98133}.walk-mode-card-boost:hover{background:linear-gradient(135deg,#3b82f629,#1e293b80);border-color:#3b82f657}.walk-mode-card-eco:hover{background:linear-gradient(135deg,#10b98129,#1e293b80);border-color:#10b98157}.walk-mode-card-head{display:flex;align-items:center;gap:10px}.walk-mode-card-icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.walk-mode-card-boost .walk-mode-card-icon{background:#3b82f629;color:#93c5fd}.walk-mode-card-eco .walk-mode-card-icon{background:#4ade8024;color:#86efac}.walk-mode-card-head strong{display:block;color:#f8fafc;font-size:17px;line-height:1.2}.walk-mode-card-head small{display:block;margin-top:2px;color:#94a3b8;font-size:11px;line-height:1.25}.walk-mode-card ul{list-style:none;padding:0;margin:12px 0;display:flex;flex-direction:column;gap:7px}.walk-mode-card li{display:flex;align-items:flex-start;gap:7px;color:#cbd5e1;font-size:12px;line-height:1.32}.walk-mode-card li svg{margin-top:1px;flex:0 0 auto;color:#94a3b8}.walk-eco-screen-warning{display:flex;align-items:flex-start;gap:8px;margin:4px 0 8px;padding:8px 10px;border-radius:10px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.28);color:#fde68a;font-size:11px;line-height:1.35}.walk-eco-screen-warning svg{flex:0 0 auto;margin-top:1px}.walk-mode-card-action{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;color:#4ade80;background:transparent;font-size:13px;font-weight:900}.walk-mode-card-boost .walk-mode-card-action{color:#60a5fa;background:transparent}.walk-mode-choice-cancel{width:100%;margin-top:11px;border:1px solid rgba(148,163,184,.2);border-radius:999px;background:transparent;color:#94a3b8;min-height:34px;font-size:12px;font-weight:800;cursor:pointer}.walk-hint{font-size:13px;color:#94a3b8;line-height:1.5;padding:0 10px;text-align:center}.error-toast-inline{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#fca5a5;padding:8px 12px;border-radius:8px;margin-bottom:10px;display:flex;align-items:center;gap:8px;font-size:12px;animation:fadeIn .2s ease}.toast-close{background:none;border:none;color:#fca5a5;cursor:pointer;padding:4px;font-size:14px}.walk-background-note{display:flex;align-items:center;gap:8px;margin:0 0 8px;padding:8px 10px;border-radius:10px;background:#3b82f61f;border:1px solid rgba(59,130,246,.35);color:#bfdbfe;font-size:11px;line-height:1.35;text-align:left}.walk-active-tip{text-align:left;margin-top:4px;margin-bottom:7px}.walk-active-tip--help{background:#0b1220f0;border:none;color:#e2e8f0;box-shadow:inset 0 0 0 1px #94a3b814,0 12px 26px #02061738;cursor:pointer}.walk-active-tip--background{background:#1e40afb8;border-color:#60a5fa6b;color:#dbeafe}.walk-background-tools{display:flex;flex-direction:column;gap:9px}.walk-background-actions{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.walk-background-actions button{border:1px solid rgba(96,165,250,.36);border-radius:999px;background:#0f172a94;color:#dbeafe;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}.pocket-mode-overlay{position:fixed;inset:0;z-index:5000;background:#020617;color:#e2e8f0;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.pocket-mode-panel{position:relative;width:min(280px,100%);display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;opacity:.72}.pocket-mode-panel strong{font-size:18px;color:#bbf7d0}.pocket-mode-panel span{font-size:13px;font-weight:800;color:#f8fafc}.pocket-mode-panel p{margin:0;font-size:12px;line-height:1.45;color:#94a3b8}.pocket-mode-panel button{position:relative;margin-top:8px;width:100%;border:1px solid rgba(74,222,128,.32);border-radius:999px;background:#16653461;color:#dcfce7;padding:12px 14px;font-size:13px;font-weight:900;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;overflow:hidden}.pocket-mode-panel button.is-unlocking{background:#4ade803d;border-color:#bbf7d0b3}.pocket-mode-panel button:before{content:"";position:absolute;inset:0;width:0;border-radius:inherit;background:linear-gradient(90deg,#4ade8033,#bbf7d05c);pointer-events:none}.pocket-mode-panel button:after{content:"";position:absolute;inset:2px;border-radius:inherit;border:2px solid rgba(187,247,208,0);pointer-events:none}.pocket-mode-panel button.is-unlocking:before{animation:pocketHoldFill 1.6s linear forwards}.pocket-mode-panel button.is-unlocking:after{animation:pocketHoldRing 1.6s linear forwards}.walk-note-close{margin-left:auto;background:none;border:none;color:#bfdbfe;cursor:pointer;padding:2px 4px;font-size:14px;line-height:1}.pending-walk-sync{display:inline-flex;align-items:center;gap:8px;margin:0 0 7px;padding:7px 10px;border-radius:999px;background:#f59e0b24;border:1px solid rgba(245,158,11,.28);color:#fde68a;font-size:12px}.walk-milestone-toast{display:inline-flex;align-items:center;align-self:center;max-width:calc(100% - 20px);gap:8px;margin:0 0 7px;padding:8px 11px;border-radius:999px;background:#eab30829;border:1px solid rgba(251,191,36,.34);color:#fef3c7;font-size:12px;font-weight:800;text-align:center;box-shadow:0 8px 22px #eab30824;animation:walkMilestonePop .22s ease}.walk-limit-reminder-toast{display:inline-flex;align-items:center;align-self:center;max-width:calc(100% - 20px);gap:8px;margin:0 0 7px;padding:8px 11px;border-radius:999px;background:#ec489924;border:1px solid rgba(244,114,182,.36);color:#fce7f3;font-size:12px;font-weight:900;text-align:center;box-shadow:0 8px 22px #ec489929;animation:walkMilestonePop .22s ease}.pulse-button{animation:pulseButtonGlow 3s infinite ease-in-out}.pulse-yellow{animation:pulseYellowGlow 3s infinite ease-in-out}.pulse-blue{animation:pulseBlueGlow 3s infinite ease-in-out}@keyframes pulseButtonGlow{0%,to{box-shadow:none}50%{box-shadow:inset 0 0 14px 3px #4ade804d}}@keyframes pulseYellowGlow{0%,to{box-shadow:none}50%{box-shadow:inset 0 0 14px 3px #eab30859}}@keyframes pulseBlueGlow{0%,to{box-shadow:none}50%{box-shadow:inset 0 0 14px 3px #3b82f659}}@keyframes walkMilestonePop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes walkModeChoiceIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes walkModeOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes pocketHoldFill{0%{width:0}to{width:100%}}@keyframes pocketHoldRing{0%{border-color:#bbf7d01a;clip-path:inset(0 100% 0 0 round 999px)}to{border-color:#bbf7d0f2;clip-path:inset(0 0 0 0 round 999px)}}.map-focus-controls{display:flex;gap:8px;pointer-events:auto;position:relative}.map-focus-controls--floating{position:absolute;right:20px;bottom:115px;z-index:1000;flex-direction:column;padding:10px}.map-focus-confirm{position:absolute;right:calc(100% + 8px);bottom:10px;width:220px;padding:12px;border-radius:16px;border:1px solid rgba(248,113,113,.32);background:#0f172af5;box-shadow:0 18px 42px #0206177a;color:#f8fafc;z-index:4}.map-focus-controls--floating .map-focus-confirm{right:calc(100% + 8px);bottom:10px}.map-focus-controls--inline .map-focus-confirm{left:50%;right:auto;bottom:calc(100% + 8px);transform:translate(-50%)}.walk-map-focus-outside .map-focus-controls--inline .map-focus-confirm{position:fixed;left:auto;right:74px;bottom:var(--walk-map-focus-bottom, 190px);width:min(300px,calc(100vw - 104px));transform:none}.map-focus-confirm-title{font-size:13px;font-weight:800;line-height:1.3;text-align:center}.map-focus-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.map-focus-confirm-actions button{min-height:34px;border:0;border-radius:10px;cursor:pointer;font-weight:900}.map-focus-confirm-actions button:first-child{background:#ef4444;color:#fff}.map-focus-confirm-actions button:last-child{background:#94a3b824;color:#cbd5e1}.map-focus-controls--inline{justify-content:center;align-items:center}.map-focus-control-wrap{position:relative;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.map-focus-control{position:relative;width:46px;height:46px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#0f172adb;color:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;outline:none;box-shadow:0 4px 15px #0f172a61;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.map-focus-badge{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;border:2px solid rgba(15,23,42,.95);color:#fff;font-size:11px;font-weight:900;line-height:16px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #00000059}.map-focus-badge--claimable{background:#ef4444}.map-focus-badge--daily{background:#22c55e}.map-focus-control--house{border-color:#3b82f6a6;color:#bfdbfe;box-shadow:0 4px 15px #3b82f638}.map-focus-control--me{border-color:#ef4444b3;color:#fecaca;box-shadow:0 4px 15px #ef444438}.map-focus-control--tasks{border-color:#f59e0bb3;color:#fde68a;box-shadow:0 4px 15px #f59e0b38}.map-focus-control--tasks-pulse{animation:tasksButtonGlow 3s infinite ease-in-out}.map-focus-control:active{transform:scale(.96)}.map-focus-controls--inline .map-focus-control{width:42px;height:42px;border-radius:12px;background:#0f172aa3}.map-focus-controls--inline .map-focus-control-wrap{width:42px;height:42px}.map-focus-locating-countdown{position:absolute;right:calc(100% + 8px);top:50%;transform:translateY(-50%);min-width:34px;padding:3px 7px;border-radius:999px;background:#0f172ac2;color:#fecaca;font-size:11px;font-weight:900;line-height:1;text-align:center;white-space:nowrap;pointer-events:none;box-shadow:0 8px 18px #02061742;animation:mapFocusCountdownIn .16s ease}@keyframes mapFocusCountdownIn{0%{opacity:0;transform:translate(4px,-50%)}to{opacity:1;transform:translateY(-50%)}}@keyframes tasksButtonGlow{0%,to{box-shadow:0 4px 15px #f59e0b38}50%{box-shadow:0 4px 15px #f59e0b38,inset 0 0 14px 3px #f59e0b59,0 0 18px #f59e0b59}}.farm-modal:not(.modal-shrunk){padding:0!important}.farm-modal{display:flex;flex-direction:column;max-height:90vh}.farm-header{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0;padding:24px 24px 15px;background:#0f172a4d}.farm-energy-bar{display:flex;justify-content:center;align-items:center;gap:15px;background:#0006;padding:10px 20px;border-radius:12px;margin-bottom:15px}.farm-energy-bar .energy-item{display:flex;align-items:center;gap:5px;font-weight:700;font-size:18px;color:#fff}.farm-energy-bar .energy-shards{color:#60a5fa;font-weight:700;font-size:14px;background:#3b82f61a;padding:4px 10px;border-radius:8px}.farm-tab-content{flex:1;overflow-y:auto;padding:0 24px 24px}.overlay-transparent{background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal-shrunk{position:absolute;bottom:0;left:0;right:0;transform:none;margin-bottom:0;width:100%;max-width:none;max-height:44vh;padding:16px!important;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -10px 32px #00000080;border-radius:24px 24px 0 0;transition:border-radius .2s ease,box-shadow .2s ease}.modal-shrunk .farm-tab-content{overflow:visible;padding:0}.walk-map-focus-outside{position:fixed;right:16px;bottom:calc(min(44vh,250px) + 24px);z-index:3050;pointer-events:auto;display:flex;flex-direction:column;gap:8px}.walk-map-focus-outside .map-focus-controls{flex-direction:column}.walk-pocket-quick-toggle{position:relative;width:42px;height:42px;border:1px solid rgba(34,197,94,.48);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#020617d1;color:#bbf7d0;box-shadow:0 10px 24px #0206175c;cursor:pointer;pointer-events:auto}.tasks-modal-shell{max-height:90vh;overflow-y:auto;padding:20px 18px 18px!important}.tasks-tab{display:flex;flex-direction:column;gap:14px;padding-top:36px}.tasks-hero{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px;border-radius:16px;border:1px solid rgba(74,222,128,.18);background:#0f172a7a}.tasks-hero-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fde68a;background:#f59e0b24;border:1px solid rgba(245,158,11,.22)}.tasks-hero h3{margin:0;font-size:16px;color:#f8fafc}.tasks-hero p{margin:4px 0 0;font-size:12px;line-height:1.35;color:#94a3b8}.tasks-hero strong{color:#4ade80;font-size:14px}.tasks-list{display:flex;flex-direction:column;gap:10px}.task-section-label,.task-section-divider{color:#94a3b8;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.task-section-label{margin:2px 2px -2px}.task-section-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:8px 2px -2px}.task-section-divider:before,.task-section-divider:after{content:"";height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.28))}.task-section-divider:after{background:linear-gradient(90deg,rgba(148,163,184,.28),transparent)}.task-card{padding:14px;border-radius:16px;border:1px solid rgba(148,163,184,.14);background:#0206173d}.task-card-complete{border-color:#4ade8052;background:#4ade800f}.task-card-focus{border-color:#22c55ec7;background:radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 42%),#0f172a80;box-shadow:0 0 0 1px #22c55e2e,0 12px 28px #22c55e1f;animation:taskFocusGlow 1.8s ease-in-out 2}.task-card-topline{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.task-card h4{margin:0;font-size:14px;color:#f8fafc}.task-card p{margin:5px 0 0;color:#94a3b8;font-size:12px;line-height:1.4}.task-reward{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#f59e0b24;color:#fde68a;font-size:11px;font-weight:800}.task-progress-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;color:#64748b;font-size:11px}.task-progress-row strong{color:#cbd5e1}.task-progress-bg{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#0f172abf;margin-top:6px}.task-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#4ade80,#22c55e);transition:width .3s ease}.task-claim-button{width:100%;min-height:38px;margin-top:12px;border:none;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#4ade80;color:#052e16;font-weight:900;cursor:pointer}.task-ad-button{width:100%;min-height:38px;margin-top:12px;border:1px solid rgba(74,222,128,.35);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#4ade801f;color:#fff;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px #0206172e;transition:all .2s ease}.task-ad-button:hover:not(:disabled){background:#4ade802e;border-color:#4ade809e;transform:translateY(-1px)}.task-ad-button:disabled{cursor:not-allowed;background:#334155b8;color:#94a3b8;box-shadow:none}.task-claim-button:disabled{cursor:not-allowed;background:#334155b8;color:#94a3b8}.task-claim-button-claimed:disabled{background:#4ade8024;color:#bbf7d0}.task-more-shards-button{width:100%;margin-top:8px;border:none;background:transparent;color:#93c5fd;font-size:12px;font-weight:800;cursor:pointer;padding:4px 8px;border-radius:999px}.task-more-shards-button:hover{color:#bfdbfe;background:#3b82f61a}@keyframes taskFocusGlow{0%,to{transform:translateY(0);box-shadow:0 0 0 1px #22c55e2e,0 12px 28px #22c55e1f}50%{transform:translateY(-2px);box-shadow:0 0 0 1px #22c55e5c,0 16px 34px #22c55e38}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.info-dialog-overlay{position:fixed;inset:0;z-index:6000;display:flex;align-items:center;justify-content:center;padding:18px;background:#02061794;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.info-dialog-card{position:relative;width:min(420px,100%);border-radius:22px;border:1px solid rgba(148,163,184,.18);background:radial-gradient(circle at 15% 0%,rgba(34,197,94,.16),transparent 32%),#0f172af5;box-shadow:0 26px 70px #0206176b;color:#f8fafc;padding:20px}.info-dialog-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:1px solid rgba(148,163,184,.18);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f172abd;color:#cbd5e1;cursor:pointer}.info-dialog-title{margin:0;padding-right:34px;font-size:18px;line-height:1.2;color:#f8fafc}.info-dialog-body{margin-top:14px;display:flex;flex-direction:column;gap:10px;color:#cbd5e1;font-size:14px;line-height:1.48}.info-dialog-body p{margin:0}.info-dialog-footer{margin-top:18px;padding-top:10px;border-top:1px solid rgba(148,163,184,.18);color:#64748b;font-size:11px;font-weight:500;letter-spacing:.02em}.info-dialog-action{width:100%;min-height:40px;margin-top:16px;border:none;border-radius:14px;background:#22c55e;color:#052e16;font-weight:900;cursor:pointer}.age-gate-screen{position:fixed;inset:0;z-index:10050;min-width:320px;min-height:100vh;padding:24px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 0%,rgba(74,222,128,.18),transparent 34%),#0f172a;color:#f8fafc}.age-gate-language{position:fixed;top:calc(env(safe-area-inset-top,0px) + 18px);right:18px;z-index:1}.age-gate-card{width:min(390px,100%);padding:24px 20px;border:1px solid rgba(148,163,184,.22);border-radius:24px;background:#0f172af0;box-shadow:0 24px 70px #02061773;text-align:center}.age-gate-logo{width:82px;height:82px;margin-bottom:16px;border-radius:20px;box-shadow:0 10px 34px #4ade802e}.age-gate-card h1{margin:0 0 10px;color:#4ade80;font-size:25px;line-height:1.15;letter-spacing:0}.age-gate-card p{margin:0;color:#cbd5e1;font-size:14px;line-height:1.45}.age-gate-options{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.age-gate-options button{min-height:46px;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:#1e293be0;color:#e2e8f0;font:inherit;font-size:15px;font-weight:800;cursor:pointer}.age-gate-options button:active{transform:scale(.98)}@media(max-width:360px){.age-gate-screen{padding:16px}.age-gate-card{padding:22px 16px}}.global-feedback-layer{position:fixed;top:clamp(12px,calc(env(safe-area-inset-top,0px) + 12px),36px);right:12px;z-index:20000;width:min(360px,calc(100vw - 24px));display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.balance-popover,.global-toast{pointer-events:none;animation:feedbackSlideIn .26s cubic-bezier(.16,1,.3,1)}.balance-popover{min-width:210px;padding:10px 14px;border-radius:16px;background:#0f172af0;border:1px solid rgba(74,222,128,.48);box-shadow:0 18px 46px #02061773,0 0 22px #4ade802e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:14px}.balance-popover--loss{border-color:#fbbf2480;box-shadow:0 18px 46px #02061773,0 0 22px #fbbf2424}.balance-popover-label{color:#86efac;font-size:13px;font-weight:800}.balance-popover--loss .balance-popover-label{color:#fde68a}.balance-popover strong{color:#4ade80;font-size:18px;font-weight:900;letter-spacing:-.02em}.global-toast{width:fit-content;max-width:100%;padding:11px 18px;border-radius:14px;background:#4ade80f5;color:#064e3b;font-weight:800;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 36px #02061757,0 0 20px #4ade803d}.global-toast--outline{background:#0f172af0;border:1px solid rgba(74,222,128,.48);color:#86efac;box-shadow:0 18px 46px #02061773,0 0 22px #4ade802e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@keyframes feedbackSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.legal-page{width:100%;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top,rgba(74,222,128,.16),transparent 32%),linear-gradient(180deg,#020617,#0f172a 48%,#111827);color:#e2e8f0}.legal-shell{width:min(920px,calc(100% - 32px));margin:0 auto;padding:32px 0 64px;box-sizing:border-box}.legal-hero{padding:28px;border:1px solid rgba(148,163,184,.18);border-radius:24px;background:#0f172ac7;box-shadow:0 24px 60px #02061773;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-sizing:border-box}.legal-eyebrow{display:inline-block;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#4ade801f;color:#86efac;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.legal-title{margin:0;color:#f8fafc;font-size:clamp(34px,6vw,52px);line-height:1}.legal-subtitle{margin:14px 0 0;max-width:680px;color:#cbd5e1;line-height:1.7}.legal-meta{margin-top:18px;color:#94a3b8;font-size:14px}.legal-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.legal-link,.legal-link:visited{color:#e2e8f0;background:#334155cc;text-decoration:none;padding:12px 16px;border-radius:12px;font-weight:700;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.legal-link.active,.legal-link.active:visited{color:#0f172a;background:#4ade80;box-shadow:0 0 0 1px #4ade8040,0 8px 24px #4ade8038}.legal-link:hover{background:#475569f2}.legal-link.active:hover{background:#4ade80}.legal-card{margin-top:20px;padding:24px;border:1px solid rgba(148,163,184,.14);border-radius:20px;background:#0f172ad1;box-sizing:border-box}.legal-card h2{margin:0 0 12px;color:#f8fafc;font-size:22px}.legal-card p,.legal-card li{color:#cbd5e1;line-height:1.7}.legal-card ul{margin:0;padding-left:18px}.legal-card li+li{margin-top:8px}.legal-note{padding:14px 16px;border-radius:14px;background:#3b82f624;border:1px solid rgba(96,165,250,.3);color:#dbeafe}.legal-warning{background:#fbbf241f;border-color:#fbbf2452;color:#fde68a}.legal-form{display:grid;gap:14px;margin-top:18px}.legal-auth-grid{display:grid;gap:12px;margin-top:18px}.legal-auth-row{display:flex;flex-wrap:wrap;gap:12px}.legal-auth-row>*{flex:1 1 220px}.legal-label{display:grid;gap:8px;color:#e2e8f0;font-weight:600}.legal-input,.legal-textarea{width:100%;padding:12px 14px;border:1px solid #334155;border-radius:12px;background:#0f172aeb;color:#f8fafc;box-sizing:border-box}.legal-textarea{min-height:140px;resize:vertical}.legal-checkbox{display:flex;gap:10px;align-items:flex-start;color:#cbd5e1;font-size:14px}.legal-button{width:fit-content;padding:12px 18px;border:none;border-radius:12px;background:#4ade80;color:#052e16;font-weight:800;cursor:pointer}.legal-button.secondary{background:#334155e6;color:#e2e8f0}.legal-button.dark{background:#111827;color:#f8fafc;border:1px solid #334155}.legal-button:disabled{opacity:.6;cursor:not-allowed}.legal-status{margin-top:14px;padding:14px 16px;border-radius:14px}.legal-status.success{background:#22c55e24;border:1px solid rgba(74,222,128,.32);color:#bbf7d0}.legal-status.error{background:#ef444424;border:1px solid rgba(248,113,113,.32);color:#fecaca}.legal-footer{margin-top:24px;color:#94a3b8;font-size:14px}@media(max-width:640px){.legal-shell{width:min(100% - 20px,920px);padding-top:20px}.legal-hero,.legal-card{padding:18px;border-radius:18px}.legal-links{flex-direction:column}.legal-link{text-align:center}}
