:root{--tg-theme-bg-color: #17212b;--tg-theme-text-color: #f5f5f5;--tg-theme-hint-color: #708499;--tg-theme-link-color: #6ab2f2;--tg-theme-button-color: #5288c1;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #232e3c;--tg-theme-header-bg-color: #17212b;--tg-theme-accent-text-color: #64b5ef;--tg-theme-destructive-text-color: #ec3942;--gap: 12px;--radius: 12px}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}a{color:var(--tg-theme-link-color)}.app{max-width:640px;margin:0 auto;padding:var(--gap);padding-bottom:80px}.card{background:var(--tg-theme-secondary-bg-color);border-radius:var(--radius);padding:16px;margin-bottom:var(--gap)}.card h2,.card h3{margin-top:0}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap)}.metric{background:var(--tg-theme-secondary-bg-color);border-radius:var(--radius);padding:12px}.metric .label{color:var(--tg-theme-hint-color);font-size:12px}.metric .value{font-size:22px;font-weight:600;margin-top:4px}.metric .sub{font-size:11px;color:var(--tg-theme-hint-color);margin-top:2px}.btn{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;padding:12px 16px;border-radius:8px;font-size:15px;cursor:pointer;width:100%;display:block;margin-bottom:8px}.btn:active{opacity:.7}.btn-secondary{background:transparent;color:var(--tg-theme-link-color);border:1px solid var(--tg-theme-hint-color)}.btn-danger{background:var(--tg-theme-destructive-text-color)}.btn-row{display:grid;grid-auto-flow:column;gap:8px}.progress{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin:8px 0}.progress-bar{height:100%;background:var(--tg-theme-accent-text-color);transition:width .3s}.progress-bar.warning{background:#f0b232}.progress-bar.danger{background:var(--tg-theme-destructive-text-color)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-dot.active{background:#4caf50}.status-dot.low{background:#f0b232}.status-dot.disabled{background:#e53935}.client-item{background:var(--tg-theme-secondary-bg-color);padding:12px;border-radius:var(--radius);margin-bottom:8px;cursor:pointer}.client-item:active{transform:scale(.98)}.client-name{font-weight:600;margin-bottom:4px}.client-meta{color:var(--tg-theme-hint-color);font-size:12px}.muted{color:var(--tg-theme-hint-color)}.small{font-size:12px}.loading{text-align:center;padding:40px;color:var(--tg-theme-hint-color)}.error{background:#ec39421a;color:var(--tg-theme-destructive-text-color);padding:12px;border-radius:var(--radius)}.tabbar{position:fixed;bottom:0;left:0;right:0;background:var(--tg-theme-secondary-bg-color);display:flex;padding:8px;gap:4px;border-top:1px solid rgba(255,255,255,.05)}.tab{flex:1;text-align:center;padding:8px;font-size:12px;color:var(--tg-theme-hint-color);text-decoration:none;border-radius:8px}.tab.active{background:#0000004d;color:var(--tg-theme-accent-text-color)}.section-title{font-size:13px;color:var(--tg-theme-hint-color);text-transform:uppercase;margin:16px 0 8px;letter-spacing:.5px}input,select,textarea{width:100%;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);border:1px solid rgba(255,255,255,.1);padding:10px;border-radius:8px;font-size:15px}
