/* Third Eye Cinema production design system.
   Additive layer: preserves existing selectors, page URLs, and booking scripts. */

:root{
  --tec-bg:#030306;
  --tec-surface:rgba(14,14,20,.86);
  --tec-surface-strong:#111117;
  --tec-surface-soft:rgba(255,255,255,.065);
  --tec-border:rgba(255,255,255,.14);
  --tec-border-strong:rgba(246,200,106,.42);
  --tec-text:#fff8ec;
  --tec-muted:#c8bfb2;
  --tec-gold:#f6c86a;
  --tec-amber:#f29f35;
  --tec-red:#d7192e;
  --tec-green:#20d48a;
  --tec-focus:rgba(246,200,106,.38);
  --tec-radius:24px;
  --tec-radius-sm:14px;
  --tec-shadow:0 24px 80px rgba(0,0,0,.46);
}

/* Final mobile cinema cascade: this file loads after style.css on public pages. */
@media (max-width:980px){
  .card-grid,
  .movie-grid,
  .event-grid,
  #listingGrid.card-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  #listingGrid .show-card,
  .show-card,
  .movie-card,
  .event-card{
    display:block !important;
    min-width:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .show-card > img,
  .show-card > img,
  .show-card img,
  .movie-card img,
  .event-card img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
    object-fit:contain !important;
    background:#101010 !important;
    border-radius:12px 12px 0 0 !important;
  }

  .show-actions a,
  .show-actions button,
  .movie-actions a,
  .movie-actions button,
  .event-actions a,
  .event-actions button{
    min-height:44px !important;
  }
}

@media (max-width:430px){
  .card-grid,
  .movie-grid,
  .event-grid,
  #listingGrid.card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:360px){
  .card-grid,
  .movie-grid,
  .event-grid,
  #listingGrid.card-grid{
    grid-template-columns:1fr !important;
  }

  #listingGrid .show-card,
  .show-card,
  .movie-card,
  .event-card{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr) !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .show-card > img,
  .show-card > img,
  .show-card img,
  .movie-card img,
  .event-card img{
    height:100% !important;
    aspect-ratio:auto !important;
    border-radius:12px 0 0 12px !important;
  }

  .show-actions,
  .movie-actions,
  .event-actions{
    grid-column:1 / -1 !important;
  }
}

