/* =========================================
   ARQUIVO: style.css
   DESCRIÇÃO: Visual SENTRYX (Site + Blue AI Terminal)
   VERSÃO: 12.5 (Final Layout Fix & LED Glitch)
   ========================================= */

/* IMPORTAÇÃO DA NOVA FONTE TERMINAL (PIXEL ART) */
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

:root {
    /* --- PALETA ORIGINAL (HOME) --- */
    --bg-midnight: #05010a;
    --bg-card: #0f1115;
    --primary-purple: #8A2BE2;
    --sentryx-purple: #8A2BE2;
    --light-purple: #b366ff;
    --leak-cyan: #00ffff;
    --warning-red: #ff3333;
    --text-white: #ffffff;
    --text-gray: #cccccc;

    /* --- PALETA BLUE AI V2 (CHAT) --- */
    --bg-terminal: #0a0a12;
    --neon-blue: #00f7ff;   /* Azul Elétrico */
    --deep-blue: #0051ff;   /* Azul Profundo */
    --rage-red: #ff003c;    /* Vermelho Raiva */

    /* --- FONTES --- */
    --font-main: 'Poppins', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;
    --font-terminal: 'VT323', monospace; /* Fonte Pixelada */
}

/* RESET E BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: #030005;
    color: var(--text-white);
    font-family: var(--font-main);
    line-height: 1.6;
    overflow-x: hidden;
    cursor: auto;

    /* Grid Cibernético Padrão (Roxo) */
    background-image: 
        linear-gradient(rgba(138, 43, 226, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(138, 43, 226, 0.07) 1px, transparent 1px),
        radial-gradient(circle at 50% 30%, #160826 0%, #000000 85%);
    background-size: 50px 50px, 50px 50px, 100% 100%;
    background-attachment: fixed;
}

/* OVERRIDE: Quando estiver na página de Chat, muda o fundo para Azul */
body.chat-body {
    background-image: 
        linear-gradient(rgba(0, 247, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 247, 255, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 50% 30%, #051020 0%, #000000 85%);
}

/* --- ELEMENTOS GERAIS --- */
h1, h2, h3 { font-weight: 700; color: var(--text-white); }
a { text-decoration: none; transition: 0.3s; }
ul { list-style: none; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.section-pad { padding: 5rem 0; }
.accent { color: var(--primary-purple); }
/* Na página de chat, o accent vira azul */
.chat-body .accent { color: var(--neon-blue); }

/* --- NAVBAR --- */
.navbar {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1rem 5%; position: fixed; width: 100%; top: 0;
    background: rgba(5, 1, 10, 0.95); backdrop-filter: blur(10px);
    z-index: 1000; border-bottom: 1px solid rgba(138, 43, 226, 0.1);
}
.logo { font-size: 1.5rem; font-weight: 800; color: white; }
.logo:hover { color: var(--primary-purple); text-shadow: 0 0 10px var(--primary-purple); }
.nav-links ul { display: flex; gap: 2rem; }
.nav-links a { color: var(--text-gray); font-size: 0.9rem; }
.nav-links a:hover { color: var(--primary-purple); }

/* Menu Mobile */
.mobile-menu-icon { display: none; flex-direction: column; gap: 6px; z-index: 1001; cursor: pointer; }
.bar { width: 30px; height: 3px; background-color: var(--text-white); transition: 0.3s; border-radius: 3px; }

@media (max-width: 768px) {
    .mobile-menu-icon { display: flex; }
    .nav-links {
        position: absolute; top: 0; right: 0;
        height: 100vh; width: 0; background: rgba(5, 1, 10, 0.98);
        flex-direction: column; align-items: center; justify-content: center;
        transition: 0.4s ease; overflow: hidden;
    }
    .nav-links.active { width: 70%; border-left: 1px solid var(--primary-purple); }
    .nav-links ul { flex-direction: column; text-align: center; }
    
    /* Animação do X */
    .mobile-menu-icon.open .bar:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
    .mobile-menu-icon.open .bar:nth-child(2) { opacity: 0; }
    .mobile-menu-icon.open .bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }
}

/* --- PRELOADER --- */
#preloader {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: #000; z-index: 9999; display: flex; justify-content: center; align-items: center;
    font-family: var(--font-mono); transition: opacity 0.5s ease;
}
.terminal-loader { color: var(--leak-cyan); font-size: 1rem; }
.terminal-header { border-bottom: 1px solid var(--leak-cyan); margin-bottom: 10px; padding-bottom: 5px; font-weight: bold; }

/* --- HERO & CUBO --- */
.hero {
    height: 100vh; 
    height: 100dvh; 
    display: flex; justify-content: center; align-items: center;
    position: relative; overflow: hidden;
    background: transparent; 
}
#leak-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.cube-wrapper { 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
    width: 350px; height: 350px; perspective: 1200px; z-index: 2; pointer-events: none; 
}
.stable-cube { width: 100%; height: 100%; position: absolute; transform-style: preserve-3d; animation: rotate-cube 25s infinite linear; }
.face { position: absolute; width: 350px; height: 350px; background: rgba(138, 43, 226, 0.05); border: 2px solid var(--primary-purple); box-shadow: 0 0 30px rgba(138, 43, 226, 0.2) inset; }
.face.front  { transform: rotateY(0deg) translateZ(175px); }
.face.back   { transform: rotateY(180deg) translateZ(175px); }
.face.right  { transform: rotateY(90deg) translateZ(175px); }
.face.left   { transform: rotateY(-90deg) translateZ(175px); }
.face.top    { transform: rotateX(90deg) translateZ(175px); }
.face.bottom { transform: rotateX(-90deg) translateZ(175px); }
@keyframes rotate-cube { 0% { transform: rotateX(0deg) rotateY(0deg); } 100% { transform: rotateX(360deg) rotateY(360deg); } }

/* Texto Hero */
.hero-text-content { position: relative; z-index: 10; text-align: center; width: 100%; }
.brand-title { font-size: 5rem; letter-spacing: 5px; text-shadow: 0 0 20px var(--primary-purple); margin-bottom: 2rem; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; margin-bottom: 2rem; }
.btn { padding: 12px 30px; border-radius: 4px; font-weight: 600; text-transform: uppercase; font-size: 0.8rem; cursor: pointer; }
.btn-primary { background: var(--primary-purple); color: white; }
.btn-primary:hover { box-shadow: 0 0 15px var(--primary-purple); transform: translateY(-2px); }
.btn-outline { border: 1px solid var(--primary-purple); color: white; }
.btn-outline:hover { background: rgba(138, 43, 226, 0.1); }
.subtitle-wrapper { margin-top: 4rem; }
.brand-subtitle { 
    font-size: 1.2rem; color: var(--leak-cyan); font-weight: 600; padding: 0 5px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7); animation: pulse-glow 4s infinite ease-in-out;
}
@keyframes pulse-glow { 0%, 100% { opacity: 1; text-shadow: 0 0 10px rgba(0, 255, 255, 0.7); } 50% { opacity: 0.5; } }

