/* Pickleball Wire — greens/oranges (NOT tennis purple/lime) */
:root {
  --green: #1f7a45;
  --green-deep: #0d3d24;
  --green-mid: #166534;
  --orange: #f27b23;
  --orange-hot: #e85d04;
  --bg: #07140c;
  --bg2: #0c1f14;
  --card: #12281a;
  --ink: #f0fdf4;
  --muted: #a7c4b0;
  --border: #1f3d2a;
  --radius: 12px;
  --font: "Open Sans", "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); line-height: 1.6; }
a { color: var(--orange); }
.skip { position: absolute; left: -999px; background: var(--orange); color: #07140c; padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }
.wrap { width: min(1100px, 94vw); margin: 0 auto; }
.site-header {
  background: linear-gradient(100deg, #0d3d24 0%, #14532d 55%, #1a4d2e 100%);
  border-bottom: 3px solid var(--orange); padding: .75rem 0; position: sticky; top: 0; z-index: 50;
}
.brand-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem; }
.logo { color: #fff; font-weight: 800; text-decoration: none; font-size: 1.1rem; }
.logo span { color: var(--orange); }
nav { display: flex; flex-wrap: wrap; gap: .35rem .85rem; }
nav a { color: rgba(255,255,255,.85); text-decoration: none; font-size: .84rem; font-weight: 700; }
nav a.active, nav a:hover { color: var(--orange); }
.hero {
  padding: 1.75rem 0 1.2rem;
  background: linear-gradient(145deg, rgba(31,122,69,.4), rgba(242,123,35,.12), rgba(13,61,36,.2));
}
.hero-layout { display: grid; gap: 1.25rem; align-items: center; }
@media (min-width: 768px) {
  .hero-layout { grid-template-columns: 1.2fr 0.8fr; }
}
.hero-media { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 12px 32px rgba(0,0,0,.35); }
.hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.badge {
  display: inline-block; font-size: .72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; color: #07140c; background: var(--orange); padding: .22rem .6rem;
  border-radius: 999px; margin-bottom: .55rem;
}
.hero h1, .page-hero h1 { margin: 0 0 .45rem; font-size: clamp(1.65rem, 3.6vw, 2.4rem); letter-spacing: -.035em; line-height: 1.12; }
.hero h1 em { color: var(--orange); font-style: normal; }
.lede { color: var(--muted); max-width: 40rem; font-size: 1.05rem; }
.cta-row, .out-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: .9rem; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 750; padding: .5rem 1.05rem;
  border-radius: 999px; font-size: .88rem; border: 1px solid var(--orange); color: var(--orange) !important; background: transparent;
}
.btn-solid { background: var(--orange); color: #07140c !important; border-color: var(--orange); }
.btn-green { background: var(--green); color: #fff !important; border-color: var(--green); }
.section { padding: 1.35rem 0; }
.page-hero { padding: 1.5rem 0 .5rem; }
.section h2 { font-size: 1.22rem; color: var(--orange); font-weight: 800; margin: 0 0 .75rem; }
.section .sub, .page-hero .sub { color: var(--muted); margin: -.35rem 0 .9rem; }
.grid { display: grid; gap: .9rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1rem; text-decoration: none; color: inherit;
}
.card:hover { border-color: #2f6b45; }
.card h3 { margin: 0 0 .3rem; font-size: 1rem; color: #f0fdf4; }
.muted, .card p { color: var(--muted); font-size: .9rem; }
.tag {
  display: inline-block; font-size: .68rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .03em; padding: .12rem .4rem; border-radius: 5px; background: #1a3a26; color: var(--orange); margin-bottom: .4rem;
}
.tag-soon { color: #bbf7d0; background: #14532d; }
.callout {
  background: linear-gradient(120deg, #0d3d24, #1f7a45); color: #ecfdf5;
  padding: 1.05rem 1.15rem; border-radius: 12px; margin: .9rem 0;
}
.callout a { color: #fdba74; font-weight: 800; }
.rank-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.rank-board {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1rem 1.15rem; border-top: 3px solid var(--orange);
}
.rank-board h3 { margin: 0 0 .65rem; color: var(--orange); font-size: 1rem; }
.rank-list { list-style: none; padding: 0; margin: 0; }
.rank-list li {
  display: flex; gap: .55rem; align-items: baseline; padding: .4rem 0;
  border-bottom: 1px solid var(--border); font-size: .92rem; flex-wrap: wrap;
}
.rank-list li:last-child { border-bottom: 0; }
.rank { font-weight: 900; color: var(--green); font-variant-numeric: tabular-nums; min-width: 1.8rem; }
.name { color: var(--ink); font-weight: 650; flex: 1 1 auto; }
.pts { font-variant-numeric: tabular-nums; color: var(--muted); font-size: .85rem; font-weight: 650; margin-left: auto; }
.rank-cite, .source-chip {
  font-size: .75rem; color: #7a9a84; margin: .65rem 0 0; line-height: 1.45;
}
.source-bar {
  display: flex; flex-wrap: wrap; gap: .45rem .65rem; align-items: center;
  padding: .65rem 0; font-size: .8rem; color: var(--muted); border-bottom: 1px solid var(--border);
}
.source-chip {
  display: inline-block; margin: 0; padding: .2rem .55rem; border-radius: 999px;
  background: #12281a; border: 1px solid var(--border); color: #bbf7d0; text-decoration: none;
}
.source-chip:hover { border-color: var(--orange); color: var(--orange); }
.empty-state {
  background: var(--card); border: 1px dashed #2f6b45; border-radius: var(--radius);
  padding: 1.35rem 1.2rem; text-align: left;
}
.empty-state h3 { margin: 0 0 .4rem; color: #f0fdf4; }
.empty-state p { color: var(--muted); margin: 0 0 .75rem; }
.prose { max-width: 46rem; }
.prose h1 { letter-spacing: -.025em; }
.prose p { color: #cbd5e1; }
.prose ul { color: var(--muted); }
.sources { font-size: .85rem; color: var(--muted); }
.sources code { font-size: .78rem; background: #0a1a10; padding: .1rem .35rem; border-radius: 4px; }
.soft-hub { font-size: .9rem; color: var(--muted); }
.site-footer {
  background: #040a07; border-top: 3px solid var(--green-deep); color: #94a3b8;
  padding: 1.75rem 0; margin-top: 1.5rem; font-size: .86rem;
}
.site-footer a { color: var(--orange); }
.site-footer .fine { font-size: .78rem; color: #64748b; }
.footer-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-bottom: 1rem; }
.footer-grid h4 { margin: 0 0 .4rem; color: var(--orange); font-size: .85rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: .25rem 0; }
@media (max-width: 640px) { .brand-row { flex-direction: column; align-items: flex-start; } }

.disclosure { font-size:.8rem; color:var(--muted); background:#0a1a10; border:1px solid var(--border); border-radius:8px; padding:.55rem .85rem; margin:.75rem 0 0; }
.product-grid { display:grid; gap:1rem; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); margin-top:1rem; }
.product-card { background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:1rem; }
.product-card h3 { margin:0 0 .35rem; font-size:1rem; color:#f0fdf4; }
.product-card .why { color:var(--muted); font-size:.88rem; margin:0 0 .75rem; }
.product-card .asin { font-size:.72rem; color:#7a9a84; margin:0 0 .55rem; }
.price-chip { display:inline-block; font-size:.72rem; font-weight:700; color:#bbf7d0; background:#14532d; border:1px solid #2f6b45; border-radius:999px; padding:.18rem .55rem; margin:0 0 .45rem; }

.price { font-weight:800; color:var(--orange); font-size:1.15rem; margin:0 0 .25rem; }
.price-asof { font-size:.78rem; color:#7a9a84; margin:0 0 .55rem; }

.product-card {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.05rem;
}
.product-card h3 { margin: 0 0 .35rem; font-size: 1rem; color: #f0fdf4; }
.product-card .why { color: var(--muted); font-size: .9rem; margin: 0 0 .5rem; }
.product-card .price { font-weight: 800; color: var(--orange); font-size: 1.2rem; margin: .25rem 0; }
.product-card .price-check { font-size: 1rem; }
.product-card .price-asof { font-size: .75rem; color: #7a9a84; margin: 0 0 .35rem; }
.product-card .asin { font-size: .72rem; color: #64748b; margin: 0 0 .65rem; }
.product-card .product-img {
  aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: #0a1a10;
  margin-bottom: .75rem; border: 1px solid var(--border);
}
.product-card .product-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-card .btn { margin-top: auto; align-self: flex-start; }
.product-card .fine { font-size: .78rem; color: #94a3b8; margin: 0 0 .5rem; }
code { font-size: .85em; background: #0a1a10; padding: .1rem .35rem; border-radius: 4px; }

.shop-subnav { display:flex; flex-wrap:wrap; gap:.5rem .85rem; margin:.75rem 0 0; }
.shop-subnav a { font-size:.84rem; font-weight:700; text-decoration:none; color:var(--muted); border-bottom:2px solid transparent; padding-bottom:.15rem; }
.shop-subnav a:hover { color:var(--orange); border-color:var(--orange); }
.affiliate-note {
  background:#12281a; border:1px solid var(--border); border-radius:10px;
  padding:.75rem 1rem; margin:0 0 1rem; font-size:.86rem; color:var(--muted);
}
.affiliate-note strong { color:var(--orange); display:block; margin-bottom:.25rem; }
.product-grid, .shop-cats { display:grid; gap:.9rem; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); }
.product-card .note { font-size:.8rem; color:#fdba74; margin:0 0 .4rem; }
.product-card .price { font-weight:800; color:var(--orange); font-size:1.15rem; margin:.2rem 0; }
.product-card .price-asof { font-size:.75rem; color:#7a9a84; margin:0 0 .4rem; }
.product-card .product-img {
  aspect-ratio:1; border-radius:10px; overflow:hidden; background:#0a1a10;
  margin-bottom:.7rem; border:1px solid var(--border);
}
.product-card .product-img img { width:100%; height:100%; object-fit:contain; display:block; }
