* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 30%);
  color: #0f172a;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 24px;
  padding: 10px 12px;
  border-radius: 14px;
}

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245, 247, 251, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(203, 213, 225, 0.72);
  box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.35);
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.global-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 360px;
  max-width: 620px;
  width: 100%;
}

.global-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.global-search input[type="search"] {
  min-width: 220px;
}

.global-search button {
  background: linear-gradient(135deg, #0b4f84 0%, #0f3a63 100%);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 600;
  align-items: center;
}

.nav a,
.nav summary {
  padding: 8px 10px;
  border-radius: 10px;
}

.nav a:hover,
.nav summary:hover {
  background: #e2e8f0;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown-trigger::-webkit-details-marker {
  display: none;
}

.nav-dropdown-trigger:focus-visible {
  outline: 2px solid #0b4f84;
  outline-offset: 4px;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 210px;
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #dbe3ee;
  background: #ffffff;
  box-shadow: 0 16px 28px -24px rgba(15, 23, 42, 0.4);
}

.nav-dropdown:not([open]) .nav-dropdown-menu {
  display: none;
}

.hero {
  background: linear-gradient(135deg, #06203f 0%, #0b4f84 100%);
  color: #fff;
  border-radius: 16px;
  padding: 26px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  align-items: center;
}

.hero h1 {
  margin: 0 0 8px;
  font-size: 36px;
}

.hero p {
  margin: 0;
  opacity: 0.94;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-quick-check {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.hero-quick-check input[type="url"] {
  flex: 1;
  min-width: 240px;
  border-color: rgba(191, 219, 254, 0.38);
  background: rgba(255, 255, 255, 0.98);
  color: #0f172a;
  box-shadow: 0 18px 28px -28px rgba(15, 23, 42, 0.34);
}

.hero-quick-check button {
  background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%);
  color: #0f3a63;
  box-shadow: 0 18px 32px -28px rgba(11, 79, 132, 0.42);
}

.hero-quick-check-note {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84) !important;
}

.hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero-eyebrow {
  color: #93c5fd;
}

.hero-logo-panel {
  position: relative;
  min-height: 210px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.hero-logo-panel::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 372px);
  height: 136px;
  border-radius: 30px;
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(191, 219, 254, 0.08) 34%,
      rgba(56, 189, 248, 0.05) 58%,
      rgba(15, 23, 42, 0.03) 100%);
  border: 1px solid rgba(191, 219, 254, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(2, 12, 27, 0.16);
  z-index: 0;
  pointer-events: none;
}

.hero-logo-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 390px);
  height: 200px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(186, 230, 253, 0.08) 26%,
      rgba(96, 165, 250, 0.06) 48%,
      rgba(29, 78, 216, 0.04) 64%,
      rgba(15, 23, 42, 0) 82%);
  filter: blur(16px);
  z-index: 0;
  pointer-events: none;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 310px;
  height: auto;
  display: block;
  object-fit: contain;
  filter:
    brightness(1.26)
    contrast(1.14)
    saturate(1.05)
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.78))
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.24))
    drop-shadow(0 0 10px rgba(186, 230, 253, 0.18))
    drop-shadow(0 10px 20px rgba(2, 12, 27, 0.14));
}

.hero-logo-panel picture {
  display: contents;
}

.eyebrow {
  color: #0b4f84;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.archive-filters {
  display: grid;
  gap: 18px;
}

.topic-hub-hero {
  display: grid;
  gap: 16px;
}

.topic-hub-intro {
  display: grid;
  gap: 12px;
}

.topic-hub-intro p {
  margin: 0;
}