/* --- SERVIÇOS --- */
.section-title { font-size: 2.5rem; margin-bottom: 2rem; text-align: center; }

.services-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 2rem; 
}

.service-card { 
    background: var(--bg-card); 
    padding: 2rem; 
    border-radius: 8px; 
    border: 1px solid rgba(255,255,255,0.05); 
    transition: 0.3s; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.service-card:hover { transform: translateY(-5px); background: #161a20; border-color: var(--leak-cyan); }
.service-hover-title { margin-bottom: 1rem; color: var(--text-white); }
.service-card:hover .service-hover-title { color: var(--leak-cyan); }

/* --- CORREÇÃO: CARD WEB DESIGN OCUPANDO TUDO (RETAGULO ALONGADO) --- */
@media (min-width: 1024px) {
    .services-grid .service-card:last-child {
        grid-column: 1 / -1; /* Força o card a ocupar todas as colunas da linha */
        text-align: center;  /* Centraliza o texto */
        align-items: center; /* Centraliza itens internos */
    }
    
    /* Organiza a lista interna lado a lado para preencher o espaço */
    .services-grid .service-card:last-child .service-list {
        display: flex;
        justify-content: center;
        gap: 3rem;
        width: 100%;
        margin-top: 1.5rem;
    }
}

/* --- ANIMAÇÃO DOS BOTÕES "COMO FUNCIONA" (NEON BLUE PISCANDO) --- */
.step-number-circle {
    /* Mantém o estilo base que já existe no seu código */
    width: 70px; height: 70px; 
    border: 3px solid var(--leak-cyan); 
    border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    font-weight: 800; font-size: 1.5rem; color: var(--leak-cyan); 
    box-shadow: 0 0 15px var(--leak-cyan);
    
    /* Adiciona a animação de piscar */
    animation: pulse-blue-glitch 3s infinite alternate;
}

@keyframes pulse-blue-glitch {
    0% {
        box-shadow: 0 0 10px var(--leak-cyan);
        text-shadow: 0 0 5px var(--leak-cyan);
        opacity: 0.8;
    }
    50% {
        box-shadow: 0 0 25px var(--neon-blue), 0 0 10px var(--neon-blue) inset;
        text-shadow: 0 0 15px var(--neon-blue);
        color: #fff; /* Fica branco no pico do brilho */
        opacity: 1;
        border-color: var(--neon-blue);
    }
    52% { opacity: 0.3; } /* Falha rápida (glitch) */
    54% { opacity: 1; }
    100% {
        box-shadow: 0 0 10px var(--leak-cyan);
        text-shadow: 0 0 5px var(--leak-cyan);
        opacity: 0.8;
    }
}
/* --- SOBRE & EQUIPE --- */
.about-layout { display: flex; align-items: center; gap: 4rem; }
.about-image-container { flex: 1; display: flex; justify-content: center; }
.about-dragon-video { width: 100%; max-width: 600px; border-radius: 10px; pointer-events: none; filter: drop-shadow(0 0 20px rgba(138, 43, 226, 0.4)); mask-image: linear-gradient(to bottom, black 80%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%); }
.about-text-content { flex: 1; }
.light-purple-text { color: var(--light-purple); }
.steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; text-align: center; margin-top: 3rem; }
.circle-wrap { width: 100px; height: 100px; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; position: relative; }
.step-number-circle { width: 70px; height: 70px; border: 3px solid var(--leak-cyan); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.5rem; color: var(--leak-cyan); box-shadow: 0 0 15px var(--leak-cyan); }

/* --- EQUIPE (TEAM GRID) --- */
/* CORREÇÃO DO GRID: Garante altura igual e alinhamento */
.team-grid { 
    display: grid; 
    /* minmax(250px, 1fr) permite que caibam 4 cards em telas de desktop padrão */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 2rem; 
    margin-top: 3rem;
}

.team-card { 
    background: var(--bg-card); 
    padding: 2rem; 
    text-align: center; 
    border-radius: 8px; 
    position: relative; 
    overflow: hidden; 
    z-index: 1; 
    transition: border-color 0.3s, box-shadow 0.3s; 
    border: 1px solid transparent;
    
    /* FLEXBOX: Garante que todos os cards tenham a mesma altura e alinhamento */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Espalha o conteúdo (Nome no topo, Frase no fundo) */
    height: 100%; /* Força a ocupar toda a altura da linha do grid */
}

.team-card::before {
    content: ''; position: absolute; top: -150%; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 255, 255, 0.1) 50%, transparent 100%);
    z-index: -1; transition: 0.5s;
}

