:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0d1e3d;--text-main:#1e293b;--text-muted:#64748b;--accent:#1d4ed8;--accent-green:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--shadow-sm:0 2px 4px rgba(0,0,0,0.02);--shadow-md:0 4px 12px rgba(13,30,61,0.08);--shadow-lg:0 10px 25px rgba(13,30,61,0.12)}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}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--surface-strong)}p,li,td{color:#334155}.navbar{background-color:var(--surface-strong);box-shadow:var(--shadow-md);transition:all 0.3s ease}.navbar-brand{display:flex;align-items:center;font-weight:800;color:#ffffff !important;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s}.nav-link:hover{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#061024 100%);color:#ffffff;padding:100px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(29,78,216,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{color:#ffffff;font-size:2.8rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{color:#cbd5e1;font-size:1.15rem;margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:var(--shadow-lg);border:4px solid rgba(255,255,255,0.1);object-fit:cover}section{padding:80px 0}.section-header{margin-bottom:50px;text-align:center}.section-header h2{font-size:2.2rem;position:relative;display:inline-block;padding-bottom:15px;margin-bottom:15px}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.custom-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.match-badge{font-size:0.75rem;padding:4px 10px;border-radius:30px;font-weight:600}.badge-live{background-color:#fee2e2;color:#ef4444}.badge-upcoming{background-color:#dbeafe;color:#2563eb}.badge-finished{background-color:#f1f5f9;color:#475569}.score-board{display:flex;align-items:center;justify-content:space-between;padding:15px 0}.score-team{display:flex;flex-direction:column;align-items:center;width:35%}.score-team img{width:48px;height:48px;object-fit:contain;margin-bottom:8px}.score-team span{font-weight:600;font-size:0.95rem;text-align:center}.score-number{font-size:1.8rem;font-weight:800;color:var(--surface-strong);width:30%;text-align:center}.table-responsive-custom{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto;box-shadow:var(--shadow-sm)}.table-responsive-custom table{margin-bottom:0;min-width:600px}.table-responsive-custom th{background-color:#f8fafc;color:var(--surface-strong);font-weight:600;padding:16px}.table-responsive-custom td{padding:16px;vertical-align:middle}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:20px;box-shadow:var(--shadow-sm)}.group-title{background-color:var(--surface-strong);color:#ffffff;text-align:center;padding:8px;border-radius:6px;font-weight:700;margin-bottom:15px}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--border)}.group-item:last-child{border-bottom:none}.news-img{height:200px;object-fit:cover;width:100%}.news-title{font-size:1.1rem;margin-bottom:10px;line-height:1.4}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:10px}.guide-section{background-color:var(--surface);border-radius:16px;padding:40px;border:1px solid var(--border);box-shadow:var(--shadow-md)}.accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:12px;overflow:hidden;background-color:var(--surface)}.accordion-button{font-weight:600;color:var(--surface-strong) !important;background-color:var(--surface) !important;box-shadow:none !important}.accordion-button:not(.collapsed){background-color:#f1f5f9 !important;color:var(--accent) !important}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px;font-size:0.95rem}footer h5{color:#ffffff;margin-bottom:20px;font-size:1.15rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:30px;margin-top:40px;text-align:center}.btn-custom{padding:10px 24px;border-radius:8px;font-weight:600;transition:all 0.2s}.btn-custom-primary{background-color:var(--accent-green);color:#ffffff;border:none}.btn-custom-primary:hover{background-color:#059669;color:#ffffff}.btn-custom-secondary{background-color:transparent;color:#ffffff;border:2px solid #ffffff}.btn-custom-secondary:hover{background-color:rgba(255,255,255,0.1);color:#ffffff}@media (max-width:768px){.hero-section{padding:60px 0;text-align:center}.hero-section h1{font-size:2rem}.section-header h2{font-size:1.8rem}.guide-section{padding:20px}}