:root {
  --ink: #071942;
  --muted: #5f6f86;
  --line: #dbe5ee;
  --soft: #f5f9fb;
  --aqua: #29c7bf;
  --blue: #00266d;
  --green: #18a67c;
  --red: #c83d3d;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfdfe;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand img {
  display: block;
  width: auto;
}

.brand-logos {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}

.brand-logo-traslada {
  height: 42px;
}

.brand-logo-sinedian {
  height: 34px;
}

.brand-by {
  color: #4f5f77;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: lowercase;
}

.nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nav form {
  margin: 0;
}

.site-footer {
  background: #071942;
  color: rgba(255, 255, 255, .78);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  padding: 42px clamp(20px, 6vw, 86px);
}

.footer-brand img {
  background: var(--white);
  border-radius: 8px;
  display: block;
  width: auto;
}

.footer-brand-logos {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.footer-logo-traslada {
  height: 50px;
  padding: 7px 10px;
}

.footer-logo-sinedian {
  height: 44px;
  padding: 6px 10px;
}

.footer-brand p {
  line-height: 1.62;
  margin: 18px 0 0;
  max-width: 560px;
}

.footer-links {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-links h2 {
  color: var(--white);
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, .78);
  display: block;
  line-height: 1.4;
  margin-top: 10px;
}

.footer-links a:hover {
  color: var(--white);
}

.link-button {
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.button {
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  max-width: 100%;
  padding: 12px 18px;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.button:disabled {
  background: #b8c2cf;
  border-color: #b8c2cf;
  color: #eef3f8;
  cursor: not-allowed;
}

.button.secondary {
  background: var(--white);
  color: var(--blue);
}

.button.small {
  padding: 9px 13px;
}

.button.tiny {
  padding: 7px 10px;
}

.hero {
  --hero-pad: clamp(20px, 6vw, 86px);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 80px);
  padding: 46px var(--hero-pad) 34px;
}

.hero-copy {
  max-width: 980px;
}

.hero h1 {
  font-size: clamp(40px, 5.8vw, 68px);
  margin-bottom: 16px;
}

.hero .lead {
  font-size: 18px;
}

.hero .hero-actions {
  margin-top: 20px;
}

.eyebrow {
  color: #087f85;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1;
  margin-bottom: 22px;
  max-width: 920px;
}

h2 {
  font-size: 32px;
  line-height: 1.12;
}

.lead {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  max-width: 720px;
}

.hero-actions,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.match-bell {
  position: relative;
}

.match-bell summary {
  list-style: none;
}

.match-bell summary::-webkit-details-marker {
  display: none;
}

.match-bell-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c9d7e6;
  border-radius: 8px;
  color: #0a2a6b;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.match-bell-btn i {
  font-size: 18px;
}

.match-badge {
  align-items: center;
  background: #d7263d;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 6px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.match-dropdown {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 25, 66, .18);
  left: 0;
  max-width: calc(100vw - 24px);
  padding: 14px;
  position: absolute;
  right: auto;
  top: calc(100% + 8px);
  transform: none;
  width: min(92vw, 430px);
  z-index: 20;
}

.match-dropdown h3 {
  margin: 0 0 10px;
}

.match-dropdown-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.match-dropdown-close {
  align-items: center;
  background: #f7fbff;
  border: 1px solid #c9d7e6;
  border-radius: 8px;
  color: #0a2a6b;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.match-alert-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  max-height: 320px;
  overflow: auto;
  padding: 0;
}

.match-alert-list li {
  background: #f7fbff;
  border: 1px solid #d7e7f3;
  border-radius: 8px;
  padding: 10px;
}

.match-alert-list li p {
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 6px;
}

.match-alert-list li p strong {
  color: var(--ink);
}

.match-alert-list li a {
  color: var(--blue);
  font-weight: 800;
}

.route-card,
.panel,
.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(7, 25, 66, .08);
}

.notice-strip {
  align-items: start;
  background: #eefaf9;
  border-bottom: 1px solid rgba(41, 199, 191, .35);
  border-top: 1px solid rgba(41, 199, 191, .35);
  display: grid;
  gap: 8px;
  grid-template-columns: 180px minmax(0, 1fr);
  line-height: 1.55;
  padding: 20px clamp(20px, 6vw, 86px);
}

.notice-strip strong {
  color: #075e69;
}

