:root{--primary: #6366f1;--primary2: #8b5cf6;--grad: linear-gradient(135deg, #6366f1, #8b5cf6);--bg: #f5f6fa;--surface: #ffffff;--text: #1f2430;--muted: #8a90a2;--line: #eef0f5;--red: #ef4444;--green: #10b981;--orange: #f97316;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Microsoft YaHei,sans-serif;background:var(--bg);color:var(--text);overscroll-behavior-y:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:16px}.app{max-width:560px;margin:0 auto;min-height:100%;background:var(--bg);position:relative;padding-bottom:calc(72px + var(--safe-bottom))}.topbar{padding:calc(14px + var(--safe-top)) 20px 12px;font-size:26px;font-weight:800;letter-spacing:.5px}.page-body{padding:0 16px 16px}.card{background:var(--surface);border-radius:18px;padding:18px;box-shadow:0 4px 18px #28325a0d;margin-bottom:14px}.hero{background:var(--grad);border-radius:22px;padding:22px 20px;color:#fff;margin-bottom:14px;box-shadow:0 10px 24px #6366f147}.hero .bal-label{font-size:13px;opacity:.85}.hero .bal-num{font-size:38px;font-weight:800;margin:4px 0 16px}.hero .row3{display:flex;gap:10px}.hero .mini{flex:1;background:#ffffff29;border-radius:14px;padding:10px 12px}.hero .mini .l{font-size:12px;opacity:.85}.hero .mini .v{font-size:17px;font-weight:700;margin-top:2px}.month-switch{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 12px}.month-switch .m{font-size:18px;font-weight:700}.month-switch button{width:36px;height:36px;border-radius:50%;background:var(--surface);color:var(--primary);font-size:20px;line-height:1;box-shadow:0 2px 8px #28325a14}.month-switch button:disabled{color:#c8ccda}.tx-day{font-size:13px;color:var(--muted);margin:16px 4px 8px;display:flex;justify-content:space-between}.tx-item{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:14px;padding:12px 14px;margin-bottom:8px}.tx-dot{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;flex-shrink:0}.tx-main{flex:1;min-width:0}.tx-cat{font-weight:600;font-size:15px}.tx-note{font-size:12px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-amt{font-weight:700;font-size:16px}.tx-amt.exp{color:var(--text)}.tx-amt.inc{color:var(--green)}.empty{text-align:center;color:var(--muted);padding:70px 20px}.empty .big{font-size:44px;margin-bottom:12px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;max-width:560px;margin:0 auto;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(18px);backdrop-filter:saturate(180%) blur(18px);border-top:1px solid var(--line);display:flex;padding:6px 8px calc(6px + var(--safe-bottom));z-index:50}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;color:#9aa0b4;font-size:11px;padding:6px 0}.nav-item.active{color:var(--primary)}.nav-item svg{width:24px;height:24px}.fab{position:fixed;right:calc(50% - 260px);bottom:calc(88px + var(--safe-bottom));width:60px;height:60px;border-radius:50%;background:var(--grad);color:#fff;font-size:30px;box-shadow:0 10px 24px #6366f173;z-index:49;display:flex;align-items:center;justify-content:center}@media (max-width: 560px){.fab{right:20px}}.sheet{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:100;max-width:560px;margin:0 auto;overflow-y:auto;animation:slideUp .22s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:calc(14px + var(--safe-top)) 18px 10px}.sheet-head .t{font-size:19px;font-weight:800}.sheet-head button{color:var(--muted);font-size:15px;padding:6px 10px}.sheet-body{padding:6px 20px calc(30px + var(--safe-bottom))}.seg{display:flex;background:#eceef5;border-radius:14px;padding:4px;margin-bottom:20px}.seg button{flex:1;padding:12px 0;border-radius:11px;font-weight:700;color:var(--muted)}.seg button.on{background:var(--grad);color:#fff}.amount-input{width:100%;border:none;background:transparent;outline:none;font-size:46px;font-weight:800;text-align:center;padding:10px 0 18px;color:var(--text)}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:8px 0 20px}.cat-cell{background:var(--surface);border-radius:14px;padding:14px 4px;text-align:center;font-size:13px;color:var(--text);border:2px solid transparent}.cat-cell.on{border-color:var(--primary);color:var(--primary);font-weight:700;background:#f1f2ff}.field{width:100%;background:var(--surface);border-radius:14px;border:none;outline:none;padding:15px 16px;margin-bottom:12px;color:var(--text)}.btn-primary{width:100%;background:var(--grad);color:#fff;font-weight:700;font-size:16px;padding:16px;border-radius:15px;margin-top:8px;box-shadow:0 8px 20px #6366f14d}.btn-primary:disabled{opacity:.55;box-shadow:none}.btn-ghost{width:100%;background:var(--surface);color:var(--text);font-weight:600;padding:15px;border-radius:15px;margin-top:10px}.chart-title{font-weight:700;font-size:16px;margin-bottom:4px;display:flex;justify-content:space-between;align-items:center}.chart-sub{font-size:12px;color:var(--muted)}.daily-scroll{display:flex;gap:4px;overflow-x:auto;padding:14px 0 4px}.day-col{width:26px;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.day-track{height:132px;width:100%;display:flex;align-items:flex-end}.day-bar{width:17px;border-radius:5px 5px 2px 2px;margin:0 auto;min-height:0;background:#c7cbff}.day-bar.has{background:var(--primary)}.day-col.on .day-bar{background:var(--red)}.day-num{font-size:10px;color:var(--muted);margin-top:5px}.day-col.on .day-num{color:var(--red);font-weight:700;font-size:12px}.donut-wrap{display:flex;align-items:center;gap:18px;margin-top:14px}.legend{flex:1}.legend-row{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:9px}.legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.legend-row .name{flex:1}.legend-row .pct{color:var(--muted)}.profile-head{text-align:center;padding:10px 0 4px}.avatar{width:72px;height:72px;border-radius:50%;background:var(--grad);margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:34px}.dim-row{margin-bottom:13px}.dim-top{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px}.dim-track{height:8px;background:#eceef5;border-radius:4px;overflow:hidden}.dim-fill{height:100%;background:var(--grad);border-radius:4px;transition:width .5s ease}.tag-chip{display:inline-block;background:#f1f2ff;color:var(--primary);border-radius:20px;padding:7px 14px;font-size:13px;font-weight:600;margin:0 8px 10px 0}.tag-reason{font-size:12px;color:var(--muted);margin:-4px 0 12px 2px;line-height:1.6}.section-label{font-size:14px;font-weight:700;margin:18px 2px 10px}.summary-text{font-size:14.5px;line-height:1.85;color:#33384a;white-space:pre-wrap}.set-row{margin-bottom:16px}.set-row label{display:block;font-size:13px;color:var(--muted);margin:0 2px 7px}.set-row input,.set-row select{width:100%;background:var(--surface);border-radius:13px;border:none;outline:none;padding:14px 15px;color:var(--text)}.toast{position:fixed;left:50%;bottom:calc(110px + var(--safe-bottom));transform:translate(-50%);background:#1e2230eb;color:#fff;padding:11px 20px;border-radius:22px;font-size:14px;z-index:200;max-width:86%;text-align:center}.spin{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:rot .8s linear infinite;display:inline-block;vertical-align:-3px;margin-right:8px}@keyframes rot{to{transform:rotate(360deg)}}.muted{color:var(--muted);font-size:12.5px;line-height:1.7}
