.moksh-kcm{
  --bg:#f7f8f2;
  --card:#fff;
  --soft:#f4f8f3;
  --ink:#20251d;
  --muted:#657061;
  --accent:#8a552a;
  --pine:#1f6f55;
  --gold:#d7a84f;
  --border:rgba(32,37,29,.12);
  --shadow:0 16px 34px rgba(31,39,28,.08);
  --veg:#178548;
  --veg-dark:#116538;
  --red:#c62828;
  --red-dark:#9f1f1f;
  --kcm-header-offset:96px;
  --kcm-side-top:178px;
  --kcm-anchor-offset:190px;
  max-width:1480px;
  margin:0 auto;
  color:var(--ink);
  font-family:inherit;
}

.moksh-kcm,
.moksh-kcm *{
  box-sizing:border-box;
}

.moksh-kcm__hero{
  background:
    repeating-linear-gradient(0deg,rgba(138,85,42,.035) 0 1px,transparent 1px 9px),
    repeating-linear-gradient(90deg,rgba(31,111,85,.03) 0 1px,transparent 1px 11px),
    radial-gradient(circle at 88% 12%,rgba(31,111,85,.13),transparent 34%),
    linear-gradient(135deg,#fffdf7,#f3efe3);
  border:1px solid var(--border);
  border-radius:24px;
  padding:42px;
  box-shadow:var(--shadow);
  margin-bottom:18px;
  overflow:hidden;
  position:relative;
  text-align:center;
}

.moksh-kcm__hero::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:28px;
  width:min(360px,42%);
  height:14px;
  transform:translateX(-50%);
  opacity:.5;
  background:
    linear-gradient(90deg,transparent 0 8%,var(--gold) 8% 42%,transparent 42% 58%,var(--gold) 58% 92%,transparent 92%),
    radial-gradient(circle at 50% 50%,var(--accent) 0 3px,transparent 4px);
}

.moksh-kcm__eyebrow{
  margin:0 auto 8px;
  font-size:12px;
  line-height:1.3;
  letter-spacing:0;
  text-transform:uppercase;
  font-weight:800;
  color:var(--pine);
}

.moksh-kcm__hero h1{
  font-size:56px!important;
  line-height:1.05!important;
  margin:0 auto 12px!important;
  color:var(--ink)!important;
  letter-spacing:0!important;
  max-width:960px;
}

.moksh-kcm__intro{
  margin:0 auto 18px;
  font-size:16px;
  line-height:1.5;
  color:var(--muted);
  max-width:640px;
  position:relative;
  z-index:2;
}

.moksh-kcm__hero-art{
  position:absolute;
  right:44px;
  top:28px;
  width:178px;
  height:170px;
  opacity:.18;
  pointer-events:none;
}

.moksh-kcm__hero-art svg{
  display:block;
  width:100%;
  height:auto;
}

.moksh-kcm__hero-art span{
  display:block;
  width:118px;
  height:2px;
  margin:-14px auto 0;
  background:linear-gradient(90deg,transparent,var(--accent),transparent);
}

.moksh-kcm__notices,
.moksh-kcm__legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}

.moksh-kcm__notices,
.moksh-kcm__legend,
.moksh-kcm__eyebrow,
.moksh-kcm__hero h1{
  position:relative;
  z-index:2;
}

.moksh-kcm__legend{
  margin-top:16px;
}

.moksh-kcm__notices span,
.moksh-kcm__legend span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  padding:9px 14px;
  color:var(--ink);
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}

.moksh-kcm__legend span{
  gap:9px;
  white-space:nowrap;
}

.moksh-kcm__legend-dot{
  display:inline-block;
  width:15px;
  height:15px;
  border-radius:50%;
  flex:0 0 15px;
}

.moksh-kcm__legend-dot.is-veg{
  background:var(--veg);
}

.moksh-kcm__legend-dot.is-nonveg{
  background:var(--red);
}

.moksh-kcm__toolbar{
  position:relative;
  top:auto;
  z-index:5;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  padding:10px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(247,248,242,.94);
  box-shadow:0 12px 28px rgba(31,39,28,.07);
  backdrop-filter:blur(10px);
  margin-bottom:12px;
}

.moksh-kcm__search{
  flex:1;
  display:block;
  width:100%;
  margin:0;
}

