:root{--page-bg:#f5f8fa;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0a1128 0%,#1e3a8a 100%);--accent-gradient:linear-gradient(135deg,#0284c7 0%,#10b981 100%)}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}.navbar-custom{background-color:rgba(10,17,40,0.95);backdrop-filter:blur(10px);border-bottom:2px solid #10b981;transition:all 0.3s ease}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#e2e8f0 !important;font-weight:500;margin:0 5px;padding:8px 16px !important;border-radius:8px;transition:all 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;background-color:rgba(2,132,199,0.2);box-shadow:inset 0 0 5px rgba(16,185,129,0.3)}.hero-section{background:var(--primary-gradient);color:#ffffff;position:relative;padding:120px 0 80px 0;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(16,185,129,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;letter-spacing:-0.5px}.hero-badge{background:var(--accent-gradient);color:#ffffff;font-size:0.9rem;font-weight:700;padding:6px 16px;border-radius:50px;display:inline-block;margin-bottom:20px}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1)}.hero-image-wrapper img{width:100%;height:auto;display:block}.live-status-bar{background:var(--surface-strong);color:#ffffff;padding:15px 0;border-bottom:4px solid var(--accent)}.live-card{background:rgba(255,255,255,0.05);border-left:3px solid var(--accent-2);padding:10px 15px;border-radius:6px;font-size:0.85rem}section{padding:80px 0}.section-light{background-color:var(--surface)}.section-dark{background-color:var(--surface-strong);color:#ffffff}.section-title{position:relative;font-weight:800;margin-bottom:40px;font-size:2.2rem}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:var(--accent-gradient);border-radius:2px}.section-title.center::after{left:50%;transform:translateX(-50%)}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.group-container{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.group-header{background:var(--primary-gradient);color:#ffffff;font-weight:bold;padding:10px 15px;border-radius:8px;margin-bottom:15px}.table-custom th{font-weight:600;color:var(--text-muted);border-bottom-width:1px}.table-custom td{vertical-align:middle;font-weight:500}.timeline-wrapper{position:relative;padding-left:30px;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:30px}.timeline-item::before{content:'';position:absolute;left:-37px;top:5px;width:12px;height:12px;border-radius:50%;background:var(--accent-2);border:2px solid var(--surface)}.custom-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:12px;overflow:hidden}.custom-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.custom-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(2,132,199,0.05);box-shadow:none}.footer-custom{background-color:#050b18;color:#94a3b8;padding:60px 0 30px 0;border-top:4px solid var(--accent);font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-custom a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-custom a:hover{color:#ffffff}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.scroll-x-container::-webkit-scrollbar{height:6px}.scroll-x-container::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}