:root{--page-bg:#0b132b;--surface:#1c2541;--surface-strong:#3a506b;--text-main:#f8f9fa;--text-muted:#cbd5e1;--accent:#ff0055;--accent-green:#00b4d8;--border:rgba(255,255,255,0.1);--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);padding:24px;height:100%;transition:transform 0.3s ease,box-shadow 0.3s ease}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.section-title{position:relative;padding-left:15px;font-weight:700;margin-bottom:30px;color:var(--text-main)}.section-title::before{content:'';position:absolute;left:0;top:5px;bottom:5px;width:5px;background:linear-gradient(to bottom,var(--accent),var(--accent-green));border-radius:2px}.navbar-custom{background-color:rgba(11,19,43,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-main);display:flex;align-items:center;gap:10px}.navbar-custom .nav-link{color:var(--text-muted);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-green)}.hero-section{padding:120px 0 80px;background:radial-gradient(circle at top right,rgba(0,180,216,0.15),transparent 60%)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,#ffffff 30%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--card-radius);box-shadow:0 15px 30px rgba(0,0,0,0.5);border:1px solid var(--border);object-fit:cover}.badge-live{background-color:var(--accent);color:#fff;padding:4px 8px;border-radius:4px;font-size:0.75rem;text-transform:uppercase;font-weight:bold}.badge-info-custom{background-color:rgba(0,180,216,0.2);color:var(--accent-green);padding:4px 8px;border-radius:4px;font-size:0.75rem;font-weight:bold}.table-custom{background:var(--surface);color:var(--text-main);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.table-custom th{background-color:rgba(255,255,255,0.05);border-bottom:2px solid var(--border);color:var(--text-muted);font-weight:600}.table-custom td{border-bottom:1px solid var(--border);vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background:linear-gradient(135deg,var(--surface-strong),rgba(58,80,107,0.5));padding:12px 15px;font-weight:bold;border-bottom:1px solid var(--border)}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{padding:10px 15px;border-bottom:1px solid rgba(255,255,255,0.05);display:flex;justify-content:space-between;align-items:center}.group-team-item:last-child{border-bottom:none}footer{background-color:#050b1a;border-top:1px solid var(--border);color:var(--text-muted);padding:60px 0 30px}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:100px 0 50px}}