@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap');

:root{
  --sky:#6fc7ff;
  --sky2:#58b6f3;

  --paper:#fff7fd;
  --paper2:#fff1fb;

  --ink:#1a0f1c;

  --pink:#ff4fb6;
  --pink2:#ff9ad7;
  --lime:#b8ff5a;
  --lime2:#7bff2e;
  --yellow:#ffe25a;
  --aqua:#6ff7ff;

  --dash: rgba(255,79,182,.55);
  --shadow: rgba(0,0,0,.12);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  font-family:"Comic Neue", system-ui, Arial, sans-serif;
  color:var(--ink);
}

/* ===== BACKGROUND ===== */
.bg{
  position:fixed;
  inset:0;
  background:
    radial-gradient(80px 50px at 12% 16%, rgba(255,255,255,.90), transparent 70%),
    radial-gradient(120px 70px at 18% 18%, rgba(255,255,255,.85), transparent 72%),
    radial-gradient(90px 55px at 26% 14%, rgba(255,255,255,.75), transparent 72%),
    radial-gradient(110px 65px at 78% 20%, rgba(255,255,255,.90), transparent 72%),
    radial-gradient(140px 80px at 84% 22%, rgba(255,255,255,.82), transparent 72%),
    radial-gradient(100px 60px at 90% 18%, rgba(255,255,255,.70), transparent 72%),
    linear-gradient(180deg, var(--sky), var(--sky2));
  z-index:-3;
}

.bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 30%, rgba(255,255,255,.55) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 12%, rgba(255,255,255,.50) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 72%, rgba(255,255,255,.45) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,.45) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 22%, rgba(255,255,255,.35) 0 1px, transparent 2px),
    radial-gradient(circle at 54% 78%, rgba(255,255,255,.35) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px) 0 0/22px 22px,
    linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px) 0 0/22px 22px;
  opacity:.55;
  pointer-events:none;
}

.fx{
  position:fixed;
  inset:0;
  background: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,.05) 0px,
    rgba(0,0,0,.05) 1px,
    transparent 3px,
    transparent 5px
  );
  opacity:.07;
  pointer-events:none;
  z-index:-2;
}

/* ===== FLOATING STICKERS (FIX: no rompe rotación) ===== */
.floatSticker{
  position:fixed;
  width: 96px;
  height:auto;
  filter: drop-shadow(0 10px 0 rgba(0,0,0,.10));
  opacity:.95;
  z-index:0;
  pointer-events:none;
  --r: 0deg;
  animation: floaty 4.8s ease-in-out infinite;
}
.s1{ left: 14px; top: 130px; --r:-10deg; }
.s2{ right: 18px; top: 220px; --r:12deg; animation-duration: 5.6s; }
.s3{ right: 60px; bottom: 120px; --r:-6deg; animation-duration: 6.2s; }

@keyframes floaty{
  0%,100%{ transform: translateY(0) rotate(var(--r)); }
  50%{ transform: translateY(-10px) rotate(var(--r)); }
}

@media (max-width: 900px){
  .floatSticker{ display:none; }
}

/* ===== LAYOUT ===== */
.shell{
  max-width:1180px;
  margin:18px auto 50px;
  padding:0 14px;
  position:relative;
  z-index:1;
}

.banner, .desk, .footer{
  position:relative;
  z-index: 4;
}

/* ===== BANNER ===== */
.banner{
  border-radius:18px;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.35));
  border: 3px solid rgba(255,255,255,.70);
  box-shadow: 0 18px 0 rgba(0,0,0,.12);
}

.bannerInner{
  padding:18px 16px;
  border-radius:18px;
  border: 2px dashed var(--dash);
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.35),
      rgba(255,226,90,.25),
      rgba(255,154,215,.22),
      rgba(111,247,255,.20),
      rgba(184,255,90,.18)
    );
}

.bannerTop{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  flex-wrap:wrap;
}

.bannerTitle{
  font-size:40px;
  font-weight:700;
  letter-spacing:.6px;
  text-transform:lowercase;
}

