*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.light ::-webkit-scrollbar{width:8px;height:8px}.light ::-webkit-scrollbar-track{background:transparent}.light ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.light ::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track{background:transparent}.dark ::-webkit-scrollbar-thumb{background:#404040;border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:#505050}