/* WGR clean rebuild — one coherent visual system */
:root{
  --wgr-bg:#070907;
  --wgr-surface:#0d110e;
  --wgr-surface-2:#121713;
  --wgr-raised:#171d18;
  --wgr-text:#f2f5f0;
  --wgr-soft:#a7b0a8;
  --wgr-dim:#707a72;
  --wgr-line:rgba(226,241,225,.13);
  --wgr-line-strong:rgba(226,241,225,.22);
  --wgr-green:#76e631;
  --wgr-green-dark:#47a819;
  --wgr-pink:#f15e94;
  --wgr-blue:#47b8d2;
  --wgr-amber:#f2bd4d;
  --wgr-radius:14px;
  --wgr-shadow:0 24px 70px rgba(0,0,0,.38);
  --wgr-font:Inter,"Segoe UI",Arial,sans-serif;
  --wgr-display:"Arial Narrow","Roboto Condensed",Inter,"Segoe UI",sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--wgr-bg)}
body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 18% -10%,rgba(118,230,49,.085),transparent 30rem),
    radial-gradient(circle at 92% 20%,rgba(71,184,210,.045),transparent 26rem),
    var(--wgr-bg);
  color:var(--wgr-text);
  font-family:var(--wgr-font);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
h1,h2,h3,p{overflow-wrap:anywhere}
h1,h2,h3{margin-top:0;color:var(--wgr-text);font-family:var(--wgr-display);line-height:1.08}
h1{font-size:clamp(2.7rem,7vw,6.6rem);letter-spacing:-.05em}
h2{font-size:clamp(1.8rem,4vw,3.4rem);letter-spacing:-.035em}
h3{font-size:1.18rem;letter-spacing:-.015em}

