*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--nav-height: 56px;--page-padding: 16px;--radius: 12px;--radius-sm: 8px}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--tg-theme-bg-color, #17212b);color:var(--tg-theme-text-color, #f5f5f5);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{display:flex;flex-direction:column}.layout{display:flex;flex-direction:column;min-height:100%}.page{flex:1;padding:var(--page-padding);padding-bottom:calc(var(--nav-height) + var(--page-padding) + env(safe-area-inset-bottom,0px));overflow-y:auto;-webkit-overflow-scrolling:touch}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:calc(var(--nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--tg-theme-secondary-bg-color, #232e3c);display:flex;align-items:center;justify-content:space-around;border-top:1px solid rgba(128,128,128,.15);z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--tg-theme-hint-color, #708499);font-size:10px;font-weight:500;padding:6px 12px;border-radius:var(--radius-sm);transition:color .15s ease;-webkit-tap-highlight-color:transparent}.nav-item.active{color:var(--tg-theme-button-color, #5288c1)}.nav-item svg{width:24px;height:24px}.card{background:var(--tg-theme-section-bg-color, var(--tg-theme-secondary-bg-color, #232e3c));border-radius:var(--radius);padding:16px;margin-bottom:12px}.card-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--tg-theme-section-header-text-color, var(--tg-theme-hint-color, #708499));margin-bottom:12px}.section-header{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--tg-theme-section-header-text-color, var(--tg-theme-hint-color, #708499));padding:16px 0 8px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stat{background:var(--tg-theme-section-bg-color, var(--tg-theme-secondary-bg-color, #232e3c));border-radius:var(--radius);padding:16px;text-align:center}.stat-value{font-size:28px;font-weight:700;line-height:1.1;margin-bottom:4px}.stat-label{font-size:12px;color:var(--tg-theme-subtitle-text-color, var(--tg-theme-hint-color, #708499))}.list-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(128,128,128,.1)}.list-item:last-child{border-bottom:none}.list-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.list-content{flex:1;min-width:0}.list-title{font-size:15px;font-weight:500}.list-subtitle{font-size:13px;color:var(--tg-theme-subtitle-text-color, var(--tg-theme-hint-color, #708499));margin-top:2px}.list-right{text-align:right;flex-shrink:0}.list-amount{font-size:15px;font-weight:600}.list-amount.negative{color:var(--tg-theme-destructive-text-color, #ec3942)}.list-amount.positive{color:#4fae4e}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;color:var(--tg-theme-hint-color, #708499)}.empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.6}.empty-state-title{font-size:17px;font-weight:600;color:var(--tg-theme-text-color, #f5f5f5);margin-bottom:8px}.empty-state-text{font-size:14px;line-height:1.4;max-width:260px}.page-title{font-size:28px;font-weight:700;margin-bottom:4px}.page-subtitle{font-size:14px;color:var(--tg-theme-subtitle-text-color, var(--tg-theme-hint-color, #708499));margin-bottom:20px}.timeline-item{display:flex;gap:12px;padding:10px 0}.timeline-time{width:48px;flex-shrink:0;font-size:14px;font-weight:600;color:var(--tg-theme-hint-color, #708499);padding-top:2px}.timeline-body{flex:1;min-width:0}.timeline-title{font-size:15px;font-weight:500}.timeline-desc{font-size:13px;color:var(--tg-theme-subtitle-text-color, var(--tg-theme-hint-color, #708499));margin-top:2px}.progress-bar{height:6px;background:#80808026;border-radius:3px;overflow:hidden;margin-top:8px}.progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--tg-theme-hint-color, #708499);font-size:14px}
