.writing-mode-vertical{writing-mode:vertical-rl;text-orientation:mixed}.scrollbar-thin{scrollbar-width:thin}.scrollbar-thumb-muted{scrollbar-color:hsl(var(--muted)) transparent}.scrollbar-track-transparent{scrollbar-track-color:transparent}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:hsl(var(--muted));border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground)/.5)}.animate-in{animation-fill-mode:both}.slide-in-from-right{animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.slide-out-to-right{animation:slideOutToRight .3s ease-in}@keyframes slideOutToRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@media (max-width:768px){.slide-in-from-right{animation:slideInFromRightMobile .25s ease-out}@keyframes slideInFromRightMobile{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}}@media (hover:none) and (pointer:coarse){.group:active{transform:scale(.98)}}