:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#003049;--surface-accent:#d62828;--text-main:#1a1a1a;--text-muted:#5c677d;--text-light:#ffffff;--accent:#f77f00;--accent-2:#fcbf49;--border:#e9ecef;--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;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}.custom-card{background-color:var(--surface);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.04);border:1px solid var(--border);overflow:hidden;transition:var(--transition-smooth)}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.navbar-brand img{max-height:40px}.nav-link{font-weight:500;color:var(--text-main);padding:0.5rem 1rem !important;border-radius:6px}.nav-link:hover,.nav-link.active{color:var(--surface-accent) !important;background-color:rgba(214,40,40,0.05)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#001524 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(247,127,0,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:var(--text-light)}.hero-title span{color:var(--accent-2)}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);object-fit:cover}.status-bar{background-color:var(--surface);border-bottom:2px solid var(--accent);padding:15px 0;box-shadow:0 2px 10px rgba(0,0,0,0.02)}.status-badge{font-size:0.75rem;padding:3px 8px;border-radius:4px;font-weight:bold}.status-live{background-color:var(--surface-accent);color:var(--text-light)}.status-upcoming{background-color:var(--accent);color:var(--text-light)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{width:100%;min-width:600px;border-collapse:separate;border-spacing:0 8px}.table-custom tr{background-color:var(--surface);box-shadow:0 2px 8px rgba(0,0,0,0.02);border-radius:8px}.table-custom td,.table-custom th{padding:16px;vertical-align:middle;border:none}.table-custom tr td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.table-custom tr td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.group-card{border-top:4px solid var(--surface-strong)}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;margin-bottom:6px;background-color:rgba(0,0,0,0.02)}.guide-step{position:relative;padding-left:30px}.guide-step::before{content:'';position:absolute;left:10px;top:6px;bottom:-20px;width:2px;background-color:var(--border)}.guide-step:last-child::before{display:none}.guide-step-dot{position:absolute;left:5px;top:5px;width:12px;height:12px;border-radius:50%;background-color:var(--surface-accent);border:2px solid var(--surface)}.faq-question{font-size:1.1rem;font-weight:600;color:var(--surface-strong);cursor:pointer}.faq-answer{color:var(--text-muted);border-left:3px solid var(--accent);padding-left:15px;margin-top:10px}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);font-size:0.9rem}footer a{color:rgba(255,255,255,0.7)}footer a:hover{color:var(--accent-2)}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:40px 0}}