:root{
  --brand:#eb1700;
  --brand-dark:#c41601;
  --dark:#101828;
  --text:#1d2939;
  --muted:#667085;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --line:#e4e7ec;
  --ring:rgba(235,23,0,.2);
  --radius:16px;
  --shadow:0 14px 34px rgba(16,24,40,.08);
  --bg:radial-gradient(circle at top,#fff 0,#f8fafc 35%,#f2f4f7 100%);
  --header-bg:rgba(255,255,255,.94);
  --header-link:#344054;
  --header-link-hover-bg:#fff1ef;
  --header-link-hover:var(--brand);
  --toolbar-bg:#1d2327;
  --toolbar-text:#f0f0f1;
  --toolbar-hover:#2c3338;
  --footer-text:#98a2b3;
}

*{box-sizing:border-box}
[hidden]{display:none !important}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

.container{max-width:1120px;margin:0 auto;padding:0 18px}


.wp-toolbar{background:var(--toolbar-bg);color:var(--toolbar-text);font-size:.92rem;position:sticky;top:0;z-index:4000;isolation:isolate}
.wp-toolbar__inner{display:flex;align-items:center;min-height:34px;gap:6px}
.wp-toolbar a{color:var(--toolbar-text);text-decoration:none}
.wp-toolbar__item{padding:6px 10px;border-radius:4px;font-weight:600;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.wp-toolbar__label{padding-left:3px}
.wp-toolbar a:hover,.wp-toolbar button:hover{background:var(--toolbar-hover)}
.wp-toolbar__right{margin-left:auto;display:flex;align-items:center;gap:6px}
.wp-toolbar__menu{position:relative;z-index:1210}
.wp-toolbar__toggle{background:transparent;border:0;color:var(--toolbar-text);cursor:pointer;font:inherit;font-weight:600}
.wp-toolbar__toggle:hover,.wp-toolbar__toggle[aria-expanded="true"],.wp-toolbar__refresh.is-refreshing{background:var(--toolbar-hover)}
.wp-toolbar__dropdown{position:absolute;top:calc(100% + 4px);left:0;display:grid;gap:2px;min-width:180px;max-height:min(70dvh,420px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:var(--toolbar-bg);border:1px solid color-mix(in srgb,var(--toolbar-bg) 70%,#ffffff);border-radius:8px;padding:6px;z-index:4100;box-shadow:0 10px 20px rgba(0,0,0,.25)}
.wp-toolbar__dropdown[hidden]{display:none}
.wp-toolbar__right .wp-toolbar__dropdown{left:auto;right:0}
.wp-toolbar__dropdown a{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:4px}
.wp-toolbar__icon{display:inline-flex;align-items:center;justify-content:center;min-width:1em}
.wp-toolbar__refresh{appearance:none;background:transparent;border:0;color:var(--toolbar-text);cursor:pointer;font:inherit}

.clickable-row{cursor:pointer}
.clickable-row:hover{background:#f9fafb}

.site-header{
  background:var(--header-bg);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(10px);
}

body.has-wp-toolbar .site-header{top:34px}

.header-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:10px}

.brand-mark{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color:var(--dark);
  letter-spacing:.1px;
  text-decoration:none;
}

.brand-mark span{font-size:1.1rem}

.primary-nav{display:grid;gap:6px;align-content:start}
.primary-nav a{
  margin-left:0;
  color:#101828;
  text-decoration:none;
  font-weight:600;
  padding:10px 12px;
  border-radius:12px;
  transition:all .2s ease;
  display:flex;
  align-items:center;
  gap:10px;
}
.primary-nav a:hover{background:var(--header-link-hover-bg);color:var(--header-link-hover)}
.nav-profile-toggle{display:inline-flex;align-items:center;justify-content:center;height:42px;width:42px;border-radius:999px;border:1px solid #d0d5dd;background:#fff;font-size:1rem;color:#344054;cursor:pointer}
.site-drawer-overlay{position:fixed;inset:0;background:rgba(2,6,23,.5);z-index:4500}
.site-drawer{position:fixed;inset:0;display:flex;justify-content:flex-end;pointer-events:none;z-index:4600}
.site-drawer.is-open{pointer-events:auto}
.site-drawer__card{width:min(420px,100% - 24px);height:calc(100dvh - 24px);margin:12px;background:#fff;border-radius:24px;border:1px solid #d0d5dd;padding:16px;display:grid;grid-template-rows:auto 1fr auto;gap:14px;transform:translateX(110%);transition:transform .2s ease;overflow:auto}
.site-drawer.is-open .site-drawer__card{transform:translateX(0)}
.site-drawer__profile{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #e4e7ec}
.site-drawer__profile-icon{height:52px;width:52px;border-radius:999px;border:1px solid #d0d5dd;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;color:#475467}
.site-drawer__profile p{margin:.1rem 0 0;color:#667085}
.site-drawer__close{margin-left:auto;padding:6px 10px}
.site-drawer__footer{display:grid;gap:8px;padding-top:10px;border-top:1px solid #e4e7ec}
.site-drawer__footer-meta{display:flex;align-items:center;gap:6px;color:#475467;font-weight:600;font-size:.92rem}
.site-drawer__footer-links{display:flex;gap:16px;flex-wrap:wrap}
.site-drawer__footer a{color:#475467;text-decoration:none;font-weight:600}
.site-drawer__group-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;background:transparent;border-radius:12px;color:#101828;font:inherit;font-weight:600;cursor:pointer;text-align:left;transition:all .2s ease}
.site-drawer__group-toggle:hover{background:var(--header-link-hover-bg);color:var(--header-link-hover)}
.site-drawer__group-label{display:inline-flex;align-items:center;gap:10px}
.site-drawer__group-caret{margin-left:auto;transition:transform .2s ease}
.site-drawer__group-toggle[aria-expanded="true"] .site-drawer__group-caret{transform:rotate(180deg)}
.site-drawer__group-links{display:grid;gap:6px;padding-left:20px}
.site-drawer__group-links[hidden]{display:none}
.kds{display:grid;gap:16px}
.kds__header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.kds__lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.kds__lane{border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--surface-soft);min-height:320px}
.kds__cards{display:grid;gap:10px}
.kds__card{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:10px;display:grid;gap:8px}
.kds__card header{display:flex;justify-content:space-between;gap:8px;align-items:center}
.kds__actions{display:flex;gap:8px;flex-wrap:wrap}
@media (max-width: 900px){.kds__lanes{grid-template-columns:1fr}}

main.container{padding-top:22px;padding-bottom:24px}

.hero{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:20px;
  background:linear-gradient(140deg,#ffffff,#fff5f3 52%,#ffe9e4 100%);
  padding:30px;
  border-radius:24px;
  margin:0 0 22px;
  border:1px solid #ffd2c9;
  box-shadow:var(--shadow);
}

.eyebrow{color:var(--brand);font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
h1{font-size:clamp(1.75rem,4vw,2.5rem);margin:.25rem 0 .5rem;line-height:1.15;color:#101828}
h2,h3{color:#101828;margin-top:0}
.hero p{color:var(--muted);max-width:60ch}

.btn{
  display:inline-block;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#fff;
  padding:11px 18px;
  border-radius:12px;
  text-decoration:none;
  border:0;
  cursor:pointer;
  font-weight:700;
  box-shadow:0 8px 18px rgba(235,23,0,.25);
}

.btn:hover{filter:brightness(.98)}

.btn-secondary{background:#fff;color:#344054;border:1px solid #d0d5dd;box-shadow:none}

.panel,.hero-panel{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:20px;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.list-row{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #f0f2f5;padding:12px 0}
.list-row p{margin:.2rem 0;color:var(--muted);font-size:.92rem}
.contact-grid p{margin:.45rem 0}
.form-grid{display:grid;gap:12px}
.site-settings-form{gap:16px}
.site-settings-card h2{margin:0 0 8px}
#delivery-zone-map{width:100%;height:320px;border:1px solid #d1d5db;border-radius:12px;background:#f8fafc}
label{display:grid;gap:6px;font-weight:600;font-size:.94rem;color:#344054}
input,textarea,select{
  padding:11px 12px;
  border:1px solid #d0d5dd;
  border-radius:12px;
  font:inherit;
  font-size:16px;
  background:#fff;
}
input:focus,textarea:focus,select:focus{outline:2px solid var(--ring);border-color:#f79077}
.checkbox{display:flex;gap:8px;align-items:center}
.checkbox input{width:18px;height:18px}
.flash,.admin-notice{background:#ecfdf3;border:1px solid #75e0a7;padding:10px;border-radius:10px}
.grid{display:grid;gap:16px}
.two-col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.account-sections{padding-top:20px}
.account-orders{margin-top:16px}
.account-orders--spaced{margin-top:28px}

.account-header-panel{padding-top:14px;padding-bottom:14px}
.account-header-title{margin-bottom:14px}
.account-tab-panel{margin-top:16px;padding-top:20px}
.account-orders h3{font-size:1.17em}
.orders-feed{display:grid;gap:14px}
.order-card{border:1px solid #e4e7ec;border-radius:16px;padding:14px;background:#fff;display:grid;gap:10px}
.order-card__header{display:flex;justify-content:space-between;align-items:center;color:#101828;text-decoration:none}
.order-card__header h4{margin:0;font-size:1.2rem}
.order-card__day{margin:0 0 4px;color:#101828;font-weight:800;font-size:1.5rem}
.order-card__meta{margin:0;color:#475467}
.order-card__actions{display:flex;gap:8px;flex-wrap:wrap}
.order-pill{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:#eaecf0;color:#101828;padding:9px 15px;font-weight:700;text-decoration:none}

.dd-order-shell{max-width:820px;margin:0 auto;display:grid;gap:12px}
.dd-order-hero h1{margin:0}
.dd-order-hero p{margin:4px 0}
.dd-order-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:center}
.dd-order-progress span{display:grid;place-items:center;background:#101828;color:#fff;width:48px;height:48px;border-radius:999px}
.dd-order-progress::before{content:'';grid-column:1/-1;height:4px;background:#101828;order:2;margin-top:-26px}
.dd-order-progress span{position:relative;z-index:1;order:1}
.dd-order-cta-row{display:flex;gap:8px;flex-wrap:wrap}
.dd-order-section{border-top:1px solid #eaecf0;padding-top:12px}
.dd-order-section h2{font-size:1.9rem;margin-bottom:6px}
.dd-order-merchant{display:grid;gap:4px}
.dd-order-line-items{border-top:1px solid #eaecf0;padding-top:12px}
.dd-order-item-title{font-weight:700}
.dd-order-totals{display:grid;gap:8px}
.dd-order-totals p{display:flex;justify-content:space-between;gap:12px;margin:0}
.dd-order-totals .is-total{font-weight:800}
.site-footer{padding:28px 0 34px;color:var(--footer-text);font-size:.94rem}
.site-footer .container{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.site-version{font-weight:700;margin-left:auto;text-align:right}
.admin-settings{padding:24px 0}
.admin-settings__header p{color:var(--muted)}
.admin-error{background:#fef3f2;border:1px solid #fda29b;padding:10px;border-radius:10px;color:#b42318}
.admin-form{margin:14px 0}
.table-wrap{overflow:auto}
.admin-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid #f2f4f7;text-align:left}
.status-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.85rem;text-transform:capitalize}
.status-pill--applied{background:#dcfae6;color:#067647}
.status-pill--pending{background:#fffaeb;color:#b54708}

.install-body{background:radial-gradient(circle at top left,#fff4f2 0,#f8fafc 42%,#eef2f7 100%)}
.install-header{position:sticky}
.install-screen{padding:24px 0 42px}
.install-shell{
  display:grid;
  grid-template-columns:minmax(260px,360px) minmax(0,1fr);
  gap:18px;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}

.install-brand-panel{
  background:linear-gradient(160deg,#0b1220 0,#172235 45%,#24324a 100%);
  color:#f8fafc;
  border-radius:20px;
  padding:24px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
}
.install-brand-panel .eyebrow{color:#fecdd3}
.install-brand-panel h2{margin:.3rem 0 0.7rem;font-size:1.45rem;line-height:1.3;color:#ffffff;text-shadow:0 1px 1px rgba(15,23,42,.55)}
.install-brand-panel p{color:#f2f4f7;margin:0}
.install-brand-list{
  margin:16px 0 0;
  padding:14px 16px;
  list-style-position:inside;
  display:grid;
  gap:9px;
  color:#f9fafb;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
}

.install-card{
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:20px;
  padding:24px;
  box-shadow:var(--shadow);
}
.install-intro{color:var(--muted);margin:.2rem 0 .6rem}
.install-steps{display:grid;gap:10px;margin:14px 0}
.install-step{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #eaecf0;border-radius:12px;background:#f9fafb;flex-wrap:nowrap}
.install-step p{margin:3px 0 0;color:var(--muted);font-size:.92rem}
.install-step__content{min-width:0}
.install-step__content strong{display:block;line-height:1.2}
.install-step__number{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;background:#eaecf0;color:#475467;font-weight:800}
.install-step--active{border-color:#fdb39f;background:#fff4f2}
.install-step--active .install-step__number{background:var(--brand);color:#fff}
.install-details{margin:14px 0;padding-left:18px;color:#475467}
.install-form{margin-top:10px}
.install-form-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}
.install-form-grid label{font-size:.95rem;color:#344054}
.install-actions{margin-top:14px;display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.install-hint{margin:0;color:var(--muted);font-size:.92rem;max-width:46ch}

.section-header{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.button-row{display:flex;gap:8px;flex-wrap:wrap}
.modal-dialog{border:0;padding:0;max-width:560px;width:calc(100% - 24px);border-radius:14px}
.modal-dialog::backdrop{background:rgba(15,23,42,.45)}
.modal-form{margin:0}
.modal-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}

@media (max-width: 900px){
  .hero{grid-template-columns:1fr;padding:22px}
  .install-shell{grid-template-columns:1fr}
}

@media (max-width: 760px){
  .pos-workspace{padding:10px;min-height:unset}
  .pos-workspace__header .btn{width:100%}
  .pos-workspace__title-wrap{justify-items:start;text-align:left}
  .pos-new-order__qty{grid-template-columns:repeat(4,minmax(0,1fr))}
  .pos-order-list{grid-template-columns:1fr}

  .container{padding:0 10px}
  .header-row{align-items:center;flex-direction:row}
  .site-header .header-row{padding-top:calc(env(safe-area-inset-top, 0px) + 10px);padding-bottom:18px}
  .install-header .header-row{padding-top:calc(env(safe-area-inset-top, 0px) + 10px);padding-bottom:18px}
  .brand-mark{width:auto;justify-content:flex-start}
  .wp-toolbar__inner{flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:4px 0;overflow-x:visible}
  .wp-toolbar__item{padding:6px 7px;gap:0}
  .wp-toolbar__right{margin-left:auto;flex:0 0 auto;justify-content:flex-end;gap:2px}
  .wp-toolbar__dropdown{position:fixed;left:10px !important;right:10px !important;top:calc(34px + env(safe-area-inset-top, 0px) + 2px);bottom:8px;min-width:0;max-height:none;z-index:4200}
  .wp-toolbar__label{display:none}
  .wp-toolbar__label--dashboard{display:none}
  main.container{padding-top:26px}
  .account-header-panel{padding-top:12px;padding-bottom:12px}
  .account-header-title{margin-bottom:10px}
  .account-tab-panel{margin-top:16px;padding-top:20px}
  .install-screen{padding-top:24px}
  .install-brand-panel,.install-card{padding:16px}
  .install-form-grid{grid-template-columns:1fr}
  .install-actions{flex-direction:column;align-items:stretch}
  .install-actions .btn{width:100%}
}

@media (max-width: 960px) and (orientation: landscape){
  .wp-toolbar__inner{flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:4px 0;overflow-x:visible}
  .wp-toolbar__item{padding:6px 7px;gap:0}
  .wp-toolbar__right{gap:2px}
  .wp-toolbar__label{display:none}
  .wp-toolbar__label--dashboard{display:none}
}


.menu-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}
.menu-tab{display:inline-block;padding:9px 14px;border:1px solid #d0d5dd;border-radius:999px;text-decoration:none;color:#344054;font-weight:700;background:#fff}
.menu-tab.is-active{background:#fff1ef;border-color:#f79077;color:#b42318}
.table-search{max-width:340px;margin:8px 0 12px}
.inline-form{display:inline-block;margin-left:6px}
.inline-form button{padding:8px 12px}
.action-buttons{display:flex;gap:6px;flex-wrap:wrap}

.account-header-panel{padding-bottom:18px}
.account-bottom-tabs{display:none}
.account-bottom-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:12px;background:transparent;color:#475467;font-weight:700;padding:8px 6px;cursor:pointer}
.account-bottom-tab__icon{font-size:1.1rem;line-height:1}
.account-bottom-tab__label{font-size:.74rem;line-height:1;text-align:center}
.account-bottom-tab.is-active{background:#fff1ef;color:#b42318}
.account-bottom-spacer{display:none}
body[data-site-theme] .account-bottom-tabs{border-color:var(--line);background:color-mix(in srgb,var(--surface) 92%,#fff)}
body[data-site-theme] .account-bottom-tab{color:var(--text)}
body[data-site-theme] .account-bottom-tab.is-active{background:color-mix(in srgb,var(--brand) 16%,var(--surface));color:var(--brand-dark)}

@media (max-width: 900px){
  .account-bottom-tabs{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:4px}
}

.address-suggest{position:relative;display:grid;gap:4px;margin-top:6px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;max-height:220px;overflow:auto}
.address-suggest[hidden]{display:none}
.address-suggest__item{border:0;background:#fff;text-align:left;padding:8px 10px;cursor:pointer}
.address-suggest__item:hover{background:#f9fafb}
.menu-tabs .menu-tab{border:1px solid #d0d5dd;background:#fff;cursor:pointer}

.hours-inline-form{display:contents}

.hours-save-status{margin-left:8px;font-size:.85rem;color:#667085}
.hours-save-status.is-saving{color:#b54708}
.hours-save-status.is-saved{color:#067647}
.hours-save-status.is-error{color:#b42318}


.hours-table th:nth-child(1), .hours-table td:nth-child(1){width:32%}
.hours-table th:nth-child(2), .hours-table td:nth-child(2){width:22%}
.hours-table th:nth-child(3), .hours-table td:nth-child(3){width:46%}
.hours-table td:nth-child(3){white-space:nowrap}



.order-toolbar{
  position:sticky;
  top:74px;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 14px;
  padding:10px 12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  box-shadow:0 6px 16px rgba(16, 24, 40, 0.08);
}
.order-toolbar__schedule,.order-toolbar__cart{display:flex;align-items:center;gap:8px}
body.has-wp-toolbar .order-toolbar{top:108px}

body[data-site-theme="classic-light"]{
  --brand:#eb1700;--brand-dark:#c41601;--dark:#101828;--text:#1d2939;--muted:#667085;--surface:#ffffff;--surface-soft:#f8fafc;--line:#e4e7ec;--ring:rgba(235,23,0,.2);
  --bg:radial-gradient(circle at top,#fff 0,#f8fafc 35%,#f2f4f7 100%);--header-bg:rgba(255,255,255,.94);--header-link:#344054;--header-link-hover-bg:#fff1ef;--header-link-hover:#eb1700;
  --toolbar-bg:#1d2327;--toolbar-text:#f0f0f1;--toolbar-hover:#2c3338;--footer-text:#98a2b3;
}
body[data-site-theme="midnight-blue"]{
  --brand:#3b82f6;--brand-dark:#1d4ed8;--dark:#e2e8f0;--text:#dbeafe;--muted:#93c5fd;--surface:#0f172a;--surface-soft:#111827;--line:#1e3a8a;--ring:rgba(59,130,246,.35);
  --bg:radial-gradient(circle at top,#111827 0,#0f172a 50%,#020617 100%);--header-bg:rgba(2,6,23,.88);--header-link:#dbeafe;--header-link-hover-bg:#1e3a8a;--header-link-hover:#bfdbfe;
  --toolbar-bg:#020617;--toolbar-text:#dbeafe;--toolbar-hover:#1e293b;--footer-text:#93c5fd;
}
body[data-site-theme="forest-green"]{
  --brand:#16a34a;--brand-dark:#166534;--dark:#ecfdf3;--text:#dcfce7;--muted:#86efac;--surface:#052e16;--surface-soft:#14532d;--line:#166534;--ring:rgba(34,197,94,.35);
  --bg:radial-gradient(circle at top,#14532d 0,#052e16 55%,#022c22 100%);--header-bg:rgba(5,46,22,.92);--header-link:#dcfce7;--header-link-hover-bg:#166534;--header-link-hover:#bbf7d0;
  --toolbar-bg:#052e16;--toolbar-text:#dcfce7;--toolbar-hover:#14532d;--footer-text:#86efac;
}
body[data-site-theme="sunset-peach"]{
  --brand:#f97316;--brand-dark:#c2410c;--dark:#431407;--text:#7c2d12;--muted:#9a3412;--surface:#fff7ed;--surface-soft:#ffedd5;--line:#fdba74;--ring:rgba(249,115,22,.35);
  --bg:radial-gradient(circle at top,#fff7ed 0,#ffedd5 48%,#fed7aa 100%);--header-bg:rgba(255,247,237,.94);--header-link:#7c2d12;--header-link-hover-bg:#ffedd5;--header-link-hover:#ea580c;
  --toolbar-bg:#7c2d12;--toolbar-text:#ffedd5;--toolbar-hover:#9a3412;--footer-text:#7c2d12;
}
body[data-site-theme="lavender-mist"]{
  --brand:#8b5cf6;--brand-dark:#6d28d9;--dark:#2e1065;--text:#4c1d95;--muted:#6d28d9;--surface:#faf5ff;--surface-soft:#f3e8ff;--line:#d8b4fe;--ring:rgba(139,92,246,.3);
  --bg:radial-gradient(circle at top,#faf5ff 0,#f5f3ff 45%,#ede9fe 100%);--header-bg:rgba(250,245,255,.94);--header-link:#4c1d95;--header-link-hover-bg:#ede9fe;--header-link-hover:#6d28d9;
  --toolbar-bg:#4c1d95;--toolbar-text:#f5f3ff;--toolbar-hover:#6d28d9;--footer-text:#6d28d9;
}

body[data-site-theme] h1,
body[data-site-theme] h2,
body[data-site-theme] h3,
body[data-site-theme] .brand-mark,
body[data-site-theme] label,
body[data-site-theme] .panel strong{color:var(--dark)}
body[data-site-theme] .panel,
body[data-site-theme] .hero-panel,
body[data-site-theme] .admin-table,
body[data-site-theme] .order-toolbar,
body[data-site-theme] .primary-nav,
body[data-site-theme] .modal-dialog{background:var(--surface);border-color:var(--line)}
body[data-site-theme] .hero{background:linear-gradient(140deg,var(--surface),var(--surface-soft) 58%,color-mix(in srgb,var(--surface-soft) 65%,var(--brand) 35%) 100%);border-color:var(--line)}
body[data-site-theme] input,
body[data-site-theme] textarea,
body[data-site-theme] select{background:var(--surface);color:var(--text);border-color:var(--line)}
body[data-site-theme] .btn-secondary{color:var(--text);border-color:var(--line);background:var(--surface)}
body[data-site-theme] .menu-tab.is-active{background:color-mix(in srgb,var(--brand) 16%,var(--surface));border-color:color-mix(in srgb,var(--brand) 40%,var(--line));color:var(--brand-dark)}
body[data-site-theme] .muted,
body[data-site-theme] .hero p,
body[data-site-theme] .list-row p,
body[data-site-theme] .admin-settings__header p{color:var(--muted)}
body[data-site-theme] .theme-swatch{border-color:var(--line)}
body[data-site-theme] .theme-swatch.is-active{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 26%,transparent)}

.theme-swatch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.theme-swatch{appearance:none;border:2px solid var(--line);border-radius:14px;padding:0;overflow:hidden;background:var(--surface);cursor:pointer;text-align:left}
.theme-swatch::before{content:'';display:block;height:74px;background:var(--theme-swatch-bg)}
.theme-swatch span{display:block;padding:10px 12px;font-weight:700;color:var(--text)}


.fulfillment-toggle-group{display:grid;gap:8px}
.fulfillment-toggle-group__label{font-weight:700;color:var(--dark)}
.fulfillment-toggle-group__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.fulfillment-toggle-group__buttons .btn{justify-content:center}
.fulfillment-toggle-group__buttons .btn.is-active{background:#fff1ef;border-color:#f79077;color:#b42318}
body[data-site-theme] .fulfillment-toggle-group__buttons .btn.is-active{background:color-mix(in srgb,var(--brand) 16%,var(--surface));border-color:color-mix(in srgb,var(--brand) 42%,var(--line));color:var(--brand-dark)}

.order-item{align-items:center}
.order-item__details{min-width:0;flex:1 1 auto}
.order-item__meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}
.order-item__price{min-width:86px;text-align:right}
.order-item__add{
  width:46px;
  min-width:46px;
  height:42px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:1.05rem;
}
.order-menu-panel + .panel{margin-top:16px}
.order-toolbar__schedule{margin-right:auto}
.order-toolbar__cart{margin-left:auto}
.order-menu-panel{padding-bottom:12px}
.order-footer-cta{position:sticky;bottom:10px;display:flex;justify-content:flex-end;padding-top:12px}

@media (max-width:760px){
  .order-toolbar{top:0;padding:8px 10px;flex-direction:row;flex-wrap:nowrap;margin:0 0 12px}
  body.has-wp-toolbar .site-header{top:34px}
  body.has-wp-toolbar .order-toolbar{top:34px}
  .order-item{align-items:flex-start}
  .order-item__meta{min-width:96px;align-self:center}
  .order-footer-cta .btn{width:100%;text-align:center}
  .hours-table th,
  .hours-table td{padding:8px;font-size:.95rem}
  .hours-table th:nth-child(1),
  .hours-table td:nth-child(1){width:18%}
  .hours-table th:nth-child(2),
  .hours-table td:nth-child(2){width:30%}
  .hours-table th:nth-child(3),
  .hours-table td:nth-child(3){width:52%}
}

.nav-inline-form{display:inline-flex;margin:0}
.nav-link-btn{background:transparent;border:0;padding:10px 12px;border-radius:10px;color:#344054;font-weight:600;cursor:pointer}
.nav-link-btn:hover{background:#f2f4f7}

.nav-inline-form[data-nav-logout-form="1"]{display:none}

.kiosk{display:grid;gap:14px;position:relative;padding-bottom:88px}
.kiosk-splash{position:fixed;inset:0;z-index:90;display:grid;place-items:center;background:linear-gradient(180deg,#111827,#0f172a);padding:20px}
.kiosk-splash[hidden]{display:none}
.kiosk-splash__card{width:min(92vw,560px);min-height:min(76vh,560px);display:grid;align-content:center;justify-items:center;gap:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:28px;text-align:center;color:#fff;backdrop-filter:blur(4px)}
.kiosk-splash__logo{font-size:clamp(3rem,12vw,6rem);line-height:1}
.kiosk-splash__title{margin:0;font-size:clamp(1.6rem,5vw,2.4rem)}
.kiosk-splash__copy{margin:0;max-width:34ch;color:#d1d5db}
.kiosk-splash__start{min-height:54px;padding:12px 28px;font-size:1.08rem}
.kiosk-splash__start[disabled]{opacity:.7;cursor:not-allowed}
.kiosk-loyalty{border:1px solid var(--line);border-radius:12px;padding:12px;margin:8px 0 14px;background:#f8fafc}
.kiosk-loyalty h2{margin:0 0 6px}
.kiosk-loyalty__row{display:flex;gap:8px;align-items:center}
.kiosk-loyalty__row input{flex:1}
.kiosk__menu{display:grid;gap:12px}
.kiosk__category-title{margin:4px 0}
.kiosk__item-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.kiosk-item{display:grid;gap:10px;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;min-height:164px}
.kiosk-item h3{margin:0;font-size:1.06rem}
.kiosk-item p{margin:6px 0 0;color:var(--muted);font-size:.95rem;line-height:1.35}
.kiosk-item__meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto}
.kiosk-item__meta .btn{min-height:44px;padding:10px 16px}
.kiosk-floating-cart{position:fixed;right:20px;bottom:20px;z-index:45;display:inline-flex;align-items:center;gap:10px;background:#111827;color:#fff;padding:12px 16px;border-radius:999px;text-decoration:none;box-shadow:0 12px 28px rgba(17,24,39,.28)}
.kiosk-floating-cart:hover{background:#000}
.kiosk-floating-cart__icon{font-size:1.2rem}
.kiosk-floating-cart__count{position:absolute;top:-6px;right:-2px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#eb1700;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:2px solid #fff}
.kiosk-floating-cart.is-empty .kiosk-floating-cart__count{background:#98a2b3}
.dd-provider-list{display:grid;gap:8px}
.dd-provider-option{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}
.dd-provider-option.is-active{border-color:#111827;background:#f3f4f6}
.dd-provider-option small{color:var(--muted)}
.pos-shell{display:grid;gap:14px}
.pos-home-header h1{margin:0;display:flex;align-items:center;gap:8px;font-size:1.4rem}
.pos-home-header p{margin:6px 0 0;color:var(--muted)}
.pos-launchpad{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.pos-launchpad__btn{display:grid;gap:8px;justify-items:center;align-content:center;text-align:center;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;min-height:112px;cursor:pointer;font:inherit}
.pos-launchpad__icon{font-size:1.35rem;color:#0f766e}
.pos-launchpad__btn strong{font-size:1rem;line-height:1.2}
.pos-launchpad__btn:hover{border-color:#111827;box-shadow:0 6px 16px rgba(17,24,39,.08)}
.pos-launchpad__btn:focus-visible{outline:2px solid #111827;outline-offset:2px}
.pos-workspace{border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px;display:grid;gap:12px;min-height:min(78dvh,900px)}
.pos-workspace__header{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eaecf0;padding-bottom:10px;flex-wrap:wrap}
.pos-workspace__title-wrap{display:grid;justify-items:center;text-align:center;gap:2px}
.pos-workspace__title-wrap span{font-size:.85rem;color:var(--muted)}
.pos-screen{display:grid;gap:10px;align-content:start}
.pos-screen__toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.pos-screen__toolbar h2{margin:0}
.pos-order-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.pos-order-card{border:1px solid #e4e7ec;border-radius:14px;padding:12px;background:#fff;display:grid;gap:8px}
.pos-order-card header,.pos-order-card footer{display:flex;justify-content:space-between;align-items:center;gap:8px}
.pos-order-card p{margin:0;color:#475467;font-weight:600}
.pos-new-order{display:grid;grid-template-columns:220px minmax(0,1fr) 320px;gap:10px;min-height:58dvh}
.pos-new-order__categories,.pos-new-order__ticket{border:1px solid #e4e7ec;border-radius:14px;padding:10px;background:#f8fafc}
.pos-new-order__categories{display:grid;gap:8px;align-content:start;overflow:auto}
.pos-new-order__categories button{min-height:56px;border-radius:12px;border:1px solid #d0d5dd;background:#fff;font:inherit;font-weight:700;text-align:left;padding:0 12px;cursor:pointer}
.pos-new-order__categories button.is-active{border-color:#111827;box-shadow:inset 4px 0 #111827}
.pos-new-order__catalog{border:1px solid #e4e7ec;border-radius:14px;padding:10px;display:grid;grid-template-rows:auto auto 1fr;gap:10px}
.pos-new-order__search input{width:100%;height:52px;border-radius:12px;font-size:1rem}
.pos-new-order__qty{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}
.pos-new-order__qty button{height:48px;border-radius:10px;border:1px solid #d0d5dd;background:#fff;font:inherit;font-weight:700;cursor:pointer}
.pos-new-order__qty button.is-active{background:#111827;color:#fff;border-color:#111827}
.pos-new-order__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:8px;align-content:start;overflow:auto}
.pos-product-card{border:1px solid #d1d5db;border-radius:12px;background:#fff;padding:12px;display:grid;gap:6px;text-align:left;min-height:88px;font:inherit;cursor:pointer}
.pos-product-card span{color:#475467}
.pos-new-order__ticket h3{margin:0 0 8px}
.pos-ticket-lines{display:grid;gap:8px;overflow:auto;max-height:290px}
.pos-ticket-line{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:8px}
.pos-ticket-line div{display:grid}
.pos-ticket-line small{color:#667085;font-weight:700}
.pos-ticket-totals{display:grid;gap:6px;margin-top:10px}
.pos-ticket-totals p{display:flex;justify-content:space-between;margin:0}
.pos-ticket-totals .is-total{padding-top:8px;border-top:1px solid #d0d5dd;font-size:1.02rem}
.pos-ticket-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.pos-tab-panel{border-top:1px solid var(--line);padding-top:12px}
.register-ui{display:grid;grid-template-columns:minmax(220px,1.05fr) minmax(240px,.95fr) minmax(360px,2.3fr);gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;min-height:76dvh}
.register-order{display:grid;grid-template-rows:auto 1fr auto auto;padding:10px;background:#f8fafc;border-right:1px solid var(--line)}
.register-head{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.95rem;padding-bottom:8px;border-bottom:1px solid var(--line)}
.register-ticket{overflow:auto;padding:8px 0;display:grid;gap:8px}
.register-line{display:flex;justify-content:space-between;align-items:center;font-size:.92rem;padding:7px;border:1px solid #d7dee8;border-radius:8px;background:#fff}
.register-line__meta{display:grid;gap:2px}
.register-line__qty{font-size:.78rem;color:var(--muted)}
.register-total{border-top:1px solid var(--line);padding-top:8px;display:grid;gap:4px;font-size:.9rem}
.register-total__row{display:flex;justify-content:space-between}
.register-total__row strong{font-size:1.02rem}
.register-pay{display:grid;gap:8px;padding-top:8px}
.register-pay__quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.register-pay__quick button,.register-pay__actions button{min-height:44px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font:inherit;font-weight:600;cursor:pointer}
.register-pay__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.register-pay__actions .is-pay{background:#16a34a;color:#fff;border-color:#16a34a}
.register-cats{padding:10px;border-right:1px solid var(--line);display:grid;grid-template-rows:auto 1fr;gap:8px;background:#f8fafc}
.register-cats__list{display:grid;gap:6px;align-content:start;overflow:auto}
.register-cats__list button{min-height:46px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;text-align:left;padding:0 10px;font:inherit;cursor:pointer}
.register-cats__list button.is-active{border-color:#0284c7;box-shadow:inset 3px 0 #0ea5e9}
.register-items{display:grid;grid-template-rows:auto auto 1fr;padding:10px;gap:8px}
.register-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--line);padding-bottom:8px}
.register-search{flex:1;max-width:360px}
.register-search input{width:100%;height:40px;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px}
.register-qty{display:grid;grid-template-columns:repeat(11,minmax(0,1fr));gap:6px}
.register-qty button{height:40px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font:inherit;cursor:pointer}
.register-qty button.is-active{background:#0284c7;color:#fff;border-color:#0284c7}
.register-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:8px;align-content:start;overflow:auto}
.register-item{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:8px;display:grid;gap:4px;text-align:left;font:inherit;cursor:pointer}
.register-item strong{font-size:.9rem}
.register-item span{font-size:.84rem;color:var(--muted)}
@media (max-width:1200px){.pos-new-order{grid-template-columns:1fr}.pos-new-order__ticket{order:-1}}
@media (max-width:1100px){.register-ui{grid-template-columns:1fr}.register-order,.register-cats{border-right:none;border-bottom:1px solid var(--line)}}

.dd-shell{max-width:820px;margin:0 auto;display:grid;gap:14px;padding-bottom:96px}
.dd-header{display:grid;grid-template-columns:80px 1fr 80px;align-items:center;gap:8px}
.dd-header h1{text-align:center;margin:0}
.dd-header .btn{justify-content:center}
.dd-header__spacer{display:block}
.dd-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;gap:12px}
.dd-card__row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.dd-table-wrap{max-height:44vh;overflow:auto}
.dd-complement{border-top:1px solid var(--line);padding-top:12px}
.dd-complement h3{margin:0}
.dd-upsell-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);gap:10px;margin-top:10px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;cursor:grab;overscroll-behavior-x:contain}
.dd-upsell-grid.is-dragging{cursor:grabbing}
.dd-upsell-grid>.muted{grid-column:1 / -1}
.dd-upsell-card{border:1px solid var(--line);border-radius:14px;padding:10px;display:flex;justify-content:space-between;gap:10px;align-items:flex-start;background:#fff;scroll-snap-align:start;min-width:0}
.dd-upsell-card h4{margin:0 0 4px;line-height:1.2}
.dd-upsell-card h4 a{color:inherit;text-decoration:none}
.dd-upsell-card h4 a:hover{text-decoration:underline}
.dd-upsell-card p{margin:0}
.dd-upsell-card__meta{display:grid;gap:6px;justify-items:end}
.cart-qty-control{display:inline-flex;align-items:center;gap:8px;border:1px solid #d0d5dd;border-radius:999px;padding:2px 6px;background:#f8fafc}
.cart-qty-btn{width:28px;height:28px;border:0;border-radius:999px;background:#111827;color:#fff;font-size:1.05rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.cart-qty-btn:hover{background:#000}
.cart-qty-value{min-width:18px;text-align:center;font-weight:700}
.dd-totals{display:grid;gap:6px;border-top:1px solid var(--line);padding-top:10px}
.dd-totals p{display:flex;justify-content:space-between;gap:12px;margin:0}
.dd-totals__total{font-size:1.08rem}
.dd-bottom-cta{position:fixed;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid var(--line);z-index:40}
.dd-primary-cta{width:min(820px,100%);display:block;margin:0 auto;min-height:56px;border-radius:999px;font-size:1.18rem}
.dd-checkout-form{display:grid;gap:14px}

@media (max-width:760px){
  .kiosk__item-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
  .kiosk-item{min-height:148px}
  .kiosk-floating-cart{right:14px;bottom:14px}
  .dd-card__row{flex-direction:column}
}

@media (max-width:420px){
  .kiosk__item-grid{grid-template-columns:1fr}
  .kiosk-loyalty__row{flex-direction:column;align-items:stretch}
}

.dd-checkout-modern{max-width:760px}
.dd-header--mobile .btn{min-height:44px;min-width:44px;padding:0}
.dd-card--soft{border-radius:24px;border-color:#d8d8d8;box-shadow:0 2px 10px rgba(16,24,40,.04)}
.dd-section-title{font-size:2rem;margin:0;font-weight:800;letter-spacing:-.02em}
.fulfillment-toggle-group__buttons--pill{background:#ececec;border-radius:999px;padding:4px;gap:4px}
.fulfillment-toggle-group__buttons--pill .btn{border:0;background:transparent;border-radius:999px;font-size:1.25rem;font-weight:700;min-height:56px}
.fulfillment-toggle-group__buttons--pill .btn.is-active{background:#0f1114;color:#fff}

.dd-row-btn{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:16px 4px;border:0;border-top:1px solid #e7e7e7;background:transparent;text-align:left;font:inherit;color:inherit;cursor:pointer}
.dd-row-btn:first-of-type{border-top:0;padding-top:8px}
.dd-row-btn strong{display:block;font-size:1.5rem;line-height:1.15;letter-spacing:-.01em}
.dd-row-btn small{display:block;color:#525252;font-size:1.05rem;margin-top:2px}
.dd-row-btn span[aria-hidden]{font-size:2rem;line-height:1;color:#111}
.dd-card.is-pickup #checkout-address-trigger{display:none}

.dd-tip-pills{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.dd-tip-pill{border:0;background:#efefef;border-radius:999px;min-height:56px;font-size:1.5rem;font-weight:700;cursor:pointer}
.dd-tip-pill.is-active{background:#0f1114;color:#fff}
.dd-totals--no-border{border-top:0;padding-top:0}

.dd-dialog-sheet h3{margin:0 0 4px;font-size:1.5rem}
.dd-address-dialog-tabs{display:flex;gap:8px;flex-wrap:wrap}
.dd-address-dialog-tabs .btn{border-radius:999px}
.dd-address-dialog-tabs .btn.is-active{background:#0f1114;color:#fff;border-color:#0f1114}
.dd-address-tab-panel{display:none;gap:10px}
.dd-address-tab-panel.is-active{display:grid}
.dd-address-list{display:grid;gap:8px;max-height:220px;overflow:auto}
.dd-address-item{border:1px solid #d0d5dd;background:#fff;border-radius:14px;padding:12px;text-align:left;display:grid;gap:4px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.dd-address-item strong{font-size:1rem}
.dd-address-item small{color:#667085}
.dd-address-item:hover{border-color:#98a2b3;transform:translateY(-1px)}
.dd-address-item.is-active{border-color:#111;background:#f6f6f6;box-shadow:0 0 0 2px rgba(17,17,17,.08)}

@media (max-width:760px){
  .dd-section-title{font-size:1.75rem}
  .dd-row-btn strong{font-size:1.2rem}
  .dd-tip-pill{font-size:1.22rem;min-height:52px}
}
