:root {
  --bg: #fff7ed;
  --surface: #ffffff;
  --ink: #241914;
  --muted: #765f52;
  --line: #f2d9c7;
  --green: #f97316;
  --green-dark: #c2410c;
  --blue: #2d5b93;
  --amber: #916419;
  --red: #9d3c31;
  --orange-soft: #ffedd5;
  --orange-pale: #fff7ed;
  --shadow: 0 24px 70px rgba(124, 45, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(251, 146, 60, 0.12), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.08), transparent 30%),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-header {
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.94), rgba(255, 237, 213, 0.5)),
    var(--orange-pale);
  border-bottom: 1px solid rgba(249, 115, 22, 0.16);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #fb923c, #ea580c);
  color: #fff;
  box-shadow: 0 12px 24px rgba(234, 88, 12, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(249, 115, 22, 0.08);
}

.nav-links a[aria-current="page"] {
  color: var(--green-dark);
  background: rgba(249, 115, 22, 0.1);
}

.nav-links .nav-cta {
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.nav-links .nav-cta:hover {
  background: #000;
  color: #fff;
}

.home-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 780px;
  background:
    linear-gradient(180deg, rgba(7, 8, 8, 0.08), rgba(6, 6, 6, 0.9) 82%),
    radial-gradient(circle at 74% 24%, rgba(26, 116, 120, 0.42), transparent 30%),
    linear-gradient(135deg, #050505 0%, #101719 52%, #070707 100%);
  border-bottom: 0;
}

.home-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: 210px;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(25, 15, 10, 0.72) 38%, rgba(255, 227, 204, 0.82) 78%, #fff7ed 100%);
  pointer-events: none;
}

.home-header .topbar,
.home-header .hero {
  position: relative;
  z-index: 1;
}

.home-header .brand {
  color: #fffaf5;
  font-weight: 900;
}

.home-header .brand-mark {
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 28%, #fff 0 8%, transparent 9%),
    linear-gradient(135deg, #fb7185, #7c3aed 54%, #22d3ee);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 16px 38px rgba(124, 58, 237, 0.3);
}

.home-header .nav-links {
  color: rgba(255, 250, 245, 0.78);
  font-weight: 800;
}

.home-header .nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.home-header .nav-links .nav-cta {
  color: #160d08;
  background: #fffaf5;
}

.home-header .nav-links .nav-cta:hover {
  color: #160d08;
  background: #fff;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: -14%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.45;
  transform: rotate(-7deg) scale(1.04);
  mask-image: linear-gradient(110deg, transparent, #000 36%, #000 72%, transparent);
}

.scene-planet {
  position: absolute;
  top: -280px;
  right: -180px;
  width: min(76vw, 980px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 35%, rgba(125, 211, 204, 0.58), transparent 17%),
    radial-gradient(circle at 45% 46%, rgba(255, 154, 79, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(49, 91, 94, 0.95), rgba(9, 21, 24, 0.97) 60%, rgba(0, 0, 0, 0.92));
  box-shadow:
    inset 42px -80px 130px rgba(0, 0, 0, 0.7),
    inset -24px 36px 110px rgba(34, 211, 238, 0.1),
    0 0 100px rgba(34, 211, 238, 0.08);
  opacity: 0.82;
}

.scene-planet::before,
.scene-planet::after {
  content: "";
  position: absolute;
  left: -42%;
  width: 174%;
  border-radius: 50%;
  transform: rotate(-11deg);
}

.scene-planet::before {
  top: 43%;
  height: 23%;
  background:
    linear-gradient(90deg, transparent 4%, rgba(255, 122, 36, 0.05) 16%, rgba(255, 122, 36, 0.48) 43%, rgba(239, 68, 68, 0.48) 64%, rgba(34, 211, 238, 0.22) 79%, transparent 96%);
  filter: blur(5px);
}

.scene-planet::after {
  top: 48%;
  height: 13%;
  background:
    linear-gradient(90deg, transparent 8%, rgba(34, 211, 238, 0.05) 23%, rgba(251, 146, 60, 0.2) 46%, rgba(249, 115, 22, 0.34) 63%, rgba(255, 247, 234, 0.06) 78%, transparent 94%);
  filter: blur(10px);
}

.scene-band {
  position: absolute;
  right: -12%;
  top: 30%;
  width: 72vw;
  height: 18vh;
  background: linear-gradient(100deg, transparent, rgba(249, 115, 22, 0.36), rgba(34, 211, 238, 0.09), transparent);
  filter: blur(20px);
  opacity: 0.58;
  transform: rotate(-8deg);
}

.scene-horizon {
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -12%;
  height: 34vh;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(249, 115, 22, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(10, 10, 10, 0), rgba(9, 6, 4, 0.92) 54%, rgba(255, 237, 213, 0.18) 100%);
  border-top: 1px solid rgba(255, 245, 231, 0.14);
}

.scene-horizon::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 12%;
  top: 10%;
  height: 76%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 90px 36px, 90px 36px;
  opacity: 0.18;
  transform: perspective(620px) rotateX(68deg);
  transform-origin: top;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 38px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px 78px;
  align-items: center;
}

.home-header .hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.72fr);
  gap: 58px;
  padding-top: 38px;
  padding-bottom: 64px;
  min-height: 640px;
}

