.guided-main { max-width: 1480px; }
.guided-setup-root { display: grid; gap: 20px; }
.guided-hero-card { overflow: hidden; position: relative; }
.guided-hero-card:before { content:""; position:absolute; inset:-40% -15% auto auto; width:320px; height:320px; border-radius:999px; background:rgba(199,156,77,.14); filter:blur(24px); pointer-events:none; }
.guided-progress-shell { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:18px; margin-top:20px; }
.guided-progress-track { height:14px; border-radius:999px; border:1px solid var(--line); background:rgba(255,255,255,.06); overflow:hidden; }
.guided-progress-fill { height:100%; width:0%; border-radius:inherit; background:linear-gradient(90deg,#c79c4d 0%,#e3c383 100%); box-shadow:0 0 18px rgba(214,178,110,.28); transition:width .25s ease; }
.guided-progress-label { color:var(--muted); font-size:14px; white-space:nowrap; }
.guided-layout-grid { display:grid; grid-template-columns:360px minmax(0,1fr); gap:20px; align-items:start; }
.guided-step-list { display:grid; gap:10px; }
.guided-step-button { width:100%; border:1px solid var(--line); border-radius:18px; padding:14px; background:rgba(255,255,255,.025); color:var(--text); text-align:left; cursor:pointer; transition:border-color .2s ease, background .2s ease, transform .2s ease; }
.guided-step-button:hover { border-color:rgba(199,156,77,.55); background:rgba(255,255,255,.04); transform:translateY(-1px); }
.guided-step-button.active { border-color:rgba(199,156,77,.85); background:rgba(199,156,77,.10); }
.guided-step-button strong { display:block; margin-bottom:5px; }
.guided-step-button span { color:var(--muted); font-size:13px; }
.guided-status-pill { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:6px 10px; font-size:12px; line-height:1; border:1px solid var(--line); color:var(--muted); margin-top:10px; }
.guided-status-pill.complete { color:#17120a; border-color:rgba(227,195,131,.95); background:linear-gradient(180deg,#e1c287 0%,#c79c4d 100%); }
.guided-status-pill.in_progress { color:#f5dfaf; border-color:rgba(227,195,131,.42); background:rgba(199,156,77,.10); }
.guided-status-pill.needs_attention { color:#ffd0d0; border-color:rgba(255,120,120,.38); background:rgba(255,120,120,.08); }
.guided-detail-card { min-height:440px; }
.guided-detail-head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:20px; }
.guided-detail-head h2 { margin:0; }
.guided-panel { border:1px solid var(--line); border-radius:20px; padding:18px; background:rgba(255,255,255,.025); margin-top:16px; }
.guided-review-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:16px; }
.guided-review-item { border:1px solid var(--line); border-radius:16px; padding:14px; background:rgba(255,255,255,.02); }
.guided-review-item span { display:block; color:var(--muted); font-size:12px; margin-bottom:5px; }
.guided-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.guided-foundation-note { color:var(--muted); font-size:14px; margin-top:12px; }
@media (max-width: 1000px) { .guided-layout-grid { grid-template-columns:1fr; } .guided-progress-shell { grid-template-columns:1fr; } .guided-review-grid { grid-template-columns:1fr; } }


/* === AETHERION GUIDED SETUP STEP FORMS V1 START === */
.guided-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.guided-form-field { display: flex; flex-direction: column; gap: 7px; }
.guided-form-field.guided-span-2 { grid-column: 1 / -1; }
.guided-form-field label { font-weight: 700; color: var(--text); font-size: 0.92rem; }
.guided-form-field input, .guided-form-field select, .guided-form-field textarea { width: 100%; min-height: 44px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.055); color: var(--text); padding: 11px 13px; font: inherit; }
.guided-form-field textarea { min-height: 96px; resize: vertical; }
.guided-form-field small { color: var(--muted); line-height: 1.45; }
.guided-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.guided-choice-card { border: 1px solid var(--line); border-radius: 18px; padding: 14px; background: rgba(255,255,255,0.035); }
.guided-choice-card strong { display:block; margin-bottom: 5px; }
.guided-review-box { margin-top: 18px; padding: 16px; border-radius: 18px; border: 1px solid rgba(212,175,55,0.28); background: rgba(212,175,55,0.055); }
.guided-review-box h4 { margin: 0 0 10px; }
.guided-review-list { display: grid; gap: 9px; }
.guided-review-row { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 7px; }
.guided-review-row span { color: var(--muted); }
.guided-review-row strong { text-align: right; }
.guided-soft-warning { margin-top: 14px; padding: 13px 15px; border-radius: 16px; border: 1px solid rgba(245, 158, 11, 0.35); background: rgba(245, 158, 11, 0.08); color: var(--text); }
.guided-step-note-list { margin: 12px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.55; }
@media (max-width: 900px) { .guided-form-grid, .guided-choice-grid { grid-template-columns: 1fr; } }
/* === AETHERION GUIDED SETUP STEP FORMS V1 END === */

/* === AETHERION GUIDED SETUP DROPDOWN VISIBILITY + OTHER SPECIFY V1 START === */
.guided-form-field select {
  color: var(--text, #f5efe7);
  background-color: rgba(20, 18, 24, 0.96);
}

.guided-form-field select:focus {
  outline: none;
  border-color: rgba(231, 197, 121, 0.75);
  box-shadow: 0 0 0 3px rgba(231, 197, 121, 0.14);
}

.guided-other-specify {
  margin-top: 10px;
}

.guided-other-specify[hidden] {
  display: none !important;
}

.guided-other-specify label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted, #cdbfaa);
  font-size: 0.88rem;
}

.guided-other-specify input {
  width: 100%;
  min-height: 42px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.07);
  color: var(--text, #f5efe7);
  padding: 10px 12px;
  font: inherit;
}

.guided-other-specify small {
  display: block;
  margin-top: 6px;
  color: var(--muted, #cdbfaa);
}
/* === AETHERION GUIDED SETUP DROPDOWN VISIBILITY + OTHER SPECIFY V1 END === */

/* === AETHERION GUIDED GROWTH MEGA PATCH 1 CORE ORCHESTRATION START === */
.guided-growth-hero h2 {
  max-width: 920px;
}

.guided-next-action-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(227, 195, 131, 0.28);
  background: rgba(227, 195, 131, 0.065);
}

.guided-next-action-card strong,
.guided-next-action-card span {
  display: block;
}

.guided-next-action-card strong {
  margin-bottom: 5px;
}

.guided-next-action-card span {
  color: var(--muted);
  line-height: 1.45;
}

.guided-next-action-card[data-tone="growth"] {
  border-color: rgba(157, 210, 155, 0.30);
  background: rgba(157, 210, 155, 0.06);
}

.guided-next-action-card[data-tone="attention"] {
  border-color: rgba(227, 195, 131, 0.36);
  background: rgba(227, 195, 131, 0.08);
}

.guided-status-pill.not_started,
.guided-status-pill.available {
  color: var(--muted);
}

.guided-step-button {
  scroll-margin-top: 96px;
}

.guided-detail-card {
  scroll-margin-top: 22px;
}

.status-message[data-tone="error"] {
  color: #ffd0d0;
}

@media (max-width: 900px) {
  .guided-next-action-card {
    align-items: stretch;
    flex-direction: column;
  }

  .guided-next-action-card .btn {
    width: 100%;
    justify-content: center;
  }
}
/* === AETHERION GUIDED GROWTH MEGA PATCH 1 CORE ORCHESTRATION END === */

/* === AETHERION GUIDED GROWTH MEGA PATCH 4 — ADAPTIVE CREATION ROUTING START === */
.guided-creation-panel .guided-emotional-banner,
.guided-creation-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 197, 121, 0.24);
  background:
    radial-gradient(circle at top left, rgba(231, 197, 121, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 18px;
}

.guided-creation-banner h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  letter-spacing: -0.03em;
}

.guided-next-destination-box {
  margin-bottom: 18px;
}

.guided-creation-grid {
  margin-top: 8px;
}

.guided-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.guided-choice-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid rgba(231, 197, 121, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text, #f5efe7);
  cursor: pointer;
}

.guided-choice-chip input {
  accent-color: #d9b66f;
}

.guided-choice-chip:has(input:checked) {
  border-color: rgba(231, 197, 121, 0.58);
  background: rgba(231, 197, 121, 0.11);
}

.guided-creation-actions .btn-primary {
  min-width: 220px;
}

@media (max-width: 760px) {
  .guided-choice-grid {
    grid-template-columns: 1fr;
  }
  .guided-creation-actions .btn,
  .guided-creation-actions .btn-primary {
    width: 100%;
    min-width: 0;
  }
}
/* === AETHERION GUIDED GROWTH MEGA PATCH 4 — ADAPTIVE CREATION ROUTING END === */

/* === AETHERION GUIDED GROWTH MEGA PATCH 5 MULTI-CHANNEL ECOSYSTEM START === */
.guided-channel-ecosystem-panel {
  display: grid;
  gap: 18px;
}

.guided-channel-banner {
  border: 1px solid rgba(231, 197, 121, 0.28);
  background: radial-gradient(circle at top left, rgba(231, 197, 121, 0.12), rgba(255, 255, 255, 0.035));
}

.guided-channel-list {
  display: grid;
  gap: 16px;
}

.guided-channel-card {
  border: 1px solid rgba(231, 197, 121, 0.18);
  border-radius: 22px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.guided-channel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.guided-channel-head h4 {
  margin: 4px 0 8px;
  font-size: 1.1rem;
}

.guided-channel-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(231, 197, 121, 0.28);
  background: rgba(231, 197, 121, 0.08);
  color: var(--text, #f5efe7);
  font-size: 0.78rem;
  text-align: center;
}

.guided-channel-status[data-status="ready"],
.guided-channel-status[data-status="connected"] {
  border-color: rgba(116, 211, 156, 0.34);
  background: rgba(116, 211, 156, 0.12);
}

.guided-channel-status[data-status="manual_tracking"] {
  border-color: rgba(147, 197, 253, 0.34);
  background: rgba(147, 197, 253, 0.1);
}

.guided-channel-grid {
  margin-top: 6px;
}

.guided-channel-actions,
.guided-channel-add-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.guided-channel-actions .btn,
.guided-channel-add-row .btn {
  min-height: 42px;
}

.guided-channel-guidance {
  border-style: dashed;
}

@media (max-width: 760px) {
  .guided-channel-head {
    flex-direction: column;
  }

  .guided-channel-status {
    width: 100%;
  }

  .guided-channel-actions .btn,
  .guided-channel-add-row .btn {
    width: 100%;
  }
}
/* === AETHERION GUIDED GROWTH MEGA PATCH 5 MULTI-CHANNEL ECOSYSTEM END === */

/* === AETHERION GUIDED GROWTH MEGA PATCH 6 — ANALYTICS TRACKING START === */
.guided-growth-tracking-panel .guided-growth-promise-card {
  margin: 18px 0;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(231, 197, 121, 0.28);
  background: linear-gradient(135deg, rgba(231, 197, 121, 0.13), rgba(255, 255, 255, 0.035));
  display: grid;
  gap: 6px;
}
.guided-growth-tracking-panel .guided-growth-promise-card strong {
  color: var(--text, #f7efe3);
  font-size: 1.02rem;
}
.guided-growth-tracking-panel .guided-growth-promise-card span {
  color: var(--muted, #cdbfaa);
  line-height: 1.55;
}
.guided-tracking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}
.guided-tracking-card {
  min-width: 0;
}
.guided-tracking-card .guided-channel-body[hidden] {
  display: none !important;
}
.guided-status-chip.manual_tracking,
.guided-status-chip.prepared {
  border-color: rgba(231, 197, 121, 0.35);
  color: #ead29a;
  background: rgba(231, 197, 121, 0.09);
}
.guided-status-chip.not_configured {
  border-color: rgba(255,255,255,0.14);
  color: var(--muted, #cdbfaa);
  background: rgba(255,255,255,0.045);
}
.guided-readiness-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.guided-mini-note {
  color: var(--muted, #cdbfaa);
  font-size: .88rem;
  line-height: 1.45;
}
.guided-manual-link-list {
  display: grid;
  gap: 12px;
  margin: 14px 0;
}
.guided-manual-link-row {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.035);
}
.guided-manual-tracking-box {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .guided-tracking-grid,
  .guided-manual-link-row {
    grid-template-columns: 1fr;
  }
}
/* === AETHERION GUIDED GROWTH MEGA PATCH 6 — ANALYTICS TRACKING END === */


/* === AETHERION GUIDED GROWTH MEGA PATCH 7 EMOTIONAL UX START === */
.guided-emotional-hero .section-text {
  max-width: 920px;
}

.guided-growth-promise-card {
  margin-top: 18px;
  padding: 17px 18px;
  border-radius: 22px;
  border: 1px solid rgba(227, 195, 131, 0.26);
  background: linear-gradient(135deg, rgba(227, 195, 131, 0.085), rgba(255, 255, 255, 0.025));
}

.guided-growth-promise-card strong,
.guided-growth-promise-card span {
  display: block;
}

.guided-growth-promise-card strong {
  font-size: 1.02rem;
  margin-bottom: 6px;
  color: var(--text);
}

.guided-growth-promise-card span {
  color: var(--muted);
  line-height: 1.55;
}

.guided-detail-card .section-text,
.guided-panel .section-text {
  line-height: 1.6;
}

.guided-foundation-note {
  border-left: 2px solid rgba(227, 195, 131, 0.38);
  padding-left: 12px;
}

.guided-actions .btn-primary {
  box-shadow: 0 10px 28px rgba(199, 156, 77, 0.12);
}

.status-message:not([data-tone="error"]) {
  color: var(--muted);
}

@media (max-width: 900px) {
  .guided-growth-promise-card {
    padding: 15px;
  }
}
/* === AETHERION GUIDED GROWTH MEGA PATCH 7 EMOTIONAL UX END === */


/* === AETHERION GUIDED GROWTH MEGA PATCH 8 WORKSPACE TRANSITION START === */
.guided-transition-card {
  display: grid;
  gap: 18px;
  border-color: rgba(227, 195, 131, 0.22);
  background: linear-gradient(135deg, rgba(227,195,131,0.07), rgba(255,255,255,0.025));
}
.guided-transition-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.guided-transition-head h3 { margin: 0; }
.guided-workspace-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.guided-workspace-link {
  display: block;
  min-height: 112px;
  border-radius: 18px;
  border: 1px solid var(--line);
  padding: 14px;
  background: rgba(255,255,255,0.028);
  color: var(--text);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.guided-workspace-link:hover {
  border-color: rgba(227, 195, 131, 0.65);
  background: rgba(227,195,131,0.07);
  transform: translateY(-1px);
}
.guided-workspace-link strong { display:block; margin-bottom: 6px; }
.guided-workspace-link span { display:block; color: var(--muted); font-size: 13px; line-height: 1.45; }
@media (max-width: 1100px) { .guided-workspace-map { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .guided-transition-head { flex-direction: column; } .guided-workspace-map { grid-template-columns: 1fr; } }
/* === AETHERION GUIDED GROWTH MEGA PATCH 8 WORKSPACE TRANSITION END === */

/* === AETHERION GUIDED DROPDOWN NATIVE DARK FIX V1 === */
.guided-form-field select {
  color-scheme: dark;
}

.guided-form-field select option {
  background-color: #17141b;
  color: #f5efe7;
}


/* Account Billing compact Spools packages */
.guided-panel .compact-spools-pack-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.guided-panel .compact-spools-pack-grid .pack-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 16px;
}

.guided-panel .compact-spools-pack-grid .pack-card h3 {
  margin: 0;
}

.guided-panel .compact-spools-pack-grid .pack-meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.guided-panel .compact-spools-pack-grid .pack-card .btn {
  width: fit-content;
}

@media (max-width: 1280px) {
  .guided-panel .compact-spools-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .guided-panel .compact-spools-pack-grid {
    grid-template-columns: 1fr;
  }
}


/* Account Billing Spools cards + payment lightbox */
.guided-panel .compact-spools-pack-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.guided-panel .spools-pack-card {
  border: 1px solid rgba(226, 184, 96, 0.24);
  border-radius: 18px;
  padding: 18px;
  min-height: 260px;
  background:
    radial-gradient(circle at 50% 0%, rgba(226, 184, 96, 0.08), transparent 42%),
    rgba(13, 14, 18, 0.72);
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.guided-panel .spools-pack-card.is-selected {
  border-color: rgba(226, 184, 96, 0.72);
  box-shadow: 0 0 0 1px rgba(226, 184, 96, 0.22), 0 24px 70px rgba(0, 0, 0, 0.34);
}

.guided-panel .spools-pack-card-body {
  flex: 1;
}

.guided-panel .spools-pack-card h3 {
  margin: 0 0 10px;
}

.guided-panel .spools-pack-card .pack-meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 1.05rem;
}

.guided-panel .spools-pack-card .btn {
  width: 100%;
  justify-content: center;
}

.billing-payment-lightbox {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  width: min(520px, calc(100% - 32px));
  transform: translate(-50%, -50%);
  border: 1px solid rgba(226, 184, 96, 0.5);
  border-radius: 22px;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(226, 184, 96, 0.12), transparent 38%),
    rgba(12, 13, 18, 0.96);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.62);
}

.billing-payment-lightbox-close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.billing-payment-options {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.billing-payment-option {
  width: 100%;
  justify-content: center;
  min-height: 46px;
}

.billing-payment-note {
  margin-top: 16px;
}

@media (max-width: 1280px) {
  .guided-panel .compact-spools-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .guided-panel .compact-spools-pack-grid {
    grid-template-columns: 1fr;
  }

  .guided-panel .spools-pack-card {
    min-height: auto;
  }

  .billing-payment-lightbox {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    width: min(92vw, 420px);
    min-height: min(62vh, 520px);
    transform: translate(-50%, -50%);
    grid-column: auto;
    padding: 24px 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .billing-payment-lightbox::before {
    content: "";
    position: fixed;
    inset: -120vh -120vw;
    z-index: -1;
    background: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(3px);
  }

  .billing-payment-options {
    margin-top: 24px;
  }

  .billing-payment-option {
    min-height: 52px;
  }
}


/* Aetherion payment success overlay */
.billing-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(226,184,96,0.08), transparent 40%),
    rgba(0,0,0,0.68);
  backdrop-filter: blur(8px);
}

.billing-success-panel {
  position: relative;
  width: min(560px, 92vw);
  padding: 42px 34px;
  border-radius: 28px;
  border: 1px solid rgba(226,184,96,0.28);
  background:
    radial-gradient(circle at top, rgba(226,184,96,0.12), transparent 36%),
    rgba(11,12,16,0.96);
  text-align: center;
  box-shadow: 0 30px 120px rgba(0,0,0,0.55);
}

.billing-success-brand {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.billing-success-brand::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(226,184,96,0.22), transparent 70%);
}

.billing-success-brand img {
  position: relative;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.billing-success-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.1;
}

.billing-success-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.billing-success-actions .btn {
  min-width: 200px;
  justify-content: center;
}

.billing-success-countdown {
  margin-top: 24px;
  opacity: 0.72;
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .billing-success-panel {
    width: min(94vw, 460px);
    min-height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 22px;
  }

  .billing-success-actions {
    flex-direction: column;
  }

  .billing-success-actions .btn {
    width: 100%;
  }
}


/* Orders & invoices tabs polish */
.billing-history-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.billing-history-tab {
  border: 1px solid rgba(226,184,96,0.18);
  background: rgba(255,255,255,0.02);
  color: rgba(255,255,255,0.72);
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all .18s ease;
}

.billing-history-tab.is-active {
  background: rgba(226,184,96,0.14);
  border-color: rgba(226,184,96,0.45);
  color: rgba(255,255,255,0.96);
}

.billing-history-panel {
  display: none;
}

.billing-history-panel.is-active {
  display: block;
}

.billing-history-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.billing-history-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}

.billing-history-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.billing-history-main span {
  opacity: 0.72;
  font-size: 0.94rem;
}

.billing-history-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.billing-history-status {
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(226,184,96,0.12);
  border: 1px solid rgba(226,184,96,0.22);
  font-size: 0.88rem;
}

.btn-small {
  min-height: 34px;
  padding: 8px 14px;
  font-size: 0.88rem;
}

@media (max-width: 720px) {
  .billing-history-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .billing-history-actions {
    width: 100%;
  }

  .billing-history-actions .btn {
    flex: 1;
    justify-content: center;
  }
}


/* Step 4 tabs visual polish */
.billing-history-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.billing-history-tab span {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
}

.billing-history-tab.is-active span {
  background: rgba(226,184,96,0.22);
  color: rgba(255,255,255,0.96);
}

.billing-history-row {
  min-height: 58px;
}

.billing-history-actions .btn-primary {
  box-shadow: 0 8px 24px rgba(226,184,96,0.12);
}

.billing-history-status {
  white-space: nowrap;
}

@media (max-width: 720px) {
  .billing-history-tabs {
    width: 100%;
  }

  .billing-history-tab {
    flex: 1;
    justify-content: center;
  }
}


/* Step 4 extended polish */
.billing-empty-state {
  padding: 28px 22px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  text-align: center;
}

.billing-empty-state strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.billing-empty-state p {
  margin: 0;
  opacity: 0.72;
}

.billing-load-more {
  margin-top: 10px;
  align-self: center;
}

.billing-history-row {
  transition: border-color .18s ease, background .18s ease;
}

.billing-history-row:hover {
  border-color: rgba(226,184,96,0.18);
  background: rgba(255,255,255,0.035);
}


/* === AETHERION UX2 BACKEND CREATION STATE CARD V1 START === */
.guided-creation-state-card {
  border-color: rgba(227, 195, 131, 0.26);
  background:
    radial-gradient(circle at top right, rgba(227,195,131,0.12), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-creation-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.guided-creation-state-head h2 {
  margin: 0;
}

.guided-creation-state-list {
  margin-top: 14px;
}

.guided-creation-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-creation-state-head {
    flex-direction: column;
  }

  .guided-creation-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-creation-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 BACKEND CREATION STATE CARD V1 END === */


/* === AETHERION UX2 RUNTIME BRIDGE SUMMARY V1 START === */
.guided-runtime-bridge-summary {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(227, 195, 131, 0.18);
  border-radius: 18px;
  background: rgba(255,255,255,0.025);
}

.guided-runtime-bridge-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.guided-runtime-bridge-head h3 {
  margin: 0;
}

.guided-runtime-bridge-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-runtime-bridge-head {
    flex-direction: column;
  }

  .guided-runtime-bridge-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-runtime-bridge-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 RUNTIME BRIDGE SUMMARY V1 END === */


/* === AETHERION UX2 RUNTIME JOB SHELL ACTION V1 START === */
.guided-runtime-shell-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.028);
}

.guided-runtime-shell-action div {
  display: grid;
  gap: 4px;
}

.guided-runtime-shell-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-runtime-shell-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-runtime-shell-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .guided-runtime-shell-action {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-runtime-shell-action .btn {
    width: 100%;
  }
}
/* === AETHERION UX2 RUNTIME JOB SHELL ACTION V1 END === */


/* === AETHERION UX2 PERSISTED JOB SHELL STATE V1 START === */
.guided-runtime-shell-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(108, 219, 166, 0.22);
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.10), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-runtime-shell-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-runtime-shell-state-head h3 {
  margin: 0;
}

