:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--tg-bg:var(--tg-theme-bg-color,#fff);--tg-text:var(--tg-theme-text-color,#111);--tg-hint:var(--tg-theme-hint-color,#707579);--tg-button:var(--tg-theme-button-color,#2ea6ff);--tg-button-text:var(--tg-theme-button-text-color,#fff);--tg-section-bg:var(--tg-theme-secondary-bg-color,#f5f5f5);--tg-border:var(--tg-theme-hint-color,#7f7f7f4d);--tg-destructive:var(--tg-theme-destructive-text-color,#e74c3c)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--tg-bg:var(--tg-theme-bg-color,#17212b);--tg-text:var(--tg-theme-text-color,#f5f5f5);--tg-hint:var(--tg-theme-hint-color,#8b98a5);--tg-button:var(--tg-theme-button-color,#2ea6ff);--tg-button-text:var(--tg-theme-button-text-color,#fff);--tg-section-bg:var(--tg-theme-secondary-bg-color,#232e3c);--tg-border:var(--tg-theme-hint-color,#ffffff26);--tg-destructive:var(--tg-theme-destructive-text-color,#ff6b6b)}}*{box-sizing:border-box}body{background:var(--tg-bg);min-height:100svh;color:var(--tg-text);margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif;display:flex}.page{width:100%;max-width:480px;padding:max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));text-align:center;margin:auto}h1{margin:0 0 16px;font-size:32px}p{margin:0 0 8px;font-size:16px}.state-message{color:var(--tg-hint)}.profile{background:var(--tg-section-bg);border:1px solid var(--tg-border);border-radius:16px;flex-direction:column;align-items:center;margin-top:24px;padding:20px;display:flex}.profile-avatar{object-fit:cover;border-radius:50%;width:72px;height:72px;margin-bottom:12px}.profile-avatar-fallback{background:var(--tg-border);color:var(--tg-text);justify-content:center;align-items:center;font-size:28px;font-weight:600;display:flex}.profile-name{font-size:18px;font-weight:600}.profile-username{color:var(--tg-hint)}.profile-field{font-size:14px}.profile-field-label{font-weight:600}.profile-refresh{background:var(--tg-button);color:var(--tg-button-text);font:inherit;cursor:pointer;border:none;border-radius:8px;margin-top:12px;padding:10px 20px}.profile-refresh:disabled{opacity:.6;cursor:default}.profile-error{color:var(--tg-destructive);margin-top:8px;margin-bottom:0;font-size:14px}.profile-loading{color:var(--tg-hint);margin:0}@media (width<=480px){h1{font-size:26px}}
