       #fixed-bg {
            position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -50;
            background-color: #F0F8FF;
            background-image: linear-gradient(135deg, #000000, #050505, #000000);
            background-position: bottom right, center center;
            background-size: 85% auto, cover;
            background-repeat: no-repeat;
            opacity: 0.8;
        }
        @media (max-width: 768px) { #fixed-bg { background-size: 110% auto, cover; } }
        
        .glass-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border: 2px solid white;
            box-shadow: 4px 4px 10px rgba(137, 207, 240, 0.2);
        }
        .meter-bar { transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
        #realtime-logs::-webkit-scrollbar { width: 6px; }
        #realtime-logs::-webkit-scrollbar-track { background: #1e1e1e; }
        #realtime-logs::-webkit-scrollbar-thumb { background: #4b5563; border-radius: 3px; }

.border,
.border-b,
.border-2,
.border-slate-600,
.border-gray-700,
.border-slate-200,
.border-white\/50,
.border-fmn-blue\/50,
.border-fmn-blue\/30,
.border-fmn-dark\/20,
[class*="border-"] {
    border: none !important;
}

nav {
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.glass-card {
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.bg-term-bg {
    border: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

#ram-bar {
    border: none !important;
}

.absolute.inset-0.grid div {
    border: none !important;
}