/* Editorial guide — dark cinematic layer; load after guide inline <style> */
html.lc-page-guide{
  --cream:#0a0908;
  --cream2:#100e0c;
  --ink:#f4f0e8;
  --ink2:rgba(244,240,232,.78);
  --dim:rgba(244,240,232,.45);
  --dim2:rgba(244,240,232,.32);
  --gold:#c9a962;
  --gold2:#d4b05a;
  --gold3:#e8cf88;
  --green:#1a3d2e;
  overflow-x:clip;
  max-width:100%;
  -webkit-text-size-adjust:100%;
}

html.lc-page-guide body{
  background:radial-gradient(ellipse 100% 60% at 50% -10%,rgba(201,169,98,.08),transparent 50%),var(--cream);
  color:var(--ink);
  font-family:'Playfair Display',Georgia,serif;
  overflow-x:clip;
  max-width:100%;
}

html.lc-page-guide .nav{
  background:rgba(6,5,4,.72);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(201,169,98,.14);
}
html.lc-page-guide .nav-brand{color:var(--ink);}
html.lc-page-guide .nav-brand span{color:var(--gold2);}
html.lc-page-guide .nav-meta{color:var(--dim);}
html.lc-page-guide .nav-meta a:hover{color:var(--gold2);}

html.lc-page-guide .type-hero{
  border-bottom-color:rgba(201,169,98,.12);
}
html.lc-page-guide .th-overline{color:var(--gold);}
html.lc-page-guide .th-overline::after{background:var(--gold);opacity:.35;}
html.lc-page-guide .th-h{color:var(--ink);}
html.lc-page-guide .th-h strong{color:var(--ink);}
html.lc-page-guide .th-rule{background:var(--gold);}
html.lc-page-guide .th-deck{color:var(--dim);}
html.lc-page-guide .th-meta{border-top-color:rgba(201,169,98,.12);}

html.lc-page-guide .hero-photo::after{
  background:linear-gradient(to top,var(--cream) 0%,transparent 100%);
}

html.lc-page-guide .intro .drop-cap,
html.lc-page-guide p.body{color:var(--ink2);}
html.lc-page-guide p.body b{color:var(--ink);}
html.lc-page-guide .pull{
  color:rgba(212,176,90,.85);
  border-left-color:var(--gold);
}

html.lc-page-guide .dark-section{
  background:linear-gradient(165deg,#030201 0%,#0f0d0a 55%,#080706 100%);
  border-top:1px solid rgba(201,169,98,.1);
  border-bottom:1px solid rgba(201,169,98,.08);
}
html.lc-page-guide .ds-grid{background:rgba(201,169,98,.08);}
html.lc-page-guide .ds-cell{background:rgba(255,255,255,.03);}
html.lc-page-guide .ds-cell-name{color:var(--ink);}
html.lc-page-guide .ds-cell-copy{color:rgba(244,240,232,.48);}

html.lc-page-guide .chapter-break{border-top-color:rgba(201,169,98,.2);}
html.lc-page-guide .cb-num{color:rgba(201,169,98,.18);}
html.lc-page-guide .cb-h{color:var(--ink);}
html.lc-page-guide .cb-label{color:var(--gold);}

html.lc-page-guide .photo-pair{border-color:rgba(201,169,98,.12);}
html.lc-page-guide .pp-text{background:rgba(10,9,8,.4);}
html.lc-page-guide .pp-h{color:var(--ink);}
html.lc-page-guide .pp-copy,
html.lc-page-guide .pp-loc{color:var(--dim);}

html.lc-page-guide .gb-line{background:rgba(201,169,98,.15);}

html.lc-page-guide .full-photo-section .fps-overlay{background:rgba(4,3,2,.62);}
html.lc-page-guide .fps-h{color:var(--ink);}

html.lc-page-guide .match-table .mt-head{
  color:var(--dim);
  border-bottom-color:rgba(201,169,98,.25);
}
html.lc-page-guide .mt-row{border-bottom-color:rgba(244,240,232,.08);}
html.lc-page-guide .mt-teams{color:var(--ink);}
html.lc-page-guide .mt-pill{
  border-color:rgba(201,169,98,.22);
  color:var(--dim);
}
html.lc-page-guide .mt-pill.final{
  background:rgba(201,169,98,.12);
  color:var(--gold2);
  border-color:rgba(201,169,98,.3);
}
html.lc-page-guide .lc-final-match{
  color:#c8e6d4!important;
  font-weight:600;
}

html.lc-page-guide .lc-guide-schedule{
  background:linear-gradient(180deg,rgba(12,10,8,.95) 0%,rgba(6,5,4,.98) 100%)!important;
  border-top:1px solid rgba(201,169,98,.1);
  border-bottom:1px solid rgba(201,169,98,.08);
}

html.lc-page-guide .closing{
  background:linear-gradient(160deg,#0d1a14 0%,#050403 100%);
  border-top:1px solid rgba(201,169,98,.12);
}
html.lc-page-guide .cl-btn{
  background:var(--gold3);
  color:#0a0908;
  border-radius:999px;
  border:1px solid rgba(201,169,98,.35);
  transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1);
}
html.lc-page-guide .cl-btn:hover{opacity:.92;transform:translateY(-1px);}

html.lc-page-guide .foot{
  border-top-color:rgba(201,169,98,.12);
  background:rgba(4,3,2,.85);
  color:var(--dim);
}

@media(max-width:900px){
  html.lc-page-guide .nav-meta a{
    background:rgba(255,255,255,.06);
    color:var(--ink2);
  }
  html.lc-page-guide .nav-meta a:hover{background:rgba(201,169,98,.1);}
}

@media (max-width: 480px) {
  html.lc-page-guide .nav {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
  html.lc-page-guide .mt-teams {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  html.lc-page-guide .th-h {
    overflow-wrap: anywhere;
  }
}