.hero > *,
.section > *,
.notice,
.hero-console,
.hero-copy,
.hero-radar-card {
  min-width: 0;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6.4vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
  line-break: auto;
}

.hero h1 span,
.section-heading h2 span {
  display: inline;
}

.home-header .hero h1 {
  max-width: 820px;
  color: #fffaf5;
  font-size: clamp(44px, 5.5vw, 74px);
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
}

.lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: #5a4437;
  font-size: 20px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.home-header .lede {
  max-width: 720px;
  color: rgba(255, 248, 239, 0.78);
  font-weight: 650;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-header .eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 224, 194, 0.92);
  font-weight: 900;
}

.hero-search-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(10, 10, 10, 0.48);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(22px);
}

.hero-search-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(34, 211, 238, 0.06), transparent);
}

.hero-search-field {
  display: grid;
  gap: 8px;
}

.hero-search-field span {
  color: rgba(255, 248, 239, 0.68);
  font-size: 12px;
  font-weight: 900;
}

.hero-search-field input {
  min-height: 58px;
  padding: 0 18px;
  color: #fffaf5;
  background: rgba(8, 8, 8, 0.56);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
}

.hero-search-field input::placeholder {
  color: rgba(255, 248, 239, 0.48);
}

.hero-search-panel .button.primary {
  align-self: end;
  min-height: 58px;
  padding: 0 24px;
  color: #160d08;
  background: linear-gradient(135deg, #fff7ed, #fed7aa 44%, #f97316);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.26);
}

.hero-quick-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-quick-links a {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 239, 0.76);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.hero-quick-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(249, 115, 22, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #7c2d12;
  font-size: 13px;
  font-weight: 800;
}

.home-header .hero-proof span {
  color: rgba(255, 248, 239, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, #fb923c, #ea580c);
  border-color: #ea580c;
  color: #fff;
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.22);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.button.compact {
  min-height: 40px;
  padding: 0 14px;
}

.notice {
  padding: 20px;
  border: 1px solid rgba(31, 122, 92, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.hero-console {
  padding: 20px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 237, 0.94)),
    #fff;
  box-shadow: var(--shadow);
}

.console-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.console-header span {
  color: var(--muted);
  font-size: 13px;
}

.console-header strong {
  color: #7c2d12;
  white-space: nowrap;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.platform-grid span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 14px;
  background: #fff;
  color: #5a2d12;
  font-size: 13px;
  font-weight: 800;
}

.console-search {
  display: grid;
  gap: 8px;
  margin: 18px 0 12px;
}

.console-search span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.hero-console p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-radar-card {
  position: relative;
  min-height: 460px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.05)),
    rgba(12, 12, 11, 0.62);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(28px);
  transform: none;
}

.hero-radar-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
}

.radar-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 248, 239, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.radar-card-head strong {
  color: rgba(255, 224, 194, 0.9);
  white-space: nowrap;
}

.radar-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: min(68%, 240px);
  aspect-ratio: 1;
  margin: 14px auto 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 38px),
    conic-gradient(from 240deg, rgba(249, 115, 22, 0.55), rgba(34, 211, 238, 0.1), transparent 42%);
  box-shadow:
    inset 0 0 60px rgba(34, 211, 238, 0.12),
    0 0 46px rgba(249, 115, 22, 0.12);
}

