:root{--sce-bg:#16110d;--sce-card:#241a13;--sce-orange:#ff7a00;--sce-yellow:#ffc928;--sce-green:#287d27;--sce-text:#fff8eb;--sce-muted:#bcae9e}*{box-sizing:border-box}.sce-app-shell,.sce-admin-app,.sce-login-wrap{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.sce-app-shell{min-height:100vh;background:linear-gradient(180deg,#16110d,#0d0a08);color:var(--sce-text);padding-bottom:88px}.sce-splash{position:fixed;inset:0;z-index:99999;background:radial-gradient(circle,#342117 0,#120d09 68%);display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.45s}.sce-splash.hide{opacity:0;visibility:hidden}.sce-splash img{width:min(76vw,360px);filter:drop-shadow(0 12px 35px #ff7a0060)}.sce-loader{width:130px;height:4px;border-radius:20px;background:#ffffff20;overflow:hidden}.sce-loader span{display:block;width:45%;height:100%;background:linear-gradient(90deg,var(--sce-orange),var(--sce-yellow));animation:sceLoad 1s infinite}@keyframes sceLoad{from{transform:translateX(-120%)}to{transform:translateX(290%)}}.sce-topbar{position:sticky;top:0;z-index:90;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#16110de8;backdrop-filter:blur(18px);border-bottom:1px solid #ffffff12}.sce-brand-mini{display:flex;gap:10px;align-items:center}.sce-brand-mini img{width:48px;height:48px;border-radius:14px;object-fit:cover}.sce-brand-mini strong,.sce-brand-mini small{display:block}.sce-brand-mini strong{font-size:15px}.sce-brand-mini small{font-size:11px;color:var(--sce-muted)}.sce-icon-btn{width:42px;height:42px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--sce-orange),#d83a00);font-size:20px}.sce-main{width:min(100%,1100px);margin:auto}.sce-hero{margin:14px;min-height:390px;padding:26px 22px;border-radius:28px;display:flex;align-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 80% 15%,#ff9a1645,transparent 38%),linear-gradient(145deg,#3b1b0e,#17110d 58%);border:1px solid #ff9b2440;box-shadow:0 18px 40px #0008}.sce-hero-copy{position:relative;z-index:2;max-width:560px}.sce-pill{display:inline-block;padding:8px 12px;border-radius:30px;background:#ffffff10;border:1px solid #ffffff20;color:var(--sce-yellow);font-size:12px;font-weight:700}.sce-hero h1{font-size:clamp(34px,7vw,62px);line-height:1.02;margin:16px 0 12px}.sce-hero h1 em{font-style:normal;color:var(--sce-orange)}.sce-hero p{color:#ddcdbc;max-width:480px}.sce-hero-logo{position:absolute;width:min(48%,430px);right:-35px;bottom:-25px;opacity:.65;filter:drop-shadow(0 10px 24px #000)}.sce-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.sce-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid transparent;font-weight:800;text-decoration:none;cursor:pointer}.sce-primary{background:linear-gradient(135deg,var(--sce-orange),#e74700);color:#fff!important;box-shadow:0 9px 22px #ff620035}.sce-secondary{background:#ffffff0c;color:#fff!important;border-color:#ffffff25}.sce-section{padding:13px 14px}.sce-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sce-section-head h2{margin:0;font-size:21px}.sce-section-head a,.sce-section-head span{color:var(--sce-muted);font-size:12px}.sce-offer-card{display:flex;justify-content:space-between;align-items:center;padding:18px;border-radius:22px;background:linear-gradient(135deg,#2e7d32,#15461d);box-shadow:0 12px 30px #0005}.sce-offer-card small,.sce-offer-card strong,.sce-offer-card span{display:block}.sce-offer-card strong{font-size:24px;margin:4px 0}.sce-offer-emoji{font-size:48px!important}.sce-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.sce-category-grid article{padding:18px 14px;border-radius:21px;background:linear-gradient(145deg,#2a1d15,#1b130e);border:1px solid #ffffff12}.sce-category-grid article>span{font-size:34px}.sce-category-grid strong,.sce-category-grid small{display:block}.sce-category-grid strong{margin:9px 0 3px}.sce-category-grid small{color:var(--sce-muted)}.sce-empty-card{text-align:center;padding:30px 18px;border-radius:22px;background:#ffffff08;border:1px dashed #ffffff22}.sce-empty-card>span{font-size:42px}.sce-empty-card h3{margin:10px 0 4px}.sce-empty-card p{color:var(--sce-muted);margin:0}.sce-bottom-nav{position:fixed;z-index:100;left:50%;transform:translateX(-50%);bottom:10px;width:calc(100% - 20px);max-width:620px;height:68px;border-radius:22px;background:#211812ed;backdrop-filter:blur(20px);border:1px solid #ffffff14;display:flex;justify-content:space-around;align-items:center;box-shadow:0 15px 40px #000}.sce-bottom-nav a{color:#998d80;text-decoration:none;font-size:10px;text-align:center;min-width:52px}.sce-bottom-nav a span{font-size:21px;display:block;margin-bottom:3px}.sce-bottom-nav a.active{color:var(--sce-orange)}.sce-install-sheet{position:fixed;z-index:100000;inset:0;background:#000b;display:flex;align-items:flex-end;justify-content:center;padding:12px}.sce-install-sheet[hidden]{display:none}.sce-sheet-card{position:relative;width:min(100%,500px);padding:26px 20px;border-radius:28px 28px 20px 20px;text-align:center;background:#241a13;color:#fff}.sce-sheet-card img{width:110px;height:110px;object-fit:cover;border-radius:24px}.sce-sheet-card h3{margin:12px 0 7px}.sce-sheet-card p,.sce-sheet-card small{color:var(--sce-muted)}.sce-sheet-card .sce-btn{width:100%;margin:12px 0}.sce-sheet-close{position:absolute;right:13px;top:13px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffff10;color:#fff;font-size:23px}.sce-admin-app{min-height:100vh;background:#f5f2ed;padding:18px;color:#241a13}.sce-admin-app>header{display:flex;justify-content:space-between;align-items:center}.sce-admin-app h1{font-size:25px;margin:2px 0 20px}.sce-admin-app header a{color:#d74700}.sce-admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.sce-admin-stats article{padding:17px;border-radius:20px;background:#fff;box-shadow:0 8px 25px #38200d12}.sce-admin-stats span,.sce-admin-stats strong,.sce-admin-stats small{display:block}.sce-admin-stats strong{font-size:27px;margin:6px 0}.sce-admin-stats small{color:#8b8075}.sce-admin-actions{margin:22px 0}.sce-admin-actions h2{font-size:19px}.sce-admin-actions>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sce-admin-actions button{min-height:62px;padding:10px;border:0;border-radius:16px;background:#241a13;color:#fff;font-weight:700}.sce-login-wrap{min-height:100vh;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at top,#493020,#15100c 65%)}.sce-login-card{width:min(100%,420px);padding:24px;border-radius:28px;background:#fff;color:#241a13;box-shadow:0 22px 60px #0008;text-align:center}.sce-login-card img{width:145px;height:145px;object-fit:cover;border-radius:30px}.sce-login-card h2{margin:10px 0 3px}.sce-login-card p{color:#7f746a}.sce-login-card label{text-align:left;display:block;margin:13px 0;font-weight:700}.sce-login-card input{width:100%;height:48px;margin-top:6px;border:1px solid #d9d2ca;border-radius:13px;padding:0 13px;font-size:16px}.sce-login-card .sce-btn{width:100%;margin-top:9px}.sce-error{padding:10px;border-radius:10px;background:#ffe4e4;color:#a40000}@media(min-width:760px){.sce-category-grid{grid-template-columns:repeat(4,1fr)}.sce-admin-stats{grid-template-columns:repeat(4,1fr)}.sce-admin-app{max-width:1050px;margin:auto}}


/* v1.0.1: theme isolation and readable dark-app typography */
body.sce-fullscreen-page{margin:0!important;background:#16110d!important}
body.sce-fullscreen-page #page,
body.sce-fullscreen-page .site,
body.sce-fullscreen-page .site-content,
body.sce-fullscreen-page .content-area,
body.sce-fullscreen-page .entry-content,
body.sce-fullscreen-page main{margin:0!important;padding:0!important;max-width:none!important;width:100%!important}
body.sce-fullscreen-page .entry-header,
body.sce-fullscreen-page .page-header,
body.sce-fullscreen-page .entry-title,
body.sce-fullscreen-page .site-header,
body.sce-fullscreen-page header#masthead,
body.sce-fullscreen-page .site-footer,
body.sce-fullscreen-page footer#colophon{display:none!important}
.sce-app-shell,.sce-app-shell *{text-shadow:none}
.sce-app-shell{color:#fff8eb!important}
.sce-app-shell h1,.sce-app-shell h2,.sce-app-shell h3,.sce-app-shell h4,.sce-app-shell h5,.sce-app-shell h6,.sce-app-shell strong{color:#fff8eb!important}
.sce-app-shell p{color:#ddcdbc!important}
.sce-app-shell .sce-hero h1{color:#fff8eb!important}
.sce-app-shell .sce-hero h1 em{color:#ff7a00!important}
.sce-app-shell .sce-section-head h2{color:#fff8eb!important}
.sce-app-shell .sce-offer-card,.sce-app-shell .sce-offer-card *{color:#fff!important}
.sce-app-shell .sce-category-grid strong{color:#fff8eb!important}
.sce-app-shell .sce-category-grid small,.sce-app-shell .sce-section-head a,.sce-app-shell .sce-section-head span,.sce-app-shell .sce-empty-card p{color:#bcae9e!important}
.sce-app-shell a:focus,.sce-app-shell button:focus{outline:2px solid #ffc928;outline-offset:2px}

/* v1.1.0 menu, cart and mobile menu manager */
.sce-category-scroll{display:flex;gap:9px;overflow:auto;padding-bottom:5px;scrollbar-width:none}.sce-category-scroll::-webkit-scrollbar{display:none}.sce-category-chip{flex:0 0 auto;border:1px solid #ffffff18;background:#211812;color:#c9bcad;border-radius:999px;padding:10px 15px;font-weight:800}.sce-category-chip.active{background:linear-gradient(135deg,var(--sce-orange),#e74700);color:#fff;border-color:transparent}.sce-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sce-product-filter-item[hidden]{display:none!important}.sce-product-card{height:100%;overflow:hidden;border-radius:21px;background:linear-gradient(145deg,#2a1d15,#17100c);border:1px solid #ffffff12;box-shadow:0 10px 28px #0004}.sce-product-image-wrap{position:relative;aspect-ratio:1.25/1;overflow:hidden;background:#2f2118}.sce-product-image{width:100%;height:100%;object-fit:cover}.sce-bestseller,.sce-soldout{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900}.sce-bestseller{background:#ff7a00;color:#fff}.sce-soldout{background:#111d;color:#fff}.sce-product-content{padding:11px}.sce-product-content h3{font-size:15px;margin:0 0 5px!important}.sce-product-content p{font-size:11px;line-height:1.35;margin:0 0 10px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:30px}.sce-product-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:6px}.sce-price strong{display:block;font-size:17px}.sce-price del{display:block;color:#897b6d;font-size:10px}.sce-add-cart{border:1px solid #ff7a0077;background:#ff7a0017;color:#ff9b3d;border-radius:10px;padding:8px 9px;font-size:11px;font-weight:900}.sce-add-cart.added{background:#287d27;color:#fff;border-color:#287d27}.sce-product-card.is-unavailable{opacity:.58}.sce-floating-cart{position:fixed;left:50%;bottom:87px;z-index:110;transform:translate(-50%,25px);opacity:0;pointer-events:none;width:calc(100% - 28px);max-width:590px;min-height:54px;border:0;border-radius:17px;padding:8px 13px;display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#ff7a00,#dd3e00);color:#fff;box-shadow:0 16px 35px #0009;transition:.25s}.sce-floating-cart.show{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.sce-floating-cart b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#d74700}.sce-floating-cart em{font-style:normal;font-weight:900;flex:1;text-align:left}.sce-floating-cart strong{color:#fff!important}.sce-cart-drawer{position:fixed;inset:0;z-index:100001;background:#000b;display:flex;align-items:flex-end;justify-content:center}.sce-cart-drawer[hidden]{display:none}.sce-cart-panel{width:min(100%,620px);max-height:88vh;overflow:auto;border-radius:28px 28px 0 0;background:#f8f4ef;color:#241a13;padding:18px 16px 24px}.sce-cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8ded5;padding-bottom:10px}.sce-cart-head small{color:#8d7f72}.sce-cart-head h2{margin:0!important;color:#241a13!important}.sce-cart-close{width:40px;height:40px;border:0;border-radius:50%;background:#e9dfd6;font-size:25px}.sce-cart-items{display:grid;gap:10px;margin-top:12px}.sce-cart-row{display:grid;grid-template-columns:64px 1fr auto;gap:10px;align-items:center;background:#fff;padding:9px;border-radius:16px}.sce-cart-row img{width:64px;height:64px;object-fit:cover;border-radius:12px}.sce-cart-row strong{color:#241a13!important}.sce-cart-row small{display:block;color:#897c70}.sce-qty{display:flex;align-items:center;gap:8px;margin-top:8px}.sce-qty button{width:27px;height:27px;border:0;border-radius:8px;background:#f1e8df}.sce-cart-line{text-align:right}.sce-cart-line>button{display:block;border:0;background:none;color:#c43d00;font-size:10px;margin:8px 0 0 auto}.sce-cart-empty{text-align:center;padding:34px 10px}.sce-cart-empty[hidden]{display:none}.sce-cart-empty span{font-size:42px}.sce-cart-empty h3{color:#241a13!important}.sce-cart-summary{border-top:1px solid #e6dbd0;margin-top:13px;padding-top:13px}.sce-cart-summary>div{display:flex;justify-content:space-between;font-size:17px;margin-bottom:12px}.sce-cart-summary strong{color:#241a13!important}.sce-cart-summary .sce-btn{width:100%}.sce-no-scroll{overflow:hidden}.sce-admin-actions a,.sce-admin-actions button{display:flex;align-items:center;justify-content:center;min-height:62px;padding:10px;border:0;border-radius:16px;background:#241a13;color:#fff!important;font-weight:700;text-decoration:none;text-align:center}.sce-admin-section{margin:20px 0;padding:16px;border-radius:22px;background:#fff;box-shadow:0 8px 25px #38200d12}.sce-admin-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sce-admin-section-head h2{font-size:20px;margin:2px 0}.sce-admin-section-head small,.sce-admin-section-head span{color:#8b8075}.sce-menu-form label{display:block;margin:12px 0;font-size:13px;font-weight:800}.sce-menu-form input[type=text],.sce-menu-form input[type=number],.sce-menu-form input:not([type]),.sce-menu-form select,.sce-menu-form textarea{width:100%;border:1px solid #ded5cc;border-radius:13px;padding:12px;font-size:16px;margin-top:5px;background:#fff}.sce-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sce-file-label input{width:100%;padding:13px;border:1px dashed #cabeb2;border-radius:13px;margin-top:5px}.sce-file-label span{display:block;color:#8c8075;font-size:11px;margin-top:4px}.sce-check-row{display:flex;gap:18px;flex-wrap:wrap}.sce-check-row label{display:flex;align-items:center;gap:7px}.sce-menu-form>.sce-btn{width:100%}.sce-admin-menu-list{display:grid;gap:9px}.sce-admin-menu-item{display:grid;grid-template-columns:58px 1fr auto auto;gap:9px;align-items:center;border:1px solid #eee5dd;padding:8px;border-radius:16px}.sce-admin-menu-item img{width:58px;height:58px;object-fit:cover;border-radius:12px}.sce-admin-item-copy strong,.sce-admin-item-copy small{display:block}.sce-admin-item-copy small{color:#897d72;margin-top:4px}.sce-toggle-item{width:43px;height:25px;border:0;border-radius:999px;background:#c9c0b8;padding:3px;transition:.2s}.sce-toggle-item span{display:block;width:19px;height:19px;border-radius:50%;background:#fff;transition:.2s}.sce-toggle-item.on{background:#2f913f}.sce-toggle-item.on span{transform:translateX(18px)}.sce-delete-item{width:36px;height:36px;border:0;border-radius:11px;background:#fff0ec}.sce-admin-notice{padding:11px 13px;border-radius:12px;margin-bottom:12px;font-weight:700}.sce-admin-notice.success{background:#e2f5e4;color:#237232}.sce-admin-notice.error{background:#ffe7e1;color:#a92f16}@media(max-width:390px){.sce-products-grid{grid-template-columns:1fr}.sce-product-card{display:grid;grid-template-columns:115px 1fr}.sce-product-image-wrap{aspect-ratio:auto;min-height:145px}.sce-form-grid{grid-template-columns:1fr}}@media(min-width:760px){.sce-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* v1.2 checkout and live orders */
.sce-checkout-drawer{position:fixed;inset:0;z-index:100002;background:rgba(0,0,0,.72);display:flex;align-items:flex-end;justify-content:center}.sce-checkout-panel{width:min(100%,620px);max-height:94vh;overflow:auto;background:#17120e;border:1px solid #4c3421;border-radius:28px 28px 0 0;padding:20px;color:#fff}.sce-checkout-form{display:grid;gap:14px}.sce-checkout-form label{display:grid;gap:7px;color:#f4e7dc;font-size:14px}.sce-checkout-form input,.sce-checkout-form textarea,.sce-checkout-form select{width:100%;box-sizing:border-box;background:#261d16;color:#fff;border:1px solid #513925;border-radius:14px;padding:14px;font:inherit}.sce-choice-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sce-choice-row label{display:flex;align-items:center;gap:8px;background:#261d16;padding:13px;border-radius:14px}.sce-choice-row input{width:auto}.sce-coupon-box{display:grid;grid-template-columns:1fr auto;gap:8px}.sce-coupon-box button{border:0;border-radius:12px;padding:0 18px;background:#27862f;color:#fff;font-weight:800}.sce-coupon-help{color:#c7b7aa}.sce-checkout-total{display:flex;justify-content:space-between;padding:15px;background:#2a1d13;border-radius:15px}.sce-checkout-total strong{color:#ff8a1e;font-size:22px}.sce-order-success{text-align:center;padding:30px 5px}.sce-order-success>span{font-size:50px}.sce-order-success h2{color:#fff!important}.sce-order-success .sce-btn{margin-top:12px;width:100%;box-sizing:border-box}.sce-admin-orders{display:grid;gap:16px}.sce-order-card{background:#201711;border:1px solid #503722;border-radius:20px;padding:16px}.sce-order-top,.sce-order-customer,.sce-order-total{display:flex;justify-content:space-between;gap:12px;align-items:center}.sce-order-top h3{margin:3px 0;color:#fff!important}.sce-order-top small{color:#ad9d91}.sce-order-status{font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px;background:#51351f;color:#ffd5ad}.status-completed{background:#174c2b;color:#aaf0bd}.status-cancelled{background:#5a1f1f;color:#ffc0c0}.status-preparing,.status-ready{background:#68470e;color:#ffe3a2}.sce-order-customer{margin:14px 0}.sce-order-customer a{color:#74dc85}.sce-order-items{display:grid;gap:7px;padding:12px 0;border-top:1px dashed #59402e;border-bottom:1px dashed #59402e}.sce-order-items div{display:flex;justify-content:space-between}.sce-order-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.sce-order-meta span{background:#302219;border-radius:999px;padding:6px 9px;font-size:11px}.sce-order-address{color:#d5c4b5}.sce-order-total{font-size:20px;margin:12px 0}.sce-order-total strong{color:#ff8a1e}.sce-status-actions{display:flex;gap:7px;overflow:auto;padding-bottom:3px}.sce-status-actions button{white-space:nowrap;border:1px solid #5b412e;background:#2b2018;color:#d9c9bb;border-radius:10px;padding:9px 11px}.sce-status-actions button.active{background:#ff7300;color:#fff;border-color:#ff7300}@media(min-width:800px){.sce-admin-orders{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v1.3 restaurant settings */
.sce-closed-banner{margin:14px 0;padding:14px 16px;border-radius:16px;background:#6b211b;border:1px solid #ff8e79;color:#fff;display:grid;gap:4px}.sce-closed-banner strong{font-size:17px}.sce-closed-banner span{color:#ffd8d0}.sce-open-switch{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px;background:#f4eee8;border-radius:15px}.sce-open-switch div{display:grid;gap:3px}.sce-open-switch small{color:#776b62}.sce-open-switch label{margin:0}.sce-open-switch input{position:absolute;opacity:0}.sce-open-switch label span{display:block;width:54px;height:30px;border-radius:999px;background:#b9aea5;padding:4px;transition:.2s}.sce-open-switch label span:before{content:"";display:block;width:22px;height:22px;border-radius:50%;background:#fff;transition:.2s}.sce-open-switch input:checked+span{background:#2c933e}.sce-open-switch input:checked+span:before{transform:translateX(24px)}.sce-settings-form input[type=time],.sce-settings-form input[inputmode=tel]{width:100%;border:1px solid #ded5cc;border-radius:13px;padding:12px;font-size:16px;margin-top:5px;background:#fff;box-sizing:border-box}
/* v1.4 essential final polish */
.sce-timing-section{padding-top:0!important}.sce-timing-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sce-timing-grid article{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.04)}.sce-timing-grid article>span{font-size:24px}.sce-timing-grid article div{min-width:0;flex:1}.sce-timing-grid strong,.sce-timing-grid small{display:block;color:#fff}.sce-timing-grid small{opacity:.68;font-size:10px}.sce-timing-grid b{font-size:9px;padding:5px 7px;border-radius:20px}.sce-timing-grid .is-open b{background:#1e8e4d;color:#fff}.sce-timing-grid .is-closed b{background:#4b4038;color:#ddd}.sce-view-item{border:0;background:transparent;color:#ff9b45;padding:0;margin:4px 0 8px;font-size:12px;font-weight:700}.sce-product-image{cursor:pointer}.sce-product-modal{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:999999;display:flex;align-items:flex-end;justify-content:center;padding:14px}.sce-product-modal[hidden]{display:none}.sce-product-modal-card{position:relative;background:#211812;border:1px solid rgba(255,145,44,.3);border-radius:25px 25px 18px 18px;overflow:hidden;width:min(100%,520px);box-shadow:0 -20px 60px rgba(0,0,0,.5)}.sce-product-modal-card>img{width:100%;height:230px;object-fit:cover;background:#100d0b}.sce-product-modal-card>div{padding:18px}.sce-product-modal-card h2,.sce-product-modal-card p,.sce-product-modal-card small{color:#fff!important}.sce-product-modal-card p{opacity:.75}.sce-product-modal-close{position:absolute;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:24px;z-index:2}.sce-modal-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}.sce-modal-bottom>strong{font-size:22px;color:#fff}.sce-coupon-admin-list{display:grid;gap:9px;margin-top:14px}.sce-coupon-admin-list article{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.035)}.sce-coupon-admin-list article>div{flex:1}.sce-coupon-admin-list strong,.sce-coupon-admin-list small{display:block;color:#fff}.sce-coupon-admin-list small{opacity:.65}.sce-coupon-admin-list span{font-size:11px;color:#8beaaf}.sce-coupon-admin-list form{margin:0}.sce-coupon-admin-list button{border:0;background:#48251f;color:#ffb3a6;border-radius:9px;padding:7px 9px}.sce-order-card.status-new{animation:sceOrderPulse 1.8s infinite}@keyframes sceOrderPulse{50%{box-shadow:0 0 0 3px rgba(255,122,0,.18)}}
@media(max-width:390px){.sce-timing-grid{grid-template-columns:1fr}.sce-product-modal-card>img{height:200px}}

/* v1.4.1: compact mobile admin, reliable menu delete, no customer tracking */
.sce-admin-app{width:100%;max-width:100%;overflow-x:hidden;padding:12px!important}
.sce-admin-app *{min-width:0;box-sizing:border-box}
.sce-admin-app>header{gap:10px;align-items:flex-start}.sce-admin-app>header h1{font-size:21px;margin-bottom:12px}.sce-admin-app>header small{font-size:11px}
.sce-admin-stats{gap:8px}.sce-admin-stats article{padding:12px;border-radius:15px}.sce-admin-stats article span{font-size:11px}.sce-admin-stats article strong{font-size:21px;margin:3px 0}.sce-admin-stats article small{font-size:10px}
.sce-admin-actions{margin:14px 0}.sce-admin-actions h2{font-size:16px;margin:0 0 8px}.sce-admin-actions>div{gap:7px}.sce-admin-actions a,.sce-admin-actions button{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-height:48px!important;padding:8px!important;border:0;border-radius:13px;background:#241a13;color:#fff;font-size:12px;font-weight:700}
.sce-admin-section{width:100%;max-width:100%;overflow:hidden;padding:13px!important;margin:12px 0!important;border-radius:18px!important}.sce-admin-section-head{gap:8px}.sce-admin-section-head h2{font-size:18px!important}.sce-admin-section-head span{flex:0 0 auto}
.sce-admin-orders{display:block!important;width:100%}.sce-order-card{width:100%;max-width:100%;overflow:hidden;padding:12px;margin:0 0 10px;border-radius:16px}
.sce-order-top{gap:8px}.sce-order-top h3{font-size:15px;overflow-wrap:anywhere}.sce-order-status{flex:0 0 auto;max-width:45%;text-align:center;font-size:10px;padding:6px 8px}
.sce-order-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0}.sce-order-summary>div{min-width:0}.sce-order-summary strong,.sce-order-summary small{display:block}.sce-order-summary>div>strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sce-order-summary small{font-size:10px;color:#ad9d91;margin-top:2px}.sce-order-summary>strong{flex:0 0 auto;color:#ff8a1e;font-size:18px}
.sce-order-quick{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:6px;margin-bottom:10px}.sce-order-quick a,.sce-order-quick button{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #523923;border-radius:10px;background:#2b2018;color:#fff;text-decoration:none;font-size:11px;font-weight:700;padding:6px}
.sce-order-details{padding-top:5px}.sce-order-details[hidden]{display:none!important}.sce-order-items{font-size:12px;gap:5px}.sce-order-items div{gap:8px}.sce-order-items span{overflow-wrap:anywhere}.sce-order-address{font-size:11px;overflow-wrap:anywhere;word-break:break-word}
.sce-status-title{font-size:10px;color:#bcae9e;margin:8px 0 6px}.sce-status-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow:visible!important}.sce-status-actions button{width:100%;min-height:38px;white-space:normal!important;padding:7px 5px!important;font-size:10px;line-height:1.15}
.sce-admin-menu-item{width:100%;max-width:100%;overflow:hidden;grid-template-columns:48px minmax(0,1fr) auto auto!important;gap:8px!important;padding:9px!important}.sce-admin-menu-item img{width:48px!important;height:48px!important}.sce-admin-item-copy{overflow:hidden}.sce-admin-item-copy strong,.sce-admin-item-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sce-menu-form input,.sce-menu-form select,.sce-menu-form textarea{max-width:100%}
@media(max-width:380px){.sce-order-quick{grid-template-columns:1fr 1fr}.sce-order-quick .sce-order-toggle{grid-column:1/-1}.sce-status-actions{grid-template-columns:1fr 1fr}.sce-admin-actions>div{grid-template-columns:1fr 1fr}}


/* v1.5.0 final customer menu card polish */
.sce-products-grid{align-items:stretch}
.sce-product-filter-item{min-width:0}
.sce-product-card{cursor:pointer;position:relative;min-width:0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.sce-product-card:active{transform:scale(.985)}
.sce-product-card:hover{border-color:rgba(255,122,0,.34);box-shadow:0 12px 30px rgba(0,0,0,.35)}
.sce-product-image-wrap{aspect-ratio:1/1;background:#201711}
.sce-product-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.sce-product-content{display:flex;flex-direction:column;min-width:0;padding:12px}
.sce-product-content h3{font-size:16px!important;line-height:1.22!important;margin:0 0 5px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sce-product-content>p,.sce-view-item{display:none!important}
.sce-card-hint{display:block;color:#d59462!important;font-size:10px;line-height:1.2;margin:0 0 9px}
.sce-product-bottom{margin-top:auto;align-items:center;gap:8px}
.sce-price strong{font-size:18px!important;line-height:1.1}
.sce-price del{font-size:11px!important;margin-top:4px}
.sce-add-cart{flex:0 0 auto;min-width:72px;min-height:40px;padding:8px 12px!important;border-radius:12px!important;font-size:13px!important;line-height:1;font-weight:900}
.sce-add-cart:disabled{opacity:.55;cursor:not-allowed}
.sce-bestseller,.sce-soldout{max-width:calc(100% - 16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:640px){
  .sce-products-grid{grid-template-columns:1fr!important;gap:10px!important}
  .sce-product-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;min-height:112px;height:auto!important;border-radius:18px!important;overflow:hidden}
  .sce-product-image-wrap{width:112px;height:112px;min-height:112px!important;aspect-ratio:1/1!important;border-radius:0}
  .sce-product-content{height:112px;padding:11px 12px!important}
  .sce-product-content h3{font-size:16px!important;margin-bottom:4px!important}
  .sce-card-hint{font-size:9px;margin-bottom:6px}
  .sce-price strong{font-size:18px!important}
  .sce-add-cart{min-width:68px;min-height:38px;padding:7px 10px!important;font-size:12px!important}
  .sce-bestseller,.sce-soldout{left:6px;top:6px;font-size:8px;padding:4px 6px}
}
@media(max-width:350px){
  .sce-product-card{grid-template-columns:96px minmax(0,1fr)!important;min-height:104px}
  .sce-product-image-wrap{width:96px;height:104px;min-height:104px!important}
  .sce-product-content{height:104px;padding:9px 10px!important}
  .sce-product-content h3{font-size:14px!important}
  .sce-add-cart{min-width:60px;padding:6px 8px!important}
}

/* v1.5.1 header admin login */
.sce-topbar-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.sce-admin-head-btn{text-decoration:none!important;display:inline-flex!important;align-items:center;justify-content:center;font-size:18px;line-height:1}
.sce-admin-head-btn.is-logged-in{background:linear-gradient(135deg,#ff7a00,#e54a00)!important;border-color:transparent!important}
.sce-admin-login-modal{position:fixed;inset:0;z-index:1000000;background:rgba(0,0,0,.78);display:flex;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(6px)}
.sce-admin-login-modal[hidden]{display:none!important}
.sce-admin-login-dialog{position:relative;width:min(100%,390px);max-height:calc(100vh - 36px);overflow:auto;padding:22px;border-radius:24px;background:linear-gradient(155deg,#2a1d15,#15100c);border:1px solid rgba(255,122,0,.3);box-shadow:0 24px 70px rgba(0,0,0,.6);color:#fff}
.sce-admin-login-dialog>img{display:block;width:92px;height:92px;object-fit:contain;margin:0 auto 10px}
.sce-admin-login-dialog h2{text-align:center;color:#fff!important;margin:0 0 5px!important;font-size:23px}
.sce-admin-login-dialog>p{text-align:center;color:#cdbfb2!important;margin:0 0 16px!important;font-size:13px}
.sce-admin-login-dialog form{display:grid;gap:12px}
.sce-admin-login-dialog label{display:grid;gap:6px;color:#eee;font-size:12px;font-weight:800}
.sce-admin-login-dialog input{width:100%;min-height:48px;padding:11px 13px;border-radius:13px;border:1px solid rgba(255,255,255,.16);background:#110d0a;color:#fff;font-size:16px;box-sizing:border-box}
.sce-admin-login-dialog .sce-btn{width:100%;min-height:48px;margin-top:3px}
.sce-admin-login-close{position:absolute;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.09);color:#fff;font-size:25px;line-height:1}
.sce-admin-login-modal .sce-error{margin:0 0 12px;padding:10px 12px;border-radius:12px;background:#5d211d;color:#ffd9d5;font-size:12px;text-align:center}
@media(max-width:380px){.sce-brand-mini div small{max-width:135px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sce-topbar-actions{gap:5px}.sce-icon-btn{width:38px;height:38px}}

/* v1.5.2 - Admin order details contrast fix */
.sce-order-card,
.sce-order-card p,
.sce-order-card span,
.sce-order-card small,
.sce-order-card strong,
.sce-order-card div {
  color:#f7eee7;
}
.sce-order-card .sce-order-top small,
.sce-order-card .sce-order-summary small,
.sce-order-card .sce-status-title {
  color:#cbbcaf!important;
}
.sce-order-card .sce-order-summary>strong,
.sce-order-card .sce-order-total strong,
.sce-order-card .sce-order-items strong {
  color:#ff8a1e!important;
}
.sce-order-card .sce-order-summary>div>strong,
.sce-order-card .sce-order-items span,
.sce-order-card .sce-order-address,
.sce-order-card .sce-order-meta span {
  color:#f7eee7!important;
}
.sce-order-card .sce-order-items {
  border-color:rgba(255,255,255,.16)!important;
}
.sce-order-card .sce-order-meta span {
  background:rgba(255,255,255,.08)!important;
}


.sce-push-setup{margin:16px 0;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.04)}
.sce-push-setup summary{cursor:pointer;font-weight:800;color:#fff}
.sce-push-setup[open] summary{margin-bottom:12px}.sce-help-text{font-size:13px;line-height:1.55;color:#d8d0c8}
#sceEnablePush,#sceTestPush{border:0;border-radius:14px;padding:12px 14px;font-weight:800;cursor:pointer}
#sceEnablePush{background:#ff7a00;color:#fff}#sceTestPush{background:#2a211b;color:#fff;border:1px solid rgba(255,255,255,.12)}
