:root {
  --pc-bg: #f5f8ff;
  --pc-surface: #ffffff;
  --pc-soft: #f0f3ff;
  --pc-soft-2: #e7eefe;
  --pc-text: #151c27;
  --pc-muted: #434654;
  --pc-border: #d7dbea;
  --pc-primary: #003fb1;
  --pc-primary-2: #1a56db;
  --pc-cyan: #06b6d4;
  --pc-violet: #7c3aed;
  --pc-green-bg: #dff8ea;
  --pc-green: #006c49;
  --pc-amber-bg: #fff0d8;
  --pc-amber: #895600;
  --pc-red-bg: #ffdad6;
  --pc-red: #ba1a1a;
  --pc-radius: 8px;
  --pc-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.05);
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(6, 182, 212, 0.12), transparent 30rem),
    radial-gradient(circle at 90% 12%, rgba(124, 58, 237, 0.1), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0%, var(--pc-bg) 42%, #ffffff 100%);
}

.home .entry-title {
  display: none;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pc-container,
.pc-main,
.entry-content > .pc-home-table,
.entry-content > .pc-hero,
.entry-content > .pc-section,
.entry-content > .pc-warning {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pc-main {
  padding-block: 48px;
}

.pc-page-header {
  margin-bottom: 28px;
}

.pc-page-header h1,
.pc-hero h1,
.pc-single-header h1 {
  color: var(--pc-text);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.pc-page-header h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.pc-page-header p,
.pc-hero p,
.pc-section-heading p,
.pc-single-header p {
  color: var(--pc-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.pc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
  padding-block: 88px 56px;
  position: relative;
}

.pc-hero::before {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.14), rgba(124, 58, 237, 0.11));
  border-radius: 999px;
  content: "";
  filter: blur(28px);
  height: 150px;
  left: -40px;
  opacity: 0.8;
  position: absolute;
  top: 48px;
  width: 320px;
  z-index: -1;
}

.pc-hero-copy {
  display: grid;
  gap: 20px;
}

.pc-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4rem);
}

.pc-hero p {
  max-width: 720px;
  margin: 0;
}

.pc-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid var(--pc-border);
  border-radius: 999px;
  background: var(--pc-soft);
  color: var(--pc-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 12px;
  text-transform: uppercase;
}

.pc-hero-actions,
.pc-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pc-button {
  appearance: none;
  border: 1px solid var(--pc-primary-2);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--pc-primary-2), #1742b2);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(26, 86, 219, 0.18);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ast-single-post .entry-content .pc-button,
.ast-single-post .entry-content .pc-dashboard-item,
.ast-single-post .entry-content .pc-title-link,
.ast-single-post .entry-content .pc-link-chips a {
  text-decoration: none;
}

.ast-single-post .entry-content .pc-button *,
.ast-single-post .entry-content .pc-dashboard-item *,
.ast-single-post .entry-content .pc-title-link *,
.ast-single-post .entry-content .pc-link-chips a * {
  text-decoration: none;
}

.pc-button:hover {
  background: linear-gradient(135deg, var(--pc-primary), #12358f);
  border-color: var(--pc-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(26, 86, 219, 0.24);
  transform: translateY(-1px);
}

.pc-button:disabled {
  background: #cbd5e1;
  border-color: #cbd5e1;
  color: #475569;
  cursor: not-allowed;
  transform: none;
}

.pc-button-secondary {
  background: #fff;
  color: var(--pc-primary);
  border-color: var(--pc-border);
  box-shadow: none;
}

.pc-button-secondary:hover {
  background: var(--pc-soft);
  color: var(--pc-primary);
  border-color: var(--pc-border);
}

.pc-button-small {
  min-height: 36px;
  padding: 8px 12px;
  white-space: nowrap;
}

.pc-button-wide {
  width: 100%;
  margin-top: 8px;
}

.pc-hero-panel {
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.86)),
    radial-gradient(circle at 18% 18%, rgba(6, 182, 212, 0.18), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(124, 58, 237, 0.16), transparent 30%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  padding: 32px;
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 16px;
}

.pc-hero-panel > span {
  color: var(--pc-primary);
  font-weight: 700;
  font-size: 1.1rem;
}

.pc-hero-panel p {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--pc-border);
  border-radius: 6px;
  margin: 8px 0 0;
  padding: 14px;
  font-size: 0.95rem;
}

