:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-red:#ef4444;--accent-green:#10b981;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar{background-color:var(--surface-strong);border-bottom:3px solid var(--accent-red);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.nav-link:hover{color:var(--accent-red) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:4rem 0;border-bottom:4px solid var(--accent)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--accent-red)}.hero-meta{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:2rem}.hero-feature-item{background:rgba(255,255,255,0.08);padding:1rem;border-radius:8px;border-left:4px solid var(--accent-green)}.main-container{padding:3rem 0}.content-left{display:flex;flex-direction:column;gap:2.5rem}.sidebar-right{display:flex;flex-direction:column;gap:2rem}.section-card{background-color:var(--surface);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border);padding:1.8rem;overflow:hidden}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--border);display:flex;align-items:center;gap:10px}.section-title::before{content:'';display:inline-block;width:6px;height:24px;background-color:var(--accent);border-radius:3px}.match-bar{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem;transition:transform 0.2s}.match-bar:hover{transform:translateY(-2px)}.match-status{font-size:0.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.match-team{font-weight:700;font-size:1.1rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px}.group-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1.2rem}.group-name{font-size:1.2rem;font-weight:700;color:var(--accent);border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.8rem}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:0.4rem 0;border-bottom:1px dashed #e2e8f0}.group-team-item:last-child{border-bottom:none}.team-thumb-card{border:none;box-shadow:var(--card-shadow);border-radius:12px;overflow:hidden;background:var(--surface)}.team-thumb-card img{width:100%;height:auto;object-fit:cover}.custom-list{list-style:none;padding:0;margin:0}.custom-list-item{display:flex;align-items:center;padding:0.8rem 0;border-bottom:1px solid var(--border)}.custom-list-item:last-child{border-bottom:none}.list-num{width:24px;height:24px;background:var(--accent);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:bold;margin-right:12px}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item:last-child{border-bottom:none}.faq-q{font-weight:700;color:var(--accent);margin-bottom:0.5rem}.faq-a{color:var(--text-muted);font-size:0.95rem}.guide-box{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:8px;padding:1.2rem;margin-bottom:1rem}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--accent-red)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent-red)}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;margin-top:3rem;font-size:0.9rem}@media (max-width:991.98px){.hero-features{grid-template-columns:1fr}.hero-title{font-size:2rem}.main-container{padding:1.5rem 0}.sidebar-right{margin-top:2rem}}