@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500&display=swap";:root{--terracotta:#c2522d;--terracotta-dark:#9b3d1e;--terracotta-light:#e8805a;--cream:#f5efe0;--cream-dark:#e8ddca;--charcoal:#1a1612;--charcoal-mid:#2d2520;--muted:#8b7355;--success:#4a7c59;--white:#fdfaf4}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--cream);color:var(--charcoal);min-height:100vh;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3{font-family:Playfair Display,serif}button{cursor:pointer;border:none;font-family:DM Sans,sans-serif}input,textarea{font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}.auth-page{background:var(--cream);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";background:radial-gradient(circle, var(--terracotta-light) 0%, transparent 70%);opacity:.15;pointer-events:none;width:600px;height:600px;position:absolute;top:-30%;right:-20%}.auth-brand{text-align:center;margin-bottom:2rem}.auth-logo{color:var(--terracotta);letter-spacing:-1px;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900}.auth-tagline{color:var(--muted);letter-spacing:.05em;text-transform:lowercase;font-size:.9rem}.auth-card{background:var(--white);border:1px solid var(--cream-dark);border-radius:20px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 8px 40px #1a161214}.auth-card h1{color:var(--charcoal);margin-bottom:.25rem;font-size:2rem}.auth-sub{color:var(--muted);margin-bottom:2rem;font-size:.95rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.field{flex-direction:column;gap:.4rem;display:flex}.field label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:500}.field input{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--charcoal);border-radius:10px;outline:none;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.field input:focus{border-color:var(--terracotta);background:var(--white)}.otp-input{letter-spacing:.5em;text-align:center;font-size:1.5rem!important}.btn-primary{background:var(--terracotta);color:var(--white);border-radius:10px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:background .2s,transform .1s}.btn-primary:hover{background:var(--terracotta-dark)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{color:var(--muted);text-align:center;background:0 0;width:100%;margin-top:.5rem;padding:.5rem;font-size:.9rem;transition:color .2s}.btn-ghost:hover{color:var(--terracotta)}.auth-error{color:#c0392b;background:#fdecea;border-radius:8px;padding:.6rem .875rem;font-size:.875rem}.auth-success{color:var(--success);background:#eaf4ed;border-radius:8px;padding:.6rem .875rem;font-size:.875rem}.auth-switch{text-align:center;color:var(--muted);margin-top:1.5rem;font-size:.9rem}.auth-switch a{color:var(--terracotta);font-weight:500}.auth-switch a:hover{text-decoration:underline}.role-options{flex-direction:column;gap:.75rem;margin:1.5rem 0;display:flex}.role-option{background:var(--cream);border:1.5px solid var(--cream-dark);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:DM Sans,sans-serif;transition:all .2s;display:flex}.role-option:hover{border-color:var(--terracotta);background:var(--white)}.role-icon{flex-shrink:0;font-size:1.5rem}.role-text{flex:1}.role-text strong{color:var(--charcoal);margin-bottom:.2rem;font-size:.95rem;display:block}.role-text p{color:var(--muted);margin:0;font-size:.8rem}.role-arrow{color:var(--muted);flex-shrink:0;font-size:1rem}.role-option:hover .role-arrow{color:var(--terracotta)}.back-btn{color:var(--muted);background:0 0;margin-bottom:1.25rem;padding:0;font-family:DM Sans,sans-serif;font-size:.875rem;transition:color .2s}.back-btn:hover{color:var(--charcoal)}.otp-hint{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.otp-hint strong{letter-spacing:.15em;font-size:1.1rem}.auth-brand .nav-logo-img{cursor:pointer;mix-blend-mode:multiply;width:auto;height:100px}.otp-phone-display{background:var(--cream);border:1.5px solid var(--cream-dark);text-align:center;border-radius:10px;margin-bottom:1rem;padding:.875rem 1rem}.otp-phone-display p{color:var(--muted);margin-bottom:.25rem;font-size:.75rem}.otp-phone-display strong{color:var(--charcoal);letter-spacing:.05em;font-size:1.1rem}.home{background:var(--cream);min-height:100vh}.navbar{background:var(--white);border-bottom:1px solid var(--cream-dark);z-index:100;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 2rem;display:flex;position:sticky;top:0}.nav-logo{color:var(--terracotta);letter-spacing:-.5px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:900}.nav-logo-img{cursor:pointer;mix-blend-mode:multiply;flex-shrink:0;width:auto;height:44px}.nav-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.nav-greeting{color:var(--muted);white-space:nowrap;font-size:.875rem}.nav-tab{color:var(--muted);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;padding:.4rem .75rem;font-family:DM Sans,sans-serif;font-size:.875rem;transition:all .2s}.nav-logout{color:var(--muted);border:1px solid var(--cream-dark);white-space:nowrap;background:0 0;border-radius:6px;padding:.4rem .75rem;font-size:.85rem;transition:all .2s}.nav-logout:hover{border-color:var(--terracotta);color:var(--terracotta)}.home-content{max-width:680px;margin:0 auto;padding:3rem 1.5rem 5rem}.hero-text{margin-bottom:2rem}.hero-text h1{color:var(--charcoal);margin-bottom:.5rem;font-size:clamp(2rem,6vw,3.5rem);line-height:1.1}.hero-text h1 em{color:var(--terracotta);font-style:italic}.hero-text p{color:var(--muted);font-size:.95rem}.category-pills{scrollbar-width:none;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.category-pills::-webkit-scrollbar{display:none}.category-pill{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--muted);white-space:nowrap;cursor:pointer;border-radius:20px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .875rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.category-pill:hover{border-color:var(--terracotta);color:var(--terracotta)}.category-pill.active{background:var(--terracotta);border-color:var(--terracotta);color:var(--white)}.search-form{flex-direction:column;gap:1rem;display:flex}.search-input{border:2px solid var(--cream-dark);background:var(--white);width:100%;color:var(--charcoal);resize:none;border-radius:14px;outline:none;padding:1.1rem 1.25rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:var(--terracotta);box-shadow:0 0 0 4px #c2522d14}.search-input::placeholder{color:var(--muted)}.budget-control{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:12px;padding:1rem 1.25rem}.budget-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.8rem;display:flex}.budget-label strong{color:var(--charcoal);font-family:Playfair Display,serif;font-size:.95rem}.budget-inputs{align-items:flex-end;gap:.75rem;display:flex}.budget-field{flex-direction:column;flex:1;gap:.3rem;display:flex}.budget-field label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.budget-field input{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--charcoal);border-radius:8px;outline:none;width:100%;padding:.65rem .875rem;font-family:DM Sans,sans-serif;font-size:.95rem;transition:border-color .2s}.budget-field input:focus{border-color:var(--terracotta)}.budget-sep{color:var(--muted);flex-shrink:0;padding-bottom:.6rem;font-size:1.1rem}.budget-hint{color:var(--muted);margin-top:.5rem;font-size:.72rem;line-height:1.4}.location-pill{background:var(--white);border:1.5px solid var(--cream-dark);color:var(--muted);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.find-btn{background:var(--charcoal);color:var(--cream);border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:background .2s,transform .1s}.find-btn:hover{background:var(--terracotta)}.find-btn:active{transform:scale(.98)}.find-btn:disabled{opacity:.5;cursor:not-allowed}.search-error{color:#c0392b;background:#fdecea;border-radius:10px;padding:.75rem 1rem;font-size:.875rem}.loading-dots span{animation:1.2s infinite blink}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.matches-section{margin-top:2.5rem}.matches-title{color:var(--charcoal);margin-bottom:1rem;font-size:1rem;font-weight:600}.match-list{flex-direction:column;gap:.875rem;display:flex}.match-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:14px;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.match-card:hover{border-color:var(--terracotta-light);box-shadow:0 2px 12px #c2522d14}.match-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.6rem;display:flex}.match-card-header h3{color:var(--charcoal);margin-bottom:.15rem;font-size:1rem;font-weight:600}.match-address{color:var(--muted);margin-bottom:.35rem;font-size:.75rem}.match-tags{flex-wrap:wrap;gap:.3rem;display:flex}.cuisine-tag{background:var(--cream);color:var(--muted);border:1px solid var(--cream-dark);text-transform:capitalize;border-radius:20px;padding:.12rem .45rem;font-size:.65rem}.match-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.15rem;display:flex}.match-score{color:var(--terracotta);font-size:.72rem;font-weight:700}.match-price{color:var(--charcoal);font-size:.72rem}.match-rating{color:var(--muted);font-size:.68rem}.match-delivery{color:var(--muted);margin-top:.5rem;margin-bottom:.75rem;font-size:.72rem}.match-delivery.free{color:var(--success)}.match-select-btn{text-align:center;width:100%;padding:.65rem;font-size:.9rem}.rematch-btn{border:1.5px solid var(--cream-dark);color:var(--muted);cursor:pointer;background:0 0;border-radius:10px;width:100%;margin-top:.75rem;padding:.75rem;font-family:DM Sans,sans-serif;font-size:.875rem;transition:all .2s}.rematch-btn:hover{border-color:var(--terracotta);color:var(--terracotta)}.rematch-btn:disabled{opacity:.5;cursor:not-allowed}.menu-order-section{flex-direction:column;gap:1rem;display:flex}.menu-order-header{flex-direction:column;gap:.35rem;display:flex}.menu-order-header h3{color:var(--charcoal);margin:0;font-size:1.1rem;font-weight:600}.menu-items-list{flex-direction:column;gap:.5rem;display:flex}.menu-order-item{border:1.5px solid var(--cream-dark);background:var(--white);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:all .2s;display:flex}.menu-order-item:hover{border-color:var(--terracotta-light)}.menu-order-item.selected{border-color:var(--terracotta);background:var(--cream)}.menu-order-item-info{flex-direction:column;flex:1;gap:.12rem;min-width:0;display:flex}.menu-order-item-name{color:var(--charcoal);font-size:.9rem;font-weight:500}.menu-order-item-desc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.menu-order-item-price{color:var(--terracotta);flex-shrink:0;font-size:.9rem;font-weight:600}.menu-item-check{color:var(--terracotta);flex-shrink:0;margin-left:.25rem;font-weight:700}.menu-empty-state{text-align:center;color:var(--muted);background:var(--white);border:1.5px solid var(--cream-dark);border-radius:12px;padding:2rem 1rem;font-size:.875rem}.order-summary{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:14px;padding:1.25rem}.order-summary h4{color:var(--charcoal);margin-bottom:1rem;font-size:.95rem;font-weight:600}.quantity-row{color:var(--charcoal);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;display:flex}.quantity-controls{align-items:center;gap:.75rem;display:flex}.quantity-controls button{border:1.5px solid var(--cream-dark);background:var(--cream);width:30px;height:30px;color:var(--charcoal);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-family:DM Sans,sans-serif;font-size:1rem;transition:all .2s;display:flex}.quantity-controls button:hover{border-color:var(--terracotta);color:var(--terracotta)}.quantity-controls span{text-align:center;min-width:20px;font-size:1rem;font-weight:600}.price-breakdown{border-top:1px solid var(--cream-dark);margin-bottom:.875rem;padding-top:.875rem}.price-row{color:var(--charcoal);justify-content:space-between;padding:.25rem 0;font-size:.875rem;display:flex}.price-row.total{border-top:1px solid var(--cream-dark);margin-top:.4rem;padding-top:.65rem;font-size:.975rem;font-weight:700}.delivery-form{border-top:1px solid var(--cream-dark);margin-top:.25rem;padding-top:1.1rem}.delivery-form h4{color:var(--charcoal);margin-bottom:.75rem;font-size:.9rem;font-weight:600}.payment-waiting{color:#92400e;background:#fef3c7;border-radius:10px;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.payment-confirmed{color:#065f46;background:#d1fae5;border-radius:10px;padding:.75rem 1rem;font-size:.9rem}.mpesa-note{color:var(--muted);text-align:center;margin-top:.5rem;font-size:.72rem}.track-btn{border:1.5px solid var(--success);color:var(--success);cursor:pointer;background:0 0;border-radius:8px;margin-top:.6rem;padding:.6rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.track-btn:hover{background:var(--success);color:var(--white)}.pulse{animation:1s infinite blink}@media (width<=600px){.home-content{padding:1.75rem 1rem 4rem}.navbar{padding:.75rem 1rem}.nav-logo-img{height:36px}.hero-text h1{font-size:2rem}.budget-inputs{flex-direction:row}.match-card,.order-summary{padding:1rem}}@media (width>=768px){.home-content{padding:3.5rem 2rem 5rem}.match-card-header h3{font-size:1.1rem}}.dashboard{background:var(--cream);min-height:100vh}.dash-content{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.dash-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;display:flex}.dash-header h1{color:var(--charcoal);margin-bottom:.25rem;font-size:2.25rem}.dash-sub{color:var(--muted);font-size:.95rem}.dash-loading{color:var(--muted);text-align:center;padding:3rem}.dash-empty{text-align:center;color:var(--muted);border:2px dashed var(--cream-dark);border-radius:16px;padding:4rem 2rem}.dash-empty p:first-child{color:var(--charcoal);margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.restaurant-form{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:16px;margin-bottom:2rem;padding:2rem}.restaurant-form h2{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.5rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.form-grid .field.full{grid-column:1/-1}.field textarea{border:1.5px solid var(--cream-dark);background:var(--cream);width:100%;color:var(--charcoal);resize:vertical;border-radius:10px;outline:none;padding:.875rem 1rem;font-size:.95rem;transition:border-color .2s}.field textarea:focus{border-color:var(--terracotta)}.restaurant-list{flex-direction:column;gap:1.25rem;display:flex}.dash-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:16px;padding:1.75rem;transition:border-color .2s}.dash-card:hover{border-color:var(--terracotta-light)}.dash-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.dash-card-header h3{color:var(--charcoal);margin-bottom:.2rem;font-size:1.35rem}.dash-address{color:var(--muted);font-size:.85rem}.dash-badges{flex-shrink:0;gap:.5rem;display:flex}.badge{border-radius:20px;padding:.3rem .75rem;font-size:.75rem;font-weight:500}.badge-pending{color:#92400e;background:#fef3c7}.badge-open{color:#065f46;background:#d1fae5}.badge-closed{background:var(--cream);color:var(--muted);border:1px solid var(--cream-dark)}.dash-desc{color:var(--muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.dash-meta{color:var(--muted);gap:1.25rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.dash-actions{gap:.75rem;display:flex}.toggle-btn{border:1.5px solid;border-radius:8px;padding:.7rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s}.toggle-open{background:var(--white);color:var(--success);border-color:var(--success)}.toggle-open:hover{background:var(--success);color:var(--white)}.toggle-close{background:var(--white);color:#c0392b;border-color:#c0392b}.toggle-close:hover{color:var(--white);background:#c0392b}.toggle-btn:disabled{opacity:.4;cursor:not-allowed}.nav-role{background:var(--terracotta);color:var(--white);border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:500}@media (width<=600px){.dash-content{padding:2rem 1rem 3rem}.form-grid{grid-template-columns:1fr}.form-grid .field.full{grid-column:1}}.location-detect-btn{background:var(--cream);border:1.5px solid var(--terracotta);color:var(--terracotta);cursor:pointer;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.location-detect-btn:hover{background:var(--terracotta);color:var(--white)}.location-detect-btn:disabled{opacity:.5;cursor:not-allowed}.location-detected{color:var(--success);margin-top:.4rem;font-size:.78rem}.form-title-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.form-title-row h2{color:var(--charcoal);font-size:1.5rem}.edit-btn{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--charcoal);border-radius:8px;padding:.7rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.edit-btn:hover{border-color:var(--terracotta);color:var(--terracotta)}.menu-toggle{margin-top:.75rem}.menu-toggle-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:.8rem;transition:color .2s}.menu-toggle-btn:hover{color:var(--terracotta)}.seller-support{background:var(--cream);color:var(--muted);text-align:center;border-radius:10px;margin-top:2rem;padding:1rem;font-size:.82rem}.seller-support a{color:var(--terracotta);text-decoration:none}.hours-picker{flex-direction:column;gap:.5rem;display:flex}.hours-row{border:1.5px solid var(--cream-dark);background:var(--cream);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .875rem;display:flex}.hours-row.active{background:var(--white);border-color:var(--terracotta-light)}.hours-day-toggle{cursor:pointer;align-items:center;gap:.5rem;min-width:110px;display:flex}.hours-day-toggle input[type=checkbox]{accent-color:var(--terracotta);cursor:pointer;width:16px;height:16px}.hours-day-label{color:var(--charcoal);font-size:.875rem;font-weight:500}.hours-times{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.hours-times input[type=time]{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--charcoal);border-radius:6px;outline:none;padding:.3rem .5rem;font-family:DM Sans,sans-serif;font-size:.875rem}.hours-times input[type=time]:focus{border-color:var(--terracotta)}.hours-times span{color:var(--muted);font-size:.8rem}.hours-closed{color:var(--muted);font-size:.78rem}.menu-editor{border-top:1px solid var(--cream-dark);margin-top:1.25rem;padding-top:1.25rem}.menu-header{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.menu-header h4{color:var(--charcoal);font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600}.menu-count{background:var(--cream-dark);color:var(--muted);border-radius:20px;margin-left:.4rem;padding:.1rem .5rem;font-size:.75rem}.menu-add-btn{border:1.5px solid var(--terracotta);color:var(--terracotta);background:0 0;border-radius:6px;padding:.35rem .875rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.menu-add-btn:hover{background:var(--terracotta);color:var(--white)}.menu-form{background:var(--cream);border-radius:10px;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.menu-form .field label{font-size:.72rem}.menu-form .field input{padding:.6rem .75rem;font-size:.875rem}.menu-available-toggle{color:var(--charcoal);cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.menu-available-toggle input{accent-color:var(--terracotta);width:15px;height:15px}.menu-form-actions{align-items:center;gap:.5rem;display:flex}.menu-list{flex-direction:column;gap:.5rem;display:flex}.menu-item{background:var(--cream);border:1px solid var(--cream-dark);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .875rem;transition:opacity .2s;display:flex}.menu-item.unavailable{opacity:.55}.menu-item-info{flex:1;min-width:0}.menu-item-name{color:var(--charcoal);font-size:.875rem;font-weight:500}.menu-item-desc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:.1rem;font-size:.75rem;overflow:hidden}.menu-item-price{color:var(--terracotta);margin-top:.2rem;font-size:.8rem;font-weight:500}.menu-item-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.menu-avail-btn{border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:DM Sans,sans-serif;font-size:.8rem;transition:all .2s;display:flex}.menu-avail-btn.avail{border-color:var(--success);color:var(--success);background:0 0}.menu-avail-btn.avail:hover{background:var(--success);color:var(--white)}.menu-avail-btn.unavail{border-color:var(--muted);color:var(--muted);background:0 0}.menu-edit-btn{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--charcoal);border-radius:5px;padding:.3rem .6rem;font-family:DM Sans,sans-serif;font-size:.75rem;transition:all .2s}.menu-edit-btn:hover{border-color:var(--terracotta);color:var(--terracotta)}.menu-delete-btn{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--muted);border-radius:5px;padding:.3rem .6rem;font-family:DM Sans,sans-serif;font-size:.75rem;transition:all .2s}.menu-delete-btn:hover{color:#c0392b;border-color:#c0392b}.menu-delete-confirm{gap:.3rem;display:flex}.menu-delete-yes{color:var(--white);background:#c0392b;border:none;border-radius:5px;padding:.3rem .5rem;font-family:DM Sans,sans-serif;font-size:.72rem}.menu-delete-no{background:var(--cream-dark);color:var(--charcoal);border:none;border-radius:5px;padding:.3rem .5rem;font-family:DM Sans,sans-serif;font-size:.72rem}.menu-empty{color:var(--muted);text-align:center;padding:1rem 0;font-size:.82rem}@media (width<=400px){.menu-form-row{grid-template-columns:1fr}}.menu-form-row{flex-wrap:wrap;gap:.75rem;display:flex}.menu-form-row .field{flex:1;min-width:120px}.analytics-chart{width:100%;margin:1rem 0}.chart-label{color:var(--muted);margin-bottom:.5rem;font-size:.8rem}.chart-bars{border-bottom:1px solid var(--border,#e0e0e0);align-items:flex-end;gap:4px;height:140px;padding-bottom:2px;display:flex}.chart-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:8px;height:100%;display:flex}.chart-bar{background:var(--accent,#c2522d);border-radius:2px 2px 0 0;width:100%;min-height:2px}.chart-bar-label{color:var(--muted);white-space:nowrap;transform-origin:0 0;margin-top:4px;font-size:.55rem;transform:rotate(-40deg)}.chart-empty{color:var(--muted);font-size:.85rem}.admin{background:var(--cream);min-height:100vh}.admin-layout{min-height:calc(100vh - 65px);display:flex}.admin-sidebar{background:var(--charcoal);flex-direction:column;flex-shrink:0;gap:.25rem;width:220px;padding:1.5rem 1rem;display:flex}.sidebar-item{color:#f5efe080;text-align:left;background:0 0;border-radius:8px;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:all .2s}.sidebar-item:hover{color:var(--cream);background:#f5efe014}.sidebar-item.active{background:var(--terracotta);color:var(--white)}.admin-main{flex:1;padding:2.5rem 2rem;overflow-y:auto}.admin-section h1{color:var(--charcoal);margin-bottom:.25rem;font-size:2rem}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.stat-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.stat-card.highlight{background:#fffbeb;border-color:#f59e0b}.stat-card.green{border-color:var(--success);background:#f0fdf4}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.stat-value{color:var(--charcoal);font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700}.pending-alert{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;display:flex}.pending-alert button{color:#92400e;background:0 0;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:underline}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.filter-tab{background:var(--white);border:1.5px solid var(--cream-dark);color:var(--muted);text-transform:capitalize;border-radius:20px;padding:.4rem .875rem;font-family:DM Sans,sans-serif;font-size:.8rem;transition:all .2s}.admin-list{flex-direction:column;gap:1rem;display:flex}.admin-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:14px;padding:1.5rem;transition:border-color .2s}.admin-card:hover{border-color:var(--terracotta-light)}.admin-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.admin-card-header h3{color:var(--charcoal);margin-bottom:.25rem;font-size:1.15rem}.admin-meta{color:var(--muted);margin-top:.2rem;font-size:.8rem}.admin-badges{flex-wrap:wrap;flex-shrink:0;gap:.4rem;display:flex}.badge-danger{color:#991b1b;background:#fee2e2}.badge-half{color:#1e40af;background:#dbeafe}.badge-role{background:var(--cream);color:var(--charcoal);border:1px solid var(--cream-dark);text-transform:capitalize}.admin-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.action-btn{border:1.5px solid;border-radius:7px;padding:.45rem 1rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;transition:all .2s}.action-btn.approve{color:var(--success);border-color:var(--success);background:var(--white)}.action-btn.approve:hover{background:var(--success);color:var(--white)}.action-btn.reject,.action-btn.deactivate,.action-btn.close{color:#c0392b;background:var(--white);border-color:#c0392b}.action-btn.reject:hover,.action-btn.deactivate:hover,.action-btn.close:hover{color:var(--white);background:#c0392b}.action-btn.activate,.action-btn.open{color:var(--terracotta);border-color:var(--terracotta);background:var(--white)}.action-btn.activate:hover,.action-btn.open:hover{background:var(--terracotta);color:var(--white)}.role-select{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--charcoal);cursor:pointer;border-radius:7px;outline:none;padding:.45rem .75rem;font-family:DM Sans,sans-serif;font-size:.82rem}.role-select:focus{border-color:var(--terracotta)}.tx-card{padding:1.25rem 1.5rem}.tx-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.tx-id{color:var(--charcoal);font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600}.tx-amounts{flex-direction:column;align-items:flex-end;display:flex}.tx-amount{color:var(--charcoal);font-family:Playfair Display,serif;font-size:1.1rem}.tx-fee{color:var(--muted);font-size:.75rem}.mpesa-ref{color:var(--success);margin-top:.25rem;font-size:.8rem;font-weight:500}.admin-badge{background:var(--charcoal);color:var(--cream);border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:500}@media (width<=700px){.admin-layout{flex-direction:column}.admin-sidebar{flex-direction:row;width:100%;padding:.75rem;overflow-x:auto}.sidebar-item{white-space:nowrap}.admin-main{padding:1.5rem 1rem}.stats-grid{grid-template-columns:1fr 1fr}.admin-sidebar{scrollbar-width:none;-ms-overflow-style:none;z-index:50;border-bottom:1px solid #f5efe01a;flex-direction:row;gap:.35rem;width:100%;padding:.65rem;position:sticky;top:65px;overflow-x:auto}.admin-sidebar::-webkit-scrollbar{display:none}.sidebar-item{white-space:nowrap;flex-shrink:0;padding:.5rem .875rem;font-size:.82rem}}.role-confirm{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:.75rem 1rem}.role-confirm p{color:#92400e;margin-bottom:.6rem;font-size:.82rem}.role-confirm-actions{gap:.5rem;display:flex}.role-confirm-actions .action-btn{text-align:center;flex:1;padding:.45rem;font-size:.78rem}.nav-logo-img{cursor:pointer;mix-blend-mode:multiply;width:auto;height:48px}.star-form{border-top:1px solid var(--cream-dark);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.star-label{color:var(--charcoal);font-size:.9rem;font-weight:500}.stars{gap:.25rem;display:flex}.star{color:var(--cream-dark);background:0 0;padding:0;font-size:2rem;line-height:1;transition:color .1s}.star.active{color:#f59e0b}.star-comment{border:1.5px solid var(--cream-dark);background:var(--cream);width:100%;color:var(--charcoal);resize:none;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem}.star-comment:focus{border-color:var(--terracotta)}.orders-page{background:var(--cream);min-height:100vh}.orders-content{max-width:720px;margin:0 auto;padding:3rem 2rem 4rem}.orders-content h1{color:var(--charcoal);margin-bottom:.25rem;font-size:2rem}.orders-list{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.order-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:16px;padding:1.75rem;transition:border-color .2s}.order-card:hover{border-color:var(--terracotta-light)}.order-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.order-header h3{color:var(--charcoal);margin-bottom:.2rem;font-size:1.25rem}.order-meta{color:var(--muted);font-size:.8rem}.order-amounts{color:var(--muted);flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.mpesa-ref{color:var(--success);font-weight:500}.order-progress{align-items:flex-start;gap:0;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.progress-step{flex-direction:column;flex:1;align-items:center;min-width:70px;display:flex;position:relative}.progress-dot{background:var(--cream-dark);border:2px solid var(--cream-dark);z-index:1;border-radius:50%;width:12px;height:12px;transition:all .3s}.progress-step.done .progress-dot{background:var(--terracotta);border-color:var(--terracotta)}.progress-line{background:var(--cream-dark);z-index:0;width:100%;height:2px;position:absolute;top:5px;left:50%}.progress-step.done .progress-line{background:var(--terracotta)}.progress-label{color:var(--muted);text-align:center;text-transform:capitalize;white-space:nowrap;margin-top:.4rem;font-size:.65rem}.progress-step.done .progress-label{color:var(--terracotta);font-weight:500}.confirm-btn{background:var(--success);width:100%;color:var(--white);border-radius:10px;margin-bottom:.5rem;padding:.875rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;transition:opacity .2s}.confirm-btn:hover{opacity:.88}.rating-done{color:#f59e0b;border-top:1px solid var(--cream-dark);margin-top:1rem;padding-top:1rem;font-size:.9rem;font-weight:500}.nav-tab{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:6px;padding:.4rem .75rem;font-family:DM Sans,sans-serif;font-size:.875rem;transition:all .2s}.nav-tab:hover{color:var(--charcoal)}.nav-tab.active{color:var(--charcoal);border-color:var(--cream-dark)}@media (width<=600px){.orders-content{padding:2rem 1rem 3rem}}.seller-actions{flex-direction:column;gap:.6rem;margin-top:.5rem;display:flex}.filter-tabs{flex-wrap:wrap;gap:.4rem;display:flex}.filter-tab{background:var(--white);border:1.5px solid var(--cream-dark);color:var(--muted);border-radius:20px;padding:.4rem .875rem;font-family:DM Sans,sans-serif;font-size:.8rem;transition:all .2s}.filter-tab.active{background:var(--charcoal);color:var(--cream);border-color:var(--charcoal)}.cancel-confirm{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:.875rem 1rem}.cancel-confirm p{color:#991b1b;margin-bottom:.75rem;font-size:.875rem;font-weight:500}.cancel-confirm-actions{gap:.6rem;display:flex}.cancel-confirm-actions .action-btn{text-align:center;flex:1;padding:.5rem}.profile-page{background:var(--cream);min-height:100vh}.profile-content{max-width:600px;margin:0 auto;padding:3rem 2rem 4rem}.profile-content h1{color:var(--charcoal);margin-bottom:.25rem;font-size:2rem}.profile-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:16px;margin-top:1.5rem;padding:1.75rem}.profile-card h2{color:var(--charcoal);margin-bottom:1.25rem;font-size:1.25rem}.profile-field-static{margin-bottom:1.25rem}.profile-field-static:last-child{margin-bottom:0}.profile-field-static label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.profile-field-static p{color:var(--charcoal);font-size:.95rem}.profile-note{color:var(--muted);margin-top:.2rem;font-size:.75rem;display:block}@media (width<=600px){.profile-content{padding:2rem 1rem 3rem}}.history-page{background:var(--cream);min-height:100vh}.history-content{max-width:720px;margin:0 auto;padding:3rem 2rem 4rem}.history-content h1{color:var(--charcoal);margin-bottom:.25rem;font-size:2rem}.history-list{flex-direction:column;gap:.875rem;margin-top:1.5rem;display:flex}.history-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:14px;transition:border-color .2s;overflow:hidden}.history-card:hover{border-color:var(--terracotta-light)}.history-card-header{cursor:pointer;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.history-text{flex:1;min-width:0}.history-query{color:var(--charcoal);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.35rem;font-size:.9rem;font-style:italic;overflow:hidden}.history-meta{color:var(--muted);font-size:.75rem}.history-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;display:flex}.history-status{text-transform:capitalize;font-size:.72rem;font-weight:600}.history-chevron{color:var(--muted);font-size:.65rem}.history-matches{border-top:1px solid var(--cream-dark);flex-direction:column;gap:.5rem;padding:.75rem 1.5rem 1rem;display:flex}.history-match-row{border-bottom:1px solid var(--cream-dark);align-items:center;gap:.875rem;padding:.5rem 0;display:flex}.history-match-row:last-child{border-bottom:none}.history-match-rank{color:var(--muted);min-width:20px;font-size:.72rem}.history-match-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.history-match-name{color:var(--charcoal);font-size:.875rem;font-weight:500}.history-match-meta{color:var(--muted);font-size:.72rem}.history-match-score{color:var(--terracotta);background:var(--cream);border:1px solid var(--cream-dark);border-radius:20px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.history-no-matches{color:var(--muted);border-top:1px solid var(--cream-dark);padding:.75rem 1.5rem 1rem;font-size:.82rem}@media (width<=600px){.history-content{padding:2rem 1rem 3rem}}.rh-page{background:var(--cream);min-height:100vh}.rh-loading{background:var(--cream);min-height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.rh-content{max-width:680px;margin:0 auto;padding:2rem 1.5rem 5rem}.rh-header{border-bottom:1px solid var(--cream-dark);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.rh-header h1{color:var(--charcoal);margin-bottom:.25rem;font-size:1.75rem}.rh-address{color:var(--muted);margin-bottom:.25rem;font-size:.82rem}.rh-desc{color:var(--muted);font-size:.875rem;line-height:1.5}.rh-badges{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;display:flex}.rh-delivery{color:var(--muted);font-size:.72rem}.rh-delivery.free{color:var(--success)}.rh-closed-notice{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:10px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.875rem}.rh-auth-notice{background:var(--white);border:1.5px solid var(--cream-dark);color:var(--charcoal);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;font-size:.875rem}.rh-menu-section h2{color:var(--charcoal);margin-bottom:.875rem;font-size:1.1rem;font-weight:600}.rh-empty{color:var(--muted);padding:1rem 0;font-size:.875rem}@media (width<=600px){.rh-content{padding:1.5rem 1rem 4rem}.rh-header{flex-direction:column}.rh-badges{align-items:flex-start}}