.stickerTitle{
  color: var(--lime2);
  -webkit-text-stroke: 10px rgba(30,120,10,.22);
  paint-order: stroke fill;
  text-shadow:
    0 6px 0 rgba(0,0,0,.18),
    0 0 18px rgba(184,255,90,.28),
    0 0 22px rgba(255,79,182,.20);
}

.bannerBadges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.badge{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 2px dotted rgba(255,79,182,.35);
  box-shadow: 0 10px 0 rgba(0,0,0,.08);
  font-weight:700;
  color: rgba(26,15,28,.78);
}
.badgeLime{ border-color: rgba(184,255,90,.55); }

.bannerSub{
  margin-top:8px;
  color: rgba(26,15,28,.80);
  font-weight:700;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}

.bannerLinks{
  margin-top:10px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.bannerLinks a{
  color:#0b35ff;
  font-weight:700;
  text-decoration: underline;
}
.bannerLinks span{ opacity:.55; }

/* ===== GRID ===== */
.desk{
  margin-top:14px;
  display:grid;
  grid-template-columns:260px 1fr 320px;
  grid-template-areas:
    "nav main side"
    "play play play";
  gap:12px;
}

.win{
  border-radius:18px;
  overflow:hidden;
  background: linear-gradient(180deg, var(--paper), var(--paper2));
  border: 2px solid rgba(255,255,255,.85);
  box-shadow:
    0 18px 0 rgba(0,0,0,.12),
    0 0 0 2px rgba(255,79,182,.20) inset;
}

.titlebar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:9px 10px;
  background:
    linear-gradient(90deg,
      rgba(255,226,90,.35),
      rgba(255,154,215,.35),
      rgba(111,247,255,.35),
      rgba(184,255,90,.35)
    );
  border-bottom: 2px dotted rgba(255,79,182,.35);
}

.titlebar.neon{
  background:
    linear-gradient(90deg,
      rgba(111,247,255,.35),
      rgba(255,154,215,.35),
      rgba(184,255,90,.35)
    );
}

.dots{
  display:flex;
  gap:6px;
  align-items:center;
  min-width:56px;
}
.dots span{
  width:11px;height:11px;border-radius:999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
}
.title{
  font-weight:700;
  color: rgba(26,15,28,.80);
  letter-spacing:.3px;
  text-shadow: 0 1px 0 rgba(255,255,255,.45);
}
.controls{
  display:flex;
  gap:6px;
  align-items:center;
  min-width:56px;
  justify-content:flex-end;
}
.controls button{
  width:14px;height:14px;border-radius:4px;
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 2px 0 rgba(0,0,0,.10);
}

.content{ background: transparent; }
.pad{ padding: 12px; }

.navWin{ grid-area: nav; }
.mainWin{ grid-area: main; }
.sideWin{ grid-area: side; }
.playWin{ grid-area: play; }

/* ===== NAV ===== */
.pill{
  display:block;
  text-align:left;
  padding: 10px 12px;
  margin: 8px 0;
  border-radius: 999px;
  text-decoration:none;
  font-weight:700;
  color: #0b35ff;
  background: rgba(255,255,255,.75);
  border: 2px dotted rgba(255,79,182,.45);
  box-shadow: 0 10px 0 rgba(0,0,0,.10);
}
.pill:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.88);
  border-color: rgba(111,247,255,.55);
}

.miniBox{
  margin-top: 10px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  border: 2px dashed rgba(255,79,182,.35);
}

.miniTitle{
  font-weight:700;
  color: #ff2aa6;
  text-decoration: underline;
  margin-bottom: 6px;
}
.miniBox p{ margin: 6px 0; color: rgba(26,15,28,.85); }

.stickerNote{
  margin-top: 10px;
  padding: 10px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,226,90,.28), rgba(255,154,215,.22), rgba(255,255,255,.65));
  border: 2px dashed rgba(111,247,255,.45);
}

.tag{
  display:inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.08);
  font-weight:700;
  margin-bottom: 6px;
  color: rgba(26,15,28,.85);
}

