:root{--mobile-padding:16px;--mobile-margin:12px;--mobile-gap:8px;--mobile-touch-target:44px;--mobile-touch-spacing:8px;--mobile-text-xs:10px;--mobile-text-sm:12px;--mobile-text-base:14px;--mobile-text-lg:16px;--mobile-text-xl:18px;--mobile-text-2xl:20px;--mobile-header-height:64px;--mobile-footer-height:60px;--mobile-nav-height:56px;--mobile-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--mobile-shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--mobile-border-radius:8px;--mobile-border-width:1px}@media (max-width:768px){.mobile-container{margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.mobile-padding{padding:var(--mobile-padding)}.mobile-touch-target{min-height:var(--mobile-touch-target);min-width:var(--mobile-touch-target)}.mobile-spacing{margin:var(--mobile-touch-spacing)}.mobile-form-input{border-radius:var(--radius);border-width:1px;min-height:44px;--tw-border-opacity:1;border-color:rgb(207 207 207/var(--tw-border-opacity,1));font-size:1rem;font-size:16px;padding:8px 12px}.mobile-form-button,.mobile-form-input{line-height:1.5rem}.mobile-form-button{border-radius:var(--radius);font-size:1rem;font-weight:600;min-height:48px;min-width:var(--mobile-touch-target);padding:12px 24px}.mobile-nav-item{align-items:center;display:flex;justify-content:center;min-height:56px;padding-left:16px;padding-right:16px}.mobile-card{border-radius:var(--radius);margin-bottom:16px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:16px;--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.mobile-title{font-size:1.125rem;font-weight:700;line-height:1.75rem;line-height:1.25;margin-bottom:8px}.mobile-subtitle{font-size:1rem;font-weight:600;line-height:1.5rem;line-height:1.5;margin-bottom:4px}.mobile-body{font-size:.875rem;line-height:1.25rem;line-height:1.625}.mobile-caption{font-size:.75rem;line-height:1rem;line-height:1.5;--tw-text-opacity:1;color:rgb(110 110 110/var(--tw-text-opacity,1))}}@keyframes mobile-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mobile-slide-up{animation:mobile-slide-up .3s ease-out}.mobile-fade-in{animation:mobile-fade-in .2s ease-out}