/**
 * ============================================================================
 * frontend-base.css - Global Base Styles (PRODUCTION OPTIMIZED)
 * ============================================================================
 * File Location: /www/wwwroot/payorget.com/app/Modules/Frontend/Home/Assets/css/frontend-base.css
 * Purpose: Global reset and base styles - loaded before all modules
 * Status: OPTIMIZED - Maintains scrollbar hiding with scroll functionality
 * ============================================================================
 */
*{-ms-overflow-style:none;scrollbar-width:none}
*::-webkit-scrollbar{display:none}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll;overflow-x:hidden}
body{margin:0;padding:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#212529;background:#fff;min-height:100vh}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:500;line-height:1.2}
p{margin:0;padding:0}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none;margin:0;padding:0}
button{cursor:pointer;border:none;background:none;font:inherit}
input,textarea,select{font:inherit}
.module-failed{min-height:50px;background:#f8f9fa;border:1px dashed #dee2e6;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:12px}
.module-failed::after{content:'Module failed to load'}