.test-validation-page {
  background: #f4f7f8;
}

.test-validation-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 18px 54px;
}

.test-flow-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 18px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid #dce8ec;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfc 58%, #fff8f1 100%);
  box-shadow: 0 18px 44px rgba(16, 43, 70, .08);
}

.test-flow-intro h1 {
  max-width: 780px;
  margin: 10px 0 12px;
  color: #073d31;
  font-size: 42px;
  line-height: 1.08;
}

.test-flow-intro p {
  max-width: 880px;
  margin: 0;
  color: #54636f;
  font-size: 16px;
  line-height: 1.65;
}

.test-flow-current {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid #cfe0e4;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}

.test-flow-current span,
.test-flow-current small {
  color: #65727d;
  font-size: 12px;
  font-weight: 800;
}

.test-flow-current strong {
  color: #102b46;
  font-size: 20px;
  line-height: 1.2;
}

.test-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  margin: 18px 0;
  border: 1px solid #dce8ec;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(16, 43, 70, .06);
}

.test-journey-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 10px;
  min-height: 96px;
  padding: 16px;
  color: #102b46;
  text-decoration: none;
  border-right: 1px solid #e6eef1;
  transition: background .16s ease, transform .16s ease;
}

.test-journey-step:last-child {
  border-right: 0;
}

.test-journey-step:hover,
.test-journey-step:focus-visible {
  background: #f8fbfc;
  outline: 0;
}

.test-journey-step span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e8f4f0;
  color: #073d31;
  font-weight: 900;
}

.test-journey-step b {
  align-self: center;
  font-size: 14px;
}

.test-journey-step small {
  grid-column: 2;
  color: #65727d;
  line-height: 1.35;
}

.test-journey-step.active {
  background: #fff8f1;
}

.test-journey-step.active span {
  background: #e95c0c;
  color: #ffffff;
}

.test-journey-step.done span {
  background: #0c8b5d;
  color: #ffffff;
}

.test-state-control {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  background: #ffffff;
}

.test-state-control > div {
  display: grid;
  gap: 4px;
  min-width: 230px;
}

.test-state-control strong {
  color: #102b46;
}

.test-state-control span {
  color: #65727d;
  font-size: 13px;
  line-height: 1.35;
}

.test-state-control .test-state-tabs {
  justify-content: flex-end;
  margin: 0;
}

.test-validation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 20px;
  align-items: stretch;
}

.test-validation-title {
  min-height: 100%;
  background: #ffffff;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 18px 44px rgba(16, 43, 70, .08);
}

.test-validation-title h1 {
  margin: 8px 0 12px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  color: #073d31;
}

.test-validation-title p {
  max-width: 760px;
  margin: 0;
  color: #54636f;
  font-size: 17px;
  line-height: 1.65;
}

.test-kicker,
.test-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.test-kicker {
  background: #e8f4f0;
  color: #073d31;
}

.test-pill {
  background: #fff4e8;
  color: #b64d06;
}

.test-safety-panel {
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.test-safety-item {
  background: #ffffff;
  border: 1px solid #dce8ec;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(16, 43, 70, .06);
}

.test-safety-item strong {
  display: block;
  color: #102b46;
  margin-bottom: 5px;
}

.test-safety-item span {
  color: #596b76;
  line-height: 1.45;
}

.test-state-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.test-state-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #cfe0e4;
  border-radius: 999px;
  color: #102b46;
  background: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.test-state-tabs a.active {
  border-color: #073d31;
  background: #073d31;
  color: #ffffff;
}

.test-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  gap: 18px;
  align-items: start;
}

.test-panel {
  background: #ffffff;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(16, 43, 70, .08);
  overflow: hidden;
}

.test-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border-bottom: 1px solid #e6eef1;
}

.test-panel-head h2,
.test-section-title {
  margin: 0;
  color: #102b46;
  font-size: 22px;
  line-height: 1.2;
}

