/* ============================================================
   İşletmem (işletme sahibi paneli) — Components/Pages/MyBusiness.razor
   Renkler theme.css token'larından; koyu ve aydınlık temada çalışır.
   ============================================================ */

.bo-app { min-height: 100vh; background: var(--mg-bg); color: var(--mg-text); }
/* Kabuk ızgarası diğer sayfalarla aynı (shell-2026-09.css "İşletmem kabuğu"):
   [boşluk] menü | içerik [boşluk]. Önceden 248px + 960px ortalanmış ayrı bir
   ızgaraydı; sol menü üst bardaki logodan ve diğer sayfalardan kayıyordu. */
.bo-layout { display: grid; grid-template-columns: var(--app-drawer-width, 232px) minmax(0, 1fr); padding-top: 0; }
.bo-main { padding: 32px 36px 64px; min-width: 0; max-width: 1080px; }

.bo-heading { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--mg-line); margin-bottom: 20px; }
.bo-heading h1 { font-size: 30px; margin: 6px 0 4px; line-height: 1.1; }
.bo-heading p { color: var(--mg-muted); font-size: 13px; margin: 0; max-width: 520px; }
.bo-eyebrow { font-size: 10px; letter-spacing: 2px; font-weight: 800; color: var(--mg-accent-ink); }

.bo-switcher { display: flex; flex-wrap: wrap; gap: 8px; }
.bo-switcher button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--mg-line-strong); background: var(--mg-surface); color: var(--mg-text); border-radius: 999px; padding: 4px 12px 4px 4px; font-size: 12px; font-weight: 600; cursor: pointer; max-width: 220px; }
.bo-switcher button span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bo-switcher button.active { border-color: var(--mg-accent); background: var(--mg-accent-soft); }
.bo-switch-logo { width: 26px; height: 26px; border-radius: 50%; overflow: hidden; display: grid; place-items: center; background: var(--mg-surface-2); flex: none; }
.bo-switch-logo img { width: 100%; height: 100%; object-fit: cover; }
.bo-switch-logo b { font-size: 10px; }

