html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,sans-serif;--bg-1: #eef2f6;--bg-2: #eef2f6;--surface: rgba(255, 255, 255, .8);--surface-2: #ffffff;--text-1: #111827;--text-2: #6b7280;--line: rgba(15, 23, 42, .08);--brand: #0a84ff;--brand-soft: rgba(10, 132, 255, .16);--good: #34c759;--shadow: 0 20px 48px rgba(15, 23, 42, .12)}html.dark{color-scheme:dark;--bg-1: #0e1116;--bg-2: #151a23;--surface: rgba(30, 36, 49, .72);--surface-2: #1f2633;--text-1: #f8fafc;--text-2: #93a2b8;--line: rgba(148, 163, 184, .16);--brand: #54a8ff;--brand-soft: rgba(84, 168, 255, .24);--good: #40d466;--shadow: 0 20px 48px rgba(1, 3, 7, .45)}*{box-sizing:border-box}input,textarea,select{font-size:16px!important}body{margin:0;color:var(--text-1);min-height:100svh;background:var(--bg-1)}html,body,#app{background-color:var(--bg-1)}#app{display:flex;justify-content:center}.app-shell{width:100%;max-width:430px;min-height:100svh;padding:16px 12px 28px}.ios-group{margin-top:14px;animation:rise-in .5s ease}.group-title{padding:0 6px;margin-bottom:7px;color:var(--text-2);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.ios-card{border-radius:20px!important;border:1px solid var(--line)!important;background:var(--surface)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ios-card .ant-card-body{padding:14px}.row-grid{display:grid;grid-template-columns:1fr;gap:8px}.full-width{width:100%}.save-btn{width:100%;border-radius:14px!important;height:44px}.type-tabs-wrap{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x;cursor:grab}.type-tabs-wrap::-webkit-scrollbar{display:none}.type-tabs{display:inline-flex;gap:8px;min-width:max-content;padding-bottom:2px}.type-tabs-wrap:active{cursor:grabbing}.type-tab{-webkit-appearance:none;appearance:none;flex:0 0 auto;border:1px solid var(--line);background:var(--surface-2);color:var(--text-2);border-radius:999px;padding:7px 14px;font-size:13px;line-height:1;white-space:nowrap;user-select:none;-webkit-user-select:none;touch-action:manipulation;cursor:pointer;transition:all .2s ease}.type-tab.is-active,.type-tab[aria-selected=true]{color:#fff;background:var(--brand);border-color:var(--brand);box-shadow:0 6px 16px var(--brand-soft)}.duration-stepper{display:grid;grid-template-columns:44px 1fr 44px;gap:8px;align-items:stretch}.duration-stepper-btn{width:44px;min-width:44px;height:44px;padding-inline:0!important;border-radius:12px!important;display:inline-flex;align-items:center;justify-content:center}.duration-stepper-btn .ant-btn-icon{margin-inline-end:0!important}.duration-stepper-input{width:100%!important;height:44px}.duration-stepper-input .ant-input-number-input-wrap{height:100%}.duration-stepper-input .ant-input-number-input{height:100%;padding:0 12px;line-height:44px;text-align:center}.duration-quick-wrap{margin-top:10px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px}.duration-quick-btn{-webkit-appearance:none;appearance:none;border:1px solid var(--line);background:var(--surface-2);color:var(--text-2);border-radius:10px;height:30px;font-size:12px;line-height:1;cursor:pointer;transition:all .2s ease}.duration-quick-btn.is-active{color:#fff;background:var(--brand);border-color:var(--brand)}.history-calendar{--el-calendar-cell-width: 100%}.history-calendar .el-calendar__header{padding:8px 4px 12px}.history-calendar .el-calendar-table .el-calendar-day{padding:0}.calendar-day-cell{width:100%;min-height:64px;border:0;background:transparent;color:inherit;padding:8px;display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer}.calendar-day-num{font-size:13px;color:var(--text-1)}.calendar-day-badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;font-size:11px;line-height:18px;text-align:center}.history-dialog-summary{margin:0 0 10px;color:var(--text-2);font-size:12px}.record-list{display:flex;flex-direction:column;gap:8px}.record-item{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:10px;display:flex;align-items:center;justify-content:space-between}.record-main{margin:0;font-size:14px;font-weight:600}.points-pos{color:#34c759}.points-neg{color:#ff3b30}.record-sub{margin:3px 0 0;font-size:12px;color:var(--text-2)}.stats-card{overflow:hidden}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stats-item{background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:10px}.stats-item p{margin:0;color:var(--text-2);font-size:12px}.stats-item strong{margin-top:6px;display:block;font-size:16px}.stats-value-row{margin-top:6px;display:flex;align-items:baseline;gap:8px}.stats-value-row strong{margin-top:0}.stats-trend{font-size:11px;font-weight:600}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.backup-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.backup-btn{width:100%;min-width:0;margin:0!important;border-radius:12px!important;height:44px;font-size:14px}@media(min-width:431px){.app-shell{padding-top:24px}}.charts-wrap[data-v-3dc2f116]{display:flex;flex-direction:column;gap:12px}.chart-block[data-v-3dc2f116]{background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:12px 10px 10px}.chart-head[data-v-3dc2f116]{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.chart-head--end[data-v-3dc2f116]{justify-content:flex-end}.chart-controls[data-v-3dc2f116]{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.chart-select[data-v-3dc2f116]{min-width:108px}.chart-canvas[data-v-3dc2f116]{width:100%;height:160px}.trend-empty[data-v-3dc2f116],.pie-empty[data-v-3dc2f116]{display:flex;align-items:center;justify-content:center}.chart-canvas--pie[data-v-3dc2f116]{height:210px}