.test-panel-head p {
  margin: 5px 0 0;
  color: #65727d;
}

.test-panel-body {
  padding: 20px;
}

.test-project-cover {
  position: relative;
  min-height: 180px;
  border-radius: 12px;
  overflow: hidden;
  background: #dfe8ec;
}

.test-project-cover img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.test-project-cover span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(7, 61, 49, .92);
  color: #ffffff;
  font-weight: 900;
  font-size: 12px;
}

.test-project-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  margin-top: 16px;
  align-items: start;
}

.test-project-summary h3 {
  margin: 0 0 8px;
  color: #102b46;
  font-size: 24px;
}

.test-project-summary p {
  margin: 0;
  color: #596b76;
  line-height: 1.6;
}

.test-price-box {
  min-width: 190px;
  border: 1px solid #f2d6ad;
  border-radius: 12px;
  background: #fff8f1;
  padding: 14px;
}

.test-price-box span {
  display: block;
  color: #8a5b24;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.test-price-box strong {
  display: block;
  margin-top: 4px;
  color: #102b46;
  font-size: 24px;
}

.test-price-box small {
  display: block;
  margin-top: 4px;
  color: #72572f;
  line-height: 1.45;
}

.test-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.test-actions.compact {
  margin-top: 0;
  gap: 8px;
}

.test-actions.vertical {
  display: grid;
  margin-top: 0;
}

.test-muted-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #cfe0e4;
  background: #ffffff;
  color: #102b46;
  font-weight: 800;
  text-decoration: none;
}

.test-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #e95c0c;
  background: #e95c0c;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(233, 92, 12, .2);
}

.test-primary-action.is-disabled {
  border-color: #cfd8dc;
  background: #edf2f4;
  color: #73808a;
  box-shadow: none;
  pointer-events: none;
}

.test-action-with-hint {
  display: grid;
  gap: 7px;
  justify-items: start;
}

.test-action-with-hint .lead-contact-hint {
  max-width: 320px;
}

.test-profile {
  display: grid;
  gap: 12px;
}

.test-profile-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f4;
}

.test-profile-row:last-child {
  border-bottom: 0;
}

.test-profile-row span {
  color: #70808c;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.test-profile-row strong {
  color: #102b46;
  overflow-wrap: anywhere;
}

.test-confirm-notice {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #f2d6ad;
  border-radius: 12px;
  background: #fff8f1;
  color: #5f4b25;
  line-height: 1.55;
}

.test-status-panel {
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  background: #f4fbfd;
  border: 1px solid #ccecf5;
}

.test-status-panel strong {
  display: block;
  color: #073d31;
  margin-bottom: 6px;
}

.test-status-panel p {
  margin: 0;
  color: #31586c;
  line-height: 1.55;
}

.test-flow-list {
  display: grid;
  gap: 10px;
}

.test-flow-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid #dce8ec;
  border-radius: 12px;
  background: #ffffff;
}

.test-flow-step b {
  display: block;
  color: #102b46;
}

.test-flow-step small {
  display: block;
  margin-top: 3px;
  color: #64727d;
  line-height: 1.4;
}

.test-flow-index {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8f4f0;
  color: #073d31;
  font-weight: 900;
}

.test-flow-state {
  padding: 6px 9px;
  border-radius: 999px;
  background: #edf6f9;
  color: #0f6f88;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.test-flow-state.done {
  background: #e6f4ec;
  color: #0c6b45;
}

.test-flow-state.wait {
  background: #fff4e8;
  color: #b64d06;
}

.test-flow-state.blocked {
  background: #fff0ee;
  color: #b13b27;
}

.test-section {
  margin-top: 22px;
}

.test-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-end;
  margin-bottom: 12px;
}

.test-section-head p {
  margin: 5px 0 0;
  color: #65727d;
}

.test-actual-pro,
.test-actual-admin {
  min-height: 0;
  overflow: hidden;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 43, 70, .08);
}

