/* ============================================
   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 (.upper-fc56) is a descendant of
   .element-c07d (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.logo_hot_31de {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".black_0a1e" 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-focused-5fb9 so it can't cause
   horizontal overflow anyway. */
.purple_49bd,
.button_e562,
.thumbnail_dcd3,
.right-66ae,
.secondary-3e81,
.footer-81e0,
.card_8f2e,
.frame-white-bad7,
.block-f68f,
.card_b89c,
.message_current_676d {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .aside-46a9 {
    padding: 8px 0;
  }
  
  .accordion_425f img {
    height: 28px;
    width: auto;
  }
  
  .image_3b11 {
    display: none !important;
  }
  
  .modal-out-c461 {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .modal-out-c461 svg {
    width: 14px;
    height: 14px;
  }
  
  .panel-advanced-9ff6 {
    padding: 6px;
  }
  
  .menu-west-74ea {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .thumbnail_dcd3,
  .button_e562,
  .right-66ae,
  .secondary-3e81,
  .selected_e87b,
  .module-first-0612,
  .nav_2b5f,
  .gradient_1056,
  .chip-bottom-cb1b,
  .footer-26cd,
  .rough_96b2,
  .background-stone-ca57 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .widget_2e76,
  .description_bf4d {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .layout-out-31f0,
  .new-db53,
  .alert_b9fd,
  .tabs-040d,
  .west-143c,
  .input-020d,
  .white_8cb2 {
    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 */
  .footer-first-045f,
  .complex-d7fd,
  .chip_new_3f09,
  .container_out_07a1,
  .breadcrumb_steel_bed0 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .right-34dd,
  .notification_36c3,
  .alert-paper-fe4c,
  .primary-7049 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .list_up_83bf,
  .menu_ed80 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .nav-up-6244,
  .label-solid-1eed,
  .popup_010e,
  .last-a08a {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .fluid_57bd,
  .caption_ab66,
  .surface_warm_e905,
  .feature-in-959a,
  .grid_02f2,
  .highlight_0e90 {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .footer-first-045f,
  .complex-d7fd,
  .container_out_07a1 {
    max-width: none !important;
  }
  
  .black_0a1e {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .right-34dd {
    font-size: 1.5rem !important;
  }
  
  .notification_36c3 {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .smooth-ee41,
  .dark-f033 {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .alert-paper-fe4c {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .filter_f40f {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .card_6c01 {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .footer-first-045f,
  .container_out_07a1 {
    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: 4eff */
.ghost-box-g4 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.1;
}
