
/* EdenCare PWA mobile-first UI */
.edc-app{min-height:100vh;background:#f6f7f9;}
.edc-topbar{position:sticky;top:0;z-index:10;background:#0B3D2E;color:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;}
.edc-brand{font-weight:700;letter-spacing:.2px;}
.edc-main{padding:14px 14px 84px 14px;max-width:680px;margin:0 auto;}
.edc-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e6e6e6;display:flex;justify-content:space-around;padding:8px 6px;z-index:20;}
.edc-nav-item{color:#222;text-decoration:none;font-size:12px;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:64px;}
.edc-nav-ic{font-size:18px;line-height:18px;}
.edc-nav-item:hover{color:#0B3D2E;}
.edc-hero{background:#fff;border-radius:14px;padding:16px;box-shadow:0 1px 10px rgba(0,0,0,.04);}
.edc-h1{font-size:20px;margin:0 0 6px 0;}
.edc-h2{font-size:18px;margin:6px 0 12px 0;}
.edc-muted{color:#6b7280;font-size:13px;}
.edc-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.edc-btn{border-radius:10px;}
.edc-cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px;}
.edc-card{background:#fff;border-radius:14px;padding:14px;box-shadow:0 1px 10px rgba(0,0,0,.04);}
.edc-card-title{font-weight:700;margin-bottom:6px;}
.edc-form-card{margin-bottom:12px;}
.edc-label{font-size:12px;color:#374151;margin-bottom:6px;display:block;}
.edc-grid{display:grid;grid-template-columns:1fr;gap:10px;}
@media(min-width:560px){.edc-grid{grid-template-columns:1fr 1fr;}}
.edc-primary-btn{border-radius:12px;padding:12px;font-weight:700;}
.edc-order{background:#fff;border-radius:14px;padding:14px;box-shadow:0 1px 10px rgba(0,0,0,.04);margin-bottom:12px;}
.edc-order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;}
.edc-order-title{font-weight:800;}
.edc-order-meta{margin-top:10px;font-size:13px;color:#374151;display:grid;gap:6px;}
.edc-empty{background:#fff;border-radius:14px;padding:18px;text-align:center;box-shadow:0 1px 10px rgba(0,0,0,.04);}

/* Login / onboarding */
.edc-auth{max-width:420px;margin:0 auto;}
.edc-divider{display:flex;align-items:center;gap:10px;margin:14px 0;}
.edc-divider:before,.edc-divider:after{content:"";flex:1;height:1px;background:#e6e6e6;}
.edc-divider span{font-size:12px;color:#6b7280;}
.edc-otp-box{display:none;}

#edc_map.edc-map,
#edc_map,
.edc-map{
  height: 340px;
  min-height: 340px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
}
