:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1c2434;--text-muted:#64748b;--accent:#0052cc;--accent-green:#00a86b;--accent-red:#da291c;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition)}.site-header{background-color:var(--surface-strong);padding:0.75rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,0.15)}.header-container{display:flex;align-items:center;justify-content:space-between}.brand-logo{display:flex;align-items:center;gap:10px}.brand-logo img{height:45px;width:auto;object-fit:contain}.brand-name{color:#ffffff;font-size:1.25rem;font-weight:800;letter-spacing:0.5px}.nav-list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;padding:0.5rem 0.75rem;border-bottom:2px solid transparent}.nav-link:hover,.nav-link.active{color:#ffffff;border-bottom-color:var(--accent-red)}.main-layout{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem 0}@media (min-width:992px){.main-layout{grid-template-columns:8fr 4fr}}.content-section{background:var(--surface);border-radius:var(--card-radius);padding:1.75rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.03);border:1px solid var(--border)}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:0.75rem;border-bottom:3px solid var(--accent);display:inline-block;position:relative}.section-title::after{content:'';position:absolute;bottom:-3px;left:50px;width:30px;height:3px;background-color:var(--accent-red)}.hero-banner{background:linear-gradient(135deg,#0a1128 0%,#102a43 100%);border-radius:var(--card-radius);padding:3rem 2rem;color:#ffffff;position:relative;overflow:hidden;margin-bottom:2.5rem}.hero-content h1{font-size:2.25rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.85);max-width:700px;margin-bottom:2rem}.hero-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:0.95rem}.hero-meta-item{background:rgba(255,255,255,0.1);padding:0.5rem 1rem;border-radius:30px;border:1px solid rgba(255,255,255,0.2);display:flex;align-items:center;gap:0.5rem}.hero-img-wrap{margin-top:2rem;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.5)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover;max-height:420px}.match-ticker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.match-card{background:#f8fafc;border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem;position:relative;transition:var(--transition)}.match-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,0.05);border-color:var(--accent)}.match-card .status-bar{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;font-weight:600;margin-bottom:1rem}.status-badge{padding:0.25rem 0.5rem;border-radius:4px}.status-live{background-color:#fee2e2;color:var(--accent-red)}.status-upcoming{background-color:#e0f2fe;color:var(--accent)}.status-ended{background-color:#f1f5f9;color:var(--text-muted)}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.team-info{display:flex;align-items:center;gap:0.75rem;font-weight:700}.team-flag{width:24px;height:16px;background-size:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.score-num{font-size:1.25rem;font-weight:800;color:var(--text-main)}.match-footer{margin-top:1rem;border-top:1px dashed var(--border);padding-top:0.75rem;font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between}.schedule-table-wrap{overflow-x:auto}.schedule-table{width:100%;border-collapse:collapse;font-size:0.9rem}.schedule-table th{background-color:#f8fafc;color:var(--text-main);font-weight:700;padding:1rem;text-align:left;border-bottom:2px solid var(--border)}.schedule-table td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle}.schedule-table tr:hover{background-color:#fcfdfe}.group-matrix{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.group-box{background:#ffffff;border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 2px 8px rgba(0,0,0,0.02);overflow:hidden}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.team-card-profile{background:#ffffff;border:1px solid var(--border);border-radius:var(--card-radius);padding:1rem;text-align:center;transition:var(--transition)}.team-card-profile:hover{border-color:var(--accent-red);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.05)}.profile-flag{width:48px;height:32px;margin:0 auto 0.75rem auto;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.profile-name{font-weight:700;font-size:0.95rem;margin-bottom:0.25rem}.profile-region{font-size:0.75rem;color:var(--text-muted)}.stadium-showcase{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media (min-width:768px){.stadium-showcase{grid-template-columns:1fr 1fr}}.stadium-img{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.stadium-img img{width:100%;height:auto;object-fit:cover}.city-badges{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1rem}.city-badge{background:#f1f5f9;color:var(--text-main);padding:0.4rem 0.8rem;border-radius:30px;font-size:0.85rem;font-weight:600}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{display:flex;gap:1rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none;padding-bottom:0}.news-date{background:#f1f5f9;color:var(--text-muted);padding:0.5rem;border-radius:8px;font-size:0.8rem;text-align:center;min-width:70px;font-weight:700}.news-date span{display:block;font-size:1.1rem;color:var(--text-main)}.news-title{font-size:0.95rem;font-weight:700;line-height:1.4;color:var(--text-main)}.guide-container{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.guide-container{grid-template-columns:5fr 7fr}}.guide-banner-img{border-radius:var(--card-radius);overflow:hidden;height:100%;min-height:200px}.guide-banner-img img{width:100%;height:100%;object-fit:cover}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.guide-card{background:#f8fafc;padding:1.25rem;border-radius:var(--card-radius);border-left:4px solid var(--accent)}.guide-card.green{border-left-color:var(--accent-green)}.guide-card.red{border-left-color:var(--accent-red)}.history-timeline{display:flex;flex-direction:column;gap:1rem}.timeline-card{background:#f8fafc;border-radius:var(--card-radius);padding:1.25rem;position:relative}.timeline-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--accent);border-top-left-radius:var(--card-radius);border-bottom-left-radius:var(--card-radius)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;background:#ffffff}.faq-question{background:#ffffff;padding:1rem 1.25rem;font-weight:700;font-size:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none}.faq-answer{padding:1rem 1.25rem;background:#f8fafc;border-top:1px solid var(--border);color:var(--text-muted);font-size:0.9rem}.aside-widget{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px rgba(0,0,0,0.03);border:1px solid var(--border)}.widget-title{font-size:1.2rem;font-weight:700;margin-bottom:1.25rem;border-bottom:2px solid var(--border);padding-bottom:0.5rem;color:var(--text-main)}.site-footer{background-color:var(--surface-strong);color:#ffffff;padding:4rem 0 2rem 0;font-size:0.9rem;margin-top:4rem}.footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:3rem}.footer-logo-area img{height:50px;margin-bottom:1rem}.footer-title{color:#ffffff;font-weight:700;font-size:1.1rem;margin-bottom:1.25rem;position:relative}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(255,255,255,0.7)}.footer-links a:hover{color:#ffffff;padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;text-align:center;color:rgba(255,255,255,0.6);font-size:0.85rem}