body{font-family:Inter,sans-serif}.theme-switch-wrapper{display:flex;align-items:center;position:fixed;top:1rem;right:1rem;z-index:1000;padding:.5rem;background-color:rgba(255,255,255,.8);border-radius:9999px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.theme-switch-wrapper .toggle-icon{width:20px;height:20px;stroke-width:2}.theme-switch-wrapper .icon-light-mode{color:#f59e0b}.theme-switch-wrapper .icon-dark-mode{color:#6366f1}.dark .theme-switch-wrapper .icon-light-mode{display:none}.theme-switch-wrapper .icon-dark-mode{display:none}.dark .theme-switch-wrapper .icon-dark-mode{display:inline-block}.theme-switch{display:inline-block;height:24px;position:relative;width:44px;margin:0 .5rem}.theme-switch input{display:none}.slider{background-color:#cbd5e1;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s;border-radius:24px}.slider:before{background-color:#fff;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px;border-radius:50%}input:checked+.slider{background-color:#4f46e5}input:checked+.slider:before{transform:translateX(20px)}.dark .slider{background-color:#475569}.dark input:checked+.slider{background-color:#818cf8}.lucide{display:inline-block;width:1em;height:1em;stroke-width:2;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.section-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:2.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.dark .section-card{background-color:#1e293b}.subsection-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.25rem;margin-top:1.5rem}.dark .subsection-card{background-color:rgba(51,65,85,.5);border-color:#475569}.section-heading{font-size:1.5rem;line-height:2rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.dark .section-heading{color:#f1f5f9;border-color:#475569}.section-heading .lucide{width:1.25em;height:1.25em;margin-right:.5rem}.subsection-heading{font-size:1.25rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center}.dark .subsection-heading{color:#e2e8f0}.subsection-heading .lucide{width:1.1em;height:1.1em;margin-right:.5rem}.detail-heading{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center}.dark .detail-heading{color:#e2e8f0}.detail-heading .lucide{width:1em;height:1em;margin-right:.375rem}.text-highlight-blue{color:#3b82f6}.text-highlight-orange{color:#f97316}.text-highlight-green{color:#22c55e}.text-highlight-purple{color:#a855f7}.text-highlight-teal{color:#14b8a6}.text-highlight-red{color:#ef4444}.text-highlight-indigo{color:#6366f1}.text-highlight-yellow{color:#eab308}.bg-highlight-red{background-color:#fee2e2;border-color:#fecaca}.dark .bg-highlight-red{background-color:#ef4444;border-color:#dc2626}.text-content-red{color:#b91c1c}.dark .text-content-red{color:#fecaca}.bg-highlight-yellow{background-color:#fef9c3}.dark .bg-highlight-yellow{background-color:#3f3306}.text-content-yellow{color:#854d0e}.dark .text-content-yellow{color:#fde047}.bg-highlight-indigo{background-color:#e0e7ff}.dark .bg-highlight-indigo{background-color:#3730a3}.text-content-indigo{color:#4338ca}.dark .text-content-indigo{color:#a5b4fc}.bg-highlight-purple{background-color:#f3e8ff}.dark .bg-highlight-purple{background-color:#5b21b6}.text-content-purple{color:#7e22ce}.dark .text-content-purple{color:#d8b4fe}.bg-highlight-blue{background-color:#dbeafe}.dark .bg-highlight-blue{background-color:#1e40af}.text-content-blue{color:#1d4ed8}.dark .text-content-blue{color:#93c5fd}.prose code{font-weight:600;color:#be185d;background-color:#fce7f3;padding:.125em .25em;border-radius:.25rem}.dark .prose code{color:#fda4af;background-color:#500724}.prose strong.text-highlight-red{color:#ef4444}.dark .prose strong.text-highlight-red{color:#f87171}.prose ul{margin-top:.5em;margin-bottom:.5em}.prose ul>li{margin-top:.25em;margin-bottom:.25em}.prose ul ul{margin-top:.25em;margin-left:1em}.exec-summary-card{background-color:#fff;border-radius:.75rem;padding:2rem 1.5rem;margin-bottom:2.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.dark .exec-summary-card{background-color:#1e293b}.exec-summary-card .footnote-marker{font-size:.7em;vertical-align:super;margin-left:1px;color:#3b82f6}.metric-card{background-color:#f8fafc;padding:1rem;border-radius:.5rem;text-align:center;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border:1px solid #e2e8f0}.dark .metric-card{background-color:#334155;border-color:#475569}.metric-label{display:block;font-size:.75rem;font-weight:500;margin-bottom:.25rem;display:flex;align-items:center;justify-content:center}.dark .metric-label{color:#94a3b8}.metric-label .lucide{width:.875em;height:.875em;margin-right:.25rem}.dark .metric-label .lucide{color:#94a3b8}.metric-value{display:block;font-size:1.5rem;font-weight:700;line-height:1.2}.dark .metric-value{color:#f1f5f9}.metric-context{display:block;font-size:.7rem;margin-top:.125rem}.dark .metric-context{color:#64748b}.attack-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f1f5f9;border-radius:.5rem}.dark .attack-summary-grid{background-color:#334155}.attack-summary-item{display:flex;align-items:center;font-size:.875rem}.attack-summary-item .lucide{width:1.25rem;height:1.25rem;margin-right:.5rem;color:#475569}.dark .attack-summary-item .lucide{color:#94a3b8}.attack-summary-label{font-weight:500;margin-right:.25rem;display:block;font-size:.75rem}.dark .attack-summary-label{color:#cbd5e1}.attack-summary-value{font-weight:600}.dark .attack-summary-value{color:#f1f5f9}.chart-container{margin-top:1.5rem;height:300px;position:relative;background-color:#fdfdff;padding:1rem;border-radius:.5rem;box-shadow:inset 0 1px 3px rgba(0,0,0,.05)}.dark .chart-container{background-color:#0f172a;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.table-container{overflow-x:auto;margin-top:1.5rem;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.dark .table-container{border-color:#475569}table{width:100%;border-collapse:collapse;font-size:.875rem}td,th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.dark td,.dark th{border-color:#475569}th{background-color:#f8fafc;font-weight:600}.dark th{background-color:#334155;color:#e2e8f0}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(2n){background-color:#f8fafc}.dark tbody tr:nth-child(2n){background-color:rgba(30,41,59,.5)}td.font-medium{font-weight:500}td.font-semibold{font-weight:600}td.text-center{text-align:center}.glossary dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem}.glossary dt{font-weight:600}.dark .glossary dt{color:#e2e8f0}.glossary dd{padding-left:.5rem}.dark .glossary dd{color:#cbd5e1}.footnotes{margin-top:2rem;padding-top:1rem;border-top:1px solid #e2e8f0;font-size:.875rem}.dark .footnotes{border-color:#475569;color:#94a3b8}.footnotes h3 .lucide{width:.9em;height:.9em}.footnotes ol{list-style-type:none;padding-left:0}.footnotes li{margin-bottom:.5rem}.action-plan{margin-top:1.5rem;padding:1.25rem;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem}.dark .action-plan{background-color:#334155;border-color:#0369a1}.action-plan-heading{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center}.dark .action-plan-heading{color:#7dd3fc}.action-plan-heading .lucide{margin-right:.5rem}.action-plan ol{list-style-type:decimal;padding-left:1.25rem;space-y:0.5rem}.dark .action-plan ol{color:#cbd5e1}.action-plan li::marker{font-weight:500}.risk-scale-placeholder{margin-top:1.5rem;padding:1rem;background-color:#fffbeb;border:1px solid #fde68a;border-radius:.5rem;text-align:center}.dark .risk-scale-placeholder{background-color:rgba(120,53,15,.3);border-color:#78350f}.risk-scale-placeholder .detail-heading{justify-content:center}.dark .risk-scale-placeholder .detail-heading{color:#fcd34d}.risk-scale-visual{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.risk-scale-dot{width:1.25rem;height:1.25rem;border-radius:9999px;background-color:#d1d5db}.dark .risk-scale-dot{background-color:#4b5563}.risk-scale-dot:nth-child(-n+2){background-color:#a3e635}.risk-scale-dot:nth-child(n+3):nth-child(-n+5){background-color:#facc15}.risk-scale-dot:nth-child(n+6):nth-child(-n+8){background-color:#fb923c}.risk-scale-dot:nth-child(n+9):nth-child(-n+10){background-color:#f87171}.dark .risk-scale-dot:nth-child(-n+2){background-color:#bef264}.dark .risk-scale-dot:nth-child(n+3):nth-child(-n+5){background-color:#fde047}.dark .risk-scale-dot:nth-child(n+6):nth-child(-n+8){background-color:#fdba74}.dark .risk-scale-dot:nth-child(n+9):nth-child(-n+10){background-color:#fca5a5}.diagram-container{background-color:#f9fafb;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center}.dark .diagram-container{background-color:#1f2937;border-color:#374151}.diagram-container h2{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;text-align:center}.dark .diagram-container h2{color:#e5e7eb}.diagram-container svg{max-width:100%;height:auto;overflow:visible}.svg-icon{stroke-width:1;transition:transform .3s ease,opacity .3s ease;opacity:0;transform:scale(.8)}.svg-icon.visible{opacity:1;transform:scale(1)}.svg-icon.dimmed{opacity:.3!important}.svg-icon.highlight{opacity:1!important;transform:scale(1.1)}.svg-icon.highlight-attack{fill:url(#attackerGradient)!important;stroke:#ef4444;opacity:1!important;transform:scale(1.1)}.svg-icon.highlight-infection{fill:url(#malwareGradient)!important;stroke:#fca5a5;opacity:1!important;transform:scale(1.1)}.svg-icon.highlight-command{fill:url(#cncGradient)!important;stroke:#a78bfa;opacity:1!important;transform:scale(1.1)}.svg-icon.highlight-legit{fill:url(#userGradient)!important;stroke:#34d399;opacity:1!important;transform:scale(1.1)}.svg-icon.highlight-blocked{fill:url(#shieldGradient)!important;stroke:#fde047;opacity:1!important;transform:scale(1.1)}.server-gradient{fill:url(#serverGradient);stroke:#60a5fa}.attacker-gradient{fill:url(#attackerGradient);stroke:#f87171}.bot-gradient{fill:url(#botGradient);stroke:#facc15}.cnc-gradient{fill:url(#cncGradient);stroke:#a78bfa}.shield-gradient{fill:url(#shieldGradient);stroke:#fde047}.user-gradient{fill:url(#userGradient);stroke:#34d399}.malware-gradient{fill:url(#malwareGradient);stroke:#fca5a5}.reflector-gradient{fill:url(#reflectorGradient);stroke:#fb923c}.text-label{font-size:9px;font-family:Inter,sans-serif;fill:#4b5563;text-anchor:middle;opacity:0;transition:opacity .3s ease}.dark .text-label{fill:#d1d5db}.text-label.visible{opacity:1}.text-label.dimmed{opacity:.3!important}.text-label-small{font-size:7px}.text-label-exhausted{fill:#ef4444;font-weight:700}.dark .text-label-exhausted{fill:#f87171}.text-label-blocked{fill:#ef4444;font-size:18px;font-weight:700}.dark .text-label-blocked{fill:#f87171}.text-label-legit{fill:#10b981}.dark .text-label-legit{fill:#6ee7b7}.text-label-infection{fill:#f43f5e}.dark .text-label-infection{fill:#fda4af}.text-label-command{fill:#8b5cf6}.dark .text-label-command{fill:#c4b5fd}.text-label-attack{fill:#ef4444;font-weight:700}.dark .text-label-attack{fill:#f87171}.traffic-line{stroke-width:1.5px;opacity:0;transition:opacity .3s ease,stroke-dashoffset .5s linear;stroke-dasharray:5,5}.traffic-line.visible{opacity:.7}.traffic-line.animating{animation:dash-flow 1s linear infinite}.traffic-line.dimmed{opacity:.2!important;animation:none!important}.traffic{stroke:#fb923c;marker-end:url(#arrowhead-orange)}.dark .traffic{stroke:#fdba74}.legit-traffic{stroke:#34d399;marker-end:url(#arrowhead-green)}.dark .legit-traffic{stroke:#6ee7b7}.infection-traffic{stroke:#f472b6;marker-end:url(#arrowhead-malware)}.dark .infection-traffic{stroke:#f9a8d4}.command-traffic{stroke:#a78bfa;marker-end:url(#arrowhead-purple)}.dark .command-traffic{stroke:#c4b5fd}.attack-traffic{stroke:#f87171;marker-end:url(#arrowhead-attack)}.dark .attack-traffic{stroke:#fca5a5}.text-label-traffic{font-size:7px;fill:#ea580c;text-anchor:middle;font-style:italic;opacity:0;transition:opacity .3s ease}.dark .text-label-traffic{fill:#fb923c}.text-label-traffic.visible{opacity:1}.text-label-traffic.dimmed{opacity:.3!important}.block-marker{font-size:20px;fill:#dc2626;text-anchor:middle;font-weight:700;opacity:0;transition:opacity .3s ease,transform .3s ease;transform:scale(.5)}.dark .block-marker{fill:#f87171}.block-marker.visible{opacity:1;transform:scale(1)}@keyframes dash-flow{to{stroke-dashoffset:-10}}#tooltip{position:absolute;background-color:rgba(15,23,42,.9);color:#f1f5f9;padding:6px 10px;border-radius:4px;font-size:.8rem;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out;z-index:10000;max-width:250px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.dark #tooltip{background-color:rgba(248,250,252,.9);color:#1e293b}.diagram-container svg{min-width:280px}@media (max-width:640px){.section-heading{font-size:1.25rem}.subsection-heading{font-size:1.125rem}.detail-heading{font-size:1rem}.metric-value{font-size:1.25rem}.attack-summary-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;padding:.75rem}.attack-summary-item .lucide{width:1rem;height:1rem;margin-right:.25rem}.attack-summary-label{font-size:.65rem}.attack-summary-value{font-size:.8rem}.diagram-container{padding:.75rem}.diagram-container h2{font-size:1rem;margin-bottom:.5rem}.text-label{font-size:8px}.text-label-small{font-size:6px}.text-label-traffic{font-size:6px}}