.notice-strip.compact {
  border: 1px solid rgba(41, 199, 191, .35);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px;
}

.hero-showcase {
  align-self: center;
  background:
    linear-gradient(135deg, rgba(0, 38, 109, .09), rgba(41, 199, 191, .08)),
    var(--white);
  border: 1px solid rgba(0, 38, 109, .12);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(7, 25, 66, .16);
  margin-inline: auto;
  overflow: hidden;
  padding: 10px;
  width: min(100%, 1824px);
}

.hero-slider {
  aspect-ratio: 1693 / 319;
  background: #eaf7f8;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.hero-slide {
  animation: heroSlide 18s infinite;
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.hero-slide img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.slider-meta {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 2px 0;
}

.slider-meta span {
  background: #dbe5ee;
  border-radius: 999px;
  display: block;
  height: 4px;
  overflow: hidden;
  position: relative;
}

.slider-meta span::after {
  animation: sliderProgress 18s infinite;
  background: var(--blue);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
}

.slider-meta span:nth-child(2)::after {
  animation-delay: 6s;
}

.slider-meta span:nth-child(3)::after {
  animation-delay: 12s;
}

.band,
.split,
.page,
.dashboard,
.auth-page {
  padding: 72px clamp(20px, 6vw, 86px);
}

.band {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.band.muted {
  background: var(--soft);
}

.section-head {
  margin-bottom: 28px;
}

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

.steps article {
  background: linear-gradient(180deg, rgba(41, 199, 191, .07), rgba(255, 255, 255, 0));
  border: 1px solid var(--line);
  border-left: 3px solid var(--aqua);
  border-radius: 8px;
  padding: 16px 18px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.step-head {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  margin-bottom: 10px;
}

.step-icon {
  align-items: center;
  background: #eef7fb;
  border: 1px solid #cfe2ed;
  border-radius: 8px;
  color: var(--blue);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  width: 34px;
}

.steps article:hover {
  border-color: #b9d8e9;
  box-shadow: 0 14px 28px rgba(7, 25, 66, .08);
  transform: translateY(-2px);
}

.steps article:hover .step-icon {
  background: #dff2fa;
  border-color: #9fc9df;
  color: #0c3f8f;
  transform: scale(1.06);
}

.steps b {
  color: var(--blue);
  font-size: 20px;
}

.steps h3 {
  margin-bottom: 8px;
}

.steps p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.split {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .8fr);
}

.checks {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.checks li {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.city-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-cloud span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
}

.project-note {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-left: 4px solid var(--aqua);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.62;
  margin: 28px 0 0;
  max-width: 1080px;
  padding: 18px 20px;
}

.project-note img {
  border-radius: 8px;
  display: block;
  height: auto;
  max-width: 140px;
  width: 100%;
}

.project-note p {
  margin: 0;
}

.examples-band {
  background: linear-gradient(180deg, #fbfdff, #f5f9fd);
}

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

.example-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 25, 66, .06);
  padding: 18px;
}

.example-head {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.example-head h3 {
  margin: 0;
}

.example-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 12px;
}

.example-people {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 18px;
}

.example-people li {
  color: var(--ink);
  line-height: 1.5;
}

.example-people i {
  color: var(--blue);
  margin: 0 5px;
}

.example-flow {
  align-items: center;
  background: #eef7fb;
  border: 1px dashed #b9d8e9;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
}

.example-flow span {
  background: #ffffff;
  border: 1px solid #cfe2ed;
  border-radius: 999px;
  color: var(--blue);
  font-weight: 700;
  padding: 6px 10px;
}

.example-flow i {
  color: #0c3f8f;
}

.classifieds-band {
  background: linear-gradient(180deg, #f8fcff, #eef7ff);
}

.golparche-ad {
  background:
    linear-gradient(180deg, #06111b, #09151f 62%, #0d1c27);
  border-top: 1px solid rgba(183, 233, 0, .24);
  padding: 44px clamp(14px, 6vw, 86px);
}

.golparche-ad-link {
  border: 1px solid rgba(183, 233, 0, .24);
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(1, 8, 18, .26);
  color: #ffffff;
  display: block;
  margin-inline: auto;
  max-width: 1520px;
  overflow: hidden;
}

.golparche-ad-media {
  background: #06111b;
  display: block;
}

.golparche-ad-media img {
  display: block;
  height: auto;
  width: 100%;
}

.golparche-ad-copy {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 17, 27, .98), rgba(13, 28, 39, .96));
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr) auto;
  padding: 22px clamp(18px, 3vw, 38px);
}

.golparche-kicker {
  color: #b7e900;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.golparche-ad-copy h2 {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.06;
  margin: 0;
  max-width: 650px;
}

.golparche-ad-copy p {
  color: rgba(255, 255, 255, .84);
  line-height: 1.55;
  margin: 0;
}

.golparche-cta {
  align-items: center;
  background: #b7e900;
  border: 1px solid #d7ff41;
  border-radius: 8px;
  color: #07120c;
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  padding: 12px 16px;
  white-space: nowrap;
}

.report-band {
  background:
    radial-gradient(circle at 10% 0%, rgba(41, 199, 191, .14), transparent 26%),
    radial-gradient(circle at 95% 10%, rgba(0, 38, 109, .14), transparent 28%),
    linear-gradient(180deg, #f7fcff, #eef5ff);
}

.report-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.report-card {
  background: #ffffff;
  border: 1px solid #cfe2ed;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(7, 25, 66, .08);
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 16px;
}

.report-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.report-card strong {
  color: #0c2f79;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.report-card span {
  color: #35608e;
  font-size: 13px;
  font-weight: 700;
}

.report-icon {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.report-card-users .report-icon {
  background: #dff6f3;
  color: #107f7b;
}

.report-card-matches .report-icon {
  background: #e3ecff;
  color: #154db1;
}

.report-card-direct .report-icon {
  background: #e8f5ff;
  color: #12639f;
}

.report-card-triangle .report-icon {
  background: #fff2de;
  color: #a35b10;
}

.report-charts {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr);
}

.report-chart {
  background: #ffffff;
  border: 1px solid #d4e4f0;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(7, 25, 66, .07);
  padding: 18px;
}

.city-chart {
  grid-column: 1 / -1;
}

.report-chart h3 {
  margin: 0 0 14px;
}

.donut-wrap {
  align-items: center;
  display: flex;
  gap: 18px;
}

.donut-plot {
  --direct-color: #1473b7;
  --triangle-color: #e79a3b;
  background: conic-gradient(var(--direct-color) calc(var(--direct) * 1%), var(--triangle-color) 0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px #ffffff;
  height: 170px;
  min-width: 170px;
  position: relative;
  width: 170px;
}

.donut-plot::after {
  align-items: center;
  color: #0a2b68;
  content: "100%";
  display: inline-flex;
  font-size: 26px;
  font-weight: 900;
  height: 100%;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.donut-legend {
  display: grid;
  gap: 8px;
}

.donut-legend p {
  align-items: center;
  color: #425f82;
  display: inline-flex;
  gap: 8px;
  margin: 0;
}

.donut-legend p:first-child i {
  color: #1473b7;
}

.donut-legend p:last-child i {
  color: #e79a3b;
}

.bar-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 170px minmax(0, 1fr) 160px;
  margin-bottom: 14px;
}

.bar-label {
  align-items: center;
  color: #1f3f72;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
}

.bar-track {
  background: #edf3f9;
  border: 1px solid #d4e2ee;
  border-radius: 999px;
  height: 14px;
  overflow: hidden;
}

.bar-fill {
  border-radius: inherit;
  display: block;
  height: 100%;
}

.bar-fill.direct {
  background: linear-gradient(90deg, #0f67ac, #3f92d0);
}

.bar-fill.triangle {
  background: linear-gradient(90deg, #ce7f1d, #f1b562);
}

.bar-value {
  color: #2f4f7c;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.city-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

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

.city-name {
  align-items: center;
  color: #22446f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
}

.city-rank {
  align-items: center;
  background: #0d3d8f;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  min-width: 34px;
  padding: 0 8px;
}

.city-track {
  background: #edf2f8;
  border: 1px solid #d2e0ed;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.city-fill {
  background: linear-gradient(90deg, #0c7f86, #38bcc3);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.city-value {
  color: #2e577c;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.classified-highlight {
  background: #ffffff;
  border: 1px solid #cfe2ed;
  border-left: 4px solid #0c5da7;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  margin-bottom: 18px;
  padding: 20px;
}

.classified-tag {
  align-items: center;
  color: #0c5da7;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 8px;
}

.classified-reference {
  background: #f4faff;
  border: 1px dashed #b6d4ec;
  border-radius: 8px;
  padding: 14px;
}

.classified-reference-image {
  align-items: center;
  background: linear-gradient(135deg, #d5ebff, #e7fff7);
  border-radius: 8px;
  color: #0c3f8f;
  display: flex;
  font-size: 36px;
  height: 120px;
  justify-content: center;
  margin-bottom: 12px;
}

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

.classified-reference li {
  align-items: center;
  display: flex;
  gap: 8px;
}

.classified-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 340px));
  justify-content: center;
  margin-top: 14px;
}

.classified-card {
  background: #ffffff;
  border: 1px solid #d7e7f3;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 25, 66, .06);
  max-width: 340px;
  padding: 14px;
  width: 100%;
}

.classified-card .grid-form {
  grid-template-columns: 1fr;
  padding: 14px;
}

.classified-card h4 {
  margin: 0 0 8px;
}

.classified-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 8px;
}

.classified-card-body {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.classified-card-images {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 312px;
}

.classified-card-images img {
  border: 1px solid #d7e7f3;
  border-radius: 8px;
  display: block;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.classified-card-images img:only-child {
  grid-column: 1 / -1;
  margin: 0 auto;
  max-width: 200px;
}

.classified-info-list {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.classified-info-list li {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 8px;
  line-height: 1.4;
}

.classified-info-list li i {
  color: #0c5da7;
  width: 16px;
}

.classified-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.classified-meta span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.classified-price {
  color: #085f48 !important;
  font-size: 18px;
  font-weight: 900;
}

.profile-classifieds {
  margin-top: 42px;
}

.auth-page {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.form-card,
.grid-form {
  display: grid;
  gap: 16px;
}

.form-card {
  background:
    linear-gradient(180deg, rgba(41, 199, 191, .08), rgba(255, 255, 255, 0) 38%),
    var(--white);
  padding: 28px;
}

.grid-form {
  background:
    radial-gradient(circle at 92% 8%, rgba(41, 199, 191, .14), transparent 28%),
    linear-gradient(180deg, rgba(0, 38, 109, .035), rgba(255, 255, 255, 0) 32%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  padding: 28px;
}

.registro-form .form-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 32px;
}

.registro-form .form-row.policy-row {
  grid-template-columns: 1fr;
  margin-bottom: 26px;
}

#registro {
  padding-inline: clamp(16px, 3vw, 40px);
}

#registro .registro-form {
  max-width: 90%;
  width: 90%;
  min-width: 320px;
  margin: 28px auto 0;
  padding: 42px;
  gap: 0;
}

#registro .registro-form label {
  gap: 12px;
}

#registro .registro-form input,
#registro .registro-form select {
  padding: 14px;
}

#registro .registro-form .submit-row {
  align-items: center;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

#registro .registro-form .submit-note {
  background: #eef6ff;
  border: 1px solid #c7dcf3;
  border-radius: 8px;
  color: #30537b;
  font-size: 14px;
  line-height: 1.55;
  margin: -6px 0 12px;
  padding: 14px 16px;
}

#registro .registro-form .submit-row .button {
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 38, 109, .2);
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 56px;
  min-width: 240px;
  padding: 14px 24px;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

#registro .registro-form .submit-row .button:hover {
  background: #0c3f8f;
  border-color: #0c3f8f;
  box-shadow: 0 14px 28px rgba(0, 38, 109, .26);
  color: #ffffff;
  transform: translateY(-2px);
}

#registro .registro-form .submit-row .button:focus-visible {
  background: #0c3f8f;
  border-color: #0c3f8f;
  color: #ffffff;
}

