*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background:#0a0a0a;color:#f0f0f0;line-height:1.6;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.skip-link{position:absolute;top:-40px;left:0;background:#00A676;color:#fff;padding:8px 16px;text-decoration:none;z-index:10000}.skip-link:focus{top:0}.site-header{background:rgb(0 0 0 / .95);border-bottom:3px solid #00A676;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all 0.3s ease;backdrop-filter:blur(10px)}.site-header.scrolled{background:rgb(0 0 0 / .98);box-shadow:0 2px 20px rgb(0 166 118 / .2)}.site-header.hidden{transform:translateY(-100%)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}.site-branding{flex-shrink:0}.logo img{height:60px;width:auto;transition:transform 0.3s ease}.logo img:hover{transform:scale(1.05)}.site-title{font-size:1.8rem;font-weight:900}.site-title a{color:#fff;text-decoration:none}.desktop-menu{flex-grow:1}.primary-menu{display:flex;list-style:none;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-menu>li>a{color:#fff;text-decoration:none;padding:.8rem 1.2rem;font-weight:600;border-radius:6px;transition:all 0.3s ease;position:relative;display:block}.primary-menu>li>a:hover{background:#00A676;color:#fff}.menu-item-has-children{position:relative}.sub-menu{position:absolute;top:100%;left:0;background:rgb(20 20 20 / .98);min-width:250px;border-radius:8px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;list-style:none;box-shadow:0 10px 30px rgb(0 0 0 / .5);backdrop-filter:blur(10px)}.menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sub-menu li{width:100%}.sub-menu a{display:block;padding:.8rem 1.5rem;color:#ddd;text-decoration:none;transition:all 0.3s ease;white-space:nowrap}.sub-menu a:hover{background:#00A676;color:#fff}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:4px;z-index:1001}.hamburger-line{width:25px;height:3px;background:#fff;border-radius:3px;transition:all 0.3s ease}.hamburger.is-active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.is-active .hamburger-line:nth-child(2){opacity:0}.hamburger.is-active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:300px;height:100vh;background:rgb(10 10 10 / .98);padding:6rem 2rem 2rem;overflow-y:auto;transition:right 0.3s ease;z-index:1000;backdrop-filter:blur(10px)}.mobile-menu.is-open{right:0;display:block}.mobile-menu-list{list-style:none}.mobile-menu-list li{margin-bottom:.5rem}.mobile-menu-list a{display:block;padding:1rem;color:#fff;text-decoration:none;border-radius:6px;transition:background 0.3s ease}.mobile-menu-list a:hover{background:#00A676}.mobile-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;background:#fff0;box-shadow:none;padding-left:1rem;margin:.5rem 0}.main-content{display:grid;grid-template-columns:3fr 1fr;gap:3rem;padding:2rem 0;margin-top:80px}.hero-section{margin-bottom:4rem;grid-column:1 / -1}.hero-article{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgb(0 166 118 / .3)}.hero-image{position:relative;height:600px}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgb(0 0 0 / .95));padding:4rem 3rem 3rem}.hero-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.category-badge{background:#00A676;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hero-date{color:#aaa;font-size:.9rem}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1rem}.hero-title a{color:#fff;text-decoration:none}.hero-excerpt{font-size:1.2rem;color:#ddd;margin-bottom:2rem;max-width:800px}.read-more-btn{display:inline-block;background:#00A676;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all 0.3s ease}.read-more-btn:hover{background:#008f63;transform:translateY(-2px);box-shadow:0 10px 20px rgb(0 166 118 / .3)}.section-header{margin-bottom:3rem}.section-title{font-size:2.5rem;color:#fff;position:relative;padding-bottom:1rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:#00A676;border-radius:2px}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.news-card{background:#1a1a1a;border-radius:12px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 8px 30px rgb(0 0 0 / .3)}.news-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgb(0 166 118 / .3)}.card-image{height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.news-card:hover .card-image img{transform:scale(1.05)}.card-content{padding:1.5rem}.card-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem}.card-category{color:#00A676;font-weight:700;text-transform:uppercase}.card-date{color:#888}.card-title{font-size:1.4rem;margin-bottom:1rem;line-height:1.3}.card-title a{color:#fff;text-decoration:none}.card-excerpt{color:#bbb;margin-bottom:1.5rem}.card-read-more{color:#00A676;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.card-read-more:hover{color:#fff}.standings-section{margin-bottom:4rem;grid-column:1 / -1}.standings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.standing-card{background:#1a1a1a;padding:2rem;border-radius:12px;box-shadow:0 8px 30px rgb(0 0 0 / .3);transition:all 0.3s ease}.standing-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgb(0 166 118 / .2)}.league-title{color:#00A676;margin-bottom:1rem;font-size:1.5rem}.standing-placeholder{color:#888;padding:2rem;text-align:center;border:2px dashed #333;border-radius:8px}.most-read-section{grid-column:1 / -1;margin-bottom:4rem}.most-read-list{background:#1a1a1a;border-radius:12px;padding:2rem}.most-read-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-bottom:1px solid #333;transition:background 0.3s ease}.most-read-item:hover{background:rgb(0 166 118 / .1)}.most-read-item:last-child{border-bottom:none}.item-rank{background:#00A676;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.2rem;flex-shrink:0}.item-content{flex-grow:1}.item-title{font-size:1.2rem;margin-bottom:.5rem}.item-title a{color:#fff;text-decoration:none}.item-meta{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#888}.item-category{color:#00A676;font-weight:600}.sidebar{background:#1a1a1a;padding:2rem;border-radius:12px;height:fit-content}.widget{margin-bottom:3rem}.widget:last-child{margin-bottom:0}.widget-title{color:#fff;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #00A676}.single-article{background:#1a1a1a;border-radius:16px;overflow:hidden;margin-bottom:3rem}.single-featured-image{height:500px}.single-featured-image img{width:100%;height:100%;object-fit:cover}.single-header{padding:3rem}.single-meta{margin-bottom:2rem}.single-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-tag{background:rgb(0 166 118 / .1);color:#00A676;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-weight:600;border:2px solid #00A676}.category-tag:hover{background:#00A676;color:#fff}.post-meta-info{display:flex;align-items:center;gap:1.5rem;color:#888;font-size:.9rem;flex-wrap:wrap}.post-author a{color:#00A676;text-decoration:none;font-weight:600}.post-read-time{background:rgb(0 166 118 / .1);color:#00A676;padding:.3rem .8rem;border-radius:12px;font-weight:600}.post-views{background:rgb(255 193 7 / .1);color:#ffc107;padding:.3rem .8rem;border-radius:12px;font-weight:600}.single-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;color:#fff}.single-excerpt{font-size:1.3rem;color:#bbb;line-height:1.6}.single-content{padding:0 3rem 3rem}.single-content p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.single-content h2,.single-content h3,.single-content h4{color:#fff;margin:2rem 0 1rem}.single-content a{color:#00A676;text-decoration:none}.single-content a:hover{text-decoration:underline}.single-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.single-content blockquote{border-left:4px solid #00A676;padding-left:2rem;margin:2rem 0;font-style:italic;color:#bbb}.single-footer{padding:3rem;border-top:2px solid #333;background:rgb(0 0 0 / .5)}.single-tags{margin-bottom:3rem}.single-tags h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-item{background:#333;color:#ddd;padding:.5rem 1rem;border-radius:20px;text-decoration:none;font-size:.9rem;transition:all 0.3s ease}.tag-item:hover{background:#00A676;color:#fff}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.nav-previous,.nav-next{padding:1.5rem;background:#1a1a1a;border-radius:12px;transition:all 0.3s ease}.nav-previous:hover,.nav-next:hover{background:#222;transform:translateY(-3px)}.nav-label{display:block;color:#888;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.nav-previous a,.nav-next a{color:#fff;text-decoration:none;font-weight:600;display:block;font-size:1.1rem}.comments-section{background:#1a1a1a;padding:2rem;border-radius:12px}.site-footer{background:#000;padding:4rem 0 2rem;margin-top:4rem}.footer-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-column{color:#bbb}.footer-column h3{color:#fff;margin-bottom:1.5rem;font-size:1.3rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #333;flex-wrap:wrap;gap:1rem}.copyright{color:#888}.footer-menu-list{display:flex;list-style:none;gap:2rem;flex-wrap:wrap}.footer-menu-list a{color:#bbb;text-decoration:none;transition:color 0.3s ease}.footer-menu-list a:hover{color:#00A676}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:#00A676;color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;font-size:1.5rem;z-index:999}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#008f63;transform:translateY(-5px)}.error-404{text-align:center;padding:8rem 0}.error-title{font-size:10rem;color:#00A676;line-height:1;margin-bottom:1rem;font-weight:900}.error-subtitle{font-size:2.5rem;color:#fff;margin-bottom:2rem}.error-content{max-width:600px;margin:0 auto}.error-content p{font-size:1.2rem;color:#bbb;margin-bottom:2rem}.home-btn{display:inline-block;background:#00A676;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;margin-top:2rem;transition:all 0.3s ease}.home-btn:hover{background:#008f63;transform:translateY(-2px)}.search-form{max-width:500px;margin:2rem auto}.search-form input[type="search"]{width:100%;padding:1rem;background:#1a1a1a;border:2px solid #333;border-radius:8px;color:#fff;font-size:1rem}.search-form input[type="submit"]{display:block;width:100%;background:#00A676;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;cursor:pointer;margin-top:1rem;transition:background 0.3s ease}.search-form input[type="submit"]:hover{background:#008f63}.page-links,.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:3rem 0}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:6px;transition:all 0.3s ease}.page-numbers.current{background:#00A676;color:#fff}.page-numbers:hover:not(.current){background:#333;color:#fff}@media (max-width:1200px){.container{padding:0 1.5rem}.main-content{grid-template-columns:1fr}.sidebar{order:2}}@media (max-width:992px){.hero-title{font-size:2.8rem}.single-title{font-size:2.8rem}.news-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.post-navigation{grid-template-columns:1fr}}@media (max-width:768px){.desktop-menu{display:none}.hamburger{display:flex}.hero-image{height:400px}.hero-title{font-size:2.2rem}.hero-content{padding:2rem}.section-title{font-size:2rem}.single-header,.single-content,.single-footer{padding:2rem}.single-title{font-size:2.2rem}.post-meta-info{font-size:.8rem;gap:1rem}.footer-bottom{flex-direction:column;text-align:center}.footer-menu-list{justify-content:center}.error-title{font-size:6rem}.error-subtitle{font-size:1.8rem}}@media (max-width:576px){.container{padding:0 1rem}.header-inner{padding:.8rem 0}.logo img{height:50px}.news-grid{grid-template-columns:1fr}.standings-grid{grid-template-columns:1fr}.hero-meta,.card-meta,.item-meta{flex-wrap:wrap}.mobile-menu{width:100%;right:-100%}.mobile-menu.is-open{right:0}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 0.6s ease forwards}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.hidden{display:none!important}@media print{.site-header,.site-footer,.sidebar,.back-to-top{display:none}body{background:#fff;color:#000}.container{max-width:100%;padding:0}a{color:#000;text-decoration:underline}.main-content{margin-top:0;grid-template-columns:1fr}}