
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:#fff;
  font-family:Arial,sans-serif;
  background:
    radial-gradient(circle at 15% 10%,rgba(255,70,180,.16),transparent 30%),
    radial-gradient(circle at 85% 20%,rgba(150,70,255,.14),transparent 28%),
    radial-gradient(circle at 70% 75%,rgba(255,90,180,.10),transparent 24%),
    linear-gradient(135deg,#08060d,#16081f 45%,#09070e);
  background-attachment:fixed;
}
a{color:inherit;text-decoration:none}
.hidden{display:none!important}

.site-logo{height:42px;width:auto;object-fit:contain}
.large-logo{height:170px;max-width:70vw}
.weather-site-logo{max-height:120px;max-width:220px;object-fit:contain}

.intro{
  position:fixed;inset:0;z-index:9999;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;
  background:
    radial-gradient(circle at 30% 35%,rgba(255,77,190,.35),transparent 28%),
    radial-gradient(circle at 75% 35%,rgba(131,63,255,.35),transparent 30%),
    linear-gradient(135deg,#100015,#270542,#090710);
}
.intro-logo{font-size:clamp(3rem,10vw,8rem);font-weight:1000;letter-spacing:.22em}
.intro p{color:#f4dfff;opacity:.9;margin:10px 0 22px}

.topbar{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;padding:14px 4.5%;
  background:rgba(10,7,14,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{
  display:flex;align-items:center;gap:10px;
  font-weight:900;letter-spacing:.2em;color:#ffce58;
  flex:0 0 auto;
}
.topbar nav{
  display:flex;align-items:center;gap:10px;
  flex-wrap:wrap;justify-content:flex-end;
}
.topbar nav a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;padding:0 15px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-weight:700;
  transition:transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease;
  position:relative;
  overflow:hidden;
}
.topbar nav a::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(-120%);
  transition:transform .45s ease;
}
.topbar nav a:hover::before{transform:translateX(120%)}
.topbar nav a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.28);
  box-shadow:0 8px 22px rgba(0,0,0,.22);
}
.topbar nav a.active{
  background:linear-gradient(135deg,#ffffff,#f8e5ff);
  color:#1b1020;
  border-color:#fff;
  box-shadow:0 10px 30px rgba(255,255,255,.14);
}
.topbar nav a[data-section="envivo"]{
  background:linear-gradient(135deg,#8b0e16,#d5212d);
  border-color:#ff7272;
  color:#fff;
  box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;
  animation:livePulse 2s infinite;
}
.topbar nav a[data-section="envivo"].active{
  background:linear-gradient(135deg,#ff3a44,#ff6770);
  color:#fff;
}
@keyframes livePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(255,58,68,.32)}
  50%{box-shadow:0 0 0 10px rgba(255,58,68,0)}
}

main{padding:44px 5% 60px}
.page-section{display:none;animation:fadeUp .35s ease}
.active-section{display:block}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}

.hero{
  min-height:560px;
  display:flex;align-items:center;
  padding:40px 0 10px;
}
.hero-content{max-width:980px}
.eyebrow{
  display:inline-block;
  color:#ff8bd2;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:10px;
  text-transform:uppercase;
  font-size:.86rem;
}
h1{
  margin:0 0 14px;
  font-size:clamp(3rem,8vw,6.5rem);
  line-height:.95;
}
h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 24px}
h3{margin-top:0;font-size:1.2rem}
p{line-height:1.5}

.glass{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 10px 35px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
}
.card,.panel,.weather,.video{
  border-radius:22px;
  padding:24px;
}
.card img,.media-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:12px;
}
.media-card video{
  width:100%;
  border-radius:14px;
  margin-bottom:12px;
}
.weather{
  display:flex;align-items:center;gap:22px;min-height:220px;
}
.mta{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}
.mta span{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  font-weight:900;background:#fff;color:#111;
}
.video{
  min-height:280px;
  display:grid;place-items:center;
  font-size:1.8rem;text-align:center;
}

