:root,[data-theme=dark]{--bg:#06080f;--bg2:#0c1017;--card:#111620;--card2:#161c28;--text:#e8eaed;--text2:#94a0b0;--muted:#687585;--cyan:#5cb8cc;--red:#d46b6b;--yellow:#d4b05a;--green:#5eb87a;--orange:#d49550;--border:rgba(255,255,255,.06);--border2:rgba(255,255,255,.1)}[data-theme=light]{--bg:#f2f3f5;--bg2:#e9ebef;--card:#ffffff;--card2:#f5f6f8;--text:#1a1f2e;--text2:#475569;--muted:#64748b;--cyan:#1a8a9e;--red:#c04545;--yellow:#a88a2a;--green:#2d8a4e;--orange:#b07030;--border:rgba(0,0,0,.08);--border2:rgba(0,0,0,.13)}[data-theme=light] body{background:var(--bg);color:var(--text)}[data-theme=light] .pd-header,.hdr,[data-theme=light] .hdr{background:color-mix(in srgb,var(--bg) 85%,transparent)}[data-theme=light] .stat-card,[data-theme=light] .card,[data-theme=light] .glass{background:var(--card);color:var(--text);border-color:var(--border)}[data-theme=light] .pd-grid-bg{opacity:.02}[data-theme=light] .pd-orb{opacity:.3}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3{color:var(--text)}.pd-live{--bg: #0a0f14;--bg-2: #0c1219;--panel: #0f1620;--panel-2: #141b25;--line: rgba(34, 197, 94, .1);--line-2: rgba(255, 255, 255, .06);--ink-1: #f1f5f9;--ink-2: #cbd5e1;--ink-3: #8b9db0;--ink-mute: #64748b;--green: #22c55e;--green-dim: #16a34a;--green-deep:#14532d;--red: #ff4757;--red-soft: #ff6b7a;--amber: #fbbf24;--cyan: #06b6d4;--serif: ui-serif, Georgia, "Times New Roman", serif;--sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--display: "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--sans);color:var(--ink-1);background:var(--bg);display:block}.pd-live *,.pd-live *:before,.pd-live *:after{box-sizing:border-box}.pd-live h1,.pd-live h2,.pd-live h3,.pd-live h4,.pd-live p{margin:0}.pd-live a{color:inherit;text-decoration:none}.pd-live button{font:inherit;cursor:pointer}.pd-live ::selection{background:var(--green);color:#04130a}.pd-live .wrap{max-width:1280px;margin:0 auto;padding:0 24px}.pd-live .backdrop{position:relative;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 100%)}.pd-live .backdrop:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse at 50% 0%,#000 30%,transparent 75%);opacity:.55}.pd-live .hero{padding:56px 0 40px;position:relative}.pd-live .hero-crumbs{font-family:var(--mono);font-size:12px;color:var(--ink-3);letter-spacing:.02em;display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.pd-live .hero-crumbs a:hover{color:var(--green)}.pd-live .hero-crumbs .sep{color:var(--ink-mute)}.pd-live .hero-crumbs .live-dot{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:4px 10px;border:1px solid rgba(34,197,94,.35);background:#22c55e0f;color:var(--green);font-weight:600;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;font-size:11px;flex-shrink:0;border-radius:999px}.pd-live .hero-crumbs .live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green);animation:pdpulse 1.4s infinite}@keyframes pdpulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}@media(max-width:480px){.pd-live .hero-crumbs .live-dot{margin-left:0;flex-basis:100%;max-width:100%;justify-content:flex-start}.pd-live .hero-crumbs .live-dot>span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 16px)}}.pd-live .hero-eyebrow{font-family:var(--mono);font-size:11.5px;font-weight:600;color:var(--green);letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px}.pd-live .hero h1{font-family:var(--display);font-weight:700;font-size:clamp(2.4rem,6vw,5rem);line-height:.98;letter-spacing:-.025em;text-wrap:balance}.pd-live .hero h1 em{font-style:normal;font-family:inherit;font-weight:800;color:var(--green);letter-spacing:-.01em}.pd-live .hero h1 .strike{position:relative;display:inline-block}.pd-live .hero h1 .strike:after{content:"";position:absolute;left:-2%;right:-2%;top:52%;height:8px;background:var(--red);transform:rotate(-1.5deg);box-shadow:none}.pd-live .hero-lede{margin-top:24px;max-width:64ch;color:var(--ink-2);font-size:1.125rem;line-height:1.6;text-wrap:pretty}.pd-live .hero-lede b{color:var(--ink-1);font-weight:600}.pd-live .cta-row{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.pd-live .btn{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;min-height:48px;font-family:var(--mono);font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:1px solid transparent;transition:transform .15s,background .15s,border-color .15s,color .15s;position:relative}.pd-live .btn:hover{transform:translateY(-2px)}.pd-live .btn-primary{background:var(--green);color:#04130a;box-shadow:0 0 0 1px var(--green-dim),0 8px 24px #22c55e2e}.pd-live .btn-primary:hover{background:#4ade80}.pd-live .btn-ghost{border-color:#ffffff29;color:var(--ink-1)}.pd-live .btn-ghost:hover{border-color:var(--green);color:var(--green)}.pd-live .btn .arr{transition:transform .15s}.pd-live .btn:hover .arr{transform:translate(3px)}.pd-live .hero-stats{margin-top:56px;display:grid;gap:0;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.pd-live .hero-stats:after{content:"Since 1 July 2025";position:absolute;right:0;bottom:-28px;font-family:var(--mono);font-size:11px;color:var(--ink-3);letter-spacing:.14em;text-transform:uppercase}.pd-live .hero-stat{padding:24px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.pd-live .hero-stat:last-child{border-right:0}.pd-live .hero-stat .num{font-family:var(--display);font-weight:700;font-size:clamp(1.85rem,3.6vw,2.75rem);letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--ink-1);line-height:1}.pd-live .hero-stat .num.green{color:var(--green)}.pd-live .hero-stat .num.red{color:var(--red)}.pd-live .hero-stat .lbl{font-family:var(--mono);font-size:11px;font-weight:600;color:var(--ink-3);letter-spacing:.16em;text-transform:uppercase}.pd-live .hero-stat .delta{font-family:var(--mono);font-size:11px;color:var(--ink-mute);margin-top:2px}.pd-live .daily{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:56px 0;margin-top:28px}.pd-live .daily-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:36px}.pd-live .daily-head .lhs{max-width:56ch}.pd-live .daily-head h2{font-family:var(--display);font-weight:700;font-size:clamp(1.5rem,2.8vw,2rem);line-height:1.05;letter-spacing:-.015em}.pd-live .daily-head h2 em{font-style:normal;font-family:inherit;color:var(--green);font-weight:800}.pd-live .daily-head .lhs p{margin-top:8px;color:var(--ink-3);font-family:var(--mono);font-size:12.5px;letter-spacing:.04em}.pd-live .daily-head .legend{display:flex;gap:18px;font-family:var(--mono);font-size:11px;color:var(--ink-3);letter-spacing:.08em;text-transform:uppercase}.pd-live .daily-head .legend i{display:inline-block;width:10px;height:10px;vertical-align:-1px;margin-right:6px}.pd-live .daily-head .legend .a{background:var(--green)}.pd-live .daily-head .legend .b{background:var(--ink-mute)}.pd-live .chart{display:grid;grid-template-columns:repeat(30,1fr);gap:4px;align-items:end;height:180px;padding:0 0 24px;border-bottom:1px solid var(--line);position:relative}.pd-live .chart:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,transparent 0%,transparent calc(25% - 1px),var(--line-2) 25%,transparent calc(25% + 1px),transparent 50% calc(50% - 1px),var(--line-2) 50%,transparent calc(50% + 1px),transparent 75% calc(75% - 1px),var(--line-2) 75%,transparent calc(75% + 1px))}.pd-live .bar{position:relative;background:var(--ink-mute);transition:background .15s,transform .15s;cursor:default;min-height:2px;z-index:1}.pd-live .bar.today{background:var(--green);box-shadow:0 0 12px #22c55e66}.pd-live .bar.peak{background:var(--green-dim)}.pd-live .bar:hover{transform:scaleY(1.04);transform-origin:bottom}.pd-live .bar .tip{position:absolute;bottom:100%;left:50%;transform:translate(-50%,-8px);background:#000;border:1px solid var(--green);padding:4px 8px;font-family:var(--mono);font-size:10.5px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s;color:var(--green)}.pd-live .bar:hover .tip{opacity:1}.pd-live .chart-axis{display:flex;justify-content:space-between;margin-top:10px;font-family:var(--mono);font-size:10.5px;color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase}.pd-live .daily-foot{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px dashed var(--line)}.pd-live .daily-foot .cell{padding:18px 20px;border-right:1px dashed var(--line);display:flex;flex-direction:column;gap:4px}.pd-live .daily-foot .cell:last-child{border-right:0}.pd-live .daily-foot .lbl{font-family:var(--mono);font-size:10.5px;color:var(--ink-3);letter-spacing:.14em;text-transform:uppercase}.pd-live .daily-foot .v{font-family:var(--display);font-weight:700;font-size:1.5rem;color:var(--ink-1);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.pd-live .daily-foot .v.green{color:var(--green)}.pd-live .section{padding:80px 0;position:relative}.pd-live .section+.section{border-top:1px solid var(--line)}.pd-live .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-bottom:32px}.pd-live .sec-head .lhs{max-width:56ch}.pd-live .sec-head .num{font-family:var(--mono);font-size:11px;font-weight:600;color:var(--green);letter-spacing:.2em;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:14px}.pd-live .sec-head .num:before{content:"";width:28px;height:1px;background:var(--green)}.pd-live .sec-head h2{font-family:var(--display);font-weight:700;font-size:clamp(1.75rem,3.4vw,2.5rem);line-height:1.04;letter-spacing:-.02em;text-wrap:balance}.pd-live .sec-head h2 em{font-style:normal;font-family:inherit;font-weight:800;color:var(--green)}.pd-live .sec-head .rhs{font-family:var(--mono);font-size:12px;color:var(--ink-3);text-align:right;letter-spacing:.04em}.pd-live .sec-head .rhs b{color:var(--ink-1);font-weight:600}.pd-live .news-grid{display:grid;gap:24px;grid-template-columns:1fr 1fr}.pd-live .news{background:var(--panel);border:1px solid var(--line);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:border-color .15s,transform .15s}.pd-live .news:hover{border-color:#22c55e66;transform:translateY(-2px)}.pd-live .news-art{aspect-ratio:16/9;position:relative;background:#0a1d10;overflow:hidden;border-bottom:1px solid var(--line)}.pd-live .news-art:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(34,197,94,.18),transparent 55%),repeating-linear-gradient(0deg,rgba(0,0,0,.18) 0 2px,transparent 2px 4px)}.pd-live .news-art .glyph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.pd-live .news-art svg{width:50%;height:auto}.pd-live .news-art .stamp-tag{position:absolute;top:16px;left:16px;font-family:var(--display);font-weight:700;font-size:11px;letter-spacing:.22em;text-transform:uppercase;padding:5px 10px;background:#0009;border:1.5px solid var(--red);color:var(--red)}.pd-live .news-art .stamp-tag.amber{border-color:var(--amber);color:var(--amber)}.pd-live .news-art .date-tag{position:absolute;top:16px;right:16px;font-family:var(--mono);font-size:11px;color:var(--green);background:#0009;padding:4px 10px;letter-spacing:.1em;border:1px solid var(--line)}.pd-live .news-body{padding:24px 24px 22px;display:flex;flex-direction:column;gap:12px;flex:1}.pd-live .news-eyebrow{font-family:var(--mono);font-size:11px;font-weight:600;color:var(--green);letter-spacing:.18em;text-transform:uppercase}.pd-live .news h3{font-family:var(--display);font-weight:700;font-size:1.375rem;line-height:1.15;letter-spacing:-.015em;text-wrap:balance}.pd-live .news h3 em{font-style:normal;font-family:inherit;font-weight:800;color:var(--green)}.pd-live .news h3 a:hover{color:var(--green)}.pd-live .news p{color:var(--ink-2);font-size:.95rem;line-height:1.55}.pd-live .news p b{color:var(--ink-1);font-weight:600}.pd-live .news-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;border-top:1px dashed var(--line-2);font-family:var(--mono);font-size:11px;color:var(--ink-3);letter-spacing:.04em}.pd-live .news-foot .read{color:var(--green);font-weight:600;letter-spacing:.12em;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px}.pd-live .news-foot .read .arr{transition:transform .15s}.pd-live .news:hover .news-foot .read .arr{transform:translate(3px)}.pd-live .term{background:#060a06;border:1px solid var(--line);overflow:hidden;position:relative}.pd-live .term:before{content:"";position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(180deg,#0000 0 2px,#22c55e06 2px 3px);z-index:2}.pd-live .term-bar{display:flex;align-items:center;gap:14px;padding:12px 18px;background:linear-gradient(180deg,#0c130c,#060a06);border-bottom:1px solid var(--line);font-family:var(--mono);font-size:11.5px;position:relative;z-index:3}.pd-live .term-bar .lights{display:flex;gap:6px}.pd-live .term-bar .lights i{width:11px;height:11px;border-radius:50%;border:1px solid rgba(0,0,0,.4)}.pd-live .term-bar .lights .r{background:#ff5f56}.pd-live .term-bar .lights .y{background:#ffbd2e}.pd-live .term-bar .lights .g{background:#27c93f}.pd-live .term-bar .path{color:var(--ink-3)}.pd-live .term-bar .path b{color:var(--green);font-weight:600}.pd-live .term-bar .right{margin-left:auto;display:flex;align-items:center;gap:18px;color:var(--ink-3)}.pd-live .term-bar .right .live{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-weight:700;letter-spacing:.14em}.pd-live .term-bar .right .live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);animation:pdpulse 1.4s infinite}.pd-live .term-prompt{padding:16px 20px 10px;font-family:var(--mono);font-size:13px;line-height:1.65;color:var(--ink-2);position:relative;z-index:3;border-bottom:1px dashed var(--line-2)}.pd-live .term-prompt .p1{color:var(--green);font-weight:700}.pd-live .term-prompt .arg{color:var(--ink-1)}.pd-live .term-prompt .cmt{color:var(--ink-3)}.pd-live .term-prompt .out{color:var(--ink-2);display:block;padding-left:16px}.pd-live .term-body{max-height:480px;overflow-y:auto;padding:8px 0 14px;font-family:var(--mono);font-size:12.75px;line-height:1.7;position:relative;z-index:3;scrollbar-width:thin;scrollbar-color:var(--green-deep) transparent}.pd-live .term-body::-webkit-scrollbar{width:8px}.pd-live .term-body::-webkit-scrollbar-thumb{background:var(--green-deep)}.pd-live .tline{display:grid;grid-template-columns:168px 1fr 130px;gap:14px;padding:5px 20px;border-left:2px solid transparent;transition:background .12s,border-color .12s}.pd-live .tline:hover{background:#22c55e0a}.pd-live .tline.fresh{border-left-color:var(--green);animation:rowflash 1.4s ease}@keyframes rowflash{0%{background:#22c55e29}to{background:transparent}}.pd-live .tline .ts{color:var(--ink-mute)}.pd-live .tline .ts b{color:var(--ink-3);font-weight:500}.pd-live .tline .domain{color:var(--ink-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-live .tline .domain .at{color:var(--green)}.pd-live .tline .src{color:var(--ink-3);font-size:11px;text-align:right;padding:2px 8px;border:1px solid var(--line);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-live .term-foot{padding:12px 20px;border-top:1px dashed var(--line-2);font-family:var(--mono);font-size:11.5px;color:var(--ink-3);letter-spacing:.04em;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;position:relative;z-index:3}.pd-live .term-foot b{color:var(--green);font-weight:600}.pd-live .term-foot .blink:after{content:"\258a";color:var(--green);margin-left:2px;animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:0}}.pd-live .analytics-grid{display:grid;gap:24px;grid-template-columns:1.2fr 1fr}.pd-live .panel{background:var(--panel);border:1px solid var(--line);position:relative}.pd-live .panel-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;align-items:baseline;justify-content:space-between;gap:14px;flex-wrap:wrap}.pd-live .panel-head h3{font-family:var(--display);font-weight:700;font-size:1.25rem;letter-spacing:-.01em}.pd-live .panel-head .meta{font-family:var(--mono);font-size:11px;color:var(--ink-3);letter-spacing:.12em;text-transform:uppercase}.pd-live .reg-table{padding:8px 0}.pd-live .reg-row{display:grid;grid-template-columns:36px 1fr 100px 92px;align-items:center;gap:16px;padding:14px 24px;border-bottom:1px solid var(--line-2);transition:background .12s}.pd-live .reg-row:last-child{border-bottom:0}.pd-live .reg-row:hover{background:#22c55e08}.pd-live .reg-row .rk{font-family:var(--display);font-weight:700;font-size:1.5rem;color:var(--ink-3);letter-spacing:-.04em;font-variant-numeric:tabular-nums}.pd-live .reg-row.top .rk{color:var(--red)}.pd-live .reg-row.top2 .rk{color:var(--amber)}.pd-live .reg-name{font-weight:600;font-size:.9375rem;color:var(--ink-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-live .reg-name .sub{display:block;font-family:var(--mono);font-size:11px;font-weight:500;color:var(--ink-3);letter-spacing:.04em;margin-top:3px;text-transform:none}.pd-live .reg-bar{height:6px;background:#ffffff0a;position:relative}.pd-live .reg-bar i{position:absolute;inset:0 auto 0 0;height:100%;display:block;background:var(--green)}.pd-live .reg-row.top .reg-bar i{background:var(--red)}.pd-live .reg-row.top2 .reg-bar i{background:var(--amber)}.pd-live .reg-count{font-family:var(--display);font-weight:700;font-size:1rem;text-align:right;color:var(--ink-1);font-variant-numeric:tabular-nums}.pd-live .tld-list{padding:14px 24px}.pd-live .tld-row{display:grid;grid-template-columns:60px 1fr 110px;gap:14px;align-items:center;padding:11px 0;font-family:var(--mono);font-size:13px;border-bottom:1px dashed var(--line-2)}.pd-live .tld-row:last-child{border-bottom:0}.pd-live .tld-row .t{color:var(--green);font-weight:700}.pd-live .tld-row .bar{height:8px;position:relative;background:#ffffff0a;border:1px solid var(--line-2)}.pd-live .tld-row .bar i{position:absolute;inset:0 auto 0 0;display:block;height:100%;background:linear-gradient(90deg,var(--red),rgba(255,59,59,.2))}.pd-live .tld-row .dmg{text-align:right;color:var(--red-soft);font-weight:700;font-variant-numeric:tabular-nums}.pd-live .tld-foot{padding:16px 24px;border-top:1px dashed var(--line-2);display:flex;justify-content:space-between;align-items:baseline;font-family:var(--mono);font-size:12px}.pd-live .tld-foot .lbl{color:var(--ink-3);letter-spacing:.12em;text-transform:uppercase;font-weight:600}.pd-live .tld-foot .v{font-family:var(--display);font-weight:700;font-size:1.375rem;color:var(--red);font-variant-numeric:tabular-nums}.pd-live .filters{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:28px;padding:16px 18px;background:var(--panel);border:1px solid var(--line)}.pd-live .search{flex:1;min-width:280px;display:flex;align-items:center;border:1px solid var(--line);background:var(--bg);transition:border-color .12s}.pd-live .search:focus-within{border-color:var(--green)}.pd-live .search .pre{padding:0 6px 0 14px;font-family:var(--mono);font-size:13px;font-weight:700;color:var(--green)}.pd-live .search input{flex:1;padding:12px 14px 12px 0;min-height:44px;background:transparent;border:0;outline:none;color:var(--ink-1);font-family:var(--mono);font-size:.875rem}.pd-live .search input::placeholder{color:var(--ink-mute)}.pd-live .pills{display:flex;gap:6px;flex-wrap:wrap}.pd-live .pill{padding:9px 14px;min-height:36px;background:transparent;border:1px solid var(--line);font-family:var(--mono);font-size:11.5px;font-weight:600;letter-spacing:.04em;color:var(--ink-2);display:inline-flex;align-items:center;gap:8px;transition:border-color .12s,color .12s,background .12s}.pd-live .pill:hover{border-color:var(--green);color:var(--ink-1)}.pd-live .pill[aria-pressed=true]{border-color:var(--green);color:var(--green);background:#22c55e0f}.pd-live .pill .c{font-variant-numeric:tabular-nums;color:var(--ink-mute);font-size:11px}.pd-live .pill[aria-pressed=true] .c{color:var(--green)}.pd-live .threats{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.pd-live .card{background:var(--panel);border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .15s,border-color .15s,box-shadow .15s;position:relative}.pd-live .card:hover{transform:translateY(-3px);border-color:#22c55e66;box-shadow:0 14px 40px #00000080,0 0 0 1px #22c55e33}.pd-live .card-shot{position:relative;aspect-ratio:16/9;background:#0a0f14;overflow:hidden;border-bottom:1px solid var(--line)}.pd-live .card-shot img{width:100%;height:100%;object-fit:cover;object-position:top;filter:saturate(.6) contrast(.85) brightness(.7)}.pd-live .card-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(10,15,20,.85)),radial-gradient(circle at 50% 50%,transparent 0%,rgba(10,15,20,.3) 100%);pointer-events:none}.pd-live .card-shot .empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:11px;color:var(--ink-mute);letter-spacing:.2em;text-transform:uppercase;background:repeating-linear-gradient(45deg,#0a0f14 0 12px,#0c1219 12px 24px)}.pd-live .stamp{position:absolute;top:14px;right:14px;z-index:2;font-family:var(--display);font-weight:700;font-size:13px;letter-spacing:.26em;text-transform:uppercase;padding:5px 12px;border:2.5px solid var(--red);color:var(--red);background:#0006;transform:rotate(-7deg);text-shadow:0 0 12px rgba(255,59,59,.45);box-shadow:inset 0 0 0 1px #ff3b3b33}.pd-live .card-body{padding:16px 18px 14px;flex:1;display:flex;flex-direction:column}.pd-live .card-domain{font-family:var(--mono);font-size:14px;font-weight:600;color:var(--ink-1);word-break:break-all;display:flex;align-items:center;gap:8px;line-height:1.35}.pd-live .card-domain .cf{flex-shrink:0;color:#f48120;vertical-align:-2px}.pd-live .card-meta{margin-top:12px;display:grid;grid-template-columns:78px 1fr;gap:6px 12px;font-family:var(--mono);font-size:12px;border-top:1px dashed var(--line-2);padding-top:12px}.pd-live .card-meta dt{color:var(--ink-3);letter-spacing:.12em;text-transform:uppercase;font-size:10.5px;font-weight:600}.pd-live .card-meta dd{margin:0;color:var(--ink-1);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-live .card-meta dd.muted{color:var(--ink-mute);font-style:italic}.pd-live .card-meta dd .ip{cursor:copy;border-bottom:1px dashed var(--line);transition:color .12s,border-color .12s}.pd-live .card-meta dd .ip:hover{color:var(--green);border-color:var(--green)}.pd-live .card-tools{margin-top:14px;display:flex;flex-wrap:wrap;gap:6px;border-top:1px dashed var(--line-2);padding-top:12px}.pd-live .tool{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--line);color:var(--ink-2);background:#ffffff05;transition:border-color .12s,color .12s,background .12s}.pd-live .tool:hover{border-color:var(--green);color:var(--green)}.pd-live .tool .dot{width:6px;height:6px;border-radius:50%;display:inline-block;background:var(--green)}.pd-live .tool.vt .dot{background:#394eff}.pd-live .tool.brl .dot{background:var(--amber)}.pd-live .tool.hyb .dot{background:#c08bff}.pd-live .more{margin-top:36px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.pd-live .submit{border-top:1px solid var(--line);background:radial-gradient(ellipse at 80% 50%,rgba(34,197,94,.08),transparent 55%),var(--bg-2);padding:64px 0}.pd-live .submit-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.pd-live .submit h2{font-family:var(--display);font-weight:700;font-size:clamp(1.75rem,3.4vw,2.5rem);line-height:1.04;letter-spacing:-.02em;text-wrap:balance}.pd-live .submit h2 em{font-style:italic;font-family:var(--serif);color:var(--green)}.pd-live .submit p{margin-top:14px;max-width:50ch;color:var(--ink-2);font-size:1.0625rem;line-height:1.6}.pd-live .submit-form{display:flex;flex-direction:column;gap:12px}.pd-live .submit-form .row{display:flex;gap:10px}.pd-live .submit-form .row .search{flex:1;min-width:260px}.pd-live .submit-cmt{font-family:var(--mono);font-size:11.5px;color:var(--ink-3);letter-spacing:.04em;line-height:1.6}.pd-live .submit-cmt b{color:var(--green);font-weight:600}@media(max-width:980px){.pd-live .analytics-grid,.pd-live .news-grid,.pd-live .submit-inner{grid-template-columns:1fr;gap:24px}.pd-live .hero-stats{grid-template-columns:repeat(2,1fr)}.pd-live .hero-stat:nth-child(2){border-right:0}.pd-live .hero-stat:nth-child(3),.pd-live .hero-stat:nth-child(4){border-top:1px solid var(--line)}.pd-live .daily-foot{grid-template-columns:repeat(2,1fr)}.pd-live .daily-foot .cell:nth-child(2){border-right:0}.pd-live .daily-foot .cell:nth-child(3),.pd-live .daily-foot .cell:nth-child(4){border-top:1px dashed var(--line)}}@media(max-width:640px){.pd-live{overflow-x:hidden}.pd-live .wrap{padding:0 18px}.pd-live .hero{padding:36px 0 28px}.pd-live .section{padding:56px 0}.pd-live .tline{grid-template-columns:100px 1fr;padding:5px 14px}.pd-live .tline .src{display:none}.pd-live .reg-row{grid-template-columns:28px 1fr 70px;padding:12px 16px}.pd-live .reg-row .reg-bar{display:none}.pd-live .term-prompt{font-size:12px}.pd-live .filters{flex-direction:column;align-items:stretch}.pd-live .chart{grid-template-columns:repeat(15,1fr);height:140px}.pd-live .chart .bar:nth-child(2n){display:none}.pd-live .chart-axis{display:none}}@media(prefers-reduced-motion:reduce){.pd-live *{animation:none!important;transition:none!important}}.pd-live a:focus-visible,.pd-live button:focus-visible,.pd-live input:focus-visible{outline:2px solid var(--green);outline-offset:3px}.ftr{background:linear-gradient(180deg,#0a0f14f2,#060a0f);border-top:1px solid rgba(34,197,94,.12);padding:32px 0 0;margin-top:60px;position:relative}.ftr:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(34,197,94,.35),transparent)}.ftr-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.05)}.ftr-brand{display:flex;align-items:center;gap:16px}.ftr-logo img{height:32px;width:auto}.ftr-tagline{color:#64748b;font-size:.78rem;opacity:.7;margin:0}.ftr-socials{display:flex;align-items:center;gap:8px}.ftr-socials a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#94a3b8;font-size:.9rem;text-decoration:none;transition:all .25s ease}.ftr-socials a:hover{background:#22c55e1a;border-color:#22c55e4d;color:#22c55e;transform:translateY(-2px);box-shadow:0 4px 12px #22c55e1f}.ftr-report-btn{display:flex!important;align-items:center;gap:6px;width:auto!important;padding:0 14px!important;height:34px;border-radius:8px;background:#22c55e1a!important;border:1px solid rgba(34,197,94,.25)!important;color:#22c55e!important;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .25s ease}.ftr-report-btn:hover{background:#22c55e2e!important;box-shadow:0 0 16px #22c55e2e;transform:translateY(-2px)}.ftr-links{display:flex;flex-direction:column;gap:10px;padding:18px 0}.ftr-links-group{display:flex;flex-wrap:wrap;gap:6px 20px;justify-content:center}.ftr-links-group a{color:#64748b;font-size:.78rem;text-decoration:none;transition:color .2s;opacity:.7}.ftr-links-group a:hover{color:#22c55e;opacity:1}.ftr-bar{border-top:1px solid rgba(255,255,255,.04);padding:14px 0;text-align:center;color:#3a4555;font-size:.72rem;letter-spacing:.02em}@media(max-width:768px){.ftr-top{flex-direction:column;gap:14px;text-align:center}.ftr-brand{flex-direction:column;gap:6px}.ftr-socials{justify-content:center;flex-wrap:wrap}.ftr-links-group{justify-content:center}}
