:root{--brand: #4c6fff;--brand-deep: #3b5bee;--brand-soft: rgba(76, 111, 255, .09);--violet: #7a5cff;--bg: #f4f5fa;--card: #ffffff;--text: #1a2233;--text-2: #5a6478;--line: #e8eaf1;--danger: #ff5c5c;--shadow: 0 1px 2px rgba(23, 32, 64, .05), 0 4px 16px rgba(23, 32, 64, .06);--heat-0: #ebedf0;--heat-1: #9be9a8;--heat-2: #40c463;--heat-3: #30a14e;--heat-4: #216e39;--heat-miss: #ffc9c2}[data-theme=dark]{--bg: #0e1117;--card: #161a23;--text: #e6e9f2;--text-2: #9aa3b8;--line: #262d3d;--brand-soft: rgba(96, 125, 255, .16);--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 6px 20px rgba(0, 0, 0, .35);--heat-0: #1c222d;--heat-miss: #5c2a24}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;transition:background .25s ease}.app-shell{display:flex;min-height:100vh}.app-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch}.app-main .content{flex:1}.sidebar{width:232px;position:sticky;top:0;height:100vh;flex-shrink:0;display:flex;flex-direction:column;padding:20px 14px 16px;background:var(--card);border-right:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;padding:4px 6px 20px 10px}.logo-brand{display:flex;align-items:center;gap:10px;min-width:0}.sidebar.nav-hidden{display:none}.nav-show-btn{position:fixed;top:14px;left:14px;z-index:210;box-shadow:var(--shadow)}@media(max-width:768px){.nav-show-btn{display:none}}.notify-history{display:flex;flex-direction:column;gap:10px}.notify-item{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.notify-item .notify-text{font-size:13.5px;word-break:break-word}.notify-item .notify-time{font-size:11.5px;color:var(--text-2);margin-top:4px}.logo-icon{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--brand),var(--violet));display:grid;place-items:center;color:#fff;font-size:19px;font-weight:700;box-shadow:0 6px 14px #4c6fff59}.logo-name{font-size:17px;font-weight:700;letter-spacing:.5px}.nav-list{display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-group{display:flex;flex-direction:column;gap:2px}.nav-group+.nav-group{margin-top:10px}.nav-group-label{font-size:11px;font-weight:650;letter-spacing:2px;color:var(--text-2);padding:6px 14px 4px}.nav-group:first-child .nav-group-label{padding-top:0}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:11px;color:var(--text-2);font-size:14.5px;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.nav-item:hover{background:var(--brand-soft);color:var(--brand)}.nav-item.active{background:linear-gradient(135deg,var(--brand),var(--violet));color:#fff;box-shadow:0 6px 16px #4c6fff59}.sidebar-footer{margin-top:auto;display:flex;align-items:center;gap:6px;padding:10px 6px 0;border-top:1px solid var(--line)}.content{flex:1;min-width:0;padding:26px 32px 48px}.page-loading{min-height:100vh;display:grid;place-items:center}.mobile-header,.tabbar{display:none}@media(max-width:768px){.sidebar{display:none}.content{padding:12px 14px 96px}.mobile-header{display:flex;position:sticky;top:0;z-index:90;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--card);border-bottom:1px solid var(--line)}.app-main{width:100%}.tabbar{display:block;position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--card);border-top:1px solid var(--line);padding:5px 8px calc(5px + env(safe-area-inset-bottom))}.tabbar-inner{display:grid;grid-auto-flow:column;grid-auto-columns:1fr}.tab-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:5px 0;border-radius:9px;font-size:10.5px;color:var(--text-2);text-decoration:none;white-space:nowrap}.tab-item.active{color:var(--brand);font-weight:600}}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:20px}.page-title{font-size:21px;font-weight:700;margin:0 0 18px;display:flex;align-items:center;gap:10px}.date-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.date-nav .current{font-size:16px;font-weight:650;min-width:200px;text-align:center}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-bottom:18px}.stat-card .label{font-size:12.5px;color:var(--text-2)}.stat-card .num{font-size:27px;font-weight:750;line-height:1.3}.stat-card .unit{font-size:13px;color:var(--text-2);margin-left:3px}.today-layout{display:grid;grid-template-columns:380px minmax(0,1fr);grid-template-areas:"side main";gap:16px;align-items:start}.today-main{grid-area:main;display:flex;flex-direction:column;gap:16px;min-width:0}.today-main .quick-add{margin-bottom:0}.today-side{grid-area:side;display:flex;flex-direction:column;gap:16px}.today-side .today-hero{margin-bottom:0}@media(min-width:1101px){.today-hero{flex-direction:column;text-align:center;align-items:center;padding:28px 22px 24px;gap:8px}.hero-date{font-size:21px}.hero-sub{justify-content:center}}@media(max-width:1100px){.today-layout{grid-template-columns:1fr;grid-template-areas:"side" "main"}}.mini-week{display:flex;gap:8px;align-items:flex-end;padding:4px 2px 0}.mw-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px}.mw-pct{font-size:10.5px;color:var(--text-2);height:14px;line-height:14px;font-variant-numeric:tabular-nums}.mw-col.today .mw-pct{color:var(--brand);font-weight:650}.mw-bar{width:100%;height:92px;background:var(--brand-soft);border-radius:6px;position:relative;overflow:hidden}.mw-bar i{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,var(--brand),var(--violet));border-radius:6px 6px 0 0;transition:height .4s ease}.mw-label{font-size:10.5px;color:var(--text-2)}.mw-col.today .mw-label{color:var(--brand);font-weight:650}.quote-card{position:relative;border:none;background:linear-gradient(135deg,#ffd76e,#ff9a5a);color:#7a4a1f;padding:16px 20px 18px;overflow:hidden}.quote-card:after{content:"❝";position:absolute;right:12px;bottom:-14px;font-size:64px;line-height:1;color:#7a4a1f1f;font-family:serif}.quote-icon{font-size:15px;color:#7a4a1fa6}.quote-text{font-size:14.5px;font-weight:650;line-height:1.75;margin-top:6px;word-break:break-word}.quote-actions{position:absolute;top:8px;right:8px;display:flex;gap:2px}.quote-actions .ant-btn{color:#7a4a1fb3}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.settings-grid .card{margin-bottom:0;min-width:0;max-width:100%;overflow:hidden}.settings-grid .card .ant-table-wrapper{max-width:100%}.settings-grid .card.wide{grid-column:1 / -1}@media(max-width:1100px){.settings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.settings-grid{grid-template-columns:1fr}}.today-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:16px;padding:24px 26px;border:none;color:#fff;background:linear-gradient(120deg,var(--brand) 0%,var(--violet) 100%);position:relative;overflow:hidden}.today-hero:before,.today-hero:after{content:"";position:absolute;border-radius:50%;background:#ffffff17}.today-hero:before{width:240px;height:240px;right:-70px;top:-110px}.today-hero:after{width:150px;height:150px;right:130px;bottom:-90px}.hero-left{position:relative;z-index:1}.hero-date{font-size:26px;font-weight:750;margin:0 0 6px}.hero-sub{font-size:13.5px;opacity:.88;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hero-ring{position:relative;z-index:1}.quick-add{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.quick-add .ant-input,.quick-add .ant-select-selector{border-radius:10px!important}.task-section-title{font-size:13px;font-weight:650;color:var(--text-2);margin:18px 0 8px;display:flex;gap:8px;align-items:center}.task-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;transition:background .15s}.task-row:hover{background:var(--brand-soft)}.task-row .task-title{flex:1;min-width:0;font-size:14.5px;word-break:break-word;display:flex;align-items:baseline;gap:8px}.task-row .task-note{font-size:12px;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.task-row.done .task-note{opacity:.7}.task-row.done .task-title{color:var(--text-2);text-decoration:line-through}.task-row .row-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s}.task-row:hover .row-actions,.task-row:focus-within .row-actions{opacity:1}@media(hover:none){.task-row .row-actions{opacity:1}}.task-time{font-size:12px;font-weight:650;color:var(--brand);background:var(--brand-soft);padding:2px 9px;border-radius:999px;white-space:nowrap}.goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}.goal-section-title{font-size:13px;font-weight:650;color:var(--text-2);margin:18px 2px 10px;display:flex;align-items:center;gap:8px}.goal-section-title .dot{width:8px;height:8px;border-radius:50%}.goal-card{display:flex;flex-direction:column;gap:12px}.goal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.goal-title{font-size:15.5px;font-weight:650;margin:0;word-break:break-word}.goal-note{color:var(--text-2);font-size:13px;margin:0;white-space:pre-wrap;word-break:break-word}.subtask-row{display:flex;align-items:center;gap:9px;padding:5px 6px;border-radius:9px;font-size:13.5px}.subtask-row:hover{background:var(--brand-soft)}.subtask-row .st-title{flex:1;min-width:0;word-break:break-word}.subtask-row.done .st-title{color:var(--text-2);text-decoration:line-through}.milestone-row{display:flex;align-items:center;gap:8px;font-size:13px;padding:3px 0}.milestone-date{font-size:11.5px;color:var(--brand);background:var(--brand-soft);padding:1px 7px;border-radius:6px;white-space:nowrap}.milestone-row.overdue .milestone-date{color:var(--danger);background:#ff5c5c1f}.day-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.day-cell{text-align:center;padding:9px 2px;border-radius:11px;border:1px solid var(--line);cursor:pointer;transition:transform .12s,border-color .12s}.day-cell:hover{transform:translateY(-2px);border-color:var(--brand)}.day-cell.today{border-color:var(--brand);background:var(--brand-soft)}.day-cell .dw{font-size:11.5px;color:var(--text-2)}.day-cell .rate{font-size:15px;font-weight:700;margin-top:2px}.day-cell .rate.none{color:var(--text-2);font-weight:500}.heat-scroll{overflow-x:auto;padding-bottom:8px}.heat-swipe-hint{display:none;font-size:11.5px;color:var(--text-2);margin-bottom:6px}.heat-wd-labels{display:grid;grid-template-rows:repeat(7,13px);gap:3px;margin-right:5px;margin-top:16px;font-size:10.5px;color:var(--text-2)}.heat-wd-labels span{line-height:13px}.heat-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(7,13px);gap:3px;width:max-content}.heat-cell{width:13px;height:13px;border-radius:3.5px;background:var(--heat-0);cursor:pointer}.heat-cell.f{background:transparent;cursor:default}.heat-cell.l1{background:var(--heat-1)}.heat-cell.l2{background:var(--heat-2)}.heat-cell.l3{background:var(--heat-3)}.heat-cell.l4{background:var(--heat-4)}.heat-cell.miss{background:var(--heat-miss)}.heat-cell:hover{outline:1.5px solid var(--brand)}@media(max-width:768px){.heat-swipe-hint{display:block}.heat-cell{width:18px;height:18px;border-radius:4.5px}.heat-grid{grid-template-rows:repeat(7,18px);gap:4px}.heat-months{grid-auto-columns:18px;gap:4px}.heat-wd-labels{grid-template-rows:repeat(7,18px);gap:4px;margin-top:20px}.heat-wd-labels span{line-height:18px}}.heat-legend{display:flex;align-items:center;gap:4px;justify-content:flex-end;font-size:11.5px;color:var(--text-2);margin-top:6px}.heat-months{display:grid;grid-auto-flow:column;grid-auto-columns:13px;gap:3px;font-size:10.5px;color:var(--text-2);height:16px}.heat-months span{white-space:nowrap}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(900px 500px at 15% -5%,rgba(122,92,255,.35),transparent),radial-gradient(800px 500px at 95% 105%,rgba(76,111,255,.35),transparent),linear-gradient(135deg,#4c6fff,#7a5cff)}.auth-card{width:min(400px,100%);border:none}.auth-logo{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:22px}.auth-logo .logo-icon{width:56px;height:56px;border-radius:16px;font-size:27px}.auth-logo .name{font-size:20px;font-weight:750}.auth-logo .sub{font-size:13px;color:var(--text-2)}.ring-wrap{position:relative;display:inline-grid;place-items:center}.ring-text{position:absolute;text-align:center;line-height:1.25}.ring-text .pct{font-size:22px;font-weight:750}.ring-text .cnt{font-size:11.5px;opacity:.85}.fin-row{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;transition:background .15s}.fin-row:hover{background:var(--brand-soft)}.fin-row .fin-note{flex:1;min-width:0;font-size:13.5px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fin-row .fin-note .cat{color:var(--text-2);font-size:12px;margin-left:8px}.fin-amount{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.fin-amount.expense{color:var(--danger)}.fin-amount.income{color:var(--heat-3)}.fin-day{font-size:12.5px;color:var(--text-2);padding:8px 12px 3px;display:flex;justify-content:space-between;gap:10px}.fin-charts{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:16px}@media(max-width:960px){.fin-charts{grid-template-columns:1fr}}.stat-card .num.green{color:var(--heat-3)}.stats-scope-note{font-size:12.5px;line-height:1.8;color:var(--text-2);background:var(--brand-soft);border:1px dashed var(--brand);border-radius:10px;padding:8px 14px;margin-bottom:14px}.stat-card .num.red{color:var(--danger)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-2)}