.guided-runtime-shell-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.guided-runtime-shell-action.is-prepared {
  border-color: rgba(108, 219, 166, 0.22);
}

@media (max-width: 760px) {
  .guided-runtime-shell-state-head {
    flex-direction: column;
  }

  .guided-runtime-shell-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-runtime-shell-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 PERSISTED JOB SHELL STATE V1 END === */


/* === AETHERION UX2 CREATION SHELL ACTION V1 START === */
.guided-creation-shell-action,
.guided-creation-shell-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-creation-shell-state {
  border-color: rgba(108, 219, 166, 0.22);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.10), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-creation-shell-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-creation-shell-action.is-linked {
  border-color: rgba(108, 219, 166, 0.22);
}

.guided-creation-shell-action div {
  display: grid;
  gap: 4px;
}

.guided-creation-shell-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-creation-shell-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-creation-shell-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-creation-shell-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-creation-shell-state-head h3 {
  margin: 0;
}

.guided-creation-shell-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-creation-shell-action,
  .guided-creation-shell-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-creation-shell-action .btn {
    width: 100%;
  }

  .guided-creation-shell-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-creation-shell-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 CREATION SHELL ACTION V1 END === */


/* === AETHERION UX2 CREATION JOB SHELL ACTION V1 START === */
.guided-creation-job-shell-action,
.guided-creation-job-shell-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-creation-job-shell-state {
  border-color: rgba(108, 219, 166, 0.22);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.10), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-creation-job-shell-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-creation-job-shell-action.is-prepared {
  border-color: rgba(108, 219, 166, 0.22);
}

.guided-creation-job-shell-action div {
  display: grid;
  gap: 4px;
}

.guided-creation-job-shell-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-creation-job-shell-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-creation-job-shell-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-creation-job-shell-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-creation-job-shell-state-head h3 {
  margin: 0;
}

.guided-creation-job-shell-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-creation-job-shell-action,
  .guided-creation-job-shell-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-creation-job-shell-action .btn {
    width: 100%;
  }

  .guided-creation-job-shell-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-creation-job-shell-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 CREATION JOB SHELL ACTION V1 END === */


/* === AETHERION UX2 SPOOLS PREFLIGHT UI V1 START === */
.guided-spools-preflight-action,
.guided-spools-preflight-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-spools-preflight-state {
  border-color: rgba(108, 219, 166, 0.22);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.10), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-spools-preflight-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-spools-preflight-action.is-checked {
  border-color: rgba(108, 219, 166, 0.22);
}

.guided-spools-preflight-action div {
  display: grid;
  gap: 4px;
}

.guided-spools-preflight-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-spools-preflight-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-spools-preflight-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-spools-preflight-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-spools-preflight-state-head h3 {
  margin: 0;
}

.guided-spools-preflight-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-spools-preflight-action,
  .guided-spools-preflight-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-spools-preflight-action .btn {
    width: 100%;
  }

  .guided-spools-preflight-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-spools-preflight-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 SPOOLS PREFLIGHT UI V1 END === */





/* === AETHERION UX2 SPOOLS QUOTE UI V1 START === */
.guided-spools-quote-action,
.guided-spools-quote-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-spools-quote-state {
  border-color: rgba(108, 219, 166, 0.22);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.10), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-spools-quote-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-spools-quote-action.is-ready {
  border-color: rgba(108, 219, 166, 0.22);
}

.guided-spools-quote-action div {
  display: grid;
  gap: 4px;
}

.guided-spools-quote-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-spools-quote-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-spools-quote-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-spools-quote-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-spools-quote-state-head h3 {
  margin: 0;
}

.guided-spools-quote-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-spools-quote-action,
  .guided-spools-quote-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-spools-quote-action .btn {
    width: 100%;
  }

  .guided-spools-quote-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-spools-quote-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 SPOOLS QUOTE UI V1 END === */


/* === AETHERION UX2 SPOOLS RESERVATION UI V1 START === */
.guided-spools-reservation-action,
.guided-spools-reservation-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-spools-reservation-state {
  border-color: rgba(108, 219, 166, 0.26);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.12), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-spools-reservation-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-spools-reservation-action.is-reserved {
  border-color: rgba(108, 219, 166, 0.24);
}

.guided-spools-reservation-action div {
  display: grid;
  gap: 4px;
}

.guided-spools-reservation-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-spools-reservation-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-spools-reservation-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-spools-reservation-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-spools-reservation-state-head h3 {
  margin: 0;
}

.guided-spools-reservation-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-spools-reservation-action,
  .guided-spools-reservation-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-spools-reservation-action .btn {
    width: 100%;
  }

  .guided-spools-reservation-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-spools-reservation-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 SPOOLS RESERVATION UI V1 END === */


/* === AETHERION UX2 PROVIDER PAYLOAD UI V1 START === */
.guided-provider-payload-action,
.guided-provider-payload-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-provider-payload-state {
  border-color: rgba(108, 219, 166, 0.26);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.12), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-provider-payload-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-provider-payload-action.is-ready {
  border-color: rgba(108, 219, 166, 0.24);
}

.guided-provider-payload-action div {
  display: grid;
  gap: 4px;
}

.guided-provider-payload-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-provider-payload-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-provider-payload-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-provider-payload-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-provider-payload-state-head h3 {
  margin: 0;
}

.guided-provider-payload-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-provider-payload-action,
  .guided-provider-payload-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-provider-payload-action .btn {
    width: 100%;
  }

  .guided-provider-payload-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-provider-payload-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 PROVIDER PAYLOAD UI V1 END === */


/* === AETHERION UX2 PROVIDER DIAGNOSTICS UI V1 START === */
.guided-provider-diagnostics-action,
.guided-provider-diagnostics-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-provider-diagnostics-state {
  border-color: rgba(108, 219, 166, 0.26);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.12), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-provider-diagnostics-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.guided-provider-diagnostics-action.is-ready {
  border-color: rgba(108, 219, 166, 0.24);
}

.guided-provider-diagnostics-action div {
  display: grid;
  gap: 4px;
}

.guided-provider-diagnostics-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-provider-diagnostics-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-provider-diagnostics-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-provider-diagnostics-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-provider-diagnostics-state-head h3 {
  margin: 0;
}

.guided-provider-diagnostics-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-provider-diagnostics-action,
  .guided-provider-diagnostics-state-head {
    flex-direction: column;
    align-items: stretch;
  }

  .guided-provider-diagnostics-action .btn {
    width: 100%;
  }

  .guided-provider-diagnostics-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-provider-diagnostics-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 PROVIDER DIAGNOSTICS UI V1 END === */


/* === AETHERION UX2 EXISTING CREATION EXECUTION BRIDGE V1 START === */
.guided-existing-execution-action,
.guided-existing-execution-state {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(227, 195, 131, 0.18);
  border-radius: 16px;
  background: rgba(255,255,255,0.026);
}

.guided-existing-execution-state {
  border-color: rgba(108, 219, 166, 0.26);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.12), transparent 34%),
    rgba(255,255,255,0.025);
}

