body { padding-bottom: 70px; }
.wrap { max-width: 760px; margin: 0 auto; padding: 44px 24px; }
.wrap > * { animation: rise 0.5s cubic-bezier(0.2,0.7,0.2,1) both; }
.logo { height: 30px; display: block; margin-bottom: 32px; opacity: 0.95; }
h1 { font-size: 21px; font-weight: 700; margin-bottom: 5px; letter-spacing: 0.2px; }
.date { color: var(--muted); font-size: 11px; font-weight: 600; margin-bottom: 26px; }
h2 { font-size: 13.5px; color: var(--gold); margin: 24px 0 7px; letter-spacing: 0.4px; font-weight: 700; }
p, li { color: rgba(231,234,238,0.72); font-size: 13.5px; line-height: 1.65; font-weight: 500; }
ul { padding-left: 18px; margin: 5px 0; }
a { color: var(--gold); }
.age-big { display: inline-block; background: rgba(240,100,122,0.1); color: var(--red); border: 1px solid rgba(240,100,122,0.3); padding: 4px 12px; border-radius: 8px; font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.tg-btn {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 8px;
  background: linear-gradient(135deg, var(--gold2), var(--gold)); color: #141008;
  padding: 11px 24px; border-radius: 9px; font-size: 13px; font-weight: 800;
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.6px;
  transition: all 0.2s;
}
.tg-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }

/* ── Футер: мелкий, по центру, как у slototracker ── */
footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; background: rgba(14,17,22,0.88); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.foot-inner { max-width: 1100px; margin: 0 auto; padding: 12px 20px; display: flex; flex-direction: column; align-items: center; gap: 7px; }
.foot-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; order: 1; }
.foot-links a { color: var(--muted); text-decoration: none; font-size: 11.5px; font-weight: 600; transition: color 0.15s; }
.foot-links a:hover { color: var(--gold); }
.foot-brand { order: 2; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }
.age { background: rgba(240,100,122,0.1); color: var(--red); border: 1px solid rgba(240,100,122,0.3); padding: 1px 7px; border-radius: 5px; font-size: 10px; font-weight: 800; }

/* ── Логин ── */
.login-wrap { min-height: calc(100vh - 70px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.card {
  width: 100%; max-width: 390px; background: var(--panel); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 14px; padding: 30px 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.55); animation: rise 0.6s cubic-bezier(0.2,0.7,0.2,1) both;
}
.card .logo { margin: 0 auto 6px; height: 36px; }
.sub { text-align: center; color: var(--muted); font-size: 12px; font-weight: 500; margin-bottom: 20px; }
.tabs { display: flex; gap: 6px; margin-bottom: 16px; }
.tab {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 9px 0; border-radius: 8px; border: 1px solid var(--line);
  background: var(--field); color: var(--muted); cursor: pointer;
  font-family: var(--font); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px;
  transition: all 0.15s;
}
.tab svg { width: 13px; height: 13px; }
.tab.active { background: rgba(242,196,100,0.08); border-color: rgba(242,196,100,0.3); color: var(--gold); }
.msg { border-radius: 8px; padding: 10px 12px; font-size: 12.5px; font-weight: 700; margin-bottom: 12px; }
.msg.err { background: rgba(240,100,122,0.08); border: 1px solid rgba(240,100,122,0.3); color: var(--red); }
.msg.ok { background: rgba(63,206,127,0.08); border: 1px solid rgba(63,206,127,0.3); color: var(--green); }
.hint { text-align: center; color: var(--muted); font-size: 11.5px; margin-top: 12px; font-weight: 500; }
.hint b { color: var(--gold); }
