/*
 * Reskin visual público — isolado das regras e seletores funcionais.
 * Carregado após styles.css para permitir rollback removendo um único link.
 */

:root {
  --bg: #070b18;
  --bg-elevated: #0b1021;
  --panel: rgba(15, 22, 44, .82);
  --panel-solid: #10172d;
  --panel-hover: #151e3a;
  --line: rgba(152, 171, 226, .17);
  --line-strong: rgba(176, 121, 255, .46);
  --text: #f7f8ff;
  --muted: #a9b0c8;
  --muted-2: #747d9a;
  --purple: #a855f7;
  --purple-2: #dc7cff;
  --purple-deep: #7047eb;
  --pink: #ef3cff;
  --cyan: #20d7f2;
  --cyan-soft: rgba(32, 215, 242, .12);
  --green: #20e3a2;
  --yellow: #ffd36a;
  --shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

body {
  background:
    radial-gradient(circle at 7% 3%, rgba(117, 58, 224, .22), transparent 31rem),
    radial-gradient(circle at 96% 55%, rgba(22, 170, 215, .1), transparent 30rem),
    linear-gradient(145deg, #070a15 0%, #080d1e 56%, #050916 100%);
}

.ambient { opacity: .18; filter: blur(100px); }
.ambient--one { background: #c13cf2; }
.ambient--two { background: #13cbe7; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
.event-card__open:focus-visible,
.hero-event__open:focus-visible {
  outline-color: var(--cyan);
}

.brand__mark {
  border-color: rgba(66, 206, 243, .26);
  border-radius: 12px;
  background: radial-gradient(circle at 50% 38%, rgba(60, 219, 244, .13), rgba(8, 13, 29, .96) 72%);
  box-shadow: 0 10px 30px rgba(155, 69, 244, .2), inset 0 1px rgba(255, 255, 255, .06);
}

.brand__mark img {
  filter: drop-shadow(0 0 8px rgba(68, 213, 243, .38));
}

.brand__copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  line-height: 1;
}

.brand__copy strong {
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -.045em;
}

.brand__copy small {
  color: var(--muted-2);
  font-size: 7.5px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand--footer .brand__copy strong { font-size: 15px; }

.topbar .brand {
  gap: 0;
}

.topbar .brand__mark {
  display: none;
}

.topbar .brand__copy {
  gap: 4px;
}

.topbar .brand__copy strong {
  font-size: 22px;
  line-height: .9;
}

.topbar .brand__copy small {
  color: #929cbb;
  font-size: 8.5px;
  letter-spacing: .09em;
}

.desktop-nav {
  border-color: var(--line);
  background: rgba(7, 11, 24, .72);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 12px 34px rgba(0, 0, 0, .16);
  backdrop-filter: blur(18px);
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.button-link:hover {
  background: linear-gradient(120deg, rgba(168, 85, 247, .18), rgba(32, 215, 242, .08));
}

.city-trigger,
.icon-button {
  border-color: var(--line);
  background: rgba(10, 16, 34, .8);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.city-trigger > svg:first-child { stroke: var(--pink); }

.hero h1 span,
.agenda-hero h1 > span,
.cinema-hero h1 > span {
  background-image: linear-gradient(90deg, #f16aff 0%, #a65bff 56%, #27d5ff 100%);
}

.eyebrow,
.section-eyebrow,
.event-kicker {
  color: var(--purple-2);
}

.pulse-dot {
  background: var(--green);
  box-shadow: 0 0 17px rgba(32, 227, 162, .8);
}

.hero-event {
  border-color: rgba(66, 206, 243, .34);
  background: linear-gradient(145deg, rgba(16, 23, 45, .94), rgba(9, 15, 32, .94));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .44), inset 0 1px rgba(255, 255, 255, .035);
}

.hero-event:hover {
  border-color: rgba(226, 86, 255, .52);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .5), 0 0 40px rgba(141, 72, 240, .08);
}

.hero-event__tag,
.event-card__badge {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(110deg, rgba(168, 72, 248, .94), rgba(230, 49, 213, .9));
  box-shadow: 0 8px 24px rgba(186, 54, 229, .2);
}

.hero-event__content {
  background: linear-gradient(180deg, rgba(13, 19, 39, .92), rgba(9, 14, 31, .98));
}

.date-tile,
.event-card__date {
  border: 1px solid rgba(197, 106, 255, .34);
  background: linear-gradient(145deg, rgba(145, 66, 225, .17), rgba(32, 215, 242, .06));
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.event-card__date {
  align-self: start;
  min-height: 60px;
  padding: 9px 3px 7px;
  border-radius: 14px;
}

.event-card__date span { color: #eb86ff; }

.round-arrow {
  border-color: rgba(32, 215, 242, .25);
  background: rgba(11, 18, 39, .72);
  color: var(--cyan);
}

.mood-card,
.spotlight-card,
.submit-banner {
  border-color: var(--line);
  background: linear-gradient(145deg, rgba(16, 23, 45, .88), rgba(9, 15, 32, .92));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.mood-card.is-active {
  border-color: rgba(214, 91, 255, .44);
  background: linear-gradient(145deg, rgba(155, 54, 225, .22), rgba(21, 31, 61, .92));
}

.mood-card__icon {
  background: linear-gradient(145deg, rgba(177, 78, 255, .16), rgba(32, 215, 242, .08));
}

.event-card {
  border-color: rgba(126, 164, 224, .22);
  background: linear-gradient(145deg, rgba(16, 24, 48, .93), rgba(9, 15, 33, .96));
  box-shadow: inset 0 1px rgba(255, 255, 255, .032), 0 14px 35px rgba(0, 0, 0, .14);
}

.event-card:hover {
  border-color: rgba(221, 85, 255, .46);
  background: linear-gradient(145deg, rgba(20, 30, 58, .96), rgba(11, 18, 39, .98));
  box-shadow: 0 24px 65px rgba(0, 0, 0, .34), 0 0 36px rgba(32, 215, 242, .045);
}

.event-card__cover {
  background-color: #111a35;
  border-bottom: 1px solid rgba(137, 169, 225, .12);
}

.event-card__body { grid-template-columns: 54px 1fr; }

.event-card .event-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 5px 8px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(32, 215, 242, .25);
  border-radius: 999px;
  background: linear-gradient(110deg, rgba(163, 74, 238, .16), rgba(32, 215, 242, .08));
  color: #d9b2ff;
  line-height: 1.25;
}

.event-card__footer { border-color: rgba(132, 157, 210, .14); }
.price-tag { color: var(--green); }
.price-tag.is-paid { color: var(--yellow); }
.source-tag { color: #8e99ba; }

.event-card__genres span,
.active-filters button,
.filter-chip {
  border: 1px solid rgba(180, 93, 255, .2);
  background: rgba(150, 65, 225, .1);
  color: #d99dff;
}

.spotlight-card__visual {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 48%, rgba(44, 203, 241, .2), transparent 30%),
    radial-gradient(circle at 58% 54%, rgba(218, 54, 241, .23), transparent 50%),
    linear-gradient(145deg, #0b1023, #050916);
}

.spotlight-symbol {
  width: clamp(68px, 8vw, 88px);
  height: clamp(68px, 8vw, 88px);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .5)) drop-shadow(0 0 26px rgba(44, 203, 241, .28)) drop-shadow(0 0 44px rgba(239, 60, 255, .12));
}

.spotlight-symbol img {
  transform: translateY(2px);
}

.orbit {
  border-color: rgba(158, 133, 230, .34);
  box-shadow: inset 0 0 18px rgba(116, 79, 223, .06);
}

.orbit::before {
  width: 10px;
  height: 10px;
  border: 0;
}

.orbit--one::before {
  background: #ef3cff;
  box-shadow: 0 0 7px #fff, 0 0 19px #ef3cff, 0 0 38px rgba(239, 60, 255, .88);
}

.orbit--two::before {
  background: #20d7f2;
  box-shadow: 0 0 7px #fff, 0 0 19px #20d7f2, 0 0 38px rgba(32, 215, 242, .88);
}

.spotlight-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: paint;
}

.spotlight-particle {
  --particle-size: 3px;
  --particle-color: var(--cyan);
  --travel-x: 24px;
  --travel-y: -30px;
  --duration: 18s;
  --delay: 0s;
  position: absolute;
  width: var(--particle-size);
  height: var(--particle-size);
  border-radius: 50%;
  background: currentColor;
  color: var(--particle-color);
  opacity: .48;
  box-shadow: 0 0 5px rgba(255, 255, 255, .88), 0 0 16px currentColor, 0 0 28px currentColor;
  filter: saturate(1.3);
  will-change: transform, opacity;
  animation: spotlight-particle-drift var(--duration) ease-in-out var(--delay) infinite alternate;
}

.spotlight-particle:nth-child(1) { left: 10%; top: 24%; --particle-size: 3px; --particle-color: #45d9f5; --travel-x: 34px; --travel-y: -24px; --duration: 17s; --delay: -7s; }
.spotlight-particle:nth-child(2) { left: 22%; top: 72%; --particle-size: 4px; --particle-color: #ed65e8; --travel-x: -18px; --travel-y: -38px; --duration: 23s; --delay: -14s; }
.spotlight-particle:nth-child(3) { left: 34%; top: 17%; --particle-size: 2px; --particle-color: #6b8cff; --travel-x: 22px; --travel-y: 34px; --duration: 19s; --delay: -4s; }
.spotlight-particle:nth-child(4) { left: 45%; top: 82%; --particle-size: 3px; --particle-color: #55e5f6; --travel-x: 30px; --travel-y: -28px; --duration: 26s; --delay: -19s; }
.spotlight-particle:nth-child(5) { left: 58%; top: 23%; --particle-size: 5px; --particle-color: #d66bf5; --travel-x: -26px; --travel-y: 22px; --duration: 21s; --delay: -11s; }
.spotlight-particle:nth-child(6) { left: 70%; top: 68%; --particle-size: 3px; --particle-color: #5c9dff; --travel-x: 18px; --travel-y: -42px; --duration: 25s; --delay: -16s; }
.spotlight-particle:nth-child(7) { left: 82%; top: 18%; --particle-size: 4px; --particle-color: #4fe4ee; --travel-x: -32px; --travel-y: 30px; --duration: 20s; --delay: -9s; }
.spotlight-particle:nth-child(8) { left: 88%; top: 78%; --particle-size: 2px; --particle-color: #f06fca; --travel-x: -20px; --travel-y: -34px; --duration: 28s; --delay: -22s; }
.spotlight-particle:nth-child(9) { left: 17%; top: 46%; --particle-size: 2px; --particle-color: #8b72ff; --travel-x: 42px; --travel-y: 16px; --duration: 24s; --delay: -13s; }
.spotlight-particle:nth-child(10) { left: 91%; top: 42%; --particle-size: 3px; --particle-color: #46cffa; --travel-x: -38px; --travel-y: 24px; --duration: 22s; --delay: -6s; }

@keyframes spotlight-particle-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(.72);
    opacity: .32;
  }

  48% {
    opacity: .96;
  }

  100% {
    transform: translate3d(var(--travel-x), var(--travel-y), 0) scale(1.18);
    opacity: .58;
  }
}

@media (max-width: 760px) {
  .spotlight-particle:nth-child(n + 8) { display: none; }
}

.button--primary {
  border-color: transparent;
  background: linear-gradient(110deg, #a850f6, #ef3cff);
  box-shadow: 0 14px 34px rgba(204, 49, 236, .2);
}

.button--soft,
.button:not(.button--primary) {
  border-color: var(--line);
  background: rgba(14, 22, 45, .82);
}

.agenda-search-card,
.agenda-filters,
.cinema-controls,
.cinema-source-note {
  border-color: var(--line);
  background: rgba(13, 20, 42, .88);
  box-shadow: inset 0 1px rgba(255, 255, 255, .028), 0 22px 65px rgba(0, 0, 0, .24);
  backdrop-filter: blur(20px);
}

.agenda-search-input,
.city-search__field,
.cinema-search,
.cinema-select,
.filter-group select,
.custom-date-fields input {
  border-color: rgba(140, 161, 214, .2);
  background: #0a1125;
}

.agenda-search-input:focus-within,
.city-search__field:focus-within,
.cinema-search:focus-within,
.filter-group select:focus,
.custom-date-fields input:focus {
  border-color: rgba(32, 215, 242, .55);
  box-shadow: 0 0 0 3px rgba(32, 215, 242, .08);
}

.agenda-search-input svg,
.city-search__field svg,
.cinema-search svg { stroke: var(--cyan); }

.agenda-mobile-filter,
.agenda-sort select,
.cinema-select select {
  border-color: var(--line);
  background-color: #0b1329;
}

.agenda-search-card.is-floating {
  border-color: rgba(219, 87, 255, .42);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .46), 0 0 0 1px rgba(32, 215, 242, .08);
}

.agenda-result-group--related {
  border-color: rgba(142, 104, 230, .2);
  background: linear-gradient(145deg, rgba(14, 22, 45, .48), rgba(9, 15, 32, .66));
}

.cinema-date-tabs {
  scrollbar-width: none;
}

.cinema-date-tabs::-webkit-scrollbar { display: none; }

.cinema-date-tab {
  border-color: var(--line);
  background: rgba(12, 19, 40, .82);
}

.cinema-date-tab.is-active {
  border-color: rgba(224, 82, 255, .5);
  background: linear-gradient(145deg, rgba(168, 65, 237, .24), rgba(32, 215, 242, .08));
  box-shadow: 0 12px 32px rgba(120, 53, 225, .16);
}

.cinema-card {
  border-color: rgba(126, 164, 224, .22);
  background: linear-gradient(145deg, rgba(16, 24, 48, .94), rgba(9, 15, 33, .97));
  box-shadow: inset 0 1px rgba(255, 255, 255, .032), 0 16px 40px rgba(0, 0, 0, .16);
}

.cinema-card:hover {
  border-color: rgba(32, 215, 242, .38);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .34), 0 0 35px rgba(226, 70, 255, .05);
}

.cinema-card__poster,
.cinema-detail__poster {
  background-color: #111a35;
  border-right: 1px solid rgba(135, 166, 221, .12);
}

.cinema-card__venue { color: #d48aff; }

.cinema-card__details {
  border-color: rgba(32, 215, 242, .28);
  background: linear-gradient(110deg, rgba(153, 66, 226, .14), rgba(32, 215, 242, .08));
  color: #d99dff;
}

.cinema-card__details:hover {
  border-color: var(--cyan);
  background: rgba(32, 215, 242, .12);
}

.cinema-rating {
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.dialog-backdrop {
  background: rgba(2, 5, 13, .78);
  backdrop-filter: blur(13px);
}

.sheet {
  border-color: rgba(184, 105, 255, .4);
  background: linear-gradient(160deg, #10182f, #0a1022 72%);
  box-shadow: 0 -28px 100px rgba(0, 0, 0, .62), 0 0 55px rgba(115, 54, 218, .08);
}

.sheet__handle { background: linear-gradient(90deg, var(--purple), var(--cyan)); }

.city-search [data-city-search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.city-option {
  border-color: var(--line);
  background: rgba(255, 255, 255, .025);
}

.city-option:hover,
.city-option.is-active {
  border-color: rgba(218, 88, 255, .45);
  background: linear-gradient(145deg, rgba(155, 63, 226, .18), rgba(32, 215, 242, .055));
}

.fact-icon {
  border: 1px solid rgba(32, 215, 242, .2);
  background: rgba(32, 215, 242, .07);
  color: var(--cyan);
}

.detail-facts > div {
  padding: 10px;
  border: 1px solid rgba(136, 159, 211, .15);
  border-radius: 15px;
  background: rgba(255, 255, 255, .024);
}

.footer {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 12px;
  border-top-color: rgba(134, 158, 213, .14);
  text-align: center;
}

.footer .brand {
  justify-content: center;
  gap: 0;
}

.footer .brand__mark {
  display: none;
}

.footer .brand__copy {
  justify-items: center;
  text-align: center;
}

.footer p {
  margin: 0;
  text-align: center;
}

.footer__meta {
  justify-content: center;
  margin-top: -6px;
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .topbar .brand__copy small { font-size: 8px; }

  .mobile-nav {
    height: 70px;
    border-color: rgba(151, 174, 226, .27);
    border-radius: 23px;
    background: rgba(8, 14, 31, .94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .52), inset 0 1px rgba(255, 255, 255, .035);
  }

  .mobile-nav a.is-active { color: #f36dff; }

  .mobile-nav__add {
    width: 43px;
    height: 43px;
    margin-top: -25px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 15px;
    background: linear-gradient(145deg, var(--cyan), var(--purple) 50%, var(--pink));
    box-shadow: 0 11px 31px rgba(181, 52, 239, .42);
  }

  .hero-event,
  .event-card,
  .cinema-card { border-radius: 20px; }

  .event-card__body {
    grid-template-columns: 50px 1fr;
    gap: 11px;
  }

  .event-card .event-kicker {
    white-space: normal;
  }

  .agenda-search-card,
  .cinema-controls {
    border-radius: 18px;
  }

  .sheet {
    border-top-color: rgba(209, 95, 255, .44);
    box-shadow: 0 -24px 85px rgba(0, 0, 0, .65);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-event,
  .event-card,
  .cinema-card,
  .mood-card { transition: none; }

  .spotlight-particle,
  .orbit { animation: none; }
  .spotlight-particle { opacity: .62; transform: none; }
}
