*{margin:0;padding:0;box-sizing:border-box}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f0f0f0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);min-height:100vh;padding:16px 16px 100px}.container{max-width:100%;margin:0 auto}.card{background:var(--tg-theme-secondary-bg-color);border-radius:12px;padding:16px;margin-bottom:12px}.card-title{font-size:14px;color:var(--tg-theme-hint-color);margin-bottom:8px}.card-value{font-size:28px;font-weight:600}.card-value.small{font-size:20px}.btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 20px;border:none;border-radius:10px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s}.btn:active{opacity:.7}.btn-primary{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.btn-secondary{background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color)}.input{width:100%;padding:14px 16px;border:1px solid var(--tg-theme-hint-color);border-radius:10px;font-size:16px;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);outline:none}.input:focus{border-color:var(--tg-theme-button-color)}.progress-bar{height:8px;background:var(--tg-theme-secondary-bg-color);border-radius:4px;overflow:hidden;margin-top:8px}.progress-bar-fill{height:100%;background:var(--tg-theme-button-color);border-radius:4px;transition:width .3s}.progress-bar-fill.warning{background:#f5a623}.progress-bar-fill.danger{background:#d0021b}.tabs{display:flex;gap:8px;margin-bottom:16px}.tab{flex:1;padding:10px;border:none;background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-hint-color);border-radius:8px;font-size:14px;cursor:pointer}.tab.active{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--tg-theme-bg-color);border-top:1px solid var(--tg-theme-secondary-bg-color);padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom))}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:8px;border:none;background:none;color:var(--tg-theme-hint-color);font-size:12px;cursor:pointer}.nav-item.active{color:var(--tg-theme-button-color)}.nav-icon{font-size:24px;margin-bottom:4px}.list{display:flex;flex-direction:column;gap:8px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--tg-theme-secondary-bg-color);border-radius:10px}.list-item-left{display:flex;flex-direction:column}.list-item-title{font-size:16px;font-weight:500}.list-item-subtitle{font-size:13px;color:var(--tg-theme-hint-color)}.list-item-amount{font-size:16px;font-weight:600}.row{display:flex;gap:12px}.col{flex:1}.text-hint{color:var(--tg-theme-hint-color)}.text-success{color:#4cd964}.text-warning{color:#f5a623}.text-danger{color:#d0021b}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}
