/* ============================================
   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-upper-18a5) is a descendant of
   .tag-a677 (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.avatar_d30e {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".column_a991" 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.bottom-6266 so it can't cause
   horizontal overflow anyway. */
.warm-9e4d,
.content_168a,
.description-f088,
.section-right-ae1f,
.detail-97fb,
.icon_slow_6171,
.paragraph-f57d,
.hidden-d7f8,
.hover-pro-e4a5,
.fixed_039b,
.element-dd86 {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .row-tiny-35f6 {
    padding: 8px 0;
  }
  
  .notification-8f35 img {
    height: 28px;
    width: auto;
  }
  
  .aside-4ba4 {
    display: none !important;
  }
  
  .backdrop-solid-886c {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .backdrop-solid-886c svg {
    width: 14px;
    height: 14px;
  }
  
  .slider_18b5 {
    padding: 6px;
  }
  
  .overlay_tiny_c111 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .description-f088,
  .content_168a,
  .section-right-ae1f,
  .detail-97fb,
  .active_2b8b,
  .cold_f82f,
  .tag_bc8a,
  .plasma_37dd,
  .orange-0038,
  .advanced_f605,
  .background-last-d0b0,
  .tabs-cd3c {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .detail-37f0,
  .hovered_6d61 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .texture-stale-b3fc,
  .search-hard-9f52,
  .banner_selected_d9f2,
  .video_2e0d,
  .media-steel-b934,
  .thick-7f9b,
  .column-6e89 {
    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_2c17,
  .image-cool-1b99,
  .stale-835d,
  .box-a35c,
  .chip_hovered_df19 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .layout_ff0f,
  .background-tiny-ba7a,
  .wood-93d6,
  .basic_da22 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .small_523a,
  .logo-stone-864b {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .up-e1d0,
  .title_fluid_5700,
  .sidebar-hard-ecc3,
  .tooltip-f25d {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .icon_195b,
  .header-c531,
  .cold-5ced,
  .info-pressed-17a4,
  .column_east_83ae,
  .accent_74cc {
    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_2c17,
  .image-cool-1b99,
  .box-a35c {
    max-width: none !important;
  }
  
  .column_a991 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .layout_ff0f {
    font-size: 1.5rem !important;
  }
  
  .background-tiny-ba7a {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .menu-motion-73b8,
  .last-1d4e {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .wood-93d6 {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .purple-6749 {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .slow-84c5 {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .backdrop_2c17,
  .box-a35c {
    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: 911d */
.promo-block-z0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
