:root {
  --ink: #0b2025;
  --ink-2: #15353b;
  --ink-3: #24464b;
  --paper: #f5f3ec;
  --paper-2: #ece9df;
  --white: #fffefa;
  --mint: #55d9a7;
  --mint-bright: #7aeabc;
  --mint-dark: #16855f;
  --gold: #d9b76c;
  --rust: #c9785c;
  --line: rgba(11, 32, 37, .13);
  --muted: #657479;
  --shadow: 0 26px 70px rgba(7, 29, 34, .13);
  --radius: 22px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--ink); background: var(--mint); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.shell { width: min(calc(100% - 44px), var(--shell)); margin-inline: auto; }
.section { padding: 118px 0; }
.centered { text-align: center; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--mint-dark); outline-offset: 3px; }

.site-header {
  position: relative;
  z-index: 40;
  background: rgba(245, 243, 236, .93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 21px;
  font-weight: 790;
  letter-spacing: -.7px;
}
.brand-mark {
  width: 25px;
  height: 27px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  padding: 3px;
  border: 1px solid currentColor;
  border-radius: 7px;
}
.brand-mark i { width: 4px; border-radius: 3px 3px 1px 1px; background: currentColor; }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 14px; background: var(--mint-dark); }
.brand-mark i:nth-child(3) { height: 19px; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a, .text-action, .admin-link {
  position: relative;
  color: #385159;
  font-size: 14px;
  font-weight: 650;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 2px;
  background: var(--mint-dark);
  transition: right .2s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.admin-link { color: #955743; }
.member-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}
.member-chip > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
}
.member-chip small { font-size: 12px; font-weight: 750; }
.nav-toggle, .mobile-nav { display: none; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .55; }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 10px 24px rgba(11, 32, 37, .18); }
.button-dark:hover { box-shadow: 0 14px 30px rgba(11, 32, 37, .25); }
.button-mint { color: #071f1c; background: var(--mint-bright); box-shadow: 0 13px 30px rgba(66, 209, 157, .18); }
.button-outline { color: var(--ink); border-color: rgba(11,32,37,.25); background: transparent; }
.button-outline:hover { background: rgba(255,255,255,.55); }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.28); background: transparent; }
.text-link-light { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.35); font-size: 14px; font-weight: 700; }

