:root {
  --text-color: #cfd7e1;
  --info-color: #5e83bf;
  --success-color: #76b448;
  --danger-color: #e46321;
  --cream-bg-color: #202936;
  --info-bg-color: #cfdcef99;
  --success-bg-color: #e9f3e1;
  --danger-bg-color: #fae4d9;
  --vs-green-color: #d4d947;
  --vs-blue-color: #6b98bf;
  --grey-border-color: rgba(255, 255, 255, 0.12);
  --surface-color: #2b3644;
  --surface-muted: #334152;
  --title-color: #ffffff;
  --panel-radius: 6px;
  --control-radius: 4px;
  --panel-shadow: 0 24px 48px rgba(6, 10, 16, 0.34);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text-color);
  background:
    radial-gradient(circle at top left, rgba(107, 152, 191, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(212, 217, 71, 0.08), transparent 24%),
    linear-gradient(180deg, #2c3642 0, #1f2732 100%),
    var(--cream-bg-color);
}

body[data-theme="light"] {
  --text-color: #5f6772;
  --grey-border-color: rgba(47, 61, 78, 0.12);
  --surface-color: #f5f7fb;
  --surface-muted: #ffffff;
  --title-color: #1f2c3a;
  --panel-shadow: 0 24px 48px rgba(29, 46, 64, 0.12);
  background:
    radial-gradient(circle at top left, rgba(107, 152, 191, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(212, 217, 71, 0.08), transparent 24%),
    linear-gradient(180deg, #eef2f7 0, #dfe5ee 100%);
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  width: min(880px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.form-panel {
  background: var(--surface-color);
  border: 1px solid var(--grey-border-color);
  border-radius: var(--panel-radius);
  box-shadow: var(--panel-shadow);
}

.form-panel {
  position: relative;
  overflow: visible;
  padding: 0 30px 30px;
  border-color: rgba(29, 46, 64, 0.18);
  background:
    radial-gradient(circle at top right, rgba(212, 217, 71, 0.09), transparent 26%),
    linear-gradient(135deg, #3f4d5f 0%, #2e3949 58%, #263240 100%);
  box-shadow: 0 18px 40px rgba(29, 46, 64, 0.2);
}

.form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--vs-blue-color), var(--vs-green-color));
}

.form-header {
  position: sticky;
  top: 0;
  z-index: 18;
  margin: 0 -30px 26px;
  padding: 24px 30px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(47, 59, 74, 0.98) 0%, rgba(47, 59, 74, 0.95) 72%, rgba(47, 59, 74, 0.92) 100%);
  backdrop-filter: blur(8px);
}

body[data-theme="light"] .form-header {
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.98) 0%, rgba(245, 247, 251, 0.95) 72%, rgba(245, 247, 251, 0.92) 100%);
}

.panel-page {
  display: none;
}

.panel-page.is-active {
  display: block;
  animation: pageFadeIn 220ms ease;
}

.brand-lockup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.header-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.brand-logo {
  display: block;
  width: min(320px, 100%);
  height: auto;
}

.brand-logo-stack {
  position: relative;
  width: min(320px, 100%);
}

.brand-logo-stack .brand-logo {
  width: 100%;
}

.brand-logo-light {
  display: none;
}

.brand-logo-dark {
  display: block;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand-badge-telegram {
  border-color: rgba(212, 217, 71, 0.34);
  background: rgba(212, 217, 71, 0.16);
  color: #f4f7b2;
}

.theme-switcher {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(14, 19, 26, 0.2);
  gap: 4px;
}

.header-nav-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.header-nav-button:hover {
  border-color: rgba(107, 152, 191, 0.34);
  background: rgba(107, 152, 191, 0.18);
  transform: translateY(-1px);
}

body[data-theme="light"] .header-nav-button {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: #1f2c3a;
}

body[data-theme="light"] .header-nav-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(31,44,58,0.94)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}

.header-nav-icon {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.94)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}