.guided-existing-execution-action {
  display: grid;
  gap: 14px;
}

.guided-existing-execution-action.is-loaded {
  border-color: rgba(108, 219, 166, 0.24);
}

.guided-existing-execution-action strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-existing-execution-action span {
  color: rgba(246, 234, 210, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guided-existing-execution-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guided-existing-execution-buttons .btn[disabled],
.guided-existing-execution-action button[disabled] {
  opacity: 0.56;
  cursor: not-allowed;
}

.guided-existing-execution-state-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.guided-existing-execution-state-head h3 {
  margin: 0;
}

.guided-existing-execution-state-list .guided-review-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .guided-existing-execution-state-head {
    flex-direction: column;
  }

  .guided-existing-execution-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .guided-existing-execution-buttons .btn {
    width: 100%;
  }

  .guided-existing-execution-state-list .guided-review-row {
    flex-direction: column;
    gap: 4px;
  }

  .guided-existing-execution-state-list .guided-review-row strong {
    text-align: left;
  }
}
/* === AETHERION UX2 EXISTING CREATION EXECUTION BRIDGE V1 END === */


/* === AETHERION UX2 CUSTOMER FLOW REPAIR V1 START === */
.guided-customer-creation-center {
  margin-bottom: 22px;
  border-color: rgba(227, 195, 131, 0.26);
  background:
    radial-gradient(circle at top left, rgba(227,195,131,0.12), transparent 34%),
    rgba(255,255,255,0.026);
}

.guided-customer-creation-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 18px;
}

