html{position:fixed;overflow:hidden}body,html{height:100%;width:100%}body{overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:none}@media (max-width:768px){a,button,input,select,textarea{min-height:44px;min-width:44px}*{-webkit-tap-highlight-color:rgba(168,85,247,.1)}.mobile-scroll{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}a,button{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{font-size:16px!important;padding:12px 16px;border-radius:12px;touch-action:manipulation}.card{padding:16px;margin:8px}.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-left{padding-left:env(safe-area-inset-left)}.safe-right{padding-right:env(safe-area-inset-right)}.modal-mobile{position:fixed;bottom:0;left:0;right:0;border-radius:24px 24px 0 0;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.swipeable{touch-action:pan-y;-webkit-user-drag:none}.grid{gap:12px;padding:12px}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}p{font-size:16px;line-height:1.6}.space-y-mobile>*+*{margin-top:16px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}.has-bottom-nav{padding-bottom:80px}.fab{position:fixed;bottom:88px;right:16px;width:56px;height:56px;border-radius:28px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.pull-to-refresh{padding-top:60px;margin-top:-60px}.skeleton-mobile{animation:shimmer 2s infinite;background:linear-gradient(90deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.05) 75%);background-size:200% 100%}}@media (min-width:768px) and (max-width:1024px){.container{max-width:768px;padding:0 24px}.grid-cols-tablet-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px) and (orientation:landscape){.landscape-cols-2{grid-template-columns:repeat(2,1fr)}.modal-mobile{max-height:80vh}}@media (prefers-color-scheme:dark){.pure-black,body{background-color:#000000}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){*{border-width:2px}a,button{text-decoration:underline}}@media (hover:none) and (pointer:coarse){.hover\:bg-white\/5:hover{background-color:transparent}a:active,button:active{opacity:.8;transform:scale(.98)}}@supports (-webkit-touch-callout:none){input,select,textarea{font-size:16px!important}.ios-scroll{-webkit-overflow-scrolling:touch}}@media (hover:none) and (pointer:coarse) and (min-width:320px){a,button{position:relative;overflow:hidden}a:after,button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .3s,height .3s}a:active:after,button:active:after{width:100%;height:100%}}@keyframes shimmer{0%{background-position:-200% 50%}to{background-position:200% 50%}}