:root{--black: #161616;--white: #ffffff;--accent: #3366ff;--font-family: "Inter-Medium", "Inter", "Inter Placeholder", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-family);background:var(--black);color:var(--white);scroll-behavior:smooth}body{min-height:100vh}main{max-width:1200px;margin:0 auto;padding:2rem}header{padding:2rem 4rem}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-weight:700;font-size:1.25rem;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{color:var(--white);flex-shrink:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#ccc;text-decoration:none;font-weight:500;transition:color .2s ease;padding:.5rem 0;line-height:1;font-size:.9rem;position:relative}.nav-links a:hover{color:var(--white)}.nav-links a:hover:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#ffffff4d;border-radius:2px}.nav-links a[href="/contact"]:hover:after{display:none}.nav-links a[href="/contact"]{border:1px solid #2A2A2A;padding:.5rem 1rem;border-radius:4px;background-color:#1a1c22}.nav-links a.active{color:var(--white);position:relative}.nav-links a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--white);border-radius:2px}.nav-links a[href="/contact"].active{background-color:var(--white);color:var(--black);border-color:var(--white)}.hero{text-align:left;margin:4rem 0;width:100%;padding:4rem 0;background:linear-gradient(to bottom,rgba(19,21,26,.8),var(--black))}h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;max-width:1200px;margin-left:0;margin-right:auto;font-family:Inter,sans-serif}.subtitle{font-size:1rem;color:#aaa;max-width:625px;margin:0 0 2rem;font-family:Inter,sans-serif;line-height:1.6}.cta-button{background:#fffc;color:var(--black);border:none;padding:1rem 2rem;font-size:.9rem;font-weight:600;border-radius:4px;cursor:pointer;margin-top:2rem;margin-bottom:4rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;background:var(--white)}.players-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem;margin:4rem 0}.features{margin:6rem 0;text-align:center}.features h2{font-size:2.5rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#ffffff0d;padding:2rem;border-radius:8px;border:1px solid #333;text-align:left}.feature-card h3{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.feature-card p{color:#aaa;line-height:1.8;font-size:.85rem}.contact{text-align:center;margin:6rem 0}.contact h2{font-size:2.5rem;margin-bottom:1.5rem}.contact p{color:#aaa;max-width:800px;margin:0 auto 2rem}.contact-email{font-size:2rem;color:var(--white);text-decoration:none;font-weight:600}footer{text-align:left;font-size:.85rem;padding:2rem 4rem;color:#888}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-links{display:flex;gap:2rem}.footer-links a{color:#888;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--white)}@media(max-width:768px){header{padding:1rem}nav{flex-wrap:wrap;gap:1rem}.nav-links{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem}.nav-links a{padding:.25rem .5rem;font-size:.8rem}.nav-links a[href="/contact"]{padding:.25rem .5rem}h1{font-size:2.5rem}.contact-email{font-size:1.5rem}}// Add these new styles for PlayerCard (assuming these styles are global) :global(.player-card){display:flex;flex-direction:column}:global(.player-card img){margin-bottom:1.5rem}:global(.player-card h3){margin-bottom:1rem;font-size:1.25rem;font-weight:600}:global(.player-card p){color:#aaa;line-height:1.6}.usps{text-align:center}.usps h2{font-size:2.5rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.usps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact{text-align:center;margin:2rem 0;padding:4rem 0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.05));position:relative;border:1px solid var(--black);border-radius:8px}.contact h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--white);background:linear-gradient(45deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact p{color:#aaa;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.contact-email{display:inline-block;font-size:2.5rem;color:var(--white);text-decoration:none;font-weight:700;transition:all .3s ease;padding:.5rem 2rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(to right,#1a1c22cc,#1a1c2266);box-shadow:0 4px 24px #0003}.contact-email:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d;border-color:#fff3}footer{border-top:1px solid rgba(255,255,255,.1);padding:2rem 4rem}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 0}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-brand p{color:#666;font-size:.9rem;font-weight:500}.footer-links{display:flex;gap:2rem;align-items:center}.footer-links a{color:#666;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;padding:.5rem 1rem;border-radius:4px;border:1px solid transparent}.footer-links a:hover{color:#fff;border-color:#ffffff1a;background:#ffffff0d}@media(max-width:768px){.contact h2{font-size:2.5rem}.contact-email{font-size:1.8rem;padding:.5rem 1rem}footer{padding:1.5rem}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-brand{justify-content:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-links a{padding:.25rem .75rem}}@media(max-width:768px){.usps-grid{grid-template-columns:1fr}}@media(max-width:768px){footer{padding:1rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}}.contact-container{max-width:1200px;margin:0 auto;padding:2rem}@media(max-width:768px){.contact-container{padding:1rem}}
