@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --navy: #004965;
  --navy-dark: #004561;
  --cyan: #08bdea;
  --red: #ff1717;
  --page: #e7e7e7;
  --text: #050505;
  --muted: #9a9a9a;
  --white: #ffffff;
  --font: "Gotham", "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #d9d9d9;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: #d9d9d9;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.app-shell {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  background: var(--page);
  container-type: inline-size;
  position: relative;
  overflow-x: hidden;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.16);
}

.topbar {
  height: 11.76cqw;
  min-height: 51px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.3cqw;
}

.brand-logo {
  width: 12.1cqw;
  min-width: 52px;
  height: auto;
  object-fit: contain;
}

.brand-button {
  width: auto;
  height: auto;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 2.4cqw;
  color: var(--navy);
}

.icon-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 0;
  display: grid;
  place-items: center;
}

.icon-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.page {
  min-height: 100vh;
  padding-bottom: 86px;
}

.section {
  padding-left: 5.95cqw;
  padding-right: 5.95cqw;
}

.section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.title {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.15;
}

.title-lg {
  font-size: 24px;
}

.title-md {
  font-size: 20px;
}

.cta {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.cta.navy {
  background: var(--navy);
}

.cta svg {
  width: 10px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  padding-top: 4.35cqw;
}

.media-placeholder {
  display: block;
  width: 100%;
  background: var(--cyan);
}

.media-image {
  display: block;
  width: 100%;
  object-fit: cover;
  background: var(--cyan);
}

.hero-placeholder {
  width: 88.05cqw;
  aspect-ratio: 951 / 535;
  margin: 0 auto;
  border-radius: 22px;
}

.home-hero-banners {
  width: 100%;
  padding: 0 5.95cqw;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-hero-banners::-webkit-scrollbar {
  display: none;
}

.home-hero-banner {
  flex: 0 0 88.05cqw;
  scroll-snap-align: center;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
}

.home-hero-image {
  width: 100%;
  aspect-ratio: 951 / 535;
  border-radius: 22px;
}

.home-news {
  margin-top: 4.25cqw;
}

.news-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 3cqw;
}

.home-news-card {
  min-width: 0;
  background: var(--white);
  border-radius: 13px;
  padding: 10px 10px 15px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.news-thumb {
  aspect-ratio: 421 / 238;
  border-radius: 10px;
}

.date {
  margin: 12px 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 300;
}

.home-news-card h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.24;
  font-weight: 600;
}

.card-more {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--text);
  font-size: 10px;
  font-weight: 600;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.card-more svg {
  width: 6px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

.cinema-band {
  margin-top: 5.25cqw;
  padding: 5.25cqw 5.95cqw 3.5cqw;
  background: var(--navy);
  color: var(--white);
}

.cinema-band .title {
  max-width: 150px;
}

.poster-strip {
  margin-top: 4.35cqw;
  padding: 6px;
  background: var(--white);
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.poster-placeholder {
  aspect-ratio: 220 / 329;
  border-radius: 10px;
}

.gastronomy-home {
  margin-top: 5.35cqw;
}

.gastronomy-panel {
  margin-top: 3.2cqw;
  padding: 11px;
  background: var(--white);
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.gastronomy-card {
  min-width: 0;
  border: 0;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 8px;
}

.gastronomy-card[role="button"],
.store-mini[role="button"],
.store-card[role="button"] {
  cursor: pointer;
}

.gastronomy-card:focus-visible,
.store-mini:focus-visible,
.store-card:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.gastronomy-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: contain;
  background: var(--white);
}

.gastronomy-card h3 {
  margin: 7px 0 0;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
}

.stores-home {
  margin-top: 5.35cqw;
}

.stores-panel {
  margin-top: 3.2cqw;
  padding: 11px;
  background: var(--white);
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.store-thumb,
.store-placeholder {
  aspect-ratio: 285 / 257;
  border-radius: 10px;
}

.store-mini h3,
.store-card h3 {
  margin: 9px 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
}

.card-meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.15;
}

.events-home {
  margin-top: 6cqw;
}

.events-panel {
  margin-top: 3.2cqw;
  padding: 5.8cqw 5.8cqw 5.2cqw;
  background: var(--navy);
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 10px;
}

.event-thumb {
  aspect-ratio: 402 / 335;
  border-radius: 12px 12px 0 0;
}

.event-info {
  margin-top: 0;
  min-height: 42px;
  padding: 8px 12px;
  background: var(--white);
  border-radius: 0 0 12px 12px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 10px;
}

.event-date {
  color: var(--navy);
  line-height: 1;
  text-align: center;
  border-right: 1px solid #9b9b9b;
}

.event-date strong {
  display: block;
  font-size: 21px;
  font-weight: 400;
}

.event-date span {
  display: block;
  margin-top: 1px;
  font-size: 10px;
  font-weight: 500;
}

.event-copy h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

.event-copy p {
  margin: 3px 0 0;
  color: #9c9c9c;
  font-size: 9px;
}

.services-home {
  margin-top: 6cqw;
}

.service-grid {
  margin-top: 2.8cqw;
  display: grid;
  gap: 14px;
  align-items: start;
}

.home-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-thumb {
  aspect-ratio: 180 / 212;
  border-radius: 12px;
}

.service-item h3 {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-block {
  margin-top: 7cqw;
}

.contact-btn {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 18px;
  color: var(--white);
  background: var(--cyan);
  font-size: 20px;
  font-weight: 800;
}

.hours {
  margin-top: 6.7cqw;
  padding-bottom: 7cqw;
  display: grid;
  grid-template-columns: 1fr 1.05fr 1.05fr;
  gap: 18px;
}

.hours h2 {
  margin: 11px 0 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.15;
}

.hours-list {
  display: grid;
  gap: 16px;
}

.hours-item h3 {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 700;
}

.hours-item p {
  margin: 0;
  font-size: 10px;
  line-height: 1.18;
}

.filters {
  margin-top: 2.5cqw;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 8px;
}

.search-box,
.select-box {
  position: relative;
  height: 45px;
  border-radius: 18px;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}

.filter-skeleton {
  width: 100%;
  height: 18px;
  border-radius: 10px;
}

.select-box select {
  appearance: none;
  padding-right: 28px;
  font-size: 11px;
}

.select-box svg {
  position: absolute;
  right: 14px;
  pointer-events: none;
}

.search-box input,
.select-box select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
}

.select-box select {
  font-size: 10px;
}

.search-box svg,
.select-box svg {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  color: var(--navy);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}

.stores-page .page-title {
  padding-top: 5.8cqw;
}

.store-grid-panel {
  margin-top: 20px;
  padding: 13px 11px 24px;
  background: var(--white);
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px 12px;
}

.store-placeholder {
  aspect-ratio: 285 / 257;
  border-radius: 10px;
}

.store-detail {
  padding-top: 5.8cqw;
}

.store-back {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.store-back svg {
  width: 9px;
  height: 16px;
}

.store-detail-panel {
  padding: 14px;
  background: var(--white);
  border-radius: 13px;
}

.store-detail-logo {
  width: 100%;
  aspect-ratio: 285 / 257;
  border-radius: 12px;
  object-fit: contain;
  background: #f4f4f4;
}

.store-detail-copy {
  margin-top: 16px;
}

.store-detail-copy h1 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 800;
}

.store-detail-category,
.store-detail-location,
.store-detail-description {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.store-detail-category {
  color: var(--muted);
  font-weight: 700;
}

.store-detail-location {
  color: var(--navy);
  font-weight: 800;
}

.store-detail-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.store-detail-actions .cta {
  min-height: 36px;
  padding: 0 14px;
  font-size: 12px;
}

.store-gallery {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.store-gallery-image {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
}

.store-detail-logo.skeleton,
.store-detail .skeleton-line,
.store-detail .skeleton-copy {
  margin-top: 12px;
}

.news-page .page-title,
.cinema-page .page-title,
.events-page .page-title,
.services-page .page-title {
  padding-top: 4.4cqw;
}

.news-page .filters {
  grid-template-columns: 1fr;
  margin-top: 3.1cqw;
}

.news-list {
  margin-top: 3cqw;
  display: grid;
  gap: 14px;
}

.news-list-card {
  background: var(--white);
  border-radius: 13px;
  padding: 10px;
  min-height: 116px;
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 17px;
  align-items: center;
}

.news-list-thumb {
  aspect-ratio: 432 / 243;
  border-radius: 10px;
}

.news-list-card .date {
  margin: 0 0 10px;
}

.news-list-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 600;
}

.news-list-card .cta {
  margin-top: 18px;
  min-height: 34px;
  padding: 0 18px;
  font-size: 12px;
}

.news-actions {
  display: flex;
  justify-content: flex-end;
}

.movie-list {
  margin-top: 3cqw;
  display: grid;
  gap: 14px;
}

.movie-card {
  min-height: 166px;
  background: var(--white);
  border-radius: 14px;
  padding: 13px 17px;
  display: grid;
  grid-template-columns: 31% 1fr;
  gap: 22px;
}

.movie-thumb {
  aspect-ratio: 259 / 388;
  border-radius: 11px;
  background: var(--navy);
}

.movie-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 18px;
}

.movie-info h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 500;
}

.rating {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 7px;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
}

.movie-info p {
  margin: 0;
  font-size: 10px;
  line-height: 1.25;
}

.movie-info .cta {
  margin-top: auto;
  min-height: 34px;
  min-width: 150px;
  padding: 0 22px;
  font-size: 11px;
}

.month-tabs {
  margin-top: 2.9cqw;
  height: 45px;
  border-radius: 20px;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  padding: 0 16px;
}

.month-tabs button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.month-tabs button.active {
  color: var(--cyan);
  font-weight: 800;
}

.events-page .events-panel {
  margin-top: 15px;
  padding-top: 5.1cqw;
  padding-bottom: 5.4cqw;
}

.services-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
}

.services-list-grid .service-item h3 {
  font-size: 13px;
}

.client-page {
  background: var(--page);
}

.client-benefits {
  padding-top: 3cqw;
  padding-bottom: 92px;
}

.client-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2cqw;
  margin-bottom: 3cqw;
}

