.brand-mark{overflow:hidden;padding:0;background:none!important}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover;border-radius:14px}
.site-back {
  height: 34px;
  padding: calc(8px + env(safe-area-inset-top)) 18px 8px;
  display: flex;
  align-items: center;
  background: #041226;
  color: #d8e6f6;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
}
.login-locked { overflow: hidden; }
.login-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: radial-gradient(circle at 50% 10%,#174c87 0,#071b35 42%,#020914 100%);
  display: grid;
  place-items: center;
  padding: 24px;
}
.login-gate[hidden] { display: none; }
.login-card {
  width: min(100%,430px);
  padding: 30px;
  border: 1px solid #ffffff22;
  border-radius: 28px;
  background: linear-gradient(160deg,#0c2a50,#06162c);
  color: #fff;
  box-shadow: 0 28px 80px #0008;
}
.login-card img { width:88px;height:88px;display:block;border-radius:24px;margin-bottom:18px;box-shadow:0 12px 32px #0006; }
.login-kicker { margin:0 0 7px!important;color:var(--orange2)!important;text-transform:uppercase;font-size:11px!important;font-weight:900;letter-spacing:.14em; }
.login-card h1 { margin:0 0 8px;font-size:30px; }
.login-card p { color:#c5d4e5;line-height:1.5; }
.login-card label { display:block;margin:16px 0 7px;font-size:13px;font-weight:800; }
.login-card input { width:100%;height:55px;padding:0 14px;border:1px solid #ffffff2d;border-radius:14px;background:#020b18;color:#fff;font:inherit;font-size:16px; }
.login-card input:focus { outline:2px solid #54a9ff;border-color:transparent; }
.login-error { min-height:21px;color:#ff9c8e!important;font-size:13px; }
.login-back { display:block;margin-top:20px;color:#d2e0ef;text-align:center;text-decoration:none;font-weight:800; }
.install-hint { position:fixed;inset:0;z-index:90;display:grid;place-items:end center;padding:18px;background:#02071294;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px); }
.install-hint[hidden] { display:none; }
.install-panel { width:min(100%,480px);max-height:calc(100dvh - 36px);overflow:auto;padding:22px;border:1px solid #ffffff24;border-radius:24px;background:#07182e;color:#fff;box-shadow:0 24px 70px #0007; }
.install-heading { display:flex;gap:11px; }
.install-heading>span { font-size:25px; }
.install-heading strong,.install-heading small { display:block; }
.install-heading strong { font-size:20px;line-height:1.2; }
.install-heading small { margin-top:8px;color:#c5d2e1;line-height:1.5;font-size:14px; }
.install-actions { display:flex;gap:9px;margin-top:14px; }
.install-actions button { min-height:44px;border-radius:13px;padding:0 13px;font:inherit;font-size:12px;font-weight:850;cursor:pointer; }
.install-guide-button { flex:1;border:0;background:var(--orange);color:#15243a; }
.install-done-button { border:1px solid #ffffff30;background:#102b4c;color:#fff; }
.install-steps { margin-top:16px;padding:14px;border:1px solid #ffffff1f;border-radius:15px;background:#0c2747;color:#e4edf7;font-size:13px;line-height:1.5; }
.install-steps ol { padding-left:20px;margin-bottom:0; }
@media(max-width:380px){
  .login-card{padding:23px}.install-actions{flex-direction:column}
}
