
:root{
  --bg:#070708;
  --bg2:#0d0d10;
  --card:#111115;
  --card2:#15151a;
  --line:rgba(214,183,108,.22);
  --line2:rgba(239,227,202,.11);
  --gold:#c8a75f;
  --gold2:#f1dfb8;
  --cream:#efe3ca;
  --text:#f5f0e8;
  --muted:#aaa39a;
  --muted2:#736f68;
  --green:#6bd39b;
  --red:#e07070;
  --shadow:0 24px 80px rgba(0,0,0,.5);
  --radius:22px;
  --max:1180px;
}

*{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 15% 5%, rgba(200,167,95,.16), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(241,223,184,.08), transparent 28%),
    linear-gradient(180deg,#050506 0%,#0a0a0c 45%,#070708 100%);
  color:var(--text);
  line-height:1.55;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom, black 0%, transparent 85%);
}

a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(var(--max), calc(100% - 32px)); margin:0 auto}
.section{padding:84px 0}
.no-top{padding-top:0}
.muted{color:var(--muted)}
code{
  color:var(--gold2);
  background:rgba(239,227,202,.07);
  padding:.1rem .35rem;
  border-radius:8px;
}

.site-header{
  position:relative;
  z-index:10;
  padding:24px 0;
  border-bottom:1px solid var(--line2);
  background:rgba(7,7,8,.72);
  backdrop-filter:blur(16px);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:max-content;
}

.brand-mark{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:15px;
  background:linear-gradient(135deg,rgba(200,167,95,.25),rgba(255,255,255,.04));
  color:var(--gold2);
  font-weight:900;
  letter-spacing:-.04em;
  box-shadow:0 12px 38px rgba(200,167,95,.08);
}

.brand strong{
  display:block;
  font-size:15px;
  letter-spacing:.03em;
}

.brand small{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:1px;
}

.nav{
  display:flex;
  align-items:center;
  gap:8px;
}

.nav a{
  color:var(--muted);
  padding:10px 13px;
  border-radius:999px;
  font-size:14px;
  transition:.2s ease;
}

.nav a:hover,.nav a.active{
  color:var(--cream);
  background:rgba(239,227,202,.07);
}

.menu-toggle{
  display:none;
  background:transparent;
  color:var(--cream);
  border:1px solid var(--line);
  border-radius:12px;
  width:42px;
  height:42px;
}

.hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 72px;
}

.hero:after{
  content:"";
  position:absolute;
  right:-160px;
  top:40px;
  width:520px;
  height:520px;
  border:1px solid rgba(200,167,95,.18);
  border-radius:50%;
  background:
    radial-gradient(circle, rgba(200,167,95,.08), transparent 58%);
  pointer-events:none;
}

.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}

.compact-hero{
  padding:76px 0 48px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:800;
  margin-bottom:16px;
}

.eyebrow:before{
  content:"";
  width:28px;
  height:1px;
  background:var(--gold);
}

h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(42px,6vw,78px);
  line-height:.95;
  letter-spacing:-.07em;
  margin-bottom:22px;
}

h2{
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  letter-spacing:-.055em;
  margin-bottom:14px;
}

h3{
  font-size:20px;
  letter-spacing:-.025em;
}

.lead{
  color:#d8d0c3;
  font-size:clamp(17px,2vw,21px);
  max-width:680px;
  margin-bottom:28px;
}

.hero-actions,.inline-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  border:1px solid var(--line);
  border-radius:999px;
  padding:13px 18px;
  color:var(--cream);
  background:rgba(239,227,202,.06);
  transition:.2s ease;
  cursor:pointer;
}

.btn:hover{
  border-color:rgba(241,223,184,.5);
  transform:translateY(-1px);
}

.btn.primary{
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#16110a;
  border:0;
  font-weight:900;
}

.btn-full{width:100%}
.link-arrow{color:var(--gold2);font-weight:800}
.terminal-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015)),
    rgba(14,14,18,.82);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.terminal-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 20px;
  border-bottom:1px solid var(--line2);
  color:var(--muted);
  font-size:13px;
}

.live-dot{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--gold2);
  font-weight:800;
}

.live-dot:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 18px rgba(107,211,155,.85);
}

.terminal-body{padding:20px}
.terminal-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  border-bottom:1px solid var(--line2);
}
.terminal-row:last-child{border-bottom:0}
.terminal-row span{color:var(--muted)}
.terminal-row strong{font-size:24px;letter-spacing:-.04em;color:var(--gold2)}
.terminal-foot{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:rgba(239,227,202,.04);
  color:var(--muted);
  font-size:13px;
}

.stat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:34px;
}

.stat-grid.six{grid-template-columns:repeat(6,1fr)}
.stat-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
  border-radius:18px;
  padding:18px;
}

.stat-card span,.stat-card small{
  display:block;
  color:var(--muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.stat-card strong{
  display:block;
  color:var(--gold2);
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.055em;
  margin:9px 0 4px;
}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:26px;
}

.section-head p{color:var(--muted);max-width:720px;margin-bottom:0}
.section-head.compact{display:block;margin-bottom:18px}
.section-head.compact p{margin:0}

.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.panel,.mini-panel,.empty-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
  padding:24px;
  box-shadow:0 18px 60px rgba(0,0,0,.22);
}

