.home{display:flex;flex-direction:column;gap:24px}.hero{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hero-greeting{flex:1;min-width:180px}.hero-hi{font-size:15px;font-weight:800;color:var(--duo-green-shadow);margin-bottom:2px}.hero-title{font-family:Fredoka,Nunito,sans-serif;font-size:clamp(30px,7vw,44px);font-weight:700;color:var(--duo-ink);line-height:1.1;letter-spacing:.01em}.hero-sub{font-size:15px;color:var(--duo-muted);margin-top:4px;font-weight:600}.hero-ring{position:relative;width:116px;height:116px;flex-shrink:0}.ring-svg{width:116px;height:116px;transform:rotate(-90deg)}.ring-track{fill:none;stroke:var(--duo-border);stroke-width:10}.ring-progress{fill:none;stroke:var(--duo-green);stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.ring-flame{width:22px;height:22px;object-fit:contain;margin-bottom:2px}.ring-count{font-family:Fredoka,Nunito,sans-serif;font-size:26px;font-weight:700;color:var(--duo-green-shadow)}.ring-label{font-size:10px;font-weight:800;color:var(--duo-muted)}.preview{display:flex;flex-direction:column;align-items:center;gap:10px}.preview-canvas{width:340px;height:340px;max-width:100%;border:3px solid #b5e879;border-radius:24px;box-shadow:0 6px 0 var(--duo-border);background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.preview-caption{font-size:14px;color:var(--duo-muted);font-weight:600}.hero-cta{align-self:center;font-size:20px;padding:18px 48px;min-width:240px;border-bottom:6px solid var(--duo-green-shadow);gap:10px}.hero-cta:active{border-bottom-width:3px;transform:translateY(3px)}.cta-icon{width:24px;height:24px;object-fit:contain}.nav-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.nav-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;border-radius:20px;border:2px solid var(--duo-border);border-bottom:5px solid var(--duo-border);background:#fff;cursor:pointer;transition:filter .1s,transform .08s,border-bottom-width .08s;text-align:center}.nav-card:hover{filter:brightness(1.03)}.nav-card:active{border-bottom-width:2px;transform:translateY(3px)}.nav-card--green{border-color:#b5e879;border-bottom-color:var(--duo-green-shadow);background:#e9f7d6}.nav-card--blue{border-color:#9adcff;border-bottom-color:var(--duo-blue-shadow);background:#e8f7ff}.nav-card--yellow{border-color:#ffe066;border-bottom-color:var(--duo-yellow-shadow);background:#fff5cc}.nav-card--purple{border-color:#e6b8ff;border-bottom-color:#a85ed8;background:#f5e6ff}.nav-card-icon{width:38px;height:38px;object-fit:contain}.nav-card-title{font-weight:800;font-size:15px;color:var(--duo-ink)}.nav-card-sub{font-size:12px;color:var(--duo-muted);font-weight:600}.howto{margin-top:4px}.howto-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.howto-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:16px;background:var(--duo-card);border:2px solid var(--duo-border);font-weight:700;font-size:15px;color:var(--duo-ink)}.howto-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}@media (max-width: 480px){.hero{justify-content:center;text-align:center}.hero-greeting{min-width:0}.preview-canvas{width:290px;height:290px}.nav-cards{grid-template-columns:repeat(2,1fr)}}.game-shell{display:flex;flex-direction:column;align-items:center;min-height:100vh;background:#fff}.g-top{position:sticky;top:0;z-index:30;width:100%;background:#fff;border-bottom:2px solid #e5e5e5}.g-top-inner{width:100%;max-width:960px;margin:0 auto;display:flex;align-items:center;gap:12px;padding:14px 20px 10px}.g-back{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:2px solid #e5e5e5;border-bottom:4px solid #e5e5e5;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:filter .1s,transform .08s,border-bottom-width .08s}.g-back:hover{filter:brightness(1.04)}.g-back:active{border-bottom-width:2px;transform:translateY(2px)}.g-back-icon{width:22px;height:22px;object-fit:contain}.g-progress{flex:1;position:relative;height:18px;border-radius:999px;background:#e5e5e5;overflow:hidden}.g-progress-fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#58cc02,#46a302);transition:width .4s ease}.g-progress-label{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:10px;font-weight:800;color:#fff;mix-blend-mode:difference}.g-indicator{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:15px;color:#3c3c3c;background:#f7f7f7;border:2px solid #e5e5e5;border-bottom:4px solid #e5e5e5;padding:7px 14px;border-radius:999px;min-width:70px;justify-content:center}.g-ind-icon{width:18px;height:18px;object-fit:contain}.g-ind-badge{font-size:13px;font-weight:800;color:#1cb0f6}.g-stage{width:100%;max-width:960px;margin:0 auto;display:flex;justify-content:center;padding:4px 20px 36px;box-sizing:border-box}.g-stage-inner{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:14px}.g-level-tag{display:inline-flex;align-items:center;gap:7px;font-family:Fredoka,Nunito,sans-serif;font-weight:700;font-size:15px;color:#3c3c3c}.g-level-dot{width:8px;height:8px;border-radius:50%;background:#58cc02;box-shadow:0 0 0 3px #58cc0233}.g-canvas-wrap{position:relative;padding:12px;border-radius:26px;background:#fff;border:1px solid #ebebeb;box-shadow:0 2px #eee,0 10px 30px #00000012}.g-canvas{display:block;width:100%;aspect-ratio:1 / 1;border-radius:18px;cursor:crosshair;touch-action:none;background:linear-gradient(135deg,#f0f9ff,#e6f5ff);border:2px solid #c8efa0}.g-float{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:800;pointer-events:none;z-index:12;background:#fffffff7;padding:12px 22px;border-radius:16px;border:3px solid currentColor;text-align:center;white-space:nowrap;animation:pop .3s ease}@keyframes pop{0%{transform:translate(-50%,-50%) scale(.7);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.g-float.success{color:#58cc02}.g-float.miss{color:#ff4b4b;font-size:20px}.g-overlay{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:18px;z-index:11;background:#f0f9ffd1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center}.g-overlay-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.g-overlay-ghost{width:64px;height:64px;object-fit:contain;animation:bob 1.6s ease-in-out infinite}.g-overlay-title{font-family:Fredoka,Nunito,sans-serif;font-size:20px;font-weight:700;color:#3c3c3c}.g-overlay-sub{font-size:13px;font-weight:700;color:#777;margin-bottom:8px}.g-start{padding:12px 32px;font-size:17px}.g-dizzy{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:18px;z-index:10;background:#ff4b4b29;display:flex;align-items:center;justify-content:center;pointer-events:none}.g-dizzy-badge{font-size:20px;font-weight:800;color:#ff4b4b;background:#fffffff7;padding:11px 20px;border-radius:14px;border:3px solid #ff4b4b;animation:shake .5s infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.g-stats{display:flex;gap:10px;width:100%}.g-stat{flex:1;display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:14px;background:#f7f7f7}.g-stat img{width:18px;height:18px;object-fit:contain;flex-shrink:0}.g-stat b{font-size:17px;font-weight:800;color:#3c3c3c;line-height:1}.g-stat span{font-size:11px;font-weight:700;color:#999;margin-left:auto}.g-stat.s-score{background:#e9f7d6}.g-stat.s-score b{color:#58a700}.g-stat.s-combo{background:#fff3d6}.g-stat.s-combo b{color:#b07a00}.g-stat.s-miss{background:#ffe0e0}.g-stat.s-miss b{color:#ea2b2b}.g-stat.s-coin{background:#fff3d6}.g-stat.s-coin b{color:#b07a00}.g-mode{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;border-radius:14px;font-size:13px;font-weight:800;text-align:center}.g-mode img{width:22px;height:22px;object-fit:contain;flex-shrink:0}.g-mode.interference{background:#fff8d6;color:#6b5400;border:1px solid #ffe07a}.g-mode.multi{background:#e9f7d6;color:#58a700;border:1px solid #b5e879}.g-mode em{margin-left:auto;font-style:normal;font-size:12px;opacity:.75}.g-controls{display:flex;gap:12px;width:100%}.g-ctrl{flex:1;padding:14px;font-size:16px;min-height:50px;margin:0}.g-ctrl.pause{background:#fff;border:2px solid #e5e5e5;border-bottom:4px solid #e5e5e5;color:#3c3c3c}.g-ctrl.pause:hover{background:#f7f7f7}.g-ctrl.finish{background:#ff4b4b;border-bottom-color:#ea2b2b;color:#fff}.g-ctrl.finish:hover{filter:brightness(1.05)}.g-autostart{flex:1;text-align:center;font-size:16px;font-weight:800;color:#58a700;padding:16px;background:#e9f7d6;border-radius:14px;border:1px solid #b5e879}.g-foot{display:flex;align-items:center;gap:10px;margin-top:4px;font-size:13px;font-weight:700;color:#999}.g-foot-ghost{width:24px;height:24px;object-fit:contain}.g-foot-name{color:#3c3c3c;font-weight:800}.g-foot-sep{width:4px;height:4px;border-radius:50%;background:#ddd}.g-foot-rate{color:#58a700}.g-foot-lv{color:#1cb0f6}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width: 480px){.g-stat{padding:8px 10px}.g-stat b{font-size:15px}.g-stat span{display:none}.g-float{font-size:18px;padding:10px 16px}}.end-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.end-card{width:100%;max-width:380px;background:#fff;border-radius:24px;border:2px solid #e5e5e5;border-bottom:6px solid #e5e5e5;padding:28px 24px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.end-card--win{border-color:#58cc02;border-bottom-color:#58a700}.end-icon{width:56px;height:56px;object-fit:contain;margin-bottom:4px}.end-title{font-family:Fredoka,Nunito,sans-serif;font-size:24px;font-weight:700;color:#3c3c3c;margin:0}.end-card--win .end-title{color:#58a700}.end-message{font-size:13px;font-weight:700;color:#777;line-height:1.6;margin:4px 0 12px;white-space:pre-line}.end-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;margin-bottom:20px}.end-stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 4px;border-radius:14px;background:#f7f7f7}.end-stat img{width:22px;height:22px;object-fit:contain}.end-stat b{font-size:18px;font-weight:800;color:#3c3c3c;line-height:1.1}.end-stat span{font-size:11px;font-weight:700;color:#999}.end-actions{display:flex;gap:12px;width:100%}.end-btn{flex:1;padding:14px;font-size:16px;min-height:50px;margin:0}.end-btn--back{background:#fff;border:2px solid #e5e5e5;border-bottom:4px solid #e5e5e5;color:#777}.end-btn--back:hover{background:#f7f7f7}.modal-enter-active,.modal-leave-active{transition:opacity .25s ease}.modal-enter-active .end-card,.modal-leave-active .end-card{transition:transform .25s ease}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .end-card,.modal-leave-to .end-card{transform:scale(.85)}.levels{display:flex;flex-direction:column;gap:22px}.inline-icon{width:16px;height:16px;object-fit:contain;vertical-align:-2px}.progress-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--duo-green);color:#fff;border-radius:22px;border-bottom:6px solid var(--duo-green-shadow);padding:22px 24px}.progress-banner .duo-section-title{color:#fff}.progress-line{font-size:16px;font-weight:700;margin-top:8px}.progress-line strong{font-size:20px}.progress-tip{font-size:13px;color:#eafbe0;margin-top:4px;font-weight:600}.progress-done{font-size:14px;color:#ffe066;font-weight:800;margin-top:4px;display:inline-flex;align-items:center;gap:6px}.banner-ring{position:relative;width:84px;height:84px;flex-shrink:0}.banner-ring-svg{width:84px;height:84px;transform:rotate(-90deg)}.br-track{fill:none;stroke:#ffffff4d;stroke-width:9}.br-progress{fill:none;stroke:#fff;stroke-width:9;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.banner-ring-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:Fredoka,Nunito,sans-serif;font-size:20px;font-weight:700}.path{position:relative;width:100%;max-width:420px;margin:8px auto 0;height:calc(var(--rows, 5) * 150px);min-height:420px}.road{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.road-base{fill:none;stroke:#e5e5e5;stroke-width:22;stroke-linecap:round}.road-line{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-dasharray:2 10}.path-node{position:absolute;z-index:1;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;width:150px}.node-bubble{position:relative;flex-shrink:0;width:82px;height:82px;border-radius:50%;border:4px solid var(--duo-border);border-bottom:6px solid var(--duo-border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:filter .1s,transform .08s,border-color .15s}.node-bubble:hover{filter:brightness(1.04)}.node-bubble:active{transform:translateY(2px)}.node-bubble:disabled{cursor:not-allowed}.node-img{width:54px;height:54px;object-fit:contain}.path-node.is-current .node-bubble{border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow);background:#e9f7d6;animation:bob 1.6s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.path-node.is-done .node-bubble{border-color:#ffe066;border-bottom-color:var(--duo-yellow-shadow);background:#fff5cc}.path-node.is-locked .node-bubble{opacity:.65;background:var(--duo-card)}.node-lock{position:absolute;display:flex;align-items:center;justify-content:center}.node-lock img{width:26px;height:26px;object-fit:contain}.node-crown{position:absolute;top:-10px;right:-6px;width:28px;height:28px;object-fit:contain}.node-star{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:26px;height:26px;border-radius:50%;background:var(--duo-yellow);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid var(--duo-yellow-shadow)}.node-meta{text-align:center;margin-top:10px}.node-title{font-weight:800;font-size:15px;color:var(--duo-ink)}.node-sub{font-size:12px;color:var(--duo-muted);font-weight:600}.node-score{font-size:12px;color:var(--duo-yellow-shadow);font-weight:800;margin-top:2px;display:inline-flex;align-items:center;gap:4px}.node-shapes{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap;justify-content:center}.shape-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;border:2px solid var(--duo-yellow-shadow);background:#fff8d6;color:#6b5400;font-weight:800;font-size:12px;cursor:pointer;transition:filter .1s,transform .08s}.shape-chip:hover{filter:brightness(1.04)}.shape-chip:active{transform:translateY(1px)}.shape-chip img{width:18px;height:18px;object-fit:contain}.shape-chip small{font-size:10px;opacity:.8}@media (max-width: 480px){.path{max-width:320px;height:calc(var(--rows, 5) * 138px)}.node-bubble{width:70px;height:70px}.node-img{width:46px;height:46px}.path-node{width:130px}}.endless-card{display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(135deg,#e8f7ff,#d6f0ff);border:2px solid #9adcff;border-bottom:5px solid var(--duo-blue-shadow);border-radius:22px;padding:18px 20px}.endless-card.is-locked{opacity:.6;background:var(--duo-card);border-color:var(--duo-border);border-bottom-color:var(--duo-border)}.endless-left{display:flex;align-items:center;gap:14px}.endless-img{width:54px;height:54px;object-fit:contain}.endless-title{font-family:Fredoka,Nunito,sans-serif;font-size:18px;font-weight:700;color:var(--duo-ink)}.endless-desc{font-size:13px;color:var(--duo-muted);font-weight:600}.endless-btn{margin:0;font-size:14px;padding:12px 18px}.endless-btn:disabled{background:#e5e5e5;border-bottom-color:#c8c8c8;color:#afafaf}.help{background:var(--duo-card);border:2px solid var(--duo-border);border-radius:20px;padding:20px;box-shadow:0 4px 0 var(--duo-border)}.help-list{margin-top:12px;display:flex;flex-direction:column;gap:8px;list-style:none}.help-list li{font-size:14px;font-weight:600;color:var(--duo-ink);padding-left:18px;position:relative}.help-list li:before{content:"•";position:absolute;left:4px;color:var(--duo-green);font-weight:800}.help-list strong{color:var(--duo-red)}.shop{display:flex;flex-direction:column;gap:22px}.tab-bar{display:flex;gap:10px;background:#fff;border:2px solid var(--duo-border);border-radius:16px;padding:6px;box-shadow:0 4px 0 var(--duo-border)}.tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 12px;border-radius:12px;border:none;background:transparent;font-weight:800;font-size:15px;color:var(--duo-muted);cursor:pointer;transition:background .15s,color .15s}.tab.active{background:var(--duo-green);color:#fff}.tab:hover:not(.active){background:var(--duo-card);color:var(--duo-green-shadow)}.tab-icon{width:26px;height:26px;object-fit:contain}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.item{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:2px solid var(--duo-border);border-bottom:5px solid var(--duo-border);border-radius:22px;padding:20px 16px;transition:filter .1s,transform .08s,border-color .15s,border-bottom-width .08s}.item:hover{filter:brightness(1.03)}.item.equipped{border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow);background:#e9f7d6}.equipped-pill{position:absolute;top:-10px;right:12px;background:var(--duo-green);color:#fff;border:2px solid var(--duo-green-shadow);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:800}.item-stage{height:130px;display:flex;align-items:center;justify-content:center}.item-img-ghost{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.item-img-fruit{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.item-name{font-weight:800;font-size:16px;color:var(--duo-ink);text-align:center}.price-pill{display:inline-flex;align-items:center;gap:5px;background:#fff5cc;color:var(--duo-yellow-shadow);border:2px solid var(--duo-yellow);border-radius:999px;padding:5px 12px;font-weight:800;font-size:14px}.price-pill img{width:16px;height:16px;object-fit:contain}.item-action{margin-top:auto;width:100%}.mini-btn{width:100%;margin:0;padding:11px;font-size:14px;border-radius:14px}.btn-buy{background:var(--duo-yellow);color:#fff;border-bottom-color:var(--duo-yellow-shadow)}.btn-buy:hover{filter:brightness(1.05)}.btn-disabled{background:#e5e5e5;color:#afafaf;border-bottom-color:#c8c8c8;cursor:not-allowed}.equipped-status{text-align:center;padding:10px;border-radius:14px;background:#c8efa0;color:var(--duo-green-shadow);border:2px solid var(--duo-green);font-weight:800;font-size:14px}.earn{background:#fff8d6;border:2px solid var(--duo-yellow);border-bottom:5px solid var(--duo-yellow-shadow);border-radius:22px;padding:20px}.earn-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:12px}.earn-item{display:flex;align-items:center;gap:10px;background:#fff9;border-radius:14px;padding:10px 12px;color:#6b5400;font-weight:700;font-size:14px}.earn-item img{width:22px;height:22px;object-fit:contain}@media (max-width: 480px){.grid{grid-template-columns:repeat(2,1fr);gap:12px}.item-img-ghost{width:90px;height:90px}.item-stage{height:100px}}.endless{display:flex;flex-direction:column;gap:20px}.page-sub{font-size:15px;color:var(--duo-muted);font-weight:600;margin-top:-12px}.mode-pill{align-self:flex-start;background:#e9f7d6;color:var(--duo-green-shadow);border:2px solid var(--duo-green);border-radius:999px;padding:8px 16px;font-weight:800;font-size:14px}.block{display:flex;flex-direction:column;gap:10px}.block-sub{font-size:13px;color:var(--duo-muted);font-weight:600;margin-top:-6px}.modes{display:flex;flex-direction:column;gap:10px}.mode{display:flex;align-items:center;gap:14px;text-align:left;background:#fff;border:2px solid var(--duo-border);border-bottom:5px solid var(--duo-border);border-radius:18px;padding:14px;cursor:pointer;transition:filter .1s,transform .08s,border-color .15s,border-bottom-width .08s}.mode:hover{filter:brightness(1.03)}.mode:active{border-bottom-width:2px;transform:translateY(3px)}.mode.active{background:#e9f7d6;border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow)}.mode-icon{width:44px;height:44px;object-fit:contain;flex-shrink:0}.mode-name{font-weight:800;font-size:16px;color:var(--duo-ink);display:inline-flex;align-items:center;gap:6px}.check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--duo-green);color:#fff;font-size:12px}.mode-desc{font-size:13px;color:var(--duo-muted);font-weight:600;margin-top:2px}.tracks{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.track{display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:2px solid var(--duo-border);border-bottom:5px solid var(--duo-border);border-radius:18px;padding:16px 10px;cursor:pointer;transition:filter .1s,transform .08s,border-color .15s,border-bottom-width .08s}.track:hover{border-color:var(--duo-blue);border-bottom-color:var(--duo-blue-shadow);background:#e8f7ff;filter:none}.track:active{border-bottom-width:2px;transform:translateY(3px)}.track-img{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.08))}.track-name{font-weight:800;font-size:15px;color:var(--duo-ink)}.track-hint{font-size:11px;color:var(--duo-muted);font-weight:600}.tip{font-size:13px;color:#6b5400;font-weight:600;background:#fff8d6;border:2px solid var(--duo-yellow);border-radius:12px;padding:10px 12px;margin-top:4px}.rules{background:var(--duo-card);border:2px solid var(--duo-border);border-radius:20px;padding:20px;box-shadow:0 4px 0 var(--duo-border)}.rules-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:12px}.rules-list li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--duo-ink)}.dot{width:10px;height:10px;border-radius:50%;background:var(--duo-green);flex-shrink:0}@media (max-width: 520px){.tracks{grid-template-columns:1fr}}.btn-icon{width:18px;height:18px;object-fit:contain;margin-right:6px;vertical-align:-3px}.title-icon-img{width:22px;height:22px;object-fit:contain;vertical-align:-4px;margin-right:8px}.white-icon{filter:brightness(0) invert(1)}.stat-icon-img{width:28px;height:28px;object-fit:contain;opacity:.95}.coins-icon-img{width:18px;height:18px;object-fit:contain;margin-right:6px;vertical-align:-2px}.suggestion-icon-img{width:24px;height:24px;object-fit:contain}.report-container{max-width:100%;margin:0 auto}.report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;flex-wrap:wrap;border-bottom:2px solid var(--duo-border)}.report-toolbar-left{display:flex;flex-direction:column;gap:2px}.report-page-title{font-family:Fredoka,Nunito,sans-serif;font-size:26px;font-weight:700;color:var(--duo-ink)}.report-date{font-size:13px;color:var(--duo-muted);font-weight:600}.export-btn{padding:10px 16px;font-size:14px;white-space:nowrap;margin:0}.export-btn:disabled{opacity:.6;cursor:not-allowed}.password-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#3c3c3cbf;display:flex;align-items:center;justify-content:center;z-index:1000}.password-modal{background:#fff;border-radius:24px;padding:40px;max-width:400px;width:90%;text-align:center;box-shadow:0 12px 0 var(--duo-border);border:2px solid var(--duo-border)}.password-header h2{color:var(--duo-ink);margin-bottom:8px;font-size:24px;display:inline-flex;align-items:center;gap:8px;font-family:Fredoka,Nunito,sans-serif}.password-header p{color:var(--duo-muted);margin-bottom:24px}.password-form{display:flex;flex-direction:column;gap:16px}.password-input{width:85%;padding:14px 16px;border:2px solid var(--duo-border);border-bottom:4px solid var(--duo-border);border-radius:14px;font-size:16px;text-align:center;font-family:Nunito,sans-serif}.password-input:focus{outline:none;border-color:var(--duo-blue);border-bottom-color:var(--duo-blue-shadow)}.password-error{color:var(--duo-red);font-size:14px;font-weight:700;margin-top:8px}.password-hint{margin-top:16px;color:var(--duo-muted)}.forgot-btn{background:transparent;color:var(--duo-blue);border:2px solid var(--duo-blue)!important;border-bottom:4px solid var(--duo-blue-shadow)!important;font-size:14px}.forgot-btn:hover{background:#e8f7ff}.phone-verified{display:flex;flex-direction:column;gap:12px;margin-top:16px}.success-message{color:var(--duo-green-shadow);font-weight:800;padding:8px;background:#e9f7d6;border-radius:12px;border:2px solid var(--duo-green)}.header-title-with-icon{display:inline-flex;align-items:center;gap:8px}.header-actions{display:flex;gap:12px}.report-overview{background:var(--duo-green);color:#fff;border-radius:24px;border-bottom:6px solid var(--duo-green-shadow);padding:32px;margin-bottom:32px}.overview-header{text-align:center;margin-bottom:32px}.report-title{font-family:Fredoka,Nunito,sans-serif;font-size:32px;font-weight:700;margin-bottom:8px;display:inline-flex;align-items:center;gap:8px}.report-date{opacity:.95;font-size:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:#ffffff26;border:2px solid rgba(255,255,255,.25);border-radius:16px;padding:24px;display:flex;align-items:center;gap:16px}.stat-number{font-family:Fredoka,Nunito,sans-serif;font-size:28px;font-weight:700;margin-bottom:4px}.stat-label{font-size:14px;opacity:.95}.charts-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.section-header h2{color:var(--duo-ink);font-family:Fredoka,Nunito,sans-serif;font-size:24px;font-weight:700;display:inline-flex;align-items:center;gap:8px}.time-filter{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:8px 16px;border:2px solid var(--duo-border);border-bottom:4px solid var(--duo-border);background:#fff;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;transition:filter .1s,transform .08s}.filter-btn:hover{background:#f4fce8}.filter-btn:active{border-bottom-width:2px;transform:translateY(2px)}.filter-btn.active{background:var(--duo-green);color:#fff;border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow)}.records-section{margin-bottom:32px}.records-filter{display:flex;gap:12px}.filter-select{padding:8px 12px;border:2px solid var(--duo-border);border-radius:12px;font-size:14px;font-weight:600;background:#fff}.table-container{background:#fff;border-radius:16px;overflow:hidden;border:2px solid var(--duo-border);box-shadow:0 4px 0 var(--duo-border)}.records-table{width:100%;border-collapse:collapse}.records-table th{background:var(--duo-card);padding:16px 12px;text-align:left;font-weight:800;color:var(--duo-ink);border-bottom:2px solid var(--duo-border)}.records-table td{padding:12px;border-bottom:1px solid var(--duo-border)}.level-badge{background:#e9f7d6;color:var(--duo-green-shadow);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;border:2px solid var(--duo-green)}.no-records{text-align:center;padding:60px 20px;color:#9ca3af}.no-records-icon{font-size:48px;margin-bottom:16px}.no-records-text{font-size:18px;font-weight:600;margin-bottom:8px}.no-records-hint{font-size:14px}.suggestions-section{margin-bottom:32px}.suggestions-content{display:flex;flex-direction:column;gap:16px}.suggestion-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:flex-start;gap:16px;border:2px solid var(--duo-border);border-left:6px solid;box-shadow:0 4px 0 var(--duo-border)}.suggestion-card.info{border-left-color:var(--duo-blue);background:#e8f7ff}.suggestion-card.warning{border-left-color:var(--duo-yellow);background:#fff8d6}.suggestion-card.success{border-left-color:var(--duo-green);background:#e9f7d6}.suggestion-title{font-size:16px;font-weight:800;color:var(--duo-ink);margin-bottom:4px}.suggestion-desc{font-size:14px;color:var(--duo-ink);line-height:1.5}@media print{@page{size:A4;margin:1cm}body *{visibility:hidden}.report-container,.report-container *{visibility:visible}.report-container{position:absolute;left:0;top:0;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff!important;font-size:12px!important}.no-print,.no-export{display:none!important}.charts-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important;page-break-inside:avoid}.chart-card{page-break-inside:avoid;margin-bottom:20px}.records-section,.suggestions-section{page-break-before:always}}@media (max-width: 768px){.header-actions{flex-direction:column;gap:8px}.export-btn{font-size:12px;padding:6px 12px}.stats-grid,.charts-grid{grid-template-columns:1fr}.chart-card canvas{height:150px}.section-header{flex-direction:column;align-items:flex-start}.time-filter{width:100%;justify-content:center}.records-table{font-size:12px}.records-table th,.records-table td{padding:8px 6px}}@media (max-width: 480px){.report-title{font-size:24px}.stat-card{padding:16px}.stat-number{font-size:20px}.chart-card{padding:16px}.password-modal{padding:24px}}.custom-header{display:flex;justify-content:space-between;align-items:center;padding:20px;position:relative}.header-left,.header-center,.header-right{flex:1;display:flex;align-items:center}.header-left{justify-content:flex-start}.header-center{justify-content:center}.header-right{justify-content:flex-end}.header-title{font-family:Fredoka,Nunito,sans-serif;font-weight:700;font-size:clamp(20px,5vw,30px);line-height:1.2;letter-spacing:.02em;color:var(--duo-ink);white-space:nowrap;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;text-align:center}.header-title:after{content:"";display:block;width:48px;height:4px;border-radius:999px;margin:6px auto 0;background:var(--duo-green)}@media (max-width: 768px){.custom-header{flex-direction:column;gap:15px;padding:15px}.header-left,.header-center,.header-right{width:100%;justify-content:center}.header-left{order:1;justify-content:flex-start}.header-center{order:2}.header-right{order:3}}@media (max-width: 480px){.header-title{font-size:clamp(15px,6vw,20px);letter-spacing:.02em}.header-title:after{width:40px;height:3.5px;margin-top:4px}}.password-form .btn{box-sizing:border-box;width:80%;margin:0 auto;text-align:center;padding:12px 16px;font-size:16px;justify-content:center}.password-form .forgot-btn{background:transparent;color:var(--duo-blue);border:2px solid var(--duo-blue)!important;border-bottom:4px solid var(--duo-blue-shadow)!important;font-size:16px}.password-form .forgot-btn:hover{background:#e8f7ff}.password-form>div>.btn{margin-top:12px}.report-container{max-width:960px;display:flex;flex-direction:column;gap:22px}.card-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.card-head.between{justify-content:space-between;flex-wrap:wrap;gap:12px}.stat-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.stat-big{display:flex;flex-direction:column;align-items:center;gap:4px;border-radius:20px;padding:20px 12px;border:2px solid var(--duo-border);border-bottom:5px solid var(--duo-border);background:#fff;text-align:center}.stat-big-icon{width:34px;height:34px;object-fit:contain}.stat-big-num{font-family:Fredoka,Nunito,sans-serif;font-size:30px;font-weight:700;color:var(--duo-ink);line-height:1}.stat-big-label{font-size:13px;font-weight:800;color:var(--duo-muted)}.stat-green{background:#e9f7d6;border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow)}.stat-orange{background:#ffe6d6;border-color:#ff9600;border-bottom-color:#e6a700}.stat-yellow{background:#fff5cc;border-color:#ffe066;border-bottom-color:var(--duo-yellow-shadow)}.stat-blue{background:#e8f7ff;border-color:var(--duo-blue);border-bottom-color:var(--duo-blue-shadow)}.cal-card{background:#fff;border:2px solid var(--duo-border);border-radius:20px;padding:20px;box-shadow:0 4px 0 var(--duo-border)}.gh-scroll{overflow-x:auto;padding:4px 2px 6px}.gh-graph{display:flex;flex-direction:column;gap:5px;width:max-content;margin:10px auto 0}.gh-months{position:relative;height:16px;font-size:11px;font-weight:700;color:var(--duo-muted)}.gh-month{position:absolute;top:0;white-space:nowrap}.gh-body{display:grid;grid-template-columns:28px 1fr;gap:6px;align-items:center}.gh-weekdays{display:grid;grid-template-rows:repeat(7,14px);gap:3px;font-size:10px;font-weight:700;color:var(--duo-muted)}.gh-weekdays span{height:14px;line-height:14px;text-align:right}.gh-grid{display:grid;grid-auto-flow:column;gap:3px}.gh-col{display:grid;grid-template-rows:repeat(7,14px);gap:3px}.gh-cell{width:14px;height:14px;border-radius:3px;background:#ebedf0;border:1px solid rgba(0,0,0,.04)}.gh-cell.gh-future{background:transparent;border-color:transparent}.gh-cell.gh-0{background:#ebedf0}.gh-cell.gh-1{background:#9be9a8}.gh-cell.gh-2{background:#40c463}.gh-cell.gh-3{background:#30a14e}.gh-cell.gh-4{background:#216e39}.gh-legend{display:flex;align-items:center;gap:5px;margin:10px auto 0;width:max-content;font-size:11px;font-weight:700;color:var(--duo-muted)}.gh-legend .gh-cell{width:14px;height:14px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.chart-card{background:#fff;border:2px solid var(--duo-border);border-radius:18px;padding:18px;box-shadow:0 4px 0 var(--duo-border)}.chart-card h3{font-family:Fredoka,Nunito,sans-serif;font-size:16px;font-weight:700;color:var(--duo-ink);margin-bottom:12px;text-align:center}.chart-card canvas{width:100%;height:220px;display:block}.pill-filter{display:flex;gap:6px;flex-wrap:wrap}.pill{padding:7px 14px;border-radius:999px;border:2px solid var(--duo-border);border-bottom:4px solid var(--duo-border);background:#fff;font-weight:800;font-size:13px;color:var(--duo-muted);cursor:pointer;transition:filter .1s,transform .08s,border-bottom-width .08s}.pill:hover{background:var(--duo-card)}.pill:active{border-bottom-width:2px;transform:translateY(2px)}.pill.active{background:var(--duo-green);color:#fff;border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow)}.rec-table{width:100%;border-collapse:collapse}.rec-table th{background:var(--duo-card);padding:14px 12px;text-align:left;font-weight:800;color:var(--duo-ink);border-bottom:2px solid var(--duo-border);font-size:14px}.rec-table td{height:54px;padding:8px 12px;border-bottom:1px solid var(--duo-border);font-size:14px;vertical-align:middle}.rec-table tbody tr:last-child td{border-bottom:none}.lvl-chip{display:inline-block;background:#e9f7d6;color:var(--duo-green-shadow);border:2px solid var(--duo-green);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800;line-height:1.3}.score-cell{font-weight:800;color:var(--duo-green-shadow)}.coins-cell{color:var(--duo-yellow-shadow);font-weight:800;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.coins-cell img{width:16px;height:16px;object-fit:contain}.combo-cell{color:var(--duo-red);font-weight:800}.acc-bar{position:relative;display:inline-block;background:var(--duo-border);border-radius:999px;height:18px;width:90px;overflow:hidden;vertical-align:middle}.acc-fill{background:linear-gradient(90deg,var(--duo-green),var(--duo-green-hover));height:100%;border-radius:999px;transition:width .3s ease}.acc-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.empty-records{text-align:center;padding:48px 20px;color:var(--duo-muted)}.empty-icon{width:56px;height:56px;object-fit:contain;opacity:.4;margin-bottom:12px}.sugg-list{display:flex;flex-direction:column;gap:12px}.sugg-card{display:flex;align-items:flex-start;gap:14px;border-radius:18px;padding:16px 18px;border:2px solid var(--duo-border);border-left:6px solid;box-shadow:0 4px 0 var(--duo-border)}.sugg-card.info{border-left-color:var(--duo-blue);background:#e8f7ff}.sugg-card.warning{border-left-color:var(--duo-yellow);background:#fff8d6}.sugg-card.success{border-left-color:var(--duo-green);background:#e9f7d6}.sugg-icon{width:28px;height:28px;object-fit:contain;flex-shrink:0}.sugg-title{font-weight:800;font-size:16px;color:var(--duo-ink);margin-bottom:2px}.sugg-desc{font-size:14px;color:var(--duo-ink);line-height:1.5;font-weight:600}@media (max-width: 600px){.stat-hero{grid-template-columns:repeat(2,1fr)}.charts-grid{grid-template-columns:1fr}.rec-table{font-size:12px}.rec-table th,.rec-table td{padding:8px 6px}}.saves{display:flex;flex-direction:column;gap:22px}.saves-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.page-title{font-family:Fredoka,Nunito,sans-serif;font-size:30px;font-weight:700;color:var(--duo-ink)}.new-btn{margin:0}.btn-icon{width:18px;height:18px;object-fit:contain;margin-right:6px}.section-icon{width:24px;height:24px;object-fit:contain}.current-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--duo-green);color:#fff;border-radius:22px;border-bottom:6px solid var(--duo-green-shadow);padding:22px 24px;flex-wrap:wrap}.current-left{display:flex;align-items:center;gap:16px}.current-avatar{width:56px;height:56px;border-radius:50%;background:#ffffff40;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.current-avatar img{width:32px;height:32px;object-fit:contain}.current-name{font-family:Fredoka,Nunito,sans-serif;font-size:22px;font-weight:700}.current-meta{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.meta-chip{display:inline-flex;align-items:center;gap:5px;background:#fff3;border-radius:999px;padding:4px 10px;font-size:13px;font-weight:800}.meta-chip img{width:16px;height:16px;object-fit:contain}.current-ring{position:relative;width:84px;height:84px;flex-shrink:0}.cr-svg{width:84px;height:84px;transform:rotate(-90deg)}.cr-track{fill:none;stroke:#ffffff4d;stroke-width:9}.cr-progress{fill:none;stroke:#fff;stroke-width:9;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.cr-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:Fredoka,Nunito,sans-serif;font-weight:700;font-size:16px}.all-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.count{font-size:14px;color:var(--duo-muted);font-weight:700}.empty{text-align:center;padding:50px 20px;color:var(--duo-muted);background:#fff;border-radius:22px;border:2px dashed var(--duo-border)}.empty-icon{font-size:44px;margin-bottom:12px}.empty-text{font-size:18px;font-weight:800}.empty-hint{font-size:14px;margin-top:4px}.saves-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.save-card{background:#fff;border:2px solid var(--duo-border);border-bottom:5px solid var(--duo-border);border-radius:22px;padding:18px;display:flex;flex-direction:column;gap:14px;transition:filter .1s,transform .08s,border-color .15s,border-bottom-width .08s}.save-card:hover{filter:brightness(1.02)}.save-card.current{border-color:var(--duo-green);border-bottom-color:var(--duo-green-shadow);background:#f4fce8}.save-top{display:flex;align-items:center;justify-content:space-between}.save-name{font-weight:800;font-size:18px;color:var(--duo-ink)}.current-pill{background:var(--duo-green);color:#fff;border:2px solid var(--duo-green-shadow);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}.save-stats{display:flex;justify-content:space-between;gap:10px}.stat{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.stat img{width:22px;height:22px;object-fit:contain}.stat strong{font-size:18px;font-weight:800;color:var(--duo-ink)}.stat span{font-size:11px;color:var(--duo-muted);font-weight:700}.save-progress{display:flex;flex-direction:column;gap:6px}.sp-label{font-size:13px;font-weight:800;color:var(--duo-ink)}.sp-bar{background:var(--duo-border);border-radius:999px;height:10px;overflow:hidden}.sp-fill{background:linear-gradient(90deg,var(--duo-green),var(--duo-green-hover));height:100%;border-radius:999px;transition:width .3s ease}.save-date{font-size:12px;color:var(--duo-muted);font-weight:600}.save-actions{display:flex;gap:8px;flex-wrap:wrap}.mini{margin:0;padding:8px 14px;font-size:13px;border-radius:12px;flex:1;min-width:70px}.danger{color:var(--duo-red);border-color:var(--duo-red)!important;border-bottom-color:var(--duo-red-shadow)!important}.danger:hover{background:#ffe0e0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3c3c3cbf;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:24px;border:2px solid var(--duo-border);box-shadow:0 10px 0 var(--duo-border);max-width:480px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:22px 22px 0;border-bottom:2px solid var(--duo-border);margin-bottom:20px}.modal-header h3{font-family:Fredoka,Nunito,sans-serif;font-size:20px;font-weight:700;color:var(--duo-ink)}.modal-close{background:none;border:2px solid transparent;font-size:18px;color:var(--duo-muted);cursor:pointer;padding:4px 10px;border-radius:10px;font-weight:800}.modal-close:hover{background:var(--duo-card);border-color:var(--duo-border)}.modal-body{padding:0 22px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:22px;border-top:2px solid var(--duo-border);margin-top:20px}.modal-footer .btn{margin:0}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:8px;font-weight:800;color:var(--duo-ink)}.form-input{width:100%;padding:14px 16px;border:2px solid var(--duo-border);border-bottom:4px solid var(--duo-border);border-radius:14px;font-size:16px;font-family:Nunito,sans-serif;transition:border-color .15s;box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--duo-blue);border-bottom-color:var(--duo-blue-shadow)}.form-hint{margin-top:4px;font-size:12px;color:var(--duo-muted)}.warning-box{display:flex;gap:12px;background:#fff8d6;border:2px solid var(--duo-yellow);border-radius:14px;padding:14px}.warning-icon{font-size:20px;flex-shrink:0}.warning-text{color:#6b5400;font-size:14px;line-height:1.5;font-weight:600}@media (max-width: 480px){.saves-grid{grid-template-columns:1fr}.save-actions{flex-direction:column}.mini{width:100%}}:root{--duo-green: #58cc02;--duo-green-hover: #61e002;--duo-green-shadow: #58a700;--duo-blue: #1cb0f6;--duo-blue-shadow: #1899d6;--duo-yellow: #ffc800;--duo-yellow-shadow: #e6a700;--duo-red: #ff4b4b;--duo-red-shadow: #ea2b2b;--duo-purple: #ce82ff;--duo-ink: #3c3c3c;--duo-muted: #777;--duo-bg: #fff;--duo-card: #f7f7f7;--duo-border: #e5e5e5;--duo-nav-h: 72px;--duo-topbar-h: 60px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,-apple-system,BlinkMacIndexFont,PingFang SC,Microsoft YaHei,Noto Sans SC,sans-serif;background:var(--duo-bg);color:var(--duo-ink);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;display:flex;flex-direction:column}.duo-topbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:2px solid var(--duo-border);height:var(--duo-topbar-h);display:flex;align-items:center}.topbar-inner{width:100%;max-width:960px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:18px}.topbar-stat{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:18px;color:var(--duo-ink)}.topbar-coins{color:var(--duo-yellow-shadow)}.topbar-icon{width:24px;height:24px;object-fit:contain}.topbar-avatar{margin-left:auto;width:44px;height:44px;border-radius:50%;background:#e9f7d6;border:2px solid var(--duo-green);display:flex;align-items:center;justify-content:center;overflow:hidden}.topbar-avatar img{width:38px;height:38px;object-fit:contain}.duo-main{flex:1;width:100%;padding-bottom:calc(var(--duo-nav-h) + 12px)}.duo-main--game{padding-bottom:0}.duo-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;height:var(--duo-nav-h);background:#fff;border-top:2px solid var(--duo-border);display:flex;max-width:960px;margin:0 auto}.duo-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:var(--duo-muted);font-weight:800;font-size:11px;transition:color .15s,background .15s;position:relative}.duo-nav-item:hover{background:var(--duo-card)}.duo-nav-icon{width:26px;height:26px;object-fit:contain;opacity:.55;transition:opacity .15s,transform .15s}.duo-nav-item--active{color:var(--duo-green-shadow)}.duo-nav-item--active .duo-nav-icon{opacity:1;transform:translateY(-2px)}.duo-nav-item--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:38px;height:4px;border-radius:999px;background:var(--duo-green)}.page-wrapper{flex:1;display:flex;flex-direction:column;width:100%}.main-scroll-area{flex:1;width:100%;min-height:0;overflow-y:auto}.container{box-sizing:border-box;width:100%;max-width:960px;margin:0 auto;padding:18px 20px 24px}.card{background:#fff;border:2px solid var(--duo-border);border-radius:18px;box-shadow:0 4px 0 var(--duo-border);padding:20px;margin:10px auto;box-sizing:border-box;width:100%;max-width:420px}.btn{background:var(--duo-green);color:#fff;border:none;border-bottom:4px solid var(--duo-green-shadow);border-radius:16px;padding:14px 24px;font-size:16px;font-weight:800;font-family:Nunito,sans-serif;letter-spacing:.02em;margin:8px;transition:filter .1s,transform .08s,border-bottom-width .08s;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none}.btn:hover{filter:brightness(1.05)}.btn:active{border-bottom-width:2px;transform:translateY(2px)}.btn:focus-visible{outline:3px solid var(--duo-blue);outline-offset:2px}.btn-outline{background:transparent;color:var(--duo-green-shadow);border:2px solid var(--duo-border);border-bottom:4px solid var(--duo-border)}.btn-outline:hover{background:var(--duo-card);filter:none}.btn-outline:active{border-bottom-width:2px;transform:translateY(2px)}.btn-green{background:var(--duo-green);border-bottom-color:var(--duo-green-shadow)}.btn-green:hover{filter:brightness(1.05)}.badge{background:var(--duo-card);color:var(--duo-ink);padding:6px 12px;border-radius:12px;border:2px solid var(--duo-border);font-size:13px;font-weight:800;margin:4px;display:flex;justify-content:center;align-items:center}.badge-primary{background:var(--duo-green);color:#fff;border-color:var(--duo-green-shadow)}.duo-section-title{font-family:Fredoka,Nunito,sans-serif;font-size:22px;font-weight:700;color:var(--duo-ink);display:inline-flex;align-items:center;gap:8px}@media (max-width: 480px){.topbar-inner{gap:12px;padding:0 14px}.topbar-stat{font-size:16px}.duo-nav-label{font-size:10px}}
