/* BONTABLE back office theme ("Culinary Operations System", tasarim/stitch): light canvas, white hairline cards,
   black active navigation, warm orange for primary actions. Loaded after the Metor/Bootstrap styles. */
:root {
    --bt-ink: #0b1c30;
    --bt-navy: #131b2e;
    --bt-black: #000;
    --bt-orange: #fd651e;
    --bt-orange-dark: #ea580c;
    --bt-orange-soft: #fff1ea;
    --bt-blue: #0284c7;
    --bt-canvas: #f6f8fc;
    --bt-surface: #fff;
    --bt-line: #e3e8f0;
    --bt-muted: #64748b;
    --bt-green: #10b981;
    --bt-amber: #f59e0b;
    --bt-rose: #f43f5e;
    --bt-radius: 14px;
    --bt-sidebar: 272px;
    --bs-body-font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --bs-body-bg: var(--bt-canvas);
    --bs-body-color: var(--bt-ink);
    --bs-primary: #fd651e;
    --bs-primary-rgb: 253, 101, 30;
    --bs-link-color: #0b1c30;
    --bs-link-color-rgb: 11, 28, 48;
    --bs-link-hover-color: #ea580c;
    --bs-border-color: #e3e8f0;
}
html, body { background: var(--bt-canvas); }
body.bt-admin { font-family: var(--bs-body-font-family); color: var(--bt-ink); font-size: 14px; -webkit-font-smoothing: antialiased; }
.bt-admin .tnum, .bt-admin td, .bt-admin .bt-kpi__value { font-feature-settings: "tnum" 1; }
.bt-admin a { text-decoration: none; }