.radar-orbit::before {
  content: "";
  position: absolute;
  width: 64%;
  height: 64%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.radar-core {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  padding: 10px;
  color: #160d08;
  text-align: center;
  background: linear-gradient(135deg, #fff7ed, #fed7aa 46%, #f97316);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(249, 115, 22, 0.26);
}

.radar-core strong {
  display: block;
  font-size: 26px;
  line-height: 1;
}

.radar-core span {
  display: block;
  color: rgba(22, 13, 8, 0.72);
  font-size: 11px;
  font-weight: 950;
}

.radar-list {
  display: grid;
  gap: 10px;
}

.radar-list a {
  display: grid;
  gap: 5px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf5;
  text-decoration: none;
}

.radar-list a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.radar-list strong {
  font-size: 16px;
  line-height: 1.2;
}

.radar-list span {
  color: rgba(255, 248, 239, 0.66);
  font-size: 12px;
  font-weight: 760;
}

.hero-radar-card p {
  margin: 12px 0 0;
  color: rgba(255, 248, 239, 0.66);
  font-size: 12px;
}

.notice strong {
  display: block;
  margin-bottom: 8px;
}

.notice p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px;
}

.compact-header {
  background:
    radial-gradient(circle at 76% -120%, rgba(34, 211, 238, 0.22), transparent 42%),
    linear-gradient(135deg, #070707 0%, #111817 58%, #090807 100%);
  border-bottom-color: rgba(255, 244, 232, 0.12);
}

.compact-header .brand {
  color: #fffaf5;
  font-weight: 900;
}

.compact-header .brand-mark {
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 28%, #fff 0 8%, transparent 9%),
    linear-gradient(135deg, #fb7185, #7c3aed 54%, #22d3ee);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 14px 32px rgba(124, 58, 237, 0.26);
}

.compact-header .nav-links {
  color: rgba(255, 250, 245, 0.76);
  font-weight: 800;
}

.compact-header .nav-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.compact-header .nav-links a[aria-current="page"] {
  color: #160d08;
  background: linear-gradient(135deg, #fff7ed, #fed7aa 52%, #fdba74);
}

.compact-header .nav-links .nav-cta {
  color: #160d08;
  background: #fffaf5;
}

.compact-header .nav-links .nav-cta:hover {
  color: #160d08;
  background: #fff;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
  line-break: anywhere;
}

.section-heading p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.stat {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(124, 45, 18, 0.06);
}

.stat strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #9a3412;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.controls {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(6, minmax(110px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 36px rgba(124, 45, 18, 0.05);
}

.controls label {
  display: grid;
  gap: 6px;
}

.controls span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

input,
select,
button {
  font: inherit;
}

input,
select {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
}

input:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.24);
  outline-offset: 2px;
}

.table-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.table-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-size: 14px;
}

.table-pager[hidden] {
  display: none;
}

.table-pager-bottom {
  margin: 12px 0 0;
}

.pager-summary {
  font-weight: 760;
}

.pager-actions {
  display: flex;
  gap: 8px;
}

.pager-button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 999px;
  background: #fffaf5;
  color: #9a3412;
  font-weight: 800;
  cursor: pointer;
}

.pager-button:not(:disabled):hover {
  background: var(--orange-soft);
}

.pager-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(124, 45, 18, 0.06);
}

