:root{--mcr-black:#070707;--mcr-charcoal:#12110f;--mcr-gold:#d6a63a;--mcr-gold-light:#f0cf7d;--mcr-ivory:#f7f0e3;--mcr-muted:#aaa49b}.mcr-os,.mcr-os *{box-sizing:border-box}.mcr-os{min-height:100vh;background:var(--mcr-black);color:var(--mcr-ivory);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:grid;grid-template-columns:330px minmax(0,1fr);letter-spacing:-.01em}.mcr-os button,.mcr-os input,.mcr-os select,.mcr-os textarea{font:inherit}.mcr-os button{cursor:pointer}.mcr-os a{text-decoration:none;color:inherit}.mcr-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid rgba(214,166,58,.22);background:linear-gradient(180deg,#070707 0%,#0b0a09 100%);padding:30px 22px 24px;display:flex;flex-direction:column;z-index:20}.mcr-brand{display:flex;align-items:center;gap:14px;padding:0 12px 28px;border-bottom:1px solid rgba(255,255,255,.06)}.mcr-brand img{width:72px;height:72px;object-fit:contain}.mcr-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:27px;display:block;color:#fff;line-height:1}.mcr-brand span,.mcr-kicker{display:block;margin-top:9px;color:var(--mcr-gold-light);font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.mcr-nav{display:flex;flex-direction:column;gap:7px;padding:28px 0}.mcr-nav button{border:1px solid transparent;background:transparent;color:#b8b4ad;border-radius:18px;padding:18px 20px;text-align:left;font-weight:700;font-size:17px;display:flex;align-items:center;gap:16px;transition:.22s ease}.mcr-nav button span{width:25px;color:var(--mcr-gold);font-size:18px}.mcr-nav button:hover,.mcr-nav button.is-active{color:#fff;border-color:rgba(214,166,58,.28);background:linear-gradient(135deg,rgba(214,166,58,.13),rgba(214,166,58,.05));transform:translateX(2px)}.mcr-sidebar-foot{margin-top:auto;padding:20px 12px 0;border-top:1px solid rgba(255,255,255,.06)}.mcr-sidebar-foot a{font-size:13px;font-weight:800;color:var(--mcr-gold-light)}.mcr-sidebar-foot small{display:block;color:#716d66;line-height:1.6;margin-top:12px}.mcr-main{min-width:0}.mcr-topbar{height:92px;position:sticky;top:0;z-index:15;background:rgba(7,7,7,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;padding:0 34px}.mcr-topbar>div:first-child span{display:block;color:var(--mcr-gold-light);font-size:11px;font-weight:900;letter-spacing:.18em}.mcr-topbar>div:first-child strong{display:block;font-size:17px;margin-top:7px}.mcr-top-actions{display:flex;gap:12px;align-items:center}.mcr-crown-pill,.mcr-cart-button{border:1px solid rgba(214,166,58,.28);background:#0d0c0a;color:#f2eee8;border-radius:999px;padding:12px 18px;min-height:48px}.mcr-crown-pill b{color:var(--mcr-gold-light);margin-right:5px}.mcr-cart-button{display:flex;align-items:center;gap:10px}.mcr-cart-count{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--mcr-gold);color:#090807;font-weight:900}.mcr-app-body{padding:38px 34px 100px;max-width:1600px;margin:0 auto}.mcr-view{display:none;animation:mcrFade .25s ease}.mcr-view.is-active{display:block}@keyframes mcrFade{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}.mcr-home-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.62fr);gap:22px}.mcr-hero-card,.mcr-wallet-card,.mcr-quick,.mcr-product-card,.mcr-standard-strip,.mcr-wallet-hero,.mcr-wallet-side,.mcr-vip-hero,.mcr-vip-reward,.mcr-vip-rules>div,.mcr-reserve-copy,.mcr-reserve-form,.mcr-account-layout>section,.mcr-order-card,.mcr-guest-card{border:1px solid rgba(214,166,58,.24);background:linear-gradient(145deg,#15120d 0%,#0d0c0a 62%,#11100e 100%);box-shadow:0 20px 60px rgba(0,0,0,.18)}.mcr-hero-card{border-radius:30px;min-height:500px;padding:58px 62px;position:relative;overflow:hidden}.mcr-hero-card:before{content:"";position:absolute;left:-10%;top:-30%;width:58%;height:70%;background:radial-gradient(circle,rgba(214,166,58,.12),transparent 65%);pointer-events:none}.mcr-hero-card h1,.mcr-page-head h1,.mcr-vip-hero h1,.mcr-reserve-copy h1,.mcr-account-layout h1,.mcr-guest-card h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#fff;letter-spacing:-.045em}.mcr-hero-card h1{font-size:clamp(58px,5.8vw,94px);line-height:.93;margin:22px 0 24px;max-width:880px}.mcr-hero-card h1 em,.mcr-vip-hero h1 em,.mcr-reserve-copy h1 em{font-style:normal;color:var(--mcr-gold-light)}.mcr-hero-card>p{color:#a9a49d;max-width:660px;line-height:1.7;font-size:18px}.mcr-hero-actions{display:flex;gap:14px;margin:34px 0}.mcr-btn{appearance:none;border:none;border-radius:15px;background:linear-gradient(135deg,var(--mcr-gold-light),var(--mcr-gold));color:#171108;padding:15px 25px;font-weight:850;font-size:16px;box-shadow:0 10px 30px rgba(214,166,58,.16);transition:.2s ease}.mcr-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.mcr-btn-ghost{background:transparent;color:#f7f2e9;border:1px solid rgba(255,255,255,.15);box-shadow:none}.mcr-btn-small{padding:10px 15px;font-size:14px}.mcr-btn-wide{display:block;width:100%;min-height:54px}.mcr-link{border:0;background:transparent;color:var(--mcr-gold-light);font-weight:800;padding:0;text-align:left}.mcr-hero-rule{display:flex;gap:14px;align-items:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:1}.mcr-hero-rule b{color:var(--mcr-gold-light)}.mcr-hero-rule span{color:#7f7a73}.mcr-hero-watermark{position:absolute;right:-35px;bottom:-120px;font-family:Georgia,serif;font-size:360px;line-height:1;color:rgba(255,255,255,.035);transform:rotate(-8deg)}.mcr-wallet-card{border-radius:30px;padding:48px 42px;display:flex;flex-direction:column}.mcr-wallet-value{display:flex;gap:14px;align-items:flex-end;margin-top:55px}.mcr-wallet-value strong{font-family:Georgia,serif;font-size:75px;font-weight:400;line-height:.8;color:#fff}.mcr-wallet-value span{font-size:13px;letter-spacing:.12em;color:var(--mcr-gold-light);font-weight:900}.mcr-wallet-card>p{color:#7e7971;font-size:18px}.mcr-wallet-card hr{width:100%;border:0;border-top:1px solid rgba(214,166,58,.2);margin:26px 0}.mcr-vip-mini>div:first-child{display:flex;justify-content:space-between}.mcr-vip-mini small{color:#77726c;display:block;margin:9px 0 14px}.mcr-progress{height:7px;border-radius:999px;background:#22201d;overflow:hidden}.mcr-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mcr-gold),var(--mcr-gold-light))}.mcr-wallet-card .mcr-link{margin-top:28px}.mcr-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0 46px}.mcr-quick{border-radius:20px;padding:21px 20px;color:#fff;text-align:left;display:grid;grid-template-columns:38px 1fr;gap:2px 11px;min-height:112px;transition:.2s ease}.mcr-quick:hover{transform:translateY(-3px);border-color:rgba(214,166,58,.5)}.mcr-quick>span{grid-row:1/3;color:var(--mcr-gold);font-size:23px}.mcr-quick b{font-size:16px}.mcr-quick small{color:#827d75;line-height:1.35}.mcr-home-section{margin-top:20px}.mcr-section-head,.mcr-order-head,.mcr-panel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.mcr-section-head h2,.mcr-order-head h1,.mcr-page-head h2{font-family:Georgia,serif;color:#fff;font-size:38px;font-weight:400;margin:7px 0 0}.mcr-featured-row{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:15px;overflow:auto;padding-bottom:8px;scrollbar-width:thin}.mcr-product-card{border-radius:22px;overflow:hidden;min-width:0;cursor:pointer;transition:.22s ease}.mcr-product-card:hover{transform:translateY(-3px);border-color:rgba(214,166,58,.48)}.mcr-product-image{height:210px;position:relative;background:#1b1813;overflow:hidden}.mcr-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mcr-product-card:hover img{transform:scale(1.035)}.mcr-food-placeholder,.mcr-product-sheet-placeholder{height:100%;display:grid;place-items:center;color:rgba(214,166,58,.38);font-size:86px;background:radial-gradient(circle,rgba(214,166,58,.12),transparent 62%)}.mcr-product-tags{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap}.mcr-product-tags span{font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#120f08;background:var(--mcr-gold-light);padding:6px 8px;border-radius:999px}.mcr-product-info{padding:18px;min-height:184px;display:flex;flex-direction:column;justify-content:space-between}.mcr-product-info small{font-size:10px;letter-spacing:.09em;font-weight:800;color:#8d877f}.mcr-product-info h3{font-size:18px;margin:7px 0;color:#fff}.mcr-product-info p{color:#827d76;line-height:1.45;font-size:13px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mcr-product-foot{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.mcr-product-foot b{color:var(--mcr-gold-light);font-size:17px}.mcr-add{border:0;width:38px;height:38px;border-radius:50%;background:var(--mcr-gold);color:#0b0905;font-size:22px}.mcr-standard-strip{margin-top:32px;border-radius:22px;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.mcr-standard-strip>div{display:flex;gap:17px;align-items:center}.mcr-standard-strip .mcr-seal{font-size:36px;color:var(--mcr-gold)}.mcr-standard-strip b{letter-spacing:.12em;font-size:11px;color:var(--mcr-gold-light)}.mcr-standard-strip p{margin:5px 0 0;color:#89847c}.mcr-standard-strip>a{color:var(--mcr-gold-light);font-weight:800;white-space:nowrap}.mcr-order-head{align-items:center}.mcr-order-head h1{font-size:54px;margin:7px 0 4px}.mcr-order-head p{color:#87827b;margin:0}.mcr-order-context span{border:1px solid rgba(214,166,58,.25);padding:11px 15px;border-radius:999px;color:var(--mcr-gold-light);font-weight:700;font-size:13px}.mcr-menu-tools{position:sticky;top:108px;z-index:7;background:linear-gradient(var(--mcr-black) 75%,transparent);padding:8px 0 18px}.mcr-search{height:52px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#0e0d0c;display:flex;align-items:center;padding:0 16px;margin-bottom:14px}.mcr-search span{font-size:22px;color:var(--mcr-gold)}.mcr-search input{width:100%;border:0;outline:0;background:transparent;color:#fff;padding:0 12px;font-size:15px}.mcr-category-scroll{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.mcr-category-scroll::-webkit-scrollbar{display:none}.mcr-category-scroll button{border:1px solid rgba(255,255,255,.09);background:#0e0d0c;color:#a7a29b;padding:11px 16px;border-radius:999px;white-space:nowrap;font-weight:700}.mcr-category-scroll button.is-active{background:var(--mcr-gold);color:#0c0904;border-color:var(--mcr-gold)}.mcr-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mcr-empty-menu,.mcr-fatal,.mcr-guest-card{grid-column:1/-1;text-align:center;border:1px dashed rgba(214,166,58,.26);border-radius:26px;padding:70px 24px;color:#8d8880}.mcr-empty-menu>span,.mcr-fatal>span,.mcr-guest-card>span{font-size:52px;color:var(--mcr-gold);display:block;margin-bottom:16px}.mcr-empty-menu h2,.mcr-fatal h1{color:#fff;font-family:Georgia,serif;font-weight:400}.mcr-bottom-nav{display:none}.mcr-sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);z-index:80}.mcr-sheet{position:fixed;right:0;top:0;height:100dvh;width:min(600px,100%);background:#0b0a09;border-left:1px solid rgba(214,166,58,.25);z-index:90;transform:translateX(103%);transition:transform .32s cubic-bezier(.2,.7,.2,1);overflow-y:auto;box-shadow:-30px 0 80px rgba(0,0,0,.45)}.mcr-sheet.is-open{transform:none}.mcr-sheet-close{position:sticky;top:14px;float:right;margin:14px 14px -58px 0;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:rgba(10,10,9,.82);color:#fff;font-size:27px;z-index:5}.mcr-sheet-product-media{height:350px;background:#17130e}.mcr-sheet-product-media img{width:100%;height:100%;object-fit:cover}.mcr-sheet-content{padding:32px 34px 46px}.mcr-sheet-content h2{font-family:Georgia,serif;font-size:42px;font-weight:400;color:#fff;margin:8px 0 12px;line-height:1}.mcr-sheet-content>p{color:#8d8880;line-height:1.6}.mcr-sheet-price{font-size:24px;color:var(--mcr-gold-light);font-weight:800;margin:20px 0 24px}.mcr-mod-group-app{border-top:1px solid rgba(255,255,255,.07);padding:21px 0}.mcr-mod-group-app>div:first-child{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px}.mcr-mod-group-app>div:first-child span{color:#756f68;font-size:12px}.mcr-mod-group-app label{display:grid;grid-template-columns:22px 1fr auto;gap:10px;align-items:center;padding:11px 0;color:#e6e0d7}.mcr-mod-group-app label input{accent-color:var(--mcr-gold)}.mcr-mod-group-app label b{font-size:12px;color:#9b958d}.mcr-qty-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding:20px 0}.mcr-stepper{display:flex;gap:10px;align-items:center}.mcr-stepper button,.mcr-line-actions button{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:transparent;color:#fff}.mcr-context-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.mcr-context-choice{border:1px solid rgba(214,166,58,.24);border-radius:18px;background:#12100d;color:#fff;padding:23px;text-align:left}.mcr-context-choice span{display:block;color:var(--mcr-gold);font-size:24px}.mcr-context-choice b,.mcr-context-choice small{display:block}.mcr-context-choice b{margin:12px 0 6px}.mcr-context-choice small{color:#88827b;line-height:1.4}.mcr-field{display:block;color:#d7d1c7;font-weight:700;font-size:13px;margin:0 0 14px}.mcr-field small{color:#6f6b65;font-weight:500}.mcr-field input,.mcr-field select,.mcr-field textarea{display:block;width:100%;margin-top:7px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#12110f;color:#fff;padding:13px 14px;outline:0}.mcr-field input:focus,.mcr-field select:focus,.mcr-field textarea:focus{border-color:rgba(214,166,58,.65);box-shadow:0 0 0 3px rgba(214,166,58,.08)}.mcr-cart-content{padding-top:42px}.mcr-cart-lines{margin:20px 0 24px}.mcr-cart-line{display:grid;grid-template-columns:74px 1fr auto;gap:13px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.mcr-cart-line img,.mcr-cart-img{width:74px;height:74px;object-fit:cover;border-radius:15px;background:#17130e}.mcr-cart-img{display:grid;place-items:center;color:var(--mcr-gold);font-size:27px}.mcr-cart-line>div:nth-child(2) b,.mcr-cart-line>div:nth-child(2) small,.mcr-cart-line>div:nth-child(2) span{display:block}.mcr-cart-line small{color:#716c66;margin:5px 0;font-size:11px}.mcr-cart-line span{color:var(--mcr-gold-light);font-size:13px}.mcr-line-actions{display:grid;grid-template-columns:30px 20px 30px;align-items:center;text-align:center;gap:3px}.mcr-line-actions button{width:30px;height:30px}.mcr-line-actions .mcr-remove{grid-column:1/4;border:0;color:#8d5d5d;font-size:18px;margin:auto}.mcr-cart-upsell,.mcr-signin-note{display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(214,166,58,.18);background:rgba(214,166,58,.06);padding:14px;border-radius:14px;margin:15px 0 22px}.mcr-cart-upsell span,.mcr-signin-note span{color:var(--mcr-gold);font-size:22px}.mcr-cart-upsell p,.mcr-signin-note p{margin:0;color:#8f8981;line-height:1.45}.mcr-cart-upsell b{color:#e7dfd4}.mcr-section-title{font-family:Georgia,serif;font-size:25px;color:#fff;margin:22px 0 15px}.mcr-row-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mcr-context-lock{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(214,166,58,.18);padding:14px;border-radius:13px;margin-bottom:14px}.mcr-context-lock span{color:#817b74}.mcr-reward-box{display:grid;grid-template-columns:1fr 95px;align-items:center;gap:12px;border:1px solid rgba(214,166,58,.22);padding:15px;border-radius:15px}.mcr-reward-box b,.mcr-reward-box span{display:block}.mcr-reward-box span{color:#817b74;font-size:12px;margin-top:4px}.mcr-reward-box input{width:100%;background:#0c0b09;border:1px solid rgba(214,166,58,.3);color:#fff;border-radius:10px;padding:10px}.mcr-vip-toggle{display:flex;gap:12px;align-items:flex-start;margin:12px 0 0;border:1px solid rgba(214,166,58,.28);background:linear-gradient(135deg,rgba(214,166,58,.12),rgba(214,166,58,.03));padding:15px;border-radius:15px}.mcr-vip-toggle input{accent-color:var(--mcr-gold);margin-top:4px}.mcr-vip-toggle b,.mcr-vip-toggle small{display:block}.mcr-vip-toggle small{color:#827c74;line-height:1.4;margin-top:4px}.mcr-cart-summary{margin:22px 0 14px}.mcr-cart-summary>div{display:flex;justify-content:space-between;font-size:17px}.mcr-cart-summary small{display:block;color:#6f6a64;margin-top:7px;line-height:1.4}.mcr-empty-cart{text-align:center;padding-top:140px}.mcr-empty-cart>span{font-size:70px;color:var(--mcr-gold)}.mcr-empty-cart h2{margin-top:20px}.mcr-empty-cart .mcr-btn{margin-top:20px}.mcr-success{text-align:center;padding:90px 35px}.mcr-success-crown{display:grid;place-items:center;width:94px;height:94px;margin:0 auto 30px;border-radius:50%;border:1px solid rgba(214,166,58,.45);background:radial-gradient(circle,rgba(214,166,58,.24),rgba(214,166,58,.03));color:var(--mcr-gold-light);font-size:52px}.mcr-success h2{font-size:42px}.mcr-success>p{max-width:400px;margin:12px auto 26px;color:#8c877f}.mcr-success-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:360px;margin:0 auto 30px}.mcr-success-grid>div{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px}.mcr-success-grid span,.mcr-success-grid b{display:block}.mcr-success-grid span{color:#77716a;font-size:12px}.mcr-success-grid b{color:#fff;margin-top:4px}.mcr-order-track{display:grid;grid-template-columns:repeat(4,1fr);max-width:430px;margin:30px auto}.mcr-order-track>div{position:relative}.mcr-order-track>div:not(:last-child):after{content:"";position:absolute;height:1px;background:#24211d;left:60%;right:-40%;top:7px}.mcr-order-track i{display:block;width:14px;height:14px;border-radius:50%;background:#27231e;margin:auto}.mcr-order-track span{display:block;color:#6f6a63;font-size:10px;margin-top:7px}.mcr-order-track .is-done i{background:var(--mcr-gold)}.mcr-order-track .is-done span{color:#c4bdb3}.mcr-success .mcr-btn{max-width:360px;margin:0 auto 16px}.mcr-success .mcr-link{display:block;margin:auto}.mcr-page-head{margin-bottom:28px}.mcr-page-head.compact{margin-top:38px}.mcr-page-head h1{font-size:60px;margin:8px 0}.mcr-page-head p{color:#8d8880}.mcr-order-list{display:grid;gap:11px}.mcr-order-card{border-radius:18px;padding:19px 22px;display:grid;grid-template-columns:1.3fr 1fr .7fr;align-items:center;gap:16px}.mcr-order-card>div{display:flex;flex-direction:column;gap:5px}.mcr-order-card>div:last-child{text-align:right}.mcr-order-card span{color:var(--mcr-gold-light);font-size:11px;font-weight:900;letter-spacing:.07em}.mcr-order-card b,.mcr-order-card strong{color:#fff}.mcr-order-card small{color:#777169}.mcr-status-pill{text-transform:uppercase;display:inline-block;width:max-content;border:1px solid rgba(214,166,58,.2);padding:5px 9px;border-radius:999px}.mcr-wallet-layout,.mcr-vip-layout,.mcr-reserve-layout,.mcr-account-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:20px}.mcr-wallet-hero,.mcr-wallet-side,.mcr-vip-hero,.mcr-vip-reward,.mcr-reserve-copy,.mcr-reserve-form,.mcr-account-layout>section{border-radius:28px;padding:46px}.mcr-wallet-hero h1{font-family:Georgia,serif;color:#fff;font-size:76px;font-weight:400;margin:22px 0 5px}.mcr-wallet-hero h1 small{font-family:inherit;font-size:28px;color:var(--mcr-gold-light)}.mcr-wallet-hero>p{color:#8b857d}.mcr-wallet-rule{display:flex;align-items:center;gap:20px;margin:45px 0 18px}.mcr-wallet-rule span{font-family:Georgia,serif;font-size:38px;color:#fff}.mcr-wallet-rule b{color:var(--mcr-gold);font-size:26px}.mcr-wallet-hero>small{color:#716b65}.mcr-wallet-side{display:flex;flex-direction:column;justify-content:center}.mcr-wallet-side>b{color:var(--mcr-gold-light);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.mcr-wallet-side>strong{font-family:Georgia,serif;font-size:36px;color:#fff;margin:12px 0}.mcr-wallet-side>span{color:#858078}.mcr-referral{margin-top:35px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.mcr-referral small,.mcr-referral code,.mcr-referral button{display:block}.mcr-referral small{color:#6f6962}.mcr-referral code{color:var(--mcr-gold-light);font-size:19px;margin:8px 0;background:transparent}.mcr-referral button{border:0;background:transparent;color:#fff;padding:0;text-decoration:underline}.mcr-ledger{display:grid;gap:8px}.mcr-ledger>div{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:15px 17px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:#0e0d0c}.mcr-ledger-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(214,166,58,.1);color:var(--mcr-gold)}.mcr-ledger b,.mcr-ledger small,.mcr-ledger em{display:block}.mcr-ledger b{color:#e8e0d5}.mcr-ledger small{color:#746f68;margin:3px 0}.mcr-ledger em{font-style:normal;color:#514d48;font-size:10px}.mcr-ledger>div>strong{font-size:17px}.mcr-ledger .plus{color:#65b77b}.mcr-ledger .minus{color:#d87676}.mcr-vip-hero{min-height:520px;position:relative;overflow:hidden}.mcr-vip-diamond{position:absolute;right:30px;top:20px;font-size:170px;color:rgba(214,166,58,.045)}.mcr-vip-hero h1,.mcr-reserve-copy h1{font-size:65px;line-height:.98;margin:26px 0}.mcr-vip-hero>p,.mcr-reserve-copy>p,.mcr-account-layout>section>p{color:#8a857d;font-size:17px;line-height:1.6;max-width:620px}.mcr-vip-progress{margin-top:60px}.mcr-vip-progress>div:first-child{display:flex;align-items:flex-end;gap:10px;margin-bottom:15px}.mcr-vip-progress>div:first-child b{font-family:Georgia,serif;font-size:58px;color:#fff;font-weight:400}.mcr-vip-progress>div:first-child span{color:#817b73;margin-bottom:9px}.mcr-vip-progress small{display:block;color:#79736c;margin-top:12px}.mcr-vip-reward{display:flex;flex-direction:column;justify-content:center}.mcr-vip-reward>strong{font-family:Georgia,serif;font-size:88px;color:#fff;font-weight:400;line-height:1;margin:25px 0 5px}.mcr-vip-reward>span{color:var(--mcr-gold-light)}.mcr-vip-reward hr{width:100%;border:0;border-top:1px solid rgba(255,255,255,.08);margin:25px 0}.mcr-vip-reward p{color:#88827a;line-height:1.6}.mcr-vip-reward p b{color:#ddd5ca}.mcr-vip-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.mcr-vip-rules>div{border-radius:20px;padding:24px}.mcr-vip-rules b{color:#fff}.mcr-vip-rules p{color:#77716a;line-height:1.5}.mcr-reserve-copy{min-height:590px;display:flex;flex-direction:column;justify-content:center}.mcr-reserve-points{margin-top:40px;display:grid;gap:14px}.mcr-reserve-points>div{display:flex;align-items:center;gap:14px}.mcr-reserve-points span{color:var(--mcr-gold);font-size:11px;font-weight:900;letter-spacing:.13em}.mcr-reserve-form{background:#100e0b}.mcr-reservation-success{max-width:800px;margin:40px auto}.mcr-account-layout h1{font-size:64px;margin:24px 0}.mcr-account-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.mcr-account-benefits span{border:1px solid rgba(255,255,255,.08);padding:13px;border-radius:12px;color:#b5aea4}.mcr-account-form h2{font-family:Georgia,serif;font-size:31px;font-weight:400;margin-top:0}.mcr-form-note{font-size:12px;color:#706a63;line-height:1.5}.mcr-member-id{margin:28px 0 20px}.mcr-member-id small,.mcr-member-id strong{display:block}.mcr-member-id small{color:#6d675f}.mcr-member-id strong{font-family:Georgia,serif;color:var(--mcr-gold-light);font-size:27px;margin-top:6px}.mcr-account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mcr-account-stats>div{border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:14px}.mcr-account-stats b,.mcr-account-stats span{display:block}.mcr-account-stats b{color:#fff}.mcr-account-stats span{color:#6f6962;font-size:11px;margin-top:3px}.mcr-danger{color:#c87979;margin-top:24px}.mcr-guest-card{max-width:800px;margin:40px auto}.mcr-guest-card h1{font-size:55px;margin:20px 0}.mcr-guest-card p{max-width:540px;margin:0 auto 25px;line-height:1.6}.mcr-guest-card .mcr-link{display:block;margin:18px auto 0}.mcr-toast{position:fixed;right:26px;bottom:26px;z-index:120;max-width:390px;border:1px solid rgba(214,166,58,.35);background:#17130e;color:#fff;padding:14px 17px;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.4);transform:translateY(20px);opacity:0;pointer-events:none;transition:.22s}.mcr-toast.is-show{transform:none;opacity:1}.mcr-toast.is-error{border-color:rgba(210,99,99,.5)}.mcr-loading{position:fixed;inset:0;z-index:200;background:rgba(5,5,5,.86);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.mcr-loading[hidden]{display:none}.mcr-loading img{width:84px;height:84px;object-fit:contain;animation:mcrPulse 1.35s ease-in-out infinite}.mcr-loading span{color:#a59f96;font-size:13px;letter-spacing:.08em}@keyframes mcrPulse{50%{transform:scale(1.05);filter:drop-shadow(0 0 14px rgba(214,166,58,.38))}}.mcr-no-scroll{overflow:hidden!important}.mcr-empty-inline{grid-column:1/-1;border:1px dashed rgba(214,166,58,.18);padding:25px;border-radius:16px;color:#79736c}.mcr-standalone-shell{margin:0!important;background:#070707}.mcr-standalone-shell #wpadminbar{display:none!important}.admin-bar .mcr-sidebar{top:32px;height:calc(100vh - 32px)}.admin-bar .mcr-topbar{top:32px}.admin-bar .mcr-menu-tools{top:140px}
@media(max-width:1280px){.mcr-os{grid-template-columns:260px minmax(0,1fr)}.mcr-brand img{width:58px;height:58px}.mcr-brand strong{font-size:23px}.mcr-nav button{padding:16px 14px;font-size:15px}.mcr-app-body{padding-left:24px;padding-right:24px}.mcr-hero-card{padding:48px 44px}.mcr-home-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr)}.mcr-menu-grid{grid-template-columns:repeat(3,1fr)}.mcr-featured-row{grid-template-columns:repeat(5,minmax(210px,1fr))}}
@media(max-width:1024px){.mcr-os{display:block;padding-bottom:78px}.mcr-sidebar{display:none}.mcr-topbar{height:78px;padding:0 20px}.mcr-app-body{padding:24px 18px 100px}.mcr-bottom-nav{display:grid;grid-template-columns:1fr 1fr 1.2fr 1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:50;background:rgba(8,8,8,.97);backdrop-filter:blur(20px);border-top:1px solid rgba(214,166,58,.2);padding:7px 10px max(7px,env(safe-area-inset-bottom));min-height:70px}.mcr-bottom-nav button{border:0;background:transparent;color:#7d7770;font-size:10px;font-weight:800;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.mcr-bottom-nav button span{font-size:17px;color:#9a751d}.mcr-bottom-nav button.is-active{color:#fff}.mcr-bottom-cart{margin-top:-23px!important;width:62px!important;height:62px!important;justify-self:center;border-radius:50%!important;background:linear-gradient(135deg,var(--mcr-gold-light),var(--mcr-gold))!important;color:#0a0804!important;box-shadow:0 10px 28px rgba(214,166,58,.2)}.mcr-bottom-cart .mcr-cart-count{width:21px;height:21px;font-size:10px;background:#090806;color:var(--mcr-gold-light)}.mcr-bottom-cart b{font-size:9px}.mcr-home-grid{grid-template-columns:1fr}.mcr-wallet-card{min-height:330px}.mcr-quick-grid{grid-template-columns:repeat(2,1fr)}.mcr-featured-row{grid-template-columns:repeat(5,minmax(230px,1fr))}.mcr-menu-tools{top:77px}.mcr-menu-grid{grid-template-columns:repeat(2,1fr)}.mcr-wallet-layout,.mcr-vip-layout,.mcr-reserve-layout,.mcr-account-layout{grid-template-columns:1fr}.mcr-vip-rules{grid-template-columns:1fr}.mcr-wallet-side{min-height:260px}.mcr-order-card{grid-template-columns:1fr 1fr}.mcr-order-card>div:last-child{grid-column:2;grid-row:1/3}.mcr-topbar>div:first-child strong{font-size:15px}.mcr-topbar>div:first-child span{font-size:9px}.mcr-crown-pill{display:none}.admin-bar .mcr-topbar{top:46px}.admin-bar .mcr-menu-tools{top:123px}}
@media(max-width:640px){.mcr-topbar{height:68px;padding:0 14px}.mcr-topbar>div:first-child strong{font-size:13px}.mcr-top-actions{gap:7px}.mcr-cart-button{min-height:42px;padding:7px 11px}.mcr-cart-count{width:25px;height:25px}.mcr-app-body{padding:16px 12px 92px}.mcr-hero-card{border-radius:22px;min-height:440px;padding:34px 25px}.mcr-hero-card h1{font-size:50px;margin-top:18px}.mcr-hero-card>p{font-size:15px}.mcr-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:25px 0}.mcr-btn{padding:14px 17px}.mcr-hero-rule{display:block}.mcr-hero-rule span{display:block;margin-top:6px;font-size:12px}.mcr-wallet-card{border-radius:22px;padding:29px 25px;min-height:290px}.mcr-wallet-value{margin-top:25px}.mcr-wallet-value strong{font-size:61px}.mcr-quick-grid{gap:9px;margin:13px 0 34px}.mcr-quick{min-height:105px;border-radius:16px;padding:16px 13px;grid-template-columns:28px 1fr}.mcr-quick>span{font-size:19px}.mcr-section-head{align-items:flex-end}.mcr-section-head h2{font-size:30px}.mcr-featured-row{margin-right:-12px;padding-right:12px;grid-template-columns:repeat(5,minmax(205px,1fr))}.mcr-product-image{height:175px}.mcr-product-info{min-height:172px;padding:15px}.mcr-standard-strip{display:block;border-radius:18px;padding:20px}.mcr-standard-strip>a{display:block;margin-top:15px}.mcr-order-head{display:block}.mcr-order-head h1{font-size:40px}.mcr-order-context{margin-top:14px}.mcr-menu-tools{top:68px;margin-left:-12px;margin-right:-12px;padding:8px 12px 14px}.mcr-menu-grid{grid-template-columns:1fr 1fr;gap:9px}.mcr-menu-grid .mcr-product-image{height:150px}.mcr-menu-grid .mcr-product-info{padding:12px;min-height:158px}.mcr-menu-grid .mcr-product-info h3{font-size:15px}.mcr-menu-grid .mcr-product-info p{font-size:11px}.mcr-menu-grid .mcr-product-foot b{font-size:14px}.mcr-menu-grid .mcr-add{width:34px;height:34px}.mcr-sheet{width:100%;top:auto;bottom:0;height:min(92dvh,820px);border-left:0;border-top:1px solid rgba(214,166,58,.26);border-radius:24px 24px 0 0;transform:translateY(103%)}.mcr-sheet.is-open{transform:none}.mcr-sheet-product-media{height:260px;border-radius:24px 24px 0 0;overflow:hidden}.mcr-sheet-content{padding:26px 20px calc(36px + env(safe-area-inset-bottom))}.mcr-sheet-content h2{font-size:34px}.mcr-context-options{grid-template-columns:1fr}.mcr-row-fields{grid-template-columns:1fr}.mcr-cart-line{grid-template-columns:62px 1fr auto;gap:10px}.mcr-cart-line img,.mcr-cart-img{width:62px;height:62px}.mcr-success{padding:55px 20px}.mcr-success h2{font-size:33px}.mcr-order-track{grid-template-columns:repeat(4,1fr)}.mcr-page-head h1{font-size:44px}.mcr-order-card{grid-template-columns:1fr;padding:16px}.mcr-order-card>div:last-child{grid-column:auto;grid-row:auto;text-align:left}.mcr-wallet-hero,.mcr-wallet-side,.mcr-vip-hero,.mcr-vip-reward,.mcr-reserve-copy,.mcr-reserve-form,.mcr-account-layout>section{border-radius:22px;padding:28px 22px}.mcr-wallet-hero h1{font-size:58px}.mcr-wallet-rule span{font-size:30px}.mcr-vip-hero{min-height:450px}.mcr-vip-hero h1,.mcr-reserve-copy h1,.mcr-account-layout h1{font-size:47px}.mcr-vip-progress{margin-top:38px}.mcr-vip-reward>strong{font-size:72px}.mcr-account-benefits{grid-template-columns:1fr}.mcr-account-stats{grid-template-columns:1fr 1fr}.mcr-ledger>div{grid-template-columns:36px 1fr auto;padding:13px}.mcr-ledger-icon{width:34px;height:34px}.mcr-guest-card{padding:44px 20px;border-radius:22px}.mcr-guest-card h1{font-size:42px}.mcr-toast{left:12px;right:12px;bottom:90px}.mcr-bottom-nav{min-height:68px}.admin-bar .mcr-topbar{top:46px}.admin-bar .mcr-menu-tools{top:114px}}
@media(max-width:390px){.mcr-topbar>div:first-child span{display:none}.mcr-topbar>div:first-child strong{font-size:12px}.mcr-hero-card h1{font-size:44px}.mcr-hero-actions{grid-template-columns:1fr}.mcr-menu-grid{grid-template-columns:1fr}.mcr-menu-grid .mcr-product-card{display:grid;grid-template-columns:125px 1fr}.mcr-menu-grid .mcr-product-image{height:100%}.mcr-menu-grid .mcr-product-info{min-height:150px}.mcr-quick b{font-size:14px}.mcr-quick small{font-size:11px}.mcr-wallet-value strong{font-size:54px}.mcr-bottom-nav{padding-left:4px;padding-right:4px}.mcr-bottom-nav button{font-size:9px}}
@media(prefers-reduced-motion:reduce){.mcr-os *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
.mcr-cart-summary>div.mcr-discount-line{color:var(--mcr-gold-light);font-size:14px;margin-top:7px}.mcr-cart-summary>div.mcr-pay-total{margin-top:13px;padding-top:13px;border-top:1px solid rgba(255,255,255,.08);font-size:18px;color:#fff}
.mcr-upcoming{margin-top:38px;padding-top:26px;border-top:1px solid rgba(255,255,255,.08)}.mcr-reservation-mini{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.06)}.mcr-reservation-mini>div{display:flex;flex-direction:column;gap:5px}.mcr-reservation-mini>div:last-child{align-items:flex-end}.mcr-reservation-mini b{color:#fff}.mcr-reservation-mini small{color:#817b73;line-height:1.35}.mcr-reservation-mini .mcr-link{font-size:12px;margin-top:4px}@media(max-width:640px){.mcr-reservation-mini{align-items:flex-start}.mcr-reservation-mini>div:last-child{align-items:flex-end;min-width:104px}}

/* ===== Momo Crown Ordering OS 2.1 — conversion & menu experience ===== */
.mcr-hero-card-refined{min-height:420px;padding:52px 56px}.mcr-hero-card-refined h1{font-size:clamp(54px,5vw,82px);max-width:760px;margin-bottom:18px}.mcr-hero-card-refined>p{font-size:17px;max-width:520px;color:#c0bab1}.mcr-home-reward-note{display:inline-grid;grid-template-columns:28px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;margin-top:2px;padding:12px 15px;border:1px solid rgba(214,166,58,.2);border-radius:14px;background:rgba(214,166,58,.055);position:relative;z-index:2}.mcr-home-reward-note>span{grid-row:1/3;color:var(--mcr-gold-light);font-size:22px}.mcr-home-reward-note b{font-size:13px;color:#f7f2e8}.mcr-home-reward-note small{color:#7f7971;font-size:11px;margin-top:2px}.mcr-hero-crown-watermark{position:absolute;right:-55px;bottom:-95px;width:min(42%,390px);height:auto;object-fit:contain;opacity:.045;filter:grayscale(1);pointer-events:none}.mcr-wallet-card-refined{min-height:420px;padding:42px 38px}.mcr-wallet-card-refined .mcr-wallet-value{margin-top:38px}.mcr-wallet-card-refined .mcr-wallet-value strong{font-size:68px}.mcr-quick-grid-refined{margin-top:18px}.mcr-quick-grid-refined .mcr-quick{min-height:104px}

.mcr-order-screen{position:relative}.mcr-order-head-refined{margin-bottom:18px}.mcr-order-head-refined h1{font-size:48px;line-height:1.02}.mcr-order-head-refined p{font-size:14px}.mcr-order-head-refined .mcr-order-context span{background:rgba(214,166,58,.06)}
.mcr-order-screen .mcr-menu-tools{padding-bottom:16px}.mcr-order-screen .mcr-category-scroll button{border-color:rgba(214,166,58,.17);background:#11100e}.mcr-order-screen .mcr-category-scroll button.is-active{background:var(--mcr-gold);color:#100d07;border-color:var(--mcr-gold)}
.mcr-order-screen .mcr-product-card{background:#f5efe5;border-color:rgba(214,166,58,.27);box-shadow:0 16px 38px rgba(0,0,0,.22)}.mcr-order-screen .mcr-product-card:hover{border-color:rgba(214,166,58,.7);box-shadow:0 20px 48px rgba(0,0,0,.3)}.mcr-order-screen .mcr-product-info h3{color:#17130e}.mcr-order-screen .mcr-product-info p{color:#746c61}.mcr-order-screen .mcr-product-info small{color:#8a6f3b}.mcr-order-screen .mcr-product-foot b{color:#8b5d09}.mcr-order-screen .mcr-product-tags span{box-shadow:0 5px 18px rgba(0,0,0,.12)}.mcr-order-screen .mcr-food-placeholder{background:radial-gradient(circle,rgba(214,166,58,.16),rgba(247,240,227,.7) 60%);color:#aa7c1c}.mcr-food-placeholder img{width:42%;max-width:92px;height:auto;opacity:.38;filter:saturate(.9)}

.mcr-product-action{display:flex;align-items:center;justify-content:flex-end;min-width:40px}.mcr-card-stepper{display:grid;grid-template-columns:34px 28px 34px;align-items:center;height:38px;border-radius:999px;overflow:hidden;background:#11100d;border:1px solid rgba(214,166,58,.34);box-shadow:0 7px 18px rgba(0,0,0,.12)}.mcr-card-stepper button{width:34px;height:36px;border:0;background:transparent;color:var(--mcr-gold-light);font-size:20px;line-height:1}.mcr-card-stepper b{text-align:center;color:#fff;font-size:13px}.mcr-card-stepper button:hover{background:rgba(214,166,58,.12)}

.mcr-persistent-basket{position:fixed;left:calc(50% + 165px);bottom:22px;z-index:65;width:min(610px,calc(100vw - 410px));min-height:66px;border:1px solid rgba(240,207,125,.4);border-radius:20px;background:linear-gradient(135deg,#17120b,#0d0c09 70%);color:#fff;box-shadow:0 22px 70px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.025) inset;padding:10px 13px 10px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:15px;text-align:left;backdrop-filter:blur(16px);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.mcr-persistent-basket[hidden]{display:none!important}.mcr-persistent-basket:hover{transform:translateY(-2px);border-color:rgba(240,207,125,.7);box-shadow:0 28px 80px rgba(0,0,0,.55)}.mcr-persistent-basket.is-pulse{animation:mcrBasketPulse .52s ease}.mcr-pb-copy{min-width:0}.mcr-pb-copy b,.mcr-pb-copy small{display:block}.mcr-pb-copy b{font-size:13px;color:#fff}.mcr-pb-copy small{font-size:11px;color:#928b81;margin-top:3px}.mcr-persistent-basket>strong{font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:400;color:var(--mcr-gold-light);white-space:nowrap}.mcr-persistent-basket>em{font-style:normal;font-size:13px;font-weight:850;color:#151007;background:linear-gradient(135deg,var(--mcr-gold-light),var(--mcr-gold));padding:13px 16px;border-radius:13px;white-space:nowrap}.mcr-persistent-basket>em span{margin-left:5px}@keyframes mcrBasketPulse{35%{transform:translateY(-3px) scale(1.015);box-shadow:0 25px 85px rgba(214,166,58,.2)}}

.mcr-my-vip{margin-bottom:22px}.mcr-my-vip>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.mcr-my-vip small{color:#7c766e}.mcr-my-vip strong{font-family:Georgia,serif;color:var(--mcr-gold-light);font-size:26px}.mcr-my-vip .mcr-progress{margin:12px 0}.mcr-wallet-side>hr{border:0;border-top:1px solid rgba(255,255,255,.08);margin:24px 0}

@media(max-width:1280px){.mcr-persistent-basket{left:calc(50% + 130px);width:min(590px,calc(100vw - 330px))}.mcr-hero-card-refined{padding:46px 42px}.mcr-wallet-card-refined{padding:38px 32px}}
@media(max-width:1024px){.mcr-persistent-basket{left:18px;right:18px;bottom:86px;width:auto;transform:none}.mcr-persistent-basket:hover{transform:translateY(-2px)}.mcr-has-cart .mcr-app-body{padding-bottom:185px}.mcr-home-grid-refined{grid-template-columns:1fr}.mcr-wallet-card-refined{min-height:270px}.mcr-order-head-refined h1{font-size:44px}}
@media(max-width:640px){.mcr-hero-card-refined{min-height:350px;padding:30px 24px}.mcr-hero-card-refined h1{font-size:46px;line-height:.96;margin-top:16px}.mcr-hero-card-refined>p{font-size:14px}.mcr-home-reward-note{margin-top:0}.mcr-hero-crown-watermark{right:-38px;bottom:-45px;width:52%;opacity:.038}.mcr-wallet-card-refined{min-height:245px;padding:27px 24px}.mcr-wallet-card-refined .mcr-wallet-value{margin-top:23px}.mcr-wallet-card-refined .mcr-wallet-value strong{font-size:54px}.mcr-quick-grid-refined .mcr-quick{min-height:92px}.mcr-order-head-refined{padding:3px 2px 0}.mcr-order-head-refined h1{font-size:36px}.mcr-order-head-refined p{font-size:13px}.mcr-order-screen .mcr-product-card{border-radius:17px}.mcr-card-stepper{grid-template-columns:30px 25px 30px;height:34px}.mcr-card-stepper button{width:30px;height:32px;font-size:18px}.mcr-persistent-basket{left:10px;right:10px;bottom:80px;min-height:62px;border-radius:17px;padding:9px 9px 9px 14px;grid-template-columns:minmax(0,1fr) auto}.mcr-persistent-basket>strong{font-size:20px}.mcr-persistent-basket>em{grid-column:2;grid-row:1/3;font-size:0;padding:12px 13px}.mcr-persistent-basket>em:before{content:"View Order";font-size:12px}.mcr-persistent-basket>em span{font-size:12px}.mcr-pb-copy small{max-width:165px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mcr-has-cart .mcr-app-body{padding-bottom:178px}}
@media(max-width:390px){.mcr-hero-card-refined h1{font-size:41px}.mcr-home-reward-note small{max-width:190px}.mcr-persistent-basket{bottom:78px}.mcr-persistent-basket>strong{font-size:18px}.mcr-persistent-basket>em{padding-left:11px;padding-right:11px}.mcr-persistent-basket>em:before{content:"View"}}
.mcr-crown-intro h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:38px;line-height:1.02;color:#fff;margin:42px 0 14px}.mcr-crown-intro>p{color:#918a81;line-height:1.6;max-width:310px}.mcr-crown-intro-rule{display:flex;align-items:center;gap:12px;margin:28px 0;padding:18px 0;border-top:1px solid rgba(214,166,58,.18);border-bottom:1px solid rgba(214,166,58,.18)}.mcr-crown-intro-rule strong{font-family:Georgia,serif;font-size:26px;font-weight:400;color:var(--mcr-gold-light)}.mcr-crown-intro-rule span{color:#665f56}.mcr-crown-intro-vip{display:flex;flex-direction:column;gap:5px;margin-bottom:24px}.mcr-crown-intro-vip span{font-size:11px;color:#847d74;text-transform:uppercase;letter-spacing:.12em}.mcr-crown-intro-vip b{font-size:13px;color:#e4ddd3}
@media(max-width:640px){.mcr-crown-intro h2{font-size:31px;margin-top:24px}.mcr-crown-intro-rule{margin:20px 0}.mcr-crown-intro-rule strong{font-size:22px}}

/* ===== Momo Crown Ordering OS 2.2 — premium restaurant UI ===== */
.mcr-os{
  --mcr-sans:Inter,"Avenir Next","Helvetica Neue",Arial,sans-serif;
  --mcr-serif:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  grid-template-columns:280px minmax(0,1fr);
  font-family:var(--mcr-sans);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  letter-spacing:0;
}
.mcr-sidebar{padding:22px 18px 20px;border-right-color:rgba(214,166,58,.14)}
.mcr-brand{gap:12px;padding:4px 8px 22px;min-height:76px}
.mcr-brand img{width:54px;height:48px;object-fit:contain;flex:0 0 auto}
.mcr-brand strong{font-family:var(--mcr-serif);font-size:23px;line-height:1;white-space:nowrap;font-weight:700;letter-spacing:-.025em}
.mcr-brand span{font-size:9px;letter-spacing:.18em;margin-top:7px;color:#c99b34}
.mcr-nav{padding:24px 0;gap:5px}
.mcr-nav button{min-height:52px;padding:0 13px;border-radius:14px;border-color:transparent;background:transparent;color:#aaa49c;font-size:14px;font-weight:680;gap:13px;transition:background .18s ease,color .18s ease,border-color .18s ease}
.mcr-nav button:hover{background:rgba(255,255,255,.035);color:#f7f2e9}
.mcr-nav button.is-active{background:linear-gradient(100deg,rgba(214,166,58,.10),rgba(214,166,58,.035));border-color:rgba(214,166,58,.25);color:#fff}
.mcr-nav-icon{width:22px;height:22px;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 22px;margin:0!important;color:#b98c26;font-size:0!important}
.mcr-nav-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.mcr-nav-crown img{width:22px;height:20px;object-fit:contain;display:block}
.mcr-sidebar-foot{padding:17px 8px 0;border-top:1px solid rgba(255,255,255,.055);margin-top:auto}
.mcr-sidebar-foot a{font-size:12px;font-weight:750;color:#e8c66d}
.mcr-sidebar-foot small{font-size:10px;line-height:1.55;color:#6f6a63;margin-top:9px}

.mcr-topbar{height:74px;padding:0 26px;border-bottom-color:rgba(255,255,255,.055);background:rgba(7,7,7,.965);backdrop-filter:blur(20px)}
.mcr-top-context{display:flex;align-items:center;gap:11px;min-width:0}
.mcr-top-context>img{width:34px;height:29px;object-fit:contain;display:none}
.mcr-top-context>div{min-width:0}
.mcr-top-context span{display:block;color:#b98c26;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mcr-top-context strong{display:block;margin-top:5px;color:#f7f2e9;font-size:15px;font-weight:720;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mcr-top-actions{gap:8px}
.mcr-crown-pill{height:42px;padding:0 14px 0 10px;border-radius:999px;border:1px solid rgba(214,166,58,.23);background:#0c0b09;color:#ddd6cb;display:flex;align-items:center;gap:7px}
.mcr-crown-pill img{width:24px;height:20px;object-fit:contain}
.mcr-crown-pill b{color:#f2cb68;font-size:15px}.mcr-crown-pill span{font-size:12px;color:#9d968d}
.mcr-cart-button{height:42px;min-width:92px;padding:0 11px;border-radius:999px;border:1px solid rgba(214,166,58,.23);background:#0c0b09;color:#f6f0e5;display:flex;align-items:center;gap:8px}
.mcr-cart-icon{width:19px;height:19px;display:inline-flex}.mcr-cart-icon svg{width:19px;height:19px;fill:none;stroke:#d5aa48;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mcr-cart-count{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#d6a63a;color:#0b0905;font-size:10px;font-weight:850}
.mcr-cart-button b{font-size:13px;font-weight:720}
.mcr-app-body{padding:30px clamp(22px,3vw,44px) 130px;max-width:1640px;margin:0 auto;width:100%}

/* Original Crown mark used as brand/reward symbol. */
.mcr-brand-crown{display:inline-block;object-fit:contain;vertical-align:middle}
.mcr-reward-crown{width:27px;height:24px;grid-row:1/3}.mcr-quick-crown{width:25px;height:22px}.mcr-seal-crown{width:30px;height:26px}.mcr-context-crown{width:25px;height:21px}.mcr-state-crown{width:84px;height:68px;margin:0 auto 20px}.mcr-placeholder-crown{width:43%;max-width:100px;height:auto;opacity:.32}.mcr-sheet-crown{width:100px;height:84px;opacity:.65}.mcr-success-crown-img{width:86px;height:70px;margin:0 auto 20px}.mcr-guest-crown{width:84px;height:70px;margin:0 auto 18px}.mcr-ledger-crown{width:25px;height:22px}.mcr-benefit-crown{width:21px;height:18px}.mcr-empty-crown{width:72px;height:58px;opacity:.75;margin-bottom:14px}

/* Home — quieter luxury, less dashboard chrome. */
.mcr-home-grid-refined{grid-template-columns:minmax(0,1.6fr) minmax(280px,.62fr);gap:18px}
.mcr-hero-card-refined{min-height:360px;padding:44px 48px;border-radius:24px;border-color:rgba(214,166,58,.18);background:radial-gradient(circle at 82% 74%,rgba(214,166,58,.07),transparent 31%),linear-gradient(145deg,#12100d,#090909 72%)}
.mcr-hero-card-refined h1{font-family:var(--mcr-serif);font-size:clamp(48px,4.7vw,72px);line-height:.98;letter-spacing:-.045em;margin:18px 0 16px;max-width:720px}
.mcr-hero-card-refined h1 em{color:#e7bf5a;font-style:normal}.mcr-hero-card-refined>p{font-size:15px;line-height:1.55;color:#aaa49b}
.mcr-home-reward-note{border:0;background:transparent;padding:5px 0;margin-top:0;column-gap:9px}.mcr-home-reward-note b{font-size:12px}.mcr-home-reward-note small{font-size:10px;color:#6f6a63}
.mcr-wallet-card-refined{min-height:360px;border-radius:24px;padding:35px 31px}
.mcr-quick-grid-refined{gap:12px;margin:15px 0 38px}.mcr-quick-grid-refined .mcr-quick{min-height:92px;border-radius:17px;border-color:rgba(255,255,255,.07);background:#0d0c0a}.mcr-quick-grid-refined .mcr-quick:hover{border-color:rgba(214,166,58,.28);background:#11100d}

/* Menu header: compact and useful. */
.mcr-order-head-refined{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 17px;padding:0}
.mcr-order-heading .mcr-kicker{margin:0 0 8px;font-size:9px}.mcr-order-head-refined h1{font-family:var(--mcr-serif);font-weight:600;font-size:38px;line-height:1;letter-spacing:-.035em;margin:0;color:#fff}.mcr-order-head-refined p{font-size:12px;margin:8px 0 0;color:#837d75}
.mcr-order-context{display:flex;align-items:center;justify-content:flex-end;min-width:0}
.mcr-order-context>span,.mcr-context-button{min-height:49px;display:grid;grid-template-columns:auto auto auto;align-items:center;gap:9px;padding:8px 13px;border-radius:14px;border:1px solid rgba(214,166,58,.19);background:#0d0c0a;color:#fff;text-align:left}
.mcr-context-button{grid-template-columns:auto minmax(0,1fr) auto;min-width:205px}
.mcr-context-button>span{display:flex;align-items:center}.mcr-context-button b,.mcr-order-context>span b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mcr-context-button small,.mcr-order-context>span small{grid-column:2;color:#777169;font-size:10px;margin-top:-2px}.mcr-context-button i{grid-column:3;grid-row:1/3;color:#987324;font-style:normal;font-size:15px}

.mcr-menu-tools{top:74px;margin:0 -3px 18px;padding:9px 3px 13px;background:linear-gradient(180deg,rgba(7,7,7,.99) 70%,rgba(7,7,7,.92));border-bottom:1px solid rgba(255,255,255,.045);z-index:14}
.mcr-search{height:50px;border-radius:14px;border:1px solid rgba(255,255,255,.085);background:#0e0d0b;padding:0 16px;display:flex;align-items:center;gap:11px}
.mcr-search:focus-within{border-color:rgba(214,166,58,.42);box-shadow:0 0 0 3px rgba(214,166,58,.06)}
.mcr-search svg{width:19px;height:19px;fill:none;stroke:#a67d23;stroke-width:1.7;stroke-linecap:round}.mcr-search input{font-size:14px;color:#f5efe5;background:transparent;border:0;outline:0;width:100%}.mcr-search input::placeholder{color:#625d56}
.mcr-category-scroll{margin-top:11px;gap:8px;padding-bottom:1px;scrollbar-width:none}.mcr-category-scroll::-webkit-scrollbar{display:none}
.mcr-order-screen .mcr-category-scroll button{min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.075);background:#0d0c0a;color:#9d978e;font-size:12px;font-weight:720;white-space:nowrap}
.mcr-order-screen .mcr-category-scroll button:hover{color:#fff;border-color:rgba(214,166,58,.24)}
.mcr-order-screen .mcr-category-scroll button.is-active{background:#d9ab42;color:#151006;border-color:#d9ab42;box-shadow:none}

/* Food cards: appetite first, UI second. */
.mcr-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.mcr-order-screen .mcr-product-card{border-radius:19px;background:#f4eee4;border:1px solid rgba(255,255,255,.11);box-shadow:0 13px 32px rgba(0,0,0,.22);overflow:hidden;transform:translateZ(0)}
.mcr-order-screen .mcr-product-card:hover{transform:translateY(-2px);border-color:rgba(214,166,58,.28);box-shadow:0 18px 40px rgba(0,0,0,.29)}
.mcr-product-image{height:auto;aspect-ratio:4/3;background:#17140f}.mcr-product-image>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.mcr-product-card:hover .mcr-product-image>img{transform:scale(1.025)}
.mcr-product-tags{left:12px;top:12px;gap:5px}.mcr-product-tags span{font-size:8px;letter-spacing:.08em;padding:6px 9px;border-radius:999px;background:rgba(11,9,6,.82);color:#f1d47d;border:1px solid rgba(238,201,105,.35);backdrop-filter:blur(8px);box-shadow:none}
.mcr-product-info{padding:15px 16px 16px;min-height:150px}.mcr-product-copy{min-width:0}.mcr-product-meta{height:19px;display:flex;align-items:center;gap:9px;margin-bottom:5px}.mcr-diet{display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:850;letter-spacing:.09em;color:#776d5d}.mcr-diet i{width:7px;height:7px;border-radius:50%;background:#588a44}.mcr-diet-non-veg i{background:#a9533f}.mcr-diet-egg i{background:#d3a536}.mcr-spice{font-size:6px;letter-spacing:2px;color:#ad593c}
.mcr-order-screen .mcr-product-info h3{font-family:var(--mcr-serif);font-size:20px;line-height:1.08;font-weight:650;letter-spacing:-.025em;color:#18140f;margin:3px 0 7px}
.mcr-order-screen .mcr-product-info p{font-size:11.5px;line-height:1.42;color:#746c62;-webkit-line-clamp:2;min-height:32px}
.mcr-product-foot{margin-top:13px;align-items:center}.mcr-order-screen .mcr-product-foot>b{font-family:var(--mcr-sans);font-size:17px;font-weight:800;letter-spacing:-.02em;color:#77500b}
.mcr-product-action{min-width:auto}.mcr-add{width:auto!important;height:38px!important;min-width:72px!important;padding:0 13px!important;border-radius:999px!important;background:#17130d!important;color:#f1cf78!important;border:1px solid rgba(122,89,19,.2)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important}.mcr-add span{font-size:17px;line-height:1}.mcr-add:hover{background:#231b0d!important;border-color:rgba(214,166,58,.5)!important}
.mcr-card-stepper{height:38px;grid-template-columns:34px 30px 34px;border-color:rgba(214,166,58,.28);background:#17130d}.mcr-card-stepper button{height:36px;color:#f1cf78}.mcr-card-stepper b{color:#fff}
.mcr-food-placeholder{height:100%;background:radial-gradient(circle,rgba(214,166,58,.11),#eee6d8 68%);display:flex;align-items:center;justify-content:center}

/* Basket: persistent, obvious, calm. */
.mcr-persistent-basket{left:calc(50% + 140px);bottom:22px;width:min(600px,calc(100vw - 350px));min-height:64px;border-radius:17px;border-color:rgba(214,166,58,.34);background:rgba(20,16,10,.98);box-shadow:0 20px 55px rgba(0,0,0,.48);padding:9px 10px 9px 16px;gap:14px}
.mcr-persistent-basket>strong{font-family:var(--mcr-sans);font-size:18px;font-weight:780;color:#f1cf78}.mcr-persistent-basket>em{border-radius:12px;padding:12px 15px;font-size:12px}.mcr-pb-copy b{font-size:12px}.mcr-pb-copy small{font-size:10px}

/* Product sheet and customer states use the original Crown mark. */
.mcr-product-sheet-placeholder{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(214,166,58,.12),#0e0d0b 70%)}
.mcr-ledger-icon{display:flex;align-items:center;justify-content:center}.mcr-ledger-icon img{max-width:27px;max-height:23px}.mcr-account-benefits span{display:flex;align-items:center;gap:7px}.mcr-guest-card>.mcr-brand-crown,.mcr-success>.mcr-brand-crown{display:block}

/* Large screens: calm 4-column restaurant grid. */
@media(min-width:1600px){.mcr-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mcr-app-body{max-width:1720px}.mcr-sidebar{padding-left:20px;padding-right:20px}}

/* Tablet / compact desktop */
@media(max-width:1280px) and (min-width:1025px){.mcr-os{grid-template-columns:244px minmax(0,1fr)}.mcr-brand strong{font-size:21px}.mcr-brand img{width:48px;height:43px}.mcr-nav button{padding-left:11px;padding-right:11px}.mcr-app-body{padding-left:26px;padding-right:26px}.mcr-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mcr-persistent-basket{left:calc(50% + 122px);width:min(570px,calc(100vw - 300px))}}

/* Mobile / tablet app shell */
@media(max-width:1024px){
  .mcr-os{display:block;padding-bottom:76px}
  .mcr-sidebar{display:none}
  .mcr-topbar{height:64px;padding:0 14px;top:0}
  .mcr-top-context>img{display:block;width:31px;height:27px}
  .mcr-top-context span{font-size:8px}.mcr-top-context strong{font-size:13px;margin-top:3px}
  .mcr-crown-pill{height:38px;padding:0 9px}.mcr-crown-pill img{width:22px;height:18px}.mcr-crown-pill span{display:none}.mcr-crown-pill b{font-size:12px}
  .mcr-cart-button{height:38px;min-width:72px;padding:0 9px}.mcr-cart-icon{display:none}.mcr-cart-count{width:21px;height:21px}.mcr-cart-button b{font-size:12px}
  .mcr-app-body{padding:20px 18px 116px;max-width:none}
  .mcr-menu-tools{top:64px}
  .mcr-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .mcr-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(8,8,8,.98);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.07);padding:6px 7px max(6px,env(safe-area-inset-bottom));min-height:66px}
  .mcr-bottom-nav button{border:0;background:transparent;color:#736e67;font-size:9px;font-weight:720;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;padding:4px 2px}
  .mcr-bottom-nav button.is-active{color:#f5efe5}.mcr-bottom-nav .mcr-nav-icon{width:21px;height:21px;flex-basis:21px;color:#a88027}.mcr-bottom-nav .mcr-nav-icon svg{width:18px;height:18px}.mcr-bottom-nav .mcr-nav-crown img{width:21px;height:18px}
  .mcr-persistent-basket{left:12px;right:12px;bottom:calc(75px + env(safe-area-inset-bottom));width:auto;transform:none}
  .mcr-has-cart .mcr-app-body{padding-bottom:190px}
  .mcr-home-grid-refined{grid-template-columns:1fr}.mcr-wallet-card-refined{min-height:260px}
}

@media(max-width:640px){
  .mcr-topbar{height:60px;padding:0 11px}.mcr-menu-tools{top:60px}
  .mcr-app-body{padding:15px 12px 108px}
  .mcr-top-context{gap:8px}.mcr-top-context>img{width:29px;height:24px}.mcr-top-context span{font-size:7.5px;letter-spacing:.14em}.mcr-top-context strong{font-size:12px;max-width:150px}
  .mcr-top-actions{gap:5px}.mcr-crown-pill{padding:0 7px;gap:4px}.mcr-crown-pill img{width:20px}.mcr-cart-button{min-width:65px;padding:0 7px;gap:6px}
  .mcr-hero-card-refined{min-height:320px;padding:28px 23px}.mcr-hero-card-refined h1{font-size:44px}.mcr-hero-actions{grid-template-columns:1fr 1fr}
  .mcr-order-head-refined{align-items:center;gap:12px;margin-bottom:11px}.mcr-order-heading .mcr-kicker{font-size:8px;margin-bottom:5px}.mcr-order-head-refined h1{font-size:29px}.mcr-order-head-refined p{font-size:10.5px;margin-top:6px}
  .mcr-context-button{min-width:0;width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.mcr-context-button>span{display:flex}.mcr-context-button>b,.mcr-context-button>small,.mcr-context-button>i{display:none}.mcr-order-context>span{min-height:42px;padding:7px 10px;gap:7px}.mcr-order-context>span small{font-size:9px}
  .mcr-menu-tools{margin-left:-12px;margin-right:-12px;padding:8px 12px 11px}.mcr-search{height:44px;border-radius:13px;padding:0 13px}.mcr-search input{font-size:13px}.mcr-category-scroll{margin-top:9px;gap:7px}.mcr-order-screen .mcr-category-scroll button{min-height:34px;padding:0 13px;font-size:10.5px}
  .mcr-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mcr-order-screen .mcr-product-card{border-radius:16px}.mcr-product-info{padding:12px;min-height:138px}.mcr-order-screen .mcr-product-info h3{font-size:16px}.mcr-order-screen .mcr-product-info p{font-size:10.5px;min-height:29px}.mcr-order-screen .mcr-product-foot>b{font-size:15px}.mcr-product-tags{left:8px;top:8px}.mcr-product-tags span{font-size:7px;padding:5px 7px}.mcr-add{height:34px!important;min-width:58px!important;padding:0 10px!important;font-size:10px!important}.mcr-add span{font-size:15px}.mcr-card-stepper{height:34px;grid-template-columns:29px 25px 29px}.mcr-card-stepper button{height:32px;width:29px}
  .mcr-persistent-basket{left:9px;right:9px;bottom:calc(72px + env(safe-area-inset-bottom));min-height:60px;padding:8px 8px 8px 13px;border-radius:15px}.mcr-persistent-basket>strong{font-size:17px}.mcr-persistent-basket>em{padding:11px 12px}.mcr-bottom-nav{min-height:64px}
}

/* Small phones: one clean horizontal food card per row. */
@media(max-width:480px){
  .mcr-menu-grid{grid-template-columns:1fr;gap:10px}
  .mcr-menu-grid .mcr-product-card{display:grid;grid-template-columns:126px minmax(0,1fr);min-height:132px}
  .mcr-menu-grid .mcr-product-image{height:100%;aspect-ratio:auto;min-height:132px}.mcr-menu-grid .mcr-product-image>img{height:100%}
  .mcr-menu-grid .mcr-product-info{min-height:132px;padding:12px 12px 11px}.mcr-menu-grid .mcr-product-info h3{font-size:16px;margin:2px 0 5px}.mcr-menu-grid .mcr-product-info p{font-size:10px;line-height:1.35;-webkit-line-clamp:2;min-height:27px}.mcr-menu-grid .mcr-product-meta{height:16px;margin-bottom:3px}.mcr-menu-grid .mcr-product-foot{margin-top:7px}.mcr-menu-grid .mcr-product-tags span:nth-child(n+2){display:none}
  .mcr-add{min-width:55px!important}.mcr-persistent-basket>em:before{content:"View Order"!important}.mcr-persistent-basket>em{font-size:0}.mcr-persistent-basket>em:before{font-size:11px}.mcr-persistent-basket>em span{font-size:11px}
}

@media(max-width:380px){.mcr-top-context strong{max-width:112px}.mcr-crown-pill img{display:none}.mcr-crown-pill{min-width:39px;justify-content:center}.mcr-menu-grid .mcr-product-card{grid-template-columns:112px minmax(0,1fr)}.mcr-menu-grid .mcr-product-image{min-height:126px}.mcr-menu-grid .mcr-product-info{min-height:126px;padding:10px}.mcr-persistent-basket>strong{font-size:15px}.mcr-pb-copy small{max-width:120px}}

@media(prefers-reduced-motion:reduce){.mcr-product-card:hover,.mcr-product-card:hover .mcr-product-image>img{transform:none!important}}

/* v2.2 checkout simplification */
.mcr-cart-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.mcr-cart-title h2{margin:5px 0 0;font-family:var(--mcr-serif);font-size:32px;font-weight:600;letter-spacing:-.03em}.mcr-cart-title>strong{font-size:18px;color:#f0cf7d}
.mcr-cart-upsell{display:flex;align-items:center;gap:11px;padding:12px 13px;margin:15px 0 20px;border-radius:13px;background:rgba(214,166,58,.055);border:1px solid rgba(214,166,58,.14)}.mcr-cart-crown{width:30px;height:25px}.mcr-cart-upsell p{margin:0;font-size:11px;line-height:1.35;color:#8d877f}.mcr-cart-upsell b{color:#efe8dd;font-size:12px}.mcr-cart-upsell span{color:#787169}
.mcr-cart-fulfilment{display:grid;grid-template-columns:1.1fr .9fr;gap:10px}.mcr-cart-context{margin-bottom:10px}.mcr-customer-chip{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:12px 14px;margin:10px 0;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:#0e0d0b}.mcr-customer-chip span{grid-column:1/3;color:#6f6962;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.mcr-customer-chip b{color:#f4eee4;font-size:12px}.mcr-customer-chip small{color:#8d867d;font-size:11px}
.mcr-order-note{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin:10px 0 13px;padding:0}.mcr-order-note summary{list-style:none;display:flex;align-items:center;justify-content:space-between;min-height:45px;color:#a29b92;font-size:11px;font-weight:700;cursor:pointer}.mcr-order-note summary::-webkit-details-marker{display:none}.mcr-order-note summary span{font-size:18px;color:#9f7720}.mcr-order-note[open] summary span{transform:rotate(45deg)}.mcr-order-note .mcr-field{padding-bottom:10px}.mcr-signin-note{display:flex!important;align-items:center;gap:10px}.mcr-signin-crown{width:27px;height:23px;flex:0 0 auto}.mcr-cart-empty-crown{width:75px;height:62px;margin:0 auto 17px}.mcr-cart-line-crown{width:31px;height:26px;opacity:.65}.mcr-vip-brand-crown{width:76px;height:64px;margin-bottom:15px}
@media(max-width:640px){.mcr-cart-fulfilment{grid-template-columns:1fr}.mcr-cart-title h2{font-size:29px}.mcr-guest-fields{grid-template-columns:1fr}.mcr-customer-chip{margin-top:7px}}


/* v2.3 stability + interaction polish */
@media(min-width:1025px){
  .mcr-top-context{display:none!important}
  .mcr-topbar{justify-content:flex-end;height:64px;padding:0 28px}
  .mcr-app-body{padding-top:24px}
  .mcr-menu-tools{top:64px}
}
.mcr-brand{min-height:68px;padding-bottom:18px}
.mcr-brand>div span{display:none!important}
.mcr-brand strong{line-height:1.04}
.mcr-top-context.is-empty>div{display:none}
.mcr-product-card,.mcr-product-image,.mcr-product-info h3,.mcr-add,.mcr-card-stepper button{touch-action:manipulation}
.mcr-product-image,.mcr-product-info h3{cursor:pointer}
.mcr-add,.mcr-card-stepper button{position:relative;z-index:2}
.mcr-add:focus-visible,.mcr-card-stepper button:focus-visible,.mcr-context-button:focus-visible,.mcr-persistent-basket:focus-visible{outline:2px solid var(--mcr-gold-light);outline-offset:3px}
.mcr-sheet-intro{color:#8f887f;line-height:1.55;margin:-4px 0 20px}
@media(max-width:1024px){
  .mcr-top-context{display:flex}
  .mcr-top-context.is-empty{min-width:32px}
  .mcr-top-context.is-empty>img{display:block}
}
@media(max-width:640px){
  .mcr-brand{min-height:0}
  .mcr-product-card{-webkit-tap-highlight-color:transparent}
  .mcr-add{min-height:36px}
  .mcr-persistent-basket{z-index:75}
}

/* v2.4 — viewport-safe order drawer + dine-in fulfilment */
.mcr-cart-sheet{height:100dvh;max-height:100dvh;overflow:hidden!important;display:flex;flex-direction:column;width:min(620px,100vw);overscroll-behavior:contain}
.mcr-cart-sheet>.mcr-cart-shell{height:100%;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden;background:#0b0a09}
.mcr-cart-head{flex:0 0 auto;min-height:92px;padding:22px 72px 18px 30px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(11,10,9,.98);display:flex;align-items:center;gap:13px;position:relative;z-index:3}
.mcr-cart-head>div{min-width:0;flex:1}.mcr-cart-head .mcr-kicker{margin:0 0 5px}.mcr-cart-head h2{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:31px;font-weight:500;line-height:1.05;letter-spacing:-.035em;margin:0}
.mcr-cart-head .mcr-sheet-close{position:absolute!important;right:20px;top:23px;float:none!important;margin:0!important}
.mcr-cart-back{width:40px;height:40px;flex:0 0 auto;border-radius:50%;border:1px solid rgba(255,255,255,.11);background:#11100e;color:#f1e9dc;font-size:19px}
.mcr-cart-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:8px 30px 32px;scrollbar-width:thin;scrollbar-color:rgba(214,166,58,.34) transparent;-webkit-overflow-scrolling:touch}
.mcr-cart-scroll .mcr-cart-lines{margin-top:6px}.mcr-cart-scroll.mcr-empty-cart{padding-top:110px}
.mcr-cart-footer{flex:0 0 auto;padding:16px 30px max(18px,env(safe-area-inset-bottom));border-top:1px solid rgba(214,166,58,.19);background:linear-gradient(180deg,rgba(15,13,10,.98),#0a0908);box-shadow:0 -18px 42px rgba(0,0,0,.27);display:grid;grid-template-columns:1fr minmax(190px,245px);gap:14px;align-items:center;z-index:4}
.mcr-cart-footer-total{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:2px 12px}.mcr-cart-footer-total span{color:#8f887f;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.mcr-cart-footer-total b{grid-row:1/3;grid-column:2;font-size:24px;color:#f2cf79;text-align:right}.mcr-cart-footer-total small{color:#77716a;font-size:10px;line-height:1.3}
.mcr-checkout-footer{grid-template-columns:minmax(130px,1fr) minmax(145px,210px)}.mcr-checkout-footer .mcr-btn-ghost{grid-column:2;font-size:12px;min-height:42px;padding:9px 15px}.mcr-checkout-footer>.mcr-btn:not(.mcr-btn-ghost){min-height:50px}
.mcr-checkout-form{padding-top:18px}.mcr-checkout-mode>span{display:block;margin-bottom:9px;color:#8f887f;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.mcr-mode-segment{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;margin:0 0 17px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#0e0d0b}
.mcr-mode-segment button{min-height:43px;border:0;border-radius:11px;background:transparent;color:#8f8980;font-weight:800;transition:.18s ease}.mcr-mode-segment button.is-active{background:linear-gradient(135deg,rgba(240,207,125,.98),rgba(214,166,58,.98));color:#130f07;box-shadow:0 6px 18px rgba(214,166,58,.11)}
.mcr-context-hint{margin:-3px 0 16px;padding:11px 13px;border-left:2px solid rgba(214,166,58,.55);background:rgba(214,166,58,.045);color:#817b73;font-size:11px;line-height:1.5}
.mcr-context-sheet .mcr-mode-segment{margin-top:21px}.mcr-context-sheet .mcr-btn-wide{margin-top:7px}
.mcr-cart-context{margin-top:3px}.mcr-cart-context span{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.mcr-cart-context b{color:#f2eadf}
.mcr-cart-scroll .mcr-cart-summary{margin-bottom:4px}
.mcr-cart-scroll .mcr-cart-summary>div{font-size:14px;padding:4px 0}
.mcr-cart-scroll .mcr-cart-summary .mcr-pay-total{display:none}
.mcr-cart-sheet .mcr-field select{appearance:auto}

@media(max-width:640px){
  .mcr-cart-sheet{top:0!important;bottom:auto!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;border-top:0!important;transform:translateY(103%)!important}
  .mcr-cart-sheet.is-open{transform:none!important}
  .mcr-cart-head{min-height:78px;padding:17px 62px 14px 17px}.mcr-cart-head h2{font-size:25px}.mcr-cart-head .mcr-sheet-close{right:13px;top:17px;width:40px;height:40px}.mcr-cart-back{width:36px;height:36px}
  .mcr-cart-scroll{padding:4px 16px 24px}.mcr-cart-scroll.mcr-empty-cart{padding-top:80px}
  .mcr-cart-footer{padding:12px 14px calc(14px + env(safe-area-inset-bottom));grid-template-columns:1fr minmax(142px,48%);gap:10px}.mcr-cart-footer-total b{font-size:20px}.mcr-cart-footer-total span{font-size:9px}.mcr-cart-footer-total small{font-size:9px}.mcr-cart-footer .mcr-btn{min-height:48px;padding:11px 13px;font-size:13px}
  .mcr-checkout-footer{grid-template-columns:1fr minmax(135px,47%)}.mcr-checkout-footer .mcr-btn-ghost{grid-column:1/-1;min-height:39px;margin-top:-4px}
  .mcr-mode-segment button{min-height:45px}.mcr-context-sheet .mcr-mode-segment{margin-top:16px}
}
@media(max-width:380px){.mcr-cart-footer{grid-template-columns:1fr 138px}.mcr-cart-head{padding-left:14px}.mcr-cart-scroll{padding-left:14px;padding-right:14px}.mcr-checkout-footer{grid-template-columns:1fr 132px}}


/* v2.5 — desktop-only persistent basket geometry fix. Mobile/tablet <=1024px intentionally unchanged. */
@media (min-width:1025px){
  .mcr-persistent-basket{
    left:auto!important;
    right:clamp(22px,2vw,34px)!important;
    width:min(720px,calc(100vw - 386px))!important;
    max-width:calc(100vw - 56px)!important;
    min-width:0!important;
    grid-template-columns:minmax(0,1fr) auto minmax(136px,auto)!important;
    box-sizing:border-box!important;
  }
  .mcr-persistent-basket .mcr-pb-copy{min-width:0!important;overflow:hidden}
  .mcr-persistent-basket .mcr-pb-copy b,
  .mcr-persistent-basket .mcr-pb-copy small{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mcr-persistent-basket>strong{min-width:max-content;white-space:nowrap}
  .mcr-persistent-basket>em{
    min-width:136px;
    max-width:176px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    overflow:hidden;
  }
}
@media (min-width:1025px) and (max-width:1279px){
  .mcr-persistent-basket{
    right:22px!important;
    bottom:18px!important;
    width:min(620px,calc(100vw - 300px))!important;
    grid-template-columns:minmax(0,1fr) auto minmax(132px,auto)!important;
  }
  .mcr-persistent-basket>em{min-width:132px;padding-left:13px;padding-right:13px}
}
@media (min-width:1600px){
  .mcr-persistent-basket{width:min(760px,calc(100vw - 410px))!important}
}
