/* ============================================
   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 (.nav_mini_f82a) is a descendant of
   .mask_fresh_c401 (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.warm-725f {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".hot-72cd" 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.component_0319 so it can't cause
   horizontal overflow anyway. */
.down-7a82,
.dropdown_green_aa08,
.media_over_be76,
.purple-275a,
.search-slow-5919,
.primary_steel_dad0,
.lower-caa9,
.wrapper-right-f767,
.brown-5f8d,
.image-4a2d,
.basic_d67d {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .pattern-orange-36a9 {
    padding: 8px 0;
  }
  
  .icon-d0ba img {
    height: 28px;
    width: auto;
  }
  
  .gold-82df {
    display: none !important;
  }
  
  .brown_ab0b {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .brown_ab0b svg {
    width: 14px;
    height: 14px;
  }
  
  .box-simple-f89a {
    padding: 6px;
  }
  
  .tertiary-2a49 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .media_over_be76,
  .dropdown_green_aa08,
  .purple-275a,
  .search-slow-5919,
  .logo-e9c8,
  .card_current_d105,
  .thick-f870,
  .smooth-d050,
  .title-6810,
  .up-1278,
  .media-huge-41b9,
  .primary_paper_f208 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .main-simple-eca3,
  .tabs-eea0 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .article-9657,
  .tag_center_5daa,
  .stale_a1a0,
  .notification_8c09,
  .copper-4fea,
  .steel-e53d,
  .menu-3a1e {
    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 */
  .image-1697,
  .disabled-wood-b22a,
  .highlight-short-912f,
  .blue-987f,
  .liquid-7fd8 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .active_39f5,
  .detail-smooth-a457,
  .section-brown-cea4,
  .caption-left-701b {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .middle_d6f2,
  .disabled_04c9 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .tag_622a,
  .content-4031,
  .tag_40d0,
  .shadow_right_ff0c {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .badge_bf1b,
  .in_7524,
  .light_85bd,
  .caption_north_9bcf,
  .outline_south_4a16,
  .info_lower_6724 {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .image-1697,
  .disabled-wood-b22a,
  .blue-987f {
    max-width: none !important;
  }
  
  .hot-72cd {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .active_39f5 {
    font-size: 1.5rem !important;
  }
  
  .detail-smooth-a457 {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .item_0a88,
  .disabled-c195 {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .section-brown-cea4 {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .action_121d {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .backdrop-gold-ad50 {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .image-1697,
  .blue-987f {
    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: 71c1 */
.phantom-card-f0 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
