:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#475569;--accent:#0284c7;--accent-2:#10b981;--border:#e2e8f0;--accent-glow:rgba(2,132,199,0.15);--card-radius:12px}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}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -2px rgba(0,0,0,0.05);transition:transform 0.25s ease,box-shadow 0.25s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}.navbar{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.75rem 1rem}.navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff !important;font-weight:700;font-size:1.25rem}.navbar-brand img{height:40px;width:auto;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,var(--accent-glow) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-img-wrapper{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.stat-badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:8px;padding:1rem;text-align:center}.stat-num{font-size:1.75rem;font-weight:700;color:var(--accent-2);line-height:1;margin-bottom:0.25rem}.stat-label{font-size:0.85rem;color:#94a3b8}.live-ticker-section{background-color:#1e293b;padding:1rem 0;border-bottom:4px solid var(--accent)}.ticker-card{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:0.75rem 1rem;min-width:280px;color:#f8fafc}.ticker-header{font-size:0.75rem;color:var(--accent-2);font-weight:600;text-transform:uppercase;display:flex;justify-content:space-between;margin-bottom:0.5rem}.ticker-team{display:flex;justify-content:space-between;font-size:0.9rem;font-weight:500;margin-bottom:0.25rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background:var(--accent);color:#ffffff;padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;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}.table-responsive-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border)}.profile-card{text-align:center;padding:2rem 1.5rem}.profile-avatar{width:80px;height:80px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--accent);margin:0 auto 1rem auto;border:3px solid var(--accent-glow)}.section-title{position:relative;padding-left:1rem;margin-bottom:1.75rem;font-weight:700;color:var(--text-main)}.section-title::before{content:'';position:absolute;left:0;top:0.2rem;bottom:0.2rem;width:4px;background-color:var(--accent);border-radius:2px}.news-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-thumb{width:100px;height:70px;background-color:#cbd5e1;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.news-info{display:flex;flex-direction:column;justify-content:space-between}.news-title{font-size:1rem;font-weight:600;color:var(--text-main);line-height:1.4;margin-bottom:0.25rem}.news-meta{font-size:0.8rem;color:var(--text-muted)}.guide-image-container{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.08)}.guide-image-container img{width:100%;height:auto;object-fit:cover}.accordion-button:not(.collapsed){background-color:var(--accent-glow);color:var(--accent);font-weight:600}.accordion-button:focus{box-shadow:0 0 0 0.25rem var(--accent-glow)}footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--accent)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--accent-2)}.footer-title{color:#ffffff;font-weight:600;margin-bottom:1.25rem}@media (max-width:991.98px){.hero-section{padding:3rem 0 4rem 0;text-align:center}.hero-title{font-size:2rem}.hero-img-wrapper{margin-top:2rem}.news-item{flex-direction:column}.news-thumb{width:100%;height:150px}}