:root{--page-bg:#f6f9f8;--surface:#ffffff;--surface-strong:#0a3622;--text-main:#1a2521;--text-muted:#62756f;--accent:#dca134;--accent-hover:#c58f2a;--accent-light:#fdf6e9;--border:#e2e9e6;--card-shadow:0 8px 24px rgba(10,54,34,0.06);--header-height:70px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.text-accent{color:var(--accent)}.bg-stadium{background-color:var(--surface-strong);color:#ffffff}.btn-accent{background-color:var(--accent);color:#ffffff;border:none;font-weight:600;padding:0.6rem 1.5rem;border-radius:8px;transition:all 0.3s ease}.btn-accent:hover{background-color:var(--accent-hover);color:#ffffff;transform:translateY(-2px)}header{height:var(--header-height);background-color:var(--surface-strong);border-bottom:2px solid var(--accent)}.navbar-brand img{max-height:48px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;font-size:1rem;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--accent) !important}#hero{background:linear-gradient(135deg,#0a3622 0%,#124d32 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}#hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(220,161,52,0.15) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2}.hero-img{border-radius:12px;box-shadow:0 12px 36px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}section{padding:5rem 0;scroll-margin-top:var(--header-height)}.section-title{font-weight:800;position:relative;margin-bottom:3rem;color:var(--surface-strong)}.section-title::after{content:"";display:block;width:60px;height:4px;background:var(--accent);margin-top:0.75rem;border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(10,54,34,0.12)}.badge-stage{background-color:var(--surface-strong);color:var(--accent);font-weight:600;padding:0.4em 0.8em;border-radius:6px}.badge-live{background-color:#dc3545;color:white;animation:pulse-live 1.5s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-score-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem;align-items:center;transition:border-color 0.3s}.match-score-row:hover{border-color:var(--accent)}.team-flag-name{display:flex;align-items:center;font-weight:600;font-size:1.1rem}.team-flag-icon{width:28px;height:20px;object-fit:cover;margin-right:10px;border:1px solid var(--border);border-radius:2px}.table-responsive{border-radius:8px;overflow:hidden;border:1px solid var(--border)}.custom-table{margin-bottom:0;background:var(--surface)}.custom-table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.custom-table td{vertical-align:middle}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.img-wrap-shadow{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.img-wrap-shadow img{width:100%;height:auto;display:block}.accordion-item{border:1px solid var(--border);margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden}.accordion-button:not(.collapsed){background-color:var(--accent-light);color:var(--surface-strong);font-weight:bold}.accordion-button:focus{box-shadow:none;border-color:var(--accent)}footer{background-color:#051a10;color:#cadad3;border-top:4px solid var(--accent);padding:4rem 0 2rem 0}footer a{color:#cadad3;text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}section{padding:3.5rem 0}}