@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;700;800&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--black:#0a0a0a;--card-bg:#141414;--white:#fafaf8;--orange:#ff4d00;--orange-soft:#ff6b2b;--coral:#ff3c6e;--gold:#f7b731;--green:#00c48c;--muted:#888888;--border:rgba(255,255,255,0.07);--font-display:"Syne",sans-serif;--font-body:"DM Sans",sans-serif}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}body,button{font-family:var(--font-body)}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}ul{list-style:none}