.mini-panel.full{grid-column:1/-1}
.trust-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.trust-list span{
  padding:12px 13px;
  border:1px solid var(--line2);
  border-radius:14px;
  color:var(--cream);
  background:rgba(239,227,202,.035);
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.process-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.014));
}

.process-card .num{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:13px;
  background:rgba(200,167,95,.12);
  color:var(--gold2);
  border:1px solid var(--line);
  margin-bottom:22px;
  font-weight:900;
}
.process-card p{color:var(--muted);margin-bottom:0}

.partner-panel{
  border:1px solid rgba(200,167,95,.35);
  border-radius:30px;
  padding:32px;
  background:
    radial-gradient(circle at 18% 0%, rgba(200,167,95,.18), transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
}

.partner-badge{
  display:inline-flex;
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 12px;
  color:var(--gold2);
  margin-bottom:12px;
  font-size:13px;
}

.platform-grid,.pick-grid,.result-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.pick-card{
  position:relative;
  border:1px solid var(--line);
  border-radius:28px;
  padding:22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(200,167,95,.13), transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.014));
  box-shadow:0 22px 70px rgba(0,0,0,.28);
  overflow:hidden;
}

.pick-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(241,223,184,.08),transparent 42%);
}

.pick-top,.result-top{
  position:relative;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:18px;
  color:var(--muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

.badge{
  display:inline-flex;
  align-items:center;
  border:1px solid var(--line);
  color:var(--gold2);
  padding:6px 9px;
  border-radius:999px;
  background:rgba(239,227,202,.045);
  font-size:11px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.badge.silver{color:#ddd7cb;border-color:rgba(221,215,203,.26)}
.badge.gold{color:var(--gold2);border-color:rgba(200,167,95,.42)}
.badge.platinum{color:#fff;background:linear-gradient(135deg,rgba(241,223,184,.18),rgba(200,167,95,.08))}
.badge.win{color:var(--green);border-color:rgba(107,211,155,.35)}
.badge.loss{color:var(--red);border-color:rgba(224,112,112,.35)}
.badge.void{color:var(--muted)}

.pick-card h3{
  position:relative;
  font-size:22px;
  line-height:1.15;
  min-height:50px;
  margin-bottom:8px;
}

.pick-sub{
  color:var(--muted);
  font-size:14px;
  min-height:22px;
  margin-bottom:18px;
}

.pick-bet{
  position:relative;
  border-top:1px solid var(--line2);
  border-bottom:1px solid var(--line2);
  padding:18px 0;
  color:var(--gold2);
  font-size:25px;
  line-height:1;
  letter-spacing:-.035em;
  font-weight:950;
  text-transform:uppercase;
  margin-bottom:18px;
}

.pick-meta{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:18px;
}

.pick-meta span{
  border:1px solid var(--line2);
  border-radius:15px;
  padding:10px;
  color:var(--muted);
  font-size:12px;
}

.pick-meta strong{
  display:block;
  color:var(--cream);
  font-size:17px;
  margin-top:2px;
}

.card-note{
  color:var(--muted2);
  font-size:12px;
  margin:12px 0 0;
  text-align:center;
}

.empty-card{
  grid-column:1/-1;
  text-align:center;
  padding:42px 24px;
}
.empty-card h3{font-size:28px;margin-bottom:8px}
.empty-card p{color:var(--muted);max-width:650px;margin:0 auto 18px}

.profit-chart{
  width:100%;
  min-height:260px;
  display:block;
  background:rgba(0,0,0,.15);
  border-radius:18px;
  border:1px solid var(--line2);
}

.tabbar{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.tabbar button{
  border:1px solid var(--line);
  background:rgba(239,227,202,.05);
  color:var(--muted);
  border-radius:999px;
  padding:11px 14px;
  cursor:pointer;
}

.tabbar button.active{
  color:#17120b;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  border-color:transparent;
  font-weight:900;
}

.tab-panel{display:none}
.tab-panel.active{display:block}

.stats-sections{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.table-wrap{overflow:auto}
.data-table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}

.data-table th{
  text-align:left;
  color:var(--gold2);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  padding:12px 10px;
  border-bottom:1px solid var(--line);
}

.data-table td{
  padding:13px 10px;
  border-bottom:1px solid var(--line2);
  color:#ddd6ca;
  white-space:nowrap;
}

.result-card,.platform-card,.strategy-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
}

.result-card h3,.platform-card h3,.strategy-card h3{margin-bottom:8px}
.result-card p,.platform-card p,.strategy-card p{color:var(--muted)}
.result-score{font-size:22px;color:var(--cream);font-weight:900;margin:12px 0}
.result-profit.win{color:var(--green)}
.result-profit.loss{color:var(--red)}
.result-profit.void{color:var(--muted)}

.platform-card .rating{
  color:var(--gold2);
  font-weight:900;
  margin-bottom:12px;
}

.details{
  margin-top:14px;
  border-top:1px solid var(--line2);
  padding-top:14px;
}

.details summary{
  cursor:pointer;
  color:var(--gold2);
  font-weight:800;
}

.strategy-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.warning-panel{
  border:1px solid rgba(200,167,95,.44);
  border-radius:30px;
  padding:30px;
  background:
    radial-gradient(circle at 0 0,rgba(200,167,95,.18),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.014));
}

.footer{
  padding:42px 0;
  border-top:1px solid var(--line2);
  color:var(--muted);
}

.footer-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:start;
}

.footer strong{color:var(--cream)}
.footer-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--gold2)}
.fineprint{grid-column:1/-1;font-size:13px;margin:8px 0 0}


.history-panel{
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  background:
    radial-gradient(circle at 0 0, rgba(200,167,95,.12), transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}

.history-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:22px;
}

.history-head h2{margin-bottom:8px}
.history-head p{color:var(--muted);margin-bottom:0;max-width:720px}

.history-tools{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:24px 0 14px;
  padding-top:20px;
  border-top:1px solid var(--line2);
}

.filter-btn{
  border:1px solid var(--line);
  background:rgba(239,227,202,.05);
  color:var(--muted);
  border-radius:999px;
  padding:10px 13px;
  cursor:pointer;
}

.filter-btn.active{
  color:#17120b;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  border-color:transparent;
  font-weight:900;
}

.history-table-wrap{
  margin-top:12px;
  max-height:680px;
  overflow:auto;
  border:1px solid var(--line2);
  border-radius:18px;
  background:rgba(0,0,0,.16);
}

.history-table-wrap .data-table th{
  position:sticky;
  top:0;
  background:#101012;
  z-index:1;
}

.history-result-win{color:var(--green);font-weight:900}
.history-result-loss{color:var(--red);font-weight:900}
.history-result-void,.history-result-push{color:var(--muted);font-weight:900}

@media (max-width:720px){
  .history-head{display:block}
  .history-head .btn{margin-top:18px;width:100%}
  .history-panel{padding:20px}
}

@media (max-width:980px){
  .hero-grid,.grid-2,.partner-panel{grid-template-columns:1fr}
  .stat-grid,.stat-grid.six{grid-template-columns:repeat(2,1fr)}
  .process-grid,.platform-grid,.pick-grid,.result-grid,.strategy-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:720px){
  .site-header{padding:16px 0}
  .menu-toggle{display:inline-grid;place-items:center}
  .nav{
    display:none;
    position:absolute;
    left:16px;
    right:16px;
    top:82px;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(12,12,15,.96);
    box-shadow:var(--shadow);
  }
  .nav.open{display:flex}
  .nav a{padding:13px 14px}
  .hero{padding:58px 0 46px}
  h1{font-size:46px}
  .section{padding:58px 0}
  .stat-grid,.stat-grid.six,.process-grid,.platform-grid,.pick-grid,.result-grid,.stats-sections,.strategy-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .terminal-foot,.footer-grid{grid-template-columns:1fr;display:grid}
  .pick-meta{grid-template-columns:1fr 1fr}
}

.played-toggle {
  border: 1px solid rgba(241, 223, 184, 0.22);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(241, 223, 184, 0.82);
  border-radius: 999px;
  padding: 0.48rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}

.played-toggle:hover {
  border-color: rgba(200, 167, 95, 0.65);
  background: rgba(200, 167, 95, 0.12);
  color: #f1dfb8;
}

.played-toggle.active {
  border-color: rgba(97, 220, 163, 0.65);
  background: rgba(97, 220, 163, 0.13);
  color: #bff5d9;
}

.played-pick {
  border-color: rgba(97, 220, 163, 0.35) !important;
  box-shadow: 0 0 0 1px rgba(97, 220, 163, 0.08), 0 18px 45px rgba(0, 0, 0, 0.24);
}

.played-badge {
  border-color: rgba(97, 220, 163, 0.45) !important;
  background: rgba(97, 220, 163, 0.12) !important;
  color: #bff5d9 !important;
}

@media (max-width: 640px) {
  .played-toggle {
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
  }
}

.trial-box {
  margin: 26px 0 28px;
  padding: 24px;
  border: 1px solid rgba(200,167,95,.28);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}

.trial-box h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 6vw, 44px);
}

.trial-box p {
  margin: 0 0 18px;
  color: var(--muted);
  max-width: 680px;
}

.trial-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.trial-form input {
  min-width: 240px;
  flex: 1;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: var(--text);
  padding: 0 18px;
  font: inherit;
}

.trial-form input::placeholder {
  color: rgba(239,227,202,.55);
}

.trial-form .btn {
  min-height: 52px;
}

.premium-locked-card {
  position: relative;
}

.locked-premium-box {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(200,167,95,.28);
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  text-align: center;
}

.locked-premium-box strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

.locked-premium-box p {
  color: var(--muted);
  margin-bottom: 16px;
}

.premium-status-card {
  margin: 26px 0 28px;
  padding: 24px;
  border: 1px solid rgba(200,167,95,.28);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.premium-status-card h2 {
  margin: 10px 0 8px;
}

.premium-status-card p {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}