#registro .registro-form .policy-check {
  gap: 14px;
  line-height: 1.6;
}

#registro .registro-form .policy-check input {
  margin-top: 4px;
}

#registro .registro-form .field-label {
  gap: 10px;
}

#registro .registro-form .field-icon {
  font-size: 13px;
  height: 28px;
  width: 28px;
}

#registro .registro-form .field-icon::before {
  content: none;
}

.form-tip {
  align-items: center;
  background: #eef7fb;
  border: 1px dashed #c2d9e7;
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 12px;
  padding: 16px;
}

.form-tip i {
  color: var(--blue);
}

@media (max-width: 1200px) {
  #registro .registro-form {
    max-width: 95%;
    width: 95%;
    padding: 28px;
  }

  .registro-form .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 24px;
  }
}

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

  .report-charts {
    grid-template-columns: 1fr;
  }

  .donut-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .bar-value {
    text-align: left;
  }

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

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

  .city-value {
    text-align: left;
  }

  .match-examples {
    grid-template-columns: 1fr;
  }

  .classified-highlight {
    grid-template-columns: 1fr;
  }

  .classified-grid {
    grid-template-columns: 1fr;
  }

  .golparche-ad-copy {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .golparche-cta {
    width: 100%;
  }

  #registro .registro-form {
    max-width: 100%;
    width: 100%;
    padding: 22px;
  }

  .registro-form .form-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 20px;
  }

  #registro .registro-form .submit-row .button {
    min-width: 100%;
  }
}

