*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%;margin:0;padding:0}body{color:#171717;background:#e9e7e2;font-family:Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}.restaurant-page{background:#faf9f6;width:100%;max-width:480px;min-height:100vh;margin:0 auto;overflow-x:hidden;box-shadow:0 0 50px #00000014}.hero{text-align:center;color:#fff;background:linear-gradient(145deg,#0b0b0b 0%,#171717 55%,#0b0b0b 100%);padding:42px 24px 38px;position:relative;overflow:hidden}.hero:before{content:"";border:1px solid #d4af3740;border-radius:50%;width:220px;height:220px;position:absolute;top:-130px;right:-90px}.hero:after{content:"";border:1px solid #d4af372e;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-120px;left:-80px}.logo{z-index:2;color:#fff;letter-spacing:2px;border:1px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 20px;font-size:24px;font-weight:700;display:flex;position:relative;box-shadow:0 0 0 6px #ffffff08}.hero h1{z-index:2;letter-spacing:2px;margin:0;font-size:28px;font-weight:700;position:relative}.hero p{z-index:2;color:#ffffffb3;letter-spacing:.5px;margin:10px 0 0;font-size:14px;position:relative}.hero span{opacity:.5;font-size:12px}.restaurant-logo{object-fit:contain;border-radius:20px;width:82px;height:82px;margin:0 auto 20px;display:block;box-shadow:0 10px 30px #00000040}.menu{padding:24px 18px 120px}.customer-category{margin-bottom:34px}.customer-category-title{color:#151515;letter-spacing:.2px;border-bottom:1px solid #d6d2ca;margin:0 0 16px;padding:0 0 10px;font-size:21px;font-weight:700;position:relative}.customer-category-title:after{content:"";background:#b8943d;width:48px;height:2px;position:absolute;bottom:-1px;left:0}.customer-products{flex-direction:column;gap:11px;display:flex}.customer-product{background:#fff;border:1px solid #e7e3db;border-radius:15px;align-items:center;gap:13px;padding:12px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;box-shadow:0 3px 12px #00000009}.customer-product:hover{border-color:#d8c28c;transform:translateY(-2px);box-shadow:0 8px 22px #00000014}.customer-product:active{transform:scale(.985)}.customer-product-image{object-fit:cover;background:#f0eee9;border-radius:12px;flex-shrink:0;width:82px;height:82px}.customer-product-info{flex:1;min-width:0}.customer-product-info h3{color:#171717;margin:0 0 6px;font-size:16px;font-weight:700;line-height:1.3}.customer-product-info p{color:#77736c;margin:0;font-size:12px;line-height:1.45}.customer-product-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.customer-product-price{color:#171717;white-space:nowrap;font-size:15px;font-weight:700}.add-to-cart-button{color:#fff;white-space:nowrap;background:#171717;border:0;border-radius:9px;padding:8px 11px;font-size:12px;font-weight:700;transition:background .18s,transform .15s}.add-to-cart-button:hover{background:#b8943d}.cart-section{background:#fff;border:1px solid #e4e0d8;border-radius:18px;margin:0 18px 120px;padding:18px;box-shadow:0 5px 20px #0000000b}.cart-header{border-bottom:1px solid #eeeae3;justify-content:space-between;align-items:center;margin-bottom:17px;padding-bottom:14px;display:flex}.cart-header h2{color:#171717;margin:0;font-size:20px}.cart-header span{color:#88837a;font-size:12px}.cart-items{flex-direction:column;gap:9px;display:flex}.cart-item{background:#faf9f6;border:1px solid #ece8e1;border-radius:13px;align-items:center;gap:9px;padding:10px;display:flex}.cart-item-image{object-fit:cover;border-radius:9px;flex-shrink:0;width:52px;height:52px}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;font-weight:700;overflow:hidden}.cart-item-info strong{color:#77736c;font-size:12px}.cart-item-actions{align-items:center;gap:5px;display:flex}.cart-item-actions button{color:#222;background:#fff;border:1px solid #ddd8cf;border-radius:8px;justify-content:center;align-items:center;width:27px;height:27px;padding:0;font-size:16px;line-height:1;transition:all .15s;display:flex}.cart-item-actions button:hover{color:#fff;background:#171717}.cart-item-actions span{text-align:center;min-width:17px;font-size:13px;font-weight:700}.cart-item-total{color:#171717;text-align:right;min-width:60px;font-size:13px;font-weight:700}.cart-remove-button{opacity:.65;background:0 0;border:0;border-radius:8px;width:30px;height:30px;padding:0;font-size:15px;transition:all .15s}.cart-remove-button:hover{opacity:1;background:#f3e8e8}.cart-summary{border-top:1px solid #eeeae3;justify-content:space-between;align-items:center;margin-top:17px;padding-top:15px;display:flex}.cart-summary span{color:#77736c;font-size:14px}.cart-summary strong{color:#171717;font-size:20px}.cart-order-button{color:#fff;background:#171717;border:0;border-radius:12px;width:100%;margin-top:15px;padding:15px;font-size:14px;font-weight:700;transition:background .18s,transform .15s}.cart-order-button:hover{background:#b8943d}.cart-order-button:active{transform:scale(.98)}.floating-cart{color:#fff;z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111111f7;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:min(448px,100% - 24px);padding:11px 13px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 35px #00000047}.floating-cart-info{align-items:center;gap:10px;min-width:0;display:flex}.floating-cart-icon{font-size:23px}.floating-cart-info div{flex-direction:column;gap:2px;display:flex}.floating-cart-info strong{font-size:13px}.floating-cart-info span{color:#ffffffa6;font-size:12px}.floating-cart-button{color:#171717;white-space:nowrap;background:#fff;border:0;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .18s}.floating-cart-button:hover{color:#fff;background:#d4af37}.floating-cart-button:active{transform:scale(.96)}.product-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{background:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 25px 70px #0000004d}.product-modal-close{color:#fff;z-index:2;background:#000000b3;border:0;border-radius:50%;width:38px;height:38px;font-size:18px;position:absolute;top:12px;right:12px}.product-modal-content{padding:22px}.product-modal-content h2{margin:0 0 10px;font-size:24px}.product-modal-content p{color:#666;margin:0 0 18px;line-height:1.5}.product-modal-content strong{margin-bottom:20px;font-size:22px;display:block}.product-modal-button{color:#fff;background:#171717;border:0;border-radius:13px;width:100%;padding:16px;font-size:15px;font-weight:700}.product-modal-button:hover{background:#b8943d}.actions{flex-direction:column;gap:11px;padding:22px;display:flex}.actions button{color:#222;background:#f0eee9;border:0;border-radius:13px;width:100%;padding:16px;font-weight:600}.action-button{color:#222;text-align:center;background:#f0eee9;border-radius:13px;width:100%;padding:16px;font-weight:600;text-decoration:none;display:block}.primary-action{color:#fff;background:#171717}.primary-action:hover{background:#b8943d}.rating-section{padding:24px}.rating-section h2{margin:24px 0 10px;font-size:18px}.employee-select{background:#fff;border:1px solid #ddd8cf;border-radius:11px;width:100%;padding:14px;font-size:15px}.stars{gap:7px;display:flex}.star{color:#d5d1c8;cursor:pointer;background:0 0;border:0;padding:0;font-size:36px}.star.active{color:#d4af37}.comment-box{resize:vertical;border:1px solid #ddd8cf;border-radius:11px;width:100%;padding:13px;font-family:inherit;font-size:14px}.submit-button{color:#fff;background:#171717;border:0;border-radius:12px;width:100%;margin-top:15px;padding:15px;font-weight:700}.submit-button:hover{background:#b8943d}.submit-button:disabled{opacity:.55;cursor:not-allowed}.payment-section{padding:24px}.payment-section h2{margin-bottom:20px}.payment-info{background:#f2f0eb;border-radius:14px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:18px;display:flex}.payment-info span{color:#666}.payment-info strong{font-size:23px}.payment-note{color:#777;text-align:center;margin-top:16px;font-size:13px;line-height:1.5}.order-section{padding:24px 20px 50px}.order-section h2{margin:0 0 18px;font-size:21px}.order-items{flex-direction:column;gap:9px;display:flex}.order-item{background:#fff;border:1px solid #e5e1d9;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:13px;display:flex}.order-item>div{flex-direction:column;gap:4px;display:flex}.order-item strong{font-size:14px}.order-item span{color:#777;font-size:12px}.order-total{border-top:1px solid #ddd8cf;border-bottom:1px solid #ddd8cf;justify-content:space-between;align-items:center;margin:17px 0 22px;padding:17px 0;display:flex}.order-total span{color:#777}.order-total strong{font-size:21px}.order-section form{flex-direction:column;gap:15px;display:flex}.order-section label{color:#333;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.order-section input,.order-section textarea{color:#222;background:#fff;border:1px solid #ddd8cf;border-radius:11px;outline:none;width:100%;padding:13px;font-size:14px;transition:border-color .15s,box-shadow .15s}.order-section input:focus,.order-section textarea:focus{border-color:#b8943d;box-shadow:0 0 0 3px #b8943d1f}.order-section textarea{resize:vertical;min-height:90px}.login-error{color:#b42318;background:#fff0f0;border-radius:10px;margin:0;padding:12px;font-size:13px}.admin-header{margin-bottom:30px}.admin-header h1{margin:0 0 8px}.admin-header p{color:#666;margin:0}.admin-card{color:inherit;background:#fff;border:1px solid #ddd8cf;border-radius:16px;padding:25px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.admin-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000014}.admin-card span{font-size:32px}.admin-card h2{margin:12px 0 8px}.admin-card p{color:#666;margin:0}.product-image{object-fit:cover;border-radius:14px;flex-shrink:0;width:120px;height:120px}.menu-item{background:#fff;border:1px solid #e5e1d9;border-radius:16px;align-items:center;gap:20px;margin-bottom:14px;padding:18px;display:flex}.menu-item>div:first-of-type{flex:1}.menu-item h3{margin:0 0 8px;font-size:18px}.menu-item p{color:#666;margin:0;line-height:1.5}.menu-item strong{white-space:nowrap;font-size:18px}.menu-item .edit-button{white-space:nowrap}.restaurant-footer{text-align:center;padding:10px 24px 30px}.restaurant-footer p{color:#999;margin:0;font-size:12px}@media (max-width:480px){.restaurant-page{width:100%;box-shadow:none}.hero{padding:35px 20px 32px}.hero h1{font-size:25px}.logo{width:76px;height:76px;font-size:22px}.menu{padding:20px 14px 120px}.customer-category{margin-bottom:29px}.customer-category-title{font-size:20px}.customer-product{gap:10px;padding:10px}.customer-product-image{width:72px;height:72px}.customer-product-info h3{font-size:15px}.customer-product-info p{font-size:11px}.customer-product-right{gap:6px}.customer-product-price{font-size:14px}.add-to-cart-button{padding:7px 9px;font-size:11px}.cart-section{margin-left:14px;margin-right:14px}.cart-item{flex-wrap:wrap}.cart-item-info{min-width:calc(100% - 65px)}.cart-item-actions{margin-left:62px}.cart-item-total{margin-left:auto}.floating-cart{width:calc(100% - 20px);padding:10px 12px;bottom:10px}.floating-cart-button{padding:10px 12px;font-size:12px}.floating-cart-icon{font-size:21px}.order-section{padding:20px 16px 40px}.admin-page{padding:25px 15px}.admin-grid{grid-template-columns:1fr}.menu-item{flex-wrap:wrap}.product-image{width:90px;height:90px}.menu-item>div:last-child{width:100%}}@media (max-width:360px){.customer-product-image{width:64px;height:64px}.customer-product-info h3{font-size:14px}.customer-product-right{gap:4px}.customer-product-price{font-size:13px}.add-to-cart-button{padding:6px 7px;font-size:10px}.cart-item-actions{margin-left:0}}.admin-page{color:#171717;width:100%;max-width:1180px;min-height:100vh;margin:0 auto;padding:42px 28px 60px}.admin-header:before{content:"";border:1px solid #d4af3747;border-radius:50%;width:240px;height:240px;position:absolute;top:-140px;right:-110px}.admin-header:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-130px;left:-100px}.admin-header h1{z-index:2;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;position:relative}.admin-header p{z-index:2;color:#ffffffa6;margin:0;font-size:14px;position:relative}.admin-card{color:#171717;background:linear-gradient(145deg,#fff,#faf9f6);border:1px solid #e5e1d8;border-radius:22px;flex-direction:column;justify-content:center;min-height:190px;padding:28px;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000000b}.admin-card:before{content:"";border:1px solid #e8dfc8;border-radius:50%;width:140px;height:140px;transition:transform .3s;position:absolute;bottom:-65px;right:-55px}.admin-card:after{content:"→";color:#777;background:#f3f0e9;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:24px;right:24px}.admin-card:hover:before{transform:scale(1.25)}.admin-card:hover:after{color:#fff;background:#171717;transform:translate(3px)}.admin-card span{z-index:2;background:linear-gradient(145deg,#f5f0e3,#ebe3cf);border:1px solid #e3d6b7;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;font-size:28px;display:flex;position:relative;box-shadow:0 5px 15px #0000000d}.admin-card h2{z-index:2;letter-spacing:-.2px;margin:0 0 7px;font-size:20px;font-weight:750;position:relative}.admin-card p{z-index:2;color:#77736c;max-width:300px;margin:0;font-size:13px;line-height:1.5;position:relative}.admin-page>button{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd8cf;border-radius:10px;margin-bottom:20px;padding:10px 16px;font-size:13px;font-weight:700;transition:all .2s}.admin-page>button:hover{color:#fff;background:#171717;border-color:#171717}@media (max-width:800px){.admin-page{padding:25px 18px 45px}.admin-header{padding:26px}.admin-header h1{font-size:26px}.admin-grid{gap:14px}.admin-card{min-height:175px;padding:23px}}@media (max-width:600px){.admin-page{padding:18px 13px 40px}.admin-header{border-radius:19px;margin-bottom:18px;padding:24px 20px}.admin-header h1{font-size:23px}.admin-header p{font-size:12px}.admin-grid{grid-template-columns:1fr;gap:12px}.admin-card{border-radius:17px;min-height:150px;padding:21px}.admin-card span{width:50px;height:50px;margin-bottom:15px;font-size:24px}.admin-card h2{font-size:18px}.admin-card p{font-size:12px}}.restaurant-page{color:#171717;background:#f8f6f1;max-width:520px;min-height:100vh;margin:0 auto}.restaurant-page .hero{text-align:center;color:#fff;background:radial-gradient(circle at 15% 10%,#ca9d322e,#0000 30%),radial-gradient(circle at 90% 90%,#ca9d321f,#0000 35%),linear-gradient(145deg,#080808,#191919);padding:38px 22px 42px;position:relative;overflow:hidden}.restaurant-page .hero:before{content:"";border:1px solid #cfa44259;border-radius:50%;width:190px;height:190px;position:absolute;top:-90px;right:-100px}.restaurant-page .hero:after{content:"";border:1px solid #cfa44240;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-90px;left:-100px}.restaurant-page .logo{z-index:2;color:#fff;background:#00000040;border:1.5px solid #d5aa4a;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 18px;font-family:Georgia,serif;font-size:25px;font-weight:700;display:flex;position:relative;box-shadow:0 0 0 5px #d5aa4a0d}.restaurant-page .hero h1{z-index:2;letter-spacing:2px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:700;position:relative}.restaurant-page .hero p{z-index:2;color:#d8b66d;letter-spacing:.5px;margin:10px 0 0;font-size:14px;position:relative}.restaurant-page .menu{background:#f8f6f1;padding:28px 16px 120px}.restaurant-page .customer-category{margin-bottom:38px}.restaurant-page .customer-category-title{letter-spacing:.2px;border:none;margin:0 0 18px;padding:0 0 11px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;position:relative}.restaurant-page .customer-category-title:after{content:"";background:#c89a3c;width:48px;height:2px;position:absolute;bottom:0;left:0}.restaurant-page .customer-products{flex-direction:column;gap:13px;display:flex}.restaurant-page .customer-product{cursor:default;background:#fff;border:1px solid #e7e0d2;border-radius:18px;align-items:stretch;min-height:125px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 18px #372b140e}.restaurant-page .customer-product:hover{transform:translateY(-2px);box-shadow:0 10px 25px #372b1417}.restaurant-page .customer-product-image{object-fit:cover;border-radius:0;width:125px;min-width:125px;height:125px}.restaurant-page .customer-product-info h3{color:#171717;margin:0 0 6px;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:700;line-height:1.2}.restaurant-page .customer-product-info p{color:#777269;margin:0;font-size:12px;line-height:1.45}.restaurant-page .customer-product-right{flex-direction:column;justify-content:space-between;align-items:flex-end;min-width:105px;padding:17px 12px;display:flex}.restaurant-page .customer-product-price{color:#171717;white-space:nowrap;font-size:17px;font-weight:800}.restaurant-page .add-to-cart-button{color:#fff;white-space:nowrap;cursor:pointer;background:linear-gradient(135deg,#d5a746,#b98018);border:none;border-radius:22px;padding:9px 12px;font-size:11px;font-weight:800;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 10px #ab78172e}.restaurant-page .add-to-cart-button:before{content:"+";border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-right:5px;font-size:14px;display:inline-flex}.restaurant-page .add-to-cart-button:active{transform:scale(.96)}.restaurant-page .cart-section{background:#fff;border:1px solid #e5ddce;border-radius:20px;margin:18px 16px 35px;padding:20px;box-shadow:0 7px 22px #3228140f}.restaurant-page .cart-header{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.restaurant-page .cart-header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:21px}.restaurant-page .cart-header span{color:#9a7a3a;font-size:12px;font-weight:700}.restaurant-page>div[style*="position: fixed"]{border:1px solid #d5aa4a59;background:linear-gradient(135deg,#101010,#1b1b1b)!important;box-shadow:0 12px 35px #00000047!important}.restaurant-page>div[style*="position: fixed"] button{color:#fff!important;background:linear-gradient(135deg,#d5a746,#b98018)!important;border-radius:12px!important;font-weight:800!important}@media (max-width:480px){.restaurant-page{width:100%}.restaurant-page .hero{padding:32px 18px 36px}.restaurant-page .hero h1{font-size:27px}.restaurant-page .menu{padding:24px 12px 120px}.restaurant-page .customer-category-title{font-size:22px}.restaurant-page .customer-product{min-height:110px}.restaurant-page .customer-product-image{width:105px;min-width:105px;height:110px}.restaurant-page .customer-product-info{padding:13px 7px 13px 12px}.restaurant-page .customer-product-info h3{font-size:16px}.restaurant-page .customer-product-info p{font-size:11px}.restaurant-page .customer-product-right{min-width:91px;padding:13px 9px}.restaurant-page .customer-product-price{font-size:15px}.restaurant-page .add-to-cart-button{padding:8px 9px;font-size:10px}}.category-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);scrollbar-width:none;background:#f8f6f1f0;border-bottom:1px solid #e5ddce;gap:8px;padding:12px;display:flex;position:sticky;top:0;overflow-x:auto}.category-nav::-webkit-scrollbar{display:none}.category-nav a{color:#3b372f;white-space:nowrap;background:#fff;border:1px solid #ded5c4;border-radius:25px;flex-shrink:0;padding:10px 16px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s}.category-nav a:first-child{color:#d9b25e;background:linear-gradient(135deg,#171717,#292929);border-color:#171717}.category-nav a:hover{border-color:#c99a3d;transform:translateY(-1px)}.customer-category-nav{z-index:100;-webkit-backdrop-filter:blur(14px);scrollbar-width:none;background:#f8f6f1f0;border-bottom:1px solid #e5ddce;align-items:center;gap:8px;width:100%;padding:12px 14px;display:flex;position:sticky;top:0;overflow-x:auto}.customer-category-nav::-webkit-scrollbar{display:none}.customer-category-nav a{color:#403b32;white-space:nowrap;background:#fff;border:1px solid #ded5c4;border-radius:30px;flex-shrink:0;justify-content:center;align-items:center;padding:10px 16px;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;text-decoration:none;transition:transform .18s,background .18s,color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.customer-category-nav a:first-child{color:#d9b25e;background:linear-gradient(135deg,#171717,#292929);border-color:#171717;box-shadow:0 4px 12px #0000001f}.customer-category-nav a:hover{color:#9a7125;border-color:#c99a3d;transform:translateY(-1px);box-shadow:0 4px 12px #46320f14}.customer-category-heading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.customer-category-heading .category-line{background:linear-gradient(90deg,#0000,#d8c7a3);flex:1;height:1px}.customer-category-heading .category-line:last-child{background:linear-gradient(270deg,#0000,#d8c7a3)}.customer-category-heading .customer-category-title{letter-spacing:.2px;text-align:center;color:#171717;border:0;flex-shrink:0;margin:0;padding:0;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:700}.customer-category-heading .customer-category-title:after{display:none}.restaurant-page .customer-category{scroll-margin-top:75px}.restaurant-page .customer-product{transition:transform .2s,box-shadow .2s,border-color .2s}.restaurant-page .customer-product-image{transition:transform .35s}.restaurant-page .customer-product:hover .customer-product-image{transform:scale(1.03)}@media (max-width:480px){.customer-category-nav{gap:7px;padding:10px 12px}.customer-category-nav a{padding:9px 14px;font-size:11px}.customer-category-heading{gap:9px;margin-bottom:15px}.customer-category-heading .customer-category-title{font-size:21px}}@media (max-width:360px){.customer-category-nav a{padding:8px 12px;font-size:10px}.customer-category-heading .customer-category-title{font-size:20px}}.customer-product{transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.customer-product-image-wrapper{background:#eee9df;flex-shrink:0;overflow:hidden}.customer-product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.customer-product:hover .customer-product-image{transform:scale(1.04)}.add-to-cart-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d9a52b,#b77d12);border:0;border-radius:999px;justify-content:center;align-items:center;gap:5px;min-width:105px;padding:10px 13px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 5px 14px #a6741440}.add-to-cart-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #a6741452}.add-to-cart-button:active{transform:scale(.96)}.cart-plus{border:1px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:13px;line-height:1;display:inline-flex}.add-to-cart-button.added{background:linear-gradient(135deg,#252525,#111);animation:.25s cartAdded;box-shadow:0 5px 15px #0000002e}.cart-check{font-size:14px;font-weight:900}@keyframes cartAdded{0%{transform:scale(.92)}60%{transform:scale(1.04)}to{transform:scale(1)}}@media (max-width:480px){.add-to-cart-button{min-width:98px;padding:9px 11px;font-size:10px}.cart-plus{width:16px;height:16px;font-size:12px}}.product-modal-no-image{background:radial-gradient(circle,#3b3324,#15130f);justify-content:center;align-items:center;width:100%;height:100%;min-height:520px;font-size:70px;display:flex}.product-modal-image-label{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14120ecc;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;position:absolute;bottom:24px;left:24px}.product-modal-content{flex-direction:column;padding:52px 48px 30px;display:flex;position:relative;overflow-y:auto}.product-modal-close:hover{background:#292929;transform:rotate(90deg)}.product-modal-heading h2{color:#151515;margin:0;padding-right:45px;font-family:Georgia,Times New Roman,serif;font-size:42px;line-height:1.1}.product-modal-line{color:#c58c20;align-items:center;width:170px;margin-top:18px;font-size:12px;display:flex}.product-modal-line:before,.product-modal-line:after{content:"";background:#c58c20;width:75px;height:1px}.product-modal-line span{margin:0 8px}.product-modal-price{color:#bd8318;margin-top:25px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:700}.product-modal-divider{border-top:1px dashed #ddd4c4;width:100%;margin:28px 0}.quantity-selector{background:#fffdf9;border:1px solid #e4d9c7;border-radius:38px;grid-template-columns:64px 1fr 64px;align-items:center;width:100%;height:74px;display:grid}.quantity-selector button{color:#bd8318;cursor:pointer;background:#faf5ec;border:1px solid #eadfce;border-radius:50%;width:50px;height:50px;margin:auto;font-size:30px;line-height:1;transition:all .2s}.quantity-selector strong{text-align:center;font-size:26px}.product-modal-total span{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700}.product-modal-total strong{font-size:24px}.product-modal-add{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dca52e,#b97e12);border:none;border-radius:34px;width:100%;min-height:64px;margin-top:20px;font-size:18px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #b97e1240}.product-modal-add:hover{transform:translateY(-2px);box-shadow:0 12px 25px #b97e1259}.product-modal-add span{margin-right:8px}.customer-product{cursor:pointer}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:700px){.product-modal-overlay{align-items:center;padding:10px}.product-modal{border-radius:22px;flex-direction:column;width:100%;max-height:92vh;display:flex}.product-modal-image-area,.product-modal-image{min-height:230px;max-height:280px}.product-modal-no-image{min-height:230px}.product-modal-content{padding:30px 22px 24px}.product-modal-heading h2{font-size:30px}.product-modal-price{font-size:28px}.product-modal-close{width:40px;height:40px;font-size:25px;top:14px;right:14px}.product-modal-image-label{bottom:15px;left:15px}}.product-modal-overlay{z-index:999999;-webkit-backdrop-filter:blur(10px);background:#0f0f0fc7;justify-content:center;align-items:center;padding:24px;animation:.2s productModalOverlayIn;display:flex;position:fixed;inset:0}.product-modal-image-area{background:radial-gradient(circle at 50% 40%,#cc972c2e,#0000 45%),linear-gradient(145deg,#11100d,#242016);justify-content:center;align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.product-modal-image{object-fit:cover;width:100%;height:100%;display:block}.product-modal-no-image{justify-content:center;align-items:center;width:100%;height:100%;min-height:560px;font-size:72px;display:flex}.product-modal-heading h2{color:#17130d;overflow-wrap:anywhere;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,42px);font-weight:700;line-height:1.08}.product-modal-line{color:#c58a1b;align-items:center;gap:10px;margin:18px 0 22px;display:flex}.product-modal-price{color:#bf8618;margin-bottom:10px;font-size:31px;font-weight:800;line-height:1.1}.product-modal-description{color:#6d665c;overflow-wrap:anywhere;max-width:440px;margin:0;font-size:15px;line-height:1.65}.quantity-title{color:#28231b;margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:700}.quantity-selector button:hover{color:#fff;background:#c18a1d}.quantity-selector button:active{transform:scale(.92)}.product-modal-total{box-sizing:border-box;background:#f9f1e2;border:1px solid #eadcc4;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin-top:24px;padding:17px 19px;display:flex}.product-modal-note{text-align:center;color:#8b8378;margin-top:14px;font-size:11px;line-height:1.4}@keyframes productModalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes productModalIn{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:700px){.product-modal{border-radius:22px;grid-template-columns:1fr;width:min(520px,100%);max-height:calc(100vh - 24px);overflow-y:auto}.product-modal-image-area{min-height:230px;max-height:280px}.product-modal-no-image{min-height:230px}.product-modal-content{padding:30px 24px 26px}.product-modal-heading h2{font-size:30px}.product-modal-price{font-size:27px}.product-modal-divider{margin:20px 0}}@media (max-width:480px){.product-modal-overlay{padding:10px}.product-modal{border-radius:20px;width:100%;max-height:calc(100vh - 20px)}.product-modal-image-area{min-height:190px;max-height:220px}.product-modal-no-image{min-height:190px}.product-modal-content{padding:26px 20px 22px}.product-modal-heading h2{font-size:27px;line-height:1.12}.product-modal-price{font-size:25px}.product-modal-description{font-size:14px;line-height:1.55}.product-modal-close{width:36px;height:36px;font-size:22px;top:12px;right:12px}.quantity-selector button{width:40px;height:40px}.product-modal-total{padding:15px}.product-modal-add{min-height:54px}}.admin-form{background:#fff;border:1px solid #e5dfd3;border-radius:24px;width:100%;max-width:900px;margin:0 auto;padding:32px;box-shadow:0 12px 35px #32281412}.admin-form form{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.admin-form label{color:#292621;flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.admin-form label:nth-child(3),.admin-form label:nth-child(4),.admin-form label:nth-child(5),.admin-form .login-error,.admin-form button[type=submit]{grid-column:1/-1}.admin-form input,.admin-form select,.admin-form textarea{color:#222;background:#faf9f6;border:1px solid #ddd6c9;border-radius:12px;outline:none;width:100%;padding:14px 15px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{background:#fff;border-color:#c49a43;box-shadow:0 0 0 4px #c49a431f}.admin-form textarea{resize:vertical;min-height:110px;line-height:1.5}.admin-form select{appearance:auto;cursor:pointer}.admin-form input[type=file]{cursor:pointer;background:#faf9f6;padding:11px}.admin-form input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#171717;border:0;border-radius:9px;margin-right:12px;padding:9px 14px;font-size:12px;font-weight:700;transition:all .2s}.admin-form input[type=file]::file-selector-button:hover{background:#c49a43}.admin-form small{color:#8a857b;margin-top:-2px;font-size:11px;font-weight:400;line-height:1.4}.admin-form .login-error{color:#b42318;background:#fff4f4;border:1px solid #f0caca;border-radius:11px;margin:0;padding:13px 15px;font-size:13px}.admin-form button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d5a746,#b98018);border:0;border-radius:13px;width:100%;margin-top:4px;padding:15px 20px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 7px 18px #ab78172e}.admin-form button[type=submit]:hover{filter:brightness(1.03);transform:translateY(-2px);box-shadow:0 10px 24px #ab781740}.admin-form button[type=submit]:active{transform:scale(.98)}.admin-form button[type=submit]:disabled{opacity:.55;cursor:not-allowed;transform:none}.admin-header>a{z-index:5;color:#d5a746;margin-bottom:14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.admin-header>a:hover{color:#f0d27c}@media (max-width:700px){.admin-form{border-radius:19px;padding:22px 18px}.admin-form form{grid-template-columns:1fr;gap:18px}.admin-form label:nth-child(3),.admin-form label:nth-child(4),.admin-form label:nth-child(5),.admin-form .login-error,.admin-form button[type=submit]{grid-column:auto}}@media (max-width:400px){.admin-form{padding:18px 14px}.admin-form input,.admin-form select,.admin-form textarea{padding:13px;font-size:14px}.admin-form button[type=submit]{padding:14px;font-size:13px}}.product-modal-overlay{z-index:999999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0c0cb8;justify-content:center;align-items:center;padding:24px;animation:.22s modalOverlayIn;display:flex;position:fixed;inset:0}.product-modal{background:#fffdf8;border:1px solid #d49e26a6;border-radius:26px;grid-template-columns:.95fr 1.05fr;width:min(900px,100%);max-height:min(700px,100vh - 48px);animation:.28s cubic-bezier(.22,1,.36,1) modalIn;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000061,0 8px 30px #0000002e}.product-modal-image-area{background:radial-gradient(circle at 50% 45%,#d49e262e,#0000 40%),linear-gradient(145deg,#17150f,#282218);min-height:560px;position:relative;overflow:hidden}.product-modal-image{object-fit:cover;width:100%;height:100%;min-height:560px;display:block}.product-modal-no-image{color:#d6a229;justify-content:center;align-items:center;width:100%;height:100%;min-height:560px;font-size:82px;display:flex}.product-modal-image-label{color:#fff;letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000094;border:1px solid #fff3;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700;position:absolute;bottom:24px;left:24px}.product-modal-content{flex-direction:column;min-width:0;padding:44px 42px 36px;display:flex;position:relative;overflow-y:auto}.product-modal-content::-webkit-scrollbar{width:5px}.product-modal-content::-webkit-scrollbar-thumb{background:#d7a32d;border-radius:10px}.product-modal-close{color:#dca72f;cursor:pointer;background:#171717;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:27px;line-height:1;transition:transform .2s,background .2s;display:flex;position:absolute;top:18px;right:18px}.product-modal-close:hover{color:#171717;background:#dca72f;transform:rotate(90deg)}.product-modal-heading{padding-right:48px}.product-modal-heading h2{color:#171717;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.05}.product-modal-price{color:#c68e19;margin-top:26px;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:700;line-height:1}.product-modal-description{color:#6e6a63;margin:12px 0 0;font-size:14px;line-height:1.65}.product-modal-info-title{color:#2a2926;letter-spacing:.2px;margin-bottom:7px;font-size:13px;font-weight:800}.product-modal-info-box p,.product-modal-allergen-box p{color:#6d6961;margin:0;font-size:13px;line-height:1.55}.quantity-title{color:#242321;margin-bottom:10px;font-size:14px;font-weight:800}.quantity-selector{background:#faf7f0;border:1px solid #e3d6be;border-radius:999px;align-items:center;width:fit-content;padding:5px;display:flex}.quantity-selector button{color:#c58d1b;cursor:pointer;background:#fff;border:1px solid #eadfc9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;font-weight:500;transition:background .18s,color .18s,transform .18s;display:flex}.quantity-selector button:hover{color:#fff;background:#d29a25;transform:scale(1.05)}.product-modal-total{background:#f8f0e1;border:1px solid #ead9ba;border-radius:14px;justify-content:space-between;align-items:center;margin-top:20px;padding:17px 18px;display:flex}.product-modal-total span{color:#55514b;font-size:14px;font-weight:600}.product-modal-add{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e0ad35,#c68e19);border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:54px;margin-top:16px;font-size:15px;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 8px 18px #c68e1940}.product-modal-add:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 12px 24px #c68e1959}.product-modal-add:active{transform:translateY(0)}@media (max-width:760px){.product-modal-overlay{padding:14px}.product-modal{border-radius:22px;grid-template-columns:1fr;width:min(520px,100%);max-height:calc(100vh - 28px)}.product-modal-image-area,.product-modal-image{min-height:230px;max-height:260px}.product-modal-no-image{min-height:230px}.product-modal-image-label{bottom:16px;left:16px}.product-modal-content{padding:30px 24px 26px}.product-modal-heading h2{font-size:32px}.product-modal-price{margin-top:20px;font-size:28px}}@media (max-width:480px){.product-modal-overlay{padding:8px}.product-modal{border-radius:20px;max-height:calc(100vh - 16px)}.product-modal-image-area,.product-modal-image{min-height:190px;max-height:210px}.product-modal-no-image{min-height:190px}.product-modal-content{padding:26px 20px 22px}.product-modal-close{width:38px;height:38px;font-size:24px;top:12px;right:12px}.product-modal-heading{padding-right:40px}.product-modal-heading h2{font-size:29px}.product-modal-price{font-size:26px}.product-modal-description{font-size:13px}.product-modal-info-box,.product-modal-allergen-box{margin-top:16px;padding:13px 14px}.product-modal-divider{margin:18px 0 16px}.quantity-selector button{width:38px;height:38px}.product-modal-total{padding:14px 15px}.product-modal-add{min-height:52px}}.product-modal{grid-template-columns:minmax(300px,.95fr) minmax(360px,1.05fr)!important;width:min(900px,100vw - 32px)!important;min-width:0!important;max-width:900px!important;max-height:calc(100vh - 40px)!important}.product-modal-content{width:auto!important;min-width:0!important;overflow:hidden auto!important}.product-modal-heading{width:100%!important;min-width:0!important}.product-modal-heading h2{white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;width:100%!important;line-height:1.08!important}.product-modal-description,.product-modal-info-box p,.product-modal-allergen-box p{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.product-modal-content>*{max-width:100%}@media (max-width:760px){.product-modal{grid-template-columns:1fr!important;width:min(520px,100vw - 20px)!important;max-width:520px!important;max-height:calc(100vh - 20px)!important}.product-modal-image-area,.product-modal-image{min-height:220px!important;max-height:240px!important}.product-modal-no-image{min-height:220px!important}}@media (max-width:480px){.product-modal{width:calc(100vw - 16px)!important;max-width:none!important}.product-modal-content{padding:26px 20px 22px!important}.product-modal-heading h2{font-size:30px!important}}.admin-page{max-width:950px;margin:0 auto;padding:40px 20px 80px}.admin-header{color:#fff;background:radial-gradient(circle at 100% 0,#c997232e,#0000 30%),linear-gradient(135deg,#0d0d0d,#181713);border-radius:24px;margin-bottom:28px;padding:32px;position:relative;overflow:hidden;box-shadow:0 18px 45px #00000029}.admin-header:after{content:"";border:1px solid #d4a43059;border-radius:50%;width:180px;height:180px;position:absolute;top:-90px;right:-90px}.admin-header a{color:#d9a72c;margin-bottom:12px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.admin-header h1{letter-spacing:-.5px;margin:0;font-size:30px;font-weight:800}.admin-header p{color:#bdbdbd;margin:8px 0 0;font-size:14px}.menu-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.admin-button{background:linear-gradient(135deg,#e1ae32,#c88e18);border-radius:12px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 7px 18px #be891940;color:#fff!important}.admin-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #be891959}.category-nav{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;gap:8px;margin-top:24px;padding:6px;display:flex;overflow-x:auto}.category-nav a{white-space:nowrap;color:#333;background:#fff;border-radius:999px;margin:0;padding:9px 16px;font-size:13px;font-weight:700;transition:all .2s}.category-nav a:hover{color:#fff;background:#dca52b}.admin-menu-category{margin-bottom:42px}.category-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px;padding-bottom:10px;display:flex}.category-header h2{color:#161616;margin:0;font-size:22px;font-weight:800;position:relative}.category-header h2:after{content:"";background:#d4a02b;border-radius:5px;width:45px;height:3px;position:absolute;bottom:-11px;left:0}.category-actions{align-items:center;gap:8px;display:flex}.edit-button{background:#f7f3e9;border:1px solid #e2d5b9;border-radius:9px;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;color:#9b7118!important}.edit-button:hover{background:#d5a02b;border-color:#d5a02b;color:#fff!important}.category-actions button,.menu-item button{color:#b33b3b;cursor:pointer;background:#fff5f5;border:1px solid #ead2d2;border-radius:9px;padding:8px 12px;font-size:12px;font-weight:700;transition:all .2s}.category-actions button:hover,.menu-item button:hover{color:#fff;background:#c94343;border-color:#c94343}.menu-item{background:#fff;border:1px solid #e8e2d8;border-radius:18px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:18px;margin-bottom:12px;padding:16px;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 5px 18px #0000000d}.menu-item:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000014}.menu-item .product-image{object-fit:cover;border:1px solid #eee;border-radius:14px;width:82px;height:82px;display:block}.menu-item h3{color:#151515;margin:0 0 5px;font-size:16px}.menu-item p{color:#777;margin:0;font-size:13px;line-height:1.5}.menu-item>strong{color:#bd891d;white-space:nowrap;font-size:17px}.menu-item>div:last-child{align-items:center;gap:7px;display:flex}.admin-menu-category>p{color:#777;text-align:center;background:#fff;border:1px dashed #d8cdbb;border-radius:14px;padding:20px;font-size:14px}@media (max-width:700px){.admin-page{padding:20px 12px 60px}.admin-header{border-radius:20px;padding:24px 20px}.admin-header h1{font-size:23px}.menu-actions{flex-direction:column}.admin-button{width:100%}.category-header{flex-direction:column;align-items:flex-start}.category-actions{width:100%}.category-actions .edit-button,.category-actions button{flex:1}.menu-item{grid-template-columns:70px 1fr;gap:12px}.menu-item .product-image{width:70px;height:70px}.menu-item>strong,.menu-item>div:last-child{grid-column:2}}.admin-topbar{color:#777;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:12px;display:flex}.admin-panel-label{letter-spacing:1.5px;color:#222;font-weight:800}.admin-panel-dot{color:#d3a02a;margin:0 7px}.admin-panel-status{color:#888}.admin-dashboard-header{color:#fff;background:radial-gradient(circle at 100% 0,#daa93033,#0000 35%),radial-gradient(circle at 0 100%,#daa93014,#0000 30%),linear-gradient(135deg,#0c0c0c,#171612);border-radius:24px;justify-content:space-between;align-items:flex-end;min-height:220px;margin-bottom:22px;padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000029}.admin-dashboard-header:before{content:"";border:1px solid #d5a32b59;border-radius:50%;width:240px;height:240px;position:absolute;top:-130px;right:-100px}.dashboard-eyebrow{color:#d9a52d;letter-spacing:2px;margin-bottom:9px;font-size:11px;font-weight:800;display:block}.admin-dashboard-header h1{letter-spacing:-1px;margin:0;font-size:34px;font-weight:800}.admin-dashboard-header h2{color:#e2e2e2;margin:4px 0 8px;font-size:21px;font-weight:600}.admin-dashboard-header p{color:#aaa;max-width:520px;margin:0;font-size:14px;line-height:1.6}.dashboard-date{text-align:right;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;min-width:150px;padding:15px 18px;position:relative}.dashboard-date span{color:#d5a12b;letter-spacing:1.5px;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.dashboard-date strong{color:#eee;font-size:13px}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:38px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #e8e1d7;border-radius:18px;align-items:center;gap:14px;padding:19px;display:flex;box-shadow:0 5px 20px #0000000a}.stat-icon{color:#bd8b20;background:#f7f0df;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:21px;font-weight:800;display:flex}.stat-content{min-width:0}.stat-content span{color:#777;margin-bottom:3px;font-size:11px;font-weight:600;display:block}.stat-content strong{color:#171717;font-size:22px;line-height:1.2;display:block}.stat-content small{color:#aaa;margin-top:4px;font-size:10px;display:block}.dashboard-section{margin-bottom:42px}.dashboard-section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.dashboard-section-heading span{color:#bd8b20;letter-spacing:1.8px;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.dashboard-section-heading h2{color:#181818;margin:0;font-size:22px}.quick-actions{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.quick-action{color:#171717;background:#fff;border:1px solid #e5ded3;border-radius:16px;align-items:center;gap:12px;min-height:80px;padding:14px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.quick-action:hover{border-color:#d3a02c;transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.quick-action-gold{background:linear-gradient(135deg,#fffdf7,#f9f2e2);border-color:#d5a32f}.quick-action-icon{color:#dca62c;background:#171717;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;font-weight:800;display:flex}.quick-action div:nth-child(2){flex:1}.quick-action strong{margin-bottom:3px;font-size:13px;display:block}.quick-action span{color:#888;font-size:10px;display:block}.quick-action b{color:#c69424;font-size:17px}.admin-card{color:#171717;background:#fff;border:1px solid #e6dfd4;border-radius:19px;min-height:180px;padding:23px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}.admin-card:after{content:"";border:1px solid #e5d7b7;border-radius:50%;width:100px;height:100px;transition:transform .3s;position:absolute;bottom:-55px;right:-55px}.admin-card:hover{border-color:#d2a02c;transform:translateY(-4px);box-shadow:0 14px 30px #00000014}.admin-card:hover:after{transform:scale(1.3)}.admin-card-icon{background:#f6f0e4;border-radius:12px;justify-content:center;align-items:center;width:43px;height:43px;margin-bottom:17px;font-size:21px;display:flex}.admin-card h2{margin:0 0 6px;font-size:17px;font-weight:800}.admin-card p{color:#888;max-width:240px;margin:0;font-size:12px;line-height:1.5}.admin-card-arrow{color:#c69424;font-size:18px;font-weight:700;position:absolute;bottom:19px;right:20px}.admin-footer{color:#999;border-top:1px solid #ddd6cb;justify-content:space-between;padding-top:18px;font-size:10px;display:flex}.admin-footer span:first-child{color:#333;letter-spacing:1px;font-weight:800}@media (max-width:800px){.admin-dashboard-header{flex-direction:column;align-items:flex-start;gap:24px;min-height:auto;padding:25px}.dashboard-date{text-align:left;width:100%}.dashboard-stats,.quick-actions,.admin-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.admin-page{padding:18px 12px 50px}.admin-topbar{align-items:flex-start}.admin-dashboard-header h1{font-size:27px}.admin-dashboard-header h2{font-size:18px}.dashboard-stats,.quick-actions,.admin-grid{grid-template-columns:1fr}.admin-card{min-height:150px}.admin-footer{flex-direction:column;gap:7px}}.orders-page{box-sizing:border-box;width:100%;max-width:1180px;min-height:100vh;margin:0 auto;padding:40px 24px 80px}.orders-header{color:#fff;background:radial-gradient(circle at 90% 0,#d4a12a29,#0000 32%),linear-gradient(135deg,#11110f,#171613 60%,#242015);border-radius:28px;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:22px;padding:38px 42px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 55px #0000001f}.orders-header:after{content:"";border:1px solid #d6a32b59;border-radius:50%;width:230px;height:230px;position:absolute;top:-150px;right:-110px}.orders-header-left{z-index:2;position:relative}.orders-back{color:#dca52b;align-items:center;margin-bottom:22px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.orders-back:hover{color:#f2c65b;transform:translate(-2px)}.orders-kicker{color:#dca52b;letter-spacing:.16em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.orders-header h1{letter-spacing:-.04em;margin:0;font-size:clamp(30px,4vw,44px);line-height:1.05}.orders-header p{color:#ffffff9e;max-width:600px;margin:12px 0 0;font-size:14px;line-height:1.6}.orders-live{z-index:2;color:#fff;letter-spacing:.12em;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:9px;padding:11px 16px;font-size:11px;font-weight:800;display:inline-flex;position:relative}.orders-live-dot{background:#46c56b;border-radius:50%;width:8px;height:8px;animation:1.8s infinite orders-live-pulse;box-shadow:0 0 0 5px #46c56b1f,0 0 14px #46c56b8c}@keyframes orders-live-pulse{0%,to{opacity:1}50%{opacity:.45}}.orders-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:46px;display:grid}.orders-stat{background:#fffdf9;border:1px solid #e8dfcf;border-radius:20px;align-items:center;gap:14px;min-height:92px;padding:18px;display:flex;box-shadow:0 8px 24px #1e180f0d}.orders-stat-icon{background:#f6edda;border-radius:15px;flex:0 0 50px;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;display:flex}.orders-stat span{color:#7d766b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.orders-stat strong{color:#171612;font-size:26px;line-height:1.1;display:block}.orders-stat small{color:#a19a90;margin-top:3px;font-size:11px;display:block}.orders-section{margin-bottom:55px}.orders-section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.orders-section-heading h2{color:#191713;letter-spacing:-.025em;margin:0;font-size:27px}.orders-count{color:#756d60;background:#fffdf9;border:1px solid #e7ddca;border-radius:999px;align-items:center;padding:8px 13px;font-size:12px;font-weight:700;display:inline-flex}.orders-list{flex-direction:column;gap:15px;display:flex}.order-card{background:#fff;border:1px solid #e5ddcf;border-radius:24px;padding:25px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 10px 32px #231c100e}.order-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px #231c1017}.order-card:before{content:"";background:#d8a42d;width:4px;position:absolute;top:0;bottom:0;left:0}.order-card.status-pending{border-color:#e5c36f;box-shadow:0 10px 35px #d29e261f}.order-card.status-pending:before{background:#dca52b}.order-card.status-accepted:before{background:#8d78c9}.order-card.status-preparing:before{background:#e59a35}.order-card.status-ready:before{background:#45ad68}.order-card-header{border-bottom:1px solid #eee7dc;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.order-number{color:#191713;font-size:18px;font-weight:800}.order-table{color:#756d61;margin-top:7px;font-size:13px}.order-table strong{color:#1c1914}.order-header-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.order-status{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:800;display:inline-flex}.order-status.status-pending{color:#9b6d08;background:#fff1ce}.order-status.status-accepted{color:#6953a6;background:#eee9fb}.order-status.status-preparing{color:#a86415;background:#fff0df}.order-status.status-ready{color:#27824a;background:#e5f7eb}.order-status.status-delivered{color:#27824a;background:#e7f5eb}.order-time{color:#91897e;font-size:12px;font-weight:600}.order-customer{align-items:center;gap:12px;padding:17px 0;display:flex}.order-customer-icon{background:#f4ecdb;border-radius:14px;justify-content:center;align-items:center;width:43px;height:43px;font-size:18px;display:flex}.order-customer span{color:#aaa196;letter-spacing:.12em;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.order-customer strong{color:#25211b;font-size:14px}.order-products{background:#faf8f4;border-radius:16px;padding:17px 18px}.order-products-title{color:#a08f71;letter-spacing:.13em;text-transform:uppercase;margin-bottom:11px;font-size:9px;font-weight:800}.order-product{border-bottom:1px solid #eee8de;justify-content:space-between;align-items:center;gap:15px;padding:10px 0;display:flex}.order-product:last-child{border-bottom:none;padding-bottom:0}.order-product:first-of-type{padding-top:4px}.order-product-name{align-items:center;gap:9px;min-width:0;display:flex}.order-product-name strong{color:#29251f;font-size:14px}.order-product-name span{color:#756d61;background:#eee6d7;border-radius:7px;flex-shrink:0;padding:3px 7px;font-size:11px;font-weight:800}.order-product>strong{color:#29251f;flex-shrink:0;font-size:13px}.order-note{background:#fffbf1;border:1px solid #eadbbd;border-radius:15px;align-items:flex-start;gap:12px;margin-top:15px;padding:14px 16px;display:flex}.order-note-icon{flex:none;font-size:17px}.order-note strong{color:#765c26;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.order-note p{color:#665d50;margin:0;font-size:13px;line-height:1.5}.order-card-footer{border-top:1px solid #eee7dc;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding-top:18px;display:flex}.order-total span{color:#91897d;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.order-total strong{color:#171612;letter-spacing:-.02em;font-size:23px}.completed-section{opacity:.9}.order-completed{background:#fbfaf8}.order-completed:before{background:#58a86f}.completed-label{color:#3b8554;background:#e8f5ec;border-radius:999px;align-items:center;gap:5px;padding:9px 13px;font-size:11px;font-weight:800;display:inline-flex}.orders-empty{text-align:center;background:#fffdf9;border:1px dashed #ddd2c0;border-radius:24px;padding:80px 30px}.orders-empty-icon{background:#f4ecdb;border-radius:22px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 18px;font-size:28px;display:flex}.orders-empty h2{color:#242019;margin:0 0 8px;font-size:22px}.orders-empty p{color:#8d857a;max-width:420px;margin:0 auto;font-size:14px;line-height:1.6}.orders-error{text-align:center;background:#fff;border-radius:24px;padding:50px;box-shadow:0 15px 40px #0000000f}.orders-error h1{color:#1d1a16;margin-top:0}.orders-error p{color:#777066;line-height:1.7}@media (max-width:900px){.orders-page{padding:25px 16px 60px}.orders-header{padding:30px 25px}.orders-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.orders-header{flex-direction:column;align-items:flex-start;padding:26px 21px}.orders-header h1{font-size:32px}.orders-live{align-self:flex-start}.orders-stats{grid-template-columns:1fr}.orders-section-heading{flex-direction:column;align-items:flex-start}.order-card{border-radius:20px;padding:19px}.order-card-header{flex-direction:column;align-items:flex-start}.order-header-right{justify-content:flex-start;width:100%}.order-card-footer{flex-direction:column;align-items:flex-start}.order-product{align-items:flex-start}.order-product-name{flex-direction:column;align-items:flex-start;gap:5px}.order-total strong{font-size:21px}}.order-actions{border-top:1px solid #eee7da;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding-top:22px;display:flex}.order-current-status{flex-direction:column;gap:7px;display:flex}.order-status-label{letter-spacing:1.4px;color:#9b927f;font-size:10px;font-weight:800}.order-status-badge{color:#5d564b;background:#f7f3eb;border:1px solid #e7dece;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 13px;font-size:12px;font-weight:700;display:inline-flex}.order-status-dot{background:#c5b79e;border-radius:50%;width:7px;height:7px}.status-pending{color:#946d00;background:#fff7df;border-color:#efd89b}.status-pending .order-status-dot{background:#d99d00}.status-accepted{color:#665a48;background:#f4f0e7;border-color:#dfd5c3}.status-accepted .order-status-dot{background:#9b8054}.status-preparing{color:#9b641b;background:#fff2df;border-color:#efd0a0}.status-preparing .order-status-dot{background:#d4861b}.status-ready{color:#377246;background:#edf7ef;border-color:#c8e3ce}.status-ready .order-status-dot{background:#4b9a5b}.status-delivered{color:#377246;background:#edf7ef;border-color:#c8e3ce}.status-delivered .order-status-dot{background:#4b9a5b}.order-action-button{cursor:pointer;border:none;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-width:230px;min-height:50px;padding:13px 18px;font-size:13px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.order-action-button:hover:not(:disabled){transform:translateY(-1px)}.order-action-button:active:not(:disabled){transform:translateY(0)}.order-action-button:disabled{cursor:not-allowed;opacity:.65}.order-action-icon{font-size:16px}.order-action-arrow{opacity:.8;margin-left:auto;font-size:18px}.order-action-primary{color:#fff;background:linear-gradient(135deg,#dca82e,#bd8612);box-shadow:0 8px 20px #be8b1e38}.order-action-primary:hover:not(:disabled){box-shadow:0 11px 24px #be8b1e4d}.order-action-ready{color:#fff;background:linear-gradient(135deg,#4e9560,#367346);box-shadow:0 8px 20px #3d7d4c33}.order-action-delivered{color:#fff;background:linear-gradient(135deg,#438451,#2f683c);box-shadow:0 8px 20px #346e4033}.order-completed{color:#377246;background:#edf7ef;border:1px solid #c8e3ce;border-radius:13px;align-items:center;gap:9px;min-height:50px;padding:0 18px;font-size:13px;font-weight:800;display:inline-flex}.order-completed span{color:#fff;background:#4b9a5b;border-radius:50%;justify-content:center;align-items:center;width:23px;height:23px;font-size:13px;display:flex}@media (max-width:600px){.order-actions{flex-direction:column;align-items:stretch}.order-current-status,.order-action-button,.order-completed{width:100%}}.notification-button{color:#2c2924;cursor:pointer;background:#fff;border:1px solid #e2d8c6;border-radius:12px;align-items:center;gap:9px;min-height:42px;padding:0 15px;font-size:12px;font-weight:800;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;box-shadow:0 4px 12px #2823190f}.notification-button:hover{transform:translateY(-1px);box-shadow:0 7px 18px #2823191a}.notification-button-icon{font-size:16px}.notification-enabled{color:#3d6e3c;background:#f3f8f1;border-color:#c7ddc3}.notification-status-dot{background:#4d9a55;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #4d9a551f}.new-order-alert{z-index:99999;color:#fff;background:linear-gradient(145deg,#171612,#292417);border:1px solid #daaa328c;border-radius:18px;width:340px;padding:22px;animation:.35s ease-out newOrderSlideIn;position:fixed;top:24px;right:24px;box-shadow:0 25px 60px #00000052,0 0 0 1px #ffffff08}.new-order-alert-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.new-order-alert-icon{background:#daaa3226;border:1px solid #daaa324d;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;animation:1.2s infinite notificationPulse;display:flex}.new-order-alert-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .18s;display:flex}.new-order-alert-close:hover{background:#ffffff29}.new-order-alert-label{color:#dca82e;letter-spacing:1.6px;margin-bottom:7px;font-size:10px;font-weight:900}.new-order-alert h3{margin:0 0 7px;font-size:21px;font-weight:850}.new-order-alert p{color:#ffffffad;margin:0 0 20px;font-size:13px;line-height:1.5}.new-order-alert-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e0ad35,#bf8815);border:none;border-radius:11px;justify-content:space-between;align-items:center;width:100%;min-height:45px;padding:0 15px;font-size:12px;font-weight:850;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 8px 20px #c6911b38}.new-order-alert-button:hover{transform:translateY(-1px);box-shadow:0 11px 25px #c6911b52}.new-order-alert-button span{font-size:17px}@keyframes newOrderSlideIn{0%{opacity:0;transform:translate(30px)translateY(-10px)scale(.96)}to{opacity:1;transform:translate(0)translateY(0)scale(1)}}@keyframes notificationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:600px){.new-order-alert{width:auto;top:15px;left:15px;right:15px}.notification-button{justify-content:center;width:100%}}.order-actions{border-top:1px solid #28231914;justify-content:space-between;align-items:center;gap:24px;width:100%;padding-top:18px;display:flex}.order-action-status{flex-direction:column;gap:6px;display:flex}.order-action-status>span{letter-spacing:1.4px;color:#a18f70;font-size:9px;font-weight:800}.order-action-status strong{color:#24211c;align-items:center;gap:8px;font-size:13px;display:flex}.order-action-status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot-pending{background:#d89b18;box-shadow:0 0 0 4px #d89b181f}.status-dot-accepted{background:#7d65d6;box-shadow:0 0 0 4px #7d65d61f}.status-dot-preparing{background:#e08b27;box-shadow:0 0 0 4px #e08b271f}.status-dot-ready,.status-dot-delivered{background:#38a169;box-shadow:0 0 0 4px #38a1691f}.order-action-next{margin-left:auto}.order-action-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e2aa27,#c98d12);border:none;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-width:220px;min-height:48px;padding:12px 16px;font-size:12px;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 8px 20px #c98d1233}.order-action-button:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 12px 26px #c98d1247}.order-action-button:active{transform:translateY(0)}.order-action-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.order-action-arrow{margin-left:auto;font-size:17px;line-height:1}.order-action-loading{box-shadow:none;background:#b7ad9c}.order-action-completed{color:#31804d;background:#edf8f0;border:1px solid #ccebd5;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:11px 18px;font-size:12px;font-weight:800;display:flex}.order-action-completed span{color:#fff;background:#45a866;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex}@media (max-width:700px){.order-actions{flex-direction:column;align-items:stretch;gap:14px}.order-action-next{width:100%;margin-left:0}.order-action-button,.order-action-completed{width:100%}}.tracking-page{background:radial-gradient(circle at 100% 0,#b8943d1f,#0000 35%),#f4f1eb;min-height:100vh;padding:40px 20px 70px}.tracking-container{width:100%;max-width:760px;margin:0 auto}.tracking-header{text-align:center;margin-bottom:28px}.tracking-kicker{color:#b8943d;letter-spacing:2px;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.tracking-header h1{color:#171717;margin:0;font-size:38px;font-weight:850;line-height:1.1}.tracking-header p{color:#777;margin:12px 0 0;font-size:14px}.tracking-main-card{background:#fffdf9;border:1px solid #e3d9c6;border-radius:24px;overflow:hidden;box-shadow:0 20px 55px #00000014}.tracking-current{text-align:center;color:#fff;background:linear-gradient(135deg,#171717,#29261f);padding:32px}.tracking-current-icon{background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 18px;font-size:32px;display:flex}.tracking-current-label{color:#c6a052;letter-spacing:2px;margin-bottom:8px;font-size:11px;font-weight:800}.tracking-current h2{margin:0;font-size:30px;font-weight:850}.tracking-current p{color:#ffffffb3;margin:10px 0 0;font-size:14px}.tracking-steps{padding:35px 32px}.tracking-step:last-child{min-height:auto}.tracking-step-line{background:#e4dfd5;width:2px;height:calc(100% - 10px);position:absolute;top:44px;left:19px}.tracking-step-icon{z-index:2;color:#aaa;background:#fffdf9;border:2px solid #ded8cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex;position:relative}.tracking-step-content{padding-top:2px}.tracking-step-content strong{color:#222;margin-bottom:5px;font-size:15px;display:block}.tracking-step-content p{color:#888;margin:0;font-size:13px;line-height:1.5}.tracking-step.active .tracking-step-content strong{color:#b2872d}.tracking-details{background:#fff;border:1px solid #e4ddd1;border-radius:20px;margin-top:20px;padding:28px 32px}.tracking-details-title{color:#222;margin:0 0 20px;font-size:18px;font-weight:800}.tracking-info-item span{color:#999;letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.tracking-note span{color:#9d7927;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.tracking-footer{text-align:center;color:#999;margin-top:20px;padding:18px;font-size:12px}.tracking-footer div{margin-bottom:6px}@media (max-width:600px){.tracking-page{padding:20px 12px 50px}.tracking-header h1{font-size:30px}.tracking-current{padding:28px 20px}.tracking-current h2{font-size:25px}.tracking-steps{padding:28px 20px}.tracking-details{padding:22px 20px}.tracking-info-grid{grid-template-columns:1fr}}.order-tracking-page{width:100%;max-width:820px;margin:0 auto;padding:40px 20px 70px}.order-tracking-hero{color:#fff;background:linear-gradient(135deg,#111,#242016);border:1px solid #c29a3e73;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:30px 32px;display:flex;box-shadow:0 18px 45px #0000001f}.tracking-eyebrow{color:#c79b3b;letter-spacing:2px;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.order-tracking-hero h1{margin:0;font-size:32px;font-weight:850;line-height:1.1}.order-tracking-hero p{color:#ffffffad;margin:10px 0 0;font-size:14px}.tracking-live-badge{letter-spacing:1px;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:11px;font-weight:800;display:flex}.tracking-live-badge span,.live-dot span{background:#42c96b;border-radius:50%;width:8px;height:8px;display:block;box-shadow:0 0 0 5px #42c96b1f}.current-order-status{background:#fffdf8;border:1px solid #e5dccb;border-radius:20px;align-items:center;gap:18px;margin-bottom:18px;padding:25px 28px;display:flex;box-shadow:0 12px 30px #0000000d}.current-status-icon{background:#f8eed9;border:1px solid #ead5a5;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:27px;display:flex}.current-status-content{flex:1}.current-status-content>span{color:#a77e27;letter-spacing:1.5px;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.current-status-content h2{color:#222;margin:0;font-size:23px;font-weight:850}.current-status-content p{color:#888;margin:6px 0 0;font-size:13px}.live-dot{color:#3b874e;background:#eef8ef;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:11px;font-weight:800;display:flex}.tracking-card{background:#fff;border:1px solid #e3dbcf;border-radius:22px;padding:30px;box-shadow:0 14px 35px #0000000d}.tracking-card-header,.tracking-info-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.tracking-card-header span,.tracking-info-header span{color:#b2872d;letter-spacing:1.7px;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.tracking-card-header h2,.tracking-info-header h2{color:#222;margin:0;font-size:22px;font-weight:850}.tracking-order-number{color:#806321;background:#f7f3eb;border-radius:10px;padding:9px 13px;font-size:13px;font-weight:800}.tracking-timeline{padding-top:4px}.tracking-step{gap:17px;min-height:92px;display:flex;position:relative}.tracking-step-left{flex-shrink:0;justify-content:center;width:42px;display:flex;position:relative}.tracking-step-icon{z-index:2;color:#aaa;background:#f7f5f0;border:2px solid #ddd7cc;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:flex;position:relative}.tracking-step-line{background:#e5e0d8;width:2px;position:absolute;top:42px;bottom:-10px}.tracking-step-content{padding-top:2px;padding-bottom:25px}.tracking-step-content h3{color:#555;margin:0 0 5px;font-size:15px;font-weight:800}.tracking-step-content p{color:#999;max-width:520px;margin:0;font-size:12px;line-height:1.5}.tracking-step.completed .tracking-step-icon{color:#fff;background:#c49a3a;border-color:#c49a3a}.tracking-step.completed .tracking-step-line{background:#c49a3a}.tracking-step.completed .tracking-step-content h3{color:#333}.tracking-step.active .tracking-step-icon{color:#b2872d;background:#fff6df;border-color:#c49a3a;box-shadow:0 0 0 6px #c49a3a1a}.tracking-step.active .tracking-step-content h3{color:#b2872d}.tracking-active-label{color:#a87c22;background:#fff6df;border-radius:999px;margin-top:8px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-block}.tracking-step.future .tracking-step-icon{color:#c8c4bd;background:#fafafa;border-color:#e5e1da}.tracking-step.future .tracking-step-content h3{color:#aaa}.tracking-info-card{background:#fff;border:1px solid #e3dbcf;border-radius:22px;margin-top:18px;padding:30px;box-shadow:0 14px 35px #0000000d}.tracking-info-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.tracking-info-item{background:#f8f6f1;border:1px solid #ebe5da;border-radius:13px;padding:16px}.tracking-info-item span{color:#999;letter-spacing:1px;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.tracking-info-item strong{color:#222;font-size:14px}.tracking-note{background:#fff9eb;border:1px solid #ead9ad;border-radius:13px;margin-top:12px;padding:17px}.tracking-note span{color:#a27a26;letter-spacing:1px;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.tracking-note p{color:#66583d;margin:0;font-size:13px;line-height:1.5}.tracking-footer{text-align:center;color:#999;padding:20px;font-size:11px;line-height:1.7}.tracking-footer div:first-child{color:#777;font-weight:600}.tracking-loading,.tracking-error{text-align:center;background:#fff;border:1px solid #e3dbcf;border-radius:22px;max-width:600px;margin:80px auto;padding:45px 30px;box-shadow:0 15px 40px #0000000f}.tracking-loading-icon,.tracking-error-icon{background:#f8f2e4;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 18px;font-size:28px;display:flex}.tracking-loading h1,.tracking-error h1{color:#222;margin:0;font-size:23px}.tracking-loading p,.tracking-error p{color:#888;margin:10px 0 20px;font-size:13px}.tracking-back-button{color:#fff;background:#c49a3a;border-radius:10px;padding:11px 18px;font-size:13px;font-weight:800;text-decoration:none;display:inline-block}@media (max-width:600px){.order-tracking-page{padding:18px 12px 50px}.order-tracking-hero{flex-direction:column;align-items:flex-start;padding:24px 20px}.order-tracking-hero h1{font-size:28px}.tracking-live-badge{align-self:flex-start}.current-order-status{align-items:flex-start;gap:13px;padding:20px}.current-status-icon{width:52px;height:52px;font-size:23px}.current-status-content h2{font-size:19px}.live-dot{display:none}.tracking-card,.tracking-info-card{padding:22px 18px}.tracking-card-header h2,.tracking-info-header h2{font-size:19px}.tracking-info-grid{grid-template-columns:1fr}.tracking-step{min-height:95px}}.review-card{background:#fff;border:1px solid #eadfc9;border-radius:24px;margin-top:24px;padding:28px;box-shadow:0 15px 40px #0000000f}.review-header{text-align:center}.review-eyebrow{letter-spacing:1.5px;color:#c28a12;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.review-header h2{margin:0;font-size:24px}.review-header p{color:#777;margin:8px 0 20px;font-size:14px}.review-stars{justify-content:center;gap:8px;margin:10px 0;display:flex}.review-star{color:#d8d8d8;cursor:pointer;background:0 0;border:none;font-size:38px;line-height:1;transition:transform .15s}.review-star:hover{transform:scale(1.15)}.review-star.active{color:#e0a313}.review-rating-text{text-align:center;color:#b47a08;margin:8px 0 18px;font-weight:700}.review-textarea{box-sizing:border-box;resize:vertical;background:#faf9f6;border:1px solid #dfd5c3;border-radius:14px;outline:none;width:100%;padding:14px;font-family:inherit;font-size:14px}.review-textarea:focus{border-color:#d49b18}.review-error{color:#b42318;background:#fff1f1;border-radius:10px;margin-top:12px;padding:12px;font-size:13px}.review-submit-button{color:#fff;cursor:pointer;background:#d49b18;border:none;border-radius:12px;width:100%;margin-top:16px;padding:14px 18px;font-weight:800;transition:all .2s}.review-submit-button:hover{background:#b98208}.review-submit-button:disabled{opacity:.5;cursor:not-allowed}.review-success{text-align:center;padding:10px}.review-success-icon{margin-bottom:10px;font-size:48px}.review-success h2{margin:0}.review-success p{color:#777}.review-success-stars{color:#e0a313;letter-spacing:4px;margin-top:14px;font-size:30px}.public-reviews-header h2{color:#171717;margin:0 0 18px;font-size:24px}.reviews-summary{justify-content:center;display:flex}.average-rating{flex-direction:column;align-items:center;display:flex}.average-rating strong{color:#171717;font-size:42px;line-height:1}.average-rating span{color:#777;margin-top:5px;font-size:12px}.review-customer>div:last-child{flex-direction:column;min-width:0;display:flex}.review-customer strong{color:#171717;font-size:14px}.review-customer span{color:#999;margin-top:2px;font-size:11px}.review-comment{color:#555;margin:15px 0 0;font-size:14px;line-height:1.6}@media (max-width:480px){.public-reviews{padding:24px 14px 8px}.public-reviews-header h2{font-size:21px}.average-rating strong{font-size:38px}.public-review-card{padding:15px}.public-review-top{align-items:flex-start}.review-stars{font-size:13px}}.public-reviews{padding:30px 18px 20px}.public-reviews-header{text-align:center;margin-bottom:22px}.reviews-eyebrow{color:#b8943d;letter-spacing:2px;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.public-reviews-header h2{color:#171717;margin:0;font-size:24px;font-weight:800}.reviews-overview{background:#fff;border:1px solid #e5e1d9;border-radius:18px;grid-template-columns:150px 1fr;gap:25px;margin-bottom:18px;padding:22px;display:grid;box-shadow:0 6px 20px #0000000a}.reviews-average{text-align:center;border-right:1px solid #ece8df;flex-direction:column;justify-content:center;align-items:center;padding-right:20px;display:flex}.reviews-average strong{color:#171717;font-size:42px;font-weight:800;line-height:1}.average-stars{color:#d49b13;letter-spacing:2px;margin-top:8px;font-size:20px}.reviews-average span{color:#888;margin-top:6px;font-size:11px}.rating-distribution{flex-direction:column;justify-content:center;gap:8px;display:flex}.rating-row{grid-template-columns:42px 1fr 25px;align-items:center;gap:8px;display:grid}.rating-label{color:#444;white-space:nowrap;font-size:12px}.rating-bar{background:#eee;border-radius:999px;height:7px;overflow:hidden}.rating-bar-fill{background:#d49b13;border-radius:999px;height:100%;transition:width .3s}.rating-count{color:#777;text-align:right;font-size:11px}.public-review-list{flex-direction:column;gap:12px;display:flex}.public-review-card{background:#fff;border:1px solid #e5e1d9;border-radius:17px;padding:18px;box-shadow:0 4px 16px #0000000a}.public-review-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.review-customer{align-items:center;gap:11px;min-width:0;display:flex}.review-avatar{color:#d4a01c;background:#171717;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:flex}.review-customer-info{flex-direction:column;min-width:0;display:flex}.review-customer-info strong{color:#171717;font-size:14px}.review-customer-info span{color:#999;margin-top:2px;font-size:10px}.review-stars{color:#d49b13;letter-spacing:1px;flex-shrink:0;font-size:15px}.review-comment{color:#555;border-top:1px solid #eee;margin:15px 0 0;padding-top:14px;font-size:14px;line-height:1.6}.no-public-reviews{text-align:center;background:#fff;border:1px solid #e5e1d9;border-radius:18px;margin-bottom:18px;padding:35px 20px}.no-reviews-icon{color:#d49b13;margin-bottom:10px;font-size:38px}.no-public-reviews h3{color:#171717;margin:0 0 6px;font-size:17px}.no-public-reviews p{color:#888;margin:0;font-size:12px}@media (max-width:480px){.public-reviews{padding:25px 14px 15px}.public-reviews-header h2{font-size:21px}.reviews-overview{grid-template-columns:1fr;gap:20px;padding:20px}.reviews-average{border-bottom:1px solid #ece8df;border-right:none;padding-bottom:18px;padding-right:0}.reviews-average strong{font-size:40px}.rating-distribution{gap:9px}.public-review-card{padding:15px}.public-review-top{align-items:flex-start}.review-stars,.review-comment{font-size:13px}}.dashboard-chart-section{grid-template-columns:1.5fr 1fr;gap:18px;margin-bottom:30px;display:grid}.dashboard-chart-card{background:#fff;border:1px solid #e8e4dc;border-radius:18px;padding:24px;box-shadow:0 8px 24px #0000000a}.dashboard-chart-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.dashboard-chart-eyebrow{color:#b8943d;letter-spacing:1.8px;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.dashboard-chart-header h2{color:#171717;margin:0;font-size:21px;font-weight:800}.dashboard-chart-header p{color:#888;margin:6px 0 0;font-size:12px}.chart-period-buttons{background:#f4f2ed;border-radius:10px;gap:6px;padding:4px;display:flex}.chart-period-button{color:#777;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:8px 11px;font-size:11px;font-weight:700}.chart-period-button.active{color:#fff;background:#171717}.revenue-chart{border-bottom:1px solid #e8e4dc;align-items:stretch;gap:10px;height:250px;padding-top:15px;display:flex}.revenue-chart.monthly-chart{gap:3px}.revenue-chart-column{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;display:flex;position:relative}.revenue-bar-wrapper{justify-content:center;align-items:flex-end;width:100%;height:205px;display:flex}.revenue-bar{background:#b8943d;border-radius:6px 6px 0 0;width:70%;min-height:0;transition:height .25s}.revenue-chart-column:hover .revenue-bar{opacity:.75}.revenue-tooltip{z-index:5;white-space:nowrap;color:#fff;opacity:0;pointer-events:none;background:#171717;border-radius:6px;padding:6px 8px;font-size:10px;font-weight:700;transition:opacity .15s;position:absolute;bottom:calc(100% - 32px);left:50%;transform:translate(-50%)}.revenue-chart-column:hover .revenue-tooltip{opacity:1}.revenue-label{color:#888;white-space:nowrap;margin-top:8px;font-size:9px}.order-status-chart{flex-direction:column;gap:18px;padding-top:5px;display:flex}.order-status-row{flex-direction:column;gap:7px;display:flex}.order-status-info{justify-content:space-between;align-items:center;display:flex}.order-status-info span{color:#555;font-size:12px;font-weight:600}.order-status-info strong{color:#171717;font-size:13px}.order-status-bar{background:#eee;border-radius:999px;width:100%;height:8px;overflow:hidden}.order-status-fill{background:#171717;border-radius:999px;height:100%;transition:width .3s}.dashboard-list{flex-direction:column;gap:8px;display:flex}.dashboard-list-item{background:#fff;border:1px solid #e8e4dc;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:15px 17px;display:flex}.dashboard-list-item>div{flex-direction:column;gap:4px;display:flex}.dashboard-list-item>div:last-child{align-items:flex-end}.dashboard-list-item strong{color:#171717;font-size:13px}.dashboard-list-item span{color:#888;font-size:10px}.dashboard-review-item{background:#fff;border:1px solid #e8e4dc;border-radius:12px;gap:12px;padding:15px 17px;display:flex}.dashboard-review-avatar{color:#d4a01c;background:#171717;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:flex}.dashboard-review-content{flex:1;min-width:0}.dashboard-review-content>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.dashboard-review-content strong{color:#171717;font-size:13px}.dashboard-review-content span{color:#d49b13;letter-spacing:1px;font-size:13px}.dashboard-review-content p{color:#777;margin:7px 0 0;font-size:12px;line-height:1.5}.dashboard-see-all{color:#b8943d;font-size:12px;font-weight:800;text-decoration:none}.dashboard-see-all:hover{text-decoration:underline}.dashboard-empty{color:#888;text-align:center;background:#fff;border:1px solid #e8e4dc;border-radius:12px;padding:25px;font-size:12px}@media (max-width:800px){.dashboard-chart-section{grid-template-columns:1fr}.dashboard-chart-header{flex-direction:column}.chart-period-buttons{align-self:stretch}.chart-period-button{flex:1}.revenue-chart{gap:5px}.revenue-bar{width:75%}}@media (max-width:480px){.dashboard-chart-card{padding:17px}.dashboard-chart-header h2{font-size:19px}.revenue-chart{height:210px}.revenue-bar-wrapper{height:170px}.revenue-label{font-size:8px}.monthly-chart .revenue-label{font-size:7px}}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;display:grid!important}.admin-grid .admin-card{box-sizing:border-box!important;color:#171717!important;background:#fff!important;border:1px solid #e5dfd2!important;border-radius:18px!important;flex-direction:column!important;align-items:flex-start!important;min-height:175px!important;padding:24px!important;text-decoration:none!important;transition:transform .2s,box-shadow .2s,border-color .2s!important;display:flex!important;position:relative!important;overflow:hidden!important}.admin-grid .admin-card:hover{border-color:#d6b45a!important;transform:translateY(-4px)!important;box-shadow:0 12px 30px #00000014!important}.admin-grid .admin-card .admin-card-icon{color:#171717!important;background:#fff6dc!important;border-radius:13px!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;margin:0 0 16px!important;padding:0!important;font-size:22px!important;line-height:1!important;display:flex!important}.admin-grid .admin-card h2{color:#171717!important;letter-spacing:-.2px!important;margin:0 0 7px!important;padding:0!important;font-size:19px!important;font-weight:800!important;line-height:1.25!important}.admin-grid .admin-card p{color:#77736c!important;max-width:300px!important;margin:0!important;padding:0!important;font-size:13px!important;line-height:1.5!important}.admin-grid .admin-card .admin-card-arrow{color:#fff!important;background:#171717!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;margin:0!important;padding:0!important;font-size:17px!important;font-weight:700!important;line-height:1!important;transition:transform .2s,background .2s!important;display:flex!important;position:absolute!important;bottom:18px!important;right:20px!important}.admin-grid .admin-card:hover .admin-card-arrow{background:#c8941d!important;transform:translate(3px)!important}.admin-grid .admin-card>span{box-sizing:border-box!important}@media (max-width:700px){.admin-grid{grid-template-columns:1fr!important;gap:13px!important}.admin-grid .admin-card{min-height:155px!important;padding:20px!important}.admin-grid .admin-card h2{font-size:18px!important}.admin-grid .admin-card p{max-width:85%!important;font-size:12px!important}}.admin-grid .admin-management-card{box-sizing:border-box!important;color:#171717!important;background:#fff!important;border:1px solid #e5dfd2!important;border-radius:16px!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important;min-height:115px!important;padding:18px!important;text-decoration:none!important;transition:transform .2s,box-shadow .2s,border-color .2s!important;display:flex!important;position:relative!important;overflow:hidden!important}.admin-grid .admin-management-card:hover{border-color:#d6b45a!important;transform:translateY(-3px)!important;box-shadow:0 10px 25px #00000014!important}.admin-grid .admin-management-card .admin-card-icon{background:#fff5d8!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;margin-bottom:10px!important;font-size:20px!important;line-height:1!important;display:flex!important}.admin-grid .admin-management-card h3{color:#171717!important;margin:0 0 5px!important;font-size:17px!important;font-weight:800!important;line-height:1.25!important;text-decoration:none!important}.admin-grid .admin-management-card p{color:#77736c!important;max-width:85%!important;margin:0!important;font-size:12px!important;line-height:1.45!important;text-decoration:none!important}.admin-grid .admin-management-card:after{content:"→";color:#fff;background:#171717;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:flex;position:absolute;bottom:15px;right:16px}.admin-grid .admin-management-card:hover:after{background:#c8941d;transform:translate(3px)}@media (max-width:700px){.admin-grid .admin-management-card{min-height:145px!important;padding:20px!important}.admin-grid .admin-management-card h3{font-size:18px!important}.admin-grid .admin-management-card p{font-size:12px!important}}.system-owner-page{color:#111;background:#f3f1ed;min-height:100vh;padding:28px}.system-owner-topbar{justify-content:space-between;align-items:center;gap:20px;width:min(1180px,100%);margin:0 auto 22px;display:flex}.system-owner-brand{letter-spacing:1.5px;font-size:12px;font-weight:900}.system-owner-divider{color:#c89a17;margin:0 8px}.system-owner-label{color:#888;font-size:12px}.system-owner-hero{color:#fff;background:radial-gradient(circle at 100% 0,#d9a51940,#0000 30%),linear-gradient(135deg,#171717,#0d0d0d);border-radius:22px;justify-content:space-between;align-items:center;gap:30px;width:min(1180px,100%);margin:0 auto 20px;padding:34px;display:flex;box-shadow:0 18px 45px #00000024}.system-owner-eyebrow{color:#d9a619;letter-spacing:2px;font-size:10px;font-weight:900}.system-owner-hero h1{margin:9px 0 2px;font-size:30px}.system-owner-hero h2{margin:0;font-size:18px}.system-owner-hero p{color:#ffffffad;max-width:580px;margin:10px 0 0;font-size:13px}.system-owner-user{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:15px;min-width:220px;padding:18px}.system-owner-user span{color:#aaa;margin-bottom:6px;font-size:10px;display:block}.system-owner-user strong{word-break:break-all;font-size:13px;display:block}.system-owner-user small{color:#d9a619;margin-top:7px;font-size:10px;font-weight:700;display:block}.system-owner-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:min(1180px,100%);margin:0 auto 30px;display:grid}.system-stat-card{background:#fff;border:1px solid #ebe7df;border-radius:17px;padding:18px;box-shadow:0 8px 25px #0000000b}.system-stat-icon{background:#fff7df;border:1px solid #f0dfaa;border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:12px;display:flex}.system-stat-card span{color:#777;font-size:11px;display:block}.system-stat-card strong{margin-top:4px;font-size:27px;display:block}.system-stat-card small{color:#999;margin-top:3px;font-size:10px;display:block}.system-owner-section{width:min(1180px,100%);margin:0 auto 30px}.system-owner-section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}.system-owner-section-heading>div>span{color:#c89400;letter-spacing:1.7px;font-size:10px;font-weight:900;display:block}.system-owner-section-heading h2{margin:5px 0 0;font-size:20px}.system-add-button,.system-manage-button,.system-view-button{border-radius:10px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s}.system-add-button:hover,.system-manage-button:hover,.system-view-button:hover{transform:translateY(-1px)}.system-add-button{color:#fff;background:#111;padding:12px 16px}.system-manage-button{color:#fff;background:#111;padding:11px 15px}.system-view-button{color:#111;background:#fff;border:1px solid #ddd7cc;padding:11px 15px}.system-restaurant-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.system-restaurant-card{background:#fff;border:1px solid #ebe7df;border-radius:18px;padding:20px;box-shadow:0 8px 25px #0000000b}.system-restaurant-main{align-items:center;gap:13px;display:flex}.system-restaurant-icon{background:#fff7df;border:1px solid #efdda5;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.system-restaurant-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.system-restaurant-title h3{margin:0;font-size:17px}.system-status{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.system-status.active{color:#16834b;background:#e9f8ef}.system-status.passive{color:#777;background:#eee}.system-restaurant-slug{color:#999;margin-top:4px;font-size:10px;display:block}.system-restaurant-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.system-restaurant-details>div{background:#f8f7f4;border-radius:10px;padding:11px}.system-restaurant-details span{color:#888;font-size:9px;display:block}.system-restaurant-details strong{margin-top:3px;font-size:15px;display:block}.system-managers{border-top:1px solid #eeeae3;margin-top:14px;padding-top:14px}.system-managers-title{margin-bottom:8px;font-size:10px;font-weight:800}.system-manager-list{flex-wrap:wrap;gap:6px;display:flex}.system-manager{color:#555;background:#f5f3ee;border-radius:7px;padding:6px 8px;font-size:9px}.system-no-manager{color:#aaa;font-size:10px}.system-restaurant-actions{gap:8px;margin-top:17px;display:flex}.system-qr-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.system-qr-summary>div{background:#fff;border:1px solid #ebe7df;border-radius:15px;padding:18px}.system-qr-summary span{color:#777;font-size:11px;display:block}.system-qr-summary strong{margin-top:5px;font-size:24px;display:block}.system-empty{text-align:center;background:#fff;border:1px solid #ebe7df;border-radius:18px;padding:45px 25px}.system-empty>div{font-size:35px}.system-empty h3{margin:10px 0 5px}.system-empty p{color:#888;margin-bottom:20px;font-size:12px}.system-owner-error{text-align:center;background:#fff;border-radius:20px;width:min(500px,100%);margin:100px auto;padding:40px;box-shadow:0 15px 40px #00000014}.system-owner-error-icon{font-size:40px}.system-owner-error h1{margin:12px 0 5px}.system-owner-error p{color:#777;font-size:13px}.system-owner-error a{color:#fff;background:#111;border-radius:9px;margin-top:15px;padding:11px 15px;font-size:12px;font-weight:800;text-decoration:none;display:inline-block}.system-owner-footer{color:#999;border-top:1px solid #ddd8cf;justify-content:space-between;width:min(1180px,100%);margin:40px auto 10px;padding-top:18px;font-size:10px;display:flex}@media (max-width:850px){.system-owner-page{padding:15px}.system-owner-hero{flex-direction:column;align-items:flex-start;padding:25px}.system-owner-user{width:100%}.system-owner-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.system-restaurant-list,.system-qr-summary{grid-template-columns:1fr}}@media (max-width:520px){.system-owner-topbar{align-items:flex-start}.system-owner-stats{grid-template-columns:1fr}.system-owner-section-heading{flex-direction:column;align-items:flex-start}.system-restaurant-details{grid-template-columns:1fr}.system-restaurant-actions{flex-direction:column}.system-manage-button,.system-view-button{text-align:center}.system-owner-footer{flex-direction:column;gap:5px}}.system-login-page{background:#f4f2ee;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.system-login-card{background:#fff;border:1px solid #e7e2d9;border-radius:24px;width:100%;max-width:460px;padding:38px;box-shadow:0 20px 60px #00000014}.system-login-brand{align-items:center;gap:13px;margin-bottom:42px;display:flex}.system-login-logo{color:#fff;letter-spacing:1px;background:#111;border-radius:13px;justify-content:center;align-items:center;width:46px;height:46px;font-size:14px;font-weight:900;display:flex}.system-login-brand-title{letter-spacing:2px;color:#111;font-size:13px;font-weight:900}.system-login-brand-subtitle{color:#a67c18;margin-top:3px;font-size:11px;font-weight:700}.system-login-header{text-align:center;margin-bottom:28px}.system-login-lock{background:#fff8e8;border:1px solid #f0d89b;border-radius:18px;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 18px;font-size:27px;display:flex}.system-login-header h1{color:#111;letter-spacing:-.5px;margin:0;font-size:27px;font-weight:900}.system-login-header p{color:#77736d;margin:9px 0 0;font-size:14px;line-height:1.6}.system-login-form{flex-direction:column;gap:10px;display:flex}.system-login-form label{color:#292725;margin-top:7px;font-size:12px;font-weight:800}.system-login-form input{box-sizing:border-box;color:#111;background:#faf9f7;border:1px solid #ddd8cf;border-radius:11px;outline:none;width:100%;height:50px;padding:0 15px;font-size:14px;transition:all .2s}.system-login-form input:focus{background:#fff;border-color:#b88920;box-shadow:0 0 0 3px #b889201a}.system-login-form button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:11px;height:52px;margin-top:15px;font-size:14px;font-weight:800;transition:all .2s}.system-login-form button:hover{background:#242424;transform:translateY(-1px)}.system-login-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.system-login-error{color:#b42318;background:#fff0f0;border:1px solid #f0cccc;border-radius:10px;margin-top:8px;padding:12px 14px;font-size:12px;font-weight:700}.system-login-alert{color:#a61b1b;background:#fff5f5;border:1px solid #f0cccc;border-radius:11px;flex-direction:column;gap:4px;margin-bottom:18px;padding:13px 15px;font-size:12px;display:flex}.system-login-alert strong{font-size:13px}.system-login-footer{color:#aaa49b;justify-content:center;gap:8px;margin-top:28px;font-size:11px;font-weight:600;display:flex}@media (max-width:520px){.system-login-page{padding:18px}.system-login-card{border-radius:20px;padding:28px 22px}.system-login-header h1{font-size:23px}}.system-logout-button{color:#b42318;cursor:pointer;background:#fff;border:1px solid #e5e0d7;border-radius:10px;padding:12px 16px;font-size:13px;font-weight:800;transition:all .2s}.system-logout-button:hover{background:#fff5f4;border-color:#efc5c1;transform:translateY(-1px)}.system-logout-button:active{transform:translateY(0)}@media (max-width:700px){.system-header-actions{flex-wrap:wrap;gap:10px;display:flex}.system-logout-button{width:100%}}.sort-button{color:#111;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:36px;height:36px;font-size:18px;font-weight:800;transition:all .15s}.sort-button:hover:not(:disabled){background:#f5f3ef;border-color:#d1d5db}.sort-button:disabled{opacity:.35;cursor:not-allowed}.restaurant-page .customer-product{cursor:pointer;background:#fff;border:1px solid #e7e0d2;border-radius:17px;align-items:center;gap:12px;width:100%;min-height:104px;padding:9px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #372b140e}.restaurant-page .customer-product:hover{border-color:#d8c28c;transform:translateY(-1px);box-shadow:0 8px 22px #372b1417}.restaurant-page .customer-product:active{transform:scale(.985)}.restaurant-page .customer-product-image{object-fit:cover;background:#f2eee7;flex-shrink:0;display:block;border-radius:13px!important;width:86px!important;min-width:86px!important;height:86px!important}.restaurant-page .customer-product-info{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:2px 0;display:flex}.restaurant-page .customer-product-info h3{color:#171717;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden;font-size:16px!important}.restaurant-page .customer-product-info p{color:#777269;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.4;display:-webkit-box;overflow:hidden;font-size:11px!important}.restaurant-page .customer-product-right{flex-direction:column;flex-shrink:0;justify-content:space-between;align-self:stretch;align-items:flex-end;display:flex;min-width:auto!important;padding:5px 3px 5px 0!important}.restaurant-page .customer-product-price{white-space:nowrap;font-weight:800;color:#b17b18!important;font-size:14px!important}.restaurant-page .add-to-cart-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d5a746,#b98018);border:none;border-radius:11px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 10px #ab78172e;padding:0!important;font-size:0!important}.restaurant-page .add-to-cart-button span{font-weight:300;line-height:1;display:block;margin:0!important;font-size:24px!important}.restaurant-page .add-to-cart-button:hover{transform:translateY(-1px);box-shadow:0 7px 15px #ab781747}.product-modal-overlay{-webkit-backdrop-filter:blur(6px);box-sizing:border-box;z-index:10000!important;background:#000000b8!important;justify-content:center!important;align-items:center!important;padding:16px!important;display:flex!important;position:fixed!important;inset:0!important}.product-modal{animation:.22s modalIn;display:grid;background:#fff!important;border-radius:24px!important;grid-template-columns:.9fr 1.1fr!important;width:min(720px,100vw - 32px)!important;max-width:720px!important;max-height:calc(100vh - 32px)!important;position:relative!important;overflow:hidden!important;box-shadow:0 25px 70px #0000004d!important}.product-modal-image-area{background:#f1ede5;height:100%;position:relative;overflow:hidden;min-height:360px!important}.product-modal-image{object-fit:cover;display:block;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important}.product-modal-no-image{background:#f3eee5;justify-content:center;align-items:center;width:100%;height:100%;font-size:45px;display:flex;min-height:360px!important}.product-modal-close{cursor:pointer;justify-content:center;align-items:center;line-height:1;box-shadow:0 5px 15px #0003;z-index:20!important;color:#fff!important;background:#141414e0!important;border:none!important;border-radius:50%!important;width:38px!important;height:38px!important;padding:0!important;font-size:25px!important;display:flex!important;position:absolute!important;top:14px!important;right:14px!important}.product-modal-content{background:#fff;max-width:100%;width:auto!important;min-width:0!important;padding:25px 24px 22px!important;overflow:hidden auto!important}.product-modal-heading{width:100%!important;min-width:0!important;padding-right:45px!important}.product-modal-heading h2{color:#17130d;font-family:Georgia,Times New Roman,serif;font-weight:700;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important;width:100%!important;margin:0!important;font-size:28px!important;line-height:1.1!important}.product-modal-line{color:#d29a25;align-items:center;gap:9px;width:100%;margin-top:14px;display:flex}.product-modal-line:before,.product-modal-line:after{content:"";background:linear-gradient(90deg,#0000,#d9b15d);flex:1;height:1px}.product-modal-line:after{background:linear-gradient(270deg,#0000,#d9b15d)}.product-modal-line span{font-size:8px}.product-modal-price{font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1;color:#bf8618!important;margin-top:17px!important;font-size:25px!important}.product-modal-description{color:#6e6a63!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;margin:10px 0 0!important;font-size:12.5px!important;line-height:1.55!important}.product-modal-info-box,.product-modal-allergen-box{background:#f8f3e9;border:1px solid #eadfc9;border-radius:12px!important;margin-top:15px!important;padding:12px 13px!important}.product-modal-allergen-box{background:#fff8ed;border-color:#ead6af}.product-modal-info-title{color:#2a2926;font-weight:800;margin-bottom:5px!important;font-size:12px!important}.product-modal-info-box p,.product-modal-allergen-box p{color:#6d6961;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;margin:0!important;font-size:11.5px!important;line-height:1.45!important}.product-modal-divider{background:#e5dccb;width:100%;height:1px;margin:16px 0 14px!important}.quantity-title{color:#242321;font-weight:800;margin-bottom:7px!important;font-size:12px!important}.quantity-selector{align-items:center;background:#faf7f0!important;border:1px solid #e3d6be!important;border-radius:999px!important;width:fit-content!important;height:auto!important;padding:4px!important;display:flex!important}.quantity-selector button{cursor:pointer;justify-content:center;align-items:center;color:#c58d1b!important;background:#fff!important;border:1px solid #eadfc9!important;border-radius:50%!important;width:36px!important;height:36px!important;padding:0!important;font-size:20px!important;display:flex!important}.quantity-selector strong{text-align:center;color:#242321;min-width:43px!important;font-size:16px!important}.product-modal-total{justify-content:space-between;align-items:center;background:#f8f0e1!important;border:1px solid #ead9ba!important;border-radius:12px!important;margin-top:14px!important;padding:13px 14px!important;display:flex!important}.product-modal-total span{color:#55514b;font-weight:600;font-size:12px!important}.product-modal-total strong{color:#1c1b19;font-size:18px!important}.product-modal-add{cursor:pointer;justify-content:center;align-items:center;gap:8px;font-weight:800;box-shadow:0 7px 17px #c68e1938;color:#fff!important;background:linear-gradient(135deg,#e0ad35,#c68e19)!important;border:none!important;border-radius:12px!important;width:100%!important;min-height:50px!important;margin-top:12px!important;font-size:14px!important;display:flex!important}.product-modal-add span{font-size:16px;margin:0!important}.product-modal-note{text-align:center;color:#8b857b;margin-top:8px!important;font-size:10px!important}@media (max-width:600px){.restaurant-page .customer-product{border-radius:15px;gap:10px;min-height:96px;padding:8px}.restaurant-page .customer-product-image{border-radius:11px!important;width:76px!important;min-width:76px!important;height:76px!important}.restaurant-page .customer-product-info h3{margin-bottom:4px;font-size:14px!important}.restaurant-page .customer-product-info p{line-height:1.35;font-size:10.5px!important}.restaurant-page .customer-product-price{font-size:13px!important}.restaurant-page .customer-product-right{padding:3px 2px 3px 0!important}.restaurant-page .add-to-cart-button{border-radius:10px;width:34px;height:34px}.restaurant-page .add-to-cart-button span{font-size:22px!important}.product-modal-overlay{justify-content:center!important;align-items:center!important;padding:14px!important}.product-modal{border-radius:21px!important;width:min(100%,410px)!important;max-width:410px!important;max-height:calc(100vh - 28px)!important;display:block!important;overflow-y:auto!important}.product-modal-image-area{width:100%;height:185px!important;min-height:185px!important;max-height:185px!important}.product-modal-image{object-fit:cover!important;width:100%!important;height:185px!important;min-height:185px!important;max-height:185px!important}.product-modal-no-image{height:185px!important;min-height:185px!important}.product-modal-content{padding:17px 17px 16px!important}.product-modal-close{width:35px!important;height:35px!important;font-size:23px!important;top:11px!important;right:11px!important}.product-modal-heading{padding-right:40px!important}.product-modal-heading h2{font-size:22px!important;line-height:1.12!important}.product-modal-line{margin-top:10px}.product-modal-price{margin-top:13px!important;font-size:21px!important}.product-modal-description{margin-top:8px!important;font-size:11.5px!important;line-height:1.45!important}.product-modal-info-box,.product-modal-allergen-box{border-radius:10px!important;margin-top:11px!important;padding:10px 11px!important}.product-modal-info-title{margin-bottom:4px!important;font-size:11px!important}.product-modal-info-box p,.product-modal-allergen-box p{font-size:10.5px!important;line-height:1.4!important}.product-modal-divider{margin:13px 0 11px!important}.quantity-title{margin-bottom:6px!important;font-size:11px!important}.quantity-selector{padding:3px!important}.quantity-selector button{width:34px!important;height:34px!important;font-size:19px!important}.quantity-selector strong{min-width:40px!important;font-size:15px!important}.product-modal-total{border-radius:10px!important;margin-top:12px!important;padding:11px 12px!important}.product-modal-total span{font-size:11px!important}.product-modal-total strong{font-size:17px!important}.product-modal-add{border-radius:11px!important;min-height:47px!important;margin-top:10px!important;font-size:13px!important}.product-modal-note{margin-top:6px!important;font-size:9px!important}}@media (max-width:360px){.restaurant-page .customer-product-image{width:70px!important;min-width:70px!important;height:70px!important}.restaurant-page .customer-product-info h3{font-size:13px!important}.restaurant-page .customer-product-info p{font-size:10px!important}.restaurant-page .customer-product-price{font-size:12px!important}.restaurant-page .add-to-cart-button{width:32px;height:32px}.product-modal{width:calc(100vw - 20px)!important;max-width:none!important}.product-modal-image-area,.product-modal-image{height:170px!important;min-height:170px!important;max-height:170px!important}.product-modal-content{padding:15px!important}.product-modal-heading h2{font-size:20px!important}}@media (max-width:700px){.customer-product{cursor:pointer;box-sizing:border-box!important;border-radius:22px!important;grid-template-columns:1fr auto!important;grid-template-areas:"image image""info button"!important;width:100%!important;margin:0 0 18px!important;padding:12px!important;display:grid!important;overflow:hidden!important}.customer-product-image-wrap{background:#f5f3ee!important;border-radius:16px!important;grid-area:image!important;width:100%!important;height:180px!important;margin:0 0 14px!important;overflow:hidden!important}.customer-product-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.customer-product-no-image{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;font-size:42px!important;display:flex!important}.customer-product-info{grid-area:info!important;min-width:0!important;padding:2px 8px 4px 6px!important}.customer-product-info h3{color:#171717!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;margin:0 0 6px!important;font-size:21px!important;font-weight:800!important;line-height:1.15!important}.customer-product-info p{color:#737373!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;margin:0 0 9px!important;font-size:14px!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.customer-product-price{color:#c99518!important;font-size:19px!important;font-weight:800!important;line-height:1.2!important;display:block!important}.customer-product-right{grid-area:button!important;justify-content:flex-end!important;align-self:end!important;align-items:flex-end!important;padding:0 4px 4px 8px!important;display:flex!important}.add-to-cart-button{color:#fff!important;background:#d29a17!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0!important;font-size:25px!important;font-weight:500!important;display:flex!important;box-shadow:0 6px 16px #0000001f!important}.add-to-cart-button span{transform:translateY(-1px);line-height:1!important;display:block!important}.product-modal-overlay{box-sizing:border-box!important;z-index:99999!important;background:#00000094!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;padding:18px!important;display:flex!important;position:fixed!important;inset:0!important}.product-modal{box-sizing:border-box!important;background:#fff!important;border-radius:26px!important;width:min(100%,430px)!important;max-width:430px!important;max-height:88vh!important;margin:auto!important;position:relative!important;overflow:hidden auto!important;box-shadow:0 20px 60px #00000040!important}.product-modal-image-area{background:#f5f3ee!important;border-radius:26px 26px 0 0!important;width:100%!important;height:210px!important;overflow:hidden!important}.product-modal-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.product-modal-content{padding:20px 20px 22px!important}.product-modal-heading h2{overflow-wrap:break-word!important;margin:0!important;font-size:28px!important;font-weight:800!important;line-height:1.15!important}.product-modal-price{margin-top:12px!important;font-size:25px!important;font-weight:800!important}.product-modal-description{margin:8px 0 16px!important;font-size:15px!important;line-height:1.5!important}.product-modal-info-box,.product-modal-allergen-box{border-radius:14px!important;margin-top:10px!important;padding:12px 14px!important}.product-modal-info-box p,.product-modal-allergen-box p{margin:5px 0 0!important;font-size:14px!important;line-height:1.45!important}.product-modal-close{z-index:10!important;color:#fff!important;background:#000000bf!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;font-size:28px!important;line-height:1!important;display:flex!important;position:absolute!important;top:12px!important;right:12px!important}.quantity-selector{width:150px!important;height:52px!important;margin-top:8px!important}.quantity-selector button{width:48px!important;height:48px!important}.product-modal-total{border-radius:16px!important;margin-top:16px!important;padding:15px 16px!important}.product-modal-add{border-radius:16px!important;width:100%!important;min-height:54px!important;margin-top:12px!important;font-size:16px!important;font-weight:800!important}}@media (max-width:390px){.customer-product-image-wrap{height:160px!important}.customer-product-info h3{font-size:19px!important}.customer-product-info p{font-size:13px!important}.customer-product-price{font-size:18px!important}.add-to-cart-button{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.product-modal{border-radius:22px!important;max-height:90vh!important}.product-modal-image-area{height:180px!important}.product-modal-content{padding:17px!important}.product-modal-heading h2{font-size:25px!important}}:root{--ozt-black:#111;--ozt-gold:#b8943d;--ozt-gold-soft:#d9b866;--ozt-cream:#f7f4ee;--ozt-line:#e8e1d7;--ozt-muted:#6f6b64}.landing-page{background:radial-gradient(circle at 80% 8%,#b8943d21,transparent 28rem),var(--ozt-cream);min-height:100vh;color:var(--ozt-black)}.landing-nav{justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);height:78px;margin:auto;display:flex}.brand-mark{letter-spacing:1.8px;align-items:center;gap:11px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex}.brand-mark-box{color:#fff;letter-spacing:1px;background:#111;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;display:inline-flex;box-shadow:0 8px 24px #0000001f}.landing-nav-actions{align-items:center;gap:18px;display:flex}.nav-login{font-size:13px}.nav-cta{color:#fff;background:#111;border-radius:12px;padding:11px 16px;font-size:12px;font-weight:850;text-decoration:none}.nav-cta:hover,.landing-primary:hover,.landing-secondary:hover{transform:translateY(-2px)}.landing-hero{grid-template-columns:1.06fr .94fr;align-items:center;gap:70px;width:min(1180px,100% - 40px);min-height:650px;margin:auto;padding:70px 0 90px;display:grid}.landing-hero-copy{max-width:650px}.eyebrow{color:var(--ozt-gold);letter-spacing:2.3px;font-size:10px;font-weight:900}.landing-hero h1{letter-spacing:-3px;margin:18px 0 22px;font-size:clamp(44px,6vw,76px);font-weight:900;line-height:.99}.landing-hero h1 span{color:var(--ozt-gold)}.landing-hero-copy>p{max-width:570px;color:var(--ozt-muted);margin:0;font-size:17px;line-height:1.7}.landing-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.landing-primary,.landing-secondary{border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:0 19px;font-weight:850;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.landing-primary{color:#fff;background:#111;border:0;gap:12px;box-shadow:0 12px 30px #00000021}.landing-secondary{color:#111;border:1px solid var(--ozt-line);background:#fff}.hero-product-card{color:#fff;background:#151515;border-radius:30px;justify-self:end;width:100%;max-width:430px;padding:20px;position:relative;transform:rotate(1.5deg);box-shadow:0 35px 80px #0000002e}.hero-product-top,.hero-product-bottom{justify-content:space-between;align-items:center;display:flex}.hero-product-top small,.hero-product-menu>small{color:#9d978c;letter-spacing:1.6px;font-size:8px;font-weight:900;display:block}.hero-product-top strong{margin-top:4px;font-size:17px;display:block}.status-pill{color:var(--ozt-gold-soft);background:#b8943d24;border-radius:99px;padding:7px 10px;font-size:9px;font-weight:900}.hero-product-menu{color:#171717;background:#fbfaf7;border-radius:22px;margin:18px 0;padding:24px}.hero-product-menu h2{letter-spacing:-1px;margin:7px 0 20px;font-size:27px}.mock-product{border-top:1px solid #ece8e1;grid-template-columns:46px 1fr auto;align-items:center;gap:11px;padding:12px 0;display:grid}.mock-image{background:#eee8dc;border-radius:13px;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.mock-product strong,.mock-product span{display:block}.mock-product strong{font-size:12px}.mock-product span{color:#777;margin-top:3px;font-size:9px}.mock-product b{font-size:11px}.hero-product-bottom{color:#aaa;padding:2px 5px 0;font-size:9px;font-weight:800}.landing-strip{color:#c9c3b8;letter-spacing:2px;background:#111;flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;min-height:64px;padding:15px 20px;font-size:9px;font-weight:900;display:flex}.section-heading{max-width:650px;margin-bottom:45px}.section-heading h2,.demo-copy h2,.landing-cta h2{letter-spacing:-2px;margin:13px 0 12px;font-size:clamp(32px,4vw,49px);line-height:1.06}.section-heading p,.demo-copy>p,.landing-cta p{color:var(--ozt-muted);margin:0;line-height:1.7}.feature-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.feature-card{border:1px solid var(--ozt-line);background:#ffffffb8;border-radius:20px;min-height:230px;padding:25px}.feature-icon{background:#f0eadd;border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:25px;font-size:21px;display:grid}.feature-card h3{margin:0 0 9px;font-size:17px}.feature-card p{color:var(--ozt-muted);margin:0;font-size:13px;line-height:1.65}.landing-demo-section{color:#fff;background:#121212;grid-template-columns:1fr 360px;align-items:center;gap:90px;padding:105px max(20px,50vw - 590px);display:grid}.demo-copy{max-width:650px}.demo-copy>p{color:#aaa69d}.flow-list{grid-template-columns:1fr 1fr;gap:10px;margin-top:28px;display:grid}.flow-list span{color:#d0cbc1;border:1px solid #2e2e2e;border-radius:12px;padding:14px 15px;font-size:11px;font-weight:800}.flow-list b{color:var(--ozt-gold-soft);margin-right:8px}.phone-preview{background:#242424;border-radius:35px;justify-self:center;width:310px;padding:10px;box-shadow:0 30px 70px #0006}.phone-notch{background:#121212;border-radius:0 0 15px 15px;width:90px;height:20px;margin:auto}.phone-screen{color:#171717;background:#faf9f6;border-radius:27px;min-height:490px;padding:30px 19px 20px}.phone-screen small{color:#8a8379;letter-spacing:1.2px;font-size:8px;font-weight:900}.phone-screen h3{margin:12px 0 27px;font-size:21px}.order-progress{align-items:center;margin-bottom:30px;display:flex}.order-progress span{color:#888;background:#e7e1d7;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:900;display:grid}.order-progress span.active{color:#fff;background:#161616}.order-progress i{background:#d8d2c9;flex:1;height:2px}.phone-order,.phone-total{border-bottom:1px solid #e9e4dc;justify-content:space-between;gap:10px;padding:14px 0;font-size:11px;display:flex}.phone-total{border-bottom:0;margin-top:20px;font-weight:800}.phone-total strong{font-size:17px}.pricing-section{padding-bottom:115px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.pricing-card{border:1px solid var(--ozt-line);background:#fff;border-radius:22px;padding:31px;position:relative}.pricing-card.featured{border-color:#c7a75f;transform:translateY(-8px);box-shadow:0 20px 50px #5c43161a}.pricing-badge{color:#8a681f;background:#f0e5ca;border-radius:99px;padding:6px 9px;font-size:8px;font-weight:900;position:absolute;top:17px;right:17px}.pricing-name{letter-spacing:2px;font-size:11px;font-weight:900}.pricing-card p{min-height:50px;color:var(--ozt-muted);margin:14px 0 20px;font-size:13px;line-height:1.6}.pricing-card ul{color:#4e4a44;gap:11px;margin:0 0 25px;padding:0;font-size:12px;list-style:none;display:grid}.pricing-card a{color:#8c6c2b;font-size:12px;font-weight:900;text-decoration:none}.landing-cta{background:#e8ddc4;border-radius:28px;justify-content:space-between;align-items:center;gap:30px;width:min(1140px,100% - 40px);margin:0 auto 80px;padding:50px;display:flex}.landing-cta h2{font-size:clamp(30px,4vw,43px)}.landing-footer{color:#fff;background:#111;grid-template-columns:1fr auto;gap:18px 50px;padding:45px max(20px,50vw - 590px);display:grid}.landing-footer>div{gap:8px;display:grid}.landing-footer>div span,.landing-footer small{color:#89857e;font-size:11px}.landing-footer nav{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.landing-footer nav a{color:#c7c2b8;font-size:11px;text-decoration:none}.landing-footer small{grid-column:1/-1}.legal-page{background:var(--ozt-cream);min-height:100vh}.legal-header{justify-content:space-between;align-items:center;width:min(980px,100% - 40px);min-height:80px;margin:auto;display:flex}.legal-back{color:#68635c;font-size:12px;font-weight:800;text-decoration:none}.legal-card{border:1px solid var(--ozt-line);background:#fff;border-radius:26px;width:min(860px,100% - 40px);margin:40px auto 70px;padding:clamp(28px,6vw,60px);box-shadow:0 20px 55px #0000000d}.legal-card h1{letter-spacing:-2px;margin:12px 0 15px;font-size:clamp(34px,5vw,52px)}.legal-intro{color:var(--ozt-muted);margin:0 0 40px;font-size:15px;line-height:1.75}.legal-block{border-top:1px solid #eeeae3;padding:23px 0}.legal-block h2{margin:0 0 8px;font-size:18px}.legal-block p{color:#5f5a53;margin:0;font-size:13px;line-height:1.75}.legal-note{color:#6b6458;background:#f7f3e9;border-radius:13px;margin-top:25px;padding:15px 17px;font-size:11px;line-height:1.65}.legal-footer{text-align:center;color:#888077;padding:0 20px 35px;font-size:11px}.status-page{background:var(--ozt-cream);place-items:center;min-height:100vh;padding:25px;display:grid}.status-card,.loading-card{text-align:center;border:1px solid var(--ozt-line);background:#fff;border-radius:25px;width:min(520px,100%);padding:45px 35px;box-shadow:0 25px 70px #00000012}.status-code{color:#c5a25a;letter-spacing:-4px;margin-bottom:12px;font-size:62px;font-weight:950;line-height:1;display:block}.status-card h1{margin:10px 0;font-size:28px}.status-card p{max-width:390px;color:var(--ozt-muted);margin:0 auto 25px;font-size:13px;line-height:1.7}.status-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.loading-logo{color:#d5aa4c;letter-spacing:1px;background:#111;border-radius:16px;place-items:center;width:58px;height:58px;margin:0 auto 20px;font-weight:900;display:grid}.loading-spinner{border:3px solid #e9e2d5;border-top-color:#b8943d;border-radius:50%;width:25px;height:25px;margin:0 auto 14px;animation:.75s linear infinite ozt-spin}.loading-card strong,.loading-card span{display:block}.loading-card strong{font-size:15px}.loading-card span{color:#888;margin-top:5px;font-size:11px}@keyframes ozt-spin{to{transform:rotate(360deg)}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #b8943d52}@media (max-width:900px){.landing-hero{grid-template-columns:1fr;gap:45px;padding-top:50px}.hero-product-card{justify-self:center}.feature-grid{grid-template-columns:repeat(2,1fr)}.landing-demo-section{grid-template-columns:1fr;gap:50px}.demo-copy{margin:auto}.pricing-grid{grid-template-columns:1fr;max-width:520px;margin:auto}.pricing-card.featured{transform:none}}@media (max-width:600px){.landing-nav{width:calc(100% - 28px);height:68px}.brand-mark{letter-spacing:1px;font-size:9px}.brand-mark-box{width:35px;height:35px}.nav-login{display:none}.landing-hero{width:calc(100% - 28px);min-height:auto;padding:45px 0 65px}.landing-hero h1{letter-spacing:-2.5px;font-size:clamp(39px,12vw,58px)}.landing-hero-copy>p{font-size:14px}.landing-hero-actions{display:grid}.landing-primary,.landing-secondary{width:100%}.landing-trust{gap:10px;font-size:9px}.hero-product-card{border-radius:22px;padding:14px;transform:none}.hero-product-menu{padding:18px}.landing-strip{gap:16px;font-size:7px}.landing-section{width:calc(100% - 28px);padding:72px 0}.section-heading{margin-bottom:30px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.landing-demo-section{padding:72px 20px}.flow-list{grid-template-columns:1fr}.phone-preview{width:min(310px,100%)}.landing-cta{width:calc(100% - 28px);margin-bottom:55px;padding:30px 22px;display:grid}.landing-footer{grid-template-columns:1fr;padding:35px 20px}.landing-footer small{grid-column:auto}.legal-header{width:calc(100% - 28px)}.legal-card{border-radius:19px;width:calc(100% - 28px);margin-top:20px;padding:28px 21px}.legal-card h1{font-size:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.restaurant-shell{--theme-accent:#b8943d;--theme-accent-soft:#d8bd75;--theme-page:#e9e7e2;--theme-surface:#faf9f6;--theme-text:#171717;--theme-muted:#777168;background:var(--theme-page);min-height:100vh;color:var(--theme-text)}.restaurant-shell[data-theme=dark-modern]{--theme-accent:#29a9ff;--theme-accent-soft:#63c5ff;--theme-page:#02070b;--theme-surface:#071018;--theme-text:#f3f8fc;--theme-muted:#95a6b4;background:radial-gradient(circle at 10% 0,#29a9ff1a,#0000 35%),radial-gradient(circle at 90% 20%,#29a9ff0f,#0000 30%),#02070b}.restaurant-shell[data-theme=luxury-gold]{--theme-accent:#d5a72c;--theme-accent-soft:#efcc68;--theme-page:#050403;--theme-surface:#0b0906;--theme-text:#f7edd5;--theme-muted:#a69a82;background:radial-gradient(circle at 90% 0,#d5a72c1f,#0000 32%),radial-gradient(circle at 0 30%,#d5a72c0f,#0000 28%),#050403}.restaurant-shell[data-theme=dark-modern] .restaurant-page,.restaurant-shell[data-theme=luxury-gold] .restaurant-page{box-shadow:0 0 60px #00000061;background:var(--theme-surface)!important;color:var(--theme-text)!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .hero{border-bottom:1px solid #14374d;background:radial-gradient(circle at 80% 0,#29a9ff29,#0000 35%),linear-gradient(145deg,#02070b 0%,#07131d 55%,#02070b 100%)!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero{border-bottom:1px solid #3c2f15;background:radial-gradient(circle at 80% 0,#d5a72c29,#0000 34%),linear-gradient(145deg,#050403 0%,#171209 55%,#050403 100%)!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .hero:before,.restaurant-shell[data-theme=dark-modern] .restaurant-page .hero:after{border-color:#29a9ff47!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero:before,.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero:after{border-color:#d5a72c42!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .hero h1,.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero h1{letter-spacing:2px;font-family:Georgia,Times New Roman,serif}.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero h1{text-shadow:0 8px 25px #d5a72c2e;color:#f5dd9a!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .hero p,.restaurant-shell[data-theme=dark-modern] .restaurant-page .hero>span,.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero p,.restaurant-shell[data-theme=luxury-gold] .restaurant-page .hero>span{color:var(--theme-muted)!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .logo,.restaurant-shell[data-theme=dark-modern] .restaurant-page .restaurant-logo{border-color:#2b9dda!important;box-shadow:0 0 0 6px #29a9ff12,0 18px 45px #00000059!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page .logo,.restaurant-shell[data-theme=luxury-gold] .restaurant-page .restaurant-logo{border-color:#d5a72c!important;box-shadow:0 0 0 6px #d5a72c0f,0 18px 45px #00000061!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .actions,.restaurant-shell[data-theme=luxury-gold] .restaurant-page .actions{background:var(--theme-surface)!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .action-button{color:#eef8ff!important;background:#0b1620!important;border-color:#183445!important;box-shadow:0 8px 25px #0000002e!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page .primary-action{color:#fff!important;background:linear-gradient(135deg,#1289d2,#0a5e92)!important;border-color:#29a9ff!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page .action-button{color:#f5ead1!important;background:#0d0a07!important;border-color:#3e321a!important;box-shadow:0 8px 25px #00000038!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page .primary-action{color:#120f08!important;background:linear-gradient(135deg,#d5a72c,#8d6517)!important;border-color:#efcc68!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page section[style*="background: #fff"],.restaurant-shell[data-theme=luxury-gold] .restaurant-page section[style*="background: #fff"]{color:var(--theme-text)!important;background:#0b1116!important;border-color:#20313d!important;box-shadow:0 15px 40px #00000038!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page section[style*="background: #fff"]{background:#0d0a07!important;border-color:#332814!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page h2,.restaurant-shell[data-theme=dark-modern] .restaurant-page h3,.restaurant-shell[data-theme=luxury-gold] .restaurant-page h2,.restaurant-shell[data-theme=luxury-gold] .restaurant-page h3{color:var(--theme-text)!important}.restaurant-shell[data-theme=dark-modern] .customer-product,.restaurant-shell[data-theme=luxury-gold] .customer-product{color:#eef7fc!important;background:#091118!important;border-color:#1b3342!important;box-shadow:0 12px 30px #00000038!important}.restaurant-shell[data-theme=luxury-gold] .customer-product{background:#0c0906!important;border-color:#332711!important}.restaurant-shell[data-theme=dark-modern] .customer-product-info h3,.restaurant-shell[data-theme=dark-modern] .customer-product-info p,.restaurant-shell[data-theme=dark-modern] .customer-product-price,.restaurant-shell[data-theme=luxury-gold] .customer-product-info h3,.restaurant-shell[data-theme=luxury-gold] .customer-product-info p,.restaurant-shell[data-theme=luxury-gold] .customer-product-price{color:inherit!important}.restaurant-shell[data-theme=dark-modern] .customer-product-info p{color:#8ea1b0!important}.restaurant-shell[data-theme=luxury-gold] .customer-product-info p{color:#a69a82!important}.restaurant-shell[data-theme=dark-modern] .customer-product-price{color:#5fc7ff!important}.restaurant-shell[data-theme=luxury-gold] .customer-product-price{color:#e1ba4f!important}.restaurant-shell[data-theme=dark-modern] .customer-product-image-wrap,.restaurant-shell[data-theme=luxury-gold] .customer-product-image-wrap{background:#0a131b!important;border-color:#1b3342!important}.restaurant-shell[data-theme=luxury-gold] .customer-product-image-wrap{background:#141007!important;border-color:#3a2e18!important}.restaurant-shell[data-theme=dark-modern] .restaurant-page div[style*="background: #fff"],.restaurant-shell[data-theme=luxury-gold] .restaurant-page div[style*="background: #fff"]{color:#eef7fc!important;background:#091118!important;border-color:#203744!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-page div[style*="background: #fff"]{color:#f7edd5!important;background:#0c0906!important;border-color:#392c16!important}.restaurant-shell[data-theme=dark-modern] .product-modal,.restaurant-shell[data-theme=luxury-gold] .product-modal{color:#eef7fc!important;background:#071018!important;border-color:#244252!important}.restaurant-shell[data-theme=luxury-gold] .product-modal{color:#f7edd5!important;background:#0a0805!important;border-color:#4a3717!important}.restaurant-shell[data-theme=dark-modern] .product-modal-add{color:#fff!important;background:linear-gradient(135deg,#1193e3,#0b689f)!important}.restaurant-shell[data-theme=luxury-gold] .product-modal-add{color:#120f08!important;background:linear-gradient(135deg,#e0b637,#946914)!important}.restaurant-shell[data-theme=dark-modern] .add-to-cart-button{color:#55c7ff!important;background:#0d1c28!important;border-color:#23516c!important}.restaurant-shell[data-theme=luxury-gold] .add-to-cart-button{color:#e0b63e!important;background:#171109!important;border-color:#584214!important}.restaurant-shell[data-theme=dark-modern] footer,.restaurant-shell[data-theme=luxury-gold] footer{color:#748694!important}.restaurant-shell[data-theme=luxury-gold] footer strong{color:#c6a450!important}.restaurant-shell[data-theme=dark-modern] main[style*=background]{color:#f3f8fc!important;background:#02070b!important}.restaurant-shell[data-theme=luxury-gold] main[style*=background]{color:#f7edd5!important;background:#050403!important}.restaurant-shell[data-theme=dark-modern] header[style*=background]{background:#030a0fe0!important;border-color:#17384c!important}.restaurant-shell[data-theme=luxury-gold] header[style*=background]{background:#050403e6!important;border-color:#302611!important}.restaurant-shell[data-theme=dark-modern] [style*="color: #888"],.restaurant-shell[data-theme=dark-modern] [style*="color: #999"],.restaurant-shell[data-theme=dark-modern] [style*="color: #777"]{color:#8da0ad!important}.restaurant-shell[data-theme=luxury-gold] [style*="color: #888"],.restaurant-shell[data-theme=luxury-gold] [style*="color: #999"],.restaurant-shell[data-theme=luxury-gold] [style*="color: #777"]{color:#a49882!important}.restaurant-shell[data-theme=dark-modern] [style*="background: #111"]{background:#0d1923!important}.restaurant-shell[data-theme=luxury-gold] [style*="background: #111"]{background:#151008!important}@media (max-width:600px){.restaurant-shell[data-theme=dark-modern] .restaurant-page,.restaurant-shell[data-theme=luxury-gold] .restaurant-page{box-shadow:none}}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page{color:#f3f8fc!important;background:radial-gradient(circle at 85% 6%,#29a9ff1a,#0000 24%),linear-gradient(#03090e 0%,#071018 45%,#03070b 100%)!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page{color:#f7edd5!important;background:radial-gradient(circle at 92% 8%,#d5a72c1a,#0000 24%),linear-gradient(#060504 0%,#0b0906 48%,#050403 100%)!important}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page>header{background:#03090ee0!important;border-bottom-color:#163a4f!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page>header{background:#060504e6!important;border-bottom-color:#3b2e16!important}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page .menu-closed-section>div{color:#e6f6ff!important;background:linear-gradient(135deg,#0c1c29,#071018)!important;border:1px solid #24516b!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page .menu-closed-section>div{color:#f8e4ad!important;background:linear-gradient(135deg,#171108,#0b0906)!important;border:1px solid #5a4215!important}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page [style*="background:#fff"],.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page [style*="background: #fff"]{color:#edf8ff!important;background:#091118!important;border-color:#203b4b!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page [style*="background:#fff"],.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page [style*="background: #fff"]{color:#f7edd5!important;background:#0d0a07!important;border-color:#392c16!important}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page h2,.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page h3{color:#f5fbff!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page h2,.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page h3{font-family:Georgia,Times New Roman,serif;color:#f7e4ae!important}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page [style*="background:#d4a017"],.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page [style*="background: #d4a017"]{background:#29a9ff!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page [style*="background:#d4a017"],.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page [style*="background: #d4a017"]{background:#d5a72c!important}.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page [style*="background:#111"],.restaurant-shell[data-theme=dark-modern] .restaurant-menu-page [style*="background: #111"]{background:#0c1a24!important}.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page [style*="background:#111"],.restaurant-shell[data-theme=luxury-gold] .restaurant-menu-page [style*="background: #111"]{background:#171108!important}@media (max-width:480px){.product-modal-overlay{align-items:center;padding:8px}.product-modal{border-radius:20px;flex-direction:column;width:100%;max-width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);display:flex;overflow:hidden}.product-modal-image-area{flex:0 0 175px;height:175px;min-height:175px;max-height:175px;overflow:hidden}.product-modal-image{object-fit:cover;width:100%;height:175px;min-height:175px;max-height:175px}.product-modal-no-image{height:175px;min-height:175px}.product-modal-content{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:22px 18px 100px;overflow:hidden auto}.product-modal-heading h2{font-size:27px;line-height:1.1}.product-modal-line{margin:14px 0 18px}.product-modal-price{margin-bottom:8px;font-size:25px}.product-modal-description{font-size:14px;line-height:1.5}.product-modal-divider{margin:20px 0}.quantity-selector{justify-content:space-between;width:100%}.quantity-selector button{flex-shrink:0;width:42px;height:42px}.product-modal-total{margin-top:18px;padding:14px 15px}.product-modal-add{z-index:20;border-radius:999px;width:100%;min-height:58px;margin-top:14px;font-size:16px;position:sticky;bottom:8px;box-shadow:0 8px 25px #00000040}.product-modal-note{padding-bottom:10px}.product-modal-close{z-index:30;width:38px;height:38px;top:10px;right:10px}}@media (max-width:360px){.product-modal-image-area{flex-basis:155px;height:155px;min-height:155px;max-height:155px}.product-modal-image{height:155px;min-height:155px;max-height:155px}.product-modal-content{padding:18px 15px 95px}.product-modal-heading h2{font-size:24px}.product-modal-price{font-size:23px}.product-modal-add{min-height:55px;font-size:15px}}@media (max-width:480px){.product-modal-overlay{justify-content:center;align-items:center;padding:8px}.product-modal{border-radius:20px;flex-direction:column;width:100%;max-width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);display:flex;position:relative;overflow:hidden}.product-modal-image-area{flex:0 0 175px;width:100%;height:175px;min-height:175px;max-height:175px;overflow:hidden}.product-modal-image{object-fit:cover;width:100%;height:175px;min-height:175px;max-height:175px;display:block}.product-modal-no-image{width:100%;height:175px;min-height:175px;max-height:175px}.product-modal-content{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:auto;min-height:0;padding:22px 18px 105px;position:relative;overflow:hidden auto}.product-modal-content::-webkit-scrollbar{display:none}.product-modal-heading{padding-right:42px}.product-modal-heading h2{font-size:27px;line-height:1.1}.product-modal-line{margin:14px 0 18px}.product-modal-price{margin-bottom:8px;font-size:25px}.product-modal-description{font-size:14px;line-height:1.5}.product-modal-info-box,.product-modal-allergen-box{margin-top:16px}.product-modal-divider{margin:20px 0}.quantity-title{margin-bottom:10px}.quantity-selector{justify-content:space-between;align-items:center;width:100%;padding:5px;display:flex}.quantity-selector button{flex-shrink:0;width:42px;height:42px}.product-modal-total{width:100%;margin-top:18px;padding:14px 15px}.product-modal-add{z-index:50;isolation:isolate;border-radius:999px;justify-content:center;align-items:center;width:calc(100% - 36px);min-height:58px;margin:0;font-size:16px;font-weight:800;display:flex;position:absolute;bottom:14px;left:18px;right:18px;box-shadow:0 8px 25px #00000059}.product-modal-add:before{content:"";z-index:-1;background:#1d1e22;border-radius:999px;position:absolute;inset:-8px}.product-modal-add span,.product-modal-add{white-space:nowrap}.product-modal-note{display:none}.product-modal-close{z-index:100;width:38px;height:38px;top:10px;right:10px}}@media (max-width:360px){.product-modal{height:calc(100dvh - 12px);max-height:calc(100dvh - 12px)}.product-modal-image-area{flex-basis:150px;height:150px;min-height:150px;max-height:150px}.product-modal-image{height:150px;min-height:150px;max-height:150px}.product-modal-content{padding:18px 15px 100px}.product-modal-heading h2{font-size:24px}.product-modal-price{font-size:23px}.product-modal-add{width:calc(100% - 30px);min-height:55px;font-size:15px;bottom:12px;left:15px;right:15px}}@media screen and (max-width:600px){.product-modal-content{padding-bottom:110px!important}.product-modal{overflow:hidden!important}.product-modal-content{-webkit-overflow-scrolling:touch;overflow-y:auto!important}.restaurant-page .product-modal .product-modal-add,.product-modal .product-modal-add{left:50%!important;right:auto!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;color:#17130d!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;z-index:999999!important;background:#d4a52c linear-gradient(135deg,#e6bd55 0%,#d4a52c 50%,#bd861c 100%)!important;border:1px solid #ffe6a0bf!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:min(340px,100vw - 48px)!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0 22px!important;font-size:15px!important;font-weight:900!important;line-height:1!important;display:flex!important;position:fixed!important;transform:translate(-50%)!important;box-shadow:0 10px 28px #00000061,0 4px 12px #be861c47!important}.restaurant-page .product-modal .product-modal-add span,.product-modal .product-modal-add span{color:#17130d!important;justify-content:center!important;align-items:center!important;margin:0!important;font-size:17px!important;line-height:1!important;display:inline-flex!important}.restaurant-page .product-modal .product-modal-add:active,.product-modal .product-modal-add:active{transform:translate(-50%)scale(.96)!important}}@media screen and (max-width:390px){.restaurant-page .product-modal .product-modal-add,.product-modal .product-modal-add{width:calc(100vw - 40px)!important;height:50px!important;min-height:50px!important;bottom:calc(14px + env(safe-area-inset-bottom))!important;font-size:14px!important}.restaurant-page .product-modal .product-modal-add span,.product-modal .product-modal-add span{font-size:16px!important}}.ozt-layout-glass-premium{isolation:isolate!important;box-sizing:border-box!important;color:#f6f1e8!important;background:radial-gradient(circle at 50% 0,#d6a83b14,#0000 30%),linear-gradient(#090b0d 0%,#0d0f12 56%,#08090b 100%)!important;width:100%!important;max-width:900px!important;min-height:100vh!important;margin:0 auto!important;padding:0 14px 110px!important;position:relative!important;overflow:visible!important}.ozt-layout-glass-premium,.ozt-layout-glass-premium *{box-sizing:border-box!important}.ozt-layout-glass-premium .ozt-app-header{z-index:80!important;-webkit-backdrop-filter:blur(18px)!important;background:#080a0ceb!important;border-bottom:1px solid #d6a83b2e!important;align-items:center!important;gap:10px!important;min-height:62px!important;padding:10px 4px!important;display:flex!important;position:sticky!important;top:0!important}.ozt-layout-glass-premium .ozt-app-brand{align-items:center!important;gap:9px!important;min-width:0!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-logo{color:#e1b84c!important;background:#0b0c0e!important;border:1px solid #d6a83b8c!important;border-radius:13px!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;font:800 11px Georgia,serif!important;display:grid!important;overflow:hidden!important;box-shadow:0 0 18px #d6a83b1a!important}.ozt-layout-glass-premium .ozt-app-logo-image{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.ozt-layout-glass-premium .ozt-app-brand>div:last-child{min-width:0!important}.ozt-layout-glass-premium .ozt-app-brand strong{text-overflow:ellipsis!important;white-space:nowrap!important;color:#f7f1e7!important;min-width:0!important;font-size:13px!important;line-height:1.1!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-brand span{color:#8c8882!important;letter-spacing:1.5px!important;white-space:nowrap!important;margin-top:3px!important;font-size:7px!important;display:block!important}.ozt-layout-glass-premium .ozt-app-header-cart{color:#f2e3c2!important;background:#15171a!important;border:1px solid #d6a83b47!important;border-radius:12px!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;margin-left:auto!important;text-decoration:none!important;display:grid!important;position:relative!important}.ozt-layout-glass-premium .ozt-app-header-cart b{color:#17120a!important;background:#e1b84c!important;border:2px solid #0d0f12!important;border-radius:999px!important;place-items:center!important;min-width:16px!important;height:16px!important;padding:0 4px!important;font-size:8px!important;display:grid!important;position:absolute!important;top:-4px!important;right:-4px!important}.ozt-layout-glass-premium .ozt-app-table{color:#ecd29b!important;background:linear-gradient(145deg,#24201b,#141210)!important;border:1px solid #d6a83b52!important;border-radius:999px!important;flex:none!important;padding:8px 10px!important;font-size:9px!important;font-weight:900!important}.ozt-layout-glass-premium .ozt-app-hero{border:1px solid #d6a83b47!important;border-radius:24px!important;margin-top:10px!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 50px #00000059!important}.ozt-layout-glass-premium .ozt-app-hero-photo{filter:saturate(.94)contrast(1.03)!important;background-position:50%!important;background-size:cover!important;min-height:330px!important}.ozt-layout-glass-premium .ozt-app-hero-overlay{background:linear-gradient(#00000021 0%,#00000057 42%,#000000e6 100%)!important}.ozt-layout-glass-premium .ozt-app-hero-content{padding:26px 22px 20px!important;position:absolute!important;inset:auto 0 0!important}.ozt-layout-glass-premium .ozt-glass-eyebrow{color:#d8b46b!important;letter-spacing:3px!important;margin-bottom:7px!important;font-size:8px!important;font-weight:900!important}.ozt-layout-glass-premium .ozt-glass-hero-title{color:#fffaf2!important;letter-spacing:-.045em!important;max-width:100%!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(42px,7vw,64px)!important;line-height:.95!important}.ozt-layout-glass-premium .ozt-glass-hero-copy{color:#fffaf2d1!important;margin-top:6px!important;font-size:10px!important;line-height:1.35!important}.ozt-layout-glass-premium .ozt-app-search{color:#e8dfd2!important;background:#0000006b!important;border:1px solid #ffffff2b!important;border-radius:15px!important;align-items:center!important;gap:8px!important;width:100%!important;height:50px!important;margin-top:13px!important;padding:0 15px!important;font-size:11px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-search span{color:#a7a29b!important}.ozt-app-search{align-items:center;gap:8px;display:flex}.ozt-app-search-icon{flex:none;font-size:15px;line-height:1;color:#d4a017!important;margin:0!important}.ozt-app-search input{color:#fff;background:0 0;border:0;outline:0;flex:1;width:100%;min-width:0;font-family:inherit;font-size:11px}.ozt-app-search input::placeholder{color:#aaa}.ozt-app-search input::-webkit-search-cancel-button{display:none}.ozt-app-search-clear{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;padding:0;font-size:17px;line-height:1;display:grid}.ozt-app-search-clear:hover{background:#d4a01740}.ozt-app-search.has-search{border-color:#d4a0178c;box-shadow:0 0 0 1px #d4a0171a,0 8px 24px #00000038}.ozt-app-search-empty{text-align:center;background:#ffffff09;border:1px solid #ffffff1a;border-radius:20px;margin:24px 0 35px;padding:32px 20px}.ozt-app-search-empty-icon{color:#d4a017;border:1px solid #d4a01759;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 14px;font-size:24px;display:grid}.ozt-app-search-empty h3{color:#fff;margin:0 0 7px;font-size:18px}.ozt-app-search-empty p{color:#999;max-width:300px;margin:0 auto 18px;font-size:11px;line-height:1.6}.ozt-app-search-empty button{color:#d4a017;cursor:pointer;background:#d4a0171a;border:1px solid #d4a01773;border-radius:12px;padding:10px 15px;font-size:11px;font-weight:800}.ozt-layout-glass-premium .ozt-app-category-strip{margin-top:13px!important;padding:0 0 2px!important}.ozt-layout-glass-premium .ozt-app-categories{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;gap:10px!important;padding:2px 2px 9px!important;display:flex!important;overflow:auto hidden!important}.ozt-layout-glass-premium .ozt-app-categories::-webkit-scrollbar{display:none!important}.ozt-layout-glass-premium .ozt-app-featured-row::-webkit-scrollbar{display:none!important}.ozt-layout-glass-premium .ozt-app-category{color:#f0ebe2!important;scroll-snap-align:start!important;flex:0 0 78px!important;min-width:78px!important;text-decoration:none!important;display:block!important}.ozt-layout-glass-premium .ozt-app-category-image{background:#17191d!important;border:1px solid #d6a83b85!important;border-radius:50%!important;width:62px!important;height:62px!important;margin:0 auto 6px!important;overflow:hidden!important;box-shadow:inset 0 0 0 3px #0000004d!important}.ozt-layout-glass-premium .ozt-app-category-image img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ozt-layout-glass-premium .ozt-app-category-image span{color:#d8b46b!important;place-items:center!important;width:100%!important;height:100%!important;display:grid!important}.ozt-layout-glass-premium .ozt-app-category>span{text-overflow:ellipsis!important;white-space:nowrap!important;text-align:center!important;width:100%!important;font-size:9px!important;font-weight:800!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin:10px 0 22px!important;display:grid!important}.ozt-layout-glass-premium .ozt-app-quick-actions form{margin:0!important}.ozt-layout-glass-premium .ozt-app-action-button{color:#f5efe5!important;background:linear-gradient(#181a1e,#111317)!important;border:1px solid #ffffff14!important;border-radius:17px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:100%!important;min-height:70px!important;padding:10px 7px!important;text-decoration:none!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-action-button strong{font-size:10px!important;font-weight:900!important}.ozt-layout-glass-premium .ozt-app-action-button small{color:#88847d!important;font-size:7px!important}.ozt-layout-glass-premium .ozt-app-section,.ozt-layout-glass-premium .ozt-app-cart-panel{scroll-margin-top:78px!important}.ozt-layout-glass-premium .ozt-app-section{margin-top:28px!important}.ozt-layout-glass-premium .ozt-app-section:has(.ozt-empty-category){display:none!important}.ozt-layout-glass-premium .ozt-app-section-heading,.ozt-layout-glass-premium .ozt-glass-section-heading{justify-content:space-between!important;align-items:flex-end!important;gap:12px!important;margin-bottom:11px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-section-heading>div,.ozt-layout-glass-premium .ozt-glass-section-heading>div:first-child{min-width:0!important}.ozt-layout-glass-premium .ozt-app-section-heading span,.ozt-layout-glass-premium .ozt-glass-section-kicker{color:#d0a44e!important;letter-spacing:3px!important;margin-bottom:4px!important;font-size:8px!important;font-weight:950!important;display:block!important}.ozt-layout-glass-premium .ozt-app-section-heading h2,.ozt-layout-glass-premium .ozt-glass-section-heading h2{color:#fff7eb!important;letter-spacing:-.02em!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:31px!important;font-weight:700!important;line-height:.98!important}.ozt-layout-glass-premium .ozt-app-section-heading small,.ozt-layout-glass-premium .ozt-glass-section-heading p{color:#7d7973!important;margin:0!important;font-size:8px!important}.ozt-layout-glass-premium .ozt-glass-section-badge{color:#dcb663!important;background:#141518!important;border:1px solid #d6a83b3d!important;border-radius:11px!important;place-items:center!important;min-width:42px!important;height:32px!important;padding:0 8px!important;font-size:9px!important;font-weight:900!important;display:grid!important}.ozt-layout-glass-premium .ozt-app-featured-row{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;flex-wrap:nowrap!important;gap:10px!important;width:100%!important;padding:2px 2px 12px!important;display:flex!important;overflow:auto hidden!important}.ozt-layout-glass-premium .ozt-app-feature-card{scroll-snap-align:start!important;background:linear-gradient(#1a1c20,#111317)!important;border:1px solid #d6a83b33!important;border-radius:17px!important;flex:0 0 205px!important;width:205px!important;min-width:205px!important;height:224px!important;position:relative!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product{width:100%!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:0!important;flex-direction:column!important;gap:0!important;padding:7px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-image-wrap{border-radius:11px!important;width:100%!important;height:104px!important;min-height:104px!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-image,.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-info{width:100%!important;min-width:0!important;padding:8px 3px 36px!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-info h3{color:#fff7ec!important;white-space:nowrap!important;text-overflow:ellipsis!important;width:100%!important;margin:0 0 4px!important;font:700 14px/1.12 Georgia,Times New Roman,serif!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-info p{color:#96928c!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;width:100%!important;margin:0 0 5px!important;font-size:9px!important;line-height:1.25!important;display:-webkit-box!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-price{color:#e2b74c!important;white-space:nowrap!important;margin:0!important;font-size:15px!important;font-weight:950!important;line-height:1!important;display:block!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-right{display:none!important}.ozt-layout-glass-premium .ozt-app-feature-card .ozt-app-quick-add{color:#17120a!important;background:#e2b74c!important;border:0!important;border-radius:50%!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;font-size:20px!important;display:grid!important;position:absolute!important;bottom:7px!important;right:7px!important;box-shadow:0 6px 16px #d6a83b40!important}.ozt-layout-glass-premium .ozt-app-product-list{flex-direction:column!important;gap:10px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-product-row{background:linear-gradient(#17191d,#111317)!important;border:1px solid #ffffff14!important;border-radius:17px!important;width:100%!important;min-width:0!important;position:relative!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product{width:100%!important;min-width:0!important;min-height:96px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:82px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;padding:7px!important;display:grid!important;position:relative!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image-wrap{border-radius:12px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info{width:100%!important;min-width:0!important;max-width:100%!important;padding:3px 45px 3px 0!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info h3{color:#fff7ed!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;text-overflow:ellipsis!important;width:100%!important;min-width:0!important;margin:0 0 4px!important;font-size:15px!important;font-weight:800!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info p{color:#96928c!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;text-overflow:ellipsis!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 6px!important;font-size:9px!important;line-height:1.3!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-right{z-index:5!important;place-items:center!important;width:36px!important;height:36px!important;margin:0!important;padding:0!important;display:grid!important;position:absolute!important;bottom:8px!important;right:8px!important}.ozt-layout-glass-premium .ozt-app-product-row .add-to-cart-button,.ozt-layout-glass-premium .ozt-app-quick-add{cursor:pointer!important}.ozt-layout-glass-premium .ozt-app-product-row .add-to-cart-button{color:#17120a!important;background:#e2b74c!important;border:0!important;border-radius:11px!important;place-items:center!important;width:36px!important;height:36px!important;padding:0!important;font-size:21px!important;display:grid!important}.ozt-layout-glass-premium .ozt-app-bottom-nav{left:50%!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;z-index:9990!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#111215f5!important;border:1px solid #ffffff14!important;border-radius:18px!important;grid-template-columns:1fr 1fr!important;gap:4px!important;width:min(390px,100vw - 32px)!important;min-height:58px!important;padding:5px!important;display:grid!important;position:fixed!important;transform:translate(-50%)!important;box-shadow:0 12px 32px #00000061!important}.ozt-layout-glass-premium .ozt-app-bottom-nav a{color:#f0ebe2!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:6px!important;font-size:10px!important;font-weight:900!important;text-decoration:none!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-bottom-nav a.active{color:#17120a!important;background:linear-gradient(135deg,#f5e2b6,#e3b95f)!important}.ozt-layout-glass-premium .ozt-app-cart-panel{background:linear-gradient(#17191d,#101215)!important;border:1px solid #d6a83b2e!important;border-radius:20px!important;margin-top:30px!important;padding:14px!important}.ozt-layout-glass-premium .ozt-app-cart-items{flex-direction:column!important;gap:9px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-cart-item{background:#131519!important;border:1px solid #ffffff12!important;border-radius:13px!important;grid-template-columns:54px minmax(0,1fr) auto 24px!important;align-items:center!important;gap:8px!important;padding:7px!important;display:grid!important}.ozt-layout-glass-premium .ozt-app-cart-item img,.ozt-layout-glass-premium .ozt-app-cart-placeholder{object-fit:cover!important;border-radius:10px!important;width:54px!important;height:54px!important}.ozt-layout-glass-premium .ozt-app-cart-info{min-width:0!important}.ozt-layout-glass-premium .ozt-app-cart-info strong{text-overflow:ellipsis!important;white-space:nowrap!important;color:#f4eee5!important;font-size:11px!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-cart-info span{color:#dbae42!important;margin-top:3px!important;font-size:9px!important;display:block!important}.ozt-layout-glass-premium .ozt-app-cart-controls{align-items:center!important;gap:4px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-cart-controls button,.ozt-layout-glass-premium .ozt-app-cart-remove{color:#f2eadc!important;background:#1d2024!important;border:1px solid #ffffff14!important;border-radius:7px!important;place-items:center!important;width:24px!important;height:24px!important;padding:0!important;display:grid!important}.ozt-layout-glass-premium .ozt-app-cart-controls b{text-align:center!important;min-width:13px!important;font-size:10px!important}.ozt-layout-glass-premium .ozt-app-cart-total{color:#cfc8bc!important;border-top:1px dashed #ffffff29!important;justify-content:space-between!important;align-items:center!important;margin-top:12px!important;padding-top:11px!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-cart-total strong{color:#e2b74c!important;font-size:20px!important}.ozt-layout-glass-premium .ozt-app-order-button{color:#17120a!important;background:linear-gradient(135deg,#f0cf7e,#dca73b)!important;border-radius:15px!important;justify-content:center!important;align-items:center!important;min-height:52px!important;margin-top:12px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-footer{text-align:center!important;color:#64615c!important;letter-spacing:2px!important;padding:28px 0 4px!important;font-size:8px!important}.ozt-layout-glass-premium .product-modal-overlay{z-index:100000!important;-webkit-backdrop-filter:blur(7px)!important;background:#000000c7!important;justify-content:center!important;align-items:center!important;padding:12px!important;display:flex!important;position:fixed!important;inset:0!important}.ozt-layout-glass-premium .product-modal{color:#f7f1e8!important;background:#1a1c20!important;border:1px solid #d6a83b3d!important;border-radius:23px!important;flex-direction:column!important;width:min(100%,430px)!important;max-height:calc(100dvh - 24px)!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 28px 80px #0000008c!important}.ozt-layout-glass-premium .product-modal-image-area{flex:0 0 235px!important;height:235px!important;min-height:235px!important;overflow:hidden!important}.ozt-layout-glass-premium .product-modal-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ozt-layout-glass-premium .product-modal-close{z-index:5!important;color:#f1e9db!important;background:#07080994!important;border:0!important;border-radius:50%!important;place-items:center!important;width:42px!important;height:42px!important;padding:0!important;font-size:28px!important;display:grid!important;position:absolute!important;top:12px!important;right:12px!important}.ozt-layout-glass-premium .product-modal-content{-webkit-overflow-scrolling:touch!important;min-height:0!important;padding:18px 18px 88px!important;overflow-y:auto!important}.ozt-layout-glass-premium .product-modal-heading h2{color:#fff8ee!important;margin:0!important;padding-right:40px!important;font:700 30px/1.05 Georgia,Times New Roman,serif!important}.ozt-layout-glass-premium .product-modal-line{color:#d6a83b!important;align-items:center!important;gap:8px!important;width:170px!important;margin-top:13px!important;display:flex!important}.ozt-layout-glass-premium .product-modal-line:before,.ozt-layout-glass-premium .product-modal-line:after{content:""!important;background:#d6a83b8f!important;flex:1!important;height:1px!important}.ozt-layout-glass-premium .product-modal-price{color:#e4bc5b!important;margin-top:18px!important;font-size:25px!important;font-weight:950!important}.ozt-layout-glass-premium .product-modal-description{color:#b8b2aa!important;margin:10px 0 0!important;font-size:13px!important;line-height:1.45!important}.ozt-layout-glass-premium .product-modal-info-box,.ozt-layout-glass-premium .product-modal-allergen-box{background:#17191d!important;border:1px solid #ffffff14!important;border-radius:15px!important;margin-top:13px!important;padding:13px!important}.ozt-layout-glass-premium .product-modal-info-title{color:#d5cfca!important;margin-bottom:5px!important;font-size:11px!important;font-weight:900!important}.ozt-layout-glass-premium .product-modal-info-box p,.ozt-layout-glass-premium .product-modal-allergen-box p{color:#8f8a84!important;margin:0!important;font-size:11px!important;line-height:1.4!important}.ozt-layout-glass-premium .product-modal-divider{border-top:1px dashed #fff3!important;width:100%!important;margin:18px 0!important}.ozt-layout-glass-premium .quantity-title{color:#d8d0c7!important;margin-bottom:8px!important;font:700 15px Georgia,Times New Roman,serif!important}.ozt-layout-glass-premium .quantity-selector{background:#15171a!important;border:1px solid #ffffff17!important;border-radius:29px!important;grid-template-columns:56px 1fr 56px!important;align-items:center!important;width:100%!important;height:58px!important;display:grid!important}.ozt-layout-glass-premium .quantity-selector button{color:#e2b74c!important;background:0 0!important;border:1px solid #d6a83b6b!important;border-radius:50%!important;width:42px!important;height:42px!important;margin:auto!important;padding:0!important;font-size:23px!important}.ozt-layout-glass-premium .quantity-selector strong{text-align:center!important;color:#f6efe5!important;font-size:20px!important}.ozt-layout-glass-premium .product-modal-total{color:#17120a!important;background:linear-gradient(#f9f1df,#efe0be)!important;border:1px solid #ead6a4!important;border-radius:14px!important;justify-content:space-between!important;align-items:center!important;margin-top:15px!important;padding:15px 16px!important;display:flex!important}.ozt-layout-glass-premium .product-modal-total span{font:700 14px Georgia,Times New Roman,serif!important}.ozt-layout-glass-premium .product-modal-total strong{font-size:20px!important}.ozt-layout-glass-premium .product-modal .product-modal-add{color:#17120a!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;z-index:6!important;background:linear-gradient(135deg,#f4d47c 0%,#e2b64b 52%,#c99528 100%)!important;border:1px solid #ffe49abd!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;height:58px!important;min-height:58px!important;margin-top:13px!important;padding:0 18px!important;font-size:16px!important;font-weight:950!important;line-height:1!important;display:flex!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important;box-shadow:0 10px 24px #c28e2247,inset 0 1px #ffffff80!important}.ozt-layout-glass-premium .product-modal .product-modal-add span{color:#17120a!important;margin:0!important;font-size:18px!important}.ozt-layout-glass-premium .product-modal .product-modal-note{color:#77736c!important;text-align:center!important;margin-top:9px!important;font-size:8px!important}@media (max-width:600px){.ozt-layout-glass-premium{padding-left:9px!important;padding-right:9px!important}.ozt-layout-glass-premium .ozt-app-hero-photo{min-height:265px!important}.ozt-layout-glass-premium .ozt-app-hero-content{padding:21px 15px 15px!important}.ozt-layout-glass-premium .ozt-glass-hero-title{font-size:clamp(38px,10vw,52px)!important}.ozt-layout-glass-premium .ozt-app-quick-actions{gap:7px!important}.ozt-layout-glass-premium .ozt-app-action-button{min-height:66px!important}.ozt-layout-glass-premium .ozt-app-feature-card{flex-basis:198px!important;width:198px!important;min-width:198px!important;height:216px!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-image-wrap{height:99px!important;min-height:99px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product{grid-template-columns:80px minmax(0,1fr)!important;gap:9px!important;min-height:94px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image-wrap{width:80px!important;min-width:80px!important;max-width:80px!important;height:80px!important;min-height:80px!important;max-height:80px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info{padding-right:41px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info h3{font-size:14px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info p{font-size:9px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-right{bottom:7px!important;right:7px!important}.ozt-layout-glass-premium .product-modal-overlay{align-items:flex-end!important;padding:8px!important}.ozt-layout-glass-premium .product-modal{border-radius:23px 23px 18px 18px!important;width:100%!important;max-height:calc(100dvh - 12px)!important}.ozt-layout-glass-premium .product-modal-image-area{flex-basis:185px!important;height:185px!important;min-height:185px!important}.ozt-layout-glass-premium .product-modal-content{padding:15px 15px 78px!important}.ozt-layout-glass-premium .product-modal-heading h2{font-size:27px!important}.ozt-layout-glass-premium .product-modal .product-modal-add{border-radius:15px!important;height:54px!important;min-height:54px!important;font-size:15px!important}}@media (max-width:430px){.ozt-layout-glass-premium .ozt-app-feature-card{flex-basis:188px!important;width:188px!important;min-width:188px!important;height:208px!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-image-wrap{height:93px!important;min-height:93px!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-info h3{font-size:13px!important}.ozt-layout-glass-premium .ozt-app-feature-card .customer-product-info p{font-size:8px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product{grid-template-columns:74px minmax(0,1fr)!important;gap:9px!important;min-height:88px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image-wrap{width:74px!important;min-width:74px!important;max-width:74px!important;height:74px!important;min-height:74px!important;max-height:74px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info{padding-right:38px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info h3{font-size:13px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info p{font-size:8px!important}}.ozt-layout-glass-premium .ozt-app-product-row .customer-product{box-sizing:border-box!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:96px!important;padding:7px!important;display:grid!important;position:relative!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image-wrap{border-radius:12px!important;grid-area:1/1!important;width:86px!important;min-width:86px!important;max-width:86px!important;height:86px!important;min-height:86px!important;max-height:86px!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info{box-sizing:border-box!important;flex-direction:column!important;grid-area:1/2!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:4px 45px 4px 0!important;display:flex!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info h3{color:#fff8ed!important;white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important;width:100%!important;max-width:100%!important;margin:0 0 5px!important;font-family:Georgia,Times New Roman,serif!important;font-size:15px!important;font-weight:700!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info p{color:#96938e!important;white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important;width:100%!important;max-width:100%!important;margin:0 0 7px!important;font-size:9px!important;line-height:1.35!important;display:block!important;overflow:hidden!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-price{color:#e4b93f!important;white-space:nowrap!important;margin:0!important;font-size:15px!important;font-weight:900!important;line-height:1!important;display:block!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-right{z-index:10!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;bottom:8px!important;right:8px!important}.ozt-layout-glass-premium .ozt-app-product-row .add-to-cart-button{color:#17120a!important;background:#e4b93f!important;border:0!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;padding:0!important;display:flex!important}.ozt-layout-glass-premium .ozt-app-product-row .add-to-cart-button span{font-size:20px!important;line-height:1!important}@media (max-width:600px){.ozt-layout-glass-premium .ozt-app-product-row .customer-product{grid-template-columns:78px minmax(0,1fr)!important;gap:10px!important;min-height:90px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image-wrap{width:78px!important;min-width:78px!important;max-width:78px!important;height:78px!important;min-height:78px!important;max-height:78px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info{padding-right:42px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info h3{font-size:14px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info p{font-size:9px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-price{font-size:14px!important}}@media (max-width:430px){.ozt-layout-glass-premium .ozt-app-product-row .customer-product{grid-template-columns:72px minmax(0,1fr)!important;gap:9px!important;min-height:84px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-image-wrap{width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info{padding-right:40px!important}.ozt-layout-glass-premium .ozt-app-product-row .customer-product-info h3{font-size:13px!important}}.filters{gap:10px;margin-bottom:18px;display:flex}.filters input,.filters select{background:#fff;border:1px solid #ddd6cc;border-radius:12px;outline:none;height:44px;padding:0 14px;font-size:13px}.filters input{flex:1;min-width:220px}.filters input:focus,.filters select:focus{border-color:#ad7b12}@media (max-width:700px){.filters{flex-direction:column}.filters input{min-width:0}}.landing-page{--landing-black:#090909;--landing-dark:#111;--landing-gold:#d5a746;--landing-gold-dark:#b98018;--landing-cream:#f7f4ed;--landing-text:#171717;--landing-muted:#74716b;background:radial-gradient(circle at 50% -10%, #d5a74614, transparent 30%), var(--landing-cream);width:100%;min-height:100vh;color:var(--landing-text);overflow:hidden}.landing-page a{text-decoration:none}.landing-nav{z-index:1000;-webkit-backdrop-filter:blur(18px);background:#f7f4ede6;border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 5vw;display:flex;position:sticky;top:0}.landing-brand{color:#111;letter-spacing:1.5px;align-items:center;gap:11px;font-size:16px;font-weight:800;display:inline-flex}.landing-brand strong{font-weight:400}.landing-brand-mark{border:1px solid #171717;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-family:Georgia,serif;font-size:18px;display:inline-flex}.landing-nav-links{align-items:center;gap:30px;display:flex}.landing-nav-links a{color:#55514a;font-size:12px;font-weight:700;transition:color .2s}.landing-nav-links a:hover{color:#b98018}.landing-nav-button{color:#fff;letter-spacing:.3px;background:#171717;border-radius:9px;padding:11px 18px;font-size:11px;font-weight:800;transition:transform .2s,background .2s}.landing-nav-button:hover{background:#b98018;transform:translateY(-1px)}.landing-eyebrow{color:#b98018;letter-spacing:2.5px;font-size:10px;font-weight:900}.landing-section{width:min(1180px,100% - 40px);margin:0 auto;padding:115px 0}.landing-section-heading{max-width:650px;margin-bottom:55px}.landing-section-heading-center{text-align:center;margin-left:auto;margin-right:auto}.landing-section-heading h2{letter-spacing:-1.8px;margin:13px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,62px);line-height:1.03}.landing-section-heading h2 span,.landing-hero h1 span,.landing-demo-content h2 span,.landing-final-cta h2 span{color:#b98018}.landing-section-heading p{max-width:590px;color:var(--landing-muted);margin:0;font-size:15px;line-height:1.7}.landing-hero{background:radial-gradient(circle at 80%,#d5a7461a,#0000 30%),linear-gradient(135deg,#f7f4ed 0%,#f1ede3 100%);grid-template-columns:1fr .9fr;align-items:center;gap:50px;min-height:730px;padding:80px 7vw 95px;display:grid;position:relative}.landing-hero-content{z-index:2;max-width:680px;position:relative}.landing-hero h1{letter-spacing:-3.5px;margin:18px 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6vw,78px);line-height:.99}.landing-hero-content>p{color:#68645d;max-width:560px;margin:0 0 32px;font-size:16px;line-height:1.7}.landing-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.landing-button{letter-spacing:.6px;border-radius:10px;justify-content:center;align-items:center;gap:16px;min-height:50px;padding:0 21px;font-size:11px;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.landing-button:hover{transform:translateY(-2px)}.landing-button-primary{color:#fff;background:#171717;box-shadow:0 10px 25px #00000026}.landing-button-primary:hover{background:#b98018}.landing-button-secondary{color:#222;background:#ffffffa6;border:1px solid #d9d1c2}.landing-button-secondary:hover{background:#fff}.landing-trust{color:#888278;flex-wrap:wrap;gap:18px;margin-top:22px;font-size:11px;font-weight:700;display:flex}.landing-product-preview{justify-content:center;align-items:center;min-height:580px;display:flex;position:relative}.landing-preview-glow{filter:blur(5px);background:radial-gradient(circle,#d5a7463b,#0000 68%);border-radius:50%;width:430px;height:430px;position:absolute}.landing-phone{z-index:3;background:#faf8f3;border:7px solid #171717;border-radius:38px;width:290px;min-height:555px;padding:20px 16px;position:relative;box-shadow:0 35px 80px #00000040}.landing-phone-top{color:#77736b;letter-spacing:1.5px;justify-content:space-between;font-size:8px;font-weight:900;display:flex}.landing-phone-logo{color:#fff;background:#111;border:1px solid #c89a3c;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin:34px auto 12px;font-family:Georgia,serif;font-size:20px;display:flex}.landing-phone h3{text-align:center;margin:0;font-family:Georgia,serif;font-size:20px}.landing-phone>p{text-align:center;color:#b98018;letter-spacing:2px;margin:5px 0 22px;font-size:8px;font-weight:900}.landing-phone-actions{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:20px;display:grid}.landing-phone-actions div{text-align:center;background:#efebe2;border-radius:8px;padding:9px 3px;font-size:7px;font-weight:900}.landing-phone-menu{background:#fff;border-radius:14px;padding:13px;box-shadow:0 5px 20px #0000000d}.landing-phone-menu>div:first-child{justify-content:space-between;margin-bottom:13px;font-family:Georgia,serif;font-size:13px;display:flex}.landing-phone-menu>div:first-child b{color:#b98018}.landing-phone-item{border-top:1px solid #eeeae2;grid-template-columns:38px 1fr auto;align-items:center;gap:8px;padding:8px 0;display:grid}.landing-phone-item>span{background:linear-gradient(135deg,#d9c7a2,#eee5d2);border-radius:8px;width:38px;height:38px}.landing-phone-item div{flex-direction:column;gap:3px;display:flex}.landing-phone-item strong{font-size:9px}.landing-phone-item small{color:#999;font-size:7px}.landing-phone-item b{font-size:9px}.landing-phone-cart{color:#fff;background:#171717;border-radius:10px;justify-content:space-between;align-items:center;padding:11px 12px;font-size:8px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.landing-phone-cart strong{color:#d5a746}.landing-floating-card{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #00000014;border-radius:14px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 15px 35px #0000001f}.landing-floating-card>span{color:#d5a746;background:#171717;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex}.landing-floating-card div{flex-direction:column;gap:3px;display:flex}.landing-floating-card strong{font-size:10px}.landing-floating-card small{color:#888;font-size:8px}.landing-floating-card-left{top:145px;left:0}.landing-floating-card-right{bottom:135px;right:-10px}.landing-floating-card-right>span{color:#277a39;background:#e8f4e8}.landing-stats{background:#f1eee7;border-top:1px solid #ddd7cb;border-bottom:1px solid #ddd7cb;grid-template-columns:repeat(4,1fr);width:100%;display:grid}.landing-stats div{text-align:center;border-right:1px solid #ddd7cb;padding:30px 20px}.landing-stats div:last-child{border-right:0}.landing-stats strong{margin-bottom:5px;font-family:Georgia,serif;font-size:22px;display:block}.landing-stats span{color:#888278;letter-spacing:.5px;font-size:10px;font-weight:700}.landing-feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.landing-feature-card{background:#ffffff9e;border:1px solid #e0d9cc;border-radius:20px;min-height:245px;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}.landing-feature-card:hover{border-color:#d2b36a;transform:translateY(-5px);box-shadow:0 18px 40px #32281417}.landing-feature-icon{color:#d5a746;background:#171717;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:25px;font-size:20px;display:flex}.landing-feature-card h3{margin:0 0 9px;font-family:Georgia,serif;font-size:20px}.landing-feature-card p{color:#7b776f;max-width:300px;margin:0;font-size:12px;line-height:1.65}.landing-feature-arrow{color:#b98018;font-size:20px;position:absolute;bottom:23px;right:25px}.landing-how-section{grid-template-columns:.8fr 1.2fr;align-items:center;gap:100px;display:grid}.landing-steps{flex-direction:column;display:flex}.landing-step{border-bottom:1px solid #ddd7cb;grid-template-columns:65px 1fr;gap:20px;padding:28px 0;display:grid}.landing-step:first-child{border-top:1px solid #ddd7cb}.landing-step-number{color:#b98018;font-family:Georgia,serif;font-size:23px}.landing-step h3{margin:0 0 7px;font-family:Georgia,serif;font-size:20px}.landing-step p{color:#77736b;margin:0;font-size:12px;line-height:1.6}.landing-demo-section{color:#fff;background:radial-gradient(circle at 70%,#d5a74621,#0000 35%),#111;grid-template-columns:1fr 1fr;align-items:center;min-height:500px;padding:90px 8vw;display:grid;position:relative;overflow:hidden}.landing-demo-content{z-index:2;max-width:550px;position:relative}.landing-demo-content h2{letter-spacing:-2px;margin:15px 0 18px;font-family:Georgia,serif;font-size:clamp(42px,5vw,62px);line-height:1}.landing-demo-content p{color:#ffffff94;max-width:480px;margin:0 0 30px;font-size:14px;line-height:1.7}.landing-demo-visual{min-height:370px;position:relative}.landing-demo-qr{background:#fff;border:10px solid #fff;border-radius:15px;justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:absolute;top:50%;left:20%;transform:translateY(-50%)rotate(-5deg);box-shadow:0 25px 60px #00000059}.landing-qr-pattern{grid-template-columns:repeat(3,1fr);gap:8px;width:135px;height:135px;display:grid}.landing-qr-pattern span{background:#111;border-radius:2px;display:block}.landing-qr-pattern span:nth-child(2),.landing-qr-pattern span:nth-child(4),.landing-qr-pattern span:nth-child(8){background:#fff;border:8px solid #111}.landing-nfc-card{background:radial-gradient(circle at 80% 20%,#d5a7464d,#0000 35%),linear-gradient(135deg,#1c1c1c,#090909);border:1px solid #d5a74680;border-radius:20px;width:280px;height:175px;padding:24px;position:absolute;top:50%;right:5%;transform:translateY(-50%)rotate(8deg);box-shadow:0 25px 60px #0006}.landing-nfc-logo{color:#d5a746;letter-spacing:3px;font-family:Georgia,serif;font-size:24px;font-weight:700}.landing-nfc-lines{flex-direction:column;gap:4px;display:flex;position:absolute;bottom:24px;left:24px}.landing-nfc-lines span{color:#fff;letter-spacing:2px;font-size:10px;font-weight:900}.landing-nfc-lines small{color:#8e8e8e;font-size:8px}.landing-nfc-symbol{color:#d5a746;font-size:30px;position:absolute;bottom:25px;right:25px}.landing-pricing-section{padding-bottom:125px}.landing-pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.landing-price-card{background:#ffffffa6;border:1px solid #ded7ca;border-radius:22px;padding:32px;position:relative;box-shadow:0 7px 25px #00000008}.landing-price-card-featured{background:linear-gradient(145deg,#fffdf8,#f4ede0);border-color:#b98018;box-shadow:0 20px 50px #7855141f}.landing-price-badge{color:#d5a746;letter-spacing:1px;white-space:nowrap;background:#171717;border-radius:20px;padding:7px 13px;font-size:8px;font-weight:900;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-price-name{color:#b98018;letter-spacing:2px;font-size:10px;font-weight:900}.landing-price{align-items:baseline;gap:7px;margin:15px 0 10px;display:flex}.landing-price strong{font-family:Georgia,serif;font-size:48px;line-height:1}.landing-price span{color:#888;font-size:11px}.landing-price-description{color:#77736b;min-height:42px;margin:0;font-size:11px;line-height:1.5}.landing-price-divider{background:#e2dcd1;height:1px;margin:25px 0}.landing-price-card ul{flex-direction:column;gap:12px;min-height:165px;margin:0 0 25px;padding:0;list-style:none;display:flex}.landing-price-card li{color:#55514a;align-items:flex-start;gap:9px;font-size:11px;line-height:1.4;display:flex}.landing-price-card li span{color:#b98018;font-weight:900}.landing-price-button{color:#171717;letter-spacing:.5px;background:#fff;border:1px solid #d5cec0;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:48px;font-size:10px;font-weight:900;transition:all .2s;display:flex}.landing-price-button:hover,.landing-price-button-dark{color:#fff;background:#171717;border-color:#171717}.landing-price-button-dark:hover{background:#b98018;border-color:#b98018}.landing-final-cta{text-align:center;color:#fff;background:radial-gradient(circle at 50% 0,#d5a74629,#0000 32%),#0a0a0a;padding:125px 20px;position:relative;overflow:hidden}.landing-final-glow{border:1px solid #d5a74614;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-final-cta>*{z-index:2;position:relative}.landing-final-cta h2{letter-spacing:-2.5px;margin:15px 0 18px;font-family:Georgia,serif;font-size:clamp(44px,6vw,70px);line-height:1}.landing-final-cta p{color:#ffffff8c;max-width:550px;margin:0 auto 30px;font-size:14px;line-height:1.7}.landing-final-cta .landing-hero-actions{justify-content:center}.landing-footer{color:#fff;background:#080808;border-top:1px solid #ffffff14;padding:45px 7vw 25px}.landing-footer-brand{align-items:center;gap:12px;display:flex}.landing-footer-brand .landing-brand-mark{border-color:#ffffff80}.landing-footer-brand>div{flex-direction:column;gap:3px;display:flex}.landing-footer-brand strong{letter-spacing:1.5px;font-size:13px}.landing-footer-brand small{color:#777;font-size:9px}.landing-footer-links{justify-content:flex-end;gap:22px;margin-top:-25px;display:flex}.landing-footer-links a{color:#888;font-size:10px;font-weight:700}.landing-footer-links a:hover{color:#d5a746}.landing-footer-bottom{color:#555;letter-spacing:1px;border-top:1px solid #ffffff14;justify-content:space-between;margin-top:40px;padding-top:20px;font-size:8px;display:flex}@media (max-width:900px){.landing-nav{padding:0 20px}.landing-nav-links{display:none}.landing-hero{text-align:center;grid-template-columns:1fr;padding:70px 25px 85px}.landing-hero-content{margin:0 auto}.landing-hero-content>p{margin-left:auto;margin-right:auto}.landing-hero-actions,.landing-trust{justify-content:center}.landing-product-preview{min-height:600px}.landing-floating-card-left{left:2%}.landing-floating-card-right{right:2%}.landing-feature-grid{grid-template-columns:repeat(2,1fr)}.landing-how-section{grid-template-columns:1fr;gap:20px}.landing-demo-section{grid-template-columns:1fr;gap:40px;padding:80px 25px}.landing-demo-content{text-align:center;margin:0 auto}.landing-demo-content .landing-button{margin:0 auto}.landing-demo-visual{min-height:380px}.landing-pricing-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}}@media (max-width:600px){.landing-nav{height:68px}.landing-nav-button{padding:10px 13px;font-size:9px}.landing-hero{min-height:auto;padding:55px 18px 60px}.landing-eyebrow{letter-spacing:1.7px;font-size:8px}.landing-hero h1{letter-spacing:-2px;font-size:44px}.landing-hero-content>p{font-size:13px}.landing-button,.landing-hero-actions{width:100%}.landing-trust{gap:9px;font-size:9px}.landing-product-preview{min-height:530px}.landing-phone{border-width:6px;border-radius:30px;width:245px;min-height:480px}.landing-phone-logo{margin-top:24px}.landing-floating-card{padding:9px;transform:scale(.82)}.landing-floating-card-left{left:-13px}.landing-floating-card-right{right:-13px}.landing-stats{grid-template-columns:repeat(2,1fr)}.landing-stats div:nth-child(2){border-right:0}.landing-stats div:nth-child(-n+2){border-bottom:1px solid #ddd7cb}.landing-section{width:min(100% - 28px,520px);padding:80px 0}.landing-section-heading h2{font-size:42px}.landing-feature-grid{grid-template-columns:1fr}.landing-feature-card{min-height:205px}.landing-step{grid-template-columns:48px 1fr;gap:10px}.landing-demo-visual{min-height:340px}.landing-demo-qr{border-width:7px;width:145px;height:145px;left:0}.landing-qr-pattern{gap:5px;width:105px;height:105px}.landing-qr-pattern span:nth-child(2),.landing-qr-pattern span:nth-child(4),.landing-qr-pattern span:nth-child(8){border-width:6px}.landing-nfc-card{width:220px;height:140px;padding:18px;right:0}.landing-nfc-lines{bottom:18px;left:18px}.landing-nfc-symbol{bottom:18px;right:18px}.landing-price-card{padding:25px}.landing-final-cta{padding:90px 20px}.landing-final-cta h2{font-size:44px}.landing-footer{padding:35px 20px 20px}.landing-footer-links{flex-wrap:wrap;justify-content:flex-start;margin-top:30px}.landing-footer-bottom{flex-direction:column;gap:8px}}.demo-page{color:#171717;background:#f7f4ed;min-height:100vh}.demo-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f4edeb;border-bottom:1px solid #ded8cc;justify-content:space-between;align-items:center;height:76px;padding:0 6vw;display:flex}.demo-brand{color:#171717;letter-spacing:1.5px;align-items:center;gap:10px;font-size:15px;font-weight:900;display:inline-flex}.demo-brand strong{font-weight:400}.demo-brand-mark{border:1px solid #171717;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-family:Georgia,serif;display:flex}.demo-nav-button{color:#fff;background:#171717;border-radius:9px;padding:11px 17px;font-size:10px;font-weight:900}.demo-nav-button:hover{background:#b98018}.demo-hero{background:radial-gradient(circle at 75%,#d5a74624,#0000 32%);grid-template-columns:1fr .9fr;align-items:center;gap:70px;min-height:700px;padding:80px 8vw;display:grid}.demo-hero-content{max-width:650px}.demo-hero h1{letter-spacing:-3px;margin:18px 0 25px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6vw,76px);line-height:1}.demo-hero h1 span{color:#b98018}.demo-hero-content>p{color:#77736b;max-width:540px;margin:0 0 30px;font-size:15px;line-height:1.75}.demo-actions{flex-wrap:wrap;gap:12px;display:flex}.demo-primary-button,.demo-secondary-button{letter-spacing:.5px;border-radius:10px;justify-content:center;align-items:center;min-height:50px;padding:0 20px;font-size:10px;font-weight:900;display:inline-flex}.demo-primary-button{color:#fff;background:#171717}.demo-primary-button:hover{background:#b98018}.demo-secondary-button{color:#171717;background:#fff;border:1px solid #d5cec0}.demo-note{color:#888278;align-items:center;gap:8px;margin-top:20px;font-size:10px;font-weight:700;display:flex}.demo-note span{color:#3e873f}.demo-preview{justify-content:center;align-items:center;min-height:560px;display:flex}.demo-preview-card{background:#faf8f3;border:7px solid #171717;border-radius:35px;width:360px;padding:25px;box-shadow:0 35px 80px #0000003b}.demo-preview-top{color:#77736b;letter-spacing:1px;justify-content:space-between;font-size:7px;font-weight:900;display:flex}.demo-preview-top span:last-child{color:#3e873f}.demo-restaurant-logo{color:#d5a746;background:#171717;border:1px solid #c89a3c;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:35px auto 14px;font-family:Georgia,serif;font-size:22px;display:flex}.demo-preview-card h2{text-align:center;margin:0;font-family:Georgia,serif;font-size:22px}.demo-preview-card>p{text-align:center;color:#b98018;letter-spacing:2px;margin:5px 0 22px;font-size:8px;font-weight:900}.demo-preview-buttons{grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:18px;display:grid}.demo-preview-buttons div{background:#eee9df;border-radius:9px;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;display:flex}.demo-preview-buttons strong{font-size:11px}.demo-preview-buttons span{color:#77736b;font-size:7px}.demo-preview-menu{background:#fff;border-radius:15px;padding:15px;box-shadow:0 7px 25px #0000000d}.demo-menu-heading{justify-content:space-between;margin-bottom:12px;font-family:Georgia,serif;font-size:13px;display:flex}.demo-menu-heading span{color:#b98018}.demo-menu-item{border-top:1px solid #eeeae2;grid-template-columns:45px 1fr auto;align-items:center;gap:9px;padding:10px 0;display:grid}.demo-food-image{background:linear-gradient(135deg,#d4bd91,#eee2cb);border-radius:9px;width:45px;height:45px}.demo-food-two{background:linear-gradient(135deg,#c6b294,#e9dbc0)}.demo-menu-item div:nth-child(2){flex-direction:column;gap:3px;display:flex}.demo-menu-item strong{font-size:9px}.demo-menu-item small{color:#999;font-size:7px}.demo-menu-item b{font-size:9px}.demo-order-button{color:#fff;text-align:center;background:#171717;border-radius:10px;margin-top:15px;padding:13px;font-size:9px;font-weight:900}.demo-experience{color:#fff;background:#111;padding:110px 8vw}.demo-section-heading{max-width:650px;margin-bottom:55px}.demo-section-heading h2{margin:15px 0 0;font-family:Georgia,serif;font-size:clamp(42px,5vw,62px);line-height:1}.demo-section-heading h2 span{color:#d5a746}.demo-experience-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto;display:grid}.demo-experience-card{background:#ffffff09;border:1px solid #ffffff1a;border-radius:20px;padding:30px;position:relative}.demo-number{color:#d5a746;font-family:Georgia,serif;font-size:13px}.demo-icon{color:#111;background:#d5a746;border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;margin:30px 0 20px;font-size:20px;display:flex}.demo-experience-card h3{margin:0 0 10px;font-family:Georgia,serif;font-size:21px}.demo-experience-card p{color:#888;margin:0;font-size:12px;line-height:1.7}.demo-final{text-align:center;background:#f7f4ed;padding:115px 20px}.demo-final h2{margin:15px 0 18px;font-family:Georgia,serif;font-size:clamp(43px,6vw,68px);line-height:1}.demo-final h2 span{color:#b98018}.demo-final p{color:#77736b;max-width:540px;margin:0 auto 30px;font-size:14px;line-height:1.7}.demo-footer{color:#555;background:#080808;justify-content:space-between;padding:25px 7vw;font-size:9px;display:flex}.demo-footer a{color:#aaa}.demo-footer a:hover{color:#d5a746}@media (max-width:900px){.demo-hero{grid-template-columns:1fr;padding:70px 25px}.demo-hero-content{text-align:center;margin:0 auto}.demo-hero-content>p{margin-left:auto;margin-right:auto}.demo-actions,.demo-note{justify-content:center}.demo-experience-grid{grid-template-columns:1fr;max-width:500px}}@media (max-width:600px){.demo-nav{height:68px;padding:0 16px}.demo-nav-button{padding:10px 12px;font-size:8px}.demo-hero{padding:55px 18px 70px}.demo-hero h1{letter-spacing:-2px;font-size:43px}.demo-actions{flex-direction:column}.demo-primary-button,.demo-secondary-button{width:100%}.demo-preview{min-height:510px}.demo-preview-card{border-width:6px;border-radius:29px;width:290px;padding:18px}.demo-experience{padding:80px 20px}.demo-final{padding:85px 20px}.demo-footer{flex-direction:column;gap:10px;padding:25px 20px}}.cart-added-toast{z-index:999999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:none;background:#1c1b19f5;border:1px solid #e0ad3573;border-radius:16px;align-items:center;gap:12px;min-width:260px;max-width:calc(100vw - 32px);padding:13px 17px;animation:.28s ease-out cartAddedToastIn;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%);box-shadow:0 14px 35px #00000038,0 4px 12px #c68e1924}.cart-added-toast-icon{color:#17130d;background:linear-gradient(135deg,#e5b94f,#c99527);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;font-weight:900;display:flex;box-shadow:0 4px 12px #c9952740}.cart-added-toast-content{flex-direction:column;gap:3px;min-width:0;display:flex}.cart-added-toast-content strong{color:#f4d98a;letter-spacing:1.2px;font-size:11px;font-weight:900;line-height:1.2}.cart-added-toast-content span{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden}@keyframes cartAddedToastIn{0%{opacity:0;transform:translate(-50%)translateY(-14px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@media (max-width:600px){.cart-added-toast{border-radius:15px;width:calc(100vw - 32px);min-width:0;max-width:390px;padding:12px 14px;top:16px}.cart-added-toast-icon{width:32px;height:32px;font-size:17px}.cart-added-toast-content strong{letter-spacing:1px;font-size:10px}.cart-added-toast-content span{font-size:12px}}
