@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--ink:#102c26;--ink2:#1b4138;--cream:#f5f1e8;--paper:#fff;--orange:#ed7046;--orange2:#d85a33;--muted:#6f7975;--line:#e2e6e2;--green:#2b8a68;--yellow:#d99a2b;--red:#c94f4f;--shadow:0 18px 55px rgba(16,44,38,.11);font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.boot{min-height:100vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.loader{width:35px;height:35px;margin:auto;border:3px solid #d8ddd9;border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.brand{font-size:26px;font-weight:700;letter-spacing:-1px;color:var(--ink);text-decoration:none}.brand span{color:var(--orange)}.brand.light{color:#fff}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.4px;color:var(--orange);margin:0 0 12px}.btn{border:0;border-radius:11px;padding:12px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:wait}.btn.primary{color:#fff;background:var(--orange);box-shadow:0 7px 18px rgba(237,112,70,.22)}.btn.primary:hover{background:var(--orange2)}.btn.secondary{background:var(--ink);color:#fff}.btn.ghost{background:#fff;border:1px solid var(--line);color:var(--ink);box-shadow:none}.btn.full{width:100%;padding:15px}.btn.danger{color:var(--red)}.alert{padding:11px 13px;border-radius:9px;background:#fff0ed;color:#a83d32;font-size:13px;margin:15px 0}.toast{position:fixed;z-index:1000;left:50%;bottom:20px;transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:12px 18px;border-radius:10px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{background:#9b3434}
.customer-head{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(245,241,232,.94);border-bottom:1px solid rgba(16,44,38,.08);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.location-pill{display:flex;align-items:center;gap:10px;background:#fff;padding:8px 14px;border-radius:12px;box-shadow:0 4px 18px rgba(16,44,38,.06)}.location-pill svg{color:var(--orange)}.location-pill span{display:flex;flex-direction:column;font-size:13px;font-weight:700}.location-pill small{font-size:9px;color:var(--muted);font-weight:500;text-transform:uppercase;letter-spacing:.8px}
.entry-page,.success-page{min-height:calc(100vh - 78px);display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 20% 20%,rgba(237,112,70,.12),transparent 30%),radial-gradient(circle at 80% 70%,rgba(31,100,81,.12),transparent 30%)}.entry-card,.success-card{width:min(580px,100%);padding:50px;background:#fff;border-radius:24px;box-shadow:var(--shadow);text-align:center}.entry-art{width:80px;height:80px;border-radius:50%;display:grid;place-items:center;margin:0 auto 25px;background:var(--ink);color:#fff;font-size:50px}.entry-card h1,.success-card h1{font:700 42px/1.1 'Playfair Display',serif;margin:5px 0 16px}.entry-card>p,.success-card>p{color:var(--muted);line-height:1.65}.entry-card form{text-align:left;margin-top:30px}.entry-card label,.login-form label,.modal label{font-size:12px;font-weight:700;display:flex;flex-direction:column;gap:7px;color:#42534e}.input-row{display:flex;gap:9px}.input-row input{flex:1}.entry-card input,.login-form input,.modal input,.modal select,.modal textarea{border:1px solid #d9dfdb;border-radius:10px;background:#fbfcfb;padding:12px 13px;outline:none;color:var(--ink)}input:focus,select:focus,textarea:focus{border-color:var(--orange)!important;box-shadow:0 0 0 3px rgba(237,112,70,.12)}.staff-link{display:inline-block;margin-top:28px;color:var(--ink);font-size:13px;font-weight:700;text-decoration:none}
.menu-page{max-width:1180px;margin:auto;padding:42px 24px 120px}.menu-hero{background:var(--ink);border-radius:24px;color:#fff;padding:42px 48px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;position:relative}.menu-hero h1{font:700 44px/1.1 'Playfair Display',serif;margin:0 0 10px}.menu-hero p:last-child{color:#b9cbc5;margin:0}.hero-mark{width:155px;height:155px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;font:700 48px 'Playfair Display';color:var(--orange);box-shadow:0 0 0 28px rgba(255,255,255,.035)}.category-tabs{display:flex;gap:9px;padding:30px 0 22px;overflow:auto}.category{border:1px solid #dce1dc;border-radius:99px;padding:9px 16px;background:transparent;color:#586560;white-space:nowrap}.category.active{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-card{background:#fff;border-radius:16px;padding:17px;display:flex;align-items:center;gap:16px;min-height:118px;border:1px solid transparent;transition:.18s}.product-card:hover{border-color:#d8ded9;box-shadow:0 8px 30px rgba(16,44,38,.07)}.product-emoji{width:75px;height:75px;display:grid;place-items:center;border-radius:13px;background:#f4f0e7;font-size:37px;flex:0 0 auto}.product-copy{flex:1;min-width:0}.product-copy h3{margin:0 0 4px;font-size:16px}.product-copy p{margin:0 0 10px;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-copy strong{font-size:14px}.add-btn{width:37px;height:37px;border:0;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;flex:0 0 auto}.add-btn svg{width:18px}.stepper{display:flex;align-items:center;gap:9px;background:#f2f4f2;border-radius:99px;padding:3px}.stepper button{border:0;background:#fff;width:28px;height:28px;border-radius:50%;color:var(--ink);font-weight:700}.stepper b{font-size:13px;min-width:12px;text-align:center}.cart-dock{position:fixed;z-index:30;bottom:-100px;left:50%;transform:translateX(-50%);width:min(560px,calc(100% - 30px));transition:.25s}.cart-dock.visible{bottom:20px}.cart-dock button{width:100%;border:0;border-radius:14px;padding:16px 20px;background:var(--orange);color:#fff;display:flex;gap:12px;align-items:center;box-shadow:0 12px 36px rgba(89,36,20,.3);font-weight:700}.cart-dock strong{margin-left:auto}.cart-badge{background:#fff;color:var(--orange);border-radius:50%;width:24px;height:24px;display:grid;place-items:center;font-size:12px}
.cart-page{max-width:1050px;margin:auto;padding:40px 24px}.back-link{border:0;background:none;color:var(--muted);padding:0;margin-bottom:30px}.checkout-layout{display:grid;grid-template-columns:1fr 470px;gap:65px}.checkout-layout h1{font:700 46px 'Playfair Display';margin:0}.checkout-location{display:flex;gap:14px;align-items:center;background:#e8ede8;border-radius:14px;padding:18px;margin-top:28px}.checkout-location svg{color:var(--orange);width:27px}.checkout-location div{display:flex;flex-direction:column}.checkout-location small,.checkout-location span{color:var(--muted);font-size:11px}.cart-card{background:#fff;border-radius:20px;padding:27px;box-shadow:var(--shadow)}.cart-card h2{margin:0 0 20px}.cart-line{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #edf0ed}.mini-emoji{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;background:var(--cream)}.cart-line>div:nth-child(2){flex:1;display:flex;flex-direction:column}.cart-line small{color:var(--muted);font-size:11px;margin-top:3px}.note-label{display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:7px;margin:20px 0}.note-label textarea{resize:vertical;min-height:75px;border:1px solid var(--line);border-radius:9px;padding:10px}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:16px}.cart-total strong{font-size:22px}.fineprint{text-align:center;color:var(--muted);font-size:11px;margin-bottom:0}.success-check{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:#dff2e8;color:var(--green);font-size:32px;margin:0 auto 24px}.order-ticket{background:var(--cream);padding:18px;border-radius:13px;display:flex;flex-direction:column;margin:25px 0}.order-ticket strong{font-size:25px;margin:5px}.order-ticket span{font-size:11px;color:var(--muted)}
.login-page{min-height:100vh;display:grid;grid-template-columns:44% 56%}.login-brand{background:var(--ink);padding:45px 9%;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-brand:after{content:'';position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-200px;bottom:-120px;box-shadow:0 0 0 65px rgba(255,255,255,.025),0 0 0 130px rgba(255,255,255,.018)}.login-brand h1{font:700 50px/1.1 'Playfair Display';margin:0}.login-brand p:not(.eyebrow){color:#b9cbc5}.login-brand small{color:#78938b}.login-panel{display:grid;place-items:center;padding:30px;background:#faf9f5}.login-form{width:min(390px,100%);background:#fff;padding:38px;border-radius:20px;box-shadow:var(--shadow)}.login-icon{width:48px;height:48px;border-radius:12px;background:#e8efeb;display:grid;place-items:center;color:var(--ink)}.login-form h2{margin:20px 0 5px}.login-form>p{color:var(--muted);font-size:13px;line-height:1.55;margin-bottom:25px}.login-form label{margin:14px 0}.login-form>a{display:block;text-align:center;margin-top:22px;color:var(--muted);font-size:12px;text-decoration:none}
.staff-shell{min-height:100vh;background:#f4f5f2}.sidebar{position:fixed;z-index:30;width:235px;inset:0 auto 0 0;background:var(--ink);padding:27px 18px;display:flex;flex-direction:column}.sidebar>.brand{padding-left:12px}.sidebar nav{margin-top:45px;display:flex;flex-direction:column;gap:5px}.sidebar nav button{border:0;background:none;color:#9db3ac;border-radius:10px;padding:12px;display:flex;align-items:center;gap:12px;text-align:left}.sidebar nav button:hover,.sidebar nav button.active{background:rgba(255,255,255,.09);color:#fff}.sidebar nav button b{margin-left:auto;background:var(--orange);color:#fff;border-radius:99px;min-width:21px;padding:2px 6px;font-size:10px}.side-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:19px 4px 0;display:flex;align-items:center;gap:9px;color:#fff}.side-user>span{width:35px;height:35px;border-radius:10px;background:var(--orange);display:grid;place-items:center;font-weight:700}.side-user>div{display:flex;flex-direction:column;min-width:0;flex:1}.side-user strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-user small{font-size:9px;color:#8fa79f}.side-user button{border:0;background:none;color:#78938b;padding:4px}.staff-main{margin-left:235px;padding:36px 40px 70px;min-height:100vh}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.page-head h1{font:700 32px 'Playfair Display';margin:0}.head-actions .btn svg{width:17px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:27px}.stats article{background:#fff;border-radius:13px;padding:18px 20px;border:1px solid #e7eae7;display:grid;grid-template-columns:1fr auto}.stats span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.7px}.stats strong{grid-row:1/3;grid-column:2;font-size:25px}.stats small{font-size:10px;color:#98a19e;margin-top:7px}.order-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.order-toolbar>span{font-size:11px;color:var(--muted)}.filter-tabs{display:flex;gap:4px;background:#e8ebe8;padding:4px;border-radius:10px}.filter-tabs button{border:0;background:none;padding:7px 12px;border-radius:7px;color:#65716d;font-size:11px}.filter-tabs button.active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 2px 5px rgba(0,0,0,.05)}.orders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.order-card{background:#fff;border:1px solid #e1e6e2;border-top:3px solid #bbb;border-radius:13px;padding:16px;display:flex;flex-direction:column}.order-card.status-new{border-top-color:var(--orange)}.order-card.status-accepted{border-top-color:var(--yellow)}.order-card.status-ready{border-top-color:var(--green)}.order-top{display:flex;align-items:flex-start;gap:9px}.status-dot{width:8px;height:8px;border-radius:50%;background:#bbb;margin-top:5px}.status-new .status-dot{background:var(--orange)}.status-accepted .status-dot{background:var(--yellow)}.status-ready .status-dot{background:var(--green)}.order-top>div{display:flex;flex-direction:column}.status-label{font-size:9px;text-transform:uppercase;font-weight:700;color:var(--orange);letter-spacing:.8px}.order-top h3{margin:2px 0;font-size:16px}.order-top small{color:var(--muted);font-size:9px}.order-top>b{margin-left:auto;font-size:9px;color:#9ba5a1}.order-items{border-block:1px solid #edf0ed;margin:14px 0;padding:10px 0}.order-items div{display:flex;gap:8px;font-size:11px;padding:4px 0}.order-items span{flex:1}.order-note{font-size:10px;background:#fff7e9;padding:8px;border-radius:6px;margin-bottom:10px;color:#755c30}.order-bottom{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);margin-top:auto}.order-bottom strong{font-size:13px;color:var(--ink)}.order-actions{display:flex;gap:6px;margin-top:13px}.order-actions .btn{flex:1;padding:9px 8px;font-size:10px}.empty{grid-column:1/-1;text-align:center;padding:70px;background:#fff;border-radius:14px;color:var(--muted)}.empty span{width:45px;height:45px;border-radius:50%;background:#e5f2eb;color:var(--green);display:grid;place-items:center;margin:auto;font-size:22px}.empty h3{color:var(--ink);margin-bottom:5px}.empty p{font-size:12px}.page-intro{font-size:12px;color:var(--muted);margin-top:-15px;margin-bottom:25px}
.data-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:auto}table{width:100%;border-collapse:collapse;min-width:720px}th{text-align:left;padding:13px 17px;background:#fafbf9;color:#89938f;font-size:9px;text-transform:uppercase;letter-spacing:.7px}td{padding:14px 17px;border-top:1px solid #edf0ed;font-size:12px}td:first-child{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.table-emoji{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:var(--cream);font-size:20px}td small{color:var(--muted);font-size:9px}.tag{display:inline-flex;padding:4px 8px;border-radius:99px;font-size:9px;font-weight:700}.tag.on{background:#e3f2e9;color:#287051}.tag.off{background:#eee;color:#777}.edit-btn{border:0;background:none;color:var(--orange2);font-size:10px;font-weight:700;padding:6px}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.location-card{display:flex;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);padding:20px;border-radius:15px}.location-card .qr{width:132px;height:132px;display:grid;place-items:center;padding:8px;border:1px solid var(--line);border-radius:10px;flex:0 0 auto}.location-card h3{margin:8px 0 2px}.location-card p{margin:0 0 7px;color:var(--muted);font-size:11px}.location-card code{font-size:10px;background:#f0f2f0;padding:3px 6px;border-radius:4px}.location-card>div:last-child>div{margin-top:10px}.mobile-nav{display:none}
.modal-wrap{position:fixed;z-index:100;inset:0;background:rgba(8,26,21,.65);display:grid;place-items:center;padding:16px;backdrop-filter:blur(4px);overflow:hidden}.modal{width:min(580px,100%);max-height:calc(100dvh - 32px);background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.modal:has(input[name="product_image"]){width:min(860px,100%)}.modal-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex:0 0 auto;background:#fff;position:relative;z-index:3}.modal-head h2{margin:0;font-size:20px}.modal-head button{border:0;background:none;font-size:26px;color:var(--muted)}.modal form{padding:24px;overflow-y:auto;min-height:0;overscroll-behavior:contain;scrollbar-gutter:stable}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid .wide{grid-column:1/-1}.form-grid textarea{resize:vertical;min-height:80px}.modal label small{font-weight:400}.modal .check{flex-direction:row;align-items:center}.modal .check input{accent-color:var(--orange)}.modal-actions{position:sticky;z-index:4;bottom:-24px;display:flex;justify-content:flex-end;gap:8px;margin:24px -24px -24px;padding:16px 24px;background:rgba(255,255,255,.98);border-top:1px solid var(--line);box-shadow:0 -10px 25px rgba(16,44,38,.06)}
@media(max-width:1050px){.orders-grid{grid-template-columns:repeat(2,1fr)}.location-grid{grid-template-columns:1fr}.staff-main{padding-inline:25px}.checkout-layout{gap:30px}.login-brand{padding-inline:8%}}
@media(max-width:760px){.customer-head{height:66px;padding:0 16px}.brand{font-size:22px}.location-pill{padding:6px 9px}.location-pill svg{width:17px}.menu-page{padding:20px 14px 110px}.menu-hero{padding:27px 23px}.menu-hero h1{font-size:34px}.hero-mark{display:none}.product-grid{grid-template-columns:1fr}.product-card{min-height:105px;padding:13px}.product-emoji{width:63px;height:63px;font-size:31px}.entry-page,.success-page{padding:15px}.entry-card,.success-card{padding:35px 22px}.entry-card h1,.success-card h1{font-size:34px}.input-row{flex-direction:column}.checkout-layout{grid-template-columns:1fr}.cart-page{padding:25px 15px}.checkout-layout h1{font-size:37px}.login-page{grid-template-columns:1fr}.login-brand{display:none}.login-panel{min-height:100vh;padding:15px}.login-form{padding:28px 22px}.sidebar{position:fixed;width:100%;height:62px;inset:0 0 auto;flex-direction:row;padding:0 17px;align-items:center}.sidebar nav{display:none}.sidebar .brand{padding:0}.side-user{border:0;margin:0 0 0 auto;padding:0}.side-user>div{display:none}.staff-main{margin-left:0;padding:88px 14px 90px}.mobile-nav{position:fixed;z-index:35;display:flex;inset:auto 0 0;background:#fff;border-top:1px solid var(--line);height:66px;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav button{flex:1;border:0;background:#fff;color:#89938f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.mobile-nav button.active{color:var(--orange)}.mobile-nav svg{width:20px}.mobile-nav small{font-size:8px}.page-head h1{font-size:27px}.page-head .btn{padding:10px;font-size:0}.page-head .btn svg{margin:0}.stats{grid-template-columns:1fr 1fr}.stats article:last-child{grid-column:1/-1}.orders-grid{grid-template-columns:1fr}.order-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.filter-tabs{width:100%;overflow:auto}.filter-tabs button{flex:1;white-space:nowrap}.location-card{gap:13px;padding:13px}.location-card .qr{width:112px;height:112px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.modal-wrap{padding:8px}.modal{max-height:calc(100dvh - 16px);border-radius:14px}.modal form{padding:18px}.modal-head{padding:15px 18px}.modal-actions{bottom:-18px;margin:20px -18px -18px;padding:13px 18px}.modal-actions .btn{flex:1;padding-inline:10px}.toast{width:calc(100% - 28px);text-align:center}.cart-dock.visible{bottom:12px}}
