/* Grand Gaz v2+ — couche non destructive UX / mobile / perf */
:root{
  --text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;
  --space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;
  --gg-radius:22px;--gg-radius-sm:14px;
}
img{max-width:100%;height:auto}img[loading="lazy"]{content-visibility:auto}.gg-card,.f1-card,.hof-card,.badge-card{backdrop-filter:blur(14px)}
a,button,.gg-btn,.btn{touch-action:manipulation}.gg-btn,.popup-btn,button[type="submit"]{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.gg-btn:active,button:active{transform:scale(.98)}
.gg-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}.standings-table,.ranking-table,table{border-collapse:separate;border-spacing:0;width:100%}
@media(max-width:720px){
  body{padding-bottom:74px}main{padding-bottom:84px!important}.hide-mobile{display:none!important}
  .gg-mobile-quick-nav{grid-template-columns:repeat(5,1fr)!important;gap:2px!important;padding:7px 8px!important}.gg-mobile-quick-nav a{font-size:1rem!important}.gg-mobile-quick-nav a span{font-size:.54rem!important}
  table{font-size:.78rem}td,th{padding:.55rem .5rem!important}.standings-table td:nth-child(n+4),.standings-table th:nth-child(n+4){display:none}.standings-table td:first-child,.standings-table th:first-child{position:sticky;left:0;background:var(--card-bg);z-index:2}
  .gg-hero{padding:24px!important;border-radius:22px!important}.gg-countdown{gap:7px!important}.gg-cd-item{min-width:48px!important}.gg-cd-number{font-size:1.55rem!important}.gg-grid.stats,.gg-grid.two,.gg-grid.three{grid-template-columns:1fr!important}.stat-grid{grid-template-columns:repeat(2,1fr)!important}
  input,select,textarea{font-size:16px!important}
}
.gg-skeleton{position:relative;overflow:hidden;background:rgba(255,255,255,.06);border-radius:12px}.gg-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:ggShimmer 1.4s infinite}@keyframes ggShimmer{100%{transform:translateX(100%)}}
.gg-toast-stack{position:fixed;right:16px;bottom:88px;z-index:9999;display:grid;gap:10px}.gg-toast-card{background:rgba(17,18,22,.94);border:1px solid rgba(255,255,255,.12);border-left:4px solid var(--team-color);border-radius:14px;padding:12px 14px;color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.35);font-size:.86rem;max-width:320px}
