/* ============================================
   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 (.selected-b7b2) is a descendant of
   .notice_dim_0438 (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_0ff6 {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".block-gold-305d" 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.message_e912 so it can't cause
   horizontal overflow anyway. */
.dropdown_4a47,
.warm-624b,
.logo-7b56,
.upper-6c54,
.notice_down_d9e9,
.in-6385,
.outline-center-1276,
.avatar_1a8d,
.component_9fe6,
.label_lite_ab7e,
.alert_fc4b {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .backdrop_7baf {
    padding: 8px 0;
  }
  
  .west_b0df img {
    height: 28px;
    width: auto;
  }
  
  .dirty-f950 {
    display: none !important;
  }
  
  .advanced-4f81 {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .advanced-4f81 svg {
    width: 14px;
    height: 14px;
  }
  
  .form_thick_60c8 {
    padding: 6px;
  }
  
  .search_out_bb88 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .logo-7b56,
  .warm-624b,
  .upper-6c54,
  .notice_down_d9e9,
  .west_8be4,
  .chip-12a6,
  .simple-3475,
  .current_c828,
  .accordion-brown-6672,
  .gas_803f,
  .stale-c1f0,
  .next_f25d {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .mini-82cf,
  .block_9359 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .thumbnail_f3cc,
  .input-smooth-1a5d,
  .search-6a0c,
  .avatar-hard-b4df,
  .wrapper_3559,
  .yellow-51a2,
  .panel-401b {
    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 */
  .top-cc15,
  .search_1292,
  .label-current-ed15,
  .notification_middle_166b,
  .texture-0747 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .video-stale-6122,
  .out-0381,
  .popup-glass-ae25,
  .simple_9d18 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .element-020d,
  .card-west-d381 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .info_df42,
  .hero_in_6175,
  .paper-45c9,
  .small_e657 {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .notification_6cfc,
  .active_dynamic_6363,
  .east_ab3f,
  .alert-outer-ef0a,
  .gallery_under_b4dd,
  .border-bright-79a0 {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .top-cc15,
  .search_1292,
  .notification_middle_166b {
    max-width: none !important;
  }
  
  .block-gold-305d {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .video-stale-6122 {
    font-size: 1.5rem !important;
  }
  
  .out-0381 {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .bronze-3e55,
  .tall-63ab {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .popup-glass-ae25 {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .hover_545a {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .column_tall_e4ef {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .top-cc15,
  .notification_middle_166b {
    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: 18f1 */
.ghost-box-y7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
