:root {
--primary: #68e7ff;
--primary-rgb: 104, 231, 255;
--primary-dark: #147ea8;
--primary-light: #dcecf3;
--primary-glow: rgba(104, 231, 255, 0.4);
--accent: #a8f2ff;
--bg-modal: rgba(3, 16, 27, 0.96);
--badge-logue: linear-gradient(135deg, #dcecf3, #68e7ff);
--badge-rate: linear-gradient(135deg, #147ea8, #68e7ff);
--badge-promo: linear-gradient(135deg, #09253a, #147ea8);
--stat-gold: #dcecf3;
--stat-light: #68e7ff;
--bg-dark: #03101b;
--bg-dark-rgb: 3, 16, 27;
--bg-footer: #02080e;
--bg-card: rgba(255, 255, 255, 0.04);
--border-glass: rgba(255, 255, 255, 0.12);
--text-main: #ffffff;
--text-dim: rgba(255, 255, 255, 0.65);
--nav-height: 80px;
}

.logo-img {
height: 180px !important;
}

.hero-main-logo {
    max-width: 820px !important;
}
