.elementor-81 .elementor-element.elementor-element-298b88ae{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-651bad16 */:root{
  --void:#060a16;
  --deep:#0a1530;
  --panel:#101d40;
  --panel-2:#142650;
  --line:#22345f;
  --blue:#3b6fe8;
  --blue-soft:#7ea1f2;
  --white:#f4f7fd;
  --muted:#8b9ac0;
  --muted-dim:#5d6b8f;
  --green:#33c48a;
  --red:#e2596a;
  --gold:#e2b559;
  --radius:14px;
  --maxw:1180px;
}

*{margin:0;padding:0;box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
  background:var(--void);
  color:var(--white);
  font-family:'Inter',system-ui,sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,.num{
  font-family:'Space Grotesk',sans-serif;
  letter-spacing:-0.01em;
}

a{color:inherit;text-decoration:none;}

.wrap{
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 24px;
}

/* ---------- Field-line background pattern ---------- */
.pitch-lines{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size:64px 64px;
  opacity:0.16;
  mask-image:radial-gradient(ellipse 70% 60% at 50% 0%, black 40%, transparent 85%);
}

/* ---------- Header ---------- */
header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(6,10,22,0.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:72px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  font-size:1.05rem;
}

.brand-mark{
  width:30px;height:30px;
  border-radius:50%;
  background:radial-gradient(circle at 32% 30%, var(--blue-soft), var(--blue) 55%, #1c3a86 100%);
  box-shadow:0 0 18px rgba(59,111,232,0.55);
}

.nav-links{
  display:flex;
  gap:32px;
  font-size:0.92rem;
  color:var(--muted);
}

.nav-links a:hover{color:var(--white);}
.nav-links a.active{color:var(--white);}

.nav-cta{
  padding:10px 20px;
  border-radius:999px;
  background:var(--blue);
  font-weight:600;
  font-size:0.9rem;
  box-shadow:0 4px 20px rgba(59,111,232,0.35);
}

/* ---------- Archive hero ---------- */
.archive-hero{
  position:relative;
  padding:72px 0 48px;
  overflow:hidden;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 16px;
  border-radius:999px;
  background:rgba(59,111,232,0.12);
  border:1px solid rgba(59,111,232,0.4);
  font-size:0.82rem;
  font-weight:500;
  color:var(--blue-soft);
  margin-bottom:22px;
}

.badge-dot{
  width:7px;height:7px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 8px var(--green);
}

.archive-hero h1{
  font-size:clamp(2rem, 4vw, 2.9rem);
  font-weight:700;
  margin-bottom:14px;
}

.archive-hero .lede{
  color:var(--muted);
  font-size:1.05rem;
  max-width:56ch;
  margin-bottom:36px;
}

.summary-row{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.summary-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:20px 22px;
}

.summary-card .num{
  font-size:1.7rem;
  font-weight:700;
}

.summary-card .num.accent{
  color:var(--blue-soft);
}

.summary-card .label{
  font-size:0.82rem;
  color:var(--muted-dim);
  margin-top:4px;
}

/* ---------- Table section ---------- */
.archive-table-section{
  padding:16px 0 88px;
}

.table-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:20px;
}

.toolbar-title{
  font-weight:600;
  font-size:1.05rem;
}

.toolbar-filters{
  display:flex;
  gap:8px;
}

.filter-chip{
  padding:8px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background:transparent;
  color:var(--muted);
  font-size:0.85rem;
  font-family:inherit;
  cursor:pointer;
}

.filter-chip.active{
  background:var(--blue);
  border-color:var(--blue);
  color:var(--white);
}

.table-scroll{
  overflow-x:auto;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--panel);
}

.archive-table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
}

.archive-table thead th{
  text-align:left;
  font-size:0.78rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.04em;
  color:var(--muted-dim);
  padding:16px 20px;
  border-bottom:1px solid var(--line);
  white-space:nowrap;
}

.archive-table tbody td{
  padding:16px 20px;
  border-bottom:1px solid var(--line);
  font-size:0.92rem;
  vertical-align:middle;
}