.team-card:hover::before { animation: scan-card 2s infinite linear; }
.team-card:hover { border-color: var(--leak-cyan); box-shadow: 0 0 20px rgba(0, 255, 255, 0.2) inset; }

/* --- Estilo Neon Específico para o L.E.O. --- */
.name-leo-neon {
    font-size: 1.5rem; /* Ajuste para casar com os h3 dos outros cards */
    font-weight: 700;
    margin-bottom: 10px;
    color: #00f3ff;
    text-shadow: 
        0 0 5px #00f3ff,
        0 0 10px #00f3ff,
        0 0 20px #00f3ff,
        0 0 40px #00a8ff;
    animation: neon-pulse 1.5s infinite alternate;
}

@keyframes neon-pulse {
    from {
        text-shadow: 
            0 0 5px #00f3ff,
            0 0 10px #00f3ff,
            0 0 20px #00f3ff,
            0 0 40px #00a8ff;
    }
    to {
        text-shadow: 
            0 0 2px #00f3ff,
            0 0 5px #00f3ff,
            0 0 10px #00f3ff,
            0 0 20px #00a8ff;
    }
}

@keyframes scan-card { 0% { top: -150%; } 100% { top: 150%; } }

/* --- FOOTER & LED ANIMATION --- */
footer { background: #020202; padding: 4rem 5%; border-top: 1px solid #111; padding-bottom: 80px; /* Espaço para barra tática */ }
.warning-title, .warning-text { color: var(--warning-red); }
.social-grid { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.social-btn { padding: 10px 20px; background: #0a0a0a; border: 1px solid #222; border-radius: 4px; color: white; display: flex; align-items: center; gap: 8px; cursor: pointer; transition: 0.3s; }

/* Cores de Hover Sociais */
.instagram:hover { color: #fff; border-color: #bc1888; box-shadow: 0 0 15px #bc1888; background: #bc1888; }
.telegram-footer:hover { color: #00ffff; border-color: #00ffff; box-shadow: 0 0 15px #00ffff; background: #0088cc; }
.whatsapp:hover { color: #fff; border-color: #25d366; box-shadow: 0 0 15px #25d366; background: #25d366; }
.twitter:hover { color: white; border-color: #555; background: #000; }
.freelas:hover { color: #009688; border-color: #009688; box-shadow: 0 0 10px #009688; }
.workana:hover { color: #fff; border-color: #2b3d52; background: #2b3d52; }

/* --- LED COM DEFEITO (ANIMATION) --- */
.copyright p {
    font-family: var(--font-mono);
    color: #444; /* Estado "Desligado" */
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
    letter-spacing: 2px;
    animation: led-glitch 5s infinite; /* Loop infinito */
}

@keyframes led-glitch {
    0%, 3%, 5%, 40%, 42%, 44%, 100% { 
        color: var(--leak-cyan); text-shadow: 0 0 8px var(--leak-cyan); opacity: 1; 
    }
    4%, 41% { 
        color: #333; text-shadow: none; opacity: 0.1; /* Apaga rápido */
    }
    43% { 
        color: #555; text-shadow: none; opacity: 0.3; /* Meia luz */
    }
}

/* ====================================================
   ESTILOS DO CHAT V2 (TERMINAL MODE - NEON & RAGE)
   ==================================================== */

/* --- FLASH DE RAIVA (Camada Invisível) --- */
#rage-flash-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: var(--rage-red);
    opacity: 0; pointer-events: none; z-index: 9999;
    mix-blend-mode: overlay;
    transition: opacity 0.1s;
}
/* Classe ativada pelo JS quando ela fica brava */
body.raging #rage-flash-overlay {
    animation: screen-flash 0.1s infinite alternate;
}
@keyframes screen-flash { from { opacity: 0.1; } to { opacity: 0.3; } }

/* --- LAYOUT DO CHAT --- */
/* Override para o fundo da página de chat */
.chat-body { background: var(--bg-midnight); }

.chat-section {
    width: 100%; min-height: 80vh;
    display: flex; justify-content: center; align-items: center;
    padding: 80px 5% 40px 5%;
}

.chat-container {
    width: 100%; max-width: 900px; height: 600px;
    background: var(--bg-terminal);
    border: 2px solid var(--neon-blue); /* Borda Neon Azul */
    box-shadow: 0 0 20px rgba(0, 247, 255, 0.15);
    border-radius: 4px; 
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    transition: border-color 0.2s;
}

/* Quando brava, a borda do chat pisca vermelho */
.chat-container.angry-border {
    animation: border-panic 0.2s infinite alternate;
}
@keyframes border-panic { 
    from { border-color: var(--rage-red); box-shadow: 0 0 20px var(--rage-red); } 
    to { border-color: #500; box-shadow: 0 0 50px var(--rage-red); } 
}

/* --- HEADER DO TERMINAL (Com Núcleo na Esquerda) --- */
.chat-header-terminal {
    background: rgba(0, 20, 40, 0.95);
    padding: 10px 20px;
    border-bottom: 2px solid var(--neon-blue);
    display: flex; align-items: center; /* Alinha núcleo e texto */
}

/* Container do Núcleo */
.core-wrapper { margin-right: 20px; }

/* O NÚCLEO (ARC REACTOR V2 - AZUL) */
.blue-core {
    width: 40px; height: 40px;
    border-radius: 50%;
    /* Gradiente Azul Puro */
    background: radial-gradient(circle, #fff 10%, var(--neon-blue) 40%, var(--deep-blue) 100%);
    box-shadow: 0 0 15px var(--neon-blue);
    position: relative;
    transition: 0.3s;
    animation: core-idle 3s infinite ease-in-out;
}
/* Anéis de Energia */
.blue-core::after {
    content: ''; position: absolute; top:-4px; left:-4px; right:-4px; bottom:-4px;
    border-radius: 50%; border: 2px dashed var(--neon-blue); opacity: 0.6;
    animation: core-spin 10s infinite linear;
}

/* ESTADOS DO NÚCLEO (Reativo) */
.blue-core.speaking { 
    animation: core-speak 0.1s infinite alternate; 
    box-shadow: 0 0 40px var(--neon-blue); 
}
.blue-core.angry { 
    /* Vira Vermelho Sangue */
    background: radial-gradient(circle, #fff 10%, var(--rage-red) 40%, #500 100%);
    box-shadow: 0 0 50px var(--rage-red);
    animation: core-vibrate 0.05s infinite;
}
/* O Anel também fica vermelho */
.blue-core.angry::after { border-color: var(--rage-red); }

@keyframes core-idle { 0%, 100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.1); opacity: 1; } }
@keyframes core-speak { from { transform: scale(1.05); } to { transform: scale(1.2); } }
@keyframes core-vibrate { 0% { transform: translate(1px, 1px); } 25% { transform: translate(-1px, -2px); } 50% { transform: translate(-2px, 1px); } 75% { transform: translate(2px, -1px); } 100% { transform: translate(0, 0); } }
@keyframes core-spin { to { transform: rotate(360deg); } }

/* Info do Header */
.header-info { display: flex; flex-direction: column; }
.terminal-dots { display: flex; gap: 6px; margin-bottom: 5px; }
.dot { width: 8px; height: 8px; border-radius: 50%; opacity: 0.5; }
.dot.red { background: #ff5f56; } .dot.yellow { background: #ffbd2e; } .dot.green { background: #27c93f; }
.terminal-title { font-family: var(--font-terminal); color: var(--neon-blue); letter-spacing: 2px; font-size: 1.1rem; }

/* --- ÁREA DE TEXTO (Chat Window) --- */
.chat-window {
    flex: 1; padding: 20px; overflow-y: auto; 
    display: flex; flex-direction: column; gap: 15px;
    background: rgba(0, 10, 20, 0.6);
}

/* Fonte Pixelada Global */
.pixel-font { 
    font-family: var(--font-terminal) !important; 
    text-transform: uppercase; 
    font-size: 1.3rem; 
    letter-spacing: 0.5px;
}

/* Balões de Mensagem */
.message { 
    max-width: 90%; padding: 8px 12px; position: relative; 
    animation: text-glitch 0.2s ease-out;
}
@keyframes text-glitch { 0% { opacity:0; transform:translateX(-10px); } 100% { opacity:1; transform:translateX(0); } }

/* Mensagem da Blue (Neon) */
.message.bot {
    align-self: flex-start;
    color: var(--neon-blue);
    text-shadow: 0 0 5px rgba(0, 247, 255, 0.5); /* Brilho no texto */
    border-left: 3px solid var(--neon-blue);
    background: rgba(0, 247, 255, 0.05);
}
/* Mensagem da Blue (RAIVA) - Substitui a cor por vermelho */
.message.bot.angry-text {
    color: var(--rage-red) !important;
    text-shadow: 0 0 8px var(--rage-red) !important;
    border-color: var(--rage-red) !important;
    background: rgba(255, 0, 60, 0.1) !important;
}

/* Mensagem do Usuário */
.message.user {
    align-self: flex-end;
    color: var(--bg-midnight);
    background: var(--neon-blue);
    font-weight: bold;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.5); /* Sombra dura retro */
    border-radius: 2px;
}

/* Botões de Ação dentro do chat */
.action-buttons-container .btn {
    border-radius: 0; clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
    font-family: var(--font-terminal); font-size: 1.1rem;
}

/* Cursor Piscante */
.typing-cursor::after { content: '█'; color: inherit; animation: blink-cursor 0.5s step-end infinite; margin-left: 5px; }
@keyframes blink-cursor { 50% { opacity: 0; } }

/* --- INPUT AREA --- */
.chat-input-area {
    padding: 15px; background: #020005; border-top: 2px solid var(--neon-blue); display: flex; gap: 10px;
}
#user-input {
    flex: 1; background: transparent; border: none; 
    color: var(--neon-blue); font-size: 1.3rem; outline: none;
    text-shadow: 0 0 5px var(--neon-blue);
}
#send-btn {
    background: var(--neon-blue); color: var(--bg-midnight); border: none; padding: 0 25px; cursor: pointer; font-size: 1.2rem; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
#send-btn:hover { background: white; color: var(--neon-blue); }
#user-input:disabled { color: var(--rage-red); cursor: not-allowed; }

/* --- BARRA TÁTICA --- */
.tactical-bar {
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: #020005; border-top: 2px solid var(--neon-blue);
    padding: 5px 20px; display: flex; justify-content: space-between;
    font-size: 1.1rem; z-index: 9000; color: var(--neon-blue);
}
.stat-item .label { color: #555; margin-right: 5px; }
.value.success { color: var(--neon-blue); animation: blink-cursor 1s infinite; }

/* --- RESPONSIVIDADE --- */
@media (max-width: 768px) {
    .mobile-hide { display: none; }
    .tactical-bar { display: none !important; } 
    .chat-section { padding: 0; }
    .chat-container {
        height: 100dvh; max-width: 100%;
        border: none; border-radius: 0;
    }
}

/* Efeito de Scanline Global (Fica no topo de tudo) */
body::after {
    content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
    pointer-events: none; z-index: 9998; opacity: 0.15;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    background-size: 100% 2px, 3px 100%;
}