.client-logout {
  border: 1px solid #004866;
  background: none;
  color: #004866;
  border-radius: 999px;
  padding: 1.2cqw 3.5cqw;
  font: inherit;
  font-size: 3.2cqw;
  cursor: pointer;
}

.client-benefits-list {
  display: grid;
  gap: 2cqw;
}

.client-banner-card {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d2d2d2;
}

.client-banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.client-banner-card {
  display: block;
}

.placeholder-page {
  padding-top: 6cqw;
}

.placeholder-card {
  background: var(--white);
  border-radius: 14px;
  padding: 24px;
}

.placeholder-card h1 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
}

.placeholder-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.auth-page {
  min-height: max(100svh, 172.05cqw);
  position: relative;
  overflow: hidden;
  background: #00536d;
  color: var(--white);
}

.auth-pattern {
  position: absolute;
  inset: 0 0 auto;
  height: 22cqw;
  overflow: hidden;
  pointer-events: none;
}

.auth-pattern::before,
.auth-pattern::after {
  content: "";
  position: absolute;
  left: -9cqw;
  right: -9cqw;
  height: 22cqw;
  background:
    radial-gradient(circle at 3.4cqw 8.85cqw, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 26cqw -1.2cqw, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 50cqw -1.2cqw, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 73.9cqw 8.85cqw, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 97.8cqw -1.2cqw, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 121.7cqw -1.2cqw, var(--cyan) 0 10.75cqw, transparent 10.85cqw);
}

