/* ── Steam-client look, matched to the extension panel ─────────────────── */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #16202d;
  background-image: linear-gradient(180deg, #1b2838 0%, #16202d 480px);
  color: #c7d5e0; font-size: 15px; line-height: 1.55;
  font-family: 'Motiva Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
  min-height: 100vh; display: flex; flex-direction: column;
}
section:last-of-type { padding-bottom: 48px; }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 20px; }
a { color: #66c0f4; text-decoration: none; }
a:hover { color: #fff; }

/* Top bar — the panel header */
.topbar { background: #171a21; box-shadow: 0 1px 0 #000; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; }
.brand { display: flex; align-items: baseline; gap: 10px; line-height: 1.1; }
.brand-title { font-size: 17px; font-weight: 700; letter-spacing: 2px; color: #fff; text-transform: uppercase; }
.brand-eyebrow { font-size: 10px; font-weight: 400; letter-spacing: 1px; color: #66c0f4; text-transform: uppercase; }
.tabs { display: flex; gap: 4px; }
.tabs a {
  padding: 9px 14px 8px; color: #8f98a0; font-size: 11px; font-weight: 700;
  letter-spacing: 1.6px; text-transform: uppercase; border-bottom: 2px solid transparent;
}
.tabs a:hover { color: #dcdedf; }
.tabs a.active { color: #fff; border-bottom-color: #1a9fff; text-shadow: 0 0 12px rgba(102,192,244,.55); }

/* Hero */
.hero { padding: 64px 0 40px; text-align: center; }
.hero h1 { margin: 0 0 12px; font-size: 40px; font-weight: 700; color: #fff; letter-spacing: .5px; }
.hero h1 .glow { color: #66c0f4; text-shadow: 0 0 18px rgba(102,192,244,.55); }
.hero p { max-width: 620px; margin: 0 auto 26px; color: #8f98a0; font-size: 16px; }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Buttons — the panel's Steam gradients */
.btn {
  display: inline-block; padding: 12px 26px; border: none; border-radius: 2px;
  font-size: 14px; letter-spacing: .3px; cursor: pointer; text-align: center;
  font-family: inherit; transition: filter .12s, background .12s, color .12s;
}
.btn:disabled { opacity: .45; cursor: not-allowed; }
.btn-primary { background: linear-gradient(90deg, #06bfff 0%, #2d73ff 100%); color: #fff; }
.btn-primary:hover:not(:disabled) { filter: brightness(1.15); color: #fff; }
.btn-green { background: linear-gradient(to right, #75b022 5%, #588a1b 95%); color: #d2efa9; }
.btn-green:hover:not(:disabled) { filter: brightness(1.12); color: #fff; }
.btn-secondary { background: #3d4450; color: #dcdedf; }
.btn-secondary:hover:not(:disabled) { background: #464d58; color: #fff; }

/* Sections + cards — the panel's flat dark cards */
.section { padding: 34px 0 8px; }
.section-label {
  font-size: 11px; font-weight: 400; letter-spacing: 1.6px; text-transform: uppercase;
  color: #66c0f4; margin: 0 0 14px;
}
.card {
  background: rgba(0,0,0,.25); border-radius: 3px; padding: 18px 20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
.card h3 { margin: 0 0 6px; font-size: 14px; color: #dcdedf; font-weight: 700; }
.card p { margin: 0; font-size: 13px; color: #8f98a0; }

.pro-pill {
  display: inline-block; margin-left: 7px; padding: 1px 7px; border-radius: 2px;
  background: linear-gradient(90deg, #f0c040, #caa01e); color: #1a1407;
  font-size: 9px; font-weight: 800; letter-spacing: 1px; vertical-align: 2px;
}

/* Free vs Pro comparison */
.compare { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.compare th, .compare td { padding: 10px 12px; text-align: left; }
.compare thead th { color: #66c0f4; font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 400; }
.compare tbody tr { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.compare td.c { text-align: center; width: 90px; }
.yes { color: #a3cf06; font-weight: 700; }
.no { color: #3d4450; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; gap: 10px; }
.price-card .amount { font-size: 34px; color: #fff; font-weight: 700; }
.price-card .amount small { font-size: 14px; color: #8f98a0; font-weight: 400; }
.price-card ul { margin: 0; padding: 0 0 0 18px; font-size: 13px; color: #8f98a0; }
.price-card li { margin: 4px 0; }
.price-card .btn { margin-top: auto; }
.price-note { font-size: 12px; color: #8f98a0; margin-top: 10px; }

/* FAQ */
.faq details { padding: 12px 0; box-shadow: inset 0 -1px 0 rgba(255,255,255,.05); }
.faq summary { cursor: pointer; color: #dcdedf; font-size: 14px; }
.faq summary:hover { color: #fff; }
.faq p { color: #8f98a0; font-size: 13.5px; margin: 10px 0 2px; }

/* Status boxes — the panel's .fut-status */
.status { padding: 10px 12px; font-size: 13px; border-radius: 3px; color: #67c1f5; background: rgba(103,193,245,.08); }
.status.success { color: #a3cf06; background: rgba(163,207,6,.08); }
.status.error { color: #e24044; background: rgba(226,64,68,.1); }

/* License key display (success page) */
.key-box {
  background: #0e141b; border: 1px solid #000; border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  padding: 16px 18px; font-family: ui-monospace, 'SF Mono', Consolas, monospace;
  font-size: 20px; letter-spacing: 2px; color: #a3cf06; text-align: center; word-break: break-all;
}
.steps { margin: 0; padding-left: 20px; color: #8f98a0; font-size: 13.5px; }
.steps li { margin: 6px 0; }

/* Legal pages */
.prose { font-size: 14px; color: #c7d5e0; }
.prose h2 { font-size: 15px; color: #dcdedf; margin: 22px 0 8px; }
.prose p, .prose li { color: #8f98a0; font-size: 13.5px; }

/* Footer */
footer { margin-top: auto; background: #171a21; box-shadow: 0 -1px 0 #000; }
.footer-inner { padding: 26px 20px; font-size: 12px; color: #8f98a0; }
.footer-inner .legal { margin-top: 10px; color: #5f6772; font-size: 11.5px; line-height: 1.6; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 6px; }

@media (max-width: 640px) {
  .hero h1 { font-size: 30px; }
  .topbar-inner { flex-direction: column; gap: 10px; }
}
