/* ============================================
   PCGW NEON DESIGN v2 - BlackHorizon Style!
   Leuchtende Cyan (var(--accent-cyan)) + Magenta (var(--accent-magenta))
   Inspiriert vom Custom Watercooling Build
   ============================================ */

/* --- Neon Glow Keyframes --- */
@keyframes neonPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes subtleGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 240, 255, 0.25), 0 0 40px rgba(0, 240, 255, 0.1); }
    50% { box-shadow: 0 0 30px rgba(0, 240, 255, 0.35), 0 0 60px rgba(0, 240, 255, 0.15); }
}

@keyframes borderGlow {
    0%, 100% { box-shadow: 0 0 15px rgba(0, 240, 255, 0.15), inset 0 0 15px rgba(0, 240, 255, 0.03); }
    50% { box-shadow: 0 0 25px rgba(0, 240, 255, 0.25), inset 0 0 20px rgba(0, 240, 255, 0.05); }
}

/* ============================================
   BRAND LOGO - Starker Neon Glow
   ============================================ */
.brand-logo {
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.5),
                0 0 40px rgba(0, 240, 255, 0.25),
                0 0 60px rgba(224, 64, 251, 0.15) !important;
    animation: subtleGlow 3s ease-in-out infinite;
    border: 1px solid rgba(0, 240, 255, 0.3) !important;
}

/* Brand Name: Cyan Glow */
.brand-name {
    color: var(--text-secondary) !important;
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.3) !important;
}

/* ============================================
   HEADER - Neon Unterlinie (box-shadow statt border-image!)
   ============================================ */
.header {
    border-bottom: 1px solid rgba(0, 240, 255, 0.15) !important;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5),
                0 1px 0 rgba(0, 240, 255, 0.1),
                0 2px 20px rgba(0, 240, 255, 0.05) !important;
}

/* ============================================
   NAVIGATION - Neon Glow (box-shadow, NICHT border-image!)
   ============================================ */

/* Nav Container: Cyan Glow Border */
.nav-links {
    border: 1px solid rgba(0, 240, 255, 0.12) !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.06),
                0 0 40px rgba(0, 0, 0, 0.3),
                inset 0 0 30px rgba(0, 240, 255, 0.02) !important;
}

/* Nav Links: Neon Hover */
.nav-link:hover,
.nav-dd-trigger:hover {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.4) !important;
    background: rgba(0, 240, 255, 0.06) !important;
}

/* Nav Active State: Bright Neon */
.nav-link.active,
.nav-dd-trigger.nav-dd-active {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.5) !important;
    background: rgba(0, 240, 255, 0.08) !important;
    box-shadow: inset 0 -2px 0 var(--accent-cyan),
                0 0 15px rgba(0, 240, 255, 0.15) !important;
}

/* Login Button: Neon CTA */
.nav-link.btn-login {
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(224, 64, 251, 0.1)) !important;
    border: 1px solid rgba(0, 240, 255, 0.3) !important;
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.3) !important;
}

.nav-link.btn-login:hover {
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.25), rgba(224, 64, 251, 0.15)) !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2),
                0 0 40px rgba(224, 64, 251, 0.08) !important;
}

/* Admin Nav: Neon Glow */
.admin-nav {
    border: 1px solid rgba(0, 240, 255, 0.1) !important;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.04),
                0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Admin Nav Active: Neon */.nav-trigger.nav-active {    text-shadow: 0 0 12px currentColor !important;    box-shadow: 0 0 15px rgba(0, 240, 255, 0.08),                inset 0 0 12px rgba(0, 240, 255, 0.03) !important;}

/* Dropdown Menus: Neon Border */
.nav-dd-menu,
.nav-menu {
    border: 1px solid rgba(0, 240, 255, 0.15) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7),
                0 0 30px rgba(0, 240, 255, 0.08) !important;
}

.nav-dd-item:hover {
    background: rgba(0, 240, 255, 0.08) !important;
    color: var(--accent-cyan) !important;
}

/* ============================================
   HERO SECTION - Neon Ambient Glow
   ============================================ */
.home-hero {
    position: relative;
    overflow: hidden;
}