.community{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.community .panel{
  min-height:340px;
}
.community .panel h3{font-size:1.1rem;margin-bottom:10px}
.smallnote{color:#d6c9df;margin:0 0 18px}
.community input{
  width:100%;
  padding:15px 16px;
  margin:0 0 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
  color:#fff;
}
.community .actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-bottom:14px;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;border:1px solid transparent;
  padding:14px 18px;font-weight:900;cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, opacity .22s ease, background .22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{
  background:linear-gradient(135deg,#ffca55,#ff8bd2);
  color:#111;
}
.btn.secondary{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}
.btn.live{
  background:linear-gradient(135deg,#cc1c29,#ff4452);
  color:#fff;
  border-color:#ff8e95;
}
.hero .btn-row,.actions{display:flex;gap:12px;flex-wrap:wrap}
button,input,textarea{font:inherit}

.poll-wrap{
  display:flex;flex-direction:column;gap:14px;
}
.poll-list{
  display:flex;flex-direction:column;gap:14px;margin:8px 0 10px;
}
.poll-item{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;padding:12px 14px;border-radius:12px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
}
.poll-item label{
  display:flex;align-items:center;justify-content:space-between;
  width:100%;gap:14px;cursor:pointer;
}
.poll-item input[type="radio"]{width:18px;height:18px;margin:0}
#voteStatus,#authStatus,#trackingStatus{margin-top:12px;color:#f3e8ff}

footer{
  padding:26px 5%;
  color:#d0c6d8;
  border-top:1px solid rgba(255,255,255,.08);
}

@media (max-width:1100px){
  .topbar{align-items:flex-start;flex-direction:column}
  .topbar nav{justify-content:flex-start}
}
@media (max-width:900px){
  .community{grid-template-columns:1fr}
}
@media (max-width:760px){
  .topbar{padding:14px 16px}
  .topbar nav{
    flex-wrap:nowrap;
    overflow-x:auto;
    width:100%;
    padding-bottom:4px;
    scrollbar-width:thin;
  }
  .topbar nav a{flex:0 0 auto}
  main{padding:26px 16px 50px}
  .hero{min-height:480px}
  .weather{flex-direction:column;align-items:flex-start}
  .community .actions{flex-direction:column;align-items:stretch}
  .community .actions .btn{width:100%}
}

/* V14.1 public cache-bust + section isolation */
main > .page-section{display:none!important}
main > .page-section.active-section{display:block!important}
main > #inicio.page-section.active-section{display:flex!important}


/* =====================================================
   MSHOWTV V14.5 - CLEAN WELCOME INTRO
===================================================== */
.welcome-intro{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 25% 45%,rgba(255,0,150,.27),transparent 34%),
    radial-gradient(circle at 77% 45%,rgba(105,25,255,.31),transparent 38%),
    linear-gradient(135deg,#09000f,#230030 50%,#07000d);
  opacity:1;
  visibility:visible;
  transition:opacity .9s ease,visibility .9s ease;
}
.welcome-intro.is-leaving{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.welcome-title{
  position:relative;
  z-index:5;
  margin:0;
  color:#fff;
  text-align:center;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(3.7rem,10vw,10rem);
  font-weight:900;
  letter-spacing:.08em;
  opacity:0;
  transform:scale(.7);
  filter:blur(10px);
  text-shadow:
    0 0 8px rgba(255,255,255,.85),
    0 0 28px rgba(255,55,190,.68),
    0 0 65px rgba(125,55,255,.66);
  animation:
    welcomeTitleIn 1.55s cubic-bezier(.16,.84,.44,1) forwards,
    welcomeTitleGlow 2.4s ease-in-out 1.6s infinite alternate;
}
.welcome-orbit{
  position:absolute;
  border-radius:50%;
  border:2px solid rgba(255,78,220,.5);
  opacity:0;
  box-shadow:
    0 0 28px rgba(255,0,190,.28),
    inset 0 0 28px rgba(120,50,255,.18);
}
.orbit-one{
  width:min(62vw,720px);
  height:min(62vw,720px);
  animation:welcomeOrbitIn 1.9s ease-out .2s forwards,
            welcomeOrbitPulse 3s ease-in-out 2s infinite alternate;
}
.orbit-two{
  width:min(44vw,510px);
  height:min(44vw,510px);
  border-color:rgba(120,60,255,.3);
  animation:welcomeOrbitIn 2.1s ease-out .55s forwards,
            welcomeOrbitSpin 12s linear 2.2s infinite;
}
.welcome-glow{
  position:absolute;
  width:75vw;
  height:260px;
  filter:blur(17px);
  opacity:.58;
}
.glow-left{
  left:-27vw;
  background:linear-gradient(90deg,transparent,rgba(255,0,145,.76),transparent);
  transform:rotate(14deg);
}
.glow-right{
  right:-27vw;
  background:linear-gradient(90deg,transparent,rgba(100,40,255,.76),transparent);
  transform:rotate(-14deg);
}
.welcome-enter{
  position:absolute;
  top:68%;
  left:50%;
  z-index:7;
  transform:translateX(-50%);
  opacity:0;
  pointer-events:none;
  padding:11px 22px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.62);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  backdrop-filter:blur(10px);
  animation:welcomeButtonIn .45s ease 2.3s forwards;
}
.welcome-enter:hover{
  background:#fff;
  color:#18071f;
}
@keyframes welcomeTitleIn{
  0%{opacity:0;transform:scale(.7);filter:blur(10px)}
  60%{opacity:1;transform:scale(1.05);filter:blur(0)}
  100%{opacity:1;transform:scale(1);filter:blur(0)}
}
@keyframes welcomeTitleGlow{
  from{text-shadow:0 0 8px rgba(255,255,255,.8),0 0 24px rgba(255,50,180,.42),0 0 42px rgba(100,60,255,.4)}
  to{text-shadow:0 0 15px #fff,0 0 42px rgba(255,50,190,.84),0 0 90px rgba(120,50,255,.82)}
}
@keyframes welcomeOrbitIn{
  from{opacity:0;transform:scale(.5) rotate(-25deg)}
  to{opacity:1;transform:scale(1) rotate(0)}
}
@keyframes welcomeOrbitPulse{
  from{transform:scale(1)}
  to{transform:scale(1.045)}
}
@keyframes welcomeOrbitSpin{
  from{transform:rotate(0)}
  to{transform:rotate(360deg)}
}
@keyframes welcomeButtonIn{
  to{opacity:1;pointer-events:auto}
}
@media(max-width:700px){
  .welcome-title{font-size:3.25rem;letter-spacing:.035em}
  .orbit-one{width:82vw;height:82vw}
  .orbit-two{width:64vw;height:64vw}
  .welcome-enter{top:64%}
}

/* V14.6 navigation hardening */
.topbar{pointer-events:auto!important}
.topbar nav{pointer-events:auto!important}
.topbar .nav-link{
  pointer-events:auto!important;
  cursor:pointer!important;
  position:relative;
  z-index:10;
}
main > .page-section{display:none!important}
main > .page-section.active-section{display:block!important}
main > #inicio.page-section.active-section{display:flex!important}

/* V14.7 public content sync */
.loading-card{opacity:.75}
.content-error{
  border-color:rgba(255,92,112,.45)!important;
  background:rgba(130,24,45,.16)!important;
}
.content-error strong{color:#ffb0bd}
.media-card video{
  width:100%;
  max-height:420px;
  border-radius:14px;
  background:#000;
  margin-bottom:12px;
}
.participant-badge{
  display:inline-block;
  margin:2px 0 10px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,120,210,.12);
  color:#ff91d6;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.08em;
}


/* ==============================
   V15 WEATHER REALTIME
================================ */
.weather-pro{
  padding:26px;
  border-radius:24px;
  overflow:hidden;
}
.weather-hero{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
  gap:24px;
  align-items:center;
}
.weather-kicker,
.weather-section-title{
  color:#ff8fd2;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.13em;
}
.weather-location-block h3{
  font-size:clamp(2rem,4vw,4rem);
  margin:8px 0 12px;
}
.weather-current-line{
  display:flex;
  align-items:center;
  gap:20px;
}
.weather-temp{
  font-size:clamp(4rem,9vw,8rem);
  font-weight:300;
  line-height:.85;
}
.weather-condition{
  font-size:1.35rem;
  font-weight:800;
  margin-bottom:7px;
}
.weather-high-low{
  display:flex;
  gap:14px;
  color:#d9cedf;
}
.weather-scene{
  position:relative;
  min-height:260px;
  border-radius:22px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.12),transparent 28%),
    linear-gradient(160deg,#352849,#182034);
}
.weather-logo{
  position:absolute;
  width:115px;
  height:115px;
  object-fit:contain;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:8;
  filter:drop-shadow(0 8px 24px rgba(0,0,0,.35));
}
.weather-summary{
  margin:22px 0;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  color:#ded3e4;
}
.weather-hourly-list{
  display:grid;
  grid-template-columns:repeat(6,minmax(92px,1fr));
  gap:10px;
  overflow-x:auto;
  padding:12px 0 4px;
}
.weather-hour-card,
.weather-day-card{
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.035);
  border-radius:15px;
}
.weather-hour-card{
  min-width:92px;
  padding:12px 9px;
  text-align:center;
}
.weather-hour-time{
  font-size:.75rem;
  color:#c8bccc;
}
.weather-hour-icon{
  font-size:1.6rem;
  margin:8px 0;
}
.weather-hour-temp{
  font-size:1.05rem;
  font-weight:900;
}
.weather-daily-list{
  display:grid;
  gap:9px;
  margin-top:12px;
}
.weather-day-card{
  display:grid;
  grid-template-columns:1fr auto auto auto;
  gap:14px;
  align-items:center;
  padding:13px 15px;
}
.weather-day-name{font-weight:900}
.weather-day-icon{font-size:1.35rem}
.weather-day-low{color:#baaec1}
.weather-day-high{font-weight:900}
.weather-source{
  margin-top:16px;
  color:#8f8197;
  font-size:.72rem;
}
.weather-sun,
.weather-cloud,
.weather-rain,
.weather-snow,
.weather-spring{
  position:absolute;
  pointer-events:none;
}

/* Sunny */
.weather-scene[data-mode="sunny"]{
  background:linear-gradient(180deg,#55aef2,#91d5ff 62%,#e6c27f);
}
.weather-scene[data-mode="sunny"] .weather-sun{
  display:block;
  width:110px;height:110px;border-radius:50%;
  background:#ffd34e;
  top:28px;right:35px;
  box-shadow:0 0 55px rgba(255,211,78,.7);
  animation:weatherSunPulse 3s ease-in-out infinite alternate;
}
.weather-scene[data-mode="sunny"]::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:72px;
  background:linear-gradient(#e7c884,#b78b4d);
}

/* Rain */
.weather-scene[data-mode="rain"]{
  background:linear-gradient(180deg,#5f7185,#2f4259 65%,#1f2b38);
}
.weather-scene[data-mode="rain"] .weather-cloud{
  display:block;
  width:130px;height:42px;
  border-radius:50px;
  background:#b9c4cf;
  top:52px;
}
.weather-scene[data-mode="rain"] .cloud-a{left:42px}
.weather-scene[data-mode="rain"] .cloud-b{right:35px;top:82px;opacity:.8}
.weather-scene[data-mode="rain"] .weather-rain{
  display:block;
  inset:0;
  background-image:repeating-linear-gradient(115deg,transparent 0 18px,rgba(120,210,255,.55) 19px 21px,transparent 22px 38px);
  background-size:36px 36px;
  animation:weatherRainMove .7s linear infinite;
}

/* Snow */
.weather-scene[data-mode="snow"]{
  background:linear-gradient(180deg,#aabbd0,#e8eef4);
}
.weather-scene[data-mode="snow"] .weather-snow{
  display:block;inset:0;
  background-image:
    radial-gradient(circle,#fff 0 3px,transparent 4px),
    radial-gradient(circle,#fff 0 2px,transparent 3px);
  background-size:36px 36px,52px 52px;
  background-position:0 0,18px 8px;
  animation:weatherSnowMove 3.2s linear infinite;
}

/* Spring */
.weather-scene[data-mode="spring"]{
  background:linear-gradient(180deg,#80caff,#c8f2c0 70%,#77ad5d);
}
.weather-scene[data-mode="spring"] .weather-spring{
  display:block;
  left:0;right:0;bottom:0;height:86px;
  background:
    radial-gradient(circle at 12% 65%,#ff7ec7 0 5px,transparent 6px),
    radial-gradient(circle at 26% 45%,#ffd15f 0 5px,transparent 6px),
    radial-gradient(circle at 44% 70%,#ff8aa9 0 5px,transparent 6px),
    radial-gradient(circle at 68% 48%,#b788ff 0 5px,transparent 6px),
    radial-gradient(circle at 86% 66%,#ffd15f 0 5px,transparent 6px),
    linear-gradient(#79b35c,#4b8739);
  transform-origin:bottom;
  animation:weatherSpringGrow 2.8s ease-in-out infinite alternate;
}

/* Cloudy fallback */
.weather-scene[data-mode="cloudy"]{
  background:linear-gradient(180deg,#7e8999,#4d5969);
}
.weather-scene[data-mode="cloudy"] .weather-cloud{
  display:block;
  width:145px;height:48px;border-radius:50px;
  background:#cbd1d8;
  top:58px;
}
.weather-scene[data-mode="cloudy"] .cloud-a{left:45px}
.weather-scene[data-mode="cloudy"] .cloud-b{right:35px;top:95px;opacity:.8}

.weather-scene .weather-sun,
.weather-scene .weather-cloud,
.weather-scene .weather-rain,
.weather-scene .weather-snow,
.weather-scene .weather-spring{
  display:none;
}

@keyframes weatherSunPulse{
  from{transform:scale(.95)}
  to{transform:scale(1.05)}
}
@keyframes weatherRainMove{
  from{background-position:0 0}
  to{background-position:-24px 42px}
}
@keyframes weatherSnowMove{
  from{background-position:0 0,18px 8px}
  to{background-position:0 80px,18px 112px}
}
@keyframes weatherSpringGrow{
  from{transform:scaleY(.9)}
  to{transform:scaleY(1)}
}

@media(max-width:900px){
  .weather-hero{grid-template-columns:1fr}
  .weather-hourly-list{grid-template-columns:repeat(6,110px)}
}
@media(max-width:600px){
  .weather-current-line{align-items:flex-start;flex-direction:column}
  .weather-day-card{grid-template-columns:1fr auto auto}
  .weather-day-icon{display:none}
}

/* V15.1 standalone weather status */
#weatherWidget[data-weather-loaded="1"] .weather-temp{
  animation:weatherTempArrive .35s ease;
}
@keyframes weatherTempArrive{
  from{opacity:.25;transform:translateY(5px)}
  to{opacity:1;transform:none}
}

/* V15.2 precise current-time weather */
.weather-now-card{
  border-color:rgba(255,143,210,.38);
  background:linear-gradient(135deg,rgba(255,143,210,.10),rgba(255,255,255,.035));
}
.weather-now-card .weather-hour-time:first-child{
  color:#ffb0df;
  font-weight:900;
}


/* V15.3 day/night greeting over logo */
.weather-greeting{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:9;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(12,8,24,.42);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  color:#fff;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 8px 24px rgba(0,0,0,.24);
  text-shadow:0 1px 10px rgba(0,0,0,.35);
  white-space:nowrap;
}
.weather-scene[data-period="day"] .weather-greeting{
  background:linear-gradient(135deg,rgba(255,177,113,.92),rgba(255,120,186,.88));
  border-color:rgba(255,255,255,.32);
  color:#220c28;
}
.weather-scene[data-period="night"] .weather-greeting{
  background:linear-gradient(135deg,rgba(42,53,110,.92),rgba(137,99,255,.86));
  border-color:rgba(255,255,255,.25);
  color:#fff;
}
.weather-scene[data-period="night"] .weather-logo{
  filter:drop-shadow(0 0 16px rgba(173,154,255,.32)) drop-shadow(0 10px 28px rgba(0,0,0,.4));
}

/* V15.4 live New York clock */
#weatherLiveClock{
  color:#ffb5df;
  font-weight:900;
}
.weather-greeting{
  min-width:140px;
  text-align:center;
}


/* ==========================
   V16 TRANSPORT REALTIME UI
========================== */
.transport-statusbar{
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:15px 18px;border-radius:16px;margin-bottom:18px;
}
.transport-statusbar > div:first-child{display:flex;flex-direction:column;gap:4px}
.transport-kicker{color:#ff8fd2;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.transport-live-dot{display:flex;align-items:center;gap:8px;font-weight:900;color:#a9f0be}
.transport-live-dot span{width:9px;height:9px;border-radius:50%;background:#36d66d;box-shadow:0 0 14px #36d66d;animation:transportPulse 1.4s ease-in-out infinite alternate}
.transport-grid,.road-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.road-grid{margin-top:18px}
.transport-panel{padding:20px;border-radius:20px}
.transport-panel h3{font-size:1.45rem;margin:5px 0 16px}
.transport-panel-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.transport-refresh{border:1px solid #ffffff20;background:#ffffff09;color:#fff;padding:9px 12px;border-radius:10px;font-weight:900;cursor:pointer}
.mta-lines-status{display:grid;gap:8px}
.mta-status-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 12px;border-radius:14px;background:#ffffff06;border:1px solid #ffffff0c}
.mta-route-bullet{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:1000;font-size:1rem}
.mta-route-bullet.red{background:#EE352E}
.mta-route-bullet.green{background:#00933C}
.mta-route-bullet.purple{background:#B933AD}
.mta-route-bullet.blue{background:#0039A6}
.mta-route-bullet.orange{background:#FF6319}
.mta-route-bullet.lime{background:#6CBE45}
.mta-route-bullet.brown{background:#996633}
.mta-route-bullet.gray{background:#A7A9AC;color:#111}
.mta-route-bullet.yellow{background:#FCCC0A;color:#111}
.mta-route-bullet.shuttle{background:#808183}
.mta-route-copy{display:flex;flex-direction:column;gap:3px}
.mta-route-copy span{color:#cbbfd1;font-size:.78rem}
.mta-service-chip{padding:6px 9px;border-radius:999px;font-size:.68rem;font-weight:900;white-space:nowrap}
.mta-service-chip.good{background:#0d783e44;color:#8ef0b1;border:1px solid #4cd98250}
.mta-service-chip.delay{background:#9b650b44;color:#ffd37a;border:1px solid #ffc65a55}
.mta-service-chip.severe{background:#941e3044;color:#ff9cab;border:1px solid #ff637655}
.mta-service-chip.unknown{background:#ffffff0b;color:#bfb3c6;border:1px solid #ffffff12}
.transport-notice{margin-top:14px;padding:11px 13px;border-radius:12px;background:#ffffff06;color:#c9bdcf}
.transport-notice.warning{background:#81520f22;color:#ffd27a;border:1px solid #ffc65a33}
.transport-notice.good{background:#0b743522;color:#8ff1b0;border:1px solid #54da8633}
.transport-notice.error{background:#8c203022;color:#ff9eae;border:1px solid #ff637633}
.transport-alerts-list{display:grid;gap:10px}
.transport-alert-card{padding:13px;border-radius:14px;background:#ffffff06;border:1px solid #ffffff0d}
.transport-alert-card.delay{border-color:#ffc65a44;background:#81520f18}
.transport-alert-card.severe{border-color:#ff637644;background:#8c203018}
.transport-alert-card h4{margin:5px 0 7px}
.transport-alert-card p{margin:0 0 8px;color:#d6cbdc}
.transport-alert-card small{color:#94889c}
.transport-alert-lines{color:#ff8fd2;font-size:.72rem;font-weight:900;letter-spacing:.08em}
.transport-empty{padding:18px;border-radius:14px;background:#ffffff04;color:#a99dad;text-align:center}
.transport-info-list{display:grid;gap:12px}
.transport-info-list>div{display:flex;align-items:center;gap:10px}
.status-dot{width:11px;height:11px;border-radius:50%}
.status-dot.good{background:#36d66d}
.status-dot.delay{background:#ffc34d}
.status-dot.severe{background:#ff5368}
@keyframes transportPulse{from{opacity:.55;transform:scale(.9)}to{opacity:1;transform:scale(1.15)}}
@media(max-width:950px){.transport-grid,.road-grid{grid-template-columns:1fr}}

/* ==========================
   V16.1 MSHOWTV STATUS CIRCLES
   Diseño propio; no usa símbolos oficiales de ruta.
========================== */
.mta-status-row{
  grid-template-columns:48px minmax(0,1fr) auto;
}
.mshowtv-line-label{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:1000;
  color:#fff;
  background:linear-gradient(145deg,#6f2ca3,#b54891);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 5px 14px rgba(0,0,0,.22);
}
.mshowtv-status-wrap{
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:flex-end;
}
.mshowtv-status-circle{
  width:14px;
  height:14px;
  border-radius:50%;
  flex:0 0 auto;
  border:2px solid rgba(255,255,255,.18);
}
.mshowtv-status-circle.good{
  background:#35d66f;
  box-shadow:0 0 12px rgba(53,214,111,.55);
}
.mshowtv-status-circle.changes{
  background:#f0c84f;
  box-shadow:0 0 12px rgba(240,200,79,.5);
}
.mshowtv-status-circle.delay{
  background:#ff8a3d;
  box-shadow:0 0 12px rgba(255,138,61,.55);
}
.mshowtv-status-circle.severe{
  background:#ff5267;
  box-shadow:0 0 12px rgba(255,82,103,.55);
}
.mshowtv-status-circle.unknown{
  background:#a8a0ad;
}
.mshowtv-status-text{
  font-size:.72rem;
  font-weight:900;
  white-space:nowrap;
}
.mshowtv-status-text.good{color:#8ef0b1}
.mshowtv-status-text.changes{color:#ffe287}
.mshowtv-status-text.delay{color:#ffb178}
.mshowtv-status-text.severe{color:#ff9cab}
.mshowtv-status-text.unknown{color:#bfb3c6}
.status-dot.changes{background:#f0c84f}
.status-dot.unknown{background:#a8a0ad}
.mta-route-bullet,
.mta-service-chip{
  display:none!important;
}
@media(max-width:650px){
  .mta-status-row{grid-template-columns:42px 1fr}
  .mshowtv-status-wrap{
    grid-column:2;
    justify-content:flex-start;
    margin-top:3px;
  }
}

/* V16.1.1 connection status accuracy */
.transport-live-dot.pending{color:#ffd27a}
.transport-live-dot.pending span{
  background:#ffc44d;
  box-shadow:0 0 14px rgba(255,196,77,.65);
}
.transport-live-dot.connected{color:#a9f0be}
.transport-live-dot.connected span{
  background:#36d66d;
  box-shadow:0 0 14px #36d66d;
}
.transport-live-dot.error{color:#ff9cab}
.transport-live-dot.error span{
  background:#ff5267;
  box-shadow:0 0 14px rgba(255,82,103,.7);
}

/* V16.2 realtime feed source note */
.transport-notice.good::before{
  content:"● ";
  color:#36d66d;
}

/* ==========================
   V16.3 GOOGLE TRAFFIC MAP
========================== */
.road-map-panel{
  min-width:0;
}
.google-traffic-map-wrap{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#100b16;
}
.google-traffic-map{
  width:100%;
  height:460px;
  min-height:320px;
  background:#120d18;
}
.google-map-placeholder{
  height:100%;
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:8px;
  padding:26px;
  color:#d7c9dc;
  background:
    radial-gradient(circle at 50% 40%,rgba(191,73,170,.14),transparent 34%),
    linear-gradient(160deg,#211527,#120d18);
}
.google-map-placeholder strong{
  font-size:1.35rem;
  color:#fff;
}
.google-map-placeholder span{
  max-width:520px;
  color:#bfaec7;
}
.google-map-placeholder.error{
  background:linear-gradient(160deg,#2b151d,#120d18);
}
.google-map-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
  white-space:nowrap;
}
.google-map-status.pending{
  color:#ffd47c;
  background:#7b541422;
  border:1px solid #ffc65a33;
}
.google-map-status.connected{
  color:#8ff1b0;
  background:#0b743522;
  border:1px solid #54da8633;
}
.google-map-status.error{
  color:#ff9eae;
  background:#8c203022;
  border:1px solid #ff637633;
}
.traffic-map-legend{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  align-items:center;
  padding:13px 2px 4px;
  color:#d7cbdc;
  font-size:.78rem;
}
.traffic-map-legend span{
  display:flex;
  align-items:center;
  gap:7px;
}
.traffic-line{
  width:28px;
  height:5px;
  border-radius:999px;
  display:inline-block;
}
.traffic-line.green{background:#47c96b}
.traffic-line.orange{background:#f1a23a}
.traffic-line.red{background:#e84c5e}
@media(max-width:900px){
  .google-traffic-map{height:390px}
}
@media(max-width:600px){
  .google-traffic-map{height:340px}
  .transport-panel-head{align-items:flex-start}
}

/* ==========================
   V16.4 MAPBOX TRAFFIC
========================== */
.mapbox-traffic-map-wrap{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#100b16;
}
.mapbox-traffic-map{
  width:100%;
  height:460px;
  min-height:320px;
  background:#120d18;
}
.mapbox-map-placeholder{
  height:100%;
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:8px;
  padding:26px;
  color:#d7c9dc;
  background:
    radial-gradient(circle at 50% 40%,rgba(191,73,170,.14),transparent 34%),
    linear-gradient(160deg,#211527,#120d18);
}
.mapbox-map-placeholder strong{font-size:1.35rem;color:#fff}
.mapbox-map-placeholder span{max-width:520px;color:#bfaec7}
.mapbox-map-placeholder.error{background:linear-gradient(160deg,#2b151d,#120d18)}
@media(max-width:900px){.mapbox-traffic-map{height:390px}}
@media(max-width:600px){.mapbox-traffic-map{height:340px}}

/* ==========================
   V16.5 511NY ROAD EVENTS
========================== */
.road-events-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 12px;
}
.road-event-marker{
  width:15px;
  height:15px;
  border-radius:50%;
  border:2px solid #fff;
  box-shadow:0 2px 8px rgba(0,0,0,.45);
  cursor:pointer;
}
.road-event-marker.info{background:#4d8dff}
.road-event-marker.delay{background:#ff943d}
.road-event-marker.severe{background:#ef4358}
.road-popup{max-width:280px;color:#19151d}
.road-popup strong{display:block;margin-bottom:5px}
.road-popup p{margin:0 0 6px;font-size:.86rem}
.road-popup small{color:#625d66}

/* ==============================
   V16.6 WEATHER DAY / NIGHT
================================ */
.weather-moon,
.weather-stars{
  position:absolute;
  pointer-events:none;
  display:none;
}

/* Day atmosphere */
.weather-scene[data-period="day"]{
  box-shadow:inset 0 0 50px rgba(255,255,255,.08);
}
.weather-scene[data-period="day"][data-mode="cloudy"]{
  background:linear-gradient(180deg,#8695a9,#59687b);
}
.weather-scene[data-period="day"][data-mode="rain"]{
  background:linear-gradient(180deg,#64798d,#32475c 66%,#263542);
}

/* Night atmosphere overrides the daytime scene while preserving rain/snow/cloud layers. */
.weather-scene[data-period="night"]{
  background:
    radial-gradient(circle at 72% 24%,rgba(112,129,202,.14),transparent 24%),
    linear-gradient(180deg,#11182e 0%,#17203b 52%,#0b1022 100%) !important;
}
.weather-scene[data-period="night"]::after{
  display:none !important;
}
.weather-scene[data-period="night"] .weather-sun{
  display:none !important;
}
.weather-scene[data-period="night"] .weather-moon{
  display:block;
  width:76px;
  height:76px;
  border-radius:50%;
  top:24px;
  right:34px;
  z-index:3;
  background:#f5f1cf;
  box-shadow:0 0 28px rgba(245,241,207,.40);
  animation:weatherMoonFloat 4s ease-in-out infinite alternate;
}
.weather-scene[data-period="night"] .weather-moon::after{
  content:"";
  position:absolute;
  width:66px;
  height:66px;
  border-radius:50%;
  top:-8px;
  left:20px;
  background:#11182e;
}
.weather-scene[data-period="night"] .weather-stars{
  display:block;
  inset:0;
  opacity:.82;
  background-image:
    radial-gradient(circle at 10% 18%,#fff 0 1.4px,transparent 1.8px),
    radial-gradient(circle at 22% 34%,#fff 0 1px,transparent 1.5px),
    radial-gradient(circle at 35% 14%,#fff 0 1.2px,transparent 1.7px),
    radial-gradient(circle at 48% 29%,#fff 0 1px,transparent 1.5px),
    radial-gradient(circle at 63% 13%,#fff 0 1.4px,transparent 1.8px),
    radial-gradient(circle at 82% 39%,#fff 0 1px,transparent 1.5px),
    radial-gradient(circle at 91% 17%,#fff 0 1.2px,transparent 1.7px),
    radial-gradient(circle at 16% 61%,#fff 0 1px,transparent 1.5px),
    radial-gradient(circle at 72% 63%,#fff 0 1px,transparent 1.5px);
  animation:weatherStarsTwinkle 2.6s ease-in-out infinite alternate;
}

/* Keep weather events visible at night */
.weather-scene[data-period="night"][data-mode="rain"] .weather-cloud,
.weather-scene[data-period="night"][data-mode="cloudy"] .weather-cloud{
  display:block;
  background:#7c8798;
  z-index:4;
}
.weather-scene[data-period="night"][data-mode="rain"] .weather-rain{
  display:block;
  z-index:5;
}
.weather-scene[data-period="night"][data-mode="snow"] .weather-snow{
  display:block;
  z-index:5;
}
.weather-scene[data-period="night"] .weather-logo{
  z-index:8;
}
.weather-scene[data-period="night"] .weather-greeting{
  z-index:10;
}

@keyframes weatherMoonFloat{
  from{transform:translateY(0)}
  to{transform:translateY(5px)}
}
@keyframes weatherStarsTwinkle{
  from{opacity:.48}
  to{opacity:.92}
}

/* ==========================
   V16.8 PUBLIC HIRING
========================== */
.hiring-hero{
  display:flex;justify-content:space-between;gap:20px;align-items:center;
  padding:22px;border-radius:20px;margin-bottom:18px
}
.hiring-kicker{color:#ff8fd2;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.hiring-hero h3,.hiring-jobs-panel h3,.hiring-apply-panel h3{margin:5px 0 8px}
.hiring-hero p{margin:0;color:#c8bacf}
.hiring-privacy-note{
  max-width:340px;padding:13px 15px;border-radius:14px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)
}
.hiring-privacy-note strong{display:block;color:#fff;margin-bottom:4px}
.hiring-privacy-note span{font-size:.8rem;color:#c8bacf}
.hiring-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.hiring-jobs-panel,.hiring-apply-panel{padding:20px;border-radius:20px}
.hiring-panel-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.hiring-jobs-list{display:grid;gap:11px;margin-top:14px}
.hiring-job-card{
  padding:15px;border-radius:15px;background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08)
}
.hiring-job-top{display:flex;justify-content:space-between;gap:10px}
.hiring-job-type{color:#ff9ed9;font-size:.7rem;font-weight:900;letter-spacing:.08em}
.hiring-job-card h4{margin:4px 0 7px}
.hiring-job-card p{margin:0 0 10px;color:#d4c9da}
.hiring-job-status{
  padding:5px 8px;border-radius:999px;background:rgba(53,214,111,.12);
  color:#91f2b0;font-size:.68rem;font-weight:900;height:max-content
}
.hiring-job-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.hiring-job-meta span{
  padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.05);
  font-size:.7rem;color:#bfb1c6
}
.hiring-job-requirements{font-size:.78rem;color:#c8bacf;margin-bottom:12px}
.hiring-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hiring-form-grid label,.hiring-apply-panel>label{display:grid;gap:6px;font-weight:800;font-size:.84rem}
.hiring-check{
  display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;
  gap:9px!important;padding:11px;border-radius:12px;background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);margin:12px 0
}
.hiring-check input{width:auto!important;margin-top:3px}
#hiringFormStatus.error{color:#ff9cab}
@media(max-width:950px){.hiring-layout{grid-template-columns:1fr}}
@media(max-width:700px){
  .hiring-hero{flex-direction:column;align-items:flex-start}
  .hiring-form-grid{grid-template-columns:1fr}
}

/* V16.8.1 Hiring public nav fix */
.hiring-nav-link{
  border-color:rgba(255,143,210,.18);
}
.hiring-count-badge{
  display:inline-grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  margin-left:6px;
  border-radius:999px;
  background:rgba(255,143,210,.12);
  color:#ff9ed9;
  font-size:.78rem;
  vertical-align:middle;
}

/* ==========================
   V16.9 COMMUNITY + ARTIST
========================== */
.community-public-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}
.community-auth-card,.community-post-card,.community-feed-card{padding:22px;border-radius:20px}
.community-kicker,.artist-kicker{color:#ff8fd2;font-size:.72rem;font-weight:900;letter-spacing:.12em}
.community-auth-card label{display:grid;gap:6px;margin:10px 0;font-weight:800}
.community-auth-actions{display:grid;gap:9px;margin-top:13px}
.community-profile-summary{display:flex;align-items:center;gap:12px;padding:14px;border-radius:15px;background:rgba(255,255,255,.04);margin:12px 0}
.community-avatar-letter{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#7b2fa7,#c34896);font-weight:1000;color:#fff}
.community-avatar-letter.small{width:34px;height:34px;font-size:.82rem}
.community-profile-summary div:last-child{display:flex;flex-direction:column}
.community-profile-summary span{font-size:.78rem;color:#bcaec2}
.community-feed-card{margin-top:18px}
.community-feed-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.community-feed{display:grid;gap:10px;margin-top:14px}
.community-post-item{padding:14px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.community-post-head{display:flex;align-items:center;gap:9px}
.community-post-head>div:last-child{display:flex;flex-direction:column}
.community-post-head small{color:#9d8fa5;font-size:.7rem}
.community-post-item p{margin:10px 0}
.community-like-btn{border:0;background:transparent;color:#bdaec3;font-weight:900;cursor:pointer}
.community-like-btn.liked{color:#ff79b8}
.artist-nav-link{border-color:rgba(255,143,210,.18)}
.artist-apply-hero{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px;border-radius:20px;margin-bottom:18px}
.artist-review-badge{padding:8px 12px;border-radius:999px;background:rgba(255,196,77,.10);color:#ffd27a;font-weight:900}
.artist-application-card{padding:22px;border-radius:20px}
.artist-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.artist-form-grid label,.artist-application-card>label{display:grid;gap:6px;font-weight:800;font-size:.84rem}
.artist-process-note{display:flex;flex-direction:column;gap:4px;margin-top:15px;padding:13px;border-radius:13px;background:rgba(255,255,255,.035)}
.artist-process-note span{color:#bfaec6;font-size:.8rem}
@media(max-width:900px){.community-public-grid{grid-template-columns:1fr}.artist-form-grid{grid-template-columns:1fr}.artist-apply-hero{flex-direction:column;align-items:flex-start}}

/* ==========================
   V17 LIVE + SHOP
========================== */
.live-public-shell{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.live-main,.live-platforms{padding:20px;border-radius:20px}
.live-public-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.live-status-pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:1000}
.live-status-pill.off{background:#ffffff0b;color:#b8abbf}
.live-status-pill.live{background:#b9162b;color:#fff;box-shadow:0 0 14px #b9162b66}
.live-status-pill.scheduled{background:#7d5a1522;color:#ffd27a}
.live-player-container{margin-top:14px;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#09060b}
.live-player-container iframe{width:100%;height:100%;border:0}
.live-offair-state{height:100%;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#bcaec3}
.live-offair-state strong{font-size:2rem;color:#fff}
.live-platform-links{display:grid;gap:9px;margin-top:12px}
.live-platform-links a{display:block;padding:11px 12px;border-radius:12px;background:#ffffff07;border:1px solid #ffffff0d;color:#fff;text-decoration:none}
.shop-message{padding:14px 16px;border-radius:16px;margin-bottom:16px}
.shop-empty{padding:34px;text-align:center;border-radius:20px;display:flex;flex-direction:column;gap:8px}
.shop-empty strong{font-size:1.25rem}
.shop-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.shop-product-card{overflow:hidden;border-radius:18px}
.shop-product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.shop-product-body{padding:16px}
.shop-product-body h3{margin:0 0 7px}
.shop-product-body p{color:#c7bacd}
.shop-product-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:10px 0}
.shop-product-meta strong{font-size:1.2rem}
.shop-product-meta span,.shop-product-body small{color:#a99bae;font-size:.78rem}
.shop-buy-btn{width:100%;margin-top:12px}
.shop-checkout-panel{padding:20px;border-radius:20px;margin-top:18px}
.shop-checkout-head{display:flex;justify-content:space-between;gap:12px}
.shop-selected-product{padding:11px 13px;border-radius:12px;background:#ffffff05;margin:12px 0}
.shop-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.shop-address-grid label{display:grid;gap:6px;font-weight:800;font-size:.84rem}
.shop-pay-btn{margin-top:14px}
.tracking-public{padding:20px;border-radius:20px;margin-top:18px}
.tracking-row{display:flex;gap:10px}
.tracking-row input{flex:1}
@media(max-width:950px){.live-public-shell{grid-template-columns:1fr}.shop-products-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.shop-products-grid,.shop-address-grid{grid-template-columns:1fr}.tracking-row{flex-direction:column}}

/* V17.1 Legal */
.legal-footer{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:20px 4%;border-top:1px solid rgba(255,255,255,.08)}
.legal-footer nav{display:flex;gap:12px;flex-wrap:wrap}
.legal-footer a,.shop-legal-check a,.community-terms-check a{color:#ff9ed9}
.shop-legal-check,.community-terms-check{display:flex!important;gap:9px!important;align-items:flex-start!important;margin:12px 0;font-size:.78rem;color:#cfc2d5}
.shop-legal-check input,.community-terms-check input{width:auto!important;margin-top:3px}

/* ==========================
   V17.2 REALITY EVENTS
========================== */
.reality-empty{padding:34px;text-align:center;border-radius:20px;display:flex;flex-direction:column;gap:8px}
.reality-featured-wrap{margin-top:18px}
.reality-featured-card{display:grid;grid-template-columns:1.15fr .85fr;gap:0;overflow:hidden;border-radius:22px}
.reality-featured-media{min-height:420px;background:#100b16}
.reality-featured-content{padding:28px;display:flex;flex-direction:column;justify-content:center}
.reality-featured-content h3{font-size:2rem;margin:8px 0}
.reality-event-type,.reality-kicker{color:#ff8fd2;font-size:.72rem;font-weight:900;letter-spacing:.1em}
.reality-event-meta{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}
.reality-event-meta span{padding:5px 8px;border-radius:999px;background:#ffffff08;color:#cdbfd3;font-size:.72rem}
.reality-media-frame{width:100%;height:260px;background:#0c0910;display:flex;align-items:center;justify-content:center;overflow:hidden}
.reality-media-frame.featured{height:100%;min-height:420px}
.reality-media-frame img{width:100%;height:100%;object-fit:contain;background:#0c0910}
.reality-media-empty{width:100%;height:100%;display:grid;place-items:center;color:#8f8295}
.reality-section-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin:24px 0 12px}
.reality-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.reality-event-card{overflow:hidden;border-radius:18px}
.reality-event-body{padding:16px}
.reality-event-body h4{font-size:1.15rem;margin:6px 0}
.reality-event-body p{color:#c9bdcf}
.reality-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}
.reality-modal.hidden{display:none}
.reality-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}
.reality-modal-card{position:relative;z-index:2;width:min(920px,100%);max-height:90vh;overflow:auto;border-radius:22px;background:#211526;border:1px solid #ffffff17;box-shadow:0 30px 80px #0008}
.reality-modal-close{position:absolute;top:12px;right:12px;z-index:3;width:40px;height:40px;border:0;border-radius:50%;background:#0009;color:#fff;font-size:1.5rem;cursor:pointer}
.reality-modal-media{width:100%;max-height:520px;background:#0b0810;display:flex;align-items:center;justify-content:center}
.reality-modal-media img{width:100%;max-height:520px;object-fit:contain}
.reality-modal-content{padding:24px}
.reality-modal-content h3{font-size:1.8rem;margin:8px 0}
.reality-extra-box{padding:14px;border-radius:14px;background:#ffffff05;margin-top:12px}
.reality-participant-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.reality-participant-list span{padding:6px 9px;border-radius:999px;background:#ffffff08}
.reality-modal-open{overflow:hidden}
@media(max-width:980px){.reality-featured-card{grid-template-columns:1fr}.reality-events-grid{grid-template-columns:1fr 1fr}.reality-featured-media,.reality-media-frame.featured{min-height:330px}}
@media(max-width:650px){.reality-events-grid{grid-template-columns:1fr}.reality-featured-content{padding:20px}.reality-featured-content h3{font-size:1.55rem}.reality-featured-media,.reality-media-frame.featured{min-height:280px}}

/* ==========================
   V17.2.2 NEWS IMAGE FIX
   Vertical + horizontal images adapt without ugly cropping.
========================== */
#newsList .news-card-v1722{
  overflow:hidden;
  padding:20px;
}

#newsList .news-image-frame-v1722{
  width:100%;
  min-height:280px;
  max-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:16px;
  margin-bottom:16px;
  background:
    radial-gradient(circle at center, rgba(124,39,130,.16), transparent 55%),
    #0c0910;
  border:1px solid rgba(255,255,255,.07);
}

#newsList .news-image-frame-v1722 img{
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin:0;
  border-radius:0;
  background:#0c0910;
}

/* Override the older fixed 220px crop only inside Noticias */
#newsList .media-card img{
  height:auto;
  object-fit:contain;
}

#newsList .news-card-v1722 h3{
  margin:0 0 12px;
  line-height:1.25;
}

#newsList .news-card-v1722 p{
  margin:0;
  line-height:1.55;
}

/* For naturally very wide images, keep them elegant without forcing a thin strip */
@media(min-width:900px){
  #newsList .news-image-frame-v1722{
    min-height:360px;
  }
}

@media(max-width:700px){
  #newsList .news-card-v1722{
    padding:14px;
  }
  #newsList .news-image-frame-v1722{
    min-height:220px;
    max-height:440px;
  }
  #newsList .news-image-frame-v1722 img{
    max-height:440px;
  }
}

/* ==========================
   V17.2.3 MTA TRAFFIC REDESIGN
========================== */
#trafico .transport-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,.9fr);
  align-items:start;
}

#trafico .transport-panel{
  min-width:0;
}

.mta-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 12px;
}

.mta-filter-btn{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#cfc3d5;
  border-radius:999px;
  padding:7px 10px;
  font-size:.72rem;
  font-weight:850;
  cursor:pointer;
}

.mta-filter-btn:hover{
  background:rgba(255,255,255,.09);
}

.mta-filter-btn.active{
  background:#f5e9f7;
  color:#251328;
  border-color:#fff;
}

.mta-lines-status{
  display:grid;
  gap:6px;
  max-height:620px;
  overflow:auto;
  padding-right:4px;
}

.mta-status-row.compact{
  grid-template-columns:34px minmax(0,1fr) auto;
  gap:10px;
  padding:8px 10px;
  border-radius:12px;
}

.mta-status-row.compact .mshowtv-line-label{
  width:28px;
  height:28px;
  border-radius:8px;
  font-size:.84rem;
}

.mta-status-row.compact .mta-route-copy{
  min-width:0;
}

.mta-status-row.compact .mta-route-copy strong{
  font-size:.84rem;
}

.mta-status-row.compact .mta-route-copy span{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
  font-size:.69rem;
}

.mta-status-row.compact .mshowtv-status-wrap{
  gap:6px;
}

.mta-status-row.compact .mshowtv-status-text{
  font-size:.65rem;
}

#trafico .transport-alerts-list{
  max-height:690px;
  overflow:auto;
  padding-right:4px;
}

#trafico .transport-alert-card{
  padding:13px 14px;
}

#trafico .transport-alert-card h4{
  font-size:.92rem;
}

#trafico .transport-alert-card p{
  font-size:.82rem;
  line-height:1.45;
}

.mta-alert-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:8px;
}

.mta-alert-details-btn{
  border:0;
  background:transparent;
  color:#ff95d4;
  font-weight:900;
  cursor:pointer;
  padding:4px 0;
  font-size:.72rem;
}

.mta-alert-details-btn:hover{
  text-decoration:underline;
}

#trafico .transport-alert-lines{
  font-size:.69rem;
}

#trafico .transport-statusbar{
  position:sticky;
  top:70px;
  z-index:10;
  backdrop-filter:blur(14px);
}

@media(max-width:950px){
  #trafico .transport-grid{
    grid-template-columns:1fr;
  }

  #trafico .mta-lines-status,
  #trafico .transport-alerts-list{
    max-height:none;
    overflow:visible;
  }

  #trafico .transport-statusbar{
    position:static;
  }
}

@media(max-width:620px){
  .mta-filter-bar{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:4px;
  }

  .mta-filter-btn{
    white-space:nowrap;
  }

  .mta-status-row.compact{
    grid-template-columns:32px minmax(0,1fr);
  }

  .mta-status-row.compact .mshowtv-status-wrap{
    grid-column:2;
    justify-self:start;
  }
}

/* ==========================
   V17.2.4 SHOP EMPTY = 404
========================== */
.shop-404-state{
  min-height:360px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;
  padding:34px;
  margin-top:18px;
}

.shop-404-state.hidden{
  display:none;
}

.shop-404-code{
  font-size:clamp(4.8rem,12vw,9rem);
  font-weight:1000;
  line-height:.9;
  letter-spacing:-.05em;
  color:#fff;
  text-shadow:0 0 30px rgba(255,96,190,.28);
}

.shop-404-state h3{
  font-size:1.55rem;
  margin:8px 0 0;
}

.shop-404-state p{
  color:#bfaec7;
  margin:0 0 10px;
}

#shopNavLink[hidden]{
  display:none !important;
}

/* ==========================
   V17.2.5 INTRO + MAINTENANCE
========================== */
.intro-overlay,.maintenance-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
}

.intro-overlay.hidden,.maintenance-overlay.hidden,
.intro-design.hidden{
  display:none!important;
}

.intro-overlay{
  background:#09040d;
  color:#fff;
  overflow:hidden;
  transition:opacity .42s ease,transform .42s ease;
}

.intro-overlay.intro-leaving{
  opacity:0;
  transform:scale(1.025);
}

.intro-design{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:24px;
}

.intro-center{
  position:relative;
  z-index:4;
  text-align:center;
  width:min(760px,92vw);
}

.intro-logo{
  width:88px;
  height:88px;
  object-fit:contain;
  margin:0 auto 14px;
}

.intro-kicker{
  display:inline-block;
  color:#ff91d2;
  font-size:.74rem;
  font-weight:1000;
  letter-spacing:.22em;
  margin-bottom:12px;
}

.intro-center h1,.intro-split-copy h1{
  margin:0;
  font-size:clamp(3rem,8vw,7.2rem);
  line-height:.95;
  letter-spacing:-.04em;
}

.intro-center p,.intro-split-copy p{
  color:#cdbfd3;
  font-size:clamp(1rem,2vw,1.3rem);
  margin:18px auto;
  max-width:620px;
}

.intro-enter-btn{
  border:1px solid rgba(255,255,255,.28);
  background:linear-gradient(135deg,#ff4eb4,#7b32ff);
  color:#fff;
  padding:13px 22px;
  border-radius:999px;
  font-weight:900;
  font-size:1rem;
  cursor:pointer;
  box-shadow:0 10px 35px rgba(180,44,172,.28);
}

.intro-design-1{
  background:
    radial-gradient(circle at 30% 55%,rgba(255,0,123,.34),transparent 30%),
    radial-gradient(circle at 75% 45%,rgba(93,40,255,.34),transparent 32%),
    #110314;
}
.intro-orbit{
  position:absolute;
  border:1px solid rgba(255,77,216,.5);
  border-radius:50%;
  animation:introOrbitPulse 4s ease-in-out infinite;
}
.orbit-a{width:min(680px,72vw);height:min(680px,72vw)}
.orbit-b{width:min(440px,50vw);height:min(440px,50vw);border-color:rgba(105,48,255,.45);animation-delay:-2s}
@keyframes introOrbitPulse{50%{transform:scale(1.04);opacity:.65}}

.intro-design-2{
  background:
    linear-gradient(120deg,rgba(11,4,16,.9),rgba(26,6,35,.75)),
    radial-gradient(circle at 50% 50%,#7c124e 0,transparent 42%),
    #07050a;
}
.intro-tv-glow{
  position:absolute;
  width:min(900px,85vw);
  height:min(480px,55vw);
  border:1px solid rgba(255,255,255,.12);
  border-radius:32px;
  box-shadow:0 0 120px rgba(255,36,154,.18),inset 0 0 100px rgba(89,24,123,.18);
}
.intro-design-2 .intro-center h1{
  font-size:clamp(2.8rem,7vw,6.4rem);
}

.intro-design-3{
  background:#09070d;
}
.intro-grid-bg{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at center,#000,transparent 78%);
}
.intro-split-card{
  position:relative;z-index:4;
  width:min(1040px,94vw);
  display:grid;
  grid-template-columns:1.2fr .8fr;
  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;
  overflow:hidden;
  background:rgba(24,13,29,.88);
  box-shadow:0 35px 100px rgba(0,0,0,.45);
}
.intro-split-copy{padding:52px}
.intro-split-copy h1{font-size:clamp(2.5rem,6vw,5.6rem)}
.intro-split-logo{
  min-height:420px;
  display:grid;
  place-items:center;
  background:radial-gradient(circle,#7a164f 0,rgba(61,15,76,.5) 35%,rgba(9,7,13,.6) 70%);
}
.intro-logo-placeholder{
  width:190px;height:190px;border-radius:50%;
  display:grid;place-items:center;
  font-size:6rem;font-weight:1000;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 0 65px rgba(255,62,170,.25);
}

.maintenance-overlay{
  display:grid;
  place-items:center;
  padding:24px;
  background:
    radial-gradient(circle at 50% 40%,rgba(117,22,103,.34),transparent 34%),
    #08060b;
  color:#fff;
}
.maintenance-card{
  width:min(720px,94vw);
  padding:44px 34px;
  border-radius:26px;
  text-align:center;
}
.maintenance-logo{width:86px;height:86px;object-fit:contain;margin:auto}
.maintenance-kicker{color:#ff8fd2;font-size:.75rem;font-weight:1000;letter-spacing:.22em}
.maintenance-card h1{font-size:clamp(2rem,5vw,4rem);margin:10px 0}
.maintenance-card p{max-width:580px;margin:0 auto;color:#cbbfd0;font-size:1.05rem}
.maintenance-pulse{display:flex;justify-content:center;gap:7px;margin-top:24px}
.maintenance-pulse span{width:9px;height:9px;border-radius:50%;background:#ff69c0;animation:maintPulse 1.2s infinite ease-in-out}
.maintenance-pulse span:nth-child(2){animation-delay:.15s}.maintenance-pulse span:nth-child(3){animation-delay:.3s}
@keyframes maintPulse{0%,80%,100%{transform:scale(.7);opacity:.45}40%{transform:scale(1.15);opacity:1}}

@media(max-width:760px){
  .intro-split-card{grid-template-columns:1fr}
  .intro-split-copy{padding:34px 24px}
  .intro-split-logo{min-height:220px}
  .intro-logo-placeholder{width:125px;height:125px;font-size:4rem}
}

/* ==========================
   V17.2.6 PUBLIC MODE FIX
   Legacy intro is permanently disabled.
========================== */
#welcomeIntro{
  display:none !important;
}

html.maintenance-active,
html.maintenance-active body{
  overflow:hidden !important;
}

html.maintenance-active .topbar,
html.maintenance-active main,
html.maintenance-active footer{
  pointer-events:none !important;
  user-select:none !important;
}

.maintenance-overlay{
  z-index:2147483000 !important;
}

.intro-overlay{
  z-index:2147482000 !important;
}

/* ==========================
   V17.2.8 INTRO GALLERY — DESIGNS 4-12
========================== */
.intro-design-4{
  background:linear-gradient(135deg,#070811 0%,#15112b 50%,#220416 100%);
}
.news-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0 6px,rgba(255,255,255,.02) 7px 8px)}
.news-opening-card{border-left:5px solid #ff4f9e;padding:38px;background:linear-gradient(90deg,rgba(14,12,26,.86),rgba(14,12,26,.28));text-align:left;border-radius:0 22px 22px 0}
.intro-design-4 .intro-center h1{font-size:clamp(3rem,8vw,7rem);text-transform:uppercase}

.intro-design-5{
  background:radial-gradient(circle at center,#5a0814 0,#16050a 45%,#040305 100%);
}
.red-carpet-light{position:absolute;top:-20%;width:28vw;height:140%;background:linear-gradient(180deg,rgba(255,224,180,.23),transparent 70%);filter:blur(12px);transform:rotate(12deg)}
.red-carpet-light.left{left:5%}.red-carpet-light.right{right:5%;transform:rotate(-12deg)}
.intro-design-5 .intro-center h1{font-family:Georgia,serif;letter-spacing:-.02em}
.intro-design-5 .intro-enter-btn{background:linear-gradient(135deg,#a3162d,#d99c54)}

.intro-design-6{
  background:linear-gradient(180deg,#080808 0,#171017 60%,#080808 100%);
}
.runway-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(transparent,#fff6,transparent);box-shadow:-180px 0 90px #ff7ac033,180px 0 90px #985cff33}
.fashion-center{max-width:860px}
.intro-design-6 .intro-center h1{text-transform:uppercase;font-weight:300;letter-spacing:.03em}
.intro-design-6 .intro-enter-btn{background:#fff;color:#0d0d0d}

.intro-design-7{
  background:radial-gradient(circle at 50% 45%,#332115 0,#100b08 42%,#020202 100%);
}
.cinema-bars{position:absolute;left:0;right:0;height:9vh;background:#000;z-index:5}
.cinema-bars.top{top:0}.cinema-bars.bottom{bottom:0}
.cinema-center h1{font-family:Georgia,serif;text-shadow:0 4px 25px #000}
.intro-design-7 .intro-enter-btn{background:linear-gradient(135deg,#d8b778,#8a5d27)}

.intro-design-8{
  background:linear-gradient(180deg,#10051a 0,#1d082e 45%,#070611 100%);
}
.neon-city-grid{position:absolute;inset:48% 0 0;background-image:linear-gradient(#a947ff33 1px,transparent 1px),linear-gradient(90deg,#ff3eaa33 1px,transparent 1px);background-size:46px 46px;transform:perspective(420px) rotateX(62deg);transform-origin:top}
.neon-center h1{text-shadow:0 0 18px #ff42bf,0 0 45px #643bff}
.intro-design-8 .intro-enter-btn{background:linear-gradient(135deg,#00d4ff,#ff3eb5)}

.intro-design-9{
  background:#f7f4f8;color:#19141c;
}
.minimal-center .intro-kicker{color:#9a327e}
.intro-design-9 .intro-center h1{color:#19141c}
.intro-design-9 .intro-center p{color:#5d5361}
.intro-design-9 .intro-enter-btn{background:#19141c;color:#fff;box-shadow:none}

.intro-design-10{
  background:linear-gradient(120deg,#09090d 0,#24040f 58%,#5a091d 100%);
}
.breaking-bars{position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 28%,rgba(255,57,111,.18) 28% 31%,transparent 31% 54%,rgba(255,255,255,.05) 54% 56%,transparent 56%)}
.breaking-center{text-align:left}
.intro-design-10 .intro-center h1{text-transform:uppercase}
.intro-design-10 .intro-enter-btn{background:#d1123d}

.intro-design-11{
  background:radial-gradient(circle,#2d1235 0,#100515 50%,#050306 100%);
}
.fullscreen-logo-ring{position:absolute;width:min(360px,46vw);height:min(360px,46vw);border-radius:50%;display:grid;place-items:center;font-size:clamp(7rem,18vw,13rem);font-weight:1000;color:#fff1;border:1px solid #ff76c855;box-shadow:0 0 90px #9d2ba044}
.logo-only-center{padding-top:min(390px,46vw)}
.intro-design-11 .intro-center h1{font-size:clamp(2.6rem,6vw,5rem)}

.intro-design-12{
  background:radial-gradient(circle at 50% 35%,#6d1642 0,#24091b 38%,#070408 72%);
}
.premiere-stars{position:absolute;inset:0;background-image:radial-gradient(circle,#fff 0 1px,transparent 1.5px);background-size:46px 46px;opacity:.22;animation:premiereTwinkle 3s ease-in-out infinite alternate}
@keyframes premiereTwinkle{to{opacity:.42;transform:scale(1.01)}}
.premiere-center h1{font-family:Georgia,serif}
.intro-design-12 .intro-enter-btn{background:linear-gradient(135deg,#ffcf74,#c23775);color:#1a0810}

@media(max-width:700px){
  .news-opening-card,.breaking-center{text-align:center}
  .news-opening-card{border-left:0;border-top:4px solid #ff4f9e;border-radius:18px}
}

/* ==========================
   V17.3 INTRO MOTION + PUBLIC MULTIMEDIA
========================== */
.intro-motion-none .intro-center,
.intro-motion-none .intro-orbit,
.intro-motion-none .intro-tv-glow,
.intro-motion-none .premiere-stars,
.intro-motion-none .neon-city-grid{animation:none!important}

.intro-motion-soft .intro-center{animation:introSoftIn .9s ease both}
.intro-motion-dynamic .intro-center{animation:introDynamicIn .8s cubic-bezier(.2,.9,.2,1) both}
.intro-motion-cinematic .intro-center{animation:introCinemaIn 1.4s ease both}
.intro-motion-dynamic .intro-kicker{animation:introFloat 1.8s ease-in-out infinite alternate}
.intro-motion-cinematic .intro-enter-btn{animation:introButtonGlow 2.2s ease-in-out infinite alternate}

@keyframes introSoftIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@keyframes introDynamicIn{from{opacity:0;transform:translateY(42px) scale(.92)}60%{opacity:1;transform:translateY(-4px) scale(1.015)}to{transform:none}}
@keyframes introCinemaIn{from{opacity:0;letter-spacing:.12em;filter:blur(10px);transform:scale(1.08)}to{opacity:1;letter-spacing:normal;filter:none;transform:none}}
@keyframes introFloat{to{transform:translateY(-7px)}}
@keyframes introButtonGlow{to{box-shadow:0 0 34px rgba(255,72,187,.55)}}

.public-media-gallery-wrap{
  margin-top:24px;
  padding:18px 0 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.public-media-heading span{font-size:.7rem;font-weight:1000;letter-spacing:.14em;color:#ff8fd2}
.public-media-heading h3{margin:5px 0 14px}
.public-media-group{margin:0 0 20px}
.public-media-group h4{margin:0 0 10px}
.public-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.public-media-item{
  min-height:180px;
  border-radius:16px;
  overflow:hidden;
  background:#0b0810;
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}
.public-media-item img,
.public-media-item video{
  width:100%;
  height:100%;
  max-height:420px;
  object-fit:contain;
  background:#0b0810;
}
.public-media-item.unsupported{
  padding:18px;
  min-height:120px;
  color:#ff9ad8;
  text-align:center;
}
@media(max-width:900px){.public-media-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.public-media-grid{grid-template-columns:1fr}}

/* ==========================
   V17.3.3 COMMUNITY REDESIGN
========================== */
.community-auth-v1733,.community-post-v1733{padding:24px!important}
.community-card-heading{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}
.community-heading-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff4e9d33,#8438ff33);border:1px solid #ff71c455;box-shadow:0 0 22px #b02a9e22}
.community-card-heading h3{margin:3px 0 4px}
.community-card-heading p{margin:0;color:#b8abbf}
.community-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;border-radius:14px;background:#ffffff05;margin-bottom:16px}
.community-auth-tab{border:0;border-radius:10px;padding:10px;background:transparent;color:#a99dae;font-weight:900;cursor:pointer}
.community-auth-tab.active{background:linear-gradient(135deg,#ff5a93,#8e35f7);color:#fff;box-shadow:0 8px 22px #9e2ca22a}
.community-field{display:grid;gap:6px;margin-bottom:12px}
.community-field label{font-size:.82rem;font-weight:900;color:#e6dce8}
.community-field input,.community-password-wrap{border-radius:13px}
.community-password-wrap{display:flex;align-items:center;background:#0b0910;border:1px solid #ffffff18;overflow:hidden}
.community-password-wrap input{flex:1;border:0!important;background:transparent!important}
.community-password-toggle{border:0;background:transparent;color:#d9cadd;padding:0 12px;cursor:pointer}
.community-auth-actions-v1733{display:grid!important;grid-template-columns:1fr!important}
.community-session-badge{display:inline-flex;align-items:center;gap:7px;margin:12px 0;padding:6px 9px;border-radius:999px;background:#36e58c14;color:#60f2a6;font-size:.72rem;font-weight:900}
.community-session-badge span{width:7px;height:7px;border-radius:50%;background:#36e58c;box-shadow:0 0 12px #36e58c}
.community-guidelines{padding:13px 15px;border-radius:14px;background:#ffb13d0b;border:1px solid #ffb13d24;margin-bottom:14px}
.community-guidelines strong{color:#ffd18d}
.community-guidelines ul{margin:7px 0 0;padding-left:19px;color:#bdb0c3;font-size:.78rem;line-height:1.55}
.community-post-v1733 textarea{min-height:190px;border-radius:15px!important;padding:15px!important}
.community-post-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px}
.community-post-footer small{color:#92849a}
@media(max-width:680px){.community-post-footer{align-items:stretch;flex-direction:column}.community-post-footer .btn{width:100%}}

/* ==========================
   V17.3.4 COMMUNITY CLEAN FIELDS + POLLS
========================== */

/* Community form fields: clean white fields, no personal example names. */
#comunidad .community-field input,
#comunidad .community-password-wrap{
  background:#fff!important;
  color:#151019!important;
  border:1px solid rgba(255,255,255,.85)!important;
}

#comunidad .community-field input::placeholder,
#comunidad .community-password-wrap input::placeholder{
  color:#8c858f!important;
}

#comunidad .community-password-wrap input{
  background:#fff!important;
  color:#151019!important;
}

#comunidad .community-password-toggle{
  color:#4c4550!important;
}

/* Poll */
.community-poll-card-v1734{
  margin:18px 0;
  padding:22px;
  border-radius:20px;
}
.community-poll-card-v1734.hidden{display:none!important}

.community-poll-head-v1734{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  margin-bottom:15px;
}
.community-poll-head-v1734 h3{margin:4px 0}
.community-poll-head-v1734 p{margin:0;color:#ac9fb4}

.poll-question-v1734{
  padding:15px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}
.poll-question-v1734 h4{margin:0;font-size:1.2rem}

.poll-options-v1734{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.poll-option-v1734{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:13px 14px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  cursor:pointer;
}
.poll-option-v1734:hover{border-color:rgba(255,100,195,.45)!important}
.poll-option-v1734 input{width:auto!important;accent-color:#ff55b8}
.poll-letter-v1734{
  width:29px;height:29px;border-radius:8px;display:grid;place-items:center;
  background:linear-gradient(135deg,#ff5d91,#8c37ff);color:#fff;font-weight:1000;font-size:.75rem
}
.poll-option-text-v1734{flex:1}

.poll-actions-v1734{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:14px;
}
#communityVoteStatus1734{color:#c5b8cb;font-size:.8rem}

.poll-results-v1734{
  margin-top:16px;
  display:grid;
  gap:10px;
}
.poll-total-v1734{
  display:flex;
  gap:9px;
  align-items:baseline;
  padding:12px 14px;
  border-radius:13px;
  background:rgba(255,89,185,.07);
  border:1px solid rgba(255,89,185,.13);
}
.poll-total-v1734 strong{font-size:1.8rem;color:#ff83cd}
.poll-total-v1734 span{color:#bcaec4}

.poll-count-list-v1734{display:grid;gap:7px}
.poll-count-row-v1734{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:10px 12px;
  border-radius:11px;
  background:rgba(255,255,255,.04);
}
.poll-count-row-v1734 strong{color:#ff9ed8}

@media(max-width:700px){
  .poll-options-v1734{grid-template-columns:1fr}
  .community-poll-head-v1734{flex-direction:column}
}

/* ==========================
   V17.3.6 SEQUENTIAL SURVEY FLOW
========================== */
.survey-progress-head{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-bottom:14px;color:#c7b9cf;font-size:.78rem}
.survey-progress-track{height:7px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}
.survey-progress-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff5e9d,#8c36ff)}
.survey-question{padding:16px;border-radius:15px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}
.survey-question h4{margin:0;font-size:1.25rem}
.survey-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.survey-option{display:flex!important;align-items:center!important;gap:10px!important;padding:13px 14px!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.1)!important;cursor:pointer}
.survey-option:hover{border-color:rgba(255,104,197,.45)!important}
.survey-option input{width:auto!important;accent-color:#ff5cbd}
.survey-option-letter{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#ff5b94,#8737ff);font-size:.75rem;font-weight:1000;color:#fff;flex:0 0 auto}
.survey-write-option{grid-column:1/-1}
.survey-write-box{display:grid;gap:7px;margin-top:12px;padding:13px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08)}
.survey-write-box.hidden{display:none!important}
.survey-write-box textarea{min-height:110px!important;background:#fff!important;color:#171219!important;border-radius:11px!important}
.survey-write-box small{text-align:right;color:#9f91a7}
.survey-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
#surveyStatus{color:#c5b8cb;font-size:.82rem}
.survey-results{display:grid;gap:9px;margin-top:16px}
.survey-result-total{display:flex;align-items:baseline;gap:8px;padding:10px 12px;border-radius:12px;background:rgba(255,93,190,.07)}
.survey-result-total strong{font-size:1.6rem;color:#ff8fd1}
.survey-result-list{display:grid;gap:6px}
.survey-result-row{display:flex;justify-content:space-between;gap:12px;padding:9px 11px;border-radius:10px;background:rgba(255,255,255,.04)}
.survey-complete{text-align:center;padding:32px 16px}
.survey-complete-icon{width:58px;height:58px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff5c9f,#8b38ff);font-size:1.7rem;font-weight:1000}
.survey-complete h4{font-size:1.4rem;margin:0 0 7px}
.survey-complete p{color:#b8abbf}
@media(max-width:700px){.survey-options{grid-template-columns:1fr}.survey-write-option{grid-column:auto}.survey-actions{flex-direction:column}.survey-actions .btn{width:100%}}

/* ==========================
   V17.3.9 PUBLIC SURVEY REDESIGN
========================== */
.community-poll-card-v1739{
  margin:22px 0;
  padding:0;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 100% 0%,rgba(150,45,255,.14),transparent 32%),
    radial-gradient(circle at 0% 100%,rgba(255,74,158,.10),transparent 28%),
    rgba(22,13,29,.94);
}
.community-poll-card-v1739.hidden{display:none!important}
.community-poll-hero-v1739{
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 22px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:linear-gradient(90deg,rgba(255,255,255,.025),rgba(255,255,255,.005));
}
.community-poll-icon-v1739{
  width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(135deg,#ff5c9e,#8535ff);
  color:#fff;font-size:1.25rem;font-weight:1000;
  box-shadow:0 10px 28px rgba(165,43,176,.25)
}
.community-poll-hero-v1739 h3{margin:3px 0;font-size:1.35rem}
.community-poll-hero-v1739 p{margin:0;color:#ac9fb4;font-size:.82rem}
.community-poll-live-v1739{
  margin-left:auto;display:flex;align-items:center;gap:7px;
  padding:7px 10px;border-radius:999px;
  background:rgba(55,229,140,.08);color:#67efa8;font-size:.7rem;font-weight:900
}
.community-poll-live-v1739 span{
  width:7px;height:7px;border-radius:50%;background:#39eb8f;box-shadow:0 0 12px #39eb8f;
  animation:pollLivePulse1739 1.4s infinite
}
@keyframes pollLivePulse1739{50%{opacity:.4;transform:scale(.78)}}
#communityPollContent{padding:22px}
.survey-topline-v1739{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#9f92a7;font-size:.75rem}
.survey-step-v1739{color:#ff91d2;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}
.survey-response-count-v1739{padding:5px 8px;border-radius:999px;background:#ffffff06;color:#c9bdcf}
.survey-progress-v1739{height:6px;border-radius:999px;background:#ffffff08;overflow:hidden;margin:10px 0 18px}
.survey-progress-v1739 span{display:block;height:100%;background:linear-gradient(90deg,#ff5d9c,#8b39ff);border-radius:999px;transition:width .35s ease}
.survey-question-v1739{margin-bottom:14px}
.survey-question-v1739 h4{font-size:clamp(1.25rem,2.4vw,1.8rem);margin:0;line-height:1.25}
.survey-options-v1739{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.survey-option-v1739{
  position:relative;display:flex!important;align-items:center!important;gap:11px!important;
  min-height:58px;padding:12px 14px!important;border-radius:15px!important;
  background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.10)!important;
  cursor:pointer;transition:.18s ease
}
.survey-option-v1739:hover{transform:translateY(-1px);border-color:rgba(255,98,193,.42)!important;background:rgba(255,255,255,.055)!important}
.survey-option-v1739:has(input:checked){border-color:#ff68c4!important;background:linear-gradient(135deg,rgba(255,81,153,.11),rgba(130,53,255,.12))!important}
.survey-option-v1739 input{position:absolute;opacity:0;pointer-events:none}
.survey-option-letter-v1739{
  width:31px;height:31px;border-radius:9px;display:grid;place-items:center;
  color:#fff;font-size:.72rem;font-weight:1000;background:#ffffff0b;border:1px solid #ffffff12
}
.survey-option-v1739:has(input:checked) .survey-option-letter-v1739{background:linear-gradient(135deg,#ff5a98,#8736ff)}
.survey-option-copy-v1739{flex:1;font-weight:750}
.survey-option-check-v1739{opacity:0;color:#ff8ed1;font-weight:1000}
.survey-option-v1739:has(input:checked) .survey-option-check-v1739{opacity:1}
.survey-write-option-v1739{grid-column:1/-1}
.survey-write-box-v1739{display:grid;gap:7px;margin-top:12px;padding:14px;border-radius:15px;background:#ffffff04;border:1px solid #ffffff0d}
.survey-write-box-v1739.hidden{display:none!important}
.survey-write-box-v1739 textarea{min-height:105px!important;background:#fff!important;color:#171219!important;border-radius:12px!important}
.survey-write-box-v1739 small{text-align:right;color:#9f92a7}
.survey-actions-v1739{display:grid;grid-template-columns:1fr auto auto;gap:9px;align-items:center;margin-top:16px}
.survey-send-v1739{min-width:180px}
.survey-status-v1739{min-height:18px;color:#c8bbce;font-size:.8rem}
.survey-results-v1739{margin-top:15px;padding:15px;border-radius:15px;background:#0d0912;border:1px solid #ffffff09}
.survey-results-head-v1739{display:flex;justify-content:space-between;gap:12px;margin-bottom:11px;color:#c7b9ce;font-size:.75rem}
.survey-results-head-v1739 strong{color:#ff91d2}
.survey-result-list-v1739{display:grid;gap:8px}
.survey-result-row-v1739{display:grid;gap:5px}
.survey-result-label-v1739{display:flex;justify-content:space-between;gap:10px;font-size:.75rem}
.survey-result-label-v1739 strong{color:#e8dce9}
.survey-result-track-v1739{height:7px;border-radius:999px;background:#ffffff08;overflow:hidden}
.survey-result-track-v1739 span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ff5b9e,#8c37ff);transition:width .35s ease}
@media(max-width:700px){
  .community-poll-hero-v1739{align-items:flex-start;flex-wrap:wrap}
  .community-poll-live-v1739{margin-left:0}
  .survey-options-v1739{grid-template-columns:1fr}
  .survey-write-option-v1739{grid-column:auto}
  .survey-actions-v1739{grid-template-columns:1fr}
  .survey-actions-v1739 .btn{width:100%}
}
