/* CROSS-PLATFORM COMPATIBILITY PATCH */
body {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
@media (min-width: 769px) {
    html, body { scrollbar-width: thin; scrollbar-color: rgba(93, 64, 55, 0.3) transparent; }
    *::-webkit-scrollbar { display: block !important; width: 8px; height: 8px; }
    *::-webkit-scrollbar-thumb { background-color: rgba(93, 64, 55, 0.3); border-radius: 20px; }
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"], textarea {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; background-clip: padding-box;
}
.main-header, .campaign-top-bar { padding-top: env(safe-area-inset-top); }
.mobile-bottom-nav, .footer-bottom { padding-bottom: env(safe-area-inset-bottom); }
:focus-visible { outline: 2px solid #5d4037; outline-offset: 2px; }
body { overscroll-behavior-y: auto; }
.sidebar, .sidebar-overlay, .full-height-mobile { height: 100vh; height: 100dvh; }
html, body { overflow-y: auto !important; height: auto !important; min-height: 100vh; }