.moksh-kcm__search input{
  width:100%;
  min-height:54px;
  border:1px solid var(--border)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:var(--ink)!important;
  padding:0 16px!important;
  font-size:17px!important;
  line-height:1.2!important;
}

.moksh-kcm__cart-toggle,
.moksh-kcm__whatsapp-send,
.moksh-kcm__add,
.moksh-kcm__floating-order{
  border:0;
  border-radius:999px;
  cursor:pointer;
  font-weight:800;
  transition:transform .18s ease, filter .18s ease, background-color .18s ease;
}

.moksh-kcm__cart-toggle{
  min-height:54px;
  padding:0 18px;
  background:var(--accent);
  color:#fff;
  font-size:16px;
  white-space:nowrap;
}

.moksh-kcm__cart-toggle strong,
.moksh-kcm__floating-order strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:26px;
  height:26px;
  margin-left:8px;
  border-radius:999px;
  background:#fff;
  color:var(--accent);
  font-size:14px;
}

.moksh-kcm__cart-toggle:hover,
.moksh-kcm__whatsapp-send:hover,
.moksh-kcm__add:hover,
.moksh-kcm__floating-order:hover{
  transform:translateY(-1px);
  filter:brightness(.97);
}

.moksh-kcm__ordering-shell{
  display:grid;
  grid-template-columns:144px minmax(0,1fr);
  gap:12px;
  align-items:start;
  position:relative;
  isolation:isolate;
}

.moksh-kcm__side-nav{
  position:relative;
  top:auto;
  grid-column:1;
  z-index:10050;
  display:grid;
  gap:8px;
  align-self:start;
  max-height:calc(100vh - var(--kcm-side-top) - 18px);
  overflow:auto;
  overscroll-behavior:contain;
  padding:9px;
  border:1px solid rgba(32,37,29,.09);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 26px rgba(31,39,28,.08);
}

.moksh-kcm__side-nav.is-kcm-fixed{
  position:fixed!important;
  top:var(--kcm-side-top)!important;
  left:var(--kcm-side-left, 16px)!important;
  width:var(--kcm-side-width, 144px)!important;
  max-height:calc(100vh - var(--kcm-side-top) - 18px)!important;
}

.moksh-kcm__side-title{
  padding:3px 6px 6px;
  color:var(--pine);
  font-size:12px;
  line-height:1.2;
  letter-spacing:0;
  text-transform:uppercase;
  font-weight:900;
}

.moksh-kcm__side-nav a{
  display:flex;
  align-items:flex-start;
  gap:8px;
  min-width:0;
  border:1px solid rgba(32,37,29,.09);
  border-radius:14px;
  background:#fbfcf8;
  color:var(--ink)!important;
  padding:9px 8px;
  text-decoration:none!important;
  font-size:12px;
  line-height:1.25;
  font-weight:850;
  overflow-wrap:anywhere;
}

.moksh-kcm__side-nav a:hover,
.moksh-kcm__side-nav a.is-active{
  border-color:rgba(31,111,85,.24);
  background:#eef8f1;
}

.moksh-kcm__side-nav a.is-nonveg{
  border-color:rgba(198,40,40,.18);
  background:#fff6f5;
}

.moksh-kcm__side-nav a.is-child{
  margin-left:8px;
  padding:7px 7px;
  border-radius:12px;
  background:#fff;
  color:#516053!important;
  font-size:11px;
  font-weight:760;
}

.moksh-kcm__side-nav a.is-child.is-active{
  color:var(--pine)!important;
}

.moksh-kcm__side-nav a.is-child.is-nonveg.is-active{
  color:var(--red)!important;
}

.moksh-kcm__download{
  margin-top:6px;
  border-color:rgba(176,108,48,.24)!important;
  background:#fff7e9!important;
  color:#8e4f1e!important;
}

.moksh-kcm__chip-icon{
  flex:0 0 auto;
  font-size:15px;
  line-height:1.1;
}

.moksh-kcm__layout{
  display:grid;
  grid-column:2;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:12px;
  align-items:start;
  min-width:0;
}

.moksh-kcm__menu{
  grid-column:1;
  min-width:0;
}

.moksh-kcm__group{
  border:1px solid rgba(32,37,29,.09);
  border-radius:22px;
  background:var(--card);
  box-shadow:0 10px 26px rgba(31,39,28,.06);
  padding:16px;
  margin-bottom:16px;
  scroll-margin-top:var(--kcm-anchor-offset);
}

