@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.topCard{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.avatar{width:42px;height:42px;border-radius:12px;background:linear-gradient(180deg,#dbe6ff,#c7d7ff);display:grid;place-items:center;font-weight:800;color:#1b3f9a}.balanceRow{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.balanceItem{display:flex;gap:8px;align-items:center;padding:6px 10px;border-radius:999px;background:#ffffffe6;border:1px solid var(--stroke);font-weight:700;font-size:13px}.energyCard{padding:10px 12px}.energyBar{height:10px;border-radius:999px;background:#e7ebf3;overflow:hidden;border:1px solid var(--stroke)}.energyFill{height:100%;background:linear-gradient(90deg,#3fe27a,#1bc07b)}.energyText{margin-top:8px;text-align:center;font-weight:600;font-size:13px;color:#55647a}.upgradeCard{padding:12px;flex:1;display:flex;flex-direction:column;gap:12px;min-height:190px}.cardHead{display:flex;justify-content:space-between;align-items:center;gap:10px}.cardTitle{font-size:18px;font-weight:800}.imgStub{flex:1;border-radius:14px;border:1px dashed rgba(0,0,0,.1);background:#00000005;display:grid;place-items:center;color:#00000059;font-weight:700;font-size:12px}.tasksCard{padding:14px;display:flex;justify-content:space-between;align-items:center;gap:12px}.bigAction{margin-top:10px;width:100%;padding:18px 16px;border-radius:18px;font-size:18px;letter-spacing:.5px}.notice{padding:12px;border-radius:14px;border:1px solid rgba(47,110,234,.25);background:#2f6eea14;color:#1b3f9a;font-weight:600;font-size:13px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f141e5c;display:grid;place-items:center;padding:20px}.overlayCard{width:min(420px,100%);background:#fff;border-radius:18px;padding:16px;border:1px solid var(--stroke);box-shadow:var(--shadow)}:root{--bg: #f3f5f9;--card: #ffffff;--muted: #a0a7b4;--text: #1b2430;--stroke: rgba(0,0,0,.06);--blue: #2f6eea;--blue2: #347cff;--green: #21c16b;--green2: #5eeaa2;--radius: 16px;--shadow: 0 8px 28px rgba(17, 24, 39, .12)}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}button{font-family:inherit}a{color:inherit;text-decoration:none}.safe{padding:16px 16px 90px;max-width:420px;margin:0 auto}.card{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:0 2px 10px #0000000a}.row{display:flex;gap:12px}.col{display:flex;flex-direction:column;gap:12px}.h1{font-size:22px;font-weight:700;margin:0}.h2{font-size:18px;font-weight:700;margin:0}.muted{color:var(--muted)}.btn{border:0;border-radius:14px;padding:12px 14px;font-weight:700;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btnPrimary{background:linear-gradient(180deg,var(--blue2),var(--blue));color:#fff;box-shadow:0 8px 18px #2f6eea42}.btnGreen{background:linear-gradient(180deg,var(--green2),var(--green));color:#fff;box-shadow:0 8px 18px #21c16b42}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke);background:#ffffffb3;font-size:12px;font-weight:600}.bottomNav{position:fixed;left:0;right:0;bottom:0;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--stroke);display:flex;justify-content:center;padding:10px 10px calc(10px + env(safe-area-inset-bottom))}.bottomNavInner{width:min(420px,100%);display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.navItem{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 6px;border-radius:12px;font-size:11px;color:#6b778a}.navItemActive{color:var(--blue);background:#2f6eea1a}.navIcon{width:22px;height:22px;display:grid;place-items:center}
