.threat-landscape-dashboard{--tl-bg:var(--background);--tl-bg-card:var(--card);--tl-text-primary:var(--foreground);--tl-text-secondary:var(--muted-foreground);--tl-text-muted:var(--muted-foreground);--tl-border:var(--border);--tl-accent-primary:var(--primary);--tl-accent-cyan:#22d3ee;--tl-accent-pink:#ec4899;--tl-accent-purple:#a855f7;--tl-accent-orange:#f97316;--tl-accent-green:#10b981;--tl-accent-red:#ef4444;position:relative;min-height:100vh;background:var(--tl-bg);padding:20px 24px;margin:-1.5rem -1.5rem -2rem}.threat-landscape-dashboard .bg-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.threat-landscape-dashboard .particle{position:absolute;width:4px;height:4px;background:var(--primary);border-radius:50%;opacity:.5;animation:tl-float 20s infinite}.threat-landscape-dashboard .particle:first-child{left:10%;top:20%;animation-delay:0s}.threat-landscape-dashboard .particle:nth-child(2){left:30%;top:60%;animation-delay:3s}.threat-landscape-dashboard .particle:nth-child(3){left:70%;top:30%;animation-delay:6s}.threat-landscape-dashboard .particle:nth-child(4){left:85%;top:70%;animation-delay:9s}.threat-landscape-dashboard .particle:nth-child(5){left:50%;top:80%;animation-delay:12s}@keyframes tl-float{0%,to{transform:translateY(0) translateX(0);opacity:.6}25%{transform:translateY(-30px) translateX(15px);opacity:1}50%{transform:translateY(-15px) translateX(-10px);opacity:.4}75%{transform:translateY(-40px) translateX(20px);opacity:.8}}.threat-landscape-dashboard .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative;z-index:10;flex-wrap:wrap;gap:16px}.threat-landscape-dashboard .title{font-size:28px;font-weight:700;color:var(--foreground)}.threat-landscape-dashboard .subtitle{font-size:13px;color:var(--tl-text-secondary);margin-top:4px}.threat-landscape-dashboard .filters-bar{display:flex;gap:10px;flex-wrap:wrap}.threat-landscape-dashboard .filter-select{background:color-mix(in oklch,var(--card) 98%,var(--background));border:1px solid var(--tl-border);color:var(--tl-text-primary);padding:10px 32px 10px 14px;border-radius:8px;font-size:13px;font-family:inherit;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;backdrop-filter:blur(10px)}.threat-landscape-dashboard .filter-select:hover{border-color:var(--tl-accent-primary);box-shadow:0 0 20px color-mix(in oklch,var(--primary) 25%,transparent)}.threat-landscape-dashboard .custom-range-inputs{display:flex;align-items:center;gap:8px}.threat-landscape-dashboard .custom-range-inputs .filter-select{min-width:140px}.threat-landscape-dashboard .custom-range-sep{color:var(--tl-text-muted);font-size:12px;user-select:none}.threat-landscape-dashboard .filter-select-trigger{background-image:none}.threat-landscape-filter-popover{background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.25)}.threat-landscape-filter-popover [data-slot=command-input-wrapper]{border-color:var(--border)}.threat-landscape-filter-popover [data-slot=command-input]{color:var(--foreground)}.threat-landscape-filter-popover [data-slot=command-input]::placeholder{color:var(--muted-foreground)}.threat-landscape-filter-popover [data-slot=command-item][data-selected=true]{background:color-mix(in oklch,var(--primary) 18%,transparent);color:var(--foreground)}.threat-landscape-filter-popover [data-slot=command-item]{color:var(--muted-foreground)}.threat-landscape-filter-popover [data-slot=command-item]:hover{color:var(--foreground)}.threat-landscape-dashboard .kpi-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;position:relative;z-index:10}.threat-landscape-dashboard .kpi-card{background:var(--tl-bg-card);border:1px solid var(--tl-border);border-radius:16px;padding:18px;display:flex;align-items:center;gap:14px;position:relative;overflow:hidden;backdrop-filter:blur(20px);transition:all .4s ease}.threat-landscape-dashboard .kpi-card:hover{transform:translateY(-4px);border-color:var(--tl-accent-primary);box-shadow:0 10px 24px rgba(0,0,0,.16)}.threat-landscape-dashboard .kpi-glow{display:none}.threat-landscape-dashboard .kpi-glow.red{background:var(--tl-accent-red)}.threat-landscape-dashboard .kpi-glow.orange{background:var(--tl-accent-orange)}.threat-landscape-dashboard .kpi-glow.cyan{background:var(--tl-accent-cyan)}.threat-landscape-dashboard .kpi-glow.purple{background:var(--tl-accent-purple)}.threat-landscape-dashboard .kpi-glow.green{background:var(--tl-accent-green)}.threat-landscape-dashboard .kpi-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:color-mix(in oklch,var(--primary) 18%,transparent);color:var(--tl-accent-primary);flex-shrink:0}.threat-landscape-dashboard .kpi-icon svg{width:22px;height:22px}.threat-landscape-dashboard .kpi-data{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.threat-landscape-dashboard .kpi-value-wrap{min-width:0}.threat-landscape-dashboard .kpi-value{font-size:24px;font-weight:700;color:var(--tl-text-primary)}.threat-landscape-dashboard .kpi-value-wrap.entity-value .kpi-value{display:block;font-size:18px;line-height:1.15;white-space:normal;overflow-wrap:anywhere}.threat-landscape-dashboard .kpi-label{font-size:12px;color:var(--tl-text-secondary)}.threat-landscape-dashboard .kpi-trend{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.threat-landscape-dashboard .kpi-trend.up{background:rgba(16,185,129,.15);color:#10b981}.threat-landscape-dashboard .kpi-trend.down{background:rgba(239,68,68,.15);color:#ef4444}.threat-landscape-dashboard .kpi-claims{font-size:11px;color:#7C5BC8;font-weight:500;margin-top:2px}.threat-landscape-dashboard .kpi-card.entity-card{align-items:center}.threat-landscape-dashboard .kpi-card.entity-card .kpi-data{justify-content:center}.threat-landscape-dashboard .main-content{display:grid;grid-template-columns:280px 1fr 280px;gap:20px;margin-bottom:24px;position:relative;z-index:10;min-height:450px}.threat-landscape-dashboard .floating-cards{display:flex;flex-direction:column;gap:16px}.threat-landscape-dashboard .float-card{background:var(--tl-bg-card);border:1px solid var(--tl-border);border-radius:16px;padding:18px;backdrop-filter:blur(20px);transition:all .4s ease;flex:1;display:flex;flex-direction:column}.threat-landscape-dashboard .float-card:hover{border-color:color-mix(in oklch,var(--primary) 50%,transparent);box-shadow:0 8px 32px color-mix(in oklch,var(--primary) 18%,transparent);transform:translateX(4px)}.threat-landscape-dashboard .floating-cards.right .float-card:hover{transform:translateX(-4px)}.threat-landscape-dashboard .float-card h3{font-size:13px;font-weight:600;color:var(--tl-text-primary);margin-bottom:14px;display:flex;align-items:center;gap:8px}.threat-landscape-dashboard .dot{width:8px;height:8px;border-radius:50%}.threat-landscape-dashboard .dot.cyan{background:var(--tl-accent-cyan);box-shadow:0 0 10px var(--tl-accent-cyan)}.threat-landscape-dashboard .dot.pink{background:var(--tl-accent-pink);box-shadow:0 0 10px var(--tl-accent-pink)}.threat-landscape-dashboard .dot.orange{background:var(--tl-accent-orange);box-shadow:0 0 10px var(--tl-accent-orange)}.threat-landscape-dashboard .dot.purple{background:var(--tl-accent-purple);box-shadow:0 0 10px var(--tl-accent-purple)}.threat-landscape-dashboard .floating-cards.left .float-card:first-child .dot,.threat-landscape-dashboard .floating-cards.right .float-card:nth-child(2) .dot{background:#7c5bc8;box-shadow:0 0 10px #7c5bc8}.threat-landscape-dashboard .floating-cards.left .float-card:nth-child(2) .dot,.threat-landscape-dashboard .floating-cards.right .float-card:first-child .dot{background:#7C5BC8;box-shadow:0 0 10px #7C5BC8}.threat-landscape-dashboard .mini-bars{flex:1;display:flex;flex-direction:column;gap:6px;min-height:0}.threat-landscape-dashboard .mini-bar-item{display:grid;grid-template-columns:70px 1fr 30px;align-items:center;gap:10px;font-size:12px;flex:1;min-height:0}.threat-landscape-dashboard .mini-bar-item span:first-child{color:var(--tl-text-secondary)}.threat-landscape-dashboard .mini-bar-item span:last-child{color:var(--tl-text-primary);font-weight:600;text-align:right}.threat-landscape-dashboard .mini-bar-track{height:6px;background:color-mix(in oklch,var(--primary) 15%,transparent);border-radius:3px;overflow:hidden}.threat-landscape-dashboard .mini-bar-fill{height:100%;background:#7c5bc8;border-radius:3px;transition:width 1s ease}.threat-landscape-dashboard .industry-bars{flex:1;display:flex;flex-direction:column;gap:12px;justify-content:space-around}.threat-landscape-dashboard .industry-bar-item{display:flex;flex-direction:column;gap:6px}.threat-landscape-dashboard .industry-info{display:flex;justify-content:space-between;align-items:center}.threat-landscape-dashboard .industry-name{font-size:12px;color:var(--tl-text-secondary)}.threat-landscape-dashboard .industry-stats{font-size:13px;font-weight:600;color:var(--tl-text-primary)}.threat-landscape-dashboard .industry-stats .pct{font-size:11px;font-weight:400;color:var(--tl-text-muted)}.threat-landscape-dashboard .industry-bar-track{height:8px;background:color-mix(in oklch,var(--primary) 12%,transparent);border-radius:4px;overflow:hidden}.threat-landscape-dashboard .industry-bar-fill{height:100%;border-radius:4px;transition:width 1s ease}.threat-landscape-dashboard .industry-bar-fill.blue,.threat-landscape-dashboard .industry-bar-fill.cyan,.threat-landscape-dashboard .industry-bar-fill.green,.threat-landscape-dashboard .industry-bar-fill.orange,.threat-landscape-dashboard .industry-bar-fill.purple{background:#7C5BC8}.threat-landscape-dashboard .pie-container{flex:1;min-height:132px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.threat-landscape-dashboard .group-list{display:flex;flex-direction:column;gap:8px}.threat-landscape-dashboard .group-item{display:grid;grid-template-columns:70px 1fr 36px;align-items:center;gap:8px;font-size:11px}.threat-landscape-dashboard .group-item .name{color:var(--tl-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.threat-landscape-dashboard .group-item .group-count{color:var(--tl-text-primary);font-weight:600;text-align:right}.threat-landscape-dashboard .activity-bar{height:4px;background:color-mix(in oklch,var(--primary) 12%,transparent);border-radius:2px;overflow:hidden}.threat-landscape-dashboard .activity-bar div{height:100%;background:#7c5bc8;border-radius:2px}.threat-landscape-dashboard .mini-chart{padding:10px 14px 0;display:flex;flex-direction:column;flex:1;min-height:0}.threat-landscape-dashboard .mini-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px;flex-shrink:0}.threat-landscape-dashboard .mini-chart-header span:first-child{color:var(--tl-text-secondary)}.threat-landscape-dashboard .trend-badge{background:rgba(16,185,129,.15);color:#10b981;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:600}.threat-landscape-dashboard .mini-chart-chart{flex:1;min-height:80px;width:100%}.threat-landscape-dashboard .mini-chart canvas{width:100%!important}.threat-landscape-dashboard .map-container{position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,color-mix(in oklch,var(--primary) 10%,transparent) 0,transparent 70%);border-radius:20px;border:1px solid var(--tl-border);overflow:visible;min-height:420px}.threat-landscape-dashboard .map-container #world-map{width:100%;height:100%;min-height:420px;position:absolute;top:0;left:0}.threat-landscape-dashboard .jvectormap-container{width:100%;height:100%}.threat-landscape-dashboard .jvectormap-zoomin,.threat-landscape-dashboard .jvectormap-zoomout{background:color-mix(in oklch,var(--primary) 35%,transparent)!important;border:1px solid var(--tl-border)!important;color:var(--tl-text-primary)!important;width:28px!important;height:28px!important;line-height:26px!important;border-radius:6px!important}.threat-landscape-dashboard .jvectormap-zoomin:hover,.threat-landscape-dashboard .jvectormap-zoomout:hover{background:color-mix(in oklch,var(--primary) 55%,transparent)!important}.threat-landscape-dashboard .jvectormap-tip{display:none!important}.threat-landscape-dashboard .region-markers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100}.threat-landscape-dashboard .region-marker{position:absolute;display:flex;flex-direction:column;align-items:center;gap:6px;pointer-events:auto;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-50%,-50%)}.threat-landscape-dashboard .region-marker:hover{transform:translate(-50%,-50%) scale(1.1);z-index:200}.threat-landscape-dashboard .region-marker:hover .marker-badge{box-shadow:0 0 30px color-mix(in oklch,var(--primary) 55%,transparent);background:linear-gradient(135deg,color-mix(in oklch,var(--primary) 95%,white) 0,color-mix(in oklch,var(--primary) 88%,white) 100%)!important}.threat-landscape-dashboard .marker-glow{position:absolute;width:60px;height:60px;background:radial-gradient(circle,color-mix(in oklch,var(--primary) 30%,transparent) 0,transparent 70%);border-radius:50%;animation:tl-glow-pulse 3s ease-in-out infinite}@keyframes tl-glow-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:.3}}.threat-landscape-dashboard .marker-badge{background:linear-gradient(135deg,color-mix(in oklch,var(--primary) 92%,black) 0,color-mix(in oklch,var(--primary) 85%,black) 100%);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:6px;backdrop-filter:blur(10px);box-shadow:0 4px 20px color-mix(in oklch,var(--primary) 45%,transparent);transition:all .3s ease;position:relative;z-index:2}.threat-landscape-dashboard .marker-count{font-size:14px;font-weight:700;color:#fff;font-family:Inter,sans-serif;letter-spacing:-.02em}.threat-landscape-dashboard .marker-label{font-size:10px;font-weight:500;color:var(--tl-text-secondary);background:var(--card);padding:4px 10px;border-radius:4px;white-space:nowrap;border:1px solid var(--tl-border);font-family:Inter,sans-serif}.threat-landscape-dashboard .radar-ring{position:absolute;width:300px;height:300px;border:1px solid color-mix(in oklch,var(--primary) 35%,transparent);border-radius:50%;animation:tl-radar 4s ease-out infinite;pointer-events:none;z-index:5}.threat-landscape-dashboard .radar-ring.delay{animation-delay:2s}@keyframes tl-radar{0%{transform:scale(.3);opacity:.8}to{transform:scale(2);opacity:0}}.threat-landscape-dashboard .map-tooltip{position:fixed;pointer-events:none;z-index:99999;opacity:0;transition:opacity .15s ease,transform .15s ease;transform:translateY(5px);font-family:Inter,sans-serif}.threat-landscape-dashboard .map-tooltip.visible{opacity:1;transform:translateY(0)}.threat-landscape-dashboard .map-tooltip-content{background:var(--card);border:1px solid color-mix(in oklch,var(--primary) 45%,transparent);border-radius:10px;padding:12px 16px;box-shadow:0 10px 40px rgba(0,0,0,.4);backdrop-filter:blur(20px);min-width:140px}.threat-landscape-dashboard .tooltip-country{font-size:14px;font-weight:600;color:var(--foreground);margin-bottom:6px}.threat-landscape-dashboard .tooltip-count{font-size:20px;font-weight:700;color:#7C5BC8;margin-bottom:2px}.threat-landscape-dashboard .tooltip-label{font-size:11px;color:var(--tl-text-muted)}.threat-landscape-dashboard .attack-type-tooltip{padding:8px 12px;min-width:100px}.threat-landscape-dashboard .attack-type-tooltip .tooltip-country{font-size:12px;margin-bottom:4px}.threat-landscape-dashboard .attack-type-tooltip .tooltip-count{font-size:16px;margin-bottom:0}.threat-landscape-dashboard .attack-type-tooltip .tooltip-label{font-size:10px}.threat-landscape-dashboard .attacks-over-time-tooltip{padding:6px 10px;min-width:0;display:flex;align-items:baseline;gap:4px}.threat-landscape-dashboard .attacks-over-time-tooltip .tooltip-count{font-size:13px;font-weight:700;color:#7C5BC8;margin:0}.threat-landscape-dashboard .attacks-over-time-tooltip .tooltip-label{font-size:9px;color:var(--tl-text-muted);margin:0}.threat-landscape-dashboard .pie-legend{display:flex;flex-wrap:wrap;gap:4px 12px;justify-content:center;margin-top:6px;padding-top:6px;border-top:1px solid var(--tl-border);width:100%}.threat-landscape-dashboard .pie-legend-item{display:flex;align-items:center;gap:4px;font-size:9px;color:var(--tl-text-muted)}.threat-landscape-dashboard .pie-legend-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.threat-landscape-dashboard .pie-legend-label{white-space:nowrap}.threat-landscape-dashboard .table-section{background:var(--tl-bg-card);border:1px solid var(--tl-border);border-radius:16px;overflow:hidden;backdrop-filter:blur(20px);position:relative;z-index:10}.threat-landscape-dashboard .table-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid var(--tl-border)}.threat-landscape-dashboard .table-header h3{font-size:15px;font-weight:600}.threat-landscape-dashboard .view-all-btn{background:linear-gradient(135deg,var(--primary),color-mix(in oklch,var(--primary) 80%,black));border:none;color:var(--primary-foreground);padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.threat-landscape-dashboard .view-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px color-mix(in oklch,var(--primary) 45%,transparent)}.threat-landscape-dashboard .table-scroll{overflow-x:auto}.threat-landscape-dashboard .table-section table{width:100%;border-collapse:collapse}.threat-landscape-dashboard .table-section th{background:color-mix(in oklch,var(--primary) 10%,transparent);padding:14px 16px;text-align:left;font-size:11px;font-weight:600;color:var(--tl-text-muted);text-transform:uppercase;letter-spacing:.5px}.threat-landscape-dashboard .table-section td:nth-child(2),.threat-landscape-dashboard .table-section th:nth-child(2){width:156px;min-width:156px}.threat-landscape-dashboard .table-section td{padding:14px 16px;font-size:13px;color:var(--tl-text-secondary);border-bottom:1px solid color-mix(in oklch,var(--primary) 10%,transparent)}.threat-landscape-dashboard .table-section tr:hover td{background:color-mix(in oklch,var(--primary) 6%,transparent)}.threat-landscape-dashboard .title-cell{color:var(--tl-text-primary);font-weight:500;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.threat-landscape-dashboard .actor{color:var(--tl-accent-primary);font-weight:500}.threat-landscape-dashboard .badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:500;min-width:110px;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.threat-landscape-dashboard .badge.breach{background:rgba(239,68,68,.15);color:#ff6b6b}.threat-landscape-dashboard .badge.leak{background:rgba(249,115,22,.15);color:#ffa94d}.threat-landscape-dashboard .badge.defacement{background:rgba(168,85,247,.15);color:#b794f6}.threat-landscape-dashboard .badge.access{background:rgba(34,211,238,.15);color:#67e8f9}.threat-landscape-dashboard .action-btn{background:transparent;border:1px solid var(--tl-accent-primary);color:var(--tl-accent-primary);padding:6px 14px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.threat-landscape-dashboard .action-btn:hover{background:var(--tl-accent-primary);color:white}@media (max-width:1400px){.threat-landscape-dashboard .main-content{grid-template-columns:250px 1fr 250px}}@media (max-width:1200px){.threat-landscape-dashboard .kpi-row{grid-template-columns:repeat(3,1fr)}.threat-landscape-dashboard .main-content{grid-template-columns:1fr}.threat-landscape-dashboard .floating-cards{flex-direction:row;flex-wrap:wrap}.threat-landscape-dashboard .float-card{flex:1;min-width:200px}.threat-landscape-dashboard .map-container{min-height:350px;order:-1}}@media (max-width:768px){.threat-landscape-dashboard .kpi-row{grid-template-columns:repeat(2,1fr)}.threat-landscape-dashboard .kpi-card{padding:14px;gap:10px;flex-wrap:wrap}.threat-landscape-dashboard .kpi-icon{width:36px;height:36px}.threat-landscape-dashboard .kpi-icon svg{width:18px;height:18px}.threat-landscape-dashboard .kpi-value{font-size:18px}.threat-landscape-dashboard .kpi-claims,.threat-landscape-dashboard .kpi-label{font-size:10px}.threat-landscape-dashboard .header{flex-direction:column;align-items:flex-start}.threat-landscape-dashboard .filters-bar{width:100%}.threat-landscape-dashboard .filter-select{flex:1;min-width:140px}.threat-landscape-dashboard .group-item{grid-template-columns:82px 1fr 36px}}@media (max-width:480px){.threat-landscape-dashboard .kpi-row{grid-template-columns:1fr}.threat-landscape-dashboard .kpi-card{padding:16px;gap:12px}.threat-landscape-dashboard .kpi-value{font-size:20px}.threat-landscape-dashboard .kpi-label{font-size:11px}.threat-landscape-dashboard .group-item{grid-template-columns:78px 1fr 36px}}