.home-hero::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(0, 240, 255, 0.08) 0%, rgba(224, 64, 251, 0.04) 30%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Hero Glow Orb (existing element) - st?rkerer Glow */
.home-hero-glow {
    background: radial-gradient(ellipse, rgba(0, 240, 255, 0.12) 0%, rgba(224, 64, 251, 0.06) 40%, transparent 70%) !important;
}

/* Hero Title: Gradient Text */
.home-hero-title {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta), var(--accent-cyan)) !important;
    background-size: 200% 200% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: gradientShift 6s ease infinite;
    filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.2));
}

/* Gradient Text Spans */
.home-gradient-text {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta), var(--accent-cyan)) !important;
    background-size: 200% 200% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: gradientShift 6s ease infinite;
}

/* Hero Subtitle: Brighter */
.home-hero-sub {
    color: var(--text-muted) !important;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.1);
}

/* ============================================
   CTA BUTTONS (Homepage Hero)
   Richtig: .btn-cta.btn-primary, .btn-cta.btn-secondary
   ============================================ */

/* Primary CTA: Neon Cyan */
.home-hero-cta .btn-cta.btn-primary,
.home-cta-btns .btn-cta.btn-primary,
.btn-cta.btn-primary {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-dark)) !important;
    color: var(--bg-darker) !important;
    border: none !important;
    box-shadow: 0 4px 25px rgba(0, 240, 255, 0.35),
                0 0 50px rgba(0, 240, 255, 0.15),
                0 0 80px rgba(0, 240, 255, 0.05) !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.home-hero-cta .btn-cta.btn-primary:hover,
.home-cta-btns .btn-cta.btn-primary:hover,
.btn-cta.btn-primary:hover {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta)) !important;
    box-shadow: 0 6px 35px rgba(0, 240, 255, 0.45),
                0 0 60px rgba(0, 240, 255, 0.2),
                0 0 100px rgba(224, 64, 251, 0.1) !important;
    transform: translateY(-3px) !important;
}

/* Secondary CTA: Gradient Border */
.home-hero-cta .btn-cta.btn-secondary,
.home-cta-btns .btn-cta.btn-secondary,
.btn-cta.btn-secondary {
    border: 2px solid rgba(0, 240, 255, 0.35) !important;
    color: var(--accent-cyan) !important;
    background: rgba(0, 240, 255, 0.05) !important;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.1) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.home-hero-cta .btn-cta.btn-secondary:hover,
.home-cta-btns .btn-cta.btn-secondary:hover,
.btn-cta.btn-secondary:hover {
    border-color: rgba(224, 64, 251, 0.4) !important;
    background: rgba(0, 240, 255, 0.08) !important;
    box-shadow: 0 4px 30px rgba(0, 240, 255, 0.2),
                0 0 50px rgba(224, 64, 251, 0.1) !important;
    transform: translateY(-3px) !important;
}

/* Guide CTA Buttons */
.guide-cta-btn.guide-cta-btn-primary {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-dark)) !important;
    color: var(--bg-darker) !important;
    border: none !important;
    box-shadow: 0 4px 25px rgba(0, 240, 255, 0.3) !important;
    font-weight: 700 !important;
}

.guide-cta-btn.guide-cta-btn-primary:hover {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta)) !important;
    box-shadow: 0 6px 35px rgba(0, 240, 255, 0.4) !important;
    transform: translateY(-3px);
}

.guide-cta-btn.guide-cta-btn-secondary {
    border: 2px solid rgba(0, 240, 255, 0.3) !important;
    color: var(--accent-cyan) !important;
}

/* ============================================
   SECTION HEADERS - Gradient Unterstriche
   Richtig: .home-section-title, .page-title, .section-title
   ============================================ */
.page-title,
.home-section-title,
.section-title,
.home-about-title,
.home-cta-title,
.guide-cta-title {
    position: relative !important;
    display: inline-block !important;
}

.page-title::after,
.home-section-title::after,
.section-title::after,
.home-about-title::after {
    content: "" !important;
    display: block !important;
    width: 80px !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--accent-cyan), var(--accent-magenta)) !important;
    border-radius: 2px !important;
    margin-top: 10px !important;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.4), 0 0 30px rgba(224, 64, 251, 0.2) !important;
}

/* ============================================
   STATS - Neon Cyan Glow
   Richtig: .home-stat-val (NICHT .home-stat-value!)
   Auch: .stat-value (auf Anleitungen-Seite)
   ============================================ */