.kicker, .eyebrow, .price-tier {
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.kicker-light { color: var(--mint-bright); }
.hero {
  position: relative;
  min-height: 714px;
  display: flex;
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 44%, rgba(63, 215, 162, .13), transparent 30%),
    linear-gradient(180deg, #f8f6ef, var(--paper));
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background-image: linear-gradient(rgba(11,32,37,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,32,37,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, transparent 2%, black 68%, transparent);
}
.hero-aura {
  position: absolute;
  width: 640px;
  height: 640px;
  right: -260px;
  top: -250px;
  border: 1px solid rgba(28, 150, 108, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(28,150,108,.025), 0 0 0 180px rgba(28,150,108,.02);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  align-items: center;
  gap: 76px;
  padding-block: 84px 94px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 24px; height: 1px; background: var(--mint-dark); }
.hero h1 {
  max-width: 680px;
  margin: 22px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.2vw, 86px);
  line-height: .93;
  letter-spacing: -4px;
  font-weight: 500;
}
.hero h1 em { color: var(--mint-dark); font-weight: 500; }
.hero-lede { max-width: 610px; margin: 0 0 34px; color: #52686d; font-size: 19px; line-height: 1.65; }
.research-search {
  max-width: 650px;
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 7px 7px 7px 20px;
  border: 1px solid rgba(11,32,37,.13);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 20px 48px rgba(11,32,37,.11);
}
.research-search input {
  min-width: 0;
  flex: 1;
  height: 50px;
  padding: 0 16px;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}
.research-search input::placeholder { color: #889497; }
.research-search button {
  height: 50px;
  padding: 0 20px;
  color: var(--white);
  border: 0;
  border-radius: 10px;
  background: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 760;
}
.search-icon {
  width: 18px;
  height: 18px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  position: relative;
}
.search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; background: var(--ink); transform: rotate(45deg); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; color: #647477; font-size: 11px; font-weight: 690; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.proof-check { width: 14px; height: 14px; position: relative; border-radius: 50%; background: rgba(35,167,122,.12); }
.proof-check::after { content: ""; position: absolute; width: 6px; height: 3px; left: 4px; top: 4px; border-left: 1.5px solid var(--mint-dark); border-bottom: 1.5px solid var(--mint-dark); transform: rotate(-45deg); }

.signal-card {
  position: relative;
  min-height: 526px;
  padding: 26px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 27px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 35%),
    #0b252a;
  box-shadow: 0 40px 80px rgba(9,35,40,.22);
}
.signal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 45%, rgba(82,221,170,.13), transparent 39%);
  pointer-events: none;
}
.signal-card-top, .signal-footer { position: relative; display: flex; justify-content: space-between; align-items: flex-start; }
.signal-card-top small { display: block; margin-bottom: 8px; color: #91aaa8; font-size: 9px; font-weight: 800; letter-spacing: 1.8px; }
.signal-card-top strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.live-pill { padding: 8px 11px; color: #b7ccc8; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .7px; }
.live-pill i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(82,217,167,.1); }
.signal-orbit { position: relative; width: 306px; height: 306px; margin: 22px auto 12px; }
.orbit-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(191,220,213,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-outer { width: 236px; height: 236px; }
.orbit-middle { width: 160px; height: 160px; }
.orbit-inner { width: 84px; height: 84px; }
.orbit-axis { position: absolute; left: 50%; top: 50%; background: rgba(191,220,213,.1); transform: translate(-50%,-50%); }
.axis-x { width: 236px; height: 1px; }
.axis-y { width: 1px; height: 236px; }
.signal-orbit svg { position: absolute; z-index: 2; width: 236px; height: 236px; left: 35px; top: 35px; overflow: visible; }
.signal-orbit svg circle { fill: var(--mint); }
.orbit-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 68px; height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #102e32; transform: translate(-50%,-50%); box-shadow: 0 0 25px rgba(82,217,167,.16); }
.orbit-core strong { font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.orbit-core span { margin-top: 2px; color: #9bb2ae; font-size: 7px; text-transform: uppercase; letter-spacing: .7px; }
.orbit-label { position: absolute; z-index: 4; color: #8fa7a4; font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .7px; }
.orbit-label b { display: block; color: var(--white); font-size: 10px; }
.label-top { left: 50%; top: 0; text-align: center; transform: translateX(-50%); }
.label-right { right: -12px; top: 50%; transform: translateY(-50%); }
.label-bottom { left: 50%; bottom: 0; text-align: center; transform: translateX(-50%); }
.label-left { left: -5px; top: 50%; text-align: right; transform: translateY(-50%); }
.signal-footer { gap: 8px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); }
.signal-footer > div { flex: 1; display: grid; grid-template-columns: auto 1fr; column-gap: 7px; align-items: center; }
.signal-footer small { color: #8ea4a2; font-size: 7.5px; text-transform: uppercase; letter-spacing: .5px; }
.signal-footer b { grid-column: 2; margin-top: 3px; font-size: 11px; }
.signal-dot { grid-row: 1 / 3; width: 7px; height: 7px; border-radius: 50%; }
.signal-dot.positive { background: var(--mint); }
.signal-dot.caution { background: var(--gold); }
.signal-dot.quiet { background: #7d9795; }

.trust-rail { padding: 24px 0; border-block: 1px solid var(--line); background: var(--paper-2); }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 22px; color: #637478; }
.trust-inner > span { color: #43595e; font-size: 9px; font-weight: 850; letter-spacing: 2px; }
.trust-inner > div { width: 1px; height: 25px; background: var(--line); }
.trust-inner p { margin: 0; font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.trust-inner i { width: 3px; height: 3px; border-radius: 50%; background: var(--mint-dark); }

.section-heading h2, .product-copy h2, .closing-cta h2, .page-hero h1, .stock-section h2, .member-heading h1, .admin-heading h1 {
  margin: 13px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -2.2px;
}
.section-heading h2, .product-copy h2 { font-size: clamp(42px, 5vw, 62px); line-height: 1.03; }
.split-heading { display: grid; grid-template-columns: 1fr .58fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.thesis-grid { display: grid; grid-template-columns: 1.28fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.thesis-card {
  min-height: 275px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,254,250,.66);
}
.thesis-primary { grid-row: 1 / 3; min-height: 568px; color: var(--white); border: 0; background: var(--ink); }
.card-index { position: absolute; top: 25px; right: 27px; color: rgba(11,32,37,.3); font: italic 16px Georgia, serif; }
.thesis-primary .card-index { color: rgba(255,255,255,.35); }
.card-content { position: relative; z-index: 2; max-width: 510px; }
.card-content > span { color: var(--mint-dark); font-size: 10px; font-weight: 850; letter-spacing: 1.6px; text-transform: uppercase; }
.thesis-primary .card-content > span { color: var(--mint); }
.card-content h3 { margin: 12px 0; font: 500 32px/1.1 Georgia, serif; letter-spacing: -.8px; }
.thesis-primary .card-content h3 { max-width: 430px; font-size: 44px; }
.card-content p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.thesis-primary .card-content p { color: #adc0bd; }
.mini-spark { position: absolute; left: 0; right: 0; top: 64px; height: 220px; }
.mini-spark svg { width: 100%; height: 100%; overflow: visible; }
.mini-spark path:first-child { fill: none; stroke: var(--mint); stroke-width: 2; vector-effect: non-scaling-stroke; }
.mini-spark .spark-fill { fill: url("#none"); stroke: none; opacity: .1; }
.mini-spark::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(82,217,167,.12), transparent); clip-path: polygon(0 84%, 12% 74%, 22% 77%, 38% 63%, 52% 55%, 66% 36%, 76% 41%, 88% 18%, 100% 12%, 100% 100%, 0 100%); }
.factor-bars { height: 75px; position: absolute; left: 31px; right: 75px; top: 34px; display: flex; align-items: flex-end; gap: 8px; border-bottom: 1px solid var(--line); }
.factor-bars i { flex: 1; height: var(--v); max-width: 27px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, rgba(35,167,122,.18), var(--mint)); }
.calendar-visual { position: absolute; top: 36px; left: 31px; right: 72px; display: grid; grid-template-columns: repeat(9, 1fr); gap: 5px; }
.calendar-visual span { height: 34px; display: grid; place-items: center; color: #8a989a; border: 1px solid var(--line); border-radius: 6px; font-size: 6px; }
.calendar-visual .paid { color: var(--mint-dark); border-color: rgba(35,167,122,.35); background: rgba(35,167,122,.08); }
.calendar-visual .next { color: #8a5e22; border-color: rgba(217,183,108,.7); background: rgba(217,183,108,.15); }

.product-section { padding: 0; color: var(--white); background: var(--ink); }
.product-frame { min-height: 760px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; padding-block: 100px; }
.product-copy > p { max-width: 460px; color: #9fb5b2; line-height: 1.7; }
.clean-list { padding: 20px 0 28px; margin: 0; list-style: none; }
.clean-list li { display: grid; grid-template-columns: 31px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.clean-list li > span { color: var(--mint); font: italic 12px Georgia, serif; }
.clean-list b, .clean-list small { display: block; }
.clean-list b { margin-bottom: 5px; font-size: 13px; }
.clean-list small { color: #8fa6a4; line-height: 1.5; }
.board-preview { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: #f7f5ee; color: var(--ink); box-shadow: 0 40px 90px rgba(0,0,0,.24); transform: rotate(.6deg); }
.board-header { display: flex; align-items: center; justify-content: space-between; padding: 21px 24px; border-bottom: 1px solid var(--line); }
.board-header > div { display: flex; align-items: center; gap: 12px; }
.stock-monogram { width: 39px; height: 39px; display: grid; place-items: center; color: white; border-radius: 10px; background: var(--ink); font: 19px Georgia, serif; }
.board-header p { margin: 0; }
.board-header b, .board-header small { display: block; }
.board-header b { font-size: 12px; }
.board-header small { margin-top: 3px; color: var(--muted); font-size: 8px; letter-spacing: .4px; }
.board-status { padding: 7px 9px; color: var(--mint-dark); border: 1px solid rgba(35,167,122,.25); border-radius: 5px; background: rgba(35,167,122,.07); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.board-verdict { display: grid; grid-template-columns: .5fr 1fr; gap: 25px; padding: 33px 29px; background: linear-gradient(120deg, rgba(82,217,167,.08), transparent 50%); }
.board-verdict small { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: 1.1px; }
.board-verdict strong { display: block; margin: 7px 0 3px; font: 52px Georgia, serif; }
.board-verdict strong sup { color: var(--mint-dark); font-size: 20px; }
.board-verdict > div > span { color: #8c9899; font-size: 8px; }
.verdict-copy { padding-left: 23px; border-left: 1px solid var(--line); }
.verdict-copy h3 { margin: 8px 0; font: 30px/1.03 Georgia, serif; }
.verdict-copy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.driver-ledger { padding: 0 24px 24px; }
.driver { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 12px; padding: 15px 3px; border-top: 1px solid var(--line); }
.driver > i { width: 7px; height: 7px; border-radius: 50%; }
.driver.positive > i { background: var(--mint-dark); box-shadow: 0 0 0 5px rgba(35,167,122,.08); }
.driver.caution > i { background: var(--gold); box-shadow: 0 0 0 5px rgba(217,183,108,.1); }
.driver.locked > i { background: #98a4a5; }
.driver b, .driver small { display: block; }
.driver b { font-size: 10px; }
.driver small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.driver em { width: 21px; height: 21px; display: grid; place-items: center; color: var(--mint-dark); border-radius: 50%; background: rgba(35,167,122,.08); font-size: 10px; font-style: normal; font-weight: 800; }
.driver.caution em { color: #8a5e22; background: rgba(217,183,108,.13); }
.driver.locked { opacity: .62; }
.driver.locked em { color: #647577; background: rgba(100,117,119,.09); }

.depth-section { background: #ebe8dd; }
.section-heading.centered { max-width: 770px; margin: 0 auto 54px; }
.section-heading.centered > p { max-width: 630px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; }
.depth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.depth-grid article { min-height: 335px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.58); }
.depth-grid article.depth-featured { color: var(--white); border-color: transparent; background: var(--ink); transform: translateY(-10px); box-shadow: var(--shadow); }
.tier-symbol { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: auto; color: var(--mint-dark); border: 1px solid rgba(35,167,122,.3); border-radius: 50%; font-size: 20px; }
.depth-featured .tier-symbol { color: var(--mint); border-color: rgba(82,217,167,.35); }
.depth-grid small { margin-top: 35px; color: var(--mint-dark); font-size: 8px; font-weight: 850; letter-spacing: 1.5px; }
.depth-featured small { color: var(--mint); }
.depth-grid h3 { margin: 7px 0 11px; font: 31px Georgia, serif; }
.depth-grid p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.depth-featured p { color: #9db1af; }
.depth-grid b { margin-top: auto; font-size: 11px; }
.closing-cta { position: relative; overflow: hidden; padding: 120px 0; text-align: center; color: var(--white); background: #102f34; }
.closing-cta::before, .closing-cta::after { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(82,217,167,.12); border-radius: 50%; }
.closing-cta::before { left: -250px; top: -180px; box-shadow: 0 0 0 80px rgba(82,217,167,.02); }
.closing-cta::after { right: -280px; bottom: -220px; box-shadow: 0 0 0 80px rgba(82,217,167,.02); }
.closing-cta h2 { font-size: clamp(48px, 6vw, 72px); line-height: .98; }
.closing-cta p { color: #9fb2b0; }
.closing-cta > .shell > div { display: flex; justify-content: center; align-items: center; gap: 27px; margin-top: 28px; }

.site-footer { padding: 62px 0; color: #9cafad; background: #091e23; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .8fr; gap: 50px; }
.brand-footer { color: var(--white); }
.footer-grid p { margin: 19px 0 8px; color: var(--white); font-family: Georgia, serif; font-size: 17px; }
.footer-grid small { color: #708684; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 11px; }
.footer-grid strong { margin-bottom: 5px; color: var(--white); font-size: 9px; letter-spacing: 1.3px; text-transform: uppercase; }
.footer-note { justify-content: flex-end; }

.page-hero { padding: 105px 0 82px; border-bottom: 1px solid var(--line); background: linear-gradient(#f8f6ef, var(--paper)); }
.page-hero h1 { font-size: clamp(52px, 6vw, 76px); line-height: 1; }
.page-hero p { max-width: 660px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.pricing-section { padding-top: 70px; }
.flash { margin-bottom: 24px; padding: 15px 18px; color: #6d5228; border: 1px solid rgba(180,132,58,.28); border-radius: 12px; background: #fff6df; font-size: 13px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 17px; }
.price-card { min-height: 590px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,254,250,.72); }
.price-card h2 { margin: 12px 0 20px; font: 36px Georgia, serif; }
.price { min-height: 66px; display: flex; flex-direction: column; }
.price strong { font: 32px Georgia, serif; }
.price span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.price-card > p { min-height: 48px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-card ul { flex: 1; padding: 18px 0; margin: 13px 0 24px; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding: 9px 0 9px 24px; color: #41565a; font-size: 12px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint-dark); font-weight: 850; }
.price-featured { position: relative; color: var(--white); border-color: transparent; background: var(--ink); box-shadow: var(--shadow); }
.price-featured .price-tier { color: var(--mint); }
.price-featured .most-useful { position: absolute; top: 18px; right: 18px; padding: 6px 8px; color: var(--ink); border-radius: 5px; background: var(--mint); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.price-featured .price span, .price-featured > p, .price-featured li { color: #a5b8b5; }
.price-featured ul { border-color: rgba(255,255,255,.1); }
.price-featured form { width: 100%; }
.price-featured .button { width: 100%; }
.billing-actions { display: grid; gap: 8px; }
.pro-included { display: flex; flex-direction: column; gap: 5px; padding: 13px 15px; color: var(--ink); border-radius: 10px; background: var(--mint); }
.pro-included b { font-size: 10px; }
.pro-included span { font-size: 8px; line-height: 1.45; }
.pro-price-options { min-height: 78px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; margin-bottom: 2px; }
.pro-price-options > div { padding: 11px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.035); }
.pro-price-options span, .pro-price-options strong, .pro-price-options small { display: block; }
.pro-price-options span { min-height: 17px; color: #aabbb9; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.pro-price-options span em { display: inline-block; padding: 2px 4px; color: var(--ink); border-radius: 4px; background: var(--mint); font-size: 7px; font-style: normal; letter-spacing: .3px; vertical-align: 1px; }
.pro-price-options strong { margin-top: 5px; font: 24px Georgia, serif; white-space: nowrap; }
.pro-price-options small { margin-top: 3px; color: #91a5a2; font-size: 8px; line-height: 1.35; }
.pro-price-options .annual { border-color: rgba(174,245,224,.32); background: rgba(174,245,224,.07); }
.setup-note { display: block; margin-top: 10px; color: #92a8a5; text-align: center; font-size: 9px; }
.pricing-note { display: flex; justify-content: space-between; gap: 25px; margin-top: 24px; padding: 23px 27px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); font-size: 12px; }
.pricing-note b { color: var(--ink); }

.methodology-hero { padding-bottom: 100px; }
.methodology-hero p { margin-left: 0; }
.methodology-grid { display: grid; grid-template-columns: 230px 1fr; gap: 85px; align-items: start; }
.method-nav { position: sticky; top: 30px; display: flex; flex-direction: column; padding: 25px 0; border-top: 1px solid var(--line); }
.method-nav span { margin-bottom: 18px; color: var(--mint-dark); font-size: 9px; font-weight: 850; letter-spacing: 1.5px; }
.method-nav a { padding: 10px 0; color: var(--muted); font: italic 14px Georgia, serif; }
.method-content article { display: grid; grid-template-columns: 54px 1fr; gap: 25px; padding: 10px 0 65px; margin-bottom: 55px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.method-content article > span { color: var(--mint-dark); font: italic 14px Georgia, serif; }
.method-content h2 { margin: 0 0 16px; font: 44px Georgia, serif; }
.method-content p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.method-content ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.method-content li { padding: 16px; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; line-height: 1.5; background: rgba(255,255,255,.5); }
.method-caution { display: grid; grid-template-columns: 100px 1fr; gap: 25px; padding: 28px; color: var(--white); border-radius: 17px; background: var(--ink); }
.method-caution b { color: var(--mint); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.method-caution p { margin: 0; color: #a4b7b4; line-height: 1.7; }

.search-page { min-height: 700px; padding: 95px 0 120px; background: linear-gradient(#f8f6ef, var(--paper)); }
.search-shell { max-width: 980px; }
.search-page h1 { margin: 13px 0 35px; font: 500 clamp(50px,7vw,77px)/.98 Georgia, serif; letter-spacing: -3px; }
.search-large { max-width: none; }
.search-summary { display: flex; justify-content: space-between; margin: 35px 0 15px; color: var(--muted); font-size: 11px; }
.search-summary span { color: var(--ink); font-weight: 800; }
.result-list { border-top: 1px solid var(--line); }
.result-row { display: grid; grid-template-columns: 50px 1fr 130px 120px 30px; gap: 16px; align-items: center; padding: 20px 8px; border-bottom: 1px solid var(--line); transition: background .15s ease, padding .15s ease; }
.result-row:hover { padding-inline: 16px; background: rgba(255,255,255,.6); }
.result-symbol { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); border-radius: 10px; background: var(--ink); font: 18px Georgia, serif; }
.result-name b, .result-name small, .result-metric small, .result-metric b { display: block; }
.result-name b { margin-bottom: 4px; font-size: 14px; }
.result-name small, .result-metric small { color: var(--muted); font-size: 9px; }
.result-metric { text-align: right; }
.result-metric b { margin-top: 4px; font: 19px Georgia, serif; }
.result-arrow { color: var(--mint-dark); font-size: 20px; }
.empty-state { padding: 85px 20px; text-align: center; }
.empty-state > span { font-size: 38px; }
.empty-state h2 { margin: 16px 0 8px; font: 28px Georgia, serif; }
.empty-state p { max-width: 470px; margin: auto; color: var(--muted); font-size: 13px; line-height: 1.7; }
.search-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 45px; }
.search-principles > div { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.5); }
.search-principles b, .search-principles span { display: block; }
.search-principles b { margin-bottom: 8px; font: 19px Georgia, serif; }
.search-principles span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.directory-principles { margin-top: 35px; }

.stock-page { min-height: 800px; }
.stock-mast { padding: 36px 0 31px; border-bottom: 1px solid var(--line); background: #f8f6ef; }
.stock-crumb { display: flex; gap: 9px; margin-bottom: 25px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.stock-crumb a { color: var(--mint-dark); }
.stock-title-row, .stock-identity, .freshness { display: flex; align-items: center; }
.stock-title-row { justify-content: space-between; gap: 30px; }
.stock-identity { gap: 16px; }
.stock-logo { width: 55px; height: 55px; display: grid; place-items: center; color: var(--white); border-radius: 14px; background: var(--ink); font: 27px Georgia, serif; }
.stock-identity h1 { margin: 0 0 5px; font: 34px Georgia, serif; letter-spacing: -.5px; }
.stock-identity p { margin: 0; color: var(--muted); font-size: 10px; }
.freshness { gap: 10px; }
.freshness > span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-dark); box-shadow: 0 0 0 5px rgba(35,167,122,.1); }
.freshness small, .freshness b { display: block; }
.freshness small { color: var(--muted); font-size: 7px; letter-spacing: 1px; }
.freshness b { margin-top: 4px; font-size: 10px; }
.stock-layout { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 25px; align-items: start; padding-block: 38px 100px; }
.verdict-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: var(--white); box-shadow: 0 14px 40px rgba(11,32,37,.07); }
.verdict-tag { padding: 15px 24px; color: var(--mint-dark); border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 850; letter-spacing: 1.4px; }
.verdict-tag i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--mint-dark); }
.verdict-grid { display: grid; grid-template-columns: 1fr 170px; gap: 25px; padding: 32px; }
.verdict-grid h2 { margin: 0 0 12px; font: 37px Georgia, serif; }
.verdict-grid p { max-width: 600px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.conviction-score { display: flex; flex-direction: column; justify-content: center; padding-left: 28px; border-left: 1px solid var(--line); }
.conviction-score strong { font: 46px Georgia, serif; line-height: 1; }
.conviction-score span { margin: 4px 0 10px; color: var(--mint-dark); font-size: 8px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.conviction-score small { color: var(--muted); font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); background: #f7f5ef; }
.metric-row > div { padding: 20px 24px; border-right: 1px solid var(--line); }
.metric-row > div:last-child { border: 0; }
.metric-row small, .metric-row b { display: block; }
.metric-row small { margin-bottom: 7px; color: var(--muted); font-size: 7px; letter-spacing: .8px; }
.metric-row b { font: 19px Georgia, serif; }
.stock-section { margin-top: 24px; padding: 30px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,254,250,.64); }
.stock-section-head { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 24px; }
.stock-section h2 { margin-top: 6px; font-size: 29px; letter-spacing: -.6px; }
.stock-section-head > a { color: var(--mint-dark); font-size: 10px; font-weight: 750; }
.evidence-row { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 17px; padding: 18px 3px; border-top: 1px solid var(--line); }
.evidence-state { width: 8px; height: 8px; border-radius: 50%; background: #95a2a3; }
.evidence-row.positive .evidence-state { background: var(--mint-dark); box-shadow: 0 0 0 5px rgba(35,167,122,.08); }
.evidence-row.neutral .evidence-state { background: var(--gold); }
.evidence-row h3 { margin: 0 0 5px; font-size: 12px; }
.evidence-row p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.evidence-row > b { color: var(--mint-dark); font-size: 8px; letter-spacing: .6px; text-transform: uppercase; }
.evidence-row.neutral > b { color: #8a5e22; }
.trend-chart { position: relative; min-height: 185px; padding-left: 42px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 51px, rgba(11,32,37,.06) 52px); }
.trend-chart svg { width: 100%; height: 170px; overflow: visible; }
.trend-axis { position: absolute; inset: 2px auto 12px 0; display: flex; flex-direction: column; justify-content: space-between; color: var(--muted); font-size: 7px; }
.gate-card { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 24px; }
.gate-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--mint-dark); border: 1px solid rgba(35,167,122,.28); border-radius: 50%; font-size: 23px; }
.gate-card h2 { margin: 5px 0 8px; }
.gate-card p { max-width: 560px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.gate-card ul { display: flex; gap: 18px; padding: 0; margin: 13px 0 0; list-style: none; color: var(--muted); font-size: 8px; }
.pro-gate { color: var(--white); margin: -30px; padding: 30px; border-radius: 19px; background: var(--ink); }
.pro-gate p, .pro-gate ul { color: #9cb0ad; }
.pro-gate .gate-icon { color: var(--mint); border-color: rgba(82,217,167,.3); }
.member-context, .scenario-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.member-context > div, .scenario-grid > div { padding: 19px; border: 1px solid var(--line); border-radius: 11px; }
.member-context small, .member-context b, .scenario-grid small, .scenario-grid b { display: block; }
.member-context small, .scenario-grid small { margin-bottom: 7px; color: var(--muted); font-size: 7px; letter-spacing: .7px; text-transform: uppercase; }
.member-context b, .scenario-grid b { font: 19px Georgia, serif; }
.access-badge { padding: 6px 8px; color: var(--mint-dark); border-radius: 5px; background: rgba(35,167,122,.08); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.access-badge.pro { color: var(--ink); background: var(--mint); }
.scenario-base { background: rgba(82,217,167,.08); border-color: rgba(35,167,122,.25) !important; }
.empty-inline { padding: 40px; color: var(--muted); text-align: center; font-size: 11px; }
.stock-side { position: sticky; top: 22px; display: grid; gap: 16px; }
.side-card { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,254,250,.72); }
.side-card h3 { margin: 12px 0 8px; font: 23px Georgia, serif; }
.side-card p { margin: 0 0 19px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.side-card .button { width: 100%; min-height: 43px; font-size: 11px; }
.source-card ul { padding: 13px 0; margin: 10px 0 15px; border-block: 1px solid var(--line); list-style: none; }
.source-card li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 9px; }
.source-card li span { color: var(--muted); text-align: right; }
.source-card > a { color: var(--mint-dark); font-size: 9px; font-weight: 750; }

.member-page, .admin-page { min-height: 740px; padding: 70px 0 110px; background: linear-gradient(#f8f6ef, var(--paper)); }
.member-heading, .admin-heading { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-bottom: 45px; }
.member-heading h1, .admin-heading h1 { font-size: clamp(43px,5vw,62px); }
.member-heading p, .admin-heading p { max-width: 650px; margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.large-tier { padding: 11px 14px; color: var(--mint-dark); border: 1px solid rgba(35,167,122,.25); border-radius: 8px; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; }
.large-tier.pro { color: var(--ink); background: var(--mint); }
.warning-panel { display: flex; flex-direction: column; gap: 6px; margin: 20px 0; padding: 17px 19px; color: #70551e; border: 1px solid rgba(188,137,54,.3); border-radius: 11px; background: #fff6de; font-size: 11px; }
.account-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.account-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,254,250,.7); }
.account-card > span { color: var(--mint-dark); font: italic 12px Georgia, serif; }
.account-card h2 { margin: auto 0 10px; font: 29px Georgia, serif; }
.account-card p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.account-card a, .account-card > b { margin-top: auto; color: var(--mint-dark); font-size: 10px; font-weight: 800; }
.account-settings { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 18px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 16px; }
.account-settings > div { display: flex; align-items: center; gap: 12px; }
.profile-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--ink); font-weight: 800; }
.account-settings p { margin: 0; }
.account-settings b, .account-settings small { display: block; }
.account-settings b { font-size: 12px; }
.account-settings small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.account-actions .button { min-height: 42px; }
.admin-pro-included { padding: 9px 12px; color: var(--mint-dark); border: 1px solid rgba(35,167,122,.24); border-radius: 7px; background: rgba(82,217,167,.08); font-size: 9px; font-weight: 850; letter-spacing: .5px; text-transform: uppercase; }

.admin-shell .site-header { background: #0a2227; border-color: rgba(255,255,255,.08); }
.admin-shell .site-header .brand, .admin-shell .main-nav a, .admin-shell .text-action, .admin-shell .admin-link { color: var(--white); }
.admin-shell .site-header .brand-mark i:nth-child(2) { background: var(--mint); }
.admin-page { background: #0d282d; color: var(--white); }
.admin-heading p { color: #9bb0ad; }
.admin-state { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(82,217,167,.2); border-radius: 8px; color: var(--mint); font-size: 8px; font-weight: 850; letter-spacing: 1px; }
.admin-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(82,217,167,.08); }
.admin-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 18px; }
.admin-metrics article { padding: 20px; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: rgba(255,255,255,.035); }
.admin-metrics small, .admin-metrics strong, .admin-metrics span { display: block; }
.admin-metrics small { color: #78928f; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.admin-metrics strong { min-height: 38px; margin: 9px 0 5px; font: 18px Georgia, serif; }
.admin-metrics span { color: #829a97; font-size: 8px; }
.admin-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 18px; }
.admin-panel { padding: 26px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.035); }
.panel-title { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; margin-bottom: 22px; }
.admin-panel h2 { margin: 7px 0 0; font: 27px Georgia, serif; }
.status-chip { padding: 6px 8px; color: var(--mint); border-radius: 5px; background: rgba(82,217,167,.08); font-size: 7px; font-weight: 850; letter-spacing: .8px; }
.status-chip.caution { color: #e7c67d; background: rgba(231,198,125,.09); }
.migration-list { border-top: 1px solid rgba(255,255,255,.09); }
.migration-list > div { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 10px; padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.07); }
.migration-state { color: var(--mint); }
.migration-state.pending { color: #e7c67d; }
.migration-list p { margin: 0; }
.migration-list b, .migration-list small { display: block; }
.migration-list b { margin-bottom: 4px; font-size: 10px; }
.migration-list small, .migration-list time { color: #78908e; font-size: 8px; }
.migration-form { margin-top: 22px; padding: 18px; border-radius: 11px; background: rgba(255,255,255,.04); }
.migration-form label { display: block; margin-bottom: 10px; color: #9fb2af; font-size: 9px; }
.migration-form > div { display: flex; gap: 8px; }
.migration-form input { min-width: 0; flex: 1; padding: 0 12px; color: var(--white); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(0,0,0,.15); }
.migration-form small { display: block; margin-top: 9px; color: #78908e; font-size: 8px; }
.migration-form .button-dark { color: var(--ink); background: var(--mint); }
.ops-panel ol { padding: 9px 0 0; margin: 0; list-style: none; }
.ops-panel li { position: relative; display: flex; gap: 12px; padding: 10px 0 17px; }
.ops-panel li:not(:last-child)::after { content: ""; position: absolute; left: 12px; top: 36px; bottom: 0; width: 1px; background: rgba(255,255,255,.1); }
.ops-panel li > i { z-index: 1; width: 25px; height: 25px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #819694; background: #123138; font-size: 8px; font-style: normal; }
.ops-panel li.done > i { color: var(--ink); border-color: var(--mint); background: var(--mint); }
.ops-panel li b, .ops-panel li span { display: block; }
.ops-panel li b { margin-bottom: 4px; font-size: 10px; }
.ops-panel li span { color: #78908e; font-size: 8px; line-height: 1.4; }
code { padding: 2px 5px; border-radius: 4px; background: rgba(128,147,145,.15); font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; }
.market-panel { margin-top: 18px; }
.market-panel .panel-title a { color: var(--mint); font-size: 9px; }
.market-states { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 17px; align-items: center; }
.market-states > div { min-height: 133px; padding: 19px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.025); }
.market-states > div > span { color: var(--mint); font-size: 7px; font-weight: 850; letter-spacing: 1.3px; }
.market-states b { display: block; margin: 12px 0 7px; font: 16px Georgia, serif; }
.market-states p { margin: 0; color: #819895; font-size: 8px; line-height: 1.55; }
.market-states > i { color: #57716e; font-style: normal; }
.market-admin-list { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.market-admin-list form { display: grid; grid-template-columns: 1fr 130px 88px; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.market-admin-list b, .market-admin-list small { display: block; }
.market-admin-list b { margin-bottom: 4px; font-size: 10px; }
.market-admin-list small { color: #78908e; font-size: 8px; }
.market-admin-list select { height: 37px; padding: 0 9px; color: var(--white); border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: #123138; font-size: 9px; }
.market-admin-list .button { min-height: 37px; padding: 0 11px; font-size: 9px; }
.sync-panel { margin-top: 18px; }
.empty-admin { padding: 35px; color: #78908e; text-align: center; font-size: 10px; }
.sync-list { border-top: 1px solid rgba(255,255,255,.09); }
.sync-list > div { display: grid; grid-template-columns: 1fr 90px 160px 130px; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 9px; }
.sync-list span { color: var(--mint); text-transform: uppercase; }
.sync-list small, .sync-list time { color: #78908e; font-size: 8px; }

.admin-heading-actions { display: flex; align-items: center; gap: 10px; }
.admin-heading-actions .button { white-space: nowrap; }
.publisher-primary { color: #09252a; border-color: var(--mint); background: var(--mint); }
.publisher-primary:hover { color: #09252a; background: #72e7bc; }
.publisher-primary:disabled { opacity: .35; cursor: not-allowed; }
.publisher-page { min-height: 100vh; padding-bottom: 72px; }
.publisher-heading { padding-bottom: 26px; }
.publisher-heading h1 { margin-top: 8px; }
.publisher-back { display: block; width: fit-content; margin-bottom: 25px; color: #91a9a6; font-size: 9px; font-weight: 700; }
.publisher-search-panel { margin-bottom: 18px; }
.publisher-search { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(180px, .55fr) auto; align-items: end; gap: 12px; }
.publisher-search label > span { display: block; margin-bottom: 8px; color: #78928f; font-size: 7px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.publisher-search select, .publisher-search input { width: 100%; height: 46px; padding: 0 13px; color: var(--white); border: 1px solid rgba(255,255,255,.13); border-radius: 9px; outline: 0; background: #123138; font: 10px Inter, sans-serif; }
.publisher-search select:focus, .publisher-search input:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(82,217,167,.08); }
.publisher-search .button { min-height: 46px; }
.publisher-boundary { margin: 16px 0 0; color: #78928f; font-size: 8px; line-height: 1.6; }
.publisher-boundary b { color: #a7bbb8; }
.publisher-error { display: flex; gap: 13px; padding: 16px 19px; margin-bottom: 18px; color: #d9c496; border: 1px solid rgba(231,198,125,.18); border-radius: 11px; background: rgba(231,198,125,.07); font-size: 9px; }
.publisher-error b { flex: 0 0 auto; color: #f0d38f; }
.publisher-overview { display: grid; grid-template-columns: 1fr 260px; gap: 18px; margin-bottom: 18px; }
.publisher-identity { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.publisher-company { display: flex; align-items: center; gap: 17px; min-width: 0; }
.publisher-monogram { width: 54px; height: 54px; display: grid; flex: 0 0 auto; place-items: center; color: var(--mint); border: 1px solid rgba(82,217,167,.2); border-radius: 14px; background: rgba(82,217,167,.06); font: 17px Georgia, serif; }
.publisher-company span { color: var(--mint); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.publisher-company h2 { margin: 7px 0 6px; font-size: 25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.publisher-company p { margin: 0; color: #819895; font-size: 8px; }
.publisher-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; margin: 0; }
.publisher-facts div { min-width: 125px; }
.publisher-facts dt, .publisher-facts dd { margin: 0; }
.publisher-facts dt { margin-bottom: 5px; color: #698480; font-size: 7px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.publisher-facts dd { color: #c5d1cf; font-size: 9px; }
.publisher-score { padding: 23px; }
.publisher-score strong { display: block; margin: 13px 0 0; color: var(--mint); font: 50px Georgia, serif; }
.publisher-score.blocked strong { color: #e7c67d; }
.publisher-score strong small { font-size: 18px; }
.publisher-score h2 { margin-top: 3px; font-size: 21px; }
.publisher-score p { margin: 8px 0 0; color: #819895; font-size: 8px; line-height: 1.5; }
.publisher-live-link { display: block; margin-top: 15px; color: var(--mint); font-size: 8px; font-weight: 800; }
.publisher-workspace { display: grid; grid-template-columns: 1fr 300px; gap: 18px; margin-bottom: 18px; }
.publisher-check-list { border-top: 1px solid rgba(255,255,255,.08); }
.publisher-check-list > div { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 10px; padding: 11px 2px; border-bottom: 1px solid rgba(255,255,255,.07); }
.publisher-check-list i { width: 22px; height: 22px; display: grid; place-items: center; color: #07262a; border-radius: 50%; background: var(--mint); font-size: 9px; font-style: normal; font-weight: 900; }
.publisher-check-list .failed i { color: #3d3219; background: #e7c67d; }
.publisher-check-list p { margin: 0; }
.publisher-check-list b, .publisher-check-list span { display: block; }
.publisher-check-list b { margin-bottom: 3px; font-size: 9px; }
.publisher-check-list span { color: #78908e; font-size: 8px; }
.publisher-check-list small { color: #64807d; font-size: 6px; font-weight: 850; letter-spacing: .8px; }
.publisher-check-list .failed small { color: #c2a86f; }
.publisher-actions > p { margin: 10px 0 22px; color: #819895; font-size: 9px; line-height: 1.65; }
.publisher-actions form { margin-top: 9px; }
.publisher-actions .button { width: 100%; min-height: 44px; }
.publisher-action-meta { padding: 13px; margin-bottom: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(255,255,255,.025); }
.publisher-action-meta span, .publisher-action-meta b { display: block; }
.publisher-action-meta span { margin-bottom: 5px; color: #698480; font-size: 7px; text-transform: uppercase; }
.publisher-action-meta b { font-size: 9px; }
.publisher-unpublish { color: #dcbebe; border-color: rgba(216,151,151,.2); background: rgba(216,151,151,.05); }
.publisher-unpublish:hover { color: #fff; border-color: rgba(216,151,151,.4); background: rgba(216,151,151,.12); }
.publisher-data { margin-bottom: 18px; }
.publisher-source-label { color: #698480; font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.publisher-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.publisher-tier-grid article { padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.025); }
.publisher-tier-grid article > span { color: var(--mint); font-size: 7px; font-weight: 850; letter-spacing: 1px; }
.publisher-tier-grid dl { margin: 16px 0 0; }
.publisher-tier-grid dl div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.06); }
.publisher-tier-grid dt, .publisher-tier-grid dd { margin: 0; font-size: 8px; }
.publisher-tier-grid dt { color: #78908e; }
.publisher-tier-grid dd { color: #d5dddc; text-align: right; }
.publisher-page-list { border-top: 1px solid rgba(255,255,255,.08); }
.publisher-page-list a { display: grid; grid-template-columns: 10px 1fr 125px 48px; align-items: center; gap: 13px; padding: 13px 2px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.07); }
.publisher-page-list a:hover { background: rgba(255,255,255,.025); }
.publisher-page-list i { width: 7px; height: 7px; border-radius: 50%; background: #6e8582; }
.publisher-page-list i.live { background: var(--mint); box-shadow: 0 0 0 4px rgba(82,217,167,.07); }
.publisher-page-list b, .publisher-page-list small { display: block; }
.publisher-page-list b { margin-bottom: 4px; font-size: 9px; }
.publisher-page-list small, .publisher-page-list time { color: #78908e; font-size: 8px; }
.publisher-page-list em { color: var(--mint); font-size: 7px; font-style: normal; font-weight: 850; letter-spacing: .6px; text-align: right; }

.admin-users-page { min-height: 100vh; padding-bottom: 72px; }
.users-heading .publisher-back { margin-bottom: 18px; }
.user-metrics { margin-bottom: 18px; }
.user-directory-panel { padding: 28px; }
.user-filter { display: grid; grid-template-columns: minmax(260px,1fr) 170px auto; gap: 10px; align-items: end; padding: 16px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(0,0,0,.1); }
.user-filter label, .user-status-field { display: flex; flex-direction: column; gap: 7px; }
.user-filter label > span, .user-status-field > span, .user-role-fields legend { color: #7f9895; font-size: 7px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.user-filter input, .user-filter select, .user-status-field select { width: 100%; height: 42px; padding: 0 12px; color: var(--white); border: 1px solid rgba(255,255,255,.13); border-radius: 8px; outline: none; background: #123138; font-size: 10px; }
.user-filter input::placeholder { color: #64817d; }
.user-filter input:focus, .user-filter select:focus, .user-status-field select:focus { border-color: rgba(82,217,167,.7); box-shadow: 0 0 0 3px rgba(82,217,167,.08); }
.user-filter .button { min-height: 42px; }
.user-admin-list { border-top: 1px solid rgba(255,255,255,.09); }
.user-admin-row { display: grid; grid-template-columns: minmax(270px,1.5fr) 130px 145px minmax(220px,1fr) 100px; gap: 14px; align-items: center; padding: 17px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
.user-admin-row.is-current { margin-inline: -10px; padding-inline: 18px; border-radius: 10px; background: rgba(82,217,167,.055); }
.user-identity { min-width: 0; display: flex; align-items: center; gap: 12px; }
.user-initial { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: #09252a; border-radius: 10px; background: var(--mint); font: 17px Georgia, serif; }
.user-identity div { min-width: 0; }
.user-identity b, .user-identity a, .user-identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-identity b { margin-bottom: 4px; color: var(--white); font-size: 10px; }
.user-identity b em { margin-left: 4px; padding: 2px 4px; color: #09252a; border-radius: 3px; background: var(--mint); font-size: 6px; font-style: normal; letter-spacing: .7px; }
.user-identity a { margin-bottom: 5px; color: #9eb3b0; font-size: 9px; }
.user-identity small { color: #66817e; font-size: 7px; }
.user-access-summary { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.access-chip, .verified-chip { padding: 5px 7px; color: #8da5a2; border-radius: 5px; background: rgba(255,255,255,.055); font-size: 6px; font-weight: 900; letter-spacing: .8px; white-space: nowrap; }
.access-chip.admin, .access-chip.pro { color: #09252a; background: var(--mint); }
.verified-chip.verified { color: var(--mint); background: rgba(82,217,167,.08); }
.user-role-fields { min-width: 0; display: flex; flex-wrap: wrap; gap: 7px 11px; padding: 0; margin: 0; border: 0; }
.user-role-fields legend { width: 100%; margin-bottom: 1px; }
.user-role-fields label { display: flex; align-items: center; gap: 5px; color: #9eb2af; font-size: 8px; cursor: pointer; }
.user-role-fields input { width: 14px; height: 14px; accent-color: var(--mint); }
.user-admin-row > .button { min-height: 38px; padding-inline: 10px; font-size: 8px; }
.user-limit-note { margin: 15px 0 0; color: #68827f; font-size: 8px; text-align: right; }

.system-page { min-height: 680px; display: grid; place-items: center; padding: 70px 20px; }
.system-card { max-width: 590px; padding: 55px; text-align: center; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.system-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--mint-dark); border: 1px solid rgba(35,167,122,.25); border-radius: 50%; font: 19px Georgia, serif; }
.system-card h1 { margin: 13px 0; font: 38px Georgia, serif; }
.system-card p { margin: 0 auto 26px; color: var(--muted); line-height: 1.65; }
.system-card > div { display: flex; justify-content: center; align-items: center; gap: 20px; }

@media (max-width: 980px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { max-width: 720px; }
  .signal-card { width: min(100%, 590px); margin: auto; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .product-frame { grid-template-columns: 1fr; }
  .product-copy { max-width: 670px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-note { grid-column: 1 / -1; flex-direction: row !important; justify-content: space-between; }
  .stock-layout { grid-template-columns: 1fr; }
  .stock-side { position: static; grid-template-columns: 1fr 1fr; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
  .user-admin-row { grid-template-columns: minmax(250px,1fr) 120px 140px; }
  .user-role-fields { grid-column: 1 / 3; }
  .publisher-overview, .publisher-workspace { grid-template-columns: 1fr; }
  .publisher-identity { grid-template-columns: 1fr; }
  .publisher-tier-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 78px 0; }
  .main-nav, .header-actions { display: none; }
  .nav-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; }
  .nav-toggle span:not(.sr-only) { width: 21px; height: 2px; background: currentColor; }
  .mobile-nav { display: none; padding: 10px 14px 20px; border-top: 1px solid var(--line); background: var(--paper); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 13px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .admin-shell .mobile-nav { color: var(--white); background: #0a2227; border-color: rgba(255,255,255,.08); }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 62px 75px; }
  .hero h1 { letter-spacing: -2.5px; }
  .hero-lede { font-size: 16px; }
  .research-search { min-height: 60px; padding-left: 15px; }
  .research-search button { width: 50px; overflow: hidden; white-space: nowrap; color: transparent; padding: 0; }
  .research-search button span { color: var(--white); font-size: 18px; }
  .hero-proof { gap: 12px; }
  .signal-card { min-height: 490px; padding: 20px; }
  .signal-orbit { transform: scale(.9); margin-inline: -2px; }
  .trust-inner { overflow-x: auto; justify-content: flex-start; padding-bottom: 3px; }
  .trust-inner > * { flex: 0 0 auto; }
  .thesis-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .thesis-primary { grid-row: auto; min-height: 490px; }
  .thesis-card { min-height: 310px; }
  .product-frame { padding-block: 78px; }
  .board-preview { transform: none; }
  .board-verdict { grid-template-columns: 1fr; }
  .verdict-copy { padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
  .depth-grid, .pricing-grid, .account-grid { grid-template-columns: 1fr; }
  .depth-grid article.depth-featured { transform: none; }
  .closing-cta > .shell > div { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-note { grid-column: 1 / -1; }
  .methodology-grid { grid-template-columns: 1fr; gap: 30px; }
  .method-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .method-nav span { grid-column: 1 / -1; }
  .method-content article { grid-template-columns: 33px 1fr; gap: 10px; }
  .method-content ul { grid-template-columns: 1fr; }
  .method-caution { grid-template-columns: 1fr; }
  .search-principles { grid-template-columns: 1fr; }
  .search-summary small { display: none; }
  .result-row { grid-template-columns: 45px 1fr 80px 20px; }
  .result-metric:nth-of-type(4) { display: none; }
  .stock-title-row, .member-heading, .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-heading-actions { align-items: flex-start; flex-direction: column; }
  .user-filter { grid-template-columns: 1fr; }
  .user-admin-row, .user-admin-row.is-current { grid-template-columns: 1fr; margin-inline: 0; padding: 20px 4px; }
  .user-role-fields { grid-column: auto; }
  .user-admin-row > .button { width: 100%; }
  .freshness { margin-left: 70px; }
  .verdict-grid { grid-template-columns: 1fr; }
  .conviction-score { padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row > div:nth-child(2) { border-right: 0; }
  .metric-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gate-card { grid-template-columns: 52px 1fr; }
  .gate-card .button { grid-column: 1 / -1; width: 100%; }
  .stock-side { grid-template-columns: 1fr; }
  .account-settings { align-items: flex-start; flex-direction: column; }
  .admin-metrics { grid-template-columns: 1fr; }
  .market-states { grid-template-columns: 1fr; }
  .market-states > i { text-align: center; transform: rotate(90deg); }
  .market-admin-list form { grid-template-columns: 1fr 100px; }
  .market-admin-list .button { grid-column: 1 / -1; }
  .sync-list > div { grid-template-columns: 1fr 90px; }
  .publisher-search { grid-template-columns: 1fr; }
  .publisher-search .button { width: 100%; }
  .publisher-page-list a { grid-template-columns: 10px 1fr 46px; }
  .publisher-page-list time { display: none; }
}

@media (max-width: 470px) {
  .hero h1, .page-hero h1, .search-page h1 { font-size: 46px; }
  .signal-card { overflow: hidden; }
  .signal-orbit { left: 50%; transform: translateX(-50%) scale(.84); }
  .signal-footer { margin-top: -20px; }
  .signal-footer small { display: none; }
  .thesis-primary .card-content h3 { font-size: 36px; }
  .calendar-visual { right: 31px; grid-template-columns: repeat(5, 1fr); }
  .calendar-visual span:nth-child(n+6) { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { grid-column: auto !important; }
  .footer-note { flex-direction: column !important; }
  .pricing-note { flex-direction: column; }
  .result-row { grid-template-columns: 42px 1fr 20px; }
  .result-metric { display: none; }
  .stock-section { padding: 22px; }
  .pro-gate { margin: -22px; padding: 22px; }
  .member-context, .scenario-grid { grid-template-columns: 1fr; }
  .system-card { padding: 35px 22px; }
  .publisher-facts { grid-template-columns: 1fr; }
  .publisher-page-list a { grid-template-columns: 9px 1fr; }
  .publisher-page-list em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
