@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');

.hhls-vuln-public-shell {
  --hhls-bg: radial-gradient(circle at 20% -10%, #173b74 0%, rgba(23, 59, 116, 0.3) 28%, rgba(8, 16, 39, 0) 55%),
    radial-gradient(circle at 88% 8%, rgba(78, 113, 255, 0.22) 0%, rgba(78, 113, 255, 0) 42%),
    linear-gradient(160deg, #050a1b 0%, #0a1430 58%, #09172f 100%);
  --hhls-panel: linear-gradient(180deg, rgba(12, 24, 56, 0.94), rgba(7, 15, 35, 0.92));
  --hhls-border: rgba(130, 164, 255, 0.24);
  --hhls-text: #e6eeff;
  --hhls-muted: #9eb2db;
  --hhls-blue: #6fa8ff;
  --hhls-accent: #7ad5ff;
  background: var(--hhls-bg);
  color: var(--hhls-text);
  min-height: 100vh;
  padding: 1rem 0 3.5rem;
  font-family: 'IBM Plex Sans', 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.hhls-vuln-route,
body.hhls-vuln-route #pxl-wapper,
body.hhls-vuln-route #pxl-main {
  background: #09172f !important;
}

body.hhls-vuln-route #pxl-main {
  padding-bottom: 0 !important;
}

body.hhls-vuln-route #pxl-footer-elementor {
  margin-top: 0 !important;
}

.hhls-vuln-public-shell::before,
.hhls-vuln-public-shell::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  pointer-events: none;
  z-index: -1;
}

.hhls-vuln-public-shell::before {
  width: 36rem;
  height: 36rem;
  top: -12rem;
  right: -10rem;
  background: radial-gradient(circle, rgba(106, 155, 255, 0.36), rgba(106, 155, 255, 0));
  animation: hhls-float-a 12s ease-in-out infinite;
}

.hhls-vuln-public-shell::after {
  width: 30rem;
  height: 30rem;
  bottom: -12rem;
  left: -9rem;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.22), rgba(0, 212, 255, 0));
  animation: hhls-float-b 14s ease-in-out infinite;
}

body.hhls-vuln-route main.hhls-vuln-public-shell {
  padding-top: calc(7.25rem + var(--hhls-admin-bar-offset, 0px)) !important;
}

body.admin-bar.hhls-vuln-route main.hhls-vuln-public-shell {
  --hhls-admin-bar-offset: 32px;
}