.moksh-kcm__group.is-nonveg-group{
  border-color:rgba(198,40,40,.2);
  background:linear-gradient(180deg,#fff8f8,#fff);
}

.moksh-kcm__group-header{
  margin-bottom:12px;
}

.moksh-kcm__group-kicker{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 6px;
  color:var(--pine);
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

.moksh-kcm__group.is-nonveg-group .moksh-kcm__group-kicker{
  color:var(--red);
}

.moksh-kcm__group h2{
  margin:0!important;
  color:var(--ink)!important;
  font-size:34px!important;
  line-height:1.12!important;
  letter-spacing:0!important;
}

.moksh-kcm__category{
  border:1px solid rgba(32,37,29,.08);
  border-radius:18px;
  background:var(--soft);
  padding:16px;
  margin-top:12px;
  scroll-margin-top:var(--kcm-anchor-offset);
}

.moksh-kcm__category.is-nonveg{
  border-color:rgba(198,40,40,.15);
  background:#fffafa;
}

.moksh-kcm__category h3{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 5px!important;
  color:var(--ink)!important;
  font-size:24px!important;
  line-height:1.18!important;
  letter-spacing:0!important;
}

.moksh-kcm__category header p{
  margin:0;
  color:var(--accent);
  font-size:15px;
  line-height:1.5;
  font-weight:800;
}

.moksh-kcm__items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

.moksh-kcm__item{
  display:flex;
  min-height:104px;
  min-width:0;
  border:1px solid rgba(32,37,29,.08);
  border-radius:16px;
  background:#fff;
  padding:14px;
}

.moksh-kcm__item.is-nonveg{
  border-color:rgba(198,40,40,.16);
}

.moksh-kcm__item-main{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:11px;
  width:100%;
  min-width:0;
}

.moksh-kcm__item h4{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:0!important;
  color:var(--ink)!important;
  font-size:18px!important;
  line-height:1.38!important;
  letter-spacing:0!important;
  overflow-wrap:anywhere;
}

.moksh-kcm__item-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.moksh-kcm__item-action strong{
  color:var(--ink);
  font-size:20px;
  line-height:1.2;
}

.moksh-kcm__add{
  min-width:72px;
  min-height:42px;
  padding:10px 15px;
  color:#fff;
  font-size:15px;
  line-height:1.1;
  white-space:nowrap;
}

.moksh-kcm__add.is-veg{
  background:var(--veg);
}

.moksh-kcm__add.is-veg:hover{
  background:var(--veg-dark);
}

.moksh-kcm__add.is-nonveg{
  background:var(--red);
}

.moksh-kcm__add.is-nonveg:hover{
  background:var(--red-dark);
}

.moksh-kcm__add.is-confirmed{
  filter:brightness(.92);
}

.moksh-kcm__variants{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.moksh-kcm__nv-dot{
  display:inline-block;
  width:14px;
  height:14px;
  flex:0 0 14px;
  border:2px solid #ffd8d8;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 0 1px rgba(198,40,40,.22);
  transform:translateY(3px);
}

.moksh-kcm__nv-dot.nav-dot{
  margin-top:1px;
  transform:none;
}

.moksh-kcm__cart{
  position:relative;
  top:auto;
  grid-column:2;
  z-index:10020;
  align-self:start;
  max-height:calc(100vh - var(--kcm-side-top) - 18px);
  overflow:auto;
  border:1px solid rgba(32,37,29,.09);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 26px rgba(31,39,28,.08);
  padding:18px;
}

@media(min-width:1181px){
  .moksh-kcm__cart.is-kcm-fixed{
    position:fixed!important;
    top:var(--kcm-side-top)!important;
    left:var(--kcm-cart-left, auto)!important;
    width:var(--kcm-cart-width, 330px)!important;
    max-height:calc(100vh - var(--kcm-side-top) - 18px)!important;
  }
}

.moksh-kcm__cart-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.moksh-kcm__cart h2{
  margin:0!important;
  color:var(--ink)!important;
  font-size:26px!important;
  line-height:1.1!important;
  letter-spacing:0!important;
}

.moksh-kcm__cart-close{
  display:none;
  border:0;
  background:none;
  color:var(--muted);
  cursor:pointer;
  font-size:34px;
  line-height:1;
}

.moksh-kcm__room-card,
.moksh-kcm__location-card,
.moksh-kcm__guest-pass-card,
.moksh-kcm__billing-card{
  border:1px solid rgba(32,37,29,.08);
  border-radius:16px;
  background:#fbf7ee;
  padding:13px;
  margin-bottom:14px;
}

.moksh-kcm__location-card{
  background:#f3faf5;
}

.moksh-kcm__billing-card{
  background:#fbfcf8;
}

.moksh-kcm__guest-pass-card{
  background:#f8fbff;
}

.moksh-kcm__room-kicker{
  margin:0 0 7px;
  color:var(--accent);
  font-size:12px;
  line-height:1.2;
  letter-spacing:0;
  text-transform:uppercase;
  font-weight:900;
}

.moksh-kcm__selected-room strong{
  display:block;
  color:var(--ink);
  font-size:20px;
  line-height:1.2;
}

.moksh-kcm__selected-room span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-weight:700;
}

.moksh-kcm__room-pass-note{
  margin:8px 0 0;
  color:var(--veg-dark);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}

.moksh-kcm__location-status{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

.moksh-kcm__location-status.is-ok{
  color:var(--veg-dark);
}

.moksh-kcm__location-status.is-error{
  color:#a53420;
}

.moksh-kcm__room-select-label{
  display:grid;
  gap:7px;
  color:var(--ink);
  font-size:14px;
  font-weight:850;
}

.moksh-kcm__billing-field{
  display:grid;
  gap:6px;
  margin-top:10px;
  color:var(--ink);
  font-size:13px;
  line-height:1.3;
  font-weight:850;
}

.moksh-kcm__billing-field small{
  color:var(--muted);
  font-weight:700;
}

.moksh-kcm__room-select-label select,
.moksh-kcm__billing-field input{
  width:100%;
  min-height:50px;
  border:1px solid var(--border)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:var(--ink)!important;
  padding:0 12px!important;
  font-size:16px!important;
}

.moksh-kcm__billing-status{
  margin:10px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:750;
}

.moksh-kcm__billing-status.is-ok{
  color:var(--veg-dark);
}

.moksh-kcm__billing-status.is-error{
  color:#a53420;
}

.moksh-kcm__guest-pass-status{
  margin:10px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
  font-weight:750;
}

.moksh-kcm__guest-pass-status.is-ok{
  color:var(--veg-dark);
}

.moksh-kcm__guest-pass-status.is-error{
  color:#a53420;
}

.moksh-kcm__otp-verify{
  width:100%;
  min-height:42px;
  margin-top:10px;
  background:var(--pine);
  color:#fff;
}

.moksh-kcm__cart-items{
  display:flex;
  flex-direction:column;
  gap:10px;
  max-height:320px;
  overflow:auto;
  padding-right:3px;
}

.moksh-kcm__empty{
  margin:0;
  color:var(--muted);
  font-size:16px;
}

.moksh-kcm__floating-order.is-cart-open{
  display:none!important;
}

.moksh-kcm__cart-row{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:10px;
  border:1px solid rgba(32,37,29,.08);
  border-radius:14px;
  background:#fbfcf8;
  padding:12px;
}

.moksh-kcm__cart-row h4{
  margin:0 0 5px!important;
  color:var(--ink)!important;
  font-size:15px!important;
  line-height:1.35!important;
  letter-spacing:0!important;
}

.moksh-kcm__cart-row p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.moksh-kcm__qty{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}

.moksh-kcm__qty button,
.moksh-kcm__remove{
  min-width:30px;
  height:30px;
  border:1px solid var(--border);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  font-weight:800;
}

.moksh-kcm__remove{
  width:auto;
  padding:0 10px;
  color:#8e341d;
}

.moksh-kcm__totals{
  border-top:1px dashed var(--border);
  border-bottom:1px dashed var(--border);
  padding:14px 0;
  margin:16px 0;
}

.moksh-kcm__totals div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin:7px 0;
  font-size:16px;
}

.moksh-kcm__grand{
  font-size:20px!important;
  font-weight:800;
}

.moksh-kcm__instruction-field{
  display:grid;
  gap:7px;
  margin-bottom:12px;
  color:var(--ink);
  font-size:14px;
  font-weight:850;
}

.moksh-kcm__instruction-field small{
  color:var(--muted);
  font-weight:650;
}

.moksh-kcm__instruction-field textarea{
  width:100%;
  border:1px solid var(--border)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:var(--ink)!important;
  padding:12px 14px!important;
  font-size:16px!important;
}

.moksh-kcm__whatsapp-send{
  width:100%;
  min-height:54px;
  background:#168447;
  color:#fff;
  font-size:17px;
}

.moksh-kcm__whatsapp-send:disabled{
  cursor:wait;
  opacity:.72;
}

.moksh-kcm__status{
  min-height:22px;
  margin:10px 0 0;
  color:var(--accent);
  font-size:14px;
  font-weight:800;
}

.moksh-kcm__status.is-error{
  color:#a53420;
}

.moksh-kcm__hidden{
  display:none!important;
}

.moksh-kcm__cart-toggle.is-pulse{
  animation:mokshKcmPulse .55s ease;
}

@keyframes mokshKcmPulse{
  0%{transform:scale(1)}
  42%{transform:scale(1.05)}
  100%{transform:scale(1)}
}

.moksh-kcm__added-toast{
  position:fixed;
  left:50%;
  right:auto;
  bottom:24px;
  z-index:10060;
  min-width:min(520px, calc(100vw - 32px));
  max-width:calc(100vw - 32px);
  border-radius:999px;
  background:#20251d;
  color:#fff;
  box-shadow:0 18px 40px rgba(31,39,28,.24);
  padding:13px 18px;
  font-size:15px;
  line-height:1.35;
  font-weight:850;
  text-align:center;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%, 10px);
}

.moksh-kcm__added-toast.is-visible{
  opacity:1;
  transform:translate(-50%, 0);
  transition:opacity .18s ease, transform .18s ease;
}

.moksh-kcm__floating-order{
  display:none;
  position:fixed;
  left:14px;
  right:auto;
  bottom:calc(14px + env(safe-area-inset-bottom));
  z-index:10060;
  min-height:54px;
  max-width:calc(100vw - 104px);
  padding:0 18px;
  background:var(--accent);
  color:#fff;
  box-shadow:0 16px 36px rgba(31,39,28,.22);
  font-size:16px;
}

body.moksh-kcm-page #Mw31A3qlpySYe9FG,
body:has(.moksh-kcm) #Mw31A3qlpySYe9FG,
body.moksh-kcm-page .s3bPI4rMxc_zVjF2dmvA,
body:has(.moksh-kcm) .s3bPI4rMxc_zVjF2dmvA{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.moksh-kcm-staff{
  --bg:#f7f8f2;
  --card:#fff;
  --soft:#f4f8f3;
  --ink:#20251d;
  --muted:#657061;
  --accent:#8a552a;
  --pine:#1f6f55;
  --gold:#d7a84f;
  --border:rgba(32,37,29,.12);
  --shadow:0 16px 34px rgba(31,39,28,.08);
  --veg:#178548;
  --veg-dark:#116538;
  --red:#c62828;
  --red-dark:#9f1f1f;
  max-width:1120px;
  margin:34px auto;
  padding:34px 40px;
  border:1px solid rgba(32,37,29,.1);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(31,39,28,.08);
  color:var(--ink);
  font-size:18px;
  line-height:1.5;
}

.moksh-kcm-staff,
.moksh-kcm-staff *{
  box-sizing:border-box;
}

.moksh-kcm-staff h2{
  margin:0 0 22px!important;
  color:var(--ink)!important;
  font-size:42px!important;
  line-height:1.08!important;
  letter-spacing:.06em!important;
  text-transform:uppercase;
}

.moksh-kcm-staff__form{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}

.moksh-kcm-staff__fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px 28px;
}

.moksh-kcm-staff__form label{
  display:grid;
  gap:9px;
  color:var(--pine);
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:850;
}

.moksh-kcm-staff__form input,
.moksh-kcm-staff__form select{
  width:100%;
  min-height:56px;
  border:1px solid var(--border)!important;
  border-radius:12px!important;
  padding:0 14px!important;
  background:#fff!important;
  color:var(--ink)!important;
  font-size:18px!important;
  line-height:1.25!important;
  margin:0!important;
  box-shadow:none!important;
}

.moksh-kcm-staff__form button,
.moksh-kcm-staff__whatsapp{
  border:0!important;
  cursor:pointer;
}

.moksh-kcm-staff__form button{
  min-height:54px;
  padding:0 24px;
  border-radius:14px;
  background:var(--pine);
  color:#fff!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:900;
  text-align:center;
}

.moksh-kcm-staff__actions{
  display:flex;
  justify-content:flex-end;
  gap:12px;
}

.moksh-kcm-staff__guest-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px;
  border:1px solid rgba(32,37,29,.08);
  border-radius:16px;
  background:#f8faf6;
}