.skip-link{position:fixed;top:12px;left:12px;z-index:1000;padding:.7rem 1rem;background:var(--wgr-green);color:#071007;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.is-hidden{display:none!important}

/* Unified header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:2rem;
  min-height:76px;
  padding:0 clamp(20px,4vw,64px);
  border:0;
  border-bottom:1px solid var(--wgr-line);
  background:rgba(7,9,7,.91);
  box-shadow:0 12px 36px rgba(0,0,0,.24);
  backdrop-filter:blur(18px);
}
.brand{display:flex;align-items:center;gap:.8rem;font-size:0;font-weight:900}
.brand-mark{
  display:grid;
  place-items:center;
  width:auto;
  min-width:66px;
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  color:var(--wgr-green);
  font:italic 950 1.75rem/.9 Arial,sans-serif;
  letter-spacing:-.09em;
  text-shadow:0 0 24px rgba(118,230,49,.24);
  transform:skew(-6deg);
}
.site-header nav{display:flex;align-items:center;justify-content:flex-end;gap:.2rem;min-width:0}
.site-header nav a{
  position:relative;
  display:grid;
  place-items:center;
  min-height:42px;
  padding:.55rem .72rem;
  border-radius:8px;
  color:#bac2bb;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.site-header nav a:hover,.site-header nav a[aria-current="page"]{background:rgba(255,255,255,.055);color:#fff}
.header-social-links{display:flex;align-items:center;gap:.35rem;margin-left:.65rem;padding-left:.65rem;border-left:1px solid rgba(255,255,255,.14)}
.site-header nav .header-social-link{display:grid;place-items:center;box-sizing:border-box;flex:0 0 32px;width:32px;min-width:32px;height:32px;min-height:32px!important;max-height:32px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:#151c1f;color:#fff;font-family:Arial,"Segoe UI Symbol",sans-serif;font-size:.83rem;font-weight:900;line-height:1;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.site-header nav .header-social-link:hover{border-color:#97ff23;color:#fff;transform:translateY(-2px);filter:brightness(1.18)}
.site-header nav .social-facebook{background:#1877f2}.site-header nav .social-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.site-header nav .social-x{background:#050505}.site-header nav .social-tiktok{background:#111;box-shadow:inset 3px 0 #25f4ee,inset -3px 0 #fe2c55}.site-header nav .social-youtube{background:#f00}.site-header nav .social-mixcloud{background:#5946b2}.site-header nav .social-soundcloud{background:#ff5500}
.site-header nav .social-youtube{font-size:.68rem}.site-header nav .social-instagram{font-size:1.05rem}.site-header nav .social-soundcloud{font-size:.9rem}
.site-header nav a[aria-current="page"]::after{content:"";position:absolute;right:.72rem;bottom:3px;left:.72rem;height:2px;border-radius:2px;background:var(--wgr-green)}

/* New homepage */
.home-page .welcome-strip,.home-page .welcome-panel{display:none!important}
.rebuild-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  gap:clamp(2rem,7vw,7rem);
  width:min(1480px,92vw);
  min-height:min(760px,calc(100vh - 76px));
  margin:0 auto;
  padding:clamp(4rem,8vw,8rem) 0;
}
.rebuild-hero-copy{max-width:900px}
.rebuild-kicker{display:flex;align-items:center;gap:.65rem;margin:0 0 1.35rem;color:var(--wgr-green);font-size:.72rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.rebuild-kicker span{width:34px;height:2px;background:var(--wgr-green)}
.rebuild-hero h1{margin:0;text-transform:uppercase}
.rebuild-hero h1 em{color:var(--wgr-green);font-style:normal}
.rebuild-hero-tagline{max-width:680px;margin:1.5rem 0 0;color:var(--wgr-soft);font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.75}
.rebuild-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.rebuild-button,.button,.ghost-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:.75rem 1.25rem;
  border:1px solid var(--wgr-line-strong);
  border-radius:9px;
  background:var(--wgr-surface-2);
  color:#fff;
  font:850 .78rem/1 var(--wgr-font);
  letter-spacing:.045em;
  text-transform:uppercase;
  cursor:pointer;
  transition:.18s ease;
}
.rebuild-button:hover,.button:hover,.ghost-button:hover{border-color:rgba(118,230,49,.6);transform:translateY(-2px)}
.rebuild-button.is-primary,.button.primary{border-color:var(--wgr-green);background:var(--wgr-green);color:#071007;box-shadow:0 12px 30px rgba(71,168,25,.18)}
.rebuild-signal-list{display:flex;flex-wrap:wrap;gap:1.2rem;margin:2.25rem 0 0;padding:0;color:var(--wgr-dim);font-size:.76rem;list-style:none}
.rebuild-signal-list li{display:flex;align-items:center;gap:.45rem}
.rebuild-signal-list i{width:6px;height:6px;border-radius:50%;background:var(--wgr-green);box-shadow:0 0 10px rgba(118,230,49,.55)}

.rebuild-live-console{
  position:relative;
  overflow:hidden;
  padding:clamp(1.25rem,3vw,2rem);
  border:1px solid var(--wgr-line-strong);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(23,29,24,.96),rgba(9,12,10,.98));
  box-shadow:var(--wgr-shadow);
}
.rebuild-live-console::before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--wgr-green),rgba(118,230,49,.05))}
.rebuild-console-topline,.rebuild-console-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--wgr-dim);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.rebuild-live-badge{display:flex;align-items:center;gap:.45rem;color:var(--wgr-green)}
.rebuild-live-badge i{width:7px;height:7px;border-radius:50%;background:var(--wgr-green);box-shadow:0 0 12px var(--wgr-green);animation:wgrPulse 1.5s ease-in-out infinite}
@keyframes wgrPulse{50%{opacity:.4;box-shadow:0 0 2px var(--wgr-green)}}
.rebuild-now-playing{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:1.2rem;margin:1.6rem 0;padding:1.2rem;border:1px solid var(--wgr-line);border-radius:14px;background:rgba(0,0,0,.22)}
.rebuild-now-playing img{width:90px;height:90px;border-radius:10px;background:#0b0f0c;object-fit:cover}
.rebuild-now-playing div{display:flex;min-width:0;flex-direction:column}
.rebuild-now-playing span{color:var(--wgr-green);font-size:.66rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.rebuild-now-playing strong{overflow:hidden;margin:.35rem 0;color:#fff;font-size:1.15rem;text-overflow:ellipsis;white-space:nowrap}
.rebuild-now-playing small{overflow:hidden;color:var(--wgr-dim);text-overflow:ellipsis;white-space:nowrap}
.rebuild-audio-row audio{display:block;width:100%;height:44px;accent-color:var(--wgr-green)}
.rebuild-console-footer{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--wgr-line)}
.rebuild-console-footer b{color:#fff}.rebuild-console-footer a{color:var(--wgr-green)}

.rebuild-home-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(1580px,96vw);margin:0 auto;padding:0 0 clamp(4rem,8vw,7rem);gap:.8rem}
.rebuild-home-links a{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:.1rem .9rem;min-height:125px;padding:1.25rem;border:1px solid var(--wgr-line);border-radius:13px;background:rgba(13,17,14,.72);transition:.18s ease}
.rebuild-home-links a:hover{border-color:rgba(118,230,49,.55);background:var(--wgr-surface-2);transform:translateY(-3px)}
.rebuild-home-links span{grid-row:1/3;color:var(--wgr-green);font-size:.7rem;font-weight:900}
.rebuild-home-links strong{align-self:end;font-size:.9rem;text-transform:uppercase}
.rebuild-home-links small{color:var(--wgr-dim);font-size:.7rem}

/* Full-window radio bar fixed above the site */
body.has-fixed-player{padding-bottom:184px}
.site-bottom-player{
  display:block!important;
  position:fixed!important;
  z-index:1000!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100vw!important;
  height:184px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-top:2px solid var(--wgr-green)!important;
  border-radius:0!important;
  background:rgba(5,8,6,.97)!important;
  box-shadow:0 -18px 60px rgba(0,0,0,.52)!important;
  backdrop-filter:blur(18px);
}
.site-bottom-player .player{position:relative!important;width:min(1600px,100%)!important;height:100%!important;margin:0 auto!important;padding:28px clamp(12px,2vw,32px) 7px!important;border:0!important;border-radius:0!important;background:transparent!important}
.site-bottom-player .player-server-status{top:4px!important;left:clamp(12px,2vw,32px)!important;min-height:20px!important;padding:2px 7px!important;font-size:.62rem!important}
.site-bottom-player .player-popout-button{top:4px!important;right:clamp(12px,2vw,32px)!important;min-height:22px!important;padding:3px 8px!important;font-size:.62rem!important}

/* Wide WGR on-air treatment, inspired by modern radio consoles */
.site-bottom-player .player-main{display:grid!important;position:relative;grid-template-columns:minmax(0,1fr) minmax(270px,360px)!important;align-items:center!important;gap:16px!important;height:100%;overflow:hidden}
.site-bottom-player .player-main::before{content:"WGR  ON AIR";position:absolute;right:350px;top:-13px;color:rgba(118,230,49,.07);font-size:4rem;font-weight:950;letter-spacing:-.06em;line-height:1;pointer-events:none}
.site-bottom-player .vinyl-deck,.site-bottom-player .player-equalizer{display:none!important}
.site-bottom-player .player-control-panel{display:grid!important;grid-template-areas:"now audio"!important;grid-template-columns:minmax(270px,.9fr) minmax(260px,1.1fr)!important;align-items:center!important;gap:clamp(10px,2vw,28px)!important;height:100%!important}
.site-bottom-player .now-playing{grid-area:now!important;grid-template-columns:58px minmax(0,1fr)!important;height:66px!important;margin:0!important;padding:4px!important;border:0!important;background:transparent!important}
.site-bottom-player .now-playing-art{width:58px!important;height:58px!important;border-color:rgba(118,230,49,.35)!important}
.site-bottom-player .now-playing div{grid-template-columns:1fr!important;gap:0!important}
.site-bottom-player .now-playing span{font-size:.62rem!important}
.site-bottom-player .now-playing strong{overflow:hidden!important;font-size:.82rem!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.site-bottom-player .player-control-panel>audio{grid-area:audio!important;width:100%!important;margin:0!important}
.site-bottom-player audio{accent-color:var(--wgr-green)}
.site-bottom-player .tunein-box{display:grid!important;grid-column:auto!important;align-content:center!important;gap:3px!important;height:66px!important;margin:0!important;padding:4px 7px!important;border-color:var(--wgr-line)!important;background:rgba(10,14,11,.8)!important}
.site-bottom-player .tunein-box>span{font-size:.57rem!important}
.site-bottom-player .tunein-links{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:3px!important}
.site-bottom-player .tunein-links a{min-height:38px!important;padding:3px!important;border-radius:6px!important}
.site-bottom-player .tunein-links img{width:18px!important;height:18px!important}
.site-bottom-player .tunein-links strong{overflow:hidden;font-size:.48rem!important;text-overflow:ellipsis;white-space:nowrap}
.site-bottom-player .track-buy-panel{display:grid!important;grid-template-columns:minmax(210px,.65fr) minmax(420px,1.35fr)!important;align-items:center!important;gap:12px!important;height:68px!important;margin:6px 0 0!important;padding:7px 10px!important;border-color:rgba(255,194,71,.3)!important;border-radius:8px!important;background:linear-gradient(90deg,rgba(255,194,71,.1),rgba(118,230,49,.035))!important}
.site-bottom-player .track-buy-panel>div:first-child{min-width:0!important}
.site-bottom-player .track-buy-panel strong,.site-bottom-player .track-buy-panel small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.site-bottom-player .track-buy-links{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important}
.site-bottom-player .track-buy-links a{min-height:38px!important;padding:4px!important;font-size:.64rem!important}

/* Public content */
main{min-height:65vh}
.section,.policy-page,.schedule-page,.chat-page,.news-page,.playlist-page{width:min(1580px,96vw);margin:0 auto;padding:clamp(4rem,7vw,7rem) 0;background:transparent!important}
.admin-page,.backend-page{width:min(1380px,92vw);margin:0 auto;padding:clamp(4rem,7vw,7rem) 0;background:transparent!important}
.section-heading,.policy-page>.section-heading,.backend-page>.section-heading,.schedule-booking-hero{
  position:relative;
  max-width:none;
  width:100%;
  margin:0 0 clamp(2rem,5vw,4rem);
  padding:clamp(1.5rem,4vw,3.2rem);
  overflow:hidden;
  border:1px solid var(--wgr-line)!important;
  border-radius:18px;
  background:radial-gradient(circle at 92% 16%,rgba(118,230,49,.15),transparent 25%),linear-gradient(135deg,#121913,#080b09 72%)!important;
  box-shadow:var(--wgr-shadow)!important;
  text-align:left;
}
.section-heading::after,.policy-page>.section-heading::after,.backend-page>.section-heading::after,.schedule-booking-hero::after{content:"WGR";position:absolute;right:clamp(1rem,4vw,3.5rem);bottom:-.28em;color:rgba(118,230,49,.045);font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(6rem,14vw,13rem);font-weight:900;line-height:1;pointer-events:none}
.section-heading>*,.policy-page>.section-heading>*,.backend-page>.section-heading>*,.schedule-booking-hero>*{position:relative;z-index:1}
.section-heading-with-art{min-height:250px;padding-right:clamp(290px,29vw,430px)!important}
.section-heading-with-art>p:not(.eyebrow){max-width:780px}
.section-heading-feature{position:absolute!important;z-index:1;top:50%;right:clamp(1rem,3vw,2.5rem);width:clamp(230px,24vw,350px);height:calc(100% - 2rem);max-height:220px;transform:translateY(-50%);border:1px solid rgba(118,230,49,.32);border-radius:13px;object-fit:cover;box-shadow:0 18px 42px rgba(0,0,0,.42)}
.section-heading h1,.policy-page>.section-heading h1,.backend-page>.section-heading h1,.schedule-booking-hero h1{margin:.25rem 0 .85rem;font-size:clamp(2.4rem,6vw,5rem);line-height:1;letter-spacing:-.045em;text-transform:none}
.section-heading p:last-child,.policy-page>.section-heading p:last-child,.backend-page>.section-heading p:last-child,.schedule-booking-hero p:last-child{max-width:760px;margin:0;color:var(--wgr-soft);font-size:1rem;line-height:1.7}
.eyebrow{margin:0 0 .6rem;color:var(--wgr-green);font-size:.68rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}

.card,.policy-panel,.visual-policy-panel,.updates-panel,.update-card,.pulse-card,.show-grid article,.news-card,.backend-card,.backend-login,.studio-form-panel,.app-download-strip{
  border:1px solid var(--wgr-line)!important;
  border-radius:var(--wgr-radius)!important;
  background:var(--wgr-surface)!important;
  box-shadow:none!important;
}
.home-pulse,.home-page>.section,.app-download-strip{width:min(1580px,96vw);margin-inline:auto}
.app-download-strip{margin-top:0;padding:1.3rem 1.5rem}
.home-page .contact-section{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,4vw,4rem);width:min(1580px,96vw);margin:0 auto clamp(4rem,7vw,7rem);padding:clamp(2.2rem,5vw,4.5rem);overflow:hidden;scroll-margin-top:110px;border:1px solid var(--wgr-line);border-radius:20px;background:radial-gradient(circle at 92% 20%,rgba(118,230,49,.18),transparent 28%),linear-gradient(135deg,#121913 0%,#090c0a 70%)!important;box-shadow:var(--wgr-shadow)}
.home-page .contact-section::before{content:"WGR";position:absolute;right:clamp(1rem,5vw,5rem);bottom:-.32em;color:rgba(118,230,49,.045);font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(8rem,18vw,18rem);font-weight:900;line-height:1;pointer-events:none}
.home-page .contact-section>div,.home-page .contact-section>.button{position:relative;z-index:1}
.home-page .contact-section>div{max-width:800px}
.home-page .contact-section h2{max-width:760px;margin:.2rem 0 .9rem;color:#fff;font-size:clamp(2rem,4vw,4rem);line-height:1.02;letter-spacing:-.04em}
.home-page .contact-section p:last-child{max-width:720px;margin:0;color:var(--wgr-soft);font-size:1rem;line-height:1.75}
.home-page .contact-section>.button{min-width:190px;justify-content:center;white-space:nowrap}
.home-pulse{margin-bottom:clamp(4rem,7vw,7rem);padding:clamp(2rem,5vw,4rem);border:1px solid var(--wgr-line);border-radius:20px;background:radial-gradient(circle at 8% 0,rgba(118,230,49,.12),transparent 38%),linear-gradient(145deg,#111712,#080b09);box-shadow:var(--wgr-shadow)}
.home-pulse-heading{max-width:760px;margin-bottom:2rem}
.home-pulse-heading h2{margin:.25rem 0 .85rem;font-size:clamp(2rem,4.5vw,4rem);line-height:1.02;letter-spacing:-.04em}
.home-pulse-heading>p:last-child{color:var(--wgr-soft);line-height:1.7}
.home-pulse-grid,.show-grid{gap:1rem}
.home-pulse-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.pulse-card,.show-grid article{padding:1.35rem!important}
.pulse-card img,.show-grid article img{border-radius:10px;background:#0b0e0c}
img[src*="assets/wgr-art-"]{object-fit:cover!important;background:#080b09!important}
.pulse-card img[src*="assets/wgr-art-"],.show-grid article img[src*="assets/wgr-art-"],.news-card img[src*="assets/wgr-art-"]{width:100%;aspect-ratio:16/10;object-position:center}

.policy-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);align-items:start;gap:1rem}
.contact-topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.policy-panel{padding:1.25rem}
.contact-safety-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.4rem;border:1px solid var(--wgr-line);border-radius:var(--wgr-radius);background:var(--wgr-surface)}
.contact-form-wide,.contact-form-heading,.contact-consent{grid-column:1/-1}

label{color:#dbe1db;font-size:.78rem;font-weight:800}
input,select,textarea,.backend-login input,.backend-form input,.backend-form select,.backend-form textarea,.site-tool-card select,.site-tool-card textarea{
  width:100%;
  min-height:44px;
  padding:.75rem .85rem;
  border:1px solid var(--wgr-line-strong)!important;
  border-radius:9px!important;
  outline:0;
  background:#090c0a!important;
  color:#fff!important;
  font:inherit;
}
textarea{min-height:130px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--wgr-green)!important;box-shadow:0 0 0 3px rgba(118,230,49,.1)}
input[type="time"]{background:#f1f4ef!important;color:#091009!important;color-scheme:light}
input:-webkit-autofill{-webkit-text-fill-color:#fff!important;box-shadow:0 0 0 1000px #090c0a inset!important}

/* Schedule */
.booking-schedule-page{padding-block:clamp(4rem,7vw,7rem)!important}
.schedule-status-strip{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid var(--wgr-line);border-radius:10px;background:var(--wgr-surface)}
.schedule-status-strip strong{margin-left:auto;color:var(--wgr-green)}
.schedule-day-filter{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.35rem;margin-bottom:1rem;padding:.35rem;border:1px solid var(--wgr-line);border-radius:12px;background:var(--wgr-surface)}
.schedule-day-filter button{min-height:42px;border:0;border-radius:8px;background:transparent;color:var(--wgr-soft);font-weight:850;cursor:pointer}
.schedule-day-filter button:hover,.schedule-day-filter button.is-active{background:var(--wgr-green);color:#071007}
.weekly-schedule-board{display:grid;gap:.7rem;border:0;background:transparent}
.schedule-day-row{display:grid;grid-template-columns:150px minmax(0,1fr);overflow:hidden;border:1px solid var(--wgr-line);border-radius:12px;background:var(--wgr-surface)}
.schedule-day-label{padding:1.1rem;border-right:1px solid var(--wgr-line);background:rgba(255,255,255,.02)}
.schedule-day-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.65rem;padding:.65rem}
.schedule-slot{border-radius:9px!important;background:#090c0a!important}

/* Chat */
.chat-layout,.chat-shell{gap:1rem}
.chat-room{grid-template-areas:"toolbar" "messages" "reactions" "form" "notice"!important}
.chat-page .chat-shell>.updates-panel{position:relative;top:auto;align-self:start;max-height:none;overflow:visible}
.chat-panel,.chat-sidebar,.chat-card,.chat-messages,.member-panel{border:1px solid var(--wgr-line)!important;border-radius:var(--wgr-radius)!important;background:var(--wgr-surface)!important;box-shadow:none!important}
.chat-shell>.chat-people-panel{grid-area:auto;grid-column:1/-1;width:100%;margin:0;padding:1rem 1.2rem;border:1px solid rgba(118,230,49,.32);border-radius:11px;background:linear-gradient(145deg,rgba(118,230,49,.12),rgba(7,10,8,.94));box-shadow:inset 3px 0 var(--wgr-green)}
.chat-shell>.chat-people-panel>span{color:var(--wgr-green);font-size:.68rem;letter-spacing:.14em}
.chat-shell>.chat-people-panel h3{margin:.1rem 0 .55rem;color:#fff;font-size:1.1rem}
.chat-shell>.chat-people-panel .chat-user-list{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;color:var(--wgr-soft);font-size:.8rem}
.gif-grid button[data-generated-reaction]{flex:0 0 68px;width:68px;height:58px;min-height:58px;padding:3px;overflow:hidden;border-color:rgba(118,230,49,.34);background:#080b09}
.gif-grid button[data-generated-reaction] img{display:block;width:100%;height:100%;border-radius:6px;object-fit:cover;transition:transform .2s ease}
.gif-grid button[data-generated-reaction]:hover img,.gif-grid button[data-generated-reaction]:focus img{transform:scale(1.08)}
.chat-gif.is-generated-reaction .chat-gif-visual.has-smile-image img{border-radius:10px;animation:wgr-generated-reaction 1.35s ease-in-out infinite alternate}
@keyframes wgr-generated-reaction{from{transform:scale(.97);filter:saturate(1)}to{transform:scale(1.03);filter:saturate(1.25) brightness(1.08)}}
.chat-message{border:1px solid var(--wgr-line)!important;border-left:3px solid var(--wgr-green)!important;border-radius:10px!important;background:#090c0a!important}
.chat-composer input,.chat-composer textarea{background:#090c0a!important}

/* DJ and admin backends */
body[data-dashboard]{background:var(--wgr-bg)}
body[data-dashboard] .site-header{position:relative}
.backend-page{width:min(1480px,96vw);padding-block:2.2rem}
.backend-login{max-width:520px;margin:2rem auto;padding:2rem;box-shadow:var(--wgr-shadow)!important}
.backend-login::before{content:"WGR";display:block;margin-bottom:1.1rem;color:var(--wgr-green);font:italic 950 2rem/1 Arial,sans-serif;text-align:center;letter-spacing:-.08em}
.backend-login h2{text-align:center}
.backend-login form,.backend-form{display:grid;gap:1rem}
.backend-toolbar{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border:1px solid var(--wgr-line);border-radius:11px;background:var(--wgr-surface)}
.backend-toolbar strong{margin-right:auto}
.backend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.backend-card{padding:1.25rem}
.backend-form-two{grid-template-columns:repeat(2,minmax(0,1fr))}.backend-wide{grid-column:1/-1}
.backend-list article,.slot-list article{border:1px solid var(--wgr-line);border-radius:10px;background:#090c0a}

.admin-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1rem;width:min(1580px,98vw);margin:0 auto}
.admin-sidebar{position:sticky;top:1rem;align-self:start;height:calc(100vh - 2rem);padding:1rem;border:1px solid var(--wgr-line);border-radius:14px;background:var(--wgr-surface);box-shadow:none}
.admin-identity{padding:.5rem .45rem 1rem;border-bottom:1px solid var(--wgr-line)}
.admin-menu{display:grid;gap:.25rem;margin-top:.8rem;overflow-y:auto}
.admin-menu a{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:46px;padding:.55rem .65rem;border:1px solid transparent;border-radius:9px;color:var(--wgr-soft);font-family:var(--wgr-font);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:none}
.admin-menu a:hover{background:rgba(255,255,255,.035);color:#fff}
.admin-menu a.is-active{border-color:rgba(118,230,49,.26);background:rgba(118,230,49,.1);color:#fff;box-shadow:inset 3px 0 var(--wgr-green)}
.admin-menu .menu-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--wgr-line);border-radius:7px;background:#090c0a;color:var(--wgr-green)}
.admin-content{min-width:0;padding:1.1rem;border:1px solid var(--wgr-line);border-radius:14px;background:rgba(13,17,14,.65)}
.admin-overview{gap:.8rem}
.admin-overview>article,.admin-overview>button,.overview-health-card,.overview-chat-card,.overview-maintenance-card,.overview-protection-card,.admin-overview-tool{border:1px solid var(--wgr-line)!important;border-radius:11px!important;background:var(--wgr-surface)!important;box-shadow:none!important}
.health-summary article,.safety-cards article,.maintenance-summary article,.maintenance-tool-card,.site-tool-card,.protection-switch,.protection-counter-box{border-color:var(--wgr-line)!important;border-radius:10px!important;background:#090c0a!important}
.chatroom-control-card{overflow:hidden}

.status{border-radius:6px}.status-pending{background:var(--wgr-amber);color:#1d1404}.status-approved{background:var(--wgr-green);color:#071007}.status-rejected{background:var(--wgr-pink);color:#fff}

/* Footer */
.site-footer{position:relative;margin-top:clamp(3rem,6vw,6rem);padding:clamp(2.5rem,5vw,4rem) clamp(20px,3vw,48px) calc(clamp(3rem,6vw,5rem) + 74px);overflow:hidden;border-top:1px solid rgba(118,230,49,.3);background:radial-gradient(circle at 10% 0,rgba(118,230,49,.13),transparent 28%),linear-gradient(180deg,#0a0e0b,#030403)}
.site-footer::before{content:"WGR  /  WEEDY GARAGE RADIO";display:block;width:min(1480px,94vw);margin:0 auto 1.2rem;color:#fff;font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(1.7rem,4vw,3.8rem);font-style:italic;letter-spacing:.03em;line-height:1;text-shadow:4px 4px 0 rgba(118,230,49,.22)}
.footer-columns{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem!important;width:min(1480px,94vw);margin:0 auto}
.footer-column{min-width:0;padding:1.2rem!important;border:1px solid var(--wgr-line);border-radius:12px;background:rgba(14,19,15,.82)}
.footer-column>span{display:block;margin-bottom:.75rem;color:var(--wgr-green)!important;font-size:.68rem!important;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
.footer-column a{padding:.22rem 0;color:var(--wgr-soft);font-size:.82rem}.footer-column a:hover{color:var(--wgr-green)}
.footer-bottom{display:grid!important;grid-template-columns:auto auto minmax(220px,1fr) auto;align-items:center;gap:1.2rem;width:min(1480px,94vw);margin:1rem auto 0!important;padding:1rem 1.15rem!important;border:1px solid var(--wgr-line);border-radius:12px;background:#080b09}
.footer-bottom .site-version-badge{position:static;display:inline-flex;align-items:center;width:max-content;margin:0;padding:.4rem .65rem;border:1px solid rgba(118,230,49,.28);border-radius:999px;background:rgba(118,230,49,.08);color:var(--wgr-green);font-size:.68rem;font-weight:900;line-height:1.2;white-space:nowrap}
.footer-copy{color:#fff;font-weight:850}.footer-styles{color:var(--wgr-muted);font-size:.75rem;line-height:1.5}.footer-logo-group{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.footer-logo{display:grid;place-items:center;min-height:40px;padding:.3rem .5rem;border:1px solid var(--wgr-line);border-radius:8px;background:#0d110e}.footer-logo img{max-height:30px;object-fit:contain}

@media(max-width:1100px){
  .site-header{grid-template-columns:1fr;gap:.25rem;padding-block:.7rem}
  .site-header nav{justify-content:flex-start;overflow-x:auto}
  .header-social-links{margin-left:.35rem;padding-left:.5rem}
  .site-header nav a{white-space:nowrap}
  .rebuild-hero{grid-template-columns:1fr;min-height:auto;padding-block:5rem}
  .rebuild-live-console{max-width:720px}
  .rebuild-home-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-pulse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-shell{grid-template-columns:1fr;width:96vw}
  .admin-sidebar{position:relative;top:0;height:auto}
  .admin-menu{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
  .policy-layout{grid-template-columns:1fr}
  .contact-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-bottom{grid-template-columns:1fr}.footer-logo-group{justify-content:flex-start}
  .site-bottom-player .player-main{grid-template-columns:minmax(0,1fr) 270px!important;gap:8px!important}
  .site-bottom-player .player-control-panel{grid-template-columns:minmax(240px,.9fr) minmax(220px,1.1fr)!important;gap:8px!important}
}
@media(max-width:760px){
  h1{font-size:clamp(2.7rem,15vw,4.5rem)}
  .site-header nav a{padding-inline:.55rem;font-size:.66rem}
  .home-page .contact-section{grid-template-columns:1fr;align-items:start}
  .home-page .contact-section>.button{width:100%}
  .section-heading-with-art{padding-right:clamp(1.5rem,4vw,3.2rem)!important}
  .section-heading-feature{position:relative!important;top:auto;right:auto;width:100%;height:180px;max-height:none;margin-top:1rem;transform:none}
  .rebuild-hero{width:90vw;padding-block:3.5rem}
  .rebuild-now-playing{grid-template-columns:68px minmax(0,1fr)}
  .rebuild-now-playing img{width:68px;height:68px}
  .rebuild-home-links{grid-template-columns:1fr}
  .home-pulse{padding:1.25rem}
  .home-pulse-grid{grid-template-columns:1fr}
  .contact-topic-grid,.contact-safety-form,.backend-grid,.backend-form-two{grid-template-columns:1fr}
  .footer-columns{grid-template-columns:1fr}
  .contact-form-wide,.contact-form-heading,.contact-consent,.backend-wide{grid-column:1}
  .schedule-day-filter{grid-template-columns:repeat(2,minmax(0,1fr))}
  .schedule-day-row{grid-template-columns:1fr}.schedule-day-label{border-right:0;border-bottom:1px solid var(--wgr-line)}
  .admin-menu{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-content{padding:.7rem}
  body.has-fixed-player{padding-bottom:284px}
  .site-bottom-player{height:284px!important}
  .site-bottom-player .player{padding:27px 10px 6px!important}
  .site-bottom-player .player-main{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;height:auto!important;overflow:visible}
  .site-bottom-player .player-control-panel{grid-template-areas:"now" "audio"!important;grid-template-columns:1fr!important;gap:4px!important}
  .site-bottom-player .now-playing{height:62px!important}
  .site-bottom-player .now-playing-art{width:54px!important;height:54px!important}
  .site-bottom-player .tunein-box{display:grid!important;width:100%!important;height:48px!important}
  .site-bottom-player .tunein-box>span{display:none!important}
  .site-bottom-player .tunein-links a{min-height:38px!important}
  .site-bottom-player .tunein-links strong{display:none!important}
  .site-bottom-player .track-buy-panel{grid-template-columns:1fr!important;gap:3px!important;height:76px!important;margin-top:4px!important;padding:5px 7px!important}
  .site-bottom-player .track-buy-panel>div:first-child{display:none!important}
  .site-bottom-player .track-buy-links{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .site-bottom-player .track-buy-links a{min-height:34px!important;padding:3px!important;font-size:.56rem!important}
  .site-bottom-player .player-main::before{top:2px;font-size:3rem}
}
@media(max-width:480px){
  .rebuild-hero-actions{display:grid}.rebuild-button{width:100%}
  .rebuild-console-topline,.rebuild-console-footer{align-items:flex-start;flex-direction:column}
  .admin-menu{grid-template-columns:1fr}
}

/* Compact single-line bottom player */
body.has-fixed-player{padding-bottom:92px}
.site-bottom-player{height:92px!important;overflow-x:auto!important;overflow-y:hidden!important}
.site-bottom-player .player{display:grid!important;grid-template-columns:minmax(650px,1fr) 184px!important;align-items:center!important;gap:10px!important;min-width:900px!important;padding:25px 14px 6px!important}
.site-bottom-player .player-main{display:grid!important;grid-template-columns:minmax(0,1fr) 176px!important;gap:10px!important;height:60px!important;overflow:visible!important}
.site-bottom-player .player-main::before{display:none!important}
.site-bottom-player .player-control-panel{display:grid!important;grid-template-areas:"now audio"!important;grid-template-columns:minmax(285px,.9fr) minmax(230px,1.1fr)!important;gap:10px!important;height:60px!important}
.site-bottom-player .now-playing{height:58px!important;grid-template-columns:50px minmax(0,1fr)!important;padding:3px!important}
.site-bottom-player .now-playing-art{width:50px!important;height:50px!important}
.site-bottom-player .now-playing span{font-size:.55rem!important}
.site-bottom-player .now-playing strong{font-size:.74rem!important}
.site-bottom-player .player-control-panel>audio{height:46px!important;min-height:46px!important;padding:3px!important}
.site-bottom-player .tunein-box{display:block!important;width:176px!important;height:48px!important;padding:4px!important}
.site-bottom-player .tunein-box>span{display:none!important}
.site-bottom-player .tunein-links{height:100%!important;grid-template-columns:repeat(5,1fr)!important;gap:3px!important}
.site-bottom-player .tunein-links a{min-height:38px!important;padding:2px!important;border-radius:5px!important}
.site-bottom-player .tunein-links img{width:20px!important;height:20px!important}
.site-bottom-player .tunein-links strong{display:none!important}
.site-bottom-player .track-buy-panel{display:block!important;width:184px!important;height:48px!important;margin:0!important;padding:4px!important;border-radius:6px!important}
.site-bottom-player .track-buy-panel>div:first-child{display:none!important}
.site-bottom-player .track-buy-links{height:100%!important;grid-template-columns:repeat(4,1fr)!important;gap:3px!important}
.site-bottom-player .track-buy-links a{min-height:38px!important;padding:2px!important;border-radius:5px!important;color:#ffd36f!important;font-size:.58rem!important}
.site-bottom-player .player-server-status{top:3px!important;max-width:135px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.site-bottom-player .player-popout-button{width:26px!important;min-width:26px!important;overflow:hidden!important;padding:3px!important;color:transparent!important}
.site-bottom-player .player-popout-button::after{content:"↗";display:grid;place-items:center;color:var(--wgr-green);font-size:.9rem}
@media(max-width:760px){
  body.has-fixed-player{padding-bottom:92px}
  .site-bottom-player{height:92px!important}
  .site-bottom-player .player{padding:25px 10px 6px!important}
}

/* Final one-line order: on air, track details, controls, links and pop-out */
body.has-fixed-player{padding-bottom:78px}
.site-bottom-player{height:78px!important}
.site-bottom-player .player{grid-template-areas:"status main shop popout"!important;grid-template-columns:84px minmax(690px,1fr) 184px 50px!important;gap:9px!important;min-width:1060px!important;padding:7px 12px!important}
.site-bottom-player .player-server-status{grid-area:status!important;position:static!important;align-self:center!important;max-width:none!important;min-height:46px!important;justify-content:center!important;padding:5px!important;border-radius:7px!important;text-align:center!important;white-space:normal!important}
.site-bottom-player .player-main{grid-area:main!important;height:62px!important}
.site-bottom-player .track-buy-panel{grid-area:shop!important}
.site-bottom-player .player-popout-button{grid-area:popout!important;position:static!important;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;border:1px solid rgba(118,230,49,.45)!important;border-radius:7px!important;background:#0c110d url("../assets/app-icon.svg") center/34px 34px no-repeat!important;color:transparent!important;box-shadow:inset 0 0 16px rgba(118,230,49,.08)!important}
.site-bottom-player .player-popout-button::after{display:none!important}
.site-bottom-player .now-playing{grid-template-columns:48px auto minmax(120px,1fr) auto minmax(105px,.65fr)!important;align-items:center!important;gap:6px!important;height:58px!important}
.site-bottom-player .now-playing-art{grid-row:auto!important;width:48px!important;height:48px!important}
.site-bottom-player .now-playing div{display:contents!important}
.site-bottom-player .now-playing span{font-size:.53rem!important;white-space:nowrap!important}
.site-bottom-player .now-playing strong{font-size:.72rem!important;min-width:0!important}
@media(max-width:760px){
  body.has-fixed-player{padding-bottom:78px}
  .site-bottom-player{height:78px!important}
  .site-bottom-player .player{padding:7px 9px!important}
}

/* Give the full browser width to track information */
.site-bottom-player .player{width:100%!important;max-width:none!important;grid-template-columns:72px minmax(780px,1fr) 152px 46px!important;gap:6px!important;min-width:1060px!important;padding:7px 5px!important}
.site-bottom-player .player-server-status{min-height:52px!important;padding:4px 2px!important;border-radius:5px!important}
.site-bottom-player .player-main{grid-template-columns:minmax(0,1fr) 152px!important;gap:6px!important}
.site-bottom-player .player-control-panel{grid-template-columns:minmax(440px,1fr) 220px!important;gap:6px!important}
.site-bottom-player .now-playing{grid-template-columns:42px auto minmax(190px,1fr) auto minmax(145px,.6fr)!important;gap:5px!important;width:100%!important}
.site-bottom-player .now-playing-art{width:42px!important;height:42px!important}
.site-bottom-player .now-playing strong{font-size:.76rem!important}
.site-bottom-player .tunein-box{width:152px!important}
.site-bottom-player .track-buy-panel{width:152px!important}
.site-bottom-player .player-popout-button{width:44px!important;min-width:44px!important;height:48px!important;background-size:31px 31px!important}

/* Balanced compact player: essential information only */
body.has-fixed-player{padding-bottom:72px}
.site-bottom-player{height:72px!important}
.site-bottom-player .player{grid-template-areas:"status main shop popout"!important;grid-template-columns:66px minmax(620px,1fr) 150px 44px!important;gap:7px!important;min-width:920px!important;padding:6px 8px!important}
.site-bottom-player .player-server-status{min-height:46px!important;font-size:.56rem!important}
.site-bottom-player .player-main{display:block!important;height:58px!important}
.site-bottom-player .tunein-box{display:none!important}
.site-bottom-player .player-control-panel{grid-template-columns:minmax(390px,1fr) minmax(210px,290px)!important;height:58px!important;gap:8px!important}
.site-bottom-player .now-playing{grid-template-columns:40px auto minmax(160px,1fr) auto minmax(120px,.55fr)!important;height:54px!important}
.site-bottom-player .now-playing-art{width:40px!important;height:40px!important}
.site-bottom-player .track-buy-panel{width:150px!important;height:46px!important}
.site-bottom-player .track-buy-links a{min-height:36px!important}
.site-bottom-player .player-popout-button{width:42px!important;min-width:42px!important;height:46px!important;min-height:46px!important;background-size:29px 29px!important}
@media(max-width:760px){
  body.has-fixed-player{padding-bottom:72px}
  .site-bottom-player{height:72px!important}
}

/* Pro Radio inspired segmented footer, rebuilt for WGR */
body.has-fixed-player{padding-bottom:82px}
.site-bottom-player{height:82px!important;border-top:3px solid var(--wgr-green)!important;background:#f4f6f1!important;box-shadow:0 -12px 38px rgba(0,0,0,.42)!important}
.site-bottom-player .player{grid-template-areas:"status main shop popout"!important;grid-template-columns:78px minmax(760px,1fr) 160px 54px!important;gap:0!important;min-width:1080px!important;height:79px!important;padding:0!important;background:#f4f6f1!important;color:#101410!important}
.site-bottom-player .player-server-status{grid-area:status!important;position:static!important;width:78px!important;height:79px!important;min-height:79px!important;margin:0!important;border:0!important;border-right:1px solid #d4d9d1!important;border-radius:0!important;background:#0b100c!important;color:var(--wgr-green)!important;font-size:.58rem!important;letter-spacing:.08em!important}
.site-bottom-player .player-server-status::before{width:13px!important;height:13px!important;box-shadow:0 0 0 7px rgba(118,230,49,.15)!important}
.site-bottom-player .player-main{grid-area:main!important;display:grid!important;grid-template-columns:minmax(0,1fr) 176px!important;gap:0!important;height:79px!important;background:#f4f6f1!important}
.site-bottom-player .player-control-panel{display:grid!important;grid-template-areas:"now audio"!important;grid-template-columns:minmax(430px,1fr) minmax(230px,310px)!important;gap:0!important;height:79px!important}
.site-bottom-player .now-playing{height:79px!important;margin:0!important;padding:9px 14px!important;border:0!important;border-right:1px solid #d4d9d1!important;border-radius:0!important;background:#f4f6f1!important;color:#101410!important;grid-template-columns:50px auto minmax(180px,1fr) auto minmax(120px,.55fr)!important;gap:7px!important}
.site-bottom-player .now-playing-art{width:50px!important;height:50px!important;border:1px solid #cbd2c8!important;border-radius:4px!important;background:#101410!important}
.site-bottom-player .now-playing span{color:#497a2d!important;font-size:.54rem!important}
.site-bottom-player .now-playing strong{color:#101410!important;font-size:.76rem!important}
.site-bottom-player .player-control-panel>audio{align-self:center!important;width:calc(100% - 20px)!important;height:50px!important;min-height:50px!important;margin:0 10px!important;padding:3px!important;border:1px solid #cbd2c8!important;border-radius:5px!important;background:#e5e9e2!important;color-scheme:light!important;accent-color:#4cae18!important;box-shadow:none!important}
.site-bottom-player .tunein-box{display:block!important;width:176px!important;height:79px!important;margin:0!important;padding:18px 9px!important;border:0!important;border-left:1px solid #d4d9d1!important;border-radius:0!important;background:#f4f6f1!important}
.site-bottom-player .tunein-box>span{display:none!important}
.site-bottom-player .tunein-links{height:43px!important;grid-template-columns:repeat(5,1fr)!important;gap:4px!important}
.site-bottom-player .tunein-links a{min-height:43px!important;padding:3px!important;border:1px solid #cbd2c8!important;border-radius:4px!important;background:#fff!important}
.site-bottom-player .tunein-links img{width:21px!important;height:21px!important}
.site-bottom-player .tunein-links strong{display:none!important}
.site-bottom-player .track-buy-panel{grid-area:shop!important;display:block!important;width:160px!important;height:79px!important;margin:0!important;padding:18px 8px!important;border:0!important;border-left:1px solid #d4d9d1!important;border-radius:0!important;background:#f4f6f1!important}
.site-bottom-player .track-buy-panel>div:first-child{display:none!important}
.site-bottom-player .track-buy-links{height:43px!important;grid-template-columns:repeat(4,1fr)!important;gap:4px!important}
.site-bottom-player .track-buy-links a{min-height:43px!important;padding:3px!important;border:1px solid #bfc8bc!important;border-radius:4px!important;background:#101410!important;color:var(--wgr-green)!important;font-size:.58rem!important}
.site-bottom-player .player-popout-button{grid-area:popout!important;position:static!important;width:54px!important;min-width:54px!important;height:79px!important;min-height:79px!important;margin:0!important;border:0!important;border-left:1px solid #d4d9d1!important;border-radius:0!important;background:#f4f6f1 url("../assets/app-icon.svg") center/36px 36px no-repeat!important;box-shadow:none!important}
@media(max-width:760px){
  body.has-fixed-player{padding-bottom:82px}
  .site-bottom-player{height:82px!important}
}

/* Screenshot-matched WGR player with an expandable information drawer */
body.has-fixed-player{padding-bottom:72px}
.site-bottom-player{height:72px!important;overflow:visible!important;border-top:1px solid #273129!important;background:#10151a!important}
.site-bottom-player .player.has-reference-bar{display:block!important;min-width:0!important;width:100%!important;height:71px!important;padding:0!important;background:#10151a!important}
.site-bottom-player .has-reference-bar>.player-server-status,.site-bottom-player .has-reference-bar>.player-popout-button,.site-bottom-player .has-reference-bar>.player-main,.site-bottom-player .has-reference-bar>.track-buy-panel{display:none!important}
.wgr-ref-player{position:relative;display:grid;grid-template-columns:64px minmax(230px,330px) 72px 160px minmax(120px,1fr) 72px 68px;width:100%;height:71px;background:#10151a;color:#fff}
.wgr-ref-player>button,.wgr-ref-transport button{border:0;border-right:1px solid #2a333b;background:#10151a;color:#fff;cursor:pointer;font:inherit}
.wgr-ref-play{display:grid;place-items:center;font-size:2rem!important}.wgr-ref-play span{display:block;line-height:1;transform:scaleX(.86)}
.wgr-ref-track{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:0 18px;border-right:1px solid #2a333b}
.wgr-ref-track strong,.wgr-ref-track small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wgr-ref-track strong{font-size:.82rem}.wgr-ref-track small{margin-top:4px;color:#9ea8ae;font-size:.68rem}
.wgr-ref-cover{width:72px;height:71px;border-right:1px solid #2a333b;background:#0b0f0c;object-fit:cover}
.wgr-ref-transport{display:grid;grid-template-columns:repeat(3,1fr);border-right:1px solid #2a333b}.wgr-ref-transport button{display:grid;place-items:center;padding:0;font-size:1.15rem}.wgr-ref-transport button:disabled{opacity:.65;cursor:default}
.wgr-ref-popout{background:#10151a url("../assets/app-icon.svg") center/29px 29px no-repeat!important;color:transparent!important}
.wgr-ref-live-time{display:grid;place-items:center;border-right:1px solid #2a333b;color:#d9e0dc;font-size:.68rem;font-weight:900}
.wgr-ref-list,.wgr-ref-mute{display:grid!important;place-items:center!important;padding:0!important;font-size:1.35rem!important}
.wgr-ref-list[aria-expanded="true"]{background:var(--wgr-green)!important;color:#081008!important}
.wgr-ref-drawer{position:absolute;right:0;bottom:71px;left:0;z-index:3;max-height:min(430px,70vh);overflow:auto;border-top:2px solid var(--wgr-green);background:rgba(13,18,22,.98);box-shadow:0 -30px 80px rgba(0,0,0,.58);color:#fff}
.wgr-ref-drawer[hidden]{display:none!important}
.wgr-ref-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #2a333b}.wgr-ref-drawer-head strong{color:var(--wgr-green);text-transform:uppercase}.wgr-ref-drawer-head button{width:34px;height:34px;border:1px solid #39434b;border-radius:50%;background:#151b20;color:#fff;font-size:1.35rem;cursor:pointer}
.wgr-ref-drawer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1px;background:#2a333b}.wgr-ref-drawer-grid>div{display:grid;align-content:start;gap:7px;min-height:100px;padding:15px;background:#11171c}.wgr-ref-drawer-grid span{color:var(--wgr-green);font-size:.62rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.wgr-ref-drawer-grid small{color:#a9b2b7}
.wgr-ref-stream-links,.wgr-ref-buy-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.wgr-ref-buy-links{grid-template-columns:repeat(4,minmax(0,1fr))}.wgr-ref-stream-links a,.wgr-ref-buy-links a{display:grid;place-items:center;min-height:48px;padding:5px;border:1px solid #303b43;border-radius:6px;background:#182027;color:#fff;font-size:.66rem;font-weight:900;text-align:center}.wgr-ref-stream-links img{width:24px;height:24px}.wgr-ref-stream-links strong{display:none}
.wgr-ref-recents{display:grid}.wgr-ref-recents>div{min-height:54px;padding:17px 22px;border-top:1px solid #273139;color:#d8dfe2;font-size:.76rem;font-weight:800}
@media(max-width:900px){.wgr-ref-player{grid-template-columns:56px minmax(185px,1fr) 62px 112px 90px 58px 56px}.wgr-ref-drawer-grid{grid-template-columns:1fr}.wgr-ref-live-time{font-size:.6rem}}
@media(max-width:620px){.wgr-ref-player{grid-template-columns:52px minmax(150px,1fr) 56px 55px 52px}.wgr-ref-transport,.wgr-ref-live-time{display:none}.wgr-ref-track{padding-inline:10px}.wgr-ref-drawer{max-height:72vh}}

/* Player refinements: volume, shop icons and animated background EQ */
.wgr-ref-player{isolation:isolate;grid-template-columns:64px minmax(230px,340px) 72px 64px minmax(90px,1fr) 72px 176px}
.wgr-ref-player>*:not(.wgr-ref-eq){position:relative;z-index:2}
.wgr-ref-transport{grid-template-columns:1fr}
.wgr-ref-volume{display:grid;grid-template-columns:52px minmax(80px,1fr);align-items:center;border-left:1px solid #2a333b;background:#10151a}
.wgr-ref-volume .wgr-ref-mute{display:grid;place-items:center;width:52px;height:70px;padding:0;border:0;background:transparent;color:#fff;font-size:1.2rem;cursor:pointer}
.wgr-ref-volume input{width:calc(100% - 14px);height:4px;margin:0 10px 0 4px;accent-color:var(--wgr-green);cursor:pointer}
.wgr-ref-eq{position:absolute;z-index:0;inset:8px 255px 7px 470px;display:flex;align-items:end;justify-content:center;gap:7px;overflow:hidden;opacity:.13;pointer-events:none}
.wgr-ref-eq i{width:5px;height:18%;border-radius:4px 4px 0 0;background:var(--wgr-green);animation:wgr-footer-eq .8s ease-in-out infinite alternate;transform-origin:bottom}
.wgr-ref-eq i:nth-child(2n){height:48%;animation-delay:.12s}.wgr-ref-eq i:nth-child(3n){height:75%;animation-delay:.24s}.wgr-ref-eq i:nth-child(4n){height:32%;animation-delay:.36s}.wgr-ref-eq i:nth-child(5n){height:62%;animation-delay:.48s}
@keyframes wgr-footer-eq{from{transform:scaleY(.35)}to{transform:scaleY(1)}}
.wgr-ref-buy-links a{overflow:hidden;background-color:#182027!important;background-position:center!important;background-repeat:no-repeat!important;background-size:28px 28px!important;color:transparent!important;font-size:0!important}
.wgr-ref-buy-links a[title="Beatport"]{background-image:url("../assets/shop-beatport.svg")!important}
.wgr-ref-buy-links a[title="Beatsource"]{background-image:url("../assets/shop-beatsource.svg")!important}
.wgr-ref-buy-links a[title="Bandcamp"]{background-image:url("../assets/shop-bandcamp.svg")!important}
.wgr-ref-buy-links a[title="Mixupload"]{background-image:url("../assets/shop-mixupload.svg")!important}
@media(max-width:900px){.wgr-ref-player{grid-template-columns:56px minmax(185px,1fr) 62px 58px 64px 58px 135px}.wgr-ref-eq{inset-inline:390px 210px}}
@media(max-width:620px){.wgr-ref-player{grid-template-columns:52px minmax(145px,1fr) 56px 50px 108px}.wgr-ref-live-time{display:none}.wgr-ref-volume{grid-template-columns:40px minmax(60px,1fr)}.wgr-ref-volume .wgr-ref-mute{width:40px}.wgr-ref-eq{display:none}}

/* Compact live status and protected volume width */
.wgr-ref-player{grid-template-columns:64px minmax(230px,1fr) 72px 64px 74px 64px 200px}
.wgr-ref-live-time{font-size:.58rem!important;letter-spacing:.06em;color:#d8dfdb!important}
.wgr-ref-live-time::before{content:"";width:8px;height:8px;margin-right:6px;border-radius:50%;background:#87918b}
.wgr-ref-live-time.is-online{color:var(--wgr-green)!important}.wgr-ref-live-time.is-online::before{background:var(--wgr-green);box-shadow:0 0 0 5px rgba(118,230,49,.12)}
.wgr-ref-live-time.is-offline{color:#ff7896!important}.wgr-ref-live-time.is-offline::before{background:#ff4f75;box-shadow:0 0 0 5px rgba(255,79,117,.12)}
.wgr-ref-volume{min-width:0!important;grid-template-columns:48px minmax(120px,1fr)!important;padding-right:10px}
.wgr-ref-volume .wgr-ref-mute{width:48px!important}
.wgr-ref-volume input{min-width:0!important;width:100%!important;margin:0!important}
@media(max-width:900px){.wgr-ref-player{grid-template-columns:56px minmax(180px,1fr) 62px 58px 66px 58px 170px}.wgr-ref-volume{grid-template-columns:42px minmax(100px,1fr)!important}.wgr-ref-volume .wgr-ref-mute{width:42px!important}}
@media(max-width:620px){.wgr-ref-player{grid-template-columns:52px minmax(145px,1fr) 56px 50px 130px}.wgr-ref-volume{grid-template-columns:40px minmax(72px,1fr)!important}.wgr-ref-volume .wgr-ref-mute{width:40px!important}}

/* Artwork-first order and a clear end divider */
.wgr-ref-player{grid-template-areas:"play cover track transport live list volume";grid-template-columns:64px 72px minmax(230px,1fr) 64px 74px 64px 210px;padding-right:4px;background:linear-gradient(90deg,#10151a 0%,#111820 72%,#0d1216 100%)}
.wgr-ref-play{grid-area:play}.wgr-ref-cover{grid-area:cover}.wgr-ref-track{grid-area:track}.wgr-ref-transport{grid-area:transport}.wgr-ref-live-time{grid-area:live}.wgr-ref-list{grid-area:list}.wgr-ref-volume{grid-area:volume;border-right:4px solid var(--wgr-green)}
@media(max-width:900px){.wgr-ref-player{grid-template-columns:56px 62px minmax(180px,1fr) 58px 66px 58px 180px}}
@media(max-width:620px){.wgr-ref-player{grid-template-areas:"play cover track list volume";grid-template-columns:52px 56px minmax(145px,1fr) 50px 140px}}

/* Full travel volume control and reliable drawer layer */
.wgr-ref-volume{grid-template-columns:46px minmax(150px,1fr)!important;width:100%!important;padding:0 14px 0 0!important}
.wgr-ref-volume input{-webkit-appearance:none;appearance:none;width:100%!important;height:22px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer}
.wgr-ref-volume input::-webkit-slider-runnable-track{width:100%;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--wgr-green),#465248)}
.wgr-ref-volume input::-webkit-slider-thumb{-webkit-appearance:none;width:17px;height:17px;margin-top:-6px;border:2px solid #fff;border-radius:50%;background:var(--wgr-green);box-shadow:0 2px 8px rgba(0,0,0,.45)}
.wgr-ref-volume input::-moz-range-track{width:100%;height:5px;border-radius:999px;background:#465248}.wgr-ref-volume input::-moz-range-progress{height:5px;border-radius:999px;background:var(--wgr-green)}.wgr-ref-volume input::-moz-range-thumb{width:15px;height:15px;border:2px solid #fff;border-radius:50%;background:var(--wgr-green)}
.wgr-ref-list{position:relative!important;z-index:6!important;pointer-events:auto!important}
.wgr-ref-drawer{z-index:1005!important;overflow:auto!important;pointer-events:auto!important}
@media(max-width:900px){.wgr-ref-volume{grid-template-columns:42px minmax(118px,1fr)!important}}
@media(max-width:620px){.wgr-ref-volume{grid-template-columns:38px minmax(84px,1fr)!important;padding-right:9px!important}}

/* Equalizer spans the complete footer background */
.wgr-ref-eq{inset:4px 0 3px 0!important;justify-content:space-around!important;gap:clamp(5px,1vw,15px)!important;padding:0 70px!important;opacity:.11!important}
.wgr-ref-eq i{flex:1 1 5px;max-width:8px}
@media(max-width:900px){.wgr-ref-eq{inset:4px 0 3px!important;padding-inline:55px!important}}

/* Drawer lives at page level so no player overflow rule can clip it */
.wgr-ref-drawer{position:fixed!important;z-index:2005!important;right:0!important;bottom:72px!important;left:0!important;width:100vw!important;max-height:min(430px,70vh)!important}
.has-player-drawer::after{content:"";position:fixed;z-index:2004;inset:0 0 72px;background:rgba(0,0,0,.28);pointer-events:none}

/* Small visual separation between the two homepage panels */
.home-page .app-download-strip + .recent-cover-source + .welcome-panel + .home-pulse,
.home-page .home-pulse{margin-top:18px!important}
@media(max-width:760px){.home-page .home-pulse{margin-top:12px!important}}

/* Garage-car homepage hero and WGR live-track card */
.rebuild-hero{position:relative;grid-template-columns:minmax(0,1fr) minmax(280px,350px);width:min(1580px,96vw);min-height:min(760px,calc(100vh - 76px));padding:clamp(3rem,7vw,7rem) clamp(24px,5vw,78px);overflow:hidden;border:1px solid rgba(118,230,49,.2);border-radius:22px;background:linear-gradient(90deg,rgba(4,7,5,.97) 0%,rgba(4,7,5,.88) 36%,rgba(4,7,5,.34) 66%,rgba(4,7,5,.18) 100%),linear-gradient(0deg,rgba(4,7,5,.35),transparent 45%),url("../assets/wgr-garage-car-hero-v1.png") 65% center/cover no-repeat;box-shadow:0 35px 100px rgba(0,0,0,.46)}
.rebuild-hero-copy{position:relative;z-index:1;max-width:760px}
.rebuild-hero-logo{display:block;width:94px;height:94px;margin:0 0 1.35rem;border:1px solid rgba(118,230,49,.32);border-radius:18px;background:rgba(7,12,8,.7);box-shadow:0 18px 50px rgba(0,0,0,.4);object-fit:contain}
.rebuild-hero h1{text-shadow:0 4px 28px rgba(0,0,0,.8)}
.rebuild-hero-track-card{position:relative;z-index:1;display:grid;justify-items:center;align-self:center;width:100%;max-width:350px;padding:22px;border:1px solid rgba(118,230,49,.42);border-radius:18px;background:linear-gradient(160deg,rgba(28,39,30,.96),rgba(8,12,9,.96));box-shadow:0 26px 70px rgba(0,0,0,.58);text-align:center}
.rebuild-hero-track-card>img{display:block;width:100%;aspect-ratio:1;margin:0 0 18px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#080c09;object-fit:cover;box-shadow:0 16px 38px rgba(0,0,0,.42)}
.rebuild-hero-track-card>span{color:var(--wgr-green);font-size:.64rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.rebuild-hero-track-card>strong{display:block;max-width:100%;margin:9px 0 4px;overflow:hidden;color:#fff;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}
.rebuild-hero-track-card>small{display:block;max-width:100%;overflow:hidden;color:var(--wgr-soft);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}
.rebuild-hero-track-card>button{width:100%;min-height:52px;margin-top:20px;border:1px solid var(--wgr-green);border-radius:999px;background:var(--wgr-green);color:#071007;cursor:pointer;font:900 .8rem/1 var(--wgr-font);letter-spacing:.05em;text-transform:uppercase;box-shadow:0 12px 30px rgba(71,168,25,.2)}
.rebuild-hero-track-card>button:hover{filter:brightness(1.08);transform:translateY(-2px)}
.rebuild-hero-buy{display:grid;width:100%;gap:7px;margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.1)}
.rebuild-hero-buy>span{color:#ffc247;font-size:.62rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.rebuild-hero-buy-links{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.rebuild-hero-buy-links a{display:grid;place-items:center;min-height:42px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:7px;background-color:#111812;background-position:center;background-repeat:no-repeat;background-size:27px;color:transparent;font-size:0}
.rebuild-hero-buy-links a:hover,.rebuild-hero-buy-links a:focus{border-color:var(--wgr-green);background-color:#19231a;outline:2px solid rgba(118,230,49,.14)}
.rebuild-hero-buy-links a[title="Beatport"]{background-image:url("../assets/shop-beatport.svg")}.rebuild-hero-buy-links a[title="Beatsource"]{background-image:url("../assets/shop-beatsource.svg")}.rebuild-hero-buy-links a[title="Bandcamp"]{background-image:url("../assets/shop-bandcamp.svg")}.rebuild-hero-buy-links a[title="Mixupload"]{background-image:url("../assets/shop-mixupload.svg")}
@media(max-width:1100px){.rebuild-hero{grid-template-columns:minmax(0,1fr) 310px;background-position:68% center}.rebuild-hero-track-card{max-width:310px}}
@media(max-width:820px){.rebuild-hero{grid-template-columns:1fr;padding:3rem 22px;background-position:70% center}.rebuild-hero-track-card{justify-self:start;max-width:340px}.rebuild-hero-logo{width:78px;height:78px}}

/* Edge-to-edge hero with a richer live-cover treatment */
.rebuild-hero{width:100%;max-width:none;margin:0;padding-inline:clamp(28px,7vw,130px);border:0;border-radius:0;box-shadow:inset 0 -1px rgba(118,230,49,.16),0 30px 90px rgba(0,0,0,.34)}
.rebuild-hero-track-card{overflow:visible;padding:24px;background:linear-gradient(160deg,rgba(24,35,26,.94),rgba(7,11,8,.97));box-shadow:0 30px 85px rgba(0,0,0,.66),0 0 0 1px rgba(118,230,49,.08)}
.rebuild-hero-track-card::before{content:"";position:absolute;z-index:-1;top:35px;right:18px;left:18px;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(118,230,49,.38),rgba(31,108,35,.12) 46%,transparent 72%);filter:blur(24px);pointer-events:none}
.rebuild-hero-track-card>img{position:relative;width:100%;margin-bottom:20px;border:2px solid rgba(118,230,49,.48);border-radius:17px;background:radial-gradient(circle at 30% 20%,#223328,#080c09 68%);box-shadow:0 22px 48px rgba(0,0,0,.62),0 0 32px rgba(118,230,49,.17);filter:saturate(1.12) contrast(1.04);transform:perspective(800px) rotateX(1.5deg)}
.rebuild-hero-track-card>img:hover{filter:saturate(1.22) contrast(1.06);transform:perspective(800px) rotateX(0) scale(1.015)}
@media(max-width:820px){.rebuild-hero{padding-inline:22px}.rebuild-hero-track-card>img{transform:none}}

/* Keep variable live artwork tidy and separate the hero from quick links */
.rebuild-hero-track-card>img{width:min(100%,260px);aspect-ratio:1;margin-inline:auto;padding:8px;border:1px solid rgba(118,230,49,.38);border-radius:14px;background:linear-gradient(145deg,#121a14,#060907);object-fit:contain;filter:none;transform:none}
.rebuild-hero-track-card>img:hover{filter:none;transform:scale(1.01)}
.rebuild-home-links{padding-top:24px}
@media(max-width:760px){.rebuild-home-links{padding-top:16px}.rebuild-hero-track-card>img{width:min(100%,230px)}}

/* WGR cover stage keeps mixed-quality live artwork looking intentional */
.rebuild-hero-artwork{position:relative;width:min(100%,270px);aspect-ratio:1;margin:0 auto 20px;padding:7px;overflow:hidden;border:1px solid rgba(118,230,49,.5);border-radius:18px;background:linear-gradient(145deg,#19231b,#050806);box-shadow:0 24px 55px rgba(0,0,0,.66),0 0 34px rgba(118,230,49,.2)}
.rebuild-hero-artwork::after{content:"";position:absolute;inset:7px;border-radius:12px;background:linear-gradient(145deg,transparent 56%,rgba(4,9,5,.58));pointer-events:none}
.rebuild-hero-cover{display:block;width:100%;height:100%;border-radius:12px;background:#080c09;object-fit:cover;image-rendering:auto}
.rebuild-hero-art-logo{position:absolute;z-index:2;right:14px;bottom:14px;width:50px;height:50px;padding:3px;border:1px solid rgba(118,230,49,.5);border-radius:11px;background:rgba(4,8,5,.88);box-shadow:0 8px 22px rgba(0,0,0,.5);object-fit:contain}
@media(max-width:760px){.rebuild-hero-artwork{width:min(100%,235px)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.managed-dj-profiles{display:contents}
.footer-copyright-notice{max-width:820px;line-height:1.55}
.backend-copyright{margin:2rem auto;padding:1rem;width:min(1180px,92vw);border-top:1px solid rgba(255,255,255,.1);color:#829087;font-size:.75rem;text-align:center;line-height:1.55}
.copyright-link{color:#b8f23c;font-weight:800;text-decoration:none}.copyright-link:hover,.copyright-link:focus{text-decoration:underline;text-underline-offset:3px}