/* True final mobile listing/detail readability guard. */
@media (max-width:600px){
  html,
  body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  #listingGrid.card-grid,
  .movie-grid,
  .event-grid,
  body.tec-mobile-ux #listingGrid.card-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-flow:row !important;
    gap:16px !important;
    width:100% !important;
    max-width:100% !important;
  }

  #listingGrid .show-card,
  #listingGrid .movie-card,
  #listingGrid .event-card,
  .movie-grid .movie-card,
  .event-grid .event-card,
  body.tec-mobile-ux #listingGrid .show-card{
    display:block !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .poster-wrap,
  #listingGrid .movie-card-image,
  #listingGrid .show-card > img,
  #listingGrid .movie-card > img,
  #listingGrid .event-card > img,
  .movie-grid .movie-card > img,
  .event-grid .event-card > img,
  body.tec-mobile-ux #listingGrid .tec-poster-wrap,
  body.tec-mobile-ux #listingGrid .show-card > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
    border-radius:14px 14px 0 0 !important;
  }

  #listingGrid .show-card img,
  #listingGrid .movie-card img,
  #listingGrid .event-card img,
  .movie-grid .movie-card img,
  .event-grid .event-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
  }

  #listingGrid .show-info,
  #listingGrid .movie-info,
  #listingGrid .event-info,
  .movie-grid .movie-info,
  .event-grid .event-info,
  body.tec-mobile-ux #listingGrid .show-info{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding:14px !important;
  }

  #listingGrid .show-info *,
  #listingGrid .movie-info *,
  #listingGrid .event-info *,
  .movie-grid .movie-info *,
  .event-grid .event-info *,
  .tec-detail-premium *,
  .details-page *,
  .movie-details *{
    writing-mode:horizontal-tb !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    white-space:normal !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  #listingGrid .show-info h3,
  #listingGrid .movie-info h3,
  #listingGrid .event-info h3,
  .movie-grid .movie-info h3,
  .event-grid .event-info h3,
  body.tec-mobile-ux #listingGrid .show-info h3{
    display:block !important;
    font-size:20px !important;
    line-height:1.22 !important;
    margin:0 0 8px !important;
    letter-spacing:0 !important;
  }

  #listingGrid .show-info p,
  #listingGrid .movie-info p,
  #listingGrid .event-info p,
  .movie-grid .movie-info p,
  .event-grid .event-info p{
    display:block !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }

  #listingGrid .show-actions,
  #listingGrid .movie-actions,
  #listingGrid .event-actions,
  .movie-grid .movie-actions,
  .event-grid .event-actions,
  body.tec-mobile-ux #listingGrid .show-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    width:100% !important;
    margin-top:12px !important;
  }

  #listingGrid .show-actions a,
  #listingGrid .show-actions button,
  #listingGrid .movie-actions a,
  #listingGrid .movie-actions button,
  #listingGrid .event-actions a,
  #listingGrid .event-actions button,
  .movie-grid .movie-actions a,
  .movie-grid .movie-actions button,
  .event-grid .event-actions a,
  .event-grid .event-actions button,
  body.tec-mobile-ux #listingGrid .show-actions a,
  body.tec-mobile-ux #listingGrid .show-actions button{
    width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding:0 14px !important;
  }

  .tec-detail-premium,
  .tec-detail-hero,
  .tec-detail-body,
  .tec-detail-main,
  .tec-detail-side,
  .details-page,
  .details-container,
  .movie-details{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .tec-detail-hero-inner,
  .tec-detail-body,
  .tec-detail-meta,
  body.tec-mobile-ux .tec-detail-hero-inner,
  body.tec-mobile-ux .tec-detail-body,
  body.tec-mobile-ux .tec-detail-meta{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .tec-detail-poster-wrap,
  body.tec-mobile-ux .tec-detail-poster-wrap{
    width:min(260px,72vw) !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .tec-detail-title,
  body.tec-mobile-ux .tec-detail-title{
    font-size:clamp(30px,8vw,40px) !important;
    line-height:1.12 !important;
    letter-spacing:0 !important;
  }

  .tec-detail-desc,
  body.tec-mobile-ux .tec-detail-desc{
    font-size:16px !important;
    line-height:1.58 !important;
  }

  .tec-detail-actions,
  .show-actions.tec-detail-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .tec-detail-action{
    width:100% !important;
    min-height:48px !important;
  }
}

/* True final mobile listing/detail readability guard. */
@media (max-width:600px){
  html,
  body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  #listingGrid.card-grid,
  .movie-grid,
  .event-grid,
  body.tec-mobile-ux #listingGrid.card-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-flow:row !important;
    gap:16px !important;
    width:100% !important;
    max-width:100% !important;
  }

  #listingGrid .show-card,
  #listingGrid .movie-card,
  #listingGrid .event-card,
  .movie-grid .movie-card,
  .event-grid .event-card,
  body.tec-mobile-ux #listingGrid .show-card{
    display:block !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .poster-wrap,
  #listingGrid .movie-card-image,
  #listingGrid .show-card > img,
  #listingGrid .movie-card > img,
  #listingGrid .event-card > img,
  .movie-grid .movie-card > img,
  .event-grid .event-card > img,
  body.tec-mobile-ux #listingGrid .tec-poster-wrap,
  body.tec-mobile-ux #listingGrid .show-card > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
    border-radius:14px 14px 0 0 !important;
  }

  #listingGrid .show-card img,
  #listingGrid .movie-card img,
  #listingGrid .event-card img,
  .movie-grid .movie-card img,
  .event-grid .event-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
  }

  #listingGrid .show-info,
  #listingGrid .movie-info,
  #listingGrid .event-info,
  .movie-grid .movie-info,
  .event-grid .event-info,
  body.tec-mobile-ux #listingGrid .show-info{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding:14px !important;
  }

  #listingGrid .show-info *,
  #listingGrid .movie-info *,
  #listingGrid .event-info *,
  .movie-grid .movie-info *,
  .event-grid .event-info *,
  .tec-detail-premium *,
  .details-page *,
  .movie-details *{
    writing-mode:horizontal-tb !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    white-space:normal !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  #listingGrid .show-info h3,
  #listingGrid .movie-info h3,
  #listingGrid .event-info h3,
  .movie-grid .movie-info h3,
  .event-grid .event-info h3,
  body.tec-mobile-ux #listingGrid .show-info h3{
    display:block !important;
    font-size:20px !important;
    line-height:1.22 !important;
    margin:0 0 8px !important;
    letter-spacing:0 !important;
  }

  #listingGrid .show-info p,
  #listingGrid .movie-info p,
  #listingGrid .event-info p,
  .movie-grid .movie-info p,
  .event-grid .event-info p{
    display:block !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }

  #listingGrid .show-actions,
  #listingGrid .movie-actions,
  #listingGrid .event-actions,
  .movie-grid .movie-actions,
  .event-grid .event-actions,
  body.tec-mobile-ux #listingGrid .show-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    width:100% !important;
    margin-top:12px !important;
  }

  #listingGrid .show-actions a,
  #listingGrid .show-actions button,
  #listingGrid .movie-actions a,
  #listingGrid .movie-actions button,
  #listingGrid .event-actions a,
  #listingGrid .event-actions button,
  .movie-grid .movie-actions a,
  .movie-grid .movie-actions button,
  .event-grid .event-actions a,
  .event-grid .event-actions button,
  body.tec-mobile-ux #listingGrid .show-actions a,
  body.tec-mobile-ux #listingGrid .show-actions button{
    width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding:0 14px !important;
  }

  .tec-detail-premium,
  .tec-detail-hero,
  .tec-detail-body,
  .tec-detail-main,
  .tec-detail-side,
  .details-page,
  .details-container,
  .movie-details{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .tec-detail-hero-inner,
  .tec-detail-body,
  .tec-detail-meta,
  body.tec-mobile-ux .tec-detail-hero-inner,
  body.tec-mobile-ux .tec-detail-body,
  body.tec-mobile-ux .tec-detail-meta{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .tec-detail-poster-wrap,
  body.tec-mobile-ux .tec-detail-poster-wrap{
    width:min(260px,72vw) !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .tec-detail-title,
  body.tec-mobile-ux .tec-detail-title{
    font-size:clamp(30px,8vw,40px) !important;
    line-height:1.12 !important;
    letter-spacing:0 !important;
  }

  .tec-detail-desc,
  body.tec-mobile-ux .tec-detail-desc{
    font-size:16px !important;
    line-height:1.58 !important;
  }

  .tec-detail-actions,
  .show-actions.tec-detail-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .tec-detail-action{
    width:100% !important;
    min-height:48px !important;
  }
}

/* Final mobile listing/detail readability guard. Keep after earlier cinema card rules. */
@media (max-width:600px){
  html,
  body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  #listingGrid.card-grid,
  .movie-grid,
  .event-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-flow:row !important;
    gap:16px !important;
    width:100% !important;
    max-width:100% !important;
  }

  body.tec-mobile-ux #listingGrid.card-grid{
    grid-template-columns:1fr !important;
  }

  #listingGrid .show-card,
  #listingGrid .movie-card,
  #listingGrid .event-card,
  .movie-grid .movie-card,
  .event-grid .event-card,
  body.tec-mobile-ux #listingGrid .show-card{
    display:block !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .poster-wrap,
  #listingGrid .movie-card-image,
  #listingGrid .show-card > img,
  #listingGrid .movie-card > img,
  #listingGrid .event-card > img,
  .movie-grid .movie-card > img,
  .event-grid .event-card > img,
  body.tec-mobile-ux #listingGrid .tec-poster-wrap,
  body.tec-mobile-ux #listingGrid .show-card > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
    border-radius:14px 14px 0 0 !important;
  }

  #listingGrid .show-card img,
  #listingGrid .movie-card img,
  #listingGrid .event-card img,
  .movie-grid .movie-card img,
  .event-grid .event-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
  }

  #listingGrid .show-info,
  #listingGrid .movie-info,
  #listingGrid .event-info,
  .movie-grid .movie-info,
  .event-grid .event-info,
  body.tec-mobile-ux #listingGrid .show-info{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding:14px !important;
  }

  #listingGrid .show-info *,
  #listingGrid .movie-info *,
  #listingGrid .event-info *,
  .movie-grid .movie-info *,
  .event-grid .event-info *,
  .tec-detail-premium *,
  .details-page *,
  .movie-details *{
    writing-mode:horizontal-tb !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    white-space:normal !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  #listingGrid .show-info h3,
  #listingGrid .movie-info h3,
  #listingGrid .event-info h3,
  .movie-grid .movie-info h3,
  .event-grid .event-info h3,
  body.tec-mobile-ux #listingGrid .show-info h3{
    display:block !important;
    font-size:20px !important;
    line-height:1.22 !important;
    margin:0 0 8px !important;
    letter-spacing:0 !important;
  }

  #listingGrid .show-info p,
  #listingGrid .movie-info p,
  #listingGrid .event-info p,
  .movie-grid .movie-info p,
  .event-grid .event-info p{
    display:block !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }

  #listingGrid .show-actions,
  #listingGrid .movie-actions,
  #listingGrid .event-actions,
  .movie-grid .movie-actions,
  .event-grid .event-actions,
  body.tec-mobile-ux #listingGrid .show-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    width:100% !important;
    margin-top:12px !important;
  }

  #listingGrid .show-actions a,
  #listingGrid .show-actions button,
  #listingGrid .movie-actions a,
  #listingGrid .movie-actions button,
  #listingGrid .event-actions a,
  #listingGrid .event-actions button,
  .movie-grid .movie-actions a,
  .movie-grid .movie-actions button,
  .event-grid .event-actions a,
  .event-grid .event-actions button,
  body.tec-mobile-ux #listingGrid .show-actions a,
  body.tec-mobile-ux #listingGrid .show-actions button{
    width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding:0 14px !important;
  }

  .tec-detail-premium,
  .tec-detail-hero,
  .tec-detail-body,
  .tec-detail-main,
  .tec-detail-side,
  .details-page,
  .details-container,
  .movie-details{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .tec-detail-hero-inner,
  .tec-detail-body,
  .tec-detail-meta,
  body.tec-mobile-ux .tec-detail-hero-inner,
  body.tec-mobile-ux .tec-detail-body,
  body.tec-mobile-ux .tec-detail-meta{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .tec-detail-poster-wrap,
  body.tec-mobile-ux .tec-detail-poster-wrap{
    width:min(260px,72vw) !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .tec-detail-title,
  body.tec-mobile-ux .tec-detail-title{
    font-size:clamp(30px,8vw,40px) !important;
    line-height:1.12 !important;
    letter-spacing:0 !important;
  }

  .tec-detail-desc,
  body.tec-mobile-ux .tec-detail-desc{
    font-size:16px !important;
    line-height:1.58 !important;
  }

  .tec-detail-actions,
  .show-actions.tec-detail-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .tec-detail-action{
    width:100% !important;
    min-height:48px !important;
  }
}

/* Final winning fix for mobile menu visibility. */
@media (max-width:980px){
  body{padding-top:68px!important}
  .navbar,
  .navbar.tec-cinema-header,
  header.navbar.tec-cinema-header,
  .seat-header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    transform:none!important;
    translate:none!important;
    z-index:9000!important;
  }
  .tec-mobile-master-nav{
    position:fixed!important;
    inset:0!important;
    z-index:9100!important;
  }
  .tec-mobile-master-nav.open{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .tec-mobile-master-nav:not(.open){
    display:block!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .tec-mobile-master-nav.open .tec-mobile-menu-panel{
    display:block!important;
    width:100%!important;
    min-height:100dvh!important;
    transform:none!important;
  }
}

/* Final winning fix for mobile menu visibility. */
@media (max-width:980px){
  body{padding-top:68px!important}
  .navbar,
  .navbar.tec-cinema-header,
  header.navbar.tec-cinema-header,
  .seat-header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    transform:none!important;
    translate:none!important;
    z-index:9000!important;
  }
  .tec-mobile-master-nav{
    position:fixed!important;
    inset:0!important;
    z-index:9100!important;
  }
  .tec-mobile-master-nav.open{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .tec-mobile-master-nav:not(.open){
    display:block!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .tec-mobile-master-nav.open .tec-mobile-menu-panel{
    display:block!important;
    width:100%!important;
    min-height:100dvh!important;
    transform:none!important;
  }
}

/* Shared public search overlay for pages that load the design system after page CSS. */
.tec-public-search-overlay{display:none}
@media (max-width:980px){
  body.tec-search-open{overflow:hidden!important}
  .tec-public-search-overlay{position:fixed;inset:0;z-index:7600;display:block;padding:calc(14px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));background:rgba(0,0,0,.68);opacity:0;pointer-events:none;transition:opacity .22s ease}
  .tec-public-search-overlay.open{opacity:1;pointer-events:auto}
  .tec-public-search-panel{width:100%;max-height:calc(100dvh - 28px);overflow:auto;border-radius:18px;border:1px solid rgba(255,202,88,.28);background:#060606;box-shadow:0 24px 80px rgba(0,0,0,.58);padding:14px;transform:translateY(-10px);transition:transform .22s ease}
  .tec-public-search-overlay.open .tec-public-search-panel{transform:translateY(0)}
  .tec-public-search-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:#fff}
  .tec-public-search-close{min-height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#fff;padding:0 12px;font-weight:900}
  #tecPublicSearchInput{width:100%;min-height:52px;border-radius:999px;border:1px solid rgba(255,202,88,.38);background:#121212;color:#fff;padding:0 16px;font-size:16px;outline:0}
  #tecPublicSearchInput:focus{border-color:#f7c85f;box-shadow:0 0 0 3px rgba(247,200,95,.18)}
  .tec-public-search-results{display:grid;gap:10px;margin-top:14px}
  .tec-public-search-results p{margin:0;padding:14px;border-radius:14px;background:rgba(255,255,255,.06);color:#fff}
  .tec-public-search-result{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:center;min-height:72px;padding:9px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);color:#fff;text-decoration:none}
  .tec-public-search-result img{width:54px;height:72px;border-radius:8px;object-fit:cover;background:#111}
  .tec-public-search-result strong,.tec-public-search-result small{display:block;overflow-wrap:anywhere}
  .tec-public-search-result small{margin-top:4px;color:#f2d58f;font-size:12px}
}

/* Emergency mobile menu reliability fix: this file loads after page CSS. */
@media (max-width:980px){
  body{padding-top:68px!important}
  .navbar,
  .navbar.tec-cinema-header,
  header.navbar.tec-cinema-header,
  .seat-header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    transform:none!important;
    translate:none!important;
    z-index:9000!important;
  }
  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    position:relative!important;
    z-index:2!important;
    pointer-events:auto!important;
  }
  .tec-mobile-master-nav{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:9100!important;
  }
  .tec-mobile-master-nav:not(.open){opacity:0!important;pointer-events:none!important}
  .tec-mobile-master-nav.open{opacity:1!important;pointer-events:auto!important;visibility:visible!important}
  .tec-mobile-master-nav.open .tec-mobile-menu-panel{display:block!important;transform:none!important}
}

html{
  color-scheme:dark;
}

body{
  accent-color:var(--tec-gold);
}

body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(115deg, rgba(246,200,106,.07), transparent 24%, transparent 74%, rgba(215,25,46,.08)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 72px);
  opacity:.72;
}

a,button,input,select,textarea{
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid var(--tec-focus) !important;
  outline-offset:3px;
}

::selection{
  color:#12070a;
  background:var(--tec-gold);
}

.navbar,
.seat-header{
  isolation:isolate;
}

.navbar:before,
.seat-header:before{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.08),transparent);
  pointer-events:none;
}

#mainNav a,
nav a{
  white-space:nowrap;
}

.menu-toggle{
  min-width:48px;
  min-height:48px;
  border:1px solid var(--tec-border);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--tec-text);
}

.tec-booking-progress{
  width:min(900px, calc(100% - 32px));
  margin:118px auto -94px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  position:relative;
  z-index:4;
}

.tec-booking-progress span{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid var(--tec-border);
  border-radius:999px;
  background:rgba(10,10,14,.72);
  color:var(--tec-muted);
  font-weight:900;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 14px 42px rgba(0,0,0,.28);
}

.tec-booking-progress span.is-active{
  color:#13070a;
  background:linear-gradient(135deg,var(--tec-gold),var(--tec-amber) 55%,var(--tec-red));
}

.hero-content{
  overflow:hidden;
}

.hero-content:after{
  content:"";
  position:absolute;
  inset:auto 12% 0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--tec-gold),transparent);
  opacity:.72;
}

