:root{color-scheme:dark;scrollbar-color:#334155 #0b0e14;scrollbar-width:thin}body{margin:0;background:#020408;color:#e2e8f0;font-family:Inter,sans-serif;overflow:hidden;height:100vh}#root{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0b0e14}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}::-webkit-scrollbar-corner{background:#0b0e14}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#475569}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1A1F2E inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s;caret-color:#fff!important}input,select,textarea{background-color:transparent;color-scheme:dark}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{animation:fadeIn .2s ease-out}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-down{animation:slideDown .3s cubic-bezier(.16,1,.3,1)}
