:root{--orange:#ff5a00;--orange2:#ff7a1a;--ink:#111827;--muted:#667085;--soft:#f6f7f9;--line:#e9eaee;--green:#16a34a;--red:#ef4444;--white:#fff;--shadow:0 14px 36px rgba(17,24,39,.11);--radius:24px;--safe-bottom:max(14px,env(safe-area-inset-bottom))}
*{box-sizing:border-box}html,body{margin:0;background:#f3f4f6;color:var(--ink);font-family:Poppins,system-ui,sans-serif;-webkit-tap-highlight-color:transparent}body{min-height:100vh}button,input,textarea,select{font:inherit}.screen{display:none;min-height:100vh}.screen.active{display:block}.main-screen{max-width:480px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 40px rgba(0,0,0,.08);padding-bottom:86px}.hidden{display:none!important}
.brand-lockup{font-weight:800;line-height:.9;font-size:28px;letter-spacing:-1.5px}.brand-lockup .brand-cey{color:#111827}.brand-lockup .brand-go{color:var(--orange)}.brand-lockup small{display:block;font-size:9px;letter-spacing:4px;margin:7px 0 0 28px}.brand-light .brand-cey{color:#fff}.brand-light.small{font-size:23px}.brand-light.small small{margin-left:22px}
.splash-screen{position:relative;overflow:hidden;background:#101820;color:#fff;max-width:480px;margin:auto;text-align:center}.splash-screen.active{display:flex;flex-direction:column;align-items:center;justify-content:center}.splash-screen .brand-lockup{font-size:46px;z-index:2}.splash-screen .brand-lockup small{font-size:12px;margin-left:40px}.scooter{font-size:92px;filter:drop-shadow(0 18px 18px rgba(0,0,0,.3));animation:float 2.5s ease-in-out infinite;margin:36px 0 16px}.splash-screen p{font-size:18px;font-weight:600;line-height:1.45;z-index:2}.splash-progress{width:78px;height:4px;background:#2b333b;border-radius:9px;overflow:hidden;margin-top:35px}.splash-progress span{display:block;height:100%;background:var(--orange);animation:loading 1.3s ease forwards}.splash-orb{position:absolute;border-radius:50%;filter:blur(12px);opacity:.18}.orb-a{width:300px;height:300px;background:var(--orange);top:-100px;right:-100px}.orb-b{width:250px;height:250px;background:#16a34a;bottom:-100px;left:-100px}@keyframes loading{from{width:0}to{width:100%}}@keyframes float{50%{transform:translateY(-10px)}}
.welcome-screen,.auth-screen{max-width:480px;margin:auto;background:#fff}.welcome-media{height:68vh;min-height:520px;background-size:cover;background-position:center;position:relative;border-radius:0 0 34px 34px;overflow:hidden}.media-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,16,.15),rgba(4,10,16,.85))}.top-right{position:absolute;right:18px;top:18px;color:#fff;border-color:rgba(255,255,255,.35)!important}.welcome-copy{position:absolute;left:26px;right:26px;bottom:30px;color:#fff}.welcome-copy h1{font-size:38px;line-height:1.08;margin:26px 0 12px;letter-spacing:-1.6px}.welcome-copy p{margin:0;color:#f5f5f5;font-size:14px;line-height:1.7}.welcome-actions{padding:24px 22px 30px;display:grid;gap:9px}.btn{border:none;border-radius:15px;min-height:52px;padding:0 18px;font-weight:700;cursor:pointer}.btn.primary{background:linear-gradient(135deg,var(--orange),#ff6b00);color:#fff;box-shadow:0 11px 24px rgba(255,90,0,.24)}.btn.text{background:transparent;color:var(--orange)}.btn.subtle{background:#f6f7f9;color:#344054}.btn.outline{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn.danger{background:#fff1f2;color:#be123c}.btn.green{background:#dcfce7;color:#166534}.btn.small{min-height:40px;border-radius:12px;padding:0 14px;font-size:12px}.btn:disabled{opacity:.5}
.icon-btn{width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;font-weight:700}.icon-btn.ghost{background:rgba(0,0,0,.2)}
.auth-hero{background:#111820;color:#fff;padding:26px 24px 30px;border-radius:0 0 32px 32px;position:relative}.auth-hero .back{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.15);margin-bottom:34px}.auth-hero .brand-cey{color:#fff}.auth-hero h2{font-size:35px;line-height:1.08;margin:28px 0 12px}.auth-hero p{font-size:13px;line-height:1.7;color:#d0d5dd}.auth-benefits{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.auth-benefits span{font-size:10px;background:rgba(255,255,255,.09);padding:8px 10px;border-radius:999px}.auth-card{padding:22px}.segmented{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f2f4f7;border-radius:14px;margin-bottom:20px}.segmented button{height:43px;border:0;background:transparent;border-radius:11px;font-weight:700;color:#667085}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 2px 9px rgba(16,24,40,.08)}.auth-form{display:none;gap:14px}.auth-form.active{display:grid}.auth-form label{font-size:12px;font-weight:600;color:#344054}.auth-form label small{font-weight:400;color:#98a2b3}.auth-form input,.field{width:100%;border:1px solid #e4e7ec;border-radius:14px;padding:14px;background:#fff;outline:none;margin-top:7px;color:var(--ink)}.auth-form input:focus,.field:focus{border-color:#ffad7d;box-shadow:0 0 0 4px #fff1e8}.password-wrap{position:relative}.password-wrap input{padding-right:52px}.eye{position:absolute;right:8px;top:12px;border:0;background:transparent;height:38px;width:38px;color:#667085}.checkline{display:flex;gap:8px;align-items:center!important;font-weight:500!important}.checkline input{width:auto;margin:0}
.app-header{padding:16px 18px 7px;display:flex;align-items:center;justify-content:space-between;gap:12px}.greeting small{color:#667085;font-size:11px}.greeting strong{display:block;font-size:18px}.location-button{border:0;background:transparent;text-align:left;padding:0;color:#344054;font-size:11px}.location-button b{display:block;font-size:12px;color:var(--ink);margin-top:2px}.header-actions{display:flex;gap:8px}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#ff9c61,var(--orange));display:grid;place-items:center;color:#fff;font-weight:800}.page{padding:0 16px 24px}.searchbar{height:48px;border:1px solid #eceef1;background:#f8f9fb;border-radius:16px;display:flex;align-items:center;gap:10px;padding:0 14px;color:#98a2b3}.searchbar input{flex:1;border:0;background:transparent;outline:none;color:var(--ink);min-width:0}.hero-offer{margin:15px 0 20px;border-radius:22px;overflow:hidden;min-height:150px;background:#101820;color:#fff;position:relative;padding:22px;display:flex;align-items:flex-end;background-size:cover;background-position:center}.hero-offer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,15,20,.95),rgba(10,15,20,.35))}.hero-offer>*{position:relative;z-index:1}.hero-offer h3{font-size:22px;margin:0 0 6px}.hero-offer b{color:#ff7d2d}.hero-offer p{font-size:11px;color:#f2f4f7;margin:0}.hero-code{display:inline-flex;margin-top:10px;background:var(--orange);padding:6px 9px;border-radius:8px;font-size:10px;font-weight:700}.section-title{display:flex;align-items:center;justify-content:space-between;margin:18px 0 12px}.section-title h3{margin:0;font-size:17px}.section-title button{border:0;background:none;color:var(--orange);font-size:11px;font-weight:700}.category-strip{display:flex;gap:12px;overflow:auto;padding:2px 1px 8px;scrollbar-width:none}.category-strip::-webkit-scrollbar{display:none}.cat-pill{min-width:68px;text-align:center}.cat-icon{width:56px;height:56px;border-radius:18px;background:#fff5ef;display:grid;place-items:center;font-size:24px;margin:auto;border:1px solid #ffe8db}.cat-pill span{display:block;font-size:10px;font-weight:600;margin-top:6px}.restaurant-card{border:1px solid #edf0f3;border-radius:22px;overflow:hidden;background:#fff;margin-bottom:14px;box-shadow:0 6px 18px rgba(16,24,40,.05);cursor:pointer}.restaurant-card .cover{height:155px;background-size:cover;background-position:center;position:relative}.restaurant-card .heart{position:absolute;right:12px;top:12px;background:#fff;width:36px;height:36px;border-radius:50%;border:0;box-shadow:0 3px 10px rgba(0,0,0,.12)}.restaurant-card .open-badge{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:9px;font-size:9px;font-weight:800;background:#dcfce7;color:#166534}.restaurant-card .closed{background:#fee2e2;color:#991b1b}.restaurant-card .body{padding:14px}.restaurant-card h4{font-size:15px;margin:0 0 4px}.restaurant-card .meta{color:#667085;font-size:10px;display:flex;gap:8px;flex-wrap:wrap}.rating{color:#f59e0b;font-weight:700}.restaurant-grid.compact .restaurant-card{display:flex}.restaurant-grid.compact .cover{width:96px;height:96px;flex:0 0 96px}.restaurant-grid.compact .body{flex:1}.restaurant-grid.compact .heart,.restaurant-grid.compact .open-badge{display:none}
.bottom-nav{position:fixed;z-index:50;left:50%;transform:translateX(-50%);bottom:0;width:min(480px,100%);height:72px;padding:8px 8px var(--safe-bottom);background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid #edf0f3;display:grid;grid-template-columns:repeat(5,1fr)}.bottom-nav button{position:relative;border:0;background:transparent;color:#98a2b3;display:grid;place-items:center;align-content:center;gap:2px;font-size:20px}.bottom-nav small{font-size:9px;font-weight:600}.bottom-nav button.active{color:var(--orange)}.nav-badge{position:absolute;top:0;right:17px;background:#ef4444;color:#fff;border-radius:999px;min-width:16px;height:16px;display:grid;place-items:center;font-size:8px}
.page-top{display:flex;align-items:center;gap:12px;padding:16px 0 14px}.page-top h2{margin:0;font-size:18px;flex:1}.page-top .spacer{width:44px}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:10px;scrollbar-width:none}.chip{white-space:nowrap;border:1px solid #e7e9ed;background:#fff;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:600}.chip.active{background:#fff1e8;border-color:#ffbd94;color:#d94800}.menu-cover{height:220px;background-size:cover;background-position:center;border-radius:0 0 28px 28px;position:relative}.menu-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.65));border-radius:inherit}.restaurant-head{margin-top:-68px;position:relative;z-index:2;background:#fff;border-radius:22px;padding:16px;box-shadow:var(--shadow)}.restaurant-head h2{margin:0 0 4px;font-size:20px}.restaurant-head p{font-size:10px;color:#667085;margin:8px 0 0;line-height:1.55}.restaurant-stats{display:flex;gap:12px;font-size:10px;margin-top:10px;color:#475467}.menu-section-title{font-size:15px;margin:22px 0 10px}.product-card{display:grid;grid-template-columns:1fr 112px;gap:12px;padding:13px 0;border-bottom:1px solid #f0f1f3;min-height:122px}.product-card h4{margin:0;font-size:13px}.product-card p{font-size:9px;color:#667085;line-height:1.5;margin:5px 0 10px}.product-card strong{font-size:12px}.product-image{height:96px;border-radius:16px;background-size:cover;background-position:center;position:relative}.add-btn{position:absolute;right:7px;bottom:7px;background:var(--orange);color:#fff;border:0;border-radius:10px;padding:8px 11px;font-size:10px;font-weight:700}.sold{filter:grayscale(.7);opacity:.55}.floating-cart{position:fixed;bottom:82px;left:50%;transform:translateX(-50%);width:min(444px,calc(100% - 28px));z-index:48;background:#121820;color:#fff;border-radius:18px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 35px rgba(0,0,0,.25)}.floating-cart button{background:var(--orange);border:0;color:#fff;border-radius:12px;padding:11px 14px;font-weight:700}.floating-cart small{display:block;color:#98a2b3;font-size:9px}.floating-cart strong{font-size:13px}
.sheet{position:fixed;inset:0;z-index:100;pointer-events:none}.sheet.open{pointer-events:auto}.sheet-backdrop{position:absolute;inset:0;background:rgba(11,18,25,.5);opacity:0;transition:.22s}.sheet-panel{position:absolute;left:50%;bottom:0;transform:translate(-50%,105%);width:min(480px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px 28px 0 0;padding:10px 20px calc(24px + env(safe-area-inset-bottom));transition:.28s cubic-bezier(.2,.8,.2,1)}.sheet.open .sheet-backdrop{opacity:1}.sheet.open .sheet-panel{transform:translate(-50%,0)}.sheet-handle{width:46px;height:5px;background:#d0d5dd;border-radius:999px;margin:0 auto 16px}.sheet-title{display:flex;align-items:center;justify-content:space-between}.sheet-title h3{margin:0;font-size:18px}.product-modal-image{height:220px;border-radius:20px;background-size:cover;background-position:center}.option-group{margin-top:18px}.option-group h4{font-size:12px;margin:0 0 8px}.option-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:11px}.option-row label{display:flex;align-items:center;gap:8px}.qty-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.qty-control{display:flex;align-items:center;gap:15px}.qty-control button{width:38px;height:38px;border:1px solid #e4e7ec;background:#fff;border-radius:12px}.cart-item{display:grid;grid-template-columns:56px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #f0f1f3}.cart-thumb{width:56px;height:56px;border-radius:13px;background-size:cover;background-position:center}.cart-item h4{font-size:11px;margin:0 0 4px}.cart-item small{font-size:8px;color:#667085}.cart-price{font-size:11px;font-weight:700;text-align:right}.summary{background:#f8f9fb;border-radius:17px;padding:14px;margin:16px 0}.summary-row{display:flex;justify-content:space-between;font-size:10px;padding:4px 0}.summary-row.total{border-top:1px dashed #d0d5dd;margin-top:8px;padding-top:10px;font-size:13px;font-weight:800}.promo{display:flex;gap:8px;margin-top:14px}.promo input{flex:1;border:1px solid #e4e7ec;border-radius:12px;padding:12px;min-width:0}.promo button{border:0;background:#111820;color:#fff;border-radius:12px;padding:0 13px;font-size:10px;font-weight:700}
.order-card{border:1px solid #eceef1;border-radius:18px;padding:14px;margin-bottom:12px}.order-card .top{display:flex;justify-content:space-between;gap:8px}.order-card h4{margin:0;font-size:12px}.status-badge{padding:5px 8px;border-radius:999px;font-size:8px;font-weight:800;background:#fff1e8;color:#d94800}.status-badge.green{background:#dcfce7;color:#166534}.status-badge.red{background:#fee2e2;color:#991b1b}.order-card .meta{font-size:9px;color:#667085;margin:8px 0}.order-actions{display:flex;gap:8px}.timeline{margin:18px 0}.timeline-step{display:grid;grid-template-columns:24px 1fr;gap:10px;position:relative;padding-bottom:16px}.timeline-step:not(:last-child):after{content:"";position:absolute;left:11px;top:20px;bottom:0;width:2px;background:#e5e7eb}.timeline-step.done:not(:last-child):after{background:#22c55e}.timeline-dot{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e5e7eb;color:#fff;font-size:10px;z-index:1}.timeline-step.done .timeline-dot{background:#22c55e}.timeline-step.current .timeline-dot{background:var(--orange)}.timeline-step b{font-size:11px}.timeline-step small{display:block;color:#98a2b3;font-size:8px;margin-top:2px}
.offer-card{border-radius:19px;padding:16px;margin-bottom:12px;background:linear-gradient(135deg,#fff1e8,#fff);border:1px solid #ffe1ce}.offer-card:nth-child(3n+2){background:linear-gradient(135deg,#ecfdf3,#fff);border-color:#d1fadf}.offer-card:nth-child(3n){background:linear-gradient(135deg,#eff6ff,#fff);border-color:#dbeafe}.offer-card h4{margin:0;color:var(--orange);font-size:15px}.offer-card p{margin:6px 0;font-size:10px;color:#475467}.offer-code{display:inline-flex;padding:6px 9px;border-radius:8px;background:#fff;border:1px dashed #d0d5dd;font-size:9px;font-weight:800}.profile-hero{text-align:center;padding:18px 0}.profile-avatar{width:78px;height:78px;border-radius:50%;background:linear-gradient(135deg,#ffb07c,var(--orange));display:grid;place-items:center;color:#fff;font-size:26px;font-weight:800;margin:auto}.profile-hero h3{margin:10px 0 2px}.profile-hero p{margin:0;color:#667085;font-size:10px}.member-pill{display:inline-block;margin-top:9px;background:#fff1e8;color:#d94800;padding:6px 9px;border-radius:999px;font-size:8px;font-weight:700}.settings-list{border:1px solid #eceef1;border-radius:20px;overflow:hidden}.settings-item{width:100%;display:flex;align-items:center;gap:12px;padding:14px;border:0;border-bottom:1px solid #f1f2f4;background:#fff;text-align:left}.settings-item:last-child{border-bottom:0}.settings-item span:first-child{width:32px;height:32px;border-radius:10px;background:#f8f9fb;display:grid;place-items:center}.settings-item b{font-size:11px;flex:1}.settings-item i{font-style:normal;color:#98a2b3}.address-card{border:1px solid #eceef1;border-radius:17px;padding:14px;margin-bottom:10px;display:flex;gap:12px}.address-card .icon{width:38px;height:38px;border-radius:12px;background:#eff6ff;display:grid;place-items:center}.address-card h4{margin:0 0 4px;font-size:11px}.address-card p{margin:0;color:#667085;font-size:9px;line-height:1.5}.address-card .actions{margin-left:auto;display:flex;gap:5px}.empty{text-align:center;padding:50px 20px;color:#98a2b3}.empty .emoji{font-size:48px}.empty h3{color:#344054;margin-bottom:4px}.toast{position:fixed;z-index:200;left:50%;bottom:95px;transform:translate(-50%,30px);opacity:0;background:#111820;color:#fff;max-width:420px;width:calc(100% - 36px);padding:13px 15px;border-radius:14px;font-size:11px;box-shadow:var(--shadow);transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.success{background:#166534}.toast.error{background:#991b1b}.loader{position:fixed;z-index:300;inset:0;background:rgba(255,255,255,.6);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;gap:7px}.loader-dot{width:9px;height:9px;border-radius:50%;background:var(--orange);animation:bounce .8s infinite alternate}.loader-dot:nth-child(2){animation-delay:.15s}.loader-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{to{transform:translateY(-10px)}}
@media(min-width:700px){body{padding:22px 0}.main-screen,.welcome-screen,.auth-screen,.splash-screen{border-radius:28px;overflow:hidden;min-height:calc(100vh - 44px)}.bottom-nav{bottom:22px;border-radius:0 0 28px 28px}.sheet-panel{bottom:22px;border-radius:28px}.splash-screen{height:calc(100vh - 44px)}}

/* ===== CeyGo v1.3 Master Brand + CeyGo Food ===== */
:root{--ceygo-green:#159447;--ceygo-green-dark:#0b6b36;--ceygo-navy:#062d4d;--ceygo-blue:#168fd5;--ceygo-gold:#f5a300;--ceygo-purple:#7557e8;--ceygo-red:#ef4d57;--ceygo-teal:#20b7bb}
.master-logo{display:block;object-fit:contain;background:#fff}
.master-splash{background:radial-gradient(circle at 80% 10%,rgba(22,143,213,.22),transparent 34%),linear-gradient(160deg,#effbf5 0%,#fff 52%,#f0f9ff 100%);color:var(--ceygo-navy)}
.master-splash.active{padding:24px;justify-content:center}.splash-logo{width:260px;max-width:78%;border-radius:18px}.master-splash h1{font-size:32px;line-height:1.12;margin:28px 0 8px;letter-spacing:-1.3px;z-index:2}.master-splash h1 span{color:var(--ceygo-green)}.master-splash p{color:#52606d;font-size:12px;margin:0}.master-splash .splash-progress{background:#dce9e1}.master-splash .splash-progress span{background:linear-gradient(90deg,var(--ceygo-gold),var(--ceygo-green))}.master-splash .orb-a{background:var(--ceygo-blue)}.master-splash .orb-b{background:var(--ceygo-green)}
.ceygo-welcome-media{background-position:center}.welcome-logo{width:205px;border-radius:12px;margin-bottom:14px}.master-welcome .welcome-copy h1 span{color:#8bdd63}.master-primary{background:linear-gradient(135deg,var(--ceygo-green),#27b95d)!important;box-shadow:0 11px 24px rgba(21,148,71,.24)!important}.master-text{color:var(--ceygo-green)!important}.master-auth-hero{background:linear-gradient(145deg,var(--ceygo-navy),#0c4a68)}.auth-logo{width:190px;border-radius:12px}.master-auth-hero h2{margin-top:22px}.master-auth .auth-form input:focus,.master-auth .field:focus{border-color:#8ad9a8;box-shadow:0 0 0 4px #ecfdf3}

.master-header{padding:13px 16px 8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.master-brand-mini img{width:100px;height:46px;object-fit:contain;border-radius:8px}.master-head-actions{display:flex;align-items:center;gap:6px}.master-location{border:0;background:#f2f8f4;color:var(--ceygo-green-dark);font-size:9px;font-weight:700;border-radius:11px;padding:8px 9px;max-width:125px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.master-head-actions .icon-btn{width:38px;height:38px;border-radius:12px}.master-head-actions .avatar{width:38px;height:38px;background:linear-gradient(135deg,var(--ceygo-green),var(--ceygo-blue))}
.master-page{padding:0 16px 28px}.master-hero{min-height:245px;border-radius:26px;padding:24px 20px 18px;color:#fff;background:linear-gradient(140deg,rgba(4,40,65,.92),rgba(8,90,68,.78)),url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=82') center/cover;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 16px 32px rgba(6,45,77,.18)}.master-hero .eyebrow{font-size:9px;letter-spacing:1.4px;font-weight:800;color:#b6f2c8}.master-hero h1{font-size:31px;line-height:1.05;margin:8px 0 9px;letter-spacing:-1.3px}.master-hero p{font-size:10px;color:#e3edf4;margin:0;max-width:250px}.master-search{margin-top:22px;height:50px;border-radius:16px;background:rgba(255,255,255,.96);color:#98a2b3;padding:0 13px;display:flex;align-items:center;gap:9px;font-size:10px;cursor:pointer}.master-search span{flex:1}.master-search b{width:32px;height:32px;border-radius:10px;background:var(--ceygo-green);color:#fff;display:grid;place-items:center;font-size:15px}.master-section span{font-size:9px;color:var(--ceygo-green);font-weight:800;background:#ecfdf3;padding:5px 8px;border-radius:999px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.service-card{border:1px solid #e9edf1;background:#fff;border-radius:19px;padding:14px 8px 12px;min-height:112px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(16,24,40,.04);cursor:pointer}.service-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;font-size:22px;margin-bottom:8px}.service-card b{font-size:10px;color:#1f2937}.service-card small{font-size:7px;color:#98a2b3;margin-top:3px}.service-card.food .service-icon{background:#fff3e8}.service-card.food.active{border-color:#ffd3ad;background:linear-gradient(180deg,#fffaf4,#fff)}.service-card.food small{color:#e45f00;font-weight:700}.service-card.stays .service-icon{background:#eaf4ff}.service-card.tours .service-icon{background:#e9faef}.service-card.rides .service-icon{background:#f2edff}.service-card.delivery .service-icon{background:#fff0f1}.service-card.experiences .service-icon{background:#e9fbfb}
.rewards-card{margin:18px 0 6px;border-radius:22px;padding:18px;background:linear-gradient(135deg,#fff7e9,#f2efff 55%,#ebfbf1);display:flex;align-items:center;justify-content:space-between;border:1px solid #eee8dc}.rewards-card small{font-size:8px;font-weight:800;color:var(--ceygo-purple);letter-spacing:.8px}.rewards-card h3{font-size:17px;line-height:1.15;margin:6px 0}.rewards-card p{font-size:8px;color:#667085;margin:0;max-width:220px}.reward-art{font-size:50px}.master-food-preview .restaurant-card{display:grid;grid-template-columns:108px 1fr;min-height:108px}.master-food-preview .restaurant-card .cover{height:100%;min-height:108px}.master-food-preview .restaurant-card .body{display:flex;flex-direction:column;justify-content:center}.master-food-preview .heart,.master-food-preview .open-badge{display:none}.trust-strip{margin:18px 0 2px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #edf0f3;border-radius:18px;overflow:hidden;background:#fff}.trust-strip div{padding:13px 5px;text-align:center;border-right:1px solid #edf0f3;font-size:15px}.trust-strip div:last-child{border-right:0}.trust-strip b{display:block;font-size:9px;margin-top:5px}.trust-strip small{display:block;font-size:6.5px;color:#98a2b3;margin-top:2px}

.food-brandbar{padding:4px 16px 10px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center}.food-brandbar>div{text-align:center;line-height:1}.food-brandbar span{font-size:11px;font-weight:600;color:var(--ceygo-green)}.food-brandbar b{display:block;color:var(--orange);font-size:17px;margin-top:3px}.food-back,.food-cart-btn{width:38px;height:38px;border:1px solid #e8ebef;background:#fff;border-radius:12px;position:relative}.food-back{font-size:25px;color:#475467}.food-cart-btn{font-size:16px}.food-cart-btn i{position:absolute;right:-4px;top:-4px;min-width:16px;height:16px;border-radius:999px;background:var(--orange);color:#fff;font-style:normal;font-size:8px;display:grid;place-items:center}.food-search button{border:0;background:#fff;width:33px;height:33px;border-radius:10px}.food-hero{margin:14px 0 16px;border-radius:22px;min-height:160px;padding:20px;color:#fff;background:linear-gradient(135deg,#075d32,#118f4a);display:flex;align-items:center;justify-content:space-between;overflow:hidden}.food-hero>div:first-child{z-index:1}.food-hero span{font-size:8px;letter-spacing:1px;color:#baf3cd;font-weight:800}.food-hero h3{font-size:23px;line-height:1.08;margin:6px 0}.food-hero p{font-size:9px;color:#d9f6e3;margin:0 0 12px}.food-hero button{border:0;background:#fff;color:#0b6b36;border-radius:999px;padding:9px 13px;font-size:9px;font-weight:800}.food-hero-art{font-size:66px;transform:translateX(4px);filter:drop-shadow(0 12px 15px rgba(0,0,0,.18))}.food-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:8px}.food-quick button{border:0;background:#f8f9fb;border-radius:15px;padding:10px 4px;display:grid;gap:4px;place-items:center}.food-quick span{font-size:19px}.food-quick b{font-size:8px;color:#475467}

.bottom-nav .ceygo-nav{overflow:visible}.bottom-nav .ceygo-nav-icon{width:48px;height:48px;border-radius:50%;background:#fff;border:3px solid #fff;box-shadow:0 7px 20px rgba(6,45,77,.22);margin-top:-26px;overflow:hidden;display:grid;place-items:center}.bottom-nav .ceygo-nav-icon img{width:100%;height:100%;object-fit:cover}.bottom-nav .ceygo-nav small{margin-top:-1px}.bottom-nav .ceygo-nav.active{color:var(--ceygo-green)}.bottom-nav button[data-route="food"].active{color:var(--orange)}
@media(max-width:380px){.services-grid{gap:7px}.service-card{min-height:103px;padding-left:4px;padding-right:4px}.master-hero h1{font-size:28px}.master-location{display:none}}

/* ===== CeyGo v1.3.1 Responsive Desktop + Top Notifications ===== */
/* Toasts/notifications now appear from the top on every customer viewport. */
.toast{top:max(18px,env(safe-area-inset-top));bottom:auto;transform:translate(-50%,-24px);border-radius:14px;box-shadow:0 16px 42px rgba(15,23,42,.2)}
.toast.show{transform:translate(-50%,0)}

@media(min-width:960px){
  html,body{background:#f3f6f5}
  body{padding:0}
  .main-screen{max-width:none;width:100%;min-height:100vh;margin:0;background:#f7f9f8;box-shadow:none;padding:0 0 0 112px;overflow:visible}
  #pageHost{min-height:100vh}

  /* Convert the mobile bottom bar into a desktop rail without changing mobile/PWA. */
  .bottom-nav{left:0;top:0;bottom:0;transform:none;width:112px;height:100vh;padding:122px 12px 22px;background:#fff;border-top:0;border-right:1px solid #e7ece9;display:flex;flex-direction:column;gap:9px;box-shadow:7px 0 28px rgba(15,23,42,.035)}
  .bottom-nav:before{content:"";position:absolute;left:12px;right:12px;top:22px;height:70px;background:url('../img/ceygo-master-logo.png') center/contain no-repeat;border-bottom:1px solid #edf1ef}
  .bottom-nav button{height:68px;min-height:68px;border-radius:17px;display:flex;flex-direction:column;justify-content:center;gap:4px;font-size:21px}
  .bottom-nav button:hover{background:#f4f8f5;color:var(--ceygo-green)}
  .bottom-nav button.active{background:#edf9f1}
  .bottom-nav small{font-size:10px}
  .bottom-nav .ceygo-nav{order:-1;margin-bottom:12px;background:#f5fbf7;border:1px solid #e1f1e6}
  .bottom-nav .ceygo-nav-icon{width:48px;height:48px;margin:0;border:2px solid #fff}
  .bottom-nav .ceygo-nav small{margin:0;color:var(--ceygo-green-dark)}
  .nav-badge{top:7px;right:16px}

  /* Desktop headers */
  .master-header,.app-header{height:82px;padding:14px 34px;background:rgba(255,255,255,.96);border-bottom:1px solid #e8eeeb;position:sticky;top:0;z-index:40;backdrop-filter:blur(18px)}
  .master-brand-mini img{width:126px;height:54px}
  .master-head-actions{gap:10px}
  .master-location{font-size:11px;max-width:240px;padding:10px 13px}
  .master-head-actions .icon-btn,.master-head-actions .avatar{width:42px;height:42px}
  .greeting small{font-size:11px}.greeting strong{font-size:20px}
  .location-button{font-size:11px}.location-button b{font-size:13px}

  /* Master CeyGo dashboard */
  .master-page{max-width:1340px;margin:0 auto;padding:28px 34px 54px}
  .master-hero{min-height:340px;padding:42px 44px 34px;border-radius:30px;background-position:center 58%}
  .master-hero h1{font-size:48px;max-width:620px}
  .master-hero p{font-size:12px;max-width:470px}
  .master-search{height:58px;max-width:620px;font-size:12px;border-radius:18px;padding:0 16px}
  .master-search b{width:38px;height:38px}
  .section-title{margin:28px 0 15px}.section-title h3{font-size:20px}
  .services-grid{grid-template-columns:repeat(6,minmax(130px,1fr));gap:14px}
  .service-card{min-height:145px;border-radius:22px;padding:18px 10px}
  .service-icon{width:56px;height:56px;border-radius:17px;font-size:26px}
  .service-card b{font-size:11px}.service-card small{font-size:8px}
  .rewards-card{padding:24px 28px;min-height:155px;border-radius:25px}
  .rewards-card h3{font-size:22px}.rewards-card p{font-size:10px;max-width:430px}.reward-art{font-size:68px}
  .master-food-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .master-food-preview .restaurant-card{margin:0;grid-template-columns:160px 1fr;min-height:130px}
  .master-food-preview .restaurant-card .cover{min-height:130px}
  .master-food-preview .restaurant-card h4{font-size:16px}
  .trust-strip{max-width:760px;margin:24px auto 0}.trust-strip div{padding:18px 8px}.trust-strip b{font-size:10px}.trust-strip small{font-size:8px}

  /* Food desktop */
  .food-brandbar{max-width:1340px;margin:0 auto;padding:18px 34px 4px;grid-template-columns:46px 1fr 46px}
  .food-brandbar>div{text-align:left;padding-left:14px}.food-brandbar span{font-size:12px}.food-brandbar b{font-size:21px}
  .food-back,.food-cart-btn{width:42px;height:42px}
  .page{max-width:1340px;margin:0 auto;padding:0 34px 50px}
  .food-page{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.72fr);column-gap:24px;align-items:start}
  .food-page>.food-search{grid-column:1/-1}
  .food-page>.food-hero{grid-column:1/2;min-height:245px;margin-top:20px;padding:32px}
  .food-hero h3{font-size:34px}.food-hero p{font-size:11px}.food-hero-art{font-size:100px}
  .food-page>.food-quick{grid-column:2/3;grid-row:2;grid-template-columns:repeat(2,1fr);margin-top:20px;gap:12px}
  .food-quick button{min-height:112px}.food-quick span{font-size:28px}.food-quick b{font-size:10px}
  .restaurant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .restaurant-grid .restaurant-card{margin-bottom:0}
  .restaurant-card .cover{height:180px}
  .restaurant-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .restaurant-grid.compact .restaurant-card{min-height:110px}
  .category-strip{gap:16px}.cat-pill{min-width:82px}.cat-icon{width:64px;height:64px}

  /* General subpages */
  .page-top{padding-top:24px}
  .order-card,.offer-card,.address-card,.settings-list{max-width:980px;margin-left:auto;margin-right:auto}
  .menu-cover{height:340px;border-radius:0 0 30px 30px}
  .product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}

  /* Bottom sheets become desktop side dialogs. */
  .sheet-panel{left:auto;right:24px;bottom:24px;width:min(520px,calc(100% - 160px));max-height:calc(100vh - 48px);border-radius:26px;transform:translateX(110%);padding:12px 24px 28px;box-shadow:0 28px 80px rgba(15,23,42,.2)}
  .sheet.open .sheet-panel{transform:translateX(0)}
  .sheet-handle{display:none}

  /* Desktop onboarding/auth are true desktop layouts, while mobile remains unchanged. */
  .welcome-screen,.auth-screen,.splash-screen{max-width:none;width:100%;min-height:100vh;margin:0;border-radius:0;overflow:hidden}
  .splash-screen{height:100vh}
  .splash-logo{width:330px}
  .master-splash h1{font-size:46px}.master-splash p{font-size:14px}
  .welcome-screen.active{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(410px,.7fr);background:#fff}
  .welcome-media{height:100vh;min-height:100vh;border-radius:0;background-position:center}
  .welcome-copy{left:7vw;right:7vw;bottom:8vh;max-width:680px}.welcome-copy h1{font-size:54px}.welcome-copy p{font-size:15px;max-width:620px}.welcome-logo{width:260px}
  .welcome-actions{display:flex;flex-direction:column;justify-content:center;padding:60px;gap:12px;background:#fff}
  .welcome-actions:before{content:"Welcome to CeyGo";font-size:32px;font-weight:800;color:var(--ceygo-navy);margin-bottom:20px}
  .auth-screen.active{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);background:#fff}
  .auth-hero{min-height:100vh;border-radius:0;padding:70px 7vw;display:flex;flex-direction:column;justify-content:center}.auth-hero .back{position:absolute;left:42px;top:34px}.auth-logo{width:250px}.auth-hero h2{font-size:48px;max-width:620px}.auth-hero p{font-size:14px;max-width:620px}.auth-card{align-self:center;width:min(560px,88%);justify-self:center;padding:38px}

  /* Top toast on desktop sits at the upper-right and never covers bottom controls. */
  .toast{left:auto;right:28px;top:24px;width:auto;min-width:320px;max-width:460px;transform:translateY(-22px);font-size:12px;padding:14px 17px}
  .toast.show{transform:translateY(0)}
}
