:root{--bg-color: #0d0d0f;--card-bg: #1a1a1c;--accent-green: #39ff14;--accent-cyan: #00ffff;--text-main: #ffffff;--text-muted: #888888;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-family);min-height:100vh;display:flex;justify-content:center}[data-astro-cid-chmdpwbv]{box-sizing:border-box}.container[data-astro-cid-chmdpwbv]{width:100%;max-width:600px;padding:20px;display:flex;flex-direction:column}#main-view[data-astro-cid-chmdpwbv]{display:none;flex-direction:column;width:100%}.header-bar[data-astro-cid-chmdpwbv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;margin-top:10px}.logo-area[data-astro-cid-chmdpwbv]{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.2rem;letter-spacing:.5px}.logo-icon[data-astro-cid-chmdpwbv]{background-color:var(--accent-green);color:#000;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center}.sync-status[data-astro-cid-chmdpwbv]{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.status-dot[data-astro-cid-chmdpwbv]{width:8px;height:8px;background-color:var(--accent-green);border-radius:50%;box-shadow:0 0 8px var(--accent-green)}.goal-card[data-astro-cid-chmdpwbv]{background-color:var(--card-bg);border-radius:16px;padding:20px;margin-bottom:40px}.goal-header[data-astro-cid-chmdpwbv]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:15px}.goal-title[data-astro-cid-chmdpwbv]{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.goal-numbers[data-astro-cid-chmdpwbv]{font-size:1.5rem;font-weight:700}.goal-numbers[data-astro-cid-chmdpwbv] span[data-astro-cid-chmdpwbv]{font-size:1rem;color:var(--text-muted);font-weight:500}.goal-percentage[data-astro-cid-chmdpwbv]{color:var(--accent-green);font-weight:700}.progress-track[data-astro-cid-chmdpwbv]{height:8px;background-color:#2a2a2c;border-radius:4px;overflow:hidden}.progress-fill[data-astro-cid-chmdpwbv]{height:100%;background:linear-gradient(90deg,var(--accent-green),var(--accent-cyan));border-radius:4px;width:0%;transition:width .5s ease-out}.dial-container[data-astro-cid-chmdpwbv]{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.dial[data-astro-cid-chmdpwbv]{width:220px;height:220px;border-radius:50%;background:linear-gradient(var(--card-bg),var(--card-bg)) padding-box,linear-gradient(135deg,var(--accent-green),rgba(0,255,255,.2)) border-box;border:3px solid transparent;box-shadow:0 0 60px #39ff1426;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:25px}.dial-number[data-astro-cid-chmdpwbv]{font-size:5rem;font-weight:800;background:linear-gradient(135deg,var(--accent-green),var(--accent-cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:5px}.dial-label[data-astro-cid-chmdpwbv]{font-size:.8rem;color:var(--text-muted);letter-spacing:2px}.increment-toggle[data-astro-cid-chmdpwbv]{background-color:var(--card-bg);border-radius:20px;padding:4px;display:flex;gap:5px;margin-bottom:30px}.toggle-btn[data-astro-cid-chmdpwbv]{padding:8px 24px;border-radius:16px;border:none;background:transparent;color:var(--text-muted);font-weight:600;cursor:pointer;transition:all .2s}.toggle-btn[data-astro-cid-chmdpwbv].active{background-color:var(--accent-green);color:#000}.record-btn[data-astro-cid-chmdpwbv]{width:100%;padding:18px;border-radius:12px;border:none;background-color:var(--accent-green);color:#000;font-weight:800;font-size:1.1rem;letter-spacing:1px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;box-shadow:0 0 25px #39ff144d;transition:transform .1s,box-shadow .2s;margin-bottom:40px}.record-btn[data-astro-cid-chmdpwbv]:active{transform:scale(.98);box-shadow:0 0 15px #39ff1466}.record-btn[data-astro-cid-chmdpwbv]:hover{box-shadow:0 0 35px #39ff1480}.history-section[data-astro-cid-chmdpwbv]{margin-bottom:40px}.history-header[data-astro-cid-chmdpwbv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #2a2a2c;padding-bottom:15px}.history-header[data-astro-cid-chmdpwbv] h3[data-astro-cid-chmdpwbv]{margin:0;font-size:1.1rem;font-weight:600}.history-link[data-astro-cid-chmdpwbv]{color:var(--accent-cyan);font-size:.85rem;text-decoration:none}.history-list[data-astro-cid-chmdpwbv]{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.history-item[data-astro-cid-chmdpwbv]{background-color:var(--card-bg);border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between}.item-left[data-astro-cid-chmdpwbv]{display:flex;align-items:center;gap:15px}.item-amount[data-astro-cid-chmdpwbv]{width:40px;height:40px;border-radius:50%;background-color:#222;border:1px solid #333;display:flex;align-items:center;justify-content:center;color:var(--accent-green);font-weight:700;font-size:.9rem}.item-details[data-astro-cid-chmdpwbv]{display:flex;flex-direction:column;gap:4px}.item-title[data-astro-cid-chmdpwbv]{font-weight:600;font-size:.95rem}.item-time[data-astro-cid-chmdpwbv]{font-size:.75rem;color:var(--text-muted)}.item-status[data-astro-cid-chmdpwbv]{font-size:.8rem;color:var(--text-muted)}@media(max-width:480px){.dial[data-astro-cid-chmdpwbv]{width:180px;height:180px}.dial-number[data-astro-cid-chmdpwbv]{font-size:4rem}}.hidden[data-astro-cid-chmdpwbv]{display:none!important}