table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff1e6;
  color: #6b2d12;
  font-size: 12px;
  font-weight: 800;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.provider-name {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.provider-name:hover {
  text-decoration: underline;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pill,
.status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fffaf5;
  color: #6b3b25;
  font-size: 12px;
  white-space: nowrap;
}

.status-strong,
.status-tool,
.status-service {
  border-color: rgba(249, 115, 22, 0.24);
  background: rgba(249, 115, 22, 0.1);
  color: var(--green-dark);
}

.status-medium,
.status-seo,
.status-agency {
  border-color: rgba(45, 91, 147, 0.24);
  background: rgba(45, 91, 147, 0.09);
  color: var(--blue);
}

.status-low,
.status-export,
.status-training {
  border-color: rgba(145, 100, 25, 0.28);
  background: rgba(145, 100, 25, 0.1);
  color: var(--amber);
}

.status-watch {
  border-color: rgba(157, 60, 49, 0.28);
  background: rgba(157, 60, 49, 0.09);
  color: var(--red);
}

.detail-toggle {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.details-row td {
  background: #fffaf5;
}

.details-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
}

.details-panel h3,
.details-panel h4 {
  margin: 0 0 10px;
}

.details-panel p {
  margin: 0;
  color: var(--muted);
}

dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

dl div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

dd {
  margin: 4px 0 0;
}

.source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-list li {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.source-list a {
  display: inline-block;
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.source-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.source-list p {
  margin-top: 8px;
}

.empty-state {
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.browse-grid,
.principles-grid,
.method-grid,
.submit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.principles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.browse-grid article,
.principles-grid article,
.method-grid article,
.submit-grid article,
.checklist > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 36px rgba(124, 45, 18, 0.05);
}

.browse-grid h3,
.principles-grid h3,
.method-grid h3,
.submit-grid h3,
.checklist h3 {
  margin: 0 0 10px;
}

.browse-grid p,
.principles-grid p,
.method-grid p,
.submit-grid p {
  margin: 0;
  color: var(--muted);
}

.inline-link {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.inline-link:hover {
  text-decoration: underline;
}

.browse-grid .inline-link {
  display: inline-flex;
  margin-top: 14px;
}

.scenario-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.scenario-strip a {
  display: grid;
  gap: 6px;
  min-height: 94px;
  padding: 16px;
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 245, 0.82));
  box-shadow: 0 10px 30px rgba(124, 45, 18, 0.05);
  text-decoration: none;
}

.scenario-strip a:hover {
  border-color: rgba(249, 115, 22, 0.36);
  transform: translateY(-1px);
}

.scenario-strip strong {
  color: var(--green-dark);
  font-size: 16px;
  line-height: 1.25;
}

.scenario-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.detail-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.section.detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: none;
  margin: 0;
  padding: 72px max(24px, calc((100vw - 1180px) / 2 + 24px)) 82px;
  background:
    linear-gradient(180deg, rgba(7, 8, 8, 0.04), rgba(7, 8, 8, 0.82)),
    radial-gradient(circle at 78% 22%, rgba(34, 211, 238, 0.18), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(249, 115, 22, 0.2), transparent 34%),
    linear-gradient(135deg, #070707 0%, #101918 58%, #090807 100%);
  border-bottom: 1px solid rgba(249, 115, 22, 0.18);
}

.section.detail-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(7, 8, 8, 0), rgba(36, 22, 14, 0.42) 42%, rgba(255, 241, 228, 0.94) 100%);
  pointer-events: none;
}

.section.detail-hero > * {
  position: relative;
  z-index: 1;
}

.detail-hero .breadcrumb {
  color: rgba(255, 248, 239, 0.62);
}

.detail-hero .breadcrumb a {
  color: rgba(255, 224, 194, 0.94);
}

.detail-hero .eyebrow {
  color: rgba(255, 224, 194, 0.94);
}

.detail-hero h1 {
  color: #fffaf5;
  text-shadow: 0 22px 56px rgba(0, 0, 0, 0.36);
}

.detail-hero .lede {
  color: rgba(255, 248, 239, 0.76);
}

.detail-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fffaf5;
  backdrop-filter: blur(12px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.split-section h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.18;
}

.split-section p {
  color: var(--muted);
}

.tag-block {
  margin-top: 22px;
}

.tag-block h3 {
  margin: 0 0 10px;
}

.maturity-card {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(249, 115, 22, 0.24);
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.9);
}

.maturity-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.maturity-card strong {
  display: block;
  margin-top: 6px;
  color: var(--green-dark);
  font-size: 22px;
  line-height: 1.2;
}

.maturity-card p {
  margin: 8px 0 0;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fact-grid article,
.directory-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 36px rgba(124, 45, 18, 0.05);
}