.home-stat-val,
.stat-value {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.4),
                 0 0 40px rgba(0, 240, 255, 0.15) !important;
}

.home-stat {
    border: 1px solid rgba(0, 240, 255, 0.1) !important;
    border-radius: 12px !important;
    background: rgba(0, 240, 255, 0.03) !important;
    transition: all 0.3s ease !important;
}

.home-stat:hover {
    border-color: rgba(0, 240, 255, 0.2) !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.08) !important;
}

.stat-card {
    border: 1px solid rgba(0, 240, 255, 0.08) !important;
    transition: all 0.3s ease !important;
}

.stat-card:hover {
    border-color: rgba(0, 240, 255, 0.2) !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.08) !important;
    transform: translateY(-2px) !important;
}

/* ============================================
   CARDS - Neon Hover Effects
   Homepage: .home-guide-card, .home-project-card, etc.
   Subpages: .project-card, .guide-card
   Admin: .admin-card
   ============================================ */

/* Homepage Cards */
.home-guide-card,
.home-project-card,
.home-yt-card,
.home-community-card,
.home-feature,
.home-about-hl {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.home-guide-card:hover,
.home-project-card:hover,
.home-yt-card:hover,
.home-community-card:hover,
.home-feature:hover,
.home-about-hl:hover {
    border-color: rgba(0, 240, 255, 0.25) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4),
                0 0 25px rgba(0, 240, 255, 0.1),
                0 0 50px rgba(224, 64, 251, 0.04) !important;
    transform: translateY(-4px) !important;
}

/* Subpage Cards (Projekte, Anleitungen) */
.project-card,
.guide-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.project-card:hover,
.guide-card:hover {
    border-color: rgba(0, 240, 255, 0.2) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4),
                0 0 25px rgba(0, 240, 255, 0.08),
                0 0 50px rgba(224, 64, 251, 0.03) !important;
    transform: translateY(-4px) !important;
}

/* Admin Cards */
.admin-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.admin-card:hover {
    border-color: rgba(0, 240, 255, 0.15) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(0, 240, 255, 0.06) !important;
}

/* Quick Links (Admin Dashboard) */
.quick-link {
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: all 0.3s ease !important;
}

.quick-link:hover {
    border-color: rgba(0, 240, 255, 0.25) !important;
    background: rgba(0, 240, 255, 0.05) !important;
    color: var(--accent-cyan) !important;
    text-decoration: none !important;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.1) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.25) !important;
}

/* Content Card (allgemein) */
.content-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.content-card:hover {
    border-color: rgba(0, 240, 255, 0.2) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3),
                0 0 20px rgba(0, 240, 255, 0.06) !important;
    transform: translateY(-3px) !important;
}

/* ============================================
   FEATURE ICONS - Neon Glow
   Richtig: .home-feature-icon
   ============================================ */
.home-feature-icon {
    filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.3)) !important;
}

.home-feature:hover .home-feature-icon {
    filter: drop-shadow(0 0 15px rgba(0, 240, 255, 0.5)) !important;
}

/* Feature Title on Hover */
.home-feature:hover .home-feature-title {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.2);
}

/* ============================================
   ABOUT SECTION - Highlight Values
   Richtig: .home-about-hl-val
   ============================================ */
.home-about-hl-val {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.3) !important;
}

.home-about-hl-lbl {
    color: var(--text-muted);
}

/* About Section Glow */
.home-about-glow {
    background: radial-gradient(ellipse, rgba(0, 240, 255, 0.06) 0%, transparent 60%) !important;
}

/* ============================================
   GUIDE CATEGORY TAGS
   Homepage: .home-guide-cat
   Subpage: .guide-cat-chip
   ============================================ */
.home-guide-cat {
    color: var(--accent-cyan) !important;
    letter-spacing: 0.08em !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.2) !important;
}

.guide-cat-chip {
    transition: all 0.2s ease !important;
}

.guide-cat-chip:hover,
.guide-cat-chip.active {
    border-color: rgba(0, 240, 255, 0.3) !important;
    color: var(--accent-cyan) !important;
    background: rgba(0, 240, 255, 0.08) !important;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.2) !important;
}