.test-actual-pro .side,
.test-actual-admin .side {
  min-height: 0;
}

.test-actual-pro .panel,
.test-actual-admin .panel {
  min-width: 0;
  min-height: 0;
}

.test-actual-pro .pro-side-nav a,
.test-actual-admin .side nav a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #c3d2dc;
  text-decoration: none;
  font-weight: 800;
  padding: 12px 13px;
  border-radius: 11px;
  transition: .15s;
}

.test-actual-admin .side nav a {
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.test-actual-pro .pro-side-nav a:hover,
.test-actual-admin .side nav a:hover {
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

.test-actual-pro .pro-side-nav a.active,
.test-actual-admin .side nav a.active {
  background: var(--coral);
  color: #ffffff;
}

.test-actual-pro .pro-side-nav small {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 700;
}

.test-actual-pro .proj {
  transform: none;
}

.test-actual-pro .proj:hover {
  transform: none;
}

.test-bo-live-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 251, 252, .94));
}

.test-bo-live-help {
  margin-top: 0;
}

.test-bo-live-table {
  gap: 10px;
}

.test-bo-live-table .admin-table-head,
.test-bo-live-table .admin-project-summary {
  grid-template-columns: .22fr 1.35fr .95fr 1.12fr .55fr .65fr .62fr .55fr;
}

.test-bo-live-project {
  border-radius: 18px;
}

.test-bo-live-project[open] .admin-project-summary {
  border-color: #cfe3ea;
  box-shadow: 0 12px 26px rgba(8, 38, 65, .08);
}

.test-bo-live-detail {
  margin-top: 2px;
}

.test-bo-live-essentials {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.test-bo-artisan-follow {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #dbe9ed;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 252, 253, .96));
  box-shadow: 0 12px 28px rgba(8, 38, 65, .055);
}

.test-bo-artisan-follow .admin-card-head {
  margin-bottom: 12px;
}

.test-bo-artisan-table {
  display: grid;
  gap: 8px;
}

.test-bo-artisan-head,
.test-bo-artisan-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr .82fr;
  gap: 10px;
  align-items: stretch;
}

.test-bo-artisan-head {
  padding: 0 10px;
  color: #65727d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.test-bo-artisan-row {
  padding: 11px;
  border: 1px solid #e5eff2;
  border-radius: 16px;
  background: #ffffff;
  color: #52616d;
}

.test-bo-artisan-row.main {
  border-color: #cfe9df;
  background: linear-gradient(135deg, #f4fbf7, #ffffff);
}

.test-bo-artisan-row span {
  min-width: 0;
}

.test-bo-artisan-row b {
  display: block;
  color: #102b46;
  font-size: 13px;
}

.test-bo-artisan-row small {
  display: block;
  margin-top: 3px;
  color: #65727d;
  font-size: 11.5px;
  line-height: 1.35;
}

.test-bo-live-detail .admin-project-detail-actions .btn.is-disabled {
  pointer-events: none;
  opacity: .48;
  filter: grayscale(.2);
}

.test-actual-pro .proj .price small {
  display: block;
  margin-top: 4px;
  color: #65727d;
  font-size: 12px;
}

.test-actual-pro .btn.is-disabled {
  pointer-events: none;
  opacity: .48;
  filter: grayscale(.15);
}

.test-insert-marker {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid #f2d6ad;
  border-radius: 12px;
  background: #fff8f1;
  color: #5f4b25;
  font-size: 13px;
}

.test-insert-marker b {
  color: #102b46;
}

.test-auth-kpis {
  margin-top: 0;
}

.test-projects-table {
  margin-top: 12px;
}

.test-admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.test-admin-workflow {
  align-items: start;
}

.test-unified-project {
  display: grid;
  gap: 14px;
}

.test-project-card-head,
.test-project-control,
.test-bo-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.test-project-card-head h3 {
  margin-bottom: 8px;
}

.test-project-card-head .badge {
  white-space: nowrap;
}

.test-project-control {
  align-items: stretch;
  padding: 13px;
  border: 1px solid #e6eef1;
  border-radius: 14px;
  background: linear-gradient(135deg, #fbfefe, #fff8f2);
}

.test-buy-mode-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  background: #ffffff;
}

.test-buy-mode-strip span {
  color: #65727d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.test-buy-mode-strip b {
  color: #073d31;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff9f4;
  border: 1px solid #cce8dc;
}

.test-project-price,
.test-project-status {
  min-width: 0;
}

.test-project-price span,
.test-project-status span,
.test-bo-summary span {
  display: block;
  color: #65727d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.test-project-price b {
  display: block;
  margin-top: 3px;
  color: var(--coral);
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
}

.test-project-price small,
.test-project-status small,
.test-bo-summary small,
.test-bo-flow span {
  display: block;
  margin-top: 4px;
  color: #65727d;
  line-height: 1.35;
}

.test-project-status strong {
  display: block;
  margin-top: 4px;
  color: #102b46;
}

.test-compact-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.test-compact-flow span {
  position: relative;
  padding: 8px 10px 8px 28px;
  border: 1px solid #dce8ec;
  border-radius: 999px;
  background: #ffffff;
  color: #65727d;
  font-size: 12px;
  font-weight: 850;
}

.test-compact-flow span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cfd8dc;
  transform: translateY(-50%);
}

