:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#059669;--accent-2:#d97706;--border:#e2e8f0;--nav-bg:rgba(15,23,42,0.95)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar{background-color:var(--nav-bg) !important;backdrop-filter:blur(8px);padding:0.75rem 1rem}.navbar-brand img{max-height:40px}.navbar-brand span{color:#ffffff;font-weight:800;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 0.25rem;transition:color 0.2s}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section h1{color:#ffffff;font-size:2.5rem;line-height:1.25;margin-bottom:1.5rem}.hero-badge{background-color:rgba(5,150,105,0.2);border:1px solid var(--accent);color:#34d399;padding:0.35rem 0.75rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1rem}.hero-image{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.badge-live{background-color:var(--accent-2);color:#ffffff;font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px}.badge-stage{background-color:#3b82f6;color:#ffffff;font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px}.match-row{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border);background-color:var(--surface);transition:background-color 0.2s}.match-row:last-child{border-bottom:none}.match-row:hover{background-color:#f8fafc}.team-info{display:flex;align-items:center;width:35%}.team-info.team-right{justify-content:flex-end;text-align:right}.team-flag{width:32px;height:20px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.team-name{font-weight:600;font-size:0.95rem;margin:0 0.75rem}.match-score-status{width:30%;text-align:center}.score-box{background-color:#f1f5f9;padding:0.25rem 0.75rem;border-radius:6px;font-weight:800;font-size:1.125rem;color:var(--surface-strong);display:inline-block}.group-card{background-color:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem;font-weight:700;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.news-img{height:200px;object-fit:cover;border-radius:8px}.stadium-img{width:100%;height:auto;border-radius:12px;object-fit:cover}.accordion-button:not(.collapsed){background-color:rgba(5,150,105,0.08);color:var(--accent)}.accordion-button:focus{box-shadow:0 0 0 0.25rem rgba(5,150,105,0.25)}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:#ffffff;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent)}footer hr{border-color:rgba(255,255,255,0.1)}@media (max-width:768px){.hero-section{padding:3rem 0}.hero-section h1{font-size:1.85rem}.match-row{padding:0.75rem 0.5rem}.team-name{font-size:0.85rem;margin:0 0.35rem}.score-box{font-size:1rem;padding:0.15rem 0.5rem}.group-item{padding:0.5rem 0.75rem}}