:root{--bg:#f8fafc;--fg:#0f172a;--muted:#64748b;--primary:#0f172a;--card:#ffffff;--border:#e2e8f0;--accent:#16a34a;--danger:#b91c1c;--danger-bg:#fef2f2}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}html.tma-app,html.tma-app body{padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}a{color:inherit}a,a:active,a:focus,a:hover,a:visited{text-decoration:none}.page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 3rem}.card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.stack{gap:.75rem}.stack,label{display:flex;flex-direction:column}label{gap:.35rem;font-size:.9rem;font-weight:600}input{font:inherit;padding:.7rem .8rem;border:1px solid var(--border);border-radius:8px;min-height:44px}.field-with-icon{position:relative;display:block}.field-with-icon input{width:100%;padding-right:2.75rem}button.icon-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);width:2.25rem;min-height:2.25rem;padding:0;background:transparent;color:var(--muted);border-radius:8px}button.icon-toggle:focus-visible,button.icon-toggle:hover{background:transparent;color:var(--fg)}.auth-footer{margin:.15rem 0 0;text-align:center;color:var(--muted);font-size:.9rem}.auth-footer a,.auth-link{font-weight:700;color:var(--fg)}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;padding:.7rem 1rem;border:0;border-radius:8px;background:var(--primary);color:#fff;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}button:disabled{opacity:.6;cursor:not-allowed}.btn-ghost,a.btn.btn-ghost,a.btn.btn-ghost:hover,a.btn.btn-ghost:visited{background:var(--card);color:var(--fg);border:1px solid var(--border)}.error{background:var(--danger-bg);color:var(--danger);border-radius:8px;padding:.6rem .75rem}.error,.muted{font-size:.9rem}.muted{color:var(--muted)}h1{margin:0 0 .25rem;font-size:1.5rem}.brand-lockup{display:flex;align-items:center;gap:.75rem}.brand-lockup img{display:block;width:2.25rem;height:auto;max-height:3rem}.brand-lockup--compact img{width:1.5rem;max-height:2rem}.brand-lockup__name{margin:0;font-size:1.2rem;font-weight:700;line-height:1.25}.brand-lockup__tagline{margin:.2rem 0 0}.tma-boot{min-height:100dvh;display:grid;place-content:center;justify-items:center;grid-gap:.75rem;gap:.75rem;padding:1.5rem;background:var(--bg)}