.theme-option {
  width: 36px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-option:hover {
  color: rgba(255, 255, 255, 0.94);
}

.theme-option.is-active {
  background: rgba(107, 152, 191, 0.2);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(107, 152, 191, 0.22);
}

.theme-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.theme-icon-sun {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E");
}

.theme-icon-moon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9z'/%3E%3C/svg%3E");
}

.eyebrow {
  margin: 0 0 10px;
  color: #d4d947;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-head h2 {
  margin: 0;
  color: var(--title-color);
}

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

.section-copy {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

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

.home-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  width: 100%;
  padding: 16px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(14, 19, 26, 0.22));
  color: var(--text-color);
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.home-card:hover {
  transform: translateY(-1px);
  border-color: rgba(107, 152, 191, 0.28);
  box-shadow: 0 12px 24px rgba(8, 12, 18, 0.14);
}

.home-card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.home-card-copy strong {
  color: var(--title-color);
  font-size: 16px;
  line-height: 1.2;
}

.home-card-copy span {
  color: rgba(207, 215, 225, 0.76);
  font-size: 12px;
  line-height: 1.4;
}

.home-card-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.home-card-form .home-card-icon {
  background-color: rgba(107, 152, 191, 0.16);
  border-color: rgba(107, 152, 191, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.94)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M12 18v-6'/%3E%3Cpath d='M9 15h6'/%3E%3C/svg%3E");
}