label {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.field-label {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: 8px;
}

.field-icon {
  align-items: center;
  background: #eef7fb;
  border: 1px solid #cfe2ed;
  border-radius: 7px;
  color: var(--blue);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  position: relative;
  width: 24px;
}

.field-icon::before {
  line-height: 1;
}

.field-icon.user::before {
  content: "ID";
}

.field-icon.mail::before {
  content: "@";
}

.field-icon.phone::before {
  content: "T";
}

.field-icon.lock::before {
  content: "#";
}

.field-icon.badge::before {
  content: "C";
}

.field-icon.degree::before {
  content: "P";
}

.field-icon.area::before {
  content: "A";
}

.field-icon.calendar::before {
  content: "D";
}

.field-icon.location::before {
  content: "O";
}

.field-icon.route::before {
  content: "R";
}

input,
select,
textarea {
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  padding: 12px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 100%;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #b8cfdd;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(41, 199, 191, .18);
  outline: none;
}

input[readonly] {
  background: #f4f7fa;
  color: var(--muted);
  cursor: not-allowed;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-card:hover,
.grid-form:hover {
  box-shadow: 0 22px 70px rgba(7, 25, 66, .1);
}

.policy-check {
  align-items: start;
  display: flex;
  grid-column: 1 / -1;
  line-height: 1.45;
}

.policy-check input {
  margin-top: 3px;
  width: auto;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-modal {
  display: none;
}

.policy-modal:target {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 40;
}

.policy-modal-backdrop {
  background: rgba(7, 25, 66, .62);
  inset: 0;
  position: absolute;
}

.policy-modal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 25, 66, .26);
  display: grid;
  gap: 18px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: min(86vh, 820px);
  max-width: 820px;
  padding: 28px;
  position: relative;
  width: min(100%, 820px);
}

.policy-modal-head {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.policy-close {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  flex: 0 0 auto;
  font-weight: 900;
  padding: 9px 12px;
}

.policy-scroll {
  color: var(--muted);
  line-height: 1.62;
  overflow: auto;
  max-height: 58vh;
  padding-right: 14px;
  scrollbar-color: var(--blue) #e7eef5;
  scrollbar-width: thin;
}

.policy-scroll::-webkit-scrollbar {
  width: 10px;
}

.policy-scroll::-webkit-scrollbar-track {
  background: #e7eef5;
  border-radius: 999px;
}

.policy-scroll::-webkit-scrollbar-thumb {
  background: var(--blue);
  border: 2px solid #e7eef5;
  border-radius: 999px;
}

.policy-scroll h3 {
  color: var(--ink);
  margin: 20px 0 8px;
}

.policy-scroll ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.policy-scroll li {
  margin-bottom: 8px;
}

.policy-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.legal {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 1.65;
  max-width: 980px;
  padding: 28px;
}

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

.panel {
  min-width: 0;
  padding: 24px;
}

.panel-note {
  color: var(--muted);
  line-height: 1.5;
}

.contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 24px;
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(7, 25, 66, .07);
  padding: 22px;
}

.contact-card h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

.contact-card p {
  color: var(--muted);
  line-height: 1.4;
  margin-bottom: 9px;
}

.contact-card strong {
  color: var(--ink);
}

.contact-card a,
table a {
  color: var(--blue);
  font-weight: 800;
}

.activity-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.activity-list li {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
}

.activity-list strong,
.activity-list span,
.panel,
.classified-card,
.contact-card {
  overflow-wrap: anywhere;
}

.activity-list span {
  color: var(--muted);
  font-size: 14px;
}

.pager {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 14px;
}

.pager-info {
  color: var(--muted);
  font-size: 14px;
}

.button.disabled {
  opacity: .55;
  pointer-events: none;
}

.compact-form {
  align-items: end;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr) auto;
  margin-bottom: 24px;
  max-width: 900px;
}