.archive-table tbody tr:last-child td{
  border-bottom:none;
}

.archive-table tbody tr:hover{
  background:rgba(59,111,232,0.05);
}

.match-teams{
  font-weight:500;
  white-space:nowrap;
}

.match-teams .vs{
  color:var(--muted-dim);
  font-weight:400;
  margin:0 4px;
}

.pick-tag{
  display:inline-block;
  padding:4px 12px;
  border-radius:999px;
  background:rgba(126,161,242,0.12);
  border:1px solid rgba(126,161,242,0.3);
  color:var(--blue-soft);
  font-size:0.82rem;
  white-space:nowrap;
}

.odds{
  font-family:'Space Grotesk',sans-serif;
  font-weight:600;
  color:var(--white);
}

.status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:0.88rem;
  font-weight:500;
  white-space:nowrap;
}

.status::before{
  content:'';
  width:8px;height:8px;
  border-radius:50%;
}

.status-win{color:var(--green);}
.status-win::before{background:var(--green); box-shadow:0 0 8px var(--green);}

.status-loss{color:var(--red);}
.status-loss::before{background:var(--red); box-shadow:0 0 8px var(--red);}

.status-push{color:var(--gold);}
.status-push::before{background:var(--gold); box-shadow:0 0 8px var(--gold);}

/* ---------- Pagination ---------- */
.pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:28px;
}

.page-btn{
  padding:10px 20px;
  border-radius:8px;
  border:1px solid var(--line);
  background:var(--panel);
  color:var(--white);
  font-family:inherit;
  font-size:0.88rem;
  cursor:pointer;
}

.page-btn:disabled{
  opacity:0.4;
  cursor:not-allowed;
}

.page-info{
  color:var(--muted-dim);
  font-size:0.85rem;
}

/* ---------- Divider ---------- */
.divider{
  height:1px;
  background:linear-gradient(90deg, transparent, var(--line), transparent);
}

/* ---------- Footer ---------- */
footer{
  padding:48px 0 40px;
  border-top:1px solid var(--line);
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  flex-wrap:wrap;
  margin-bottom:28px;
}

.footer-note{
  color:var(--muted-dim);
  font-size:0.82rem;
  max-width:60ch;
  line-height:1.6;
}

.footer-links{
  display:flex;
  gap:22px;
  font-size:0.86rem;
  color:var(--muted);
}

.footer-bottom{
  color:var(--muted-dim);
  font-size:0.8rem;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

/* ---------- Responsive ---------- */
@media (max-width:900px){
  .nav-links{display:none;}
  .summary-row{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:680px){
  /* Convert table rows into stacked cards */
  .table-scroll{
    overflow-x:visible;
    border:none;
    background:none;
  }

  .archive-table{min-width:0;}

  .archive-table thead{display:none;}

  .archive-table, .archive-table tbody, .archive-table tr, .archive-table td{
    display:block;
    width:100%;
  }

  .archive-table tbody tr{
    background:var(--panel);
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:16px 18px;
    margin-bottom:14px;
  }

  .archive-table tbody tr:last-child{margin-bottom:0;}

  .archive-table tbody td{
    border-bottom:none;
    padding:6px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    font-size:0.9rem;
  }

  .archive-table tbody td::before{
    content:attr(data-label);
    color:var(--muted-dim);
    font-size:0.76rem;
    text-transform:uppercase;
    letter-spacing:0.04em;
    flex-shrink:0;
  }

  .match-teams{white-space:normal; text-align:right;}
}

@media (max-width:560px){
  .wrap{padding:0 18px;}
  .nav{height:64px;}
  .archive-hero{padding:48px 0 36px;}
  .summary-row{grid-template-columns:1fr 1fr; gap:12px;}
  .summary-card{padding:16px 18px;}
  .table-toolbar{flex-direction:column; align-items:flex-start;}
  .footer-grid{flex-direction:column;}
}/* End custom CSS */