.pc-panel-row {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.pc-panel-row strong {
  color: var(--pc-muted);
}

.pc-panel-row em {
  color: var(--pc-primary);
  font-style: normal;
  font-weight: 800;
}

.pc-panel-meter {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce2f3;
}

.pc-panel-meter i {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: var(--pc-green);
}

.pc-section {
  padding-block: 54px;
}

.pc-section-heading {
  margin-bottom: 22px;
}

.pc-section-heading h2,
.pc-detail-section h2 {
  margin: 0 0 8px;
  color: var(--pc-text);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0;
}

.pc-help {
  background: var(--pc-soft);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  margin-block: 56px 72px;
  padding: 38px;
}

.pc-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pc-help-grid article,
.pc-detail-card,
.pc-action-panel,
.pc-ai-box,
.pc-warning,
.pc-disclaimer,
.pc-filters {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
}

.pc-help-grid article {
  padding: 20px;
}

.pc-help-grid h3 {
  color: var(--pc-text);
  font-size: 1rem;
  margin: 0 0 8px;
}

.pc-help-grid p {
  color: var(--pc-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.pc-warning,
.pc-disclaimer {
  color: var(--pc-muted);
  line-height: 1.6;
  padding: 18px 20px;
}

.pc-warning {
  border-left: 4px solid var(--pc-amber);
}

.pc-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.pc-auction-table {
  width: 100%;
  min-width: 1020px;
  border-collapse: separate;
  border-spacing: 0 14px;
  font-size: 0.94rem;
}

.pc-auction-table th {
  background: transparent;
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 8px 18px;
  text-align: left;
  text-transform: uppercase;
}

.pc-auction-table td {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--pc-border);
  border-top: 1px solid var(--pc-border);
  color: var(--pc-text);
  padding: 18px;
  vertical-align: middle;
}

.pc-auction-table td:first-child {
  border-left: 1px solid var(--pc-border);
  border-radius: 16px 0 0 16px;
  min-width: 280px;
}

.pc-auction-table td:last-child {
  border-radius: 0 16px 16px 0;
  border-right: 1px solid var(--pc-border);
}

.pc-auction-table tr {
  transition: filter 160ms ease, transform 160ms ease;
}

.pc-auction-table tr:hover {
  filter: drop-shadow(0 16px 30px rgba(15, 23, 42, 0.09));
  transform: translateY(-2px);
}

.pc-auction-table td:first-child span {
  display: block;
  color: var(--pc-muted);
  font-size: 0.85rem;
  margin-top: 4px;
}

.pc-auction-table td span {
  color: var(--pc-muted);
  display: block;
  font-size: 0.85rem;
  line-height: 1.4;
}

.pc-row-badges,
.pc-score-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.pc-amount-stack {
  display: grid;
  gap: 8px;
}

.pc-amount-stack span {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 190px;
}

.pc-amount-stack em {
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.pc-amount-stack strong,
.pc-auction-table td[data-label="Fecha"] strong,
.pc-auction-table td[data-label="Ubicación"] strong {
  color: var(--pc-text);
  display: block;
  font-weight: 800;
}

.pc-title-link {
  color: var(--pc-text);
  font-weight: 750;
  text-decoration: none;
}

.pc-title-link:hover {
  color: var(--pc-primary);
}

.pc-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid var(--pc-border);
  border-radius: 999px;
  background: rgba(240, 243, 255, 0.88);
  color: var(--pc-primary);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  padding: 5px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.pc-badge:hover {
  transform: translateY(-1px);
}

.pc-badge-riesgo-bajo,
.pc-badge-riesgo-0-100,
.pc-badge-riesgo-10-100,
.pc-badge-riesgo-20-100,
.pc-badge-riesgo-30-100,
.pc-badge-risk-level.pc-badge-riesgo-bajo,
.pc-badge-potencial-alto,
.pc-badge-activa,
.pc-badge-analizada-por-ia {
  background: var(--pc-green-bg);
  border-color: #a8eac5;
  color: var(--pc-green);
}

.pc-badge-riesgo-medio,
.pc-badge-risk-level.pc-badge-riesgo-medio,
.pc-badge-potencial-medio,
.pc-badge-finaliza-pronto,
.pc-badge-termina-pronto,
.pc-badge-pendiente-de-analisis,
.pc-badge-requiere-revision,
.pc-badge-datos-incompletos {
  background: var(--pc-amber-bg);
  border-color: #ffd8a8;
  color: var(--pc-amber);
}

.pc-badge-riesgo-alto,
.pc-badge-risk-level.pc-badge-riesgo-alto,
.pc-badge-potencial-bajo,
.pc-badge-finalizada,
.pc-badge-descartada,
.pc-badge-error-de-importacion {
  background: var(--pc-red-bg);
  border-color: #ffc2bc;
  color: var(--pc-red);
}

.pc-directory {
  display: grid;
  gap: 18px;
}

.pc-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(6, minmax(120px, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(6, 182, 212, 0.08), transparent 24rem);
  border-radius: 18px;
  padding: 18px;
}

.pc-filter-main {
  min-width: 220px;
}

.pc-filters label {
  display: block;
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pc-filters input,
.pc-filters select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--pc-border);
  border-radius: 6px;
  background: #fff;
  color: var(--pc-text);
  padding: 9px 10px;
}

.pc-filter-check {
  align-items: center;
  align-self: center;
  display: inline-flex;
  gap: 8px;
  margin: 0;
  min-height: 42px;
  text-transform: none;
}

.pc-filter-check input {
  min-height: auto;
  width: auto;
}

.pc-results-count {
  color: var(--pc-muted);
}

.pc-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.pc-pagination a {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pc-border);
  border-radius: 6px;
  background: #fff;
  color: var(--pc-text);
  font-weight: 700;
  text-decoration: none;
}

.pc-pagination a.is-active {
  background: var(--pc-primary);
  border-color: var(--pc-primary);
  color: #fff;
}

.pc-single {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-block: 32px 56px;
}

.pc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--pc-muted);
  font-size: 0.86rem;
  margin-bottom: 22px;
}

.pc-breadcrumb a {
  color: var(--pc-primary);
  text-decoration: none;
}

.pc-single-header {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.pc-single-header h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin: 0;
}

.pc-location {
  margin: 0;
}

.pc-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
  overflow: visible;
}

.pc-single-main {
  display: grid;
  gap: 24px;
}

.pc-single-aside {
  align-self: flex-start;
  position: sticky;
  top: 112px;
  z-index: 2;
}

.pc-action-panel {
  display: grid;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(6, 182, 212, 0.12), transparent 18rem);
  border-radius: 18px;
  padding: 22px;
}

.pc-fact {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--pc-border);
  padding-bottom: 12px;
}

.pc-fact span {
  color: var(--pc-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.pc-tooltip-trigger {
  color: var(--pc-border);
  cursor: help;
  display: inline-flex;
  position: relative;
}

.pc-tooltip-trigger:hover {
  color: var(--pc-primary);
}

.pc-tooltip-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pc-text);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  width: 240px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.pc-tooltip-trigger::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--pc-text);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
  pointer-events: none;
}

.pc-tooltip-trigger:hover::after,
.pc-tooltip-trigger:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

.pc-fact strong {
  color: var(--pc-text);
  text-align: right;
}

.pc-ai-box {
  border-left: 4px solid var(--pc-primary);
  background: var(--pc-soft);
  padding: 22px;
}

.pc-key-data,
.pc-analysis-section,
.pc-risk-section,
.pc-technical-details,
.pc-takeaways article {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  padding: 24px;
}

