

    *{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}
    body{background:#f7f4ff;color:#0f172a;overflow-x:hidden;}

    .top-actions{
      position:sticky;top:0;left:0;right:0;z-index:98;
      display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;
      padding:10px;margin:0;background:#f3f1ff;border-radius:0 0 18px 18px;
      overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.06);
    }
    .action-btn{
      min-width:0;width:100%;background:#fff;border-radius:14px;padding:8px 3px;
      text-align:center;font-size:10px;font-weight:700;color:#1d4ed8;
      display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
      box-shadow:0 5px 14px rgba(15,23,42,.07);border:1px solid #eae8ff;cursor:pointer;
    }
    .action-icon{font-size:19px;line-height:1;}
    .action-text{line-height:1.1;white-space:nowrap;}

    .side-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;z-index:1000;}
    .side-overlay.show{display:block;}
    .side-menu{
      position:fixed;top:0;left:-290px;width:280px;height:100%;background:#fff;z-index:1001;
      padding:22px 18px;box-shadow:12px 0 34px rgba(15,23,42,.18);transition:.28s ease;
    }
    .side-menu.open{left:0;}
    .side-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;}
    .side-head img{height:48px;width:auto;}
    .side-close{font-size:24px;cursor:pointer;color:#0f172a;}
    .side-link{display:flex;align-items:center;gap:12px;padding:14px 12px;margin-bottom:10px;border-radius:14px;background:#f8fafc;font-size:15px;font-weight:700;color:#0f172a;cursor:pointer;}
    .side-link span{font-size:22px;}
    .side-btn{width:100%;border:none;border-radius:14px;padding:13px;margin-top:12px;background:#3427ff;color:#fff;font-weight:800;font-size:15px;cursor:pointer;}
    .side-btn.logout{background:#ef4444;}

    .container{padding:0 14px 112px;}
    .banner{width:100%;aspect-ratio:16/9;height:auto;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.12);background:#eef2ff;}
    .banner img.hero{width:100%;height:100%;display:block;object-fit:contain;object-position:center;}
    .banner-click{position:absolute;left:4.7%;bottom:8.5%;width:37.5%;height:12%;border-radius:14px;cursor:pointer;}

    .search-wrap{display:flex;align-items:center;gap:12px;margin:20px 0 18px;}
    .search-box{flex:1;display:flex;align-items:center;gap:12px;background:#fff;padding:16px;border-radius:18px;box-shadow:0 5px 18px rgba(15,23,42,.06);color:#94a3b8;font-size:14px;font-weight:500;border:1px solid #f1f5f9;}
    .filter-btn{width:56px;height:56px;border:none;border-radius:18px;background:#f0ecff;color:#111e6c;font-size:22px;box-shadow:0 5px 18px rgba(15,23,42,.04);cursor:pointer;}
    .section-row{display:flex;justify-content:space-between;align-items:center;margin:18px 0 12px;}
    .section-title{font-weight:800;font-size:20px;color:#000;}
    .view-all{color:#3427ff;font-size:14px;font-weight:600;cursor:pointer;}

    .service-scroll-wrap{position:relative;}
    .service-scroll-wrap::after{
      content:'';
      position:absolute;
      right:0;
      top:0;
      bottom:8px;
      width:34px;
      background:linear-gradient(90deg,rgba(247,244,255,0),#f7f4ff 85%);
      pointer-events:none;
      z-index:2;
    }
    .swipe-hint{
      font-size:11px;
      color:#64748b;
      font-weight:600;
      text-align:right;
      margin-top:-6px;
      margin-bottom:6px;
      padding-right:4px;
    }
    .service-grid{
      display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);
      grid-auto-columns:calc((100% - 24px) / 3);grid-template-columns:none;
      overflow-x:auto;overflow-y:hidden;gap:12px;padding-bottom:8px;
      scroll-snap-type:x mandatory;scrollbar-width:none;position:relative;
    }
    .service-grid::-webkit-scrollbar{display:none;}
        .service-card-img{width:100%;min-width:0;scroll-snap-align:start;position:relative;border-radius:18px;overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,.08);cursor:pointer;aspect-ratio:.86/1;}
    .service-card-img img{width:100%;height:100%;object-fit:cover;display:block;}
    .service-card-btn{position:absolute;left:8px;right:8px;bottom:8px;background:#3427ff;color:#fff;padding:7px 5px;border-radius:999px;text-align:center;font-size:10px;font-weight:700;}

    .slider{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;overflow:visible;padding:0 0 14px;}
    .chef{width:100%;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.10);border:1px solid #f1f5f9;position:relative;cursor:pointer;}
    .chef-img{position:relative;height:145px;overflow:hidden;}
    .chef-img img{width:100%;height:100%;object-fit:cover;display:block;}
    .rating{position:absolute;left:10px;top:10px;background:#fff;color:#0f172a;border-radius:10px;padding:4px 9px;font-size:14px;font-weight:800;box-shadow:0 4px 12px rgba(0,0,0,.12);}
    .rating span{color:#3427ff;}
    .chef h4{font-size:18px;padding:12px 14px 0;font-weight:800;color:#0f172a;line-height:1.2;}
    .chef p{font-size:13px;color:#64748b;padding:4px 14px 14px;line-height:1.45;}
    .chef b{color:#3427ff;font-size:17px;font-weight:800;}
    .chef .add{position:absolute;right:14px;bottom:14px;width:40px;height:40px;border:none;border-radius:12px;background:#3427ff;color:white;font-size:28px;line-height:1;}

    .chef-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:0 0 14px;}
    .chef-profile{width:100%;background:#fff;border-radius:18px;overflow:hidden;text-align:center;box-shadow:0 8px 24px rgba(15,23,42,.10);border:1px solid #f1f5f9;cursor:pointer;position:relative;}
    .chef-profile img

{height:90px;border-radius:0%;object-fit:cover;display:block;margin:auto auto auto;background:#f8fafc;}



    .chef-profile h4{font-size:17px;line-height:1.2;font-weight:800;color:#0f172a;padding:8px 14px 0;}
    .chef-profile p{font-size:13px;color:#64748b;padding:4px 14px 14px;}
    .chef-profile::after{content:'+';position:absolute;right:14px;bottom:14px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#3427ff;color:#fff;font-size:28px;line-height:1;}

    .nav{position:fixed;bottom:14px;left:14px;right:14px;width:auto;height:78px;background:#fff;display:grid;grid-template-columns:1fr 1fr 86px 1fr 1fr;align-items:center;padding:8px 10px;border:1px solid #eef2ff;border-radius:34px;box-shadow:0 10px 30px rgba(15,23,42,.14);z-index:99;}
    .nav-item{text-align:center;font-size:11px;color:#111827;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;line-height:1.15;font-weight:500;}
    .nav-icon{width:auto;height:auto;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;margin:0 auto 2px;font-size:27px;color:#0969ff;}
    .nav-item:nth-child(2) .nav-icon{color:#f97316;}
    .nav-item.active{color:#3427ff;opacity:.7;}
    .nav-item.home-active{width:78px;height:78px;margin-top:-35px;justify-self:center;border-radius:50%;background:#eee;color:#000;opacity:1;font-weight:700;box-shadow:0 8px 22px rgba(52,39,255,.42),0 0 0 6px #fff;}
    .nav-item.home-active .nav-icon{background:transparent;color:#fff;font-size:34px;margin-bottom:0;}

    .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;z-index:998;}
   
    
   
    input,textarea,select{width:100%;padding:12px;margin:6px 0;border-radius:12px;border:1px solid #ddd;font-size:14px;}
    .btn{background:#3427ff;color:#fff;padding:12px;border-radius:12px;width:100%;border:none;margin-top:8px;cursor:pointer;font-weight:700;}

    .slot .disabled{opacity:.3;pointer-events:none;}
    .step{display:none;}
    .step.active{display:block;}
    #loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;z-index:9999;}
    #loader div{background:#fff;padding:20px 30px;border-radius:12px;font-weight:600;}
    .error{color:red;font-size:12px;margin-top:4px;}
    .map-fallback{height:150px;border-radius:12px;margin:10px 0;background:#eef2ff;color:#334155;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;font-size:13px;}

    @media(max-width:480px){
      .top-actions{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px;border-radius:0 0 16px 16px;}
      .action-btn{font-size:9px;padding:7px 2px;border-radius:12px;}
      .action-icon{font-size:18px;}
      .container{padding:14px 10px 112px;}
      .banner{border-radius:18px;}
      .slider{gap:12px;}
      .chef-img{height:112px;}
      .chef h4{font-size:15px;padding:10px 10px 0;}
      .chef p{font-size:11px;padding:4px 10px 12px;}
      .chef b{font-size:14px;}
      .chef .add{width:34px;height:34px;right:10px;bottom:12px;font-size:24px;}
      .chef-list{gap:12px;}
      .chef-profile h4{font-size:15px;padding:8px 10px 0;}
      .chef-profile p{font-size:11px;padding:4px 10px 12px;}
      .chef-profile::after{width:34px;height:34px;right:10px;bottom:12px;font-size:24px;}
      .nav{left:10px;right:10px;bottom:10px;height:72px;grid-template-columns:1fr 1fr 78px 1fr 1fr;padding:7px 8px;}
      .nav-item{font-size:10px;}
      .nav-icon{font-size:24px;}
      .nav-item.home-active{width:72px;height:72px;margin-top:-32px;}
      .nav-item.home-active .nav-icon{font-size:31px;}
    }
	  
	  .plan-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  margin-bottom:10px;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.plan-card.active{
  border:2px solid #3427ff;
  background:#f3f1ff;
}

.plan-card b{
  font-size:14px;
}

.plan-card span{
  display:block;
  color:#64748b;
  font-size:12px;
  margin-top:3px;
}

.plan-card strong{
  color:#3427ff;
  white-space:nowrap;
}
	
	  
	  
	  .food-cat-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.home-food-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.food-cat-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
  border:1px solid #f1f5f9;
  cursor:pointer;
}

.food-cat-img{
  height:135px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.food-cat-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
}

.food-cat-body{
  padding:14px 12px 18px;
  text-align:center;
}

.food-cat-body h4{
  font-size:16px;
  color:#1f2a44;
  margin-bottom:6px;
}

.food-cat-body p{
  font-size:12px;
  color:#777;
  line-height:1.4;
}

.food-item-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.food-item-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,23,42,.10);
  border:1px solid #f1f5f9;
}

.food-item-card img{
  width:100%;
  height:150px;
  object-fit:contain;
  background:#fafafa;
  padding:10px;
}

.food-item-body{
  padding:14px;
  text-align:center;
}

.food-item-body h4{
  color:#065192;
  font-size:18px;
  margin-bottom:4px;
}

.food-item-body h3{
  font-size:16px;
  color:#1f2a44;
  margin-bottom:8px;
}

.food-item-body p{
  font-size:12px;
  color:#666;
  line-height:1.5;
  min-height:55px;
}

.food-item-body button{
  border:0;
  background:#065192;
  color:#fff;
  border-radius:999px;
  padding:9px 18px;
  font-weight:800;
  margin-top:10px;
}

@media(max-width:480px){
  .food-cat-grid,
  .food-item-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .food-cat-img{
    height:105px;
  }

  .food-cat-body{
    padding:10px 8px 14px;
  }

  .food-cat-body h4{
    font-size:14px;
  }

  .food-cat-body p{
    font-size:10px;
    line-height:1.35;
  }

  .food-item-card img{
    height:105px;
  }

  .food-item-body{
    padding:10px 8px 14px;
  }

  .food-item-body h4{
    font-size:15px;
  }

  .food-item-body h3{
    font-size:13px;
  }

  .food-item-body p{
    font-size:10px;
    min-height:48px;
  }

  .food-item-body button{
    padding:8px 12px;
    font-size:12px;
  }
}
	  
	  
	 @media(max-width:480px){

  .food-cat-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

  .home-food-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .home-food-grid .food-cat-img{
    height:70px;
  }

  .home-food-grid .food-cat-body{
    padding:8px 5px 10px;
  }

  .home-food-grid .food-cat-body h4{
    font-size:10px;
    line-height:1.2;
  }

  .home-food-grid .food-cat-body p{
    display:none;
  }

}
	  

.order-tabs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-bottom:14px;
}

.order-tab{
  border:0;
  background:#fff;
  color:#065192;
  padding:10px 6px;
  border-radius:12px;
  font-size:12px;
  font-weight:800;
  box-shadow:0 5px 14px rgba(15,23,42,.06);
}

.order-tab.active{
  background:#065192;
  color:#fff;
}

.order-card{
  background:#fff;
  padding:15px;
  margin:10px 0;
  border-radius:16px;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}

.order-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.order-head b{
  color:#0f172a;
  font-size:15px;
}

.order-head span{
  background:#eef6ff;
  color:#065192;
  border-radius:999px;
  padding:4px 9px;
  font-size:11px;
  font-weight:800;
  text-transform:capitalize;
}

.order-info{
  font-size:12px;
  color:#475467;
  line-height:1.8;
}

.order-items{
  margin-top:10px;
  background:#f8fafc;
  border-radius:12px;
  padding:10px;
}

.order-items div{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  padding:5px 0;
  color:#0f172a;
}

.order-status{
  margin-top:10px;
  font-size:13px;
  font-weight:700;
}

.empty-order{
  text-align:center;
  margin-top:50px;
  background:#fff;
  border-radius:20px;
  padding:30px;
  font-weight:800;
  color:#667085;
}


@media(max-width:480px){

  .order-tabs{
    gap:6px;
    position:sticky;
    top:0;
    z-index:10;
    background:#f7f4ff;
    padding-bottom:8px;
  }

  .order-tab{
    font-size:10px;
    padding:9px 4px;
    border-radius:10px;
  }

  .order-card{
    padding:13px;
    border-radius:14px;
    margin:8px 0;
  }

  .order-head{
    align-items:flex-start;
  }

  .order-head b{
    font-size:13px;
    line-height:1.4;
    flex:1;
  }

  .order-head span{
    font-size:9px;
    padding:4px 7px;
    white-space:nowrap;
  }

  .order-info{
    font-size:11px;
    line-height:1.7;
    word-break:break-word;
  }

  .order-items{
    padding:8px;
    border-radius:10px;
  }

  .order-items div{
    font-size:11px;
    gap:10px;
  }

  .order-status{
    font-size:12px;
  }

  .empty-order{
    padding:22px;
    font-size:14px;
  }

}




.real-service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.real-service-card{
  position:relative;
  height:155px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.10);
}

.real-service-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  background:#fff;
}

.real-service-content{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
}

.real-service-content button{
  border:0;
  background:#3428ff;
  color:#fff;
  border-radius:14px;
  padding:11px 8px;
  font-size:12px;
  font-weight:900;
  width:100%;
}


.phone-wrap{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  margin:6px 0;
  padding:0 14px;
  border:1px solid #ddd;
  border-radius:14px;
  background:#fff;
}

.phone-wrap .flag{
  font-size:24px;
}

.phone-wrap .code{
  font-size:16px;
  font-weight:700;
  color:#111827;
}

.phone-wrap input{
  flex:1;
  border:0;
  margin:0;
  padding:15px 0;
  font-size:16px;
  outline:none;
  background:transparent;
}


.modal{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#fff;
  border-radius:22px 22px 0 0;
  padding:16px;
  display:none;
  z-index:999;
  box-shadow:0 -12px 30px rgba(0,0,0,.18);
}

.booking-modal{
  padding:24px 22px 20px;
  border-radius:30px 30px 0 0;
  max-height:88vh;
  overflow-y:auto;
}

.booking-head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:22px;
}

.booking-icon{
  width:66px;
  height:66px;
  min-width:66px;
  border-radius:24px;
  background:#f0eaff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
}

.booking-title{
  flex:1;
  padding-top:4px;
}

.booking-title h3{
  font-size:16px;
  line-height:1.2;
  font-weight:800;
  color:#101936;
}

.booking-title p{
  font-size:12px;
  line-height:1.4;
  color:#777;
  margin-top:6px;
}

.modal-close{
  width:46px;
  height:46px;
  min-width:46px;
  border-radius:50%;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#333;
  font-size:26px;
  line-height:38px;
  cursor:pointer;
}

.date-box{
  height:62px;
  border:1.5px solid #d9d9d9;
  border-radius:15px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 16px;
  margin-bottom:20px;
}

.date-icon{
  font-size:26px;
}

.date-box select{
  border:0;
  outline:0;
  margin:0;
  padding:0;
  font-size:14px;
  font-weight:500;
  background:transparent;
}

.slot-title{
  font-size:14px;
  font-weight:800;
  color:#111936;
  margin-bottom:12px;
}

.modern-slot{
  display:grid;
  gap:12px;
}

.modern-slot div{
  min-height:76px;
  border:1.5px solid #e5e7eb;
  border-radius:16px;
  padding:14px 54px 14px 76px;
  background:#fff;
  position:relative;
  font-size:14px;
  font-weight:800;
  color:#111936;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.modern-slot div::before{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

.modern-slot div:nth-child(1)::before,
.modern-slot div:nth-child(2)::before{
  content:"☀️";
}

.modern-slot div:nth-child(1)::before{
  background:#3427ff;
}

.modern-slot div:nth-child(2)::before{
  background:#fff3c4;
}

.modern-slot div:nth-child(3)::before,
.modern-slot div:nth-child(4)::before{
  content:"🌙";
  background:#6d28ff;
}

.modern-slot div::after{
  content:"○";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:26px;
  color:#666;
}

.modern-slot .selected{
  border:2px solid #3427ff;
  background:#fbfaff;
}

.modern-slot .selected::after{
  content:"✓";
  width:34px;
  height:34px;
  border-radius:50%;
  background:#3427ff;
  color:#fff;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.info-box{
  display:flex;
  gap:12px;
  background:#f1eaff;
  padding:15px;
  border-radius:16px;
  margin:16px 0;
}

.info-box span{
  color:#3427ff;
  font-size:18px;
}

.info-box p{
  font-size:15px;
  line-height:1.4;
  color:#111936;
}

.next-btn,
.modern-btn{
  height:58px;
  border-radius:15px;
  background:linear-gradient(135deg,#3427ff,#6c22ff);
  font-size:16px;
  font-weight:800;
}

.phone-wrap{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  margin:6px 0;
  padding:0 14px;
  border:1px solid #ddd;
  border-radius:14px;
  background:#fff;
}

.phone-wrap .flag{font-size:18px;}
.phone-wrap .code{font-size:14px;font-weight:700;color:#111827;}

.phone-wrap input{
  flex:1;
  border:0;
  margin:0;
  padding:15px 0;
  font-size:14px;
  outline:none;
  background:transparent;
}


.otp-method-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:12px 0;
}

.otp-method-box label{
  border:1px solid #ddd;
  border-radius:14px;
  padding:8px;
  text-align:center;
  font-weight:600;
	font-size:14px;
  background:#fff;
  cursor:pointer;
  color:#5f6670;
}

.otp-method-box input{
  width:auto;
  margin-right:6px;
}

.otp-method-box label:has(input:checked){
  border:2px solid #065192;
  background:#eef6ff;
  color:#065192;
}

.otp-sent-box{
  text-align:center;
  font-size:14px;
  margin-bottom:10px;
  color:#555;
}

.otp-sent-box span{
  color:#065192;
  font-weight:800;
  margin-left:8px;
  cursor:pointer;
}

.otp-timer{
  text-align:center;
  font-size:12px;
  margin:8px 0;
  color:#666;
}



.chef-checkout-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  background:#f8f7ff;
  border:1px solid #ece9ff;
  border-radius:18px;
  padding:14px;
  margin-bottom:14px;
}

.chef-checkout-info h4{
  margin:0 0 4px;
  color:#101828;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
}

.chef-checkout-info p{
  margin:0;
  color:#667085;
  font-size:13px;
  font-weight:700;
}

.chef-qty-box{
  display:flex;
  align-items:center;
  gap:12px;
}

.chef-qty-box button{
  width:48px;
  height:48px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#4b20ff;
  border-radius:14px;
  font-size:28px;
  line-height:1;
  font-weight:800;
  box-shadow:0 2px 8px rgba(16,24,40,.05);
}

.chef-qty-box span{
  color:#101828;
  font-size:18px;
  font-weight:900;
  min-width:18px;
  text-align:center;
}

.chef-total-box{
  border-top:1px solid #eee;
  margin-top:4px;
  padding:14px 2px 8px;
}

.chef-total-box > span{
  display:block;
  color:#777;
  font-size:13px;
  font-weight:700;
  margin-bottom:6px;
}

.chef-total-box strong{
  display:inline-flex;
  align-items:center;
  gap:2px;
  color:#101828;
  font-size:28px;
  font-weight:900;
  margin-top:2px;
  line-height:1;
}

.chef-continue-btn{
  width:100%;
  border:0;
  border-radius:16px;
  padding:15px;
  margin-top:10px;
  background:linear-gradient(135deg,#3427ff,#7b16ff);
  color:#fff;
  font-size:18px;
  font-weight:800;
}







.app-input-icon{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:0 16px;
  margin-bottom:14px;
  height:64px;
  background:#fff;
}

.app-input-icon span{
  font-size:28px;
  color:#4b20ff;
  min-width:28px;
  text-align:center;
}

.app-input-icon b{
  font-size:18px;
  color:#101828;
  margin-right:2px;
}

.app-input-icon input{
  border:0 !important;
  outline:0 !important;
  margin:0 !important;
  padding:0 !important;
  font-size:16px;
  flex:1;
  background:transparent;
}

.app-otp-ui{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:16px 0;
}

.app-otp-ui label{
  height:64px;
  border:1.5px solid #d7ccff;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:16px;
  font-weight:800;
  color:#555;
  background:#fff;
}

.otp-svg{
  width:28px;
  height:28px;
  color:#5b35ff;
  flex-shrink:0;
}

.whatsapp-svg{
  color:#25D366;
}

.app-otp-ui input{
  display:none;
}

.app-otp-ui label:has(input:checked){
  border:2px solid #4b20ff;
  background:#f5f1ff;
  color:#4b20ff;
}

.app-otp-ui label:has(input:checked){
  border:2px solid #4b20ff;
  background:#f5f1ff;
  color:#4b20ff;
}

.app-send-btn{
  width:100%;
  border:0;
  border-radius:18px;
  padding:17px;
  margin-top:16px;
  background:linear-gradient(135deg,#3427ff,#7b16ff) !important;
  color:#fff;
  font-size:20px;
  font-weight:900;
}





.login-phone-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  height:52px;
  border:1px solid #ddd;
  border-radius:12px;
  background:#fff;
  padding:0 14px;
  margin-bottom:10px;
}

.login-flag{
  font-size:22px;
}

.login-code{
  font-size:16px;
  font-weight:800;
  color:#101828;
}

.login-phone-wrap input{
  flex:1;
  border:0 !important;
  outline:0 !important;
  padding:0 !important;
  margin:0 !important;
  font-size:15px;
  background:transparent;
}

#loginError{
  color:#e53935;
  font-size:13px;
  font-weight:700;
  margin:6px 2px 10px;
}


.calendar-grid-icon{
  width:42px;
  height:42px;
  border:2.4px solid #111827;
  border-radius:9px;
  position:relative;
  background:#fff;
  flex-shrink:0;
  box-sizing:border-box;
}

.calendar-grid-icon::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:11px;
  background:#111827;
  border-radius:6px 6px 0 0;
}

.calendar-grid-icon::after{
  content:"";
  position:absolute;
  top:17px;
  left:9px;
  width:4px;
  height:4px;
  background:#111827;
  border-radius:1px;
  box-shadow:
    9px 0 #111827,
    18px 0 #111827,
    0 8px #111827,
    9px 8px #111827,
    18px 8px #111827,
    0 16px #111827,
    9px 16px #111827,
    18px 16px #111827;
}

.calendar-grid-icon .ring{
  position:absolute;
  top:-7px;
  width:5px;
  height:12px;
  background:#111827;
  border-radius:5px;
  z-index:2;
}

.calendar-grid-icon .ring.left{
  left:10px;
}

.calendar-grid-icon .ring.right{
  right:10px;
}





.jp-chef-slots{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.jp-chef-slot-card{
  width:100%;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  display:flex;
  align-items:center;
  gap:12px;
  box-sizing:border-box;
}

.jp-chef-slot-card.jp-selected{
  border:2px solid #3b22ff;
}

.jp-chef-slot-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:#3b22ff;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  flex-shrink:0;
}

.jp-chef-slot-label{
  flex:1;
  font-size:15px;
  font-weight:900;
  color:#101828;
}

.jp-chef-radio{
  width:20px;
  height:20px;
  border-radius:50%;
  border:2px solid #999;
  flex-shrink:0;
}

.jp-selected .jp-chef-radio{
  border:6px solid #3b22ff;
}

.jp-chef-custom-card{
  width:100%;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  box-sizing:border-box;
}

.jp-chef-custom-card.jp-selected{
  border:2px solid #3b22ff;
}

.jp-chef-custom-head{
  display:flex;
  align-items:center;
  gap:12px;
}

.jp-chef-custom-text{
  flex:1;
  min-width:0;
}

.jp-chef-custom-text h4{
  margin:0;
  font-size:15px;
  font-weight:900;
  color:#101828;
}

.jp-chef-custom-text h4 span{
  font-size:11px;
  color:#6d28d9;
  background:#f1eaff;
  padding:3px 8px;
  border-radius:12px;
  margin-left:5px;
}

.jp-chef-custom-text p{
  margin:4px 0 0;
  font-size:13px;
  color:#667085;
}

.jp-chef-time-field{
  margin-top:14px;
  height:50px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  box-sizing:border-box;
}

.jp-chef-time-field select{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  font-size:14px;
  color:#101828;
}

.jp-chef-info{
  margin-top:14px;
  background:#f3edff;
  color:#101828;
  border-radius:12px;
  padding:12px;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:8px;
}