:root{--tg-bg: #ffffff;--tg-text: #000000;--tg-hint: #999999;--tg-link: #2481cc;--tg-button: #2481cc;--tg-button-text: #ffffff;--tg-secondary-bg: #f1f1f1;--positive: #34c759;--negative: #ff3b30;--radius: 12px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;background:var(--tg-bg);color:var(--tg-text);font-size:16px;line-height:1.4}.screen{padding:16px 16px 96px;max-width:640px;margin:0 auto}.header{margin-bottom:20px}.header h1{font-size:24px;font-weight:700;margin:0 0 4px}.subtitle{margin:0;color:var(--tg-hint);font-size:14px}.amount-big{font-size:32px;font-weight:700;margin:8px 0 4px}.expense-emoji{font-size:40px}.section-title{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--tg-hint);margin:20px 0 8px;font-weight:600}.card{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--tg-secondary-bg);border-radius:var(--radius);margin-bottom:8px;text-decoration:none;color:inherit}.card-flat{background:transparent;padding:10px 0;border-bottom:1px solid var(--tg-secondary-bg);border-radius:0;margin-bottom:0}.card-link:active{opacity:.6}.card-emoji{font-size:22px;width:28px;text-align:center}.card-main{flex:1;min-width:0}.card-title{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-subtitle{font-size:13px;color:var(--tg-hint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-amounts{text-align:right}.card-amount{font-weight:600;white-space:nowrap}.card-amount-secondary{font-size:12px;color:var(--tg-hint);white-space:nowrap}.card-arrow{color:var(--tg-hint);font-size:20px}.positive-text{color:var(--positive)}.negative-text{color:var(--negative)}.balance-card{padding:16px;border-radius:var(--radius);margin-bottom:16px;display:flex;flex-direction:column;gap:4px}.balance-card.positive{background:#34c7591f;color:var(--positive)}.balance-card.negative{background:#ff3b301f;color:var(--negative)}.balance-card.neutral{background:var(--tg-secondary-bg);color:var(--tg-hint)}.balance-label{font-size:13px;opacity:.8}.balance-amount{font-size:24px;font-weight:700}.tabs{display:flex;gap:4px;background:var(--tg-secondary-bg);padding:4px;border-radius:var(--radius);margin-bottom:16px}.tab{flex:1;padding:8px;border:none;background:transparent;color:var(--tg-hint);border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.tab-active{background:var(--tg-bg);color:var(--tg-text)}.day-title{display:flex;justify-content:space-between;font-size:13px;color:var(--tg-hint);font-weight:600;margin:16px 0 6px}.day-total{font-weight:500}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.stat-card{background:var(--tg-secondary-bg);border-radius:var(--radius);padding:12px}.stat-value{font-size:18px;font-weight:700}.stat-label{font-size:12px;color:var(--tg-hint)}.stat-row{margin-bottom:12px}.stat-row-head{display:flex;justify-content:space-between;font-size:14px;margin-bottom:4px}.stat-row-amount{font-weight:600;white-space:nowrap}.stat-row-share{font-size:12px;color:var(--tg-hint)}.bar{height:6px;background:var(--tg-secondary-bg);border-radius:3px;overflow:hidden}.bar-fill{height:100%;background:var(--tg-button);border-radius:3px}.chart{display:flex;align-items:flex-end;gap:4px;height:120px;overflow-x:auto;padding-bottom:4px}.chart-column{flex:1;min-width:24px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%}.chart-bar{width:100%;background:var(--tg-button);border-radius:4px 4px 0 0;min-height:4px}.chart-label{font-size:10px;color:var(--tg-hint);margin-top:4px;white-space:nowrap}.item-card{background:var(--tg-secondary-bg);border-radius:var(--radius);padding:12px;margin-bottom:8px}.item-head{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px}.item-name{font-weight:500}.item-amount{font-weight:600;white-space:nowrap}.item-hint{font-size:12px;color:var(--tg-hint);margin-top:6px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{padding:6px 12px;border-radius:16px;border:1px solid var(--tg-hint);background:transparent;color:var(--tg-text);font-size:13px;cursor:pointer}.chip-active{background:var(--tg-button);border-color:var(--tg-button);color:var(--tg-button-text)}.chip-ghost{border-style:dashed;color:var(--tg-hint)}.form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field-row{display:flex;gap:8px}.field-grow{flex:1}.field-label{font-size:13px;color:var(--tg-hint)}.input{padding:12px;border-radius:10px;border:1px solid var(--tg-secondary-bg);background:var(--tg-secondary-bg);color:var(--tg-text);font-size:16px;width:100%}.input-small{width:90px;padding:8px;text-align:right}.checkbox{display:flex;align-items:center;gap:10px;flex:1;cursor:pointer}.segmented{display:flex;gap:4px;background:var(--tg-secondary-bg);padding:4px;border-radius:var(--radius);margin-bottom:8px}.segment{flex:1;padding:8px 4px;border:none;background:transparent;color:var(--tg-hint);border-radius:8px;font-size:13px;cursor:pointer}.segment-active{background:var(--tg-bg);color:var(--tg-text);font-weight:500}.summary{font-size:13px;color:var(--tg-hint);margin-bottom:12px}.actions{display:flex;flex-direction:column;gap:8px;margin-top:24px}.button{padding:14px;border-radius:10px;border:none;background:var(--tg-secondary-bg);color:var(--tg-text);font-size:16px;font-weight:500;cursor:pointer}.button-primary{background:var(--tg-button);color:var(--tg-button-text)}.button-danger{color:var(--negative)}.button-small{padding:8px 14px;font-size:14px;background:var(--tg-button);color:var(--tg-button-text)}.button:disabled{opacity:.5}.fab{position:fixed;right:20px;bottom:24px;width:56px;height:56px;border-radius:28px;background:var(--tg-button);color:var(--tg-button-text);display:flex;align-items:center;justify-content:center;font-size:28px;text-decoration:none;box-shadow:0 4px 16px #0003}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:60vh;color:var(--tg-hint)}.spinner{width:28px;height:28px;border:3px solid var(--tg-secondary-bg);border-top-color:var(--tg-button);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:40px 20px;color:var(--tg-hint)}.hint{font-size:14px}code{background:var(--tg-secondary-bg);padding:2px 6px;border-radius:4px;font-size:13px}.error-box{padding:20px;text-align:center}.error-title{font-weight:600;margin-bottom:8px}.error-hint{color:var(--tg-hint);font-size:14px;margin-bottom:16px}.error-inline{background:#ff3b301f;color:var(--negative);padding:10px 14px;border-radius:10px;font-size:14px;margin-bottom:12px}.notice{background:var(--tg-secondary-bg);padding:10px 14px;border-radius:10px;font-size:13px;color:var(--tg-hint);margin:12px 0}.list{display:flex;flex-direction:column}.pie-wrap{display:flex;flex-direction:column;gap:12px;align-items:center}.pie{width:160px;height:160px}.pie-legend{width:100%;display:flex;flex-direction:column;gap:6px}.pie-legend-row{display:flex;align-items:center;gap:8px;font-size:14px}.pie-dot{width:10px;height:10px;border-radius:5px;flex-shrink:0}.pie-legend-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pie-legend-value{font-weight:600;white-space:nowrap}.pie-legend-percent{color:var(--tg-hint);font-weight:400}.spending-chart svg{width:100%;height:auto}.chart-bar-svg{fill:var(--tg-button);opacity:.35}.chart-line{stroke:var(--tg-button);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.chart-axis-label{fill:var(--tg-hint);font-size:9px}.chart-caption{display:flex;justify-content:space-between;font-size:11px;color:var(--tg-hint);margin-top:2px}.icon-button{background:transparent;border:none;color:var(--tg-hint);font-size:16px;padding:4px 8px;cursor:pointer}.icon-button:active{color:var(--negative)}.header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.settings-link{flex-shrink:0;font-size:20px;text-decoration:none;padding:4px 8px;border-radius:8px;background:var(--tg-secondary-bg)}.filters{margin-bottom:12px}.filters-head{display:flex;gap:8px;align-items:center}.filters-body{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding:12px;background:var(--tg-secondary-bg);border-radius:var(--radius)}.comment{padding:10px 0;border-bottom:1px solid var(--tg-secondary-bg)}.comment-head{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:2px}.comment-author{font-weight:600}.comment-time{color:var(--tg-hint);flex:1}.comment-text{font-size:15px;white-space:pre-wrap;word-break:break-word}.history-toggle{background:transparent;border:none;color:var(--tg-link);padding:8px 0;font-size:14px;cursor:pointer}.history-row{padding:8px 0;border-bottom:1px solid var(--tg-secondary-bg);font-size:13px}.history-head{display:flex;gap:8px;color:var(--tg-hint);font-size:12px}.history-summary{color:var(--tg-text)}.budget{background:var(--tg-secondary-bg);border-radius:var(--radius);padding:12px}.budget-bar{height:8px;background:var(--tg-bg);border-radius:4px;overflow:hidden;margin-bottom:8px}.budget-fill{height:100%;background:var(--positive);border-radius:4px}.budget-fill.over{background:var(--negative)}.budget-row{display:flex;justify-content:space-between;font-size:13px;gap:8px}.alias-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.alias-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.method-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.chip{border:none;border-radius:16px;padding:6px 12px;font-size:14px;background:var(--tg-secondary-bg);color:var(--tg-text)}.chip-active{background:var(--tg-button);color:var(--tg-button-text)}.split-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.split-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.split-name{display:flex;align-items:center;gap:8px;flex-grow:1}.input-narrow{width:96px;text-align:right}.hint-warning{color:#d14343}.split-item{padding:6px 0}.split-item-off{opacity:.55}.split-value{display:flex;align-items:center;gap:6px}.lock{border:1px solid var(--tg-hint);border-radius:14px;background:none;color:var(--tg-hint);font-size:12px;padding:3px 8px;line-height:1.2;white-space:nowrap;opacity:.7}.lock-on{border-color:transparent;background:var(--tg-button);color:var(--tg-button-text);font-weight:600;opacity:1}.split-item-locked{border-left:3px solid var(--tg-button);padding-left:8px;margin-left:-11px}.split-item-locked .slider{opacity:.6}.slider{width:100%;margin-top:6px;accent-color:var(--tg-button)}.split-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}