.pc-takeaways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pc-takeaways article {
  background:
    linear-gradient(180deg, #fff, #f8fbff),
    radial-gradient(circle at 0 0, rgba(6, 182, 212, 0.1), transparent 14rem);
}

.pc-takeaways span {
  color: var(--pc-primary);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pc-takeaways p {
  color: var(--pc-muted);
  line-height: 1.62;
  margin: 0;
}

.pc-pro-take {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(124, 58, 237, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 10px;
  color: var(--pc-muted);
  line-height: 1.65;
  padding: 14px 16px;
}

.pc-pro-take strong {
  color: var(--pc-text);
}

.pc-key-data .pc-detail-grid,
.pc-technical-details .pc-detail-grid {
  margin-top: 0;
}

.pc-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pc-rich-text {
  color: var(--pc-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.pc-rich-text p,
.pc-legal-warning p {
  margin: 0 0 1em;
}

.pc-rich-text p:last-child,
.pc-legal-warning p:last-child {
  margin-bottom: 0;
}

.pc-list-block {
  margin-top: 16px;
}

.pc-list-block h3 {
  color: var(--pc-text);
  font-size: 1rem;
  margin: 0 0 10px;
}

.pc-list-block ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-list-block li {
  border: 1px solid var(--pc-border);
  border-radius: 6px;
  color: var(--pc-muted);
  line-height: 1.55;
  padding: 10px 12px;
}

.pc-list-positive li {
  background: #f1fbf5;
  border-color: #bcefd1;
}

.pc-list-warning li,
.pc-list-missing li,
.pc-inline-warning,
.pc-legal-warning {
  background: #fff8ed;
  border-color: #ffd8a8;
}

.pc-list-checks li {
  background: var(--pc-soft);
}

.pc-inline-warning,
.pc-legal-warning {
  border: 1px solid #ffd8a8;
  border-radius: 6px;
  color: var(--pc-muted);
  line-height: 1.6;
  margin-top: 12px;
  padding: 12px 14px;
}

.pc-technical-details summary {
  color: var(--pc-text);
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
}

.pc-technical-details[open] summary {
  margin-bottom: 14px;
}

.pc-prudent-notice {
  border-left: 4px solid var(--pc-primary);
}

.pc-ai-box span {
  color: var(--pc-primary);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.pc-ai-box h2 {
  color: var(--pc-primary);
  margin: 0 0 8px;
}

.pc-ai-box p {
  color: var(--pc-muted);
  line-height: 1.65;
  margin: 0;
}

.pc-detail-section {
  display: grid;
  gap: 12px;
}

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

.pc-detail-card {
  padding: 18px;
}

.pc-detail-card span {
  color: var(--pc-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.pc-detail-card strong {
  color: var(--pc-text);
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.pc-description-section {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  padding: 24px;
}

.pc-description-content {
  color: var(--pc-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.pc-description-content p {
  margin: 0 0 1.2em;
}

.pc-description-content p:last-child {
  margin-bottom: 0;
}

.pc-empty {
  margin: 0;
  padding: 18px;
}

.pc-footer-disclaimer {
  display: none;
}

body {
  color: var(--pc-text);
}

.ast-plain-container,
.ast-page-builder-template,
.site-content,
.site {
  background: transparent;
}

.site-header,
#masthead,
.ast-main-header-wrap,
.site-primary-header-wrap,
.ast-primary-header-bar,
.ast-builder-grid-row-container {
  background: #fff;
}

.site-header,
#masthead {
  border-inline: 0;
  overflow: visible;
}

.ast-builder-grid-row-container {
  border-inline: 0;
  box-shadow: none;
}

.site-primary-header-wrap {
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 1px 0 rgba(215, 219, 234, 0.72);
  transition: box-shadow 180ms ease;
}

.site-header .site-primary-header-wrap.ast-container {
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
  width: 100%;
}

.ast-primary-header-bar {
  background: #fff;
  min-height: 76px;
  transition: min-height 180ms ease;
}

.ast-builder-grid-row {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 16px;
}

.site-branding .site-title,
.site-branding .site-description {
  display: none;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.custom-logo-link img.custom-logo {
  width: auto;
  max-height: 64px;
  transition: max-height 180ms ease;
}

.ast-desktop .main-header-menu > .menu-item > .menu-link,
.ast-desktop .main-header-menu > .menu-item > .ast-menu-toggle {
  color: var(--pc-muted);
  font-size: 0.98rem;
  font-weight: 700;
  min-height: 76px;
  padding-inline: 0.9rem;
  transition: color 160ms ease, min-height 180ms ease;
}

.ast-desktop .main-header-menu > .menu-item.current-menu-item > .menu-link,
.ast-desktop .main-header-menu > .menu-item > .menu-link:hover,
.ast-desktop .main-header-menu > .menu-item > .menu-link:focus {
  color: var(--pc-primary-2);
}

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background: #fff;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link,
.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
  background: #fff;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link {
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
  min-height: 48px;
}

.site-content > .ast-container,
.ast-page-builder-template .site-content > .ast-container {
  max-width: 100%;
}

.ast-plain-container.ast-no-sidebar #primary,
.ast-page-builder-template #primary {
  margin-top: 0;
  margin-bottom: 0;
}

.page .entry-header {
  display: none;
}

.home.page .entry-header {
  display: none;
}

.entry-content[ast-blocks-layout] > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}

.site-footer {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-top: 1px solid rgba(21, 94, 239, 0.14);
}

.site-primary-footer-wrap {
  background: transparent;
}

.site-primary-footer-wrap .ast-builder-grid-row {
  max-width: 1180px;
  padding-block: 34px 26px;
}

.ast-footer-copyright {
  width: 100%;
  color: var(--pc-muted);
  font-size: 0.9rem;
  text-align: left;
}

.ast-footer-copyright p {
  margin: 0;
}

.pc-footer-inner {
  display: grid;
  gap: 20px;
  width: 100%;
}

.pc-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.pc-footer-brand-block {
  display: grid;
  gap: 10px;
  max-width: 720px;
}

.pc-footer-bottom {
  border-top: 1px solid rgba(21, 94, 239, 0.12);
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.pc-footer-note {
  max-width: 860px;
  color: var(--pc-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.pc-footer-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.pc-footer-links a {
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #344054;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1;
  padding: 10px 12px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.pc-footer-links a:hover,
.pc-footer-links .current-menu-item > a {
  border-color: rgba(21, 94, 239, 0.28);
  color: var(--pc-primary-2);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
  transform: translateY(-1px);
}

.pc-footer-brand {
  color: #0f172a;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0;
}

.pc-footer-tagline {
  color: #46556a;
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 620px;
}

.pc-footer-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pc-footer-signals span {
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--pc-primary);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  padding: 6px 9px;
}

.pc-footer-legal {
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.58;
  max-width: 1120px;
  padding-top: 0;
}

.pc-home-table {
  margin-block: 0 56px;
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 48%, #ffffff 100%);
}

.single-subasta .entry-header,
.single-subasta .post-navigation {
  display: none;
}

.pc-hero::before {
  display: none;
}

.pc-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.72fr);
  gap: 56px;
  padding-block: 76px 34px;
}

.pc-kicker {
  background: #f4f8ff;
  color: #0b4cbd;
  text-transform: none;
}

.pc-hero h1 {
  font-size: clamp(2.4rem, 5.4vw, 4.25rem);
  max-width: 820px;
}

.pc-hero-dashboard {
  align-self: stretch;
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.pc-dashboard-head {
  display: grid;
  gap: 5px;
}

.pc-dashboard-head span,
.pc-metric span {
  color: var(--pc-primary);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pc-dashboard-head strong {
  color: var(--pc-text);
  font-size: 1.35rem;
}

.pc-dashboard-list {
  display: grid;
  gap: 10px;
}

.pc-dashboard-item {
  background: #f8fafc;
  border: 1px solid var(--pc-border);
  border-radius: 14px;
  color: var(--pc-text);
  display: grid;
  gap: 4px;
  padding: 14px;
  text-decoration: none;
}

.pc-dashboard-item:hover {
  border-color: #b9c6dc;
  color: var(--pc-text);
}

.pc-dashboard-item span {
  font-weight: 800;
  line-height: 1.3;
}

.pc-dashboard-item small {
  color: var(--pc-muted);
  font-size: 0.82rem;
}

.pc-dashboard-item strong {
  color: var(--pc-primary);
  font-size: 1rem;
}

.pc-dashboard-foot {
  border-top: 1px solid var(--pc-border);
  color: var(--pc-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 10px;
  justify-content: space-between;
  padding-top: 14px;
}

.pc-metrics {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pc-metric {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  box-shadow: var(--pc-shadow);
  display: grid;
  gap: 8px;
  min-height: 108px;
  padding: 20px;
}

.pc-metric strong {
  color: var(--pc-text);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.pc-auction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pc-auction-card {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 14px;
  padding: 22px;
}

.pc-auction-card h3 {
  font-size: 1.18rem;
  line-height: 1.3;
  margin: 0;
}

.pc-card-badges,
.pc-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pc-card-location {
  color: var(--pc-text);
  font-weight: 750;
  margin: 0;
}

.pc-card-meta {
  color: var(--pc-muted);
  font-size: 0.88rem;
  justify-content: space-between;
}

.pc-card-amounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pc-card-amounts div {
  background: #f8fafc;
  border: 1px solid #e1e7f0;
  border-radius: 12px;
  padding: 12px;
}

.pc-card-amounts span {
  color: var(--pc-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pc-card-amounts strong {
  color: var(--pc-text);
  display: block;
  font-size: 1rem;
}

.pc-auction-card .pc-button {
  justify-self: start;
}

.pc-help {
  background: #f6f9ff;
  border-radius: 20px;
}

.pc-seo-band {
  background: #fff;
  border-block: 1px solid var(--pc-border);
  margin-block: 42px;
  padding-block: 46px;
}

.pc-seo-band > div {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
}

.pc-seo-band h2 {
  color: var(--pc-text);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.16;
  margin: 0;
}

.pc-seo-band p,
.pc-legal-band p {
  color: var(--pc-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.pc-link-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pc-link-chips a {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 999px;
  color: var(--pc-primary);
  font-size: 0.9rem;
  font-weight: 750;
  padding: 8px 12px;
  text-decoration: none;
}

.pc-legal-band {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 64px;
  background: #fff8ed;
  border: 1px solid #ffd8a8;
  border-radius: 18px;
  padding: 22px;
}

.pc-section-kicker {
  color: var(--pc-primary);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.pc-intent-section {
  padding-block: 42px 26px;
}

.pc-intent-grid,
.pc-process-grid,
.pc-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pc-intent-grid article,
.pc-process-grid article,
.pc-check-grid div {
  background: #fff;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.055);
  display: grid;
  gap: 8px;
  min-height: 214px;
  padding: 18px;
}

.pc-intent-grid span,
.pc-process-grid span,
.pc-guide-layout aside span {
  color: var(--pc-primary);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-intent-grid h3,
.pc-process-grid h3,
.pc-check-grid strong {
  color: var(--pc-text);
  font-size: 1.02rem;
  line-height: 1.28;
  margin: 0;
}

.pc-intent-grid p,
.pc-process-grid p,
.pc-check-grid p,
.pc-guide-preview p,
.pc-content-hero p,
.pc-guide-steps p,
.pc-beginner-cta p {
  color: var(--pc-muted);
  font-size: 0.96rem;
  line-height: 1.62;
  margin: 0;
}

.pc-guide-preview {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 255, 0.92));
  border-block: 1px solid rgba(21, 94, 239, 0.12);
  margin-block: 34px 42px;
}

.pc-guide-preview > div {
  display: grid;
  gap: 18px;
  margin-inline: auto;
  width: min(1180px, calc(100% - 40px));
}

.pc-guide-preview h2,
.pc-content-hero h1,
.pc-beginner-cta h2 {
  color: var(--pc-text);
  line-height: 1.12;
  margin: 0;
}

.pc-guide-preview h2,
.pc-beginner-cta h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.pc-guide-list,
.pc-guide-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pc-guide-list span,
.pc-guide-checklist span {
  background: #fff;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 8px;
  color: #344054;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  padding: 11px 12px;
}

.pc-content-hero {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  padding-block: 76px 32px;
  width: min(980px, calc(100% - 40px));
}

.pc-content-hero h1 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  letter-spacing: 0;
}

.pc-content-hero p {
  font-size: 1.12rem;
}

.pc-process-section,
.pc-check-section,
.pc-guide-layout,
.pc-beginner-cta {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pc-process-grid article {
  min-height: 238px;
}

.pc-process-grid span {
  align-items: center;
  background: #eef5ff;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 8px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 42px;
}

.pc-check-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
}

.pc-check-copy {
  display: grid;
  gap: 12px;
}

.pc-check-copy h2 {
  color: var(--pc-text);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.14;
  margin: 0;
}

.pc-check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pc-check-grid div {
  min-height: 156px;
}

.pc-guide-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.pc-guide-layout aside {
  background: #fff;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.055);
  display: grid;
  gap: 8px;
  padding: 16px;
  position: sticky;
  top: 92px;
}

.pc-guide-layout aside a {
  border-radius: 8px;
  color: var(--pc-muted);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.3;
  padding: 9px 10px;
  text-decoration: none;
}

.pc-guide-layout aside a:hover {
  background: #eef5ff;
  color: var(--pc-primary);
}

.pc-guide-steps {
  display: grid;
  gap: 14px;
}

.pc-guide-steps article {
  background: #fff;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.055);
  display: grid;
  gap: 10px;
  padding: 22px;
}

.pc-guide-steps h2 {
  color: var(--pc-text);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  line-height: 1.22;
  margin: 0;
}

.pc-beginner-cta {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  margin-bottom: 42px;
  padding: 24px;
}

/* SaaS product polish */
:root {
  --pc-bg: #f6f8fc;
  --pc-surface: #ffffff;
  --pc-soft: #eef5ff;
  --pc-soft-2: #e8f7f4;
  --pc-text: #111827;
  --pc-muted: #4b5567;
  --pc-border: #dce4f2;
  --pc-primary: #0046c7;
  --pc-primary-2: #155eef;
  --pc-cyan: #00a6b4;
  --pc-violet: #6d5dfc;
  --pc-green: #007a52;
  --pc-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

body {
  background:
    linear-gradient(90deg, rgba(0, 70, 199, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 166, 180, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 48%, #ffffff 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.pc-hero {
  gap: 64px;
  padding-block: 82px 38px;
}

.pc-hero-copy {
  gap: 22px;
}

.pc-kicker {
  border-color: rgba(21, 94, 239, 0.24);
  background: linear-gradient(135deg, #f7fbff, #eef6ff);
  box-shadow: 0 10px 28px rgba(21, 94, 239, 0.08);
}

.pc-hero h1 {
  font-size: clamp(2.55rem, 5.65vw, 4.65rem);
  letter-spacing: 0;
}

.pc-hero p {
  color: #3f495c;
  font-size: 1.1rem;
}

.pc-button {
  border-radius: 10px;
  background: linear-gradient(135deg, #155eef, #003fb1 62%, #00a6b4);
  box-shadow: 0 16px 34px rgba(21, 94, 239, 0.24);
}

.pc-button-secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--pc-primary);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.pc-hero-dashboard {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 94, 239, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    linear-gradient(135deg, rgba(0, 70, 199, 0.1), rgba(0, 166, 180, 0.1));
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.13);
  isolation: isolate;
}

.pc-hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 70, 199, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 166, 180, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

.pc-dashboard-head span,
.pc-metric span {
  letter-spacing: 0.04em;
}

.pc-dashboard-head strong {
  font-size: 1.45rem;
  letter-spacing: 0;
}

.pc-dashboard-item {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 94, 239, 0.18);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transform: translateZ(0);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pc-dashboard-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--pc-primary-2), var(--pc-cyan));
}

.pc-dashboard-item:hover {
  border-color: rgba(21, 94, 239, 0.42);
  box-shadow: 0 18px 36px rgba(21, 94, 239, 0.12);
  transform: translateY(-2px);
}

.pc-dashboard-foot {
  color: #3e4858;
}

.pc-metrics {
  gap: 16px;
}

.pc-metric {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 94, 239, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f9fbff);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.pc-metric::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pc-primary-2), var(--pc-cyan));
  opacity: 0.45;
}

.pc-section {
  padding-block: 62px 30px;
}

.pc-section-heading h2,
.pc-page-header h1 {
  letter-spacing: 0;
}

.pc-section-heading p,
.pc-page-header p {
  max-width: 760px;
}

.pc-directory {
  gap: 22px;
}

.pc-page-header {
  border: 1px solid rgba(21, 94, 239, 0.15);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.88)),
    linear-gradient(90deg, rgba(0, 70, 199, 0.08), rgba(0, 166, 180, 0.08));
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
  padding: 32px;
}

.pc-page-header h1 {
  margin-bottom: 10px;
}

.pc-filters {
  grid-template-columns: minmax(260px, 1.35fr) repeat(5, minmax(120px, 1fr));
  border-color: rgba(21, 94, 239, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    linear-gradient(90deg, rgba(0, 70, 199, 0.06), rgba(0, 166, 180, 0.06));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  padding: 20px;
}

.pc-filters label {
  color: #344054;
  letter-spacing: 0.035em;
}

.pc-filters input,
.pc-filters select {
  border-color: rgba(21, 94, 239, 0.16);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pc-filters .pc-filter-check {
  align-self: stretch;
  display: flex;
  align-items: center;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #344054;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 42px;
  padding: 9px 10px;
  text-transform: none;
}

.pc-filters .pc-filter-check input {
  accent-color: var(--pc-primary-2);
  margin: 0;
}

.pc-filters > .pc-button {
  width: 100%;
}

.pc-results-count {
  justify-self: start;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  padding: 8px 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.pc-table-wrap {
  overflow: visible;
}

.pc-auction-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  perspective: 1200px;
}

.pc-auction-card {
  position: relative;
  overflow: hidden;
  align-content: start;
  border-color: rgba(21, 94, 239, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    linear-gradient(135deg, rgba(21, 94, 239, 0.08), rgba(0, 166, 180, 0.07));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  gap: 16px;
  padding: 24px;
  transform: translateY(0) rotateX(0);
  animation: pc-rise 520ms ease both;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pc-auction-card:nth-child(2) {
  animation-delay: 70ms;
}

.pc-auction-card:nth-child(3) {
  animation-delay: 140ms;
}

.pc-auction-card:nth-child(4) {
  animation-delay: 210ms;
}

.pc-auction-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--pc-primary-2), var(--pc-cyan), #28c76f);
}

.pc-auction-card::after {
  content: "";
  position: absolute;
  inset: 5px 0 auto;
  height: 86px;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, 0.08), transparent 45%),
    linear-gradient(135deg, rgba(0, 166, 180, 0.1), transparent 48%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.pc-auction-card:hover {
  border-color: rgba(21, 94, 239, 0.34);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
  transform: translateY(-5px) rotateX(1deg);
}

.pc-auction-card:hover::after {
  opacity: 1;
}

.pc-card-badges,
.pc-auction-card h3,
.pc-card-location,
.pc-card-meta,
.pc-card-amounts,
.pc-score-stack,
.pc-auction-card .pc-button {
  position: relative;
  z-index: 1;
}

.pc-card-badges {
  align-items: center;
  gap: 8px;
}

.pc-badge {
  border-color: rgba(21, 94, 239, 0.16);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
}

.pc-auction-card h3 {
  max-width: 94%;
  font-size: clamp(1.16rem, 1.5vw, 1.38rem);
  letter-spacing: 0;
}

.pc-title-link {
  color: #101828;
}

.pc-card-location {
  color: #182230;
  font-size: 0.96rem;
  letter-spacing: 0.015em;
}

.pc-card-meta {
  align-items: center;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  padding: 10px 12px;
}

.pc-card-meta span:last-child {
  color: #182230;
  font-weight: 750;
}

.pc-card-amounts {
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 16px;
  background: rgba(244, 248, 255, 0.9);
  gap: 0;
}

.pc-card-amounts div {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 15px;
}

.pc-card-amounts div + div {
  border-left: 1px solid rgba(21, 94, 239, 0.12);
}

.pc-card-amounts span {
  color: #596579;
  letter-spacing: 0.035em;
}

.pc-card-amounts strong {
  color: #0f172a;
  font-size: 1.08rem;
}

.pc-score-stack {
  align-items: center;
  margin-top: 0;
}

.pc-auction-card .pc-button {
  justify-self: start;
  min-height: 40px;
  padding-inline: 15px;
}

.pc-help {
  border-color: rgba(21, 94, 239, 0.15);
  background:
    linear-gradient(180deg, #f7fbff, #eef5ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.pc-help-grid article {
  border-color: rgba(21, 94, 239, 0.14);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.pc-seo-band {
  border-color: rgba(21, 94, 239, 0.12);
  background: transparent;
}

.pc-link-chips a {
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

/* Data-product auction list */
.pc-table-wrap {
  overflow: visible;
}

.pc-auction-list {
  display: grid;
  gap: 8px;
}

.pc-auction-list-head,
.pc-auction-row {
  display: grid;
  grid-template-columns:
    minmax(230px, 1.38fr)
    minmax(132px, 0.78fr)
    minmax(150px, 0.88fr)
    minmax(126px, 0.72fr)
    minmax(142px, 0.78fr)
    minmax(124px, 0.72fr)
    minmax(112px, 0.64fr)
    minmax(96px, 0.48fr);
  gap: 0;
  align-items: center;
}

.pc-auction-list-head {
  color: #667085;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  padding: 0 18px 4px;
  text-transform: uppercase;
}

.pc-auction-row {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    linear-gradient(90deg, rgba(21, 94, 239, 0.045), rgba(0, 166, 180, 0.035));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
  animation: pc-rise 460ms ease both;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pc-auction-row:nth-child(3) {
  animation-delay: 45ms;
}

.pc-auction-row:nth-child(4) {
  animation-delay: 90ms;
}

.pc-auction-row:nth-child(5) {
  animation-delay: 135ms;
}

.pc-auction-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--pc-primary-2), var(--pc-cyan), #28c76f);
}

.pc-auction-row:hover {
  border-color: rgba(21, 94, 239, 0.3);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
  transform: translateY(-2px);
}

.pc-row-cell {
  min-width: 0;
  padding: 16px 14px;
}

.pc-row-cell + .pc-row-cell {
  border-left: 1px solid rgba(21, 94, 239, 0.08);
}

.pc-row-asset {
  padding-left: 22px;
}

.pc-row-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
}

.pc-row-asset h3 {
  color: #101828;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.24;
  margin: 0;
}

.pc-row-asset small,
.pc-row-origin small,
.pc-row-procedure small,
.pc-row-money small {
  color: #667085;
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 5px;
}

.pc-row-origin strong,
.pc-row-procedure strong,
.pc-row-location strong,
.pc-row-money strong,
.pc-row-date strong {
  color: #182230;
  display: block;
  font-size: 0.92rem;
  line-height: 1.35;
}

.pc-row-money strong {
  font-size: 0.98rem;
  white-space: nowrap;
}

.pc-row-origin strong,
.pc-row-procedure strong,
.pc-row-location strong,
.pc-row-date strong {
  font-weight: 750;
}

.pc-row-risk,
.pc-row-procedure {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pc-row-action {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
}

.pc-row-action .pc-button {
  min-width: 82px;
}

.pc-badge {
  min-height: 24px;
  border-radius: 999px;
  font-size: 0.72rem;
  padding: 4px 8px;
}

.pc-dashboard-list {
  gap: 8px;
}

.pc-dashboard-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 12px;
  padding: 12px 14px 12px 16px;
}

.pc-dashboard-item span,
.pc-dashboard-item small {
  min-width: 0;
}

.pc-dashboard-item strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  font-size: 0.96rem;
  white-space: nowrap;
}

.pc-metrics {
  margin-bottom: 40px;
}

.pc-metric {
  min-height: 88px;
  padding: 16px 18px;
}

.pc-metric strong {
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
}

.pc-metric::after {
  inset: auto 18px 12px;
}

/* Premium single auction surface */
.pc-single {
  padding-block: 28px 58px;
}

.pc-breadcrumb {
  margin-bottom: 16px;
}

.pc-single-header {
  border: 1px solid rgba(21, 94, 239, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94)),
    linear-gradient(90deg, rgba(21, 94, 239, 0.055), rgba(0, 166, 180, 0.045));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.065);
  margin-bottom: 22px;
  padding: 26px 28px;
}

.pc-single-header h1 {
  font-size: clamp(2rem, 4.5vw, 3.05rem);
  letter-spacing: 0;
}

.pc-single-grid {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 330px);
  gap: 18px;
}

.pc-single-main {
  gap: 18px;
}

.pc-single-aside {
  top: 112px;
}

.admin-bar .pc-single-aside {
  top: 132px;
}

.pc-action-panel {
  gap: 10px;
  border-color: rgba(21, 94, 239, 0.16);
  border-radius: 18px;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.1);
  padding: 18px;
}

.pc-action-panel-head {
  border-bottom: 1px solid rgba(21, 94, 239, 0.12);
  display: grid;
  gap: 3px;
  margin-bottom: 2px;
  padding-bottom: 12px;
}

.pc-action-panel-head span {
  color: var(--pc-primary);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.pc-action-panel-head strong {
  color: var(--pc-text);
  font-size: 1rem;
  letter-spacing: 0;
}

.pc-fact {
  align-items: baseline;
  gap: 10px;
  padding-bottom: 9px;
}

.pc-fact span {
  font-size: 0.8rem;
}

.pc-fact strong {
  font-size: 0.92rem;
}

.pc-key-data,
.pc-analysis-section,
.pc-risk-section,
.pc-technical-details,
.pc-description-section,
.pc-takeaways article {
  border-color: rgba(21, 94, 239, 0.13);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
  padding: 20px;
}

.pc-ai-box {
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-left: 4px solid var(--pc-primary-2);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
  padding: 20px;
}

.pc-detail-grid {
  gap: 10px;
}

.pc-detail-card {
  border-color: rgba(21, 94, 239, 0.11);
  border-radius: 12px;
  box-shadow: none;
  padding: 14px;
}

.pc-detail-card span {
  color: #667085;
  font-size: 0.72rem;
  letter-spacing: 0.035em;
}

.pc-detail-card strong {
  font-size: 0.94rem;
}

.pc-takeaways {
  gap: 10px;
}

@keyframes pc-rise {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-auction-card {
    animation: none;
    transition: none;
  }

  .pc-auction-row {
    animation: none;
    transition: none;
  }

  .pc-auction-card:hover,
  .pc-auction-row:hover,
  .pc-dashboard-item:hover {
    transform: none;
  }
}

.cky-consent-container {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  width: min(390px, calc(100% - 32px)) !important;
}

.cky-notice,
.cky-modal {
  border: 1px solid var(--pc-border) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16) !important;
}

.cky-title {
  color: var(--pc-text) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

.cky-notice-des,
.cky-notice-des p {
  color: var(--pc-muted) !important;
  font-size: 0.86rem !important;
  line-height: 1.5 !important;
}

.cky-btn {
  border-radius: 6px !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
}

.cky-btn-revisit-wrapper {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.18) !important;
  transform: scale(0.86);
  transform-origin: bottom right;
}

.blog .entry-header,
.single-post .entry-header,
.single-post .post-navigation {
  display: none;
}

.single-post .comments-area,
.single-post #comments {
  display: none;
}

.single-post .site-content > .ast-container,
.blog .site-content > .ast-container {
  max-width: 100%;
}

.single-post #primary,
.blog #primary {
  width: 100%;
}

.pc-news-shell {
  display: grid;
  gap: 26px;
}

.pc-news-hero,
.pc-news-featured,
.pc-news-empty,
.pc-news-single-hero,
.pc-news-body,
.pc-news-card {
  border: 1px solid rgba(21, 94, 239, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.95)),
    linear-gradient(135deg, rgba(21, 94, 239, 0.05), rgba(0, 166, 180, 0.04));
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.pc-news-hero,
.pc-news-featured,
.pc-news-single-hero {
  border-radius: 24px;
}

.pc-news-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  overflow: hidden;
  padding: 34px;
}

.pc-news-hero-copy {
  display: grid;
  gap: 16px;
}

.pc-news-hero-copy h1,
.pc-news-featured h2,
.pc-news-single-hero h1,
.pc-news-related h2 {
  color: var(--pc-text);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.pc-news-hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.85rem);
}

.pc-news-hero-copy p,
.pc-news-featured p,
.pc-news-single-hero p,
.pc-news-card p {
  color: var(--pc-muted);
  line-height: 1.68;
  margin: 0;
}

.pc-news-hero-panel {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 247, 255, 0.92)),
    radial-gradient(circle at 100% 0, rgba(21, 94, 239, 0.12), transparent 16rem);
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  padding: 22px;
}

.pc-news-hero-panel span,
.pc-news-featured-note span {
  color: var(--pc-primary);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pc-news-hero-panel ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-news-hero-panel li {
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 12px;
  color: #344054;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 12px 14px;
}

.pc-news-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  overflow: hidden;
  padding: 30px;
}

.pc-news-featured-copy,
.pc-news-featured-note,
.pc-news-card,
.pc-news-grid-section,
.pc-news-related,
.pc-news-body,
.pc-news-empty {
  display: grid;
}

.pc-news-featured-copy {
  gap: 14px;
}

.pc-news-featured h2 {
  font-size: clamp(1.8rem, 3.3vw, 2.7rem);
}

.pc-news-featured-note {
  align-content: start;
  gap: 10px;
  border-left: 1px solid rgba(21, 94, 239, 0.12);
  padding-left: 22px;
}

.pc-news-featured-note strong {
  color: var(--pc-text);
  font-size: 1.15rem;
  line-height: 1.25;
}

.pc-news-meta,
.pc-news-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pc-news-meta span,
.pc-news-card-footer span {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pc-news-grid-section,
.pc-news-related {
  gap: 16px;
}

.pc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pc-news-card {
  gap: 14px;
  border-radius: 20px;
  overflow: hidden;
  padding: 22px;
}

.pc-news-card h3 {
  color: var(--pc-text);
  font-size: 1.22rem;
  line-height: 1.28;
  margin: 0;
}

.pc-news-card-footer {
  justify-content: space-between;
  margin-top: auto;
}

.pc-news-empty {
  gap: 10px;
  border-radius: 20px;
  justify-items: start;
  padding: 28px;
}

.pc-news-empty h2 {
  color: var(--pc-text);
  margin: 0;
}

.pc-news-single {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-block: 28px 58px;
}

.pc-news-single-hero {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
  padding: 30px;
}

.pc-news-single-hero h1 {
  font-size: clamp(2.2rem, 4.9vw, 3.55rem);
}

.pc-news-single-hero p {
  font-size: 1.08rem;
  max-width: 840px;
}

.pc-news-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 320px);
  gap: 20px;
  align-items: start;
}

.pc-news-single-main {
  display: grid;
  gap: 22px;
}

.pc-news-single-aside {
  position: sticky;
  top: 112px;
}

.admin-bar .pc-news-single-aside {
  top: 132px;
}

.pc-news-body {
  gap: 0;
  border-radius: 20px;
  padding: 30px;
}

.pc-news-body > *:first-child {
  margin-top: 0;
}

.pc-news-body > *:last-child {
  margin-bottom: 0;
}

.pc-news-body p,
.pc-news-body li {
  color: var(--pc-muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.pc-news-body h2,
.pc-news-body h3 {
  color: var(--pc-text);
  letter-spacing: 0;
  line-height: 1.16;
}

.pc-news-body h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  margin: 36px 0 12px;
}

.pc-news-body h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  margin: 28px 0 10px;
}

.pc-news-body ul,
.pc-news-body ol {
  margin: 0 0 1.2em;
  padding-left: 1.2em;
}

.pc-news-body a {
  color: var(--pc-primary);
  font-weight: 700;
  text-decoration: none;
}

.pc-news-body a:hover {
  color: var(--pc-primary-2);
}

@media (min-width: 922px) {
  .site-header {
    z-index: 999;
  }

  .pc-has-scrolled .site-header {
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    width: 100%;
  }

  .pc-has-scrolled body.admin-bar .site-header {
    top: 32px;
  }

  .pc-has-scrolled #masthead,
  .pc-has-scrolled .ast-main-header-wrap,
  .pc-has-scrolled .ast-builder-grid-row-container {
    border-inline: 0;
    box-shadow: none;
    overflow: visible;
  }

  .pc-has-scrolled .site-primary-header-wrap {
    border-inline: 0;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(215, 219, 234, 0.86);
    overflow: visible;
  }

  .pc-has-scrolled .ast-primary-header-bar,
  .pc-has-scrolled .ast-desktop .main-header-menu > .menu-item > .menu-link,
  .pc-has-scrolled .ast-desktop .main-header-menu > .menu-item > .ast-menu-toggle {
    min-height: 58px;
  }

  .pc-has-scrolled .custom-logo-link img.custom-logo {
    max-height: 48px;
  }
}

@media (max-width: 1080px) {
  .pc-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-intent-grid,
  .pc-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-metrics,
  .pc-auction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-auction-list-head {
    display: none;
  }

  .pc-auction-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    min-height: 0;
  }

  .pc-row-asset,
  .pc-row-action {
    grid-column: 1 / -1;
  }

  .pc-row-cell {
    display: grid;
    gap: 4px;
    padding: 13px 16px;
  }

  .pc-row-cell::before {
    content: attr(data-label);
    color: #667085;
    display: block;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }

  .pc-row-asset::before,
  .pc-row-action::before {
    display: none;
  }

  .pc-row-cell + .pc-row-cell {
    border-left: 0;
    border-top: 1px solid rgba(21, 94, 239, 0.08);
  }

  .pc-row-origin,
  .pc-row-location,
  .pc-row-date,
  .pc-row-risk {
    border-left: 1px solid rgba(21, 94, 239, 0.08) !important;
  }

  .pc-row-action {
    justify-content: start;
  }
}

@media (max-width: 860px) {
  .ast-builder-grid-row {
    padding-inline: 14px;
  }

  .pc-hero,
  .pc-single-grid,
  .pc-news-hero,
  .pc-news-featured,
  .pc-news-single-grid {
    grid-template-columns: 1fr;
  }

  .pc-seo-band > div {
    grid-template-columns: 1fr;
  }

  .pc-check-section,
  .pc-guide-layout,
  .pc-beginner-cta {
    grid-template-columns: 1fr;
  }

  .pc-guide-layout aside {
    position: static;
  }

  .pc-single-aside {
    position: static;
  }

  .pc-news-single-aside {
    position: static;
  }

  .pc-news-featured-note {
    border-left: 0;
    border-top: 1px solid rgba(21, 94, 239, 0.12);
    padding-left: 0;
    padding-top: 18px;
  }

  .pc-takeaways {
    grid-template-columns: 1fr;
  }

  .pc-auction-table {
    min-width: 0;
  }

  .pc-auction-table thead {
    display: none;
  }

  .pc-auction-table,
  .pc-auction-table tbody,
  .pc-auction-table tr,
  .pc-auction-table td {
    display: block;
    width: 100%;
  }

  .pc-auction-table tr {
    background: #fff;
    border: 1px solid var(--pc-border);
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    margin-bottom: 14px;
    padding: 14px;
  }

  .pc-auction-table tr:first-child {
    border-top: 0;
  }

  .pc-auction-table td {
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    text-align: right;
  }

  .pc-auction-table td::before {
    content: attr(data-label);
    color: var(--pc-muted);
    font-weight: 800;
    text-align: left;
  }

  .pc-auction-table td:first-child {
    border: 0;
    display: block;
    min-width: 0;
    text-align: left;
  }

  .pc-auction-table td:last-child {
    border: 0;
  }

  .pc-auction-table td:first-child::before {
    display: block;
    margin-bottom: 6px;
  }
}

@media (max-width: 640px) {
  .custom-logo-link {
    padding: 0;
  }

  .custom-logo-link img.custom-logo {
    max-height: 54px;
  }

  .pc-container,
  .pc-main,
  .pc-single,
  .entry-content > .pc-home-table,
  .entry-content > .pc-hero,
  .entry-content > .pc-section,
  .entry-content > .pc-warning {
    width: min(100% - 24px, 1180px);
  }

  .pc-hero {
    padding-block: 42px 28px;
  }

  .pc-page-header {
    border-radius: 18px;
    padding: 22px;
  }

  .pc-news-hero,
  .pc-news-featured,
  .pc-news-single-hero,
  .pc-news-body,
  .pc-news-card,
  .pc-news-empty {
    padding: 22px;
  }

  .pc-hero-panel,
  .pc-help {
    padding: 20px;
  }

  .pc-help {
    margin-block: 36px 48px;
  }

  .pc-footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pc-footer-links {
    justify-content: flex-start;
  }

  .pc-help-grid,
  .pc-detail-grid,
  .pc-filters,
  .pc-metrics,
  .pc-auction-grid,
  .pc-news-grid,
  .pc-intent-grid,
  .pc-process-grid,
  .pc-check-grid,
  .pc-guide-list,
  .pc-guide-checklist,
  .pc-card-amounts {
    grid-template-columns: 1fr;
  }

  .pc-auction-row {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .pc-row-cell {
    padding: 12px 16px;
  }

  .pc-row-origin,
  .pc-row-location,
  .pc-row-date,
  .pc-row-risk {
    border-left: 0 !important;
  }

  .pc-row-asset h3 {
    font-size: 1rem;
  }

  .pc-row-risk,
  .pc-row-procedure {
    display: flex;
  }

  .pc-row-action .pc-button {
    width: auto;
  }

  .pc-metrics,
  .pc-seo-band > div,
  .pc-legal-band {
    width: min(100% - 24px, 1180px);
  }

  .pc-auction-card {
    padding: 18px;
  }

  .pc-card-meta {
    display: grid;
    gap: 6px;
  }

  .pc-card-amounts div + div {
    border-left: 0;
    border-top: 1px solid rgba(21, 94, 239, 0.12);
  }

  .pc-auction-card:hover {
    transform: none;
  }
}
