body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}.epos-wrapper{background:#f1f4f9;display:flex;flex-direction:column;height:100vh}.epos-main-layout{display:flex;flex:1 1;overflow:hidden}.epos-sidebar{background:#fff;border-right:2px solid #e8ecf2;box-shadow:4px 0 24px #00000008;display:flex;flex-direction:column;flex-shrink:0;position:relative;width:280px}.epos-sidebar:after{background:linear-gradient(180deg,#0000,#d0d6e0,#0000);content:"";height:60%;opacity:.4;position:absolute;right:-1px;top:20%;width:2px}.epos-brand{border-bottom:2px solid #eef1f6;margin-bottom:6px;padding:16px 24px 12px}.brand-logo-full,.epos-brand{align-items:center;display:flex;justify-content:center}.brand-logo-full{height:auto;max-width:99px;overflow:hidden;padding:2px 0;width:100%}.brand-logo-full img{display:block;height:100%;object-fit:contain;width:100%}.menu-list{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:16px 14px 20px}.menu-section-label{color:#9aa6b5;font-size:11px;font-weight:700;letter-spacing:.6px;padding:12px 16px 8px;text-transform:uppercase}.menu-btn{align-items:center;background:#0000;border:none;border-radius:14px;color:#334155;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:16px;padding:14px 18px;position:relative;transition:all .2s ease;width:100%}.menu-btn:hover{background:#f7f0f0;color:#1f2937}.menu-btn.active{background:#b91c1c;box-shadow:0 8px 22px #b91c1c40;color:#fff;font-weight:700}.menu-btn.active:before{background:#fff;border-radius:4px;content:"";height:60%;left:4px;opacity:.7;position:absolute;top:20%;width:4px}.menu-icon{align-items:center;display:flex;font-size:20px;justify-content:center;width:24px}.menu-text{font-weight:600;letter-spacing:-.2px}.menu-btn.active .menu-text{font-weight:700}.menu-divider{background:#eef1f6;border:0;height:1px;margin:12px 16px}.epos-main{background:#f1f4f9;display:flex;flex:1 1;flex-direction:column;min-width:0}.epos-header{background:#fff;border-bottom:2px solid #e8ecf2;box-shadow:0 1px 4px #00000005;flex-shrink:0;height:76px;justify-content:space-between;padding:0 32px}.epos-header,.search-box{align-items:center;display:flex}.search-box{background:#fafcff;border:1.5px solid #e2e8f0;border-radius:14px;gap:12px;height:46px;padding:0 18px;transition:border .2s;width:350px}.search-box:focus-within{border-color:#b91c1c;box-shadow:0 0 0 3px #b91c1c14}.search-box input{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:15px;font-weight:500;outline:none}.search-box input::placeholder{color:#94a3b8;font-weight:400}.header-center{gap:16px}.digital-clock,.header-center{align-items:center;display:flex}.digital-clock{background:linear-gradient(135deg,#fff5f5,#fff);border:1.5px solid #b91c1c;border-radius:14px;box-shadow:0 2px 12px #b91c1c26;gap:10px;justify-content:center;min-width:180px;padding:6px 20px}.clock-icon{align-items:center;color:#b91c1c;display:flex;font-size:18px}.clock-time{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b91c1c,#dc2626);-webkit-background-clip:text;background-clip:text;font-family:Courier New,monospace;font-size:20px;letter-spacing:1px;text-shadow:none}.clock-divider,.clock-time{color:#b91c1c;font-weight:700}.clock-divider{animation:blink 1s step-end infinite;font-size:18px;opacity:.6}.clock-seconds{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b91c1c,#dc2626);-webkit-background-clip:text;background-clip:text;color:#b91c1c;font-family:Courier New,monospace;font-size:16px;font-weight:600;opacity:.7}.clock-date{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.3px;margin-left:2px}.header-right{gap:20px}.header-right,.notification{align-items:center;display:flex}.notification{background:#fff;border:1.5px solid #e8ecf2;border-radius:14px;color:#334155;cursor:pointer;height:44px;justify-content:center;transition:all .2s;width:44px}.notification:hover{background:#f8fafc;border-color:#cbd5e1}.profile{border-left:2px solid #eef1f6;gap:12px;padding-left:8px}.avatar,.profile{align-items:center;display:flex}.avatar{background:#b91c1c;border-radius:50%;box-shadow:0 4px 10px #b91c1c26;color:#fff;font-size:16px;font-weight:700;height:44px;justify-content:center;width:44px}.profile-name{color:#0f172a;font-size:15px;font-weight:700}.profile-role{color:#64748b;font-size:13px;font-weight:500}.epos-content{flex:1 1;overflow-y:auto;padding:28px 32px 32px}.hero-card{align-items:center;background:#fff;border:1.5px solid #e8ecf2;border-radius:24px;box-shadow:0 2px 8px #00000005;display:flex;justify-content:space-between;padding:20px 36px}.hero-title{color:#0b121f;font-size:30px;font-weight:700;letter-spacing:-.4px;line-height:1.2;min-height:36px}.typing-cursor{animation:blink .8s step-end infinite;background-color:#b91c1c;display:inline-block;height:32px;margin-left:2px;vertical-align:text-bottom;width:3px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-text-wrapper{margin-top:4px}.hero-tagline{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:4px solid #2e7d32;border-radius:8px;box-shadow:0 2px 8px #2e7d3214;color:#1b5e20;display:inline-block;font-size:17px;font-weight:600;letter-spacing:.3px;padding:4px 12px}.hero-tagline-icon{color:#2e7d32;margin-right:8px}.new-order-btn{background:#b91c1c;border:none;border-radius:16px;box-shadow:0 6px 18px #b91c1c40;color:#fff;cursor:pointer;flex-shrink:0;font-size:15px;font-weight:700;letter-spacing:.2px;padding:16px 32px;transition:all .2s}.new-order-btn:hover{box-shadow:0 8px 26px #b91c1c59;transform:scale(1.02)}.stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-top:28px}.card{background:#fff;border:1.5px solid #e8ecf2;border-radius:20px;border-top:4px solid #b91c1c;box-shadow:0 1px 4px #00000005;padding:24px 26px;position:relative;transition:all .25s ease}.card:hover{box-shadow:0 8px 28px #b91c1c14;transform:translateY(-2px)}.card-label{color:#64748b;font-size:14px;font-weight:600;letter-spacing:.2px;text-transform:uppercase}.card-value{color:#0b121f;font-size:34px;font-weight:700;letter-spacing:-.5px;margin-top:6px}.card-small{color:#94a3b8;font-size:14px;font-weight:500;margin-top:6px}.bottom-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:2fr 1fr;margin-top:28px}.panel{background:#fff;border:1.5px solid #e8ecf2;border-radius:22px;box-shadow:0 1px 4px #00000005;padding:26px 28px}.panel-title{align-items:center;color:#0b121f;display:flex;font-size:19px;font-weight:700;gap:8px;letter-spacing:-.2px;margin-bottom:18px}.panel-title:after{background:linear-gradient(90deg,#e8ecf2,#0000);content:"";flex:1 1;height:1.5px;margin-left:12px}.row{border-bottom:1.5px solid #f1f4f9;color:#1e293b;display:flex;font-size:15px;font-weight:500;justify-content:space-between;padding:16px 0}.row:last-child{border-bottom:none}.row span:first-child{font-weight:600}.row .order-price,.row strong{color:#0b121f;font-weight:700}.epos-footer{background:#fff;border-top:2px solid #e8ecf2;flex-shrink:0;justify-content:space-between;padding:14px 32px}.epos-footer,.footer-left{align-items:center;display:flex}.footer-left{gap:12px}.footer-logo-small{height:28px;object-fit:contain;width:auto}.footer-divider{background:#e2e8f0;height:24px;width:1px}.footer-brand{color:#1e293b;font-size:14px;font-weight:700}.footer-brand span{color:#b91c1c}.footer-tagline{color:#94a3b8;font-size:13px;font-weight:500}.footer-right{gap:20px}.footer-right,.footer-social{align-items:center;display:flex}.footer-social{gap:12px}.footer-social a{align-items:center;color:#94a3b8;display:flex;transition:color .2s}.footer-social a:hover{color:#b91c1c}.footer-version{color:#cbd5e1;font-size:12px;font-weight:500}.footer-heart{animation:heartbeat 1.5s ease-in-out infinite;color:#b91c1c;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.1)}70%{transform:scale(1)}}@media (max-width:1200px){.stats{grid-template-columns:repeat(2,1fr)}.header-center{display:none}}@media (max-width:900px){.epos-sidebar{width:88px}.brand-logo-full{max-width:64px;padding:0}.brand-logo-full img{height:64px;object-fit:contain;width:64px}.menu-section-label,.menu-text{display:none}.epos-brand{padding:16px 8px}.epos-brand,.menu-btn{justify-content:center}.menu-btn{padding:16px 0}.menu-btn.active:before{left:2px}.bottom-grid,.stats{grid-template-columns:1fr}.search-box{width:200px}.hero-card{align-items:flex-start;flex-direction:column;gap:20px}.header-center{display:none}.epos-footer{flex-direction:column;gap:8px;padding:12px 16px;text-align:center}.footer-left,.footer-right{flex-wrap:wrap;justify-content:center}}@media (max-width:600px){.epos-header{flex-wrap:wrap;gap:12px;height:auto;padding:16px}.search-box{width:100%}.header-right{justify-content:flex-end;width:100%}.epos-content{padding:16px}.hero-title{font-size:24px}.typing-cursor{height:26px}.hero-tagline{font-size:14px;padding:3px 10px}.hero-card{padding:16px 20px}.header-center{display:none}.footer-social{gap:8px}}@media print{*{box-sizing:border-box;margin:0;padding:0}body,html{margin:0!important;min-width:80mm!important;padding:0!important}#receipt-content,body,html{-webkit-font-smoothing:none!important;-moz-osx-font-smoothing:grayscale!important;font-smooth:never!important;background:#fff!important;max-width:80mm!important;width:80mm!important}#receipt-content{color:#000!important;font-family:Courier New,monospace!important;font-size:8.5px!important;line-height:1.3!important;margin:0 auto!important;padding:4px!important}.restaurant-name{color:#000!important;font-size:15px!important;font-weight:900!important;letter-spacing:2.5px!important}.restaurant-address,.restaurant-phone{color:#000!important;font-size:6.5px!important;font-weight:700!important}.ticket-title{color:#000!important;font-size:13px!important;font-weight:900!important;letter-spacing:2px!important}.department-badge{border:2px solid #000!important;font-size:10px!important;font-weight:700!important;padding:3px 14px!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.datetime-row{font-size:6.5px!important}.datetime-row,.info-row{color:#000!important;font-weight:700!important}.info-row{font-size:8px!important;padding:1px 0!important}.info-label,.info-value{color:#000!important}.info-value{font-weight:700!important}.divider-solid{border-top:2px solid #000!important;margin:3px 0!important}.divider-dashed{border-top:1px dashed #000!important;margin:3px 0!important}.items-header{background:#f5f5f5!important;border-bottom:2px solid #000!important;font-size:7px!important;padding:3px 2px!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.item-row,.items-header{color:#000!important;font-weight:700!important}.item-row{border-bottom:1px solid #000!important;padding:2px!important}.item-name{color:#000!important;font-size:8.5px!important;font-weight:700!important;word-break:break-word!important}.item-details{font-size:8px!important}.item-qty,.item-total{color:#000!important;font-weight:700!important}.item-notes{color:#333!important;font-size:7px!important;font-style:italic!important;padding-left:6px!important}.total-row{border-top:2px solid #000!important;color:#000!important;font-size:10px!important;font-weight:900!important;padding:3px 0!important}.total-row span:last-child{font-size:11px!important;font-weight:900!important}.notes-label{color:#666!important;font-size:6.5px!important}.notes-text{background:#f9f9f9!important;color:#333!important;font-size:8px!important;font-weight:700!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.footer-text{color:#000!important;font-size:9.5px!important;font-weight:900!important;letter-spacing:.5px!important}.footer-subtext{color:#000!important;font-size:7.5px!important;font-weight:700!important}.cut-mark{background:#999!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.footer-brand{color:#aaa!important;font-size:5px!important;font-weight:700!important;letter-spacing:.3px!important}@page{size:80mm auto!important;margin:0!important;padding:0!important}::-webkit-scrollbar{display:none!important}}#receipt-content{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000f;color:#000;font-family:Courier New,monospace;font-size:9px;line-height:1.4;margin:0 auto;max-width:80mm;padding:6px 8px}@media screen and (max-width:400px){#receipt-content{font-size:8px;padding:4px}}@media screen and (min-width:401px) and (max-width:768px){#receipt-content{padding:6px 8px}}@media screen and (min-width:769px){#receipt-content{box-shadow:0 4px 20px #00000014;padding:8px 12px}}
/*# sourceMappingURL=main.81b8c444.css.map*/