: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}