/* Guide Difficulty Badges */
.home-guide-diff-beginner,
.guide-badge-beginner {
    background: rgba(16, 185, 129, 0.15) !important;
    color: var(--accent-green-light) !important;
    border: 1px solid rgba(16, 185, 129, 0.35) !important;
    text-shadow: 0 0 8px rgba(16, 185, 129, 0.25) !important;
}

.home-guide-diff-intermediate,
.guide-badge-intermediate {
    background: rgba(0, 240, 255, 0.12) !important;
    color: var(--accent-cyan) !important;
    border: 1px solid rgba(0, 240, 255, 0.3) !important;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.25) !important;
}

.home-guide-diff-advanced,
.guide-badge-advanced {
    background: rgba(224, 64, 251, 0.12) !important;
    color: var(--accent-magenta) !important;
    border: 1px solid rgba(224, 64, 251, 0.3) !important;
    text-shadow: 0 0 8px rgba(224, 64, 251, 0.25) !important;
}

.home-guide-diff-expert,
.guide-badge-expert {
    background: rgba(239, 68, 68, 0.15) !important;
    color: var(--accent-red-light) !important;
    border: 1px solid rgba(239, 68, 68, 0.35) !important;
    text-shadow: 0 0 8px rgba(239, 68, 68, 0.25) !important;
}

/* ============================================
   PROJECT STATUS BADGES
   ============================================ */
.project-card-status.status-active,
.home-badge-aktiv {
    background: rgba(16, 185, 129, 0.15) !important;
    color: var(--accent-green-light) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    text-shadow: 0 0 8px rgba(16, 185, 129, 0.2) !important;
}

.project-card-status.status-archived {
    background: rgba(107, 114, 128, 0.15) !important;
    color: var(--text-muted) !important;
    border: 1px solid rgba(107, 114, 128, 0.3) !important;
}

.home-badge-geplant {
    background: rgba(251, 191, 36, 0.12) !important;
    color: var(--accent-yellow) !important;
    border: 1px solid rgba(251, 191, 36, 0.3) !important;
}

/* ============================================
   YOUTUBE SECTION
   ============================================ */
.home-yt-play,
.home-yt-play-sm {
    filter: drop-shadow(0 0 15px rgba(0, 240, 255, 0.3)) !important;
    transition: all 0.3s ease !important;
}

.home-yt-card:hover .home-yt-play-sm,
.home-yt-featured:hover .home-yt-play {
    filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.5)) !important;
    transform: scale(1.1) !important;
}

.home-yt-tag {
    color: var(--accent-cyan) !important;
    border-color: rgba(0, 240, 255, 0.2) !important;
}

/* ============================================
   SOCIAL BAR PILLS
   ============================================ */
.home-social-pill {
    transition: all 0.3s ease !important;
}

.home-social-pill:hover {
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.2) !important;
    border-color: rgba(0, 240, 255, 0.35) !important;
    transform: translateY(-3px) !important;
}

/* ============================================
   COMMUNITY CARDS - Spezielle Glow Farben
   ============================================ */
.home-dc-card:hover {
    border-color: rgba(88, 101, 242, 0.3) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4),
                0 0 25px rgba(88, 101, 242, 0.12) !important;
}

.home-ts-card:hover {
    border-color: rgba(0, 150, 215, 0.3) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4),
                0 0 25px rgba(0, 150, 215, 0.12) !important;
}

.home-community-value {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.2) !important;
}

.home-status-online {
    text-shadow: 0 0 8px rgba(16, 185, 129, 0.4) !important;
}

/* ============================================
   CTA SECTION (Bottom)
   ============================================ */
.home-cta {
    position: relative;
    overflow: hidden;
}

.home-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.2), rgba(224, 64, 251, 0.15), transparent);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.1);
}

.home-cta-title {
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
}

/* ============================================
   FOOTER - Neon Top Border
   ============================================ */
.footer {
    border-top: 1px solid rgba(0, 240, 255, 0.12) !important;
    box-shadow: 0 -1px 20px rgba(0, 240, 255, 0.04) !important;
}

.footer-tile:hover {
    border-color: rgba(0, 240, 255, 0.25) !important;
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.25) !important;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.08) !important;
}

.footer-brand-name {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.3) !important;
}

/* ============================================
   AUTH CARD & BUTTONS
   ============================================ */
