/* ============================================
   CRITICAL MOBILE FIXES
   Additional layer to ensure perfect mobile display
   ============================================ */

/* Prevent horizontal scroll at all costs */
html {
  width: 100%;
  scroll-behavior: smooth;
  /* NO position:relative - it breaks sticky! */
  /* NO overflow-x here either - mixed with body's overflow-x: hidden
     it makes <html> its own scroll container and breaks sticky too! */
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  /* NO position:relative - it breaks sticky! */
}

/* Ensure all major containers respect viewport */
/* NOTE: "nav" is intentionally excluded here. Giving a <nav> element
   overflow-x: hidden makes its overflow-y auto-compute to "auto" (per the
   CSS overflow spec), turning it into a clipping/scroll container. Since
   the header's dropdown submenu (.link_57d7) is a descendant of
   .tag_hard_35a4 (a <nav>), it was getting clipped and forced into a tiny
   internal scrollbar instead of opening naturally below the nav link. */
main,
section,
article,
footer {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header must NOT have max-width restriction for sticky to work */
header.video-fixed-be8d {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".motion_3fe5" is intentionally excluded here for the same reason as
   "nav" above — the header's <div class="container"> wraps the nav and
   must not clip the dropdown submenu with an auto-computed overflow-y.
   It's already width-capped via max-width in style.layout-453a so it can't cause
   horizontal overflow anyway. */
.alert-hot-c6b5,
.block-next-41de,
.wood-1ea0,
.component_90f3,
.table-d135,
.icon-370e,
.shade_paper_053c,
.box-d80c,
.cool_160d,
.large_a0c2,
.slider_advanced_fe42 {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .menu-7d08 {
    padding: 8px 0;
  }
  
  .main-north-12f8 img {
    height: 28px;
    width: auto;
  }
  
  .new_6cca {
    display: none !important;
  }
  
  .outer_ee33 {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .outer_ee33 svg {
    width: 14px;
    height: 14px;
  }
  
  .north-31ba {
    padding: 6px;
  }
  
  .aside-blue-7796 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .wood-1ea0,
  .block-next-41de,
  .component_90f3,
  .table-d135,
  .inner_6dca,
  .middle-0b03,
  .disabled-1df1,
  .hover_black_06f8,
  .shadow-0e85,
  .status_lower_d429,
  .layout-large-c104 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .narrow_35e9,
  .logo-old-c01f {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .column-motion-d1b0,
  .smooth-343c,
  .column-mini-20cb,
  .box_d875,
  .component-first-336c,
  .image_iron_0776,
  .medium_09ed {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Ensure images are responsive */
  img,
  svg,
  picture {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Better padding for mobile */
  .backdrop_e7f8,
  .old_f3d6,
  .tag_6c46,
  .background-2a5f,
  .media-a155 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .secondary_a7fd,
  .backdrop-157f,
  .preview_c6fd,
  .last_887b {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .last_4224,
  .easy-f427 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .popup-1d54,
  .wrapper-2e60,
  .form-c741,
  .status_soft_0e72 {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .top-9f6e,
  .tall_ec20,
  .gallery-static-8f42,
  .lower-ac47,
  .summary-upper-e10e,
  .icon_a0c1 {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .backdrop_e7f8,
  .old_f3d6,
  .background-2a5f {
    max-width: none !important;
  }
  
  .motion_3fe5 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .secondary_a7fd {
    font-size: 1.5rem !important;
  }
  
  .backdrop-157f {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .text-548f,
  .border-wide-5027 {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .preview_c6fd {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .dynamic-d71f {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .surface_cd9b {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .backdrop_e7f8,
  .background-2a5f {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* iPhone X and notch devices */
@supports (padding: max(0px)) {
  body {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}

/* css-noise: 1c5e */
.phantom-card-z5 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