.test-compact-flow span.active {
  border-color: #f2d6ad;
  background: #fff8f1;
  color: #b64d06;
}

.test-compact-flow span.done {
  border-color: #cce8dc;
  background: #eff9f4;
  color: #0c6b45;
}

.test-compact-flow span.active:before {
  background: #e95c0c;
}

.test-compact-flow span.done:before {
  background: #0c8b5d;
}

.test-bo-project-card {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(12, 107, 69, .18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 251, 252, .96));
  box-shadow: 0 24px 58px rgba(8, 38, 65, .13);
}

.test-bo-accordion {
  display: block;
}

.test-bo-accordion summary {
  list-style: none;
  cursor: pointer;
}

.test-bo-accordion summary::-webkit-details-marker {
  display: none;
}

.test-bo-project-card .admin-card-head {
  margin: 0;
  padding: 20px 22px;
  background: linear-gradient(135deg, #073d31 0%, #0f6f88 72%, #e95c0c 100%);
  align-items: center;
}

.test-bo-summary-trigger {
  position: relative;
  padding-right: 66px !important;
}

.test-bo-summary-trigger:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
  transform: translateY(-50%);
}

.test-bo-summary-trigger:before {
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-right: 2px solid #073d31;
  border-bottom: 2px solid #073d31;
  transform: translateY(-62%) rotate(45deg);
  transition: transform .18s ease;
}

.test-bo-accordion[open] .test-bo-summary-trigger:before {
  transform: translateY(-35%) rotate(225deg);
}

.test-bo-project-card .admin-card-head h3,
.test-bo-project-card .admin-card-head small,
.test-bo-project-card .admin-card-head .admin-project-ref {
  color: #ffffff;
}

.test-bo-project-card .admin-card-head small {
  opacity: .82;
}

.test-bo-project-card .admin-card-head .badge {
  background: rgba(255, 255, 255, .94);
  color: #073d31;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
  margin-right: 44px;
}