.topic-hub-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.topic-hub-links ul {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.topic-hub-links li::marker {
  color: #0b4f84;
}

.topic-hub-links a {
  color: #0b4f84;
  font-weight: 600;
}

.faq-stack {
  display: grid;
  gap: 16px;
}

.alerts-search-form {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.alerts-search-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.alerts-search-row input[type="search"] {
  flex: 1;
  min-width: 260px;
}

.filter-group {
  display: grid;
  gap: 10px;
}

.filter-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #334155;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #0f172a;
  font-weight: 700;
  font-size: 14px;
}

.filter-chip.is-active {
  background: linear-gradient(135deg, #0b4f84 0%, #0f3a63 100%);
  border-color: #0b4f84;
  color: #fff;
}

.card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dbe3ee;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 250px;
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.22);
}

.card h3 {
  margin: 0;
  font-size: 19px;
}

.archive-card-header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.archive-category-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #0b4f84;
  font-size: 12px;
  font-weight: 700;
}

.archive-card-summary {
  color: #334155;
  line-height: 1.7;
  flex: 1;
  font-size: 15px;
}

.archive-card-next-step {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  color: #0f172a;
  font-weight: 600;
  line-height: 1.6;
}

.archive-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
  font-weight: 700;
}

.archive-card-actions a {
  color: #0b4f84;
}

.archive-ranking-copy {
  color: #334155;
  line-height: 1.75;
  max-width: 860px;
}

