body {
    background-color: #020205 !important;
    color: #ffffff;
    overflow-x: hidden;
    margin: 0;
}

strong, b {
    color: #00f3ff !important;
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.8);
}

.cyber-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(circle at 2px 2px, rgba(0, 243, 255, 0.4) 1.5px, transparent 0);
    background-size: 45px 45px;
    z-index: -2;
    pointer-events: none;
    opacity: 0.8;
    transform: perspective(1000px) rotateX(65deg) translateY(-25%) scale(2.2);
    transform-origin: center top;
}

.cyber-grid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 243, 255, 0.1) 50%, transparent 100%);
    background-size: 100% 4px;
}

.glass-panel {
    background: linear-gradient(135deg, rgba(15, 20, 40, 0.95) 0%, rgba(5, 10, 20, 0.9) 100%) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 243, 255, 0.4) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9), inset 0 0 20px rgba(0, 243, 255, 0.1);
}

button, .btn-primary {
    filter: drop-shadow(0 0 8px rgba(0, 243, 255, 0.4));
    transition: all 0.3s ease;
}

button:hover {
    filter: drop-shadow(0 0 15px rgba(0, 243, 255, 0.8));
    transform: translateY(-2px);
}

.text-glow-blue {
    color: #00f3ff !important;
    text-shadow: 0 0 12px rgba(0, 243, 255, 1), 0 0 25px rgba(0, 243, 255, 0.5) !important;
}

.text-glow-purple {
    color: #bc13fe !important;
    text-shadow: 0 0 12px rgba(188, 19, 254, 1), 0 0 25px rgba(188, 19, 254, 0.5) !important;
}

::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #020205;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #00f3ff, #bc13fe);
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
}