:root{--bg:#0f1419;--fg:#e7e9ea;--muted:#8b98a5;--accent:#1d9bf0;--card:#16181c;--border:#2f3336}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);background:var(--card)}.site-header-inner{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;max-width:40rem;margin:0 auto;padding:.75rem 1.25rem;display:flex}.site-header-nav{flex:1;min-width:0;margin-bottom:0}.site-header-brand{color:var(--fg);font-weight:600}.site-header-brand:hover{color:var(--accent)}.header-user{color:var(--fg);align-items:center;gap:.5rem;margin-left:auto;font-size:.9rem;display:flex}.header-user-name{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.header-user-avatar{object-fit:cover;border-radius:50%;flex-shrink:0}.header-user-avatar-fallback{background:var(--border);justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:inline-flex}main{max-width:40rem;margin:0 auto;padding:2rem 1.25rem}h1{margin:0 0 1rem;font-size:1.5rem;font-weight:600}h2{color:var(--muted);margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:600}ul{margin:0;padding-left:1.25rem}button{font:inherit;cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:9999px;padding:.65rem 1.25rem;font-weight:600}button:hover{filter:brightness(1.08)}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;margin-top:1rem;padding:1rem 1.25rem}.nav{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.nav a{color:var(--muted)}.nav a:hover{color:var(--accent)}button.btn-link{font:inherit;font-weight:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:0;padding:0;text-decoration:none}button.btn-link:hover:not(:disabled){filter:none;color:var(--accent);text-decoration:underline}button.btn-link:disabled{cursor:default;opacity:.7}button.btn-link-accent{font:inherit;font-weight:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:0;padding:0;text-decoration:none}button.btn-link-accent:hover:not(:disabled){filter:none;text-decoration:underline}.telegram-disconnect-only:not(:has(button)){display:none}button.btn-link-accent:disabled{cursor:default;opacity:.7}
