:root{
  --grg-bg:#0b0f0a; --grg-surface:#121712; --grg-surface-2:#1a221a;
  --grg-border:#243024; --grg-text:#eef2ee; --grg-muted:#9aa89a;
  --grg-brand:#46923c; --grg-brand-2:#5fb551; --grg-red:#df0101;
  --grg-shadow:0 10px 30px -10px rgba(70,146,60,.45);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--grg-bg);color:var(--grg-text);font-family:Inter,system-ui,sans-serif;line-height:1.55}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Bebas Neue',Impact,sans-serif;letter-spacing:.02em;margin:0 0 .5em}
h1{font-size:clamp(2rem,5vw,4rem)}
h2{font-size:clamp(1.6rem,3vw,2.6rem)}
.grg-container{max-width:1200px;margin:0 auto;padding:0 20px}
.grg-section{padding:80px 0}
.grg-eyebrow{font-size:11px;letter-spacing:.4em;text-transform:uppercase;color:var(--grg-brand-2);font-weight:700}
.grg-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px;flex-wrap:wrap}
.grg-section-title{font-family:'Bebas Neue',Impact,sans-serif;color:var(--grg-text);text-transform:uppercase;font-size:clamp(1.8rem,3.2vw,3rem);margin:8px 0 0;letter-spacing:.03em}
.grg-section-link{font-size:13px;font-weight:700;color:var(--grg-brand-2)}
.grg-section-link:hover{text-decoration:underline}

/* Header */
.grg-header{position:sticky;top:0;z-index:50;background:rgba(11,15,10,.85);backdrop-filter:blur(10px);border-bottom:1px solid var(--grg-border)}
.grg-header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;max-width:1200px;margin:0 auto;gap:24px}
.grg-logo-link{display:flex;align-items:center;gap:12px}
.grg-logo-link img{height:44px;width:auto}
.grg-logo-link span{font-family:'Bebas Neue',Impact,sans-serif;font-size:1.4rem;letter-spacing:.05em}
.grg-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:22px;flex-wrap:wrap}
.grg-nav a{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.08em;transition:color .2s}
.grg-nav a:hover,.grg-nav .current-menu-item>a{color:var(--grg-brand-2)}

