:root{--khcd-blue:#141916;--khcd-green:#fbcc1a;--khcd-yellow:#fbcc1a;--khcd-bg:#fffaf0;--khcd-ink:#141916;--khcd-muted:#686d69;--khcd-border:#e6e1d3}
.khcd-app{max-width:1180px;margin:28px auto;padding:0 16px;color:var(--khcd-ink);font-family:Tahoma,Arial,sans-serif;box-sizing:border-box}.khcd-app *{box-sizing:border-box}.khcd-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px;border-radius:22px;background:linear-gradient(135deg,#141916,#252c28);color:#fff;box-shadow:0 15px 40px rgba(20,25,22,.2);border-bottom:5px solid var(--khcd-yellow);margin-bottom:20px}.khcd-hero h2,.khcd-hero p{margin:5px 0}.khcd-hero small{color:var(--khcd-yellow)}.khcd-brand{display:flex;align-items:center;gap:14px}.khcd-brand img{width:68px;height:68px;object-fit:cover;border-radius:16px}.khcd-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(350px,1.1fr);gap:20px}.khcd-card{padding:22px;background:#fff;border:1px solid var(--khcd-border);border-radius:20px;box-shadow:0 8px 25px rgba(20,25,22,.07)}.khcd-card h3{margin-top:0}.khcd-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.khcd-fields label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.khcd-fields .khcd-wide{grid-column:1/-1}.khcd-fields input,.khcd-fields textarea,.khcd-fields select{width:100%;padding:11px 12px;border:1px solid var(--khcd-border);border-radius:11px;background:#fffdf7;font:inherit;color:inherit}.khcd-fields input:focus,.khcd-fields textarea:focus,.khcd-fields select:focus{outline:3px solid rgba(251,204,26,.3);border-color:var(--khcd-yellow)}.khcd-fields textarea{min-height:70px;resize:vertical}.khcd-button{border:0;border-radius:12px;padding:11px 18px;background:var(--khcd-yellow);color:#141916;font-weight:900;cursor:pointer}.khcd-button:disabled{opacity:.55;cursor:wait}.khcd-secondary{background:#fff3bd;color:#141916}.khcd-link{background:transparent;border:0;color:#141916;cursor:pointer;font-weight:800}.khcd-list{display:grid;gap:12px}.khcd-item{padding:16px;border:1px solid var(--khcd-border);border-radius:15px;background:#fffdf7}.khcd-item>div:first-child,.khcd-item footer,.khcd-section-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.khcd-item p{margin:9px 0;color:#3e4541}.khcd-item footer{padding-top:10px;border-top:1px dashed var(--khcd-border);font-size:12px;color:var(--khcd-muted)}.khcd-badge{padding:5px 9px;border-radius:20px;background:#fff0a6;color:#141916;font-size:11px}.khcd-price{font-size:18px;font-weight:900;color:#9b7700}.khcd-actions{display:flex!important;justify-content:flex-start!important;margin-top:14px}.khcd-muted{color:var(--khcd-muted)}.khcd-feedback{line-height:1.8;color:#6d5500}.khcd-error,.khcd-notice{padding:14px;border-radius:12px;background:#fff3bd;color:#594500;border-right:4px solid var(--khcd-yellow)}.khcd-notice{max-width:1100px;margin:20px auto}.khcd-section-head{margin-bottom:15px}
.khcd-tabs{display:flex;gap:8px;margin:0 0 18px;padding:6px;background:#fff3bd;border-radius:14px}.khcd-tabs button{padding:10px 16px;border-radius:10px}.khcd-tabs .is-active{background:#141916;color:#fbcc1a;box-shadow:0 3px 12px rgba(20,25,22,.16)}[hidden]{display:none!important}.khcd-inline{display:flex;gap:8px}.khcd-inline input{flex:1}#khcd-map{height:280px;border-radius:14px;border:1px solid var(--khcd-border);overflow:hidden}.khcd-steps{display:grid;gap:18px;padding-right:24px;line-height:1.7}.khcd-proof{display:flex!important;align-items:center;justify-content:flex-start!important;gap:16px;margin:12px 0;padding:12px;background:#fff8d9;border-radius:13px}.khcd-proof img{width:110px;height:110px;object-fit:cover;border-radius:10px}.khcd-timeline{display:grid;gap:8px;margin:12px 0;padding-right:20px}.khcd-timeline li{padding:7px 10px;border-right:3px solid var(--khcd-yellow)}.khcd-timeline time{display:block;color:var(--khcd-muted);font-size:11px}.khcd-item summary{cursor:pointer;color:#141916;font-weight:800}
@media(max-width:760px){.khcd-grid{grid-template-columns:1fr}.khcd-fields{grid-template-columns:1fr}.khcd-fields .khcd-wide{grid-column:auto}.khcd-hero{align-items:flex-start}.khcd-card{padding:17px}}
.khcd-auth{max-width:1050px}.khcd-register-brand{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:18px 22px;border-radius:20px;background:#141916;color:#fff;border-bottom:5px solid #fbcc1a}.khcd-register-brand img{width:88px;height:88px;object-fit:cover;border-radius:18px}.khcd-register-brand strong{display:block;color:#fbcc1a;font-size:30px;font-style:italic;letter-spacing:1px}.khcd-register-brand span{display:block;color:#fff;margin-top:4px}.khcd-auth-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px;align-items:start}.khcd-login-card{position:sticky;top:24px}.khcd-login-card form{display:grid;gap:14px}.khcd-login-card label{font-weight:700}.khcd-login-card input[type=text],.khcd-login-card input[type=password]{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid var(--khcd-border);border-radius:11px;background:#fffdf7}.khcd-login-card input[type=submit]{width:100%;border:0;border-radius:12px;padding:12px 18px;background:#fbcc1a;color:#141916;font-weight:900;cursor:pointer}.khcd-login-card .login-remember label{display:flex;align-items:center;gap:7px}.khcd-honeypot{position:absolute!important;right:-9999px!important;opacity:0!important;pointer-events:none!important}@media(max-width:760px){.khcd-auth-grid{grid-template-columns:1fr}.khcd-login-card{position:static}.khcd-register-brand img{width:68px;height:68px}.khcd-register-brand strong{font-size:25px}}
.khcd-app .khcd-button{display:inline-block;text-decoration:none}
.khcd-auth{max-width:760px}.khcd-auth-shell{padding:0;overflow:hidden}.khcd-auth-shell>.khcd-notice{margin:20px 24px 0}.khcd-auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:7px;margin:0;background:#f5f2e9;border-bottom:1px solid var(--khcd-border)}.khcd-auth-tabs button{min-height:52px;border:0;border-radius:13px;background:transparent;color:#686d69;font:inherit;font-size:15px;font-weight:800;cursor:pointer;transition:.2s ease}.khcd-auth-tabs button:hover{color:#141916}.khcd-auth-tabs button.is-active{background:#141916;color:#fbcc1a;box-shadow:0 7px 18px rgba(20,25,22,.16)}.khcd-auth-panel{padding:30px}.khcd-auth-intro{display:flex;align-items:center;gap:14px;margin-bottom:24px}.khcd-auth-intro h2{margin:0 0 5px;font-size:24px}.khcd-auth-intro p{margin:0;color:var(--khcd-muted);line-height:1.7}.khcd-auth-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:15px;background:#fff3bd;font-size:25px}.khcd-auth-panel>form{display:grid;gap:16px}.khcd-auth-panel>form>p{margin:0}.khcd-auth-panel>form label{font-weight:800}.khcd-auth-panel>form input[type=text],.khcd-auth-panel>form input[type=password]{display:block;width:100%;min-height:48px;margin-top:8px;padding:11px 13px;border:1px solid var(--khcd-border);border-radius:12px;background:#fffdf7;font:inherit}.khcd-auth-panel>form input:focus{outline:3px solid rgba(251,204,26,.3);border-color:#fbcc1a}.khcd-auth-panel>form input[type=submit]{width:100%;min-height:50px;border:0;border-radius:12px;background:#fbcc1a;color:#141916;font:inherit;font-weight:900;cursor:pointer}.khcd-auth-panel .login-remember label{display:flex;align-items:center;gap:8px;font-weight:600}.khcd-auth-help{text-align:center;margin:18px 0 0}.khcd-auth-help a{color:#141916;font-weight:700}.khcd-auth-panel[data-auth-panel=register]>.khcd-error{margin-bottom:18px}@media(max-width:600px){.khcd-auth-panel{padding:22px 17px}.khcd-auth-tabs button{font-size:13px}.khcd-auth-intro h2{font-size:20px}.khcd-auth-intro p{font-size:13px}}
.khcd-auth-panel[data-auth-panel=login]>.khcd-error{margin-bottom:18px}.khcd-save-hint{margin:13px 0 0;padding:10px 12px;border-radius:10px;background:#fff8d9;color:#665000;font-size:12px;line-height:1.6}
.khcd-password-field{position:relative}.khcd-password-field input{padding-left:52px!important}.khcd-password-field button{position:absolute;left:5px;top:5px;width:42px;height:38px;border:0;border-radius:9px;background:#fff3bd;cursor:pointer;font-size:18px}.khcd-city-fixed{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border:1px solid #f0d66d;border-radius:12px;background:#fff8d9}.khcd-city-fixed span{color:var(--khcd-muted);font-size:13px}.khcd-city-fixed strong{font-size:16px}.khcd-field-hint{font-size:12px;font-weight:500;color:var(--khcd-muted);line-height:1.6}#khcd-register-map{height:330px;margin-top:3px;border:2px solid #fbcc1a;border-radius:15px;overflow:hidden;background:#f1eee4}.khcd-location-status{display:block;padding:9px 12px;border-radius:10px;background:#f5f2e9;color:var(--khcd-muted);font-size:12px;font-weight:700}.khcd-location-status.is-selected{background:#eaf7ef;color:#176a39}.khcd-location-status.is-error{background:#fff0ed;color:#a62c20}@media(max-width:600px){#khcd-register-map{height:270px}.khcd-city-fixed{padding:11px 12px}}
.khcd-register-map-wrap{position:relative}.khcd-my-location{position:absolute;z-index:500;left:12px;bottom:12px;min-height:42px;padding:9px 14px;border:1px solid #d3a900;border-radius:12px;background:#fbcc1a;color:#141916;font:inherit;font-size:13px;font-weight:900;box-shadow:0 6px 18px rgba(20,25,22,.2);cursor:pointer}.khcd-my-location:disabled{opacity:.7;cursor:wait}@media(max-width:600px){.khcd-my-location{left:9px;bottom:9px}}
#khcd-register-map .leaflet-marker-icon:not(.khcd-store-marker){display:none!important}.khcd-store-marker{display:grid!important;place-items:center;background:#141916;border:4px solid #fbcc1a;border-radius:50% 50% 50% 8px;box-shadow:0 8px 24px rgba(20,25,22,.38);transform-origin:center;overflow:visible}.khcd-store-marker span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fbcc1a;font-size:21px;line-height:1}.khcd-store-marker::after{content:'المحل';position:absolute;right:50%;top:51px;transform:translateX(50%);padding:4px 9px;border-radius:8px;background:#141916;color:#fbcc1a;font-family:Tahoma,Arial,sans-serif;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 4px 12px rgba(20,25,22,.25)}
.khcd-live-order{margin-top:20px;border:2px solid var(--khcd-yellow);box-shadow:0 10px 30px rgba(20,25,22,.12)}.khcd-live-dot{color:#138a45;font-weight:900}.khcd-live-status{margin:12px 0;padding:12px;border-radius:11px;background:#e9f8ef;color:#126b38;font-weight:900}.khcd-needs-confirmation{border:2px solid var(--khcd-yellow);background:#fffdf2}.khcd-needs-confirmation .khcd-proof{align-items:flex-start}.khcd-needs-confirmation .khcd-proof>div{flex:1}.khcd-needs-confirmation .khcd-proof p{margin:7px 0 12px}@media(max-width:600px){.khcd-proof{align-items:flex-start;flex-direction:column}.khcd-proof img{width:100%;height:auto;max-height:280px}}
.khcd-order-card{padding:0;overflow:hidden}.khcd-order-card>summary{display:block;padding:16px;cursor:pointer;list-style:none}.khcd-order-card>summary::-webkit-details-marker{display:none}.khcd-order-card>summary>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.khcd-order-card>summary p{margin:10px 0 0;color:#3e4541}.khcd-order-card>summary::after{content:'اضغط لعرض التفاصيل';display:block;margin-top:8px;color:var(--khcd-muted);font-size:11px}.khcd-order-card[open]>summary{border-bottom:1px solid var(--khcd-border);background:#fff8d9}.khcd-order-card[open]>summary::after{content:'اضغط لإخفاء التفاصيل'}.khcd-order-details{padding:16px}.khcd-card>.khcd-live-order{margin:0 0 20px;padding:14px;border-radius:15px}.khcd-timeline-details{margin-top:12px}
.khcd-order-card{border-right-width:6px}.khcd-status-searching{border-right-color:#e5b800}.khcd-status-searching .khcd-badge{background:#fff1a8}.khcd-status-awaiting_photo{border-right-color:#3284d6}.khcd-status-awaiting_photo .khcd-badge{background:#ddecff;color:#15518d}.khcd-status-awaiting_merchant_confirmation{border-right-color:#f08a24}.khcd-status-awaiting_merchant_confirmation .khcd-badge{background:#ffe2c1;color:#8b4300}.khcd-status-picked_up,.khcd-status-in_transit{border-right-color:#7758c8}.khcd-status-picked_up .khcd-badge,.khcd-status-in_transit .khcd-badge{background:#e8e0ff;color:#51339d}.khcd-status-delivered{border-right-color:#169653}.khcd-status-delivered .khcd-badge{background:#d9f5e5;color:#096d39}.khcd-status-customer_absent,.khcd-status-disputed{border-right-color:#d94a43}.khcd-status-customer_absent .khcd-badge,.khcd-status-disputed .khcd-badge{background:#ffe0dd;color:#992b25}.khcd-status-returning,.khcd-status-returned{border-right-color:#3d7c8d}.khcd-status-returning .khcd-badge,.khcd-status-returned .khcd-badge{background:#dceff4;color:#285a68}.khcd-status-cancelled{border-right-color:#8a8f8c;opacity:.82}.khcd-status-cancelled .khcd-badge{background:#e8eae9;color:#555b58}.khcd-order-actions{display:flex!important;gap:10px;justify-content:flex-end!important;margin-top:16px;padding-top:14px;border-top:1px dashed var(--khcd-border)}.khcd-cancel-button{background:#fff0c2}.khcd-delete-button{background:#c93f38;color:#fff}@media(max-width:600px){.khcd-order-actions{flex-direction:column}.khcd-order-actions .khcd-button{width:100%}}
.livroor-landing{--ll-yellow:#fbcc1a;--ll-black:#141916;--ll-cream:#fffaf0;max-width:1180px;margin:0 auto;padding:24px 18px 60px;color:var(--ll-black);font-family:Tahoma,Arial,sans-serif}.livroor-landing *{box-sizing:border-box}.livroor-landing-hero{position:relative;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:45px;min-height:590px;padding:65px;border-radius:34px;overflow:hidden;background:var(--ll-black);color:#fff;box-shadow:0 25px 70px rgba(20,25,22,.2)}.livroor-landing-hero:before{content:'';position:absolute;width:420px;height:420px;left:-150px;top:-170px;border-radius:50%;background:var(--ll-yellow);opacity:.12}.livroor-eyebrow{display:inline-flex;padding:9px 15px;border:1px solid rgba(251,204,26,.5);border-radius:40px;color:var(--ll-yellow);font-weight:900;font-size:13px}.livroor-landing-copy{position:relative;z-index:2}.livroor-landing-copy h1{margin:23px 0 18px;font-size:clamp(38px,5.2vw,70px);line-height:1.16;letter-spacing:-2px}.livroor-landing-copy h1 em{color:var(--ll-yellow);font-style:normal}.livroor-landing-copy>p{max-width:610px;margin:0 0 28px;color:#d6dbd8;font-size:18px;line-height:1.9}.livroor-landing-copy small{display:block;margin-top:18px;color:#9ea8a2}.livroor-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.livroor-cta,.livroor-secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:12px 22px;border-radius:14px;font-weight:900;text-decoration:none!important;transition:.2s}.livroor-cta{background:var(--ll-yellow);color:var(--ll-black)!important;box-shadow:0 10px 30px rgba(251,204,26,.2)}.livroor-cta:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(251,204,26,.3)}.livroor-secondary-cta{border:1px solid #525a56;color:#fff!important}.livroor-landing-visual{position:relative;display:grid;place-items:center;min-height:400px}.livroor-landing-visual:before{content:'';position:absolute;width:330px;height:330px;border-radius:50%;background:var(--ll-yellow)}.livroor-landing-visual img{position:relative;z-index:1;width:285px;height:285px;border-radius:28px;object-fit:cover;box-shadow:0 25px 55px rgba(0,0,0,.35);transform:rotate(-3deg)}.livroor-float-card{position:absolute;z-index:2;right:-10px;top:55px;padding:14px 17px;border-radius:14px;background:#fff;color:var(--ll-black);font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.25)}.livroor-float-card.is-second{right:auto;left:-5px;top:auto;bottom:50px}.livroor-trust{display:flex;align-items:center;gap:30px;margin:22px 0 80px;padding:22px 28px;border:1px solid #e7e4dc;border-radius:20px;background:#fff}.livroor-trust>strong{white-space:nowrap}.livroor-trust>div{display:flex;justify-content:space-between;gap:22px;flex:1;color:#4f5752;font-size:13px}.livroor-section,.livroor-how{padding:40px 10px 80px}.livroor-section-title{max-width:700px;margin:0 auto 42px;text-align:center}.livroor-section-title>span,.livroor-requirements>div>span{color:#9a7900;font-weight:900;font-size:13px}.livroor-section-title h2,.livroor-requirements h2{margin:10px 0 14px;font-size:clamp(29px,4vw,45px)}.livroor-section-title p{color:#66706a;line-height:1.8}.livroor-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.livroor-benefits article{position:relative;padding:28px;border:1px solid #e7e4dc;border-radius:22px;background:#fff;box-shadow:0 10px 35px rgba(20,25,22,.06)}.livroor-benefits article>b{position:absolute;left:22px;top:20px;color:#d7d8d7;font-size:24px}.livroor-benefits article>i{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:#fff3bd;font-size:27px;font-style:normal}.livroor-benefits h3{margin:22px 0 10px;font-size:20px}.livroor-benefits p{margin:0;color:#66706a;line-height:1.8}.livroor-how{margin:0 -18px;padding:75px 40px;background:var(--ll-cream);border-radius:32px}.livroor-steps-marketing{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:920px;margin:auto}.livroor-steps-marketing article{display:flex;gap:16px;padding:22px;border:1px solid #eee3bd;border-radius:18px;background:#fff}.livroor-steps-marketing article>strong{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:50%;background:var(--ll-yellow);font-size:18px}.livroor-steps-marketing h3{margin:2px 0 8px}.livroor-steps-marketing p{margin:0;color:#66706a;line-height:1.7}.livroor-steps-marketing code{padding:2px 6px;border-radius:5px;background:#f1eee5}.livroor-requirements{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:45px;margin:75px 0;padding:45px;border-radius:27px;background:var(--ll-black);color:#fff}.livroor-requirements ul{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:0;padding:0;list-style:none}.livroor-requirements li{padding:14px;border:1px solid #3a423e;border-radius:12px;color:#e6e9e7}.livroor-final-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:30px 35px;border-radius:24px;background:var(--ll-yellow)}.livroor-final-cta img{width:72px;height:72px;border-radius:15px}.livroor-final-cta h2{margin:0 0 6px}.livroor-final-cta p{margin:0}.livroor-final-cta .livroor-cta{background:var(--ll-black);color:#fff!important}@media(max-width:850px){.livroor-landing-hero{grid-template-columns:1fr;padding:45px 28px}.livroor-landing-visual{min-height:340px}.livroor-trust{align-items:flex-start;flex-direction:column}.livroor-trust>div{display:grid;grid-template-columns:1fr 1fr;width:100%}.livroor-benefits{grid-template-columns:1fr}.livroor-requirements{grid-template-columns:1fr}.livroor-final-cta{grid-template-columns:auto 1fr}.livroor-final-cta .livroor-cta{grid-column:1/-1}}@media(max-width:560px){.livroor-landing{padding:10px 10px 40px}.livroor-landing-hero{min-height:auto;padding:37px 20px;border-radius:23px}.livroor-landing-copy h1{font-size:39px;letter-spacing:-1px}.livroor-landing-copy>p{font-size:15px}.livroor-hero-actions>*{width:100%}.livroor-landing-visual{min-height:285px}.livroor-landing-visual:before{width:240px;height:240px}.livroor-landing-visual img{width:205px;height:205px}.livroor-float-card{right:0;top:25px;font-size:11px}.livroor-float-card.is-second{left:0;bottom:25px}.livroor-trust{margin-bottom:45px}.livroor-trust>div{grid-template-columns:1fr}.livroor-section,.livroor-how{padding-top:35px;padding-bottom:50px}.livroor-how{margin:0}.livroor-steps-marketing{grid-template-columns:1fr}.livroor-requirements{margin:45px 0;padding:28px 20px}.livroor-requirements ul{grid-template-columns:1fr}.livroor-final-cta{grid-template-columns:1fr;text-align:center}.livroor-final-cta img{margin:auto}}
.livroor-landing .livroor-landing-hero h1{color:#fff!important}.livroor-landing .livroor-landing-hero h1 em{color:#fbcc1a!important}.livroor-landing .livroor-landing-copy>p{color:#eef1ef!important}.livroor-landing .livroor-landing-copy>small{color:#c5cbc7!important}.livroor-landing .livroor-section-title h2,.livroor-landing .livroor-benefits h3,.livroor-landing .livroor-steps-marketing h3{color:#141916!important}.livroor-landing .livroor-section-title p,.livroor-landing .livroor-benefits p,.livroor-landing .livroor-steps-marketing p{color:#59635d!important}.livroor-landing .livroor-requirements h2{color:#fff!important}.livroor-landing .livroor-requirements li{color:#f1f3f2!important}.livroor-landing .livroor-final-cta h2,.livroor-landing .livroor-final-cta p{color:#141916!important}
.khcd-merchant-app{max-width:1120px;padding-bottom:55px;background:linear-gradient(180deg,#fffdf5 0,#fff 430px);border-radius:30px}.khcd-merchant-hero{position:relative;overflow:hidden;min-height:250px;padding:32px 38px;border:0;border-radius:28px;background:radial-gradient(circle at 10% 10%,rgba(251,204,26,.24),transparent 35%),linear-gradient(135deg,#141916,#202923);box-shadow:0 20px 50px rgba(20,25,22,.19)}.khcd-merchant-hero:after{content:'⚡';position:absolute;left:3%;bottom:-75px;color:rgba(251,204,26,.09);font-size:230px;line-height:1;transform:rotate(-12deg)}.khcd-merchant-hero .khcd-brand{position:relative;z-index:1;align-items:flex-start}.khcd-merchant-hero .khcd-brand img{width:88px;height:88px;border:3px solid #fbcc1a;border-radius:24px;box-shadow:0 12px 35px rgba(0,0,0,.3)}.khcd-merchant-hero .khcd-brand small{display:block;margin-top:8px;color:#c9d0cc}.khcd-merchant-hero h2{margin:3px 0 5px!important;color:#fff!important;font-size:31px}.khcd-merchant-hero p{margin:0!important;color:#c9d0cc!important}.khcd-live-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border:1px solid rgba(80,220,137,.25);border-radius:30px;background:rgba(35,142,78,.15);color:#78e5a4;font-size:11px;font-weight:900}.khcd-live-pill i{width:7px;height:7px;border-radius:50%;background:#42d47c;box-shadow:0 0 0 5px rgba(66,212,124,.13);animation:khcdPulse 1.8s infinite}.khcd-hero-actions{position:relative;z-index:2;display:flex;align-items:center;gap:10px}.khcd-hero-cta{display:flex;align-items:center;gap:9px;min-height:52px;padding:12px 20px;box-shadow:0 10px 30px rgba(251,204,26,.18);transition:.2s}.khcd-hero-cta:hover{transform:translateY(-2px)}.khcd-hero-cta span{font-size:22px}.khcd-hero-refresh{display:grid;place-items:center;width:48px;height:48px;border:1px solid #414b45;border-radius:14px;background:#262f2a;color:#fff;font-size:24px;cursor:pointer}.khcd-dashboard-stats{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:-42px 28px 24px}.khcd-dashboard-stats article{display:flex;align-items:center;gap:14px;min-height:90px;padding:17px 20px;border:1px solid #ece9df;border-radius:19px;background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(20,25,22,.08);backdrop-filter:blur(8px)}.khcd-dashboard-stats article>div{display:flex;flex-direction:column}.khcd-dashboard-stats small{color:#78807b;font-size:12px}.khcd-dashboard-stats strong{margin-top:3px;font-size:27px}.khcd-stat-icon{display:grid;place-items:center;width:47px;height:47px;border-radius:14px;font-size:22px}.khcd-stat-icon.is-yellow{background:#fff1a9}.khcd-stat-icon.is-blue{background:#e2efff}.khcd-stat-icon.is-green{background:#def6e8;color:#128148;font-weight:900}.khcd-app-nav{justify-content:center;gap:4px;max-width:520px;margin:0 auto 24px;padding:5px;border:1px solid #ece8dc;background:#f7f5ee}.khcd-app-nav button{display:flex;align-items:center;justify-content:center;gap:7px;flex:1;min-height:47px}.khcd-app-nav button i{font-size:18px;font-style:normal}.khcd-app-nav .khcd-new-tab i{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#fbcc1a;color:#141916}.khcd-app-nav .is-active .khcd-new-tab i,.khcd-app-nav .khcd-new-tab.is-active i{background:#fbcc1a}.khcd-merchant-app>.khcd-grid{grid-template-columns:minmax(390px,1.12fr) minmax(300px,.88fr);align-items:start}.khcd-new-order-card,.khcd-journey-card,.khcd-orders-panel,.khcd-settings-panel{border-color:#ebe7dc;box-shadow:0 12px 35px rgba(20,25,22,.065)}.khcd-card-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.khcd-card-heading>span{display:grid;place-items:center;flex:0 0 53px;width:53px;height:53px;border-radius:16px;background:#fff2b2;font-size:27px}.khcd-card-heading small,.khcd-orders-panel .khcd-section-head small{color:#a17c00;font-weight:900}.khcd-card-heading h3{margin:3px 0 5px;font-size:23px}.khcd-card-heading p{margin:0;color:#747c77;font-size:13px;line-height:1.6}.khcd-new-order-card .khcd-fields label{color:#39413c}.khcd-new-order-card .khcd-fields input,.khcd-new-order-card .khcd-fields textarea,.khcd-new-order-card .khcd-fields select,.khcd-settings-panel .khcd-fields input,.khcd-settings-panel .khcd-fields textarea,.khcd-settings-panel .khcd-fields select{min-height:48px;border:1.5px solid #e5e1d5;background:#fbfaf6;transition:.2s}.khcd-new-order-card .khcd-fields input:focus,.khcd-new-order-card .khcd-fields textarea:focus,.khcd-new-order-card .khcd-fields select:focus{background:#fff;box-shadow:0 0 0 4px rgba(251,204,26,.13)}.khcd-submit-order{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:55px;padding:12px 20px;font-size:16px;box-shadow:0 10px 25px rgba(251,204,26,.22)}.khcd-submit-order b{font-size:24px}.khcd-journey-card{position:sticky;top:20px;overflow:hidden;background:linear-gradient(155deg,#171d19,#273029);color:#fff}.khcd-journey-card:before{content:'';position:absolute;width:220px;height:220px;left:-90px;top:-100px;border-radius:50%;background:#fbcc1a;opacity:.11}.khcd-journey-visual{display:grid;place-items:center;position:relative;width:100%;height:120px;margin-bottom:20px;border-radius:17px;background:linear-gradient(135deg,#fbcc1a,#f2b900);color:#141916;font-size:45px}.khcd-journey-visual span{position:absolute;right:23%;bottom:19px;padding:9px;border-radius:50%;background:#141916;font-size:25px;box-shadow:0 8px 20px rgba(0,0,0,.25)}.khcd-journey-card h3{color:#fff!important;font-size:22px}.khcd-journey-card>p{color:#bec7c1;line-height:1.7}.khcd-journey-card .khcd-steps{gap:0;padding:0;list-style:none}.khcd-journey-card .khcd-steps li{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #3a443e}.khcd-journey-card .khcd-steps li:last-child{border:0}.khcd-journey-card .khcd-steps b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#3a443e;color:#fbcc1a;font-size:12px}.khcd-orders-panel>.khcd-section-head{margin-bottom:20px}.khcd-orders-panel>.khcd-section-head h3{margin:3px 0 0;font-size:25px}.khcd-icon-refresh{padding:9px 13px;border:1px solid #e5e1d5;border-radius:11px;background:#fbfaf6;color:#424a45;font-weight:800;cursor:pointer}.khcd-order-card{transition:transform .2s,box-shadow .2s}.khcd-order-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,25,22,.09)}.khcd-order-card>summary{padding:18px}.khcd-order-card>summary>div strong{font-size:16px}.khcd-order-card>summary::after{content:'عرض الرحلة والتفاصيل  ←';color:#937400}.khcd-order-card[open]>summary::after{content:'إخفاء التفاصيل  ↑'}.khcd-live-order{position:relative;overflow:hidden;background:linear-gradient(145deg,#fffdf4,#fff);animation:khcdAppear .35s ease}.khcd-live-order:before{content:'';position:absolute;right:0;top:0;bottom:0;width:5px;background:#fbcc1a}.khcd-live-dot{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:20px;background:#e2f8eb;font-size:11px}.khcd-save-address{min-width:170px}.khcd-feedback:not(:empty){margin-top:14px;padding:11px 13px;border-radius:11px;background:#fff7d2}.khcd-muted{display:block;padding:30px;text-align:center}.khcd-settings-panel{max-width:760px;margin:auto}@keyframes khcdPulse{0%,100%{opacity:1}50%{opacity:.35}}@keyframes khcdAppear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:760px){.khcd-merchant-app{margin:0 auto;padding:10px 10px 105px;border-radius:0}.khcd-merchant-hero{min-height:275px;padding:23px 20px 78px;border-radius:23px}.khcd-merchant-hero{align-items:flex-start;flex-direction:column}.khcd-merchant-hero .khcd-brand img{width:66px;height:66px;border-radius:18px}.khcd-merchant-hero h2{font-size:25px}.khcd-merchant-hero p{font-size:13px}.khcd-hero-actions{position:absolute;right:20px;left:20px;bottom:22px}.khcd-hero-cta{flex:1;justify-content:center}.khcd-hero-refresh{width:48px;flex:0 0 48px}.khcd-dashboard-stats{grid-template-columns:repeat(3,1fr);gap:7px;margin:-28px 10px 20px}.khcd-dashboard-stats article{justify-content:center;min-height:76px;padding:10px 5px;border-radius:15px;text-align:center}.khcd-dashboard-stats article>div{align-items:center}.khcd-stat-icon{display:none}.khcd-dashboard-stats small{font-size:10px}.khcd-dashboard-stats strong{font-size:22px}.khcd-app-nav{position:fixed;z-index:9999;right:10px;bottom:10px;left:10px;max-width:none;margin:0;padding:6px;border:1px solid #e1ddd1;border-radius:19px;background:rgba(255,255,255,.96);box-shadow:0 12px 35px rgba(20,25,22,.2);backdrop-filter:blur(12px)}.khcd-app-nav button{flex-direction:column;gap:2px;min-height:53px;padding:5px!important;font-size:11px}.khcd-app-nav button i{font-size:19px}.khcd-app-nav .is-active{border-radius:14px}.khcd-merchant-app>.khcd-grid{grid-template-columns:1fr}.khcd-journey-card{position:relative;top:auto}.khcd-card{padding:18px;border-radius:18px}.khcd-card-heading h3{font-size:20px}.khcd-orders-panel>.khcd-section-head h3{font-size:22px}.khcd-order-card>summary>div{align-items:flex-start}.khcd-order-card>summary>div strong{max-width:55%;font-size:14px}.khcd-order-card .khcd-badge{max-width:45%;text-align:center}.khcd-fields{grid-template-columns:1fr}.khcd-fields .khcd-wide{grid-column:auto}}
.khcd-pickup-highlight{position:relative;margin:-2px 0 8px;padding:17px;border:1px solid #ebc300!important;border-radius:17px;background:linear-gradient(135deg,#fff4b6,#fff9da);box-shadow:0 8px 22px rgba(210,170,0,.09)}.khcd-pickup-highlight .khcd-input-label{color:#5d4a00;font-size:14px;font-weight:900}.khcd-pickup-highlight select{min-height:52px!important;border-color:#e5c441!important;background:#fff!important;font-size:14px;font-weight:800}.khcd-pickup-highlight small{color:#7e6b24;font-size:11px;font-weight:500}.khcd-choice-stage,.khcd-final-order-fields{display:block;padding:19px;border:1px solid #e7e3d7;border-radius:18px;background:#fbfaf6;animation:khcdAppear .3s ease}.khcd-choice-stage[hidden],.khcd-final-order-fields[hidden]{display:none!important}.khcd-choice-title{display:flex;align-items:center;gap:12px;margin-bottom:16px}.khcd-choice-title>b{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:#141916;color:#fbcc1a;font-size:14px}.khcd-choice-title>span{display:flex;flex-direction:column;gap:3px}.khcd-choice-title strong{color:#202622;font-size:15px}.khcd-choice-title small{color:#7a827d;font-size:11px}.khcd-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.khcd-choice-grid button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:58px;padding:10px 12px;border:1.5px solid #dfdcd1;border-radius:14px;background:#fff;color:#333b36;font:inherit;font-weight:900;cursor:pointer;transition:.18s}.khcd-choice-grid button:hover{border-color:#cfa900;transform:translateY(-1px)}.khcd-choice-grid button.is-selected{border-color:#141916;background:#141916;color:#fff;box-shadow:0 8px 20px rgba(20,25,22,.15)}.khcd-choice-grid button.is-selected span:first-child{color:#fbcc1a}.khcd-neighborhood-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.khcd-neighborhood-grid button{justify-content:space-between;text-align:right}.khcd-neighborhood-grid button strong{padding:4px 7px;border-radius:8px;background:#fff2ad;color:#5d4900;font-size:11px;white-space:nowrap}.khcd-neighborhood-grid button.is-selected strong{background:#fbcc1a;color:#141916}.khcd-final-order-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;border:2px solid #fbcc1a;background:#fffdf3}.khcd-final-order-fields .khcd-choice-title,.khcd-final-order-fields .khcd-submit-order{grid-column:1/-1}.khcd-final-order-fields label{display:flex!important}.khcd-final-order-fields textarea{min-height:82px!important}@media(max-width:700px){.khcd-choice-grid,.khcd-neighborhood-grid{grid-template-columns:1fr 1fr}.khcd-choice-grid button{min-height:55px}.khcd-final-order-fields{grid-template-columns:1fr}.khcd-final-order-fields .khcd-choice-title,.khcd-final-order-fields .khcd-submit-order{grid-column:auto}}@media(max-width:390px){.khcd-choice-grid,.khcd-neighborhood-grid{grid-template-columns:1fr}}
.khcd-pickup-preview{margin-top:10px;padding:11px 12px;border:1px dashed #d7b000;border-radius:13px;background:#fffdf1;color:#5f4a00;font-size:12px;font-weight:800;line-height:1.6}.khcd-pickup-preview.is-ready{background:#141916;color:#fbcc1a;border-color:#141916}.khcd-pickup-map-panel{display:grid!important;gap:12px;padding:14px;border:1.5px solid #e2d9bd;border-radius:18px;background:#fffdf5}.khcd-pickup-map-panel>div:first-child{display:grid;gap:4px}.khcd-pickup-map-panel strong{color:#141916}.khcd-pickup-map-panel span{color:#727971;font-size:12px;line-height:1.6}#khcd-pickup-map{height:310px;border:2px solid #fbcc1a;border-radius:16px;overflow:hidden;background:#eee7d5}.khcd-settings-panel .khcd-register-map-wrap{width:100%}@media(max-width:760px){.khcd-journey-card{margin-bottom:18px}.khcd-journey-visual{height:92px}.khcd-journey-card .khcd-steps li{padding:10px 0}.khcd-pickup-highlight{padding:14px}.khcd-pickup-preview{font-size:11px}#khcd-pickup-map{height:270px}.khcd-pickup-map-panel{padding:12px}}
.khcd-merchant-app>[data-panel="new"].khcd-grid{display:block;max-width:760px;margin:0 auto}.khcd-merchant-app>[data-panel="new"].khcd-grid[hidden]{display:none!important}.khcd-merchant-app>[data-panel="new"] .khcd-new-order-card{width:100%}@media(max-width:760px){.khcd-merchant-app>[data-panel="new"].khcd-grid{max-width:none}}
.khcd-progress{margin-top:13px;padding:12px;border:1px solid #eee6cf;border-radius:16px;background:linear-gradient(135deg,#fffdf5,#fff);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}.khcd-progress-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.khcd-progress-head strong{color:#1c221f;font-size:13px}.khcd-progress-head span{padding:3px 8px;border-radius:999px;background:#fff1a6;color:#5d4900;font-size:11px;font-weight:900}.khcd-progress-track{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.khcd-progress-track:before{content:'';position:absolute;right:10%;left:10%;top:18px;height:4px;border-radius:999px;background:#e7e2d5}.khcd-progress-track:after{content:'';position:absolute;right:10%;top:18px;width:calc((80% / 4) * var(--khcd-progress));height:4px;border-radius:999px;background:#141916;transition:.25s}.khcd-progress-track span{position:relative;z-index:1;display:grid;justify-items:center;gap:5px;color:#858983;font-size:10px;font-weight:900;text-align:center}.khcd-progress-track i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f0eee7;color:#141916;font-style:normal;font-size:16px;box-shadow:0 2px 8px rgba(20,25,22,.08)}.khcd-progress-track span.is-done i{background:#141916;color:#fbcc1a}.khcd-progress-track span.is-current i{box-shadow:0 0 0 5px rgba(251,204,26,.18),0 6px 15px rgba(20,25,22,.18)}.khcd-progress-track span.is-done b{color:#141916}.khcd-progress.is-alert .khcd-progress-head span{background:#ffe4c1;color:#8b4300}.khcd-progress.is-alert .khcd-progress-track span.is-current i{background:#f08a24;color:#fff}.khcd-progress.is-cancelled{background:#f4f4f3;border-color:#dedfdd}.khcd-progress.is-cancelled .khcd-progress-head span{background:#e1e3e1;color:#555b58}.khcd-progress.is-cancelled .khcd-progress-track:after{display:none}.khcd-progress.is-cancelled .khcd-progress-track i{background:#e8e8e6;color:#8a8f8c}@media(max-width:520px){.khcd-progress{padding:10px}.khcd-progress-track i{width:32px;height:32px;font-size:14px}.khcd-progress-track:before,.khcd-progress-track:after{top:15px}.khcd-progress-track span{font-size:9px}.khcd-progress-head strong{font-size:12px}}
.khcd-order-details>.khcd-progress{margin:0 0 16px;padding:14px;background:#fff;border-color:#e9e1c9}.khcd-orders-controls{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:end;margin:0 0 16px;padding:12px;border:1px solid #ece7d8;border-radius:16px;background:#fbfaf4}.khcd-orders-controls label{display:grid;gap:6px;color:#6f5b12;font-size:12px;font-weight:900}.khcd-orders-controls input{min-height:43px;padding:9px 11px;border:1px solid #e2d9bd;border-radius:12px;background:#fff;font:inherit;color:#141916}.khcd-orders-placeholder{display:grid;place-items:center;gap:7px;min-height:150px;padding:22px;border:1px dashed #dccb84;border-radius:18px;background:linear-gradient(135deg,#fffdf1,#fff);text-align:center;color:#6f5b12}.khcd-orders-placeholder strong{color:#141916;font-size:18px}.khcd-orders-placeholder span{font-size:12px}@media(max-width:640px){.khcd-orders-controls{grid-template-columns:1fr}.khcd-orders-controls .khcd-button,.khcd-orders-controls .khcd-link{width:100%;min-height:43px;border-radius:12px;background:#fbcc1a}.khcd-orders-controls .khcd-link{background:#fff3bd}}
