@media (max-width:640px){html{font-size:14px}}.mobile-touch-target{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.mobile-btn{padding:.875rem 1.5rem;font-size:1rem;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width:640px){.mobile-btn{padding:1rem 1.75rem;font-size:1.0625rem;min-height:52px}}.mobile-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.mobile-scroll-container::-webkit-scrollbar{height:4px}.mobile-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.mobile-scroll-container::-webkit-scrollbar-thumb{background:#10b981;border-radius:10px}.mobile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}@media (max-width:640px){.mobile-grid{grid-template-columns:1fr;gap:.75rem}}.mobile-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease}@media (max-width:640px){.mobile-card{border-radius:.75rem;box-shadow:0 2px 4px -1px rgba(0,0,0,.1)}}.mobile-padding{padding:1.5rem}@media (max-width:640px){.mobile-padding{padding:1rem}}.mobile-margin{margin:1.5rem 0}@media (max-width:640px){.mobile-margin{margin:1rem 0}}.mobile-heading-xl{font-size:2.5rem;line-height:1.2}@media (max-width:640px){.mobile-heading-xl{font-size:1.875rem;line-height:1.3}}.mobile-heading-lg{font-size:2rem;line-height:1.25}@media (max-width:640px){.mobile-heading-lg{font-size:1.5rem;line-height:1.35}}.mobile-heading-md{font-size:1.5rem;line-height:1.35}@media (max-width:640px){.mobile-heading-md{font-size:1.25rem;line-height:1.4}}.mobile-flex-column{display:flex;flex-direction:column;gap:1rem}@media (min-width:641px){.mobile-flex-column{flex-direction:row;gap:1.5rem}}.mobile-hidden{display:none}@media (min-width:641px){.mobile-hidden{display:block}}.mobile-only{display:block}@media (min-width:641px){.mobile-only{display:none}}@media (hover:none) and (pointer:coarse){.hover-effect:hover{transform:none!important}.hover-effect:active{transform:scale(.98)!important;opacity:.9}}.mobile-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width:641px){.mobile-modal{position:relative;max-width:600px;margin:2rem auto;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}}.mobile-img-responsive{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:.75rem;display:flex;justify-content:space-around;box-shadow:0 -4px 6px -1px rgba(0,0,0,.1);z-index:100}@media (min-width:641px){.mobile-nav{display:none}}.mobile-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.mobile-safe-area-top{padding-top:env(safe-area-inset-top)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:640px){.mobile-table-responsive{display:block}.mobile-table-responsive thead{display:none}.mobile-table-responsive tbody,.mobile-table-responsive td,.mobile-table-responsive tr{display:block;width:100%}.mobile-table-responsive tr{margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;background:#fff}.mobile-table-responsive td{padding:.5rem 0;text-align:left}.mobile-table-responsive td:before{content:attr(data-label);font-weight:600;display:block;margin-bottom:.25rem;color:#6b7280;font-size:.875rem}}.mobile-hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:.5rem}@media (max-width:640px){.mobile-hamburger{display:flex}}.mobile-hamburger span{width:24px;height:3px;background:currentColor;border-radius:2px;transition:all .3s ease}@media (max-width:640px){input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{font-size:16px!important}}.mobile-sticky-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.mobile-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;box-shadow:0 -4px 6px -1px rgba(0,0,0,.1);transform:translateY(100%);transition:transform .3s ease;z-index:1000}.mobile-bottom-sheet.active{transform:translateY(0)}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-overlay.active{opacity:1;pointer-events:auto}