.panel.wide {
  grid-column: 1 / -1;
}

.match-highlight {
  animation: matchPulse 2.2s ease-in-out infinite;
  background: linear-gradient(110deg, #e8f6ff, #effff8);
  border: 1px solid #93d2bf;
}

.match-highlight h2 {
  align-items: center;
  display: flex;
  gap: 10px;
}

.match-highlight h2 i {
  color: #0f7b83;
}

.status {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  padding: 8px 12px;
}

.status.ok {
  background: rgba(24, 166, 124, .12);
  color: var(--green);
}

.status.off {
  background: rgba(200, 61, 61, .12);
  color: var(--red);
}

.prefs {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.prefs li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.prefs span {
  align-items: center;
  background: var(--aqua);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

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

.metrics article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.metrics span {
  display: block;
  font-size: 38px;
  font-weight: 900;
}

table {
  background: var(--white);
  border-collapse: collapse;
  border: 1px solid var(--line);
  margin-top: 22px;
  width: 100%;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  min-width: 620px;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 12px;
  text-align: left;
}

.inline-form {
  align-items: center;
  display: flex;
  gap: 8px;
}

.flash-wrap {
  display: grid;
  gap: 8px;
  padding: 16px clamp(20px, 6vw, 86px) 0;
}

.flash {
  border-radius: 8px;
  font-weight: 700;
  padding: 12px 14px;
}

.flash.success {
  background: rgba(24, 166, 124, .12);
  color: var(--green);
}

.flash.error {
  background: rgba(200, 61, 61, .12);
  color: var(--red);
}

.modal-backdrop {
  align-items: center;
  background: rgba(7, 25, 66, .58);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 30;
}

.modal-card {
  background:
    radial-gradient(circle at 88% 0%, rgba(41, 199, 191, .18), transparent 28%),
    linear-gradient(180deg, rgba(0, 38, 109, .04), rgba(255, 255, 255, 0) 42%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 25, 66, .26);
  max-width: 520px;
  padding: 32px;
  width: min(100%, 520px);
}

.modal-card h2 {
  margin-bottom: 12px;
}

.modal-card p {
  color: var(--muted);
  line-height: 1.55;
}

.modal-icon {
  align-items: center;
  background: var(--aqua);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  margin-bottom: 18px;
  width: 48px;
}

@keyframes heroSlide {
  0%,
  30% {
    opacity: 1;
    transform: scale(1);
  }

  34%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes matchPulse {
  0% { box-shadow: 0 0 0 0 rgba(15, 123, 131, .22); }
  70% { box-shadow: 0 0 0 12px rgba(15, 123, 131, 0); }
  100% { box-shadow: 0 0 0 0 rgba(15, 123, 131, 0); }
}

@keyframes sliderProgress {
  0% {
    transform: translateX(-100%);
  }

  30% {
    transform: translateX(0);
  }

  34%,
  100% {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .slider-meta span::after {
    animation: none;
  }

  .hero-slide:first-child {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .hero,
  .split,
  .auth-page,
  .grid-form,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .page,
  .dashboard,
  .auth-page,
  .band,
  .split {
    padding-left: clamp(14px, 4vw, 24px);
    padding-right: clamp(14px, 4vw, 24px);
  }

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

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer,
  .footer-links,
  .project-note {
    grid-template-columns: 1fr;
  }

  .notice-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.05;
  }

  h2 {
    font-size: 24px;
  }

  .lead {
    font-size: 17px;
  }

  .page,
  .dashboard,
  .auth-page,
  .band,
  .split {
    padding-bottom: 44px;
    padding-top: 44px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .admin-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    width: 100%;
  }

  .admin-actions .button {
    width: 100%;
  }

  .match-bell {
    grid-row: 1 / span 4;
  }

  .match-dropdown {
    left: 0;
    max-width: calc(100vw - 28px);
    width: calc(100vw - 28px);
  }

  .panel {
    padding: 18px;
  }

  .panel h2 {
    font-size: 22px;
  }

  .grid-form,
  .form-card {
    padding: 18px;
  }

  .grid-form label,
  .grid-form button,
  .form-card button {
    grid-column: 1 / -1 !important;
  }

  .activity-list li {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .pager .button,
  .pager-info {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .classified-card {
    max-width: 100%;
  }

  .classified-card-images {
    max-width: 100%;
  }

  .contact-card {
    padding: 18px;
  }

  .report-grid {
    grid-template-columns: 1fr;
  }

  .city-grid {
    grid-template-columns: 1fr;
  }

  .steps,
  .metrics {
    grid-template-columns: 1fr;
  }

  .brand-logo-traslada {
    height: 34px;
  }

  .brand-logo-sinedian {
    height: 28px;
  }

  .brand-by {
    font-size: 15px;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-showcase {
    margin-inline: 0;
    width: 100%;
  }

  .hero-slider {
    aspect-ratio: auto;
    min-height: 260px;
  }

  .hero-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .golparche-ad {
    padding: 24px 12px;
  }

  .golparche-ad-copy {
    gap: 16px;
    padding: 18px;
  }

  .golparche-ad-copy h2 {
    font-size: 23px;
  }

  .golparche-ad-copy p {
    font-size: 14px;
  }
}

.match-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.match-table {
  min-width: 680px;
}

.match-table .match-row-direct {
  background: #f4fbff;
}

.match-table .match-row-triangle {
  background: #fff8ee;
}

.match-type-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.match-type-direct {
  color: #0b5cab;
  background: #dff0ff;
  border: 1px solid #b9dcff;
}

.match-type-triangle {
  color: #8a4b00;
  background: #ffe9c8;
  border: 1px solid #ffd49a;
}

.score-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: help;
}

.score-help i {
  color: #486a94;
}

.score-tooltip {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 10;
  width: 280px;
  padding: 10px;
  border-radius: 10px;
  background: #12243f;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  box-shadow: 0 12px 24px rgba(7, 16, 33, 0.28);
}

.score-help:hover .score-tooltip {
  visibility: visible;
  opacity: 1;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.detail-btn i {
  line-height: 1;
}

.support-chat {
  bottom: 18px;
  display: grid;
  gap: 8px;
  justify-items: end;
  position: fixed;
  right: 18px;
  width: min(380px, calc(100vw - 24px));
  z-index: 32;
}

.support-chat-toggle {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #00266d;
  border: 1px solid #00266d;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 38, 109, .28);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  padding: 0;
  width: 46px;
  z-index: 2;
}

.support-chat-panel {
  background: #ffffff;
  border: 1px solid #cfe2ed;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(7, 25, 66, .2);
  display: grid;
  gap: 10px;
  padding: 12px;
  width: 100%;
}

.support-chat-panel[hidden] {
  display: none;
}

.support-chat.is-active .support-chat-panel {
  box-shadow: 0 20px 54px rgba(7, 25, 66, .28);
}

.support-chat-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.support-chat-head strong {
  color: #0a2a6b;
}

.support-chat-head p {
  color: #5f6f86;
  font-size: 12px;
  margin: 2px 0 0;
}

.support-chat-head .support-chat-email {
  color: #24476f;
  line-height: 1.35;
  margin-top: 6px;
}

.support-chat-email a {
  color: #0a2a6b;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.support-chat-close {
  background: #f3f8ff;
  border: 1px solid #cfe2ed;
  border-radius: 8px;
  color: #0a2a6b;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.support-chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.support-chat-quick button {
  background: #eef7fb;
  border: 1px solid #cfe2ed;
  border-radius: 999px;
  color: #173f77;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}

.support-chat-messages {
  background: #f7fbff;
  border: 1px solid #ddeaf4;
  border-radius: 10px;
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding: 10px;
}

.support-chat-msg {
  border-radius: 8px;
  font-size: 13px;
  margin: 0;
  padding: 8px 9px;
  white-space: pre-wrap;
}

.support-chat-msg.bot {
  background: #ffffff;
  border: 1px solid #d6e5f1;
  color: #1f3657;
}

.support-chat-msg.user {
  background: #0a2a6b;
  color: #ffffff;
  margin-left: 24px;
}

.support-chat-counter {
  color: #4f6280;
  font-size: 12px;
  margin: 0;
}

.support-chat-form {
  display: grid;
  gap: 8px;
}

.support-chat-form textarea {
  min-height: 72px;
}

@media (max-width: 560px) {
  .support-chat {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .support-chat-toggle {
    margin-right: 0;
  }

  .support-chat-panel {
    width: 100%;
  }
}

.exchange-reminder-backdrop {
  align-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(41, 199, 191, .26), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(255, 185, 72, .22), transparent 22%),
    rgba(7, 25, 66, .72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 60;
}

.exchange-reminder-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 252, 255, .98)),
    #ffffff;
  border: 1px solid rgba(41, 199, 191, .45);
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(3, 18, 48, .36);
  max-height: min(92vh, 780px);
  max-width: 720px;
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
  width: min(100%, 720px);
}

.exchange-reminder-x {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c9d7e6;
  border-radius: 999px;
  color: #0a2a6b;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.exchange-reminder-hero {
  align-items: center;
  display: inline-flex;
  height: 76px;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  width: 76px;
}

.exchange-reminder-icon {
  align-items: center;
  background: linear-gradient(135deg, #ffb948, #29c7bf);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(11, 80, 118, .24);
  color: #071942;
  display: inline-flex;
  font-size: 30px;
  height: 64px;
  justify-content: center;
  position: relative;
  width: 64px;
  z-index: 1;
}

.exchange-reminder-pulse {
  animation: exchangeReminderPulse 1.8s ease-out infinite;
  background: rgba(41, 199, 191, .34);
  border-radius: 24px;
  inset: 6px;
  position: absolute;
}

.exchange-reminder-kicker {
  align-items: center;
  color: #0b7680;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: .04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.exchange-reminder-card h2 {
  color: #071942;
  font-size: clamp(30px, 4.8vw, 46px);
  line-height: 1.02;
  margin-bottom: 16px;
  max-width: 620px;
}

.exchange-reminder-copy {
  background: #f4fbff;
  border: 1px solid #cfe2ed;
  border-left: 5px solid #29c7bf;
  border-radius: 14px;
  color: #425f82;
  display: grid;
  gap: 10px;
  line-height: 1.58;
  margin-bottom: 18px;
  padding: 16px;
}

.exchange-reminder-copy p {
  margin: 0;
}

.exchange-reminder-copy strong {
  color: #0a2a6b;
}

.exchange-reminder-status {
  align-items: center;
  border-radius: 14px;
  display: flex;
  font-weight: 800;
  gap: 12px;
  line-height: 1.35;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.exchange-reminder-status i {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.exchange-reminder-status.is-available {
  background: #e8fff6;
  border: 1px solid #9de8ce;
  color: #0b7259;
}

.exchange-reminder-status.is-available i {
  background: #18a67c;
  color: #ffffff;
}

.exchange-reminder-status.is-paused {
  background: #fff7e8;
  border: 1px solid #f3cd8b;
  color: #8a4b00;
}

.exchange-reminder-status.is-paused i {
  background: #e79a3b;
  color: #ffffff;
}

.exchange-reminder-form {
  display: grid;
  gap: 16px;
}

.exchange-reminder-form select {
  border-color: #9fc9df;
  box-shadow: 0 10px 24px rgba(7, 25, 66, .06);
  font-weight: 800;
}

.exchange-reminder-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exchange-reminder-primary {
  align-items: center;
  background: linear-gradient(135deg, #00266d, #087f85);
  border-color: #00266d;
  box-shadow: 0 14px 28px rgba(0, 38, 109, .24);
  gap: 8px;
}

.exchange-reminder-link {
  background: none;
  border: 0;
  color: #0a2a6b;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 12px 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes exchangeReminderPulse {
  0% { opacity: .72; transform: scale(.86); }
  100% { opacity: 0; transform: scale(1.35); }
}

@media (prefers-reduced-motion: reduce) {
  .exchange-reminder-pulse {
    animation: none;
  }
}

@media (max-width: 560px) {
  .exchange-reminder-backdrop {
    align-items: flex-start;
    padding: 12px;
  }

  .exchange-reminder-card {
    border-radius: 14px;
    padding: 22px 16px;
  }

  .exchange-reminder-x {
    right: 12px;
    top: 12px;
  }

  .exchange-reminder-actions,
  .exchange-reminder-actions .button,
  .exchange-reminder-link {
    width: 100%;
  }
}