.luxury-hero-metrics{
  width:min(1000px, calc(100% - 32px));
  bottom:28px !important;
}

.show-card,
.features article,
.booking-box,
.admin-card,
.payment-card,
.summary-card,
.seat-area{
  transform:translateZ(0);
}

.show-card img,
.movie-poster,
#summaryPoster,
.poster-preview{
  background:#111;
}

.show-card .show-actions,
.hero-actions,
.payment-methods,
.booking-features{
  container-type:inline-size;
}

.availability-pill,
.status-pill,
.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
}

.booking-page{
  gap:32px;
}

.booking-box label,
.admin-form label,
.support-form label{
  color:#f4dfb8 !important;
  font-weight:800;
  letter-spacing:.025em;
}

.booking-box input,
.booking-box select,
.admin-form input,
.admin-form select,
.admin-form textarea,
.support-form input,
.support-form select,
.support-form textarea{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}

.phone-row{
  gap:10px;
}

.mobile-sticky-book{
  box-shadow:0 18px 50px rgba(215,25,46,.28), 0 0 24px rgba(246,200,106,.18);
}

.seat{
  min-width:var(--seat-size);
}

.seat:not(.occupied):active{
  transform:translateY(1px) scale(.96);
}

.selected-chip{
  border:1px solid rgba(32,212,138,.32);
}

.summary-card,
.payment-card{
  position:relative;
  overflow:hidden;
}

.summary-card:before,
.payment-card:before,
.admin-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(246,200,106,.12),transparent 35%,transparent 72%,rgba(215,25,46,.12));
  opacity:.68;
}

.summary-card > *,
.payment-card > *,
.admin-card > *{
  position:relative;
  z-index:1;
}

.admin-page{
  max-width:1440px;
  margin-inline:auto;
}

.admin-header{
  display:grid;
  gap:10px;
  margin-bottom:24px;
}

.admin-stats{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}

.admin-stats > div{
  min-height:112px;
  border:1px solid var(--tec-border) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035)) !important;
  box-shadow:0 18px 58px rgba(0,0,0,.28);
}

.booking-table-wrap{
  border:1px solid var(--tec-border);
  border-radius:18px;
  overflow:auto;
}

.booking-table{
  min-width:860px;
}

.booking-table th{
  position:sticky;
  top:0;
  z-index:2;
  background:#141018;
}

.booking-date-group{
  margin:22px 0 28px;
}

.booking-date-heading{
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:14px 0 12px;
  margin-bottom:12px;
}

.booking-date-heading h3{
  margin:0 0 6px;
  color:#ffd36a;
  font-size:18px;
  letter-spacing:0;
}

.booking-date-heading p{
  margin:0;
  color:#fff;
  font-weight:700;
}

.checkin-box{
  align-items:stretch;
}

.payment-option{
  cursor:pointer;
}

.payment-option:has(input:checked){
  border-color:var(--tec-border-strong) !important;
  box-shadow:0 0 0 4px rgba(246,200,106,.08);
}

.upload-drop{
  cursor:pointer;
}

.tec-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease, transform .55s ease;
}

.tec-reveal.is-visible{
  opacity:1;
  transform:none;
}

@media (hover:hover){
  .show-card:hover,
  .admin-card:hover,
  .features article:hover{
    border-color:rgba(246,200,106,.28) !important;
  }
}

@media (max-width:980px){
  .navbar,
  .seat-header{
    width:calc(100% - 24px) !important;
    height:68px !important;
    top:10px !important;
  }

  .navbar #mainNav,
  .seat-header #mainNav{
    top:78px !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:calc(100vw - 24px) !important;
    max-height:calc(100svh - 102px);
    overflow:auto;
    border-radius:22px !important;
    border:1px solid var(--tec-border) !important;
    background:rgba(5,5,8,.96) !important;
    box-shadow:var(--tec-shadow);
  }

  .navbar #mainNav:not(.open),
  .seat-header #mainNav:not(.open){
    transform:translateX(-50%) translateY(-8px) !important;
  }

  .navbar #mainNav.open,
  .seat-header #mainNav.open{
    transform:translateX(-50%) translateY(0) !important;
  }

  .navbar #mainNav a,
  .seat-header #mainNav a{
    width:100%;
    justify-content:flex-start;
    min-height:48px;
    font-size:13px !important;
  }

  .logo span{
    max-width:46vw;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .tec-booking-progress{
    margin:98px auto -80px;
    grid-template-columns:1fr;
  }

  .tec-booking-progress span{
    min-height:38px;
  }

  .hero-content{
    border-radius:26px !important;
  }

  .luxury-hero-metrics{
    position:relative !important;
    bottom:auto !important;
    left:auto !important;
    transform:none !important;
    margin:22px auto 0;
    grid-template-columns:1fr !important;
  }

  .booking-page{
    padding-inline:16px !important;
  }

  .admin-stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .admin-wide-grid,
  .admin-grid,
  .support-admin-grid{
    grid-template-columns:1fr !important;
  }

  .seat-page{
    grid-template-columns:1fr !important;
    padding:92px 12px 18px !important;
  }

  .summary-card{
    position:sticky;
    bottom:12px;
    z-index:5;
  }
}

@media (max-width:760px){
  header.navbar.tec-cinema-header .logo{
    position:static !important;
    left:auto !important;
    transform:none !important;
    width:auto !important;
    min-width:0 !important;
    grid-column:2 !important;
    justify-self:center !important;
  }

  header.navbar.tec-cinema-header .menu-toggle{
    position:static !important;
    left:auto !important;
    width:56px !important;
    min-width:56px !important;
    height:56px !important;
    padding:0 !important;
    gap:0 !important;
    grid-column:1 !important;
    justify-self:start !important;
    border-radius:999px !important;
  }

  header.navbar.tec-cinema-header .menu-toggle::before{
    display:none !important;
  }

  header.navbar.tec-cinema-header .menu-word{
    display:none !important;
  }

  header.navbar.tec-cinema-header .tec-search-toggle{
    position:static !important;
    right:auto !important;
    width:52px !important;
    min-width:52px !important;
    height:52px !important;
    grid-column:3 !important;
    justify-self:end !important;
  }
}

@media (max-width:560px){
  .hero{
    padding-inline:14px !important;
  }

  .hero-title,
  .hero h1{
    font-size:42px !important;
    letter-spacing:0 !important;
  }

  .hero-actions .btn,
  .show-actions a,
  .show-actions button,
  .booking-box button,
  .pay-btn{
    width:100%;
  }

  .features{
    grid-template-columns:1fr !important;
  }

  .card-grid{
    grid-template-columns:1fr !important;
  }

  .phone-row{
    grid-template-columns:1fr !important;
  }

  .admin-stats{
    grid-template-columns:1fr !important;
  }

  .booking-table{
    min-width:760px;
  }
}

@media (prefers-reduced-motion:reduce){
  *,
  *:before,
  *:after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }

  .tec-reveal{
    opacity:1;
    transform:none;
  }
}

/* 2026 production polish: shared cinema chrome, larger logo, real SVG/CSS icons. */
.navbar,
.seat-header{
  width:min(1240px, calc(100% - 40px)) !important;
  min-height:82px;
  padding:10px 18px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:0 0 18px 18px !important;
  background:rgba(4,5,9,.78) !important;
  -webkit-backdrop-filter:blur(22px);
  backdrop-filter:blur(22px);
  box-shadow:0 18px 60px rgba(0,0,0,.42);
}

.logo{
  gap:14px !important;
}

.logo img{
  width:auto !important;
  height:70px !important;
  max-width:190px;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.42));
}

.logo span{
  font-size:clamp(18px, 2.1vw, 30px) !important;
  font-weight:950 !important;
  letter-spacing:0 !important;
}

.menu-toggle{
  width:56px;
  min-width:56px;
  height:56px;
  padding:0;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:0;
  border-radius:999px !important;
}

.menu-toggle .menu-word,
.menu-toggle .menu-emoji{
  display:none !important;
}

.tec-hamburger{
  width:25px;
  height:18px;
  position:relative;
  display:inline-flex;
  flex-direction:column;
  justify-content:space-between;
}

.tec-hamburger span{
  display:block;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transition:transform .22s ease, opacity .18s ease;
}

.menu-toggle.is-open .tec-hamburger span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}

.menu-toggle.is-open .tec-hamburger span:nth-child(2){
  opacity:0;
}

.menu-toggle.is-open .tec-hamburger span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}

