/* Remvx LLC — Updates, Changelog, Roadmap, Advisories content hubs */

body[data-page="updates"],
body[data-page="changelog"],
body[data-page="roadmap"],
body[data-page="security-advisories"],
body[data-page="security-advisory"],
body[data-page="search-console"],
body[data-page="bing-webmaster"],
body[data-page^="update-"] {
  background: #080808;
}

.content-hub-hero {
  padding: 6.5rem 0 2.5rem;
  border-bottom: 1px solid #1a1a1a;
}

.content-hub-hero__eyebrow {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #71717a;
  margin: 0 0 0.75rem;
}

.content-hub-hero__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fafafa;
  margin: 0;
}

.content-hub-hero__lead {
  margin: 1rem 0 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #a1a1aa;
}

.content-hub-layout {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0 4rem;
}

@media (min-width: 1024px) {
  .content-hub-layout {
    grid-template-columns: 14rem minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
  }
}

.content-hub-nav {
  position: sticky;
  top: 5.5rem;
}

.content-hub-nav a {
  display: block;
  font-size: 0.8125rem;
  color: #a1a1aa;
  padding: 0.35rem 0;
  transition: color 0.2s;
}

.content-hub-nav a:hover,
.content-hub-nav a.is-active {
  color: #fff;
}

.content-hub-nav__heading {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #52525b;
  margin: 0 0 0.5rem;
}

.content-hub-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.content-hub-search {
  flex: 1;
  min-width: 200px;
  max-width: 360px;
  padding: 0.6rem 0.85rem;
  border-radius: 0.55rem;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
  color: #fff;
  font-size: 0.875rem;
}

.content-hub-search::placeholder {
  color: #52525b;
}

.content-hub-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.content-hub-filter {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
  color: #a1a1aa;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.content-hub-filter:hover,
.content-hub-filter.is-active {
  border-color: rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.08);
}

.update-card-list {
  display: grid;
  gap: 1rem;
}

.update-card {
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 0.85rem;
  border: 1px solid #1f1f1f;
  background: linear-gradient(165deg, #0c0c0c, #070707);
  transition: border-color 0.2s, transform 0.2s;
}

.update-card:hover {
  border-color: rgba(239, 68, 68, 0.3);
  transform: translateY(-2px);
}

.update-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.update-card__date {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  color: #71717a;
}

.update-card__cat {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid #2a2a2a;
  color: #a1a1aa;
}

.update-card__title {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.update-card__title a {
  color: inherit;
  text-decoration: none;
}

.update-card__title a:hover {
  color: #fca5a5;
}

.update-card__summary {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #a1a1aa;
  margin: 0;
}

.content-hub-pagination {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.content-hub-pagination a,
.content-hub-pagination span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.75rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.45rem;
  border: 1px solid #2a2a2a;
  color: #a1a1aa;
  text-decoration: none;
}

.content-hub-pagination a:hover {
  border-color: rgba(239, 68, 68, 0.35);
  color: #fff;
}

.content-hub-pagination .is-current {
  border-color: rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.08);
}

.content-hub-count {
  font-size: 0.8125rem;
  color: #71717a;
  margin: 0.5rem 0 0;
}

.content-hub-page-btn {
  border: 1px solid #27272a;
  background: #0a0a0a;
  color: #a1a1aa;
  border-radius: 8px;
  padding: 0.35rem 0.65rem;
  font-size: 0.8125rem;
  cursor: pointer;
}

.content-hub-page-btn:hover {
  color: #fff;
  border-color: #3f3f46;
}

.content-hub-page-total {
  color: #52525b;
  font-size: 0.8125rem;
}

.update-article__hero {
  margin: 0 0 1.75rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #27272a;
}

.update-article__hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* Article prose */
.update-article {
  max-width: 46rem;
}

.update-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  color: #71717a;
}

.update-article h1 {
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1rem;
}

.update-article__summary {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #d4d4d8;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1f1f1f;
}

.update-article__body h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 2rem 0 0.75rem;
}

.update-article__body p,
.update-article__body li {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #a1a1aa;
}

.update-article__body ul {
  margin: 0.75rem 0 1.25rem;
  padding-left: 1.25rem;
}

.update-article__body a {
  color: #fca5a5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.update-article__links {
  margin-top: 2.5rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #222;
  background: #0a0a0a;
}

.update-article__links h3 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #71717a;
  margin: 0 0 0.75rem;
}

.update-article__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

/* Roadmap */
.roadmap-columns {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .roadmap-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

.roadmap-col {
  border-radius: 1rem;
  border: 1px solid #1f1f1f;
  background: #0a0a0a;
  overflow: hidden;
}

.roadmap-col__head {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid #1f1f1f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.roadmap-col--now .roadmap-col__head { color: #86efac; background: rgba(74, 222, 128, 0.06); }
.roadmap-col--next .roadmap-col__head { color: #93c5fd; background: rgba(59, 130, 246, 0.06); }
.roadmap-col--future .roadmap-col__head { color: #a1a1aa; background: rgba(255, 255, 255, 0.02); }

.roadmap-item {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.roadmap-item:last-child {
  border-bottom: none;
}

.roadmap-item h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.35rem;
}

.roadmap-item p {
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #71717a;
  margin: 0;
}

.roadmap-item__status {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid #2a2a2a;
  color: #a1a1aa;
}

.roadmap-item__status--active {
  border-color: rgba(74, 222, 128, 0.3);
  color: #86efac;
}

.roadmap-item__status--planned {
  border-color: rgba(251, 191, 36, 0.3);
  color: #fcd34d;
}

/* Advisories */
.advisory-status {
  padding: 1.25rem 1.35rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(74, 222, 128, 0.25);
  background: rgba(74, 222, 128, 0.06);
  margin-bottom: 1.5rem;
}

.advisory-status strong {
  display: block;
  color: #86efac;
  font-size: 0.9375rem;
  margin-bottom: 0.35rem;
}

.advisory-status p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #a1a1aa;
}

.advisory-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.advisory-table th,
.advisory-table td {
  text-align: left;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid #1f1f1f;
}

.advisory-table th {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #52525b;
}

/* Company trust block */
.trust-company-block {
  margin-top: 2.5rem;
  padding: 1.35rem;
  border-radius: 0.85rem;
  border: 1px solid #222;
  background: #0a0a0a;
}

.trust-company-block h2 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.75rem;
}

.trust-company-block p,
.trust-company-block a {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #a1a1aa;
}
