:root {
    --main-bg: #0a0b10;
    --surface: #141622;
    --neon-blue: #00f2ff;
    --neon-purple: #bc13fe;
    --neon-magenta: #ff00ff;
    --text-primary: #ffffff;
    --text-secondary: #cbd5e1;
    --muted: #64748b;
}

body {
    background-color: var(--main-bg);
    color: var(--text-primary);
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.text-muted {
    color: var(--muted) !important;
}

.neon-text {
    color: var(--neon-blue);
    text-shadow: 0 0 10px var(--neon-blue);
}

.orbitron {
    font-family: 'Orbitron', sans-serif;
}

.glass-panel {
    background: rgba(20, 22, 34, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(188, 19, 254, 0.2);
}

.btn-neon {
    background: transparent;
    border: 2px solid var(--neon-blue);
    color: var(--neon-blue);
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 1px;
    transition: 0.4s ease-in-out;
}

.btn-neon:hover {
    background: var(--neon-blue);
    color: var(--main-bg);
    box-shadow: 0 0 20px var(--neon-blue);
}

/* ===== header ===== */
.blylongus-header {
    background-color: #0a0b10;
    border-bottom: 2px solid rgba(188, 19, 254, 0.3);
    z-index: 1050;
}

.blylongus-header .navbar {
    padding: 0.8rem 0;
}

.blylongus-header .blylongus-logo {
    max-width: 45px;
    height: auto;
    transition: transform 0.4s ease;
}

.blylongus-header .navbar-brand:hover .blylongus-logo {
    transform: scale(1.1) rotate(5deg);
}

.blylongus-header .blylongus-brand-name {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    color: #00f2ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.blylongus-header .nav-link {
    font-family: 'Inter', sans-serif;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.blylongus-header .nav-link:hover,
.blylongus-header .nav-link:focus {
    color: #bc13fe !important;
}

.blylongus-header .dropdown-menu {
    background-color: #141622;
    border: 1px solid #bc13fe;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(188, 19, 254, 0.2);
}

.blylongus-header .dropdown-item {
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
}

.blylongus-header .dropdown-item:hover {
    background-color: #4338ca;
    color: #00f2ff;
}

.blylongus-header .btn-neon-auth {
    background: transparent;
    border: 2px solid #00f2ff;
    color: #00f2ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 0 5px rgba(0, 242, 255, 0.2);
}

.blylongus-header .btn-neon-auth:hover {
    background: #00f2ff;
    color: #0a0b10;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.6);
}

@media (max-width: 991.98px) {
    .blylongus-header .navbar-collapse {
        background-color: #141622;
        padding: 1rem;
        border-top: 1px solid #4338ca;
        margin-top: 0.5rem;
    }

    .blylongus-header .blylongus-brand-name {
        font-size: 1rem;
    }

    .blylongus-header .blylongus-auth-wrapper {
        flex-grow: 1;
    }

    .blylongus-header .btn-neon-auth {
        font-size: 0.65rem;
        padding: 6px 12px !important;
    }
}

/* ===== hero ===== */
.hero-section {
    min-height: 85vh;
    background-image: url('../site-files/assets/pics/blylongus-cyber-gaming-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
    z-index: 99;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 11, 16, 0.55) 0%, rgba(30, 27, 75, 0.45) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-content-box {
    position: relative;
    z-index: 10;
    background: #0a0b10;
    border: 1px solid rgba(188, 19, 254, 0.3);
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.hero-title {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 500;
}

.btn-neon-blue {
    background-color: #00f2ff;
    color: #0a0b10;
    font-weight: 700;
    border: none;
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

.btn-neon-blue:hover {
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.8);
    transform: translateY(-2px);
    color: #0a0b10;
}

.btn-outline-neon-purple {
    border: 2px solid #bc13fe;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(188, 19, 254, 0.3);
    transition: all 0.4s ease-in-out;
}

.btn-outline-neon-purple:hover {
    background-color: #bc13fe;
    box-shadow: 0 0 20px rgba(188, 19, 254, 0.6);
    transform: translateY(-2px);
    color: #ffffff;
}

.hero-disclaimer-box {
    border-color: rgba(142, 154, 175, 0.2) !important;
}

.hero-disclaimer-text {
    font-size: 0.85rem;
    color: #f8f9fa;
    font-style: italic;
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 18px !important;
    }

    .hero-subtitle {
        font-size: 14px !important;
    }

    .hero-section {
        min-height: auto;
        padding: 40px 0;
    }

    .hero-disclaimer-text {
        font-size: 12px;
    }
}

/* ===== about_intro ===== */
.about-intro-section {
    background-color: #0a0b10;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.about-intro-section .text-neon-blue {
    color: #00f2ff;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.4);
}

.about-intro-section .text-light-secondary {
    color: #cbd5e1;
    line-height: 1.8;
}

.about-intro-section .disclaimer-box {
    background: rgba(188, 19, 254, 0.1);
    border-left: 4px solid #bc13fe;
    border-radius: 4px;
    color: #cbd5e1;
}

.about-intro-section .btn-neon-action {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #00f2ff;
    color: #00f2ff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-intro-section .btn-neon-action:hover {
    background: #00f2ff;
    color: #0a0b10;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.6);
    transform: translateY(-2px);
}

.about-intro-section .image-glow-wrapper {
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.about-intro-section .image-glow-wrapper img {
    border-radius: 8px;
    border: 1px solid rgba(188, 19, 254, 0.3);
    object-fit: cover;
    width: 100%;
    height: auto;
}

.about-intro-section .glow-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #00f2ff;
    border-radius: 10px;
    opacity: 0.3;
    pointer-events: none;
    animation: pulse-glow 3s infinite alternate;
}

@keyframes pulse-glow {
    0% {
        opacity: 0.2;
        box-shadow: 0 0 5px #00f2ff;
    }

    100% {
        opacity: 0.5;
        box-shadow: 0 0 15px #00f2ff;
    }
}

@media (max-width: 767px) {
    .about-intro-section .display-5 {
        font-size: 1.5rem;
    }

    .about-intro-section .lead {
        font-size: 1rem;
    }
}

/* ===== games_showcase ===== */
.blylongus-games-showcase {
    background: #0a0b10;
    background: linear-gradient(135deg, #0a0b10 0%, #1e1b4b 100%);
    color: #ffffff;
    font-family: 'Inter', 'Orbitron', sans-serif;
}

.blylongus-games-showcase .blylongus-title {
    color: #ffffff;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}

.blylongus-games-showcase .blylongus-subtitle {
    color: #00f2ff;
    opacity: 0.9;
}

.blylongus-games-showcase .blylongus-game-card {
    background: rgba(20, 22, 34, 0.85);
    border: 1px solid rgba(188, 19, 254, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    backdrop-filter: blur(10px);
}

.blylongus-games-showcase .blylongus-game-card:hover {
    transform: translateY(-10px);
    border-color: #00f2ff;
    box-shadow: 0 10px 30px rgba(0, 242, 255, 0.2);
}

.blylongus-games-showcase .blylongus-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blylongus-games-showcase .blylongus-game-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blylongus-games-showcase .blylongus-game-card:hover .blylongus-game-img {
    transform: scale(1.1);
}

.blylongus-games-showcase .blylongus-card-desc {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.5;
}

.blylongus-games-showcase .blylongus-btn-neon {
    background: transparent;
    border: 2px solid #bc13fe;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.blylongus-games-showcase .blylongus-btn-neon:hover {
    background: #bc13fe;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(188, 19, 254, 0.6);
    border-color: #bc13fe;
}

.blylongus-games-showcase .blylongus-disclaimer-box {
    background: rgba(10, 11, 16, 0.6);
    border: 1px solid rgba(100, 116, 139, 0.3);
    border-radius: 8px;
}

.blylongus-games-showcase .blylongus-muted-text {
    color: #8e9aaf;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .blylongus-games-showcase .blylongus-title {
        font-size: 1.75rem;
    }

    .blylongus-games-showcase .blylongus-subtitle {
        font-size: 1rem;
    }

    .blylongus-games-showcase .blylongus-img-wrapper {
        height: 180px;
    }
}

/* ===== features ===== */
.community-features {
    background: #0a0b10;
    position: relative;
    overflow: hidden;
}

.community-features .disclaimer-badge {
    background: rgba(67, 56, 202, 0.2);
    border: 1px solid #4338ca;
    color: #00f2ff;
    letter-spacing: 1px;
}

.community-features .feature-card {
    background: rgba(20, 22, 34, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(188, 19, 254, 0.3);
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
}

.community-features .feature-card:hover {
    transform: translateY(-10px);
    border-color: #00f2ff;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
}

.community-features .feature-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(188, 19, 254, 0.1);
    border-radius: 50%;
    border: 2px solid #bc13fe;
    box-shadow: 0 0 15px rgba(188, 19, 254, 0.4);
    transition: all 0.4s ease;
}

.community-features .feature-card:hover .feature-icon-wrapper {
    background: #00f2ff;
    border-color: #00f2ff;
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.6);
}

.community-features .feature-icon-wrapper i {
    font-size: 1.8rem;
    color: #bc13fe;
    transition: all 0.4s ease;
}

.community-features .feature-card:hover .feature-icon-wrapper i {
    color: #0a0b10;
}

.community-features .btn-glow {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    border: 2px solid #00f2ff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.3);
}

.community-features .btn-glow:hover {
    background: #00f2ff;
    color: #0a0b10;
    box-shadow: 0 0 30px rgba(0, 242, 255, 0.8);
}

.community-features .text-secondary {
    color: #cbd5e1 !important;
}

@media (max-width: 767px) {
    .community-features h2 {
        font-size: 1.5rem !important;
    }

    .community-features h3 {
        font-size: 1.1rem !important;
    }

    .community-features p {
        font-size: 0.9rem !important;
    }
}

/* ===== footer ===== */
.blylongus-footer {
    background-color: #0a0b10;
    color: #8e9aaf;
    border-top: 2px solid #141622;
}

.blylongus-footer .footer-disclaimer-box {
    background: rgba(188, 19, 254, 0.1);
    border: 1px solid rgba(188, 19, 254, 0.3);
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(188, 19, 254, 0.1);
}

.blylongus-footer .org-logo {
    width: 120px;
    height: auto;
    filter: none !important;
    transition: transform 0.3s ease;
}

.blylongus-footer .org-logo:hover {
    transform: scale(1.05);
}

.blylongus-footer .org-logo-static {
    width: 50px;
    height: auto;
    border: 2px solid #ff0000;
    border-radius: 50%;
    padding: 5px;
}

.blylongus-footer .footer-links li {
    margin-bottom: 0.5rem;
}

.blylongus-footer .footer-links a {
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.blylongus-footer .footer-links a:hover {
    color: #00f2ff !important;
    padding-left: 5px;
}

.blylongus-footer .btn-neon-blue {
    background-color: #00f2ff;
    color: #0a0b10;
    font-weight: bold;
    border: none;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.4);
}

.blylongus-footer .btn-neon-blue:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.6);
}

.blylongus-footer .age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 11, 16, 0.98);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.blylongus-footer .age-modal-content {
    background: #141622;
    border: 2px solid #bc13fe;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(188, 19, 254, 0.4);
}

@media (max-width: 768px) {
    .blylongus-footer .org-logo {
        width: 100px;
    }

    .blylongus-footer .age-modal-content {
        padding: 25px;
    }
}

.blylongus-hero-category {
    background: linear-gradient(135deg, #0a0b10 0%, #1e1b4b 100%);
    border-bottom: 2px solid rgba(188, 19, 254, 0.3);
}

.blylongus-hero-category .blylongus-hero-subtitle {
    max-width: 800px;
    font-size: 1.1rem;
}

.blylongus-catalog-section {
    background-color: #0a0b10;
}

.blylongus-catalog-section .blylongus-search-box .input-group-text {
    background-color: #141622;
    border: 1px solid #bc13fe;
    color: #00f2ff;
}

.blylongus-catalog-section .blylongus-search-box .form-control {
    background-color: #141622;
    border: 1px solid #bc13fe;
    color: #ffffff;
}

.blylongus-catalog-section .blylongus-search-box .form-control::placeholder {
    color: #8e9aaf;
}

.blylongus-catalog-section .btn-filter {
    background: transparent;
    border: 1px solid #4338ca;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    padding: 0.5rem 1.2rem;
    transition: all 0.3s ease;
}

.blylongus-catalog-section .btn-filter:hover,
.blylongus-catalog-section .btn-filter.active {
    background: #4338ca;
    border-color: #00f2ff;
    color: #00f2ff;
    box-shadow: 0 0 10px rgba(67, 56, 202, 0.5);
}

.blylongus-catalog-section .blylongus-game-card {
    background-color: #141622;
    border: 1px solid rgba(188, 19, 254, 0.3);
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease;
    position: relative;
}

.blylongus-catalog-section .blylongus-game-card:hover {
    transform: translateY(-10px);
    border-color: #00f2ff;
    box-shadow: 0 10px 30px rgba(0, 242, 255, 0.2);
}

.blylongus-catalog-section .card-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blylongus-catalog-section .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blylongus-catalog-section .blylongus-game-card:hover .card-media img {
    transform: scale(1.1);
}

.blylongus-catalog-section .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 11, 16, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blylongus-catalog-section .blylongus-game-card:hover .card-overlay {
    opacity: 1;
}

.blylongus-catalog-section .btn-neon-cyan {
    background: transparent;
    border: 2px solid #00f2ff;
    color: #00f2ff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.6rem 1.5rem;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.3);
}

.blylongus-catalog-section .btn-neon-cyan:hover {
    background: #00f2ff;
    color: #0a0b10;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.6);
}

.blylongus-catalog-section .card-details h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
}

.blylongus-catalog-section .bg-indigo-glow {
    background-color: #4338ca;
    color: #ffffff;
}

@media (max-width: 768px) {
    .blylongus-hero-category h1 {
        font-size: 18px !important;
    }

    .blylongus-hero-category .blylongus-hero-subtitle {
        font-size: 14px !important;
    }

    .blylongus-catalog-section .card-details h3 {
        font-size: 14px !important;
    }
}


/* ===== PAGE: about ===== */
.about-section {
  background: #0a0b10;
  color: #ffffff;
  overflow: hidden;
}
.about-section .text-glow {
  font-family: 'Orbitron', sans-serif;
  color: #00f2ff;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
  letter-spacing: 0.1em;
}
.about-section .about-image-wrapper {
  border: 1px solid rgba(188, 19, 254, 0.3);
  padding: 10px;
  background: rgba(20, 22, 34, 0.5);
}
.about-section .status-badge {
  bottom: 20px;
  right: 20px;
  background: #ff00ff;
  color: white;
  padding: 5px 15px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
}
.about-section .feature-card {
  background: rgba(20, 22, 34, 0.85);
  border: 1px solid rgba(188, 19, 254, 0.2);
  transition: all 0.4s ease-in-out;
}
.about-section .feature-card:hover {
  border-color: #00f2ff;
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
}
.about-section .neon-text-purple { color: #bc13fe; }
.about-section .neon-text-blue { color: #00f2ff; }
.about-section .neon-text-magenta { color: #ff00ff; }
.about-section .btn-neon-primary {
  background: #00f2ff;
  color: #0a0b10;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.about-section .btn-neon-primary:hover {
  background: #ffffff;
  box-shadow: 0 0 20px #00f2ff;
}
.about-section .btn-outline-neon {
  border: 2px solid #ff00ff;
  color: #ff00ff;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.about-section .btn-outline-neon:hover {
  background: #ff00ff;
  color: white;
  box-shadow: 0 0 20px #ff00ff;
}
.about-section .vision-block {
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.4) 0%, rgba(10, 11, 16, 0.8) 100%);
  border: 1px solid rgba(67, 56, 202, 0.3);
}
.about-section .vision-block h2 {
  font-family: 'Orbitron', sans-serif;
  color: #4338ca;
  text-transform: uppercase;
}

/* ===== PAGE: news ===== */
.news-section {
  background: #0a0b10;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}
.news-section__main-title {
  font-family: 'Orbitron', sans-serif;
  color: #00f2ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}
.news-section__filter-btn {
  background: transparent;
  color: #8e9aaf;
  border: 1px solid rgba(0, 242, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  transition: all 0.4s ease;
}
.news-section__filter-btn.active,
.news-section__filter-btn:hover {
  background: #00f2ff;
  color: #0a0b10;
  border-color: #00f2ff;
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
}
.news-section__card {
  background: #141622;
  border: 1px solid rgba(188, 19, 254, 0.3);
  height: 100%;
  transition: transform 0.4s ease, border-color 0.4s ease;
  display: flex;
  flex-direction: column;
}
.news-section__card:hover {
  transform: translateY(-5px);
  border-color: #bc13fe;
  box-shadow: 0 5px 20px rgba(188, 19, 254, 0.2);
}
.news-section__img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.news-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.news-section__card:hover .news-section__img {
  transform: scale(1.1);
}
.news-section__tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #bc13fe;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.news-section__content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-section__date {
  color: #8e9aaf;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.news-section__title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.3;
}
.news-section__text {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.news-section__link {
  margin-top: auto;
  color: #00f2ff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0;
  background: transparent;
  border: none;
  text-align: left;
  width: fit-content;
}
.news-section__link:hover {
  color: #ff00ff;
  background: transparent;
}
@media (max-width: 767px) {
  .news-section__main-title { font-size: 18px; }
  .news-section__title { font-size: 14px; }
}

/* ===== PAGE: guide ===== */
.guide-section { background-color: #0a0b10; color: #ffffff; font-family: 'Inter', sans-serif; }.guide-section__main-title { font-family: 'Orbitron', sans-serif; color: #00f2ff; text-transform: uppercase; border-bottom: 2px solid #bc13fe; display: inline-block; padding-bottom: 10px; }.guide-section__intro { color: #cbd5e1; max-width: 800px; font-size: 1.1rem; }.guide-card { background: rgba(20, 22, 34, 0.85); border: 1px solid rgba(188, 19, 254, 0.3); border-radius: 12px; padding: 2rem; transition: all 0.4s ease-in-out; }.guide-card:hover { transform: translateY(-10px); border-color: #00f2ff; box-shadow: 0 0 15px rgba(0, 242, 255, 0.4); }.guide-card__icon-wrap { font-size: 2.5rem; color: #ff00ff; margin-bottom: 1.5rem; }.guide-card__title { font-family: 'Orbitron', sans-serif; font-size: 1.25rem; color: #ffffff; margin-bottom: 1rem; }.guide-card__text { color: #8e9aaf; font-size: 0.95rem; }.guide-content-box { background: #141622; border-left: 4px solid #bc13fe; border-radius: 4px; }.guide-content-box__title { font-family: 'Orbitron', sans-serif; color: #00f2ff; font-size: 1.4rem; margin-bottom: 1.5rem; }.guide-list { list-style: none; padding-left: 0; }.guide-list li { color: #cbd5e1; margin-bottom: 10px; position: relative; padding-left: 25px; }.guide-list li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #ff00ff; }.guide-image { width: 100%; height: 350px; object-fit: cover; border: 1px solid #4338ca; }.accordion-item { background: #141622; border: 1px solid rgba(188, 19, 254, 0.2) !important; color: #ffffff; }.accordion-button { background-color: #141622 !important; color: #00f2ff !important; font-family: 'Orbitron', sans-serif; font-size: 1rem; box-shadow: none !important; }.accordion-button:not(.collapsed) { border-bottom: 1px solid rgba(0, 242, 255, 0.3); }.accordion-body { color: #cbd5e1; line-height: 1.6; }

/* ===== PAGE: hall-of-fame ===== */
.leaderboard-block {
  background-color: #0a0b10;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.leaderboard-block__title {
  font-family: 'Orbitron', sans-serif;
  color: #00f2ff;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.6);
  text-transform: uppercase;
}

.leaderboard-block__desc {
  color: #cbd5e1;
  max-width: 700px;
  margin: 0 auto;
}

.leaderboard-block__card {
  background: rgba(20, 22, 34, 0.85);
  border: 1px solid rgba(188, 19, 254, 0.3);
  border-radius: 12px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.leaderboard-block__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(188, 19, 254, 0.4);
}

.leaderboard-block__card--gold {
  border-color: #ff00ff;
  background: linear-gradient(180deg, rgba(255, 0, 255, 0.05) 0%, rgba(20, 22, 34, 0.85) 100%);
}

.leaderboard-block__rank {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-family: 'Orbitron', sans-serif;
  background: #141622;
  border: 2px solid #00f2ff;
  color: #00f2ff;
}

.leaderboard-block__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.leaderboard-block__player-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.leaderboard-block__score {
  color: #00f2ff;
  font-weight: 700;
  font-size: 1.1rem;
}

.leaderboard-block__controls {
  background: rgba(20, 22, 34, 0.5);
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.leaderboard-block__tab-btn {
  background: transparent;
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s ease;
}

.leaderboard-block__tab-btn.active,
.leaderboard-block__tab-btn:hover {
  background: #bc13fe;
  color: #ffffff;
  border-color: #bc13fe;
  box-shadow: 0 0 10px rgba(188, 19, 254, 0.5);
}

.leaderboard-block__search-wrapper input {
  background: rgba(10, 11, 16, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

.leaderboard-block__search-wrapper input::placeholder {
  color: #64748b !important;
}

.leaderboard-block__table {
  background: rgba(20, 22, 34, 0.5);
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.leaderboard-block__table thead th {
  border: none;
  color: #8e9aaf;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1rem;
}

.leaderboard-block__table tbody tr {
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s ease;
}

.leaderboard-block__table tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.leaderboard-block__table td {
  border: none;
  padding: 1rem;
}

.leaderboard-block__avatar-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .leaderboard-block__title { font-size: 1.5rem; }
  .leaderboard-block__card { margin-bottom: 2rem; }
  .leaderboard-block__card--gold { order: 0 !important; }
}

/* ===== PAGE: privacy ===== */
.privacy-section {
  padding: 80px 0;
  background: #0a0b10;
  color: #ffffff;
}

.privacy-section .privacy-card {
  background: #141622;
  border: 1px solid rgba(188, 19, 254, 0.3);
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.privacy-section .privacy-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #00f2ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}

.privacy-section .privacy-meta {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.privacy-section .policy-block {
  margin-bottom: 35px;
}

.privacy-section .policy-subtitle {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #bc13fe;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.privacy-section .policy-subtitle i {
  color: #00f2ff;
  font-size: 1.1rem;
}

.privacy-section p {
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

.privacy-section .policy-list {
  list-style: none;
  padding-left: 0;
}

.privacy-section .policy-list li {
  color: #cbd5e1;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.privacy-section .policy-list li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ff00ff;
}

@media (max-width: 768px) {
  .privacy-section {
    padding: 40px 0;
  }
  .privacy-section .privacy-card {
    padding: 20px;
  }
  .privacy-section .privacy-title {
    font-size: 1.5rem;
  }
  .privacy-section .policy-subtitle {
    font-size: 1rem;
  }
  .privacy-section p {
    font-size: 0.95rem;
  }
}

/* ===== PAGE: terms ===== */
.terms-section { background: #0a0b10; color: #cbd5e1; font-family: 'Inter', sans-serif; min-height: 80vh; }.terms-card { background: rgba(20, 22, 34, 0.85); border: 1px solid rgba(188, 19, 254, 0.3); border-radius: 4px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }.terms-title { font-family: 'Orbitron', sans-serif; color: #00f2ff; text-transform: uppercase; letter-spacing: 0.2rem; font-weight: 900; border-bottom: 2px solid #bc13fe; padding-bottom: 1rem; }.terms-subtitle { font-family: 'Orbitron', sans-serif; color: #bc13fe; text-transform: uppercase; letter-spacing: 0.1rem; border-left: 3px solid #00f2ff; padding-left: 1rem; }.terms-content p { line-height: 1.8; margin-bottom: 1.25rem; }.terms-list { list-style: none; padding-left: 0; }.terms-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; }.terms-list li::before { content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; color: #00f2ff; }.btn-neon-secondary { background: transparent; border: 2px solid #bc13fe; color: #ffffff; text-transform: uppercase; font-family: 'Orbitron', sans-serif; font-weight: 700; transition: all 0.4s ease-in-out; position: relative; overflow: hidden; }.btn-neon-secondary:hover { background: #bc13fe; color: #fff; box-shadow: 0 0 20px rgba(188, 19, 254, 0.6); transform: scale(1.05); }@media (max-width: 768px) { .terms-title { font-size: 1.5rem; } .terms-subtitle { font-size: 1.1rem; } .terms-card { padding: 1.5rem !important; } }

/* ===== PAGE: disclaimer ===== */
.disclaimer-content { background: #0a0b10; font-family: 'Inter', sans-serif; position: relative; overflow: hidden; } .disclaimer-card { background: rgba(20, 22, 34, 0.85); border: 1px solid rgba(188, 19, 254, 0.3); border-radius: 8px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); } .disclaimer-header { text-align: left; } .disclaimer-main-title { font-family: 'Orbitron', sans-serif; font-weight: 900; color: #ffffff; letter-spacing: 0.1em; text-transform: uppercase; font-size: 2rem; margin-bottom: 0.5rem; } .disclaimer-accent-line { width: 60px; height: 4px; background: linear-gradient(90deg, #00f2ff, #bc13fe); border-radius: 2px; } .disclaimer-sub-title { font-family: 'Orbitron', sans-serif; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; } .text-neon-blue { color: #00f2ff; } .text-neon-magenta { color: #ff00ff; } .text-neon-purple { color: #bc13fe; } .text-indigo-glow { color: #4338ca; } .text-light-secondary { color: #cbd5e1; line-height: 1.8; } .btn-outline-neon { color: #00f2ff; border: 1px solid #00f2ff; background: transparent; text-transform: uppercase; font-family: 'Orbitron', sans-serif; font-size: 0.9rem; transition: all 0.4s ease-in-out; } .btn-outline-neon:hover { background: #00f2ff; color: #0a0b10; box-shadow: 0 0 15px rgba(0, 242, 255, 0.4); } @media (max-width: 768px) { .disclaimer-main-title { font-size: 1.5rem; } .disclaimer-card { padding: 1.5rem !important; } .disclaimer-sub-title { font-size: 1rem; } }

/* ===== PAGE: rgp ===== */
.rgp-content {
  background-color: #0a0b10;
  color: #cbd5e1;
  font-family: 'Inter', sans-serif;
}

.rgp-content .text-neon-blue {
  color: #00f2ff;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}

.rgp-content .text-neon-purple {
  color: #bc13fe;
  text-shadow: 0 0 10px rgba(188, 19, 254, 0.5);
}

.rgp-content .text-neon-magenta {
  color: #ff00ff;
  text-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
}

.rgp-content .uppercase {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.15em;
}

.rgp-content .rgp-nav-link {
  display: block;
  padding: 12px 20px;
  color: #8e9aaf;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
  font-weight: 500;
}

.rgp-content .rgp-nav-link:hover,
.rgp-content .rgp-nav-link.active {
  color: #00f2ff;
  background: rgba(0, 242, 255, 0.05);
  border-left-color: #00f2ff;
}

.rgp-content .rgp-card-accent {
  background: rgba(20, 22, 34, 0.85);
  border: 1px solid rgba(188, 19, 254, 0.3);
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(188, 19, 254, 0.2);
}

.rgp-content .rgp-feature-card {
  background: #141622;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.rgp-content .rgp-feature-card:hover {
  transform: translateY(-5px);
  border-color: #4338ca;
}

.rgp-content .rgp-warning-block {
  background: rgba(255, 0, 0, 0.05);
  border-radius: 12px;
  border: 1px dashed rgba(255, 0, 0, 0.3);
}

.rgp-content .rgp-list {
  list-style: none;
  padding: 0;
}

.rgp-content .rgp-main-text h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  font-family: 'Orbitron', sans-serif;
}

@media (max-width: 991.98px) {
  .rgp-content .rgp-sidebar {
    position: static !important;
    margin-bottom: 40px;
  }
  
  .rgp-content .rgp-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rgp-content .rgp-nav-link {
    padding: 8px 15px;
    border: 1px solid rgba(0, 242, 255, 0.3);
    border-radius: 20px;
    font-size: 0.85rem;
  }

  .rgp-content h1 {
    font-size: 28px;
  }

  .rgp-content h2 {
    font-size: 20px;
  }
}

.main-comment-card {
    background: rgba(20, 22, 34, 0.85);
    border: 1px solid rgba(0, 242, 255, 0.3);
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.1);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.main-comment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.25);
    border-color: #00f2ff;
}

.avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    color: #ffffff;
    border: 2px solid #00f2ff;
    background: linear-gradient(135deg, #00f2ff 0%, #4338ca 100%);
    flex-shrink: 0;
}

.avatar-lg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.4);
}

.author-name {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.text-neon-blue {
    color: #00f2ff;
    text-shadow: 0 0 8px rgba(0, 242, 255, 0.5);
}

.comment-content {
    line-height: 1.6;
    font-size: 1rem;
}

.btn-action {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.btn-action:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.timestamp {
    font-size: 0.85rem;
}

.reply-wrapper {
    position: relative;
    border-left: 2px solid rgba(188, 19, 254, 0.2);
}

.reply-comment-card {
    background: rgba(30, 27, 75, 0.4);
    border: 1px solid rgba(188, 19, 254, 0.3);
    box-shadow: 0 0 10px rgba(188, 19, 254, 0.1);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.reply-comment-card:hover {
    border-color: #bc13fe;
    box-shadow: 0 0 20px rgba(188, 19, 254, 0.2);
}

.avatar-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1rem;
    border: 2px solid #bc13fe;
    background: linear-gradient(135deg, #bc13fe 0%, #ff00ff 100%);
    box-shadow: 0 0 8px rgba(188, 19, 254, 0.4);
}

.text-neon-purple {
    color: #bc13fe;
    text-shadow: 0 0 8px rgba(188, 19, 254, 0.5);
}

.reply-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 15px;
    height: 2px;
    background: rgba(188, 19, 254, 0.2);
}

.btn-sm {
    font-size: 0.75rem !important;
}


/* ===== PAGE TEMPLATE: games ===== */
.blylongus-game-detail .iframe-container-wrapper {
    position: relative;
    background: #141622;
    border: 2px solid #00f2ff;
    box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.blylongus-game-detail .iframe-header {
    background: #0a0b10;
    border-bottom: 1px solid #1e1b4b;
}

.blylongus-game-detail .iframe-box {
    position: relative;
    height: 550px;
    width: 100%;
    background: #000;
}

.blylongus-game-detail .iframe-box iframe {
    height: 100%;
    border: none;
}

.blylongus-game-detail .btn-outline-cyan {
    border: 1px solid #00f2ff;
    color: #00f2ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.blylongus-game-detail .btn-outline-cyan:hover {
    background: #00f2ff;
    color: #0a0b10;
}

.blylongus-game-detail .glass-card {
    background: rgba(20, 22, 34, 0.85);
    border: 1px solid rgba(188, 19, 254, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.blylongus-game-detail .feature-pill {
    background: rgba(10, 11, 16, 0.5);
    padding: 15px 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 242, 255, 0.1);
}

.blylongus-game-detail .border-neon-cyan {
    border: 2px solid #00f2ff !important;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.3);
}

.blylongus-game-detail .comment-input-area .form-control {
    background: #0a0b10;
    border: 1px solid #1e1b4b;
    color: #ffffff;
}

.blylongus-game-detail .comment-input-area .form-control:focus {
    border-color: #00f2ff;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
}

.blylongus-game-detail .glass-panel {
    background: rgba(20, 22, 34, 0.9);
    border-radius: 10px;
}

.blylongus-game-detail .neon-border-cyan {
    border: 1px solid #00f2ff;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.1);
}

.blylongus-game-detail .neon-border-purple {
    border: 1px solid #bc13fe;
    box-shadow: 0 0 10px rgba(188, 19, 254, 0.1);
}

.blylongus-game-detail .avatar-initials {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4338ca, #bc13fe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}

.blylongus-game-detail .avatar-sm {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
}

.blylongus-game-detail .btn-action {
    background: transparent;
    border: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0;
    transition: opacity 0.3s;
}

.blylongus-game-detail .btn-action:hover {
    opacity: 0.7;
}

.blylongus-game-detail .btn-exit-fullscreen {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    display: none;
    z-index: 1000;
}

.iframe-container-wrapper.fullscreen-mode {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    border: none !important;
    border-radius: 0 !important;
}

.iframe-container-wrapper.fullscreen-mode .iframe-box {
    height: 100vh !important;
}

.iframe-container-wrapper.fullscreen-mode .iframe-header {
    display: none !important;
}

.iframe-container-wrapper.fullscreen-mode .btn-exit-fullscreen {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .blylongus-game-detail .iframe-box {
        height: 400px;
    }

    .blylongus-game-detail .feature-pill {
        padding: 10px 5px;
    }
}

/* Center logo in navbar */
.blylongus-header .navbar {
    position: relative;
}

.blylongus-header .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0 !important;
}

@media (max-width: 991.98px) {
    .blylongus-header .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Auth Modal */
.auth-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 11, 16, 0.92);
    backdrop-filter: blur(8px);
    z-index: 99999 !important;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.auth-modal-content {
    background: #141622;
    border: 1px solid rgba(188, 19, 254, 0.4);
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 242, 255, 0.15);
    width: 100%;
    max-width: 420px;
    position: relative;
    padding: 2rem;
    pointer-events: auto;
    z-index: 1;
}

.auth-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    z-index: 100;
    pointer-events: auto;
}

.auth-modal-body button,
.auth-modal-body a,
.auth-modal-body input {
    pointer-events: auto;
}

.auth-modal-title {
    font-family: 'Orbitron', sans-serif;
    color: #00f2ff;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.auth-modal-body .form-label {
    color: #cbd5e1;
    font-size: 0.9rem;
}

.auth-modal-body .form-control {
    background: rgba(10, 11, 16, 0.8);
    border: 1px solid rgba(188, 19, 254, 0.3);
    color: #ffffff;
}

.auth-modal-body .form-control:focus {
    background: rgba(10, 11, 16, 0.9);
    border-color: #00f2ff;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
    color: #ffffff;
}

.auth-modal-toggle {
    text-align: center;
    margin-top: 1.25rem;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.auth-modal-toggle a {
    color: #00f2ff;
    text-decoration: underline;
    font-weight: 700;
}

.auth-modal-toggle a:hover {
    color: #bc13fe;
}