.tec-search-toggle{
  width:52px;
  height:52px;
  min-width:52px;
  border:1px solid var(--tec-border);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:var(--tec-text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.tec-search-toggle svg,
.option-icon svg,
.upload-icon{
  width:22px;
  height:22px;
  fill:currentColor;
}

.tec-search-toggle.is-open{
  color:#12070a;
  background:linear-gradient(135deg,var(--tec-gold),var(--tec-amber));
}

.tec-search-panel{
  position:fixed;
  top:98px;
  left:50%;
  z-index:80;
  width:min(620px, calc(100% - 32px));
  transform:translate(-50%, -12px);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
}

.tec-search-panel.open{
  opacity:1;
  pointer-events:auto;
  transform:translate(-50%, 0);
}

.tec-search-panel input{
  width:100%;
  min-height:56px;
  border:1px solid rgba(246,200,106,.36);
  border-radius:12px;
  background:rgba(9,9,13,.96);
  color:var(--tec-text);
  padding:0 18px;
  font-size:16px;
  box-shadow:0 20px 70px rgba(0,0,0,.46);
}

.tec-search-results{
  margin-top:10px;
  border:1px solid var(--tec-border);
  border-radius:12px;
  overflow:hidden;
  background:rgba(8,8,12,.96);
  box-shadow:var(--tec-shadow);
}

.tec-search-results a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  color:var(--tec-text);
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.tec-search-results a:hover{
  background:rgba(246,200,106,.1);
}

.section,
.booking-page,
.payment-shell,
.success-container,
.admin-page{
  width:min(1280px, calc(100% - 40px)) !important;
}

.card-grid{
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap:24px !important;
}

.show-card{
  border-radius:8px !important;
  min-width:0;
  box-shadow:0 20px 62px rgba(0,0,0,.42);
}

.show-card img{
  aspect-ratio:2/3;
  object-fit:cover;
}

.option-icon{
  color:var(--tec-gold);
}

.tec-file-preview-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border:1px solid rgba(246,200,106,.42);
  border-radius:8px;
  color:#12070a;
  background:linear-gradient(135deg,var(--tec-gold),var(--tec-amber));
  font-weight:950;
}

@media (max-width:980px){
  body{
    padding-bottom:82px;
  }

  .navbar,
  .seat-header{
    display:grid !important;
    grid-template-columns:56px minmax(0,1fr) 52px;
    align-items:center;
    min-height:76px !important;
    border-radius:0 0 18px 18px !important;
  }

  .logo{
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:center;
    min-width:0;
  }

  .logo img{
    height:62px !important;
    max-width:158px;
  }

  .logo span{
    display:none !important;
  }

  .menu-toggle{
    width:56px !important;
    min-width:56px !important;
    height:56px !important;
    grid-column:1;
    grid-row:1;
  }

  .tec-search-toggle{
    width:52px !important;
    min-width:52px !important;
    height:52px !important;
    grid-column:3;
    grid-row:1;
  }

  .navbar #mainNav,
  .seat-header #mainNav{
    display:flex !important;
    flex-direction:column;
    gap:4px;
    padding:14px !important;
    -webkit-backdrop-filter:blur(22px);
    backdrop-filter:blur(22px);
  }

  .navbar #mainNav a,
  .seat-header #mainNav a{
    border-radius:8px !important;
    padding:0 16px !important;
  }

  .tec-mobile-tabs{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:auto !important;
    bottom:0 !important;
    z-index:1200 !important;
    width:100% !important;
    min-height:72px !important;
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    gap:2px !important;
    padding:8px 8px calc(8px + env(safe-area-inset-bottom)) !important;
    border:0 !important;
    border-top:1px solid rgba(255,255,255,.14) !important;
    border-radius:0 !important;
    background:rgba(5,5,8,.92) !important;
    -webkit-backdrop-filter:blur(24px);
    backdrop-filter:blur(24px);
  }

  .tec-mobile-tabs a{
    min-width:0;
    min-height:56px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    border-radius:8px;
    color:var(--tec-muted);
    text-decoration:none;
    font-size:11px;
    font-weight:800;
  }

  .tec-mobile-tabs svg{
    width:22px;
    height:22px;
    fill:currentColor;
  }

  .tec-mobile-tabs a.active{
    color:#12070a;
    background:linear-gradient(135deg,var(--tec-gold),var(--tec-amber));
  }

  .card-grid{
    display:flex !important;
    overflow-x:auto;
    gap:16px !important;
    scroll-snap-type:x mandatory;
    padding-bottom:12px;
  }

  .card-grid > *{
    flex:0 0 min(76vw, 310px);
    scroll-snap-align:start;
  }

  .section,
  .booking-page,
  .payment-shell,
  .success-container,
  .admin-page{
    width:calc(100% - 24px) !important;
  }
}

@media (min-width:981px){
  .tec-mobile-tabs{
    display:none;
  }
}

/* Premium cinema interaction layer - 2026-06-17 */
:root{
  --tec-ink:#050505;
  --tec-panel:rgba(15,15,18,.82);
  --tec-panel-2:rgba(255,255,255,.07);
  --tec-gold:#d8b15f;
  --tec-gold-2:#ffd98a;
  --tec-red:#e50914;
  --tec-green:#28d66d;
  --tec-line:rgba(255,255,255,.13);
  --tec-ease:cubic-bezier(.22,1,.36,1);
}

html.tec-page-ready body{
  animation:tecPageIn .38s var(--tec-ease) both;
}

html.tec-page-leaving body{
  opacity:.7;
  transform:translateY(6px);
  transition:opacity .18s ease, transform .18s ease;
}

body{
  background:
    radial-gradient(circle at 10% 0%,rgba(216,177,95,.14),transparent 28%),
    radial-gradient(circle at 92% 10%,rgba(229,9,20,.13),transparent 30%),
    linear-gradient(180deg,#050505 0%,#0c0908 48%,#030303 100%) !important;
}

.hero{
  isolation:isolate;
  overflow:hidden;
}

.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:38%;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.88));
  pointer-events:none;
  z-index:1;
}

.hero-video{
  filter:saturate(1.1) contrast(1.08);
  transform:scale(1.02);
  animation:tecHeroDrift 18s var(--tec-ease) infinite alternate;
}

.hero-content,
.luxury-hero-metrics{
  position:relative;
  z-index:2;
}

.hero-title,
.page-title,
.section h2,
.booking-copy h2{
  text-shadow:0 22px 52px rgba(0,0,0,.55);
}

.hero-actions .btn,
.mobile-sticky-book,
.booking-box button,
.show-actions a,
.show-actions button,
.pay-btn,
#continuePayment{
  position:relative;
  overflow:hidden;
  transform:translateZ(0);
}

.hero-actions .btn:after,
.mobile-sticky-book:after,
.booking-box button:after,
.show-actions a:after,
.show-actions button:after,
.pay-btn:after,
#continuePayment:after{
  content:"";
  position:absolute;
  inset:-40% auto -40% -30%;
  width:32%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
  transform:skewX(-18deg) translateX(-160%);
  transition:transform .65s var(--tec-ease);
  pointer-events:none;
}

.hero-actions .btn:hover:after,
.mobile-sticky-book:hover:after,
.booking-box button:hover:after,
.show-actions a:hover:after,
.show-actions button:hover:after,
.pay-btn:hover:after,
#continuePayment:hover:after{
  transform:skewX(-18deg) translateX(520%);
}

.show-card,
.movie-card,
.event-card{
  transform-style:preserve-3d;
  transition:transform .28s var(--tec-ease), box-shadow .28s ease, border-color .28s ease, filter .28s ease !important;
}

.show-card:hover,
.movie-card:hover,
.event-card:hover{
  transform:translateY(-7px) scale(1.012) !important;
  border-color:rgba(255,217,138,.42) !important;
  box-shadow:0 26px 76px rgba(0,0,0,.55),0 0 0 1px rgba(216,177,95,.14) inset !important;
  filter:saturate(1.06);
}

.tec-poster-wrap,
.show-card img,
.movie-card img,
.event-card img{
  overflow:hidden;
}

.show-card img,
.movie-card img,
.event-card img{
  transition:transform .5s var(--tec-ease), filter .5s ease;
}

.show-card:hover img,
.movie-card:hover img,
.event-card:hover img{
  transform:scale(1.045);
  filter:saturate(1.1) contrast(1.05);
}

.tec-booking-progress{
  width:min(1080px,calc(100% - 28px));
  margin:18px auto 0;
  padding:8px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(0,0,0,.38);
  box-shadow:0 18px 50px rgba(0,0,0,.32);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.tec-booking-progress span{
  min-height:42px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:8px 10px;
  border-radius:13px;
  color:rgba(255,255,255,.74);
  font-size:clamp(11px,2.5vw,13px);
  font-weight:900;
  letter-spacing:.02em;
  background:rgba(255,255,255,.055);
  border:1px solid transparent;
}

.tec-booking-progress span.is-complete{
  color:#13100a;
  background:linear-gradient(135deg,rgba(216,177,95,.92),rgba(255,217,138,.96));
}

.tec-booking-progress span.is-active{
  color:#fff;
  border-color:rgba(255,217,138,.65);
  background:linear-gradient(135deg,rgba(229,9,20,.72),rgba(216,177,95,.42));
  box-shadow:0 12px 30px rgba(229,9,20,.18);
}

.tec-hold-timer{
  width:min(1080px,calc(100% - 28px));
  margin:10px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:900;
}

.tec-hold-timer span{
  color:rgba(255,255,255,.7);
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.tec-hold-timer strong{
  min-width:72px;
  padding:8px 12px;
  border-radius:999px;
  color:#120d08;
  background:linear-gradient(135deg,var(--tec-gold-2),var(--tec-gold));
  box-shadow:0 10px 30px rgba(216,177,95,.22);
  text-align:center;
}

.tec-hold-timer.urgent strong{
  color:#fff;
  background:linear-gradient(135deg,#ff5b5b,var(--tec-red));
  animation:tecPulse 1.1s ease-in-out infinite;
}

.tec-toast-region{
  position:fixed;
  z-index:9999;
  left:50%;
  bottom:22px;
  width:min(420px,calc(100% - 28px));
  transform:translateX(-50%);
  display:grid;
  gap:10px;
  pointer-events:none;
}

.tec-toast{
  opacity:0;
  transform:translateY(18px) scale(.98);
  padding:14px 16px;
  border-radius:16px;
  color:#fff;
  background:rgba(18,18,22,.94);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 48px rgba(0,0,0,.46);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:opacity .24s ease, transform .24s var(--tec-ease);
}

.tec-toast.show{
  opacity:1;
  transform:none;
}

.tec-toast.success{border-color:rgba(40,214,109,.4);}
.tec-toast.error{border-color:rgba(229,9,20,.52);}

.tec-skeleton-card{
  min-height:410px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.055);
  padding:16px;
  overflow:hidden;
}

.tec-skeleton-card span,
.tec-skeleton-card b,
.tec-skeleton-card i,
.tec-skeleton-card em,
.tec-skeleton-row span{
  display:block;
  border-radius:12px;
  background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.16),rgba(255,255,255,.06));
  background-size:220% 100%;
  animation:tecSkeleton 1.15s ease-in-out infinite;
}

.tec-skeleton-card span{height:260px;margin-bottom:16px;}
.tec-skeleton-card b{height:22px;width:76%;margin-bottom:12px;}
.tec-skeleton-card i{height:14px;width:92%;margin-bottom:10px;}
.tec-skeleton-card em{height:44px;width:52%;margin-top:20px;}
.tec-skeleton-row span{height:42px;width:100%;}

.tec-loading-overlay,
.tec-modal{
  position:fixed;
  inset:0;
  z-index:9998;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}

.tec-loading-overlay.show,
.tec-modal.show{
  opacity:1;
  pointer-events:auto;
}

