.theme-switcher {
  display: inline-flex;
  align-items: center;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem 0.45rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
  font: inherit;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(34, 25, 22, 0.2);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(72, 38, 25, 0.08);
  outline: none;
}

.theme-toggle__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-toggle__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.9rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgba(92, 61, 47, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #16110f;
  --paper: rgba(31, 24, 22, 0.84);
  --paper-strong: rgba(27, 21, 19, 0.96);
  --ink: #f6ede6;
  --muted: #bbaaa0;
  --accent: #df9b80;
  --accent-soft: #5f3b2e;
  --accent-strong: #d28b71;
  --line: rgba(246, 237, 230, 0.14);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  --surface: #fff3ea;
  --text: #f6ede6;
  --text-strong: #fff8f2;
  --text-soft: #c6b5ab;
  --success: #79cfa5;
  --danger: #f2a08b;
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at top left, rgba(223, 155, 128, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(133, 85, 64, 0.22), transparent 18%),
    linear-gradient(180deg, #1a1412 0%, #120e0d 100%);
}

html[data-theme="dark"] body::before,
html[data-theme="dark"] body::after {
  background: radial-gradient(circle, rgba(223, 155, 128, 0.13), rgba(223, 155, 128, 0));
}

html[data-theme="dark"] .site-header {
  background: rgba(17, 13, 12, 0.76);
}

html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .auth-nav-trigger,
html[data-theme="dark"] .menu-toggle,
html[data-theme="dark"] .button-ghost,
html[data-theme="dark"] .lang-button:hover,
html[data-theme="dark"] .lang-button:focus-visible,
html[data-theme="dark"] .lang-button.is-active {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--text);
}

html[data-theme="dark"] .mobile-nav-backdrop {
  background: rgba(8, 6, 6, 0.58);
}

html[data-theme="dark"] .theme-toggle__value {
  background: rgba(223, 155, 128, 0.14);
  color: var(--text);
}

html[data-theme="dark"] .theme-toggle:hover,
html[data-theme="dark"] .theme-toggle:focus-visible,
html[data-theme="dark"] .auth-nav-trigger:hover,
html[data-theme="dark"] .auth-nav-trigger:focus-visible,
html[data-theme="dark"] .auth-nav.is-open .auth-nav-trigger {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(246, 237, 230, 0.18);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .auth-nav-popover,
html[data-theme="dark"] .auth-nav-panel,
html[data-theme="dark"] .intro-band,
html[data-theme="dark"] .service-item,
html[data-theme="dark"] .principle,
html[data-theme="dark"] .process-step,
html[data-theme="dark"] .register-note,
html[data-theme="dark"] .register-panel,
html[data-theme="dark"] .forgot-note,
html[data-theme="dark"] .forgot-card,
html[data-theme="dark"] .booking-copy,
html[data-theme="dark"] .booking-rail-card,
html[data-theme="dark"] .booking-panel,
html[data-theme="dark"] .booking-section,
html[data-theme="dark"] .booking-note,
html[data-theme="dark"] .services-page-note,
html[data-theme="dark"] .services-card,
html[data-theme="dark"] .register-feedback-telegram,
html[data-theme="dark"] .login-telegram-pending,
html[data-theme="dark"] .login-booking-card,
html[data-theme="dark"] .login-booking-inline-form,
html[data-theme="dark"] .login-booking-empty,
html[data-theme="dark"] .login-booking-modal-card {
  border-color: var(--line) !important;
  background: linear-gradient(160deg, rgba(34, 26, 24, 0.94), rgba(23, 18, 17, 0.88)) !important;
  box-shadow: var(--shadow);
}

html[data-theme="dark"] .auth-nav-panel-title {
  color: var(--text-strong);
}

html[data-theme="dark"] .auth-nav-panel-text,
html[data-theme="dark"] .auth-nav-panel-note,
html[data-theme="dark"] .auth-nav-session-list p {
  color: rgba(222, 208, 198, 0.84);
}

html[data-theme="dark"] .login-dashboard {
  border-color: rgba(246, 237, 230, 0.12) !important;
  background:
    linear-gradient(160deg, rgba(36, 28, 26, 0.96), rgba(19, 15, 14, 0.92)) !important;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

html[data-theme="dark"] .login-dashboard::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 18% 16%, rgba(223, 155, 128, 0.1), transparent 28%) !important;
}

html[data-theme="dark"] .login-dashboard::after {
  background: radial-gradient(circle, rgba(223, 155, 128, 0.12), transparent 66%) !important;
}

html[data-theme="dark"] .login-dashboard-copy h2,
html[data-theme="dark"] .login-dashboard-stat-value {
  color: var(--text-strong) !important;
}

html[data-theme="dark"] .login-dashboard-text {
  color: rgba(232, 220, 212, 0.88) !important;
}

html[data-theme="dark"] .login-dashboard-stat {
  border-color: rgba(246, 237, 230, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 28px rgba(0, 0, 0, 0.18) !important;
}

html[data-theme="dark"] .login-dashboard-stat:hover,
html[data-theme="dark"] .login-dashboard-stat:focus-within {
  border-color: rgba(223, 155, 128, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(223, 155, 128, 0.14), rgba(255, 255, 255, 0.05)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] .login-dashboard-stat-label {
  color: rgba(223, 155, 128, 0.76) !important;
}

html[data-theme="dark"] .login-dashboard-stat-note {
  color: rgba(220, 205, 196, 0.82) !important;
}

html[data-theme="dark"] .profile-hub-copy,
html[data-theme="dark"] .profile-hub-panel {
  border-color: rgba(246, 237, 230, 0.12) !important;
  background:
    linear-gradient(160deg, rgba(34, 26, 24, 0.96), rgba(20, 15, 14, 0.92)) !important;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

html[data-theme="dark"] .profile-hub-copy::before,
html[data-theme="dark"] .profile-hub-panel::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)) !important;
}