.auth-pattern::before {
  top: 0;
}

.auth-pattern::after {
  top: 9.15cqw;
  background:
    radial-gradient(circle at 26cqw 0, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 50cqw 0, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 97.8cqw 0, var(--cyan) 0 10.75cqw, transparent 10.85cqw),
    radial-gradient(circle at 121.7cqw 0, var(--cyan) 0 10.75cqw, transparent 10.85cqw);
}

.auth-logo {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: auto;
  transform: translateX(-50%);
}

.auth-logo-login {
  top: 49.1cqw;
  width: 61.1cqw;
}

.auth-logo-register {
  top: 36.3cqw;
  width: 34.35cqw;
}

.auth-form {
  position: absolute;
  left: 6.02cqw;
  right: 6.02cqw;
  z-index: 1;
  display: grid;
}

.auth-login-form {
  top: 92cqw;
  gap: 1.48cqw;
}

.auth-register-form {
  top: 62.4cqw;
  gap: 1.55cqw;
}

.auth-field {
  display: block;
  height: 10.46cqw;
  min-height: 45px;
}

.auth-field input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: var(--white);
  color: var(--navy);
  padding: 0 6.6cqw;
  font-size: 14px;
  font-weight: 700;
}

.auth-field input::placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.auth-options {
  min-height: 4cqw;
  margin-top: 1.6cqw;
  margin-bottom: 5.9cqw;
  padding-right: 7.2cqw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
}

