:root {
  --paper: #fafafa;
  --ink: #121827;
  --muted: #657085;
  --line: #e4e8ef;
  --soft: #f3f5f8;
  --brand: #5865f2;
  --brand-dark: #4853dd;
  --accent: #dff76a;
  --card: rgba(255, 255, 255, .86);
}

* { box-sizing: border-box; }
:focus-visible { outline: 3px solid rgba(88, 101, 242, .44); outline-offset: 3px; }
html { min-width: 320px; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(223, 247, 106, .34), transparent 25rem),
    radial-gradient(circle at 92% 11%, rgba(88, 101, 242, .12), transparent 23rem),
    var(--paper);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.page { width: min(100% - 36px, 960px); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.02rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.logo-mark { display: block; width: 36px; height: 36px; flex: none; object-fit: contain; filter: drop-shadow(0 7px 13px rgba(88, 101, 242, .18)); }
.home-link { color: #59667e; font-family: "DM Mono", monospace; font-size: .68rem; font-weight: 500; text-decoration: none; }
.home-link:hover { color: var(--brand); }

main { padding: 50px 0 64px; }
.hero { max-width: 760px; margin-bottom: 34px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #50596c; background: rgba(255,255,255,.72); font-family: "DM Mono", monospace; font-size: .64rem; letter-spacing: .05em; text-transform: uppercase; }
.kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
h1 { max-width: 740px; margin: 18px 0 13px; font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.075em; }
.lead { max-width: 660px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }

.content { display: grid; gap: 18px; }
.card { padding: clamp(21px, 4vw, 34px); border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: 0 18px 45px rgba(38, 49, 85, .05); }
.card h2 { margin: 0 0 12px; font-size: clamp(1.18rem, 2.8vw, 1.55rem); letter-spacing: -.04em; }
.card h3 { margin: 20px 0 8px; font-size: .92rem; letter-spacing: -.02em; }
.card p, .card li { color: #566177; font-size: .91rem; line-height: 1.72; }
.card p { margin: 0; }
.card p + p { margin-top: 12px; }
.card ul { margin: 12px 0 0; padding-left: 20px; }

.steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; min-height: 72px; margin: 0; padding: 17px 16px 16px 68px; border: 1px solid var(--line); border-radius: 14px; color: #566177; background: #fff; }
.steps li::before { content: counter(step); counter-increment: step; position: absolute; left: 16px; top: 16px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; color: #34405a; background: var(--accent); font-family: "DM Mono", monospace; font-size: .75rem; font-weight: 700; }
.steps strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .88rem; }

.source-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 15px; }
.source { padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; color: #46536a; background: #fff; font-size: .78rem; font-weight: 700; text-align: center; }
.notice { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; padding: 13px 14px; border: 1px solid rgba(89, 111, 45, .16); border-radius: 13px; color: #4c6536; background: #f2f9e4; font-size: .77rem; font-weight: 700; line-height: 1.55; }
.notice::before { content: "✓"; display: grid; width: 17px; height: 17px; flex: none; place-items: center; border-radius: 50%; color: #456528; background: var(--accent); font-size: .66rem; }
.faq + .faq { margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); }
.faq h3 { margin: 0 0 6px; color: var(--ink); }
.faq p { margin: 0; }
.status-panel { display: flex; align-items: center; gap: 15px; padding: clamp(21px, 4vw, 34px); border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: 0 18px 45px rgba(38, 49, 85, .05); }
.status-dot { width: 14px; height: 14px; flex: none; border-radius: 50%; background: #a7afbd; box-shadow: 0 0 0 6px rgba(167, 175, 189, .18); }
.status-dot.online { background: #7fae4f; box-shadow: 0 0 0 6px rgba(127, 174, 79, .18); }
.status-dot.offline { background: #c76558; box-shadow: 0 0 0 6px rgba(199, 101, 88, .16); }
.status-copy strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 1rem; }
.status-copy span { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.status-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.status-actions .button { border: 0; cursor: pointer; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px clamp(21px, 4vw, 34px); border-radius: 20px; color: white; background: linear-gradient(130deg, #5865f2, #7059d4); box-shadow: 0 18px 40px rgba(88, 101, 242, .2); }
.cta h2 { margin: 0 0 5px; font-size: 1.08rem; letter-spacing: -.03em; }
.cta p { margin: 0; color: rgba(255,255,255,.82); font-size: .79rem; line-height: 1.55; }
.button { display: inline-flex; flex: none; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: 11px; color: #26304a; background: var(--accent); font-size: .75rem; font-weight: 800; text-decoration: none; }
.button:hover { filter: brightness(.97); }

footer { padding: 0 0 30px; color: #8993a3; font-size: .66rem; text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin-bottom: 10px; }
.footer-links a { color: #64708a; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--brand); }

@media (max-width: 620px) {
  .page { width: min(100% - 22px, 960px); }
  .site-header { padding: 17px 0; }
  main { padding: 31px 0 48px; }
  h1 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .lead { font-size: .92rem; }
  .source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta { display: block; }
  .button { width: 100%; margin-top: 15px; }
  .status-panel { align-items: flex-start; }
  .status-actions .button { width: auto; margin-top: 0; }
}
