:root{--page-bg:#f5f8fc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-red:#ef4444;--accent-green:#22c55e;--border:#e2e8f0;--card-shadow:0 10px 25px -5px rgba(15,23,42,0.04),0 8px 10px -6px rgba(15,23,42,0.04);--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}.navbar-custom{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:var(--transition)}.navbar-brand img{max-height:40px}.nav-link-custom{color:var(--text-main);font-weight:500;padding:0.5rem 1rem;transition:var(--transition)}.nav-link-custom:hover{color:var(--accent)}.hero-section{padding:8rem 0 5rem;background:linear-gradient(135deg,#e0f2fe 0%,#f0f9ff 100%);position:relative;overflow:hidden}.hero-title{font-size:2.75rem;line-height:1.25;color:var(--surface-strong)}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;transition:var(--transition)}.hero-image-wrapper:hover img{transform:scale(1.02)}.section-header{margin-bottom:3rem}.section-title{font-size:2rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);transition:var(--transition)}.custom-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(15,23,42,0.1)}.live-score-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:bold}.score-display{font-size:1.75rem;font-weight:800;letter-spacing:2px;color:var(--surface-strong)}.schedule-table-container{overflow-x:auto;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.schedule-table{margin-bottom:0;width:100%;min-width:800px}.schedule-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border)}.group-card{border-top:4px solid var(--accent)}.group-header{font-size:1.25rem;font-weight:700;color:var(--surface-strong);border-bottom:1px solid var(--border);padding-bottom:0.75rem}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;border-bottom:1px dashed var(--border)}.group-team-item:last-child{border-bottom:none}.news-img-wrapper{height:200px;overflow:hidden;border-radius:8px;margin-bottom:1rem}.news-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.news-img-wrapper:hover img{transform:scale(1.05)}.news-title{font-size:1.1rem;font-weight:700;color:var(--surface-strong);line-height:1.4;margin-bottom:0.5rem}.guide-box{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:#ffffff;border-radius:12px;padding:2.5rem}.guide-item{border-left:3px solid var(--accent);padding-left:1rem;margin-bottom:1.5rem}.timeline-item{position:relative;padding-left:2rem;border-left:2px solid var(--border);padding-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-6px;top:4px;width:10px;height:10px;border-radius:50%;background-color:var(--accent)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent)}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:5rem 0 2rem}.footer-brand{color:#ffffff;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem}.footer-link{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-link:hover{color:#ffffff}@media (max-width:991px){.hero-title{font-size:2.25rem}.hero-section{padding:6rem 0 3rem}}