html[data-theme="dark"] .profile-hub-copy::after,
html[data-theme="dark"] .profile-hub-panel::after {
  background: radial-gradient(circle, rgba(223, 155, 128, 0.12), transparent 68%) !important;
}

html[data-theme="dark"] .profile-hub-note,
html[data-theme="dark"] .profile-empty-card,
html[data-theme="dark"] .chat-booking-summary,
html[data-theme="dark"] .chat-compose {
  border-color: rgba(246, 237, 230, 0.1) !important;
  background:
    linear-gradient(180deg, rgba(40, 31, 29, 0.96), rgba(29, 23, 22, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] .profile-hub-stat {
  border-color: rgba(246, 237, 230, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(39, 30, 29, 0.94), rgba(28, 22, 21, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 30px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] .profile-hub-stat:hover,
html[data-theme="dark"] .profile-hub-stat:focus-within {
  border-color: rgba(223, 155, 128, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(86, 57, 46, 0.96), rgba(39, 30, 29, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 38px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] .profile-hub-copy h1,
html[data-theme="dark"] .profile-hub-panel h2,
html[data-theme="dark"] .profile-hub-panel h3,
html[data-theme="dark"] .profile-hub-stat-value,
html[data-theme="dark"] .history-item-summary-title,
html[data-theme="dark"] .history-item-pill,
html[data-theme="dark"] .chat-booking-summary dd,
html[data-theme="dark"] .profile-empty-card h3 {
  color: var(--text-strong) !important;
}

html[data-theme="dark"] .profile-hub-lead,
html[data-theme="dark"] .profile-hub-panel-text,
html[data-theme="dark"] .profile-hub-note,
html[data-theme="dark"] .profile-hub-status,
html[data-theme="dark"] .profile-hub-stat-note,
html[data-theme="dark"] .profile-empty-card p,
html[data-theme="dark"] .chat-booking-summary dt,
html[data-theme="dark"] .chat-message-meta {
  color: rgba(222, 208, 198, 0.82) !important;
}

html[data-theme="dark"] .profile-hub-stat-label,
html[data-theme="dark"] .history-item-summary-kicker,
html[data-theme="dark"] .chat-message-role,
html[data-theme="dark"] .chat-booking-summary-pill {
  color: rgba(223, 155, 128, 0.78) !important;
}

html[data-theme="dark"] .history-item {
  border-color: rgba(246, 237, 230, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(35, 27, 26, 0.96), rgba(23, 18, 17, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] .profile-history-body .history-item {
  background:
    radial-gradient(circle at top right, rgba(223, 155, 128, 0.08), transparent 30%) !important,
    linear-gradient(180deg, rgba(34, 26, 24, 0.985), rgba(18, 14, 14, 0.975)) !important;
}

html[data-theme="dark"] .history-item:hover,
html[data-theme="dark"] .history-item[open] {
  border-color: rgba(223, 155, 128, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(47, 35, 33, 0.97), rgba(24, 19, 18, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 44px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark"] .profile-history-body .history-item:hover,
html[data-theme="dark"] .profile-history-body .history-item[open] {
  background:
    radial-gradient(circle at top right, rgba(223, 155, 128, 0.12), transparent 32%) !important,
    linear-gradient(180deg, rgba(45, 33, 31, 0.988), rgba(22, 18, 17, 0.978)) !important;
}

html[data-theme="dark"] .history-item.is-active[open],
html[data-theme="dark"] .history-item.is-active:hover {
  border-color: rgba(223, 155, 128, 0.22) !important;
  background:
    radial-gradient(circle at top right, rgba(223, 155, 128, 0.12), transparent 32%) !important,
    linear-gradient(180deg, rgba(48, 35, 31, 0.97), rgba(25, 19, 18, 0.96)) !important;
}

html[data-theme="dark"] .history-item.is-cancelled[open],
html[data-theme="dark"] .history-item.is-cancelled:hover {
  border-color: rgba(205, 135, 111, 0.16) !important;
  background:
    radial-gradient(circle at top right, rgba(168, 100, 79, 0.08), transparent 34%) !important,
    linear-gradient(180deg, rgba(39, 30, 29, 0.97), rgba(22, 18, 17, 0.96)) !important;
}

html[data-theme="dark"] .history-item:hover summary,
html[data-theme="dark"] .history-item[open] summary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)) !important;
}

html[data-theme="dark"] .history-item-summary-meta,
html[data-theme="dark"] .history-item-summary-note,
html[data-theme="dark"] .history-item-meta dt,
html[data-theme="dark"] .history-item-reply strong,
html[data-theme="dark"] .history-item-reply span {
  color: rgba(214, 198, 189, 0.76) !important;
}

html[data-theme="dark"] .history-item-meta dd,
html[data-theme="dark"] .history-item-reply p {
  color: rgba(248, 240, 233, 0.96) !important;
}

html[data-theme="dark"] .history-item-pill,
html[data-theme="dark"] .chat-booking-summary-pill {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(246, 237, 230, 0.08);
}

html[data-theme="dark"] .history-item-indicator {
  border-color: rgba(223, 155, 128, 0.18) !important;
  color: rgba(223, 155, 128, 0.88) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

html[data-theme="dark"] .history-item[open] .history-item-indicator {
  background: rgba(223, 155, 128, 0.12) !important;
}

html[data-theme="dark"] .history-item-panel {
  border-top-color: rgba(223, 155, 128, 0.08) !important;
}

html[data-theme="dark"] .history-item-reply {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(246, 237, 230, 0.07);
}

html[data-theme="dark"] .history-item-reply[data-tone="admin"] {
  background: linear-gradient(180deg, rgba(63, 96, 78, 0.34), rgba(32, 53, 43, 0.28)) !important;
  border-color: rgba(121, 207, 165, 0.12) !important;
}

html[data-theme="dark"] .history-item-reply[data-tone="cancelled"] {
  background: linear-gradient(180deg, rgba(103, 58, 45, 0.34), rgba(65, 35, 29, 0.3)) !important;
  border-color: rgba(242, 160, 139, 0.12) !important;
}

html[data-theme="dark"] .chat-thread {
  border-color: rgba(246, 237, 230, 0.08) !important;
  background:
    radial-gradient(circle at top right, rgba(223, 155, 128, 0.08), transparent 34%) !important,
    radial-gradient(circle at bottom left, rgba(83, 114, 99, 0.08), transparent 32%) !important,
    linear-gradient(180deg, rgba(18, 15, 14, 0.98), rgba(23, 18, 17, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 38px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] .booking-chat-body .chat-thread-card {
  background:
    linear-gradient(160deg, rgba(31, 24, 23, 0.985), rgba(17, 13, 13, 0.965)) !important;
  border-color: rgba(246, 237, 230, 0.1) !important;
}

html[data-theme="dark"] .booking-chat-body .chat-thread {
  background:
    radial-gradient(circle at top right, rgba(223, 155, 128, 0.06), transparent 28%) !important,
    radial-gradient(circle at bottom left, rgba(76, 57, 49, 0.08), transparent 32%) !important,
    linear-gradient(180deg, rgba(19, 15, 15, 0.996), rgba(14, 11, 11, 0.993)) !important;
}

html[data-theme="dark"] .chat-thread::-webkit-scrollbar-thumb {
  background: rgba(223, 155, 128, 0.26) !important;
  border-color: transparent !important;
}

html[data-theme="dark"] .chat-message-bubble {
  border-color: rgba(246, 237, 230, 0.08) !important;
  background: linear-gradient(180deg, rgba(46, 38, 36, 0.98), rgba(33, 27, 26, 0.96)) !important;
  color: rgba(248, 240, 233, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 28px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] .chat-message-bubble::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)) !important;
}

html[data-theme="dark"] .chat-message-client .chat-message-bubble {
  background: linear-gradient(180deg, rgba(171, 112, 85, 0.98), rgba(122, 77, 60, 0.96)) !important;
  color: #fff7f1 !important;
  border-color: rgba(223, 155, 128, 0.22) !important;
}

html[data-theme="dark"] .chat-message-admin .chat-message-bubble {
  background: linear-gradient(180deg, rgba(47, 62, 57, 0.98), rgba(34, 47, 43, 0.96)) !important;
  color: rgba(243, 238, 233, 0.96) !important;
  border-color: rgba(121, 207, 165, 0.12) !important;
}

html[data-theme="dark"] .chat-message-system .chat-message-bubble {
  background: linear-gradient(180deg, rgba(41, 34, 32, 0.96), rgba(32, 27, 26, 0.94)) !important;
  color: rgba(226, 214, 205, 0.9) !important;
  border-color: rgba(246, 237, 230, 0.08) !important;
}

html[data-theme="dark"] .chat-day-divider::before,
html[data-theme="dark"] .chat-day-divider::after {
  background: rgba(223, 155, 128, 0.12) !important;
}

html[data-theme="dark"] .chat-day-divider span {
  border-color: rgba(223, 155, 128, 0.16) !important;
  background: rgba(37, 30, 29, 0.94) !important;
  color: rgba(223, 155, 128, 0.82) !important;
}

html[data-theme="dark"] .chat-empty-state {
  border-color: rgba(223, 155, 128, 0.14) !important;
  background:
    radial-gradient(circle at top right, rgba(223, 155, 128, 0.06), transparent 34%) !important,
    radial-gradient(circle at bottom left, rgba(92, 63, 49, 0.18), transparent 38%) !important,
    linear-gradient(180deg, rgba(24, 19, 18, 0.98), rgba(17, 14, 14, 0.97)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 22px 40px rgba(0, 0, 0, 0.24) !important;
}

html[data-theme="dark"] .chat-empty-state-badge {
  border-color: rgba(223, 155, 128, 0.18) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: rgba(248, 240, 233, 0.96) !important;
}

html[data-theme="dark"] .chat-empty-state-title {
  color: rgba(249, 240, 233, 0.97) !important;
}

html[data-theme="dark"] .chat-empty-state-note {
  color: rgba(214, 198, 189, 0.82) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable {
  border-color: rgba(223, 155, 128, 0.1) !important;
  background:
    radial-gradient(circle at top center, rgba(223, 155, 128, 0.05), transparent 24%) !important,
    radial-gradient(circle at bottom right, rgba(83, 57, 47, 0.08), transparent 34%) !important,
    linear-gradient(180deg, rgba(15, 12, 12, 0.998), rgba(10, 8, 8, 0.998)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 24px 42px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-missing {
  border-color: rgba(223, 155, 128, 0.12) !important;
  background:
    radial-gradient(circle at top center, rgba(223, 155, 128, 0.045), transparent 30%) !important,
    radial-gradient(circle at bottom right, rgba(87, 58, 48, 0.05), transparent 36%) !important,
    linear-gradient(180deg, rgba(26, 20, 19, 0.988), rgba(14, 11, 11, 0.988)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 32px rgba(0, 0, 0, 0.18) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-badge {
  border-color: rgba(223, 155, 128, 0.16) !important;
  background: rgba(223, 155, 128, 0.08) !important;
  color: rgba(250, 241, 235, 0.96) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-title {
  color: rgba(250, 241, 235, 0.98) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-note {
  color: rgba(224, 208, 199, 0.84) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-actions .button-solid {
  background: linear-gradient(135deg, rgba(223, 155, 128, 0.96), rgba(197, 124, 97, 0.92)) !important;
  color: rgba(34, 21, 18, 0.96) !important;
  border-color: rgba(223, 155, 128, 0.2) !important;
  box-shadow: 0 16px 28px rgba(82, 47, 34, 0.28) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-actions .button-solid:hover,
html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-actions .button-solid:focus-visible {
  background: linear-gradient(135deg, rgba(233, 166, 139, 0.98), rgba(208, 135, 108, 0.94)) !important;
  box-shadow: 0 20px 34px rgba(82, 47, 34, 0.34) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-actions .button-ghost {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(246, 237, 230, 0.08) !important;
  color: rgba(248, 240, 233, 0.94) !important;
}

html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-actions .button-ghost:hover,
html[data-theme="dark"] .chat-thread.is-unavailable .chat-empty-state-actions .button-ghost:focus-visible {
  background: rgba(223, 155, 128, 0.1) !important;
  border-color: rgba(223, 155, 128, 0.18) !important;
}

html[data-theme="dark"] .chat-empty-state-actions .button-ghost {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(246, 237, 230, 0.1) !important;
  color: rgba(248, 240, 233, 0.94) !important;
}

html[data-theme="dark"] .chat-empty-state-actions .button-ghost:hover,
html[data-theme="dark"] .chat-empty-state-actions .button-ghost:focus-visible {
  background: rgba(223, 155, 128, 0.12) !important;
  border-color: rgba(223, 155, 128, 0.2) !important;
}

html[data-theme="dark"] .chat-compose textarea {
  border-color: rgba(246, 237, 230, 0.08) !important;
  background: rgba(20, 16, 15, 0.96) !important;
  color: rgba(248, 240, 233, 0.96) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

html[data-theme="dark"] .chat-compose textarea::placeholder {
  color: rgba(193, 177, 168, 0.62) !important;
}

html[data-theme="dark"] .chat-compose textarea:focus-visible {
  border-color: rgba(223, 155, 128, 0.2) !important;
  box-shadow: 0 0 0 0.22rem rgba(223, 155, 128, 0.08) !important;
}

html[data-theme="dark"] .services-nav-popover {
  border-color: rgba(246, 237, 230, 0.12);
  background:
    linear-gradient(160deg, rgba(32, 23, 20, 0.98), rgba(20, 15, 14, 0.95)) !important;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .services-nav-heading,
html[data-theme="dark"] .services-nav-group-label,
html[data-theme="dark"] .services-nav-state {
  color: rgba(219, 196, 184, 0.72);
}

html[data-theme="dark"] .services-nav-all {
  border-bottom-color: rgba(223, 155, 128, 0.24);
  color: rgba(248, 236, 228, 0.88);
}

html[data-theme="dark"] .services-nav-all:hover,
html[data-theme="dark"] .services-nav-all:focus-visible {
  color: #f8ded0;
  border-bottom-color: rgba(223, 155, 128, 0.46);
}

html[data-theme="dark"] .services-nav-link {
  border-color: rgba(246, 237, 230, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

html[data-theme="dark"] .services-nav-link:hover,
html[data-theme="dark"] .services-nav-link:focus-visible {
  border-color: rgba(223, 155, 128, 0.28);
  background:
    linear-gradient(135deg, rgba(92, 58, 46, 0.46), rgba(41, 27, 23, 0.92));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .services-nav-name {
  color: rgba(246, 237, 230, 0.92);
}

html[data-theme="dark"] .services-nav-price {
  color: #efb197;
}

html[data-theme="dark"] .services-nav-state {
  border-color: rgba(246, 237, 230, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

html[data-theme="dark"] .services-nav-state-error {
  color: #f2a08b;
}

html[data-theme="dark"] .hero-portrait,
html[data-theme="dark"] .portfolio-shot,
html[data-theme="dark"] .services-group,
html[data-theme="dark"] .services-sync,
html[data-theme="dark"] .register-feedback,
html[data-theme="dark"] .login-bookings {
  border-color: var(--line);
}

html[data-theme="dark"] .login-booking-card-pill,
html[data-theme="dark"] .login-booking-card-reply,
html[data-theme="dark"] .forgot-notice,
html[data-theme="dark"] .forgot-success,
html[data-theme="dark"] .forgot-support-card,
html[data-theme="dark"] .register-success-link,
html[data-theme="dark"] .booking-summary,
html[data-theme="dark"] .booking-chip {
  border-color: var(--line) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text) !important;
}

html[data-theme="dark"] .booking-chip.is-active,
html[data-theme="dark"] .button-solid,
html[data-theme="dark"] .services-card-link.is-primary {
  background: linear-gradient(135deg, #a7644c 0%, #d28b71 100%) !important;
  color: #1a1412 !important;
  border-color: transparent !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

html[data-theme="dark"] .booking-chip.is-booked {
  background: linear-gradient(180deg, rgba(84, 52, 46, 0.95), rgba(61, 36, 31, 0.95)) !important;
  color: #f2cec0 !important;
}

html[data-theme="dark"] .booking-chip.is-pending {
  background: linear-gradient(180deg, rgba(102, 78, 24, 0.95), rgba(73, 55, 17, 0.94)) !important;
  border-color: rgba(233, 197, 112, 0.22) !important;
  color: #f6e1a8 !important;
}

html[data-theme="dark"] .booking-chip.is-lead-time {
  background:
    linear-gradient(180deg, rgba(83, 81, 84, 0.5), rgba(48, 47, 49, 0.62)) !important;
  border-color: rgba(195, 188, 183, 0.1) !important;
  color: rgba(226, 219, 212, 0.6) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

html[data-theme="dark"] .booking-chip.is-blocked,
html[data-theme="dark"] .booking-chip.is-day-off {
  background: linear-gradient(180deg, rgba(85, 36, 31, 0.92), rgba(56, 24, 22, 0.92)) !important;
  border-color: rgba(242, 160, 139, 0.22) !important;
  color: #f6c0b0 !important;
}

html[data-theme="dark"] .booking-chip.is-disabled {
  opacity: 1;
}

html[data-theme="dark"] .booking-rail-card::before,
html[data-theme="dark"] .booking-panel::before,
html[data-theme="dark"] .booking-copy::before {
  opacity: 0.68;
}

html[data-theme="dark"] .booking-progress-step {
  background: rgba(210, 139, 113, 0.16);
  color: #f4c2ad;
}

html[data-theme="dark"] .booking-progress-value.is-placeholder,
html[data-theme="dark"] .booking-progress-note,
html[data-theme="dark"] .booking-legend-copy span {
  color: rgba(236, 224, 214, 0.7);
}

html[data-theme="dark"] .booking-progress-label,
html[data-theme="dark"] .booking-rail-eyebrow {
  color: rgba(219, 196, 184, 0.72);
}

html[data-theme="dark"] .booking-legend-swatch-free {
  border-color: rgba(246, 237, 230, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
}

html[data-theme="dark"] .booking-legend-swatch-booked {
  border-color: rgba(242, 160, 139, 0.16);
  background: linear-gradient(180deg, rgba(84, 52, 46, 0.92), rgba(61, 36, 31, 0.92));
}

html[data-theme="dark"] .booking-legend-swatch-pending {
  border-color: rgba(233, 197, 112, 0.16);
  background: linear-gradient(180deg, rgba(102, 78, 24, 0.9), rgba(73, 55, 17, 0.9));
}

html[data-theme="dark"] .booking-legend-swatch-unavailable {
  border-color: rgba(195, 188, 183, 0.12);
  background: linear-gradient(180deg, rgba(79, 78, 80, 0.66), rgba(48, 47, 49, 0.8));
}

html[data-theme="dark"] .booking-chip.is-lead-time strong {
  color: rgba(220, 212, 205, 0.66) !important;
}

html[data-theme="dark"] .booking-chip.is-lead-time span {
  color: rgba(196, 190, 184, 0.64) !important;
}

html[data-theme="dark"] .field input,
html[data-theme="dark"] .field select,
html[data-theme="dark"] .field textarea,
html[data-theme="dark"] .login-booking-inline-form textarea,
html[data-theme="dark"] .login-booking-inline-form select,
html[data-theme="dark"] .login-booking-modal-fields textarea,
html[data-theme="dark"] .login-booking-modal-fields select {
  border-color: var(--line) !important;
  background: rgba(10, 8, 8, 0.34) !important;
  color: var(--text) !important;
}

html[data-theme="dark"] .field input::placeholder,
html[data-theme="dark"] .field textarea::placeholder,
html[data-theme="dark"] .login-booking-inline-form textarea::placeholder,
html[data-theme="dark"] .login-booking-modal-fields textarea::placeholder {
  color: rgba(246, 237, 230, 0.42);
}

html[data-theme="dark"] .field input:focus,
html[data-theme="dark"] .field select:focus,
html[data-theme="dark"] .field textarea:focus,
html[data-theme="dark"] .login-booking-inline-form textarea:focus,
html[data-theme="dark"] .login-booking-inline-form select:focus,
html[data-theme="dark"] .login-booking-modal-fields textarea:focus,
html[data-theme="dark"] .login-booking-modal-fields select:focus {
  border-color: rgba(223, 155, 128, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(223, 155, 128, 0.14) !important;
}

html[data-theme="dark"] .field.has-error input,
html[data-theme="dark"] .field.has-error select,
html[data-theme="dark"] .field input.is-invalid,
html[data-theme="dark"] .field select.is-invalid,
html[data-theme="dark"] .field textarea.is-invalid,
html[data-theme="dark"] .login-booking-inline-form textarea.is-invalid,
html[data-theme="dark"] .login-booking-inline-form select.is-invalid,
html[data-theme="dark"] .login-booking-modal-fields textarea.is-invalid,
html[data-theme="dark"] .login-booking-modal-fields select.is-invalid {
  border-color: rgba(242, 160, 139, 0.5) !important;
  background: rgba(74, 33, 29, 0.52) !important;
}

html[data-theme="dark"] .field-error,
html[data-theme="dark"] .form-status.is-error,
html[data-theme="dark"] .booking-inline-status.is-error,
html[data-theme="dark"] .login-bookings-status.is-error {
  color: var(--danger) !important;
}

html[data-theme="dark"] .form-status.is-success,
html[data-theme="dark"] .booking-inline-status.is-success,
html[data-theme="dark"] .login-bookings-status.is-success {
  color: var(--success) !important;
}

html[data-theme="dark"] .auth-link-line a,
html[data-theme="dark"] .forgot-link {
  text-decoration-color: rgba(246, 237, 230, 0.24);
}

html[data-theme="dark"] .services-card-link,
html[data-theme="dark"] .auth-nav-action-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

html[data-theme="dark"] .auth-nav-action-solid {
  background: linear-gradient(135deg, #d6a58e 0%, #f0d0c0 100%);
  color: #1a1412;
  border-color: transparent;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .auth-nav-action-solid:hover,
html[data-theme="dark"] .auth-nav-action-solid:focus-visible {
  background: linear-gradient(135deg, #e4b59d 0%, #f7ddd0 100%);
  color: #140f0d;
  border-color: transparent;
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

html[data-theme="dark"] .auth-nav-action-ghost:hover,
html[data-theme="dark"] .auth-nav-action-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(223, 155, 128, 0.18);
  color: var(--text-strong);
}

html[data-theme="dark"] .intro-band {
  position: relative;
  overflow: hidden;
  margin-inline: 0.25rem;
  padding: 3.25rem clamp(1.5rem, 4vw, 3.6rem) 3.4rem;
  border: 1px solid rgba(246, 237, 230, 0.08) !important;
  border-radius: 2.4rem;
  background:
    radial-gradient(circle at 18% 26%, rgba(223, 155, 128, 0.14), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 243, 236, 0.08), transparent 18%),
    linear-gradient(145deg, rgba(36, 26, 23, 0.98), rgba(20, 15, 14, 0.98)) !important;
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .intro-band::before,
html[data-theme="dark"] .intro-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

html[data-theme="dark"] .intro-band::before {
  inset: auto auto -18% -6%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223, 155, 128, 0.14), transparent 68%);
}

html[data-theme="dark"] .intro-band::after {
  inset: 0 12% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 237, 230, 0.26), transparent);
}

html[data-theme="dark"] .principles {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 237, 230, 0.08);
  border-radius: 1.9rem;
  background:
    linear-gradient(160deg, rgba(34, 25, 22, 0.97), rgba(21, 16, 15, 0.96));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] .principles::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 237, 230, 0.24), transparent);
}

html[data-theme="dark"] .principle {
  position: relative;
  padding: 1.6rem 1.6rem 1.55rem 1.95rem;
  border: 0 !important;
  border-bottom: 1px solid rgba(246, 237, 230, 0.08) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .principle:last-child {
  border-bottom: 0 !important;
}

html[data-theme="dark"] .principle::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.75rem;
  bottom: 1.75rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(223, 155, 128, 0.92), rgba(223, 155, 128, 0.1));
}

html[data-theme="dark"] .principle h3 {
  color: var(--text-strong);
  font-size: 1.28rem;
}

html[data-theme="dark"] .principle p {
  max-width: 31rem;
  color: rgba(214, 198, 189, 0.88);
}

html[data-theme="dark"] .process {
  position: relative;
}

html[data-theme="dark"] .process .section-heading {
  align-items: start;
  margin-bottom: 2.2rem;
}

html[data-theme="dark"] .process .section-heading p {
  max-width: 24rem;
}

html[data-theme="dark"] .process-steps {
  gap: 1.1rem 1.3rem;
}

html[data-theme="dark"] .process-step {
  position: relative;
  overflow: hidden;
  align-items: start;
  min-height: 7.2rem;
  padding: 1.3rem 1.45rem 1.45rem;
  border: 1px solid rgba(246, 237, 230, 0.08) !important;
  border-top: 1px solid rgba(246, 237, 230, 0.08) !important;
  border-radius: 1.7rem;
  background:
    linear-gradient(160deg, rgba(33, 24, 22, 0.98), rgba(20, 15, 14, 0.96)) !important;
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-theme="dark"] .process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(223, 155, 128, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 48%);
  pointer-events: none;
}

html[data-theme="dark"] .process-step > div,
html[data-theme="dark"] .process-step .step-index {
  position: relative;
  z-index: 1;
}

html[data-theme="dark"] .step-index {
  min-width: 1.9rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 0.9;
  color: #e6a78b;
}

html[data-theme="dark"] .process-step h3 {
  color: var(--text-strong);
  font-size: 1.22rem;
}

html[data-theme="dark"] .process-step p {
  color: rgba(214, 198, 189, 0.88);
}

html[data-theme="dark"] .process-step:hover,
html[data-theme="dark"] .process-step:focus-within {
  transform: translateY(-2px);
  border-color: rgba(223, 155, 128, 0.16) !important;
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .intro-band {
  margin-inline: 0;
  padding-top: 0.4rem;
  padding-bottom: 4.2rem;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

html[data-theme="dark"] .intro-band::before,
html[data-theme="dark"] .intro-band::after {
  display: none;
}

html[data-theme="dark"] .philosophy-copy {
  padding-top: 0;
}

html[data-theme="dark"] .philosophy-copy h2 {
  max-width: none;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-wrap: wrap;
}

html[data-theme="dark"] .philosophy-copy p:last-child {
  max-width: 34rem;
}

html[data-theme="dark"] .intro-band p {
  margin: 0 auto;
  max-width: 60rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text-strong);
  text-shadow: none;
  text-wrap: wrap;
}

html[data-theme="dark"] .intro-band:hover,
html[data-theme="dark"] .intro-band:focus-within {
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html[data-theme="dark"] .principles {
  position: static;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(246, 237, 230, 0.14);
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .principles::before {
  display: none;
}

html[data-theme="dark"] .principle {
  padding: 1.4rem 0;
  border: 0 !important;
  border-bottom: 1px solid rgba(246, 237, 230, 0.14) !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .principle:last-child {
  border-bottom: 1px solid rgba(246, 237, 230, 0.14) !important;
}

html[data-theme="dark"] .principle::before {
  display: none;
}

html[data-theme="dark"] .principle h3 {
  font-size: 1.2rem;
  color: var(--text-strong);
}

html[data-theme="dark"] .principle p {
  max-width: none;
  color: rgba(214, 198, 189, 0.86);
}

html[data-theme="dark"] .principle:hover,
html[data-theme="dark"] .principle:focus-within {
  background: transparent !important;
  border-bottom-color: rgba(246, 237, 230, 0.14) !important;
  box-shadow: none !important;
  transform: none !important;
}

html[data-theme="dark"] .process .section-heading {
  align-items: end;
  margin-bottom: 2rem;
}

html[data-theme="dark"] .process-steps {
  gap: 1rem 2rem;
}

html[data-theme="dark"] .process-step {
  min-height: 0;
  padding: 1.4rem 0 0;
  border: 0 !important;
  border-top: 1px solid rgba(246, 237, 230, 0.14) !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html[data-theme="dark"] .process-step::before {
  display: none;
}

html[data-theme="dark"] .process-step > div,
html[data-theme="dark"] .process-step .step-index {
  position: static;
  z-index: auto;
}

html[data-theme="dark"] .step-index {
  min-width: 0;
  font-size: 1.8rem;
  color: #e0a185;
}

html[data-theme="dark"] .process-step h3 {
  font-size: 1.15rem;
  color: var(--text-strong);
}

html[data-theme="dark"] .process-step p {
  color: rgba(214, 198, 189, 0.86);
}

html[data-theme="dark"] .process-step:hover,
html[data-theme="dark"] .process-step:focus-within {
  transform: none !important;
  border-top-color: rgba(246, 237, 230, 0.14) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .field select {
  color-scheme: dark;
  background-color: #1f1614 !important;
  color: #f6ede6 !important;
}

html[data-theme="dark"] .field select option,
html[data-theme="dark"] .field select optgroup {
  background: #211816;
  color: #f6ede6;
}

html[data-theme="dark"] .field select option:hover,
html[data-theme="dark"] .field select option:focus,
html[data-theme="dark"] .field select option:active {
  background: #5f4034;
  color: #fff8f2;
}

html[data-theme="dark"] .field select option:checked {
  background: #6c493c;
  color: #fff8f2;
}

html[data-theme="dark"] .field select option:checked:hover,
html[data-theme="dark"] .field select option:checked:focus,
html[data-theme="dark"] .field select option:checked:active {
  background: #7a5344;
  color: #fff8f2;
}

html[data-theme="dark"] .field select option:disabled {
  background: #2a201d;
  color: rgba(246, 237, 230, 0.68);
}

html[data-theme="dark"] .booking-select-trigger {
  border-color: var(--line) !important;
  background: rgba(10, 8, 8, 0.34) !important;
  color: var(--text) !important;
}

html[data-theme="dark"] .booking-select-trigger:hover,
html[data-theme="dark"] .booking-select-trigger:focus-visible,
html[data-theme="dark"] .booking-select.is-open .booking-select-trigger {
  border-color: rgba(223, 155, 128, 0.28) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 0 0.2rem rgba(223, 155, 128, 0.12) !important;
}

html[data-theme="dark"] .booking-select.is-invalid .booking-select-trigger {
  border-color: rgba(242, 160, 139, 0.28) !important;
  background: rgba(79, 33, 30, 0.62) !important;
}

html[data-theme="dark"] .booking-select-menu {
  border-color: rgba(246, 237, 230, 0.12);
  background:
    linear-gradient(160deg, rgba(32, 23, 20, 0.98), rgba(20, 15, 14, 0.95)) !important;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .booking-select-option {
  color: rgba(246, 237, 230, 0.92);
}

html[data-theme="dark"] .booking-select-option:hover,
html[data-theme="dark"] .booking-select-option:focus-visible {
  background: rgba(223, 155, 128, 0.18);
}

html[data-theme="dark"] .booking-select-option.is-selected {
  background: linear-gradient(135deg, #a7644c 0%, #d28b71 100%) !important;
  color: #1a1412 !important;
}

html[data-theme="dark"] .booking-select-option.is-selected:hover,
html[data-theme="dark"] .booking-select-option.is-selected:focus-visible {
  background: linear-gradient(135deg, #ae6e56 0%, #dc977f 100%) !important;
}

html[data-theme="dark"] .booking-select-empty {
  color: rgba(219, 196, 184, 0.72);
}

html[data-theme="dark"] .booking-legal-note {
  color: rgba(219, 196, 184, 0.78);
}

html[data-theme="dark"] .booking-legal-note a {
  color: #efbc93;
}

html[data-theme="dark"] .booking-feedback-meta {
  border-color: rgba(246, 237, 230, 0.12);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .booking-feedback-meta p,
html[data-theme="dark"] .booking-feedback-meta strong {
  color: var(--text) !important;
}

html[data-theme="dark"] .booking-hold-panel {
  border-color: rgba(199, 154, 109, 0.16);
  background: linear-gradient(160deg, rgba(38, 29, 24, 0.96), rgba(29, 22, 19, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 36px rgba(0, 0, 0, 0.16);
}

html[data-theme="dark"] .booking-hold-title,
html[data-theme="dark"] .booking-hold-timer {
  color: #f0d2a2;
}

html[data-theme="dark"] .booking-hold-text {
  color: rgba(236, 224, 214, 0.82);
}

html[data-theme="dark"] .booking-hold-timer {
  border-color: rgba(199, 154, 109, 0.18);
  background: rgba(199, 154, 109, 0.08);
}

html[data-theme="dark"] .booking-hold-timer.is-expired {
  color: #efb0a0;
  border-color: rgba(242, 160, 139, 0.2);
}

html[data-theme="dark"] .login-telegram-pending,
html[data-theme="dark"] .register-feedback-telegram {
  border-color: rgba(223, 155, 128, 0.16) !important;
  background:
    linear-gradient(160deg, rgba(43, 32, 29, 0.96), rgba(24, 18, 17, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 36px rgba(0, 0, 0, 0.18) !important;
}

html[data-theme="dark"] .login-telegram-pending-title,
html[data-theme="dark"] .register-feedback-telegram strong {
  color: var(--text-strong) !important;
}

html[data-theme="dark"] .login-telegram-pending-text,
html[data-theme="dark"] .register-feedback-telegram p {
  color: rgba(236, 224, 216, 0.86) !important;
}

html[data-theme="dark"] .login-telegram-pending-code-label {
  color: rgba(219, 196, 184, 0.74) !important;
}

html[data-theme="dark"] .login-telegram-pending-code {
  border: 1px solid rgba(246, 237, 230, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05)) !important;
  color: var(--text-strong) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

html[data-theme="dark"] .login-telegram-pending-actions .button-ghost {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(246, 237, 230, 0.12) !important;
  color: var(--text-strong) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(0, 0, 0, 0.14);
}

html[data-theme="dark"] .login-telegram-pending-actions .button-ghost:hover,
html[data-theme="dark"] .login-telegram-pending-actions .button-ghost:focus-visible {
  background: rgba(223, 155, 128, 0.14) !important;
  border-color: rgba(223, 155, 128, 0.22) !important;
  color: #fff8f2 !important;
}

html[data-theme="dark"] .telegram-toggle-field {
  border-color: rgba(223, 155, 128, 0.16);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 30px rgba(0, 0, 0, 0.14);
}

html[data-theme="dark"] .telegram-toggle-field span {
  color: rgba(236, 224, 216, 0.88);
}

html[data-theme="dark"] .checkbox-field input {
  accent-color: #d28b71;
}

html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .floating-caption,
html[data-theme="dark"] .contact-card .button-solid {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .hero-visual .floating-caption {
  isolation: isolate;
  overflow: hidden;
  max-width: 14.5rem;
  padding: 1rem 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(247, 229, 216, 0.24);
  color: rgba(250, 241, 235, 0.94);
  font-weight: 500;
  line-height: 1.56;
  background:
    linear-gradient(135deg, rgba(255, 246, 240, 0.22), rgba(203, 154, 128, 0.1) 48%, rgba(21, 14, 12, 0.5)),
    rgba(31, 21, 18, 0.32);
  backdrop-filter: blur(20px) saturate(122%);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .hero-visual .floating-caption::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 55%);
  pointer-events: none;
}

html[data-theme="dark"] .hero-visual .floating-caption-top {
  top: 9%;
  left: 0.6rem;
  border-radius: 1.35rem 1.35rem 1.35rem 0.7rem;
  transform: translateY(0.25rem);
}

html[data-theme="dark"] .hero-visual .floating-caption-bottom {
  right: 0.35rem;
  bottom: 9%;
  border-radius: 1.35rem 1.35rem 0.7rem 1.35rem;
  background:
    linear-gradient(135deg, rgba(232, 205, 190, 0.16), rgba(146, 96, 75, 0.14) 42%, rgba(18, 12, 11, 0.62)),
    rgba(24, 16, 14, 0.44);
}

html[data-theme="dark"] .hero-visual .floating-caption-bottom::before {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 214, 186, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 52%);
}

html[data-theme="dark"] .login-booking-modal-backdrop {
  background: rgba(5, 4, 4, 0.55);
}

html[data-theme="dark"] .site-footer,
html[data-theme="dark"] .services-catalog-status,
html[data-theme="dark"] .login-bookings-text,
html[data-theme="dark"] .login-booking-card-price,
html[data-theme="dark"] .login-booking-card-meta dt,
html[data-theme="dark"] .login-booking-card-reply strong,
html[data-theme="dark"] .login-booking-card-reply span {
  color: var(--text-soft);
}

@media (max-width: 1180px) {
  .theme-switcher {
    order: 5;
  }
}

@media (max-width: 960px) {
  .theme-switcher {
    width: 100%;
  }

  .theme-toggle {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 680px) {
  .theme-toggle__label {
    letter-spacing: 0.06em;
  }
}
