/* Cyrene Homes design system — teal / slate / amber, Montserrat + Source Sans 3. */

@font-face { font-family: "Montserrat"; src: url("/fonts/Montserrat-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/fonts/Montserrat-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/fonts/Montserrat-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Source Sans 3"; src: url("/fonts/SourceSans3-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

:root {
  --teal: #38899B;
  --teal-dark: #2C6E7D;
  --slate: #2C363D;
  --slate-2: #3A464F;
  --amber: #FFB31A;
  --cream: #F7F5F1;
  --white: #FFFFFF;
  --ink: #22292E;
  --ink-soft: #5A6670;
  --line: #E4E0D8;
  --ok: #2E9E63;
  --warn: #D9822B;
  --bad: #C64B3C;
  --radius: 14px;
  --shadow: 0 2px 6px rgba(44,54,61,.06), 0 12px 32px rgba(44,54,61,.08);
  --shadow-lift: 0 4px 10px rgba(44,54,61,.10), 0 22px 48px rgba(44,54,61,.14);
  --head: "Montserrat", system-ui, sans-serif;
  --body: "Source Sans 3", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--cream); font-size: 17px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--head); color: var(--slate); line-height: 1.15; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; margin-top: 34px; }
.mono { font-family: ui-monospace, Menlo, monospace; font-size: .85em; }
.dim { color: var(--ink-soft); }
.nowrap { white-space: nowrap; }
.pad { padding: 18px 22px; }

/* Buttons */
.btn { display: inline-block; font-family: var(--head); font-weight: 700; font-size: 15px; letter-spacing: .02em;
  padding: 13px 26px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-amber { background: var(--amber); color: var(--slate); }
.btn-amber:hover { background: #FFC04A; }
.btn-teal { background: var(--teal); color: var(--white); }
.btn-teal:hover { background: var(--teal-dark); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { border-color: var(--white); }
.btn-ghost-dark { background: transparent; color: var(--slate); border-color: var(--line); }
.btn-block { display: block; width: 100%; text-align: center; }
.btn-small { padding: 7px 14px; font-size: 13px; }
.linklike { background: none; border: none; color: var(--teal); font: inherit; cursor: pointer; padding: 0; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 14px 0; transition: background .25s ease, box-shadow .25s ease; }
.site-header.solid, .site-header.scrolled { background: rgba(44,54,61,.97); box-shadow: 0 2px 18px rgba(0,0,0,.18); }
.site-header:not(.solid):not(.scrolled) { background: linear-gradient(rgba(24,30,34,.55), transparent); }
.header-row { display: flex; align-items: center; justify-content: space-between; }
.brand-logo { height: 44px; width: auto; filter: drop-shadow(0 1px 4px rgba(0,0,0,.35)) brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--white); font-family: var(--head); font-weight: 600; font-size: 14.5px; letter-spacing: .03em; opacity: .92; }
.site-nav a:hover { opacity: 1; color: var(--amber); }
.site-nav .nav-cta { opacity: 1; }
.site-nav .nav-cta:hover { color: var(--slate); }

/* Hero */
.hero { min-height: 92vh; display: flex; align-items: center; position: relative;
  background: linear-gradient(160deg, #232B31 0%, var(--slate) 46%, #204A55 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(1100px 500px at 85% 20%, rgba(56,137,155,.35), transparent 60%),
              radial-gradient(700px 380px at 12% 88%, rgba(255,179,26,.12), transparent 60%); }
.hero-inner { position: relative; z-index: 1; padding-top: 90px; padding-bottom: 60px; max-width: 820px; }
.hero-kicker { font-family: var(--head); font-weight: 700; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); margin-bottom: 18px; }
.hero h1 { color: var(--white); font-size: clamp(42px, 7vw, 72px); font-weight: 800; letter-spacing: -.01em; }
.hero h1 em { font-style: normal; color: var(--amber); position: relative; }
.hero-sub { color: rgba(255,255,255,.82); font-size: clamp(17px, 2.2vw, 21px); max-width: 560px; margin: 22px 0 34px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Sections */
.section { padding: 84px 0; }
.section-tint { background: var(--white); }
.section-head { margin-bottom: 38px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; }
.section-head p { color: var(--ink-soft); margin-top: 8px; font-size: 18px; }
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 940px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } .site-nav a:not(.nav-cta) { display: none; } }

/* Cards */
.card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.card-media { position: relative; aspect-ratio: 16 / 10.5; background: var(--slate-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.ph-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, var(--slate) 0%, var(--teal-dark) 100%); }
.ph-img span { font-family: var(--head); font-weight: 800; font-size: 22px; color: rgba(255,255,255,.85); letter-spacing: .06em; }
.ph-big { aspect-ratio: 16 / 9; border-radius: var(--radius); }
.card-body { padding: 18px 20px 20px; }
.card-price { font-family: var(--head); font-weight: 800; font-size: 21px; color: var(--teal-dark); }
.card-title { font-family: var(--head); font-weight: 700; font-size: 17px; margin-top: 3px; color: var(--slate); }
.card-sub { color: var(--ink-soft); font-size: 15px; margin-top: 2px; }
.card-desc { color: var(--ink-soft); font-size: 15px; margin-top: 10px; }
.card-link { display: inline-block; margin-top: 12px; font-family: var(--head); font-weight: 700; font-size: 14px; color: var(--teal); }
.facts-row { display: flex; gap: 14px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line);
  font-family: var(--head); font-weight: 600; font-size: 13.5px; color: var(--slate-2); flex-wrap: wrap; }

/* Status chips */
.chip { position: absolute; top: 12px; left: 12px; font-family: var(--head); font-weight: 700; font-size: 12px;
  letter-spacing: .05em; padding: 6px 12px; border-radius: 999px; color: var(--white); background: var(--slate); }
.chip-available { background: var(--teal); }
.chip-under_construction { background: var(--amber); color: var(--slate); }
.chip-pending { background: var(--warn); }
.chip-sold { background: var(--slate-2); }
.chip-hidden { background: var(--bad); }
span.chip { position: static; display: inline-block; }
.chip-deal-draft { background: var(--slate-2); }
.chip-deal-previewed { background: var(--teal); }
.chip-deal-sent { background: var(--amber); color: var(--slate); }
.chip-deal-signed { background: var(--ok); }
.chip-deal-cancelled { background: var(--bad); }

/* Why */
.why-item { padding: 26px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.why-num { font-family: var(--head); font-weight: 800; color: var(--amber); font-size: 15px; letter-spacing: .1em; }
.why-item h3 { margin: 10px 0 8px; font-size: 20px; }
.why-item p { color: var(--ink-soft); font-size: 15.5px; }

/* Page head (interior pages) */
.page-head { background: linear-gradient(150deg, var(--slate), #23545F); padding: 148px 0 54px; color: var(--white); }
.page-head h1 { color: var(--white); font-size: clamp(32px, 5vw, 48px); font-weight: 800; }
.page-head p { color: rgba(255,255,255,.8); margin-top: 8px; font-size: 18px; }
.filter-row { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.pill { font-family: var(--head); font-weight: 600; font-size: 14px; color: var(--white); padding: 8px 18px;
  border-radius: 999px; border: 1.5px solid rgba(255,255,255,.4); }
.pill.on, .pill:hover { background: var(--amber); border-color: var(--amber); color: var(--slate); }
.plans-block { margin-top: 72px; }
.empty-state { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 54px 34px; text-align: center; }
.empty-state h2 { font-size: 26px; }
.empty-state p { color: var(--ink-soft); max-width: 520px; margin: 12px auto 0; }

/* Detail */
.detail { padding-top: 118px; padding-bottom: 84px; }
.crumbs { font-size: 14px; color: var(--ink-soft); margin-bottom: 18px; }
.detail-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 34px; align-items: start; }
@media (max-width: 900px) { .detail-grid { grid-template-columns: 1fr; } }
.gal-main { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.gal-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 10px; }
.gal-thumbs img { aspect-ratio: 1; object-fit: cover; border-radius: 8px; cursor: pointer; opacity: .85; }
.gal-thumbs img:hover { opacity: 1; }
.detail-side h1 { font-size: 30px; margin-top: 12px; }
.detail-loc { color: var(--ink-soft); margin-top: 4px; }
.detail-price { font-family: var(--head); font-weight: 800; font-size: 34px; color: var(--teal-dark); margin: 16px 0; }
.facts-band { display: flex; gap: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 18px; overflow: hidden; }
.facts-band > div { flex: 1; text-align: center; padding: 14px 6px; border-right: 1px solid var(--line); }
.facts-band > div:last-child { border-right: 0; }
.facts-band b { display: block; font-family: var(--head); font-size: 20px; color: var(--slate); }
.facts-band span { font-size: 12.5px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .06em; }
.detail-plan { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; }
.detail-fine { font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; text-align: center; }
.detail-desc, .detail-feats { margin-top: 54px; max-width: 780px; }
.detail-desc h2, .detail-feats h2 { font-size: 26px; margin-bottom: 14px; }
.feat-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.feat-chip { background: var(--white); border: 1.5px solid var(--line); border-radius: 999px; padding: 8px 16px;
  font-family: var(--head); font-weight: 600; font-size: 13.5px; color: var(--slate-2); }
.comm-desc { font-size: 18px; max-width: 760px; margin-bottom: 22px; }
.soon-tag { font-family: var(--head); font-weight: 700; font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  background: var(--amber); color: var(--slate); border-radius: 999px; padding: 4px 10px; margin-left: 10px; vertical-align: 2px; }

/* Contact + login */
.contact-wrap, .login-wrap { max-width: 560px; }
.contact-card, .login-card { padding: 34px; }
.contact-card p { margin-bottom: 12px; }
.contact-re { background: var(--cream); border-radius: 8px; padding: 10px 14px; }
.contact-fine { font-size: 14px; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 18px; }
.login-wrap { padding-top: 140px; }
.login-card h1 { font-size: 26px; }
.login-sub { color: var(--ink-soft); margin: 6px 0 18px; }
.login-card label, .form-grid label { display: block; font-family: var(--head); font-weight: 600; font-size: 13.5px; color: var(--slate-2); margin-bottom: 14px; }
.login-card input, .form-grid input, .form-grid select, .form-grid textarea { width: 100%; margin-top: 6px; padding: 11px 13px;
  border: 1.5px solid var(--line); border-radius: 9px; font: inherit; background: var(--white); color: var(--ink); }
.login-card input:focus, .form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 2px solid var(--teal); border-color: var(--teal); }
.form-error { background: #FBEAE7; color: var(--bad); border-radius: 9px; padding: 10px 14px; margin-bottom: 14px; font-weight: 600; }
.flash-ok { background: #E7F5EC; color: var(--ok); border-radius: 9px; padding: 10px 14px; margin-bottom: 14px; font-weight: 600; }
.flash-warn { background: #FCF3E4; color: var(--warn); border-radius: 9px; padding: 12px 16px; margin-bottom: 16px; }

/* Footer */
.site-footer { background: var(--slate); color: rgba(255,255,255,.85); margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 30px; padding: 54px 24px 34px; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
.foot-logo { height: 40px; width: auto; filter: brightness(0) invert(1); margin-bottom: 12px; }
.foot-tag { font-size: 15px; color: rgba(255,255,255,.65); }
.site-footer h4 { color: var(--amber); font-size: 13.5px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer a { display: block; color: rgba(255,255,255,.85); font-size: 15px; margin-bottom: 8px; }
.site-footer a:hover { color: var(--amber); }
.foot-fine { font-size: 14px; color: rgba(255,255,255,.65); }
.foot-legal { display: flex; gap: 10px; align-items: center; border-top: 1px solid rgba(255,255,255,.14);
  padding: 18px 24px 26px; font-size: 13px; color: rgba(255,255,255,.55); }
.eho { font-size: 18px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ================= Admin ================= */
.admin-body { display: flex; min-height: 100vh; background: #F1EFEA; }
.admin-side { width: 232px; background: var(--slate); display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.admin-brand { padding: 22px 20px 16px; }
.admin-brand img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.admin-nav { display: flex; flex-direction: column; padding: 10px 12px; gap: 3px; }
.admin-nav a { color: rgba(255,255,255,.82); font-family: var(--head); font-weight: 600; font-size: 14.5px;
  padding: 11px 14px; border-radius: 9px; }
.admin-nav a:hover { background: rgba(255,255,255,.08); color: var(--white); }
.admin-nav a.on { background: var(--teal); color: var(--white); }
.admin-side-foot { margin-top: auto; padding: 16px 22px 22px; display: flex; flex-direction: column; gap: 9px; }
.admin-side-foot a, .admin-side-foot .linklike { color: rgba(255,255,255,.6); font-size: 13.5px; text-align: left; }
.admin-side-foot a:hover, .admin-side-foot .linklike:hover { color: var(--amber); }
.admin-main { flex: 1; min-width: 0; }
.admin-top { display: flex; justify-content: space-between; align-items: center; padding: 22px 30px; background: var(--white); border-bottom: 1px solid var(--line); }
.admin-top h1 { font-size: 22px; }
.admin-user { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.role-chip { font-family: var(--head); font-size: 11px; font-weight: 700; letter-spacing: .06em; padding: 4px 10px; border-radius: 999px; color: var(--white); }
.role-owner { background: var(--slate-2); }
.role-admin { background: var(--teal); }
.role-sales { background: var(--amber); color: var(--slate); }
.admin-content { padding: 26px 30px 60px; }
.bar { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-bottom: 22px; }
.stat-tile { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 20px; color: var(--ink); }
.stat-tile b { display: block; font-family: var(--head); font-size: 30px; color: var(--teal-dark); }
.stat-tile span { font-size: 13.5px; color: var(--ink-soft); font-weight: 600; }
.panel { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 22px; overflow: hidden; }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.panel-head h2 { font-size: 17px; }
.panel.pad h2 { font-size: 17px; margin-bottom: 10px; }
.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th { text-align: left; font-family: var(--head); font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink-soft); padding: 12px 16px; border-bottom: 1px solid var(--line); }
.table td { padding: 12px 16px; border-bottom: 1px solid #EFECE6; vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.cell-input { padding: 7px 10px; border: 1.5px solid var(--line); border-radius: 8px; font: inherit; font-size: 14.5px; background: var(--white); }
.cell-input:focus { outline: 2px solid var(--teal); }
.cell-input.saved { border-color: var(--ok); background: #F2FAF5; }
.price-input { width: 110px; }
.ok-dot { color: var(--ok); font-weight: 700; margin-left: 7px; }
.warn-dot { color: var(--warn); font-weight: 800; margin-left: 7px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 22px; padding: 24px; }
.form-grid.narrow { max-width: 480px; }
.span2 { grid-column: span 2; }
.check { display: flex; align-items: center; gap: 10px; }
.check input { width: auto; margin: 0; }
.form-actions { display: flex; gap: 12px; margin-top: 10px; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin: 14px 0; }
.photo-cell { position: relative; }
.photo-cell img { aspect-ratio: 4/3; object-fit: cover; border-radius: 9px; }
.photo-x { position: absolute; top: 6px; right: 6px; background: rgba(44,54,61,.85); color: var(--white); border: 0;
  width: 26px; height: 26px; border-radius: 999px; cursor: pointer; font-size: 15px; }
.upload-row { display: flex; gap: 12px; align-items: center; margin: 10px 0; }
.deal-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 22px; align-items: start; }
@media (max-width: 980px) { .deal-grid { grid-template-columns: 1fr; } }
.kv { display: grid; grid-template-columns: auto 1fr; gap: 7px 16px; margin: 12px 0 14px; }
.kv dt { font-family: var(--head); font-weight: 700; font-size: 13px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; }
.kv dd { font-size: 15.5px; }
.inline-form { display: inline-block; }
.reset-row { display: flex; gap: 8px; align-items: center; }
.reset-row input { width: 150px; }

/* CRM */
.searchrow { display: flex; gap: 8px; }
.stage-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 7px; vertical-align: 0; }
.stage-row, .activity-add { display: flex; gap: 8px; align-items: center; padding: 10px 16px; flex-wrap: wrap; }
.activity-add { border-bottom: 1px solid var(--line); }
.activity-add input[name="content"], .activity-add input[name="detail"] { flex: 1; min-width: 160px; }
.board { display: grid; grid-template-columns: repeat(8, minmax(170px, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 10px; }
.col { min-width: 170px; }
.col-head { font-family: var(--head); font-weight: 700; font-size: 13px; background: var(--white); border-radius: 9px 9px 0 0; padding: 10px 12px; box-shadow: var(--shadow); margin-bottom: 8px; }
.pcard { display: flex; flex-direction: column; gap: 3px; background: var(--white); border-radius: 9px; box-shadow: var(--shadow); padding: 10px 12px; margin-bottom: 8px; color: var(--ink); font-size: 13.5px; }
.pcard:hover { box-shadow: var(--shadow-lift); }
.pcard .dim { font-size: 12px; }
@media (max-width: 900px) { .board { grid-template-columns: repeat(8, 220px); } }

/* Calendar */
.cal { padding: 12px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-head { font-family: var(--head); font-weight: 700; font-size: 12px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .05em; padding: 4px 2px; margin-bottom: 4px; text-align: center; }
.cal-cell { min-height: 92px; background: var(--cream); border-radius: 8px; padding: 6px; font-size: 12px; overflow: hidden; }
.cal-cell.off { background: transparent; }
.cal-day { font-family: var(--head); font-weight: 700; color: var(--ink-soft); font-size: 12px; }
.cal-ev { margin-top: 4px; background: var(--teal); color: var(--white); border-radius: 6px; padding: 3px 6px; font-size: 11.5px; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cal-ev.ev-closing, .cal-ev.ev-deal_closing { background: var(--amber); color: var(--slate); }
.cal-ev.ev-walkthrough { background: var(--teal-dark); }
.cal-ev.ev-follow_up { background: var(--slate-2); }
@media (max-width: 760px) { .cal-cell { min-height: 64px; } .cal-ev { font-size: 10.5px; } }

/* CSV importer */
.map-row { display: flex; gap: 10px; flex-wrap: wrap; }
.map-cell { display: flex; flex-direction: column; gap: 4px; font-size: 12px; color: var(--ink-soft); }

/* Buyer portal journey */
.portal-hero { overflow: hidden; }
.portal-img { width: 100%; aspect-ratio: 16/7; object-fit: cover; }
.journey { display: flex; flex-direction: column; gap: 0; }
.j-step { display: flex; align-items: center; gap: 14px; padding: 10px 0; position: relative; }
.j-step::before { content: ""; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: var(--line); }
.j-step:first-child::before { top: 50%; }
.j-step:last-child::before { bottom: 50%; }
.j-dot { position: relative; z-index: 1; width: 32px; height: 32px; border-radius: 50%; background: var(--white); border: 2px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--head); font-weight: 700; font-size: 13px; color: var(--ink-soft); flex-shrink: 0; }
.j-step.done .j-dot { background: var(--teal); border-color: var(--teal); color: var(--white); }
.j-step.now .j-dot { background: var(--amber); border-color: var(--amber); color: var(--slate); }
.j-step.now .j-label { font-weight: 700; color: var(--slate); }
.j-label { font-size: 15.5px; color: var(--ink-soft); }
.j-step.done .j-label { color: var(--slate-2); }
@media (max-width: 760px) { .admin-side { display: none; } .admin-body { display: block; } }