.moksh-kcm-staff__guest-head strong,
.moksh-kcm-staff__guest-head span{
  display:block;
}

.moksh-kcm-staff__guest-head strong{
  color:var(--ink);
  font-size:20px;
  line-height:1.2;
}

.moksh-kcm-staff__guest-head span{
  margin-top:4px;
  color:var(--muted);
  font-size:15px;
  line-height:1.35;
}

.moksh-kcm-staff__session{
  margin:0 0 16px;
  padding:12px 14px;
  border:1px solid rgba(47,136,78,.16);
  border-radius:14px;
  background:#f2faf4;
  color:var(--veg-dark);
  font-size:17px;
  font-weight:850;
}

.moksh-kcm-staff__notice,
.moksh-kcm-staff__result{
  margin:0 0 16px;
  padding:16px;
  border:1px solid rgba(32,37,29,.08);
  border-radius:14px;
  background:#fbfcf8;
  font-size:17px;
}

.moksh-kcm-staff__notice.is-ok{
  color:var(--veg-dark);
}

.moksh-kcm-staff__notice.is-error{
  color:#a53420;
  background:#fff6f5;
}

.moksh-kcm-staff__otp{
  display:inline-flex;
  padding:6px 12px;
  border-radius:10px;
  background:#f3faf5;
  color:var(--veg-dark);
  font-size:26px;
  letter-spacing:0;
  font-weight:900;
}

