File size: 3,924 Bytes
84f4898
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* SentinelAI Stop Net Ultra-Agressif Styles */

body {
    font-family: 'Inter', sans-serif;
}

code, .font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.grid-bg {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(239, 68, 68, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(239, 68, 68, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridScroll 20s linear infinite;
}

@keyframes gridScroll {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
}

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

.nav-link { color: #94a3b8; border: 1px solid transparent; }
.nav-link:hover { color: #e2e8f0; background: rgba(30, 41, 59, 0.5); }
.nav-link.active { color: #f87171; background: rgba(239, 68, 68, 0.1); border-color: rgba(239, 68, 68, 0.3); }

.stat-card { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.stat-card:hover { transform: translateY(-2px); border-color: rgba(148, 163, 184, 0.2); box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3); }

.animate-pulse-slow { animation: pulseSlow 4s ease-in-out infinite; }
.animate-pulse-slow-delayed { animation: pulseSlow 4s ease-in-out infinite 2s; }
@keyframes pulseSlow { 0%, 100% { opacity: 0.3; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.05); } }

.parasite-row { transition: all 0.2s ease; animation: slideInParasite 0.3s ease-out forwards; }
.parasite-row:hover { background: rgba(30, 41, 59, 0.5); }
@keyframes slideInParasite { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: translateX(0); } }

.log-entry { animation: fadeInLog 0.2s ease-out forwards; }
@keyframes fadeInLog { from { opacity: 0; } to { opacity: 1; } }

.code-block { background: #0a0f1c; border: 1px solid #1e293b; border-radius: 8px; font-family: 'JetBrains Mono', monospace; font-size: 12px; line-height: 1.6; overflow-x: auto; white-space: pre-wrap; word-break: break-all; }

.tab-btn { background: rgba(15, 23, 42, 0.5); color: #94a3b8; border: 1px solid #1e293b; }
.tab-btn:hover { color: #e2e8f0; border-color: #334155; }
.tab-btn.active { background: linear-gradient(135deg, #ef4444, #dc2626); color: white; border-color: transparent; }

.score-bar-bg { background: rgba(15, 23, 42, 0.8); border-radius: 4px; overflow: hidden; height: 10px; }
.score-bar-fill { height: 100%; border-radius: 4px; transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

#stopnetToast.show { transform: translateY(0); opacity: 1; }

#neuralCanvas { background: #0a0f1c; }

.severity-critical { color: #ef4444; background: rgba(239, 68, 68, 0.1); border-left: 3px solid #ef4444; }
.severity-high { color: #f59e0b; background: rgba(245, 158, 11, 0.1); border-left: 3px solid #f59e0b; }
.severity-medium { color: #06b6d4; background: rgba(6, 182, 212, 0.1); border-left: 3px solid #06b6d4; }
.severity-low { color: #94a3b8; background: rgba(100, 116, 139, 0.1); border-left: 3px solid #64748b; }

.action-redirect { color: #22c55e; background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.2); }
.action-noindex { color: #f59e0b; background: rgba(245, 158, 11, 0.1); border: 1px solid rgba(245, 158, 11, 0.2); }
.action-fusion { color: #3b82f6; background: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.2); }
.action-delete { color: #ef4444; background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.2); }

.mand-cell-green { color: #22c55e; background: rgba(34, 197, 94, 0.08); }
.mand-cell-amber { color: #f59e0b; background: rgba(245, 158, 11, 0.08); }
.mand-cell-red { color: #ef4444; background: rgba(239, 68, 68, 0.08); }

@media (max-width: 768px) { .stat-card .text-2xl { font-size: 1.25rem; } }