:root{--primary-color:#0d5c3a;--primary-dark:#073a24;--secondary-color:#1e293b;--accent-color:#d97706;--accent-hover:#b45309;--bg-light:#f8fafc;--bg-white:#ffffff;--text-main:#0f172a;--text-muted:#475569;--border-color:#cbd5e1;--radius-custom:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.625;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);font-weight:700}.navbar-custom{background-color:var(--bg-white);box-shadow:0 4px 20px rgba(0,0,0,0.05);padding:12px 0;position:sticky;top:0;z-index:1050}.navbar-brand img{max-height:48px;width:auto}.nav-link-custom{color:var(--text-main);font-weight:600;font-size:0.95rem;padding:8px 16px !important;transition:var(--transition-smooth)}.nav-link-custom:hover,.nav-link-custom.active{color:var(--primary-color)}@media (min-width:1200px){.side-navigator{position:fixed;right:30px;top:50%;transform:translateY(-50%);z-index:999;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-custom);padding:15px 10px;box-shadow:0 10px 30px rgba(0,0,0,0.08)}.side-navigator a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:8px 0;border-radius:50%;color:var(--text-muted);transition:var(--transition-smooth);text-decoration:none}.side-navigator a:hover{background-color:var(--primary-color);color:var(--bg-white)}}.hero-section{background:linear-gradient(135deg,#0d5c3a 0%,#1e293b 100%);padding:80px 0 120px;color:var(--bg-white);position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(217,119,6,0.15) 0%,transparent 60%);pointer-events:none}.hero-content h1{color:var(--bg-white);font-size:2.8rem;line-height:1.25;margin-bottom:24px}.hero-desc{color:rgba(255,255,255,0.85);font-size:1.15rem;margin-bottom:30px}.hero-img-box{position:relative;border-radius:var(--radius-custom);overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-img-box img{width:100%;height:auto;object-fit:cover;transition:var(--transition-smooth)}.hero-img-box:hover img{transform:scale(1.03)}.data-strip{margin-top:-50px;position:relative;z-index:10}.data-strip-card{background-color:var(--bg-white);border-radius:var(--radius-custom);border:1px solid rgba(0,0,0,0.05);box-shadow:0 10px 30px rgba(0,0,0,0.08);padding:24px;transition:var(--transition-smooth)}.data-strip-card:hover{transform:translateY(-5px)}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-custom);padding:24px;box-shadow:0 4px 12px rgba(0,0,0,0.02);transition:var(--transition-smooth);height:100%}.custom-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.06);border-color:var(--primary-color)}.schedule-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0 8px}.schedule-table th{background-color:var(--primary-color);color:var(--bg-white);padding:14px 16px;font-weight:600}.schedule-table th:first-child{border-top-left-radius:var(--radius-custom);border-bottom-left-radius:var(--radius-custom)}.schedule-table th:last-child{border-top-right-radius:var(--radius-custom);border-bottom-right-radius:var(--radius-custom)}.schedule-row{background-color:var(--bg-white);box-shadow:0 2px 6px rgba(0,0,0,0.02);transition:var(--transition-smooth)}.schedule-row:hover{background-color:#f1f5f9}.schedule-row td{padding:16px;vertical-align:middle;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.schedule-row td:first-child{border-left:1px solid var(--border-color);border-top-left-radius:var(--radius-custom);border-bottom-left-radius:var(--radius-custom)}.schedule-row td:last-child{border-right:1px solid var(--border-color);border-top-right-radius:var(--radius-custom);border-bottom-right-radius:var(--radius-custom)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.group-box{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-custom);overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.02)}.group-header{background-color:var(--primary-color);color:var(--bg-white);padding:12px 16px;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-body{padding:16px}.group-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.group-row:last-child{border-bottom:none}.custom-list{list-style:none;padding:0;margin:0}.custom-list-item{padding:12px 16px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px}.custom-list-item:last-child{border-bottom:none}.data-rank-list{padding:0}.data-rank-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9}.data-rank-item:last-child{border-bottom:none}.rank-number{width:28px;height:28px;border-radius:50%;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.9rem}.rank-number.top-1{background-color:#fef08a;color:#854d0e}.rank-number.top-2{background-color:#e2e8f0;color:#475569}.rank-number.top-3{background-color:#ffedd5;color:#9a3412}.faq-box .accordion-item{border:1px solid var(--border-color) !important;border-radius:var(--radius-custom) !important;margin-bottom:12px;overflow:hidden}.faq-box .accordion-button{font-weight:600;color:var(--secondary-color);background-color:var(--bg-white)}.faq-box .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--primary-color);box-shadow:none}.faq-box .accordion-body{color:var(--text-muted);line-height:1.7}.stadium-card{border-radius:var(--radius-custom);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:var(--transition-smooth);background-color:var(--bg-white);height:100%}.stadium-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,0.1)}.stadium-img-wrapper{position:relative;height:220px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover}.stadium-badge{position:absolute;top:15px;left:15px;background-color:rgba(13,92,58,0.95);color:white;padding:4px 12px;border-radius:20px;font-size:0.8rem;font-weight:bold}.stadium-info{padding:20px}.footer-custom{background-color:var(--secondary-color);color:rgba(255,255,255,0.8);padding:60px 0 30px;font-size:0.95rem}.footer-custom h5{color:var(--bg-white);margin-bottom:20px;font-weight:600}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--accent-color);padding-left:4px}@media (max-width:991.98px){.hero-section{padding:60px 0 80px;text-align:center}.hero-content h1{font-size:2.2rem}.data-strip{margin-top:-30px}}