/* Hero */
.grg-hero{position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:center}
.grg-hero-bg{position:absolute;inset:0;z-index:0}
.grg-hero-img{width:100%;height:100%;object-fit:cover;opacity:.55}
.grg-hero-city{position:absolute;left:0;right:0;bottom:0;width:100%;object-fit:contain;object-position:bottom;opacity:.4;mix-blend-mode:screen;pointer-events:none}
.grg-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,var(--grg-bg),rgba(11,15,10,.4));z-index:1}
.grg-hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:80px 20px;text-align:center;width:100%}
.grg-dot{display:inline-block;width:8px;height:8px;border-radius:99px;background:var(--grg-red);margin-right:6px;animation:grgPulse 1.5s infinite}
@keyframes grgPulse{50%{opacity:.4}}
.grg-vs{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:720px;margin:32px auto 0}
.grg-vs-lg{margin-top:42px}
.grg-team{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1}
.grg-team span{font-family:'Bebas Neue',Impact,sans-serif;font-size:1.2rem;letter-spacing:.08em}
.grg-team.is-home span{color:var(--grg-brand-2)}
.grg-logo{width:84px;height:84px;border-radius:50%;border:2px solid var(--grg-border);background:var(--grg-surface);display:grid;place-items:center;padding:10px}
.grg-logo img{max-width:100%;max-height:100%;object-fit:contain}
.grg-logo-fallback{align-items:center;justify-content:center;font-family:'Bebas Neue',Impact,sans-serif;font-size:1.4rem;color:var(--grg-text)}
.grg-logo-fallback-hidden{display:none}
.grg-logo-lg{width:120px;height:120px}
.grg-team.is-home .grg-logo{border-color:var(--grg-brand);background:rgba(70,146,60,.12);box-shadow:var(--grg-shadow)}
.grg-vs-sep{font-family:'Bebas Neue',Impact,sans-serif;font-size:3rem;color:var(--grg-muted);letter-spacing:.2em}
.grg-hero-meta{margin-top:24px;display:flex;justify-content:center;gap:30px;color:var(--grg-muted);font-size:14px;flex-wrap:wrap}
.grg-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:520px;margin:32px auto 0}
.grg-countdown.is-empty{display:none}
.grg-countdown>div{background:rgba(18,23,18,.7);border:1px solid var(--grg-border);border-radius:8px;padding:14px 12px;backdrop-filter:blur(8px);text-align:center}
.grg-countdown b{display:block;font-family:'Bebas Neue',Impact,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);color:var(--grg-text);font-weight:400;line-height:1}
.grg-countdown i{display:block;margin-top:6px;font-style:normal;font-size:10px;letter-spacing:.25em;color:var(--grg-brand-2);font-weight:700}
.grg-cta-row{margin-top:30px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.grg-btn{display:inline-flex;align-items:center;gap:8px;background:var(--grg-brand);color:#fff;padding:14px 28px;border-radius:6px;font-family:'Bebas Neue',Impact,sans-serif;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;box-shadow:var(--grg-shadow);transition:filter .2s}
.grg-btn:hover{filter:brightness(1.1)}
.grg-btn-ghost{background:transparent;border:1px solid var(--grg-border);color:var(--grg-text);box-shadow:none}
.grg-btn-ghost:hover{border-color:var(--grg-brand);color:var(--grg-brand-2)}

/* Cards / Grid */
.grg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.grg-card{display:block;background:var(--grg-surface);border:1px solid var(--grg-border);border-radius:12px;padding:20px;transition:border-color .2s, transform .2s}
.grg-card:hover{border-color:var(--grg-brand);transform:translateY(-2px)}
.grg-meta{margin-top:16px;padding-top:14px;border-top:1px solid var(--grg-border);font-size:13px;color:var(--grg-muted)}
.grg-meta-date{margin-top:4px;color:var(--grg-text);font-weight:600}
.grg-news-card h3{font-family:'Bebas Neue',Impact,sans-serif;font-size:1.4rem;margin:8px 0}
.grg-news-img{margin:-20px -20px 14px;overflow:hidden;border-radius:12px 12px 0 0;aspect-ratio:16/9;background:var(--grg-surface-2)}
.grg-news-img img{width:100%;height:100%;object-fit:cover}

/* Standings */
.grg-table-wrap{overflow-x:auto;background:var(--grg-surface);border:1px solid var(--grg-border);border-radius:12px;padding:8px}
.grg-table{width:100%;border-collapse:collapse;font-size:14px}
.grg-table th,.grg-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--grg-border)}
.grg-table th{color:var(--grg-brand);text-transform:uppercase;font-size:11px;letter-spacing:.2em}
.grg-table tr.is-grg{background:rgba(70,146,60,.12);font-weight:700}
.grg-team-cell{display:flex;align-items:center;gap:8px}
.grg-team-logo{width:24px;height:24px;display:inline-block;vertical-align:middle;object-fit:contain}
.grg-update{padding:10px 14px;color:var(--grg-muted);font-size:12px}

