:root{--surface-main: #f8fafc}html,body{height:100%}*{scrollbar-width:thin;scrollbar-color:#475569 #1e293b}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#1e293b;border-radius:4px}*::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out}