.tec-loading-overlay > div,
.tec-modal-panel{
  width:min(440px,100%);
  padding:26px;
  border-radius:24px;
  color:#fff;
  text-align:center;
  background:linear-gradient(180deg,rgba(26,24,25,.98),rgba(9,9,10,.98));
  border:1px solid rgba(216,177,95,.32);
  box-shadow:0 28px 90px rgba(0,0,0,.58);
  transform:translateY(14px) scale(.98);
  transition:transform .24s var(--tec-ease);
}

.tec-loading-overlay.show > div,
.tec-modal.show .tec-modal-panel{
  transform:none;
}

.tec-loader{
  width:54px;
  height:54px;
  display:inline-block;
  margin-bottom:16px;
  border-radius:50%;
  border:3px solid rgba(255,255,255,.16);
  border-top-color:var(--tec-gold-2);
  animation:tecSpin .82s linear infinite;
}

.tec-modal-panel{
  position:relative;
  width:min(620px,100%);
}

.tec-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.1);
  cursor:pointer;
  font-size:24px;
}

.tec-modal-body img{
  max-width:100%;
  max-height:70vh;
  border-radius:16px;
  object-fit:contain;
}

.tec-modal-body i{
  color:var(--tec-gold-2);
  font-size:54px;
  margin-bottom:10px;
}

.seat.tec-seat-pulse{
  animation:tecSeatPop .34s var(--tec-ease);
}

.summary-card.tec-mobile-summary{
  border-color:rgba(216,177,95,.28) !important;
}

.upgraded-admin .admin-card,
.upgraded-admin .admin-stats > div{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)) !important;
  border-color:rgba(255,255,255,.12) !important;
  box-shadow:0 20px 70px rgba(0,0,0,.36);
}

@keyframes tecPageIn{from{opacity:0}to{opacity:1}}
@keyframes tecHeroDrift{from{transform:scale(1.02)}to{transform:scale(1.07) translate3d(-1.2%,.6%,0)}}
@keyframes tecPulse{50%{transform:scale(1.05);box-shadow:0 0 34px rgba(229,9,20,.36)}}
@keyframes tecSkeleton{to{background-position:-220% 0}}
@keyframes tecSpin{to{transform:rotate(360deg)}}
@keyframes tecSeatPop{45%{transform:translateY(-4px) scale(1.18)}}

@media (max-width:760px){
  .tec-booking-progress{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:12px;
  }

  .tec-toast-region{
    bottom:86px;
  }

  .seat-page{
    padding-bottom:150px !important;
  }

  .summary-card.tec-mobile-summary{
    position:fixed !important;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:1100;
    max-height:46vh;
    overflow:auto;
    border-radius:20px !important;
    box-shadow:0 20px 70px rgba(0,0,0,.62) !important;
  }

  .summary-card.tec-mobile-summary .movie-head,
  .summary-card.tec-mobile-summary .summary-info:nth-of-type(n+3),
  .summary-card.tec-mobile-summary .secure-note{
    display:none;
  }
}

@media (prefers-reduced-motion:reduce){
  html.tec-page-ready body,
  .hero-video,
  .tec-loader,
  .tec-hold-timer.urgent strong,
  .tec-skeleton-card span,
  .tec-skeleton-card b,
  .tec-skeleton-card i,
  .tec-skeleton-card em,
  .tec-skeleton-row span,
  .seat.tec-seat-pulse{
    animation:none !important;
  }

  html.tec-page-leaving body,
  .show-card:hover,
  .movie-card:hover,
  .event-card:hover{
    transform:none !important;
  }
}

/* TEC targeted mobile header fix: reliable menu/search, no injected profile icon. */
@media(max-width:768px){
  .navbar::after,
  .seat-header::after{
    content:none !important;
    display:none !important;
  }

  .navbar,
  .seat-header{
    grid-template-columns:96px minmax(0,1fr) 52px !important;
    overflow:visible !important;
  }

  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    display:flex !important;
    width:auto !important;
    min-width:88px !important;
    height:44px !important;
    padding:0 10px !important;
    gap:7px !important;
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:start !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    box-shadow:none !important;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .tec-hamburger,
  .menu-emoji,
  .menu-toggle i{
    display:none !important;
    content:none !important;
  }

  .menu-symbol,
  .menu-word{
    display:inline !important;
    color:#fff !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:1 !important;
    text-transform:none !important;
    letter-spacing:0 !important;
  }

  .tec-search-toggle,
  .seat-header .tec-search-toggle,
  header.navbar.tec-cinema-header .tec-search-toggle{
    display:inline-flex !important;
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    grid-column:3 !important;
    grid-row:1 !important;
    justify-self:end !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    font-size:21px !important;
    line-height:1 !important;
    text-indent:0 !important;
    box-shadow:none !important;
  }

  .tec-search-toggle::before,
  .tec-search-toggle::after,
  .tec-search-toggle svg,
  .tec-search-toggle i{
    display:none !important;
    content:none !important;
  }

  .navbar .logo,
  .seat-header .logo{
    grid-column:2 !important;
    justify-self:center !important;
    max-width:150px !important;
  }

  .navbar #mainNav,
  .navbar nav,
  .seat-header #mainNav,
  .seat-header nav{
    grid-column:1 / -1 !important;
  }
}

/* Final header contract: exactly one desktop navigation and an explicit
   text-and-icon mobile control pair. This intentionally sits last so older
   visual experiments cannot reintroduce a second menu. */
@media (min-width:901px){
  .navbar .tec-mobile-master-nav{display:none !important;}
  .navbar, .navbar.tec-cinema-header, .seat-header{
    display:grid !important;
    grid-template-columns:minmax(180px, 1fr) auto minmax(130px, 1fr) !important;
    align-items:center !important;
    gap:18px !important;
  }
  .navbar #mainNav, .seat-header #mainNav{
    display:flex !important;
    position:static !important;
    max-height:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:none !important;
    overflow:visible !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .navbar .logo img, .seat-header .logo img{height:58px !important; max-width:164px !important;}
}

/* Mobile UX final layer: public pages only; desktop and administration stay untouched. */
.tec-production-meta{display:none;}
@media (max-width:760px){
  body.tec-mobile-ux{overflow-x:hidden !important;-webkit-text-size-adjust:100%;text-size-adjust:100%;padding-bottom:max(84px, env(safe-area-inset-bottom)) !important;}
  body.tec-mobile-ux .page,body.tec-mobile-ux .section,body.tec-mobile-ux .booking-page,body.tec-mobile-ux .payment-shell,body.tec-mobile-ux .success-container,body.tec-mobile-ux .ticket-page,body.tec-mobile-ux .details-premium-shell{width:100% !important;max-width:100% !important;padding-left:16px !important;padding-right:16px !important;}
  body.tec-mobile-ux .hero.mobile-hero{min-height:390px !important;height:auto !important;padding:38px 22px !important;}
  body.tec-mobile-ux .hero.mobile-hero .hero-content{width:100% !important;max-width:340px !important;}
  body.tec-mobile-ux .hero.mobile-hero .hero-title{font-size:clamp(40px,12vw,54px) !important;line-height:.95 !important;}
  body.tec-mobile-ux .hero.mobile-hero .hero-text{max-width:32ch !important;font-size:16px !important;line-height:1.5 !important;}
  body.tec-mobile-ux .hero-actions,body.tec-mobile-ux .show-actions,body.tec-mobile-ux .success-actions{gap:10px !important;}
  body.tec-mobile-ux .hero-actions .btn,body.tec-mobile-ux .show-actions a,body.tec-mobile-ux .show-actions button,body.tec-mobile-ux .booking-box button,body.tec-mobile-ux .pay-btn,body.tec-mobile-ux .support-submit,body.tec-mobile-ux .print-ticket-btn{min-height:48px !important;touch-action:manipulation;}
  body.tec-mobile-ux input,body.tec-mobile-ux select,body.tec-mobile-ux textarea{min-height:48px !important;font-size:16px !important;line-height:1.35 !important;}
  body.tec-mobile-ux textarea{min-height:112px !important;}

  body.tec-mobile-ux #listingGrid.card-grid{grid-template-columns:minmax(0,1fr) !important;gap:14px !important;}
  body.tec-mobile-ux #listingGrid .show-card{display:grid !important;grid-template-columns:122px minmax(0,1fr) !important;align-items:stretch !important;min-height:184px !important;border-radius:18px !important;overflow:hidden !important;}
  body.tec-mobile-ux #listingGrid .tec-poster-wrap,body.tec-mobile-ux #listingGrid .show-card > img{width:122px !important;height:100% !important;min-height:184px !important;padding:0 !important;border-radius:0 !important;aspect-ratio:auto !important;}
  body.tec-mobile-ux #listingGrid .tec-poster-wrap img,body.tec-mobile-ux #listingGrid .show-card > img{object-fit:cover !important;}
  body.tec-mobile-ux #listingGrid .show-info{min-width:0 !important;padding:14px !important;}
  body.tec-mobile-ux #listingGrid .show-info h3{min-height:0 !important;margin-bottom:6px !important;font-size:17px !important;line-height:1.2 !important;}
  body.tec-mobile-ux #listingGrid .show-info p,body.tec-mobile-ux #listingGrid .tec-card-session-shell,body.tec-mobile-ux #listingGrid .availability-pill{display:block !important;}
  body.tec-mobile-ux #listingGrid .show-actions{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important;margin-top:10px !important;}
  body.tec-mobile-ux #listingGrid .show-actions a,body.tec-mobile-ux #listingGrid .show-actions button{min-height:40px !important;padding:0 8px !important;white-space:normal !important;font-size:11px !important;}
  body.tec-mobile-ux .tec-rail-section .card-grid{grid-auto-columns:minmax(168px,56vw) !important;gap:12px !important;scroll-snap-type:x mandatory;scroll-padding-inline:16px;}
  body.tec-mobile-ux .tec-rail-section .show-card{scroll-snap-align:start;}

  body.tec-mobile-ux .tec-detail-hero-inner,body.tec-mobile-ux .tec-detail-body{gap:18px !important;}
  body.tec-mobile-ux .tec-detail-poster-wrap{max-width:230px !important;margin-inline:auto !important;}
  body.tec-mobile-ux .tec-detail-title{font-size:clamp(28px,8vw,38px) !important;line-height:1.08 !important;}
  body.tec-mobile-ux .tec-detail-desc{font-size:16px !important;line-height:1.55 !important;}
  body.tec-mobile-ux .tec-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  body.tec-mobile-ux .tec-detail-meta div{min-width:0 !important;padding:12px !important;}
 body.tec-mobile-ux .tec-detail-meta strong{overflow-wrap:anywhere;font-size:14px !important;}
  body.tec-mobile-ux .tec-detail-meta .tec-production-meta{display:block !important;}

  body.tec-mobile-ux .booking-box,body.tec-mobile-ux .payment-card,body.tec-mobile-ux .success-card,body.tec-mobile-ux .ticket-card{border-radius:18px !important;padding:20px 16px !important;}
  body.tec-mobile-ux .booking-features{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;}
  body.tec-mobile-ux .payment-option{min-height:64px !important;padding:14px !important;}
  body.tec-mobile-ux .upload-drop{min-height:142px !important;padding:22px 16px !important;}
  body.tec-mobile-ux .tec-upload-status{min-height:22px;overflow-wrap:anywhere;}
  body.tec-mobile-ux .tec-upload-status.is-error{color:#ff9ca3 !important;font-weight:800;}
  body.tec-mobile-ux .filter-bar{display:flex !important;flex-wrap:nowrap !important;overflow-x:auto !important;padding-bottom:4px !important;scrollbar-width:none;}
  body.tec-mobile-ux .filter-bar::-webkit-scrollbar{display:none;}
  body.tec-mobile-ux .filter-bar button{min-height:42px !important;flex:0 0 auto;}
}

@media (max-width:360px){
  body.tec-mobile-ux .tec-detail-meta{grid-template-columns:minmax(0,1fr) !important;}
  body.tec-mobile-ux #listingGrid .show-card{grid-template-columns:108px minmax(0,1fr) !important;}
  body.tec-mobile-ux #listingGrid .tec-poster-wrap,body.tec-mobile-ux #listingGrid .show-card > img{width:108px !important;}
}

@media (prefers-reduced-motion:reduce){
  body.tec-mobile-ux *,body.tec-mobile-ux *::before,body.tec-mobile-ux *::after{scroll-behavior:auto !important;animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;}
}

@media(min-width:769px){
  .navbar:not(.tec-cinema-header) .tec-search-toggle,
  .seat-header .tec-search-toggle{
    display:none !important;
  }
}

/* =========================================================
   TEC PREMIUM CINEMA LOCK - final loaded stylesheet
========================================================= */

/* TEC production mobile navigation fallback 2026-06-19 */
@media(max-width:768px){
  .navbar,
  .seat-header{
    grid-template-columns:minmax(94px,auto) minmax(0,1fr) minmax(98px,auto) !important;
    gap:8px !important;
  }

  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    display:flex !important;
    min-width:92px !important;
    width:auto !important;
    height:44px !important;
    padding:0 11px !important;
    gap:7px !important;
    grid-column:1 !important;
    justify-self:start !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.10) !important;
    color:#fff !important;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle i,
  .menu-emoji{
    display:none !important;
    content:none !important;
  }

  .menu-symbol,
  .menu-word,
  .search-symbol,
  .search-word{
    display:inline !important;
    color:#fff !important;
    font-size:14px !important;
    font-weight:900 !important;
    line-height:1 !important;
    letter-spacing:0 !important;
    text-transform:uppercase !important;
  }

  .tec-search-toggle,
  .seat-header .tec-search-toggle,
  header.navbar.tec-cinema-header .tec-search-toggle{
    display:flex !important;
    min-width:98px !important;
    width:auto !important;
    height:44px !important;
    padding:0 11px !important;
    gap:6px !important;
    grid-column:3 !important;
    justify-self:end !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.10) !important;
    color:#fff !important;
    text-indent:0 !important;
  }

  .tec-search-toggle::before,
  .tec-search-toggle::after,
  .tec-search-toggle svg,
  .tec-search-toggle i{
    display:none !important;
    content:none !important;
  }
}
:root{
  --tec-bg-0:#030406;
  --tec-panel:#111219;
  --tec-text:#fff8ec;
  --tec-gold:#f4c45b;
  --tec-red:#e62b35;
}

