:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#111827;--text-main:#1f2937;--text-muted:#4b5563;--accent:#0284c7;--accent-2:#f59e0b;--border:#e5e7eb;--wc-teal:#0d9488;--wc-red:#dc2626;--wc-green:#16a34a}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}.text-accent{color:var(--accent)}.text-accent-2{color:var(--accent-2)}.navbar-custom{background-color:rgba(17,24,39,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--wc-teal);transition:all 0.3s}.navbar-custom .nav-link{color:#f3f4f6 !important;font-weight:500;padding:0.5rem 1rem;transition:color 0.3s}.navbar-custom .nav-link:hover{color:var(--accent-2) !important}.navbar-brand img{max-height:45px}.hero-section{background:linear-gradient(135deg,#111827 0%,#064e3b 100%);color:#ffffff;padding:6rem 0 4rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.5);object-fit:cover}.section-padding{padding:5rem 0}.section-title{position:relative;margin-bottom:3rem;font-size:2.25rem}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background-color:var(--wc-teal);border-radius:2px}.section-title.center::after{left:50%;transform:translateX(-50%)}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.1)}.match-card{background:var(--surface);border-left:5px solid var(--wc-teal);border-radius:10px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600}.match-time{font-size:0.875rem;color:var(--text-muted)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{background:var(--surface);border-radius:12px;overflow:hidden}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-box{background:var(--surface);border-radius:12px;border-top:4px solid var(--accent-2);padding:1.25rem;box-shadow:0 4px 6px rgba(0,0,0,0.03)}.guide-item{display:flex;align-items:flex-start;padding:1.25rem;background:var(--surface);border-radius:12px;margin-bottom:1rem;transition:background-color 0.3s}.guide-item:hover{background-color:#f0fdf4}.guide-icon{font-size:2rem;color:var(--wc-green);margin-right:1rem;flex-shrink:0}.accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--wc-teal)}.footer-custom{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--wc-teal)}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer-link:hover{color:#ffffff}.btn-custom-primary{background-color:var(--wc-teal);color:#ffffff;border:none;padding:0.75rem 1.75rem;font-weight:600;border-radius:8px;transition:background-color 0.3s}.btn-custom-primary:hover{background-color:#0f766e;color:#ffffff}.btn-custom-secondary{background-color:transparent;color:#ffffff;border:2px solid rgba(255,255,255,0.5);padding:0.71rem 1.75rem;font-weight:600;border-radius:8px;transition:background-color 0.3s,border-color 0.3s}.btn-custom-secondary:hover{background-color:rgba(255,255,255,0.1);border-color:#ffffff;color:#ffffff}