:root{--orange:#ff6500;--navy:#06245a;--cream:#fff8f1;--text:#14213d;--muted:#687087;--line:#e8eaf0;--shadow:0 12px 35px #13234d18}*{box-sizing:border-box}body{margin:0;font:15px/1.5 Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);background:#fffc;backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.brand{display:block;width:230px;height:68px;overflow:hidden;flex:0 0 230px}.brand img{display:block;width:230px;height:auto;transform:translateY(-42px)}nav{display:flex;align-items:center;gap:22px}nav a:hover{color:var(--orange)}nav form{margin:0}.link,.cart-button{border:0;background:none;color:var(--navy);cursor:pointer}.cart-button{background:var(--cream);padding:9px 13px;border-radius:12px}.login,.primary{background:linear-gradient(135deg,#ff7a00,var(--orange));color:#fff!important;border:0;border-radius:12px;padding:11px 20px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px #ff650036}.hello{color:var(--muted)}main{min-height:calc(100vh - 160px)}section{max-width:1180px;margin:70px auto;padding:0 24px}.hero{max-width:none;margin:0;padding:70px max(5vw,24px);background:radial-gradient(circle at 80% 40%,#ffe1be,transparent 30%),linear-gradient(120deg,#fffaf4,#fff);display:flex;align-items:center;justify-content:center;gap:8vw;min-height:530px}.hero>div{max-width:610px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.03;letter-spacing:-3px;margin:14px 0}.hero h1 em{font-style:normal;color:var(--orange)}.hero p{font-size:19px;color:var(--muted)}.hero>img{width:min(430px,38vw);max-height:430px;object-fit:contain;border-radius:50px}.eyebrow{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:2px}.search{display:flex;background:#fff;border:1px solid var(--line);border-radius:16px;padding:6px;max-width:560px;box-shadow:var(--shadow);margin-top:28px}.search input{flex:1;border:0;outline:0;padding:12px}.search button{border:0;border-radius:11px;background:var(--navy);color:#fff;padding:0 24px;font-weight:800}.search.compact{margin:0 0 30px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.section-title h2,.page h1{font-size:30px}.section-title>a{color:var(--orange);font-weight:800}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.categories a{background:var(--cream);border:1px solid #ffe8d4;border-radius:22px;padding:22px;display:flex;align-items:center;gap:16px;font-size:17px}.categories img{width:58px;height:58px;border-radius:16px;object-fit:cover}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;position:relative;transition:.2s;box-shadow:0 5px 20px #12234b0b}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card>a>img{width:100%;height:180px;object-fit:cover;background:#f4f4f4}.card-body{padding:15px 15px 65px}.card-body h3{margin:8px 0 2px}.card-body small{color:var(--muted)}.discount{background:#e8f9ef;color:#118343;padding:4px 8px;border-radius:8px;font-weight:900}.price{font-size:18px;font-weight:900;color:var(--navy);margin-top:10px}.price del{font-size:12px;color:#999;font-weight:400}.add{position:absolute;bottom:14px;left:14px;right:14px;border:0;border-radius:11px;padding:10px;background:var(--orange);color:#fff;font-weight:800;cursor:pointer}.shops{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shops>a{display:flex;gap:15px;border:1px solid var(--line);border-radius:19px;padding:14px;align-items:center;background:#fff}.shops img{width:92px;height:92px;border-radius:15px;object-fit:cover}.shops h3{margin:0 0 7px}.shops span,.shops small{display:block;color:var(--muted)}.restaurant-cover{display:flex;gap:30px;align-items:center;background:var(--cream);border-radius:30px;padding:28px}.restaurant-cover>img{width:220px;height:180px;border-radius:22px;object-fit:cover}.restaurant-cover h1{font-size:40px;margin:0}.outline{border:1px solid var(--orange);color:var(--orange);background:#fff;padding:10px 17px;border-radius:11px;font-weight:800}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.product-detail>img{width:100%;height:500px;object-fit:cover;border-radius:28px}.product-detail h1{font-size:45px;line-height:1.1}.product-detail p{color:var(--muted);font-size:17px}.big-price{font-size:32px;font-weight:900;color:var(--navy);margin:25px 0}.auth{display:grid;place-items:center}.auth form{width:min(440px,100%);padding:35px;border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow)}.auth label{display:block;font-weight:700;margin:18px 0}.auth input{width:100%;padding:13px;border:1px solid #d9dce5;border-radius:11px;margin-top:6px}.wide{width:100%}.orders{display:grid;gap:12px}.orders article{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:15px}.orders small{display:block;color:var(--muted)}.status{color:var(--orange);font-weight:800}.empty{text-align:center;padding:70px;color:var(--muted)}.flash{position:fixed;z-index:50;top:90px;left:50%;transform:translateX(-50%);padding:13px 22px;border-radius:12px;box-shadow:var(--shadow);background:#fff}.flash.success{color:#087b43}.flash.error{color:#bd2222}footer{padding:40px max(5vw,24px);background:var(--navy);color:#fff;display:flex;justify-content:space-between}.drawer-backdrop{position:fixed;inset:0;background:#07132b80;opacity:0;pointer-events:none;z-index:30;transition:.2s}.cart-drawer{position:fixed;z-index:31;right:-460px;top:0;height:100%;width:min(430px,100%);background:#fff;padding:24px;transition:.25s;display:flex;flex-direction:column;box-shadow:-20px 0 50px #00133d25}.cart-open .drawer-backdrop{opacity:1;pointer-events:auto}.cart-open .cart-drawer{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{border:0;background:none;font-size:35px}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:60px;height:60px;border-radius:10px;object-fit:cover}.qty{display:flex;gap:8px;align-items:center}.qty button{border:1px solid var(--line);background:#fff;border-radius:7px}.cart-summary{margin-top:auto;border-top:1px solid var(--line);padding-top:14px}.cart-summary>div{display:flex;justify-content:space-between;margin:8px 0}.cart-summary .total{font-size:20px;margin:15px 0}@media(max-width:850px){nav>a,nav .hello{display:none}.hero{min-height:auto;padding-top:45px}.hero>img{display:none}.categories,.products{grid-template-columns:repeat(2,1fr)}.shops{grid-template-columns:1fr}.product-detail{grid-template-columns:1fr}.product-detail>img{height:330px}.restaurant-cover{align-items:flex-start}.restaurant-cover>img{width:130px;height:130px}}@media(max-width:520px){.topbar{padding:0 15px}.brand{width:150px;height:62px;flex-basis:150px}.brand img{width:150px;transform:translateY(-27px)}nav{gap:10px}.hero h1{letter-spacing:-2px}.categories{grid-template-columns:1fr 1fr}.categories a{padding:12px;display:block}.products{grid-template-columns:1fr 1fr;gap:10px}.product-card>a>img{height:130px}.card-body{padding:10px 10px 58px}.product-card h3{font-size:14px}.restaurant-cover{display:block}.restaurant-cover h1{font-size:30px}.restaurant-cover>img{width:100%;height:180px}.orders article{grid-template-columns:1fr auto}.orders article>b{grid-column:2}.hello{display:none}}
.panel-body{background:#f4f6fa}.panel-sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#061f4d;color:#fff;padding:18px;z-index:40}.panel-logo{display:block;height:76px;overflow:hidden;background:#fff;border-radius:14px}.panel-logo img{width:215px;transform:translateY(-39px)}.panel-area{margin:24px 10px 12px;color:#88a1c9;font-size:12px;text-transform:uppercase;letter-spacing:1.5px}.panel-sidebar nav{display:grid;gap:5px}.panel-sidebar nav a{padding:12px 14px;border-radius:10px}.panel-sidebar nav a:hover{background:#ffffff14;color:#ff8a33}.panel-shell{margin-left:250px;min-height:100vh}.panel-top{height:78px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:25}.panel-top>div{display:grid}.panel-top small{color:var(--muted)}.panel-menu{display:none;border:0;background:none;font-size:24px}.panel-content{padding:30px;min-height:auto}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.metric{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;display:grid;gap:4px}.metric span,.metric small{color:var(--muted)}.metric strong{font-size:27px;color:var(--navy)}.panel-heading{display:flex;align-items:center;justify-content:space-between;margin:35px 0 18px}.panel-heading h1{margin:0}.panel-heading p{margin:4px 0;color:var(--muted)}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}th{font-size:12px;text-transform:uppercase;color:var(--muted);letter-spacing:.5px}td small{display:block;color:var(--muted)}.actions{display:flex;gap:14px;align-items:center}.actions form{margin:0}.badge{display:inline-block;padding:5px 9px;border-radius:20px;font-size:12px;font-weight:800}.badge.on{background:#e7f8ef;color:#087b43}.badge.off{background:#feecec;color:#a92323}.status-form select,.panel-form input,.panel-form select,.panel-form textarea{width:100%;border:1px solid #d9dde7;border-radius:10px;background:#fff;padding:11px}.panel-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;max-width:900px}.panel-form h2{margin-top:25px}.panel-form h2:first-of-type{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:25px}.form-grid label{font-weight:700}.form-grid input,.form-grid select,.form-grid textarea{display:block;margin-top:7px;font-weight:400}.form-grid .full{grid-column:1/-1}.form-grid .check{display:flex;align-items:center;gap:8px}.form-grid .check input{width:auto;margin:0}.product-cell{display:flex;align-items:center;gap:10px}.product-cell img{width:48px;height:48px;border-radius:9px;object-fit:cover}@media(max-width:900px){.metrics{grid-template-columns:1fr 1fr}.panel-sidebar{transform:translateX(-100%);transition:.2s}.panel-shell{margin-left:0}.panel-menu{display:block}.sidebar-open .panel-sidebar{transform:none}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}@media(max-width:520px){.panel-content{padding:18px}.panel-top{padding:0 16px}.metrics{grid-template-columns:1fr}.panel-heading{align-items:flex-start;gap:15px}.panel-form{padding:18px}}
.delivery-top{height:84px;padding:0 28px;gap:22px;background:#fff}.delivery-top .brand{width:150px;height:62px;flex-basis:150px}.delivery-top .brand img{width:150px;transform:translateY(-27px)}.main-links{gap:17px;white-space:nowrap}.main-links a{font-size:13px}.main-links a:first-child{color:var(--orange);font-weight:800}.top-search{height:48px;flex:1;max-width:390px;min-width:200px;background:#f5f5f6;border-radius:11px;display:flex;align-items:center;padding:0 15px;gap:10px}.top-search span{font-size:28px;color:var(--orange);transform:rotate(-20deg)}.top-search input{border:0;background:transparent;outline:0;width:100%;font-size:15px}.top-actions{display:flex;align-items:center;gap:17px}.city-picker{display:flex;align-items:center;gap:8px;max-width:190px}.city-picker .pin{font-size:22px;color:var(--orange)}.city-picker label{display:grid}.city-picker small{font-size:10px;color:var(--muted);line-height:1}.city-picker select{border:0;background:transparent;color:var(--navy);font-weight:800;max-width:165px;padding:3px 18px 3px 0;outline:0}.account-icon{font-size:25px;color:var(--orange)}.delivery-top .cart-button{display:flex;align-items:center;gap:7px;background:transparent;padding:3px;color:var(--orange)}.delivery-top .cart-button>span{display:grid;text-align:left;color:var(--text);font-size:11px}.delivery-top .cart-button small{color:var(--muted);font-size:9px}.logout-mini{margin:0}.logout-mini .link{font-size:12px}@media(max-width:1180px){.main-links a:nth-last-child(-n+2){display:none}.delivery-top{gap:14px;padding:0 18px}.delivery-top .brand{width:130px;flex-basis:130px}.delivery-top .brand img{width:130px;transform:translateY(-24px)}.top-actions{gap:10px}}@media(max-width:900px){.delivery-top{height:auto;min-height:78px;display:grid;grid-template-columns:auto 1fr auto;padding:8px 15px}.main-links{display:none}.top-search{order:4;grid-column:1/-1;max-width:none;width:100%;height:42px;margin-bottom:4px}.city-picker{max-width:170px}.delivery-top .cart-button>span,.logout-mini{display:none}.delivery-top .brand{width:125px;height:58px;flex-basis:auto}.delivery-top .brand img{width:125px;transform:translateY(-23px)}}@media(max-width:520px){.delivery-top{grid-template-columns:115px 1fr auto}.delivery-top .brand{width:115px}.delivery-top .brand img{width:115px;transform:translateY(-21px)}.city-picker .pin,.city-picker small{display:none}.city-picker select{font-size:12px;max-width:135px}.account-icon{display:none}}

/* Header marketplace v4 */
.delivery-top{height:92px;gap:24px;padding:0 clamp(24px,4vw,64px);box-shadow:0 3px 18px #06245a0a}.delivery-top .brand{width:178px;height:72px;flex:0 0 178px}.delivery-top .brand img{width:178px;transform:translateY(-32px)}.main-links{gap:22px;flex:0 0 auto}.main-links a{font-size:14px;font-weight:650}.top-search{max-width:none;min-width:250px;height:50px;border:1px solid transparent;transition:.2s}.top-search:focus-within{background:#fff;border-color:#ff650055;box-shadow:0 0 0 4px #ff650012}.top-search input{border:0!important;box-shadow:none!important;padding:0;color:var(--text)}.top-actions{gap:14px;flex:0 0 auto}.city-picker{max-width:none;min-width:190px;padding:8px 12px;border-left:1px solid var(--line)}.city-picker label{gap:3px}.city-picker small{font-size:11px}.city-picker select{max-width:175px;font-size:13px;cursor:pointer}.account-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff5ec}.delivery-top .cart-button{min-width:112px;padding:9px 12px;border-radius:13px;background:var(--cream)}
@media(max-width:1400px){.delivery-top{gap:16px;padding-inline:24px}.main-links a:nth-child(n+4){display:none}.main-links{gap:18px}.delivery-top .brand{width:160px;flex-basis:160px}.delivery-top .brand img{width:160px;transform:translateY(-29px)}.city-picker{min-width:170px}.top-search{min-width:220px}}
@media(max-width:1100px){.main-links{display:none}.delivery-top{display:grid;grid-template-columns:auto minmax(230px,1fr) auto}.top-search{max-width:none}.top-actions{justify-self:end}}
@media(max-width:760px){.delivery-top{height:auto;min-height:136px;grid-template-columns:auto 1fr auto;padding:8px 15px;gap:8px 12px}.top-search{order:4;grid-column:1/-1;width:100%;height:44px}.top-actions{gap:7px}.city-picker{min-width:0;border-left:0;padding:6px}.city-picker select{max-width:145px}.delivery-top .cart-button{min-width:auto}.delivery-top .cart-button>span,.logout-mini{display:none}.delivery-top .brand{width:130px;height:60px;flex-basis:auto}.delivery-top .brand img{width:130px;transform:translateY(-24px)}}
@media(max-width:480px){.delivery-top{grid-template-columns:120px 1fr auto}.delivery-top .brand{width:120px}.delivery-top .brand img{width:120px;transform:translateY(-22px)}.city-picker .pin,.city-picker small{display:none}.city-picker select{font-size:12px;max-width:125px}.account-icon{display:none}}
