*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0a0e1a;color:#fff;line-height:1.6}.navbar{background:#1a1f2e;border-bottom:2px solid #00ff88;padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#0f8}.logo img{width:40px;height:40px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;font-weight:500;cursor:pointer}.nav-link:hover,.nav-link.active{background:#0f8;color:#0a0e1a}.main-content{margin-top:80px;min-height:calc(100vh - 80px)}.content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 300px;gap:2rem;padding:2rem}.left-content{background:#1a1f2e;border-radius:10px;padding:2rem;border:1px solid #2a3441}.hero-section{text-align:center;margin-bottom:3rem;padding:2rem 0}.hero-section h1{font-size:3rem;color:#0f8;margin-bottom:1rem}.hero-section h2{font-size:1.8rem;color:#fff;margin-bottom:1rem}.hero-section p{font-size:1.2rem;color:#b0b8c1}.news-section h3{color:#0f8;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #00ff88;padding-bottom:.5rem}.twitter-feed{background:#2a3441;border-radius:10px;padding:1rem}.team-roster{display:flex;flex-direction:column;gap:1.5rem}.player-profile{display:flex;align-items:center;gap:1.5rem;background:#2a3441;padding:1.5rem;border-radius:10px;border-left:4px solid #00ff88;transition:transform .3s ease}.player-profile:hover{transform:translate(5px)}.player-avatar{width:80px;height:80px;background:linear-gradient(135deg,#0f8,#00cc6a);border-radius:50%;flex-shrink:0}.player-info h3{color:#0f8;font-size:1.3rem;margin-bottom:.5rem}.player-info .role{color:#fff;font-weight:700;margin-bottom:.5rem}.player-info .description{color:#b0b8c1;font-size:.9rem}.matches-list{display:flex;flex-direction:column;gap:1rem}.match-item{background:#2a3441;padding:1.5rem;border-radius:10px;border-left:4px solid #00ff88}.match-date{color:#0f8;font-weight:700;font-size:.9rem;margin-bottom:.5rem}.match-teams{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.team-home,.team-away{font-weight:700;color:#fff}.vs{color:#0f8;font-weight:700}.match-tournament{color:#b0b8c1;font-size:.9rem}.contact-content{text-align:center}.contact-methods{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.contact-item{background:#2a3441;padding:1rem;border-radius:10px;border-left:4px solid #00ff88}.right-sidebar{background:#1a1f2e;border-radius:10px;padding:1.5rem;border:1px solid #2a3441;height:fit-content}.stream-section h3{color:#0f8;font-size:1.3rem;margin-bottom:1rem;text-align:center;border-bottom:2px solid #00ff88;padding-bottom:.5rem}.twitch-embed{border-radius:10px;overflow:hidden;margin-bottom:1rem}.twitch-embed iframe{border:none;border-radius:10px}.stream-info{text-align:center;background:#2a3441;padding:1rem;border-radius:10px}.stream-info p{margin:.25rem 0}.stream-info p:first-child{color:#0f8;font-weight:700}.stream-info p:last-child{color:#b0b8c1;font-size:.9rem}@media (max-width: 768px){.content-wrapper{grid-template-columns:1fr;padding:1rem}.nav-menu{gap:1rem}.nav-link{padding:.3rem .8rem;font-size:.9rem}.hero-section h1{font-size:2rem}.hero-section h2{font-size:1.3rem}.player-profile{flex-direction:column;text-align:center}.match-teams{flex-direction:column;gap:.5rem}}
