:root{
  --bg:#08111f; --panel:#0d1b2e; --panel2:#10233a; --text:#eef6ff;
  --muted:#94a8c1; --accent:#37e6a1; --accent2:#65a8ff;
  --danger:#ff6978; --warning:#ffd166; --border:rgba(255,255,255,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:radial-gradient(circle at top left,#123761 0,#08111f 36%,#050914 100%);
  color:var(--text);
}
a{color:inherit;text-decoration:none}
.nav{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:16px 5%;background:rgba(8,17,31,.86);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.brand{display:flex;gap:10px;align-items:center;font-weight:900}
.logo{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent2));color:#061020;font-weight:900}
.nav-links{display:flex;gap:16px;color:var(--muted);font-size:13px}
.nav-links a:hover,.signin:hover{color:var(--text)}
.signin{font-size:13px;color:var(--muted);border:1px solid var(--border);padding:8px 12px;border-radius:999px}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;padding:86px 5% 52px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:12px;font-weight:800}
h1{font-size:58px;line-height:1.02;margin:8px 0 20px;letter-spacing:-.05em}
h2{font-size:36px;margin:8px 0 12px;letter-spacing:-.03em}
h3{margin-top:0}
.sub{font-size:18px;color:var(--muted);max-width:760px;line-height:1.7}
.hero-buttons{display:flex;gap:14px;margin:30px 0}
.btn,button{border:0;border-radius:12px;padding:13px 18px;cursor:pointer;font-weight:800}
.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#061020}
.secondary,button{background:rgba(255,255,255,.08);color:var(--text);border:1px solid var(--border)}
button:hover,.btn:hover{transform:translateY(-1px)}
.trust-row{display:flex;flex-wrap:wrap;gap:10px}
.trust-row span,.disclaimer{color:var(--muted);border:1px solid var(--border);padding:8px 10px;border-radius:999px;font-size:13px}
.hero-card,.panel,.price-card,.stats div,.pick-card,.why article,.tools article,.chat-card,.watch-card,.insight-grid article,.data-section,.split-section{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid var(--border);
  box-shadow:0 24px 80px rgba(0,0,0,.24);
}
.hero-card{border-radius:26px;padding:28px}
.card-header{display:flex;justify-content:space-between;color:var(--muted)}
.card-header strong{font-size:42px;color:var(--accent)}
.hero-card h3{font-size:28px;margin:18px 0 4px}
.hero-card p{color:var(--muted)}
.meter{height:12px;background:rgba(255,255,255,.08);border-radius:99px;overflow:hidden;margin:24px 0}
.meter div{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent2))}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mini-grid div{background:rgba(255,255,255,.05);border-radius:16px;padding:14px;overflow:hidden}
.mini-grid span,.stats span{display:block;color:var(--muted);font-size:12px}
.mini-grid strong,.stats strong{font-size:20px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 5% 60px}
.stats div{border-radius:20px;padding:22px}
.stats small{display:block;color:var(--muted);margin-top:4px}
.section-title{max-width:780px}
.retail-picks,.why,.tools,.insight-section,.pricing,.data-section{padding:38px 5% 72px}
.pick-grid,.why-grid,.tool-grid,.insight-grid,.price-grid,.metric-grid{display:grid;gap:18px}
.pick-grid{grid-template-columns:repeat(3,1fr)}
.pick-card{border-radius:24px;padding:24px}
.pick-top,.pick-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px}
.pick-top strong{font-size:32px;color:var(--accent)}
.pick-top span{font-size:12px;padding:6px 10px;border-radius:999px;font-weight:900}
.strong-buy{background:rgba(101,168,255,.18);color:#8fc1ff}
.buy{background:rgba(55,230,161,.14);color:var(--accent)}
.hold{background:rgba(255,209,102,.12);color:var(--warning)}
.sell,.strong-sell{background:rgba(255,105,120,.13);color:var(--danger)}
.pick-card h3{color:var(--muted);font-weight:600}
.pick-bottom b{color:var(--accent)}
.disclaimer{display:inline-block;border-radius:14px;margin-top:16px;line-height:1.5}
.why-grid{grid-template-columns:repeat(4,1fr)}
.why article,.tools article,.insight-grid article{border-radius:22px;padding:24px}
.icon{width:42px;height:42px;border-radius:13px;background:rgba(55,230,161,.12);color:var(--accent);display:grid;place-items:center;font-weight:900;margin-bottom:16px}
.why p,.tools p,.insight-grid p,.split-section p,.data-section p{color:var(--muted);line-height:1.65}
.tool-grid{grid-template-columns:repeat(4,1fr)}
.tools article a{color:var(--accent);font-weight:900}
.panel{margin:0 5% 70px;border-radius:28px;padding:28px}
.panel.compact{padding:34px}
.section-head{display:flex;justify-content:space-between;gap:20px;align-items:center}
.updated,.muted{color:var(--muted);font-size:14px;margin-top:8px;line-height:1.6}
.actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.filters{display:grid;grid-template-columns:1fr 170px 130px 150px 140px;gap:12px;margin:22px 0}
input,select{width:100%;background:#071222;color:var(--text);border:1px solid var(--border);border-radius:12px;padding:13px 14px;outline:none}
.table-wrap{overflow:auto;border-radius:18px;border:1px solid var(--border);max-height:760px}
table{width:100%;border-collapse:collapse;min-width:1180px;background:rgba(7,18,34,.65)}
thead{position:sticky;top:0;z-index:2}
th,td{padding:13px 12px;text-align:left;border-bottom:1px solid var(--border);font-size:14px;white-space:nowrap}
th{color:var(--muted);font-weight:700;background:#0b192b}
td:nth-child(2){font-weight:900;color:var(--accent)}
.badge{display:inline-block;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;background:rgba(255,255,255,.08);color:var(--text)}
.risk-high{color:var(--danger);font-weight:800}
.risk-medium{color:var(--warning);font-weight:800}
.risk-low{color:var(--accent);font-weight:800}
.watch-btn{padding:7px 10px;border-radius:10px;font-size:12px}
.split-section{margin:0 5% 70px;border-radius:28px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.message{padding:14px 16px;border-radius:16px;margin-bottom:12px;line-height:1.5}
.message.user{background:rgba(101,168,255,.12)}
.message.ai{background:rgba(55,230,161,.12)}
.metric-grid{grid-template-columns:repeat(4,1fr);margin:20px 0}
.metric-grid div,.watch-card div{background:rgba(255,255,255,.05);border:1px solid var(--border);border-radius:16px;padding:16px}
.metric-grid span{display:block;color:var(--muted);font-size:12px}
.metric-grid strong{font-size:24px}
.watch-card div{display:flex;justify-content:space-between;margin-bottom:10px}
.insight-grid{grid-template-columns:repeat(3,1fr)}
.insight-grid span{color:var(--accent);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.data-section{margin:0 5% 70px;border-radius:28px}
.price-grid{grid-template-columns:repeat(3,1fr);margin-top:22px}
.price-card{border-radius:24px;padding:28px}
.price-card strong{font-size:38px}
.price-card p{color:var(--muted);line-height:1.6}
.featured{outline:2px solid var(--accent)}
.cta{margin:0 5% 60px;padding:44px;border-radius:30px;background:linear-gradient(135deg,rgba(55,230,161,.17),rgba(101,168,255,.14));border:1px solid var(--border);text-align:center}
.cta p{color:var(--muted)}
.cta form{display:flex;gap:12px;max-width:520px;margin:22px auto 0}
footer{display:flex;justify-content:space-between;gap:20px;padding:30px 5%;color:var(--muted);border-top:1px solid var(--border);font-size:13px}
@media(max-width:1100px){
  .nav-links{display:none}
  .hero,.split-section{grid-template-columns:1fr}
  h1{font-size:42px}
  .stats,.pick-grid,.why-grid,.tool-grid,.insight-grid,.price-grid,.metric-grid{grid-template-columns:1fr}
  .filters{grid-template-columns:1fr}
  .cta form{flex-direction:column}
  .section-head{align-items:flex-start;flex-direction:column}
}


.about-section{
  padding:38px 5% 72px;
}
.about-card{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid var(--border);
  box-shadow:0 24px 80px rgba(0,0,0,.24);
  border-radius:28px;
  padding:32px;
  max-width:1050px;
}
.about-card p{
  color:var(--muted);
  line-height:1.75;
  font-size:16px;
}
.about-card .mission{
  color:var(--text);
  font-weight:800;
  border-left:3px solid var(--accent);
  padding-left:16px;
}
.badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.badge-row span{
  border:1px solid var(--border);
  background:rgba(55,230,161,.09);
  color:var(--accent);
  border-radius:999px;
  padding:9px 12px;
  font-size:13px;
  font-weight:800;
}
.site-footer{
  padding:44px 5% 28px;
  color:var(--muted);
  border-top:1px solid var(--border);
  background:rgba(5,9,20,.58);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:30px;
  align-items:start;
}
.footer-brand p{
  line-height:1.7;
  max-width:390px;
}
.footer-logo-line{
  margin-bottom:14px;
  color:var(--text);
}
.site-footer h4{
  color:var(--text);
  margin:0 0 14px;
}
.site-footer a{
  display:block;
  color:var(--muted);
  margin:9px 0;
  font-size:14px;
}
.site-footer a:hover{
  color:var(--accent);
}
.footer-note{
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  border-radius:16px;
  padding:14px 16px;
  margin:30px 0 18px;
  line-height:1.6;
}
.footer-note strong{
  color:var(--text);
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:18px;
  border-top:1px solid var(--border);
  font-size:13px;
  line-height:1.6;
}
@media(max-width:1100px){
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    flex-direction:column;
  }
}


/* Logo color-match upgrade */
:root{
  --bg:#020b14;
  --panel:#06182b;
  --panel2:#082844;
  --text:#f5f9ff;
  --muted:#9fb2c8;
  --accent:#1597ff;
  --accent2:#00b7ff;
  --accent3:#0a5db8;
  --border:rgba(21,151,255,.22);
}
body{
  background:
    radial-gradient(circle at 18% 10%, rgba(0,95,184,.34), transparent 30%),
    radial-gradient(circle at 88% 3%, rgba(0,183,255,.18), transparent 28%),
    linear-gradient(135deg,#020812 0%,#03101d 48%,#02070d 100%);
}
.nav{
  background:rgba(2,9,17,.9);
  border-bottom:1px solid rgba(21,151,255,.24);
}
.brand{
  min-width:fit-content;
}
.nav-logo-img{
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:10px;
}
.footer-logo-img{
  width:92px;
  height:auto;
  object-fit:contain;
  border-radius:12px;
  margin-right:8px;
}
.hero-logo-img{
  display:block;
  width:210px;
  max-width:70%;
  margin:0 auto 22px;
  border-radius:18px;
  filter:drop-shadow(0 0 28px rgba(21,151,255,.28));
}
.logo-hero-card{
  text-align:left;
}
.brand-strip{
  margin:34px 5% 0;
  padding:22px 28px;
  display:flex;
  align-items:center;
  gap:24px;
  border:1px solid rgba(21,151,255,.22);
  border-radius:26px;
  background:
    linear-gradient(90deg,rgba(21,151,255,.16),rgba(255,255,255,.025)),
    rgba(2,11,20,.74);
  box-shadow:0 24px 80px rgba(0,0,0,.26);
}
.brand-strip img{
  width:150px;
  height:auto;
  border-radius:16px;
  object-fit:contain;
  filter:drop-shadow(0 0 22px rgba(21,151,255,.25));
}
.brand-strip h2{
  margin:4px 0 0;
  font-size:28px;
}
.logo{
  background:linear-gradient(135deg,#f8fbff 0%,#1597ff 55%,#0054b8 100%);
}
.primary{
  background:linear-gradient(135deg,#0b78e3,#1597ff 45%,#00b7ff);
  color:#f7fbff;
  box-shadow:0 10px 34px rgba(21,151,255,.24);
}
.secondary,button{
  background:rgba(21,151,255,.08);
  border:1px solid rgba(21,151,255,.32);
}
.hero-card,.panel,.price-card,.stats div,.pick-card,.why article,.tools article,.chat-card,.watch-card,.insight-grid article,.data-section,.split-section,.about-card{
  background:
    linear-gradient(180deg,rgba(21,151,255,.10),rgba(255,255,255,.025));
  border:1px solid rgba(21,151,255,.22);
  box-shadow:0 24px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
}
.meter div{
  background:linear-gradient(90deg,#0b78e3,#1597ff,#00b7ff);
}
.card-header strong,
.pick-top strong,
td:nth-child(2),
.tools article a,
.site-footer a:hover{
  color:#1597ff;
}
.eyebrow,
.pick-bottom b,
.icon,
.badge-row span{
  color:#27aaff;
}
.badge-row span{
  background:rgba(21,151,255,.10);
  border-color:rgba(21,151,255,.28);
}
.table-wrap{
  border-color:rgba(21,151,255,.22);
}
th{
  background:#041426;
}
.buy{
  background:rgba(21,151,255,.13);
  color:#62beff;
}
.strong-buy{
  background:rgba(0,183,255,.16);
  color:#8ed8ff;
}
.site-footer{
  background:
    radial-gradient(circle at 0% 0%, rgba(21,151,255,.14), transparent 30%),
    rgba(2,8,15,.92);
  border-top:1px solid rgba(21,151,255,.24);
}
.footer-logo-line{
  align-items:center;
}
.footer-brand .footer-logo-line span{
  font-size:22px;
  font-weight:900;
  letter-spacing:.02em;
}
@media(max-width:1100px){
  .brand-strip{
    align-items:flex-start;
    flex-direction:column;
  }
  .brand-strip img{
    width:130px;
  }
  .nav-logo-img{
    width:42px;
    height:42px;
  }
}


.feature-panel{
  margin-top:0;
}
.performance-grid,.mover-grid,.rating-grid,.grader-results{
  display:grid;
  gap:16px;
}
.performance-grid{
  grid-template-columns:repeat(5,1fr);
  margin:24px 0;
}
.performance-grid div,.rating-grid div,.grader-results div,.mover-grid div{
  background:rgba(21,151,255,.07);
  border:1px solid rgba(21,151,255,.22);
  border-radius:18px;
  padding:18px;
}
.performance-grid span,.rating-grid span,.grader-results span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-bottom:6px;
}
.performance-grid strong,.rating-grid strong,.grader-results strong{
  font-size:28px;
  color:var(--text);
}
.performance-grid small{
  display:block;
  color:var(--muted);
  margin-top:6px;
}
.bar-chart{
  height:220px;
  display:flex;
  align-items:end;
  gap:18px;
  padding:22px;
  border:1px solid rgba(21,151,255,.22);
  border-radius:22px;
  background:rgba(2,11,20,.55);
}
.bar-chart div{
  flex:1;
  min-height:30px;
  display:flex;
  align-items:end;
  justify-content:center;
  border-radius:14px 14px 6px 6px;
  background:linear-gradient(180deg,#00b7ff,#0b78e3);
  box-shadow:0 10px 34px rgba(21,151,255,.22);
}
.bar-chart span{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:12px;
  font-weight:800;
  color:white;
  padding:10px 0;
}
.small-table{
  max-height:none;
}
.prompt-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.chat-card input,.grader-card textarea{
  margin-bottom:12px;
}
.grader-card{
  background:linear-gradient(180deg,rgba(21,151,255,.10),rgba(255,255,255,.025));
  border:1px solid rgba(21,151,255,.22);
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  border-radius:26px;
  padding:24px;
}
.grader-card label{
  display:block;
  color:var(--muted);
  font-weight:800;
  margin-bottom:8px;
}
.grader-card textarea{
  min-height:130px;
  resize:vertical;
  font-family:inherit;
}
.grader-results{
  grid-template-columns:repeat(2,1fr);
  margin-top:18px;
}
.mover-grid{
  grid-template-columns:repeat(4,1fr);
  margin-top:22px;
}
.mover-grid ul{
  list-style:none;
  padding:0;
  margin:0;
}
.mover-grid li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid rgba(21,151,255,.14);
  color:var(--muted);
}
.mover-grid b{
  color:var(--text);
}
.up{
  color:#37e6a1;
}
.down{
  color:#ff6978;
}
.rating-grid{
  grid-template-columns:repeat(4,1fr);
  margin:20px 0;
}
@media(max-width:1100px){
  .performance-grid,.mover-grid,.rating-grid,.grader-results{
    grid-template-columns:1fr;
  }
}


.page-hero{
  padding:70px 5% 28px;
}
.page-hero h1{
  margin-bottom:12px;
}
.page-hero .sub{
  max-width:850px;
}
.nav-links a.active{
  color:var(--text);
}
