:root{--ink:#14201c;--muted:#68716d;--paper:#f3f1ea;--panel:#fff;--green:#173f35;--lime:#d6ff4b;--line:#dfe2dc;--danger:#a23b34}*{box-sizing:border-box}html,body{background:var(--paper);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.splash{min-height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:13px;display:flex}.splash img{width:58px;height:58px}.app-shell{min-height:100vh;padding-bottom:70px}.topbar{background:var(--green);color:#fff;z-index:30;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;display:flex}.brand img{border:1px solid #ffffff2e;border-radius:11px;width:38px;height:38px}.brand b,.brand span{display:block}.brand b{font-size:14px}.brand span{color:#b9cbc5;letter-spacing:.04em;margin-top:2px;font-size:10px}.top-actions{align-items:center;gap:8px;display:flex}.quiet-button,.icon-button,.connection{color:#dbe8e3;background:#ffffff12;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:7px;height:34px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex}.quiet-button,.icon-button{cursor:pointer}.quiet-button:hover,.icon-button:hover,.sound-on{color:var(--lime);background:#d6ff4b21;border-color:#d6ff4b40}.icon-button{justify-content:center;width:34px;padding:0}.connection{background:0 0;border:0;padding:0 8px}.connection.online svg{color:var(--lime)}.connection.offline{color:#ffb4ad}.workspace-head{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1500px;margin:0 auto;padding:28px 28px 20px;display:flex}.eyebrow{letter-spacing:.14em;color:#7a837f;font-size:10px;font-weight:900}.business-row{align-items:center;gap:9px;margin-top:7px;display:flex}.business-row select{appearance:none;color:var(--ink);background-color:#0000;background-image:linear-gradient(45deg,#0000 50%,#677 50%),linear-gradient(135deg,#677 50%,#0000 50%);background-position:calc(100% - 10px),calc(100% - 5px);background-repeat:no-repeat;background-size:5px 5px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:0;outline:0;padding:0 28px 0 0;font-size:22px;font-weight:850}.workspace-head p{color:var(--muted);margin:5px 0 0 29px;font-size:11px}.refresh-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:8px;padding:9px 13px;font-size:12px;font-weight:800;display:flex}.refresh-button:disabled{opacity:.55}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-bar{max-width:1444px;color:var(--danger);background:#fff4f2;border:1px solid #efc9c5;border-radius:9px;align-items:center;gap:9px;margin:0 auto 14px;padding:10px 13px;font-size:12px;display:flex}.error-bar span{flex:1}.error-bar button{color:inherit;cursor:pointer;background:0 0;border:0}.metric-strip{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);max-width:1444px;margin:0 auto;display:grid;overflow:hidden}.metric{border-right:1px solid var(--line);align-items:center;gap:12px;padding:15px 18px;display:flex}.metric:last-child{border-right:0}.metric>span{width:34px;height:34px;color:var(--green);background:#edf2ef;border-radius:9px;justify-content:center;align-items:center;display:flex}.metric b,.metric small{display:block}.metric b{font-size:18px;line-height:1}.metric small{color:var(--muted);margin-top:5px;font-size:10px}.requests{max-width:1444px;margin:16px auto 0}.section-title{justify-content:space-between;align-items:center;font-size:12px;font-weight:900;display:flex}.section-title small{color:var(--danger);font-weight:700}.request-list{gap:8px;margin-top:8px;padding-bottom:3px;display:flex;overflow:auto}.request-list button{text-align:left;cursor:pointer;background:#fffaf1;border:1px solid #e7d7bd;border-radius:10px;align-items:center;gap:10px;min-width:230px;padding:10px;display:flex}.request-list button>span:nth-child(2){flex:1}.request-list b,.request-list small{display:block}.request-list b{font-size:11px}.request-list small{color:#776e60;margin-top:3px;font-size:10px}.request-icon{color:#72551d;background:#f1d9aa;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-weight:900;display:flex}.filters{border-bottom:1px solid #d8dcd6;gap:6px;max-width:1444px;margin:22px auto 12px;display:flex;overflow:auto}.filters button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:10px 12px;font-size:12px;font-weight:800;display:flex}.filters button span{background:#e7e9e5;border-radius:5px;justify-content:center;align-items:center;min-width:20px;height:18px;font-size:9px;display:inline-flex}.filters button.active{color:var(--green);border-bottom-color:var(--green)}.filters button.active span{background:var(--green);color:#fff}.order-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:10px;max-width:1444px;margin:0 auto;display:grid}.order-card{border:1px solid var(--line);background:#fff;border-top:3px solid #9da6a2;border-radius:11px;min-width:0;overflow:hidden}.order-card.status-new{border-top-color:#e0584f}.order-card.status-preparing{border-top-color:#db9b29}.order-card.status-ready{border-top-color:#288a6f}.card-main{text-align:left;cursor:pointer;background:#fff;border:0;width:100%;padding:14px}.card-top,.order-title,.card-status{justify-content:space-between;align-items:center;gap:10px;display:flex}.source{letter-spacing:.08em;text-transform:uppercase;color:#3e5a51;font-size:9px;font-weight:900}.source.online-order{color:#78571c}.order-time{color:#8a918e;font-size:10px}.order-title{align-items:flex-start;margin-top:11px}.order-title b,.order-title small{display:block}.order-title b{font-size:14px}.order-title small{color:#8a918e;margin-top:2px;font-size:10px}.order-title strong{font-size:14px}.items{color:#56605c;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:13px 0 0;font-size:11px;line-height:1.55;display:-webkit-box;overflow:hidden}.note{color:#6e5a29;background:#f6f1df;border-radius:7px;margin:9px 0 0;padding:7px 8px;font-size:10px;line-height:1.45}.card-status{color:#59635f;border-top:1px solid #eef0ed;margin-top:13px;padding-top:11px;font-size:10px;font-weight:850}.advance{border:0;border-top:1px solid var(--line);width:100%;color:var(--green);cursor:pointer;background:#f7f8f6;padding:10px;font-size:11px;font-weight:900}.advance:hover{background:#edf4ef}.advance:disabled{opacity:.55}.empty{color:#8a918e;border:1px dashed #cfd3ce;border-radius:12px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;min-height:250px;display:flex}.empty b{color:#59615e;font-size:13px}.empty span{font-size:11px}footer{color:#89908d;border-top:1px solid #d8dcd6;justify-content:space-between;max-width:1444px;margin:24px auto 0;padding-top:16px;font-size:10px;display:flex}footer a{color:#4b5c55;align-items:center;gap:5px;text-decoration:none;display:flex}.drawer-backdrop{z-index:80;background:#0d18147a;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:#fff;width:min(440px,100%);height:100%;overflow:auto;box-shadow:-15px 0 60px #00000029}.drawer>header{border-bottom:1px solid var(--line);z-index:2;background:#fff;justify-content:space-between;align-items:flex-start;padding:19px 20px;display:flex;position:sticky;top:0}.drawer header span{color:var(--muted);font-size:10px;font-weight:800}.drawer header h2{margin:4px 0 0;font-size:17px}.drawer header button{cursor:pointer;background:#f0f2ef;border:0;border-radius:8px;width:32px;height:32px}.drawer-body{padding:20px}.detail-total{background:var(--green);color:#fff;border-radius:11px;justify-content:space-between;align-items:flex-end;padding:17px;display:flex}.detail-total span{color:#b8cbc4;font-size:10px}.detail-total b{font-size:22px}.drawer section{border-bottom:1px solid var(--line);padding:18px 0}.drawer h3{text-transform:uppercase;letter-spacing:.08em;color:#77807c;margin:0 0 8px;font-size:11px}.drawer section p{margin:0;font-size:13px;line-height:1.6}.drawer section small{color:var(--muted);margin-top:8px;display:block}.status-list{grid-template-columns:1fr 1fr;gap:7px;display:grid}.status-list button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;padding:10px;font-size:11px;font-weight:800}.status-list button.current{color:var(--green);background:#edf4ef;border-color:#b9d0c6}.status-list button:disabled{cursor:default}.login{background:#f2f0e9;grid-template-columns:minmax(420px,600px) 1fr;min-height:100vh;display:grid}.login-panel{background:#fff;flex-direction:column;padding:52px clamp(28px,6vw,78px);display:flex}.login-mark{align-items:center;gap:12px;display:flex}.login-mark img{width:44px;height:44px}.login-mark span{letter-spacing:.18em;color:#66716d;font-size:10px;font-weight:900}.login-copy{margin:auto 0 38px}.login-copy h1{letter-spacing:-.045em;max-width:430px;margin:12px 0 20px;font-size:clamp(36px,5vw,58px);line-height:1.02}.login-copy>p:last-child{max-width:440px;color:var(--muted);font-size:14px;line-height:1.7}.login-features{gap:9px;margin-bottom:26px;display:grid}.login-features span{color:#58625e;align-items:center;gap:8px;font-size:11px;display:flex}.login-features svg{color:var(--green)}.layra-login{background:var(--green);color:#fff;text-align:left;cursor:pointer;border:0;border-radius:11px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-size:13px;font-weight:900;text-decoration:none;display:flex}.layra-login>span:nth-child(2){flex:1}.layra-login small{color:#b8cbc4;margin-top:3px;font-size:9px;font-weight:500;display:block}.layra-glyph{background:var(--lime);width:35px;height:35px;color:var(--green);border-radius:9px;justify-content:center;align-items:center;font-size:17px;display:flex}.login-error{color:var(--danger);background:#fff1ef;border-radius:8px;padding:9px;font-size:11px}.login-side{background:var(--green);color:#fff;flex-direction:column;justify-content:center;padding:70px;display:flex}.login-side>div:first-child{letter-spacing:.15em;color:#b6c9c2;font-size:10px;font-weight:900}.live-dot{background:var(--lime);border-radius:50%;width:7px;height:7px;margin-right:8px;display:inline-block;box-shadow:0 0 0 5px #d6ff4b1a}.login-side blockquote{letter-spacing:-.045em;max-width:620px;margin:32px 0;font-size:clamp(32px,5vw,68px);font-weight:850;line-height:1.02}.demo-lines{gap:8px;display:grid}.demo-lines span{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:9px;height:44px;display:block}.demo-lines span:nth-child(2){width:84%}.demo-lines span:nth-child(3){width:67%}@media (max-width:900px){.login{grid-template-columns:1fr}.login-side{display:none}.metric-strip{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.workspace-head,.metric-strip,.requests,.filters,.order-grid,footer,.error-bar{margin-left:16px;margin-right:16px}.workspace-head{padding-left:0;padding-right:0}.topbar{padding:0 16px}.connection,.quiet-button{justify-content:center;width:34px;padding:0;font-size:0}.business-row select{font-size:18px}}@media (max-width:540px){.brand span{display:none}.top-actions{gap:5px}.metric{padding:12px}.workspace-head{padding-top:20px}.order-grid{grid-template-columns:1fr}.filters{margin-top:16px}.login-panel{min-height:100vh;padding:28px 22px}.login-copy{margin:auto 0 30px}.login-copy h1{font-size:41px}.status-list{grid-template-columns:1fr}.refresh-button{padding:9px;font-size:0}}
