:root{--primary-color:#0d6efd;--primary-gradient:linear-gradient(135deg,#0d6efd 0%,#0a4ab8 100%);--secondary-color:#198754;--accent-color:#dc3545;--dark-bg:#0f172a;--light-bg:#f8fafc;--card-bg:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 1px 3px rgba(0,0,0,0.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-bg);line-height:1.6;overflow-x:hidden}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{font-weight:500;color:var(--text-main);transition:color 0.3s ease}.nav-link:hover{color:var(--primary-color)}.main-wrapper{max-width:1440px;margin:0 auto;padding:2rem 1rem}.hero-section{background:linear-gradient(180deg,#e0f2fe 0%,var(--light-bg) 100%);border-radius:14px;padding:3rem 2rem;margin-bottom:2.5rem;box-shadow:var(--shadow-sm)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;color:#0f172a}.hero-image{border-radius:12px;box-shadow:var(--shadow-lg);width:100%;height:auto;object-fit:cover}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-left:1rem;color:#0f172a}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:4px;background-color:var(--primary-color);border-radius:2px}.content-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.content-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.score-strip{background-color:#ffffff;border-radius:10px;border:1px solid var(--border-color);padding:1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.score-team{display:flex;align-items:center;gap:0.75rem;font-weight:600;width:40%}.score-team.team-right{justify-content:flex-end}.score-center{text-align:center;width:20%}.score-num{font-size:1.5rem;font-weight:800;color:var(--primary-color);background:#f1f5f9;padding:0.25rem 0.75rem;border-radius:6px}.table-responsive-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid var(--border-color)}.table-custom{margin-bottom:0;min-width:600px}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600}.image-box{position:relative;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm)}.image-box img{width:100%;height:240px;object-fit:cover;transition:transform 0.5s ease}.image-box:hover img{transform:scale(1.05)}.news-item{border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1rem}.news-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.news-date{font-size:0.85rem;color:var(--text-muted)}.news-title{font-size:1.1rem;font-weight:600;color:var(--text-main);margin-top:0.25rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;background-color:#ffffff;color:var(--text-main)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--secondary-color)}footer{background-color:var(--dark-bg);color:#94a3b8;padding:4rem 0 2rem;margin-top:4rem}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s}footer a:hover{color:#ffffff}@media (max-width:768px){.hero-section{padding:1.5rem 1rem}.hero-title{font-size:1.75rem}.score-team span{display:none}.score-team::after{content:attr(data-short);display:inline}.score-team.team-right::after{content:attr(data-short)}}