:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#16a34a;--accent-orange:#ea580c;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);padding:24px;transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.navbar-custom{background-color:var(--surface-strong);padding:15px 0;position:sticky;top:0;z-index:1000}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;font-size:1.25rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;font-size:0.95rem;transition:color 0.2s}.navbar-custom .nav-link:hover{color:#ffffff !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 30%,rgba(2,132,199,0.15) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:20px}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:30px}.hero-image{border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-header{margin-bottom:35px;text-align:center}.section-header h2{font-size:2rem;font-weight:700;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:12px}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:10px;font-size:1rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.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:10px 15px;font-weight:700;text-align:center}.group-list{list-style:none;padding:15px;margin:0}.group-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.table-responsive-custom{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{width:100%;border-collapse:collapse;background-color:var(--surface);border-radius:10px;overflow:hidden}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:12px 16px;text-align:left}.table-custom td{padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text-main)}.news-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none}.news-content{flex:1}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:var(--surface-strong)}.news-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:8px}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:10px !important;margin-bottom:12px;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent)}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px;font-size:0.9rem}.footer-title{color:#ffffff;font-size:1.1rem;font-weight:600;margin-bottom:20px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:#ffffff}@media (max-width:768px){.hero-section{padding:40px 0;text-align:center}.hero-title{font-size:1.8rem}.news-item{flex-direction:column;gap:10px}}