/* Shell */
.bt-sidebar { position: fixed; inset: 0 auto 0 0; width: var(--bt-sidebar); background: var(--bt-surface); border-right: 1px solid var(--bt-line); display: flex; flex-direction: column; z-index: 1040; transition: transform .2s ease; }
.bt-sidebar__brand { display: flex; align-items: center; gap: 10px; padding: 20px 20px 12px; }
.bt-sidebar__brand img { height: 32px; width: auto; }
.bt-branch { margin: 0 16px 8px; padding: 10px 12px; border: 1px solid var(--bt-line); border-radius: 12px; background: #f8fafc; }
.bt-branch__label { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--bt-muted); }
.bt-branch__name { font-weight: 600; line-height: 1.25; }
.bt-branch__meta { font-size: 12px; color: var(--bt-muted); }
.bt-nav { flex: 1; overflow-y: auto; padding: 4px 12px 12px; margin: 0; list-style: none; }
.bt-nav__group { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #94a3b8; padding: 14px 12px 6px; }
.bt-nav__link { display: flex; align-items: center; gap: 12px; padding: 9px 12px; border-radius: 10px; color: #1e293b; font-weight: 500; font-size: 13.5px; }
.bt-nav__link i { font-size: 18px; color: #334155; }
.bt-nav__link:hover { background: #f1f5f9; color: var(--bt-black); }
.bt-nav__link.active { background: var(--bt-black); color: #fff; }
.bt-nav__link.active i { color: #fff; }
.bt-nav__badge { margin-left: auto; background: #e11d48; color: #fff; border-radius: 999px; font-size: 11px; font-weight: 600; padding: 1px 8px; }
.bt-sidebar__footer { padding: 12px 16px 16px; border-top: 1px solid var(--bt-line); }
.bt-status { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border: 1px solid var(--bt-line); border-radius: 12px; font-size: 12px; }
.bt-status small { display: block; color: var(--bt-muted); font-size: 10.5px; }
.bt-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; background: var(--bt-green); flex: none; }
.bt-dot--orange { background: var(--bt-orange); } .bt-dot--rose { background: var(--bt-rose); } .bt-dot--amber { background: var(--bt-amber); }

.bt-main { margin-left: var(--bt-sidebar); min-height: 100vh; display: flex; flex-direction: column; }
.bt-topbar { position: sticky; top: 0; z-index: 1030; display: flex; align-items: center; gap: 12px; padding: 12px 28px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--bt-line); }
.bt-topbar__menu { display: none; border: 0; background: none; font-size: 22px; }
.bt-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 12px; background: #eef2f8; font-size: 12.5px; font-weight: 600; color: var(--bt-ink); white-space: nowrap; }
.bt-pill small { font-weight: 400; color: var(--bt-muted); }
.bt-pill--open { background: #fff4ed; }
.bt-search { flex: 1; max-width: 420px; position: relative; }
.bt-search input { width: 100%; border: 1px solid var(--bt-line); background: #f8fafc; border-radius: 12px; padding: 9px 12px 9px 36px; font-size: 13px; }
.bt-search i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--bt-muted); }
.bt-topbar__right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.bt-langs { display: inline-flex; border: 1px solid var(--bt-line); border-radius: 10px; overflow: hidden; }
.bt-langs a { padding: 5px 8px; font-size: 11.5px; font-weight: 600; color: var(--bt-muted); }
.bt-langs a.active { background: var(--bt-black); color: #fff; }
.bt-iconbtn { position: relative; width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 10px; border: 1px solid var(--bt-line); background: #fff; color: var(--bt-ink); font-size: 18px; }
.bt-iconbtn__dot { position: absolute; top: 7px; right: 8px; width: 8px; height: 8px; border-radius: 50%; background: #e11d48; border: 2px solid #fff; }
.bt-user { display: flex; align-items: center; gap: 10px; text-align: right; }
.bt-user__name { font-weight: 600; font-size: 13px; line-height: 1.2; }
.bt-user__role { font-size: 11.5px; color: var(--bt-muted); }
.bt-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--bt-black); color: #fff; display: grid; place-items: center; font-weight: 600; font-size: 13px; }
.bt-content { padding: 24px 28px 40px; flex: 1; }
.bt-footer { padding: 16px 28px; color: var(--bt-muted); font-size: 12px; border-top: 1px solid var(--bt-line); background: #fff; }

@media (max-width: 1199.98px) {
    .bt-sidebar { transform: translateX(-100%); box-shadow: 0 10px 40px rgba(15,23,42,.18); }
    body.bt-nav-open .bt-sidebar { transform: none; }
    .bt-main { margin-left: 0; }
    .bt-topbar__menu { display: inline-block; }
    .bt-search { display: none; }
}
@media (max-width: 767.98px) {
    .bt-topbar { padding: 10px 16px; }
    .bt-content { padding: 16px; }
    .bt-user__text, .bt-langs, .bt-pill small { display: none; }
}

/* Typography */
.bt-admin .page-title, .bt-admin h4.page-title { font-size: 26px; font-weight: 700; letter-spacing: -.02em; color: var(--bt-ink); }
.bt-admin h1, .bt-admin h2, .bt-admin h3, .bt-admin h4, .bt-admin h5, .bt-admin h6, .bt-admin .header-title { font-family: var(--bs-body-font-family); color: var(--bt-ink); letter-spacing: -.01em; }
.bt-admin .header-title { font-size: 16px; font-weight: 600; }
.bt-admin .text-muted { color: var(--bt-muted) !important; }
.bt-label { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--bt-muted); }

/* Surfaces */
.bt-admin .card { border: 1px solid var(--bt-line); border-radius: var(--bt-radius); box-shadow: none; background: var(--bt-surface); }
.bt-admin .card-header { background: #fff; border-bottom: 1px solid var(--bt-line); border-radius: var(--bt-radius) var(--bt-radius) 0 0 !important; padding: 16px 20px; }
.bt-admin .card-body { padding: 20px; }
.bt-admin details.card > summary { list-style: none; }

/* Tables */
.bt-admin .table { --bs-table-bg: transparent; margin-bottom: 0; }
.bt-admin .table > thead th { background: #f8fafc; color: var(--bt-muted); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid var(--bt-line); padding: 12px 14px; white-space: nowrap; }
.bt-admin .table > tbody td { padding: 14px; border-color: #eef1f6; vertical-align: middle; }
.bt-admin .table-hover > tbody > tr:hover > * { --bs-table-bg-state: #f8fafc; }

/* Buttons */
.bt-admin .btn { border-radius: 10px; font-weight: 600; font-size: 13px; }
.bt-admin .btn-sm { border-radius: 8px; font-size: 12px; }
.bt-admin .btn-primary { background: var(--bt-orange); border-color: var(--bt-orange); color: #fff; }
.bt-admin .btn-primary:hover, .bt-admin .btn-primary:focus { background: var(--bt-orange-dark); border-color: var(--bt-orange-dark); color: #fff; }
.bt-admin .btn-outline-primary { color: var(--bt-orange-dark); border-color: #fdba74; background: #fff; }
.bt-admin .btn-outline-primary:hover { background: var(--bt-orange-soft); color: var(--bt-orange-dark); border-color: var(--bt-orange); }
.bt-admin .btn-dark { background: var(--bt-black); border-color: var(--bt-black); }
.bt-admin .btn-outline-secondary { color: var(--bt-ink); border-color: var(--bt-line); background: #fff; }
.bt-admin .btn-outline-secondary:hover { background: #f1f5f9; color: var(--bt-ink); border-color: #cbd5e1; }
.bt-admin .btn-light { background: #eef2f8; border-color: #eef2f8; }

/* Forms */
.bt-admin .form-control, .bt-admin .form-select { border-radius: 10px; border-color: #dfe4ec; font-size: 13.5px; }
.bt-admin .form-control:focus, .bt-admin .form-select:focus { border-color: var(--bt-orange); box-shadow: 0 0 0 3px rgba(253,101,30,.15); }
.bt-admin .form-check-input:checked { background-color: var(--bt-orange); border-color: var(--bt-orange); }
.bt-admin .form-label { font-weight: 500; font-size: 13px; color: #334155; }

/* Badges, alerts, tabs */
.bt-admin .badge { border-radius: 999px; font-weight: 600; letter-spacing: .01em; padding: .42em .75em; }
.bt-admin .alert { border-radius: 12px; border-width: 1px; font-size: 13.5px; }
.bt-admin .nav-tabs { border: 0; gap: 4px; background: #eef2f8; padding: 4px; border-radius: 12px; display: inline-flex; flex-wrap: wrap; }
.bt-admin .nav-tabs .nav-link { border: 0; border-radius: 9px; color: var(--bt-muted); font-weight: 600; font-size: 13px; padding: 7px 14px; }
.bt-admin .nav-tabs .nav-link.active { background: #fff; color: var(--bt-ink); box-shadow: 0 1px 2px rgba(15,23,42,.08); }
.bt-admin .pagination .page-link { border-radius: 8px; margin: 0 2px; color: var(--bt-ink); }
.bt-admin .pagination .active > .page-link { background: var(--bt-black); border-color: var(--bt-black); color: #fff; }

/* KPI tiles (dashboards) */
.bt-kpi { height: 100%; padding: 18px 20px; border: 1px solid var(--bt-line); border-radius: var(--bt-radius); background: #fff; display: flex; flex-direction: column; gap: 6px; }
.bt-kpi__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.bt-kpi__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-size: 20px; background: #eef2f8; color: var(--bt-ink); }
.bt-kpi__icon--orange { background: var(--bt-orange-soft); color: var(--bt-orange-dark); }
.bt-kpi__icon--green { background: #ecfdf5; color: #047857; }
.bt-kpi__icon--rose { background: #fff1f2; color: #e11d48; }
.bt-kpi__icon--blue { background: #f0f9ff; color: var(--bt-blue); }
.bt-kpi__value { font-size: 30px; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }
.bt-kpi__value small { font-size: 14px; font-weight: 500; color: var(--bt-muted); letter-spacing: 0; }
.bt-kpi__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 12px; color: var(--bt-muted); }
.bt-delta { display: inline-flex; align-items: center; gap: 2px; padding: 2px 8px; border-radius: 999px; font-size: 11.5px; font-weight: 600; background: #ecfdf5; color: #047857; }
.bt-delta--down { background: #fff1f2; color: #e11d48; }
.bt-split { display: flex; gap: 6px; flex-wrap: wrap; }
.bt-split span { background: #eef2f8; border-radius: 8px; padding: 4px 8px; font-size: 11.5px; line-height: 1.2; }
.bt-split span b { display: block; font-size: 14px; }
.bt-split span.is-hot { background: var(--bt-orange-soft); color: var(--bt-orange-dark); }
.bt-bar { height: 8px; border-radius: 999px; background: #eef2f8; overflow: hidden; }
.bt-bar > span { display: block; height: 100%; border-radius: 999px; background: var(--bt-green); }
.bt-bar--orange > span { background: var(--bt-orange); } .bt-bar--black > span { background: var(--bt-black); }
.bt-status-chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 8px; font-size: 12px; font-weight: 600; border: 1px solid transparent; }
.bt-status-chip--pending { background: #fff1f2; color: #be123c; border-color: #fecdd3; }
.bt-status-chip--preparing { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.bt-status-chip--ready { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.bt-status-chip--delivered, .bt-status-chip--closed { background: #f0f9ff; color: #0369a1; border-color: #bae6fd; }
.bt-status-chip--rejected { background: #f1f5f9; color: #64748b; border-color: #e2e8f0; }
.bt-rank { width: 28px; height: 28px; border-radius: 50%; background: var(--bt-black); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; flex: none; }
.bt-tile { border: 1px solid var(--bt-line); border-radius: 12px; padding: 12px; background: #fff; }
.bt-tile--warn { background: #fffbeb; border-color: #fde68a; }
.bt-tile--busy { background: #fff4ed; border-color: #fed7aa; }
.bt-tile--free { background: #f0fdf4; border-color: #bbf7d0; }
.bt-tabs-inline { display: inline-flex; gap: 2px; background: #eef2f8; border-radius: 10px; padding: 3px; }
.bt-tabs-inline a { padding: 5px 12px; border-radius: 8px; font-size: 12px; font-weight: 600; color: var(--bt-muted); }
.bt-tabs-inline a.active { background: #fff; color: var(--bt-ink); box-shadow: 0 1px 2px rgba(15,23,42,.08); }

/* Platform console (top navigation) */
.bt-console .bt-main { margin-left: 0; }
.bt-console-top { position: sticky; top: 0; z-index: 1030; background: #fff; border-bottom: 1px solid var(--bt-line); }
.bt-console-top__row { max-width: 1440px; margin: 0 auto; display: flex; align-items: center; gap: 18px; padding: 12px 28px; flex-wrap: wrap; }
.bt-console-top nav { display: flex; gap: 4px; flex-wrap: wrap; }
.bt-console-top nav a { padding: 8px 12px; border-radius: 10px; font-weight: 500; font-size: 13.5px; color: #334155; }
.bt-console-top nav a:hover { background: #f1f5f9; }
.bt-console-top nav a.active { background: var(--bt-black); color: #fff; }
.bt-console-badge { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: #eef2f8; border-radius: 6px; padding: 3px 6px; color: var(--bt-ink); }
.bt-console .bt-content { max-width: 1440px; margin: 0 auto; width: 100%; }
.bt-mono { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; }

/* Signed-out pages (tasarim/stitch-admin-2: admin_giri_oturum_a_ma, ifremi_unuttum_s_f_rlama) */
body.bt-auth { min-height: 100vh; display: flex; flex-direction: column; background: #f4f7fd; }
.bt-auth__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px clamp(16px, 3vw, 40px); background: #fff; }
.bt-auth__brand { display: flex; align-items: center; gap: 10px; color: var(--bt-ink); }
.bt-auth__brand img { height: 36px; width: auto; }
.bt-auth__brand span { font-weight: 500; font-size: 17px; color: var(--bt-ink); }
.bt-auth__secure { align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; background: #e3edff; font-size: 12.5px; font-weight: 600; }
.bt-auth__langs { display: flex; background: #eef2f8; border-radius: 8px; padding: 3px; }
.bt-auth__langs a { padding: 4px 8px; border-radius: 6px; font-size: 12px; font-weight: 600; color: var(--bt-muted); }
.bt-auth__langs a.active { background: #fff; color: var(--bt-ink); box-shadow: 0 1px 2px rgba(15,23,42,.08); }
.bt-auth__main { flex: 1; display: flex; align-items: center; justify-content: center; padding: clamp(16px, 5vw, 64px) 16px; }
.bt-auth__footer { padding: 18px clamp(16px, 3vw, 40px); background: #fff; font-size: 13px; color: var(--bt-muted); }
.bt-auth__split { width: 100%; max-width: 1180px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 32px; align-items: stretch; }
.bt-auth__hero { display: flex; flex-direction: column; gap: 14px; padding: 36px 36px 0; border-radius: 16px; color: #e2e8f0; background: linear-gradient(160deg, #0f172a 0%, #1e293b 70%, #3b2a24 100%); box-shadow: 0 24px 48px -24px rgba(15,23,42,.5); overflow: hidden; }
.bt-auth__logo-chip { display: inline-block; background: #fff; padding: 8px 12px; border-radius: 6px; }
.bt-auth__logo-chip img { height: 30px; width: auto; display: block; }
.bt-auth__eyebrow { margin: 18px 0 0; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #cbd5e1; }
.bt-auth__hero h1 { margin: 0; font-size: clamp(28px, 3.2vw, 42px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; color: #fff; }
.bt-auth__lead { color: #94a3b8; margin: 0 0 8px; font-size: 15px; }
.bt-auth__features { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.bt-auth__features li { display: flex; gap: 14px; padding: 14px 16px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.06); }
.bt-auth__features strong { display: block; color: #fff; font-weight: 600; font-size: 16px; }
.bt-auth__features span { font-size: 13.5px; color: #94a3b8; }
.bt-auth__feature-icon { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; background: #334155; font-size: 22px; color: #fff; }
.bt-auth__feature-icon.is-accent { background: var(--bt-orange); }
.bt-auth__hero-foot { margin: auto -36px 0; display: flex; gap: 12px; align-items: center; padding: 18px 36px; background: rgba(0,0,0,.18); font-size: 13px; color: #94a3b8; }
.bt-auth__hero-foot i { font-size: 26px; color: #fff; }
.bt-auth__hero-foot strong { display: block; color: #fff; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; }
.bt-auth__card { background: #fff; border-radius: 16px; padding: clamp(24px, 3.5vw, 40px); box-shadow: 0 16px 40px -24px rgba(15,23,42,.25); }
.bt-auth__card h2 { font-size: clamp(26px, 2.6vw, 34px); font-weight: 700; letter-spacing: -.02em; margin-bottom: 6px; }
.bt-auth__card--stripe { border-top: 6px solid transparent; border-image: linear-gradient(90deg, var(--bt-orange), #0f172a) 1; border-image-slice: 1 0 0 0; }
.bt-auth__note { display: flex; gap: 10px; padding: 14px 16px; margin: 18px 0; border-radius: 8px; background: #eef4ff; font-size: 13.5px; }
.bt-auth__note > i { font-size: 18px; color: var(--bt-blue); }
.bt-auth__demo { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 12px 16px; margin-bottom: 18px; border-radius: 8px; background: #e8efff; }
.bt-auth__label { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.bt-auth__field { display: flex; align-items: center; gap: 10px; padding: 0 14px; border-radius: 8px; background: #f1f5fb; border: 1px solid transparent; }
.bt-auth__field:focus-within { border-color: var(--bt-orange); background: #fff; box-shadow: 0 0 0 3px rgba(253,101,30,.15); }
.bt-auth__field > i { font-size: 18px; color: var(--bt-muted); }
.bt-auth__field input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 13px 0; font-size: 15px; outline: none; color: var(--bt-ink); }
.bt-auth__eye { border: 0; background: none; font-size: 18px; color: var(--bt-muted); padding: 4px; }
.bt-auth__link { color: #c2410c; }
.bt-auth__submit { font-weight: 600; padding: 13px; }
.bt-auth__single { width: 100%; max-width: 680px; }
.bt-auth__center-logo { height: 44px; width: auto; margin-bottom: 20px; }
.bt-auth__badge-icon { position: relative; width: 80px; height: 80px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 14px; background: #0f172a; color: var(--bt-orange); font-size: 32px; box-shadow: 0 12px 30px -10px rgba(253,101,30,.45); }
.bt-auth__badge-icon i + i { position: absolute; right: -8px; bottom: -8px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--bt-orange); color: #fff; font-size: 16px; }
.bt-auth__help { display: flex; gap: 12px; margin: 28px calc(-1 * clamp(24px, 3.5vw, 40px)) calc(-1 * clamp(24px, 3.5vw, 40px)); padding: 22px clamp(24px, 3.5vw, 40px); background: #e8efff; border-radius: 0 0 16px 16px; }
.bt-auth__help > i { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #d6e3ff; font-size: 20px; color: var(--bt-blue); }
.bt-auth__help strong { display: block; font-size: 17px; font-weight: 600; }
.bt-auth__help span { font-size: 14px; }
.bt-auth__badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin: 18px 0 0; font-size: 13px; color: var(--bt-ink); }
.bt-auth__badges i { margin-right: 6px; color: var(--bt-blue); }
@media (max-width: 991.98px) { .bt-auth__split { grid-template-columns: 1fr; } .bt-auth__hero { order: 2; } }

/* Shared page pieces for the stitch-admin-2 screens */
.bt-crumbs { display: flex; align-items: center; gap: 4px; margin-bottom: 4px; font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--bt-muted); }
.bt-crumbs .is-current { color: var(--bt-orange-dark); }
.bt-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.bt-chips button, .bt-chips a { border: 0; border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 600; background: #eef2f8; color: var(--bt-ink); }
.bt-chips .active { background: var(--bt-orange); color: #fff; }
.bt-hint { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: 10px; background: #f1f5fb; font-size: 12.5px; color: #334155; }
.bt-hint > i { color: var(--bt-orange-dark); font-size: 16px; line-height: 1.2; }
.bt-section-title { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; margin: 0 0 14px; }
.bt-section-title i { color: var(--bt-orange-dark); }
.bt-sortable { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.bt-sortable__item { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid var(--bt-line); border-radius: 12px; background: #fff; transition: box-shadow .15s; }
.bt-sortable__item:hover { box-shadow: 0 6px 18px -10px rgba(15,23,42,.25); }
.bt-sortable__item.is-selected { border-color: var(--bt-orange); box-shadow: 0 0 0 3px rgba(253,101,30,.12); }
.bt-sortable__item.is-muted { background: #f8fafc; }
.bt-sortable__item.is-dragging { opacity: .5; }
.bt-sortable__handle { cursor: grab; color: #94a3b8; font-size: 18px; }
.bt-sortable__body { flex: 1; min-width: 0; color: var(--bt-ink); display: flex; flex-direction: column; }
.bt-sortable__body strong { font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bt-state { flex: none; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; background: #eef2f8; color: var(--bt-muted); }
.bt-state.is-on { background: var(--bt-orange-soft); color: var(--bt-orange-dark); }
.bt-switch-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 100%; padding: 14px 16px; border-radius: 12px; background: #f1f5fb; cursor: pointer; }
.bt-switch-card strong { display: block; font-size: 14px; }
.bt-switch-card small { display: block; color: var(--bt-muted); font-size: 12px; }
.bt-switch-card .form-check-input { width: 2.6em; height: 1.4em; flex: none; margin: 0; }
.bt-product-chip { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 10px; background: #f1f5fb; color: var(--bt-ink); min-width: 0; }
.bt-product-chip img, .bt-product-chip__ph { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex: none; }
.bt-product-chip__ph { display: grid; place-items: center; background: #e2e8f0; color: var(--bt-muted); }
.bt-product-chip strong { display: block; font-size: 13px; }
.bt-product-chip small { display: block; color: var(--bt-muted); }
.bt-editor-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--bt-line); }

/* Option library */
.bt-group-card { display: grid; gap: 8px; padding: 16px 18px; border: 1px solid var(--bt-line); border-radius: 12px; background: #fff; color: var(--bt-ink); transition: box-shadow .15s; }
.bt-group-card:hover { box-shadow: 0 6px 18px -10px rgba(15,23,42,.25); color: var(--bt-ink); }
.bt-group-card.is-selected { border-left: 4px solid var(--bt-orange); box-shadow: 0 8px 24px -14px rgba(253,101,30,.6); }
.bt-group-card.is-muted { background: #f8fafc; opacity: .8; }
.bt-group-card__rules { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 8px 12px; border-radius: 8px; background: #f1f5fb; font-size: 12px; font-weight: 500; }
.bt-group-card__rules i { margin-right: 4px; }
.bt-option-table td { padding: 10px 8px !important; }
.bt-inline-add { padding: 12px; border-radius: 10px; background: #f8fafc; border: 1px dashed #cbd5e1; }
.bt-pick-grid { display: flex; flex-wrap: wrap; gap: 8px; max-height: 280px; overflow-y: auto; padding: 12px; border-radius: 12px; background: #f1f5fb; }
.bt-pick-grid label { cursor: pointer; }
.bt-pick-grid input { position: absolute; opacity: 0; pointer-events: none; }
.bt-pick-grid span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 8px; background: #fff; border: 1px solid var(--bt-line); font-size: 12.5px; font-weight: 500; }
.bt-pick-grid input:checked + span { border-color: var(--bt-orange); background: var(--bt-orange-soft); color: var(--bt-orange-dark); }
.bt-pick-grid input:checked + span::after { content: '\2715'; font-size: 10px; }
.bt-pick-grid input:focus-visible + span { outline: 2px solid var(--bt-orange); }

/* Tabs between sibling pages, accent KPI tiles, callouts */
.bt-page-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid var(--bt-line); }
.bt-page-tabs a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 10px; font-weight: 600; font-size: 13.5px; color: #334155; }
.bt-page-tabs a:hover { background: #f1f5f9; }
.bt-page-tabs a.active { background: var(--bt-orange); color: #fff; }
.bt-page-tabs a span { padding: 1px 8px; border-radius: 6px; background: rgba(15,23,42,.08); font-size: 11.5px; }
.bt-page-tabs a.active span { background: rgba(255,255,255,.25); }
.bt-kpi--accent-orange { border-left: 4px solid var(--bt-orange); }
.bt-kpi--accent-green { border-left: 4px solid var(--bt-green); }
.bt-kpi--accent-blue { border-left: 4px solid var(--bt-blue); }
.bt-kpi--accent-dark { border-left: 4px solid var(--bt-navy); }
.bt-section-title--caps { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--bt-orange-dark); }
.bt-callout { border-left: 4px solid var(--bt-blue) !important; }

/* Delivery zones */
.bt-zone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; padding: 12px 14px; border-radius: 10px; background: #f1f5fb; }
.bt-zone-grid b { font-size: 14px; }
.bt-zone-grid .bt-label { display: block; font-size: 10px; }
.bt-tag-input { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; padding: 8px; border-radius: 10px; background: #f1f5fb; border: 1px solid transparent; cursor: text; }
.bt-tag-input:focus-within { border-color: var(--bt-orange); background: #fff; }
.bt-tag-input input[type=text] { flex: 1; min-width: 160px; border: 0; background: transparent; outline: none; font-size: 13px; padding: 4px; }
.bt-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 6px 4px 10px; border-radius: 6px; background: #fff; border: 1px solid var(--bt-line); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; color: var(--bt-orange-dark); }
.bt-tag button { border: 0; background: none; color: var(--bt-muted); line-height: 1; padding: 0 2px; }
.bt-editor-card { background: #fbfcfe; }
.bt-dark-callout { display: flex; gap: 16px; align-items: flex-start; padding: 22px 24px; border-radius: 14px; background: #0f172a; color: #cbd5e1; font-size: 13.5px; }
.bt-dark-callout h6 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.bt-dark-callout__icon { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: var(--bt-orange); color: #fff; font-size: 22px; }

/* Reports */
.bt-chart { width: 100%; height: auto; display: block; }
.bt-chart__grid { stroke: #eef1f6; stroke-width: 1; }
.bt-chart__line { fill: none; stroke: #0f172a; stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.bt-chart__label { font-size: 12px; fill: #64748b; font-family: 'Poppins', sans-serif; }
.bt-chart__label.is-peak { fill: #ea580c; font-weight: 600; }
.bt-legend { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 6px; vertical-align: middle; flex: none; }
.bt-legend--line { height: 3px; background: #0f172a; border-radius: 2px; }
.bt-peak { padding: 6px 10px; border-radius: 8px; background: #fff4ed; color: #9a3412; }
.bt-stack { display: flex; height: 10px; border-radius: 999px; overflow: hidden; background: #eef2f8; }
.bt-stack span { display: block; height: 100%; }
.bt-rowcard { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; background: #f1f5fb; }
.bt-rowcard strong { display: block; font-size: 13px; font-weight: 600; }
.bt-rowcard small { display: block; font-size: 11.5px; color: var(--bt-muted); }
.bt-donut { width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; flex: none; }
.bt-donut > div { width: 108px; height: 108px; border-radius: 50%; background: #fff; display: grid; place-items: center; align-content: center; text-align: center; }
.bt-donut b { font-size: 22px; line-height: 1; }
.bt-donut small { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--bt-muted); }
.bt-chips a { display: inline-block; }

/* Payments */
.bt-dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; margin: 0 0 16px; padding: 14px; border-radius: 10px; background: #f1f5fb; font-size: 13px; }
.bt-dl dt { font-weight: 500; color: var(--bt-muted); }
.bt-dl dd { margin: 0; text-align: right; font-weight: 600; }
.bt-code { margin: 0; padding: 12px; border-radius: 10px; background: #eef4ff; color: #9a3412; font-size: 11.5px; white-space: pre-wrap; word-break: break-all; font-family: 'JetBrains Mono', ui-monospace, monospace; }

/* Activity log */
.bt-avatar--sm { width: 34px; height: 34px; font-size: 12px; }
.bt-avatar.is-light { background: #dbe4f5; color: var(--bt-ink); }
.bt-action { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; background: #e8efff; color: #1e3a8a; }
.bt-action.is-critical { background: #ffe4e6; color: #be123c; }
.bt-action.is-orders { background: #fff1ea; color: #c2410c; }
.bt-action.is-menu { background: #e8efff; color: #1e40af; }
.bt-action.is-access { background: #ede9fe; color: #5b21b6; }
.bt-action.is-customers { background: #ecfdf5; color: #047857; }
.bt-action.is-settings { background: #f1f5f9; color: #334155; }
.bt-diff { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 5px 10px; border-radius: 6px; background: #f1f5fb; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; }
.bt-diff span { color: var(--bt-muted); text-decoration: line-through; }
.bt-diff b { color: #c2410c; }
.bt-props { display: flex; flex-wrap: wrap; gap: 4px 10px; font-size: 12px; }
.bt-props em { font-style: normal; color: var(--bt-muted); margin-right: 2px; }
.bt-filter-chip { padding: 3px 10px; border-radius: 999px; background: #e8efff; color: var(--bt-ink); font-weight: 500; }

/* Kiosk devices */
.bt-device { padding: 18px 20px; border: 1px solid var(--bt-line); border-radius: 14px; background: #fff; }
.bt-device.is-selected { border-left: 4px solid var(--bt-orange); }
.bt-device.is-problem { border-left: 4px solid #be123c; }
.bt-device.is-off { opacity: .7; background: #f8fafc; }
.bt-device__icon { flex: none; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: #f1f5fb; font-size: 24px; }
.bt-device.is-problem .bt-device__icon { background: #ffe4e6; color: #be123c; }
.bt-live { display: inline-flex; align-items: center; gap: 5px; padding: 2px 8px; border-radius: 999px; background: #fff4ed; color: #c2410c; font-size: 12px; font-weight: 600; }
.bt-live.is-down { background: #ffe4e6; color: #be123c; }
.bt-zone-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 575.98px) { .bt-zone-grid--3 { grid-template-columns: 1fr 1fr; } }
.bt-kpi--dark { background: #0f172a; border-color: #0f172a; color: #fff; }
.bt-kpi--dark .bt-label, .bt-kpi--dark .bt-kpi__foot { color: #94a3b8; }
.bt-kpi--dark .bt-kpi__value, .bt-kpi--dark b { color: #fff; }
.bt-kpi--dark .bt-kpi__icon { background: #1e293b; color: var(--bt-orange); }
.bt-admin .btn-danger-soft { background: #ffe4e6; color: #be123c; border-color: #ffe4e6; }
.bt-admin .btn-danger-soft:hover { background: #fecdd3; color: #9f1239; }
.min-w-0 { min-width: 0; }

/* Modules */
.bt-group-title { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 600; padding-left: 12px; border-left: 5px solid var(--bt-orange); }
.bt-group-title--tools { border-color: #c2410c; }
.bt-group-title--growth { border-color: #0f172a; }
.bt-group-title--business, .bt-group-title--other { border-color: #64748b; }
.bt-module { display: flex; flex-direction: column; height: 100%; padding: 18px; border: 1px solid var(--bt-line); border-radius: 12px; background: #fff; cursor: pointer; }
.bt-module:hover { box-shadow: 0 6px 18px -10px rgba(15,23,42,.25); }
.bt-module.is-locked { background: #f1f5fb; cursor: default; }
.bt-module.is-locked strong, .bt-module.is-locked .bt-kpi__icon { opacity: .6; }
.bt-module .form-check-input { width: 2.6em; height: 1.4em; }
.bt-module__foot { margin-top: auto; display: grid; gap: 4px; padding-top: 12px; border-top: 1px solid var(--bt-line); font-size: 12px; }
.bt-module__foot span { display: flex; justify-content: space-between; gap: 8px; }
.bt-module__foot em { font-style: normal; color: var(--bt-muted); }
.bt-module__foot b { text-align: right; }
.bt-note-card { background: #e8efff !important; border-color: #d6e3ff !important; }

/* Information pages */
.bt-page-item { display: grid; gap: 6px; padding: 12px 14px; border-radius: 10px; border: 1px solid transparent; color: var(--bt-ink); }
.bt-page-item:hover { background: #f8fafc; color: var(--bt-ink); }
.bt-page-item.is-selected { background: #e8efff; border-left: 4px solid var(--bt-orange); }
.bt-lang-dot { display: inline-block; margin-right: 4px; padding: 0 5px; border-radius: 4px; font-size: 10.5px; font-weight: 600; background: #eef2f8; color: #94a3b8; }
.bt-lang-dot.is-on { background: #fff1ea; color: #c2410c; }
.bt-editor { border: 1px solid #dfe4ec; border-radius: 10px; overflow: hidden; }
.bt-editor__bar { display: flex; align-items: center; gap: 4px; padding: 6px 8px; background: #e8efff; flex-wrap: wrap; }
.bt-editor__bar button { border: 0; background: transparent; padding: 4px 8px; border-radius: 6px; font-weight: 600; font-size: 13px; }
.bt-editor__bar button:hover { background: #fff; }
.bt-editor textarea { border: 0; border-radius: 0; font-size: 14px; line-height: 1.7; }
.bt-editor textarea:focus { box-shadow: none; }
.bt-serp { display: grid; gap: 2px; padding: 14px 16px; border-radius: 10px; background: #f1f5fb; font-family: Arial, sans-serif; }
.bt-serp__url { font-size: 12px; color: #4d5156; }
.bt-serp__title { font-size: 18px; color: #c2410c; font-weight: 600; }
.bt-serp__text { font-size: 13px; color: #4d5156; }

/* Dashboard alerts and shortcuts */
.bt-alert { display: flex; align-items: center; gap: 12px; height: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid transparent; }
.bt-alert__icon { flex: none; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; font-size: 18px; color: #fff; }
.bt-alert--rose { background: #fff1f2; border-color: #fecdd3; } .bt-alert--rose .bt-alert__icon { background: #be123c; } .bt-alert--rose .bt-label { color: #be123c; }
.bt-alert--orange { background: #fff4ed; border-color: #fed7aa; } .bt-alert--orange .bt-alert__icon { background: var(--bt-orange); } .bt-alert--orange .bt-label { color: #c2410c; }
.bt-alert--blue { background: #eef4ff; border-color: #d6e3ff; } .bt-alert--blue .bt-alert__icon { background: #1d4ed8; } .bt-alert--blue .bt-label { color: #1d4ed8; }
.bt-shortcut { display: flex; align-items: center; gap: 14px; height: 100%; padding: 16px; border: 1px solid var(--bt-line); border-radius: 12px; background: #fff; color: var(--bt-ink); }
.bt-shortcut:hover { box-shadow: 0 6px 18px -10px rgba(15,23,42,.25); color: var(--bt-ink); }
.bt-shortcut strong { display: block; font-size: 14px; }
.bt-shortcut small { display: block; color: var(--bt-muted); font-size: 12px; }
.bt-shortcut__icon { flex: none; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 10px; font-size: 22px; color: #fff; background: var(--bt-orange); }
.bt-shortcut--kds .bt-shortcut__icon { background: #c2410c; }
.bt-shortcut--floor .bt-shortcut__icon { background: #1d4ed8; }
.bt-shortcut--reservations .bt-shortcut__icon { background: #15803d; }

/* Live orders board */
.bt-kpi--row { flex-direction: row; align-items: center; gap: 14px; }
.bt-board { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 16px; overflow-x: auto; padding-bottom: 8px; align-items: start; }
.bt-board__col { display: grid; gap: 12px; }
.bt-board__head { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 12px; background: #fff; border: 1px solid var(--bt-line); border-top: 4px solid var(--bt-orange); font-size: 16px; }
.bt-board__head .badge { margin-left: auto; background: #fff1ea; color: #c2410c; font-weight: 600; }
.bt-board__head--blue { border-top-color: #1d4ed8; } .bt-board__head--blue .badge { background: #e8efff; color: #1d4ed8; } .bt-board__head--blue i { color: #1d4ed8; }
.bt-board__head--green { border-top-color: #15803d; } .bt-board__head--green .badge { background: #dcfce7; color: #15803d; } .bt-board__head--green i { color: #15803d; }
.bt-board__head--grey { border-top-color: #cbd5e1; } .bt-board__head--grey .badge { background: #eef2f8; color: var(--bt-muted); }
.bt-board__head--orange i { color: var(--bt-orange); }
.bt-board__empty { padding: 18px; border: 1px dashed #cbd5e1; border-radius: 12px; text-align: center; color: var(--bt-muted); font-size: 13px; margin: 0; }
.bt-ticket { padding: 16px; border: 1px solid var(--bt-line); border-radius: 12px; background: #fff; box-shadow: 0 4px 14px -10px rgba(15,23,42,.25); }
.bt-ticket__no { font-size: 20px; font-weight: 700; letter-spacing: -.01em; }
.bt-ticket__handover { margin-top: 6px; }
.bt-ticket__items { list-style: none; margin: 10px 0 0; padding: 10px 12px; border-radius: 10px; background: #f1f5fb; display: grid; gap: 6px; font-size: 13px; }
.bt-ticket__items li { display: flex; justify-content: space-between; gap: 8px; }
.bt-ticket__items li.is-done > span { text-decoration: line-through; color: var(--bt-muted); }
.bt-ticket__items em { font-style: normal; font-size: 11.5px; color: #c2410c; white-space: nowrap; }
.bt-ticket__note { margin-top: 8px; padding: 8px 10px; border-radius: 8px; background: #fff4ed; font-size: 12.5px; font-style: italic; }
.bt-channel { flex: none; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; background: #eef2f8; }
.bt-channel.is-web { background: var(--bt-orange); color: #fff; }
.bt-channel.is-qr { background: #e8efff; color: #1d4ed8; }
.bt-channel.is-kiosk { background: #eef2f8; color: #0f172a; }
.bt-prep-choice { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.bt-prep-choice input { position: absolute; opacity: 0; }
.bt-prep-choice span { display: block; text-align: center; padding: 5px 0; border-radius: 8px; background: #eef2f8; font-size: 12px; font-weight: 600; cursor: pointer; }
.bt-prep-choice input:checked + span { background: #0f172a; color: #fff; }
.bt-admin .btn-blue { background: #1d4ed8; border-color: #1d4ed8; color: #fff; }
.bt-admin .btn-blue:hover { background: #1e40af; color: #fff; }
.bt-admin .btn-success-soft { background: #dcfce7; color: #15803d; border-color: #dcfce7; }

/* Reservations timeline */
.bt-daynav { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border-radius: 999px; background: #eef2f8; font-weight: 600; font-size: 13.5px; }
.bt-daynav a { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--bt-ink); }
.bt-daynav a:hover { background: #fff; }
.bt-daynav span { padding: 0 8px; }
.bt-res-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; vertical-align: middle; flex: none; }
.bt-res-dot--seated, .bt-res--seated { background: #15803d; }
.bt-res-dot--confirmed, .bt-res--confirmed { background: #1d4ed8; }
.bt-res-dot--pending, .bt-res--pending { background: var(--bt-orange); }
.bt-res-dot--alert, .bt-res--alert { background: #b91c1c; }
.bt-res-dot--done, .bt-res--done { background: #64748b; }
.bt-res-dot--off, .bt-res--off { background: #cbd5e1; }
.bt-timeline { overflow: hidden; }
.bt-timeline__head { display: grid; grid-template-columns: 110px 1fr; background: #f8fafc; border-bottom: 1px solid var(--bt-line); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--bt-muted); }
.bt-timeline__head > span { padding: 12px 14px; }
.bt-timeline__hours { position: relative; height: 40px; }
.bt-timeline__hours span { position: absolute; top: 12px; transform: translateX(-2px); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11.5px; letter-spacing: 0; color: var(--bt-ink); }
.bt-timeline__zone { display: flex; align-items: center; padding: 12px 14px; background: #f1f5fb; font-size: 15px; }
.bt-timeline__zone--warn { background: #fff4ed; color: #9a3412; }
.bt-timeline__row { display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid #eef1f6; min-height: 58px; }
.bt-timeline__label { padding: 10px 14px; display: flex; flex-direction: column; justify-content: center; }
.bt-timeline__label small { color: var(--bt-muted); font-size: 11.5px; }
.bt-timeline__lane { position: relative; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(100% / var(--hours, 12) - 1px), #eef1f6 calc(100% / var(--hours, 12) - 1px), #eef1f6 calc(100% / var(--hours, 12))); }
.bt-timeline__now { position: absolute; top: 0; bottom: 0; width: 2px; background: var(--bt-orange); z-index: 2; }
.bt-res { position: absolute; top: 7px; bottom: 7px; padding: 4px 8px; border-radius: 8px; color: #fff; overflow: hidden; font-size: 12px; line-height: 1.25; min-width: 60px; box-shadow: 0 2px 6px -2px rgba(15,23,42,.35); }
.bt-res strong, .bt-res small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bt-res small { opacity: .9; font-size: 11px; }
.bt-res--off { color: var(--bt-ink); }
.bt-wait { padding: 12px; border-radius: 10px; background: #f1f5fb; }
.bt-wait.is-ready { background: #dcfce7; }
.bt-prep-choice--3 { grid-template-columns: repeat(3, 1fr); }

/* Catalogue */
.bt-chips--lg a, .bt-chips--lg button { padding: 8px 16px; font-size: 13.5px; }
.bt-mini { display: flex; align-items: center; gap: 12px; height: 100%; padding: 14px; border: 1px solid var(--bt-line); border-radius: 12px; background: #fff; color: var(--bt-ink); }
.bt-mini b { display: block; font-size: 22px; line-height: 1.1; }
.bt-mini small { display: block; color: var(--bt-muted); font-size: 12px; }
.bt-mini__icon { flex: none; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-size: 20px; }
.bt-catalog tr.is-off > td { background: #fff7f7; }
.bt-catalog tr.is-off .fw-semibold { text-decoration: line-through; color: var(--bt-muted) !important; }
.bt-catalog__thumb { position: relative; flex: none; width: 76px; height: 76px; border-radius: 10px; overflow: hidden; background: #eef2f8; display: grid; place-items: center; color: var(--bt-muted); font-size: 24px; }
.bt-catalog__thumb img { width: 100%; height: 100%; object-fit: cover; }
.bt-catalog tr.is-off .bt-catalog__thumb img { filter: grayscale(1); opacity: .6; }
.bt-catalog__thumb span { position: absolute; left: 0; right: 0; bottom: 0; padding: 2px 6px; background: rgba(15,23,42,.7); color: #fff; font-size: 9.5px; font-weight: 700; letter-spacing: .04em; }
.bt-catalog__menu { width: 320px; }
.bt-toggle { position: relative; display: inline-block; width: 50px; height: 28px; vertical-align: middle; margin-right: 6px; cursor: pointer; }
.bt-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; z-index: 1; }
.bt-toggle span { position: absolute; inset: 0; border-radius: 999px; background: #cbd5e1; transition: background .15s; }
.bt-toggle span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; transition: transform .15s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.bt-toggle input:checked + span { background: #15803d; }
.bt-toggle input:checked + span::after { transform: translateX(22px); }
.bt-toggle input:focus-visible + span { outline: 2px solid var(--bt-orange); outline-offset: 2px; }
.bt-stock { padding: 12px; border-radius: 10px; background: #f1f5fb; border-left: 4px solid #15803d; }
.bt-stock.is-low { background: #fff1f2; border-left-color: #b91c1c; }

/* Settings */
.bt-pill-tabs { display: flex; flex-wrap: wrap; gap: 8px; border: 0; }
.bt-pill-tabs .nav-link { border: 1px solid var(--bt-line); border-radius: 999px; padding: 9px 18px; background: #fff; color: #334155; font-weight: 600; font-size: 13.5px; }
.bt-pill-tabs .nav-link.active { background: var(--bt-orange); border-color: var(--bt-orange); color: #fff; }
.bt-bigswitch { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 0; border-radius: 12px; background: #fff1f2; text-align: right; }
.bt-bigswitch.is-on { background: #e8efff; }
.bt-bigswitch strong { display: block; color: #b91c1c; font-size: 15px; text-transform: uppercase; letter-spacing: .02em; }
.bt-bigswitch.is-on strong { color: #15803d; }
.bt-bigswitch small { display: block; color: var(--bt-muted); }
.bt-bigswitch .bt-toggle { pointer-events: none; }
.bt-panel { padding: 16px 18px; border-radius: 12px; background: #eef4ff; }
.bt-snooze { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border: 0; border-radius: 10px; background: #fff; text-align: left; }
.bt-snooze:hover { box-shadow: 0 6px 18px -10px rgba(15,23,42,.3); }
.bt-snooze strong { display: block; font-size: 14px; }
.bt-snooze small { display: block; color: var(--bt-muted); font-size: 12px; }
.bt-snooze i { font-size: 22px; }
.bt-snooze.is-danger strong, .bt-snooze.is-danger small, .bt-snooze.is-danger i { color: #b91c1c; }
.bt-notice-preview { display: grid; gap: 4px; padding: 12px 14px; border-radius: 10px; background: #ffe4e6; color: #9f1239; font-size: 13px; }
.bt-shortcut__icon--soft { background: #e8efff; color: #1d4ed8; }
.bt-no-hr > hr:first-child { display: none; }
