html,body{margin:0;padding:0;width:100%;min-height:100%;background:#050508}#app{min-height:100%}@keyframes slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in{animation:slide-in .3s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1f2937}::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6b7280}*:focus{outline:none}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-moz-selection{background:#3b82f6;color:#fff}::selection{background:#3b82f6;color:#fff}html{scroll-behavior:smooth}
