:root {
  --ink: #101114;
  --muted: #666a72;
  --paper: #f1f2f4;
  --card: #ffffff;
  --line: #d5d7dc;
  --blue: #5743e8;
  --blue2: #3524ad;
  --lime: #d7fb47;
  --orange: #ff7145;
  --shadow: 0 22px 60px rgba(19, 20, 25, .12);
}

body { background: var(--paper); }
.signal-bar { display: flex; justify-content: space-between; align-items: center; min-height: 30px; padding: 4px max(20px, calc((100vw - 1200px)/2 + 24px)); color: #fff; background: #111216; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.signal-bar p { margin: 0; color: #c8cbd1; }
.signal-bar span:last-child { color: var(--lime); }
.topbar { position: sticky; top: 0; z-index: 20; max-width: none; padding-inline: max(24px, calc((100vw - 1200px)/2 + 24px)); background: rgba(241,242,244,.91); border-bottom: 1px solid rgba(190,193,199,.65); backdrop-filter: blur(16px); }
.topbar nav { align-items: center; }
.quiet-link { position: relative; color: #4e525a; font-size: 14px; }
.quiet-link::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--ink); transform: scaleX(0); transition: transform .2s; }
.quiet-link:hover::after { transform: scaleX(1); }
.brand > span:first-child { width: 42px; height: 42px; border: 1px solid #8a8e96; border-radius: 4px 12px 4px 12px; background: linear-gradient(145deg,#eceef1 0 42%,#3d4047 43% 100%); color: #111216; box-shadow: 4px 4px 0 #b8bbc1; }
.brand > span:first-child::after { right: 4px; bottom: 2px; color: #fff; }
.brand .brand-copy { text-transform: uppercase; letter-spacing: -.035em; }
.brand .brand-copy small { color: #71757d; font-weight: 900; }

main { padding-top: 0; }
.intro { min-height: 510px; padding-block: 54px; }
.kicker { display: flex; align-items: center; gap: 9px; color: #575b64; }
.kicker > span { display: inline-block; width: 28px; height: 3px; background: var(--lime); box-shadow: 8px 0 var(--orange); }
h1 { max-width: 760px; font-size: clamp(54px, 7.4vw, 96px); line-height: .88; text-transform: uppercase; }
.intro h1 em { display: inline-block; margin-top: 8px; color: transparent; -webkit-text-stroke: 2px #15161a; text-shadow: 4px 4px 0 var(--lime); }
.intro-copy > p:not(.kicker) { color: #555962; font-size: 20px; }
.quick-trust span { padding: 8px 14px; border: 0; border-radius: 5px; color: #fff; background: #23252a; text-transform: uppercase; letter-spacing: .07em; }
.quick-trust span:nth-child(2) { background: #63676f; }
.quick-trust span:nth-child(3) { color: #18191d; background: var(--lime); }
.sports-mark { position: relative; grid-template-columns: 1fr 1fr; width: 300px; min-width: 300px; height: 340px; transform: rotate(2deg); }
.sports-mark::before { content: "COLLECT · TRACK · TRADE"; position: absolute; z-index: 5; left: -48px; top: 144px; padding: 8px 12px; color: #fff; background: #17181c; font-size: 10px; font-weight: 900; letter-spacing: .15em; transform: rotate(-90deg); }
.sports-mark span { width: 132px; height: 160px; border: 2px solid #22242a; border-radius: 9px; background: #fff; box-shadow: 9px 10px 0 #26282e; font-size: 58px; }
.sports-mark span:nth-child(1) { transform: rotate(-7deg); }
.sports-mark span:nth-child(2) { background: var(--orange); transform: translateY(18px) rotate(6deg); }
.sports-mark span:nth-child(3) { background: #dfe1e5; transform: rotate(4deg); }
.sports-mark span:nth-child(4) { background: var(--lime); transform: translateY(18px) rotate(-5deg); }

.feature-tape { display: flex; justify-content: space-around; align-items: center; gap: 18px; margin: 0 0 36px; padding: 13px 24px; overflow: hidden; color: #fff; background: var(--blue); border: 2px solid #1b1c21; box-shadow: 5px 5px 0 #1b1c21; font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.feature-tape i { color: var(--lime); font-style: normal; }

.workspace { border: 2px solid #202126; border-radius: 14px; box-shadow: 10px 11px 0 #292b31; }
.inputs,.results { padding: 38px; }
.inputs { border-right: 2px solid #202126; }
.panel-heading h2 { font-size: 30px; text-transform: uppercase; }
.step { color: #62666e; font-size: 11px; }
.play-modes { background: #f0f1f3; border: 1px solid #cfd1d6; border-radius: 8px; }
.mode { border-radius: 6px; }
.mode.selected { color: #17181c; background: var(--lime); border-color: #17181c; box-shadow: 3px 3px 0 #17181c; }
.money,.suffix { border-radius: 6px; }
.primary,.secondary { border-radius: 7px; text-transform: uppercase; letter-spacing: .04em; }
.primary { color: #141519; background: var(--lime); border: 2px solid #18191d; box-shadow: 4px 4px 0 #18191d; }
.primary:hover { color: #fff; background: #191a1f; transform: translate(2px,2px); box-shadow: 2px 2px 0 #18191d; }
.results { background: #e7e8eb; }
.status { border: 1px solid #b5b8bf; border-radius: 4px; }
.lead-result { border: 2px solid #0d0e10; border-radius: 8px; background: #17181c; box-shadow: 5px 5px 0 #9ea2aa; }
.metrics article { border-radius: 7px; }

.explain { padding-top: 110px; }
.ball-stack span { border: 2px solid #202126; border-radius: 12px; box-shadow: 8px 8px 0 #25272d; }
.rules-wrap h2,.shop-heading h2 { text-transform: uppercase; }
.rules article { border-radius: 8px; }
.rules article b { border: 1px solid #1c1d21; border-radius: 4px; }

.book-card { border: 2px solid #24262b; border-radius: 9px; box-shadow: 7px 7px 0 #24262b; transition: transform .2s, box-shadow .2s; }
.book-card:hover { transform: translate(-2px,-3px); box-shadow: 10px 12px 0 #24262b; }
.book-cover { border-radius: 4px; }
.book-info a,.link-hub > a,.download-tool { border-radius: 5px; text-transform: uppercase; font-size: 13px; letter-spacing: .04em; }
.free-tool { border: 2px solid #121317; border-radius: 9px; background: #24262b; box-shadow: 8px 8px 0 #9da1aa; }
.link-hub { border: 2px solid #24262b; border-radius: 9px; box-shadow: 7px 7px 0 #d2d4da; }
.search-guides { padding: 92px 0 20px; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.guide-grid > a { display: block; padding: 30px; color: var(--ink); background: #fff; border: 2px solid #24262b; border-radius: 9px; box-shadow: 7px 7px 0 #24262b; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.guide-grid > a:hover { transform: translate(-2px,-3px); box-shadow: 10px 12px 0 #24262b; }
.guide-grid span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.guide-grid h3 { margin: 12px 0 10px; font-size: 25px; line-height: 1.08; text-transform: uppercase; }
.guide-grid p { color: var(--muted); }
.guide-grid b { color: var(--blue2); font-size: 14px; }
.guide-page main { max-width: 900px; }
.guide-hero { padding: 70px 0 34px; }
.guide-hero h1 { font-size: clamp(44px,7vw,76px); }
.guide-hero .lede { max-width: 740px; color: var(--muted); font-size: 20px; }
.guide-body { padding: 42px; background: #fff; border: 2px solid #24262b; border-radius: 10px; box-shadow: 9px 9px 0 #24262b; }
.guide-body h2 { margin: 42px 0 12px; font-size: 30px; text-transform: uppercase; line-height: 1.08; }
.guide-body h2:first-child { margin-top: 0; }
.guide-body h3 { margin-top: 28px; font-size: 21px; }
.guide-body p,.guide-body li { color: #4e525a; }
.guide-body .formula { padding: 20px; color: #fff; background: #17181c; border-left: 7px solid var(--lime); font-size: 18px; font-weight: 800; }
.guide-body .example { padding: 20px; background: #eff1f4; border: 1px solid #ced1d7; border-radius: 7px; }
.guide-cta { margin-top: 34px; padding: 26px; background: var(--lime); border: 2px solid #18191d; border-radius: 8px; }
.guide-cta h2 { margin: 0 0 8px; }
.guide-cta a { display: inline-block; margin-top: 10px; padding: 12px 18px; color: #fff; background: #17181c; border-radius: 5px; text-decoration: none; font-weight: 850; }
footer { margin-top: 80px; color: #bfc2c8; background: #16171b; border-top: 0; max-width: none; padding-inline: max(24px, calc((100vw - 1200px)/2 + 24px)); }
footer span { color: #fff; }

@media (max-width: 850px) {
  .intro { min-height: auto; }
  .sports-mark { margin-top: 45px; }
  .inputs { border-right: 0; border-bottom: 2px solid #202126; }
}

@media (max-width: 560px) {
  .signal-bar { justify-content: center; }
  .signal-bar span { display: none; }
  .topbar { padding-inline: 16px; }
  .brand .brand-copy small { display: none; }
  .intro { padding-top: 40px; }
  h1 { font-size: 52px; }
  .intro h1 em { -webkit-text-stroke-width: 1.5px; text-shadow: 3px 3px 0 var(--lime); }
  .sports-mark { display: grid; width: 100%; min-width: 0; height: auto; grid-template-columns: repeat(4,1fr); }
  .sports-mark::before { display: none; }
  .sports-mark span { width: auto; height: 88px; border-radius: 7px; box-shadow: 4px 5px 0 #26282e; font-size: 37px; transform: none !important; }
  .feature-tape { justify-content: flex-start; box-shadow: 4px 4px 0 #1b1c21; }
  .feature-tape span:nth-of-type(n+4),.feature-tape i:nth-of-type(n+4) { display: none; }
  .workspace { box-shadow: 5px 6px 0 #292b31; }
  .inputs,.results { padding: 24px 18px; }
  .book-card { box-shadow: 5px 5px 0 #24262b; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-body { padding: 24px 18px; box-shadow: 5px 5px 0 #24262b; }
}

.brand img.jjcards-brand-logo{display:block;width:72px;height:56px;object-fit:contain;border-radius:8px;background:#666;flex-shrink:0}.topbar nav a[href="/app/"]{display:inline-flex!important;align-items:center;border:1px solid #888;border-radius:8px;padding:8px 12px;color:#333;white-space:nowrap}@media(max-width:560px){.topbar{height:auto;min-height:82px;gap:12px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.topbar nav{flex-wrap:wrap;gap:12px}.brand img.jjcards-brand-logo{width:76px;height:60px}}
