:root {
  --blue: rgb(11, 95, 255);
  --green: rgb(0, 144, 157);
  --red: rgb(232, 57, 70);
  --text: #0b1727;
  --muted: rgba(11, 23, 39, 0.68);
  --soft: rgba(11, 23, 39, 0.08);
  --bg: #f6f8fc;
  --card: #ffffff;
  --line: rgba(11, 23, 39, 0.12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(11, 95, 255, 0.10), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(0, 144, 157, 0.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  color: var(--text);
  min-height: 100vh;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 68px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.brand { text-decoration: none; font-size: 28px; line-height: 0.92; letter-spacing: -0.06em; font-weight: 900; }
.brand span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; font-weight: 800; }
.top-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.top-actions a, .link-button { border: 0; background: transparent; color: var(--muted); text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; padding: 0; }
.top-actions a:hover, .link-button:hover { color: var(--text); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: stretch; margin-top: 28px; }
.hero > div, .status-card, .panel, .pricing-card, .tool-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(11, 23, 39, 0.06);
}
.hero > div { border-radius: 34px; padding: 44px; }
.status-card { border-radius: 28px; padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .status-card span, .pricing-card span {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
}
h1, h2 { margin: 0; letter-spacing: -0.06em; }
h1 { max-width: 760px; font-size: clamp(42px, 6vw, 78px); line-height: 0.95; }
h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1; }
.lead, .panel-head p, .pricing-card p, .tool-card p, .status-card p { color: var(--muted); line-height: 1.65; }
.lead { max-width: 760px; margin: 24px 0 0; font-size: 18px; }
.status-card strong { display: block; font-size: 24px; letter-spacing: -0.04em; }
.status-card.active { border-color: rgba(0, 144, 157, 0.28); }
.status-card.blocked { border-color: rgba(232, 57, 70, 0.24); }
.notice { margin-top: 22px; padding: 16px 18px; border-radius: 18px; border: 1px solid rgba(11, 95, 255, 0.18); background: rgba(11, 95, 255, 0.08); color: var(--text); line-height: 1.5; }
.panel { margin-top: 22px; border-radius: 30px; padding: 34px; }
.panel-head { max-width: 760px; }
.login-form { margin-top: 24px; }
.login-form label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.form-row { display: flex; gap: 12px; }
input { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 14px; padding: 0 16px; font-size: 16px; outline: none; }
input:focus { border-color: rgba(11, 95, 255, 0.5); box-shadow: 0 0 0 4px rgba(11, 95, 255, 0.08); }
button, .pricing-card button { min-height: 52px; border: 0; border-radius: 14px; padding: 0 18px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 900; cursor: pointer; white-space: nowrap; }
button:hover { background: rgb(0, 81, 225); }
button:disabled { opacity: 0.55; cursor: wait; }
.login-form small { display: block; margin-top: 10px; color: var(--muted); }
.pricing-card { margin-top: 24px; border-radius: 24px; padding: 26px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; }
.pricing-card strong { display: block; font-size: 42px; letter-spacing: -0.06em; }
.pricing-card small { font-size: 16px; color: var(--muted); letter-spacing: 0; }
.dashboard-head { display: flex; justify-content: space-between; gap: 16px; max-width: none; }
.tools-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tool-card { min-height: 190px; border-radius: 24px; padding: 24px; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.tool-card:hover { transform: translateY(-3px); border-color: rgba(11, 95, 255, 0.25); box-shadow: 0 22px 50px rgba(11, 23, 39, 0.09); }
.tool-card h3 { margin: 0; font-size: 21px; line-height: 1.18; letter-spacing: -0.035em; }
.tool-card p { margin: 14px 0 0; font-size: 14px; }
.tool-card span { color: var(--blue); font-weight: 900; }
.hidden { display: none !important; }
@media (max-width: 850px) {
  .hero, .pricing-card { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
  .hero > div, .panel { padding: 26px; border-radius: 24px; }
  .topbar { align-items: flex-start; flex-direction: column; }
}