/* Partners */
.grg-partners{padding:20px 0}
.grg-tier-title{font-family:'Bebas Neue',Impact,sans-serif;color:var(--grg-brand-2);text-transform:uppercase;font-size:1.3rem;margin-top:30px;letter-spacing:.1em}
.grg-partner-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1px;border:1px solid var(--grg-border);border-radius:12px;background:var(--grg-border);overflow:hidden;margin-top:14px}
.grg-partner{display:flex;align-items:center;justify-content:center;background:#fff;padding:18px;min-height:110px;transition:background .2s}
.grg-partner:hover{background:#f5f5f5}
.grg-partner img{max-height:64px;max-width:100%;width:auto;object-fit:contain}
.grg-partner:empty::after{content:"Partneris";color:#111;font-weight:700}

/* Roster */
.grg-roster{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.grg-player{background:var(--grg-surface);border:1px solid var(--grg-border);border-radius:12px;overflow:hidden;text-align:center;padding-bottom:16px}
.grg-player-img{aspect-ratio:1/1;background:var(--grg-surface-2)}
.grg-player-img img{width:100%;height:100%;object-fit:cover}
.grg-player-no{font-family:'Bebas Neue',Impact,sans-serif;font-size:2rem;color:var(--grg-brand);margin-top:10px}
.grg-player-name{font-weight:700}
.grg-player-pos{color:var(--grg-muted);font-size:13px}

/* CTA section (Tapk dalimi) */
.grg-cta-section{position:relative;max-width:1200px;margin:0 auto 80px;padding:80px 30px;border:1px solid var(--grg-border);border-radius:16px;overflow:hidden;text-align:center}
.grg-cta-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.85}
.grg-cta-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(11,15,10,.95),rgba(11,15,10,.65),rgba(11,15,10,.35)),linear-gradient(to top,rgba(11,15,10,.9),rgba(11,15,10,.4),rgba(11,15,10,.6))}
.grg-cta-inner{position:relative;z-index:1}
.grg-cta-title{font-family:'Bebas Neue',Impact,sans-serif;font-size:clamp(2.4rem,6vw,4rem);margin:14px 0 10px}
.grg-cta-sub{color:var(--grg-muted);max-width:520px;margin:0 auto 24px}

/* Footer (1:1 with React) */
.grg-footer{position:relative;background:var(--grg-surface);border-top:1px solid var(--grg-border);margin-top:60px}
.grg-footer-accent{position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--grg-brand),transparent)}
.grg-footer-cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:56px 20px 20px}
.grg-footer h4,.grg-widget-title{font-family:'Bebas Neue',Impact,sans-serif;color:var(--grg-text);font-size:1.05rem;letter-spacing:.18em;margin:0 0 16px;text-transform:uppercase}
.grg-footer ul{list-style:none;padding:0;margin:0}
.grg-footer ul li{margin-bottom:8px;font-size:14px;color:var(--grg-muted)}
.grg-footer ul li a:hover{color:var(--grg-brand-2)}
.grg-footer-brand{display:flex;flex-direction:column;gap:14px}
.grg-footer-brand-row{display:flex;align-items:center;gap:14px}
.grg-footer-logo{height:64px;width:64px;object-fit:contain}
.grg-footer-brand-name{font-family:'Bebas Neue',Impact,sans-serif;font-size:1.6rem;letter-spacing:.04em;font-weight:700;line-height:1}
.grg-footer-brand-sub{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--grg-brand-2);margin-top:4px}
.grg-footer-tag{max-width:440px;color:var(--grg-muted);font-size:14px;margin:0}
.grg-footer-social{display:flex;gap:10px;margin-top:4px}
.grg-footer-social a{display:grid;place-items:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--grg-border);color:var(--grg-muted);font-size:11px;font-weight:700;letter-spacing:.05em;transition:all .2s}
.grg-footer-social a:hover{border-color:var(--grg-brand);color:var(--grg-brand-2)}
.grg-footer-bottom{max-width:1200px;margin:0 auto;padding:18px 20px 24px;border-top:1px solid var(--grg-border);display:flex;justify-content:space-between;font-size:12px;color:var(--grg-muted);flex-wrap:wrap;gap:8px}
.grg-footer-tag-line{font-family:'Bebas Neue',Impact,sans-serif;letter-spacing:.3em;color:var(--grg-brand-2)}

/* Mobile */
@media (max-width:760px){
  .grg-footer-cols{grid-template-columns:1fr;gap:30px}
}
@media (max-width:720px){
  .grg-vs{flex-wrap:wrap}
  .grg-vs-sep{flex-basis:100%;text-align:center;font-size:2rem}
  .grg-nav ul{gap:14px;font-size:12px}
}
