@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,Segoe UI,Roboto,sans-serif;background-color:#121212;color:#e0e0e0;line-height:1.6;scroll-behavior:smooth}h1,h2,h3,h4{font-weight:600;color:#fff;margin-bottom:.75rem}p{margin-bottom:1rem;color:#cfcfcf;font-size:1.05rem}a{color:#ffb74d;text-decoration:none}a:hover{color:#ffe082;text-decoration:underline}.button{display:inline-block;padding:.75rem 1.5rem;background-color:#1e1e1e;color:#fff;border-radius:6px;font-weight:500;transition:all .3s ease-in-out}.button:hover{background-color:#333;color:#ffcc80}.container{max-width:1600px;margin:0 auto;padding:2rem 1rem}nav{background-color:#1a1a1a;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}nav a{margin-left:1.5rem;font-weight:500}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}*{scrollbar-width:thin;scrollbar-color:#ffb74d #1a1a1a}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:8px;box-shadow:inset 0 0 5px #0006}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ffb74d,#ff6f61);border-radius:10px;border:2px solid #1a1a1a;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ffcc80,#ff9d94)}