.test-bo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 18px;
  padding: 6px;
  border: 1px solid rgba(12, 107, 69, .14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(244, 250, 249, .88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 14px 30px rgba(8, 38, 65, .06);
}

.test-bo-tabs button {
  position: relative;
  flex: 1 1 150px;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: #526472;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 12px;
  border-radius: 13px;
  text-align: center;
  transition: color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.test-bo-tabs button:hover,
.test-bo-tabs button:focus-visible {
  color: #073d31;
  background: rgba(255, 255, 255, .7);
  outline: 0;
}

.test-bo-tabs button.active {
  background: linear-gradient(135deg, #ffffff, #f5fbfa);
  color: #102b46;
  box-shadow: 0 12px 24px rgba(16, 43, 70, .12);
  transform: translateY(-1px);
}

.test-bo-tabs button.active:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0c8b5d, #0f6f88, #e95c0c);
}

.test-bo-tab-panels {
  margin: 0 18px;
}

.test-bo-tab-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(12, 107, 69, .13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 0%, rgba(233, 92, 12, .10), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, #f7fbfc 100%);
  box-shadow: 0 18px 42px rgba(8, 38, 65, .09);
}

.test-bo-tab-panel:not(.active) {
  display: none;
}

.test-bo-panel-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .26fr);
  gap: 18px;
  align-items: stretch;
}

.test-bo-panel-kicker,
.test-bo-panel-grid span,
.test-bo-panel-price span,
.test-bo-pro-badge span,
.test-bo-payment-box span {
  display: block;
  color: #60727c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.test-bo-panel-main h4 {
  margin: 5px 0 8px;
  color: #073d31;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(20px, 2vw, 26px);
}

.test-bo-panel-main p {
  max-width: 760px;
  margin: 0;
  color: #526472;
  line-height: 1.55;
}

.test-bo-panel-price,
.test-bo-pro-badge,
.test-bo-client-state,
.test-bo-payment-box {
  display: grid;
  align-content: center;
  min-height: 120px;
  padding: 16px;
  border: 1px solid rgba(220, 232, 236, .94);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.test-bo-panel-price strong,
.test-bo-pro-badge strong,
.test-bo-payment-box strong {
  display: block;
  margin-top: 5px;
  color: #e95c0c;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
}

.test-bo-panel-price small,
.test-bo-payment-box small {
  display: block;
  margin-top: 5px;
  color: #60727c;
  line-height: 1.35;
}

.test-bo-client-state {
  place-items: center;
  text-align: center;
  font-weight: 900;
}

.test-bo-client-state span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff8f1;
  color: #b64d06;
}

.test-bo-client-state.done span {
  background: #e6f4ec;
  color: #0c6b45;
}

.test-bo-client-state.blocked span {
  background: #fff0ee;
  color: #b13b27;
}

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

.test-bo-panel-grid article {
  padding: 13px 14px;
  border: 1px solid rgba(220, 232, 236, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
}

.test-bo-panel-grid strong {
  display: block;
  margin-top: 4px;
  color: #102b46;
}

.test-bo-panel-grid small {
  display: block;
  margin-top: 3px;
  color: #65727d;
  line-height: 1.35;
}

.test-bo-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.test-bo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(12, 107, 69, .18);
  border-radius: 999px;
  background: #ffffff;
  color: #102b46;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(8, 38, 65, .07);
}