.home-card-profile .home-card-icon {
  background-color: rgba(118, 180, 72, 0.14);
  border-color: rgba(118, 180, 72, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(226,245,199,0.96)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.home-card-preview .home-card-icon {
  background-color: rgba(212, 217, 71, 0.14);
  border-color: rgba(212, 217, 71, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(244,247,178,0.96)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.home-card-feedbacks .home-card-icon {
  background-color: rgba(118, 180, 72, 0.14);
  border-color: rgba(118, 180, 72, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(226,245,199,0.96)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.home-card-submitted .home-card-icon {
  background-color: rgba(107, 152, 191, 0.16);
  border-color: rgba(107, 152, 191, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(220,236,255,0.96)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
}

.home-card-approved .home-card-icon {
  background-color: rgba(118, 180, 72, 0.14);
  border-color: rgba(118, 180, 72, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(226,245,199,0.96)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
}

.home-card-worked .home-card-icon {
  background-color: rgba(228, 99, 33, 0.14);
  border-color: rgba(228, 99, 33, 0.28);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,221,205,0.96)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h3'/%3E%3Cpath d='M13.5 16.5 15 18l3-3'/%3E%3C/svg%3E");
}

.stepper {
  margin-bottom: 22px;
}

.stepper-track {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.stepper-progress {
  display: block;
  height: 100%;
  width: 50%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vs-blue-color), var(--vs-green-color));
  box-shadow: 0 6px 18px rgba(107, 152, 191, 0.24);
  transition: width 0.22s ease;
}

.stepper-labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.step-chip {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(207, 215, 225, 0.84);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.step-chip:hover {
  border-color: rgba(107, 152, 191, 0.26);
  color: #ffffff;
}

.step-chip.is-active {
  border-color: rgba(107, 152, 191, 0.34);
  background: rgba(107, 152, 191, 0.16);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(107, 152, 191, 0.14);
}

.status-pill {
  flex-shrink: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.status-pill.ok {
  border-color: var(--vs-blue-color);
  background: rgba(107, 152, 191, 0.18);
  color: #dcecff;
}

.status-pill.error {
  border-color: var(--danger-color);
  background: rgba(228, 99, 33, 0.16);
  color: #ffd8c5;
}

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

.form-step {
  display: none;
  grid-column: 1 / -1;
  gap: 18px;
}

.form-step.is-active {
  display: grid;
  animation: pageFadeIn 220ms ease;
}

.step-copy {
  display: grid;
  gap: 8px;
}

.step-title {
  margin: 0;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
}

.step-description {
  margin: 0;
  max-width: 52ch;
  color: rgba(207, 215, 225, 0.74);
  font-size: 14px;
  line-height: 1.55;
}

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

.step-fields > .full-span {
  grid-column: 1 / -1;
}

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

.label-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.full-span {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--control-radius);
  background: rgba(14, 19, 26, 0.32);
  color: var(--text-color);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

select,
input[type="date"] {
  color-scheme: dark;
}

.date-input-wrap {
  position: relative;
}

.date-input-wrap input[type="date"] {
  min-height: 52px;
  padding-right: 60px;
  text-align: left;
  line-height: 1.25;
  appearance: none;
  -webkit-appearance: none;
}

select option,
select optgroup {
  background: #2b3644;
  color: #ffffff;
}

input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: var(--text-color);
}

input[type="date"]::-webkit-date-and-time-value {
  min-height: 24px;
  text-align: left;
}

input[type="date"]::-webkit-datetime-edit {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.date-picker-button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.date-picker-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(212, 217, 71, 0.22);
}

.date-picker-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(107, 152, 191, 0.14);
}

.date-picker-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(207, 215, 225, 0.5);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--vs-blue-color);
  box-shadow: 0 0 0 4px rgba(107, 152, 191, 0.12);
  background: rgba(14, 19, 26, 0.48);
}

.field-caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}

.field-caption span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
}

.field-caption small {
  font-size: 13px;
  color: rgba(207, 215, 225, 0.72);
}

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

.rate-card {
  display: grid;
  gap: 8px;
  justify-items: start;
  text-align: left;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--control-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(10, 15, 21, 0.2));
  box-shadow: 0 8px 18px rgba(6, 10, 16, 0.16);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rate-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(6, 10, 16, 0.22);
}

.rate-card.selected {
  border-color: var(--vs-green-color);
  background: linear-gradient(180deg, rgba(107, 152, 191, 0.22), rgba(18, 28, 40, 0.42));
  box-shadow: inset 0 0 0 1px rgba(212, 217, 71, 0.58);
}

.rate-duration {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.rate-pay {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.rate-time {
  color: rgba(207, 215, 225, 0.74);
  font-size: 13px;
}

.checks {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.04);
}

.form-grid label.check-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
  cursor: pointer;
}

.check-row input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(14, 19, 26, 0.34);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
  position: relative;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.check-row input:hover {
  border-color: var(--vs-green-color);
}

.check-row input:focus {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(107, 152, 191, 0.14),
    inset 0 1px 2px rgba(29, 46, 64, 0.08);
}

.check-row input:checked {
  border-color: var(--vs-green-color);
  background: linear-gradient(180deg, var(--vs-green-color), #b7bf3b);
}

.check-row input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-row span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.4;
}

.submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.primary-button {
  min-width: 220px;
  padding: 14px 20px;
  border: 0;
  border-radius: var(--control-radius);
  background: linear-gradient(135deg, var(--vs-blue-color) 0%, #7da5cb 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(94, 131, 191, 0.24);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(94, 131, 191, 0.28);
  filter: saturate(1.05);
}

.secondary-button {
  min-width: 160px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--control-radius);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.secondary-button:hover {
  transform: translateY(-1px);
  border-color: rgba(107, 152, 191, 0.28);
  background: rgba(107, 152, 191, 0.12);
}

.form-message {
  font-size: 14px;
  line-height: 1.5;
}

.form-message.success {
  color: #bde189;
}

.form-message.error {
  color: #ffb795;
}

.preview-page {
  min-height: 320px;
}

.preview-message {
  min-height: 18px;
  margin-bottom: 10px;
  font-size: 13px;
}

.preview-message.error {
  color: #ffb795;
}

.preview-message.success {
  color: #dff4c3;
}

.preview-list {
  display: grid;
  gap: 8px;
}

.preview-card {
  --preview-status-color: var(--vs-blue-color);
  display: grid;
  gap: 8px;
  padding: 10px 10px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--preview-status-color);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.03));
  box-shadow: 0 6px 14px rgba(8, 12, 18, 0.1);
}

