/* Layout safety fixes loaded after the main design system. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* ── Research guides: editorial, evidence-first, Discover-ready ─────────── */
.guide-index-hero {
  padding: 92px 0 86px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 82% 22%, rgba(36,87,237,.11), transparent 30%), #f7f9fd;
}

.guide-index-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: 1.02;
  letter-spacing: -.065em;
}

.guide-index-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
}

.guide-index-list { padding: 74px 0 112px; }
.guide-index-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.guide-index-heading span { color: var(--blue); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-index-heading h2 { margin: 8px 0 0; font-size: 34px; }
.guide-index-heading small { color: var(--muted); }
.guide-card-grid { display: grid; gap: 28px; }
.guide-card { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 390px; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 24px 70px rgba(14,36,77,.09); }
.guide-card-image { min-height: 390px; overflow: hidden; }
.guide-card-image img { transition: transform .55s ease; }
.guide-card:hover .guide-card-image img { transform: scale(1.018); }
.guide-card-copy { display: flex; flex-direction: column; padding: 46px 48px 40px; }
.guide-card-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.guide-card-meta span { color: var(--blue); font-weight: 800; }
.guide-card-copy h2 { margin: 45px 0 18px; font-size: 35px; line-height: 1.2; }
.guide-card-copy p { color: var(--muted); font-size: 17px; }
.guide-read { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--blue); font-weight: 800; }
.guide-read span { margin-left: 8px; }
.guide-empty { padding: 55px; border: 1px solid var(--line); background: var(--soft); }
.guide-empty span { color: var(--blue); font-weight: 800; }
.guide-empty h2 { margin: 12px 0; }
.guide-empty p { color: var(--muted); }