.fact-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.fact-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.fact-grid a {
  color: var(--green-dark);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.directory-filter {
  margin-bottom: 16px;
  grid-template-columns: minmax(220px, 1.6fr) repeat(4, minmax(130px, 1fr)) auto;
}

.directory-card[hidden] {
  display: none;
}

.directory-card {
  display: grid;
  gap: 12px;
}

.empty-directory-card {
  grid-column: 1 / -1;
}

.empty-directory-card h3 {
  margin: 0;
}

.directory-card-title {
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.directory-card-title:hover {
  text-decoration: underline;
}

.directory-card p {
  margin: 0;
  color: var(--muted);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.meta-row span,
.taxonomy-card strong {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 2px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf5;
  color: #6b3b25;
  font-size: 12px;
  font-weight: 800;
}

.taxonomy-core {
  font-weight: 800;
}

.secondary-pills .pill {
  border-color: rgba(45, 91, 147, 0.18);
  background: rgba(45, 91, 147, 0.06);
  color: #2d5b93;
}

.wide-source-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-grid,
.enhanced-grid,
.faq-grid {
  display: grid;
  gap: 14px;
}

.insight-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.enhanced-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-grid article,
.enhanced-grid article,
.faq-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 36px rgba(124, 45, 18, 0.05);
}

.insight-grid h3,
.enhanced-grid h3,
.faq-grid h3 {
  margin: 0 0 10px;
}

.insight-grid p,
.enhanced-grid p,
.faq-grid p {
  margin: 0;
  color: var(--muted);
}

.question-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
}

.question-list li {
  padding-left: 4px;
}

.submit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.submit-grid .button {
  margin-top: 18px;
}

.submit-modal[hidden] {
  display: none;
}

.submit-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
}

.submit-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(67, 20, 7, 0.44);
}

.submit-modal-panel {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.submit-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.submit-modal-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.icon-button {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.submit-modal-copy,
.submit-feedback {
  margin: 12px 0 0;
  color: var(--muted);
}

.template-field {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.template-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.template-field textarea {
  width: 100%;
  resize: vertical;
  min-height: 220px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffaf5;
  color: var(--ink);
  line-height: 1.7;
}

.submit-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checklist ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.checklist li + li {
  margin-top: 8px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 48px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .home-header {
    min-height: auto;
  }

  .home-header .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .scene-planet {
    top: -280px;
    right: -420px;
    width: 1050px;
  }

  .hero-radar-card {
    min-height: 0;
    transform: none;
  }

  .controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-field {
    grid-column: 1 / -1;
  }

  .stats-grid,
  .browse-grid,
  .scenario-strip,
  .principles-grid,
  .method-grid,
  .directory-grid,
  .insight-grid,
  .enhanced-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .nav-links {
    width: 100%;
    max-width: 342px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }

  .hero {
    padding-top: 34px;
    gap: 24px;
  }

  .home-header .hero {
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .hero-copy,
  .notice,
  .hero-console,
  .hero-search-panel,
  .hero-radar-card,
  .scenario-strip,
  .section-heading,
  .controls,
  .stat,
  .provider-row,
  .details-row,
  .method-grid article,
  .browse-grid article,
  .principles-grid article,
  .submit-grid article,
  .checklist > div,
  .directory-card,
  .fact-grid,
  .insight-grid article,
  .enhanced-grid article,
  .faq-grid article,
  .principles-grid {
    max-width: 342px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 40px);
  }

  .home-header .hero h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .hero h1 span,
  .section-heading h2 span {
    display: block;
  }

  .lede {
    font-size: 18px;
  }

  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-search-panel {
    grid-template-columns: 1fr;
  }

  .hero-search-panel .button.primary {
    width: 100%;
  }

  .hero-quick-links {
    gap: 8px;
  }

  .hero-radar-card {
    padding: 20px;
    border-radius: 22px;
  }

  .radar-card-head {
    flex-direction: column;
    gap: 6px;
  }

  .radar-orbit {
    width: min(88%, 280px);
  }

  .stats-grid,
  .browse-grid,
  .scenario-strip,
  .principles-grid,
  .method-grid,
  .directory-grid,
  .submit-grid,
  .checklist,
  .details-panel,
  .fact-grid,
  .insight-grid,
  .enhanced-grid,
  .faq-grid,
  dl {
    grid-template-columns: 1fr;
  }

  .detail-hero h1,
  .split-section h2 {
    font-size: clamp(30px, 8.5vw, 36px);
  }

  .detail-hero .lede,
  .split-section p {
    max-width: 342px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .controls {
    grid-template-columns: 1fr;
  }

  .table-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .table-pager {
    align-items: stretch;
    flex-direction: column;
  }

  .pager-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  table,
  thead,
  tbody,
  tr,
  th,
  td {
    display: block;
    min-width: 0;
  }

  thead {
    display: none;
  }

  .provider-row {
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
  }

  .provider-row td {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid var(--line);
  }

  .provider-row td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
  }

  .details-row {
    margin: -12px 0 12px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #fffaf5;
  }

  .details-row td {
    border-bottom: 0;
  }
}