.badge {
  display: inline-block;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.badge-high {
  color: #9f1239;
  background: #ffe4e6;
}

.badge-medium {
  color: #92400e;
  background: #fef3c7;
}

.badge-low {
  color: #065f46;
  background: #d1fae5;
}

.badge {
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.section-title {
  font-size: 24px;
  margin: 24px 0 12px;
}

.home-section-intro {
  margin-top: 28px;
}

.home-section-intro-tight {
  margin-top: 0;
}

.home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.home-section-summary {
  margin: 0;
  max-width: 760px;
  color: #475569;
  line-height: 1.75;
}

.home-section-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.home-hub-promo {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
}

.quickstart-panel {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
}

.quickstart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.quickstart-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.quickstart-card h3 {
  margin-top: 0;
  line-height: 1.3;
}

.quickstart-eyebrow {
  margin: 0 0 12px;
  color: #0b4f84;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b4f84 0%, #0f3a63 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 32px -22px rgba(11, 79, 132, 0.55);
}

.cta-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.cta-link-secondary {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  box-shadow: 0 16px 32px -22px rgba(15, 23, 42, 0.45);
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-form label {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.newsletter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-row input[type="email"] {
  flex: 1;
  min-width: 240px;
}

.newsletter-message {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.newsletter-message.is-success {
  color: #065f46;
}

.newsletter-message.is-error {
  color: #9f1239;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
}

.pagination-link.is-active {
  background: linear-gradient(135deg, #0b4f84 0%, #0f3a63 100%);
  border-color: #0b4f84;
  color: #fff;
}

.pagination-link.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.ad-slot {
  margin: 16px 0;
  border: 1px dashed #94a3b8;
  border-radius: 12px;
  background: #f8fafc;
  color: #475569;
  text-align: center;
  padding: 12px;
  font-weight: 700;
}

.article {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  padding: 20px;
}

.themed-article {
  border-color: var(--alert-risk-border, #dbe3ee);
  box-shadow: 0 18px 44px -28px var(--alert-risk-glow, rgba(15, 23, 42, 0.12));
}

.section-spacer {
  margin-top: 24px;
}

.article.section-spacer:not(.quickstart-panel) {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #475569;
  font-size: 14px;
  margin-bottom: 14px;
}

.alert-box {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #7f1d1d;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}

.themed-alert-box {
  background: linear-gradient(
    135deg,
    var(--alert-risk-soft, #fee2e2) 0%,
    var(--alert-incident-accent-soft, #eff6ff) 100%
  );
  border-color: var(--alert-risk-border, #fca5a5);
  color: var(--alert-incident-accent-dark, #7f1d1d);
}

.article-header-surface {
  background: var(--alert-risk-gradient, linear-gradient(135deg, #06203f 0%, #0b4f84 100%));
  color: var(--alert-hero-text, #fff);
  border-radius: 18px;
  padding: 22px 22px 20px;
  margin-bottom: 16px;
  border: 1px solid var(--alert-risk-border, #dbe3ee);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.article-header-surface h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
}

.article-header-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.risk-chip,
.incident-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.risk-chip {
  background: var(--alert-risk-badge-bg, #fff);
  color: var(--alert-risk-badge-color, #0f172a);
}

.incident-chip {
  background: var(--alert-incident-accent-soft, #eff6ff);
  color: var(--alert-incident-accent-dark, #1d4ed8);
}

.article-header-summary {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.6;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
}

.article-hero-figure {
  margin: 18px 0;
}

.article-hero-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--alert-risk-border, #dbe3ee);
  margin: 0;
  display: block;
  background: #e2e8f0;
  box-shadow: 0 16px 36px -30px var(--alert-risk-glow, rgba(15, 23, 42, 0.12));
}

.article-hero-figure figcaption {
  margin-top: 8px;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.content h2 {
  margin-top: 24px;
}

.content p,
.content li {
  line-height: 1.65;
}

.meta-panel,
.source-box,
.notice-box,
.mini-card {
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  background: #f8fafc;
}

.meta-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 18px 0;
  padding: 14px;
}

.meta-panel p,
.source-box p {
  margin: 0;
}

.summary-lead {
  font-size: 18px;
  line-height: 1.7;
}

.breach-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.status-badge.status-confirmed {
  background: #ecfdf5;
  color: #166534;
  border-color: #bbf7d0;
}

.status-badge.status-reported {
  background: #fff7ed;
  color: #9a3412;
  border-color: #fed7aa;
}

.status-badge.status-monitoring {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.breach-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.breach-stats-grid .mini-card h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.breach-stats-grid .mini-card p {
  margin: 0;
  line-height: 1.65;
}

.breach-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.primary-button {
  background: linear-gradient(135deg, #0b4f84 0%, #0f3a63 100%);
  color: #fff;
  box-shadow: 0 18px 30px -22px rgba(11, 79, 132, 0.42);
}

.secondary-button {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #0f172a;
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.trust-shell {
  margin: 18px 0 20px;
  padding: 14px 16px;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(239, 246, 255, 0.98) 100%);
  box-shadow: 0 16px 34px -30px rgba(15, 23, 42, 0.28);
}

.trust-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.trust-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -20px rgba(11, 79, 132, 0.36);
}

.trust-chip.is-active {
  background: linear-gradient(135deg, #0b4f84 0%, #0f3a63 100%);
  border-color: #0b4f84;
  color: #fff;
  box-shadow: 0 16px 28px -20px rgba(11, 79, 132, 0.46);
}

.trust-note {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.65;
  font-size: 14px;
}

.source-box {
  margin: 24px 0;
  padding: 16px;
}

.source-box ul {
  padding-left: 18px;
}

.related-box {
  margin: 24px 0;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #dbe3ee;
  background: #f8fafc;
}

.related-box ul {
  margin: 0;
  padding-left: 18px;
}

.related-box li {
  margin-bottom: 6px;
}

.tool-box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dbe3ee;
  padding: 16px;
}

.tool-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.tool-tab {
  background: #e2e8f0;
  color: #0f172a;
}

.tool-tab-active {
  background: #0b4f84;
  color: #fff;
}

.tool-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tool-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tool-form-full {
  grid-column: 1 / -1;
}

.tool-result-card {
  margin-top: 6px;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 16px;
}

.tool-result-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.tool-result-header h2 {
  margin: 0 0 4px;
}

.tool-result-verdict {
  margin: 0;
  color: #475569;
  font-weight: 600;
}

.tool-score-pill {
  min-width: 120px;
  border-radius: 14px;
  background: #e0f2fe;
  color: #075985;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tool-score-pill span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tool-score-pill strong {
  font-size: 22px;
}

.tool-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.tool-result-card h3 {
  margin-top: 0;
}

.tool-extra-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
  color: #334155;
}

.tool-filter-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.recovery-card ol,
.recovery-card ul,
.tool-result-card ul {
  padding-left: 18px;
}

.author-profile,
.author-hero {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 20px;
}

.author-visual-shell {
  display: block;
  width: 100%;
  max-width: 320px;
  min-height: 0;
}

.author-photo {
  width: 100%;
  height: clamp(620px, 64vw, 740px);
  display: block;
  border-radius: 8px;
  border: 1px solid #dbe3ee;
  object-fit: cover;
  object-position: center top;
  background: #e2e8f0;
  box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.3);
}

.author-body h1 {
  margin-top: 0;
}

.author-role {
  margin: -8px 0 14px;
  color: #0b4f84;
  font-weight: 700;
  font-size: 17px;
}

.author-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 8px;
}

.author-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.35);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.author-social-link:hover {
  border-color: #0b4f84;
  color: #0b4f84;
  box-shadow: 0 18px 28px -22px rgba(11, 79, 132, 0.55);
  transform: translateY(-1px);
}

.author-social-link-disabled {
  opacity: 0.72;
  cursor: help;
  background: #f8fafc;
}

.author-social-link-disabled:hover {
  border-color: #cbd5e1;
  color: #0f172a;
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.35);
  transform: none;
}

.author-social-icon-image {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.author-social-link-disabled .author-social-icon-image {
  filter: grayscale(1);
}

.author-social-note {
  margin: 0 0 16px;
  color: #475569;
  font-size: 13px;
}

.author-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.author-latest-list {
  display: grid;
  gap: 14px;
}

.author-latest-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.22);
}

.author-latest-item h3 {
  margin: 4px 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.author-latest-item p {
  margin: 0;
  color: #475569;
  line-height: 1.72;
}

.author-latest-date {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0b4f84 !important;
}

.editorial-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.editorial-team-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #dbe3ee;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 20px 38px -30px rgba(15, 23, 42, 0.26);
}

.editorial-team-photo-shell {
  position: relative;
  height: 252px;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  background:
    radial-gradient(circle at top left, rgba(191, 219, 254, 0.28) 0%, rgba(191, 219, 254, 0) 38%),
    linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.editorial-team-photo-shell picture {
  display: block;
  width: 100%;
  height: 100%;
}

.editorial-team-photo-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 28%, rgba(15, 23, 42, 0.06) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 32%);
}

.editorial-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  display: block;
  background: #e2e8f0;
  transform: scale(1.015);
}

.editorial-team-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.editorial-team-identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.editorial-team-avatar {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: #e2e8f0;
  box-shadow: 0 14px 28px -24px rgba(15, 23, 42, 0.32);
}

.editorial-team-avatar-picture {
  display: block;
  width: 76px;
  height: 76px;
  flex-shrink: 0;
}

.editorial-team-name-group {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.editorial-team-body h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.15;
}

.editorial-team-body p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.editorial-team-role {
  color: #0b4f84 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.editorial-team-focus strong {
  color: #0f172a;
}

.about-editor-card {
  overflow: hidden;
  padding: 0;
}

.about-editor-photo-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(203, 213, 225, 0.82);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.06), rgba(11, 79, 132, 0.08));
}

.about-editor-photo-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0) 48%, rgba(15, 23, 42, 0.13) 100%),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.18), transparent 42%);
}

.about-editor-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.about-editor-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.about-editor-heading,
.about-editor-card > p,
.about-editor-card > a {
  margin-left: 14px;
  margin-right: 14px;
}

.about-editor-heading {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.about-editor-heading h3 {
  margin: 0;
  line-height: 1.18;
}

.about-editor-heading p {
  margin: 0;
  color: #475569;
  line-height: 1.45;
}

.about-editor-card > a {
  display: inline-flex;
  margin-bottom: 14px;
}

.author-signature-card {
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr;
  gap: 20px;
  padding: 18px;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 22px 40px -32px rgba(15, 23, 42, 0.28);
}

.author-signature-media {
  display: flex;
}

.author-signature-media picture {
  display: flex;
  width: 100%;
}

.author-signature-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: #e2e8f0;
}

.author-signature-body {
  display: grid;
  gap: 12px;
  align-content: start;
}

.author-signature-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.author-signature-header h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}

.author-signature-role {
  margin: 6px 0 0;
  color: #0b4f84;
  font-weight: 700;
}

.author-signature-summary,
.author-signature-focus,
.author-signature-context {
  margin: 0;
  color: #334155;
  line-height: 1.75;
}

.author-signature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.author-signature-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #0b4f84;
  font-size: 13px;
  font-weight: 700;
}

.author-avatar-fallback {
  width: 100%;
  height: clamp(620px, 64vw, 740px);
  min-height: 0;
  border-radius: 8px;
  border: 1px solid #dbe3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 88px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e0f2fe;
  background: linear-gradient(135deg, #082847 0%, #0b74b8 100%);
  box-shadow: 0 18px 36px -28px rgba(15, 23, 42, 0.3);
}

.notice-box {
  margin: 16px 0;
  padding: 14px;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.hub-hero {
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.12) 0%, rgba(56, 189, 248, 0) 34%),
    linear-gradient(135deg, #061d38 0%, #0b4778 58%, #0f6aa7 100%);
  color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  box-shadow: 0 30px 60px -42px rgba(2, 12, 27, 0.62);
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.hub-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hub-eyebrow {
  color: #bfdbfe;
}

.hub-title {
  margin: 0;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hub-summary {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  font-size: 17px;
}

.hub-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.hub-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(191, 219, 254, 0.18);
  color: #e0f2fe;
  font-weight: 700;
  font-size: 14px;
}

.hub-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.hub-stat-grid {
  display: grid;
  gap: 14px;
}

.hub-stat-card {
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(191, 219, 254, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hub-stat-label {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #bfdbfe;
  text-transform: uppercase;
}

.hub-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.1;
}

.hub-stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
}

.hub-grid,
.hub-mini-grid,
.hub-dual-grid {
  display: grid;
  gap: 16px;
}

.hub-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hub-mini-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hub-dual-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.hub-card,
.hub-mini-card {
  border-radius: 16px;
  border: 1px solid #dbe3ee;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  box-shadow: 0 22px 42px -34px rgba(15, 23, 42, 0.34);
}

.hub-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.hub-card h3,
.hub-mini-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.hub-card p,
.hub-mini-card p {
  margin: 0;
  color: #475569;
  line-height: 1.72;
}

.hub-card-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b4f84;
}

.hub-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.hub-card-cta {
  margin-top: auto;
  align-self: flex-start;
}

.hub-principles {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #334155;
}

.hub-principles li {
  line-height: 1.72;
}

.tool-landing h1 {
  margin-top: 0;
}

.tool-directory-grid,
.tool-copy-grid,
.tool-faq-list,
.tool-deep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.tool-directory-card h2,
.tool-directory-card h3 {
  margin-top: 0;
}

.tool-details-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}

.tool-deep-grid .mini-card ul,
.tool-faq-list .mini-card ul,
.tool-directory-card ul {
  padding-left: 18px;
}

.tool-result-card li,
.tool-copy-grid li,
.tool-faq-list li {
  line-height: 1.6;
}

.directory-hero h1 {
  margin-top: 0;
}

.directory-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.directory-stat-grid,
.directory-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.directory-stat-card,
.directory-feature-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(241, 245, 249, 0.88) 100%);
  box-shadow: 0 24px 44px -34px rgba(15, 23, 42, 0.45);
}

