* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--tg-theme-bg-color, #f5f5f7);
  color: var(--tg-theme-text-color, #1c1c1e);
  padding: 24px 16px;
}
.hidden { display: none !important; }
#loading, #error { text-align: center; margin-top: 40px; color: #888; }
#error { color: #d33; }
#profile { text-align: center; max-width: 420px; margin: 0 auto; }
#avatar { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; }
#name { margin: 0; font-size: 20px; }
#username { color: #888; margin: 4px 0 20px; }
.stat-row { display: flex; justify-content: center; gap: 32px; margin-bottom: 24px; }
.stat span { display: block; font-size: 22px; font-weight: 600; }
.stat label { font-size: 12px; color: #888; }
#subsList { text-align: left; }
.sub-row { padding: 10px 14px; background: var(--tg-theme-secondary-bg-color, #fff); border-radius: 10px; margin-bottom: 8px; font-size: 14px; }