.guide-article { --guide-ink: #091b3c; --guide-soft: #f4f7fc; color: var(--guide-ink); }
.guide-hero { padding: 68px 0 60px; background: linear-gradient(135deg,#f5f8ff 0,#fff 70%); }
.guide-hero .breadcrumb { margin-bottom: 54px; }
.guide-hero h1 { max-width: 1040px; margin-bottom: 26px; font-size: clamp(46px,5.2vw,68px); line-height: 1.06; letter-spacing: -.055em; text-wrap: balance; }
.guide-headline-detail { display: block; }
.guide-deck { max-width: 850px; color: #53627c; font-size: 21px; line-height: 1.75; }
.guide-byline { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 38px; color: #6d7b94; font-size: 14px; }
.guide-byline span:first-child { color: var(--guide-ink); font-weight: 780; }
.guide-byline span:last-child { color: #166a48; }
.guide-image-wrap { max-width: 1440px; }
.guide-hero-image { height: auto; max-height: 810px; aspect-ratio: 16/9; object-fit: cover; }
.guide-layout { display: grid; grid-template-columns: 210px minmax(0,790px); justify-content: center; gap: 84px; padding-top: 76px; padding-bottom: 120px; }
.guide-toc { position: sticky; top: 104px; align-self: start; display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid var(--line); }
.guide-toc strong { margin-bottom: 14px; color: var(--guide-ink); font-size: 13px; }
.guide-toc a { padding: 7px 0; color: #74819a; font-size: 13px; }
.guide-toc a:hover { color: var(--blue); }
.guide-content > section { margin-bottom: 72px; scroll-margin-top: 108px; }
.guide-content h2 { margin: 9px 0 25px; font-size: 38px; line-height: 1.18; letter-spacing: -.045em; }
.guide-content h3 { font-size: 20px; }
.guide-content p,.guide-content li { color: #32415b; font-size: 17px; line-height: 1.9; }
.guide-kicker { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-answer { padding: 34px 38px 35px; border-top: 4px solid var(--blue); background: var(--guide-soft); }
.guide-answer span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.guide-answer p { margin: 15px 0 0; color: var(--guide-ink); font-size: 21px; font-weight: 680; line-height: 1.72; }
.guide-evidence-note { margin-top: 28px; padding: 24px 26px; border: 1px solid #cdd8ee; }
.guide-evidence-note strong { display: block; }
.guide-evidence-note p { margin: 8px 0; color: #54627b; font-size: 14px; }
.guide-evidence-note a { color: var(--blue); font-size: 14px; font-weight: 750; }
.guide-table-wrap { overflow-x: auto; margin-top: 26px; }
.guide-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--guide-ink); }
.guide-table th,.guide-table td { padding: 17px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.guide-table th { color: #67748c; font-size: 12px; letter-spacing: .04em; }
.guide-table td { min-width: 180px; font-size: 15px; line-height: 1.65; }
.guide-table td:first-child { min-width: 140px; color: var(--guide-ink); font-weight: 760; }
.guide-caveat,.guide-limit,.guide-disclosure { padding: 21px 24px; border-left: 3px solid #e2a83a; background: #fff9e9; }
.guide-caveat { margin-top: 24px; font-size: 14px !important; }
.guide-timeline { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-timeline li { display: grid; grid-template-columns: 132px 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.guide-timeline time { color: var(--blue); font-size: 13px; font-weight: 850; }
.guide-timeline strong { display: block; color: var(--guide-ink); font-size: 18px; }
.guide-timeline p { margin: 5px 0 0; font-size: 15px; }
.guide-check-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guide-check-grid > div { min-height: 250px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-check-grid b { color: var(--blue); font-size: 12px; letter-spacing: .08em; }
.guide-check-grid h3 { margin: 32px 0 10px; }
.guide-check-grid p { margin-bottom: 16px; font-size: 15px; }
.guide-check-grid small { display: block; color: #6a7891; font-size: 13px; line-height: 1.65; }
.guide-steps { padding: 0; list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.guide-steps li > b { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #aebfe7; border-radius: 50%; color: var(--blue); font-size: 13px; }
.guide-steps h3 { margin: 4px 0 8px; }
.guide-steps p { margin-bottom: 7px; font-size: 15px; }
.guide-steps small { color: #71809a; }
.guide-limit { margin-top: 24px; }
.guide-limit strong,.guide-disclosure strong { display: block; margin-bottom: 6px; }
.guide-limit p,.guide-disclosure p { margin: 0; font-size: 14px; }
.guide-mistakes { border-top: 2px solid var(--guide-ink); }
.guide-mistakes > div { display: grid; grid-template-columns: 240px 1fr; gap: 26px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.guide-mistakes h3,.guide-mistakes p { margin: 0; }
.guide-mistakes p { font-size: 15px; }
.guide-faq details { border-top: 1px solid var(--line); }
.guide-faq details:last-child { border-bottom: 1px solid var(--line); }
.guide-faq summary { position: relative; padding: 22px 38px 22px 0; cursor: pointer; color: var(--guide-ink); font-size: 18px; font-weight: 760; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after { position: absolute; top: 20px; right: 5px; content: '+'; color: var(--blue); font-size: 24px; font-weight: 400; }
.guide-faq details[open] summary::after { content: '–'; }
.guide-faq p { margin: 0 0 24px; padding-right: 35px; font-size: 15px; }
.guide-actions { padding: 38px; background: #0a2047; color: #fff; }
.guide-actions h2 { color: #fff; }
.guide-actions p { color: #c7d2e7; }
.guide-sources ol { padding-left: 22px; }
.guide-sources li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.guide-sources li a { color: var(--blue); font-size: 15px; font-weight: 720; }
.guide-sources li small { display: block; color: #71809a; }
.guide-disclosure { margin-top: 30px; }

@media (max-width: 900px) {
  .guide-card { grid-template-columns: 1fr; }
  .guide-card-image { min-height: 320px; }
  .guide-layout { grid-template-columns: minmax(0,790px); padding-top: 50px; }
  .guide-toc { display: none; }
}

@media (max-width: 600px) {
  .guide-index-hero { padding: 56px 0; }
  .guide-card-image { min-height: 220px; }
  .guide-card-copy { padding: 28px 22px; }
  .guide-card-copy h2 { margin-top: 32px; font-size: 28px; }
  .guide-hero { padding: 40px 0 42px; }
  .guide-hero .breadcrumb { margin-bottom: 34px; }
  .guide-hero h1 { font-size: 38px; letter-spacing: -.045em; }
  .guide-deck { font-size: 17px; }
  .guide-byline { margin-top: 25px; }
  .guide-image-wrap { width: 100%; }
  .guide-layout { width: calc(100% - 30px); padding-top: 36px; padding-bottom: 80px; }
  .guide-content h2 { font-size: 31px; }
  .guide-answer { padding: 26px 22px; }
  .guide-answer p { font-size: 18px; }
  .guide-check-grid { grid-template-columns: 1fr; }
  .guide-check-grid > div { min-height: 0; }
  .guide-timeline li { grid-template-columns: 1fr; gap: 6px; }
  .guide-mistakes > div { grid-template-columns: 1fr; gap: 8px; }
  .guide-actions { padding: 28px 22px; }
}

/*
 * Radio inputs inherit the global input width. Keep them accessible while
 * removing them from visual layout so they cannot widen the document.
 */
.choice {
  position: relative;
}

.choice input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  pointer-events: auto;
}

.choice input[type="radio"]:focus-visible + span {
  outline: 3px solid rgba(36, 87, 237, 0.2);
  outline-offset: 2px;
}

/* The four-letter wordmark is the brand; .com remains a URL, not part of the mark. */
.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 116px;
  height: auto;
  object-fit: contain;
}

.footer-brand .brand-logo {
  width: 126px;
  filter: brightness(0) invert(1);
}

@media (max-width: 540px) {
  .brand-logo {
    width: 104px;
  }
}

/* --------------------------------------------------------------------------
   Publish menu: each destination is a clear action, including its direction.
   -------------------------------------------------------------------------- */
.publish-menu summary {
  gap: 12px;
}

.publish-chevron,
.publish-chevron svg {
  display: block;
  width: 12px;
  height: 8px;
}

.publish-chevron {
  transition: transform .2s ease;
}

.publish-menu[open] .publish-chevron {
  transform: rotate(180deg);
}

.publish-popover {
  top: calc(100% + 12px);
  width: 320px;
  padding: 9px;
  overflow: hidden;
  border-color: #d7e0ee;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(8, 26, 55, .16);
}

.publish-popover::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 30px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #d7e0ee;
  border-left: 1px solid #d7e0ee;
  background: #fff;
  transform: rotate(45deg);
}

.publish-popover a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 16px 14px 16px 18px;
  border-radius: 10px;
}

.publish-popover a + a {
  border-top: 1px solid #e6ebf3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.publish-popover a:hover,
.publish-popover a:focus-visible {
  background: #f2f5ff;
  outline: none;
}

.publish-popover .publish-option-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.publish-option-copy strong {
  font-size: 18px;
  letter-spacing: -.02em;
}

.publish-popover .publish-option-copy small {
  display: block;
  color: #6b7890;
  font-size: 14px;
}

.publish-popover .publish-option-arrow {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #eaf0ff;
  color: var(--blue);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.publish-popover .publish-option-arrow svg {
  display: block;
  width: 20px;
  height: 20px;
}

.publish-popover a:hover .publish-option-arrow,
.publish-popover a:focus-visible .publish-option-arrow {
  color: #fff;
  background: var(--blue);
  transform: translateX(2px);
}

/* --------------------------------------------------------------------------
   Registration: one composed marketplace surface instead of a split template.
   -------------------------------------------------------------------------- */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.register-page {
  padding: 58px 0 72px;
  background: #f3f6fb;
}

.register-shell {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.22fr);
  min-height: 790px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(11, 32, 71, .09);
}

.register-intro {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 42px 34px;
  border-radius: 19px;
  background: #091e42;
  color: #fff;
  isolation: isolate;
}

.register-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 175px;
  right: -235px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(119, 153, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(36, 87, 237, .055), 0 0 0 172px rgba(36, 87, 237, .035);
}

.register-intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -60px;
  bottom: 232px;
  width: 390px;
  height: 1px;
  background: rgba(125, 156, 255, .35);
  transform: rotate(-28deg);
  transform-origin: center;
}

.register-intro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.register-index {
  color: #a9b9db;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.register-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eef3ff;
  font-size: 14px;
  font-weight: 700;
}

.register-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5bf0b4;
  box-shadow: 0 0 0 6px rgba(91, 240, 180, .1);
}

.register-intro-copy {
  padding: 56px 0 46px;
}

.register-intro-copy .eyebrow {
  margin-bottom: 22px;
}

.register-intro-copy h1 {
  max-width: 500px;
  margin-bottom: 28px;
  color: #fff;
  font-size:48px;font-size: clamp(48px, 4.25vw, 67px);
  line-height: 1.04;
  letter-spacing: -.06em;
}

.register-intro-copy p {
  max-width: 470px;
  margin: 0;
  color: #bdcbe7;
  font-size: 18px;
  line-height: 1.8;
}

.register-paths {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.register-paths > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.register-paths b {
  color: #7597ff;
  font-size: 12px;
  letter-spacing: .1em;
}

.register-paths span {
  display: flex;
  flex-direction: column;
}

.register-paths strong {
  font-size: 18px;
  letter-spacing: -.02em;
}

.register-paths small {
  color: #96a7c7;
  font-size: 14px;
}

.register-paths i {
  color: #fff;
  font-size: 22px;
  font-style: normal;
}

.register-boundary {
  margin: 28px 0 0;
  color: #899bbd;
  font-size: 13px;
  letter-spacing: .025em;
}

.register-form-wrap {
  display: flex;
  align-items: center;
  padding:44px 48px;padding:44px clamp(36px, 5vw, 74px);
  background: #fff;
}

.register-form {
  width: 100%;
  max-width: 760px;
  margin-left:auto;margin-right:auto;
}

.register-form-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.register-form-heading .eyebrow {
  margin-bottom: 11px;
}

.register-form-heading h2 {
  margin: 0;
  font-size:36px;font-size: clamp(36px, 3vw, 46px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.register-form-heading p {
  margin: 0 0 4px;
  color: #6b7890;
  font-size: 15px;
  white-space: nowrap;
}

.register-form-heading a {
  color: var(--blue);
  font-weight: 750;
}

.register-form-section {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 26px;
  padding: 25px 0 5px;
  border-top: 1px solid #dde4ef;
}

.register-section-label {
  padding-top: 2px;
}

.register-section-label span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.register-section-label h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: -.015em;
}

.register-section-label h3 small {
  display: block;
  margin-top: 3px;
  color: #8491a7;
  font-size: 12px;
  font-weight: 500;
}

.register-form-section > label,
.register-form-section > .form-grid,
.register-form-section > fieldset {
  grid-column: 2;
}

.register-form label {
  margin-bottom: 17px;
  color: #182946;
  font-size: 14px;
  font-weight: 720;
}

.register-form label small {
  margin-left: 5px;
  font-size: 12px;
}

.register-form input {
  height: 50px;
  margin-top: 7px;
  padding-left:14px;padding-right:14px;
  border-color: #cdd7e5;
  border-radius: 8px;
  background: #fbfcfe;
}

.register-form input:hover {
  border-color: #aab9cf;
}

.register-form input:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(36, 87, 237, .1);
}

.register-form .choice-row {
  gap: 10px;
}

.register-form .choice span {
  position: relative;
  min-height: 104px;
  padding: 14px 15px;
  border-color: #d5deeb;
  border-radius: 10px;
  background: #fff;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.register-form .choice:hover span {
  border-color: #95abdc;
  transform: translateY(-1px);
}

.register-form .choice span b {
  margin-bottom: 8px;
  color: #9aa7ba;
  font-size: 10px;
  letter-spacing: .1em;
}

.register-form .choice span strong {
  font-size: 16px;
}

.register-form .choice span small {
  margin: 2px 0 0;
  color: #718099;
  font-size: 12px;
}

.register-form .choice input:checked + span {
  border-color: var(--blue);
  background: #eef3ff;
  box-shadow: inset 0 0 0 1px var(--blue);
}

.register-form .choice input:checked + span::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.register-contact-section {
  padding-bottom: 14px;
}

.register-submit {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 26px;
  padding-top: 14px;
}

.register-submit .button,
.register-submit .legal-line {
  grid-column: 2;
}

.register-submit .button {
  justify-content: space-between;
  min-height: 58px;
  padding-left:22px;padding-right:22px;
  border-radius: 9px;
  font-size: 17px;
}

.register-submit .button b {
  font-size: 22px;
  line-height: 1;
  transition: transform .2s ease;
}

.register-submit .button:hover b,
.register-submit .button:focus-visible b {
  transform: translate(2px, -2px);
}

.register-submit .legal-line {
  max-width: 580px;
  margin-top: 13px;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .register-shell {
    grid-template-columns: 390px minmax(0, 1fr);
  }

  .register-intro {
    padding-left:30px;padding-right:30px;
  }

  .register-intro-copy h1 {
    font-size: 50px;
  }

  .register-form-wrap {
    padding-left:34px;padding-right:34px;
  }

  .register-form-section,
  .register-submit {
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 20px;
  }
}

@media (max-width: 900px) {
  .register-page {
    padding: 28px 0 46px;
  }

  .register-shell {
    grid-template-columns: 1fr;
    padding: 7px;
  }

  .register-intro {
    min-height: 440px;
  }

  .register-intro-copy {
    padding-top:45px;padding-bottom:32px;
  }

  .register-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .register-paths > div + div {
    border-left: 1px solid rgba(255, 255, 255, .14);
    padding-left: 22px;
  }

  .register-form-wrap {
    padding-top:48px;padding-bottom:48px;
  }
}

@media (max-width: 760px) {
  .register-form-heading {
    align-items: flex-start;
  }

  .register-form-section,
  .register-submit {
    display: block;
  }

  .register-section-label {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 17px;
  }

  .register-section-label span {
    margin: 0;
  }

  .register-section-label h3 small {
    display: inline;
    margin-left: 5px;
  }

  .register-form .form-grid.two,
  .register-form .form-grid.three {
    grid-template-columns: 1fr;
  }

  .register-form .choice-row {
    grid-template-columns: 1fr;
  }

  .register-form .choice span {
    min-height: 78px;
  }

  .register-submit .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .register-page {
    padding: 0;
    background: #fff;
  }

  .register-shell {
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .register-intro {
    min-height: 360px;
    padding: 26px 24px 25px;
    border-radius: 0;
  }

  .register-intro-copy {
    padding: 40px 0 28px;
  }

  .register-intro-copy h1 {
    margin-bottom: 20px;
    font-size: 43px;
  }

  .register-intro-copy p {
    font-size: 16px;
  }

  .register-paths,
  .register-boundary {
    display: none;
  }

  .register-form-wrap {
    padding: 38px 22px 48px;
  }

  .register-form-heading {
    display: block;
    margin-bottom: 30px;
  }

  .register-form-heading h2 {
    font-size: 36px;
  }

  .register-form-heading p {
    margin-top: 13px;
  }

  .register-section-label {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .publish-chevron,
  .publish-option-arrow,
  .register-form .choice span,
  .register-submit .button b {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   2026 service catalogue: editorial marketplace, not a legacy card wall.
   -------------------------------------------------------------------------- */
.directory-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  border-bottom: 1px solid #dfe6f3;
  background: #f7f9fd;
}

.directory-hero::before {
  content: "";
  position: absolute;
  top: -360px;
  right: -210px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(36, 87, 237, .17);
  border-radius: 50%;
  pointer-events: none;
}

.directory-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -130px;
  width: 1px;
  height: 440px;
  background: rgba(36, 87, 237, .18);
  transform: rotate(34deg);
  pointer-events: none;
}

.directory-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  gap: 86px;
  align-items: center;
}

.directory-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size:56px;font-size: clamp(56px, 5vw, 76px);
  line-height: 1.06;
  letter-spacing: -.055em;
}

.directory-hero-copy > p {
  max-width: 700px;
  margin-bottom: 38px;
  color: #5f6f8b;
  font-size: 19px;
  line-height: 1.8;
}

.directory-facts {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid #ccd6e8;
  border-bottom: 1px solid #ccd6e8;
}

.directory-facts span {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 16px 24px;
  color: #71809a;
  font-size: 13px;
  white-space: nowrap;
}

.directory-facts span:first-child {
  padding-left: 0;
}

.directory-facts span + span {
  border-left: 1px solid #ccd6e8;
}

.directory-facts strong {
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -.04em;
}

.directory-search {
  display: block;
  max-width: none;
  margin: 0;
  padding: 30px;
  border: 0;
  border-radius: 22px;
  background: #091e43;
  box-shadow: 0 30px 70px rgba(7, 29, 68, .18);
  color: #fff;
}

.directory-search-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.directory-search-head span {
  font-size: 20px;
  font-weight: 790;
}

.directory-search-head small {
  color: #9fb0ce;
  font-size: 12px;
}

.search-field {
  display: block;
  margin: 0;
  color: #b8c5dc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.directory-search input,
.directory-search select {
  width: 100%;
  height: 56px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}

.directory-search input::placeholder {
  color: #8c99ad;
}

.directory-search input:focus,
.directory-search select:focus {
  border-color: #7ca1ff;
  box-shadow: 0 0 0 4px rgba(75, 124, 255, .2);
}

.search-field-main {
  margin-bottom: 14px;
}

.directory-search-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.directory-search-button {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  border-radius: 10px;
  box-shadow: none;
}

.directory-search-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.directory-search > p {
  margin: 15px 0 0;
  color: #9fb0ce;
  font-size: 12px;
  line-height: 1.6;
}

.directory-content {
  min-height: 700px;
  padding: 72px 0 120px;
  background: #fff;
}

.directory-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.category-rail {
  position: sticky;
  top: 116px;
}

.category-rail > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.category-rail > div span {
  font-size: 15px;
  font-weight: 800;
}

.category-rail > div small {
  color: var(--muted);
  font-size: 12px;
}

.category-pills {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 3px;
  margin: 0;
}

.category-pills a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 12px 0 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #4e5f7c;
  font-size: 15px;
  font-weight: 670;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.category-pills a i {
  color: #a4afc2;
  font-size: 12px;
  font-style: normal;
  opacity: 0;
  transform: translate(-4px, 3px);
  transition: opacity .2s ease, transform .2s ease;
}

.category-pills a:hover {
  border: 0;
  background: #f0f4fc;
  color: var(--ink);
  transform: translateX(3px);
}

.category-pills a.active {
  border: 0;
  background: #0b2047;
  color: #fff;
}

.category-pills a:hover i,
.category-pills a.active i {
  color: currentColor;
  opacity: 1;
  transform: translate(0, 0);
}

.category-rail > p {
  margin: 24px 0 0;
  padding: 18px 14px 0;
  border-top: 1px solid var(--line);
  color: #77849a;
  font-size: 12px;
  line-height: 1.7;
}

.results-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #cbd5e5;
}

.results-heading > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .08em;
}

.results-heading h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -.045em;
}

.results-heading > strong {
  color: #8490a5;
  font-size: 14px;
  font-weight: 720;
}

.directory-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  min-width: 0;
  min-height: 318px;
  overflow: hidden;
  border: 1px solid #dce3ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10, 34, 73, .03);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.directory-card-grid .service-card {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
}

.service-card:hover {
  z-index: 1;
  border-color: #bdcbed;
  box-shadow: 0 22px 48px rgba(18, 44, 93, .12);
  transform: translateY(-5px);
}

.service-card-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px 19px;
  background: #0b2047;
  color: #fff;
}

.service-card--marketing .service-card-visual {
  background: #2457ed;
}

.service-card--design .service-card-visual {
  background: #e8eeff;
  color: #2457ed;
}

.service-card--corporate .service-card-visual,
.service-card--legal .service-card-visual {
  background: #123d88;
}

.service-card--translation .service-card-visual,
.service-card--logistics .service-card-visual,
.service-card--manufacturing .service-card-visual {
  background: #0d326d;
}

.service-card--v1 .service-card-visual {
  background: #0b2047;
  color: #fff;
}

.service-card--v2 .service-card-visual {
  background: #2457ed;
  color: #fff;
}

.service-card--v3 .service-card-visual {
  background: #e8eeff;
  color: #2457ed;
}

.service-card--v4 .service-card-visual {
  background: #143f92;
  color: #fff;
}

.service-card-visual::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -45px;
  width: 170px;
  height: 170px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .22;
}

.service-card-visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 1px;
  height: 100%;
  background: currentColor;
  opacity: .11;
}

.service-card-visual > i {
  position: absolute;
  right: -22px;
  bottom: 60px;
  width: 84px;
  height: 16px;
  border: 1px solid currentColor;
  opacity: .25;
  transform: rotate(-28deg);
  transition: transform .3s ease;
}

.service-card:hover .service-card-visual > i {
  transform: translateX(-7px) rotate(-35deg);
}

.service-visual-index {
  position: relative;
  z-index: 1;
  color: currentColor;
  font-family: "Avenir Next", "SF Pro Display", sans-serif;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  opacity: .62;
}

.service-visual-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform .3s ease;
}

.service-card:hover .service-visual-icon {
  transform: rotate(-7deg) scale(1.04);
}

.service-visual-icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.service-visual-category {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 780;
}

.service-card .card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px 25px 21px;
}

.service-card-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.service-card-overline .card-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  letter-spacing: .04em;
}

.service-card-overline > span:last-child {
  color: #8b97aa;
  font-size: 10px;
}

.service-card .card-body h3 {
  min-height: 0;
  margin-bottom: 11px;
  font-size: 23px;
  line-height: 1.32;
  letter-spacing: -.035em;
}

.service-card .card-body h3 a {
  transition: color .2s ease;
}

.service-card .card-body h3 a:hover {
  color: var(--blue);
}

.service-card .card-body > p {
  display: -webkit-box;
  margin-bottom: 16px;
  overflow: hidden;
  color: #63718a;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.card-provider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e8edf4;
}

.provider-avatar {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: #edf2ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
}

.card-provider > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.35;
}

.card-provider strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-provider small {
  color: #8995a8;
  font-size: 11px;
}

.service-card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 13px;
}

.service-card .card-footer > div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.service-card .card-footer > div span {
  color: #9aa5b6;
  font-size: 10px;
}

.service-card .card-footer strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 17px;
}

.service-card .service-card-action {
  display: inline-flex;
  width: auto;
  height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border-radius: 17px;
  background: #edf2ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 780;
}

.service-card-action svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.service-card-action:hover svg {
  transform: translateX(3px);
}

/* The home module becomes a calm feed of three useful services. */
.service-market-panel {
  padding: 32px;
  border: 0;
  border-radius: 24px;
  background: #f5f7fc;
}

.service-market-panel .section-heading h2 {
  font-size: 34px;
}

.service-market-panel .section-heading > a {
  font-size: 15px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.service-card-grid .service-card {
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 222px;
}

.service-card-grid .service-card-visual {
  padding: 18px 16px;
}

.service-card-grid .service-visual-icon {
  width: 54px;
  height: 54px;
}

.service-card-grid .service-visual-icon svg {
  width: 28px;
}

.service-card-grid .service-card .card-body {
  padding: 20px 22px 18px;
}

.service-card-grid .service-card .card-body h3 {
  font-size: 21px;
}

.service-card-grid .service-card .card-body > p {
  margin-bottom: 12px;
  -webkit-line-clamp: 2;
}

.service-card-grid .card-provider {
  padding-top: 11px;
}

.requests-panel {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
}

.two-market-columns {
  align-items: stretch;
}

.two-market-columns > .market-panel {
  height: 100%;
}

.requests-panel .truthful-empty {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
}

.requests-panel .truthful-empty.blue::before,
.requests-panel .truthful-empty.blue::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}

.requests-panel .truthful-empty.blue::before {
  right: -145px;
  bottom: -145px;
  width: 360px;
  height: 360px;
}

.requests-panel .truthful-empty.blue::after {
  right: 68px;
  bottom: 68px;
  width: 10px;
  height: 10px;
  background: #fff;
}

.requests-panel .truthful-empty > * {
  position: relative;
  z-index: 1;
}

.requests-panel .truthful-empty h3 {
  max-width: 430px;
  font-size:34px;font-size: clamp(34px, 3.1vw, 54px);
  line-height: 1.08;
}

.requests-panel .truthful-empty p {
  max-width: 430px;
  font-size: 17px;
}

.directory-empty {
  border: 0;
  border-radius: 20px;
  background: #f5f7fc;
}

@media (max-width: 1180px) {
  .directory-hero-grid {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 48px;
  }

  .directory-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 36px;
  }

  .directory-card-grid {
    grid-template-columns: 1fr;
  }

  .directory-card-grid .service-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .directory-hero {
    padding: 64px 0;
  }

  .directory-hero-grid {
    grid-template-columns: 1fr;
  }

  .directory-hero-copy h1 {
    font-size: 58px;
  }

  .directory-search {
    max-width: 680px;
  }

  .directory-layout {
    grid-template-columns: 1fr;
  }

  .category-rail {
    position: static;
    min-width: 0;
  }

  .category-rail > div,
  .category-rail > p {
    display: none;
  }

  .category-pills {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .category-pills::-webkit-scrollbar {
    display: none;
  }

  .category-pills a {
    min-height: 42px;
    flex: 0 0 auto;
    padding-left:16px;padding-right:16px;
    border: 1px solid var(--line);
    border-radius: 21px;
    background: #fff;
  }

  .category-pills a i {
    display: none;
  }

  .category-pills a:hover {
    border: 1px solid var(--line);
    transform: none;
  }

  .category-pills a.active {
    border: 1px solid #0b2047;
  }
}

@media (max-width: 620px) {
  .directory-hero {
    padding: 48px 0 54px;
  }

  .directory-hero::before {
    top: -280px;
    right: -330px;
  }

  .directory-hero-grid {
    gap: 38px;
  }

  .directory-hero-copy h1 {
    font-size: 46px;
  }

  .directory-hero-copy > p {
    font-size: 17px;
  }

  .directory-facts {
    overflow-x: auto;
  }

  .directory-facts span {
    padding-left:18px;padding-right:18px;
  }

  .directory-search {
    padding: 23px;
    border-radius: 17px;
  }

  .directory-search-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .directory-search-row {
    grid-template-columns: 1fr;
  }

  .directory-content {
    padding: 42px 0 80px;
  }

  .results-heading h2 {
    font-size: 29px;
  }

  .directory-card-grid,
  .service-card-grid {
    gap: 14px;
  }

  .service-card,
  .directory-card-grid .service-card,
  .service-card-grid .service-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 17px;
  }

  .service-card-visual,
  .service-card-grid .service-card-visual {
    min-height: 132px;
    padding: 17px 18px;
  }

  .service-card-visual::before {
    right: -30px;
    bottom: -95px;
  }

  .service-visual-icon,
  .service-card-grid .service-visual-icon {
    width: 48px;
    height: 48px;
  }

  .service-visual-category {
    position: absolute;
    right: 18px;
    bottom: 16px;
  }

  .service-card .card-body,
  .service-card-grid .service-card .card-body {
    padding: 21px;
  }

  .service-card .card-body h3,
  .service-card-grid .service-card .card-body h3 {
    font-size: 21px;
  }

  .service-card .card-body > p {
    -webkit-line-clamp: 3;
  }

  .service-market-panel {
    padding: 20px;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card-visual > i,
  .service-visual-icon,
  .service-card-action svg,
  .category-pills a,
  .category-pills a i {
    transition: none;
  }

  .service-card:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   2026 request directory: readable opportunity briefs, not a compressed table.
   -------------------------------------------------------------------------- */
.request-directory-hero::after {
  right: 12%;
  height: 500px;
  transform: rotate(-28deg);
}

.request-directory-results {
  min-width: 0;
}

.request-directory-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border: 0;
}

.request-directory-list .request-row {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 388px;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #dce3ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(10,34,73,.03);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.request-directory-list .request-row::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
  height: 5px;
  background: var(--blue);
}

.request-directory-list .request-row:hover {
  border-color: #bdcbed;
  box-shadow: 0 22px 48px rgba(18,44,93,.11);
  transform: translateY(-5px);
}

.request-overline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.request-overline .card-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: .04em;
}

.request-overline > span:last-child {
  color: #8b97aa;
  font-size: 11px;
}

.request-directory-list .request-row h3 {
  margin: 0 0 12px;
  overflow: visible;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -.04em;
  text-overflow: clip;
  white-space: normal;
}

.request-directory-list .request-row h3 a:hover {
  color: var(--blue);
}

.request-directory-list .request-row .request-main > p {
  display: -webkit-box;
  min-height: 52px;
  margin: 0 0 22px;
  overflow: hidden;
  color: #65738c;
  font-size: 15px;
  line-height: 1.75;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.request-publisher {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 17px;
  border-top: 1px solid #e8edf4;
}

.request-publisher > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: #edf2ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
}

.request-publisher > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.35;
}

.request-publisher strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-publisher small {
  color: #8995a8;
  font-size: 11px;
}

.request-facts {
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  gap: 0;
  margin: auto 0 0;
  padding: 21px 0 0;
}

.request-facts > div {
  min-width: 0;
  padding-right: 13px;
}

.request-facts > div + div {
  padding-left: 13px;
  border-left: 1px solid #e5eaf2;
}

.request-facts dt {
  margin-bottom: 4px;
  color: #99a4b6;
  font-size: 10px;
}

.request-facts dd {
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-action {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 10px;
  background: #edf2ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 780;
}

.request-action svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .2s ease;
}

.request-action:hover svg {
  transform: translateX(4px);
}

.request-empty-state {
  position: relative;
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 60px;
  align-items: end;
  overflow: hidden;
  padding: 62px;
  border-radius: 24px;
  background: #2457ed;
  color: #fff;
}

.request-empty-state::before {
  content: "";
  position: absolute;
  top: -165px;
  right: -115px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.request-empty-state::after {
  content: "";
  position: absolute;
  right: 245px;
  bottom: -90px;
  width: 1px;
  height: 430px;
  background: rgba(255,255,255,.18);
  transform: rotate(35deg);
}

.request-empty-copy,
.request-empty-steps {
  position: relative;
  z-index: 1;
}

.request-empty-copy > span {
  display: block;
  margin-bottom: 24px;
  color: #c8d6ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.request-empty-copy h3 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size:42px;font-size: clamp(42px, 4.3vw, 68px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.request-empty-copy p {
  max-width: 640px;
  margin-bottom: 32px;
  color: #dbe4ff;
  font-size: 17px;
  line-height: 1.8;
}

.request-empty-copy .button {
  width: fit-content;
}

.request-empty-copy .button b {
  margin-left: 8px;
}

.request-empty-steps {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255,255,255,.24);
}

.request-empty-steps span {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.24);
  color: #eef3ff;
  font-size: 13px;
}

.request-empty-steps b {
  color: #aebfff;
  font-size: 10px;
  letter-spacing: .08em;
}

/* Compact version used on the home page when public requests exist. */
.request-list .request-row {
  grid-template-columns: minmax(0,1fr) auto;
}

.request-list .request-overline > span:last-child,
.request-list .request-publisher {
  display: none;
}

.request-list .request-facts {
  display: flex;
  grid-column: 1;
  gap: 20px;
  margin: 8px 0 0;
  padding: 0;
}

.request-list .request-facts > div,
.request-list .request-facts > div + div {
  padding: 0;
  border: 0;
}

.request-list .request-action {
  width: 42px;
  min-height: 42px;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
  justify-content: center;
}

.request-list .request-action span {
  display: none;
}

@media (max-width: 1180px) {
  .request-directory-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .request-directory-list .request-row {
    min-height: 0;
    padding: 23px;
    border-radius: 17px;
  }

  .request-directory-list .request-row h3 {
    font-size: 22px;
  }

  .request-facts {
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
  }

  .request-facts > div:nth-child(3) {
    grid-column: 1 / -1;
    padding: 14px 0 0;
    border-top: 1px solid #e5eaf2;
    border-left: 0;
  }

  .request-empty-state {
    min-height: 540px;
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 38px 26px;
  }

  .request-empty-copy h3 {
    font-size: 42px;
  }
}

/* Structured, search-focused service pages. */
.service-prose > section {
  margin-bottom: 48px;
}

.service-prose > section h2 {
  margin-bottom: 22px;
}

.service-prose > section p {
  color: #283953;
  font-size: 18px;
  line-height: 1.9;
}







.service-process {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: service-step;
  border-top: 1px solid var(--line);
}

.service-process li {
  counter-increment: service-step;
  display: grid;
  grid-template-columns: 62px 190px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.service-process li::before {
  content: "0" counter(service-step);
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.service-process span {
  color: var(--muted);
}

.service-faq details {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.service-faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
}

.service-faq details p {
  margin: 13px 0 0;
  color: var(--muted);
}

.provider-side-link {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  background: #fff;
}

.provider-side-link span,
.provider-side-link small {
  color: var(--muted);
}

.provider-side-link strong {
  margin: 5px 0 14px;
  font-size: 20px;
}

.related-services {
  padding: 70px 0 100px;
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.provider-hero {
  padding: 82px 0 70px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, #f3f6ff, #fff 68%);
}

.provider-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 80px;
  align-items: end;
}

.provider-hero h1 {
  margin-bottom: 16px;
  font-size: 58px;
}

.provider-hero-grid > div > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.provider-hero aside {
  padding: 26px 28px;
  border-left: 4px solid var(--blue);
  background: #fff;
  box-shadow: var(--shadow);
}

.provider-hero aside p {
  margin: 8px 0 0;
  color: var(--muted);
}

.provider-content {
  padding: 72px 0 110px;
}

.provider-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 80px;
  margin-bottom: 42px;
}

.provider-layout h2 {
  font-size: 34px;
}

.provider-layout article p {
  max-width: 850px;
  color: #283953;
  font-size: 18px;
  line-height: 1.85;
}

.provider-services {
  row-gap: 22px;
}

@media (max-width: 820px) {
  .spec-audience,
  .provider-hero-grid,
  .provider-layout {
    grid-template-columns: 1fr;
  }

  .service-process li {
    grid-template-columns: 44px 1fr;
  }

  .service-process span {
    grid-column: 2;
  }

  .provider-hero h1 {
    font-size: 44px;
  }
}

/* Public navigation type scale: sized for the wide desktop shell, not as captions. */
.site-header {
  height: 88px;
}

.brand-logo {
  width: 126px;
}

.desktop-nav {
  gap: 36px;
}

.desktop-nav a,
.nav-account {
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -.015em;
}

.desktop-nav a {
  padding-top:28px;padding-bottom:28px;
}

.desktop-nav a.active {
  border-bottom-width: 3px;
}

.nav-actions .button-small {
  min-height: 46px;
  padding-left:20px;padding-right:20px;
  font-size: 17px;
}

.site-footer {
  padding-top: 72px;
}

.footer-brand .brand-logo {
  width: 142px;
}

.footer-grid h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-grid > div > a:not(.brand) {
  margin-top:11px;margin-bottom:11px;
  font-size: 17px;
  line-height: 1.55;
}

.footer-brand p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.75;
}

.footer-bottom {
  font-size: 15px;
  line-height: 1.55;
}

.final-proof {
  font-size: 16px;
}

@media (max-width: 1100px) and (min-width: 821px) {
  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav a,
  .nav-account {
    font-size: 16px;
  }

  .nav-actions {
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 76px;
  }

  .mobile-menu nav a {
    padding: 13px 12px;
    font-size: 17px;
    font-weight: 680;
  }

  .mobile-menu nav a.active {
    color: var(--blue);
    background: #eef3ff;
  }
}

@media (max-width: 540px) {
  .brand-logo {
    width: 110px;
  }

  .footer-brand .brand-logo {
    width: 132px;
  }

  .footer-grid h3 {
    font-size: 18px;
  }

  .footer-grid > div > a:not(.brand),
  .footer-brand p {
    font-size: 17px;
  }
}

/* 2026-09-04 错误页：旧站英文 URL 的落点，需要说清楚站点已改版 */
.error-page .error-note {
  max-width: 640px;
  margin-top: 4px;
  color: #7a879e;
  font-size: 14px;
  line-height: 1.6;
}

.error-page code {
  padding: 1px 6px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--soft);
  font-size: .92em;
}

.error-page .button-row {
  margin-top: 26px;
}

/* 2026-09-04 服务页内容来源与更新时间：E-E-A-T 透明度信号 */
.detail-provenance {
  max-width: 720px;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #7a879e;
  font-size: 13px;
  line-height: 1.7;
}

.detail-provenance time {
  color: var(--ink);
  font-weight: 650;
}

/* ============================================================
   flex 布局的 gap 降级（2026-09-04 生成，勿手工编辑）

   flex 容器的 gap 要到 Chrome 84 / iOS Safari 14.5 才支持。
   微信、QQ、UC 等内置浏览器的旧内核普遍低于这个版本，在那些设备上
   所有用 gap 排版的地方会完全没有间距，元素挤成一团。

   这里用相邻兄弟选择器补 margin。只有页面底部的脚本实测出
   不支持 flex gap 时，才会给 <html> 加上 no-flex-gap 类并启用这些规则，
   所以现代浏览器上不会出现 gap 与 margin 叠加导致的双倍间距。

   来源规则由 scan 脚本从 app.css / fixes.css / hero-market.css 提取，
   共 39 条。改动上游 gap 后需要重新生成。
   ============================================================ */
.no-flex-gap .nav-shell > * + * { margin-left: 28px; }
.no-flex-gap .desktop-nav > * + * { margin-left: 34px; }
.no-flex-gap .nav-actions > * + * { margin-left: 17px; }
.no-flex-gap .button > * + * { margin-left: 8px; }
.no-flex-gap .hot-search > * + * { margin-left: 15px; }
.no-flex-gap .section-heading.inline > * + * { margin-left: 24px; }
.no-flex-gap .final-actions > * + * { margin-left: 10px; }
.no-flex-gap .final-proof > * + * { margin-left: 42px; }
.no-flex-gap .category-pills > * + * { margin-top: 3px; }
.no-flex-gap .directory-empty > * + * { margin-left: 50px; }
.no-flex-gap .form-sidebar li > * + * { margin-left: 18px; }
.no-flex-gap .pre-submit > * + * { margin-top: 8px; }
.no-flex-gap .breadcrumb > * + * { margin-left: 9px; }
.no-flex-gap .detail-provider > * + * { margin-left: 13px; }
.no-flex-gap .account-heading > * + * { margin-left: 35px; }
.no-flex-gap .button-row > * + * { margin-left: 10px; }
.no-flex-gap .button-row > * { margin-bottom: 10px; }
.no-flex-gap .manage-list article > * + * { margin-left: 25px; }
.no-flex-gap .manage-actions > * + * { margin-left: 10px; }
.no-flex-gap .manage-actions > * { margin-bottom: 10px; }
.no-flex-gap .report-admin-row > * + * { margin-left: 25px; }
.no-flex-gap .report-admin-row form > * + * { margin-left: 6px; }
.no-flex-gap .publish-popover a > * + * { margin-left: 24px; }
.no-flex-gap .publish-popover .publish-option-copy > * + * { margin-top: 3px; }
.no-flex-gap .register-intro-top > * + * { margin-left: 20px; }
.no-flex-gap .register-status > * + * { margin-left: 8px; }
.no-flex-gap .register-form-heading > * + * { margin-left: 28px; }
.no-flex-gap .register-section-label > * + * { margin-left: 9px; }
.no-flex-gap .directory-facts span > * + * { margin-left: 8px; }
.no-flex-gap .directory-search-head > * + * { margin-left: 24px; }
.no-flex-gap .service-card-overline > * + * { margin-left: 12px; }
.no-flex-gap .card-provider > * + * { margin-left: 10px; }
.no-flex-gap .service-card .card-footer > * + * { margin-left: 15px; }
.no-flex-gap .service-card .service-card-action > * + * { margin-left: 7px; }
.no-flex-gap .request-overline > * + * { margin-left: 18px; }
.no-flex-gap .request-publisher > * + * { margin-left: 10px; }
.no-flex-gap .request-empty-steps span > * + * { margin-left: 15px; }
.no-flex-gap .request-list .request-facts > * + * { margin-left: 20px; }
.no-flex-gap .exchange-direct > * + * { margin-top: 8px; }
.no-flex-gap .hero-market-foot > * + * { margin-left: 20px; }
.no-flex-gap .hero-market-foot ul > * + * { margin-left: 18px; }

/* ============================================================
   服务物料清单（2026-09-04）
   勾选不是下单：平台不抽佣不代收款，这里只做透明展示与询价。
   不用 flex gap 之外的新特性；用到 gap 的地方已在上面的降级块覆盖。
   ============================================================ */
.bom {
  padding-bottom: 8px;
}

.bom-intro {
  color: var(--muted);
  font-size: 15px;
  max-width: 62ch;
}

.bom-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}

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

.bom-table th {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--muted);
  padding: 12px 14px 10px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
  white-space: nowrap;
}

.bom-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #edf0f5;
  vertical-align: top;
}

.bom-table tbody:last-child tr:last-child td {
  border-bottom: 0;
}

.bom-group td {
  background: var(--soft);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
  color: #52617c;
  padding-top: 9px;
  padding-bottom: 9px;
}

.bom-num {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.bom-num small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}

.bom-pick {
  width: 42px;
  padding-right: 0 !important;
}

.bom-check {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--blue);
  cursor: pointer;
}

.bom-check:disabled {
  cursor: not-allowed;
}

.bom-name {
  display: block;
  font-weight: 650;
  line-height: 1.45;
}

.bom-desc,
.bom-deliver {
  display: block;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 3px;
}

.bom-deliver {
  color: #52617c;
}

.bom-chip {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .04em;
  padding: 1px 6px;
  border-radius: 3px;
  margin-left: 7px;
  vertical-align: 1px;
  white-space: nowrap;
}

.bom-chip-req {
  background: #e8f5ee;
  color: #17623b;
}

.bom-chip-pass {
  background: #fdf3e3;
  color: #8a5307;
}

.bom-row.is-off .bom-name,
.bom-row.is-off .bom-desc,
.bom-row.is-off .bom-deliver,
.bom-row.is-off .bom-num {
  opacity: .45;
}

.bom-qty {
  width: 60px;
  margin: 0;
  padding: 5px 7px;
  border: 1px solid #bec9da;
  border-radius: 3px;
  font-size: 13px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.bom-totals {
  border-top: 2px solid var(--ink);
  margin-top: 18px;
  padding-top: 14px;
}

.bom-totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
  color: var(--muted);
}

.bom-totals strong {
  font-size: 15px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.bom-grand {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 12px !important;
  font-weight: 700;
  color: var(--ink) !important;
}

.bom-grand strong {
  font-size: 22px;
  color: var(--blue);
}

.bom-handoff {
  margin-top: 18px;
}

.bom-boundary {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 66ch;
  margin: 12px 0 0;
}

.bom-boundary strong {
  color: var(--ink);
}

.bom-slip-wrap {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 13px;
}

.bom-slip {
  width: 100%;
  margin-top: 7px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12.5px;
  line-height: 1.75;
  font-weight: 400;
  resize: vertical;
}

@media (max-width: 620px) {
  .bom-table td,
  .bom-table th {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bom-grand strong {
    font-size: 19px;
  }
}

/* 屏幕阅读器可见、视觉隐藏。用于只有图标或控件的表头。 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* 发布表单里的组件录入 */
.bom-form-intro {
  color: var(--muted);
  font-size: 14px;
  max-width: 62ch;
}

.bom-form-tips {
  margin: 0 0 22px;
  padding-left: 20px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 64ch;
}

.bom-form-tips strong {
  color: var(--ink);
}

.bom-row-fields {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 20px 22px 6px;
  margin: 0 0 14px;
  background: var(--soft);
}

.bom-row-fields label {
  font-size: 14px;
}

.bom-qty-field {
  max-width: 260px;
}

.bom-form-note {
  font-size: 12.5px;
  color: var(--muted);
  margin: 12px 0 0;
}

@media (max-width: 620px) {
  .bom-row-fields {
    padding: 16px 14px 4px;
  }
}

.detail-price-note {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--muted);
  margin: 6px 0 14px;
}

.detail-price-note a {
  color: var(--blue);
  font-weight: 650;
}

/* ============================================================
   服务详情页的规格段落（2026-09-04 重做）
   
   原来五段共用「方框 + 对勾 + min-height:76px」，问题有三：
   一是强行等高造成大片空洞，密度极低；
   二是五段语义不同却长得一样，读者无法分辨在读什么；
   三是「默认不包含」用对勾，语义是反的。
   
   现在按语义分形态：包含项用对勾，你要提供的用箭头，排除项用减号且降低
   视觉权重。取消所有方框，改用发丝线分隔，让密度回到规格文档该有的样子。
   ============================================================ */

.spec-block {
  margin-bottom: 46px;
}

.service-prose .spec-block h2 {
  font-size: 25px;
  letter-spacing: -.02em;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--ink);
}

.spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.spec-list li {
  position: relative;
  padding: 14px 0 14px 30px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.7;
  color: #283953;
}

.spec-list li::before {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.7;
}

/* 包含项：服务范围、可交付内容 */
.spec-included li::before {
  content: "\2713";
  color: var(--blue);
}

/* 需要买家自己准备的东西，是动作不是包含项 */
.spec-input li::before {
  content: "\2192";
  color: #7a869d;
}

/* 排除项。降低权重，且绝不用对勾 */
.spec-excluded li {
  color: #6b7a94;
}

.spec-excluded li::before {
  content: "\2013";
  color: #a3aec1;
}

/* 适合哪些企业：这是资格判断，不是清单，所以不给标记，
   用左侧竖线和更小的字号把它降到「背景信息」的层级 */
.spec-audience {
  border-left: 2px solid var(--line);
  padding-left: 20px;
}

.spec-audience li {
  padding: 8px 0;
  border-bottom: 0;
  font-size: 15px;
  color: #52617c;
}

.spec-audience li::before {
  content: none;
}

.spec-note {
  margin: 14px 0 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}

.spec-note a {
  color: var(--blue);
  font-weight: 650;
}

@media (max-width: 620px) {
  .spec-block {
    margin-bottom: 36px;
  }

  .service-prose .spec-block h2 {
    font-size: 22px;
  }

  .spec-list li {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* ============================================================
   分享区块（2026-09-04）
   平台图标默认单色，悬停才显各自品牌色。十个彩色图标一字排开是
   插件感最重的做法，也是上一轮被指出「太 low」的同一类问题。
   ============================================================ */
.share {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.share-title {
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
}

.share-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

.share-primary > * {
  margin: 0 10px 10px 0;
}

.share-primary .button {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.share-feedback {
  font-size: 13px;
  font-weight: 650;
  color: var(--blue);
}

.share-hint {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 60ch;
  margin: 0 0 22px;
}

.share-groups {
  display: flex;
  flex-wrap: wrap;
}

.share-group {
  margin: 0 44px 12px 0;
}

.share-group-label {
  display: block;
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 10px;
}

.share-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-links li {
  margin: 0 8px 8px 0;
}

.share-link {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 13px 0 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: #52617c;
  font-size: 13px;
  font-weight: 620;
  white-space: nowrap;
  transition: border-color .18s ease, color .18s ease;
}

.share-link svg {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.share-link-facebook svg,
.share-link-qzone svg,
.share-link-weibo svg {
  fill: currentColor;
  stroke: none;
}

.share-link:hover,
.share-link:focus-visible {
  border-color: currentColor;
}

/* 悬停时才上品牌色，平时保持克制 */
.share-link-weibo:hover      { color: #d52b2b; }
.share-link-qzone:hover      { color: #f0a30a; }
.share-link-linkedin:hover   { color: #0a66c2; }
.share-link-whatsapp:hover   { color: #1da851; }
.share-link-x:hover          { color: #0b1c3b; }
.share-link-facebook:hover   { color: #1877f2; }
.share-link-telegram:hover   { color: #229ed9; }

.provider-share {
  margin-top: 40px;
}

@media (max-width: 620px) {
  .share-group {
    margin-right: 0;
    width: 100%;
  }

  .share-primary .button {
    flex: 1 1 auto;
  }
}

/* ============================================================
   后台数据页（2026-09-04）
   信息密度优先：这是拿来扫的，不是拿来读的。数字先行，
   状态用形状而不只是颜色表达，避免只靠颜色传递信息。
   ============================================================ */
.admin-hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.admin-hero-row > div:first-child {
  margin-right: 24px;
}

.admin-hero-actions {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}

.admin-hero-actions .button {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 14px;
  margin: 0 8px 8px 0;
}

.ins-block {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}

.ins-block:last-child {
  border-bottom: 0;
}

.ins-block > h2 {
  font-size: 21px;
  letter-spacing: -.015em;
  margin: 0 0 6px;
}

.ins-block h3 {
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .01em;
  color: #52617c;
  margin: 26px 0 10px;
}

.ins-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 74ch;
  margin: 0 0 18px;
}

.ins-empty {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--muted);
  background: var(--soft);
  border-radius: 4px;
  padding: 14px 16px;
  margin: 0;
  max-width: 74ch;
}

.ins-error {
  font-size: 13.5px;
  color: #a52b2b;
  background: #fff0f0;
  border: 1px solid #f1b4b4;
  border-radius: 4px;
  padding: 12px 15px;
  margin: 0;
}

/* 指标块 */
.ins-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 6px;
}

.ins-tile {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 15px 17px;
  background: #fff;
}

.ins-tile > span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 6px;
}

.ins-tile > strong {
  display: block;
  font-size: 27px;
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}

.ins-tile > strong i {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  margin-left: 3px;
}

.ins-tile > small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

/* 待处理不为零时用左侧竖条标出，不只靠颜色 */
.ins-tile.is-alert {
  border-left: 3px solid var(--orange);
}

.ins-delta.is-up { color: #17623b; }
.ins-delta.is-down { color: #a52b2b; }

/* 表格 */
.ins-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.ins-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 13.5px;
}

.ins-table th {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  background: var(--soft);
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.ins-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #edf0f5;
  vertical-align: top;
}

.ins-table tbody tr:last-child td {
  border-bottom: 0;
}

.ins-table .num,
.ins-table th.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ins-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .93em;
  word-break: break-all;
}

/* 抓取用途标签 */
.ins-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  white-space: nowrap;
}

.ins-tag-live { background: #e8f5ee; color: #17623b; }
.ins-tag-index { background: #e8eeff; color: #2450e0; }
.ins-tag-train { background: #f0f2f7; color: #52617c; }

/* 行内数字列表 */
.ins-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ins-inline li {
  display: flex;
  align-items: baseline;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 7px 13px;
  margin: 0 8px 8px 0;
  background: #fff;
  font-size: 13px;
}

.ins-inline li span {
  color: var(--muted);
  margin-right: 9px;
}

.ins-inline li b {
  font-variant-numeric: tabular-nums;
}

/* 条形列表 */
.ins-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 8px 36px;
}

.ins-bars {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ins-bars li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px 52px;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 13px;
}

.ins-bar-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ins-bar-track {
  height: 6px;
  border-radius: 3px;
  background: #e8ecf4;
  overflow: hidden;
}

.ins-bar-track i {
  display: block;
  height: 100%;
  background: var(--blue);
}

.ins-bars b {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

@media (max-width: 620px) {
  .ins-tile > strong { font-size: 23px; }
  .ins-bars li { grid-template-columns: minmax(0, 1fr) 48px 44px; }
}

/* ═══════════════════════════════════════════════════════════
   组件词条页
   ═══════════════════════════════════════════════════════════ */

/* 报价对比表。这是词条页唯一不可替代的内容，所以给它足够的呼吸空间，
   不塞进正文的窄栏里。表格本身横向可滚，但页面不横向滚。 */
.component-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 18px 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.component-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 15px;
}

.component-table th,
.component-table td {
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.component-table thead th {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  background: var(--soft);
  white-space: nowrap;
}

.component-table tbody tr:last-child td { border-bottom: 0; }
.component-table .num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.component-table thead .num { text-align: right; }
.component-table a { color: var(--blue); }
.component-table a:hover { text-decoration: underline; }
.component-table td:first-child a strong { font-weight: 700; }

.component-provider {
  margin-top: 4px;
  font-size: 13px;
  color: var(--muted);
}
.component-provider a { color: var(--muted); }
.component-provider a:hover { color: var(--blue); }

.component-sub { margin-top: 3px; font-size: 12.5px; color: var(--muted); }

.component-scope {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 30ch;
}

/* 必要性用形状加文字双重编码，不只靠颜色。
   色盲读者靠边框粗细和文字也能分辨。 */
.component-necessity {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12.5px;
  font-weight: 650;
  white-space: nowrap;
}
.component-necessity-required { background: #e8effd; color: var(--blue-dark); border: 1px solid #c3d4fb; }
.component-necessity-recommended { background: #fff4e6; color: #a35c07; border: 1px solid #f3d9b4; }
.component-necessity-optional { background: var(--soft); color: var(--muted); border: 1px solid var(--line); }

.component-aka {
  margin: 10px 0 0;
  font-size: 14.5px;
  color: var(--muted);
}

/* 服务清单里指向词条页的链接。做成虚线下划线而不是蓝字：
   一份清单里十几行都变蓝会很吵，虚下划线足以表示可点。 */
.bom-link {
  color: inherit;
  border-bottom: 1px dashed #b9c6dd;
}
.bom-link:hover { color: var(--blue); border-bottom-color: var(--blue); }

/* 服务页和分类页底部的词条互链 */
.component-related { margin-top: 46px; }
.component-related > p { color: var(--muted); }

.component-related-list,
.component-index {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  gap: 12px;
}

.component-related-list a,
.component-index a {
  display: block;
  height: 100%;
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.component-related-list a:hover,
.component-index a:hover {
  border-color: var(--blue);
  box-shadow: 0 6px 20px rgba(36, 87, 237, .09);
}

.component-related-list strong,
.component-index strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.component-related-list span,
.component-index span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
.component-index small {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 650;
  color: var(--blue);
}

.component-group { margin-bottom: 42px; }
.component-group > h2 {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

/* 词条索引的页头。没有服务卡片，所以不复用目录页的 hero。 */
.page-hero { padding: 46px 0 30px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 12px 0 0; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; }
.page-hero-lead { margin: 14px 0 0; font-size: 18px; line-height: 1.6; max-width: 64ch; }
.page-hero-meta { margin: 14px 0 0; font-size: 14.5px; color: var(--muted); max-width: 68ch; }

@media (max-width: 620px) {
  .component-table { min-width: 540px; font-size: 14px; }
  .component-table th, .component-table td { padding: 11px 12px; }
  .component-scope { max-width: 24ch; font-size: 13px; }
  .page-hero { padding: 32px 0 24px; }
  .page-hero-lead { font-size: 16px; }
}

/* ═══════════════════════════════════════════════════════════
   价格登录墙
   ═══════════════════════════════════════════════════════════ */

/* 「登录后可见」不做成灰字。灰字读起来像「这里没有内容」，
   而这里是有内容、只是要先登录。用蓝色加虚线下框，
   和站内其他可点的东西一个语言，让人知道这是一步动作不是一个缺口。 */
.price-locked,
.bom-locked {
  color: var(--blue);
  font-weight: 700;
}
.detail-price.price-locked { font-size: 24px; letter-spacing: -.01em; }
.bom-locked {
  font-size: 13.5px;
  white-space: nowrap;
}

.bom-necessity {
  white-space: nowrap;
  font-size: 14px;
  color: var(--muted);
}
.bom-necessity small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}

/* 登录引导块。放在明细表下面，位置就是访客看完清单、
   正想知道多少钱的那一刻。 */
.bom-gate {
  margin: 20px 0 0;
  padding: 22px 24px;
  border: 1px solid #c3d4fb;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fe 100%);
}
.bom-gate > strong {
  display: block;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.01em;
}
.bom-gate > p {
  margin: 8px 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 58ch;
}
.bom-gate .button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.bom-gate > small {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}

/* 词条页侧栏里两个按钮上下排，中间要有间距 */
.contact-card .button-wide + .button-wide { margin-top: 9px; }

@media (max-width: 620px) {
  .bom-gate { padding: 18px 17px; }
  .bom-gate > strong { font-size: 16.5px; }
  .bom-gate .button-row .button { width: 100%; }
}

/* ═══════════════════════════════════════════════════════════
   Google 登录与账户资料
   ═══════════════════════════════════════════════════════════ */

.oauth-block { margin: 20px 0 0; }

/* Google 品牌规范要求：白底、灰边、不改配色、不改 logo。
   照做，别自己调成蓝色按钮。 */
.oauth-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #cfd8e6;
  border-radius: 7px;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  color: #1f2c47;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.oauth-button:hover { border-color: #9db0cd; box-shadow: 0 3px 12px rgba(22, 49, 102, .1); }
.oauth-button:active { background: #f6f8fc; }
.oauth-mark { display: inline-flex; flex: 0 0 auto; }

.oauth-note {
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* 分隔线。用 border 而不是画一条 div，少一个元素。 */
.oauth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 18px;
  font-size: 13px;
  color: var(--muted);
}
.oauth-divider::before,
.oauth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* ---------- 账户资料 ---------- */

.account-profile { padding-bottom: 20px; }

.profile-block {
  margin: 0 0 26px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.profile-block > legend,
.profile-block > h2 {
  padding: 0 8px;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.01em;
}
.profile-block > h2 { padding: 0; }
.profile-block-note {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.profile-field { display: block; margin-bottom: 18px; }
.profile-field > span {
  display: block;
  margin-bottom: 6px;
  font-size: 14.5px;
  font-weight: 650;
}
.profile-field input[type="text"],
.profile-field select,
.profile-field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 15px;
}
.profile-field textarea { resize: vertical; line-height: 1.6; }
.profile-field input:focus,
.profile-field select:focus,
.profile-field textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}
.profile-field > small {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
}

/* 「公开」标记。这个标签是这一页最重要的信息之一：
   用户必须一眼看出哪些字段会被陌生人看到。 */
.profile-public {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 3px;
  background: #e8effd;
  color: var(--blue-dark);
  font-size: 11.5px;
  font-weight: 700;
  vertical-align: 1px;
}

/* 主页地址：前缀和输入框拼成一整条，让人看清最终地址长什么样 */
.profile-slug {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}
.profile-slug i {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: var(--soft);
  border-right: 1px solid var(--line);
  font-style: normal;
  font-size: 13.5px;
  color: var(--muted);
  white-space: nowrap;
}
.profile-slug input[type="text"] { border: 0; border-radius: 0; }
.profile-slug input:focus { outline-offset: -2px; }

.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 0 16px;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
}

.profile-methods { list-style: none; margin: 0; padding: 0; }
.profile-methods li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.profile-methods li > strong { flex: 0 0 160px; font-size: 15px; }
.profile-methods li > span { flex: 1 1 auto; font-size: 14px; color: var(--muted); }
.profile-methods li > small { flex: 1 1 100%; font-size: 12.5px; color: var(--muted); }
.profile-methods form { margin: 0; }

@media (max-width: 620px) {
  .profile-block { padding: 18px 16px; }
  .profile-slug { flex-direction: column; }
  .profile-slug i { border-right: 0; border-bottom: 1px solid var(--line); padding: 7px 10px; }
  .profile-methods li > strong { flex: 1 1 100%; }
  .profile-actions .button { width: 100%; }
}

/* ═══════════════════════════════════════════════════════════
   登录与注册页
   ═══════════════════════════════════════════════════════════ */

/* 两栏等高，各自内部垂直居中。原来的做法是左边图片底部对齐、
   右边表单垂直居中，两侧互不对齐，中间还留着一大片空白。 */
.auth-body { min-height: 100vh; }

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  min-height: 100vh;
}

/* 左栏不用图库照片。原来那张会议室照片压了一层蓝色渐变，
   既看不清又和「外贸获客」没有关系，纯粹是填空白用的。
   换成实心深底加真实内容：登录之后到底能看到什么。
   价格改成登录可见之后，这一栏就是那条规则的说明书。 */
.auth-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 48px;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* 一点极淡的网格纹理，让大片深色不至于死板。
   用渐变画，不加图片请求。 */
.auth-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(120% 90% at 15% 15%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 90% at 15% 15%, #000 20%, transparent 78%);
  pointer-events: none;
}

.auth-aside > * { position: relative; }

.auth-brand { display: inline-flex; flex: 0 0 auto; }
.auth-brand img { width: auto; height: 27px; object-fit: contain; }

.auth-aside-body { max-width: 30rem; }

.auth-eyebrow {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: .04em;
  color: #cfe0ff;
}

.auth-aside h1 {
  margin: 0 0 26px;
  font-size: clamp(28px, 2.9vw, 40px);
  line-height: 1.24;
  letter-spacing: -.025em;
  font-weight: 800;
}

.auth-unlocks { list-style: none; margin: 0; padding: 0; }
.auth-unlocks li {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.auth-unlocks li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.auth-unlocks strong {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  margin-bottom: 3px;
}
.auth-unlocks span {
  display: block;
  font-size: 13.5px;
  line-height: 1.6;
  color: #a9bcdd;
}

.auth-boundary {
  margin: 0;
  font-size: 13px;
  letter-spacing: .04em;
  color: #8fa5cb;
}

/* 右栏 */
.auth-main {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.auth-main-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px 28px;
}

/* flash 在这一栏里跟着卡片宽度走，不再横贯整个页面。
   原来那条「请先登录后继续」是通栏的，和它下面的表单没有视觉关系。 */
.auth-main-inner .flash-stack {
  width: 100%;
  max-width: 27rem;
  margin: 0 0 18px;
  padding: 0;
}

.auth-card { width: 100%; max-width: 27rem; }

.auth-card-head { margin-bottom: 26px; }
.auth-card-head h2 {
  margin: 0 0 6px;
  font-size: 28px;
  letter-spacing: -.02em;
  font-weight: 800;
}
.auth-card-head p { margin: 0; font-size: 14.5px; color: var(--muted); }
.auth-card-head a { color: var(--blue); font-weight: 650; }
.auth-card-head a:hover { text-decoration: underline; }

.auth-field { display: block; margin-bottom: 16px; }
.auth-field > span {
  display: block;
  margin-bottom: 6px;
  font-size: 13.5px;
  font-weight: 650;
}
.auth-field input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
}
.auth-field input:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}

/* 浏览器自动填充默认会刷一层淡蓝底，和这一页的白底打架。
   用超长的 inset 阴影盖掉——直接设 background 对自动填充无效。 */
.auth-field input:-webkit-autofill,
.auth-field input:-webkit-autofill:hover,
.auth-field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
}

.auth-form .button-wide { width: 100%; margin-top: 6px; }

.auth-note {
  margin: 22px 0 0;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--muted);
}

.auth-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  padding: 20px 32px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--muted);
}
.auth-foot nav { display: flex; flex-wrap: wrap; gap: 18px; }
.auth-foot a { color: var(--muted); }
.auth-foot a:hover { color: var(--blue); }

/* 窄屏：左栏收成一条顶部条，只留品牌和一句话，不占掉半屏。
   把三条卖点也塞进手机屏，表单就被挤到折叠线以下了。 */
@media (max-width: 960px) {
  .auth-shell { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .auth-aside {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
  }
  .auth-aside-body { display: none; }
  .auth-boundary { font-size: 11.5px; text-align: right; }
  .auth-main-inner { padding: 34px 20px 22px; }
  .auth-foot { padding: 18px 20px; justify-content: center; text-align: center; }
}

@media (max-width: 420px) {
  .auth-boundary { display: none; }
  .auth-card-head h2 { font-size: 24px; }
}

/* 矮屏笔记本（1366x768 这类，可用高度往往不到 700px）。
   左栏三条卖点加上下留白会把整页顶过一屏，逼人为了看登录按钮而滚动。
   按视口高度收紧，而不是按宽度——这是高度不够，不是屏幕窄。 */
@media (min-width: 961px) and (max-height: 820px) {
  .auth-aside { padding: 30px 44px; gap: 26px; }
  .auth-aside h1 { margin-bottom: 20px; }
  .auth-eyebrow { margin-bottom: 14px; }
  .auth-unlocks li { padding: 12px 0; }
  .auth-unlocks span { font-size: 13px; }
  .auth-main-inner { padding: 36px 24px 22px; }
  .auth-card-head { margin-bottom: 22px; }
}

/* 更矮的（比如开了很多工具栏的浏览器）：第三条卖点让位。
   前两条已经说清楚登录能拿到什么，第三条是加分项。 */
@media (min-width: 961px) and (max-height: 700px) {
  .auth-unlocks li:nth-child(3) { display: none; }
  .auth-unlocks li:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .auth-aside h1 { font-size: clamp(24px, 2.4vw, 32px); }
}

/* 注册页：自带两栏结构，只借这套骨架的「干净」——没有全站导航、
   没有营销 CTA、没有四栏页脚。原来它是 2.8 屏，其中后 1.8 屏
   对一个正在填表的人毫无用处，那条 CTA 还指向要登录才能进的发布页，
   点过去被弹回来，是个死循环。 */
.auth-bare { padding: 26px 0 8px; background: var(--soft); min-height: calc(100vh - 190px); }
.auth-bare .flash-stack { margin-bottom: 18px; }
.auth-foot-bare { background: var(--soft); border-top: 1px solid var(--line); padding: 20px 5%; }

@media (max-width: 620px) {
  .auth-bare { padding: 18px 0 6px; }
  .auth-foot-bare { padding: 18px 20px; justify-content: center; text-align: center; }
}

.card-provider small {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-provider small i {
  color: #b0bac9;
  font-style: normal;
}

.report-login-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 11px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}

.report-login-link:hover,
.report-login-link:focus-visible {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

@media (max-width: 820px) {
  .hero {
    padding-top: 28px;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-copy h1 {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: clamp(40px, 10.8vw, 48px);
    line-height: 1.07;
    letter-spacing: -.052em;
  }

  .hero-copy > p {
    margin-bottom: 20px;
    font-size: 16.5px;
    line-height: 1.65;
  }

  .hero-copy .eyebrow {
    margin-bottom: 13px;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10.3vw, 43px);
  }

  .hero-copy > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .search-tabs {
    height: 50px;
  }

  .search-control {
    padding: 10px 10px 7px;
  }

  .search-control .button {
    min-height: 42px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hot-search {
    padding: 0 14px 13px;
    font-size: 12.5px;
  }

  .directory-hero {
    padding: 34px 0 42px;
  }

  .directory-hero-grid {
    gap: 28px;
  }

  .directory-hero-copy h1 {
    margin-bottom: 17px;
    font-size: clamp(39px, 10.5vw, 44px);
    line-height: 1.08;
  }

  .directory-hero-copy > p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.68;
  }

  .directory-facts span {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .directory-search {
    padding: 20px;
  }
}