/* ---------- Kahraman kart ---------- */
.bo-hero { background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 16px; overflow: hidden; }
.bo-cover { height: 150px; background: linear-gradient(120deg, var(--mg-accent-soft), transparent 60%), var(--mg-surface-2); background-size: cover; background-position: center; }
.bo-hero-body { display: flex; align-items: flex-end; gap: 16px; padding: 0 22px 16px; margin-top: -42px; flex-wrap: wrap; }
.bo-logo { width: 88px; height: 88px; border-radius: 20px; border: 4px solid var(--mg-surface); background: var(--mg-surface-2); overflow: hidden; display: grid; place-items: center; flex: none; box-shadow: 0 6px 20px rgba(0, 0, 0, .25); }
.bo-logo img { width: 100%; height: 100%; object-fit: cover; }
.bo-logo b { font-size: 26px; }
.bo-hero-copy { flex: 1 1 240px; min-width: 0; padding-bottom: 2px; }
.bo-hero-copy h2 { display: flex; align-items: center; gap: 6px; font-size: 22px; margin: 0; }
.bo-hero-copy h2 .mg-icon { color: var(--mg-accent-ink); }
.bo-hero-copy p { margin: 2px 0; font-size: 13px; color: var(--mg-muted); }
.bo-hero-copy small { font-size: 11px; color: var(--mg-faint); }
.bo-hero-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.bo-kpis { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--mg-line); }
.bo-kpis > div { padding: 14px 18px; border-right: 1px solid var(--mg-line); min-width: 0; }
.bo-kpis > div:last-child { border-right: 0; }
.bo-kpis b { display: block; font-size: 20px; font-variant-numeric: tabular-nums; }
.bo-kpis small { display: block; font-size: 11px; color: var(--mg-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- Sekmeler ---------- */
.bo-tabs { display: flex; gap: 4px; margin: 20px 0 0; border-bottom: 1px solid var(--mg-line); overflow-x: auto; scrollbar-width: none; }
.bo-tabs::-webkit-scrollbar { display: none; }
.bo-tabs button { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--mg-muted); padding: 12px 14px; font-size: 13px; font-weight: 600; border-bottom: 2px solid transparent; margin-bottom: -1px; cursor: pointer; white-space: nowrap; }
.bo-tabs button:hover { color: var(--mg-text); }
.bo-tabs button.active { color: var(--mg-text); border-bottom-color: var(--mg-accent); }
.bo-tabs em { font-style: normal; font-size: 10px; background: var(--mg-accent); color: #fff; border-radius: 999px; padding: 1px 6px; }
.bo-panel { padding-top: 8px; }

/* ---------- Ortak ---------- */
.bo-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin: 22px 0 12px; }
.bo-section-head h3 { font-size: 17px; margin: 0 0 3px; }
.bo-section-head small { display: block; font-size: 12px; color: var(--mg-muted); max-width: 620px; line-height: 1.5; }

.bo-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--mg-line-strong); background: var(--mg-surface-2); color: var(--mg-text); border-radius: 9px; padding: 9px 14px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; white-space: nowrap; }
.bo-btn:hover { border-color: var(--mg-muted); color: var(--mg-text); }
.bo-btn.primary { background: var(--mg-accent); border-color: var(--mg-accent); color: #fff; }
.bo-btn.primary:hover { filter: brightness(1.08); color: #fff; }
.bo-btn.ghost { background: transparent; }
.bo-btn.small { padding: 6px 10px; font-size: 12px; }
.bo-btn:disabled { opacity: .55; cursor: not-allowed; }
.bo-icon-btn { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--mg-line); background: var(--mg-surface-2); color: var(--mg-muted); cursor: pointer; }
.bo-icon-btn:hover { color: var(--mg-text); }
.bo-icon-btn.danger:hover { color: #ef4444; border-color: rgba(239, 68, 68, .5); }
.bo-icon-btn:disabled { opacity: .45; cursor: not-allowed; }
.bo-link { border: 0; background: none; padding: 0; color: var(--mg-accent-ink); font-size: 12px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.bo-link.danger { color: #ef4444; }
.bo-link:disabled { opacity: .5; }
.bo-muted { color: var(--mg-muted); font-size: 12px; }

.bo-note { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; border-radius: 10px; padding: 10px 12px; font-size: 12px; margin: 12px 0; border: 1px solid var(--mg-line); background: var(--mg-surface-2); }
.bo-note.ok { border-color: rgba(34, 197, 94, .4); background: rgba(34, 197, 94, .08); color: #16a34a; }
.bo-note.warn { border-color: rgba(245, 158, 11, .45); background: rgba(245, 158, 11, .08); color: #d97706; }
html:not([data-theme="light"]) .bo-note.ok { color: #4ade80; }
html:not([data-theme="light"]) .bo-note.warn { color: #fbbf24; }

.bo-loading { display: grid; place-items: center; padding: 48px 0; }
.bo-loading.small { padding: 12px 0; }
.bo-empty { display: grid; justify-items: center; text-align: center; gap: 8px; padding: 64px 20px; border: 1px dashed var(--mg-line-strong); border-radius: 16px; background: var(--mg-surface); }
.bo-empty.compact { padding: 36px 20px; }
.bo-empty b { font-size: 16px; }
.bo-empty small { color: var(--mg-muted); font-size: 12px; max-width: 440px; line-height: 1.55; }
.bo-empty-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--mg-accent-soft); color: var(--mg-accent-ink); }
.bo-empty-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }

.bo-card { background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 14px; padding: 16px 18px; margin-top: 14px; }
.bo-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.bo-card-head b { font-size: 14px; }

/* ---------- Aralık / filtre ---------- */
.bo-range, .bo-filter, .bo-segment { display: inline-flex; gap: 4px; background: var(--mg-surface-2); border: 1px solid var(--mg-line); border-radius: 10px; padding: 3px; flex-wrap: wrap; }
.bo-range button, .bo-filter button, .bo-segment button { border: 0; background: transparent; color: var(--mg-muted); border-radius: 7px; padding: 6px 12px; font-size: 12px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.bo-range button.active, .bo-filter button.active, .bo-segment button.active { background: var(--mg-surface); color: var(--mg-text); box-shadow: 0 1px 2px rgba(0, 0, 0, .15); }
.bo-filter { display: flex; align-items: center; margin-bottom: 12px; }
.bo-filter.compact { display: inline-flex; margin-bottom: 0; }
.bo-filter em { font-style: normal; font-size: 10px; color: var(--mg-faint); }
.bo-search { margin-left: auto; min-width: 160px; flex: 0 1 220px; height: 30px; border-radius: 7px; border: 1px solid var(--mg-line); background: var(--mg-surface); color: var(--mg-text); padding: 0 10px; font-size: 12px; }

/* ---------- Metrikler ---------- */
.bo-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.bo-metric { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 12px; padding: 14px 16px; }
.bo-metric .mg-icon { grid-row: span 3; color: var(--mg-accent-ink); background: var(--mg-accent-soft); border-radius: 9px; padding: 8px; width: 34px; height: 34px; box-sizing: border-box; }
.bo-metric b { font-size: 22px; font-variant-numeric: tabular-nums; line-height: 1.1; }
.bo-metric span { font-size: 12px; font-weight: 600; }
.bo-metric small { font-size: 11px; color: var(--mg-muted); }

.bo-legend { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--mg-muted); }
.bo-legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; margin-left: 6px; }
.bo-legend i.member, .bo-bar .member { background: var(--mg-accent); }
.bo-legend i.guest, .bo-bar .guest { background: #60a5fa; }
.bo-bars { display: flex; align-items: flex-end; gap: 2px; height: 160px; }
.bo-bar { flex: 1 1 0; min-width: 2px; height: 100%; display: flex; flex-direction: column-reverse; border-radius: 3px 3px 0 0; overflow: hidden; background: color-mix(in srgb, var(--mg-surface-2) 60%, transparent); }
.bo-bar span { display: block; width: 100%; }
.bo-bars-axis { display: flex; justify-content: space-between; font-size: 10px; color: var(--mg-faint); margin-top: 6px; }

.bo-progress-label { font-size: 13px; font-weight: 700; color: var(--mg-accent-ink); }
.bo-progress { height: 8px; border-radius: 999px; background: var(--mg-surface-2); overflow: hidden; }
.bo-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--mg-accent), #ff6a8c); border-radius: inherit; transition: width .4s ease; }
.bo-checklist { list-style: none; margin: 12px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 18px; }
.bo-checklist li { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 5px 0; }
.bo-checklist li.done { color: var(--mg-muted); }
.bo-checklist li .bo-link { margin-left: auto; }
.bo-check { width: 18px; height: 18px; display: grid; place-items: center; color: #22c55e; flex: none; }
.bo-check i { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--mg-line-strong); }

/* ---------- Formlar ---------- */
.bo-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 14px; padding: 18px; }
.bo-form label, .bo-field { display: grid; gap: 6px; font-size: 12px; font-weight: 600; color: var(--mg-muted); min-width: 0; }
.bo-form label em { font-style: normal; font-weight: 400; color: var(--mg-faint); justify-self: end; margin-top: -18px; }
.bo-form .wide { grid-column: 1 / -1; }
.bo-form input:not([type="checkbox"]):not([type="color"]), .bo-form textarea, .bo-form select, .bo-copy input {
  width: 100%; box-sizing: border-box; min-height: 42px; border-radius: 9px; border: 1px solid var(--mg-line-strong);
  background: var(--mg-surface-2); color: var(--mg-text); padding: 9px 12px; font: inherit; font-size: 14px; font-weight: 400; outline: none;
}
.bo-form textarea { resize: vertical; min-height: 80px; }
.bo-form input:focus, .bo-form textarea:focus, .bo-form select:focus { border-color: var(--mg-accent); box-shadow: 0 0 0 3px var(--mg-accent-soft); }
.bo-coords { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: end; }
.bo-color span { display: flex; align-items: center; gap: 10px; }
.bo-color input[type="color"] { width: 48px; height: 36px; border: 1px solid var(--mg-line-strong); border-radius: 8px; background: transparent; padding: 2px; cursor: pointer; }
.bo-color code { font-size: 12px; color: var(--mg-muted); }
.bo-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.bo-chip { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--mg-line-strong); background: var(--mg-surface-2); color: var(--mg-text); border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 500; cursor: pointer; }
.bo-chip.on { border-color: var(--mg-accent); background: var(--mg-accent-soft); color: var(--mg-accent-ink); font-weight: 600; }
.bo-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.bo-actions.left { justify-content: flex-start; }
.bo-actions.center { justify-content: center; }
.bo-actions.compact { margin-top: 8px; }
.bo-actions.compact small { margin-right: auto; color: var(--mg-faint); font-size: 11px; }

/* ---------- Görseller ---------- */
.bo-media { display: grid; grid-template-columns: 160px 1fr; gap: 14px; }
.bo-media-slot { position: relative; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px dashed var(--mg-line-strong); border-radius: 14px; background: var(--mg-surface-2); color: var(--mg-muted); cursor: pointer; overflow: hidden; min-height: 160px; font-size: 12px; text-align: center; background-size: cover; background-position: center; }
.bo-media-slot:hover { border-color: var(--mg-accent); }
.bo-media-slot.busy { opacity: .6; pointer-events: none; }
.bo-media-slot input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.bo-media-slot.logo img { width: 96px; height: 96px; border-radius: 18px; object-fit: cover; }
.bo-media-slot.square { width: 160px; height: 160px; min-height: 0; }
.bo-media-slot.square img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bo-media-slot.square b { position: absolute; bottom: 8px; left: 8px; right: 8px; background: rgba(0, 0, 0, .6); color: #fff; border-radius: 7px; padding: 4px; font-size: 11px; }
.bo-media-slot.cover { min-height: 160px; }
.bo-media-overlay { display: inline-flex; align-items: center; gap: 6px; background: rgba(0, 0, 0, .6); color: #fff; border-radius: 999px; padding: 7px 14px; font-weight: 600; }

/* ---------- Ürün & hizmetler ---------- */
.bo-editor { background: var(--mg-surface); border: 1px solid var(--mg-accent); border-radius: 14px; padding: 16px 18px; margin-bottom: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, .18); }
.bo-editor-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.bo-editor-head b { font-size: 15px; text-transform: none; }
.bo-editor-body { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 16px; align-items: start; }
.bo-editor-body .bo-form { padding: 0; border: 0; background: transparent; }
.bo-editor-media { display: grid; gap: 8px; justify-items: center; }
.bo-items { display: grid; gap: 8px; }
.bo-item { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 14px; align-items: center; background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 12px; padding: 10px 14px 10px 10px; }
.bo-item.editing { border-color: var(--mg-accent); }
.bo-item-media { width: 64px; height: 64px; border-radius: 10px; overflow: hidden; background: var(--mg-surface-2); display: grid; place-items: center; color: var(--mg-muted); }
.bo-item-media img { width: 100%; height: 100%; object-fit: cover; }
.bo-item-copy { min-width: 0; }
.bo-item-type { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--mg-accent-ink); }
.bo-item-copy b { display: block; font-size: 14px; }
.bo-item-copy p { margin: 2px 0; font-size: 12px; color: var(--mg-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bo-item-copy small { font-size: 11px; color: var(--mg-faint); }
.bo-item-side { display: grid; justify-items: end; gap: 6px; text-align: right; }
.bo-item-side strong { font-size: 15px; font-variant-numeric: tabular-nums; }
.bo-item-side em { font-style: normal; font-size: 10px; background: var(--mg-accent-soft); color: var(--mg-accent-ink); border-radius: 999px; padding: 2px 8px; }
.bo-item-actions { display: inline-flex; gap: 6px; }
.bo-confirm { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--mg-muted); flex-wrap: wrap; justify-content: flex-end; }

/* ---------- Çalışma saatleri ---------- */
.bo-hours { background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 14px; overflow: hidden; }
.bo-day { display: grid; grid-template-columns: 120px 110px minmax(0, 1fr); align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--mg-line); }
.bo-day:last-child { border-bottom: 0; }
.bo-day > b { font-size: 13px; }
.bo-day.closed > b { color: var(--mg-muted); }
.bo-slots { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.bo-slot { display: inline-flex; align-items: center; gap: 6px; background: var(--mg-surface-2); border: 1px solid var(--mg-line); border-radius: 9px; padding: 4px 6px; }
.bo-slot input[type="time"] { border: 0; background: transparent; color: var(--mg-text); font: inherit; font-size: 13px; font-variant-numeric: tabular-nums; padding: 4px; }
.bo-slot i { font-style: normal; color: var(--mg-faint); }
.bo-slot .bo-icon-btn { width: 24px; height: 24px; }
.bo-switch { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; position: relative; }
.bo-switch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.bo-switch span { width: 36px; height: 20px; border-radius: 999px; background: var(--mg-line-strong); position: relative; transition: background .2s; flex: none; }
.bo-switch span::after { content: ""; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform .2s; }
.bo-switch input:checked + span { background: #22c55e; }
.bo-switch input:checked + span::after { transform: translateX(16px); }
.bo-switch input:focus-visible + span { outline: 2px solid var(--mg-accent); outline-offset: 2px; }
.bo-switch small { font-size: 12px; color: var(--mg-muted); }

/* ---------- Yorumlar ---------- */
.bo-reviews { display: grid; gap: 10px; }
.bo-review { background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 12px; padding: 14px 16px; }
.bo-review header { display: flex; align-items: center; gap: 10px; }
.bo-review header div { display: grid; }
.bo-review header b { font-size: 13px; }
.bo-review header small { font-size: 11px; color: var(--mg-faint); }
.bo-review > p { margin: 10px 0; font-size: 14px; line-height: 1.55; white-space: pre-line; }
.bo-reply { border-left: 3px solid var(--mg-accent); background: var(--mg-surface-2); border-radius: 0 10px 10px 0; padding: 10px 12px; }
.bo-reply > span { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; color: var(--mg-accent-ink); }
.bo-reply p { margin: 6px 0; font-size: 13px; white-space: pre-line; }
.bo-reply-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.bo-reply-editor textarea { width: 100%; box-sizing: border-box; border-radius: 9px; border: 1px solid var(--mg-line-strong); background: var(--mg-surface-2); color: var(--mg-text); padding: 10px 12px; font: inherit; font-size: 14px; resize: vertical; }
.bo-reply-editor textarea:focus { outline: none; border-color: var(--mg-accent); }

/* ---------- QR ---------- */
.bo-qr { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 22px; background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 14px; padding: 20px; align-items: start; }
.bo-qr-preview { position: relative; background: #fff; border-radius: 16px; padding: 14px; box-shadow: 0 8px 30px rgba(0, 0, 0, .18); aspect-ratio: 1 / 1.1; display: grid; place-items: center; }
.bo-qr-preview.dark { background: #0b0f14; }
.bo-qr-preview canvas { width: 100%; height: auto; display: block; }
.bo-qr-loading { position: absolute; inset: 0; display: grid; place-items: center; }
.bo-qr-side { display: grid; gap: 14px; align-content: start; }
.bo-copy { display: flex; gap: 8px; }
.bo-copy input { min-height: 38px; font-size: 13px; }
.bo-check-row { display: flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; }
.bo-check-row input { accent-color: var(--mg-accent); width: 16px; height: 16px; }

/* Kenar menü bağlantısı */
.social-sidebar nav .side-business-link strong { margin-left: auto; font-size: 10px; background: var(--mg-surface-2); color: var(--mg-muted); border-radius: 999px; padding: 1px 7px; }

@media (max-width: 1100px) {
  .bo-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bo-kpis > div:nth-child(3) { border-right: 0; }
  .bo-kpis > div:nth-child(n + 4) { border-top: 1px solid var(--mg-line); }
}

@media (max-width: 800px) {
  /* Sol menü mobilde yatay şerit (a6-mobile.css); burada gizlenmez. */
  .bo-main { padding: 20px 14px 48px; }
  .bo-heading h1 { font-size: 24px; }
  .bo-cover { height: 110px; }
  .bo-hero-body { padding: 0 14px 14px; }
  .bo-logo { width: 72px; height: 72px; border-radius: 16px; }
  .bo-hero-actions { width: 100%; }
  .bo-hero-actions .bo-btn { flex: 1; }
  .bo-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bo-kpis > div { border-right: 0; border-top: 1px solid var(--mg-line); padding: 10px 14px; }
  .bo-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bo-form { grid-template-columns: 1fr; padding: 14px; }
  .bo-coords { grid-template-columns: 1fr 1fr; }
  .bo-coords .bo-btn { grid-column: 1 / -1; }
  .bo-checklist { grid-template-columns: 1fr; }
  .bo-media { grid-template-columns: 1fr; }
  .bo-media-slot.logo { min-height: 130px; }
  .bo-editor-body { grid-template-columns: 1fr; }
  .bo-item { grid-template-columns: 52px minmax(0, 1fr); }
  .bo-item-media { width: 52px; height: 52px; }
  .bo-item-side { grid-column: 1 / -1; grid-auto-flow: column; justify-content: space-between; align-items: center; justify-items: start; }
  .bo-day { grid-template-columns: 1fr auto; }
  .bo-slots { grid-column: 1 / -1; }
  .bo-qr { grid-template-columns: 1fr; }
  .bo-qr-preview { max-width: 320px; margin: 0 auto; width: 100%; }
  .bo-search { flex: 1 1 100%; margin-left: 0; }
}
