.sponsors-page{padding:2rem;background-color:#121212;color:white;font-family:Poppins,sans-serif}.sponsors-title{font-size:2rem;margin-bottom:1rem;text-align:center;text-shadow:0 0 10px currentColor;text-transform:uppercase}.sponsors-grid{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}.stacked{flex-direction:column;align-items:center}.sponsor-card{position:relative;border-radius:12px;border:2px solid;overflow:hidden;box-shadow:0 0 12px currentColor;flex-shrink:0;display:flex;justify-content:center;align-items:center}.sponsor-logo{object-fit:contain;width:100%;height:100%}.tier-platinum .sponsor-card{width:280px;height:280px;border-color:#bc13fe}.tier-platinum .sponsors-title{color:#bc13fe;text-shadow:0 0 15px #bc13fe}.tier-platinum .sponsor-overlay{background:rgba(188,19,254,.85)}.tier-diamond .sponsor-card{width:240px;height:240px;border-color:#00ffff}.tier-diamond .sponsors-title{color:#00ffff;text-shadow:0 0 15px #00ffff}.tier-diamond .sponsor-overlay{background:rgba(0,255,255,.85)}.tier-gold .sponsor-card{width:200px;height:200px;border-color:#ffd700}.tier-gold .sponsors-title{color:#ffd700;text-shadow:0 0 15px #ffd700}.tier-gold .sponsor-overlay{background:rgba(255,215,0,.85)}.tier-silver .sponsor-card{width:160px;height:160px;border-color:#ccc}.tier-silver .sponsors-title{color:#ccc;text-shadow:0 0 15px #ccc}.tier-silver .sponsor-overlay{background:rgba(204,204,204,.85)}.tier-bronze .sponsor-card{width:120px;height:120px;border-color:#cd7f32}.tier-bronze .sponsors-title{color:#cd7f32;text-shadow:0 0 15px #cd7f32}.tier-bronze .sponsor-overlay{background:rgba(205,127,50,.85)}.sponsor-overlay{position:absolute;bottom:0;width:100%;color:black;text-align:center;padding:.4rem;font-weight:700;opacity:0;transition:opacity .3s ease}.sponsor-card:hover .sponsor-overlay{opacity:1}@media (max-width:768px){.tier-diamond .sponsors-grid,.tier-platinum .sponsors-grid{flex-direction:column;align-items:center;overflow-x:hidden}.tier-bronze .sponsors-grid,.tier-gold .sponsors-grid,.tier-silver .sponsors-grid{padding:1rem 0;gap:1rem}.tier-bronze .sponsor-card,.tier-gold .sponsor-card,.tier-silver .sponsor-card{flex-shrink:0;scroll-snap-align:center;margin:0 auto}}.tier-previous .sponsors-title{color:#888;text-shadow:0 0 12px #888;margin-top:2rem}.previous-marquee{overflow:hidden;position:relative;width:100%;height:100px}.previous-track{display:flex;width:max-content;gap:1.5rem;animation:scroll-left 120s linear infinite;will-change:transform}.previous-marquee:hover .previous-track{animation-play-state:paused}.previous-card{position:relative;width:120px;height:100px;border-radius:10px;overflow:hidden;border:2px solid #444;box-shadow:0 0 8px #333;background-color:#1e1e1e;flex-shrink:0}.previous-card .sponsor-logo{object-fit:contain;width:100%;height:100%}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.previous-marquee{height:80px}.previous-card{width:90px;height:80px}.tier-previous .sponsors-title{font-size:1.5rem}}