@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";:root{--bg: #04060d;--bg-panel: #080d1c;--border: #1b2440;--text: #c8d4f0;--text-dim: #5a6a95;--accent: #00e5ff;--red: #ff3b5c;--orange: #ff9f1c;--purple: #b14aff;--yellow: #ffd60a;--gray: #7a8bb0;--green: #3dff8e}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Space Grotesk,SF Pro Display,system-ui,sans-serif;height:100vh;display:flex;flex-direction:column;overflow:hidden}.mono{font-family:JetBrains Mono,SF Mono,Cascadia Code,Menlo,monospace}#topbar{display:flex;align-items:center;gap:2rem;padding:.55rem 1.4rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#090f20,#050a14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative;z-index:10}.brand{font-size:1.2rem;font-weight:700;letter-spacing:.16em;color:#fff;display:flex;align-items:baseline;gap:.15em;font-family:Space Grotesk,sans-serif}.brand span{color:var(--accent);text-shadow:0 0 16px rgba(0,229,255,.7)}.brand small{font-size:.6rem;letter-spacing:.3em;color:var(--red);text-shadow:0 0 10px rgba(255,59,92,.7);margin-left:.8em;font-weight:600}.brand .pulse{display:inline-block;width:8px;height:8px;margin-left:10px;border-radius:50%;background:var(--red);box-shadow:0 0 10px var(--red);animation:pulse 1.4s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.2}}@keyframes counterFlash{0%{color:var(--green);text-shadow:0 0 20px var(--green),0 0 40px rgba(61,255,142,.4)}to{color:var(--accent);text-shadow:0 0 14px rgba(0,229,255,.55)}}.counter-flash{animation:counterFlash .6s ease-out forwards}.counters{display:flex;gap:2.5rem;flex:1;justify-content:center;align-items:center}.counter{display:flex;flex-direction:column;align-items:center;gap:1px}.counter .label{font-size:.55rem;letter-spacing:.18em;color:var(--text-dim);text-transform:uppercase;font-weight:500}.counter .value{font-size:1.5rem;font-weight:700;color:var(--accent);text-shadow:0 0 14px rgba(0,229,255,.55);font-variant-numeric:tabular-nums;font-family:JetBrains Mono,monospace;transition:color .3s}.topbar-right{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}#sparkline{opacity:.8}#last-attack{font-size:.58rem;letter-spacing:.1em;color:var(--text-dim);font-family:JetBrains Mono,monospace;min-width:80px;text-align:right}.status{font-size:.62rem;letter-spacing:.14em;color:var(--text-dim);font-weight:500}.status.live{color:var(--green);text-shadow:0 0 8px rgba(61,255,142,.5)}.status.down{color:var(--red)}main{flex:1;display:flex;min-height:0;position:relative}#map-wrap{position:relative;flex:1;min-width:0}#map-base,#map-arcs{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}#map-flash{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at center,rgba(255,59,92,.12) 0%,transparent 70%);opacity:0;transition:opacity .08s ease-out;z-index:5}#map-flash.active{opacity:1}#legend{position:absolute;left:14px;bottom:12px;display:flex;flex-direction:column;gap:5px;font-size:.6rem;letter-spacing:.08em;color:var(--text-dim);font-family:Space Grotesk,sans-serif}#legend .item{display:flex;align-items:center;gap:8px}#legend .dot{width:7px;height:7px;border-radius:50%}#geo-badge{position:absolute;top:10px;right:14px;font-size:.58rem;letter-spacing:.14em;padding:3px 8px;color:var(--yellow);border:1px solid rgba(255,214,10,.35);border-radius:4px;background:#ffd60a0f;font-family:JetBrains Mono,monospace}#geo-attribution{position:absolute;right:14px;bottom:10px;font-size:.55rem;letter-spacing:.1em;color:var(--text-dim);text-decoration:none;opacity:.6;font-family:Space Grotesk,sans-serif;transition:opacity .2s,color .2s}#geo-attribution:hover{color:var(--accent);opacity:1}#panel{width:300px;border-left:1px solid rgba(27,36,64,.8);background:#080d1cd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;overflow:hidden;box-shadow:-4px 0 24px #0006}#panel section{padding:.7rem 1.1rem;border-bottom:1px solid rgba(27,36,64,.6);position:relative}#panel h2{font-size:.58rem;letter-spacing:.22em;color:var(--text-dim);margin-bottom:.7rem;text-transform:uppercase;font-weight:500;display:flex;align-items:center;gap:.7rem;font-family:Space Grotesk,sans-serif}#panel h2:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--border),transparent)}#donut-wrap{display:flex;align-items:center;gap:.9rem}#donut-legend{list-style:none;font-size:.65rem;flex:1}#donut-legend li{display:flex;align-items:center;gap:6px;margin-bottom:5px;font-weight:500;transition:opacity .2s}#donut-legend li:hover{opacity:.8}#donut-legend .dot{width:7px;height:7px;border-radius:50%;flex:none}#donut-legend .pct{margin-left:auto;color:var(--text-dim);font-variant-numeric:tabular-nums;font-family:JetBrains Mono,monospace;font-size:.62rem}.country-list{list-style:none;counter-reset:rank;font-size:.68rem}.country-list li{display:flex;align-items:center;gap:8px;padding:3px 0;counter-increment:rank;font-variant-numeric:tabular-nums;transition:opacity .2s}.country-list li:hover{opacity:.8}.country-list li:before{content:counter(rank,decimal-leading-zero);font-size:.58rem;opacity:.6;font-family:JetBrains Mono,monospace;min-width:18px}.country-list li:nth-child(1):before{color:var(--accent);opacity:1}.country-list li:nth-child(2):before{color:var(--accent);opacity:.7}.country-list li:nth-child(3):before{color:var(--text-dim);opacity:.8}.country-list li:nth-child(4):before{color:var(--text-dim);opacity:.6}.country-list li:nth-child(5):before{color:var(--text-dim);opacity:.45}.country-list li:nth-child(1) .cc{color:var(--text)}.country-list li:nth-child(2) .cc{color:#c8d4f0d9}.country-list li:nth-child(3) .cc{color:#c8d4f0b3}.country-list li:nth-child(4) .cc{color:#c8d4f08c}.country-list li:nth-child(5) .cc{color:#c8d4f073}.country-list .bar{flex:1;height:3px;background:#1b244099;border-radius:2px;overflow:hidden}.country-list .bar i{display:block;height:100%;background:var(--accent);box-shadow:0 0 6px var(--accent);transition:width .4s ease}.country-list .n{color:var(--text-dim);min-width:3ch;text-align:right;font-family:JetBrains Mono,monospace;font-size:.62rem}#top-dst-countries .bar i{background:var(--red);box-shadow:0 0 6px var(--red)}@keyframes slidein{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}#feed-section{width:100%;flex-shrink:0;background:linear-gradient(0deg,#03060f,#060c1a);border-top:1px solid rgba(27,36,64,.8);height:360px;display:flex;flex-direction:column;overflow:hidden}#feed-section-header{display:flex;align-items:center;gap:.9rem;padding:.7rem 1.6rem .55rem;border-bottom:1px solid rgba(27,36,64,.7);flex-shrink:0}#feed-section-header h2{font-size:.68rem;letter-spacing:.24em;color:var(--accent);text-shadow:0 0 12px rgba(0,229,255,.5);text-transform:uppercase;margin:0;font-family:Space Grotesk,sans-serif;font-weight:600}.feed-live-badge{display:flex;align-items:center;gap:5px;font-size:.6rem;letter-spacing:.18em;color:var(--green);text-shadow:0 0 8px rgba(61,255,142,.5);font-weight:500}.feed-live-badge:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:pulse 1.4s infinite}.feed-count-badge{margin-left:auto;font-size:.6rem;letter-spacing:.12em;color:var(--text-dim);background:#ffffff0a;border:1px solid rgba(27,36,64,.8);border-radius:4px;padding:2px 9px;font-family:JetBrains Mono,monospace}#feed-table-wrap{flex:1;overflow-y:auto;overflow-x:hidden}#feed-table-wrap::-webkit-scrollbar{width:3px}#feed-table-wrap::-webkit-scrollbar-track{background:transparent}#feed-table-wrap::-webkit-scrollbar-thumb{background:#1b2440cc;border-radius:2px}#feed-table{width:100%;border-collapse:collapse;font-size:.72rem;table-layout:fixed}#feed-table colgroup col:nth-child(1){width:82px}#feed-table colgroup col:nth-child(2){width:230px}#feed-table colgroup col:nth-child(3){width:24px}#feed-table colgroup col:nth-child(4){width:210px}#feed-table colgroup col:nth-child(5){width:110px}#feed-table colgroup col:nth-child(6){width:110px}#feed-table thead{position:sticky;top:0;z-index:2}#feed-table thead tr{background:#060c1af7;border-bottom:1px solid rgba(27,36,64,.6)}#feed-table thead th{font-weight:500;color:var(--text-dim);letter-spacing:.12em;font-size:.58rem;text-transform:uppercase;padding:6px 12px;text-align:left;white-space:nowrap;font-family:Space Grotesk,sans-serif}#feed-table thead th.col-type{text-align:center}#feed-table tbody tr{border-bottom:1px solid rgba(255,255,255,.022);animation:slidein .3s ease-out;transition:background .15s;cursor:default;position:relative}#feed-table tbody tr:hover{background:#00e5ff0b}#feed-table tbody tr:last-child{border-bottom:none}#feed-table td{padding:7px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}#feed-table td.col-time{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.66rem;padding-left:16px;border-left:2px solid transparent;font-family:JetBrains Mono,monospace;transition:box-shadow .3s}#feed-table tbody tr:nth-child(-n+3) td.col-time{opacity:1}#feed-table tbody tr td.col-time{box-shadow:inset 3px 0 10px -3px var(--row-glow, transparent)}#feed-table td.col-arrow{color:var(--text-dim);font-size:.72rem;padding:7px 2px;text-align:center;opacity:.4}#feed-table td.col-ip{color:var(--text-dim);font-size:.63rem;opacity:.6;font-family:JetBrains Mono,monospace}#feed-table td[data-tooltip]{position:relative}#feed-table td[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);background:#0d1628;border:1px solid var(--border);border-radius:4px;padding:3px 8px;font-size:.58rem;color:var(--accent);white-space:nowrap;z-index:100;pointer-events:none;font-family:JetBrains Mono,monospace;box-shadow:0 4px 16px #00000080}#feed-table td.col-type{text-align:center}.type-badge{display:inline-block;font-size:.6rem;letter-spacing:.08em;font-weight:600;padding:3px 9px;border-radius:4px;text-transform:uppercase;border:1px solid currentColor;opacity:.9;font-family:Space Grotesk,sans-serif}@media(max-width:820px){main{flex-direction:column}#map-wrap{min-height:46vh}#panel{width:100%;flex:1;border-left:none;border-top:1px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none}.counters{gap:1.2rem}.counter .value{font-size:1.1rem}#feed-section{height:260px}#feed-section-header{padding:.5rem .9rem .4rem}#sparkline,#last-attack{display:none}}
