@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Barlow+Condensed:wght@600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0f14;--surface:#151820;--surface2:#1c2030;--border:hsla(0,0%,100%,.07);--accent:#00e676;--accent2:#00bcd4;--accent-dim:rgba(0,230,118,.12);--red:#ff4757;--amber:#ffa502;--blue:#3d8bff;--purple:#a55eea;--text:#e8eaf0;--text2:#8b92a8;--text3:#555c70;--pitch-green:#1a6b35;--pitch-line:hsla(0,0%,100%,.15);--font-display:"Barlow Condensed",sans-serif;--font-body:"Inter",sans-serif;--radius:10px;--radius-lg:16px}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.5;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select{font-family:inherit}