:root{--accent:#0b84ff}#__next,body,html{height:100%}body{font-family:Inter,system-ui,Arial,sans-serif;margin:0}.container{display:flex;height:100%}.sidebar{width:220px;background:#0b2a3a;color:#fff;padding:16px}.main{flex:1 1;padding:20px}.hero{position:relative;height:360px;overflow:hidden;border-radius:8px;margin-bottom:20px}.heroImage{position:absolute;inset:0;background:linear-gradient(120deg,#ff8a00,#e52e71);transform:scale(1.1);filter:blur(.5px);transition:transform .6s}.heroContent{position:relative;z-index:2;color:#fff;padding:40px}.hero:hover .heroImage{transform:scale(1) translateY(-10px)}.section{background:#fff;padding:16px;border-radius:8px;margin-bottom:12px}.sponsorGrid{display:flex;gap:12px}.sponsor{flex:1 1;height:80px;background:#eee;border-radius:6px}.cta{background:var(--accent);color:#fff;padding:10px 16px;border:0;border-radius:6px}