.scrollbar-thin{scrollbar-width:thin;scrollbar-color:rgb(209 213 219) transparent}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:rgb(209 213 219);border-radius:3px}.scrollbar-thin:hover::-webkit-scrollbar-thumb{background-color:rgb(156 163 175)}@media (max-width:768px){.touch-target{min-height:44px;min-width:44px}.mobile-spacing{padding:12px}.mobile-button{padding:12px 16px;min-height:44px}.mobile-text{font-size:16px}.mobile-card{-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}.mobile-card:active{transform:scale(.98);transition:transform .1s ease}.mobile-dropdown{min-height:44px;padding:12px 16px}.mobile-table{font-size:14px}}.swipe-indicator{position:absolute;top:50%;left:0;transform:translateY(-50%);width:4px;height:40px;background:linear-gradient(180deg,transparent,rgb(59 130 246),transparent);opacity:0;transition:opacity .3s ease}.swipe-indicator.active{opacity:1}@keyframes slideInFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutToLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.mobile-sidebar-enter{animation:slideInFromLeft .3s ease-out}.mobile-sidebar-exit{animation:slideOutToLeft .3s ease-in}@media (max-width:768px){.mobile-focus:focus{outline:2px solid rgb(59 130 246);outline-offset:2px}}