@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#131417;font-family:Inter,sans-serif}a{color:#327cfb;text-decoration:none}.container{width:90%;max-width:1200px;margin:0 auto}.highlight{color:#f10807}.btn-primary{color:#fff;cursor:pointer;background-color:#327cfb;border:none;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .2s}.btn-primary:hover{background-color:#275fcc}.footer{text-align:center;color:#bbb;background-color:#1b1c1f;border-top:1px solid #ffffff1a;padding:20px 0;font-size:.9rem}.footer a{color:#327cfb;margin:0 8px}.footer a:hover{color:#f16807}.header{z-index:999;background-color:#131417;border-bottom:1px solid #ffffff1a;padding:20px 0;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:10px;display:flex}.logo img{width:40px;height:40px}.logo h1{color:#327cfb;font-size:1.3rem;font-weight:700}.logo img{width:100px;height:auto;margin-right:10px;transition:transform .3s}.logo img:hover{transform:scale(1.1)}nav a{color:#fff;margin-left:20px;font-weight:500;transition:all .2s}nav a:hover{color:#f16807}