.guided-customer-creation-hero h2 {
  margin: 0;
}

.guided-customer-creation-status {
  min-width: 235px;
  display: grid;
  gap: 8px;
}

.guided-customer-creation-status span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(227,195,131,0.16);
  border-radius: 14px;
  background: rgba(0,0,0,0.18);
}

.guided-customer-creation-status strong {
  color: var(--aetherion-cream, #f6ead2);
  font-size: 0.88rem;
}

.guided-customer-creation-status em {
  color: rgba(246,234,210,0.54);
  font-size: 0.74rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.guided-customer-creation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.guided-customer-creation-card {
  padding: 15px;
  border: 1px solid rgba(227,195,131,0.16);
  border-radius: 18px;
  background: rgba(255,255,255,0.028);
  display: grid;
  gap: 9px;
  align-content: start;
}

.guided-customer-creation-card.is-ready {
  border-color: rgba(108,219,166,0.24);
  background:
    radial-gradient(circle at top right, rgba(108,219,166,0.09), transparent 36%),
    rgba(255,255,255,0.028);
}

.guided-customer-creation-card span {
  color: rgba(227,195,131,0.88);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.guided-customer-creation-card strong {
  color: var(--aetherion-cream, #f6ead2);
  font-size: 1rem;
}

.guided-customer-creation-card p {
  margin: 0;
  color: rgba(246,234,210,0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

.guided-customer-safe-strip,
.guided-media-capture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.guided-customer-safe-strip span {
  padding: 10px;
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 14px;
  color: rgba(246,234,210,0.72);
  background: rgba(0,0,0,0.18);
  font-size: 0.78rem;
  text-align: center;
}

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

.guided-media-card,
.guided-media-status,
.guided-product-atelier-cta {
  border: 1px solid rgba(227,195,131,0.16);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.028);
}

.guided-media-card h4 {
  margin: 0 0 8px;
  color: var(--aetherion-cream, #f6ead2);
}

.guided-media-card input[type="file"] {
  width: 100%;
  margin-top: 10px;
}

.guided-camera-preview {
  width: 100%;
  min-height: 220px;
  border-radius: 16px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(227,195,131,0.14);
  object-fit: cover;
}

.guided-camera-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.guided-capture-progress {
  margin-top: 10px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.guided-capture-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: rgba(227,195,131,0.75);
}

.guided-media-status {
  display: grid;
  gap: 4px;
  margin-top: 16px;
}

.guided-media-status strong {
  color: var(--aetherion-cream, #f6ead2);
}

.guided-media-status span {
  color: rgba(246,234,210,0.68);
}

.guided-media-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.guided-media-preview-card,
.guided-media-empty {
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 16px;
  padding: 12px;
  background: rgba(0,0,0,0.18);
}

.guided-media-preview-card video,
.guided-media-preview-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 8px;
}

.guided-media-preview-card strong,
.guided-media-empty strong {
  display: block;
  color: var(--aetherion-cream, #f6ead2);
  margin-bottom: 4px;
}

.guided-media-preview-card span,
.guided-media-empty span {
  color: rgba(246,234,210,0.62);
  font-size: 0.82rem;
}

.guided-product-atelier-cta {
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .guided-customer-creation-grid,
  .guided-customer-safe-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .guided-customer-creation-hero {
    flex-direction: column;
  }

  .guided-customer-creation-status {
    min-width: 0;
    width: 100%;
  }

  .guided-customer-creation-grid,
  .guided-customer-safe-strip,
  .guided-media-capture-grid,
  .guided-media-preview-grid {
    grid-template-columns: 1fr;
  }

  .guided-customer-creation-card .btn,
  .guided-camera-controls .btn,
  .guided-product-atelier-cta .btn {
    width: 100%;
  }
}
/* === AETHERION UX2 CUSTOMER FLOW REPAIR V1 END === */


/* === AETHERION UX2 NO-GROWTH CUSTOMER INTEGRATION V1 START === */
.guided-customer-creation-center {
  margin-bottom: 22px;
  border-color: rgba(227, 195, 131, 0.26);
  background: radial-gradient(circle at top left, rgba(227,195,131,0.12), transparent 34%), rgba(255,255,255,0.026);
}
.guided-customer-creation-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 18px;
}
.guided-customer-creation-hero h2 { margin: 0; }
.guided-customer-creation-status { min-width: 235px; display: grid; gap: 8px; }
.guided-customer-creation-status span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(227,195,131,0.16);
  border-radius: 14px;
  background: rgba(0,0,0,0.18);
}
.guided-customer-creation-status strong { color: var(--aetherion-cream, #f6ead2); font-size: 0.88rem; }
.guided-customer-creation-status em {
  color: rgba(246,234,210,0.54);
  font-size: 0.74rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.guided-customer-creation-grid,
.guided-customer-safe-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.guided-customer-creation-card {
  padding: 15px;
  border: 1px solid rgba(227,195,131,0.16);
  border-radius: 18px;
  background: rgba(255,255,255,0.028);
  display: grid;
  gap: 9px;
  align-content: start;
}
.guided-customer-creation-card.is-ready {
  border-color: rgba(108,219,166,0.24);
  background: radial-gradient(circle at top right, rgba(108,219,166,0.09), transparent 36%), rgba(255,255,255,0.028);
}
.guided-customer-creation-card span {
  color: rgba(227,195,131,0.88);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.guided-customer-creation-card strong { color: var(--aetherion-cream, #f6ead2); font-size: 1rem; }
.guided-customer-creation-card p {
  margin: 0;
  color: rgba(246,234,210,0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}
.guided-customer-safe-strip { margin-top: 16px; gap: 8px; }
.guided-customer-safe-strip span {
  padding: 10px;
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 14px;
  color: rgba(246,234,210,0.72);
  background: rgba(0,0,0,0.18);
  font-size: 0.78rem;
  text-align: center;
}

.ux2-grid { display: grid; gap: 14px; margin-bottom: 18px; }
.ux2-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ux2-grid.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ux2-mini-card.is-ready { border-color: rgba(108,219,166,0.28); }
.ux2-media-wrap {
  min-height: 180px;
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 16px;
  background: rgba(0,0,0,0.22);
  overflow: hidden;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.ux2-media { width: 100%; height: 220px; object-fit: cover; display: block; }
.ux2-media-empty { color: rgba(246,234,210,0.58); padding: 20px; text-align: center; }
.ux2-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.ux2-chip-row span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
  color: rgba(246,234,210,0.7);
  font-size: 0.76rem;
}
@media (max-width: 1100px) {
  .guided-customer-creation-grid,
  .guided-customer-safe-strip,
  .ux2-grid.cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .guided-customer-creation-hero { flex-direction: column; }
  .guided-customer-creation-status { min-width: 0; width: 100%; }
  .guided-customer-creation-grid,
  .guided-customer-safe-strip,
  .ux2-grid.two,
  .ux2-grid.cards { grid-template-columns: 1fr; }
}
/* === AETHERION UX2 NO-GROWTH CUSTOMER INTEGRATION V1 END === */


/* === AETHERION UX2 MISSING FUNCTIONS COMPLETE V1 START === */
.ux2-complete-stack {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.ux2-complete-panel {
  border-color: rgba(227, 195, 131, 0.18);
}
.ux2-anchor-grid,
.ux2-qa-grid,
.ux2-grid.three {
  display: grid;
  gap: 12px;
}
.ux2-anchor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ux2-anchor-card {
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,0.028);
}
.ux2-anchor-card.is-selected {
  border-color: rgba(108,219,166,0.34);
  box-shadow: 0 14px 48px rgba(108,219,166,0.08);
}
.ux2-media {
  width: 100%;
  height: 170px;
  border-radius: 12px;
  object-fit: cover;
  background: rgba(0,0,0,0.28);
}
.ux2-media-empty {
  min-height: 120px;
  display: grid;
  place-items: center;
  color: rgba(246,234,210,0.58);
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 12px;
}
.ux2-qa-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ux2-qa-grid span {
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,0.18);
}
.ux2-qa-grid strong,
.ux2-qa-grid em {
  display: block;
}
.ux2-qa-grid strong {
  color: var(--aetherion-cream, #f6ead2);
}
.ux2-qa-grid em {
  color: rgba(246,234,210,0.58);
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ux2-result-box,
.ux2-admin-json {
  white-space: pre-wrap;
  overflow: auto;
  max-height: 460px;
  border: 1px solid rgba(227,195,131,0.14);
  border-radius: 14px;
  padding: 12px;
  background: rgba(0,0,0,0.24);
  color: rgba(246,234,210,0.78);
}
.ux2-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(227,195,131,0.12);
  padding: 10px 0;
}
.ux2-customer-list {
  color: rgba(246,234,210,0.72);
}
.checkline {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(246,234,210,0.74);
  margin: 8px 0 14px;
}
@media (max-width: 1100px) {
  .ux2-anchor-grid,
  .ux2-qa-grid,
  .ux2-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .ux2-anchor-grid,
  .ux2-qa-grid,
  .ux2-grid.three {
    grid-template-columns: 1fr;
  }
}
/* === AETHERION UX2 MISSING FUNCTIONS COMPLETE V1 END === */





/* === UX2 POLISH REMOVE USELESS STEP HEADER START === */
.guided-step-detail > .section-row:first-child,
.guided-step-detail > .guided-step-header:first-child,
.guided-detail-panel > .section-row:first-child,
.guided-detail-panel > .guided-step-header:first-child {
  display: none !important;
}
/* === UX2 POLISH REMOVE USELESS STEP HEADER END === */

/* === UX2 POLISH REMOVE DUPLICATE STEP TITLE HEADER START === */
.guided-layout-grid > .app-card.large-card > .section-row:first-child,
.guided-layout-grid > .large-card > .section-row:first-child,
.guided-step-panel > .section-row:first-child,
.guided-step-content > .section-row:first-child,
.guided-detail > .section-row:first-child,
.guided-detail-card > .section-row:first-child,
.guided-workspace-detail > .section-row:first-child {
  display: none !important;
}
/* === UX2 POLISH REMOVE DUPLICATE STEP TITLE HEADER END === */


/* === UX2 CLEAN PRODUCT CAPTURE FLOW START === */

.guided-product-media-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:18px;
  align-items:start;
}

.guided-mobile-camera-card{
  order:-1;
}

.guided-product-upload-cta{
  margin-top:18px;
  display:flex;
  justify-content:flex-start;
}

.guided-product-upload-cta .btn{
  min-width:220px;
}

@media (max-width: 980px){
  .guided-product-media-grid{
    grid-template-columns:1fr;
  }
}

/* === UX2 CLEAN PRODUCT CAPTURE FLOW END === */


/* === UX2 PRODUCT CAPTURE PRIORITY START === */
.ux2-product-capture-priority .ux2-primary-capture-card {
  border-color: rgba(224, 184, 98, 0.42);
  background:
    radial-gradient(circle at top left, rgba(224, 184, 98, 0.12), transparent 38%),
    rgba(255,255,255,0.035);
}

.ux2-product-capture-priority .ux2-primary-capture-card h4 {
  font-size: 1.05rem;
}

.ux2-product-capture-priority .guided-camera-preview {
  min-height: 240px;
}
/* === UX2 PRODUCT CAPTURE PRIORITY END === */


/* === MOBILE CREATION WORKSPACE HEADER/HAMBURGER START === */
.mobile-shell-header,
.mobile-shell-overlay {
  display: none;
}

@media (max-width: 900px) {
  body[data-page="creation-workspace"] {
    padding-top: 76px;
  }

  body[data-page="creation-workspace"] .mobile-shell-header {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    height: 76px !important;
    z-index: 10010 !important;
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) 56px !important;
    align-items: center !important;
    padding: 10px 16px !important;
    background: rgba(7, 7, 10, 0.96) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(16px) !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-logo {
    grid-column: 2 !important;
    justify-self: center !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 18px !important;
    display: grid !important;
    place-items: center !important;
    color: #f2d08b !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    background:
      radial-gradient(circle at 35% 25%, rgba(255, 230, 170, 0.22), transparent 42%),
      rgba(255,255,255,0.035) !important;
    border: 1px solid rgba(224, 184, 98, 0.26) !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-menu-button {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(224,184,98,0.32) !important;
    background: rgba(255,255,255,0.04) !important;
    color: #f2d08b !important;
    display: grid !important;
    place-items: center !important;
    gap: 5px !important;
    cursor: pointer !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-menu-button span,
  body[data-page="creation-workspace"] .mobile-shell-menu-button::before,
  body[data-page="creation-workspace"] .mobile-shell-menu-button::after {
    content: "" !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    display: block !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10000 !important;
    display: block !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: rgba(0,0,0,0.56) !important;
    transition: opacity 0.22s ease !important;
  }

  body[data-page="creation-workspace"].mobile-menu-open .mobile-shell-overlay {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body[data-page="creation-workspace"] .app-layout {
    display: block !important;
    padding-top: 0 !important;
  }

  body[data-page="creation-workspace"] .app-sidebar {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(82vw, 360px) !important;
    height: 100vh !important;
    min-height: 100vh !important;
    z-index: 10020 !important;
    transform: translateX(105%) !important;
    transition: transform 0.24s ease !important;
    border-left: 1px solid rgba(224,184,98,0.18) !important;
    border-right: 0 !important;
    padding: 88px 22px 28px !important;
    overflow-y: auto !important;
    box-shadow: -22px 0 70px rgba(0,0,0,0.38) !important;
  }

  body[data-page="creation-workspace"].mobile-menu-open .app-sidebar {
    transform: translateX(0) !important;
  }

  body[data-page="creation-workspace"] .app-sidebar .brand {
    display: none !important;
  }

  body[data-page="creation-workspace"] .app-main {
    padding-top: 22px !important;
  }
}
/* === MOBILE CREATION WORKSPACE HEADER/HAMBURGER END === */


/* === MOBILE CREATION EXACT LOGO FIX START === */
@media (max-width: 900px) {
  body[data-page="creation-workspace"] {
    padding-top: 112px !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-header {
    height: 96px !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-logo {
    width: 72px !important;
    height: 72px !important;
    padding: 5px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    font-size: 0 !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body[data-page="creation-workspace"] .app-main {
    padding-top: 34px !important;
  }
}
/* === MOBILE CREATION EXACT LOGO FIX END === */


/* === MOBILE CREATION EXACT LOGO FIX START === */
@media (max-width: 900px) {
  body[data-page="creation-workspace"] {
    padding-top: 112px !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-header {
    height: 96px !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-logo {
    width: 72px !important;
    height: 72px !important;
    padding: 5px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    font-size: 0 !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body[data-page="creation-workspace"] .app-main {
    padding-top: 34px !important;
  }
}
/* === MOBILE CREATION EXACT LOGO FIX END === */


/* === MOBILE HAMBURGER FINAL START === */

@media (max-width: 900px){

  body[data-page="creation-workspace"] .mobile-shell-logo{
    width:64px !important;
    height:64px !important;
    padding:0 !important;
    overflow:hidden !important;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    border-radius:0 !important;
  }

  body[data-page="creation-workspace"] .mobile-shell-logo img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    display:block !important;
  }

  body[data-page="creation-workspace"] .mobile-sidebar-close{
    position:absolute !important;
    top:18px !important;
    left:18px !important;
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    border:1px solid rgba(224,184,98,.22) !important;
    background:rgba(255,255,255,.05) !important;
    color:#f2d08b !important;
    font-size:20px !important;
    font-weight:700 !important;
    cursor:pointer !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  body[data-page="creation-workspace"] .app-sidebar{
    padding-top:78px !important;
  }
}

/* === MOBILE HAMBURGER FINAL END === */



/* === UX2 PRODUCT TEXT POLISH START === */

.guided-product-intro-title{
  display:block;
  font-size:1.08rem;
  line-height:1.45;
  font-weight:700;
  color:#f2d08b;
  margin-bottom:14px;
}

/* === UX2 PRODUCT TEXT POLISH END === */



/* === UX2 EXACT PRODUCT POLISH START === */

.guided-product-main-title{
  display:block;
  margin-bottom:14px;
  color:#f3d089;
  font-size:1.04rem;
  line-height:1.45;
  font-weight:700;
}

.guided-product-main-copy{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  line-height:1.65;
}

/* === UX2 EXACT PRODUCT POLISH END === */



/* === UX2 SURGICAL PRODUCT POLISH START === */

.guided-product-main-title{
  margin:0 0 14px;
  color:#f1d08b;
  font-size:1.02rem;
  line-height:1.45;
  font-weight:700;
}

.guided-product-main-copy{
  margin:0 0 20px;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}

/* === UX2 SURGICAL PRODUCT POLISH END === */



/* === UX2 REAL SURGICAL POLISH START === */

.guided-product-main-title{
  margin:0 0 14px;
  color:#f2d08b;
  font-size:1.02rem;
  line-height:1.45;
  font-weight:700;
}

.guided-product-main-copy{
  margin:0 0 18px;
  color:rgba(255,255,255,.84);
  line-height:1.68;
}

/* === UX2 REAL SURGICAL POLISH END === */



/* === UX2 PRODUCT REFERENCES TEXT FIX START === */
.guided-product-intake > h3 {
  color: #f2d08b;
}
/* === UX2 PRODUCT REFERENCES TEXT FIX END === */


/* === UX2 PHOTO REORDER START === */
.guided-media-preview-card-draggable{
  cursor:grab;
  position:relative;
}

.guided-media-preview-card-draggable:active{
  cursor:grabbing;
}

.guided-media-preview-card-draggable.is-dragging{
  opacity:.55;
}

.guided-media-preview-card-draggable.is-drag-over{
  outline:2px solid rgba(242,208,139,.7);
  transform:translateY(-2px);
}

.guided-media-preview-card-draggable small{
  color:rgba(242,208,139,.78);
}
/* === UX2 PHOTO REORDER END === */

/* === UX2 STEP2 MIGRATION 01 CORE CREATION START === */
.guided-creation-grid input,
.guided-creation-grid select,
.guided-creation-grid textarea {
  width: 100%;
}
/* === UX2 STEP2 MIGRATION 01 CORE CREATION END === */


/* === UX2 EMBEDDED CREATION ENGINE 02 START === */
.ux2-embedded-creation-engine{
  margin-top:22px;
}

.ux2-embedded-creation-actions{
  margin-top:16px;
}

.ux2-embedded-creation-state{
  margin-top:12px;
}
/* === UX2 EMBEDDED CREATION ENGINE 02 END === */
