/* Free dark web report — mirrors the live Next.js page: fixed dotted world map (Lottie frame) behind a
   gradient-faded content column (966px), glass panels, 5px-bordered gradient CTA. */
.pg-fdr { position: relative; --fdr-glass: rgba(255, 255, 255, 0.02); --fdr-line: rgba(255, 255, 255, 0.1); }
.pg-fdr__map { position: fixed; top: 80px; left: 50%; width: 1440px; transform: translateX(-50%); z-index: 0; pointer-events: none; }
.pg-fdr__map img { width: 100%; height: auto; display: block; }
.pg-fdr__frame { position: absolute; top: -84px; left: 50%; transform: translateX(-50%); width: 1166px; height: 985px; pointer-events: none; z-index: 1; }
.pg-fdr__frame::before, .pg-fdr__frame::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(255, 255, 255, 0.12);
}
.pg-fdr__frame::before { left: 0; } .pg-fdr__frame::after { right: 0; }

.pg-fdr__content {
  position: relative; z-index: 2; margin-top: 416px; padding-top: 2px;
  background: linear-gradient(180deg, rgba(1, 7, 42, 0), rgba(1, 7, 42, 0.762) 6%, #01072a 42%, #01072a);
}
.pg-fdr__container { width: min(100% - 32px, 966px); margin-inline: auto; padding-bottom: 48px; }

.pg-fdr__title { font-family: var(--font); font-weight: 300; font-size: 2.25rem; line-height: 1.12; letter-spacing: -2.1px; text-transform: uppercase; margin: 0; }
.pg-fdr__title-sub { display: block; opacity: 0.4; }
.pg-fdr__lead { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 16px 0 28px; }
.pg-fdr__desc { max-width: 520px; margin: 0; font-size: 0.95rem; line-height: 1.5; letter-spacing: -0.8px; color: rgba(227, 229, 232, 0.5); }
.pg-fdr__search-wrap { flex: none; width: 405px; max-width: 100%; }
.pg-fdr__search {
  position: relative; display: flex; align-items: center; gap: 20px; height: 44px; padding-left: 16px; border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.15); background: var(--fdr-glass); backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px);
}
.pg-fdr__search input { flex: 1; min-width: 0; height: 100%; background: transparent; border: 0; outline: none; color: #fff; font-size: 0.75rem; }
.pg-fdr__search input::placeholder { color: #fff; }
.pg-fdr__search-btn {
  margin: 0 4px 0 auto; height: calc(100% - 8px); padding: 0 16px; border-radius: 5px; background: #fff; color: #000;
  font-size: 0.875rem; font-family: var(--font); white-space: nowrap; outline: 4px solid rgba(255, 255, 255, 0.08); transition: background 0.2s;
}
.pg-fdr__search-btn:hover { background: #e9edf5; }
.pg-fdr__search-btn[disabled] { opacity: 0.7; cursor: progress; }
.pg-fdr__search-wrap .form-error { margin: 6px 0 0; min-height: 0; }
.pg-fdr__search-wrap .form-error:empty { display: none; }

.pg-fdr__glass { position: relative; border: 1px solid var(--fdr-line); border-radius: 10px; background: var(--fdr-glass); backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px); }
.pg-fdr__stats { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); text-align: center; margin-bottom: 20px; }
.pg-fdr__stats .dx-stat { padding: 14px 10px 12px; border-right: 1px solid #222747; display: grid; gap: 2px; }
.pg-fdr__stats .dx-stat:last-child { border-right: 0; }
.pg-fdr__stats .dx-stat__value { font-family: var(--font-display); font-size: 1.75rem; line-height: 1.2; color: #fff; letter-spacing: -0.02em; }
.pg-fdr__stats .dx-stat__label { font-size: 0.8rem; color: rgba(255, 255, 255, 0.75); line-height: 1.3; }
.pg-fdr__stats .dx-stat__label i { display: block; font-style: normal; font-size: 0.7rem; color: rgba(255, 255, 255, 0.4); }

.pg-fdr__row { display: flex; gap: 20px; margin-bottom: 20px; }
.pg-fdr__mapbox { flex: 1 1 auto; min-height: 365px; overflow: hidden; background: #040a2c; }
.pg-fdr__mapinner { position: absolute; top: 50%; left: 50%; height: 118%; aspect-ratio: 1318 / 622; transform: translate(-56%, -50%); }
.pg-fdr__mapinner img { position: absolute; inset: 0; width: 100%; height: 100%; }
.pg-fdr__dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25); animation: fdrPulse 2s ease-out infinite; }
@keyframes fdrPulse { 0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); } 100% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); } }
.pg-fdr__side { width: 300px; flex: none; display: flex; flex-direction: column; gap: 12px; }
.pg-fdr__side-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.pg-fdr__panel-title { font-family: var(--font); font-weight: 400; font-size: 0.875rem; opacity: 0.75; margin: 0; color: #fff; }
.pg-fdr__countries .bars { gap: 10px; }
.pg-fdr__countries .bar {
  grid-template-columns: 1fr auto; gap: 10px; padding: 8px 18px; border: 1px solid var(--fdr-line); border-radius: 10px; background: var(--fdr-glass);
  font-size: 0.8rem; transition: border-color 0.3s, transform 0.3s;
}
.pg-fdr__countries .bar:hover { border-color: rgba(255, 255, 255, 0.25); transform: translateX(4px); }
.pg-fdr__countries .bar__track { display: none; }
.pg-fdr__countries .bar__value { color: #fff; font-family: var(--font-display); font-size: 0.85rem; }
.pg-fdr__countries .bar__label { font-family: var(--font); }
.pg-fdr__panel { padding: 16px; margin-bottom: 20px; }
.pg-fdr__panel .pg-fdr__panel-title { margin-bottom: 14px; }
.pg-fdr__panel .bars { gap: 12px; }
.pg-fdr__panel .bar { grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; font-size: 0.8rem; }
.pg-fdr__panel .bar__track { order: -1; }
.pg-fdr__panel .bar__label { color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; max-width: 160px; }
.pg-fdr__panel .bar__track { height: 12px; background: transparent; border-radius: 2px; }
.pg-fdr__panel .bar__fill { border-radius: 2px; background: linear-gradient(90deg, #e40d75, #ff6b9a); }
.pg-fdr__panel .bar__value { text-align: left; color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; }
.pg-fdr__panel .bar { position: relative; }
.pg-fdr__panel .bar::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 1px; background: var(--fdr-line); }
.pg-fdr .muted { color: rgba(255, 255, 255, 0.4); font-size: 0.8rem; margin: 0; }

/* Result (rendered by tools.js) — same glass language */
.pg-fdr .result { margin: 0 0 20px; gap: 20px; }
.pg-fdr .result .card, .pg-fdr .result .tile { background: var(--fdr-glass); border-color: var(--fdr-line); border-radius: 10px; }
.pg-fdr .result .card:hover { transform: none; box-shadow: none; }
.pg-fdr .result .card h3 { font-family: var(--font); font-size: 0.875rem; opacity: 0.75; }
.pg-fdr .result .tile__label { font-size: 0.8rem; color: rgba(255, 255, 255, 0.75); }
.pg-fdr .result .tile__value { font-family: var(--font-display); font-size: 1.5rem; }
.pg-fdr .result .grid-2 { gap: 20px; }
.pg-fdr .result .cta-band { border-radius: 10px; background: var(--fdr-glass); border-color: var(--fdr-line); }
.pg-fdr .result .table th { background: #1d3fb8; color: #fff; font-weight: 400; }
.pg-fdr .result .severity--high, .pg-fdr .result .severity--critical { color: #e40d75; }

/* CTA */
.pg-fdr__cta { position: relative; min-height: 350px; border-radius: 9px; }
.pg-fdr__cta-bg { position: absolute; inset: 0; border-radius: 9px; opacity: 0.5; mix-blend-mode: screen; background-image: linear-gradient(rgba(15, 0, 154, 0.3), rgba(0, 90, 128, 0.32)); }
.pg-fdr__cta-glow { position: absolute; inset: 0 0 auto 0; height: 295px; border-radius: 9px; opacity: 0.17; filter: blur(50px); background-image: linear-gradient(270deg, #8b44ff 0, #44b0ff 47.2%, #a744ff); }
.pg-fdr__cta-box { position: relative; z-index: 1; min-height: 350px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 24px; border: 5px solid #19356e; border-radius: 9px; }
.pg-fdr__cta-box h2 { font-family: var(--font); font-weight: 400; font-size: 2.25rem; margin: 0 0 16px; letter-spacing: -0.01em; }
.pg-fdr__cta-sub { font-family: var(--font); font-weight: 300; font-size: 2.25rem; line-height: 50px; letter-spacing: -2.1px; color: rgba(255, 255, 255, 0.4); margin: 12px 0 20px; }
.pg-fdr__cta-btn {
  display: inline-flex; align-items: center; gap: 15px; padding: 10px 18px; border-radius: 10px; font-size: 0.875rem; color: #fff;
  background: rgba(19, 21, 58, 0.6); border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(50px); transition: background 0.3s, transform 0.3s;
}
.pg-fdr__cta-btn .ico { width: 1.1em; height: 1.1em; transition: transform 0.2s; }
.pg-fdr__cta-btn:hover { background: rgba(255, 255, 255, 0.1); color: #fff; transform: translateY(-2px); }
.pg-fdr__cta-btn:hover .ico { transform: translateX(4px); }

.pg-fdr-modal .modal__box { background: #050c33; border-radius: 10px; }

@media (max-width: 1200px) { .pg-fdr__frame { display: none; } }
@media (max-width: 1024px) {
  .pg-fdr__lead { flex-direction: column-reverse; }
  .pg-fdr__search-wrap { width: 100%; max-width: 405px; }
  .pg-fdr__stats { flex-direction: column; }
  .pg-fdr__stat { border-right: 0; padding: 12px 16px; }
  .pg-fdr__stat-value { font-size: 1.6rem; }
}
@media (max-width: 760px) {
  .pg-fdr__content { margin-top: 400px; }
  .pg-fdr__title { font-size: 2.1rem; }
  .pg-fdr__row { flex-direction: column; }
  .pg-fdr__side { width: 100%; }
  .pg-fdr__mapbox { min-height: 360px; }
  .pg-fdr__cta-box h2, .pg-fdr__cta-sub { font-size: 2rem; line-height: 1.2; }
}

/* ---------- Scan overlay (hero map) ---------- */
.pg-fdr__map { overflow: visible; }
.fdr-arcs { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s; }
.fdr-arcs.is-on { opacity: 1; }
.fdr-arcs path { fill: none; stroke: #5df6ad; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: fdrDraw 1.6s var(--ease) forwards, fdrGlowLine 2.4s ease-in-out 1.6s infinite alternate; filter: drop-shadow(0 0 6px rgba(93, 246, 173, 0.6)); }
.fdr-arcs .fdr-arc__pt { fill: #5df6ad; opacity: 0; animation: fdrPop 0.4s ease-out forwards; }
.fdr-arcs .fdr-arc__ring { fill: none; stroke: #5df6ad; stroke-width: 2; opacity: 0; transform-box: fill-box; transform-origin: center; animation: fdrRing 2s ease-out 0.4s infinite; }
.fdr-arcs .fdr-arc__hub { fill: rgba(40, 113, 228, 0.18); stroke: rgba(93, 246, 173, 0.6); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: fdrHub 1.6s ease-in-out infinite alternate; }
@keyframes fdrDraw { to { stroke-dashoffset: 0; } }
@keyframes fdrGlowLine { from { opacity: 1; } to { opacity: 0.55; } }
@keyframes fdrPop { to { opacity: 1; } }
@keyframes fdrRing { 0% { opacity: 0.9; transform: scale(1); } 100% { opacity: 0; transform: scale(3.2); } }
@keyframes fdrHub { from { transform: scale(0.9); } to { transform: scale(1.15); } }
.fdr-glow { position: absolute; inset: -20% -10%; pointer-events: none; opacity: 0; transition: opacity 1.2s ease-in-out; }
.pg-fdr.is-high .fdr-glow { opacity: 0.9; background: radial-gradient(circle at 50% 45%, rgba(255, 0, 111, 0.32) 15%, rgba(255, 59, 146, 0) 70%); }
.pg-fdr.is-medium .fdr-glow { opacity: 0.9; background: radial-gradient(circle at 50% 45%, rgba(255, 187, 0, 0.3) 15%, rgba(255, 187, 0, 0) 70%); }
.pg-fdr.is-low .fdr-glow, .pg-fdr.is-na .fdr-glow { opacity: 0.9; background: radial-gradient(circle at 50% 45%, rgba(93, 246, 173, 0.3) 15%, rgba(93, 246, 173, 0) 70%); }

/* status readout under the search */
.fdr-status { display: flex; align-items: center; gap: 12px; margin-top: 14px; font-size: 0.85rem; color: rgba(255, 255, 255, 0.85); }
.fdr-status[hidden] { display: none; }
.fdr-status__spin { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(93, 246, 173, 0.25); border-top-color: #5df6ad; animation: spin 0.9s linear infinite; flex: none; }
.fdr-status__label { white-space: nowrap; }
.fdr-status__bar { flex: 1; height: 2px; background: rgba(255, 255, 255, 0.12); border-radius: 2px; overflow: hidden; min-width: 80px; }
.fdr-status__bar i { display: block; height: 100%; width: 8%; background: linear-gradient(90deg, #5df6ad, #2f80ff); transition: width 1.2s var(--ease); }

/* pre-scan panels: countries with flags, dots from live data */
.pg-fdr__dots { position: absolute; inset: 0; }
.fdr-countries { display: flex; flex-direction: column; gap: 10px; }
.fdr-country { display: flex; align-items: center; justify-content: space-between; padding: 8px 20px 8px 14px; border-radius: 10px; border: 1px solid var(--fdr-line); background: var(--fdr-glass); font-size: 0.875rem; transition: border-color 0.2s, transform 0.2s; }
.fdr-country:hover { border-color: rgba(255, 255, 255, 0.25); transform: translateX(4px); }
.fdr-country__name { display: flex; align-items: center; gap: 12px; opacity: 0.85; }
.fdr-country__count { font-family: var(--font-display); color: #fff; opacity: 0.85; font-variant-numeric: tabular-nums; }
.flag { width: 24px; height: 18px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); flex: none; }
.pg-fdr.is-scanning .pg-fdr__stats, .pg-fdr.is-scanning .pg-fdr__row, .pg-fdr.is-scanning .pg-fdr__panel { opacity: 0.35; transition: opacity 0.6s; }
.pg-fdr.has-result .pg-fdr__stats, .pg-fdr.has-result .pg-fdr__row, .pg-fdr.has-result .pg-fdr__panel, .pg-fdr.has-result [data-hero-title], .pg-fdr.has-result .pg-fdr__lead { display: none; }

/* ---------- Results (mirrors the live report) ---------- */
.pg-fdr .result[data-report-result] { margin-top: 0; opacity: 0; transform: translateY(16px); transition: opacity 0.8s ease-in-out, transform 0.8s var(--ease); }
.pg-fdr .result.is-shown { opacity: 1; transform: none; }
.fdr-res__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.fdr-res__top .pg-fdr__title { margin: 0; font-size: 1.9rem; }
.fdr-res__actions { display: flex; gap: 12px; flex: none; padding-top: 4px; }
.fdr-btn { display: inline-flex; align-items: center; gap: 10px; height: 40px; padding: 0 16px; border-radius: 6px; background: #fff; color: #05102f; font-size: 0.85rem; font-family: var(--font); font-weight: 500; outline: 4px solid rgba(255, 255, 255, 0.08); transition: background 0.2s, transform 0.2s; }
.fdr-btn:hover { background: #e9edf5; transform: translateY(-1px); }
.fdr-btn--icon { width: 40px; padding: 0; justify-content: center; background: rgba(255, 255, 255, 0.06); color: #fff; outline-color: rgba(255, 255, 255, 0.04); }
.fdr-btn--icon:hover { background: rgba(255, 255, 255, 0.12); }
.fdr-sev { text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 2.25rem; letter-spacing: -0.03em; margin: 10px 0 56px; }
.fdr-sev--high { color: #ff006f; text-shadow: 0 0 30px rgba(255, 0, 111, 0.45); }
.fdr-sev--medium { color: #ffbb00; text-shadow: 0 0 30px rgba(255, 187, 0, 0.4); }
.fdr-sev--low, .fdr-sev--na { color: #5df6ad; text-shadow: 0 0 30px rgba(93, 246, 173, 0.4); }
.fdr-tiles { display: grid; gap: 20px; margin-bottom: 20px; }
.fdr-tiles--strip { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border: 1px solid var(--fdr-line); border-radius: 10px; background: rgba(1, 122, 255, 0.06); backdrop-filter: blur(50px); }
.fdr-tiles--strip .fdr-tile { border-right: 1px solid var(--fdr-line); padding: 18px 24px; }
.fdr-tiles--strip .fdr-tile:last-child { border-right: 0; }
.fdr-tiles--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fdr-tiles--three .fdr-tile { border: 1px solid var(--fdr-line); border-radius: 10px; background: rgba(1, 122, 255, 0.06); padding: 26px 20px; flex-direction: column-reverse; }
.fdr-tile { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.fdr-tile__label { font-size: 0.875rem; opacity: 0.85; display: inline-flex; align-items: center; gap: 8px; }
.fdr-tile__value { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; letter-spacing: -0.02em; color: #fff; font-variant-numeric: tabular-nums; }
.fdr-tile--big .fdr-tile__value { font-size: 2.1rem; }
.pg-fdr.is-high .fdr-tile__value.is-hot, .pg-fdr.is-high .fdr-tile--big:last-child .fdr-tile__value { color: #ff006f; }
.pg-fdr.is-medium .fdr-tile__value.is-hot, .pg-fdr.is-medium .fdr-tile--big:last-child .fdr-tile__value { color: #ffbb00; }
.pg-fdr.is-low .fdr-tile__value.is-hot { color: #5df6ad; }
.fdr-help { position: relative; display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: rgba(255, 255, 255, 0.35); color: #05102f; font-size: 0.7rem; font-weight: 700; cursor: help; }
.fdr-help__tip { position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); width: 260px; padding: 10px 12px; border-radius: 8px; background: #0b1440; border: 1px solid var(--fdr-line); color: rgba(255, 255, 255, 0.9); font-size: 0.78rem; font-weight: 400; line-height: 1.45; text-align: left; opacity: 0; pointer-events: none; transition: opacity 0.2s; z-index: 5; }
.fdr-help:hover .fdr-help__tip, .fdr-help:focus .fdr-help__tip { opacity: 1; }
.fdr-panel { border: 1px solid var(--fdr-line); border-radius: 10px; background: rgba(1, 122, 255, 0.06); padding: 20px; margin-bottom: 20px; position: relative; overflow: hidden; }
.fdr-panel h3 { font-family: var(--font); font-weight: 400; font-size: 0.875rem; opacity: 0.8; margin: 0 0 18px; }
.fdr-chart__head { display: flex; justify-content: space-between; gap: 16px; font-size: 0.875rem; opacity: 0.85; margin-bottom: 18px; flex-wrap: wrap; }
.fdr-legend { display: inline-flex; align-items: center; gap: 8px; }
.fdr-legend__dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-left: 14px; }
.fdr-legend__dot--dw { background: #5df6ad; } .fdr-legend__dot--ml { background: #ff006f; }
.fdr-chart__svg { width: 100%; height: 260px; display: block; }
.fdr-chart__grid line { stroke: rgba(255, 255, 255, 0.12); }
.fdr-chart__line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: fdrDraw 1.4s var(--ease) 0.3s forwards; }
.fdr-chart__line--dw { stroke: #5df6ad; } .fdr-chart__line--ml { stroke: #ff006f; }
.fdr-chart__labels text { fill: rgba(255, 255, 255, 0.6); font-size: 12px; font-family: var(--font); }
.fdr-eas { display: grid; grid-template-columns: 300px 1fr; gap: 20px; margin-bottom: 20px; }
.fdr-eas .fdr-panel { margin: 0; }
.fdr-eas__scroll { max-height: 260px; overflow-y: auto; }
.fdr-urls { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.fdr-urls th { text-align: left; background: #052970; padding: 6px 12px 6px 36px; position: sticky; top: 0; font-weight: 400; }
.fdr-urls td { padding: 10px 12px 10px 36px; border-bottom: 1px solid var(--fdr-line); opacity: 0.85; }
.fdr-eas__map { min-height: 320px; padding: 0; }
.fdr-eas__map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
.pg-fdr.is-high .fdr-eas__map { background: radial-gradient(circle at 50% 50%, rgba(255, 0, 111, 0.18), transparent 70%); }
.pg-fdr.is-medium .fdr-eas__map { background: radial-gradient(circle at 50% 50%, rgba(255, 187, 0, 0.16), transparent 70%); }
.pg-fdr.is-high .fdr-eas__map .pg-fdr__dot { background: #ff006f; box-shadow: 0 0 0 4px rgba(255, 0, 111, 0.25); }
.pg-fdr.is-medium .fdr-eas__map .pg-fdr__dot { background: #ffbb00; box-shadow: 0 0 0 4px rgba(255, 187, 0, 0.25); }
.fdr-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.fdr-table th { text-align: left; background: #052970; padding: 8px 12px 8px 36px; font-weight: 400; }
.fdr-table td { padding: 12px 12px 12px 36px; border-bottom: 1px solid var(--fdr-line); opacity: 0.9; }
.fdr-cc { display: inline-flex; align-items: center; gap: 12px; }
.fdr-explain { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 40px 0 60px; }
.fdr-explain__item { display: flex; gap: 14px; align-items: flex-start; }
.fdr-explain__ico { width: 34px; height: 34px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.25); display: grid; place-items: center; color: #fff; flex: none; }
.fdr-explain h3 { font-family: var(--font); font-weight: 600; font-size: 1.05rem; margin: 6px 0 12px; }
.fdr-explain p { margin: 0; font-size: 0.85rem; line-height: 1.6; opacity: 0.85; }
.fdr-full { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 40px 0 20px; border-top: 1px solid var(--fdr-line); }
.fdr-full h2 { font-family: var(--font); font-weight: 500; font-size: 2rem; margin: 0 0 4px; }
.fdr-full__sub { font-size: 1.8rem; color: rgba(255, 255, 255, 0.45); margin: 0 0 20px; }
.fdr-full__note { font-size: 0.75rem; opacity: 0.5; margin: 0; max-width: 46ch; }
.fdr-full__form { display: grid; gap: 12px; }
.fdr-full__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fdr-full__form input { height: 44px; padding: 0 16px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.06); color: #fff; font-size: 0.85rem; outline: none; }
.fdr-full__form input:focus { border-color: rgba(255, 255, 255, 0.4); }
.fdr-full__form input[readonly] { background: rgba(255, 255, 255, 0.12); color: #fff; }
.fdr-full__form .form__status { margin: 0; min-height: 0; }
.fdr-full__form .form__status:empty { display: none; }
@media (max-width: 900px) {
  .fdr-tiles--strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fdr-tiles--strip .fdr-tile:nth-child(2n) { border-right: 0; }
  .fdr-tiles--three, .fdr-explain, .fdr-full, .fdr-full__row { grid-template-columns: 1fr; }
  .fdr-eas { grid-template-columns: 1fr; }
  .fdr-res__top { flex-direction: column; }
  .fdr-sev { font-size: 1.7rem; }
}

/* map panels: keep the image aspect so percentage-positioned dots match the geography */
.fdr-eas__map { aspect-ratio: 1318 / 622; min-height: 0 !important; }
.pg-fdr__mapbox { min-height: 0 !important; align-self: stretch; }
.fdr-eas__map img { object-fit: fill !important; }
@media (max-width: 900px) { .fdr-eas__map { aspect-ratio: 1318 / 622; } .pg-fdr__mapbox { aspect-ratio: 1318 / 622; } .pg-fdr__mapinner { height: 100%; transform: translate(-50%, -50%); } }

/* data pulses: faint guides, streaming packets, soft source markers */
.fdr-arcs .fdr-guide { fill: none; stroke: rgba(93, 246, 173, 0.18); stroke-width: 1; stroke-dasharray: 2 6; animation: fdrGuideIn 0.8s ease-out both; filter: none; }
.fdr-arcs .fdr-src { fill: rgba(93, 246, 173, 0.9); opacity: 0; animation: fdrPop 0.4s ease-out forwards, fdrSrcBreath 2.2s ease-in-out 0.4s infinite alternate; }
.fdr-arcs .fdr-pkt { mix-blend-mode: screen; }
.fdr-arcs .fdr-hub-ring { fill: none; stroke: rgba(93, 246, 173, 0.5); stroke-width: 1.5; transform-box: fill-box; transform-origin: center; animation: fdrRing 2.2s ease-out infinite; }
@keyframes fdrGuideIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fdrSrcBreath { from { r: 3.5; } to { r: 5.5; } }

/* scan ledger */
.fdr-ledger { margin-top: 14px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 8px; background: rgba(2, 8, 40, 0.75); backdrop-filter: blur(8px); font-size: 0.8rem; overflow: hidden; }
.fdr-ledger[hidden] { display: none; }
.fdr-ledger__head { display: flex; align-items: center; gap: 8px; padding: 6px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.55); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; }
.fdr-ledger__dot { width: 7px; height: 7px; border-radius: 50%; background: #5df6ad; box-shadow: 0 0 8px #5df6ad; animation: fdrSrcBlink 1.2s ease-in-out infinite alternate; }
.fdr-ledger__list { list-style: none; margin: 0; padding: 6px 0; }
.fdr-ledger__line { display: grid; grid-template-columns: 1fr auto 20px; gap: 12px; align-items: center; padding: 6px 12px; color: rgba(255, 255, 255, 0.9); animation: fdrLineIn 0.35s ease-out both; font-variant-numeric: tabular-nums; }
.fdr-ledger__k::before { content: "›"; color: #5df6ad; margin-right: 8px; }
.fdr-ledger__v { color: rgba(255, 255, 255, 0.55); white-space: nowrap; }
.fdr-ledger__st { position: relative; width: 20px; height: 16px; }
.fdr-ledger__cur { position: absolute; left: 4px; top: 2px; width: 7px; height: 12px; background: #5df6ad; animation: fdrCursor 0.9s steps(1) infinite; }
.fdr-ledger__st .ico { position: absolute; inset: 0; margin: auto; width: 14px; height: 14px; color: #5df6ad; opacity: 0; transform: scale(0.6); transition: opacity 0.25s, transform 0.25s; }
.fdr-ledger__line.is-done .fdr-ledger__cur { display: none; }
.fdr-ledger__line.is-done .fdr-ledger__st .ico { opacity: 1; transform: scale(1); }
.fdr-ledger__line.is-done { color: rgba(255, 255, 255, 0.6); }
.fdr-ledger__line--end { color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 4px; padding-top: 10px; }
@keyframes fdrLineIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@keyframes fdrCursor { 50% { opacity: 0; } }
@keyframes fdrSrcBlink { from { opacity: 0.5; } to { opacity: 1; } }

/* skeleton preview of the result */
.pg-fdr.is-scanning .pg-fdr__stats, .pg-fdr.is-scanning .pg-fdr__row, .pg-fdr.is-scanning .pg-fdr__panel { display: none; }
.pg-fdr.is-scanning .pg-fdr__search-wrap { position: relative; }
.pg-fdr.is-scanning .pg-fdr__search::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, #5df6ad, transparent); background-size: 40% 100%; animation: fdrBarSweep 1.4s ease-in-out infinite; }
@keyframes fdrBarSweep { 0% { background-position: -40% 0; } 100% { background-position: 140% 0; } }
.fdr-sk { animation: fdrLineIn 0.4s ease-out both; }
.fdr-sk__b { display: block; border-radius: 6px; background: rgba(255, 255, 255, 0.07); position: relative; overflow: hidden; max-width: 100%; }
.fdr-sk__b::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.12) 50%, transparent 80%); transform: translateX(-100%); animation: fdrShimmer 1.6s ease-in-out infinite; }
@keyframes fdrShimmer { to { transform: translateX(100%); } }
.fdr-sk .fdr-res__top { align-items: flex-start; }
.fdr-sk__sev { width: 240px; height: 36px; margin: 10px auto 56px; }
.fdr-sk .fdr-tile { gap: 10px; }
.fdr-sk__chart { display: flex; align-items: flex-end; gap: 14px; height: 220px; padding: 0 20px; }
.fdr-sk__chart i { flex: 1; border-radius: 6px 6px 0 0; background: rgba(255, 255, 255, 0.06); animation: fdrSkBar 1.6s ease-in-out infinite alternate; }
.fdr-sk__chart i:nth-child(1) { height: 30%; } .fdr-sk__chart i:nth-child(2) { height: 55%; animation-delay: 0.1s; } .fdr-sk__chart i:nth-child(3) { height: 45%; animation-delay: 0.2s; } .fdr-sk__chart i:nth-child(4) { height: 80%; animation-delay: 0.3s; } .fdr-sk__chart i:nth-child(5) { height: 70%; animation-delay: 0.4s; } .fdr-sk__chart i:nth-child(6) { height: 50%; animation-delay: 0.5s; } .fdr-sk__chart i:nth-child(7) { height: 65%; animation-delay: 0.6s; } .fdr-sk__chart i:nth-child(8) { height: 40%; animation-delay: 0.7s; }
@keyframes fdrSkBar { from { opacity: 0.5; } to { opacity: 1; } }
.fdr-sk .fdr-eas__map img { opacity: 0.18; }
.pg-fdr .result.is-skeleton { opacity: 1; transform: none; }

/* live panels: breaches table, OS donut, malware bars; six admin-managed stat tiles */
.pg-fdr__dot { position: absolute; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: #5df6ad; box-shadow: 0 0 0 10px rgba(93, 246, 173, 0.16), 0 0 18px rgba(93, 246, 173, 0.7); animation: fdrPing 2.4s ease-out infinite; }
@keyframes fdrPing { 0% { box-shadow: 0 0 0 6px rgba(93, 246, 173, 0.22), 0 0 18px rgba(93, 246, 173, 0.7); } 70% { box-shadow: 0 0 0 16px rgba(93, 246, 173, 0), 0 0 18px rgba(93, 246, 173, 0.7); } 100% { box-shadow: 0 0 0 16px rgba(93, 246, 173, 0), 0 0 18px rgba(93, 246, 173, 0.7); } }
.pg-fdr__panels { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.pg-fdr__panels .pg-fdr__panel { margin-bottom: 0; }
.ltable-wrap { overflow-x: auto; }
.ltable { width: 100%; border-collapse: collapse; font-size: 0.85rem; min-width: 520px; }
.ltable th { text-align: left; font-weight: 400; padding: 9px 16px; background: #0f2a7a; color: #fff; }
.ltable th:first-child { border-radius: 4px 0 0 4px; } .ltable th:last-child { border-radius: 0 4px 4px 0; }
.ltable td { padding: 12px 16px; border-bottom: 1px solid var(--fdr-line); color: rgba(255, 255, 255, 0.85); }
.ltable tr:last-child td { border-bottom: 0; }
.ltable .sev { font-size: 0.8rem; } .ltable .sev--high { color: #ff2d78; } .ltable .sev--medium { color: #ffc233; } .ltable .sev--low { color: #5df6ad; } .ltable .sev--na { color: rgba(255,255,255,.6); }
.donut { display: grid; grid-template-columns: minmax(0, 1fr) 150px; gap: 16px; align-items: center; }
.donut svg { width: 150px; height: 150px; }
.donut__legend { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 0.78rem; }
.donut__legend li { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.8); }
.donut__legend i { width: 7px; height: 7px; border-radius: 50%; flex: none; }
.donut__legend span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.donut__legend b { margin-left: auto; font-weight: 400; color: rgba(255, 255, 255, 0.55); }
.dbars { display: grid; gap: 14px; }
.dbar { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 10px; align-items: center; font-size: 0.78rem; position: relative; }
.dbar i { width: 10px; height: 10px; border-radius: 50%; }
.dbar__track { position: relative; height: 12px; border-radius: 3px; background: transparent; }
.dbar__track::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--fdr-line); }
.dbar__fill { position: absolute; left: 0; top: 0; height: 100%; border-radius: 3px; z-index: 1; }
.dbar__label { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); z-index: 2; padding-left: 8px; color: rgba(255, 255, 255, 0.7); white-space: nowrap; }
.dbar__label b { font-weight: 400; color: rgba(255, 255, 255, 0.45); }
.dbar__label { left: auto; }
.dbar { grid-template-columns: 10px minmax(0, 1fr) auto; }
.dbar__label { position: static; transform: none; padding-left: 0; }
.pg-fdr.is-scanning .pg-fdr__panels { opacity: 0.35; transition: opacity 0.6s; }
.pg-fdr.has-result .pg-fdr__panels { display: none; }
@media (max-width: 900px) {
  .pg-fdr__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pg-fdr__stats .dx-stat:nth-child(3) { border-right: 0; }
  .pg-fdr__stats .dx-stat:nth-child(n+4) { border-top: 1px solid #222747; }
  .pg-fdr__panels { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .pg-fdr__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pg-fdr__stats .dx-stat:nth-child(3) { border-right: 1px solid #222747; } .pg-fdr__stats .dx-stat:nth-child(2n) { border-right: 0; } .pg-fdr__stats .dx-stat:nth-child(n+3) { border-top: 1px solid #222747; } .donut { grid-template-columns: 1fr; justify-items: center; } }
/* the fixed hero map must never show through the footer */
.site-footer { position: relative; z-index: 3; margin-top: 0; }
.pg-fdr__container { padding-bottom: clamp(48px, 6vw, 88px); }
