:root{--teal:#0f5960;--teal-2:#0b7f78;--mint:#e8f7f3;--ink:#14233b;--muted:#6d7d91;--line:#dce6ed;--bg:#f6f9fb;--orange:#ff9f1c;--red:#ed4055}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}.site-header{background:var(--teal);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 5px 20px #0f596033}.header-inner{max-width:1240px;margin:auto;padding:16px 24px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:24px;font-weight:900;white-space:nowrap}.brand img{width:34px;height:34px;object-fit:contain;border-radius:10px;background:#fff;padding:4px}.global-search{display:flex;flex:1;max-width:530px;background:#fff;border-radius:12px;overflow:hidden;margin-left:auto}.global-search input{border:0;outline:0;flex:1;padding:12px 15px;font-size:14px}.global-search button{border:0;background:#fff;color:var(--teal);font-size:23px;padding:0 15px}.header-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.header-nav a{color:#fff;text-decoration:none;font-weight:800;font-size:13px;padding:10px 12px;border-radius:10px}.header-nav a:hover{background:#ffffff22}.cart-link{background:#08746f}.cart-link b{display:inline-grid;place-items:center;background:#fff;color:var(--teal);min-width:21px;height:21px;border-radius:99px;margin-left:4px}.site-main{max-width:1240px;margin:0 auto;padding:28px 24px 56px}.market-hero{background:linear-gradient(115deg,#0f5960,#0b7f78);border-radius:24px;padding:44px 52px;color:#fff;display:flex;align-items:center;justify-content:space-between;min-height:280px;overflow:hidden}.market-hero h1{font-size:46px;line-height:1.06;margin:9px 0 12px;letter-spacing:-1.5px}.market-hero p{max-width:600px;margin:0 0 22px;color:#e1f6f0;font-size:17px}.eyebrow{font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:#16a999}.market-hero .eyebrow{color:#a9efe2}.hero-art{width:250px;height:180px;border-radius:28px;background:#ffffff1c;display:flex;align-items:center;justify-content:center;font-size:76px;transform:rotate(3deg);box-shadow:inset 0 0 0 1px #ffffff26}.hero-art span{font-size:14px;line-height:1.25;font-weight:900;margin-left:7px;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;padding:13px 18px;text-decoration:none;font-weight:900;cursor:pointer;font-size:14px}.btn.primary{background:#12ae88;color:#fff}.btn.primary:hover{background:#079875}.btn.secondary{background:#eaf1f5;color:var(--ink)}.btn.wide{width:100%}.market-section{margin-top:34px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.section-title h2,.page-heading h1{margin:4px 0 0;font-size:30px;letter-spacing:-.7px}.section-title>span{color:var(--muted);font-weight:800}.restaurant-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.restaurant-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;text-decoration:none;color:var(--ink);transition:.18s;box-shadow:0 5px 15px #17203308}.restaurant-card:hover{transform:translateY(-3px);box-shadow:0 12px 22px #17203316}.restaurant-card-image{height:142px;background:linear-gradient(135deg,#dff6ef,#f4f7ee);display:grid;place-items:center;font-size:56px}.restaurant-card-image img{width:100%;height:100%;object-fit:cover}.restaurant-card-body{padding:14px 15px 17px}.restaurant-card-title{display:flex;justify-content:space-between;gap:8px}.restaurant-card-title h3{margin:0;font-size:17px}.restaurant-card-title span{color:#13a17b}.restaurant-card-body p{margin:5px 0 9px;color:var(--muted);font-size:13px}.restaurant-card-body small{color:#8594a5;font-size:11px}.restaurant-hero{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 30px;display:flex;gap:20px;align-items:center;margin-bottom:24px}.restaurant-logo{width:84px;height:84px;border-radius:18px;background:var(--mint);display:grid;place-items:center;font-size:35px;overflow:hidden}.restaurant-logo img{width:100%;height:100%;object-fit:cover}.restaurant-hero h1{margin:5px 0;font-size:32px}.restaurant-hero p{margin:0;color:var(--muted)}.restaurant-meta{display:flex;gap:14px;margin-top:12px;color:#15816f;font-size:12px;font-weight:800}.menu-layout{display:grid;grid-template-columns:215px 1fr;gap:25px;align-items:start}.category-nav{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;position:sticky;top:95px}.category-nav b{display:block;margin-bottom:12px}.category-nav a{display:block;text-decoration:none;color:var(--muted);font-size:13px;font-weight:800;padding:9px 10px;border-radius:8px}.category-nav a:hover{background:var(--mint);color:var(--teal)}.menu-section{margin-bottom:30px}.menu-section h2{font-size:23px;margin:0 0 13px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:15px;display:flex;min-height:160px;overflow:hidden}.product-card>img,.product-placeholder{width:126px;min-width:126px;height:160px;object-fit:cover;background:#eaf7f3;display:grid;place-items:center;font-size:40px}.product-content{padding:14px 14px 12px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.product-content h3{margin:0;font-size:16px}.product-content p{color:var(--muted);font-size:12px;line-height:1.35;margin:6px 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-content strong{color:#078f70;margin-top:auto;font-size:16px}.add-btn{border:0;background:var(--mint);color:#087b6b;border-radius:8px;padding:8px 10px;font-weight:900;margin-top:8px;cursor:pointer}.add-btn:hover{background:#c7eee4}.page-heading{margin:10px 0 22px}.page-heading p{color:var(--muted);margin:7px 0 0}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:20px}.cart-card,.checkout-card,.order-card,.orders-list{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px}.card-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:2px}.card-head h2{margin:0;font-size:19px}.card-head span{color:var(--muted);font-weight:800}.cart-row{display:grid;grid-template-columns:54px 1fr 75px 100px;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #edf2f5}.cart-row img,.cart-icon{width:54px;height:54px;border-radius:10px;object-fit:cover;background:var(--mint);display:grid;place-items:center}.cart-row b{display:block}.cart-row small{display:block;color:var(--muted);margin-top:4px}.cart-row>strong{color:#10a17d;text-align:right}.qty{width:68px;border:1px solid var(--line);border-radius:8px;padding:8px;text-align:center;font-weight:800}.total-row{display:flex;justify-content:space-between;align-items:center;padding-top:18px;font-size:16px;font-weight:900}.total-row strong{font-size:22px;color:var(--red)}.checkout-card h2{margin:0 0 17px}.checkout-card p{color:var(--muted);line-height:1.5}.form-stack{display:grid;gap:13px}.form-stack label{display:grid;gap:6px;font-size:12px;font-weight:900;color:var(--muted)}.form-stack input,.form-stack textarea,.form-stack select{border:1px solid #cfdce6;border-radius:10px;padding:12px 13px;font:inherit;color:var(--ink);outline:0;background:#fff}.form-stack textarea{min-height:82px;resize:vertical}.flash{padding:13px 16px;border-radius:11px;margin-bottom:18px;font-weight:800}.flash.error{background:#fff1f2;color:#c32d43}.flash.success{background:#e9fbf4;color:#08745f}.empty-state{background:#fff;border:1px dashed #cbd9e4;border-radius:16px;padding:30px;text-align:center;color:var(--muted);display:grid;gap:9px}.empty-state.large{min-height:250px;place-content:center}.empty-state b{font-size:20px;color:var(--ink)}.empty-state .btn{justify-self:center}.auth-grid{max-width:950px;margin:28px auto;display:grid;grid-template-columns:1fr 390px;gap:38px;align-items:center}.auth-copy{padding:30px}.auth-copy h1{font-size:43px;line-height:1.08;margin:10px 0 15px}.auth-copy p{color:var(--muted);font-size:16px;max-width:400px}.auth-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 30px #1720330d}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;background:#f0f5f7;padding:4px;border-radius:10px;margin-bottom:22px}.auth-tabs a{text-align:center;text-decoration:none;padding:10px;border-radius:8px;color:var(--muted);font-weight:900;font-size:13px}.auth-tabs a.active{background:#fff;color:var(--teal);box-shadow:0 2px 8px #17203312}.order-card{max-width:680px}.order-status{display:flex;justify-content:space-between;background:var(--mint);border-radius:12px;padding:15px;color:#137b68}.order-card h2{margin:22px 0 7px}.order-card p{color:var(--muted)}.order-total{border-top:1px solid var(--line);margin-top:20px;padding-top:17px;display:flex;justify-content:space-between;font-weight:900}.order-total strong{font-size:21px;color:#0c9673}.orders-list{padding:0;overflow:hidden}.order-list-row{display:flex;justify-content:space-between;gap:15px;padding:17px 20px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.order-list-row:last-child{border-bottom:0}.order-list-row small{display:block;color:var(--muted);margin-top:5px}.order-list-row>strong{text-align:right;color:#098c71}.site-footer{max-width:1240px;margin:0 auto;padding:24px;display:flex;justify-content:space-between;color:#8493a3;font-size:12px;border-top:1px solid var(--line)}.site-footer div{display:flex;gap:10px}.site-footer b{color:var(--teal)}
@media(max-width:950px){.header-inner{flex-wrap:wrap;padding:13px 16px}.global-search{order:3;max-width:none;flex-basis:100%;margin:0}.header-nav{margin-left:auto}.header-nav a{padding:9px 7px;font-size:12px}.site-main{padding:20px 15px 40px}.restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-layout{grid-template-columns:1fr}.auth-grid{grid-template-columns:1fr;gap:10px}.auth-copy{padding:10px 6px}.auth-copy h1{font-size:35px}.menu-layout{grid-template-columns:1fr}.category-nav{position:static;display:flex;gap:5px;overflow:auto;padding:9px}.category-nav b{display:none}.category-nav a{white-space:nowrap;background:#f2f7f8}.product-grid{grid-template-columns:1fr}}
@media(max-width:560px){.brand{font-size:20px}.header-nav a:first-child{display:none}.market-hero{padding:28px 22px;min-height:250px}.market-hero h1{font-size:35px}.market-hero p{font-size:14px}.hero-art{width:115px;height:115px;font-size:42px;flex-direction:column}.hero-art span{font-size:10px;text-align:center}.restaurant-grid{grid-template-columns:1fr}.restaurant-hero{padding:18px;align-items:flex-start}.restaurant-logo{width:62px;height:62px;font-size:25px}.restaurant-hero h1{font-size:24px}.restaurant-meta{display:grid;gap:5px}.product-card{min-height:142px}.product-card>img,.product-placeholder{width:95px;min-width:95px;height:142px}.cart-row{grid-template-columns:45px 1fr 58px;gap:9px}.cart-row img,.cart-icon{width:45px;height:45px}.cart-row>strong{grid-column:2;text-align:left}.qty{width:58px}.site-footer{display:grid;gap:10px}.site-footer div{display:grid;gap:4px}}
.restaurant-info-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:18px;margin:-7px 0 25px}.about-card,.reviews-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.about-card h2,.reviews-card h2{margin:5px 0 9px;font-size:21px}.about-card p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 14px}.whatsapp-link{display:inline-flex;align-items:center;gap:7px;background:#dcfce9;color:#087b50;border-radius:9px;padding:10px 13px;text-decoration:none;font-weight:900;font-size:12px}.reviews-head{display:flex;justify-content:space-between;align-items:start}.reviews-head>strong{font-size:22px;color:#f59e0b}.review-list{display:grid;gap:10px;max-height:170px;overflow:auto}.review-row{border-top:1px solid #edf2f5;padding-top:9px}.review-row b{font-size:12px}.review-row small{display:block;color:#f59e0b;font-size:11px;margin-top:2px}.review-row p{margin:5px 0 0;color:var(--muted);font-size:12px}.muted-copy{color:var(--muted);font-size:12px}@media(max-width:560px){.restaurant-info-grid{grid-template-columns:1fr;margin-top:-8px}}