.test-bo-action.primary {
  border-color: #0c8b5d;
  background: linear-gradient(135deg, #0c8b5d, #073d31);
  color: #ffffff;
}

.test-bo-action.danger {
  border-color: #f1c8c1;
  background: #fff6f4;
  color: #b13b27;
}

.test-bo-action.is-soft {
  border-color: #cfe0e4;
  background: #f7fbfc;
  color: #526472;
}

.test-bo-action.is-disabled {
  pointer-events: none;
  border-color: #d6e1e5;
  background: #edf2f4;
  color: #7a8892;
  box-shadow: none;
}

.test-bo-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.test-bo-summary > div {
  padding: 14px;
  border: 1px solid rgba(220, 232, 236, .92);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(8, 38, 65, .06);
}

.test-bo-summary strong {
  display: block;
  margin-top: 4px;
  color: #102b46;
}

.test-bo-flow {
  display: grid;
  gap: 8px;
  margin: 0 18px;
}

.test-bo-flow > div {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(220, 232, 236, .92);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(8, 38, 65, .045);
}

.test-bo-flow b {
  color: #102b46;
}

.test-bo-flow > div.active {
  border-color: #f2d6ad;
  background: #fff8f1;
}

.test-bo-flow > div.done {
  border-color: #cce8dc;
  background: #eff9f4;
}

.test-bo-footer {
  margin: 0 18px 18px;
  padding-top: 14px;
  border-top: 1px solid #e6eef1;
}

.test-pro-console,
.test-admin-console {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(16, 43, 70, .08);
}

.test-pro-console {
  grid-template-columns: 230px minmax(0, 1fr);
}

.test-admin-console {
  grid-template-columns: 210px minmax(0, 1fr);
}

.test-pro-sidebar,
.test-admin-nav {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  background: #073d31;
  color: #ffffff;
}

.test-admin-nav {
  background: #102b46;
}

.test-pro-brand {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.test-pro-brand small,
.test-admin-nav span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.test-pro-sidebar a,
.test-admin-nav a {
  display: block;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-weight: 800;
  padding: 11px 12px;
  border-radius: 10px;
}

.test-pro-sidebar a.active,
.test-admin-nav a.active {
  background: rgba(255, 255, 255, .14);
  color: #ffffff;
}

.test-pro-content,
.test-admin-content {
  padding: 20px;
  min-width: 0;
}

.test-surface-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.test-surface-head.slim {
  margin-bottom: 12px;
}

.test-surface-head h3 {
  margin: 8px 0 4px;
  color: #102b46;
  font-size: 24px;
  line-height: 1.18;
}

.test-surface-head.slim h3 {
  margin-top: 0;
  font-size: 20px;
}

.test-surface-head p {
  margin: 0;
  color: #65727d;
  line-height: 1.5;
}

.test-pro-project-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .35fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid #dce8ec;
  border-radius: 12px;
  background: #f8fbfc;
}

.test-project-ref {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8f4f0;
  color: #073d31;
  font-size: 12px;
  font-weight: 900;
}

.test-pro-project-card h4 {
  margin: 0 0 10px;
  color: #102b46;
  font-size: 24px;
  line-height: 1.18;
}

.test-pro-project-card p {
  margin: 12px 0 0;
  color: #596b76;
  line-height: 1.55;
}

.test-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.test-mini-tags span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dce8ec;
  color: #43535e;
  font-size: 12px;
  font-weight: 800;
}

.test-pro-project-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.test-pro-status-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.test-pro-status-strip div {
  min-height: 72px;
  border: 1px solid #dce8ec;
  border-radius: 12px;
  padding: 10px;
  background: #ffffff;
}

.test-pro-status-strip b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e95c0c;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 8px;
}

.test-pro-status-strip span {
  color: #102b46;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.3;
}

.test-pro-leads {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e6eef1;
}

.test-lead-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dce8ec;
  border-radius: 12px;
  background: #ffffff;
}

.test-lead-row b,
.test-contact-unlocked strong {
  display: block;
  color: #102b46;
}

.test-lead-row small {
  display: block;
  margin-top: 4px;
  color: #65727d;
}

.test-contact-unlocked {
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #bfe6d4;
  border-radius: 12px;
  background: #eaf7f1;
}

.test-contact-unlocked p {
  margin: 4px 0 0;
  color: #24533d;
}

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

.test-admin-kpis article,
.test-admin-card {
  border: 1px solid #dce8ec;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 43, 70, .05);
}

.test-admin-kpis article {
  padding: 14px;
}

.test-admin-kpis span {
  display: block;
  color: #60707b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.test-admin-kpis strong {
  display: block;
  color: #102b46;
  font-size: 30px;
  line-height: 1;
  margin: 6px 0;
}

.test-admin-kpis small {
  color: #6a7882;
}

.test-admin-card {
  padding: 16px;
}

