:root {
  --primary: #963c32;
  --primary-dark: #6f2823;
  --primary-soft: #f6dfd3;
  --surface: #fffdfb;
  --canvas: #f8f4f1;
  --ink: #26201e;
  --muted: #746a66;
  --line: #eaded8;
  --success: #287a51;
  --success-soft: #e5f3eb;
  --warning: #c77413;
  --warning-soft: #fff1d9;
  --danger: #b63e3e;
  --danger-soft: #fbe6e6;
  --shadow: 0 18px 50px rgba(76, 43, 35, .09);
  --radius: 24px;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

.provider-context-hidden { display: none !important; }

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--canvas); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .58; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); background: #fff; color: var(--ink);
  border-radius: 14px; padding: 13px 14px; outline: none; transition: .18s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(150, 60, 50, .1); }
label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h2, h3 { margin-bottom: 7px; }
[hidden] { display: none !important; }

.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(420px, 1fr) minmax(420px, .84fr); }
.login-visual {
  position: relative; overflow: hidden; min-height: 680px; padding: 52px clamp(36px, 6vw, 92px);
  color: #fff; background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.16) 0 4%, transparent 4.3%),
    radial-gradient(circle at 82% 86%, rgba(255,255,255,.1) 0 18%, transparent 18.3%),
    linear-gradient(145deg, #6c2923, #9b4035 55%, #ba6652);
}
.login-visual::before, .login-visual::after {
  content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 48% 52% 37% 63%; transform: rotate(22deg);
}
.login-visual::before { width: 520px; height: 520px; left: -230px; bottom: -190px; }
.login-visual::after { width: 360px; height: 360px; right: -160px; top: -120px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--primary-dark); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand b { font-size: 22px; letter-spacing: -.7px; }
.brand small { font-size: 8px; letter-spacing: 3.4px; margin-top: 6px; opacity: .72; }
.brand--light { color: #fff; position: relative; z-index: 1; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 15px; background: currentColor; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.brand--light .brand-mark { background: rgba(255,255,255,.16); }
.visual-copy { position: relative; z-index: 1; max-width: 620px; margin-top: clamp(100px, 16vh, 180px); }
.eyebrow { display: inline-block; color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: .2px; margin-bottom: 7px; }
.login-visual .eyebrow { color: #f9d8c9; }
.visual-copy h1 { font-size: clamp(43px, 5.6vw, 76px); line-height: 1.12; letter-spacing: -3px; margin: 10px 0 25px; }
.visual-copy p { max-width: 480px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.9; }
.visual-stats { position: absolute; z-index: 1; bottom: 50px; display: flex; gap: 38px; color: rgba(255,255,255,.72); font-size: 12px; }
.visual-stats span { display: grid; gap: 5px; }
.visual-stats b { color: #fff; font-size: 18px; }
.login-panel { position: relative; display: grid; place-items: center; padding: 45px; background: var(--surface); }
.business-login-language { position: absolute; inset-block-start: 20px; inset-inline-end: 24px; }
.business-language-slot { display: inline-flex; align-items: center; }
.mobile-brand { display: none; }
.login-card { width: min(430px, 100%); display: grid; gap: 20px; }
.login-card h2 { font-size: 34px; margin: 3px 0 10px; }
.login-card > div:first-child p { color: var(--muted); line-height: 1.7; }
.password-wrap { position: relative; display: block; }
.password-wrap input { padding-left: 48px; }
.password-wrap .icon-button { position: absolute; left: 6px; top: 6px; }
.primary-button, .secondary-button, .text-button {
  border: 0; border-radius: 15px; padding: 13px 18px; font-weight: 900; transition: transform .15s ease, background .15s ease;
}
.primary-button { display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--primary); box-shadow: 0 12px 24px rgba(150,60,50,.18); }
.primary-button:hover { background: var(--primary-dark); transform: translateY(-1px); }
.secondary-button { color: var(--primary); background: var(--primary-soft); }
.secondary-button:hover { background: #f0d0c0; }
.text-button { color: var(--primary); background: transparent; padding-inline: 8px; }
.compact { width: auto; padding: 11px 17px; }
.icon-button { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 12px; background: transparent; color: var(--muted); }
.icon-button:hover { background: var(--primary-soft); color: var(--primary); }
.form-error { color: var(--danger); background: var(--danger-soft); padding: 11px 13px; border-radius: 12px; font-size: 13px; }
.demo-note { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 12px; }
.demo-note span { color: var(--success); font-size: 8px; }
.auth-switch { justify-self: center; }
.remember-option { display:flex;align-items:flex-start;gap:10px;color:var(--ink);font-size:12px;cursor:pointer; }
.remember-option input { width:18px;height:18px;margin-top:2px;accent-color:var(--primary); }
.remember-option span { display:grid;gap:3px; }
.remember-option small { color:var(--muted);font-weight:500; }
.register-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.section-note { color: var(--muted); font-size: 11px; margin: 6px 0 0; }

.app-shell { min-height: 100vh; display: block; }
.sidebar { position: fixed; z-index: 20; inset: 0 auto 0 0; width: 260px; padding: 28px 20px 18px; background: #fff; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
html[dir="rtl"] .sidebar { left: auto; right: 0; border-left: 0; border-right: 0; border-left: 1px solid var(--line); }
.sidebar .brand { padding: 0 9px 28px; }
.main-nav { display: grid; gap: 6px; }
.nav-item { position: relative; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 15px; padding: 13px 14px; color: var(--muted); background: transparent; font-weight: 800; text-align: right; }
.nav-item > span { display: grid; place-items: center; width: 27px; height: 27px; font-size: 19px; }
.nav-item:hover { color: var(--primary); background: #fff8f5; }
.nav-item.is-active { color: var(--primary); background: var(--primary-soft); }
.nav-item em { margin-inline-start: auto; display: grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; border-radius: 10px; color: #fff; background: var(--danger); font-size: 10px; font-style: normal; }
.sidebar-footer { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 8px; }
.owner-mini { min-width: 0; display: flex; align-items: center; gap: 10px; flex: 1; }
.owner-mini > span:last-child { min-width: 0; display: grid; gap: 3px; }
.owner-mini b, .owner-mini small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.owner-mini b { font-size: 13px; }.owner-mini small { color: var(--muted); font-size: 10px; }
.avatar { flex: 0 0 auto; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--primary), #c27b68); font-weight: 900; }
.workspace { min-width: 0; margin-left: 260px; }
html[dir="rtl"] .workspace { margin-left: 0; margin-right: 260px; }
.topbar { position: sticky; top: 0; z-index: 12; height: 92px; padding: 18px clamp(20px, 3vw, 42px); display: flex; align-items: center; gap: 18px; background: rgba(248,244,241,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(234,222,216,.7); }
.topbar h2 { font-size: 23px; }.topbar p { color: var(--muted); font-size: 11px; margin: 0; }
.topbar-actions { margin-inline-start: auto; display: flex; align-items: center; gap: 10px; }
.open-status { display: flex; align-items: center; gap: 8px; padding: 9px 13px; color: var(--success); background: var(--success-soft); border-radius: 13px; font-size: 11px; }
.open-status span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(40,122,81,.1); }
.open-status.is-closed { color: var(--danger); background: var(--danger-soft); }
.mobile-menu { display: none; }
.content { padding: 24px clamp(20px, 3vw, 42px) 50px; }
.page { display: none; animation: page-in .22s ease both; }.page.is-active { display: block; }
@keyframes page-in { from { opacity: 0; transform: translateY(6px); } }
.welcome-banner { position: relative; overflow: hidden; min-height: 180px; padding: 28px 32px; border-radius: var(--radius); background: linear-gradient(125deg, #f2d4c6, #faeee7 70%); display: flex; align-items: center; justify-content: space-between; }
.welcome-banner::after { content: "✦"; position: absolute; left: 7%; top: 50%; transform: translateY(-50%); font-size: 140px; line-height: 1; color: rgba(150,60,50,.09); }
.welcome-banner h1 { max-width: 620px; font-size: clamp(27px, 3.4vw, 42px); letter-spacing: -1.5px; margin-bottom: 10px; }
.welcome-banner p { max-width: 610px; color: var(--muted); line-height: 1.7; margin: 0; }
.welcome-banner .banner-status { position: relative; z-index: 1; min-width: 160px; padding: 18px; border-radius: 18px; color: #fff; background: var(--primary); box-shadow: var(--shadow); text-align: center; }
.banner-status b { display: block; font-size: 30px; margin-bottom: 4px; }.banner-status small { opacity: .82; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin: 18px 0; }
.stat-card { position: relative; overflow: hidden; min-height: 126px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.stat-card::before { content: ""; position: absolute; width: 70px; height: 70px; left: -24px; bottom: -28px; border-radius: 50%; background: var(--primary-soft); }
.stat-card span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 13px; }.stat-card b { font-size: 27px; }.stat-card small { display: block; color: var(--success); font-size: 10px; margin-top: 7px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr); gap: 18px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: #fff; box-shadow: 0 5px 18px rgba(76,43,35,.025); }
.panel-heading, .section-toolbar, .form-heading, .form-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.panel-heading { margin-bottom: 18px; }.panel-heading h3, .section-toolbar h3 { font-size: 19px; }
.booking-list { display: grid; gap: 11px; }
.booking-list--cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.booking-card { border: 1px solid var(--line); border-radius: 18px; padding: 16px; background: var(--surface); }
.booking-card__top { display: flex; align-items: flex-start; gap: 12px; }
.booking-card__time { flex: 0 0 auto; display: grid; place-items: center; min-width: 62px; height: 58px; padding: 8px; border-radius: 15px; color: var(--primary); background: var(--primary-soft); text-align: center; }
.booking-card__time b { font-size: 15px; }.booking-card__time small { font-size: 9px; }
.booking-card__main { min-width: 0; flex: 1; }.booking-card__main h4 { margin: 2px 0 6px; font-size: 15px; }.booking-card__main p { color: var(--muted); font-size: 11px; margin: 0; }
.booking-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }.booking-actions button { flex: 1; min-width: 90px; padding: 9px 11px; border-radius: 11px; border: 0; font-size: 11px; font-weight: 900; }
.access-code-guide { flex: 1 1 100%; display: grid; gap: 4px; padding: 12px 14px; border: 1px solid rgba(150,60,50,.18); border-radius: 14px; background: rgba(150,60,50,.07); color: var(--ink); }
.access-code-guide b { color: var(--primary); }.access-code-guide span { color: var(--muted); line-height: 1.6; }
.access-code-guide.is-complete { border-color: rgba(31,143,95,.2); background: rgba(31,143,95,.08); }.access-code-guide.is-complete b { color: var(--success); }
.action-accept, .action-start, .action-complete { color: #fff; background: var(--primary); }.action-reject, .action-cancel, .action-no-show { color: var(--danger); background: var(--danger-soft); }.action-map { color: var(--success); background: var(--success-soft); }.action-chat { color: #315f88; background: #e8f3fb; }
.status-chip { flex: 0 0 auto; display: inline-flex; align-items: center; border-radius: 10px; padding: 6px 8px; font-size: 9px; font-weight: 900; }
.status-warning { color: var(--warning); background: var(--warning-soft); }.status-success { color: var(--success); background: var(--success-soft); }.status-danger { color: var(--danger); background: var(--danger-soft); }.status-neutral { color: var(--muted); background: #eee9e6; }.status-primary { color: var(--primary); background: var(--primary-soft); }
.timeline { display: grid; gap: 2px; }.timeline-item { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 13px; padding: 10px 0 15px; }.timeline-item:not(:last-child)::after { content: ""; position: absolute; right: 26px; top: 52px; bottom: -4px; width: 1px; background: var(--line); }.timeline-time { display: grid; place-items: center; width: 53px; height: 43px; border-radius: 13px; color: var(--primary); background: var(--primary-soft); font-size: 11px; font-weight: 900; }.timeline-item h4 { font-size: 13px; margin: 2px 0 5px; }.timeline-item p { color: var(--muted); font-size: 10px; margin: 0; }
.empty-state { padding: 30px 15px; color: var(--muted); text-align: center; }.empty-state span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 18px; background: var(--primary-soft); color: var(--primary); font-size: 24px; }.empty-state b { display: block; color: var(--ink); margin-bottom: 5px; }.empty-state p { font-size: 11px; margin: 0; }
.section-toolbar { min-height: 60px; margin-bottom: 17px; }
.filter-tabs { display: flex; gap: 5px; padding: 5px; border-radius: 15px; background: #eee8e4; }.filter-tabs button { border: 0; border-radius: 11px; padding: 9px 13px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 900; }.filter-tabs button.is-active { color: var(--primary); background: #fff; box-shadow: 0 3px 10px rgba(76,43,35,.07); }
.inline-form { margin-bottom: 18px; }.form-heading { margin-bottom: 18px; }.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.span-2 { grid-column: span 2; }.checkbox-field { border: 1px solid var(--line); border-radius: 15px; padding: 12px 14px; }.checkbox-field legend { color: var(--muted); font-size: 12px; font-weight: 800; }.checkbox-field > div { display: flex; flex-wrap: wrap; gap: 8px; }.checkbox-field label { display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 11px; padding: 8px 10px; color: var(--ink); }.checkbox-field input { width: auto; }
.form-actions { justify-content: flex-start; margin-top: 18px; }.form-actions button { min-width: 120px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }.entity-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; padding: 20px; background: #fff; }.entity-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: var(--primary); background: var(--primary-soft); font-size: 21px; margin-bottom: 18px; }.entity-card h4 { margin: 0 0 7px; }.entity-card p { min-height: 34px; color: var(--muted); font-size: 11px; line-height: 1.6; }.entity-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); }.entity-card__footer b { color: var(--primary); font-size: 18px; }.entity-card__footer small { display: block; color: var(--muted); font-size: 9px; margin-top: 4px; }.rating { color: #b67917; font-size: 12px; }
.toolbar-actions, .category-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.category-management { display: grid; gap: 9px; margin-bottom: 18px; }
.category-manage-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.category-manage-card.is-inactive { opacity: .62; background: #f4f1ef; }
.category-manage-card span:first-child { display: grid; gap: 3px; }.category-manage-card small { color: var(--muted); }
.service-category-group { margin: 22px 0; }.service-category-group > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }.service-category-group > header h4 { margin: 0; font-size: 18px; }.service-category-group > header span { color: var(--muted); font-size: 11px; }
.entity-edit { position: absolute; inset-block-start: 14px; inset-inline-end: 14px; border: 0; border-radius: 10px; padding: 6px 9px; color: var(--primary); background: var(--primary-soft); font: inherit; font-size: 10px; font-weight: 900; cursor: pointer; }.danger-text { color: #a83232 !important; }
.trust-grid { align-items: start; }
.trust-list { display: grid; gap: 12px; }
.trust-note { margin: -7px 0 17px; line-height: 1.7; }
.trust-card { border: 1px solid var(--line); border-radius: 18px; padding: 17px; background: var(--surface); }
.trust-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.trust-card h4 { margin: 4px 0 5px; font-size: 14px; }
.trust-card header small, .trust-card time { color: var(--muted); font-size: 9px; }
.trust-card time { white-space: nowrap; }
.trust-card > p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 13px 0 0; }
.trust-ratings { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.trust-ratings b { color: #b67917; letter-spacing: 1px; }
.provider-response, .resolution-note { margin-top: 13px; padding: 12px; border-radius: 13px; background: var(--success-soft); }
.provider-response small { color: var(--success); font-size: 9px; font-weight: 900; }
.provider-response p { margin: 5px 0 0; color: var(--ink); font-size: 11px; line-height: 1.65; }
.waiting-response { color: var(--warning) !important; font-weight: 800; }
.resolution-note { display: grid; gap: 5px; background: #eee9e6; font-size: 10px; }
.resolution-note span { color: var(--muted); line-height: 1.6; }
.dispute-owner-card .primary-button { margin-top: 13px; }
.hours-form { display: grid; gap: 9px; }.hours-row { display: grid; grid-template-columns: 130px 1fr 1fr; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 16px; }.day-toggle { display: flex; align-items: center; gap: 10px; color: var(--ink); }.day-toggle input { width: 18px; height: 18px; accent-color: var(--primary); }.hours-row.is-off input[type="time"] { opacity: .35; pointer-events: none; }.hours-submit { width: 170px; margin-top: 9px; }
.entries-list { display: grid; }.entry-row { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }.entry-row:last-child { border-bottom: 0; }.entry-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--success); background: var(--success-soft); }.entry-row h4 { font-size: 12px; margin: 0 0 4px; }.entry-row small { color: var(--muted); font-size: 9px; }.entry-row b { direction: ltr; }.payout-panel p { color: var(--muted); font-size: 12px; line-height: 1.7; }.payout-panel form { display: grid; gap: 14px; margin-top: 20px; }
.location-help { color: var(--muted); font-size: 12px; line-height: 1.8; margin: -4px 0 16px; }.published-location { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fcfaf9; margin-bottom: 18px; }.published-location div { display: grid; gap: 4px; }.published-location b { font-size: 13px; }.published-location span { color: var(--ink); font-size: 12px; }.published-location small, .form-hint { color: var(--muted); font-size: 10px; line-height: 1.7; }.form-hint { margin: 10px 0 0; }.form-hint.is-error { color: var(--danger); }.secondary-button.compact { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; white-space: nowrap; }
.agreement-consent { margin-top: 20px; padding: 20px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 24px; border: 1px solid #edc9c0; border-radius: 18px; background: linear-gradient(135deg, #fffaf8, #f8e4de); }
.agreement-consent h4 { margin: 5px 0 7px; font-size: 17px; }.agreement-consent p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }.agreement-consent a { display: inline-flex; margin-top: 10px; color: var(--primary); font-size: 11px; font-weight: 900; }.agreement-consent__action { display: grid; align-content: center; justify-items: start; gap: 10px; }.agreement-consent__action label { display: flex; align-items: flex-start; gap: 9px; color: var(--ink); font-size: 11px; line-height: 1.65; }.agreement-consent__action input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--primary); }.agreement-consent__action small { color: var(--muted); font-size: 9px; }
.settings-form { max-width: 880px; }.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--ink); }.toggle-row span { display: grid; gap: 5px; }.toggle-row small { color: var(--muted); font-weight: 400; line-height: 1.5; }.toggle-row input { display: none; }.toggle-row i { position: relative; flex: 0 0 auto; width: 49px; height: 28px; border-radius: 20px; background: #d8cfcb; transition: .2s; }.toggle-row i::after { content: ""; position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.15); transition: .2s; }.toggle-row input:checked + i { background: var(--primary); }.toggle-row input:checked + i::after { transform: translateX(-21px); }.settings-numbers { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.action-dialog { width: min(520px, calc(100% - 28px)); border: 0; border-radius: 24px; padding: 0; box-shadow: 0 30px 90px rgba(38,32,30,.22); }.action-dialog::backdrop { background: rgba(38,32,30,.42); backdrop-filter: blur(3px); }.action-dialog > form { position: relative; padding: 27px; }.dialog-close { position: absolute; left: 14px; top: 13px; width: 36px; height: 36px; border: 0; border-radius: 11px; color: var(--muted); background: #f3eeeb; font-size: 21px; }.dialog-body { display: grid; gap: 14px; }.dialog-body h3 { font-size: 21px; }.dialog-body p { color: var(--muted); line-height: 1.7; font-size: 12px; }.dialog-actions { display: flex; gap: 9px; margin-top: 6px; }.dialog-actions button { flex: 1; }
.booking-chat-dialog { width: min(620px, calc(100% - 28px)); height: min(720px, calc(100vh - 32px)); border: 0; border-radius: 24px; padding: 0; overflow: hidden; box-shadow: 0 30px 90px rgba(38,32,30,.24); }
.booking-chat-dialog::backdrop { background: rgba(38,32,30,.46); backdrop-filter: blur(3px); }
.booking-chat-shell { height: 100%; display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; background: var(--surface); }
.booking-chat-header { display: flex; align-items: center; gap: 13px; padding: 20px 22px; border-bottom: 1px solid var(--line); background: #fff; }
.booking-chat-header > div { min-width: 0; flex: 1; }.booking-chat-header h3 { margin: 0 0 4px; font-size: 18px; }.booking-chat-header small { color: var(--muted); }
.booking-chat-close { width: 38px; height: 38px; border: 0; border-radius: 12px; color: var(--muted); background: #f3eeeb; font-size: 21px; }
.booking-chat-safety { margin: 12px 16px 0; padding: 11px 13px; border-radius: 13px; color: #315f88; background: #e8f3fb; font-size: 11px; line-height: 1.7; text-align: center; }
.booking-chat-messages { min-height: 0; overflow-y: auto; display: flex; flex-direction: column; gap: 9px; padding: 16px; }
.booking-chat-empty { margin: auto; color: var(--muted); font-size: 12px; text-align: center; }
.booking-chat-bubble { max-width: min(78%, 380px); padding: 10px 13px 8px; border: 1px solid var(--line); border-radius: 16px 16px 16px 4px; background: #fff; box-shadow: 0 2px 8px rgba(76,43,35,.035); }
.booking-chat-bubble.is-mine { align-self: flex-end; color: #fff; border-color: var(--primary); border-radius: 16px 16px 4px 16px; background: var(--primary); }
.booking-chat-bubble:not(.is-mine) { align-self: flex-start; }.booking-chat-bubble p { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.65; font-size: 12px; }.booking-chat-bubble time { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; }.booking-chat-bubble.is-mine time { color: rgba(255,255,255,.72); }
.booking-chat-form { display: flex; align-items: flex-end; gap: 9px; padding: 13px 16px 16px; border-top: 1px solid var(--line); background: #fff; }.booking-chat-form textarea { min-height: 46px; max-height: 120px; resize: vertical; }.booking-chat-form button { flex: 0 0 auto; min-width: 84px; height: 46px; }
.booking-chat-closed { margin: 0; padding: 13px 16px; color: var(--muted); background: #f0eae7; font-size: 11px; text-align: center; }
.toast { position: fixed; z-index: 100; left: 24px; bottom: 24px; max-width: min(410px, calc(100% - 40px)); transform: translateY(90px); opacity: 0; padding: 13px 17px; border-radius: 14px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; transition: .25s ease; pointer-events: none; }.toast.is-visible { transform: translateY(0); opacity: 1; }.toast.is-error { background: var(--danger); }
.loading { opacity: .55; pointer-events: none; }.skeleton { min-height: 70px; border-radius: 16px; background: linear-gradient(90deg, #f2ece8 25%, #faf7f5 50%, #f2ece8 75%); background-size: 220% 100%; animation: shimmer 1.35s infinite; } @keyframes shimmer { to { background-position: -220% 0; } }

@media (max-width: 1120px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-list--cards { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .login-shell { grid-template-columns: 1fr; }.login-visual { display: none; }.login-panel { min-height: 100vh; padding: 30px 22px; align-content: center; }.mobile-brand { display: flex; margin-bottom: 42px; }
  .app-shell { display: block; }.sidebar { transform: translateX(110%); width: min(290px, 84vw); transition: transform .22s ease; box-shadow: -15px 0 40px rgba(38,32,30,.12); }.sidebar.is-open { transform: translateX(0); }.workspace, html[dir="rtl"] .workspace { margin: 0; }.mobile-menu { display: grid; }.topbar { height: 78px; }.topbar h2 { font-size: 18px; }.open-status b { display: none; }.content { padding-top: 16px; }.welcome-banner { min-height: 165px; padding: 24px; }.welcome-banner .banner-status { display: none; }.welcome-banner::after { left: -10%; }.form-grid, .settings-numbers { grid-template-columns: repeat(2, 1fr); }.agreement-consent { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .stats-grid, .cards-grid, .form-grid, .settings-numbers { grid-template-columns: 1fr; }.span-2 { grid-column: auto; }.welcome-banner h1 { font-size: 25px; }.welcome-banner p { font-size: 12px; }.section-toolbar { align-items: stretch; flex-direction: column; }.filter-tabs { overflow-x: auto; }.filter-tabs button { white-space: nowrap; }.hours-row { grid-template-columns: 1fr 1fr; }.day-toggle { grid-column: 1 / -1; }.topbar-actions { gap: 4px; }.content { padding-inline: 14px; }.panel { padding: 17px; }.booking-card__top { flex-wrap: wrap; }.login-card h2 { font-size: 29px; }.toast { left: 14px; bottom: 14px; }
}
@media (max-width: 600px) {
  .register-grid { grid-template-columns: 1fr; }
}
