:root{--accent: #4f46e5;--accent-dark: #3730a3;--bg: #f4f5f9;--surface: #ffffff;--text: #14151a;--text-secondary: #6b6f80;--text-muted: #9599a8;--border: #e7e8ee;--danger: #e0453f;--success: #16a34a;color-scheme:light;font:16px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:#e9eaf0}h1{font-size:20px;font-weight:600;margin:0;letter-spacing:-.2px}button{font:inherit}.phone-frame{width:100%;max-width:430px;height:100svh;margin:0 auto;background:var(--bg);position:relative;overflow:hidden;box-shadow:0 0 0 1px var(--border)}@media (min-width: 431px){body{display:flex;justify-content:center;padding:24px 0}.phone-frame{min-height:852px;height:852px;border-radius:40px;overflow:hidden;box-shadow:0 20px 60px #14151a40}}.app-shell{display:flex;flex-direction:column;height:100%}.app-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:20px 20px 12px;background:var(--bg);position:sticky;top:0;z-index:5}.app-header__actions{display:flex;gap:8px}.icon-button{border:none;background:var(--surface);color:var(--text-secondary);width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.app-content{flex:1;overflow-y:auto;padding:4px 16px 16px}.loading-text{text-align:center;color:var(--text-muted);margin-top:60px}.tab-bar{flex:none;display:flex;background:var(--surface);border-top:1px solid var(--border);padding:8px 4px calc(8px + env(safe-area-inset-bottom,0px))}.tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 2px;text-decoration:none;color:var(--text-muted);font-size:11px;font-weight:500;border-radius:12px}.tab-bar__item--active{color:var(--accent)}.card{background:var(--surface);border-radius:16px;padding:16px;margin-bottom:12px}.summary-card{display:flex;flex-direction:column;gap:4px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff}.summary-card__label{font-size:13px;opacity:.85}.summary-card__value{font-size:30px;font-weight:600;letter-spacing:-.5px}.summary-card__sub{font-size:13px;opacity:.85}.summary-card__sub--up{color:#bbf7d0;opacity:1}.summary-card__sub--down{color:#fecaca;opacity:1}.section-title{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;margin:20px 4px 8px}.category-card{padding:14px 16px}.category-card__row{display:flex;align-items:center;justify-content:space-between;font-size:14px}.category-card__row--muted{color:var(--text-muted);font-size:12px;margin-top:4px}.category-card__name{font-weight:500;display:flex;align-items:center;gap:8px}.category-card__amount{color:var(--text-secondary);font-variant-numeric:tabular-nums}.category-card__amount--over{color:var(--danger)}.progress-track{height:6px;background:var(--border);border-radius:3px;margin-top:8px;overflow:hidden}.progress-fill{height:100%;background:var(--accent);border-radius:3px}.progress-fill--over{background:var(--danger)}.cashflow-chart{display:flex;align-items:flex-end;gap:8px;height:140px}.cashflow-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.cashflow-chart__bars{flex:1;display:flex;align-items:flex-end;gap:3px;width:100%;justify-content:center}.cashflow-chart__bar{width:8px;border-radius:3px 3px 0 0}.cashflow-chart__bar--income{background:var(--accent)}.cashflow-chart__bar--expense{background:#d5d7e3}.cashflow-chart__label{font-size:11px;color:var(--text-muted);margin-top:6px}.legend{display:flex;gap:16px;margin-top:12px;justify-content:center}.legend__item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.legend__dot{width:8px;height:8px;border-radius:50%;display:inline-block;font-style:normal}.legend__dot--income{background:var(--accent)}.legend__dot--expense{background:#d5d7e3}.donut-card{display:flex;justify-content:center;padding:24px}.donut{width:180px;height:180px;border-radius:50%;display:flex;align-items:center;justify-content:center}.donut__hole{width:108px;height:108px;border-radius:50%;background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center}.donut__hole span{font-size:24px;font-weight:600}.donut__hole small{font-size:11px;color:var(--text-muted)}.holding-card{display:flex;align-items:center;justify-content:space-between;padding:14px 16px}.holding-card__main{display:flex;flex-direction:column}.holding-card__ticker{font-weight:600;font-size:14px}.holding-card__name{font-size:12px;color:var(--text-muted)}.holding-card__figures{display:flex;flex-direction:column;align-items:flex-end}.holding-card__value{font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.holding-card__change{font-size:12px;font-variant-numeric:tabular-nums}.holding-card__change--up{color:var(--success)}.holding-card__change--down{color:var(--danger)}.login-screen{height:100%;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:24px}@media (min-width: 431px){.login-screen{min-height:852px}}.login-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;width:100%}.login-logo{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.login-tagline{color:var(--text-secondary);font-size:14px;margin:0 0 32px}.google-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:280px;padding:13px 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;box-sizing:border-box}.google-button:disabled{opacity:.6;cursor:default}.login-note{margin-top:16px;font-size:12px;color:var(--text-muted)}.profile-header{display:flex;align-items:center;gap:14px}.profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:none}.profile-avatar--fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;font-size:22px;font-weight:600}.profile-header__name{font-size:16px;font-weight:600}.profile-header__email{font-size:13px;color:var(--text-muted)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field__label{font-size:13px;font-weight:500;color:var(--text-secondary)}.field__input{padding:11px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:14px;font-family:inherit}.field__error{color:var(--danger);font-size:13px;margin:-4px 0 12px}.field__success{color:var(--success);font-size:13px;margin:-4px 0 12px}.button-primary{width:100%;padding:13px 16px;border-radius:14px;border:none;background:var(--accent);color:#fff;font-size:14px;font-weight:500;cursor:pointer;box-sizing:border-box}.button-primary:disabled{opacity:.6;cursor:default}