.hhls-vuln-wrap {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@keyframes hhls-float-a {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-18px, 16px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes hhls-float-b {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(20px, -14px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes hhls-reveal-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hhls-border-sheen {
  0% { transform: translateX(-115%); }
  100% { transform: translateX(115%); }
}

@keyframes hhls-critical-pulse {
  0%, 100% {
    box-shadow: inset 0 0 0 1px rgba(255, 180, 191, 0.2), 0 0 0 0 rgba(255, 109, 119, 0.36);
  }
  50% {
    box-shadow: inset 0 0 0 1px rgba(255, 197, 205, 0.32), 0 0 0 8px rgba(255, 109, 119, 0);
  }
}

.hhls-vuln-wrap-detail {
  display: grid;
  gap: 0.82rem;
  padding-left: 0.16rem;
}

.hhls-vuln-hero {
  border: 1px solid var(--hhls-border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18, 39, 86, 0.84), rgba(8, 18, 42, 0.85));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 30px 60px rgba(3, 8, 20, 0.45);
  padding: 1.1rem 1.2rem 1.2rem;
  margin-bottom: 1rem;
  animation: hhls-reveal-up 0.52s ease both;
}

.hhls-vuln-eyebrow {
  margin: 0;
  color: #7ec2ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
}

.hhls-vuln-hero h1 {
  margin: 0.45rem 0;
  font-family: 'Space Grotesk', 'Segoe UI', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #f2f7ff;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
}

.hhls-vuln-hero p {
  margin: 0;
  color: var(--hhls-muted);
}

.hhls-vuln-kpis {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.hhls-vuln-kpis article {
  border: 1px solid var(--hhls-border);
  border-radius: 14px;
  background: var(--hhls-panel);
  padding: 0.75rem 0.9rem;
  animation: hhls-reveal-up 0.5s ease both;
}

.hhls-vuln-kpis article:nth-child(1) { animation-delay: 0.04s; }
.hhls-vuln-kpis article:nth-child(2) { animation-delay: 0.08s; }
.hhls-vuln-kpis article:nth-child(3) { animation-delay: 0.12s; }
.hhls-vuln-kpis article:nth-child(4) { animation-delay: 0.16s; }

.hhls-vuln-filters,
.hhls-vuln-results-meta,
.hhls-vuln-pagination {
  animation: hhls-reveal-up 0.55s ease both;
  animation-delay: 0.14s;
}

.hhls-vuln-kpi-total {
  border-color: rgba(129, 170, 245, 0.38);
  background: linear-gradient(170deg, rgba(13, 31, 72, 0.95), rgba(7, 18, 43, 0.95));
}

.hhls-vuln-kpi-critical {
  border-color: rgba(255, 122, 136, 0.56);
  background: linear-gradient(170deg, rgba(78, 18, 37, 0.92), rgba(35, 10, 20, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255, 167, 177, 0.08);
}

.hhls-vuln-kpi-critical strong {
  color: #ffd7dd;
}

.hhls-vuln-kpi-high {
  border-color: rgba(255, 168, 90, 0.56);
  background: linear-gradient(170deg, rgba(84, 36, 14, 0.92), rgba(40, 18, 8, 0.95));
  box-shadow: inset 0 0 0 1px rgba(255, 203, 152, 0.08);
}

.hhls-vuln-kpi-high strong {
  color: #ffe2c2;
}

.hhls-vuln-kpi-medium {
  border-color: rgba(255, 214, 108, 0.56);
  background: linear-gradient(170deg, rgba(73, 56, 16, 0.92), rgba(34, 27, 10, 0.95));
  box-shadow: inset 0 0 0 1px rgba(255, 236, 176, 0.08);
}

.hhls-vuln-kpi-medium strong {
  color: #fff0c6;
}

.hhls-vuln-kpis span {
  display: block;
  color: var(--hhls-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hhls-vuln-kpis strong {
  display: block;
  margin-top: 0.3rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  color: #f5f9ff;
}

.hhls-vuln-filters {
  border: 1px solid var(--hhls-border);
  border-radius: 14px;
  background: rgba(10, 21, 51, 0.9);
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}

.hhls-vuln-filters label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters label {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hhls-vuln-filters label span {
  color: #aac2ee;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.hhls-vuln-filters input,
.hhls-vuln-filters select {
  width: 100%;
  background: rgba(7, 15, 36, 0.9) !important;
  border: 1px solid rgba(131, 165, 255, 0.28) !important;
  color: #ecf4ff !important;
  border-radius: 10px;
  padding: 0.62rem 0.66rem;
  font-size: 0.92rem;
  font-family: 'IBM Plex Sans', sans-serif;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.hhls-vuln-public-shell .hhls-vuln-filters input[type="search"],
.hhls-vuln-public-shell .hhls-vuln-filters input[type="number"],
.hhls-vuln-public-shell .hhls-vuln-filters input[type="text"],
.hhls-vuln-public-shell .hhls-vuln-filters select {
  border: 1px solid rgba(131, 165, 255, 0.28) !important;
  background: rgba(7, 15, 36, 0.9) !important;
  box-shadow: none !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters input[type="search"],
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters input[type="number"],
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters input[type="text"],
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters select {
  border: 1px solid rgba(131, 165, 255, 0.32) !important;
  background: rgba(7, 15, 36, 0.96) !important;
  box-shadow: inset 0 0 0 1px rgba(18, 40, 91, 0.45) !important;
  color: #ecf4ff !important;
  outline: none !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  line-height: 1.25 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(131, 165, 255, 0.32) !important;
  background: rgba(7, 15, 36, 0.96) !important;
  color: #ecf4ff !important;
  box-shadow: inset 0 0 0 1px rgba(18, 40, 91, 0.45) !important;
  padding: 0.62rem 2rem 0.62rem 0.66rem !important;
  text-transform: none !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select:after {
  border-color: #8eb7f4 !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select .list {
  width: 100% !important;
  margin-top: 0.35rem !important;
  border: 1px solid rgba(131, 165, 255, 0.34) !important;
  background: #081633 !important;
  color: #ecf4ff !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select .option {
  color: #dcecff !important;
  background: transparent !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select .option.selected,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select .option.focus,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters .nice-select .option:hover {
  background: rgba(111, 168, 255, 0.18) !important;
  color: #f4f9ff !important;
}

.hhls-vuln-public-shell .hhls-vuln-filters input::placeholder {
  color: #8ea8d8 !important;
  opacity: 1;
}

.hhls-vuln-filters input:focus,
.hhls-vuln-filters select:focus {
  outline: none;
  border-color: #75b4ff !important;
  box-shadow: 0 0 0 2px rgba(117, 180, 255, 0.2) !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters input:focus,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filters select:focus {
  border-color: #7ab8ff !important;
  box-shadow: 0 0 0 2px rgba(122, 184, 255, 0.26) !important;
}

.hhls-vuln-filter-actions {
  display: flex;
  gap: 0.55rem;
  align-items: end;
}

.hhls-vuln-filter-actions button,
.hhls-vuln-filter-actions a,
.hhls-vuln-btn {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 10px;
  border: 1px solid rgba(122, 194, 255, 0.52) !important;
  background: linear-gradient(145deg, rgba(38, 96, 197, 0.88), rgba(26, 67, 146, 0.9));
  color: #eef6ff;
  padding: 0.58rem 0.82rem;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  line-height: 1.2;
  min-height: 2.6rem;
}

.hhls-vuln-filter-actions a {
  background: linear-gradient(145deg, rgba(16, 34, 78, 0.95), rgba(10, 22, 54, 0.95));
  border-color: rgba(136, 173, 247, 0.6);
  color: #dcecff;
}

.hhls-vuln-filter-actions button:hover,
.hhls-vuln-filter-actions a:hover,
.hhls-vuln-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(8, 19, 47, 0.45);
}

.hhls-vuln-filter-actions .hhls-vuln-search-btn {
  background: linear-gradient(145deg, rgba(53, 110, 219, 0.95), rgba(31, 79, 170, 0.95)) !important;
  border-color: rgba(126, 186, 255, 0.72) !important;
  color: #eff7ff !important;
}

.hhls-vuln-filter-actions .hhls-vuln-reset-btn {
  background: linear-gradient(145deg, rgba(11, 28, 68, 0.95), rgba(8, 20, 50, 0.96)) !important;
  border-color: rgba(114, 159, 236, 0.64) !important;
  color: #d9e9ff !important;
  text-decoration: none !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 8.1rem;
  min-height: 2.74rem;
  line-height: 1.05 !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  border-radius: 10px !important;
  text-transform: none !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn:link,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn:visited,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn:hover,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn:focus,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn:active {
  background: linear-gradient(145deg, rgba(11, 28, 68, 0.95), rgba(8, 20, 50, 0.96)) !important;
  background-image: linear-gradient(145deg, rgba(11, 28, 68, 0.95), rgba(8, 20, 50, 0.96)) !important;
  border: 1px solid rgba(114, 159, 236, 0.64) !important;
  color: #d9e9ff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn:hover,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn:focus,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn:active {
  background: linear-gradient(145deg, rgba(53, 110, 219, 0.95), rgba(31, 79, 170, 0.95)) !important;
  background-image: linear-gradient(145deg, rgba(53, 110, 219, 0.95), rgba(31, 79, 170, 0.95)) !important;
  border: 1px solid rgba(126, 186, 255, 0.72) !important;
  color: #eff7ff !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn::before,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-reset-btn::after,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn::before,
body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-filter-actions .hhls-vuln-search-btn::after {
  content: none !important;
  display: none !important;
}

.hhls-vuln-filter-actions .hhls-vuln-reset-btn:hover {
  border-color: rgba(145, 192, 255, 0.82) !important;
  color: #f1f8ff !important;
}

.hhls-vuln-results-meta {
  margin-bottom: 0.6rem;
  color: var(--hhls-muted);
  font-size: 0.85rem;
}

.hhls-vuln-cards {
  display: grid;
  gap: 0.8rem;
}

.hhls-vuln-card {
  border: 1px solid var(--hhls-border);
  border-radius: 14px;
  background: var(--hhls-panel);
  padding: 0.95rem 1rem;
  box-shadow: 0 18px 34px rgba(4, 10, 26, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  animation: hhls-reveal-up 0.55s ease both;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hhls-vuln-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  height: 2px;
  background: linear-gradient(90deg, rgba(86, 199, 255, 0), rgba(123, 193, 255, 0.95), rgba(86, 199, 255, 0));
  pointer-events: none;
  animation: hhls-border-sheen 7.2s linear infinite;
}

.hhls-vuln-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% -14%, rgba(126, 182, 255, 0.18), rgba(126, 182, 255, 0));
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.hhls-vuln-cards .hhls-vuln-card:nth-child(1) { animation-delay: 0.06s; }
.hhls-vuln-cards .hhls-vuln-card:nth-child(2) { animation-delay: 0.09s; }
.hhls-vuln-cards .hhls-vuln-card:nth-child(3) { animation-delay: 0.12s; }
.hhls-vuln-cards .hhls-vuln-card:nth-child(4) { animation-delay: 0.15s; }
.hhls-vuln-cards .hhls-vuln-card:nth-child(5) { animation-delay: 0.18s; }
.hhls-vuln-cards .hhls-vuln-card:nth-child(6) { animation-delay: 0.21s; }

.hhls-vuln-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.hhls-vuln-card-kicker {
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #94b6e8;
  font-weight: 700;
}

.hhls-vuln-card-updated {
  font-size: 0.72rem;
  color: #7fa1d5;
  white-space: nowrap;
}

.hhls-vuln-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(5, 12, 32, 0.5);
  border-color: rgba(148, 190, 255, 0.44);
}

.hhls-vuln-card:hover::after {
  opacity: 1;
}

.hhls-vuln-card h2,
.hhls-vuln-card h3 {
  margin: 0;
  color: #f4f8ff;
  font-family: 'Space Grotesk', sans-serif;
}

.hhls-vuln-card h2 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.hhls-vuln-card h2 a {
  color: inherit;
  text-decoration: none;
}

.hhls-vuln-card h2 a:hover {
  color: #8bc6ff;
}

.hhls-vuln-card h3 {
  font-size: 0.95rem;
  margin-top: 0.9rem;
  margin-bottom: 0.25rem;
  color: #c7dcff;
}

.hhls-vuln-card p {
  margin: 0.35rem 0 0;
  color: #d1def7;
  line-height: 1.55;
}

.hhls-vuln-description {
  margin-top: 0.55rem;
}

.hhls-vuln-extra {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.hhls-vuln-extra-item {
  font-size: 0.72rem;
  color: #b6d0f4;
  border: 1px solid rgba(123, 159, 229, 0.32);
  border-radius: 999px;
  padding: 0.21rem 0.45rem;
  background: rgba(18, 38, 85, 0.5);
}

.hhls-vuln-cve {
  margin-top: 0.7rem;
  color: #84bbff;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hhls-vuln-cve-main {
  margin-top: 0.78rem;
}

.hhls-vuln-cve-box {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 10px;
  border: 1px solid rgba(142, 187, 255, 0.72);
  background: linear-gradient(145deg, rgba(26, 60, 126, 0.88), rgba(14, 34, 80, 0.9));
  box-shadow: inset 0 0 0 1px rgba(191, 224, 255, 0.12), 0 8px 20px rgba(5, 13, 34, 0.34);
  color: #d9eeff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hhls-vuln-meta {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.hhls-vuln-cvss-meter {
  margin-top: 0.62rem;
}

.hhls-vuln-cvss-label {
  display: block;
  font-size: 0.7rem;
  color: #95b5e6;
  margin-bottom: 0.28rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hhls-vuln-cvss-track {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(16, 33, 74, 0.9);
  border: 1px solid rgba(119, 156, 230, 0.28);
  overflow: hidden;
}

.hhls-vuln-cvss-track > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #59d4ff 0%, #7a9fff 55%, #ffab6d 80%, #ff6f7a 100%);
  box-shadow: 0 0 12px rgba(120, 173, 255, 0.4);
}

.hhls-vuln-card-actions {
  margin-top: 0.72rem;
}

.hhls-vuln-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #95d2ff;
  text-decoration: none;
}

.hhls-vuln-card-link:hover {
  color: #d2ecff;
  text-decoration: underline;
}

.hhls-vuln-chip,
.hhls-vuln-meta span {
  font-size: 0.74rem;
  color: #d0e4ff;
  border: 1px solid rgba(135, 179, 255, 0.3);
  border-radius: 999px;
  padding: 0.23rem 0.5rem;
  background: rgba(25, 48, 102, 0.48);
}

.hhls-vuln-chip {
  letter-spacing: 0.02em;
}

.hhls-vuln-chip-severity {
  font-weight: 700;
}

.hhls-vuln-chip-cvss {
  border-color: rgba(111, 181, 255, 0.44);
  background: linear-gradient(145deg, rgba(19, 54, 112, 0.82), rgba(10, 32, 76, 0.88));
  color: #dff0ff;
}

.hhls-vuln-chip-date {
  border-color: rgba(129, 166, 235, 0.34);
  background: rgba(20, 42, 88, 0.55);
  color: #c8ddff;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-meta .hhls-vuln-chip--critical {
  border-color: rgba(255, 122, 136, 0.82) !important;
  background: linear-gradient(145deg, rgba(126, 26, 53, 0.9), rgba(76, 15, 31, 0.92)) !important;
  color: #ffe1e6 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 180, 191, 0.2) !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-meta .hhls-vuln-chip--high {
  border-color: rgba(255, 172, 93, 0.82) !important;
  background: linear-gradient(145deg, rgba(118, 56, 18, 0.9), rgba(73, 31, 8, 0.92)) !important;
  color: #ffe8ce !important;
  box-shadow: inset 0 0 0 1px rgba(255, 208, 161, 0.2) !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-meta .hhls-vuln-chip--medium {
  border-color: rgba(255, 220, 117, 0.82) !important;
  background: linear-gradient(145deg, rgba(108, 81, 16, 0.9), rgba(63, 46, 8, 0.92)) !important;
  color: #fff2cb !important;
  box-shadow: inset 0 0 0 1px rgba(255, 233, 169, 0.2) !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-meta .hhls-vuln-chip--low {
  border-color: rgba(122, 228, 195, 0.82) !important;
  background: linear-gradient(145deg, rgba(14, 92, 69, 0.9), rgba(8, 57, 43, 0.92)) !important;
  color: #d6fff1 !important;
  box-shadow: inset 0 0 0 1px rgba(173, 255, 227, 0.2) !important;
}

body.hhls-vuln-route main.hhls-vuln-public-shell .hhls-vuln-meta .hhls-vuln-chip--unknown {
  border-color: rgba(171, 187, 220, 0.7) !important;
  background: linear-gradient(145deg, rgba(50, 67, 98, 0.88), rgba(31, 44, 71, 0.9)) !important;
  color: #e3ebff !important;
}

.hhls-vuln-ai-signal-row {
  margin-top: 0.56rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}

.hhls-vuln-ai-signal {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(138, 176, 245, 0.42);
  background: rgba(20, 44, 90, 0.58);
  color: #d5e9ff;
  font-size: 0.71rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
  padding: 0.26rem 0.56rem;
}

.hhls-vuln-ai-signal-risk {
  border-color: rgba(123, 196, 255, 0.58);
  background: linear-gradient(145deg, rgba(18, 74, 130, 0.86), rgba(10, 47, 92, 0.9));
  color: #e4f4ff;
}

.hhls-vuln-ai-signal-priority {
  border-color: rgba(158, 193, 255, 0.46);
  background: linear-gradient(145deg, rgba(35, 61, 112, 0.88), rgba(23, 42, 83, 0.9));
  color: #deecff;
}

.hhls-vuln-ai-signal-state--yes {
  border-color: rgba(255, 123, 136, 0.74);
  background: linear-gradient(145deg, rgba(126, 27, 53, 0.9), rgba(78, 15, 31, 0.92));
  color: #ffe3e8;
}

.hhls-vuln-ai-signal-state--likely,
.hhls-vuln-ai-signal-state--possible {
  border-color: rgba(255, 188, 120, 0.72);
  background: linear-gradient(145deg, rgba(126, 66, 20, 0.9), rgba(76, 36, 11, 0.92));
  color: #ffe9cf;
}

.hhls-vuln-ai-signal-state--no {
  border-color: rgba(146, 173, 227, 0.48);
  background: linear-gradient(145deg, rgba(40, 62, 109, 0.86), rgba(27, 45, 82, 0.9));
  color: #d5e5ff;
}

.hhls-vuln-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.34rem;
  color: #a7bce3;
  font-size: 0.84rem;
  margin: 0 0 0.7rem;
  padding-left: 0.52rem;
}

.hhls-vuln-breadcrumb a {
  color: #9dd0ff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.18s ease;
}

.hhls-vuln-breadcrumb a:hover {
  color: #d6ecff;
}

.hhls-vuln-breadcrumb-sep {
  color: #6f89b8;
}

.hhls-vuln-breadcrumb-current {
  color: #d8ebff;
  font-weight: 600;
}

.hhls-vuln-detail-hero {
  border: 1px solid rgba(145, 176, 248, 0.35);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(14, 31, 72, 0.95), rgba(9, 19, 45, 0.95));
  padding: 1.04rem 1.12rem 1.08rem;
  position: relative;
  overflow: hidden;
  animation: hhls-reveal-up 0.5s ease both;
}

.hhls-vuln-detail-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(123, 198, 255, 0.95), rgba(108, 152, 255, 0.28));
}

.hhls-vuln-detail-hero h1 {
  margin: 0;
  color: #f4f9ff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.28rem, 2.45vw, 2.04rem);
  line-height: 1.2;
  position: relative;
}

.hhls-vuln-title-sub {
  margin: 0.36rem 0 0;
  color: #9fc1ee;
  font-size: 0.92rem;
  line-height: 1.45;
}

.hhls-vuln-tag-row {
  margin-top: 0.62rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  position: relative;
}

.hhls-vuln-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(129, 171, 245, 0.38);
  background: rgba(24, 46, 97, 0.56);
  color: #cfe4ff;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  line-height: 1;
  padding: 0.27rem 0.52rem;
}

.hhls-vuln-tag-link {
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.hhls-vuln-tag-link:hover {
  color: #eff7ff;
  border-color: rgba(161, 204, 255, 0.7);
  background: rgba(31, 62, 125, 0.7);
}

.hhls-vuln-description-main {
  margin-top: 0.68rem;
  position: relative;
}

.hhls-vuln-quickfacts {
  margin-top: 0.82rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hhls-vuln-quickfact {
  border: 1px solid rgba(128, 169, 241, 0.3);
  border-radius: 10px;
  padding: 0.5rem 0.58rem;
  background: rgba(10, 26, 62, 0.72);
  min-width: 0;
}

.hhls-vuln-quickfact span {
  display: block;
  color: #89abdf;
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hhls-vuln-quickfact strong {
  display: block;
  margin-top: 0.2rem;
  color: #e8f3ff;
  font-size: 0.82rem;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hhls-vuln-timeline-card {
  border-color: rgba(108, 162, 245, 0.42);
  background: linear-gradient(150deg, rgba(13, 29, 68, 0.93), rgba(8, 18, 43, 0.94));
}

.hhls-vuln-timeline {
  list-style: none;
  margin: 0.72rem 0 0;
  padding: 0.1rem 0 0.1rem 0.16rem;
  display: grid;
  gap: 0.68rem;
}

.hhls-vuln-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(7.2rem, 9rem) minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  padding-left: 0.72rem;
}

.hhls-vuln-timeline li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #8bc8ff;
  box-shadow: 0 0 0 4px rgba(102, 160, 255, 0.18);
}

.hhls-vuln-timeline li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0.19rem;
  top: 0.94rem;
  bottom: -0.58rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(124, 173, 255, 0.45), rgba(124, 173, 255, 0));
}

.hhls-vuln-timeline-time {
  display: inline-flex;
  align-items: center;
  min-height: 1.46rem;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(130, 173, 245, 0.46);
  background: rgba(21, 48, 103, 0.62);
  color: #d7eaff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.22rem 0.56rem;
}

.hhls-vuln-timeline-body {
  color: #bfd3f1;
  font-size: 0.87rem;
  line-height: 1.48;
  padding-top: 0.11rem;
}

.hhls-vuln-ai-card {
  border-color: rgba(98, 153, 255, 0.44);
  box-shadow: inset 0 0 0 1px rgba(157, 200, 255, 0.09), 0 18px 34px rgba(8, 15, 38, 0.45);
}

.hhls-vuln-wrap-detail > article {
  animation: hhls-reveal-up 0.55s ease both;
}

.hhls-vuln-wrap-detail > article:nth-of-type(1) { animation-delay: 0.04s; }
.hhls-vuln-wrap-detail > article:nth-of-type(2) { animation-delay: 0.08s; }
.hhls-vuln-wrap-detail > article:nth-of-type(3) { animation-delay: 0.12s; }
.hhls-vuln-wrap-detail > article:nth-of-type(4) { animation-delay: 0.16s; }
.hhls-vuln-wrap-detail > article:nth-of-type(5) { animation-delay: 0.2s; }

.hhls-vuln-ai-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.52rem;
  border-bottom: 1px solid rgba(126, 166, 236, 0.24);
}

.hhls-vuln-ai-title-wrap h2 {
  margin: 0;
}

.hhls-vuln-ai-subtitle {
  margin: 0.25rem 0 0;
  color: #a6c3ed;
  font-size: 0.8rem;
}

.hhls-vuln-ai-stamp {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #acc8ee;
  font-size: 0.76rem;
  white-space: nowrap;
}

.hhls-vuln-ai-stamp span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  border-radius: 999px;
  border: 1px solid rgba(128, 174, 255, 0.55);
  background: rgba(38, 84, 171, 0.55);
  color: #d9edff;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.16rem 0.34rem;
}

.hhls-vuln-ai-updated {
  margin-top: 0.55rem;
  color: #99bfff;
  font-size: 0.82rem;
}

.hhls-vuln-ai-driver {
  margin: 0.4rem 0 0.25rem;
  padding: 0.48rem 0.58rem;
  border-radius: 9px;
  border: 1px solid rgba(137, 180, 245, 0.34);
  background: rgba(18, 39, 83, 0.64);
  color: #bed8ff;
  font-size: 0.82rem;
}

.hhls-vuln-product-grid {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.5rem;
}

.hhls-vuln-product {
  border: 1px solid rgba(124, 163, 236, 0.28);
  border-radius: 12px;
  background: rgba(13, 24, 56, 0.8);
  padding: 0.65rem 0.72rem;
  display: grid;
  gap: 0.22rem;
}

.hhls-vuln-product strong {
  color: #eff5ff;
}

.hhls-vuln-product-link {
  color: #eff5ff;
  text-decoration: none;
}

.hhls-vuln-product-link:hover {
  color: #9ed1ff;
  text-decoration: underline;
}

.hhls-vuln-product span {
  color: #b0c5ea;
  font-size: 0.86rem;
}

.hhls-vuln-related-intro {
  margin: 0.36rem 0 0.72rem;
  color: #a8bfeb;
  font-size: 0.92rem;
}

.hhls-vuln-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.hhls-vuln-section-link {
  color: #9fcbff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.hhls-vuln-section-link:hover {
  color: #d7ecff;
}

.hhls-vuln-related-list {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: 1fr;
}

.hhls-vuln-related-item {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(127, 167, 242, 0.3);
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(12, 24, 56, 0.85), rgba(8, 18, 41, 0.9));
  padding: 0.68rem 0.74rem;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hhls-vuln-related-item:hover {
  transform: translateY(-1px);
  border-color: rgba(146, 196, 255, 0.58);
  box-shadow: 0 10px 24px rgba(7, 16, 38, 0.45);
}

.hhls-vuln-related-item strong {
  display: block;
  color: #ebf4ff;
  line-height: 1.33;
}

.hhls-vuln-related-cve {
  display: inline-block;
  margin-top: 0.36rem;
  color: #8ec5ff;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.hhls-vuln-related-meta {
  margin-top: 0.36rem;
  display: flex;
  align-items: center;
  gap: 0.44rem;
  color: #aec4ea;
  font-size: 0.78rem;
}

.hhls-vuln-related-new {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
  font-weight: 700;
  border: 1px solid rgba(118, 214, 162, 0.7);
  border-radius: 999px;
  padding: 0.12rem 0.36rem;
  color: #9df5cd;
  background: rgba(17, 69, 52, 0.45);
}

.hhls-vuln-reference-list {
  margin: 0.6rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.32rem;
}

.hhls-vuln-reference-list a {
  color: #8cc4ff;
  text-decoration: none;
  word-break: break-word;
}

.hhls-vuln-reference-list a:hover {
  color: #bbe0ff;
  text-decoration: underline;
}

.hhls-vuln-pagination {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--hhls-border);
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  background: rgba(8, 18, 43, 0.88);
}

.hhls-vuln-pagination a {
  color: #cbe3ff;
  text-decoration: none;
  border: 1px solid rgba(130, 166, 235, 0.34);
  border-radius: 8px;
  padding: 0.36rem 0.62rem;
}

.hhls-vuln-pagination a.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.hhls-vuln-pagination span {
  color: #a9c0e8;
  font-size: 0.9rem;
}

.hhls-sev-critical {
  border-left: 3px solid #ff6d77;
  border-color: rgba(255, 122, 136, 0.56);
  box-shadow: inset 0 0 0 1px rgba(255, 174, 186, 0.08), 0 16px 34px rgba(33, 7, 14, 0.4);
}

.hhls-sev-high {
  border-left: 3px solid #ff9f5a;
  border-color: rgba(255, 170, 97, 0.46);
  box-shadow: inset 0 0 0 1px rgba(255, 216, 173, 0.07), 0 16px 32px rgba(29, 13, 6, 0.38);
}

.hhls-sev-medium {
  border-left: 3px solid #ffd166;
  border-color: rgba(255, 214, 108, 0.44);
  box-shadow: inset 0 0 0 1px rgba(255, 229, 151, 0.07), 0 16px 32px rgba(27, 20, 7, 0.36);
}

.hhls-sev-low {
  border-left: 3px solid #7de4c3;
  border-color: rgba(125, 228, 195, 0.44);
  box-shadow: inset 0 0 0 1px rgba(183, 255, 229, 0.07), 0 16px 32px rgba(6, 24, 18, 0.34);
}

.hhls-sev-critical::before {
  background: linear-gradient(90deg, rgba(255, 109, 119, 0), rgba(255, 143, 154, 0.96), rgba(255, 109, 119, 0));
  animation-duration: 5s;
}

.hhls-sev-high::before {
  background: linear-gradient(90deg, rgba(255, 166, 92, 0), rgba(255, 190, 129, 0.96), rgba(255, 166, 92, 0));
}

.hhls-sev-medium::before {
  background: linear-gradient(90deg, rgba(255, 211, 108, 0), rgba(255, 228, 154, 0.96), rgba(255, 211, 108, 0));
}

.hhls-sev-low::before {
  background: linear-gradient(90deg, rgba(122, 229, 194, 0), rgba(167, 248, 223, 0.96), rgba(122, 229, 194, 0));
}

.hhls-sev-critical .hhls-vuln-chip--critical {
  animation: hhls-critical-pulse 2.8s ease-in-out infinite;
}

.hhls-vuln-card-empty,
.hhls-vuln-wrap-notfound .hhls-vuln-card-notfound {
  text-align: center;
}

@media (max-width: 960px) {
  body.hhls-vuln-route main.hhls-vuln-public-shell {
    padding-top: calc(6.25rem + var(--hhls-admin-bar-offset, 0px)) !important;
  }

  .hhls-vuln-quickfacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hhls-vuln-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hhls-vuln-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hhls-vuln-wrap {
    width: calc(100% - 1rem);
  }

  .hhls-vuln-kpis,
  .hhls-vuln-filters {
    grid-template-columns: 1fr;
  }

  .hhls-vuln-pagination {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hhls-vuln-ai-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hhls-vuln-timeline li {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .hhls-vuln-title-sub {
    font-size: 0.86rem;
  }

  .hhls-vuln-quickfacts {
    grid-template-columns: 1fr;
  }

  .hhls-vuln-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hhls-vuln-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.32rem;
  }

  .hhls-vuln-wrap-detail {
    padding-left: 0.08rem;
  }

  .hhls-vuln-breadcrumb {
    padding-left: 0.32rem;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar.hhls-vuln-route main.hhls-vuln-public-shell {
    --hhls-admin-bar-offset: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hhls-vuln-public-shell::before,
  .hhls-vuln-public-shell::after,
  .hhls-vuln-hero,
  .hhls-vuln-kpis article,
  .hhls-vuln-filters,
  .hhls-vuln-results-meta,
  .hhls-vuln-pagination,
  .hhls-vuln-card,
  .hhls-vuln-wrap-detail > article {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .hhls-vuln-card::before,
  .hhls-sev-critical .hhls-vuln-chip--critical {
    animation: none !important;
  }
}