.auth-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.auth-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-check span {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: var(--white);
}

.auth-check input:checked + span {
  background:
    linear-gradient(45deg, transparent 45%, var(--navy) 46% 54%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, var(--navy) 46% 54%, transparent 55%),
    var(--white);
}

.auth-lgpd {
  display: grid;
  grid-template-columns: 14px 1fr;
  align-items: start;
  gap: 8px;
  padding: 0 2.2cqw;
  margin: 1.2cqw 0 0;
  color: var(--white);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.28;
}

.auth-lgpd input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-lgpd span {
  width: 14px;
  height: 14px;
  margin-top: 1px;
  background: var(--white);
}

.auth-lgpd input:checked + span {
  background:
    linear-gradient(45deg, transparent 45%, var(--navy) 46% 54%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, var(--navy) 46% 54%, transparent 55%),
    var(--white);
}

.auth-lgpd strong {
  font: inherit;
}

.auth-text-button,
.auth-footer-link,
.auth-footer-text button,
.auth-back {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.auth-text-button {
  padding: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}

.auth-submit {
  height: 10.46cqw;
  min-height: 45px;
  border: 0;
  border-radius: 999px;
  background: var(--cyan);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.auth-submit:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.auth-message {
  min-height: 15px;
  margin: 0;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.auth-message:empty {
  visibility: hidden;
}

.auth-footer-link,
.auth-footer-text {
  position: absolute;
  left: 6.02cqw;
  right: 6.02cqw;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.auth-footer-link {
  bottom: 7.2cqw;
  padding: 0;
}

.auth-footer-text {
  bottom: 7cqw;
}

.auth-footer-text button {
  padding: 0 0 0 4px;
  color: var(--cyan);
  font-weight: 800;
}

.auth-back {
  width: 30px;
  height: 44px;
  padding: 0;
  position: absolute;
  top: 39.3cqw;
  left: 9.2cqw;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
}

.auth-back svg {
  width: 2.35cqw;
  min-width: 10px;
  height: auto;
}

.offline-card {
  display: grid;
  gap: 14px;
}

.state-card {
  display: grid;
  gap: 14px;
}

.state-card .cta,
.offline-card .cta {
  justify-self: start;
}

.connection-banner {
  background: var(--navy);
  color: var(--white);
  padding: 8px 20px;
  font-size: 12px;
  text-align: center;
}

.install-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--navy);
  color: var(--white);
  padding: 8px 12px;
  font-size: 12px;
}

.install-banner[hidden] {
  display: none;
}

.install-banner [data-install] {
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  padding: 4px 14px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.install-banner [data-install-dismiss] {
  border: 0;
  background: none;
  color: var(--white);
  font-size: 14px;
  padding: 0 4px;
  cursor: pointer;
}

.bottom-nav {
  width: 100%;
  max-width: 430px;
  min-height: 74px;
  padding: 10px 8px 13px;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04);
}

.nav-item {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  text-align: center;
}

.nav-item svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: currentColor;
}

.nav-item span {
  display: block;
  max-width: 100%;
  font-size: 9px;
  line-height: 1.05;
  font-weight: 400;
  overflow-wrap: normal;
  white-space: normal;
}

.nav-item[data-route="/cliente"] span {
  max-width: 52px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 34px 10px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background: #d2d2d2;
}

.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: skeleton-shimmer 1.3s infinite;
}

.skeleton-line,
.skeleton-copy {
  display: block;
  min-height: 12px;
  border-radius: 8px;
  background: #d2d2d2;
}

.skeleton-line {
  width: 70%;
}

.skeleton-copy {
  width: 100%;
  min-height: 45px;
}

.skeleton-rating {
  background: #d2d2d2;
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 370px) {
  .title-lg {
    font-size: 22px;
  }

  .cta {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }

  .home-news-card h3,
  .store-mini h3,
  .store-card h3 {
    font-size: 12px;
  }

  .movie-info h3 {
    font-size: 20px;
  }

  .filters {
    gap: 10px;
  }

  .auth-options {
    padding-right: 4cqw;
    font-size: 11px;
  }

  .auth-footer-link,
  .auth-footer-text {
    font-size: 14px;
  }
}
