:root{--bg: var(--tg-theme-bg-color, #ffffff);--text: var(--tg-theme-text-color, #000000);--hint: var(--tg-theme-hint-color, #999999);--section-bg: var(--tg-theme-secondary-bg-color, #f3f4f6);--separator: var(--tg-theme-section-separator-color, rgba(128, 128, 128, .25));--accent: var(--tg-theme-button-color, #2481cc);--accent-text: var(--tg-theme-button-text-color, #ffffff);--destructive: var(--tg-theme-destructive-text-color, #e53935)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}.screen{min-height:var(--tg-viewport-height, 100vh);padding:16px 16px 32px;max-width:640px;margin:0 auto}.center{min-height:var(--tg-viewport-height, 100vh);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center}.title{font-size:20px;font-weight:600;margin:4px 0 16px;text-transform:capitalize}.hint{color:var(--hint);margin:0}.button{background:var(--accent);color:var(--accent-text);border:0;border-radius:10px;padding:10px 20px;font-size:15px;cursor:pointer}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.tile{background:var(--section-bg);border-radius:12px;padding:10px 8px;display:flex;flex-direction:column;gap:4px;min-width:0}.tile__label{color:var(--hint);font-size:12px}.tile__value{font-size:14px;font-weight:600;overflow-wrap:anywhere}.tile__value--income{color:#2e7d32}.tile__value--expense{color:var(--destructive)}.section{margin-bottom:24px}.section__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--hint);margin:0 0 10px}.chart{background:var(--section-bg);border-radius:12px;padding:12px}.chart--doughnut{height:200px}.chart--bars{height:180px}.legend{list-style:none;margin:10px 0 0;padding:0}.legend__row{display:flex;align-items:center;gap:8px;padding:7px 2px;border-bottom:1px solid var(--separator)}.legend__row:last-child{border-bottom:0}.legend__dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.legend__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legend__value{font-variant-numeric:tabular-nums;white-space:nowrap}.list{list-style:none;margin:0;padding:0;background:var(--section-bg);border-radius:12px}.list__row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid var(--separator)}.list__row:last-child{border-bottom:0}.list__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.list__category{font-weight:500}.list__desc{color:var(--hint);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list__right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.list__date{color:var(--hint);font-size:12px}.amount{font-variant-numeric:tabular-nums;font-weight:600}.amount--income{color:#2e7d32}.amount--expense{color:var(--text)}.disclaimer{color:var(--hint);font-size:12px;text-align:center;margin:24px 0 0}.diag{margin-top:8px;font-size:12px}.diag__list{list-style:none;margin:8px 0 0;padding:10px 12px;background:var(--section-bg);border-radius:10px;text-align:left;color:var(--hint);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.diag__list b{color:var(--text)}