.buttonsRow{
  margin-top:10px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.miniBtn{
  display:inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:700;
  color: rgba(26,15,28,.85);
  background: rgba(255,255,255,.70);
  border: 2px dotted rgba(255,79,182,.45);
  box-shadow: 0 10px 0 rgba(0,0,0,.10);
}
.miniBtn:hover{ transform: translateY(-1px); }

/* ===== HERO ===== */
.hero{ padding: 14px 14px 0; }
.hero h1{
  margin:0;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: rgba(26,15,28,.88);
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.hero p{
  margin: 8px 0 0;
  color: rgba(26,15,28,.78);
  font-weight: 700;
}
.small{
  display:block;
  margin-top:6px;
  font-weight:700;
  color: rgba(26,15,28,.55);
}

/* marquee */
.marquee{
  margin-top: 10px;
  border-radius: 999px;
  overflow:hidden;
  background: rgba(255,255,255,.70);
  border: 2px dotted rgba(255,79,182,.35);
}
.marqueeInner{
  padding: 8px 0;
  white-space: nowrap;
  font-weight: 700;
  color: rgba(26,15,28,.85);
  animation: scroll 18s linear infinite;
}
@keyframes scroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* ===== PANELS ===== */
.split{
  padding: 12px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
}
.panel{
  border-radius: 16px;
  overflow:hidden;
  background: rgba(255,255,255,.72);
  border: 2px dashed rgba(255,79,182,.35);
  box-shadow: 0 14px 0 rgba(0,0,0,.10);
}
.panelHead{
  padding: 10px 10px;
  font-weight: 700;
  color: rgba(26,15,28,.85);
  background:
    linear-gradient(90deg, rgba(255,226,90,.35), rgba(255,154,215,.30), rgba(111,247,255,.28));
  border-bottom: 2px dotted rgba(255,79,182,.25);
}
.panelBody{ padding: 10px; }

/* CTA */
.buyGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.buy{
  display:block;
  text-align:center;
  padding: 10px 10px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:700;
  background: rgba(255,255,255,.78);
  border: 2px dotted rgba(255,79,182,.45);
  box-shadow: 0 10px 0 rgba(0,0,0,.10);
  color: #0b35ff;
}
.buy.mx{
  background: rgba(184,255,90,.22);
  border-color: rgba(184,255,90,.75);
}
.buy.mx:hover{
  background: rgba(184,255,90,.30);
  transform: translateY(-1px);
  border-color: rgba(111,247,255,.60);
}
.buy.intl{
  border-color: rgba(111,247,255,.55);
}
.buy.intl:hover{
  transform: translateY(-1px);
  border-color: rgba(184,255,90,.70);
}

/* productos */
.products{
  margin-top: 10px;
  display:grid;
  gap: 10px;
}
.prod{
  display:flex;
  gap:10px;
  align-items:center;
  border-radius: 16px;
  padding: 10px;
  background: rgba(255,255,255,.78);
  border: 2px dotted rgba(255,79,182,.25);
}
.thumbImg{
  width: 62px;
  height: 62px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px dotted rgba(255,79,182,.25);
  background: rgba(255,255,255,.65);
}
.prodName{ font-weight:700; color: rgba(26,15,28,.88); }
.prodInfo{ font-size: 12px; color: rgba(26,15,28,.60); font-weight:700; }
.prodActions{
  margin-top: 6px;
  display:flex;
  gap:8px;
  align-items:center;
  color: rgba(26,15,28,.55);
  font-weight:700;
  flex-wrap:wrap;
}

.tinyLink{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(111,247,255,.22);
  border: 2px dotted rgba(111,247,255,.70);
  box-shadow: 0 8px 0 rgba(0,0,0,.10);
  color: rgba(26,15,28,.85);
  text-decoration: none;
  font-weight:700;
}
.tinyLink:hover{
  transform: translateY(-1px);
  border-color: rgba(184,255,90,.75);
  background: rgba(111,247,255,.30);
}

.fineprint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(26,15,28,.55);
  font-weight:700;
}

/* ===== COLLAGE / GALLERY ===== */
.posterWrap{
  display:block;
  border-radius: 16px;
  overflow:hidden;
  border: 2px dashed rgba(255,79,182,.35);
  background: rgba(255,255,255,.75);
  text-decoration:none;
  transition: transform .2s ease;
}
.posterWrap:hover{ transform: translateY(-1px); }

.collageImg{
  width:100%;
  height: 240px;
  object-fit: cover;
  display:block;
}

/* ✅ MÁS AIRE (flyer -> fotos) */
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.shot{
  display:block;
  border-radius: 14px;
  overflow:hidden;
  border: 2px dashed rgba(255,79,182,.22);
  background: rgba(255,255,255,.75);
  transition: transform .2s ease;
}
.shot img{ width:100%; height:90px; object-fit: cover; display:block; }
.shot:hover{ transform: translateY(-1px); }

/* ✅ MÁS AIRE (fotos -> chips) */
.stickers{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-top: 14px;
}

.chip{
  padding: 6px 10px;
  border-radius: 999px;
  font-weight:700;
  background: rgba(255,255,255,.78);
  border: 2px dotted rgba(255,79,182,.28);
  color: rgba(26,15,28,.75);
}
.neonchip{ border-color: rgba(111,247,255,.55); }

/* ===== UPDATES ===== */
.feed{ display:grid; gap: 10px; }
.entry{
  border-radius: 16px;
  padding: 10px;
  background: rgba(255,255,255,.75);
  border: 2px dashed rgba(255,79,182,.25);
  box-shadow: 0 12px 0 rgba(0,0,0,.08);
}
.date{ font-weight:700; color: #ff2aa6; margin-bottom: 6px; }
.txt{ color: rgba(26,15,28,.72); font-weight:700; }

/* ===== PLAYLIST ===== */
.playlistTitle{
  font-weight:700;
  font-size:18px;
  letter-spacing:.3px;
  color: rgba(26,15,28,.82);
  text-transform:uppercase;
  margin-bottom:10px;
}
.playerGrid{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.playerCard{
  border-radius: 16px;
  background: rgba(255,255,255,.75);
  border: 2px dashed rgba(255,79,182,.25);
  padding: 10px;
  box-shadow: 0 12px 0 rgba(0,0,0,.08);
}
.playerHead{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  margin-bottom: 8px;
}
.label{ font-weight:700; color: rgba(26,15,28,.82); }
.sub{ font-size: 12px; font-weight:700; color: rgba(26,15,28,.55); }
.note{ margin-top: 8px; font-size: 12px; font-weight:700; color: rgba(26,15,28,.55); }
.spotify, .youtube{ border:none; display:block; }

/* ===== FOOTER ===== */
.footer{
  margin-top: 14px;
  display:flex;
  justify-content:center;
  gap: 10px;
  font-weight:700;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 0 rgba(0,0,0,.16);
  flex-wrap:wrap;
}
.sep{ opacity:.65; }
.footerLink{ color: rgba(255,255,255,.95); text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1050px){
  .desk{
    grid-template-columns: 1fr;
    grid-template-areas:
      "nav"
      "main"
      "side"
      "play";
  }
  .split{ grid-template-columns: 1fr; }
  .playerGrid{ grid-template-columns: 1fr; }
  .bannerTitle{ font-size: 32px; }
}

/* click feedback */
.buy:active,
.tinyLink:active{
  transform: translateY(1px);
  box-shadow: 0 6px 0 rgba(0,0,0,.10);
}

/* ===== VIDEO GALLERY (muestras.html) ===== */
.videoGrid{
  margin-top: 12px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vidCard{
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  border: 2px dashed rgba(255,79,182,.35);
  box-shadow: 0 14px 0 rgba(0,0,0,.10);
  padding: 10px;
}

.vidHead{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:10px;
  margin-bottom: 8px;
}

.vidName{
  font-weight:700;
  color: rgba(26,15,28,.88);
}

.vidTag{
  font-size:12px;
  font-weight:700;
  color: rgba(26,15,28,.55);
}

.vidFrame{
  border-radius: 16px;
  overflow:hidden;
  background: rgba(255,255,255,.65);
  border: 2px dotted rgba(111,247,255,.55);
  box-shadow: 0 10px 0 rgba(0,0,0,.08);
  padding: 8px;
}

.vid{
  width:100%;
  height: auto;
  display:block;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255,255,255,.25);
}

.vidActions{
  margin-top: 10px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

@media (max-width: 900px){
  .videoGrid{ grid-template-columns: 1fr; }
}