.auth-card {
    border: 1px solid rgba(0, 240, 255, 0.12) !important;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.5),
                0 0 40px rgba(0, 240, 255, 0.06),
                0 0 80px rgba(224, 64, 251, 0.03) !important;
}

.btn-auth {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-dark)) !important;
    color: var(--bg-darker) !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 4px 25px rgba(0, 240, 255, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-auth:hover {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta)) !important;
    box-shadow: 0 6px 35px rgba(0, 240, 255, 0.4),
                0 0 50px rgba(224, 64, 251, 0.12) !important;
    transform: translateY(-2px) !important;
}

/* ============================================
   FORM FOCUS - Neon Cyan Ring
   ============================================ */
.form-input:focus,
.form-select:focus,
.guide-search-input:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: rgba(0, 240, 255, 0.4) !important;
    box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.12),
                0 0 20px rgba(0, 240, 255, 0.1),
                0 0 40px rgba(0, 240, 255, 0.04) !important;
    outline: none !important;
}

/* ============================================
   ADMIN DASHBOARD - Module Tiles
   ============================================ */
.module-tile {
    transition: all 0.3s ease !important;
}

.module-tile:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3),
                0 0 15px rgba(0, 240, 255, 0.06) !important;
    transform: translateY(-2px) !important;
}

.module-value {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.2) !important;
}

.sysinfo-value {
    color: var(--accent-cyan) !important;
}

/* Urgent Cards */
.urgent-value {
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.2);
}

/* Dashboard Card Headers */
.dashboard-container .card-title {
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.15);
}

/* ============================================
   ADMIN TABLES - Neon Hover
   ============================================ */
.admin-table tr:hover td {
    background: rgba(0, 240, 255, 0.04) !important;
}

.admin-filter-bar .filter-pill.active {
    border-color: rgba(0, 240, 255, 0.3) !important;
    color: var(--accent-cyan) !important;
    background: rgba(0, 240, 255, 0.08) !important;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.2) !important;
}

/* ============================================
   ADMIN BUTTONS
   ============================================ */
.btn-edit:hover {
    box-shadow: 0 4px 15px rgba(0, 240, 255, 0.2) !important;
    transform: translateY(-1px) !important;
}

.btn-success:hover {
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25) !important;
    transform: translateY(-1px) !important;
}

/* Submit/CTA Buttons */
.btn-cta[type="submit"],
button.btn-cta,
input[type="submit"] {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-dark)) !important;
    color: var(--bg-darker) !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 20px rgba(0, 240, 255, 0.25) !important;
    transition: all 0.25s ease !important;
}

button.btn-cta:hover,
input[type="submit"]:hover {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-magenta)) !important;
    box-shadow: 0 6px 30px rgba(0, 240, 255, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* ============================================
   GUIDE REGISTER CTA BOX
   ============================================ */
.guide-register-cta {
    border: 1px solid rgba(0, 240, 255, 0.15) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3),
                0 0 30px rgba(0, 240, 255, 0.05) !important;
}

/* ============================================
   LINKS - Neon Cyan
   ============================================ */
.guide-detail-content a,
.legal-content a {
    color: var(--accent-cyan) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(0, 240, 255, 0.3) !important;
    transition: all 0.2s ease !important;
}

.guide-detail-content a:hover,
.legal-content a:hover {
    color: var(--accent-magenta) !important;
    border-bottom-color: rgba(224, 64, 251, 0.5) !important;
    text-shadow: 0 0 10px rgba(224, 64, 251, 0.25) !important;
}

/* ============================================
   PAGE GRADIENT TEXT (SVG Fallback)
   ============================================ */
.svg-gradient-text.page-svg,
.page-gradient {
    filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.2));
}

/* ============================================
   INFRA LOCK SCREEN & TIMER - Pill Design + Neon
   ============================================ */
.infra-lock-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 240, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: var(--text-muted) !important;
    min-height: 40px !important;
    font-size: 14px !important;
}
.infra-lock-btn:hover {
    color: var(--accent-orange-light) !important;
    border-color: rgba(251, 146, 60, 0.25) !important;
    background: rgba(251, 146, 60, 0.08) !important;
    box-shadow: 0 0 15px rgba(251, 146, 60, 0.15) !important;
}

