@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-kerning:normal}svg{shape-rendering:geometricPrecision;text-rendering:geometricPrecision}img{image-rendering:auto}
:root{--ink:#13231f;--muted:#697873;--line:#dfe7e3;--paper:#f5f7f5;--white:#fff;--accent:#ef5b2a;--green:#1b7654;--shadow:0 18px 50px rgba(24,45,38,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.5 'DM Sans',sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:18px;text-decoration:none;color:var(--ink)}.brand-mark{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:800}.btn{border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:18px;font:700 13px Manrope,sans-serif}.btn.primary{background:var(--ink);color:#fff}.btn.secondary{background:#edf2ef;color:var(--ink)}input,select,textarea{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font:inherit;outline:none}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}label{display:grid;gap:6px;color:#53625d;font-weight:600;font-size:12px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font:700 10px Manrope,sans-serif;color:var(--accent)}.error{color:#ba392e}.success{color:var(--green);font-weight:700}
.auth-body{min-height:100vh;background:radial-gradient(circle at 12% 12%,#dceae4 0,transparent 30%),linear-gradient(135deg,#edf3ef,#faf7f2);display:grid;place-items:center;padding:34px 20px}.auth-shell{width:min(1080px,100%)}.auth-brand{width:max-content;margin:0 0 20px 4px}.auth-card{min-height:600px;background:#fff;box-shadow:0 30px 90px rgba(17,48,38,.13);border:1px solid #e0e8e4;border-radius:28px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);overflow:hidden}.auth-intro{position:relative;overflow:hidden;padding:58px 52px;background:linear-gradient(145deg,#0b2a21,#123d30);color:#fff}.auth-intro .eyebrow{color:#ff7956}.auth-intro h1{font:800 clamp(38px,4.3vw,58px)/1.02 Manrope;margin:15px 0 20px;letter-spacing:-.045em}.auth-intro h1 em{color:#d4b477;font-style:normal}.auth-intro>p{max-width:390px;color:#b9cec6;line-height:1.65}.auth-feature-list{position:relative;z-index:2;display:grid;gap:12px;margin-top:35px}.auth-feature-list span{display:flex;align-items:center;gap:9px;font-size:12px;color:#d8e6e1}.auth-feature-list i{width:22px;height:22px;border-radius:7px;background:#ffffff14;color:#d4b477;display:grid;place-items:center;font-style:normal}.auth-art{position:absolute;right:-24px;bottom:-18px;width:270px;height:220px;opacity:.72}.auth-art>span{position:absolute;border:1px solid #ffffff18;border-radius:50%}.auth-art>span:nth-child(1){width:210px;height:210px;right:0;bottom:-42px}.auth-art>span:nth-child(2){width:150px;height:150px;right:30px;bottom:-12px}.auth-art>span:nth-child(3){width:86px;height:86px;right:62px;bottom:20px}.auth-art svg{position:absolute;right:53px;bottom:35px;width:104px;fill:none;stroke:#d4b477;stroke-width:2}.auth-panel{padding:52px 60px;display:flex;flex-direction:column;justify-content:center}.auth-panel-head>span{color:var(--accent);font:800 10px Manrope;text-transform:uppercase;letter-spacing:.14em}.auth-panel-head h2{margin:7px 0;font-size:30px;letter-spacing:-.025em}.auth-panel-head p{margin:0;color:var(--muted);font-size:12px}.auth-card .mode-switch{width:100%;display:grid;grid-template-columns:1fr 1fr;margin:27px 0 22px;padding:5px;border-radius:13px;background:#eef3f0}.auth-card .mode-switch button{height:41px;border:0;border-radius:9px;background:transparent;color:#70807a;font-weight:800;cursor:pointer}.auth-card .mode-switch button.active{background:#fff;color:#15382d;box-shadow:0 4px 14px #173f3220}.auth-card form{display:grid;gap:16px}.auth-card [hidden]{display:none!important}.auth-card label{font-size:11px}.auth-card input{height:50px;margin-top:6px;border-radius:11px}.auth-card .btn{height:50px;margin-top:3px;justify-content:center}.auth-card .btn span{margin-left:8px}.auth-card .error{min-height:16px;margin:0;color:#b53f32;font-size:10px}.auth-security{display:flex;align-items:center;gap:10px;margin-top:19px;padding-top:17px;border-top:1px solid var(--line)}.auth-security svg{width:23px;fill:none;stroke:#527568;stroke-width:1.7}.auth-security span{display:grid}.auth-security b{font-size:10px}.auth-security small{color:var(--muted);font-size:9px}.auth-footer{display:flex;justify-content:space-between;padding:17px 5px 0;color:#7c8a85;font-size:9px}
.pub-hero{padding:24px max(5vw,24px) 56px;background:#fff;border-bottom:1px solid var(--line)}.pub-hero nav{display:flex;align-items:center;justify-content:space-between}.selectors{display:flex;gap:8px}.selectors select{width:auto;background:var(--paper)}.hero-copy{margin-top:75px;max-width:720px}.hero-copy h1{font-size:clamp(46px,8vw,92px);letter-spacing:-.07em;line-height:.9;margin:15px 0}.hero-copy p{color:var(--muted);font-size:17px}.menu-layout{max-width:1260px;margin:auto;padding:35px 28px 80px;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:55px}.category-tabs{display:flex;gap:10px;overflow:auto;margin-bottom:36px}.category-tabs a{padding:10px 16px;border:1px solid var(--line);border-radius:30px;color:var(--ink);text-decoration:none;white-space:nowrap}.category-tabs a.active{color:#fff;background:var(--ink)}.menu-category{margin-bottom:52px}.section-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.section-heading span{font:600 11px Manrope;color:var(--accent)}.section-heading h2{font-size:27px;margin:0}.items{display:grid;grid-template-columns:1fr 1fr;gap:13px}.menu-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;display:flex;justify-content:space-between;min-height:155px}.menu-item h3{font-size:16px;margin-bottom:7px}.menu-item p{color:var(--muted);font-size:12px;max-width:220px}.menu-item strong{color:var(--accent)}.add{align-self:flex-end;border:0;background:var(--ink);color:#fff;border-radius:50%;width:36px;height:36px;font-size:20px;cursor:pointer}.basket{position:sticky;top:22px;align-self:start;background:#fff;border-radius:22px;padding:25px;box-shadow:var(--shadow)}.basket h2{font-size:25px;margin:8px 0 25px}.basket>input{margin-top:9px}.basket>.btn{width:100%;margin-top:12px}.basket-empty{padding:20px 0;color:var(--muted)}.basket-line{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.basket-line>div{display:grid;flex:1}.basket-line span{font-size:12px;color:var(--muted)}.basket-line button{border:0;background:var(--paper);margin-left:4px;width:27px;height:27px;border-radius:7px}.basket-total{display:flex;justify-content:space-between;padding:20px 0 12px}
.sidebar{position:fixed;inset:0 auto 0 0;width:220px;background:#10231d;color:#d8e2dd;padding:25px 17px;display:flex;flex-direction:column}.sidebar .brand{color:#fff;margin:0 8px 38px}.sidebar nav{display:grid;gap:5px}.sidebar nav button{border:0;background:transparent;color:#9eb0aa;padding:12px;border-radius:10px;text-align:left;font:600 13px Manrope;cursor:pointer}.sidebar nav button span{display:inline-block;width:28px;font-size:17px}.sidebar nav button.active,.sidebar nav button:hover{background:#213a32;color:#fff}.profile{margin-top:auto;display:flex;align-items:center;gap:9px;border-top:1px solid #2b413a;padding:20px 3px 0}.avatar{width:35px;height:35px;border-radius:50%;background:var(--accent);display:grid;place-items:center;font-weight:700}.profile div{display:grid;flex:1}.profile small{color:#8ca099;text-transform:capitalize}.profile button{border:0;color:#8ca099;background:none}.workspace{margin-left:220px;padding:30px 38px 80px;max-width:1600px}.workspace>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.workspace>header h1{font-size:31px;margin:4px 0}.live{background:#e7f4ec;color:var(--green);padding:8px 12px;border-radius:30px;font-weight:700}.live i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#27a271;margin-right:6px;box-shadow:0 0 0 5px #cdebdc}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:16px}.metric,.panel,.tip-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px}.metric{display:grid;gap:12px}.metric span{color:var(--muted)}.metric strong{font:700 28px Manrope}.green{color:var(--green)}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.panel-head h2{margin:5px 0;font-size:20px}.order-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:13px}.order-card{border:1px solid var(--line);border-radius:15px;padding:17px}.order-top{display:flex;justify-content:space-between;color:var(--muted);font-weight:700}.status{padding:4px 8px;border-radius:20px;background:#fff1df;color:#9c5d10;font-size:10px;text-transform:uppercase}.status.paid,.status.delivered{background:#e3f4ea;color:#1d7855}.status.cancelled{background:#fae7e5;color:#aa4238}.status.served{background:#e9ecfb;color:#4e5caa}.order-card h3{margin:17px 0 1px}.order-card small{color:var(--muted)}.order-card ul{padding:14px 0;margin:12px 0;border-block:1px solid var(--line);list-style:none}.order-card li{display:flex;gap:8px;margin:6px 0}.order-card li span{margin-left:auto}.order-foot{display:flex;justify-content:space-between;align-items:center}.order-foot select{width:130px;padding:7px}.empty-state{grid-column:1/-1;padding:55px;text-align:center;color:var(--muted)}.split{display:grid;grid-template-columns:2fr 1fr;gap:17px}.catalogue{border-top:1px solid var(--line);padding:18px 0}.catalogue h3{display:flex;justify-content:space-between}.catalogue h3 span{font:500 11px DM Sans;color:var(--muted)}.catalogue-item{display:flex;justify-content:space-between;padding:10px;background:var(--paper);margin:5px 0;border-radius:8px}.text-btn{border:0;background:none;color:var(--accent);font-weight:700;cursor:pointer;padding:9px 0}.tip-card{background:var(--ink);color:#fff;min-height:280px}.tip-card h2{font-size:31px;margin-top:12px}.tip-card p{color:#b7c4c0}.floor{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.table-tile{border:1px solid var(--line);border-radius:15px;padding:16px;display:flex;align-items:center;gap:17px}.table-visual{width:88px;height:65px;border:5px solid #cbd8d2;border-radius:34px;display:grid;place-items:center;animation:float 4s ease-in-out infinite}.table-visual span{width:34px;height:34px;background:var(--ink);color:#fff;border-radius:50%;display:grid;place-items:center}.table-tile h3{margin:0}.table-tile p{margin:3px 0;color:var(--muted)}.table-tile a{font-size:11px;color:var(--accent)}@keyframes float{50%{transform:translateY(-4px)}}.archive{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);display:flex;gap:10px;flex-wrap:wrap}.archive h3{width:100%}.archive span{background:var(--paper);padding:7px 10px;border-radius:8px;font-size:11px}.form-panel{display:grid;grid-template-columns:1fr 2fr;gap:45px}.form-panel form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-panel fieldset{grid-column:1/-1;border:1px solid var(--line);border-radius:12px;display:flex;gap:20px}.check{display:flex;align-items:center}.check input{width:auto}.restaurant-list article{display:flex;align-items:center;gap:15px;padding:15px;border-top:1px solid var(--line)}.restaurant-list article div{flex:1}.restaurant-list h3,.restaurant-list p{margin:0}.restaurant-list p{color:var(--muted)}.template-row{display:grid;grid-template-columns:45px 110px 1fr;padding:11px;border-top:1px solid var(--line)}.template-row small{color:var(--muted)}dialog{border:0;border-radius:20px;box-shadow:0 20px 80px #10231d55;width:min(460px,90vw);padding:25px}dialog::backdrop{background:#10231d99;backdrop-filter:blur(3px)}dialog form{display:grid;gap:12px}.icon-btn{border:0;background:none;font-size:24px}
.mode-switch{display:inline-flex;background:var(--paper);padding:4px;border-radius:12px;margin-top:18px}.mode-switch button{border:0;background:transparent;padding:8px 12px;border-radius:9px;font-weight:700;color:var(--muted)}.mode-switch button.active{background:#fff;color:var(--ink);box-shadow:0 3px 12px #13231f12}.header-actions{display:flex;align-items:center;gap:10px}
.restaurant-logo{display:block;width:150px;height:74px;object-fit:contain;object-position:left center}
.category-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:var(--ink);color:#fff;flex:0 0 45px}.category-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.section-heading>div small{color:var(--accent);font:700 10px Manrope,sans-serif}.section-heading>div h2{margin:1px 0 0}
.steam{display:none}
.design-sip-social{--ink:#f6f1e8;--muted:#a8a49d;--line:#3e3e3b;--paper:#171817;--white:#242522;background:#171817;color:#f6f1e8}.design-sip-social .pub-hero{position:relative;isolation:isolate;min-height:510px;background:#171817;border-bottom-color:#45423c;overflow:hidden}.design-sip-social .pub-hero .texture{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(16,17,16,.98) 0%,rgba(19,20,19,.8) 45%,rgba(19,20,19,.18) 100%),url('/static/restaurants/sip-social/hero-texture.png') center/cover}.design-sip-social .pub-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 73% 48%,rgba(212,180,119,.16),transparent 32%)}.design-sip-social .restaurant-logo{width:190px;height:94px;filter:drop-shadow(0 7px 24px #000)}.design-sip-social .selectors select{background:#242522cc;border-color:#56524b;color:#fff;backdrop-filter:blur(12px)}.design-sip-social .hero-copy{margin-top:82px}.design-sip-social .hero-copy h1{font-size:clamp(60px,10vw,112px);font-weight:500;letter-spacing:-.065em}.design-sip-social .hero-copy p{text-transform:uppercase;letter-spacing:.25em;color:#d4b477;font:700 12px Manrope}.design-sip-social .menu-layout{max-width:1320px}.design-sip-social .category-tabs a{background:#222321;border-color:#44433f;color:#bbb7ae}.design-sip-social .category-tabs a.active{background:#d4b477;border-color:#d4b477;color:#191a18}.design-sip-social .menu-category{padding-top:8px}.design-sip-social .category-icon{background:#d4b477;color:#1c1c1a;box-shadow:0 9px 28px rgba(212,180,119,.18)}.design-sip-social .menu-item,.design-sip-social .basket{background:linear-gradient(145deg,#252624,#20211f);border-color:#3b3c38}.design-sip-social .menu-item{position:relative;overflow:hidden;transition:.25s ease}.design-sip-social .menu-item:before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:#d4b477;transform:scaleY(0);transition:.25s}.design-sip-social .menu-item:hover{transform:translateY(-3px);border-color:#5b574e}.design-sip-social .menu-item:hover:before{transform:scaleY(1)}.design-sip-social .menu-item p{color:#8f8c85}.design-sip-social .menu-item strong,.design-sip-social .eyebrow,.design-sip-social .section-heading>div small{color:#d4b477}.design-sip-social .add{background:#d4b477;color:#1b1c1a;transition:.25s}.design-sip-social .add:hover{transform:rotate(90deg) scale(1.08)}.design-sip-social .basket{box-shadow:0 25px 70px #0005}.design-sip-social .basket input{background:#191a18;border-color:#40413e;color:#fff}.design-sip-social .btn.primary{background:#d4b477;color:#191a18}.design-sip-social .basket-line button{background:#343532;color:#fff}.design-sip-social .steam{display:block;position:absolute;right:13%;bottom:23%;width:110px;height:150px;opacity:.35}.design-sip-social .steam i{position:absolute;bottom:0;width:3px;height:65px;border-radius:50%;background:linear-gradient(transparent,#f1eee7,transparent);filter:blur(2px);animation:sipSteam 3.8s ease-in-out infinite}.design-sip-social .steam i:nth-child(2){left:36px;animation-delay:-1.4s;height:92px}.design-sip-social .steam i:nth-child(3){left:75px;animation-delay:-2.5s;height:74px}@keyframes sipSteam{0%{transform:translateY(20px) translateX(0) scale(.6);opacity:0}35%{opacity:.8}100%{transform:translateY(-80px) translateX(20px) scale(1.7);opacity:0}}
@media(max-width:900px){.menu-layout{grid-template-columns:1fr}.basket{position:relative;top:0}.order-grid,.floor{grid-template-columns:1fr 1fr}.split,.form-panel{grid-template-columns:1fr}.auth-card{grid-template-columns:1fr;min-height:0}.auth-intro{padding:35px 38px}.auth-intro h1{font-size:38px}.auth-feature-list,.auth-art{display:none}.auth-panel{padding:38px}.items{grid-template-columns:1fr}}
@media(max-width:650px){.sidebar{position:fixed;inset:auto 0 0;width:auto;height:68px;z-index:10;padding:8px}.sidebar>.brand,.profile{display:none}.sidebar nav{display:flex;justify-content:space-around}.sidebar nav button{font-size:0}.sidebar nav button span{font-size:21px;text-align:center}.workspace{margin:0;padding:22px 15px 90px}.metric-row{grid-template-columns:1fr}.order-grid,.floor{grid-template-columns:1fr}.panel{padding:17px}.items{grid-template-columns:1fr}.pub-hero{padding-bottom:35px}.hero-copy{margin-top:55px}.menu-layout{padding:25px 15px}.selectors select{max-width:105px}.auth-body{display:block;padding:20px 14px}.auth-brand{margin:0 0 16px 2px}.auth-card{border-radius:20px}.auth-intro{padding:27px 24px}.auth-intro h1{margin:10px 0 12px;font-size:31px}.auth-intro>p{font-size:11px}.auth-panel{padding:28px 22px}.auth-panel-head h2{font-size:25px}.auth-card .mode-switch{margin:22px 0 18px}.auth-footer span{display:none}.restaurant-logo{width:112px;height:60px}.design-sip-social .restaurant-logo{width:122px;height:68px}.design-sip-social .pub-hero{min-height:420px}.design-sip-social .hero-copy{margin-top:60px}.design-sip-social .steam{right:3%;bottom:17%}}

/* Sip & Social v2 — quieter, editorial and compact. */
.selectors{gap:8px}.selectors select{height:47px;padding:0 42px 0 16px;border:1px solid #575650;border-radius:11px;background:#252522;color:#fff;font-weight:600;appearance:auto}.selectors select:first-child{min-width:130px}.selectors select:last-child{min-width:78px}
.design-sip-social{background:#111210}.design-sip-social .pub-hero{min-height:390px;padding:24px max(5vw,24px) 42px;border:0}.design-sip-social .pub-hero .texture{background:linear-gradient(90deg,rgba(13,14,13,.9),rgba(18,18,16,.6) 55%,rgba(18,18,16,.78)),url('/static/restaurants/sip-social/stone-texture.webp') center/cover}.design-sip-social .pub-hero:after{background:radial-gradient(circle at 76% 38%,rgba(217,184,120,.16),transparent 27%),linear-gradient(180deg,transparent 75%,#111210 100%)}.design-sip-social .pub-hero nav{max-width:1180px;margin:auto}.design-sip-social .restaurant-logo{width:152px;height:78px}.design-sip-social .hero-copy{max-width:1180px;margin:45px auto 0}.design-sip-social .hero-copy h1{font-size:clamp(52px,6vw,78px);font-weight:600;letter-spacing:-.055em;margin:10px 0 14px}.design-sip-social .hero-copy .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #5c5548;border-radius:99px;background:#17181699;color:#e0bf7d}.design-sip-social .hero-copy .eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#d4b477;box-shadow:0 0 0 4px rgba(212,180,119,.12)}.design-sip-social .hero-copy p{font-size:10px;margin:0}.design-sip-social .steam{right:19%;bottom:5%;transform:scale(.72)}
.design-sip-social .menu-layout{max-width:1180px;padding:28px 24px 90px;grid-template-columns:minmax(0,1fr) 320px;gap:30px}.design-sip-social .category-tabs{position:sticky;top:0;z-index:4;padding:10px 0 16px;margin:0 0 24px;background:linear-gradient(#111210 72%,transparent)}.design-sip-social .category-tabs a{padding:9px 14px;font-size:12px}.design-sip-social .menu-category{margin-bottom:42px}.design-sip-social .section-heading{margin-bottom:15px}.design-sip-social .section-heading h2{font-size:23px}.design-sip-social .category-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px}.design-sip-social .category-icon svg{width:22px;height:22px}.design-sip-social .items{gap:10px}.design-sip-social .menu-item{min-height:116px;padding:17px 18px;border-radius:14px;background:#1b1c1a;border-color:#30312e}.design-sip-social .menu-item h3{font-size:14px;margin-bottom:3px}.design-sip-social .menu-item p{font-size:10px;margin-bottom:12px}.design-sip-social .menu-item strong{font-size:13px}.design-sip-social .add{width:34px;height:34px;box-shadow:0 8px 20px rgba(212,180,119,.12)}.design-sip-social .basket{top:20px;padding:22px;border-radius:17px;background:#1d1e1c;border-color:#343531;box-shadow:0 28px 80px #0008}.design-sip-social .basket:before{content:"";display:block;width:35px;height:3px;background:#d4b477;border-radius:5px;margin-bottom:16px}.design-sip-social .basket h2{font-size:22px;margin:6px 0 20px}.design-sip-social .basket-total{border-top:1px solid #353632;margin-top:8px}.design-sip-social .basket input{height:44px}.design-sip-social .basket>.btn{min-height:46px}
@media(max-width:900px){.design-sip-social .menu-layout{grid-template-columns:1fr}.design-sip-social .basket{position:relative;top:0}.design-sip-social .category-tabs{top:0}}
@media(max-width:650px){.selectors select{height:44px;padding-left:12px;padding-right:28px}.selectors select:first-child{min-width:112px}.selectors select:last-child{min-width:72px}.design-sip-social .pub-hero{min-height:335px;padding:16px 18px 32px}.design-sip-social .restaurant-logo{width:108px;height:62px}.design-sip-social .hero-copy{margin-top:36px}.design-sip-social .hero-copy h1{font-size:52px}.design-sip-social .menu-layout{padding:18px 14px 70px}.design-sip-social .items{grid-template-columns:1fr}.design-sip-social .menu-item{min-height:105px}.design-sip-social .steam{display:none}}
.public-actions{display:flex;align-items:center;gap:10px}.account-button{height:47px;padding:0 15px;border:1px solid #575650;border-radius:11px;background:#252522;color:#fff;display:flex;align-items:center;gap:8px;font:600 13px DM Sans;cursor:pointer}.account-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.basket>.btn:disabled{opacity:.42;cursor:not-allowed}.auth-gate{margin:8px 0 12px;padding:15px;border:1px solid #3c3d39;border-radius:12px;background:#171816}.auth-gate>svg{width:23px;height:23px;fill:none;stroke:#d4b477;stroke-width:1.7}.auth-gate p{margin:7px 0 12px;color:#aaa69e;font-size:11px}.auth-gate>div{display:flex;gap:7px}.auth-gate button{flex:1;padding:8px;border:1px solid #504d46;border-radius:8px;background:#242522;color:#eee;font-weight:700;cursor:pointer}.auth-gate button:last-child{background:#d4b477;color:#171816;border-color:#d4b477}.delivery-card{margin:8px 0 12px;padding:13px;border:1px solid #41413c;border-radius:11px;background:#171816;display:grid}.delivery-card>span{color:#d4b477;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.delivery-card strong{margin-top:5px}.delivery-card p{margin:3px 0;color:#bbb7af;font-size:11px}.delivery-card small{color:#777871}.customer-dialog{width:min(460px,calc(100vw - 30px));padding:28px;border:1px solid #44443f;border-radius:18px;background:#1c1d1b;color:#f5f0e7;box-shadow:0 30px 100px #000b}.customer-dialog::backdrop{background:#080908cc;backdrop-filter:blur(8px)}.customer-dialog h2{font-size:28px;margin:8px 0 22px}.customer-dialog form{display:grid;gap:9px}.customer-dialog input{height:47px;background:#121310;border-color:#3e3f3a;color:#fff}.customer-dialog .btn{width:100%;margin-top:4px;background:#d4b477;color:#171816}.dialog-close{position:absolute;right:16px;top:13px;border:0;background:none;color:#aaa;font-size:26px;cursor:pointer}.dialog-switch{width:100%;margin-top:14px;border:0;background:none;color:#d4b477;font-weight:700;cursor:pointer}.form-error{color:#e78277;font-size:11px;margin:2px 0}.profile-address{padding:16px;margin-bottom:15px;border:1px solid #3d3e39;border-radius:12px;background:#151614}.profile-address p{color:#c2beb5}.profile-address span{color:#868780;font-size:11px}
@media(max-width:650px){.public-actions{gap:6px}.account-button{width:44px;height:44px;padding:0;justify-content:center}.account-button span{display:none}.selectors select:first-child{min-width:100px}.selectors select:last-child{min-width:68px}.design-sip-social .restaurant-logo{width:92px;height:58px}}
.delivery-meta{margin:7px 0 0;padding:7px 9px;border-radius:8px;background:#f1f4f2;color:var(--muted);font-size:11px}
.design-sip-social .restaurant-logo{width:310px;height:150px}
.design-sip-social .hero-copy h1{font-size:clamp(44px,6vw,76px)}
@media(max-width:650px){.design-sip-social .restaurant-logo{width:174px;height:100px}.design-sip-social .hero-copy h1{font-size:clamp(38px,10vw,46px)}}
@media(max-width:430px){
  html,body,.public-body,#publicApp{max-width:100%;overflow-x:hidden}
  .design-sip-social .pub-hero{min-height:auto;padding:14px 14px 36px}
  .design-sip-social .pub-hero nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;width:100%}
  .design-sip-social .restaurant-logo{width:158px;height:92px}
  .public-actions{margin-left:auto;max-width:100%;flex-wrap:nowrap}
  .selectors{min-width:0}
  .selectors select{width:auto;max-width:none;font-size:12px}
  .selectors select:first-child{min-width:94px}
  .selectors select:last-child{min-width:66px}
  .design-sip-social .hero-copy{margin-top:34px;width:100%}
  .design-sip-social .hero-copy h1{font-size:clamp(36px,10vw,44px);overflow-wrap:anywhere}
  .design-sip-social .menu-layout{width:100%;min-width:0;padding:16px 13px 64px}
  .design-sip-social .menu-content{min-width:0;width:100%}
  .design-sip-social .category-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;overflow:visible;padding:10px 0 18px}
  .design-sip-social .category-tabs a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:42px;padding:8px;text-align:center;white-space:normal;line-height:1.2}
  .design-sip-social .items,.design-sip-social .menu-item,.design-sip-social .basket{width:100%;min-width:0;max-width:100%}
  .design-sip-social .menu-item{padding:16px}
  .design-sip-social .section-heading{min-width:0}
  .design-sip-social .section-heading h2{font-size:22px;overflow-wrap:anywhere}
}
@media(max-width:350px){
  .design-sip-social .pub-hero nav{align-items:flex-start}
  .design-sip-social .restaurant-logo{width:146px;height:86px}
  .public-actions{width:100%;margin-left:0;justify-content:flex-end}
}
.mobile-cart,.cart-overlay,.cart-close{display:none}
@media(max-width:900px){
  .mobile-cart{position:sticky;top:8px;z-index:30;grid-column:1/-1;width:100%;min-height:64px;margin:0 0 8px;padding:9px 12px;border:1px solid #545149;border-radius:15px;background:#d4b477;color:#171816;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;text-align:left;box-shadow:0 14px 40px #0008;cursor:pointer}
  .mobile-cart-icon{position:relative;width:40px;height:40px;border-radius:11px;background:#171816;color:#d4b477;display:grid;place-items:center}.mobile-cart-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-cart-icon b{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;border:2px solid #d4b477;border-radius:20px;background:#fff;color:#171816;display:grid;place-items:center;font:800 10px Manrope}.mobile-cart-icon b:not(.has-items){opacity:.65}
  .mobile-cart-label{display:grid;font:800 13px Manrope}.mobile-cart-label small{margin-top:1px;font:500 10px DM Sans;opacity:.7}.mobile-cart>strong{font:800 13px Manrope;white-space:nowrap}.mobile-cart>i{font-style:normal;font-size:18px}
  .mobile-cart.bump{animation:cartBump .38s ease}@keyframes cartBump{45%{transform:scale(1.025);box-shadow:0 12px 42px rgba(212,180,119,.35)}}
  .design-sip-social .basket{position:fixed;z-index:60;left:0;right:0;bottom:0;top:auto;width:100%;max-width:100%;max-height:min(84vh,720px);overflow:auto;margin:0;padding:25px 18px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;transform:translateY(110%);transition:transform .28s cubic-bezier(.22,.8,.28,1);box-shadow:0 -25px 80px #000b}
  .design-sip-social .basket.cart-open{transform:translateY(0)}
  .cart-close{display:grid;place-items:center;position:absolute;right:16px;top:13px;width:34px;height:34px;border:1px solid #484943;border-radius:50%;background:#292a27;color:#eee;font-size:22px;cursor:pointer}
  .cart-overlay{position:fixed;z-index:50;inset:0;border:0;background:#080907b8;backdrop-filter:blur(4px)}.cart-overlay.visible{display:block}
  body.cart-sheet-open{overflow:hidden}
}
@media(max-width:430px){
  .design-sip-social .category-tabs{position:relative;top:auto;z-index:1}
  .mobile-cart{top:6px;margin-bottom:12px}
}
@media(max-width:350px){.mobile-cart-label{font-size:12px}.mobile-cart>strong{font-size:12px}.mobile-cart{gap:7px;padding-inline:9px}}

/* High-speed live service workspace */
.sidebar nav button{display:flex;align-items:center;gap:9px}.sidebar nav button span{display:grid;place-items:center}.sidebar nav svg,.profile svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.monitor-metrics .metric{position:relative;overflow:hidden}.monitor-metrics .metric small{color:var(--muted)}.metric.hot:after{content:"";position:absolute;right:-25px;top:-35px;width:110px;height:110px;border-radius:50%;background:rgba(239,91,42,.1)}.pulse-dot{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%;background:#27a271;animation:livePulse 1.8s infinite}@keyframes livePulse{50%{box-shadow:0 0 0 8px rgba(39,162,113,0)}}
.queue-toolbar{display:flex;justify-content:space-between;align-items:end;margin:28px 0 15px}.queue-toolbar h2{margin:5px 0 0;font-size:24px}.queue-legend{display:flex;gap:18px;color:var(--muted);font-size:12px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.dot.new{background:#ef5b2a}.dot.pay{background:#8b5cf6}
.status-board{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:14px;align-items:start;overflow-x:auto;padding-bottom:18px}.status-lane{min-width:250px;background:#edf1ef;border:1px solid #d9e2de;border-radius:18px;padding:12px}.status-lane>header{display:flex;align-items:center;gap:10px;padding:5px 3px 14px}.status-lane>header h3{margin:0;font-size:14px}.status-lane>header small{color:var(--muted);font-size:10px}.status-lane>header>b{margin-left:auto;display:grid;place-items:center;min-width:25px;height:25px;border-radius:8px;background:#fff}.lane-icon,.place-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:#60706a}.lane-icon svg,.place-icon svg,.quick-action svg,.done-mark svg,.order-alert svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.status-lane.ordered .lane-icon{color:#df4b20;background:#fff0ea}.status-lane.served .lane-icon{color:#7550d8;background:#f0ebff}.lane-list{display:grid;gap:10px}.lane-empty{display:grid;place-items:center;min-height:110px;border:1px dashed #cbd6d1;border-radius:13px;color:#92a09b;font-size:12px}
.status-board .order-card{background:#fff;border:1px solid #dce4e0;border-radius:14px;padding:14px;box-shadow:0 8px 25px rgba(25,48,40,.04)}.status-board .order-card.urgent{border-color:#f3ae96;box-shadow:0 8px 28px rgba(239,91,42,.1);animation:newOrderGlow 2.2s ease-in-out infinite}@keyframes newOrderGlow{50%{box-shadow:0 8px 30px rgba(239,91,42,.22)}}.order-top,.order-place,.order-foot{display:flex;align-items:center}.order-top{justify-content:space-between}.order-number{font:800 12px Manrope;color:var(--accent)}.age{font-size:10px;color:var(--muted);padding:4px 7px;background:var(--paper);border-radius:7px}.order-place{gap:10px;margin:12px 0}.order-place h3{font-size:15px;margin:0}.order-place small{font-size:10px;color:var(--muted)}.status-board .order-card ul{list-style:none;margin:10px 0 13px;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.status-board .order-card li{display:grid;grid-template-columns:25px 1fr auto;gap:5px;padding:4px 0;font-size:12px}.status-board .order-card li strong{font-size:11px}.order-foot{justify-content:space-between;gap:8px}.order-foot>strong{font:800 14px Manrope}.quick-action{border:0;border-radius:9px;background:var(--ink);color:#fff;padding:9px 10px;font:700 11px Manrope;display:flex;align-items:center;gap:5px;cursor:pointer}.quick-action.served{background:#6d4bd1}.quick-action.paid,.quick-action.delivered{background:#187353}.quick-action:disabled{opacity:.45}.done-mark{display:flex;align-items:center;gap:4px;color:var(--green);font-weight:700;font-size:11px}.cancel-link{border:0;background:none;color:#9a6255;font-size:10px;padding:9px 0 0;cursor:pointer}.order-alert{position:fixed;z-index:100;right:24px;top:24px;display:flex;align-items:center;gap:13px;background:#13231f;color:white;border-radius:16px;padding:16px 20px;box-shadow:0 20px 60px #0004;animation:alertIn .35s ease both}.order-alert>svg{width:25px;height:25px;color:#ff7b4e;animation:ring 1s ease infinite}.order-alert div{display:grid}.order-alert span{font-size:11px;color:#a9bbb5}@keyframes alertIn{from{opacity:0;transform:translateY(-15px) scale(.95)}}@keyframes ring{25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}
.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:13px}.employee-card{position:relative;border:1px solid var(--line);border-radius:16px;padding:18px;display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center}.employee-card.inactive{opacity:.65}.employee-avatar{width:44px;height:44px;border-radius:13px;background:#e8f1ed;color:#175d46;display:grid;place-items:center;font:800 13px Manrope}.employee-card h3{margin:0;font-size:15px}.employee-card p{margin:2px 0 0;color:var(--muted);font-size:11px}.employment{font-size:10px;padding:5px 8px;border-radius:20px;background:#f1f2f1}.employment.active{background:#e4f4eb;color:#16704e}.employee-card dl{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;margin:10px 0}.employee-card dl div{display:grid}.employee-card dt{font-size:10px;color:var(--muted)}.employee-card dd{margin:2px 0;font-weight:700}.employee-card .btn{grid-column:1/3}.employee-card .danger{color:#af3f33}.shift-panel{margin-top:16px}.shift-list>div{display:grid;grid-template-columns:12px minmax(140px,1fr) 160px 160px 80px;gap:12px;align-items:center;padding:11px;border-bottom:1px solid var(--line)}.shift-list span{color:var(--muted);font-size:12px}.shift-state{width:8px;height:8px;border-radius:50%;background:#aab4b0}.shift-state.online{background:#24a36f;box-shadow:0 0 0 5px #e1f4ea}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.analytics-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin:16px 0}.bar-chart{height:230px;display:flex;align-items:end;gap:7px;padding-top:20px}.bar-col{height:100%;flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:6px}.bar-col b{width:min(24px,80%);min-height:8px;border-radius:6px 6px 2px 2px;background:linear-gradient(#ef7a51,#ef5b2a);transition:.3s}.bar-col span{font-size:9px;color:var(--muted)}.ranking{display:grid}.ranking>div{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:4px 10px;padding:12px 0;border-bottom:1px solid var(--line)}.ranking>div>span{grid-row:1/3;width:24px;height:24px;border-radius:8px;background:var(--paper);display:grid;place-items:center}.ranking small{color:var(--muted)}.ranking b{grid-column:3;grid-row:1/3}.data-table>div{display:grid;grid-template-columns:1.2fr repeat(4,1fr);padding:12px;border-bottom:1px solid var(--line)}.data-table .table-head{color:var(--muted);font-size:11px;background:var(--paper);border-radius:10px}
@media(max-width:1100px){.status-board{grid-template-columns:repeat(4,290px)}.analytics-grid{grid-template-columns:1fr}.shift-list>div{grid-template-columns:12px 1fr 1fr}.shift-list>div span:nth-of-type(3),.shift-list>div b{display:none}}
@media(max-width:760px){.workspace{padding:20px 14px 70px}.metric-row{grid-template-columns:1fr}.queue-toolbar{align-items:start;gap:12px}.queue-legend{display:none}.status-board{margin-right:-14px}.team-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.data-table{overflow:auto}.data-table>div{min-width:620px}.order-alert{left:14px;right:14px;top:14px}}

/* System administration */
.admin-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:16px}.admin-summary>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;display:flex;align-items:center;justify-content:space-between}.admin-summary span{color:var(--muted);font-size:12px}.admin-summary strong{font:800 24px Manrope}.admin-venues .panel-head p{margin:5px 0 0;color:var(--muted)}.venue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(390px,1fr));gap:14px}.venue-card{border:1px solid var(--line);border-radius:18px;padding:17px;background:linear-gradient(145deg,#fff,#fafcfb)}.venue-card.suspended{border-color:#f0b3a1;background:#fffaf8}.venue-card.archived{opacity:.58}.venue-main{display:grid;grid-template-columns:46px 1fr 36px;align-items:center;gap:12px}.venue-title{display:flex;gap:9px;align-items:center}.venue-title h3{margin:0;font-size:16px}.venue-main p{margin:3px 0 0;color:var(--muted);font-size:11px;text-transform:capitalize}.account-status{padding:4px 7px;border-radius:20px;font:700 9px Manrope;text-transform:uppercase;background:#e4f4eb;color:#16704e}.account-status.suspended{background:#ffe8e0;color:#ae3f2f}.account-status.archived{background:#eee;color:#666}.venue-menu{display:grid;place-items:center}.venue-menu svg,.domain-icon svg,.suspend-note svg,.nameserver-guide svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.domain-box{margin:16px 0 13px;padding:12px;background:#f0f4f2;border-radius:12px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px}.domain-icon{width:34px;height:34px;border-radius:10px;background:#fff;display:grid;place-items:center;color:#376557}.domain-box div:nth-child(2){display:grid;min-width:0}.domain-box small{color:var(--muted);font-size:9px;text-transform:uppercase}.domain-box a{font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.domain-state{font-size:9px;padding:4px 7px;border-radius:20px;background:#e3ebe7;text-transform:capitalize}.domain-state.pending_dns{background:#fff0cb;color:#875f00}.domain-state.active{background:#dff3e8;color:#156b49}.domain-state.error{background:#ffe3de;color:#9e3426}.suspend-note{display:flex;gap:9px;align-items:center;background:#fff0eb;color:#a23d2b;border-radius:11px;padding:10px;margin-bottom:12px}.suspend-note span{display:grid;font-size:10px}.venue-actions{display:flex;align-items:center;gap:8px}.venue-actions .danger{margin-left:auto;color:#a33c30}.btn.warning{background:#fff0eb;color:#ad3e28}.restaurant-form .full{grid-column:1/-1}.nameserver-guide{margin:16px 0;display:grid;grid-template-columns:35px 1fr;gap:7px 11px;padding:14px;border:1px solid #dce5e1;border-radius:13px;background:#f5f8f6}.nameserver-guide>div{grid-row:1/4;width:35px;height:35px;border-radius:10px;background:#e4eee9;display:grid;place-items:center}.nameserver-guide span{display:grid;font-size:11px;color:var(--muted)}.nameserver-guide code{grid-column:2;background:#14231f;color:#dce9e4;padding:7px 9px;border-radius:7px;font-size:11px}.nameserver-guide small{grid-column:2;color:#8a6b28}.admin-venues dialog{max-width:700px}
@media(max-width:900px){.admin-summary{grid-template-columns:1fr 1fr}.venue-grid{grid-template-columns:1fr}}
@media(max-width:520px){.admin-summary{grid-template-columns:1fr}.venue-card{padding:13px}.domain-box{grid-template-columns:34px 1fr}.domain-state{grid-column:2}.venue-actions{flex-wrap:wrap}.venue-actions .danger{margin-left:0}}
.admin-venues{padding:26px}.admin-venues .panel-head{align-items:flex-start}.venue-grid{grid-template-columns:repeat(auto-fill,minmax(430px,1fr));gap:18px;margin-top:22px}.venue-card{position:relative;overflow:hidden;padding:20px;border-radius:20px;box-shadow:0 10px 28px rgba(22,53,43,.055);transition:transform .2s ease,box-shadow .2s ease}.venue-card:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(22,53,43,.10)}.venue-accent{position:absolute;inset:0 0 auto;height:4px;background:var(--venue-accent)}.venue-main{grid-template-columns:50px 1fr 38px}.venue-main>.brand-mark{width:50px;height:50px;border-radius:14px}.venue-main p{display:flex;align-items:center;gap:7px}.venue-main p i{width:3px;height:3px;border-radius:50%;background:#9caaa5}.venue-link-panel{margin:18px 0 15px;padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--paper);display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px}.venue-url{display:grid;min-width:0}.venue-url small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.venue-url strong{overflow:hidden;text-overflow:ellipsis;font-size:11px;white-space:nowrap}.venue-link-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;gap:8px;padding-top:10px;border-top:1px solid var(--line)}.venue-link-actions .btn{min-height:38px;justify-content:center}.venue-link-actions .btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.venue-actions{padding-top:3px;border-top:1px solid var(--line);padding-top:14px}.venue-actions .permanent-delete{margin-left:auto;color:#9f3328}.venue-card.archived{opacity:.72}.venue-card.archived:hover{opacity:1}@media(max-width:900px){.venue-grid{grid-template-columns:1fr}}@media(max-width:560px){.admin-venues{padding:17px}.venue-grid{margin-top:16px}.venue-card{padding:16px}.venue-link-panel{grid-template-columns:34px minmax(0,1fr)}.venue-link-panel>.domain-state{grid-column:2}.venue-link-actions{grid-template-columns:1fr}.venue-actions{display:grid;grid-template-columns:1fr 1fr}.venue-actions .owner-settings{grid-column:1/-1}.venue-actions .permanent-delete{margin-left:0}.venue-actions .text-btn{min-height:36px}}

/* Interactive table floor and permanent QR manager */
.table-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:16px}.table-stats>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:12px}.table-stats svg{width:24px;height:24px;fill:none;stroke:#39705d;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.table-stats span{display:grid;color:var(--muted);font-size:11px}.table-stats b{font:800 19px Manrope;color:var(--ink)}.floor-manager .panel-head p,.archive-panel .panel-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.table-head-actions{display:flex;gap:8px}.table-head-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.floor-canvas{position:relative;overflow:hidden;min-height:280px;border:1px solid #dfe8e4;border-radius:18px;background:linear-gradient(145deg,#f6f9f7,#eef4f1);padding:28px}.floor-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(32,71,58,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(32,71,58,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,#000,transparent)}.floor-label{position:absolute;right:19px;top:15px;color:#9bacA5;letter-spacing:.2em;font:700 9px Manrope}.table-cards{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:17px}.modern-table-card{position:relative;background:rgba(255,255,255,.96);border:1px solid #dbe5e0;border-radius:20px;padding:15px;box-shadow:0 14px 35px rgba(23,55,44,.07);transition:transform .25s,box-shadow .25s}.modern-table-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(23,55,44,.12)}.modern-table-card.drop-in{animation:tableDrop .85s cubic-bezier(.22,1.35,.45,1)}@keyframes tableDrop{0%{opacity:0;transform:translateY(-70px) scale(.82) rotate(-3deg)}65%{transform:translateY(6px) scale(1.025) rotate(1deg)}100%{opacity:1;transform:none}}.table-scene{position:relative;height:138px;border-radius:15px;background:radial-gradient(circle at 50% 20%,#fff,#e7f0ec);display:grid;place-items:center;overflow:hidden}.table-scene>svg{width:160px;height:110px;overflow:visible}.table-shadow{fill:#b9ccc4;opacity:.42;transform-origin:center;animation:shadowBreathe 3s ease-in-out infinite}.chair,.table-top,.table-leg{fill:#fff;stroke:#345f50;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chair{fill:#dfeae5}.table-number{fill:#14231f;stroke:#d4b477;stroke-width:3}.table-scene text{fill:#fff;text-anchor:middle;font:800 14px Manrope}.chair-a{animation:chairLeft 4s ease-in-out infinite}.chair-b{animation:chairRight 4s ease-in-out infinite}@keyframes chairLeft{50%{transform:translateX(-3px)}}@keyframes chairRight{50%{transform:translateX(3px)}}@keyframes shadowBreathe{50%{transform:scaleX(.92);opacity:.28}}.table-online{position:absolute;right:10px;top:10px;background:#fff;color:#277256;border-radius:20px;padding:5px 8px;font-size:9px;font-weight:700}.table-online i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#2baa76;margin-right:4px;box-shadow:0 0 0 4px #dff3e9}.table-info{display:flex;align-items:center;justify-content:space-between;padding:14px 2px 10px}.table-info div{display:grid}.table-info small{color:var(--accent);font-size:9px;text-transform:uppercase;letter-spacing:.12em}.table-info h3{margin:2px 0 0;font-size:18px}.table-info .icon-btn svg,.remove-table svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.qr-mini{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:10px;padding:9px;background:#f2f6f4;border-radius:12px;cursor:pointer;transition:.2s}.qr-mini:hover{background:#e8f0ec}.qr-mini img{width:42px;height:42px;border-radius:6px;background:white}.qr-mini span{display:grid}.qr-mini b{font-size:11px}.qr-mini small{font-size:9px;color:var(--muted)}.qr-mini>svg{width:16px;height:16px;fill:none;stroke:#73847e;stroke-width:2}.table-actions{display:grid;grid-template-columns:1fr 1fr 36px;gap:7px;margin-top:10px}.table-actions .btn{padding:10px}.remove-table{color:#a94b3b}.empty-floor{grid-column:1/-1;min-height:210px;display:grid;place-items:center;align-content:center;color:var(--muted)}.empty-floor>svg{width:50px;height:50px;fill:none;stroke:#9bb0a8;stroke-width:1.4}.empty-floor h3{margin:10px 0 2px}.archive-panel{margin-top:16px}.archive-count{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eef3f0;font-weight:800}.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:10px}.archived-table{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:13px}.archive-qr{width:42px;height:42px;border-radius:10px;background:#edf2ef;display:grid;place-items:center}.archive-qr svg,.archived-table .btn svg{width:20px;height:20px;fill:none;stroke:#65756f;stroke-width:1.7}.archived-table h3{font-size:13px;margin:0}.archived-table p{font-size:10px;color:var(--muted);margin:2px 0}.archived-table .btn{padding:9px;gap:6px}.archive-empty{grid-column:1/-1;padding:20px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);text-align:center}.table-dialog-hero{display:flex;align-items:center;gap:12px;padding:13px;margin-bottom:15px;background:#edf5f1;border-radius:13px;color:#27634d}.table-dialog-hero.restore{background:#eef0fb;color:#50459a}.table-dialog-hero>svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7}.table-dialog-hero div{display:grid}.table-dialog-hero span{font-size:10px;opacity:.75}.qr-dialog{width:min(460px,92vw);border:0;border-radius:24px;padding:24px;box-shadow:0 35px 100px #0007}.qr-modal-head{display:flex;justify-content:space-between}.qr-modal-head h2{font-size:28px;margin:5px 0 0}.qr-modal-head p{color:var(--muted)}.qr-stage{position:relative;width:min(310px,80vw);aspect-ratio:1;margin:18px auto;padding:22px;background:#f1f5f3;border-radius:24px;display:grid;place-items:center;overflow:hidden}.qr-stage img{width:100%;height:100%;border-radius:12px}.scan-line{position:absolute;left:24px;right:24px;height:2px;background:linear-gradient(90deg,transparent,#ef5b2a,transparent);box-shadow:0 0 12px #ef5b2a;animation:scanQr 2.4s ease-in-out infinite}@keyframes scanQr{0%,100%{top:28px;opacity:.4}50%{top:calc(100% - 30px);opacity:1}}.scan-corners{position:absolute;inset:12px;border:2px solid #d4b477;border-radius:17px;pointer-events:none}.qr-url{display:flex;align-items:center;gap:8px;background:#f1f4f2;border-radius:11px;padding:7px 7px 7px 11px}.qr-url span{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.qr-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}
@media(max-width:800px){.table-stats{grid-template-columns:1fr}.floor-canvas{padding:18px 12px}.table-cards{grid-template-columns:1fr}.floor-manager .panel-head{align-items:flex-start;gap:14px}.table-head-actions{width:100%;flex-wrap:wrap}.table-head-actions .btn{flex:1}.archive-grid{grid-template-columns:1fr}}

.header-actions{display:flex;align-items:center;gap:9px}.ui-language{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:7px;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:11px;background:#fff}.ui-language>span{display:grid}.ui-language svg{width:16px;height:16px;fill:none;stroke:#60716b;stroke-width:1.8}.ui-language select{width:auto;min-width:105px;padding:0 22px 0 0;border:0;background:transparent;box-shadow:none;font-size:12px;font-weight:700}.ui-language select:focus{box-shadow:none}
@media(max-width:650px){.workspace>header{align-items:flex-start}.header-actions{flex-wrap:wrap;justify-content:flex-end}.ui-language select{min-width:88px}.live{padding:8px}.workspace>header .eyebrow{font-size:8px}}

/* Vertical restaurant settings */
.settings-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:570px;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.settings-tabs{padding:24px 15px;background:#f0f4f2;border-right:1px solid var(--line)}.settings-tabs>h2{font-size:20px;margin:5px 8px 24px}.settings-tabs>.eyebrow{margin-left:8px}.settings-tabs button{width:100%;display:grid;grid-template-columns:35px 1fr;align-items:center;gap:8px;border:0;background:transparent;text-align:left;padding:12px;border-radius:12px;color:#61716b;cursor:pointer;margin-bottom:5px}.settings-tabs button>svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.settings-tabs button span{display:grid}.settings-tabs button b{font:700 12px Manrope}.settings-tabs button small{font-size:9px;color:#87958f}.settings-tabs button.active{background:#fff;color:#18352b;box-shadow:0 8px 25px rgba(25,55,45,.08)}.settings-tabs button.active svg{color:var(--accent)}.settings-content{position:relative;padding:30px 34px 80px}.settings-content section{animation:settingsIn .3s ease}.settings-content section[hidden]{display:none}@keyframes settingsIn{from{opacity:0;transform:translateX(12px)}}.settings-heading{margin-bottom:24px}.settings-heading h2{font-size:25px;margin:5px 0}.settings-heading p{color:var(--muted);max-width:650px}.settings-content .form-grid{max-width:850px}.settings-content fieldset{margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:13px;display:flex;gap:18px;flex-wrap:wrap}.format-preview{display:flex;align-items:center;justify-content:space-between;max-width:850px;margin:17px 0;padding:15px 17px;border-radius:13px;background:#152b24;color:#fff}.format-preview span{font-size:10px;color:#9fb2ab;text-transform:uppercase;letter-spacing:.14em}.format-preview strong{font:700 18px Manrope}.settings-save{position:absolute;left:34px;right:34px;bottom:22px;display:flex;align-items:center;justify-content:flex-end;gap:15px;padding-top:14px;border-top:1px solid var(--line)}.settings-save .btn{min-width:160px}.seo-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr);gap:24px}.form-stack{display:grid;gap:14px}.favicon-uploader>span{font-size:12px;font-weight:700;color:#53625d}.favicon-preview{display:flex;align-items:center;gap:13px;margin:7px 0 10px;padding:14px;border:1px solid var(--line);border-radius:13px}.favicon-preview img{width:54px;height:54px;object-fit:contain;border-radius:12px;background:#f0f3f2}.favicon-preview div{display:grid}.favicon-preview small{color:var(--muted);font-size:9px}.file-drop{display:flex;grid-template-columns:30px 1fr;align-items:center;gap:9px;padding:14px;border:1px dashed #aebdb7;border-radius:13px;background:#f5f8f6;cursor:pointer}.file-drop svg{width:24px;height:24px;fill:none;stroke:#3a6c59;stroke-width:1.8}.file-drop span{font-size:11px}.file-drop input{display:none}.search-preview{margin-top:22px;padding:17px;border:1px solid var(--line);border-radius:14px;display:grid;background:#fbfcfb}.search-preview small{font-size:9px;color:var(--muted);letter-spacing:.13em}.search-preview a{color:#315eaa;font-size:19px;margin:6px 0}.search-preview span{color:#53645e;font-size:12px}.settings-content textarea{resize:vertical}
.search-provider-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid var(--line)}.search-provider-head>div:first-child{display:grid;gap:3px}.search-provider-head b{font-size:11px}.search-provider-logos{display:flex;align-items:center;gap:15px}.search-provider-logos>span{display:flex;align-items:center;color:#4b5552;font:600 14px Arial,sans-serif}.google-wordmark i{margin-right:1px;color:#4285f4;font:700 21px Arial,sans-serif;font-style:normal}.bing-wordmark>i{width:17px;height:17px;margin-right:5px;display:grid;grid-template-columns:1fr 1fr;gap:1px}.bing-wordmark em{display:block;background:#f25022}.bing-wordmark em:nth-child(2){background:#7fba00}.bing-wordmark em:nth-child(3){background:#00a4ef}.bing-wordmark em:nth-child(4){background:#ffb900}html[data-theme="dark"] .search-provider-logos>span{color:#d7e1dd}@media(max-width:520px){.search-provider-head{align-items:flex-start;flex-direction:column}.search-provider-logos{width:100%;justify-content:flex-start}}
@media(max-width:900px){.settings-shell{grid-template-columns:1fr}.settings-tabs{border-right:0;border-bottom:1px solid var(--line);display:flex;gap:6px;overflow:auto}.settings-tabs>h2,.settings-tabs>.eyebrow{display:none}.settings-tabs button{min-width:165px;margin:0}.settings-content{padding:24px 18px 85px}.settings-save{left:18px;right:18px}.seo-layout{grid-template-columns:1fr}}
@media(max-width:520px){.settings-tabs button{min-width:54px;display:grid;grid-template-columns:1fr;justify-items:center}.settings-tabs button span small{display:none}.settings-tabs button b{font-size:9px;text-align:center}.settings-content .form-grid{grid-template-columns:1fr}.settings-content fieldset{display:grid}.settings-save .btn{width:100%}}

/* Team profiles and unified workspace dialogs */
.team-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px;padding:25px 28px;border-radius:22px;background:linear-gradient(125deg,#102b22,#183c30);color:#fff;overflow:hidden;position:relative}.team-hero:after{content:"";position:absolute;width:240px;height:240px;right:12%;top:-150px;border:1px solid #ffffff1c;border-radius:50%;box-shadow:0 0 0 38px #ffffff09,0 0 0 76px #ffffff06}.team-hero>div,.team-hero .btn{position:relative;z-index:1}.team-hero h2{margin:5px 0 3px;font-size:29px}.team-hero p{margin:0;color:#adc1ba}.team-hero .btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.team-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.team-metrics>div{display:flex;justify-content:space-between;align-items:center;padding:17px 19px;background:#fff;border:1px solid var(--line);border-radius:16px}.team-metrics span{color:var(--muted);font-size:11px}.team-metrics strong{font:800 22px Manrope}.online-number{display:flex;align-items:center;gap:8px}.online-number i,.employee-state i{width:7px;height:7px;border-radius:50%;background:#29a875;box-shadow:0 0 0 5px #daf1e7}.employee-card{display:block;padding:0;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(24,50,41,.055);transition:transform .25s,box-shadow .25s}.employee-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(24,50,41,.1)}.employee-card.inactive{opacity:.68}.employee-cover{height:100px;position:relative;background:radial-gradient(circle at 75% 20%,#fff8,#fff0 35%),linear-gradient(135deg,#dcebe5,#edf4f1)}.employee-cover:after{content:"";position:absolute;left:-20px;bottom:-45px;width:120px;height:90px;border:1px solid #2f6d5620;border-radius:50%}.employee-state{position:absolute;right:12px;top:12px;display:flex;align-items:center;gap:7px;padding:5px 9px;border-radius:30px;background:#ffffffd9;color:#687771;font-size:9px;font-weight:700}.employee-state.active{color:#176949}.employee-state:not(.active) i{background:#9ba5a1;box-shadow:none}.employee-avatar.large{position:absolute;left:18px;bottom:-30px;width:66px;height:66px;border:4px solid #fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #284f401f;font-size:17px}.employee-avatar.large img{width:100%;height:100%;object-fit:cover}.employee-body{padding:40px 18px 17px}.employee-name{display:flex;justify-content:space-between;align-items:start}.employee-name h3{font-size:17px}.employee-name .icon-btn svg,.employee-actions svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.employee-card dl{padding:12px;margin:14px 0;background:#f5f8f6;border-radius:12px}.employee-actions{display:flex;gap:8px}.employee-actions .btn{flex:1;display:flex;gap:7px}.employee-actions .danger{color:#ae4434;background:#fff1ed}.shift-panel{border-radius:20px}
dialog{width:min(560px,calc(100vw - 30px));border:0;border-radius:24px;padding:0;background:#fff;box-shadow:0 35px 110px #081b155c;animation:dialogIn .25s cubic-bezier(.2,.8,.3,1)}dialog::backdrop{background:#10231dcc;backdrop-filter:blur(7px)}@keyframes dialogIn{from{opacity:0;transform:translateY(18px) scale(.97)}}dialog>form{padding:25px}.modal-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}.modal-head h2{font-size:24px;margin:4px 0 0}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:16px;border-top:1px solid var(--line)}.modal-actions .btn{min-width:120px}.modal-error{margin-top:13px;padding:10px 12px;border-radius:10px;background:#fff0ec;color:#a53c2d;font-size:11px}.danger-fill{background:#b94735!important}.employee-dialog{width:min(650px,calc(100vw - 30px))}.photo-picker{display:flex;align-items:center;gap:16px;padding:15px;margin-bottom:18px;border:1px dashed #aebeb7;border-radius:16px;background:#f4f8f6;cursor:pointer}.photo-picker>div:nth-child(2){display:grid}.photo-picker b{font-size:13px}.photo-picker span{color:var(--muted);font-size:10px}.photo-picker em{color:#1b7654;font-style:normal;font-size:11px;font-weight:700;margin-top:4px}.photo-picker input{display:none}.photo-editor-preview{position:relative;flex:0 0 76px;width:76px;height:76px;border-radius:22px;background:#dcebe5;color:#25634d;display:grid;place-items:center;font:800 20px Manrope;overflow:visible}.photo-editor-preview img{width:100%;height:100%;object-fit:cover;border-radius:22px}.photo-editor-preview i{position:absolute;right:-5px;bottom:-5px;width:27px;height:27px;border:3px solid #f4f8f6;border-radius:50%;background:#173a2e;color:#fff;display:grid;place-items:center}.photo-editor-preview svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}.editor-note{display:flex;align-items:center;gap:11px;margin-top:16px;padding:13px;border-radius:12px;background:#edf4f1;color:#245b47}.editor-note>svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.editor-note span{display:grid}.editor-note small{color:#65766f}.decision-dialog{width:min(440px,calc(100vw - 30px));text-align:center}.decision-dialog .modal-head{text-align:left}.decision-visual{width:64px;height:64px;margin:5px auto 14px;border-radius:20px;background:#e6f3ed;color:#217153;display:grid;place-items:center}.decision-visual.danger{background:#fff0eb;color:#b24635}.decision-visual svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8}.decision-copy{max-width:340px;margin:0 auto 18px;color:var(--muted)}.decision-dialog>form>label{text-align:left}.decision-dialog .modal-actions{justify-content:stretch}.decision-dialog .modal-actions .btn{flex:1}
@media(max-width:700px){.team-hero{align-items:flex-start;flex-direction:column;padding:21px}.team-hero .btn{width:100%}.team-metrics{grid-template-columns:1fr}.employee-dialog .form-grid{grid-template-columns:1fr}.modal-actions .btn{flex:1;min-width:0}dialog>form{padding:20px}}

/* Modern restaurant analytics */
.analytics-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:15px;padding:27px 29px;border-radius:22px;background:linear-gradient(120deg,#112d24,#1a4435);color:#fff}.analytics-hero:after{content:"";position:absolute;right:-55px;top:-95px;width:260px;height:260px;border:1px solid #ffffff17;border-radius:50%;box-shadow:0 0 0 45px #ffffff08,0 0 0 90px #ffffff05}.analytics-hero>div{position:relative;z-index:1}.analytics-hero h2{font-size:29px;margin:5px 0 4px}.analytics-hero p{margin:0;color:#adc2ba}.analytics-period{min-width:185px;display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid #ffffff1f;border-radius:14px;background:#ffffff10;backdrop-filter:blur(6px)}.analytics-period>svg{width:23px;height:23px;fill:none;stroke:#d4b477;stroke-width:1.7}.analytics-period span{display:grid}.analytics-period small{color:#a9beb6;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.analytics-period b{font:700 16px Manrope}.analytics-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}.analytics-metric{display:flex;align-items:center;gap:14px;padding:17px 18px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(24,50,41,.035)}.analytics-metric-icon{flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#edf4f1;color:#28654f;display:grid;place-items:center}.analytics-metric.revenue .analytics-metric-icon{background:#fff0ea;color:#dc572e}.analytics-metric-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.analytics-metric>div:last-child{display:grid;min-width:0}.analytics-metric span{color:var(--muted);font-size:10px}.analytics-metric strong{font:800 20px Manrope;white-space:nowrap}.analytics-metric small{color:#91a09b;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analytics-grid.modern{grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr);margin-bottom:15px}.analytics-grid.modern .panel{border-radius:20px}.analytics-grid .panel-head p,.monthly-panel .panel-head p{margin:4px 0 0;color:var(--muted);font-size:10px}.chart-key{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.chart-key i{width:9px;height:9px;border-radius:3px;background:#ef6840}.modern-bar-chart{height:275px;display:flex;align-items:stretch;gap:10px;padding:20px 4px 0;overflow-x:auto}.modern-bar-col{position:relative;min-width:54px;flex:1;display:grid;grid-template-rows:18px 1fr 32px;gap:5px;text-align:center}.modern-bar-col .bar-value{font:700 10px Manrope;color:#56665f;opacity:0;transition:.2s}.modern-bar-col:hover .bar-value{opacity:1}.modern-bar-col>div{position:relative;display:flex;align-items:end;justify-content:center;border-radius:9px;background:linear-gradient(to top,#f4f7f5,#fff)}.modern-bar-col i{display:block;width:min(28px,58%);min-height:8px;border-radius:8px 8px 3px 3px;background:linear-gradient(to top,#e9562d,#f3825e);box-shadow:0 9px 18px #ef5b2a25;animation:barGrow .65s cubic-bezier(.2,.8,.3,1);transform-origin:bottom}@keyframes barGrow{from{transform:scaleY(0)}}.modern-bar-col b{align-self:start;font:600 8px Manrope;color:#74827d;white-space:nowrap}.channel-overview{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:16px;margin:4px 0 16px}.channel-donut{width:124px;aspect-ratio:1;border-radius:50%;background:conic-gradient(#2c7459 0 var(--table-share),#ef7450 var(--table-share) 100%);display:grid;place-items:center;animation:donutIn .7s ease}.channel-donut:before{content:"";grid-area:1/1;width:82px;aspect-ratio:1;border-radius:50%;background:#fff}.channel-donut span{grid-area:1/1;z-index:1;display:grid;text-align:center}.channel-donut b{font:800 22px Manrope}.channel-donut small{font-size:9px;color:var(--muted)}@keyframes donutIn{from{transform:rotate(-60deg) scale(.75);opacity:0}}.channel-legend{display:grid;gap:13px}.channel-legend>div{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:9px}.channel-legend i{width:8px;height:8px;border-radius:3px}.channel-legend i.table{background:#2c7459}.channel-legend i.delivery{background:#ef7450}.channel-legend span{display:grid;font-size:10px;font-weight:700}.channel-legend small{font-weight:400;color:var(--muted)}.channel-legend b{font:800 12px Manrope}.modern-ranking{border-top:1px solid var(--line)}.modern-ranking>div{grid-template-columns:27px 1fr auto}.modern-ranking>div>div{display:grid}.monthly-panel{border-radius:20px}.monthly-panel>.panel-head>svg{width:29px;height:29px;fill:none;stroke:#39705d;stroke-width:1.6}.modern-table .table-head{background:#eef3f0}.modern-table>div{align-items:center}.modern-table>div:not(.table-head):hover{background:#fafcfb}.modern-table>div>strong:first-child{color:#295f4b}.analytics-empty{width:100%;padding:45px;text-align:center;color:var(--muted)}
@media(max-width:1200px){.analytics-metrics{grid-template-columns:1fr 1fr}.analytics-grid.modern{grid-template-columns:1fr}.channel-overview{grid-template-columns:150px 1fr}}
@media(max-width:700px){.analytics-hero{align-items:flex-start;flex-direction:column;padding:22px}.analytics-period{width:100%}.analytics-metrics{grid-template-columns:1fr}.modern-bar-chart{height:250px}.modern-bar-col{min-width:62px}.channel-overview{grid-template-columns:1fr;justify-items:center}.channel-legend{width:100%}.monthly-panel{overflow:hidden}.modern-table{overflow:auto}.modern-table>div{min-width:620px}}

/* Visual menu CRUD */
.menu-admin-hero{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;margin-bottom:16px;padding:24px 27px;border-radius:21px;background:linear-gradient(120deg,#112d24,#1a4335);color:#fff}.menu-admin-hero h2{margin:4px 0;font-size:27px}.menu-admin-hero p{margin:0;color:#adc1ba}.menu-admin-hero .btn{display:flex;gap:7px}.menu-admin-hero .btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.menu-admin-count{display:grid;text-align:right;padding-right:19px;border-right:1px solid #ffffff24}.menu-admin-count strong{font:800 25px Manrope}.menu-admin-count span{font-size:9px;color:#9eb6ad}.menu-category-grid{display:grid;gap:15px}.menu-category-card{padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}.menu-category-card>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.menu-category-card>header span{color:var(--accent);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.menu-category-card>header h3{font-size:19px;margin:3px 0}.menu-category-card>header .icon-btn svg,.product-admin-info svg,.image-edit-badge svg,.add-product-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.product-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:11px}.product-admin-card{overflow:hidden;border:1px solid #e1e8e4;border-radius:15px;background:#fafcfb;cursor:pointer;transition:.22s}.product-admin-card:hover{transform:translateY(-3px);border-color:#b9ccc4;box-shadow:0 13px 30px #173c2e14}.product-admin-card.inactive{opacity:.55}.product-admin-image{position:relative;height:112px;background:#edf3f0;color:#84968f;display:grid;place-items:center;align-content:center;gap:5px}.product-admin-image>img{width:100%;height:100%;object-fit:cover}.product-admin-image>svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.4}.product-admin-image>span{font-size:9px}.image-edit-badge{position:absolute;right:9px;top:9px;width:30px;height:30px;border:0;border-radius:9px;background:#ffffffeb;color:#214f3e;display:grid;place-items:center;box-shadow:0 5px 15px #102b2230}.product-admin-info{display:grid;grid-template-columns:1fr auto 25px;align-items:center;gap:7px;padding:11px}.product-admin-info>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:700;font-size:11px}.product-admin-info>strong{font:800 11px Manrope}.product-admin-info .icon-btn{font-size:0}.add-product-button{width:100%;margin-top:12px;padding:11px;border:1px dashed #b9c8c2;border-radius:12px;background:#f6f9f7;color:#28634c;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.add-product-button:hover{background:#eaf3ef}.menu-empty{padding:25px;text-align:center;color:var(--muted)}.menu-empty.large{background:#fff;border:1px dashed var(--line);border-radius:18px}.menu-editor-dialog{width:min(650px,calc(100vw - 30px))}.menu-editor-intro{display:flex;align-items:center;gap:12px;margin-bottom:17px;padding:13px;border-radius:12px;background:#edf4f1;color:#2b624d}.menu-editor-intro>svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}.menu-editor-intro>div{display:grid}.menu-editor-intro span{font-size:10px;color:#6b7c75}.menu-editor-dialog .full{grid-column:1/-1}.product-photo-picker{display:flex;align-items:center;gap:15px;margin-bottom:18px;padding:13px;border:1px dashed #adbbb5;border-radius:15px;background:#f4f8f6;cursor:pointer}.product-photo-picker>div:nth-child(2){display:grid}.product-photo-picker>div:nth-child(2)>span{font-size:9px;color:var(--muted)}.product-photo-picker em{font-style:normal;color:#1c7453;font-size:10px;font-weight:700}.product-photo-picker input{display:none}.product-editor-preview{position:relative;flex:0 0 112px;width:112px;height:78px;overflow:hidden;border-radius:11px;background:#e5eeea;color:#758980;display:grid;place-items:center;align-content:center}.product-editor-preview>img{width:100%;height:100%;object-fit:cover}.product-editor-preview>svg{width:25px;height:25px;fill:none;stroke:currentColor}.product-editor-preview>span{font-size:8px}.product-editor-preview>i{position:absolute;right:6px;bottom:6px;width:25px;height:25px;border-radius:8px;background:#173c2f;color:#fff;display:grid;place-items:center}.product-editor-preview>i svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}
@media(max-width:700px){.menu-admin-hero{grid-template-columns:1fr}.menu-admin-count{display:none}.menu-admin-hero .btn{width:100%}.product-admin-grid{grid-template-columns:1fr 1fr}.product-photo-picker{align-items:flex-start}.product-editor-preview{flex-basis:92px;width:92px}.menu-editor-dialog .form-grid{grid-template-columns:1fr}}
@media(max-width:430px){.product-admin-grid{grid-template-columns:1fr}}

/* Fast order correction */
.order-tools{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px;padding-top:9px;border-top:1px solid var(--line)}.order-tools button{border:0;border-radius:8px;padding:7px 8px;background:#edf3f0;color:#285d49;font:700 9px Manrope;display:flex;align-items:center;gap:5px;cursor:pointer}.order-tools button:hover{background:#dfece6}.order-tools button.danger{margin-left:auto;background:transparent;color:#a55243}.order-tools svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.9}.order-editor-dialog{width:min(580px,calc(100vw - 30px))}.order-editor-head{display:flex;align-items:center;gap:11px;margin-bottom:15px;padding:13px;border-radius:13px;background:#edf4f1}.order-editor-head>div:last-child{display:grid}.order-editor-head span{font-size:10px;color:var(--muted);text-transform:capitalize}.order-editor-lines{display:grid;gap:8px}.order-edit-line{display:grid;grid-template-columns:minmax(110px,1fr) auto auto 32px;align-items:center;gap:11px;padding:11px 10px;border:1px solid var(--line);border-radius:12px}.order-edit-line>div:first-child{display:grid}.order-edit-line>div:first-child small{color:var(--muted);font-size:9px}.order-edit-line>strong{font:800 11px Manrope}.quantity-stepper{display:grid;grid-template-columns:28px 27px 28px;align-items:center;text-align:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.quantity-stepper button{height:29px;border:0;background:#f0f4f2;color:#285e4a;font-size:17px;cursor:pointer}.quantity-stepper strong{font-size:11px}.remove-order-item{width:31px;height:31px;border:0;border-radius:9px;background:#fff0ec;color:#aa4535;display:grid;place-items:center;cursor:pointer}.remove-order-item svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7}.order-editor-total{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:15px 17px;border-radius:12px;background:#142f26;color:#fff}.order-editor-total span{font-size:10px;color:#a8bdb5}.order-editor-total strong{font:800 18px Manrope}
@media(max-width:520px){.order-edit-line{grid-template-columns:1fr auto 32px}.order-edit-line>strong{grid-column:1}.quantity-stepper{grid-column:2;grid-row:1/3}.remove-order-item{grid-column:3;grid-row:1/3}.order-tools button.danger{margin-left:0}}

/* Refined team surfaces: uninterrupted portrait header and quiet decoration */
.team-hero:after{width:330px;height:150px;right:105px;top:0;border:0;border-radius:0;box-shadow:none;opacity:.32;background:linear-gradient(135deg,transparent 20%,#ffffff12 20% 21%,transparent 21% 43%,#ffffff0d 43% 44%,transparent 44%),radial-gradient(circle at 82% 32%,#d4b477 0 3px,transparent 4px),radial-gradient(circle at 60% 72%,#ffffff70 0 2px,transparent 3px);transform:skewX(-12deg)}
.employee-cover{height:116px;background:linear-gradient(145deg,#dcebe5,#f1f6f4);border-bottom:0;overflow:hidden}.employee-cover:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 58%,#ffffff75 58% 59%,transparent 59% 69%,#ffffff50 69% 70%,transparent 70%)}.employee-cover:after{display:none}.employee-avatar.large{left:18px;bottom:18px;width:70px;height:70px;border:3px solid #ffffff;border-radius:19px;box-shadow:0 10px 25px rgba(31,72,57,.16)}.employee-body{padding:18px}.employee-name{min-height:46px}.employee-state{z-index:2}.employee-card{border-color:#d9e4df}

/* Product photography shared by delivery and QR table menus. */
.menu-item:has(.product-photo){padding:0;display:flex;flex-direction:column;min-height:0}
.product-photo{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#111210;border-bottom:1px solid var(--line)}
.menu-item-body{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;padding:18px;min-height:118px;flex:1}
.menu-item-body>div{min-width:0}
.menu-item-body .add{flex:0 0 36px}
.design-sip-social .menu-item:has(.product-photo){padding:0;min-height:0}
.design-sip-social .product-photo{border-bottom-color:#343531;filter:saturate(.92) contrast(1.03);transition:transform .45s ease,filter .3s ease}
.design-sip-social .menu-item:hover .product-photo{transform:scale(1.025);filter:saturate(1.04) contrast(1.04)}
.design-sip-social .menu-item-body{padding:15px 16px;min-height:106px}
@media(max-width:650px){
  .product-photo{aspect-ratio:16/9}
  .design-sip-social .menu-item-body{min-height:100px;padding:15px}
}
/* Order-channel identity: visibly separates local table service from delivery. */
.status-board .order-card.is-delivery{border-top:3px solid #6d4bd1}.status-board .order-card.is-local{border-top:3px solid #2f8067}.order-kind{display:inline-flex;align-items:center;gap:5px;margin-inline:auto 8px;padding:5px 8px;border-radius:8px;background:#eaf4f0;color:#246650;font:800 9px Manrope;text-transform:uppercase;letter-spacing:.04em}.order-card.is-delivery .order-kind{background:#f0ecff;color:#6240bf}.order-kind svg{width:13px;height:13px}.status-board .order-place{margin-top:10px}.status-board .order-place h3{font-size:13px}
.basket.order-complete:before{display:none}.order-success{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px}.success-check{width:108px;height:108px;margin-bottom:24px;color:#d4b477}.success-check svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.success-check circle{stroke-dasharray:176;stroke-dashoffset:176;animation:successCircle .65s ease forwards}.success-check path{stroke-dasharray:42;stroke-dashoffset:42;animation:successTick .38s .55s ease forwards}.order-success h2{margin:8px 0 9px!important;font-size:28px!important}.order-success p{max-width:260px;margin:0 0 24px;color:#aaa69e}.success-order-number{min-width:190px;padding:12px 18px;border:1px solid #45463f;border-radius:13px;background:#171816;display:grid;gap:2px}.success-order-number span{font-size:10px;color:#8f9089;text-transform:uppercase;letter-spacing:.1em}.success-order-number strong{font:800 20px Manrope;color:#d4b477}@keyframes successCircle{to{stroke-dashoffset:0}}@keyframes successTick{to{stroke-dashoffset:0}}@media(max-width:900px){.basket.order-complete{max-height:none}.order-success{min-height:430px;padding-bottom:40px}}
.customer-dialog .form-error:empty{display:none}.customer-dialog .form-error{margin:5px 0 0;padding:12px;border:1px solid #743a35;border-radius:12px;background:linear-gradient(135deg,#321d1b,#241918);color:#ffd7d1;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px}.customer-dialog .form-error>span:last-child{display:grid;gap:2px}.customer-dialog .form-error strong{font:700 12px Manrope}.customer-dialog .form-error small{color:#d7a8a2;font-size:10px;line-height:1.4}.auth-error-icon{width:36px;height:36px;border-radius:10px;background:#5a2924;color:#ff8e80;display:grid;place-items:center;animation:errorIconPulse .7s ease}.auth-error-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.customer-dialog input[aria-invalid="true"]{border-color:#a74d43;box-shadow:0 0 0 3px #a74d4328}.customer-dialog form.auth-error-pulse{animation:authShake .38s ease}@keyframes authShake{20%{transform:translateX(-7px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(2px)}}@keyframes errorIconPulse{0%{transform:scale(.65) rotate(-12deg);opacity:0}55%{transform:scale(1.12) rotate(4deg)}100%{transform:scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){.customer-dialog form.auth-error-pulse,.auth-error-icon{animation:none}}
.customer-field{height:49px;position:relative;display:flex!important;align-items:center;gap:10px;padding:0 12px;border:1px solid #41423d;border-radius:12px;background:#121310;color:#747b74;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.customer-field:hover{border-color:#5a5b54}.customer-field:focus-within{border-color:#d4b477;background:#151612;box-shadow:0 0 0 3px #d4b47720;color:#d4b477}.customer-field>svg{width:19px;height:19px;flex:0 0 19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.customer-dialog .customer-field>input{min-width:0;height:47px;padding:0;border:0!important;background:transparent!important;color:#fff;box-shadow:none!important}.customer-dialog .customer-field>input::placeholder{color:#80827d}.password-visibility{width:32px;height:32px;flex:0 0 32px;border:0;border-radius:8px;background:transparent;color:#747b74;display:grid;place-items:center;cursor:pointer}.password-visibility:hover,.password-visibility.visible{background:#272821;color:#d4b477}.password-visibility svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.customer-dialog .btn.primary{min-height:47px;display:flex;justify-content:center;gap:10px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.customer-dialog .btn.primary:hover{transform:translateY(-1px);background:#dfc184;box-shadow:0 9px 24px #0005}.customer-dialog .btn.primary>svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.customer-dialog .btn.primary:hover>svg{transform:translateX(3px)}.dialog-close{width:36px;height:36px;right:14px;top:14px;border:1px solid #3e403a;border-radius:10px;background:#242522;color:#a9aaa5;display:grid;place-items:center;font-size:0;transition:.18s}.dialog-close:hover{border-color:#69685f;background:#30312d;color:#fff;transform:rotate(4deg)}.dialog-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.customer-field:has(input[aria-invalid="true"]){border-color:#a74d43;box-shadow:0 0 0 3px #a74d4328;color:#e78277}@media(max-width:520px){.customer-dialog{padding:22px}.customer-field{height:47px}.customer-dialog h2{padding-right:38px}}
.status-board .order-number{font-size:14px;letter-spacing:.035em}
#dashboard.locale-pending{visibility:hidden;opacity:0}#dashboard:not(.locale-pending){visibility:visible;opacity:1;transition:opacity .16s ease}@media(prefers-reduced-motion:reduce){#dashboard:not(.locale-pending){transition:none}}

/* Compact menu cards: product identity stays readable directly on its photo. */
.product-admin-card{position:relative;background:#10251e}.product-admin-image{height:138px}.product-admin-image:after{content:"";position:absolute;inset:42% 0 0;pointer-events:none;background:linear-gradient(transparent,rgba(6,18,14,.94))}.product-admin-info{position:absolute;z-index:1;inset:auto 0 0;display:grid;grid-template-columns:minmax(0,1fr) auto 25px;align-items:center;gap:7px;padding:28px 11px 10px;color:#fff}.product-admin-info>span{font-size:12px;text-shadow:0 1px 5px #000;letter-spacing:-.01em}.product-admin-info>strong{padding:4px 7px;border:1px solid #ffffff2b;border-radius:7px;background:#12392ddb;color:#fff;font-size:10px;white-space:nowrap}.product-admin-info .icon-btn{color:#fff;background:#ffffff18}.product-admin-card:hover .product-admin-info .icon-btn{background:#fff;color:#214f3e}

/* Separate local and delivery schedules plus public legal details. */
.hours-editor{display:grid;gap:7px}.hours-head,.hours-row{display:grid;grid-template-columns:110px 1fr 1fr;gap:10px;align-items:center}.hours-head{padding:0 10px;color:var(--muted);font-size:10px}.hours-row{padding:9px 10px;border:1px solid var(--line);border-radius:12px;background:#f8faf9}.hours-row>strong{font-size:11px}.hours-slot{display:flex;align-items:center;gap:6px;min-width:0}.hours-slot label{display:flex;align-items:center;gap:4px;font-size:9px;color:var(--muted);white-space:nowrap}.hours-slot input[type=time]{min-width:0;height:34px;padding:5px 7px;font-size:10px}.wide-dialog{width:min(900px,calc(100vw - 30px))}.settings-heading.compact{margin-bottom:16px}.owner-settings{white-space:nowrap}.public-legal{max-width:1180px;margin:0 auto 45px;padding:28px;display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;border:1px solid var(--line);border-radius:20px;background:var(--white)}.public-legal h2{margin:6px 0 18px}.legal-address{display:grid;grid-template-columns:1fr 1fr;gap:20px;color:var(--muted);font-size:12px;line-height:1.75}.legal-address a{color:inherit;text-decoration:none}.hours-public-head,.hours-public-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:8px 0;border-bottom:1px solid var(--line);font-size:11px}.hours-public-head{color:var(--muted);font-size:9px;text-transform:uppercase}.hours-public-row span.closed{color:var(--muted)}.design-sip-social .public-legal{background:#1d1e1c;border-color:#343531}.design-sip-social .legal-address,.design-sip-social .hours-public-head{color:#aaa69e}@media(max-width:760px){.hours-head{display:none}.hours-row{grid-template-columns:1fr}.hours-slot:before{content:attr(data-kind);width:55px;text-transform:capitalize;font-size:9px;color:var(--muted)}.public-legal{margin:0 14px 30px;padding:22px;grid-template-columns:1fr;gap:30px}.legal-address{grid-template-columns:1fr}}

/* Workspace theme and SVG route transition. */
.theme-toggle{width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);display:grid;place-items:center;cursor:pointer}.theme-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.theme-toggle .moon{display:none}.theme-toggle.turning svg{animation:themeTurn .5s cubic-bezier(.2,.8,.3,1)}@keyframes themeTurn{50%{transform:rotate(180deg) scale(.65)}}.view-transition{position:fixed;z-index:9998;inset:0 0 0 220px;pointer-events:none;display:grid;place-items:center;background:color-mix(in srgb,var(--paper) 82%,transparent);backdrop-filter:blur(0);opacity:0;transition:opacity .18s ease,backdrop-filter .18s ease}.view-transition.active{opacity:1;backdrop-filter:blur(8px)}.view-transition.leaving{opacity:0;transform:scale(1.025);transition:.38s cubic-bezier(.2,.8,.3,1)}.view-transition svg{width:160px;overflow:visible;fill:none;stroke:var(--accent);stroke-width:2;stroke-linecap:round}.view-transition path{stroke-dasharray:190;stroke-dashoffset:190;animation:routeDraw .55s ease forwards}.view-transition circle:first-of-type{animation:routePulse .7s ease infinite}.view-transition circle:last-of-type{opacity:0;animation:routeArrive .25s .35s ease forwards}@keyframes routeDraw{to{stroke-dashoffset:0}}@keyframes routePulse{50%{r:7;opacity:.45}}@keyframes routeArrive{to{opacity:1;r:7}}
html[data-theme="dark"]{color-scheme:dark;--ink:#eef5f2;--muted:#91a39d;--line:#294139;--paper:#0d1714;--white:#15231e;--green:#55d59f;--shadow:0 18px 50px rgba(0,0,0,.25)}html[data-theme="dark"] body{background:#0d1714}html[data-theme="dark"] .theme-toggle .sun{display:none}html[data-theme="dark"] .theme-toggle .moon{display:block}html[data-theme="dark"] :is(.metric,.panel,.tip-card,.menu-category-card,.employee-card,.table-card,.settings-content,.settings-shell,.analytics-metric,.monthly-panel,.venue-card,.admin-summary>div,dialog){background:#15231e;color:var(--ink);border-color:var(--line)}html[data-theme="dark"] :is(input,select,textarea){background:#101c18;color:var(--ink);border-color:#345148}html[data-theme="dark"] :is(.btn.secondary,.add-product-button,.hours-row,.format-preview,.order-editor-head,.photo-picker,.product-photo-picker,.modern-table .table-head){background:#1b3029;color:var(--ink)}html[data-theme="dark"] :is(.catalogue-item,.table-stat,.employee-card dl,.domain-box,.settings-tabs){background:#111f1a}html[data-theme="dark"] .settings-tabs button.active{background:#20382f;color:#fff}html[data-theme="dark"] .live{background:#17352a}html[data-theme="dark"] dialog::backdrop{background:#050b09cc}@media(max-width:650px){.view-transition{inset:0 0 68px 0}.theme-toggle{width:40px;height:40px}}
html[data-theme="dark"] .ui-language{background:#15231e}html[data-theme="dark"] .btn.primary{background:#2b6d55;color:#fff}html[data-theme="dark"] .menu-admin-hero .btn.primary{background:#0d211a}html[data-theme="dark"] .image-edit-badge{background:#19372d;color:#eaf6f1}
html[data-theme="dark"] .status-lane{background:#13231e;border-color:#294139;box-shadow:inset 0 1px 0 #ffffff05}
html[data-theme="dark"] .status-lane>header>b,html[data-theme="dark"] .lane-icon,html[data-theme="dark"] .place-icon{background:#1d312a;color:#a9bcb5}
html[data-theme="dark"] .status-lane.ordered .lane-icon{background:#40251d;color:#ff8b67}
html[data-theme="dark"] .status-lane.served .lane-icon{background:#2d2448;color:#aa8cff}
html[data-theme="dark"] .lane-empty{border-color:#355047;color:#71867f;background:#101d19}
html[data-theme="dark"] .status-board .order-card{background:#192a24;color:#eef5f2;border-color:#345047;box-shadow:0 12px 30px #00000030}
html[data-theme="dark"] .status-board .order-card.urgent{border-color:#b85a3c;box-shadow:0 10px 30px #ef5b2a18}
html[data-theme="dark"] .status-board .order-card :is(h3,li,.order-foot>strong){color:#eef5f2}
html[data-theme="dark"] .status-board .order-card :is(small,.age){color:#9db0a9}
html[data-theme="dark"] .status-board .order-card ul,html[data-theme="dark"] .order-tools{border-color:#345047}
html[data-theme="dark"] .age{background:#10201a}
html[data-theme="dark"] .order-kind{background:#1c392f;color:#78d5b0}
html[data-theme="dark"] .order-card.is-delivery .order-kind{background:#30294a;color:#beaaff}
html[data-theme="dark"] .order-tools button{background:#203a31;color:#a9e2cb}
html[data-theme="dark"] .order-tools button:hover{background:#29483d}
html[data-theme="dark"] .order-tools button.danger{background:transparent;color:#f0937d}
html[data-theme="dark"] .quick-action{background:#326f59;color:#fff}
html[data-theme="dark"] .quick-action.served{background:#7959dd}
html[data-theme="dark"] .done-mark{color:#66dda9}
@media(prefers-reduced-motion:reduce){.view-transition path,.view-transition circle,.theme-toggle.turning svg{animation:none}.view-transition{transition:opacity .12s}}
.hours-slot :is(.hours-open,.hours-close){min-width:0;height:34px;padding:5px 7px;font-size:10px}

/* Responsive staff workspace and anchored custom language menu. */
.language-picker{position:relative}.language-picker>button{height:42px;min-width:164px;padding:0 11px;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);display:grid;grid-template-columns:18px 1fr 16px;align-items:center;gap:8px;text-align:left;font:700 12px Manrope;cursor:pointer}.language-picker svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.language-popover{position:absolute;z-index:200;right:0;top:calc(100% + 6px);width:100%;min-width:164px;padding:5px;display:grid;gap:2px;border:1px solid var(--line);border-radius:12px;background:var(--white);box-shadow:0 16px 42px #071a1430;animation:languageMenuIn .18s ease}.language-popover[hidden]{display:none}.language-popover>button{width:100%;height:32px;padding:0 7px;border:0;border-radius:8px;background:transparent;color:var(--ink);display:grid;grid-template-columns:24px minmax(0,1fr) 15px;align-items:center;gap:5px;text-align:left;cursor:pointer}.language-popover>button:hover,.language-popover>button[aria-selected="true"]{background:color-mix(in srgb,var(--accent) 10%,var(--paper))}.language-popover>button>span{font-size:8px;color:var(--muted)}.language-popover>button>b{overflow:hidden;text-overflow:ellipsis;font-size:11px;white-space:nowrap}@keyframes languageMenuIn{from{opacity:0;transform:translateY(-5px) scale(.98)}}
.status-lane.ordered.has-orders{border-color:color-mix(in srgb,var(--accent) 42%,var(--line));animation:newLanePulse 1.8s ease-in-out infinite}.status-lane.ordered.has-orders .lane-icon{animation:newBellRing 1.45s ease-in-out infinite}.status-lane.ordered.has-orders>header>b{color:#fff;background:var(--accent);animation:newCountBlink 1.25s ease-in-out infinite}.status-lane.ordered.has-orders .order-card.urgent{position:relative;overflow:hidden}.status-lane.ordered.has-orders .order-card.urgent:after{content:"";position:absolute;z-index:2;inset:0 auto 0 -38%;width:22%;pointer-events:none;background:linear-gradient(90deg,transparent,#ff8b6740,transparent);transform:skewX(-16deg);animation:newOrderSweep 2.2s ease-in-out infinite}@keyframes newLanePulse{50%{border-color:color-mix(in srgb,var(--accent) 82%,var(--line));box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 9%,transparent)}}@keyframes newBellRing{0%,55%,100%{transform:rotate(0)}62%{transform:rotate(10deg) scale(1.06)}70%{transform:rotate(-9deg)}78%{transform:rotate(6deg)}86%{transform:rotate(-3deg)}}@keyframes newCountBlink{50%{transform:scale(1.12);box-shadow:0 0 0 7px color-mix(in srgb,var(--accent) 0%,transparent)}}@keyframes newOrderSweep{0%,35%{left:-38%;opacity:0}48%{opacity:1}72%,100%{left:125%;opacity:0}}
.basket-tax{display:grid;gap:6px;padding:12px 0 4px;border-top:1px solid var(--line)}.basket-tax>span,.order-tax{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:10px}.basket-tax b{margin-left:auto;color:var(--ink)}.basket-tax small{font-size:9px}.order-tax{padding:0 0 10px}.tax-settings{margin-top:18px}.tax-settings>small{display:block;margin-top:8px;color:var(--muted)}.analytics-metrics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.tax-settings>label{max-width:280px}.tax-mode-title{margin:16px 0 8px;font:800 11px Manrope;color:var(--ink)}.tax-mode-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tax-mode-options>label{position:relative;display:grid;grid-template-columns:20px 1fr;align-items:start;gap:9px;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--paper);cursor:pointer}.tax-mode-options input{width:auto;margin-top:3px;accent-color:var(--green)}.tax-mode-options span{display:grid;gap:4px}.tax-mode-options b{font-size:11px}.tax-mode-options small{color:var(--muted);font-size:9px;line-height:1.45}.tax-mode-options>label:has(input:checked){border-color:#3c876d;background:color-mix(in srgb,var(--green) 8%,var(--white));box-shadow:0 0 0 2px color-mix(in srgb,var(--green) 10%,transparent)}.order-tax small{font-size:8px}.tax-report-table>div{grid-template-columns:1.15fr .7fr repeat(3,1fr)}
@media(max-width:700px){.tax-mode-options{grid-template-columns:1fr}}
.settings-content fieldset.tax-settings{display:grid}.tax-settings .tax-mode-title{margin:5px 0 0}
.monitor-metrics{grid-template-columns:.72fr 1.2fr 1.2fr .8fr}.monitor-metrics .metric{min-height:160px}.metric-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.metric-title>small{padding:4px 7px;border-radius:20px;background:var(--paper);font-size:9px;white-space:nowrap}.money-metric{gap:5px;border-top:3px solid var(--line)}.money-metric.outstanding{border-top-color:#ef7b54}.money-metric.received{border-top-color:#34a477}.money-metric>strong{margin-top:2px}.metric-tax-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:11px;border-top:1px solid var(--line)}.metric-tax-grid>span{display:grid;gap:2px}.metric-tax-grid small{font-size:9px}.metric-tax-grid b{font:800 12px Manrope}.order-count-metric,.service-metric{align-content:center}
html[data-theme="dark"] .basket-tax{border-color:#345047}html[data-theme="dark"] .basket-tax b{color:#eef5f2}
@media(prefers-reduced-motion:reduce){.status-lane.ordered.has-orders,.status-lane.ordered.has-orders .lane-icon,.status-lane.ordered.has-orders>header>b,.status-lane.ordered.has-orders .order-card.urgent:after{animation:none}}
.profile .avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.profile .avatar,.profile-editable{cursor:pointer}.profile-editable:hover strong{text-decoration:underline}.header-profile-button{width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);display:grid;place-items:center;overflow:hidden;cursor:pointer}.header-profile-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.header-profile-button img{width:100%;height:100%;object-fit:cover}.profile-dialog-intro{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:13px;border-radius:13px;background:#edf4f1}.profile-dialog-intro>span{width:38px;height:38px;border-radius:11px;background:#d9ebe3;color:#28644f;display:grid;place-items:center}.profile-dialog-intro svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.profile-dialog-intro>div{display:grid}.profile-dialog-intro small{color:var(--muted)}.password-section{margin-top:19px;padding-top:17px;border-top:1px solid var(--line)}.password-section>b,.password-section>small{display:block}.password-section>small{margin:3px 0 13px;color:var(--muted);font-size:9px}html[data-theme="dark"] .profile-dialog-intro{background:#1b3029}@media(max-width:650px){.chef-profile-dialog .form-grid{grid-template-columns:1fr}.chef-profile-dialog .form-grid .full{grid-column:auto}.header-profile-button{width:40px;height:40px}}
.queue-actions{display:flex;align-items:center;gap:14px}.queue-actions .btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.phone-order-dialog{width:min(1040px,calc(100vw - 28px))}.phone-order-layout{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(360px,1.2fr);gap:22px}.phone-order-layout>section{min-width:0;padding:16px;border:1px solid var(--line);border-radius:15px;background:var(--paper)}.phone-section-title{display:grid;gap:3px;margin-bottom:14px}.phone-section-title b{font-size:13px}.phone-section-title small{color:var(--muted);font-size:10px}.phone-details{margin-top:13px}.customer-results{display:grid;gap:5px;max-height:150px;overflow:auto;margin-top:5px}.customer-results>button{border:1px solid var(--line);border-radius:10px;padding:9px 11px;background:var(--white);color:var(--ink);display:grid;gap:2px;text-align:left;cursor:pointer}.customer-results>button:hover{border-color:var(--green)}.customer-results span,.customer-results>small{color:var(--muted);font-size:9px}.phone-catalogue{max-height:360px;overflow:auto;display:grid;gap:13px;padding-right:4px}.phone-catalogue h4{margin:0 0 6px;font-size:10px;color:var(--muted);text-transform:uppercase}.phone-catalogue>div>button{width:100%;border:0;border-bottom:1px solid var(--line);padding:9px;background:transparent;color:var(--ink);display:flex;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.phone-catalogue>div>button:hover{background:color-mix(in srgb,var(--green) 8%,transparent)}.phone-cart{margin-top:12px;border-top:1px solid var(--line);padding-top:10px;display:grid;gap:7px}.phone-cart>div{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:10px}.phone-cart footer{display:flex;justify-content:space-between;padding-top:10px;font-size:13px}.phone-cart-empty{color:var(--muted);padding:12px!important;justify-content:center!important}.phone-cart .quantity-stepper{flex:0 0 auto}.phone-cart .quantity-stepper button{color:var(--green)}html[data-theme="dark"] .phone-order-layout>section{background:#111f1a}html[data-theme="dark"] .customer-results>button{background:#192a24}@media(max-width:760px){.queue-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.phone-order-layout{grid-template-columns:1fr}.phone-catalogue{max-height:280px}}
.table-order-button{border:1px solid var(--line)}.table-order-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:390px;overflow:auto;padding:3px}.table-order-choices>button{position:relative;min-width:0;min-height:58px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--white);color:var(--ink);display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.table-order-choices>button:last-child:nth-child(odd){grid-column:1/-1}.table-order-choices>button:hover{border-color:#6c9e89;box-shadow:inset 0 0 0 1px #6c9e89,0 5px 14px #15382d0c}.table-order-choices>button:focus-visible{outline:0;border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green),0 0 0 3px color-mix(in srgb,var(--green) 17%,transparent)}.table-order-choices>button.selected{border-color:var(--green);background:color-mix(in srgb,var(--green) 9%,var(--white));box-shadow:inset 0 0 0 1px var(--green),0 0 0 3px color-mix(in srgb,var(--green) 12%,transparent)}.table-order-choices>button>svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:var(--green);stroke-width:1.7}.table-order-choices>button>span{min-width:0;display:grid}.table-order-choices>button b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-order-choices>button small{color:var(--muted)}.table-order-choices>button>i{width:9px;height:9px;margin-left:auto;border:2px solid #aab9b3;border-radius:50%}.table-order-choices>button.selected>i{border-color:var(--green);background:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 14%,transparent)}.table-order-empty{grid-column:1/-1;padding:30px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:13px}html[data-theme="dark"] .table-order-choices>button{background:#192a24}html[data-theme="dark"] .table-order-choices>button.selected{background:#214438}@media(max-width:520px){.table-order-choices{grid-template-columns:1fr}.table-order-choices>button:last-child:nth-child(odd){grid-column:auto}.queue-actions .table-order-button,.queue-actions #phoneOrder{flex:1}}
@media(max-width:1300px){.sidebar{width:78px;padding:22px 10px}.sidebar .brand{margin:0 auto 34px}.sidebar .brand>span:last-child,.sidebar nav button:not(.active){font-size:0}.sidebar nav button{padding:12px 8px;text-align:center;font-size:0}.sidebar nav button span{width:auto}.sidebar nav button.active{font-size:0}.profile{justify-content:center}.profile>div,.profile>button{display:none}.workspace{margin-left:78px;padding-inline:26px}.status-board{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.status-lane{min-width:0}.view-transition{left:78px}}
@media(max-width:1300px){.monitor-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.status-board{grid-template-columns:1fr;margin-right:0}.status-lane{width:100%}.workspace>header{gap:12px}.language-picker>button{min-width:132px}.metric-row{grid-template-columns:1fr 1fr}.metric-row .metric:last-child{grid-column:1/-1}}
@media(max-width:650px){.sidebar{width:auto}.workspace{margin-left:0}.language-popover{width:100%;min-width:164px}.header-actions{gap:6px}.language-picker>button{min-width:118px}.metric-row{grid-template-columns:1fr}}
@media(max-width:650px){.monitor-metrics{grid-template-columns:1fr}.monitor-metrics .metric{min-height:0}.monitor-metrics .metric:last-child{grid-column:auto}}
.venue-actions{flex-wrap:wrap}.venue-actions .permanent-delete{flex:1 0 100%;margin:3px 0 0;padding:10px 4px 1px;border-top:1px dashed #ead7d3;text-align:right}.venue-actions .permanent-delete:hover{color:#c44332}@media(max-width:560px){.venue-actions .permanent-delete{grid-column:1/-1;margin-left:0;text-align:center}}
.profile #logout{width:34px;height:34px;flex:0 0 34px;border:1px solid transparent;border-radius:10px;color:#9db0a9;background:transparent;display:grid;place-items:center;font-size:17px;line-height:1;cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.profile #logout:hover{color:#fff;background:#c64b3d;border-color:#e36a5c;transform:translate(2px,-1px);box-shadow:0 7px 18px #050b093d}.profile #logout:focus-visible{outline:0;color:#fff;background:#b94135;border-color:#ff9a8e;box-shadow:0 0 0 3px #ff7a6950}.profile #logout:active{transform:translate(1px,0);box-shadow:none}.profile #logout:disabled{opacity:.55;cursor:wait;transform:none}
@media(max-width:760px){.hours-slot:before{content:attr(data-kind-label)}}
.auth-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.auth-top .auth-brand{margin:0 0 0 4px}.login-language{width:auto;display:flex;align-items:center;gap:9px;color:#53625d;font-size:10px}.login-language select{width:auto;min-width:132px;height:40px;padding:8px 34px 8px 11px;background:#fff}.auth-feature-list b{font:600 12px 'DM Sans',sans-serif}@media(max-width:650px){.auth-top{margin-bottom:16px}.auth-top .auth-brand{margin:0 0 0 2px}.login-language>span{display:none}.login-language select{min-width:120px;height:38px}.auth-intro h1 span,.auth-intro h1 em{overflow-wrap:anywhere}}

/* Sip & Social brand hierarchy: the supplied logo is the primary identity. */
.design-sip-social .restaurant-logo{width:390px;height:188px}
.design-sip-social .hero-copy{margin-top:28px}
.design-sip-social .hero-copy h1{font-size:clamp(30px,3.2vw,42px);letter-spacing:-.045em;margin:10px 0 12px}
@media(max-width:650px){.design-sip-social .restaurant-logo{width:220px;height:124px}.design-sip-social .hero-copy{margin-top:25px}.design-sip-social .hero-copy h1{font-size:30px}}
@media(max-width:430px){.design-sip-social .restaurant-logo{width:202px;height:116px}.design-sip-social .hero-copy h1{font-size:27px}}

/* Collapsible workspace navigation */
.sidebar,.workspace,.view-transition{transition:width .22s ease,margin-left .22s ease,left .22s ease}.sidebar{z-index:30;overflow:hidden}.sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-bottom:38px}.sidebar-brand-row .brand{margin:0 0 0 8px;white-space:nowrap;text-decoration:none}.sidebar-toggle{width:30px;height:30px;flex:0 0 30px;border:1px solid #355047;border-radius:9px;background:#183129;color:#aec0ba;display:grid;place-items:center;cursor:pointer}.sidebar-toggle:hover{color:#fff;background:#29463d}.sidebar-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .22s ease}.sidebar-toggle.collapsed svg{transform:rotate(180deg)}.sidebar nav button{white-space:nowrap}.sidebar nav .nav-label{font:600 13px Manrope}.sidebar .nav-label,.sidebar .profile>div,.sidebar .profile>button,.sidebar-toggle{transition:opacity .15s ease}.sidebar-collapsed .sidebar{width:78px;padding-inline:10px}.sidebar-collapsed .workspace{margin-left:78px}.sidebar-collapsed .view-transition{left:78px}.sidebar-collapsed .sidebar:not(:hover) .nav-label,.sidebar-collapsed .sidebar:not(:hover) .profile>div,.sidebar-collapsed .sidebar:not(:hover) .profile>button,.sidebar-collapsed .sidebar:not(:hover) .sidebar-toggle{opacity:0;pointer-events:none}.sidebar-collapsed .sidebar:not(:hover) .sidebar-brand-row{justify-content:center}.sidebar-collapsed .sidebar:not(:hover) .brand{margin-inline:auto}.sidebar-collapsed .sidebar:hover{width:220px;box-shadow:18px 0 35px #08130f2e}.sidebar-collapsed .sidebar:hover .nav-label,.sidebar-collapsed .sidebar:hover .profile>div,.sidebar-collapsed .sidebar:hover .profile>button,.sidebar-collapsed .sidebar:hover .sidebar-toggle{opacity:1;pointer-events:auto}
@media(max-width:1300px) and (min-width:651px){.sidebar:hover{width:220px;box-shadow:18px 0 35px #08130f2e}.sidebar:hover .brand{margin-left:8px}.sidebar:hover .nav-label{display:inline;opacity:1;font-size:13px}.sidebar:hover nav button{font-size:13px}.sidebar:hover .profile{justify-content:flex-start}.sidebar:hover .profile>div{display:grid}.sidebar:hover .profile>button{display:block}.sidebar-brand-row{margin-bottom:34px}.sidebar-toggle{display:none}}
@media(max-width:650px){body.sidebar-collapsed .sidebar{width:auto;padding:8px}.sidebar-brand-row,.sidebar-toggle{display:none}.sidebar nav .nav-label{display:none}.sidebar:hover{width:auto;box-shadow:none}}

/* Tenant-scoped delivery customer management */
.customer-page-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}.customer-page-head h2{margin:5px 0;font-size:26px}.customer-page-head p{margin:0;color:var(--muted)}.customer-summary{display:flex;gap:10px;margin-bottom:16px}.customer-summary>div{min-width:130px;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:var(--white);display:grid}.customer-summary strong{font:800 22px Manrope}.customer-summary span{color:var(--muted);font-size:10px}.customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.customer-card{min-width:0;padding:18px;border:1px solid var(--line);border-radius:17px;background:var(--white)}.customer-card.is-blocked{border-color:#e4b2aa}.customer-card>header{display:flex;align-items:center;gap:11px;padding-bottom:14px;border-bottom:1px solid var(--line)}.customer-avatar{width:40px;height:40px;border-radius:12px;background:#dcebe5;color:#236147;display:grid;place-items:center;font:800 16px Manrope}.customer-card>header>div{display:grid;gap:2px}.customer-card h3{margin:0}.customer-card>header span:last-child{font-size:9px;color:var(--green)}.customer-card.is-blocked>header span:last-child{color:#b2483b}.customer-card dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:15px 0}.customer-card dl>div{min-width:0}.customer-card dl .wide{grid-column:1/-1}.customer-card dt,.customer-stats small{color:var(--muted);font-size:9px}.customer-card dd{margin:3px 0 0;overflow-wrap:anywhere}.customer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px;border-radius:12px;background:var(--paper)}.customer-stats>span{display:grid;gap:4px}.customer-stats b{font-size:11px}.customer-card>footer{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:14px}.customer-card>footer .danger-text{margin-left:auto;color:#b2483b}.customer-dialog{width:min(650px,calc(100vw - 28px))}.danger-text{color:#b2483b}html[data-theme="dark"] .customer-avatar{background:#24453a;color:#aee0cb}html[data-theme="dark"] .customer-card.is-blocked{border-color:#78463f}
@media(max-width:950px){.customer-grid{grid-template-columns:1fr}}@media(max-width:650px){.customer-page-head{align-items:stretch;flex-direction:column}.customer-page-head .btn{width:100%}.customer-summary>div{flex:1;min-width:0}.customer-card dl,.customer-stats{grid-template-columns:1fr}.customer-card dl .wide{grid-column:auto}.customer-card>footer .danger-text{margin-left:0}}
@media(max-width:1300px) and (min-width:651px){.sidebar:not(:hover) .nav-label{display:none}}
.hours-button{height:47px;padding:0 15px;border:1px solid #575650;border-radius:11px;background:#252522;color:#fff;display:flex;align-items:center;gap:8px;font:600 13px DM Sans;text-decoration:none;white-space:nowrap;cursor:pointer}.hours-button:hover{border-color:#8b816c;background:#2d2d29}.hours-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.public-legal #opening-hours{scroll-margin-top:24px;outline:none}.public-legal #opening-hours:focus-visible{border-radius:10px;box-shadow:0 0 0 2px #d4b47766}
@media(max-width:650px){.hours-button{width:44px;height:44px;padding:0;justify-content:center}.hours-button span{display:none}}
.customer-command{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(120deg,var(--white),color-mix(in srgb,var(--green) 5%,var(--white)));overflow:hidden}.customer-title{display:flex;align-items:center;gap:15px}.customer-title-icon{width:50px;height:50px;border-radius:15px;background:#ddefe7;color:#246b51;display:grid;place-items:center}.customer-title-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.customer-title h2{margin:3px 0;font-size:27px}.customer-title p{margin:0;color:var(--muted)}.customer-add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.customer-overview{display:grid;grid-template-columns:repeat(3,minmax(0,190px));gap:10px;margin:14px 0}.customer-kpi{padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:var(--white);display:flex;align-items:center;gap:11px}.customer-kpi>span{width:35px;height:35px;border-radius:10px;background:#edf4f1;color:#34745c;display:grid;place-items:center}.customer-kpi.blocked>span{background:#f9e8e5;color:#ad493d}.customer-kpi.active>span{background:#e6f4eb;color:#28815e}.customer-kpi svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.customer-kpi>div{display:grid}.customer-kpi strong{font:800 19px Manrope}.customer-kpi small{color:var(--muted)}.customer-tools{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;align-items:center;gap:10px;margin:18px 0 8px}.customer-search{height:46px;padding:0 13px;border:1px solid var(--line);border-radius:13px;background:var(--white);display:flex;align-items:center;gap:9px}.customer-search:focus-within{border-color:#4b8b73;box-shadow:0 0 0 3px #3d826919}.customer-search svg,.customer-sort svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:var(--muted);stroke-width:1.8}.customer-search input{height:auto;padding:0;border:0;background:transparent;box-shadow:none}.customer-search input:focus{outline:0}.customer-search kbd{padding:3px 6px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:var(--paper);font:600 9px Manrope;white-space:nowrap}.customer-filters{padding:4px;border:1px solid var(--line);border-radius:13px;background:var(--white);display:flex;gap:3px}.customer-filters button{height:36px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:var(--muted);font:700 10px Manrope;cursor:pointer;white-space:nowrap}.customer-filters button.active{background:var(--ink);color:var(--white)}.customer-filters b{margin-left:4px;padding:2px 5px;border-radius:10px;background:color-mix(in srgb,currentColor 10%,transparent);font-size:8px}.customer-sort{height:46px;padding:0 10px;border:1px solid var(--line);border-radius:13px;background:var(--white);display:flex;align-items:center}.customer-sort select{height:40px;width:auto;padding:0 28px 0 7px;border:0;background:transparent;font-size:10px}.customer-result-line{min-height:25px;color:var(--muted);font-size:10px}.customer-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.customer-modern-card{min-width:0;padding:17px;border:1px solid var(--line);border-radius:18px;background:var(--white);box-shadow:0 8px 26px #15382d0a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.customer-modern-card:hover{transform:translateY(-2px);border-color:#b8cdc5;box-shadow:0 14px 34px #15382d12}.customer-modern-card.is-blocked{border-color:#e7bbb4}.customer-modern-card>header{display:flex;align-items:center;gap:11px;padding-bottom:13px;border-bottom:1px solid var(--line)}.customer-modern-card>header>div{min-width:0;display:grid;gap:3px}.customer-modern-card h3{margin:0;font-size:15px}.customer-state{display:flex;align-items:center;gap:4px;color:var(--green);font-size:9px}.is-blocked .customer-state{color:#b2483b}.customer-state svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2}.customer-icon-action{margin-left:auto;width:35px;height:35px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);display:grid;place-items:center;cursor:pointer}.customer-icon-action:hover{border-color:#6c9c89;color:var(--green)}.customer-icon-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.customer-contact{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}.customer-contact>*{min-width:0;display:grid;gap:3px;color:var(--ink);text-decoration:none}.customer-contact>div{grid-column:1/-1}.customer-contact small{color:var(--muted);font-size:8px}.customer-contact b{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-contact span{color:var(--muted);font-size:9px}.customer-modern-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:11px;border-radius:12px;background:var(--paper)}.customer-modern-stats>span{min-width:0;display:grid;gap:4px;padding-inline:10px;border-right:1px solid var(--line)}.customer-modern-stats>span:first-child{padding-left:0}.customer-modern-stats>span:last-child{border:0}.customer-modern-stats small{color:var(--muted);font-size:8px}.customer-modern-stats b{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-modern-card>footer{display:flex;justify-content:flex-end;gap:7px;margin-top:13px}.customer-action{height:34px;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--ink);display:flex;align-items:center;gap:6px;font:700 9px Manrope;cursor:pointer}.customer-action:hover{background:var(--paper)}.customer-action.danger{color:#ae493d}.customer-action svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.customer-no-results{min-height:230px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);display:grid;place-items:center;align-content:center;gap:7px}.customer-no-results[hidden]{display:none}.customer-no-results svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6}.customer-no-results b{color:var(--ink)}html[data-theme="dark"] .customer-title-icon{background:#214438;color:#9ddbc2}html[data-theme="dark"] .customer-kpi.blocked>span{background:#452925}html[data-theme="dark"] .customer-kpi.active>span{background:#1c3e31}
@media(min-width:1550px){.customer-modern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1000px){.customer-tools{grid-template-columns:1fr}.customer-filters{width:max-content}.customer-sort{width:max-content}.customer-modern-grid{grid-template-columns:1fr}}@media(max-width:650px){.customer-command{align-items:stretch;flex-direction:column;padding:17px}.customer-title-icon{width:43px;height:43px}.customer-title h2{font-size:23px}.customer-add{width:100%;justify-content:center}.customer-overview{grid-template-columns:repeat(3,1fr)}.customer-kpi{padding:10px;justify-content:center}.customer-kpi>span{display:none}.customer-tools{margin-top:13px}.customer-filters{width:100%;overflow:auto}.customer-filters button{flex:1}.customer-sort{width:100%}.customer-sort select{width:100%}.customer-modern-stats{grid-template-columns:1fr}.customer-modern-stats>span{padding:7px 0;border-right:0;border-bottom:1px solid var(--line)}.customer-modern-stats>span:last-child{border:0}.customer-modern-card>footer{justify-content:stretch}.customer-action{flex:1;justify-content:center}.customer-contact{grid-template-columns:1fr}.customer-contact>div{grid-column:auto}}
.drag-board-hint{height:34px;padding:0 10px;border:1px dashed var(--line);border-radius:9px;color:var(--muted);display:flex;align-items:center;gap:6px;font:700 9px Manrope;white-space:nowrap}.drag-board-hint svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.lane-drop-hint{max-width:0;opacity:0;overflow:hidden;color:var(--green);font:800 8px Manrope;text-transform:uppercase;white-space:nowrap;transition:max-width .18s ease,opacity .18s ease}.status-board .order-card[draggable="true"]{cursor:grab;touch-action:pan-y}.status-board .order-card[draggable="true"]:active{cursor:grabbing}.status-board .order-card.is-dragging{opacity:.38;transform:rotate(1deg) scale(.98);box-shadow:none}.status-board.drag-active .status-lane{opacity:.55;transition:opacity .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.status-board.drag-active .status-lane.drop-allowed{opacity:1;border-color:#5ba889;background:color-mix(in srgb,var(--green) 8%,var(--white));transform:translateY(-2px)}.status-board.drag-active .status-lane.drop-allowed .lane-drop-hint{max-width:70px;opacity:1}.status-board.drag-active .status-lane.drop-allowed .lane-list{min-height:145px}.status-board.drag-active .status-lane.drag-over{border-color:#21966d;background:color-mix(in srgb,var(--green) 16%,var(--white));box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 16%,transparent),0 18px 42px #15382d20;transform:translateY(-4px) scale(1.008)}.status-board.drag-active .status-lane.drag-over .lane-list{outline:2px dashed color-mix(in srgb,var(--green) 60%,transparent);outline-offset:-5px;border-radius:13px}.status-lane.drop-saving{pointer-events:none;opacity:.65}.status-lane.drop-saving:after{content:"";display:block;width:20px;height:20px;margin:8px auto;border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:dragSaving .7s linear infinite}@keyframes dragSaving{to{transform:rotate(360deg)}}html[data-theme="dark"] .status-board.drag-active .status-lane.drop-allowed{background:#18342b}html[data-theme="dark"] .status-board.drag-active .status-lane.drag-over{background:#20513f}@media(max-width:760px){.drag-board-hint{display:none}}@media(prefers-reduced-motion:reduce){.status-board .order-card.is-dragging,.status-board.drag-active .status-lane{transition:none;transform:none}.status-lane.drop-saving:after{animation:none}}
.manage-customer-dialog{width:min(720px,calc(100vw - 28px));max-height:min(900px,calc(100vh - 28px));overflow:auto}.manage-customer-dialog>form{padding:28px}.manage-customer-dialog .modal-head{margin-bottom:17px}.manage-customer-dialog .modal-head h2{font-size:27px;letter-spacing:-.03em}.manage-customer-dialog .modal-head .icon-btn{width:36px;height:36px;border:1px solid var(--line);border-radius:11px;color:var(--muted);display:grid;place-items:center;font-size:20px;cursor:pointer;transition:.16s}.manage-customer-dialog .modal-head .icon-btn:hover{color:var(--ink);background:var(--paper);transform:rotate(5deg)}.customer-editor-intro{position:relative;overflow:hidden;display:flex;align-items:center;gap:13px;margin-bottom:15px;padding:15px 17px;border-radius:15px;background:linear-gradient(125deg,#17392e,#22513f);color:#fff}.customer-editor-intro>span{width:43px;height:43px;flex:0 0 43px;border-radius:12px;background:#d4b477;color:#17231f;display:grid;place-items:center;font:800 17px Manrope}.customer-editor-intro>div{display:grid;gap:2px}.customer-editor-intro b{font-size:12px}.customer-editor-intro small{color:#b9d0c7;font-size:9px}.customer-editor-intro>svg{position:absolute;right:16px;width:52px;height:52px;fill:none;stroke:#ffffff18;stroke-width:1.4}.customer-editor-section{padding:16px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--paper) 58%,var(--white));margin-top:10px}.customer-editor-section>header{display:flex;align-items:center;gap:10px;margin-bottom:13px}.customer-editor-section>header>svg{width:18px;height:18px;fill:none;stroke:var(--green);stroke-width:1.8}.customer-editor-section>header>div{display:grid;gap:1px}.customer-editor-section>header b{font-size:11px}.customer-editor-section>header small{color:var(--muted);font-size:8px}.manage-customer-dialog .form-grid{gap:11px}.manage-customer-dialog label{display:grid;gap:6px}.manage-customer-dialog label>span{color:var(--muted);font:700 9px Manrope}.manage-customer-dialog :is(input,select,textarea){margin:0;border:1px solid var(--line);border-radius:11px;background:var(--white);color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.manage-customer-dialog :is(input,select){height:44px}.manage-customer-dialog textarea{min-height:68px;resize:vertical}.manage-customer-dialog :is(input,select,textarea):focus{outline:0;border-color:#3e9271;box-shadow:0 0 0 3px #3e927118;background:var(--white)}.manage-customer-dialog .modal-actions{position:sticky;bottom:-28px;z-index:2;margin:18px -28px -28px;padding:16px 28px 20px;background:color-mix(in srgb,var(--white) 94%,transparent);backdrop-filter:blur(12px)}.manage-customer-dialog .modal-actions .btn{height:43px;min-width:150px}.manage-customer-dialog .modal-actions .secondary{border:1px solid var(--line);background:transparent;color:var(--ink)}.manage-customer-dialog .modal-actions .secondary:hover{background:var(--paper)}.manage-customer-dialog .modal-actions .primary{background:#176d50;color:#fff;box-shadow:0 8px 20px #176d5030}.manage-customer-dialog .modal-actions .primary:hover{background:#0f5c42;transform:translateY(-1px)}html[data-theme="dark"] .manage-customer-dialog .customer-editor-section{background:#111f1a}html[data-theme="dark"] .manage-customer-dialog :is(input,select,textarea){background:#0d1814;border-color:#345047;color:#eef5f2}html[data-theme="dark"] .manage-customer-dialog :is(input,select,textarea):focus{background:#101f19;border-color:#66b594}html[data-theme="dark"] .manage-customer-dialog .modal-actions{background:#15231ef2}html[data-theme="dark"] .manage-customer-dialog .modal-actions .secondary{background:#1b3029;color:#eef5f2;border-color:#39564c}@media(max-width:650px){.manage-customer-dialog{max-height:calc(100vh - 14px)}.manage-customer-dialog>form{padding:18px}.manage-customer-dialog .customer-editor-section{padding:13px}.manage-customer-dialog .form-grid{grid-template-columns:1fr}.manage-customer-dialog .form-grid .full{grid-column:auto}.manage-customer-dialog .modal-actions{bottom:-18px;margin:15px -18px -18px;padding:14px 18px 18px}.customer-editor-intro>svg{display:none}.customer-editor-intro small{line-height:1.4}.manage-customer-dialog .modal-actions .btn{min-width:0}}
/* Refined top-down restaurant table vignette. */
.table-scene{height:154px;background:radial-gradient(ellipse at 50% 42%,rgba(255,255,255,.98) 0 25%,rgba(239,246,242,.96) 66%,#e6efeb 100%)}
.table-scene:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.65) 44%,transparent 61%),repeating-linear-gradient(90deg,rgba(52,95,80,.025) 0 1px,transparent 1px 32px);transform:translateX(-55%);animation:floorLight 8s ease-in-out infinite;pointer-events:none}
.table-scene>svg.restaurant-table-svg{position:relative;width:min(270px,94%);height:148px;overflow:visible;filter:drop-shadow(0 12px 14px rgba(29,63,51,.08))}
.scene-floor-shadow{fill:#78998d;opacity:.13;transform-origin:150px 101px;animation:restaurantShadow 5s ease-in-out infinite}
.chair-cast{fill:#54766a;opacity:.14}
.chair-frame{fill:#264d40;stroke:#17382e;stroke-width:1.7}
.chair-cushion{fill:#7b9b8e;stroke:#b9cfc6;stroke-width:1.2}
.chair-seam{fill:none;stroke:#dbe8e2;stroke-width:1;stroke-linecap:round;opacity:.65}
.table-assembly{transform-origin:150px 96px;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.table-base-shadow{fill:#193d32;opacity:.2;transform:translateY(5px)}
.table-apron{fill:#765e37;stroke:#4d3b20;stroke-width:2}
.table-surface{stroke:#9f7d43;stroke-width:2.4}
.table-inlay{fill:none;stroke:#b18c51;stroke-width:1.3;stroke-dasharray:2 4;opacity:.78}
.table-shine{fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;opacity:.62;stroke-dasharray:18 140;animation:tableShimmer 6s ease-in-out infinite}
.plate-rim{fill:#fbfcfa;stroke:#aa936b;stroke-width:1.4}
.plate-well{fill:#f0f3ef;stroke:#d1c2a5;stroke-width:1}
.cutlery{fill:none;stroke:#5b675f;stroke-width:1.35;stroke-linecap:round}
.glass{fill:rgba(255,255,255,.72);stroke:#648f80;stroke-width:1.2}
.glass-glint{fill:#fff;animation:glassSparkle 3.2s ease-in-out infinite}
.badge-halo{fill:#d7bb80;opacity:.9}
.badge-core{fill:#122d24;stroke:#fff7e7;stroke-width:1.5}
.restaurant-table-svg .table-badge text{fill:#fff;text-anchor:middle;font:800 17px Manrope;letter-spacing:-.02em}
.modern-table-card:hover .table-assembly{transform:translateY(-2px) scale(1.018)}
.modern-table-card:hover .chair-north{transform:translateY(-2px)}
.modern-table-card:hover .chair-south{transform:translateY(2px)}
.modern-table-card:hover .chair-west{transform:translateX(-2px)}
.modern-table-card:hover .chair-east{transform:translateX(2px)}
.dining-chair{transition:transform .45s cubic-bezier(.2,.8,.2,1)}
@keyframes floorLight{0%,28%{transform:translateX(-65%);opacity:0}48%{opacity:.75}72%,100%{transform:translateX(65%);opacity:0}}
@keyframes tableShimmer{0%,28%{stroke-dashoffset:155;opacity:.15}52%{opacity:.75}75%,100%{stroke-dashoffset:-35;opacity:.15}}
@keyframes glassSparkle{0%,70%,100%{opacity:.35;transform:scale(.75)}80%{opacity:1;transform:scale(1.35)}}
@keyframes restaurantShadow{50%{opacity:.18;transform:scale(.97)}}
@media (prefers-reduced-motion:reduce){.table-scene:before,.scene-floor-shadow,.table-shine,.glass-glint{animation:none}}
[data-theme="dark"] .table-scene{background:radial-gradient(ellipse at 50% 42%,#203b33 0 28%,#162d26 68%,#10251f 100%)}
[data-theme="dark"] .table-scene:before{opacity:.22}
.selector-button{height:47px;padding:0 12px 0 14px;border:1px solid #575650;border-radius:11px;background:#252522cc;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font:700 13px DM Sans;backdrop-filter:blur(12px);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.selector-button:hover{border-color:#8d826d;background:#30302c;transform:translateY(-1px)}.selector-button:focus-visible{outline:0;border-color:#d4b477;box-shadow:0 0 0 3px #d4b4772b}.selector-button>i{font-style:normal;font-size:17px;line-height:1}.selector-button>svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.language-selector{min-width:130px}.currency-selector{min-width:78px}.public-picker{width:min(520px,calc(100vw - 28px));padding:0;border:1px solid #464741;border-radius:24px;background:#191a18;color:#f6f1e8;box-shadow:0 34px 110px #000d;overflow:hidden}.public-picker::backdrop{background:#090a09c9;backdrop-filter:blur(10px)}.public-picker-head{display:flex;justify-content:space-between;gap:18px;padding:25px 25px 18px}.public-picker-head span{color:#d4b477;font:800 9px Manrope;letter-spacing:.18em}.public-picker-head h2{margin:5px 0 3px;font-size:25px}.public-picker-head p{margin:0;color:#91928c;font-size:11px}.public-picker-head>button{width:37px;height:37px;flex:0 0 37px;border:1px solid #41423d;border-radius:11px;background:#242522;color:#aaa;display:grid;place-items:center;cursor:pointer;transition:.18s}.public-picker-head>button:hover{border-color:#6d695f;color:#fff;transform:rotate(4deg)}.public-picker-head>button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.public-picker-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:5px 25px 25px}.public-picker-grid>button{min-width:0;min-height:74px;padding:12px;border:1px solid #3b3c37;border-radius:15px;background:#121310;color:#f2eee6;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.public-picker-grid>button:hover{border-color:#7b715e;background:#20211e;transform:translateY(-2px)}.public-picker-grid>button:focus-visible{outline:0;border-color:#d4b477;box-shadow:0 0 0 3px #d4b47724}.public-picker-grid>button.active{border-color:#d4b477;background:linear-gradient(135deg,#292820,#1d1e1a)}.public-picker-grid i{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#2b2c28;display:grid;place-items:center;font:700 19px Manrope;font-style:normal;box-shadow:inset 0 0 0 1px #ffffff0c}.public-picker-grid span{min-width:0;display:grid}.public-picker-grid b{font:700 13px Manrope;overflow:hidden;text-overflow:ellipsis}.public-picker-grid small{color:#8f918a;font-size:9px}.public-picker-grid em{width:22px;height:22px;margin-left:auto;border:1px solid #454740;border-radius:50%;display:grid;place-items:center;color:#171816;font-style:normal}.public-picker-grid .active em{border-color:#d4b477;background:#d4b477}.public-picker[open]{animation:pickerEnter .22s cubic-bezier(.2,.8,.2,1)}@keyframes pickerEnter{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:650px){.selector-button{height:44px}.language-selector{min-width:0;padding:0 10px}.language-selector>span{display:none}.currency-selector{min-width:68px;padding-inline:10px}.public-picker{position:fixed;inset:auto 10px 10px;width:auto;max-width:none;margin:0;border-radius:22px}.public-picker-grid{grid-template-columns:1fr;padding:4px 18px 20px;gap:8px}.public-picker-head{padding:21px 18px 14px}.public-picker-grid>button{min-height:62px}.public-picker-grid i{width:38px;height:38px;flex-basis:38px}.public-picker[open]{animation:pickerSheet .28s cubic-bezier(.2,.8,.2,1)}@keyframes pickerSheet{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}}@media(prefers-reduced-motion:reduce){.public-picker[open]{animation:none}.selector-button,.public-picker-grid>button{transition:none}}
.public-picker-grid .picker-flag{position:relative;overflow:hidden;border-radius:10px;background-size:100% 100%;box-shadow:inset 0 0 0 1px #ffffff24,0 4px 10px #0004}.picker-flag:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px #ffffff32,inset 0 -1px #0003}.flag-de{background:linear-gradient(#171717 0 33.33%,#d52b1e 33.33% 66.66%,#f5ca32 66.66%)}.flag-sq{background:#e41e2b}.flag-sq:before{content:"◆";position:absolute;inset:0;display:grid;place-items:center;color:#171717;font-size:18px;transform:scaleX(.72) rotate(45deg)}.flag-en{background:linear-gradient(33deg,transparent 43%,#fff 43% 48%,#c8102e 48% 52%,#fff 52% 57%,transparent 57%),linear-gradient(-33deg,transparent 43%,#fff 43% 48%,#c8102e 48% 52%,#fff 52% 57%,transparent 57%),linear-gradient(90deg,transparent 39%,#fff 39% 45%,#c8102e 45% 55%,#fff 55% 61%,transparent 61%),linear-gradient(transparent 36%,#fff 36% 43%,#c8102e 43% 57%,#fff 57% 64%,transparent 64%),#21468b}.flag-mk{background:conic-gradient(from 0deg at 50% 50%,#f8d448 0 8deg,#d8212c 8deg 37deg,#f8d448 37deg 53deg,#d8212c 53deg 82deg,#f8d448 82deg 98deg,#d8212c 98deg 127deg,#f8d448 127deg 143deg,#d8212c 143deg 172deg,#f8d448 172deg 188deg,#d8212c 188deg 217deg,#f8d448 217deg 233deg,#d8212c 233deg 262deg,#f8d448 262deg 278deg,#d8212c 278deg 307deg,#f8d448 307deg 323deg,#d8212c 323deg 352deg,#f8d448 352deg)}.flag-mk:before{content:"";position:absolute;width:13px;height:13px;border:2px solid #d8212c;border-radius:50%;background:#f8d448}
.selector-button>.selector-flag{position:relative;width:24px;height:18px;flex:0 0 24px;border-radius:5px;overflow:hidden;background-size:100% 100%;box-shadow:inset 0 0 0 1px #ffffff2b,0 2px 6px #0005}.selector-button>.flag-sq:before{font-size:10px}.selector-button>.flag-mk:before{width:7px;height:7px;border-width:1px}
.public-picker-grid .flag-de,.selector-button.flag-de,.selector-button>.flag-de{background:linear-gradient(#171717 0 33.33%,#d52b1e 33.33% 66.66%,#f5ca32 66.66%)}.public-picker-grid .flag-sq,.selector-button>.flag-sq{background:#e41e2b}.public-picker-grid .flag-en,.selector-button>.flag-en{background:linear-gradient(33deg,transparent 43%,#fff 43% 48%,#c8102e 48% 52%,#fff 52% 57%,transparent 57%),linear-gradient(-33deg,transparent 43%,#fff 43% 48%,#c8102e 48% 52%,#fff 52% 57%,transparent 57%),linear-gradient(90deg,transparent 39%,#fff 39% 45%,#c8102e 45% 55%,#fff 55% 61%,transparent 61%),linear-gradient(transparent 36%,#fff 36% 43%,#c8102e 43% 57%,#fff 57% 64%,transparent 64%),#21468b}.public-picker-grid .flag-mk,.selector-button>.flag-mk{background:conic-gradient(from 0deg at 50% 50%,#f8d448 0 8deg,#d8212c 8deg 37deg,#f8d448 37deg 53deg,#d8212c 53deg 82deg,#f8d448 82deg 98deg,#d8212c 98deg 127deg,#f8d448 127deg 143deg,#d8212c 143deg 172deg,#f8d448 172deg 188deg,#d8212c 188deg 217deg,#f8d448 217deg 233deg,#d8212c 233deg 262deg,#f8d448 262deg 278deg,#d8212c 278deg 307deg,#f8d448 307deg 323deg,#d8212c 323deg 352deg,#f8d448 352deg)}
.public-picker-grid .flag-sq:before,.selector-button>.flag-sq:before{content:"";position:absolute;inset:21% 25%;background:#151515;clip-path:polygon(50% 0,61% 22%,82% 8%,75% 34%,100% 42%,76% 53%,90% 78%,61% 66%,50% 100%,39% 66%,10% 78%,24% 53%,0 42%,25% 34%,18% 8%,39% 22%);transform:none}.selector-button>.flag-sq:before{inset:20% 27%}
@media(max-width:650px){html,body,.public-body,#publicApp{max-width:100%;overflow-x:hidden}.design-sip-social .menu-layout,.design-sip-social .menu-content,.design-sip-social .menu-category,.design-sip-social .items{width:100%;min-width:0;max-width:100%}.design-sip-social .category-tabs{max-width:100%;overflow-x:auto}.mobile-cart{min-width:0;max-width:100%;grid-template-columns:auto minmax(0,1fr) auto auto}.mobile-cart-label,.mobile-cart-label small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-cart>strong{white-space:nowrap}}

/* Production-grade local SVG flags (flag-icons, MIT), kept at their native 4:3 ratio. */
.picker-flag,.selector-flag{background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.flag-sq{background-image:url('/static/flags/al.svg')!important}.flag-en{background-image:url('/static/flags/gb.svg')!important}.flag-de{background-image:url('/static/flags/de.svg')!important}.flag-mk{background-image:url('/static/flags/mk.svg')!important}.public-picker-grid .picker-flag{width:48px;height:36px;flex:0 0 48px;border-radius:9px}.picker-flag:before,.selector-flag:before{content:none!important}.picker-flag:after{box-shadow:inset 0 1px #ffffff45,inset 0 -1px #0005}@media(max-width:650px){.public-picker-grid .picker-flag{width:44px;height:33px;flex-basis:44px}}

/* Fast, private public-menu search. */
.menu-search{margin:-20px 0 34px}.menu-search-field{position:relative;min-height:54px;padding:6px 8px 6px 54px;border:1px solid var(--line);border-radius:16px;background:var(--white);display:flex;align-items:center;gap:8px;box-shadow:0 10px 28px #10271f0b;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.menu-search-field:focus-within{border-color:color-mix(in srgb,var(--accent) 65%,var(--line));box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent),0 14px 32px #10271f12;transform:translateY(-1px)}.menu-search-icon{position:absolute;left:12px;width:34px;height:34px;border-radius:11px;background:color-mix(in srgb,var(--accent) 11%,var(--paper));color:var(--accent);display:grid;place-items:center}.menu-search-icon svg{width:19px;height:19px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.search-spark{opacity:.65;transform-origin:18.5px 4.5px}.menu-search input{min-width:0;height:40px;padding:0;border:0!important;background:transparent!important;color:var(--ink);font:600 13px Manrope;box-shadow:none!important}.menu-search input:focus{outline:0}.menu-search input::-webkit-search-cancel-button{display:none}.menu-search input::placeholder{color:var(--muted);font-weight:500}.menu-search-clear{width:32px;height:32px;flex:0 0 32px;border:0;border-radius:9px;background:transparent;color:var(--muted);display:grid;place-items:center;cursor:pointer;opacity:0;pointer-events:none;transform:scale(.7) rotate(-20deg);transition:.18s}.menu-search-clear:hover{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent)}.menu-search-clear svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.menu-search-count{flex:0 0 auto;min-width:0;padding:6px 8px;border-radius:8px;background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);font:800 8px Manrope;text-transform:uppercase;letter-spacing:.05em}.menu-search-count:empty{display:none}.menu-search.searching .menu-search-clear{opacity:1;pointer-events:auto;transform:none}.menu-search.searching .search-orbit{stroke-dasharray:30 14;animation:menuSearchOrbit 1.15s linear infinite}.menu-search.has-results .search-spark{animation:menuSearchSpark .65s ease}.menu-category[hidden],.menu-item[hidden],.category-tabs a[hidden],.menu-search-empty[hidden]{display:none!important}.menu-search-empty{min-height:170px;margin-top:14px;border:1px dashed color-mix(in srgb,var(--accent) 36%,var(--line));border-radius:18px;background:color-mix(in srgb,var(--accent) 4%,var(--white));color:var(--muted);display:grid;place-items:center;align-content:center;gap:6px;text-align:center;animation:menuEmptyIn .3s ease}.menu-search-empty svg{width:31px;height:31px;margin-bottom:4px;fill:none;stroke:var(--accent);stroke-width:1.6;stroke-linecap:round}.menu-search-empty b{color:var(--ink);font-size:13px}.menu-search-empty small{font-size:10px}@keyframes menuSearchOrbit{to{transform:rotate(360deg);transform-origin:11px 11px}}@keyframes menuSearchSpark{50%{opacity:1;transform:scale(1.35) rotate(45deg)}}@keyframes menuEmptyIn{from{opacity:0;transform:translateY(7px)}}.design-sip-social .menu-search-field{border-color:#373833;background:#1d1e1c;box-shadow:0 14px 35px #0004}.design-sip-social .menu-search input{color:#fff}.design-sip-social .menu-search-icon,.design-sip-social .menu-search-count{background:#d4b47716;color:#d4b477}.design-sip-social .menu-search-empty{background:#181916;border-color:#4b4638}.design-sip-social .menu-search-empty b{color:#fff}@media(max-width:650px){.menu-search{margin:-20px 0 28px}.menu-search-field{min-height:52px;padding-left:51px}.menu-search-count{max-width:82px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(prefers-reduced-motion:reduce){.menu-search.searching .search-orbit,.menu-search.has-results .search-spark,.menu-search-empty{animation:none}.menu-search-field{transition:none}}

/* Refined public scrolling: keep touch scrolling, never expose native category bars. */
.public-body{scrollbar-width:thin;scrollbar-color:#8e7447 #111210}
.public-body::-webkit-scrollbar{width:9px;height:9px}
.public-body::-webkit-scrollbar-track{background:#111210}
.public-body::-webkit-scrollbar-thumb{min-height:42px;border:2px solid #111210;border-radius:999px;background:linear-gradient(180deg,#d4b477,#80673d)}
.public-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#e4c98f,#aa8950)}

/* Public delivery checkout and live customer tracking */
.delivery-checkout{display:grid;gap:10px;margin:10px 0 4px}.checkout-block{border:1px solid #41413c;border-radius:14px;background:#171816;overflow:hidden}.checkout-block-title{padding:12px 13px 8px;color:#d4b477;font:700 9px Manrope;text-transform:uppercase;letter-spacing:.12em}.checkout-detail{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:10px 13px;border-top:1px solid #333430}.checkout-detail svg,.cash-choice svg{width:20px;height:20px;fill:none;stroke:#d4b477;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.checkout-detail p{display:grid;gap:2px;margin:0;min-width:0}.checkout-detail strong{font-size:12px}.checkout-detail span{color:#aaa69e;font-size:10px;line-height:1.45;overflow-wrap:anywhere}.cash-choice{display:grid;grid-template-columns:32px 1fr 22px;align-items:center;gap:8px;margin:0;padding:12px 13px;border:1px solid #615943;border-radius:12px;background:linear-gradient(135deg,#24231e,#191a18)}.cash-choice span{display:grid}.cash-choice b{font-size:12px}.cash-choice small{color:#8f8c85;font-size:9px}.cash-choice i{width:19px;height:19px;border-radius:50%;background:#d4b477;color:#171816;display:grid;place-items:center;font:800 11px Manrope}.checkout-consent{margin:3px 2px 0;color:#777871;font-size:8px;line-height:1.45}
.fulfillment-picker{display:grid;gap:8px}.fulfillment-picker>span{color:#9c9d96;font:700 9px Manrope;text-transform:uppercase;letter-spacing:.1em}.fulfillment-picker>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.fulfillment-picker button{min-height:48px;padding:8px 10px;border:1px solid #3f403b;border-radius:13px;background:#171816;color:#aaa69e;display:flex;align-items:center;gap:8px;font:700 11px Manrope;cursor:pointer;transition:.2s}.fulfillment-picker button:hover{border-color:#756c55;color:#fff;transform:translateY(-1px)}.fulfillment-picker button.active{border-color:#d4b477;background:#d4b477;color:#171816;box-shadow:0 8px 25px #d4b47720}.fulfillment-picker svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.pickup-motion .scooter{display:none}.pickup-motion .parcel{transform-origin:513px 110px;animation:pickupReady 1.8s ease-in-out infinite}@keyframes pickupReady{50%{transform:translateY(-9px) scale(1.04)}}
.tracking-body{--track-accent:#d4b477;margin:0;background:#10110f;color:#f5f1e9;font-family:DM Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-body *{box-sizing:border-box}.tracking-body svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.tracking-body #trackingApp{width:min(100%,1040px);margin:auto;padding:22px clamp(18px,4vw,46px) 70px}.tracking-nav{height:82px;display:flex;align-items:center;justify-content:space-between}.tracking-brand{color:inherit;text-decoration:none}.tracking-brand img{display:block;width:150px;height:68px;object-fit:contain;object-position:left center}.tracking-nav select{width:auto;min-width:125px;padding:10px 34px 10px 13px;border:1px solid #3c3d38;border-radius:11px;background:#1b1c19;color:#fff}.tracking-hero{position:relative;overflow:hidden;padding:clamp(24px,5vw,48px);border:1px solid #343530;border-radius:28px;background:radial-gradient(circle at 85% 10%,color-mix(in srgb,var(--track-accent) 20%,transparent),transparent 35%),linear-gradient(145deg,#20211e,#171816);box-shadow:0 35px 100px #0006}.tracking-live{display:inline-flex;align-items:center;gap:7px;color:var(--track-accent);font:800 10px Manrope;text-transform:uppercase;letter-spacing:.13em}.tracking-live i,.tracking-updated i{width:8px;height:8px;border-radius:50%;background:#41c892;box-shadow:0 0 0 5px #41c89218;animation:trackPulse 1.8s infinite}.tracking-hero>p{margin:22px 0 4px;color:#8d8f88;font-size:12px}.tracking-hero h1{max-width:630px;margin:0;font:800 clamp(28px,5vw,48px)/1.08 Manrope;letter-spacing:-.045em}.delivery-motion{height:185px;margin:5px 0 -5px}.delivery-motion svg{width:100%;height:100%;overflow:visible}.delivery-motion .road{stroke:#363832;stroke-width:18}.delivery-motion .road-dash{stroke:var(--track-accent);stroke-width:2;stroke-dasharray:11 14;animation:roadMove 1.4s linear infinite}.delivery-motion .scooter{color:#f3eee4;stroke-width:4;animation:scooterMove 7s cubic-bezier(.45,.05,.3,1) infinite}.delivery-motion .scooter circle{fill:#171816}.delivery-motion .parcel{color:var(--track-accent);stroke-width:3;animation:parcelFloat 2.3s ease-in-out infinite}.delivery-motion.stopped{filter:grayscale(1);opacity:.45}.delivery-motion.stopped *{animation-play-state:paused}.tracking-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.tracking-steps:before{content:"";position:absolute;left:7%;right:7%;top:15px;height:2px;background:#3c3d38}.tracking-steps>div{position:relative;z-index:1;display:grid;justify-items:center;gap:7px;color:#777a73;text-align:center;font-size:10px}.tracking-steps i{width:31px;height:31px;border:2px solid #3c3d38;border-radius:50%;background:#1a1b18;display:grid;place-items:center;font:800 10px Manrope}.tracking-steps .done{color:#f4efe6}.tracking-steps .done i{border-color:var(--track-accent);background:var(--track-accent);color:#161714;box-shadow:0 0 0 6px color-mix(in srgb,var(--track-accent) 12%,transparent)}.tracking-steps .current i{animation:currentStep 1.8s infinite}.tracking-updated{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;color:#777a73;font-size:9px}.tracking-updated i{width:6px;height:6px}.tracking-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.tracking-card{padding:21px;border:1px solid #30312d;border-radius:20px;background:#1a1b19}.tracking-card h2{margin:0 0 17px;font:800 15px Manrope}.tracking-card>div:not(.track-item),.tracking-card.delivery-info>div{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start}.tracking-card>div>svg{width:21px;height:21px;color:var(--track-accent);stroke-width:1.8}.tracking-card p{display:grid;gap:3px;margin:0}.tracking-card p strong{font-size:13px}.tracking-card p span{color:#999b94;font-size:11px;line-height:1.5}.tracking-card p small{color:var(--track-accent);font-size:8px;text-transform:uppercase;letter-spacing:.1em}.delivery-info{display:grid;gap:13px}.delivery-info h2{margin-bottom:4px}.order-summary{grid-column:1/-1}.track-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #30312d;font-size:12px}.track-item b{color:#ddd6c8}.order-summary dl{margin:13px 0 0}.order-summary dl>div{display:flex;justify-content:space-between;padding:4px 0;color:#999b94;font-size:11px}.order-summary dl>div:last-child{margin-top:8px;padding-top:14px;border-top:1px solid #44453f;color:#fff;font:800 17px Manrope}.tracking-call{margin-top:14px;padding:22px;border-radius:22px;background:var(--track-accent);color:#171816;text-align:center}.tracking-call>span{font:700 12px Manrope}.tracking-call a{width:min(100%,520px);margin:10px auto 0;padding:14px 18px;border-radius:16px;background:#161714;color:#fff;text-decoration:none;display:grid;grid-template-columns:36px 1fr;grid-template-areas:"icon label" "icon phone";align-items:center;text-align:left}.tracking-call svg{grid-area:icon;width:26px;height:26px;color:var(--track-accent);stroke-width:1.8}.tracking-call small{grid-area:label;color:#aaa69e;font-size:9px}.tracking-call strong{grid-area:phone;font:800 clamp(19px,4vw,30px) Manrope;letter-spacing:-.025em}.tracking-back{display:table;margin:24px auto;color:#a6a79f;font-size:11px;text-decoration:none}.tracking-loading,.tracking-error{min-height:70vh;display:grid;place-content:center;text-align:center;color:#aaa}.tracking-loading span{width:42px;height:42px;margin:auto;border:3px solid #333;border-top-color:#d4b477;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes roadMove{to{stroke-dashoffset:-50}}@keyframes scooterMove{0%{transform:translateX(30px)}50%{transform:translateX(510px)}100%{transform:translateX(30px)}}@keyframes parcelFloat{50%{transform:translateY(-8px)}}@keyframes trackPulse{50%{opacity:.45;transform:scale(.85)}}@keyframes currentStep{50%{box-shadow:0 0 0 11px color-mix(in srgb,var(--track-accent) 4%,transparent)}}
@media(max-width:620px){.tracking-body #trackingApp{padding:10px 12px 45px}.tracking-nav{height:74px}.tracking-brand img{width:120px;height:55px}.tracking-hero{padding:24px 17px;border-radius:22px}.delivery-motion{height:135px}.tracking-steps span{font-size:8px}.tracking-grid{grid-template-columns:1fr}.order-summary{grid-column:auto}.tracking-card{padding:18px}.tracking-call{padding:18px 13px}.checkout-detail{padding-inline:11px}}
@media(prefers-reduced-motion:reduce){.tracking-body *{animation-duration:.01ms!important;animation-iteration-count:1!important}}
.category-tabs{-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.category-tabs::-webkit-scrollbar{display:none;width:0;height:0}
@media(max-width:650px){.design-sip-social .category-tabs{overflow:hidden}}
.restaurant-map{position:relative;margin:22px 0 0;border:1px solid var(--line);border-radius:16px;background:var(--paper);overflow:hidden}.restaurant-map iframe{display:block;width:100%;height:210px;border:0;filter:saturate(.72) contrast(1.04)}.restaurant-map figcaption{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 13px}.restaurant-map figcaption>span{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center}.restaurant-map figcaption>span>svg{grid-row:1/3;width:18px;height:18px;fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.restaurant-map figcaption b{font-size:11px}.restaurant-map figcaption small{min-width:0;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restaurant-map figcaption>a{flex:0 0 auto;display:flex;align-items:center;gap:7px;padding:8px 10px;border-radius:9px;background:var(--ink);color:var(--white);text-decoration:none;font:700 9px Manrope}.restaurant-map figcaption>a:hover{background:var(--accent)}.restaurant-map figcaption>a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}.design-sip-social .restaurant-map{border-color:#393a36;background:#171816}.design-sip-social .restaurant-map iframe{filter:grayscale(.16) saturate(.7) brightness(.82) contrast(1.1)}.design-sip-social .restaurant-map figcaption>a{background:#d4b477;color:#181916}.design-sip-social .restaurant-map figcaption>a:hover{background:#e2c789}@media(max-width:520px){.restaurant-map iframe{height:190px}.restaurant-map figcaption{align-items:stretch;flex-direction:column}.restaurant-map figcaption>a{justify-content:center;padding:10px}}

/* Premium currency selection: balanced three-card layout and crisp iconography. */
.currency-picker{width:min(680px,calc(100vw - 28px));background:radial-gradient(circle at 90% 0,#d4b4770d,transparent 34%),#191a18}.currency-picker:before{content:"";position:absolute;inset:0 auto auto 28px;width:72px;height:2px;background:linear-gradient(90deg,#d4b477,transparent);pointer-events:none}.currency-picker .public-picker-head{padding:30px 30px 21px}.currency-picker .public-picker-head h2{font-size:28px;letter-spacing:-.035em}.currency-picker .public-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:6px 30px 30px}.currency-picker .public-picker-grid>button{position:relative;min-height:118px;padding:16px;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;gap:3px 12px;overflow:hidden}.currency-picker .public-picker-grid>button:after{content:"";position:absolute;inset:auto -18px -30px auto;width:76px;height:76px;border:1px solid #ffffff0b;border-radius:50%;transition:transform .25s ease,opacity .25s ease}.currency-picker .public-picker-grid>button:hover:after,.currency-picker .public-picker-grid>button.active:after{transform:scale(1.28);opacity:.8}.currency-picker .currency-symbol{position:relative;grid-row:1/3;width:48px;height:48px;flex-basis:48px;border-radius:15px;background:linear-gradient(145deg,#343632,#242522);color:#e6d2a5;box-shadow:inset 0 1px #ffffff15,0 8px 18px #0005}.currency-picker .currency-symbol:before{content:"";position:absolute;inset:6px;border:1px solid #d4b4772c;border-radius:50%}.currency-picker .currency-symbol>span{position:relative;display:block;font:800 18px Manrope}.currency-picker .currency-mkd>span{font-size:12px;letter-spacing:-.02em}.currency-picker .public-picker-grid>button>span{align-self:end}.currency-picker .public-picker-grid b{font-size:14px}.currency-picker .public-picker-grid small{margin-top:2px;line-height:1.25}.currency-picker .public-picker-grid em{position:absolute;right:13px;top:13px;width:24px;height:24px;background:#171815}.currency-picker .public-picker-grid em svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.currency-picker .public-picker-grid>button.active{background:linear-gradient(145deg,#302d23,#1d1e1a);box-shadow:inset 0 1px #ffffff0b,0 12px 30px #0003}.currency-picker .public-picker-grid>button.active .currency-symbol{background:linear-gradient(145deg,#dfc384,#a9894e);color:#171815;box-shadow:0 9px 24px #d4b47725}.currency-picker .public-picker-grid>button.active .currency-symbol:before{border-color:#1718152b}@media(max-width:650px){.currency-picker{width:auto}.currency-picker .public-picker-head{padding:23px 20px 16px}.currency-picker .public-picker-head h2{font-size:24px}.currency-picker .public-picker-grid{grid-template-columns:1fr;padding:4px 20px 22px;gap:8px}.currency-picker .public-picker-grid>button{min-height:68px;grid-template-columns:43px minmax(0,1fr);padding:11px 13px}.currency-picker .currency-symbol{width:43px;height:43px}.currency-picker .currency-symbol>span{font-size:16px}.currency-picker .currency-mkd>span{font-size:11px}}

.currency-picker .public-picker-grid>button.active em{border-color:#d4b477;background:#d4b477;color:#171815;box-shadow:0 5px 14px #d4b4772b}

/* Public opening hours: visual channel cues without sacrificing scanability. */
.opening-hours-title{display:flex;align-items:center;gap:10px;margin-bottom:10px}.opening-hours-title>i{width:34px;height:34px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--accent) 10%,transparent);color:var(--accent);display:grid;place-items:center}.opening-hours-title>i svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.opening-hours-title .eyebrow{margin:0}.hours-public-head>b{display:flex;align-items:center;gap:7px}.hours-public-head i{width:24px;height:24px;border-radius:8px;background:color-mix(in srgb,var(--accent) 9%,transparent);color:var(--accent);display:grid;place-items:center}.hours-public-head svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.design-sip-social .opening-hours-title>i,.design-sip-social .hours-public-head i{background:#d4b47712;color:#d4b477;border-color:#d4b47742}

/* Operations, security and accountability center. */
.page-panel-head{margin-bottom:22px}.page-panel-head h2{margin:5px 0;font-size:24px}.page-panel-head p{margin:0;color:var(--muted)}.notification-list,.audit-feed,.session-grid{display:grid;gap:12px}.notice-card,.audit-feed article,.session-card{display:flex;align-items:flex-start;gap:14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--white)}.notice-card>i,.audit-feed article>i,.session-card>i{flex:0 0 40px;width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--green) 9%,var(--paper));color:var(--green);display:grid;place-items:center}.notice-card svg,.audit-feed svg,.session-card svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notice-card>div,.audit-feed article>div,.session-card>div{min-width:0;flex:1}.notice-card h3,.session-card h3{margin:3px 0 5px}.notice-card p{margin:0;color:var(--muted)}.notice-card span,.audit-feed span,.session-card span{color:var(--muted);font-size:11px}.notice-card.unread{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));box-shadow:inset 4px 0 var(--accent)}.audit-feed article b,.audit-feed article span,.audit-feed article small{display:block}.audit-feed article small,.session-card small{margin-top:5px;color:var(--muted);overflow-wrap:anywhere}.audit-feed article em{font-style:normal;color:var(--muted);font-size:11px}.session-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.session-card .btn{align-self:center}.btn.danger{background:#fff0ed;color:#ad3e2f}.ops-table{padding:0;overflow:hidden}.ops-table>div{display:grid;grid-template-columns:.7fr 1fr .7fr 1fr 2fr .5fr;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line)}.ops-table .ops-head{background:var(--paper);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.technical-cell{min-width:0}.technical-cell b,.technical-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.technical-cell small{color:var(--muted)}.security-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.security-events{display:grid;margin-top:16px}.security-events>div{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--line)}.security-events i{width:8px;height:8px;border-radius:50%;background:#d4a54b}.security-events .allowed i{background:#28a574}.security-events .blocked i{background:#dc573f}.security-events span{min-width:0;flex:1;display:grid}.security-events small{color:var(--muted);overflow-wrap:anywhere}.translation-descriptions{padding-top:8px;border-top:1px solid var(--line)}.translation-descriptions p{margin:4px 0 0;color:var(--muted);font-size:11px}@media(max-width:900px){.session-grid,.security-layout{grid-template-columns:1fr}.ops-table{overflow:auto}.ops-table>div{min-width:900px}}@media(max-width:600px){.notice-card,.session-card{flex-wrap:wrap}.notice-card .btn,.session-card .btn{width:100%}.audit-feed article em{display:none}}
.sidebar nav button{position:relative}.nav-unread{position:absolute;right:9px;min-width:19px;height:19px;padding:0 5px;border-radius:20px;background:var(--accent);color:#fff;display:grid;place-items:center;font:800 9px Manrope;font-style:normal}.sent-notices{margin-top:20px}.sent-notices>div{display:flex;align-items:center;gap:15px;padding:11px 0;border-top:1px solid var(--line)}.sent-notices>div span{display:grid;flex:1}.sent-notices small{color:var(--muted)}
.sidebar nav{min-height:0;overflow-y:auto;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}@media(max-width:650px){.sidebar nav{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}.sidebar nav button{flex:0 0 58px;justify-content:center;scroll-snap-align:start}.sidebar nav button span{width:auto}.sidebar .nav-unread{right:5px;top:2px}}
.visitor-analytics{margin-top:18px}.visitor-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.visitor-summary>div{padding:16px;border-radius:13px;background:var(--paper);display:grid}.visitor-summary strong{font:800 25px Manrope}.visitor-summary span{color:var(--muted)}.visitor-log{margin-top:16px;overflow:auto}.visitor-log>div{min-width:880px;display:grid;grid-template-columns:1fr 1fr 1fr 2fr 1fr;gap:10px;padding:10px 0;border-top:1px solid var(--line);align-items:center}.visitor-log small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}

/* RestoGet platform palette: neutral black/anthracite with orange brand accents. */
body:not(.public-body){--ink:#171716;--muted:#6f706c;--line:#dedfda;--paper:#f4f4f1;--white:#fff;--green:#242422;--shadow:0 18px 50px rgba(0,0,0,.08);background:#f4f4f1}
.auth-body{background:radial-gradient(circle at 12% 12%,#e2e2de 0,transparent 31%),linear-gradient(135deg,#f0f0ed,#faf9f5)}
.auth-intro{background:radial-gradient(circle at 92% 100%,#ef5b2a16,transparent 35%),linear-gradient(145deg,#080808,#1a1a18)}
.auth-intro h1 em{color:#ff7147}.auth-intro>p{color:#c6c6c0}.auth-feature-list i{background:#ef5b2a1c;color:#ff7147}.auth-card .mode-switch{background:#eeeeeb}.auth-card .mode-switch button{color:#777873}.auth-card .mode-switch button.active{background:#fff;color:#171716;box-shadow:0 5px 16px #00000010}.auth-security{color:#747570}.auth-security svg{color:#252523}
.sidebar{background:#0b0b0b;color:#ededE9}.sidebar nav button{color:#a6a7a1}.sidebar nav button.active,.sidebar nav button:hover{background:#262624;color:#fff}.sidebar-toggle{border-color:#3b3b38;background:#1c1c1a;color:#bcbcb6}.sidebar-toggle:hover{background:#30302d;color:#fff}.sidebar-collapsed .sidebar:hover,.sidebar:hover{box-shadow:18px 0 35px #0000002e}.profile{border-color:#343431}.profile small,.profile>button{color:#a6a7a1}.profile>button:hover{background:#2d2d2a;color:#fff;border-color:#55554f}
.live{background:#ebebe7;color:#20201e}.live i{background:var(--accent);box-shadow:0 0 0 5px #ef5b2a20}.green,.done-mark,.customer-card>header span:last-child,.customer-state,.lane-drop-hint{color:#292927}.order-kind{background:#eeeeea;color:#242422}.quick-action{background:#181817;color:#fff}.customer-command{background:linear-gradient(120deg,var(--white),#f1f1ed)}.notice-card>i,.audit-feed article>i,.session-card>i{background:#eeeeea;color:#222220}.customer-avatar,.customer-title-icon{background:#ededE8;color:#252523}.customer-kpi.active>span{background:#e9e9e5}.table-order-choices>button.selected{border-color:#242422;background:#f1f1ee;box-shadow:inset 0 0 0 1px #242422,0 0 0 3px #24242218}.table-order-choices>button>svg,.customer-editor-section>header>svg{stroke:#242422}.table-order-choices>button.selected>i{border-color:#242422;background:#242422;box-shadow:0 0 0 3px #2424221c}.tax-mode-options input{accent-color:#20201e}.tax-mode-options>label:has(input:checked){border-color:#333330;background:#f0f0ed;box-shadow:0 0 0 2px #22222212}
html[data-theme="dark"] body:not(.public-body){--ink:#f2f2ee;--muted:#a5a59f;--line:#393936;--paper:#10100f;--white:#1a1a18;--green:#d0d0ca;--shadow:0 18px 50px rgba(0,0,0,.3);background:#10100f}
html[data-theme="dark"] :is(.metric,.panel,.tip-card,.menu-category-card,.employee-card,.table-card,.settings-content,.settings-shell,.analytics-metric,.monthly-panel,.venue-card,.admin-summary>div,dialog){background:#1a1a18;color:var(--ink);border-color:var(--line)}
html[data-theme="dark"] :is(input,select,textarea){background:#121211;color:var(--ink);border-color:#42423e}html[data-theme="dark"] :is(.btn.secondary,.add-product-button,.hours-row,.format-preview,.order-editor-head,.photo-picker,.product-photo-picker,.modern-table .table-head){background:#262624;color:var(--ink)}html[data-theme="dark"] :is(.catalogue-item,.table-stat,.employee-card dl,.domain-box,.settings-tabs){background:#141413}html[data-theme="dark"] .settings-tabs button.active{background:#30302d;color:#fff}html[data-theme="dark"] .live{background:#292927;color:#f2f2ee}html[data-theme="dark"] dialog::backdrop{background:#050505d9}html[data-theme="dark"] .ui-language{background:#1a1a18}html[data-theme="dark"] .btn.primary,html[data-theme="dark"] .menu-admin-hero .btn.primary{background:#f2f2ee;color:#111}html[data-theme="dark"] .image-edit-badge{background:#292927;color:#f2f2ee}
html[data-theme="dark"] .status-lane{background:#181817;border-color:#393936}html[data-theme="dark"] .status-lane>header>b,html[data-theme="dark"] .lane-icon,html[data-theme="dark"] .place-icon{background:#292927;color:#c8c8c2}html[data-theme="dark"] .lane-empty{border-color:#40403c;color:#85857f;background:#131312}html[data-theme="dark"] .status-board .order-card{background:#20201e;color:#f2f2ee;border-color:#41413d}html[data-theme="dark"] .status-board .order-card :is(h3,li,.order-foot>strong){color:#f2f2ee}html[data-theme="dark"] .status-board .order-card :is(small,.age){color:#ababA5}html[data-theme="dark"] .status-board .order-card ul,html[data-theme="dark"] .order-tools{border-color:#41413d}html[data-theme="dark"] .age{background:#171716}html[data-theme="dark"] .order-kind{background:#30302d;color:#deded8}html[data-theme="dark"] .order-tools button{background:#2c2c29;color:#deded8}html[data-theme="dark"] .order-tools button:hover{background:#383834}html[data-theme="dark"] .quick-action{background:#ef5b2a;color:#fff}html[data-theme="dark"] .done-mark{color:#d0d0ca}
html[data-theme="dark"] .customer-avatar,html[data-theme="dark"] .customer-title-icon{background:#30302d;color:#e2e2dc}html[data-theme="dark"] .customer-kpi.active>span{background:#292927}html[data-theme="dark"] .customer-results>button,html[data-theme="dark"] .status-board .order-card,html[data-theme="dark"] .table-order-choices>button{background:#20201e}html[data-theme="dark"] .table-order-choices>button.selected{background:#30302d}html[data-theme="dark"] .manage-customer-dialog .customer-editor-section{background:#141413}html[data-theme="dark"] .manage-customer-dialog :is(input,select,textarea){background:#10100f;border-color:#42423e;color:#f2f2ee}html[data-theme="dark"] .manage-customer-dialog :is(input,select,textarea):focus{background:#151514;border-color:#77776f}html[data-theme="dark"] .manage-customer-dialog .modal-actions{background:#1a1a18f2}html[data-theme="dark"] .manage-customer-dialog .modal-actions .secondary{background:#292927;color:#f2f2ee;border-color:#484844}
.auth-security svg{stroke:#555550}.status-lane{background:#efefec;border-color:#deded9}.status-lane>header>b,.archive-count,.modern-table .table-head{background:#fff}.floor-canvas{border-color:#deded9;background:linear-gradient(145deg,#f8f8f6,#eeeeeb)}.table-scene{background:radial-gradient(ellipse at 50% 42%,#fff 0 25%,#f2f2ef 66%,#e7e7e2 100%)}.table-scene:before{background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.65) 44%,transparent 61%),repeating-linear-gradient(90deg,rgba(20,20,20,.025) 0 1px,transparent 1px 32px)}.photo-picker em,.product-photo-picker em{color:#333330}
[data-theme="dark"] .floor-canvas{border-color:#393936;background:linear-gradient(145deg,#171716,#10100f)}[data-theme="dark"] .table-scene{background:radial-gradient(ellipse at 50% 42%,#343431 0 28%,#242422 68%,#171716 100%)}

/* Collapsed sidebar geometry: keep every rail element centered and unsquashed. */
.brand-mark,.profile .avatar{flex-shrink:0}
.sidebar-collapsed .sidebar:not(:hover) .sidebar-brand-row{height:39px;margin-bottom:28px;justify-content:center;gap:0}
.sidebar-collapsed .sidebar:not(:hover) .sidebar-brand-row .brand{width:39px;margin:0;display:block}
.sidebar-collapsed .sidebar:not(:hover) .sidebar-toggle{display:none}
.sidebar-collapsed .sidebar:not(:hover) nav button{width:100%;justify-content:center;gap:0;padding-inline:0}
.sidebar-collapsed .sidebar:not(:hover) nav button span{width:22px;flex:0 0 22px}
.sidebar-collapsed .sidebar:not(:hover) .profile{width:100%;justify-content:center;gap:0;padding:18px 0 0}
.sidebar-collapsed .sidebar:not(:hover) .profile>div,.sidebar-collapsed .sidebar:not(:hover) .profile>button{display:none}
.sidebar-collapsed .sidebar:not(:hover) .profile #logout{display:none}
.sidebar-collapsed .sidebar:not(:hover) .profile .avatar{width:35px;height:35px;flex:0 0 35px}
@media(max-width:1300px) and (min-width:651px){.sidebar:not(:hover) .sidebar-brand-row{height:39px;margin-bottom:28px;justify-content:center;gap:0}.sidebar:not(:hover) .sidebar-brand-row .brand{width:39px;margin:0;display:block}.sidebar:not(:hover) .sidebar-brand-row .sidebar-toggle{display:none}.sidebar:not(:hover) nav button{width:100%;justify-content:center;gap:0;padding-inline:0}.sidebar:not(:hover) .profile{width:100%;gap:0;padding-inline:0}.sidebar:not(:hover) .profile #logout{display:none}.sidebar:not(:hover) .profile .avatar{width:35px;height:35px;flex:0 0 35px}}

/* Compact rail: center against the rail itself, independent of legacy label widths. */
@media(min-width:651px){
  .sidebar-collapsed .sidebar:not(:hover) nav{width:100%;justify-items:center}
  .sidebar-collapsed .sidebar:not(:hover) nav button{display:grid;grid-template-columns:1fr;width:44px;min-width:44px;height:44px;padding:0;margin:0;place-items:center;text-align:center}
  .sidebar-collapsed .sidebar:not(:hover) nav .nav-label{display:none}
  .sidebar-collapsed .sidebar:not(:hover) nav button>span{display:grid;width:24px;height:24px;min-width:24px;margin:0;place-items:center}
  .sidebar-collapsed .sidebar:not(:hover) nav button>span svg{display:block;margin:auto}
  .sidebar-collapsed .sidebar:not(:hover) .nav-unread{position:absolute;right:4px;top:3px}
}
@media(max-width:1300px) and (min-width:651px){.sidebar:not(:hover) nav{width:100%;justify-items:center}.sidebar:not(:hover) nav button{display:grid;grid-template-columns:1fr;width:44px;min-width:44px;height:44px;padding:0;margin:0;place-items:center;text-align:center}.sidebar:not(:hover) nav button>span{display:grid;width:24px;height:24px;min-width:24px;margin:0;place-items:center}.sidebar:not(:hover) nav button>span svg{display:block;margin:auto}.sidebar:not(:hover) .nav-unread{position:absolute;right:4px;top:3px}}

/* Expanded hover must use the same content axis as the regular 220px sidebar. */
.sidebar-collapsed .sidebar:hover{padding-inline:17px}
@media(max-width:1300px) and (min-width:761px){.sidebar:hover{padding-inline:17px}}

/* Narrow screens use one full-width, horizontally scrollable bottom menu. */
@media(max-width:760px){
  .sidebar,
  body.sidebar-collapsed .sidebar,
  .sidebar:hover,
  body.sidebar-collapsed .sidebar:hover{inset:auto 0 0 0;width:auto;height:calc(68px + env(safe-area-inset-bottom));padding:8px 8px calc(8px + env(safe-area-inset-bottom));box-shadow:none;display:block;overflow:hidden}
  .sidebar-brand-row,.sidebar-toggle,.profile{display:none}
  .sidebar nav,
  .sidebar:not(:hover) nav,
  body.sidebar-collapsed .sidebar:not(:hover) nav{width:100%;height:52px;display:flex;justify-content:flex-start;gap:4px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none}
  .sidebar nav button,
  .sidebar:not(:hover) nav button,
  body.sidebar-collapsed .sidebar:not(:hover) nav button{display:grid;flex:0 0 52px;width:52px;min-width:52px;height:52px;padding:0;margin:0;place-items:center;border-radius:11px;font-size:0;scroll-snap-align:start}
  .sidebar nav button>span,
  .sidebar:not(:hover) nav button>span,
  body.sidebar-collapsed .sidebar:not(:hover) nav button>span{display:grid;width:24px;height:24px;min-width:24px;margin:0;place-items:center}
  .sidebar nav .nav-label{display:none}
  .sidebar .nav-unread{right:3px;top:2px}
  .workspace,.sidebar-collapsed .workspace{margin-left:0;padding-bottom:calc(88px + env(safe-area-inset-bottom))}
  .view-transition,.sidebar-collapsed .view-transition{left:0}
}

/* Searchable evidence archive and receipt controls. */
.history-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.history-heading h2{margin:5px 0;font-size:24px}.history-heading p{margin:0;color:var(--muted)}.history-settings{height:44px;padding:0 15px;border:1px solid var(--line);border-radius:12px;background:var(--white);color:var(--ink);display:flex;align-items:center;gap:9px;font:700 11px Manrope;cursor:pointer;transition:.18s}.history-settings:hover{border-color:#777771;background:#eeeeea;transform:translateY(-1px)}.history-settings svg,.history-search svg,.icon-report svg,.receipt-legal-note>svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.history-filters{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(150px,.7fr) minmax(150px,.7fr) auto auto;align-items:end;gap:10px;margin-bottom:14px;padding:14px}.history-filters>label:not(.history-search){display:grid;gap:5px}.history-filters>label>span{color:var(--muted);font:700 9px Manrope;text-transform:uppercase;letter-spacing:.04em}.history-filters :is(input,select){height:42px}.history-search{height:42px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--paper);color:var(--muted);display:flex;align-items:center;gap:9px}.history-search:focus-within{border-color:#777771;box-shadow:0 0 0 3px #22222210}.history-search input{height:auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.history-filters>#historyCount{align-self:center;min-width:78px;color:var(--muted);font-size:10px;text-align:right}.history-table>#historyRows{display:block;padding:0;border:0}.history-table>.ops-head,.history-table>#historyRows>div{display:grid;grid-template-columns:.75fr 1.05fr .7fr 1fr 1.65fr .72fr .38fr;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line)}.history-table>#historyRows>div:last-child{border-bottom:0}.receipt-actions{position:relative}.receipt-actions summary{height:35px;padding:0 10px;border-radius:9px;background:#eeeeea;display:flex;align-items:center;justify-content:center;font:700 10px Manrope;cursor:pointer;list-style:none}.receipt-actions summary::-webkit-details-marker{display:none}.receipt-actions[open] summary{background:#1b1b19;color:#fff}.receipt-actions>div{position:absolute;z-index:9;right:0;top:40px;width:150px;padding:6px;border:1px solid var(--line);border-radius:11px;background:var(--white);box-shadow:0 14px 35px #0002;display:grid;gap:3px}.receipt-actions a{padding:9px;border-radius:7px;color:var(--ink);text-decoration:none;font:700 9px Manrope}.receipt-actions a:hover{background:var(--paper)}.icon-report{width:35px;height:35px;border-radius:9px;background:#1b1b19;color:#fff;display:grid;place-items:center}.icon-report:hover{background:var(--accent)}.receipt-legal-note{margin-bottom:17px;padding:14px;border:1px solid #ef5b2a45;border-radius:13px;background:#fff4ef;color:#9a3e23;display:flex;align-items:flex-start;gap:11px}.receipt-legal-note>svg{flex:0 0 20px}.receipt-legal-note b{font-size:11px}.receipt-legal-note p{margin:3px 0 0;color:#7b5c52;font-size:10px;line-height:1.5}html[data-theme="dark"] .history-settings,html[data-theme="dark"] .receipt-actions>div{background:#1a1a18}html[data-theme="dark"] .history-settings:hover,html[data-theme="dark"] .receipt-actions summary,html[data-theme="dark"] .receipt-actions a:hover{background:#292927}html[data-theme="dark"] .receipt-legal-note{background:#2c1d18;color:#ff8a68}html[data-theme="dark"] .receipt-legal-note p{color:#d0aca0}@media(max-width:1100px){.history-filters{grid-template-columns:1fr 1fr}.history-search{grid-column:1/-1}.history-filters>#historyCount{text-align:left}.history-table{overflow:auto}.history-table>.ops-head,.history-table>#historyRows>div{min-width:1050px}}@media(max-width:650px){.history-heading{align-items:flex-start}.history-settings{width:44px;padding:0;justify-content:center}.history-settings span{display:none}.history-filters{grid-template-columns:1fr}.history-search{grid-column:auto}.history-filters .btn{width:100%}.history-filters>#historyCount{text-align:left}}

/* Inline receipt viewer and explicit download actions. */
.receipt-actions>div{width:210px}.receipt-actions>div>span{display:grid;grid-template-columns:1fr 32px 32px;align-items:center;gap:4px;padding:5px;border-radius:9px}.receipt-actions>div>span+span{border-top:1px solid var(--line)}.receipt-actions>div>span>b{padding-left:4px;font:700 9px Manrope}.receipt-actions>div>span>a{width:32px;height:32px;padding:0;display:grid;place-items:center;border-radius:8px}.receipt-actions>div>span>a:hover{background:var(--paper)}.receipt-actions>div>span>a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Rounded, accessible workspace checkboxes. */
body:not(.public-body) input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:19px;height:19px;min-width:19px;margin:0;border:1.5px solid #aaa9a3;border-radius:6px;background:#fff center/12px 12px no-repeat;box-shadow:0 1px 2px #0000000d;cursor:pointer;vertical-align:middle;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .16s ease}body:not(.public-body) input[type="checkbox"]:hover{border-color:#676761;transform:translateY(-1px);box-shadow:0 4px 10px #00000012}body:not(.public-body) input[type="checkbox"]:focus-visible{outline:0;border-color:#171716;box-shadow:0 0 0 4px #17171618}body:not(.public-body) input[type="checkbox"]:checked{border-color:#171716;background-color:#171716;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.3 3 3 6.6-7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");box-shadow:0 5px 14px #0002;animation:checkboxPop .22s cubic-bezier(.2,.9,.35,1.35)}body:not(.public-body) input[type="checkbox"]:disabled{opacity:.42;cursor:not-allowed;transform:none}.check,.hours-slot label{cursor:pointer}.check:has(input[type="checkbox"]:focus-visible),.hours-slot label:has(input[type="checkbox"]:focus-visible){color:var(--ink)}html[data-theme="dark"] body:not(.public-body) input[type="checkbox"]{border-color:#666660;background-color:#171716}html[data-theme="dark"] body:not(.public-body) input[type="checkbox"]:hover{border-color:#aaa9a3;background-color:#20201e}html[data-theme="dark"] body:not(.public-body) input[type="checkbox"]:checked{border-color:#f1f1ec;background-color:#f1f1ec;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.3 3 3 6.6-7' fill='none' stroke='%23171716' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");box-shadow:0 5px 18px #0008}html[data-theme="dark"] body:not(.public-body) input[type="checkbox"]:focus-visible{border-color:#f1f1ec;box-shadow:0 0 0 4px #f1f1ec20}@keyframes checkboxPop{0%{transform:scale(.78)}70%{transform:scale(1.08)}100%{transform:scale(1)}}@media(pointer:coarse){body:not(.public-body) input[type="checkbox"]{width:22px;height:22px;min-width:22px;border-radius:7px;background-size:14px 14px}}

.session-page-head{align-items:flex-end}.session-total{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--white);display:flex;align-items:center;gap:8px;color:var(--muted);font:700 10px Manrope}.session-total>i,.current-session>i{width:7px;height:7px;border-radius:50%;background:#222;box-shadow:0 0 0 4px #2222}.modern-sessions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.modern-session{display:block;padding:0;overflow:hidden;border-radius:20px;box-shadow:0 13px 35px #00000008;transition:transform .2s,border-color .2s,box-shadow .2s}.modern-session:hover{transform:translateY(-2px);border-color:#b8b8b1;box-shadow:0 18px 45px #00000010}.modern-session.is-current{border-color:#a8a8a1;box-shadow:inset 0 3px #242422,0 14px 38px #0000000d}.modern-session>header{padding:18px 19px 15px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.session-device-icon{width:43px;height:43px;flex:0 0 43px;border-radius:13px;background:#eeeeea;color:#222;display:grid;place-items:center}.session-device-icon>svg{width:21px;height:21px}.modern-session header>div{min-width:0;flex:1}.modern-session h3{margin:0 0 3px;font-size:15px}.modern-session header span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-session{padding:6px 9px;border-radius:999px;background:#ededE8;color:#252523;display:flex;align-items:center;gap:7px;font:800 8px Manrope;text-transform:uppercase;letter-spacing:.06em}.session-facts{padding:15px 18px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.session-facts>div{min-width:0;min-height:67px;padding:10px;border:1px solid var(--line);border-radius:13px;background:var(--paper);display:grid;grid-template-columns:29px minmax(0,1fr);gap:8px;align-items:start}.session-facts>div>i:not(.country-flag){width:29px;height:29px;border-radius:9px;background:var(--white);color:#333;display:grid;place-items:center}.session-facts svg{width:16px;height:16px}.session-facts span{min-width:0;display:grid;gap:2px}.session-facts small{margin:0;color:var(--muted);font:700 8px Manrope;text-transform:uppercase;letter-spacing:.06em}.session-facts strong{overflow:hidden;text-overflow:ellipsis;color:var(--ink);font:700 10px Manrope;white-space:nowrap}.session-facts em{overflow:hidden;text-overflow:ellipsis;color:var(--muted);font:normal 9px DM Sans;white-space:nowrap}.country-flag{width:29px;height:29px;border-radius:9px;background:var(--white);display:grid;place-items:center;font-style:normal;font-size:17px;box-shadow:inset 0 0 0 1px var(--line)}.session-ip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important;font-size:9px!important}.modern-session>footer{padding:0 18px 17px;display:flex;justify-content:flex-end}.modern-session>footer .btn{min-width:130px}.modern-session .btn.danger:hover{background:#b94332;color:#fff}.modern-session .btn.secondary:hover{background:#242422;color:#fff}html[data-theme="dark"] .session-total,html[data-theme="dark"] .session-device-icon,html[data-theme="dark"] .current-session{background:#292927;color:#f1f1ec}html[data-theme="dark"] .modern-session.is-current{border-color:#666660;box-shadow:inset 0 3px #f1f1ec,0 14px 38px #0005}html[data-theme="dark"] .session-facts>div{background:#141413}html[data-theme="dark"] .session-facts>div>i:not(.country-flag),html[data-theme="dark"] .country-flag{background:#242422;color:#eee}@media(max-width:1050px){.modern-sessions{grid-template-columns:1fr}}@media(max-width:600px){.session-page-head{align-items:flex-start}.session-total{margin-top:8px}.session-facts{grid-template-columns:1fr}.modern-session>header{flex-wrap:wrap}.current-session{margin-left:auto}.modern-session>footer .btn{width:100%}}