.moksh-kcm-staff__whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:#1f7a55;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
}

@media(max-width:1380px){
  .moksh-kcm{
    max-width:1320px;
  }
  .moksh-kcm__layout{
    grid-template-columns:minmax(0,1fr) 318px;
  }
}

@media(max-width:1180px){
  .moksh-kcm__ordering-shell{
    grid-template-columns:118px minmax(0,1fr);
    gap:10px;
  }
  .moksh-kcm__layout{
    display:block;
  }
  .moksh-kcm__items{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .moksh-kcm__cart{
    position:fixed;
    inset:auto 12px calc(12px + env(safe-area-inset-bottom)) 12px;
    top:auto;
    z-index:10070;
    max-height:min(84vh,760px);
    transform:translateY(calc(100% + 28px));
    transition:transform .25s ease;
  }
  .moksh-kcm__side-nav.is-kcm-fixed{
    max-height:calc(100vh - var(--kcm-side-top) - 18px)!important;
  }
  .moksh-kcm__cart.is-open{
    transform:translateY(0);
  }
  .moksh-kcm__cart-close{
    display:block;
  }
  .moksh-kcm__floating-order.is-visible{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
}

@media(max-width:860px){
  .moksh-kcm__hero{
    padding:30px;
  }
  .moksh-kcm__hero-art{
    width:132px;
    right:24px;
    top:22px;
  }
  .moksh-kcm__hero h1{
    font-size:44px!important;
  }
  .moksh-kcm__intro{
    font-size:15px;
  }
  .moksh-kcm__ordering-shell{
    grid-template-columns:104px minmax(0,1fr);
  }
  .moksh-kcm__side-nav a{
    display:grid;
    justify-items:center;
    gap:5px;
    text-align:center;
    font-size:11px;
  }
  .moksh-kcm__side-nav a.is-child{
    margin-left:0;
    font-size:9.8px;
  }
  .moksh-kcm__nv-dot.nav-dot{
    margin-top:0;
  }
}

@media(max-width:760px){
  .moksh-kcm{
    --kcm-header-offset:10px;
    --kcm-side-top:148px;
    --kcm-anchor-offset:168px;
  }
  .moksh-kcm__hero{
    border-radius:20px;
    padding:22px;
    margin-bottom:14px;
  }
  .moksh-kcm__hero::after{
    left:50%;
    bottom:18px;
    width:56%;
  }
  .moksh-kcm__hero-art{
    width:96px;
    top:18px;
    right:18px;
    opacity:.14;
  }
  .moksh-kcm__hero h1{
    font-size:36px!important;
  }
  .moksh-kcm__intro{
    font-size:14px;
  }
  .moksh-kcm__notices span,
  .moksh-kcm__legend span{
    border-radius:14px;
    white-space:normal;
  }
  .moksh-kcm__toolbar{
    display:grid;
    grid-template-columns:1fr;
    top:auto;
    gap:8px;
    margin-bottom:10px;
  }
  .moksh-kcm__search input{
    min-height:50px;
    font-size:16px!important;
  }
  .moksh-kcm__cart-toggle{
    width:100%;
    min-height:48px;
  }
  .moksh-kcm-staff{
    margin:18px auto;
    padding:20px;
    font-size:16px;
  }
  .moksh-kcm-staff h2{
    font-size:30px!important;
  }
  .moksh-kcm-staff__form{
    grid-template-columns:1fr;
  }
  .moksh-kcm-staff__fields{
    grid-template-columns:1fr;
    gap:16px;
  }
  .moksh-kcm-staff__guest-head{
    display:grid;
  }
  .moksh-kcm-staff__actions,
  .moksh-kcm-staff__guest-head button,
  .moksh-kcm-staff__actions button{
    width:100%;
  }
  .moksh-kcm__ordering-shell{
    grid-template-columns:76px minmax(0,1fr);
    gap:8px;
  }
  .moksh-kcm__side-nav{
    top:auto;
    width:76px;
    max-height:calc(100vh - var(--kcm-side-top) - 92px);
    padding:7px;
    border-radius:16px;
  }
  .moksh-kcm__side-nav.is-kcm-fixed{
    max-height:calc(100vh - var(--kcm-side-top) - 92px)!important;
  }
  .moksh-kcm__side-title{
    display:none;
  }
  .moksh-kcm__side-nav a{
    min-height:52px;
    padding:7px 4px;
    border-radius:12px;
    font-size:9.8px;
    line-height:1.14;
  }
  .moksh-kcm__side-nav a.is-child{
    min-height:44px;
    padding:6px 4px;
    font-size:8.8px;
  }
  .moksh-kcm__download{
    min-height:48px!important;
  }
  .moksh-kcm__chip-icon{
    font-size:14px;
  }
  .moksh-kcm__group{
    border-radius:18px;
    padding:12px;
    margin-bottom:14px;
  }
  .moksh-kcm__group h2{
    font-size:28px!important;
  }
  .moksh-kcm__category{
    border-radius:15px;
    padding:12px;
  }
  .moksh-kcm__category h3{
    font-size:21px!important;
  }
  .moksh-kcm__items{
    grid-template-columns:1fr;
    gap:9px;
  }
  .moksh-kcm__item{
    min-height:auto;
    padding:13px;
  }
  .moksh-kcm__item h4{
    font-size:17px!important;
    line-height:1.38!important;
  }
  .moksh-kcm__item-action strong{
    font-size:19px;
  }
  .moksh-kcm__add{
    min-height:40px;
    padding:9px 13px;
  }
  .moksh-kcm__floating-order{
    left:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    min-width:176px;
    max-width:calc(100vw - 104px);
  }
  .moksh-kcm__added-toast{
    left:12px;
    right:auto;
    bottom:calc(76px + env(safe-area-inset-bottom));
    min-width:0;
    width:min(320px, calc(100vw - 104px));
    max-width:calc(100vw - 104px);
    padding:12px 14px;
    text-align:left;
    transform:translateY(10px);
  }
  .moksh-kcm__added-toast.is-visible{
    transform:translateY(0);
  }
}

@media(max-width:390px){
  .moksh-kcm__ordering-shell{
    grid-template-columns:70px minmax(0,1fr);
    gap:7px;
  }
  .moksh-kcm__side-nav{
    width:70px;
    padding:6px;
  }
  .moksh-kcm__side-nav a{
    min-height:50px;
    font-size:9.2px;
  }
  .moksh-kcm__group,
  .moksh-kcm__category{
    padding:10px;
  }
  .moksh-kcm__item{
    padding:12px;
  }
  .moksh-kcm__floating-order{
    max-width:calc(100vw - 92px);
  }
  .moksh-kcm__added-toast{
    width:min(300px, calc(100vw - 92px));
    max-width:calc(100vw - 92px);
  }
}