.directory-stat-card strong {
  display: block;
  margin: 8px 0 10px;
  font-size: 32px;
  line-height: 1;
  color: #0f172a;
}

.directory-stat-card p,
.directory-feature-card p {
  margin-bottom: 0;
}

.directory-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.directory-clear-link,
.cta-inline-link {
  color: #0b4f84;
  font-weight: 700;
}

.directory-results-header {
  margin-bottom: 16px;
}

.directory-title-tight {
  margin-top: 6px;
  margin-bottom: 8px;
}

.directory-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
  box-shadow: 0 28px 46px -36px rgba(15, 23, 42, 0.35);
}

.directory-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.directory-subtitle {
  margin: -4px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.directory-list-tight {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.6;
}

.directory-list-tight li + li {
  margin-top: 6px;
}

.directory-card-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
}

.directory-meta-link {
  color: #475569;
  font-size: 14px;
  word-break: break-word;
}

.mini-card {
  padding: 14px;
}

.mini-card h2 {
  margin-top: 0;
  font-size: 18px;
}

.code-block {
  margin: 14px 0 0;
  border-radius: 14px;
  border: 1px solid #c6d7ea;
  background: linear-gradient(160deg, #031a34 0%, #0a335f 100%);
  color: #e2f2ff;
  padding: 16px;
  overflow-x: auto;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 1.5;
}

.blueprint-table-wrap {
  margin-top: 14px;
  border-radius: 14px;
  border: 1px solid #d7e2ef;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 42px -34px rgba(15, 23, 42, 0.36);
}

.blueprint-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.blueprint-table thead {
  background: linear-gradient(130deg, #0b4f84 0%, #0f3a63 100%);
  color: #f8fbff;
}

.blueprint-table th,
.blueprint-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #e4edf6;
  text-align: left;
  vertical-align: top;
}

.blueprint-table tbody tr:nth-child(even) {
  background: #f9fbff;
}

.blueprint-table code {
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #0f172a;
  background: #eef5ff;
  padding: 2px 4px;
  border-radius: 6px;
}

textarea,
input,
select,
button {
  font: inherit;
}

textarea,
input,
select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px;
}