html,
body{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  overflow-x:hidden !important;
}

body{
  position:relative;
  min-width:0;
  background:
    radial-gradient(circle at 18% 0%, rgba(244,196,91,.12), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(230,43,53,.10), transparent 26rem),
    var(--tec-bg-0) !important;
}

.navbar,
.navbar.tec-cinema-header,
header.navbar.tec-cinema-header,
.seat-header{
  position:sticky !important;
  top:0 !important;
  z-index:1500 !important;
  display:grid !important;
  grid-template-columns:minmax(190px,auto) minmax(0,1fr) minmax(52px,auto) !important;
  align-items:center !important;
  min-height:82px !important;
  height:82px !important;
  width:100% !important;
  padding:0 clamp(22px,4.8vw,78px) !important;
  gap:18px !important;
  border:0 !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
  border-radius:0 !important;
  background:linear-gradient(180deg,rgba(10,11,15,.78),rgba(5,6,9,.66)) !important;
  -webkit-backdrop-filter:blur(22px) saturate(1.28);
  backdrop-filter:blur(22px) saturate(1.28);
  box-shadow:0 18px 48px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.navbar .logo,
.seat-header .logo{
  grid-column:1 !important;
  justify-self:start !important;
  display:inline-flex !important;
  align-items:center !important;
  max-width:260px !important;
  min-width:0 !important;
}

.navbar .logo img,
.seat-header .logo img,
header.navbar.tec-cinema-header .logo img{
  width:auto !important;
  height:58px !important;
  max-width:220px !important;
  object-fit:contain !important;
  transform:none !important;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.46)) !important;
}

.navbar .logo span,
.seat-header .logo span{
  display:none !important;
}

.navbar nav,
.navbar #mainNav,
.seat-header nav,
.seat-header #mainNav,
header.navbar.tec-cinema-header #mainNav{
  grid-column:2 !important;
  justify-self:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(16px,2.6vw,34px) !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.navbar nav a,
.navbar #mainNav a,
.seat-header nav a,
.seat-header #mainNav a{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:rgba(255,248,236,.78) !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
  box-shadow:none !important;
  transition:color .22s ease, transform .22s cubic-bezier(.2,.8,.2,1) !important;
}

.navbar nav a:hover,
.navbar #mainNav a:hover,
.navbar nav a.active,
.navbar #mainNav a.active{
  color:#fff !important;
  transform:translateY(-1px);
}

.navbar nav a::after,
.navbar #mainNav a::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:2px !important;
  height:2px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,var(--tec-gold),var(--tec-red)) !important;
  transform:scaleX(0) !important;
  transition:transform .25s cubic-bezier(.2,.8,.2,1) !important;
}

.navbar nav a:hover::after,
.navbar #mainNav a:hover::after,
.navbar nav a.active::after,
.navbar #mainNav a.active::after{
  transform:scaleX(1) !important;
}

.navbar .nav-ticket-button{
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  color:#180a04 !important;
  background:linear-gradient(135deg,#ffe08b,#f4b33e 48%,#ef4b35) !important;
  box-shadow:0 14px 32px rgba(239,75,53,.22), inset 0 1px 0 rgba(255,255,255,.42) !important;
}

.navbar .nav-ticket-button::after{display:none !important;}

.menu-toggle{grid-column:1 !important;display:none !important;}

.tec-search-toggle,
header.navbar.tec-cinema-header .tec-search-toggle{
  grid-column:3 !important;
  justify-self:end !important;
  display:inline-grid !important;
  place-items:center !important;
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.075) !important;
  color:#fff !important;
  text-indent:-999px !important;
  overflow:hidden !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 12px 28px rgba(0,0,0,.22) !important;
}

.tec-search-toggle::before{
  content:"" !important;
  display:block !important;
  width:16px !important;
  height:16px !important;
  border:2px solid currentColor !important;
  border-radius:999px !important;
  transform:translate(-2px,-2px) !important;
}

.tec-search-toggle::after{
  content:"" !important;
  position:absolute !important;
  display:block !important;
  width:9px !important;
  height:2px !important;
  left:25px !important;
  top:27px !important;
  border-radius:999px !important;
  background:currentColor !important;
  transform:rotate(45deg) !important;
}

.tec-search-panel{
  position:fixed !important;
  top:82px !important;
  left:50% !important;
  z-index:1490 !important;
  display:block !important;
  width:min(720px,calc(100vw - 32px)) !important;
  padding:14px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:0 0 14px 14px !important;
  background:rgba(8,9,13,.94) !important;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  opacity:0 !important;
  pointer-events:none !important;
  transform:translate(-50%,-10px) !important;
  transition:opacity .22s ease, transform .22s cubic-bezier(.2,.8,.2,1) !important;
}

.tec-search-panel.open{
  opacity:1 !important;
  pointer-events:auto !important;
  transform:translate(-50%,0) !important;
}

.page,
.section{
  width:min(1320px,100%) !important;
  max-width:1320px !important;
  margin-inline:auto !important;
  padding-inline:clamp(18px,4vw,46px) !important;
}

.page{padding-top:42px !important;}
.page-title{font-size:clamp(34px,5vw,64px) !important;line-height:.98 !important;letter-spacing:0 !important;margin-bottom:22px !important;}

.filter-bar{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  width:100% !important;
  margin:0 0 24px !important;
  padding:8px !important;
  border:1px solid rgba(255,255,255,.11) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.055) !important;
}

.filter-bar button{
  min-height:42px !important;
  padding:0 16px !important;
  border-radius:9px !important;
  white-space:nowrap !important;
}

.filter-bar button.active,
.filter-bar button:hover{
  color:#170906 !important;
  background:linear-gradient(135deg,#ffe08b,#f4b33e 52%,#ef4b35) !important;
}

.card-grid:not(.tec-single-rail),
#listingGrid.card-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(232px,1fr)) !important;
  gap:clamp(16px,2vw,24px) !important;
  align-items:stretch !important;
  width:100% !important;
}

