:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f4c81;--accent-2:#d9383a;--accent-glow:rgba(15,76,129,0.15);--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:1rem 0;border-bottom:3px solid var(--accent-2)}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link-custom{color:var(--text-light) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 60%,#172a45 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;width:35%;height:100%;background:radial-gradient(circle,rgba(217,56,58,0.15) 0%,transparent 70%);pointer-events:none}.hero-content h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-badge{background-color:var(--accent-2);color:#fff;padding:0.4rem 1rem;border-radius:30px;font-size:0.9rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-img-wrap{border-radius:var(--border-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.5);border:4px solid rgba(255,255,255,0.1)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.status-bar-container{margin-top:-30px;position:relative;z-index:10}.status-card{background:var(--surface);border-radius:var(--border-radius);box-shadow:var(--card-shadow);border:1px solid var(--border);padding:1.5rem}.status-item{border-right:1px solid var(--border);text-align:center}.status-item:last-child{border-right:none}.status-number{font-size:1.8rem;font-weight:700;color:var(--accent)}.section-padding{padding:4.5rem 0}.section-title{position:relative;font-weight:700;font-size:2rem;margin-bottom:2.5rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:50px;height:4px;background-color:var(--accent-2);border-radius:2px}.section-title.center-title{text-align:center}.section-title.center-title::after{left:50%;transform:translateX(-50%)}.schedule-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);padding:1.2rem;margin-bottom:1rem;transition:transform 0.2s,box-shadow 0.2s}.schedule-card:hover{transform:translateY(-2px);box-shadow:var(--card-shadow)}.match-badge{background:#f1f5f9;color:var(--text-muted);font-size:0.8rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.match-team{font-weight:600;font-size:1.05rem}.match-score-box{background:var(--surface-strong);color:var(--text-light);font-weight:700;padding:0.3rem 0.8rem;border-radius:6px;min-width:60px;text-align:center}.match-score-box.unstarted{background:#e2e8f0;color:var(--text-main);font-size:0.85rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:var(--accent);color:var(--text-light);padding:0.8rem 1.2rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header-red{background:var(--accent-2)}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.6rem 1.2rem;font-size:0.9rem}.group-table tbody tr:nth-of-type(even){background-color:#f8fafc}.team-profile-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);overflow:hidden;height:100%;transition:all 0.3s}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,0.08)}.team-banner{height:8px;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.team-info-body{padding:1.5rem}.team-rank-badge{font-size:0.75rem;color:var(--accent-2);border:1px solid var(--accent-2);padding:0.1rem 0.4rem;border-radius:4px}.news-row{margin-bottom:2rem}.news-card-horizontal{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);overflow:hidden;display:flex;height:100%}.news-img{width:35%;object-fit:cover;min-height:180px}.news-body{padding:1.5rem;width:65%;display:flex;flex-direction:column;justify-content:space-between}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.5rem}.leaderboard-card{background:var(--surface);border-radius:var(--border-radius);border:1px solid var(--border);padding:1.5rem;height:100%}.leaderboard-list{list-style:none;padding:0;margin:0}.leaderboard-item{display:flex;align-items:center;justify-content:space-between;padding:0.8rem 0;border-bottom:1px dashed var(--border)}.leaderboard-item:last-child{border-bottom:none}.rank-num{width:24px;height:24px;background:#e2e8f0;color:var(--text-main);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:700;margin-right:0.8rem}.rank-num.top-rank{background:var(--accent-2);color:#fff}.stadium-card{background:var(--surface);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border)}.stadium-img-wrap{height:240px;overflow:hidden;position:relative}.stadium-img-wrap img{width:100%;height:100%;object-fit:cover}.stadium-location{position:absolute;bottom:10px;left:10px;background:rgba(10,25,47,0.85);color:#fff;padding:0.3rem 0.7rem;font-size:0.8rem;border-radius:4px;backdrop-filter:blur(4px)}.guide-box{background:var(--surface);border-radius:var(--border-radius);border-left:5px solid var(--accent);padding:1.5rem;box-shadow:var(--card-shadow);height:100%}.guide-box-red{border-left-color:var(--accent-2)}.rule-item{background:#fff;padding:1.2rem;border-radius:var(--border-radius);border:1px solid var(--border);margin-bottom:1rem}.about-card{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:var(--border-radius);padding:2rem;border:1px solid var(--border)}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:var(--border-radius) !important;margin-bottom:0.8rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:var(--accent-glow)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:5px solid var(--accent)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--accent-2)}.footer-logo img{max-height:50px;margin-bottom:1rem}.mobile-scroll-container{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.5rem}.mobile-scroll-container::-webkit-scrollbar{height:6px}.mobile-scroll-container::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}@media (max-width:768px){.hero-content h1{font-size:2rem}.news-card-horizontal{flex-direction:column;height:auto}.news-img{width:100%;height:180px}.news-body{width:100%}.status-item{border-right:none;border-bottom:1px solid var(--border);padding:1rem 0}.status-item:last-child{border-bottom:none}}