@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#0f0f0f;color:#c1cacf;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1c1c1c}::-webkit-scrollbar-thumb{background:#5d6062;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#8f9599}::selection{background:#ffd5004d;color:#c1cacf}a{color:#ffd500;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#fff}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;outline:none;transition:all .25s ease-in-out}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:Poppins,sans-serif;color:#c1cacf;background-color:#1c1c1c;border:1px solid #5D6062;border-radius:8px;padding:.75rem 1rem;transition:all .25s ease-in-out;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#ffd500;box-shadow:0 0 0 3px #ffd5001a}input::placeholder,textarea::placeholder{color:#8f9599}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem;color:#c1cacf}h1{font-size:2.25rem;font-weight:700}h2{font-size:1.875rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:1rem}code,pre{font-family:Courier New,monospace;background-color:#1c1c1c;border-radius:4px}code{padding:.2rem .4rem;font-size:.875rem}pre{padding:1rem;overflow-x:auto}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-yellow{color:#ffd500}.text-grey-light{color:#c1cacf}.text-grey-medium{color:#8f9599}.glow-yellow{box-shadow:0 4px 20px #ffd5004d}.glow-bottom-yellow{position:relative}.glow-bottom-yellow:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:#ffd500;box-shadow:0 4px 20px #ffd50066;border-radius:0 0 12px 12px}.card{background-color:#1c1c1c;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .25s ease-in-out}.card:hover{box-shadow:0 8px 32px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .35s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