button {
  border: none;
  border-radius: 10px;
  background: #0f172a;
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

button:hover {
  opacity: 0.92;
}

.footer {
  margin-top: 36px;
  color: #64748b;
  font-size: 14px;
}

@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hub-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hub-title {
    font-size: 32px;
  }

  .hero-logo-panel {
    min-height: 0;
    justify-content: center;
    padding: 8px 0 0;
  }

  .hero-logo-panel::before {
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 306px);
    height: 116px;
  }

  .hero-logo-panel::after {
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 300px);
    height: 150px;
  }

  .article-header-surface h1 {
    font-size: 30px;
  }

  .nav {
    font-size: 14px;
    gap: 12px;
  }

  .header {
    gap: 10px;
    padding: 10px;
  }

  .header-top {
    flex-direction: column;
    align-items: stretch;
  }

  .global-search {
    min-width: 0;
    max-width: none;
  }

  .global-search button {
    width: auto;
  }

  .nav-dropdown-menu {
    position: static;
    margin-top: 8px;
  }

  .author-profile,
  .author-hero {
    grid-template-columns: 1fr;
  }

  .author-visual-shell {
    min-height: 0;
  }

  .author-photo,
  .author-avatar-fallback {
    height: min(120vw, 560px);
    min-height: 0;
  }

  .author-latest-item,
  .author-signature-card {
    grid-template-columns: 1fr;
  }

  .author-signature-header {
    flex-direction: column;
  }

  .tool-form-grid {
    grid-template-columns: 1fr;
  }

  .tool-result-header {
    flex-direction: column;
  }

  .pagination {
    justify-content: flex-start;
  }

  .home-section-heading {
    align-items: start;
  }

  .home-section-actions {
    justify-content: flex-start;
  }

  .hub-cta-row {
    align-items: stretch;
  }
}
