@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#111815;--text:#f4f4e9;--muted:#a9b3a9;--lime:#d3f66b;--line:#354035}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif}.wrap{width:min(1180px,calc(100% - 96px));margin:auto}a{color:inherit;text-decoration:none}button,input,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--lime);outline-offset:6px}.header{display:flex;align-items:center;justify-content:space-between;padding:32px 0;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-size:32px;font-weight:700;letter-spacing:-1.6px;line-height:.95}.brand-sub{display:block;font-size:10px;letter-spacing:4.4px;margin-top:7px}.brand-icon{font-size:49px;color:var(--lime);font-weight:800;letter-spacing:-8px;padding-right:10px}.brand-icon span{font-size:28px}.header-link{font-size:11px;font-weight:700;letter-spacing:1.7px}.header-link span{font-size:22px;margin-left:17px;color:var(--lime)}.hero{min-height:535px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:25px;padding:56px 0 65px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;margin:0 0 24px;display:flex;align-items:center;gap:9px}.dot{height:7px;width:7px;background:var(--lime);border-radius:100%}h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(48px,6.2vw,82px);letter-spacing:-5px;line-height:1.07;margin:0;font-weight:800}h1 span{color:var(--lime)}.intro{font-size:17px;line-height:1.65;color:var(--muted);margin:25px 0}.hero-link{display:inline-flex;gap:40px;align-items:center;font-size:12px;border-bottom:1px solid #647449;padding-bottom:12px}.hero-link span{color:var(--lime);font-size:21px}.record-art{height:400px;position:relative;display:grid;place-items:center;isolation:isolate}.record{width:330px;height:330px;border-radius:50%;background:repeating-radial-gradient(circle at center,#202a23 0,#202a23 1px,#101611 2px,#101611 4px);box-shadow:0 22px 60px #0009,inset 0 0 0 2px #526347;display:grid;place-items:center;transform:rotate(-19deg);position:relative}.record:before{content:'';position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 40deg,transparent,#ffffff0c,transparent 30%,#ffffff0c,transparent 70%)}.record-label{background:var(--lime);width:142px;height:142px;border-radius:50%;color:#162019;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.record-label>span{font-weight:800;font-size:28px;letter-spacing:-1.5px}.record-label small{font-size:8px;letter-spacing:3px}.record-label i{width:12px;height:12px;background:#152017;border-radius:50%;margin:12px 0}.record-label .label-bottom{font-size:6px;letter-spacing:1px}.orbit{position:absolute;border:1px solid #65794a;border-radius:50%;width:420px;height:255px;transform:rotate(-35deg);z-index:-1}.orbit-two{transform:rotate(40deg);border-color:#344330;width:420px;height:285px}.art-note{position:absolute;bottom:5px;right:5px;color:var(--muted);font-size:9px;line-height:1.6;letter-spacing:1.7px}.art-star{position:absolute;top:5px;right:18px;font-size:70px;color:var(--lime)}.player{border:1px solid #46513e;border-radius:18px;background:linear-gradient(115deg,#252f23,#1b251e);padding:26px;display:flex;align-items:center;gap:23px;scroll-margin-top:25px}.station-art{height:84px;width:84px;background:var(--lime);color:#172117;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:70px;letter-spacing:-9px;padding-right:8px;flex-shrink:0}.station-art span{font-size:40px}.station-info{flex:1}.station-info .eyebrow{font-size:9px;color:var(--lime);margin-bottom:8px}h2{font-family:Manrope,Arial,sans-serif;font-size:25px;letter-spacing:-.8px;margin:0}#status{font-size:12px;color:var(--muted);margin:8px 0 0;min-height:16px}.play{width:65px;height:65px;border:0;border-radius:50%;background:var(--lime);color:#172117;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:transform .2s,background .2s}.play:hover{transform:scale(1.06);background:#e0ff90}.play svg{width:29px;height:29px;fill:currentColor}.play svg[hidden]{display:none}.volume{padding-left:28px;margin-left:8px;border-left:1px solid #46513e;width:150px;flex-shrink:0}.volume label{display:block;font-size:8px;letter-spacing:2px;color:var(--muted);margin-bottom:9px}.volume input{width:100%;accent-color:var(--lime);cursor:pointer}.below{display:flex;align-items:center;justify-content:space-between;padding:45px 0 50px;gap:24px}.below p{font-size:20px;line-height:1.5;color:var(--muted);margin:0;letter-spacing:-.5px}.below strong{font-weight:500;color:var(--text)}.listening{display:flex;gap:10px}.listening span{font-size:8px;letter-spacing:1.1px;border:1px solid var(--line);border-radius:30px;padding:12px 15px}.listening b{color:var(--lime);margin-left:5px}footer{display:flex;justify-content:space-between;gap:20px;padding:24px 0 30px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}footer a{font-size:9px;letter-spacing:1px}noscript{font-size:12px}noscript a{text-decoration:underline}@media(min-width:1500px){.hero{min-height:590px}}@media(max-width:900px){.wrap{width:calc(100% - 48px)}h1{letter-spacing:-3px}.record{width:260px;height:260px}.record-art{height:340px}.orbit{width:310px;height:230px}.orbit-two{width:310px;height:250px}.art-star{font-size:55px;right:0}.volume{width:110px;padding-left:18px}.below{align-items:flex-start;flex-direction:column}.hero{min-height:480px}.player{gap:16px;padding:22px}}@media(max-width:600px){.wrap{width:calc(100% - 36px)}.header{padding:24px 0}.header-link{font-size:8px;letter-spacing:1px}.header-link span{margin-left:5px}.brand{font-size:27px}.brand-icon{font-size:41px}.hero{grid-template-columns:1fr;padding:38px 0 28px;gap:15px}.hero-copy{position:relative;z-index:1}h1{font-size:59px;letter-spacing:-3.5px}.intro{font-size:15px;margin:20px 0}.record-art{height:275px}.record{width:238px;height:238px}.record-label{width:115px;height:115px}.record-label>span{font-size:24px}.record-label i{margin:8px 0}.orbit{width:290px;height:200px}.orbit-two{width:290px;height:210px}.art-star{top:0;right:22px;font-size:45px}.art-note{font-size:7px;right:0;bottom:0}.player{display:grid;grid-template-columns:52px 1fr 54px;gap:13px;padding:19px 15px;border-radius:14px}.station-art{width:52px;height:58px;font-size:46px;letter-spacing:-6px;border-radius:8px}.station-art span{font-size:25px}h2{font-size:19px}.station-info .eyebrow{font-size:8px;letter-spacing:1.3px}#status{font-size:11px;line-height:1.4}.play{height:52px;width:52px}.volume{grid-column:2 / 4;width:100%;display:flex;align-items:center;gap:15px;border:0;padding:8px 0 0;margin:0}.volume label{margin:0}.volume input{min-width:0;flex:1}.below{padding:32px 0}.below p{font-size:18px}.listening{gap:6px;flex-wrap:wrap}.listening span{font-size:7px;padding:10px 12px}footer{flex-wrap:wrap;font-size:9px;gap:14px}footer>span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Identidad oficial de Activa Stereo */
:root{--bg:#080908;--lime:#7dff22;--line:#30332c;--muted:#adb1a6}
.brand-image{width:58px;height:58px;object-fit:contain;border-radius:10px}.brand-sub{font-size:9px;letter-spacing:2.2px}.logo-stage{display:grid;place-items:center;min-width:0}.hero-logo{width:100%;max-width:430px;height:auto;border-radius:18px}.hero{grid-template-columns:1.15fr 1fr;gap:30px}h1{font-size:clamp(44px,5.7vw,76px);letter-spacing:-4px}h1 span{background:linear-gradient(100deg,#59ff14,#e7ff00 48%,#ff8a00 80%,#ff3520);background-clip:text;-webkit-background-clip:text;color:transparent}.player{background:linear-gradient(115deg,#20271a,#121510);border-color:#414e30}.station-logo{padding:0;object-fit:contain;background:#000}.hero-link{border-color:#6b853e}.play{background:linear-gradient(135deg,#7dff22,#d5f928)}.play:hover{background:#aaff54}
@media(max-width:900px){h1{font-size:53px;letter-spacing:-3px}}
@media(max-width:600px){.hero{grid-template-columns:1fr;gap:25px}.hero-logo{max-width:310px}.brand-image{width:46px;height:46px}h1{font-size:clamp(43px,12vw,62px);letter-spacing:-2.5px}.hero{padding-top:35px}}
footer{flex-wrap:wrap}