.infra-timer {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 240, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: var(--text-muted) !important;
    min-height: 40px !important;
    min-width: 52px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.infra-timer--warn {
    color: var(--accent-yellow) !important;
    border-color: rgba(251, 191, 36, 0.2) !important;
    background: rgba(251, 191, 36, 0.06) !important;
}

.infra-timer--critical {
    color: var(--accent-red) !important;
    border-color: rgba(239, 68, 68, 0.2) !important;
    background: rgba(239, 68, 68, 0.06) !important;
    animation: neonPulse 1s ease-in-out infinite;
}

/* Nav Switch Buttons - Pill Design */
.nav-switch-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 8px 13px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    min-height: 40px !important;
    text-decoration: none !important;
}

.nav-switch-infra {
    color: var(--accent-orange-light) !important;
    border: 1px solid rgba(251, 146, 60, 0.15) !important;
}
.nav-switch-infra:hover {
    color: var(--accent-orange-lighter) !important;
    border-color: rgba(251, 146, 60, 0.3) !important;
    background: rgba(251, 146, 60, 0.08) !important;
    box-shadow: 0 0 15px rgba(251, 146, 60, 0.15) !important;
}

.nav-switch-content {
    color: var(--accent-green-light) !important;
    border: 1px solid rgba(52, 211, 153, 0.15) !important;
}
.nav-switch-content:hover {
    color: var(--accent-green-lighter) !important;
    border-color: rgba(52, 211, 153, 0.3) !important;
    background: rgba(52, 211, 153, 0.08) !important;
    box-shadow: 0 0 15px rgba(52, 211, 153, 0.15) !important;
}

.nav-switch-arrow { opacity: 0.6 !important; }

/* Error Inbox Badge */
.nav-badge {
    box-shadow: 0 0 10px rgba(251, 146, 60, 0.35) !important;
}

.nav-badge--red {
    box-shadow: 0 0 10px rgba(248, 113, 113, 0.5) !important;
}

/* ============================================
   SCROLLBAR - Neon Theme
   ============================================ */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-darker); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.3), rgba(224, 64, 251, 0.2));
    border-radius: 5px;
    border: 2px solid var(--bg-darker);
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.5), rgba(224, 64, 251, 0.35));
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 240, 255, 0.25) var(--bg-darker);
}

/* Selection */
::selection {
    background: rgba(0, 240, 255, 0.3) !important;
    color: var(--text-primary) !important;
}

::-moz-selection {
    background: rgba(0, 240, 255, 0.3) !important;
    color: var(--text-primary) !important;
}

/* ============================================
   SEPARATOR LINES - Gradient
   ============================================ */
hr, .separator {
    border: none !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.2), rgba(224, 64, 251, 0.12), transparent) !important;
}

/* ============================================
   MOBILE MENU - Neon Accents
   ============================================ */
.mobile-menu {
    border: 1px solid rgba(0, 240, 255, 0.1) !important;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5),
                0 0 30px rgba(0, 240, 255, 0.05) !important;
}

.mob-link:hover,
.mob-link.active {
    color: var(--accent-cyan) !important;
    background: rgba(0, 240, 255, 0.06) !important;
}

.mob-group-btn {
    transition: all 0.2s ease !important;
}

.mob-group-btn:hover {
    color: var(--accent-cyan) !important;
}

.mob-login-btn {
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(224, 64, 251, 0.1)) !important;
    border: 1px solid rgba(0, 240, 255, 0.25) !important;
    color: var(--accent-cyan) !important;
}

/* ============================================
   PAGE CONTAINER - Subtle Ambient
   ============================================ */
.page-container {
    position: relative;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .btn-cta.btn-primary,
    .btn-cta.btn-secondary {
        width: 100% !important;
        text-align: center !important;
    }

    .page-title::after,
    .home-section-title::after,
    .section-title::after,
    .home-about-title::after {
        margin: 8px auto 0 !important;
    }
}

/* ============================================
   COOKIE BANNER - Neon CTA
   ============================================ */
#cookie-consent-banner button:first-of-type {
    box-shadow: 0 4px 20px rgba(0, 240, 255, 0.25) !important;
}

/* ============================================
   SECTION LINKS - Neon Arrow
   ============================================ */
.home-section-link {
    color: var(--accent-cyan) !important;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.15);
    transition: all 0.2s ease !important;
}

.home-section-link:hover {
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.35) !important;
    color: var(--accent-magenta) !important;
}