.test-admin-table {
  display: grid;
  gap: 0;
  border: 1px solid #e6eef1;
  border-radius: 12px;
  overflow: hidden;
}

.test-admin-table .head,
.test-admin-table .row {
  display: grid;
  grid-template-columns: 1.05fr .85fr .75fr auto 1.25fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
}

.test-admin-table .head {
  background: #f4f7f8;
  color: #60707b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.test-admin-table .row span {
  min-width: 0;
}

.test-admin-table b {
  display: block;
  color: #102b46;
}

.test-admin-table small {
  display: block;
  margin-top: 3px;
  color: #65727d;
}

.test-admin-table em {
  font-style: normal;
}

.test-admin-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 14px;
  margin-top: 14px;
}

.test-admin-log {
  display: grid;
  gap: 9px;
}

.test-admin-log div {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #f8fbfc;
  border: 1px solid #e6eef1;
}

.test-admin-log b {
  color: #102b46;
}

.test-admin-log span {
  color: #65727d;
  line-height: 1.35;
}

.test-release-board {
  padding: 16px;
  border: 1px solid #dce8ec;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 251, 252, .96));
  box-shadow: 0 18px 44px rgba(16, 43, 70, .07);
}

.test-release-board .test-section-head {
  margin-bottom: 14px;
}

.test-release-summary,
.test-release-grid,
.test-route-matrix,
.test-sms-config-grid {
  display: grid;
  gap: 12px;
}

.test-release-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.test-release-summary article {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  background: #ffffff;
}

.test-release-summary article.done {
  border-color: #cce8dc;
  background: #f4fbf7;
}

.test-release-summary article.wait {
  border-color: #f2d6ad;
  background: #fff8f1;
}

.test-release-summary article.blocked {
  border-color: #f1c9c2;
  background: #fff6f4;
}

.test-release-summary span,
.test-sms-config-grid span {
  display: block;
  color: #65727d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.test-release-summary strong,
.test-sms-config-grid b {
  display: block;
  margin-top: 5px;
  color: #102b46;
  overflow-wrap: anywhere;
}

.test-release-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
}

.test-release-panel,
.test-sms-config {
  padding: 16px;
  border: 1px solid #dce8ec;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 43, 70, .055);
}

.test-release-panel header,
.test-sms-config {
  display: grid;
  gap: 10px;
}

.test-release-panel h3,
.test-sms-config h3 {
  margin: 0;
  color: #102b46;
  font-size: 19px;
}

.test-sms-config p {
  margin: 0;
  color: #65727d;
  line-height: 1.5;
}

.test-check-list,
.test-guard-list,
.test-rollout-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.test-check-row,
.test-rollout-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid #e6eef1;
  border-radius: 13px;
  background: #f8fbfc;
}

.test-check-row {
  grid-template-columns: auto minmax(0, 1fr);
}

.test-check-row b,
.test-rollout-row b,
.test-guard-list b,
.test-route-matrix b {
  display: block;
  color: #102b46;
}

.test-check-row small,
.test-rollout-row small,
.test-guard-list small,
.test-route-matrix span {
  display: block;
  margin-top: 3px;
  color: #65727d;
  line-height: 1.35;
}

.test-guard-list div {
  padding: 11px 0;
  border-bottom: 1px solid #e9f0f2;
}

.test-guard-list div:last-child {
  border-bottom: 0;
}

.test-route-matrix {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 14px;
}

.test-route-matrix a {
  min-width: 0;
  padding: 13px;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  background: #ffffff;
  color: #102b46;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.test-route-matrix a:hover,
.test-route-matrix a:focus-visible {
  border-color: #b8d8e2;
  box-shadow: 0 12px 28px rgba(16, 43, 70, .08);
  transform: translateY(-1px);
  outline: 0;
}

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

.test-mail-preview {
  background: #ffffff;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(16, 43, 70, .08);
}

.test-mail-preview header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #e6eef1;
}

