/* ============================================
   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 (.small_bf8c) is a descendant of
   .row-65b0 (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.
   Two site templates coexist: legacy obfuscated-class (header.mask_844e)
   and the redesigned template (header.badge-medium-662e). Keep both selectors. */
header.mask_844e,
header.badge-medium-662e {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".row_glass_1be4" 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.purple-4228 so it can't cause
   horizontal overflow anyway. */
.image_3c02,
.module_dark_03b2,
.dynamic_57c7,
.thick-d07f,
.progress-ba12,
.prev_a7d1,
.hover-fluid-8f72,
.text_pink_ed9b,
.paragraph-98ce,
.header_34b6,
.basic-08cd {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .list_liquid_ceaf {
    padding: 8px 0;
  }
  
  .heading_012b img {
    height: 28px;
    width: auto;
  }
  
  .hero_hot_8327 {
    display: none !important;
  }
  
  .form_hard_7865 {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .form_hard_7865 svg {
    width: 14px;
    height: 14px;
  }
  
  .footer_rough_a651 {
    padding: 6px;
  }
  
  .item_0055 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .dynamic_57c7,
  .module_dark_03b2,
  .thick-d07f,
  .progress-ba12,
  .row_easy_cd99,
  .accordion-hard-ea4f,
  .component-35c0,
  .tag-yellow-2bf0,
  .logo-6cb0,
  .header_fluid_dc2c,
  .filter-583d,
  .table_old_6f1c {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .aside-c006,
  .detail_ad46 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .pagination_east_9cff,
  .focused_e324,
  .thick-058e,
  .row_590e,
  .slow-e377,
  .outer-61bc,
  .secondary_hard_b719 {
    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 */
  .action_0449,
  .aside_69ac,
  .west_11d3,
  .active-static-afb1,
  .badge-4c91 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .badge-easy-1475,
  .clean_176c,
  .video_6448,
  .description-top-f0f4 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .alert-cdd3,
  .badge-f128 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .breadcrumb_last_85d7,
  .dirty_41f7,
  .red-ced4,
  .surface-f650 {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .input-9378,
  .avatar_outer_30ee,
  .tag_d4ba,
  .notification-cb30,
  .notice-6abb,
  .accent-narrow-38b0 {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .action_0449,
  .aside_69ac,
  .active-static-afb1 {
    max-width: none !important;
  }
  
  .row_glass_1be4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .badge-easy-1475 {
    font-size: 1.5rem !important;
  }
  
  .clean_176c {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .focus_acd7,
  .active-5b1f {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .video_6448 {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .mask-large-a65f {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .sort-bright-32f5 {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .action_0449,
  .active-static-afb1 {
    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: 94a5 */
.paragraph-7be9 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}

/* css-noise: 223e */
.ghost-box-c7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
