:root{--primary-color:#0d5257;--secondary-color:#a6192e;--accent-color:#002868;--bg-light:#f4f6f8;--bg-dark:#0f172a;--text-dark:#1e293b;--text-light:#f8fafc;--text-muted:#64748b;--border-color:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:#ffffff;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-color);transition:all 0.3s ease}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:800;letter-spacing:0.5px}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light);background-color:rgba(255,255,255,0.1);border-radius:6px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:100px 0 80px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(13,82,87,0.4) 0%,transparent 50%);z-index:1}.hero-content{position:relative;z-index:2}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;border:4px solid rgba(255,255,255,0.1)}.status-bar{background:#ffffff;border-bottom:1px solid var(--border-color);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);position:relative;z-index:10}.status-item{padding:15px;text-align:center;border-right:1px solid var(--border-color)}.status-item:last-child{border-right:none}.section-title{position:relative;padding-bottom:15px;margin-bottom:40px;font-weight:700;color:var(--accent-color)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--secondary-color),var(--primary-color));border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background:#ffffff;border:1px solid var(--border-color);border-radius:var(--card-radius);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.match-row{background:#ffffff;border-left:5px solid var(--primary-color);border-radius:8px;transition:all 0.2s}.match-row:hover{background:var(--bg-light)}.match-flag{width:32px;height:32px;border-radius:50%;object-fit:cover;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.group-card{background:#ffffff;border-top:4px solid var(--secondary-color)}.group-table th{background-color:var(--bg-light);font-weight:600}.guide-box{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:var(--card-radius);padding:30px;height:100%}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:var(--card-radius) !important;margin-bottom:15px;overflow:hidden}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,82,87,0.08);color:var(--primary-color)}.footer-dark{background-color:var(--bg-dark);color:#94a3b8;padding:60px 0 30px;border-top:4px solid var(--secondary-color)}.footer-dark h5{color:var(--text-light);font-weight:600;margin-bottom:20px}.footer-dark a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-dark a:hover{color:var(--text-light)}@media (max-width:991.98px){.hero-section{padding:80px 0 50px;text-align:center}.hero-img{margin-top:40px}.status-item{border-right:none;border-bottom:1px solid var(--border-color)}}