.show-card,
.movie-card,
.tec-premium-show-card{
  position:relative !important;
  overflow:hidden !important;
  min-width:0 !important;
  border-radius:12px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.03)),var(--tec-panel) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.09) !important;
  transition:transform .32s cubic-bezier(.2,.8,.2,1), box-shadow .32s cubic-bezier(.2,.8,.2,1), border-color .32s ease !important;
  content-visibility:auto;
  contain-intrinsic-size:560px 330px;
}

.show-card:hover,
.movie-card:hover,
.tec-premium-show-card:hover{
  transform:translateY(-8px) !important;
  border-color:rgba(244,196,91,.38) !important;
  box-shadow:0 28px 78px rgba(0,0,0,.48), 0 0 38px rgba(244,196,91,.10) !important;
}

.tec-poster-wrap,
.show-card > img,
.movie-card > img,
.poster-card img,
.tec-rail-section .tec-poster-wrap,
.tec-rail-section .show-card > img{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:2/3 !important;
  min-height:0 !important;
  padding:10px !important;
  background:#050506 !important;
  border-radius:12px 12px 0 0 !important;
  overflow:hidden !important;
}

.tec-poster-wrap img,
.show-card > img,
.movie-card > img,
.poster-card img,
.tec-rail-section .tec-poster-wrap img,
.tec-rail-section .show-card > img,
.show-card img,
.movie-card img{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:8px !important;
  background:#050506 !important;
  transform:none !important;
  filter:saturate(1.04) contrast(1.02) !important;
}

.show-card:hover .tec-poster-wrap img,
.show-card:hover > img,
.movie-card:hover > img,
.show-card:hover img,
.movie-card:hover img{
  transform:scale(1.018) !important;
}

.show-info{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  min-width:0 !important;
  padding:16px !important;
}

.show-info h3{
  margin:2px 0 !important;
  color:#fff !important;
  font-size:clamp(18px,1.6vw,22px) !important;
  line-height:1.12 !important;
  letter-spacing:0 !important;
}

.show-info p{
  margin:0 !important;
  color:rgba(255,248,236,.70) !important;
  font-size:13px !important;
  line-height:1.42 !important;
}

.badge,
.movie-status{
  align-self:flex-start !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:26px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border-radius:999px !important;
  color:#07100b !important;
  font-size:11px !important;
  font-weight:950 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

.badge.status-now-showing,
.movie-status.status-now-showing{background:linear-gradient(135deg,#8ef5b8,#2ed47a) !important;color:#04130a !important;}
.badge.status-coming-soon,
.movie-status.status-coming-soon{background:linear-gradient(135deg,#a5d4ff,#45a3ff) !important;color:#031224 !important;}
.badge.status-sold-out,
.movie-status.status-sold-out{background:linear-gradient(135deg,#ff8d95,#e62b35) !important;color:#210204 !important;}
.badge.status-screened,
.movie-status.status-screened{background:linear-gradient(135deg,#d8dbe2,#9aa0aa) !important;color:#11131a !important;}

.show-actions{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100% !important;
  margin-top:auto !important;
  padding-top:6px !important;
}

.show-actions a,
.show-actions button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-width:0 !important;
  min-height:40px !important;
  padding:0 8px !important;
  border-radius:9px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-decoration:none !important;
}

.show-actions .tec-action-book{
  color:#170906 !important;
  border-color:transparent !important;
  background:linear-gradient(135deg,#ffe08b,#f4b33e 52%,#ef4b35) !important;
}

.tec-rail-section .card-grid{
  grid-template-columns:none !important;
  grid-auto-flow:column !important;
  grid-auto-columns:clamp(218px,20vw,264px) !important;
  gap:18px !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  padding:8px 4px 24px !important;
  scroll-snap-type:x proximity !important;
}

@media (min-width:1100px){
  #listingGrid.card-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}

@media (max-width:900px){
  .navbar,
  .navbar.tec-cinema-header,
  header.navbar.tec-cinema-header,
  .seat-header{
    grid-template-columns:108px minmax(0,1fr) 48px !important;
    height:72px !important;
    min-height:72px !important;
    padding:0 14px !important;
    gap:8px !important;
  }

  .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    grid-column:1 !important;
    justify-self:start !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    min-width:92px !important;
    height:40px !important;
    padding:0 10px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.075) !important;
    color:#fff !important;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle i,
  .menu-emoji{
    display:none !important;
    content:none !important;
  }

  .menu-symbol,
  .menu-word{
    display:inline !important;
    color:#fff !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:0 !important;
    text-transform:uppercase !important;
  }

  .navbar .logo,
  .seat-header .logo,
  header.navbar.tec-cinema-header .logo{
    grid-column:2 !important;
    justify-self:center !important;
    max-width:152px !important;
  }

  .navbar .logo img,
  .seat-header .logo img,
  header.navbar.tec-cinema-header .logo img{
    height:52px !important;
    max-width:148px !important;
  }

  .tec-search-toggle,
  header.navbar.tec-cinema-header .tec-search-toggle{
    grid-column:3 !important;
    justify-self:end !important;
    width:40px !important;
    min-width:40px !important;
    height:40px !important;
  }

  .navbar nav,
  .navbar #mainNav,
  .seat-header nav,
  .seat-header #mainNav,
  header.navbar.tec-cinema-header #mainNav{
    position:fixed !important;
    top:72px !important;
    left:10px !important;
    right:10px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    max-height:0 !important;
    padding:0 12px !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.12) !important;
    border-radius:0 0 14px 14px !important;
    background:rgba(8,9,13,.96) !important;
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
    opacity:0 !important;
    pointer-events:none !important;
    transform:translateY(-8px) !important;
    transition:max-height .30s cubic-bezier(.2,.8,.2,1), opacity .20s ease, transform .30s cubic-bezier(.2,.8,.2,1), padding .30s cubic-bezier(.2,.8,.2,1) !important;
  }

  .navbar nav.open,
  .navbar #mainNav.open,
  .seat-header nav.open,
  .seat-header #mainNav.open,
  header.navbar.tec-cinema-header #mainNav.open{
    display:flex !important;
    height:auto !important;
    max-height:72vh !important;
    padding:10px 12px 12px !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
    overflow:auto !important;
  }

  .navbar nav a,
  .navbar #mainNav a,
  .seat-header nav a,
  .seat-header #mainNav a{
    justify-content:flex-start !important;
    min-height:46px !important;
    padding:0 10px !important;
    border-bottom:1px solid rgba(255,255,255,.07) !important;
  }

  .navbar nav a::after,
  .navbar #mainNav a::after{display:none !important;}

  .filter-bar{
    overflow:visible !important;
    flex-wrap:wrap !important;
    scrollbar-width:none !important;
  }

  .card-grid:not(.tec-single-rail),
  #listingGrid.card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .tec-rail-section .card-grid{
    grid-auto-columns:minmax(178px,44vw) !important;
    gap:12px !important;
  }
}

@media (max-width:520px){
  body{padding-bottom:78px !important;}

  .navbar,
  .navbar.tec-cinema-header,
  header.navbar.tec-cinema-header,
  .seat-header{
    grid-template-columns:94px minmax(0,1fr) 42px !important;
    padding-inline:10px !important;
  }

  .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    min-width:84px !important;
    height:38px !important;
    padding:0 8px !important;
  }

  .menu-symbol,
  .menu-word{font-size:12px !important;}

  .navbar .logo img,
  .seat-header .logo img,
  header.navbar.tec-cinema-header .logo img{
    height:46px !important;
    max-width:132px !important;
  }

  .tec-search-toggle,
  header.navbar.tec-cinema-header .tec-search-toggle{
    width:38px !important;
    min-width:38px !important;
    height:38px !important;
  }

  .page,
  .section{padding-inline:14px !important;}

  #listingGrid.card-grid{grid-template-columns:minmax(0,1fr) !important;}

  #listingGrid .show-card{
    display:grid !important;
    grid-template-columns:minmax(118px,40%) minmax(0,1fr) !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .show-card > img{
    height:100% !important;
    aspect-ratio:auto !important;
    border-radius:12px 0 0 12px !important;
    padding:7px !important;
  }

  #listingGrid .show-info p:nth-of-type(1),
  #listingGrid .tec-card-session-shell,
  #listingGrid .availability-pill{
    display:none !important;
  }

  #listingGrid .show-actions{
    grid-template-columns:1fr !important;
    gap:6px !important;
  }

  #listingGrid .show-actions a,
  #listingGrid .show-actions button{
    min-height:40px !important;
  }
}

/* Shared Home-page mobile drawer. Desktop page navigation remains untouched. */
.tec-mobile-master-nav{display:none !important;}

@media (max-width:900px){
  .navbar #mainNav{display:none !important;}

  .navbar .tec-mobile-master-nav{
    position:fixed !important;
    top:72px !important;
    left:10px !important;
    right:10px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
    max-height:0 !important;
    padding:0 12px !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.12) !important;
    border-radius:0 0 14px 14px !important;
    background:rgba(8,9,13,.96) !important;
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
    opacity:0 !important;
    pointer-events:none !important;
    transform:translateY(-8px) !important;
    transition:max-height .30s cubic-bezier(.2,.8,.2,1), opacity .20s ease, transform .30s cubic-bezier(.2,.8,.2,1), padding .30s cubic-bezier(.2,.8,.2,1) !important;
  }

  .navbar .tec-mobile-master-nav.open{
    max-height:72vh !important;
    padding:10px 12px 12px !important;
    opacity:1 !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
    overflow:auto !important;
  }

  .navbar .tec-mobile-master-nav a{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-height:46px !important;
    padding:0 10px !important;
    border-bottom:1px solid rgba(255,255,255,.07) !important;
    color:rgba(255,248,236,.78) !important;
    font-size:12px !important;
    font-weight:850 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    text-decoration:none !important;
  }

  .navbar .tec-mobile-master-nav a.active{color:#fff !important;}
  .navbar .tec-mobile-master-nav a::after{display:none !important;}
  .navbar .tec-mobile-master-nav .nav-ticket-button{
    margin-top:8px !important;
    justify-content:center !important;
    border:0 !important;
    border-radius:999px !important;
    color:#180a04 !important;
    background:linear-gradient(135deg,#ffe08b,#f4b33e 48%,#ef4b35) !important;
  }
}

@media (hover:none){
  .show-card:hover,
  .movie-card:hover,
  .tec-premium-show-card:hover{
    transform:none !important;
  }
}

/* TEC final mobile header override - keep MENU and SEARCH text visible. */
@media(max-width:768px){
  .navbar,
  .navbar.tec-cinema-header,
  header.navbar.tec-cinema-header,
  .seat-header{
    grid-template-columns:minmax(94px,auto) minmax(0,1fr) minmax(98px,auto) !important;
  }

  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    display:flex !important;
    min-width:92px !important;
    width:auto !important;
    height:44px !important;
  }

  .tec-search-toggle,
  .seat-header .tec-search-toggle,
  header.navbar.tec-cinema-header .tec-search-toggle{
    display:flex !important;
    min-width:98px !important;
    width:auto !important;
    height:44px !important;
    padding:0 11px !important;
    gap:6px !important;
  }

  .menu-symbol,
  .menu-word,
  .search-symbol,
  .search-word{
    display:inline !important;
    font-size:14px !important;
    font-weight:900 !important;
    letter-spacing:0 !important;
    text-transform:uppercase !important;
  }

  .tec-search-toggle::before,
  .tec-search-toggle::after,
  .menu-toggle::before,
  .menu-toggle::after{
    display:none !important;
    content:none !important;
  }
}