.preview-card.is-focused {
  border-color: rgba(110, 182, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(110, 182, 255, 0.22), 0 10px 20px rgba(8, 12, 18, 0.18);
}

.preview-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.preview-card h3 {
  margin: 0;
  color: var(--title-color);
  font-size: 15px;
  line-height: 1.2;
}

.preview-route,
.preview-comment {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.35;
}

.preview-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--preview-status-color);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.preview-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: stretch;
}

.preview-meta-line-secondary {
  margin-top: -2px;
}

.preview-meta-item {
  display: inline-grid;
  gap: 2px;
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: rgba(24, 31, 40, 0.18);
  flex: 1 1 calc(50% - 6px);
}

.preview-label {
  color: rgba(207, 215, 225, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preview-meta-item strong {
  color: var(--title-color);
  font-size: 13px;
  line-height: 1.2;
}

.preview-meta-item.is-rate {
  border-color: rgba(212, 217, 71, 0.34);
  background: linear-gradient(180deg, rgba(212, 217, 71, 0.16), rgba(212, 217, 71, 0.08));
}

.preview-meta-item.is-rate .preview-label {
  color: rgba(244, 247, 178, 0.9);
}

.preview-meta-item.is-rate strong {
  color: #f4f7b2;
  font-weight: 800;
}

.preview-empty {
  display: grid;
  gap: 8px;
  padding: 20px 16px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.preview-empty strong {
  color: var(--title-color);
}

.preview-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.preview-card-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.preview-card-action-inline {
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.preview-respond-button {
  min-width: 170px;
}

.preview-cancel-button {
  min-width: auto;
  padding: 8px 12px;
  min-height: 32px;
  font-size: 12px;
}

.preview-response-state {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(118, 180, 72, 0.3);
  border-radius: 999px;
  background: rgba(118, 180, 72, 0.14);
  color: #e2f5c7;
  font-size: 12px;
  font-weight: 700;
}

.profile-actions {
  gap: 10px;
}

.profile-actions .secondary-button {
  width: auto;
  min-width: 160px;
}

.profile-timeline-block {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.profile-timeline-head {
  display: grid;
  gap: 4px;
}

.profile-timeline-head h3 {
  margin: 0;
  color: var(--title-color);
  font-size: 18px;
}

.profile-timeline {
  display: grid;
  gap: 10px;
}

.profile-activity-group {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
}

.profile-activity-group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.profile-activity-group-head strong {
  color: var(--title-color);
  font-size: 15px;
}

.profile-activity-group-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(107, 152, 191, 0.18);
  border: 1px solid rgba(107, 152, 191, 0.35);
  color: #d8e8f6;
  font-size: 12px;
  font-weight: 800;
}

.profile-activity-list {
  display: grid;
  gap: 10px;
}

.profile-activity-item {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.profile-activity-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.profile-activity-item-head div {
  display: grid;
  gap: 4px;
}

.profile-activity-item-head strong {
  color: var(--title-color);
  font-size: 14px;
  line-height: 1.25;
}

.profile-activity-item-head span,
.profile-activity-item-head time {
  color: var(--muted-color);
  font-size: 12px;
  line-height: 1.35;
}

.profile-activity-item-head time {
  white-space: nowrap;
  text-align: right;
}

.profile-activity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-activity-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--title-color);
  font-size: 12px;
  font-weight: 600;
}

.profile-activity-note {
  margin: 0;
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.55;
}

.preview-close-button {
  display: none;
  min-width: 108px;
  max-width: 220px;
}

.preview-close-button.is-visible {
  display: inline-flex;
}

.success-page {
  min-height: 420px;
  text-align: center;
  align-content: center;
  justify-items: center;
  padding: 24px 6px 10px;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.success-page .eyebrow {
  margin-top: 18px;
}

.success-page h2 {
  margin: 0;
  color: var(--title-color);
  font-size: clamp(30px, 7vw, 42px);
  line-height: 1.05;
}

.success-copy {
  max-width: 34ch;
  margin: 16px 0 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
}

.success-followup {
  display: grid;
  gap: 6px;
  width: min(100%, 440px);
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(107, 152, 191, 0.18);
  border-radius: 6px;
  background: rgba(107, 152, 191, 0.08);
  text-align: left;
}

.success-followup strong {
  color: var(--title-color);
  font-size: 14px;
}

.success-followup span {
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.5;
}

.success-button {
  margin-top: 28px;
  min-width: 260px;
}

.telegram-close-button {
  display: none;
}

.telegram-close-button.is-visible {
  display: inline-flex;
}

.success-mark {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
}

.success-mark-circle {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle at top, rgba(212, 217, 71, 0.18), rgba(107, 152, 191, 0.16));
  box-shadow: inset 0 0 0 1px rgba(212, 217, 71, 0.18);
}

.success-mark-check {
  position: relative;
  width: 22px;
  height: 40px;
  border: solid #d4d947;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg) translate(-4px, -2px);
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-theme="light"] .form-panel {
  border-color: rgba(47, 61, 78, 0.12);
  background:
    radial-gradient(circle at top right, rgba(212, 217, 71, 0.12), transparent 26%),
    linear-gradient(180deg, #f9fbff 0, #eef2f7 100%);
  box-shadow: var(--panel-shadow);
}

body[data-theme="light"] .form-header {
  border-bottom-color: rgba(47, 61, 78, 0.08);
  background: linear-gradient(180deg, rgba(107, 152, 191, 0.08), rgba(255, 255, 255, 0));
}

body[data-theme="light"] .brand-badge {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(107, 152, 191, 0.08);
  color: #27435f;
}

body[data-theme="light"] .brand-badge-telegram {
  border-color: rgba(169, 177, 42, 0.36);
  background: rgba(212, 217, 71, 0.2);
  color: #6b7300;
}

body[data-theme="light"] .brand-logo-stack {
  display: block;
  align-self: flex-start;
  width: min(388px, 100%);
  margin: 0;
  padding: 12px 16px 10px;
  border: 1px solid rgba(47, 61, 78, 0.12);
  border-radius: 4px;
  background:
    radial-gradient(circle at top right, rgba(212, 217, 71, 0.18), transparent 34%),
    linear-gradient(135deg, #52657c 0%, #3f4f62 58%, #334252 100%);
  box-shadow: 0 10px 24px rgba(29, 46, 64, 0.16);
}

body[data-theme="light"] .brand-logo-dark {
  display: none;
}

body[data-theme="light"] .brand-logo-light {
  display: block;
  width: 100%;
}

body[data-theme="light"] .theme-switcher {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(47, 61, 78, 0.04);
}

body[data-theme="light"] .theme-option {
  color: #5f6772;
}

body[data-theme="light"] .theme-option:hover {
  color: #1f2c3a;
}

body[data-theme="light"] .theme-option.is-active {
  background: rgba(107, 152, 191, 0.14);
  color: #1f2c3a;
  box-shadow: inset 0 0 0 1px rgba(107, 152, 191, 0.18);
}

body[data-theme="light"] .theme-icon-sun {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(31,44,58,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E");
}

body[data-theme="light"] .theme-icon-moon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(31,44,58,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9z'/%3E%3C/svg%3E");
}

body[data-theme="light"] .eyebrow {
  color: #d48a31;
}

body[data-theme="light"] .label-text,
body[data-theme="light"] .field-caption span,
body[data-theme="light"] .check-row span,
body[data-theme="light"] .section-head h2,
body[data-theme="light"] .step-title {
  color: #1f2c3a;
}

body[data-theme="light"] .stepper-track {
  background: rgba(47, 61, 78, 0.08);
}

body[data-theme="light"] .step-chip {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #5f6772;
}

body[data-theme="light"] .step-chip:hover {
  border-color: rgba(107, 152, 191, 0.26);
  color: #1f2c3a;
}

body[data-theme="light"] .step-chip.is-active {
  border-color: rgba(107, 152, 191, 0.26);
  background: rgba(107, 152, 191, 0.14);
  color: #1f2c3a;
}

body[data-theme="light"] .step-description,
body[data-theme="light"] .field-caption small {
  color: #5f6772;
}

body[data-theme="light"] input,
body[data-theme="light"] select,
body[data-theme="light"] textarea {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #465160;
}

body[data-theme="light"] input::placeholder,
body[data-theme="light"] textarea::placeholder {
  color: rgba(95, 103, 114, 0.72);
}

body[data-theme="light"] input:focus,
body[data-theme="light"] select:focus,
body[data-theme="light"] textarea:focus {
  background: #ffffff;
}

body[data-theme="light"] select option,
body[data-theme="light"] select optgroup {
  background: #ffffff;
  color: #1f2c3a;
}

body[data-theme="light"] .rate-card {
  border-color: rgba(47, 61, 78, 0.12);
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: 0 8px 18px rgba(29, 46, 64, 0.06);
  color: #465160;
}

body[data-theme="light"] .rate-card.selected {
  border-color: var(--vs-blue-color);
  background: linear-gradient(180deg, #edf5fd, #e4eef8);
  box-shadow: inset 0 0 0 1px rgba(107, 152, 191, 0.5);
}

body[data-theme="light"] .rate-duration,
body[data-theme="light"] .rate-time {
  color: #5f6772;
}

body[data-theme="light"] .rate-pay {
  color: #1f2c3a;
}

body[data-theme="light"] .checks {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(107, 152, 191, 0.04);
}

body[data-theme="light"] .check-row input {
  border-color: rgba(47, 61, 78, 0.2);
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(29, 46, 64, 0.06);
}

body[data-theme="light"] .check-row input:hover {
  border-color: var(--vs-blue-color);
}

body[data-theme="light"] .check-row input:checked {
  border-color: var(--vs-blue-color);
  background: linear-gradient(180deg, var(--vs-blue-color), #5a88b0);
  box-shadow: inset 0 0 0 1px rgba(107, 152, 191, 0.2);
}

body[data-theme="light"] .date-picker-button {
  border-color: rgba(47, 61, 78, 0.08);
  background: rgba(107, 152, 191, 0.08);
}

body[data-theme="light"] .date-picker-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(31,44,58,0.92)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

body[data-theme="light"] .home-card {
  border-color: rgba(47, 61, 78, 0.12);
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: 0 8px 18px rgba(29, 46, 64, 0.06);
}

body[data-theme="light"] .home-card-copy span {
  color: #5f6772;
}

body[data-theme="light"] .home-card-icon {
  background-color: rgba(107, 152, 191, 0.08);
  border-color: rgba(47, 61, 78, 0.12);
}

body[data-theme="light"] .secondary-button {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: #27435f;
}

body[data-theme="light"] .secondary-button:hover {
  border-color: rgba(107, 152, 191, 0.28);
  background: rgba(107, 152, 191, 0.08);
}

body[data-theme="light"] .preview-card {
  border-color: rgba(47, 61, 78, 0.12);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 6px 14px rgba(29, 46, 64, 0.08);
}

body[data-theme="light"] .preview-response-state {
  border-color: rgba(118, 180, 72, 0.22);
  background: rgba(118, 180, 72, 0.1);
  color: #31572c;
}

body[data-theme="light"] .preview-status {
  color: #1f2c3a;
}

body[data-theme="light"] .preview-meta-item {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(107, 152, 191, 0.05);
}

body[data-theme="light"] .preview-meta-item.is-rate {
  border-color: rgba(212, 217, 71, 0.42);
  background: linear-gradient(180deg, rgba(212, 217, 71, 0.22), rgba(212, 217, 71, 0.12));
}

body[data-theme="light"] .preview-meta-item.is-rate .preview-label {
  color: #7b7d1a;
}

body[data-theme="light"] .preview-meta-item.is-rate strong {
  color: #49511d;
}

body[data-theme="light"] .preview-label,
body[data-theme="light"] .preview-route,
body[data-theme="light"] .preview-comment,
body[data-theme="light"] .preview-message {
  color: #5f6772;
}

body[data-theme="light"] .preview-empty {
  border-color: rgba(47, 61, 78, 0.12);
  background: rgba(107, 152, 191, 0.04);
}

body[data-theme="light"] .success-copy {
  color: #5f6772;
}

body[data-theme="light"] .success-mark-circle {
  background: radial-gradient(circle at top, rgba(212, 217, 71, 0.22), rgba(107, 152, 191, 0.16));
  box-shadow: inset 0 0 0 1px rgba(107, 152, 191, 0.14);
}

body[data-theme="light"] .success-mark-check {
  border-color: #5e83bf;
}

body.is-telegram-webapp .theme-switcher {
  display: none;
}

body.is-telegram-webapp .header-controls {
  width: auto;
  justify-content: flex-start;
}

body.is-telegram-webapp .brand-logo-stack {
  width: min(160px, 100%);
}

body.is-telegram-webapp .brand-logo {
  width: 100%;
}

body.is-telegram-webapp[data-company="aplot"] .brand-logo-stack {
  width: min(124px, 100%);
}

body.is-telegram-webapp .preview-page .section-head {
  margin-bottom: 14px;
}

body.is-telegram-webapp .preview-page .eyebrow {
  margin-bottom: 6px;
  font-size: 11px;
}

body.is-telegram-webapp .preview-page h2 {
  font-size: 26px;
  line-height: 1.05;
}

body.is-telegram-webapp .preview-page .section-copy {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
}

body.is-telegram-webapp .preview-card {
  gap: 6px;
  padding: 8px 8px 7px;
}

body.is-telegram-webapp .preview-card h3 {
  font-size: 14px;
}

body.is-telegram-webapp .preview-route,
body.is-telegram-webapp .preview-comment {
  font-size: 11px;
}

body.is-telegram-webapp .preview-status {
  min-height: 22px;
  padding: 0 7px;
  font-size: 9px;
}

body.is-telegram-webapp .preview-meta-line {
  gap: 4px;
}

body.is-telegram-webapp .preview-meta-item {
  padding: 5px 7px;
  flex-basis: calc(50% - 4px);
}

body.is-telegram-webapp .preview-meta-item strong {
  font-size: 12px;
}

@media (max-width: 960px) {
  .form-grid,
  .step-fields,
  .rate-grid {
    grid-template-columns: 1fr;
  }

  .home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-shell {
    width: 100%;
    padding: 0 0 24px;
  }

  .hero-panel,
  .form-panel {
    padding: 18px 14px 22px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .brand-lockup {
    flex-direction: column;
    align-items: start;
  }

  .header-controls {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .theme-switcher {
    width: auto;
  }

  .theme-option {
    flex: 0 0 auto;
  }

  .section-head,
  .field-caption,
  .step-actions,
  .submit-row,
  .preview-card-head,
  .preview-actions {
    flex-direction: column;
    align-items: start;
  }

  .form-header {
    margin: -18px -14px 22px;
    padding: 20px 14px 16px;
  }

  body[data-theme="light"] .brand-logo-stack {
    margin: -20px -14px 12px;
    padding: 8px 12px;
  }

  body[data-theme="light"] .brand-logo-light {
    width: min(190px, 100%);
  }

  .status-pill,
  .secondary-button,
  .primary-button {
    width: 100%;
  }

  .stepper-labels {
    gap: 10px;
  }

  .step-chip {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .step-actions {
    gap: 10px;
  }

  .step-title {
    font-size: 17px;
  }

  .step-description {
    font-size: 13px;
  }

  .home-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 13px;
  }

  .home-card-icon {
    width: 38px;
    height: 38px;
    background-size: 16px 16px;
  }

  .home-card-copy strong {
    font-size: 15px;
  }

  .home-card-copy span {
    font-size: 12px;
  }

  .date-input-wrap input[type="date"] {
    min-height: 54px;
    padding-right: 58px;
  }

  .success-page {
    min-height: 380px;
    padding: 12px 0 0;
  }

  .preview-status,
  .preview-close-button {
    width: 100%;
  }

  .preview-meta-item {
    flex-basis: calc(50% - 6px);
  }

  .success-button {
    min-width: 100%;
  }

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