.test-mail-preview h3 {
  margin: 0;
  color: #102b46;
  font-size: 16px;
}

.test-mail-preview header small {
  display: block;
  margin-top: 4px;
  color: #65727d;
  line-height: 1.35;
}

.test-mail-preview a {
  color: #0f8eb5;
  font-weight: 900;
  text-decoration: none;
}

.test-mail-preview iframe {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  background: #f4f7f8;
}

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

.test-sms-config {
  margin-bottom: 12px;
}

.test-sms-config-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.test-sms-config-grid article {
  padding: 12px;
  border: 1px solid #e6eef1;
  border-radius: 13px;
  background: #f8fbfc;
}

.test-sms-env {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.test-sms-env code {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 9px;
  border: 1px solid #dce8ec;
  border-radius: 999px;
  background: #f8fbfc;
  color: #102b46;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.test-sms-card {
  background: #ffffff;
  border: 1px solid #dce8ec;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 14px 32px rgba(16, 43, 70, .06);
}

.test-sms-card header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.test-sms-card b {
  display: block;
  color: #102b46;
  margin-bottom: 0;
}

.test-sms-bubble {
  border-radius: 14px;
  background: #e8f4f0;
  color: #073d31;
  padding: 12px;
  line-height: 1.45;
}

.test-sms-card small {
  display: block;
  margin-top: 9px;
  color: #65727d;
}

@media (max-width: 1020px) {
  .test-flow-overview,
  .test-journey,
  .test-validation-hero,
  .test-workspace,
  .test-pro-console,
  .test-admin-console,
  .test-preview-grid,
  .test-sms-grid,
  .test-release-summary,
  .test-release-grid,
  .test-route-matrix,
  .test-sms-config-grid,
  .test-admin-split {
    grid-template-columns: 1fr;
  }

  .test-journey-step {
    border-right: 0;
    border-bottom: 1px solid #e6eef1;
  }

  .test-journey-step:last-child {
    border-bottom: 0;
  }

  .test-pro-status-strip,
  .test-admin-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .test-pro-project-card,
  .test-lead-row,
  .test-admin-table .head,
  .test-admin-table .row,
  .test-project-control,
  .test-bo-live-table .admin-table-head,
  .test-bo-live-table .admin-project-summary,
  .test-bo-live-essentials,
  .test-bo-artisan-row,
  .test-bo-panel-main,
  .test-bo-panel-grid,
  .test-bo-summary,
  .test-bo-flow > div,
  .test-rollout-row {
    grid-template-columns: 1fr;
  }

  .test-project-control,
  .test-project-card-head,
  .test-bo-footer {
    flex-direction: column;
  }

  .test-mail-preview iframe {
    height: 690px;
  }
}

@media (max-width: 700px) {
  .test-validation-shell {
    padding: 18px 12px 42px;
  }

  .test-flow-overview {
    padding: 18px;
  }

  .test-flow-intro h1 {
    font-size: 30px;
  }

  .test-state-control {
    flex-direction: column;
  }

  .test-state-control .test-state-tabs {
    justify-content: flex-start;
  }

  .test-validation-title,
  .test-panel-body,
  .test-panel-head {
    padding: 16px;
  }

  .test-project-summary,
  .test-profile-row,
  .test-flow-step,
  .test-pro-status-strip,
  .test-admin-kpis {
    grid-template-columns: 1fr;
  }

  .test-flow-state {
    width: fit-content;
  }

  .test-price-box {
    min-width: 0;
  }

  .test-bo-tabs {
    border-radius: 16px;
  }

  .test-bo-tabs button {
    flex-basis: 100%;
    text-align: left;
  }

  .test-bo-tabs button.active:after {
    left: 12px;
    right: auto;
    width: 42px;
  }

  .test-bo-tab-panel {
    padding: 14px;
  }

  .test-bo-panel-actions {
    display: grid;
  }

  .test-bo-artisan-head {
    display: none;
  }
}