/* THIRD EYE CINEMA TARGETED FIX: real mobile menu text, no icon-font dependency */
@media (max-width: 760px){
  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    min-width:88px !important;
    height:44px !important;
    padding:0 12px !important;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    text-indent:0 !important;
    font-size:14px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle i,
  .menu-toggle .emoji-icon,
  .menu-toggle .menu-emoji{
    display:none !important;
    content:none !important;
  }
  .menu-toggle .menu-symbol,
  .menu-toggle .menu-word{
    display:inline-block !important;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    font-weight:800 !important;
    line-height:1 !important;
    text-indent:0 !important;
  }
}

/* Mobile header menu: keep the literal ☰ MENU label visible on every page. */
@media (max-width:768px){
  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle,
  .tec-search-toggle,
  .seat-header .tec-search-toggle,
  header.navbar.tec-cinema-header .tec-search-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:98px !important;
    min-width:98px !important;
    height:44px !important;
    padding:0 11px !important;
    gap:7px !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.10) !important;
    color:#fff !important;
    font-size:14px !important;
    font-weight:900 !important;
    line-height:1 !important;
    text-indent:0 !important;
    white-space:nowrap !important;
    overflow:visible !important;
  }

  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle i,
  .menu-toggle .menu-emoji{
    display:none !important;
    content:none !important;
  }

  .menu-toggle .menu-symbol,
  .menu-toggle .menu-word{
    display:inline !important;
    visibility:visible !important;
    opacity:1 !important;
    color:inherit !important;
    font-family:inherit !important;
    font-style:normal !important;
    font-size:inherit !important;
    font-weight:inherit !important;
    line-height:inherit !important;
  }
}

/* THIRD EYE CINEMA: final mobile header and poster-card fixes only. */
@media (max-width:768px){
  .menu-toggle,
  .seat-header .menu-toggle,
  header.navbar.tec-cinema-header .menu-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:98px !important;
    min-width:98px !important;
    height:44px !important;
    padding:0 11px !important;
    gap:7px !important;
    white-space:nowrap !important;
  }
  .menu-toggle::before,
  .menu-toggle::after,
  .menu-toggle i,
  .menu-toggle .emoji-icon,
  .menu-toggle .menu-emoji{
    content:none !important;
    display:none !important;
  }
  .menu-toggle .menu-symbol,
  .menu-toggle .menu-word{
    display:inline !important;
    visibility:visible !important;
    opacity:1 !important;
    color:inherit !important;
    font-family:inherit !important;
    font-style:normal !important;
    font-size:14px !important;
    font-weight:900 !important;
    line-height:1 !important;
  }
  .movie-card,
  .show-card,
  .event-card{
    height:auto !important;
    min-height:0 !important;
  }
  .movie-card-image,
  .poster-wrap,
  .tec-poster-wrap,
  .movie-card > img,
  .show-card > img,
  .event-card > img{
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
    aspect-ratio:2 / 3 !important;
  }
  .movie-poster,
  .movie-card img,
  .show-card img,
  .event-card img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
  }
  #listingGrid .show-card{display:block !important;}
  #listingGrid .tec-poster-wrap,
  #listingGrid .show-card > img{
    height:auto !important;
    padding:0 !important;
    aspect-ratio:2 / 3 !important;
    border-radius:12px 12px 0 0 !important;
  }
}

/* Final mobile cinema cascade guard: this file loads after style.css on public pages. */
@media (max-width:980px){
  .card-grid,
  .movie-grid,
  .event-grid,
  #listingGrid.card-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  #listingGrid .show-card,
  .show-card,
  .movie-card,
  .event-card{
    display:block !important;
    min-width:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .show-card > img,
  .show-card > img,
  .show-card img,
  .movie-card img,
  .event-card img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
    object-fit:contain !important;
    background:#101010 !important;
    border-radius:12px 12px 0 0 !important;
  }

  .show-actions a,
  .show-actions button,
  .movie-actions a,
  .movie-actions button,
  .event-actions a,
  .event-actions button{
    min-height:44px !important;
  }
}

@media (max-width:430px){
  .card-grid,
  .movie-grid,
  .event-grid,
  #listingGrid.card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:360px){
  .card-grid,
  .movie-grid,
  .event-grid,
  #listingGrid.card-grid{
    grid-template-columns:1fr !important;
  }

  #listingGrid .show-card,
  .show-card,
  .movie-card,
  .event-card{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr) !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .show-card > img,
  .show-card > img,
  .show-card img,
  .movie-card img,
  .event-card img{
    height:100% !important;
    aspect-ratio:auto !important;
    border-radius:12px 0 0 12px !important;
  }

  .show-actions,
  .movie-actions,
  .event-actions{
    grid-column:1 / -1 !important;
  }
}

/* True final mobile listing/detail readability guard. */
@media (max-width:600px){
  html,
  body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  #listingGrid.card-grid,
  .movie-grid,
  .event-grid,
  body.tec-mobile-ux #listingGrid.card-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-flow:row !important;
    gap:16px !important;
    width:100% !important;
    max-width:100% !important;
  }

  #listingGrid .show-card,
  #listingGrid .movie-card,
  #listingGrid .event-card,
  .movie-grid .movie-card,
  .event-grid .event-card,
  body.tec-mobile-ux #listingGrid .show-card{
    display:block !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  #listingGrid .tec-poster-wrap,
  #listingGrid .poster-wrap,
  #listingGrid .movie-card-image,
  #listingGrid .show-card > img,
  #listingGrid .movie-card > img,
  #listingGrid .event-card > img,
  .movie-grid .movie-card > img,
  .event-grid .event-card > img,
  body.tec-mobile-ux #listingGrid .tec-poster-wrap,
  body.tec-mobile-ux #listingGrid .show-card > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
    border-radius:14px 14px 0 0 !important;
  }

  #listingGrid .show-card img,
  #listingGrid .movie-card img,
  #listingGrid .event-card img,
  .movie-grid .movie-card img,
  .event-grid .event-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:2 / 3 !important;
    object-fit:cover !important;
  }

  #listingGrid .show-info,
  #listingGrid .movie-info,
  #listingGrid .event-info,
  .movie-grid .movie-info,
  .event-grid .event-info,
  body.tec-mobile-ux #listingGrid .show-info{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding:14px !important;
  }

  #listingGrid .show-info *,
  #listingGrid .movie-info *,
  #listingGrid .event-info *,
  .movie-grid .movie-info *,
  .event-grid .event-info *,
  .tec-detail-premium *,
  .details-page *,
  .movie-details *{
    writing-mode:horizontal-tb !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    white-space:normal !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  #listingGrid .show-info h3,
  #listingGrid .movie-info h3,
  #listingGrid .event-info h3,
  .movie-grid .movie-info h3,
  .event-grid .event-info h3,
  body.tec-mobile-ux #listingGrid .show-info h3{
    display:block !important;
    font-size:20px !important;
    line-height:1.22 !important;
    margin:0 0 8px !important;
    letter-spacing:0 !important;
  }

  #listingGrid .show-info p,
  #listingGrid .movie-info p,
  #listingGrid .event-info p,
  .movie-grid .movie-info p,
  .event-grid .event-info p{
    display:block !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }

  #listingGrid .show-actions,
  #listingGrid .movie-actions,
  #listingGrid .event-actions,
  .movie-grid .movie-actions,
  .event-grid .event-actions,
  body.tec-mobile-ux #listingGrid .show-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    width:100% !important;
    margin-top:12px !important;
  }

  #listingGrid .show-actions a,
  #listingGrid .show-actions button,
  #listingGrid .movie-actions a,
  #listingGrid .movie-actions button,
  #listingGrid .event-actions a,
  #listingGrid .event-actions button,
  .movie-grid .movie-actions a,
  .movie-grid .movie-actions button,
  .event-grid .event-actions a,
  .event-grid .event-actions button,
  body.tec-mobile-ux #listingGrid .show-actions a,
  body.tec-mobile-ux #listingGrid .show-actions button{
    width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding:0 14px !important;
  }

  .tec-detail-premium,
  .tec-detail-hero,
  .tec-detail-body,
  .tec-detail-main,
  .tec-detail-side,
  .details-page,
  .details-container,
  .movie-details{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .tec-detail-hero-inner,
  .tec-detail-body,
  .tec-detail-meta,
  body.tec-mobile-ux .tec-detail-hero-inner,
  body.tec-mobile-ux .tec-detail-body,
  body.tec-mobile-ux .tec-detail-meta{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .tec-detail-poster-wrap,
  body.tec-mobile-ux .tec-detail-poster-wrap{
    width:min(260px,72vw) !important;
    max-width:100% !important;
    margin:0 auto !important;
  }

  .tec-detail-title,
  body.tec-mobile-ux .tec-detail-title{
    font-size:clamp(30px,8vw,40px) !important;
    line-height:1.12 !important;
    letter-spacing:0 !important;
  }

  .tec-detail-desc,
  body.tec-mobile-ux .tec-detail-desc{
    font-size:16px !important;
    line-height:1.58 !important;
  }

  .tec-detail-actions,
  .show-actions.tec-detail-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .tec-detail-action{
    width:100% !important;
    min-height:48px !important;
  }
}
