:root{max-width:100%;overflow-x:clip;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:#020817;background:#fff;font-synthesis:none;--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--border: 214.3 31.8% 91.4%;--input: 215.4 16.3% 56.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 100%;--ring: 221.2 83.2% 53.3%;--chart-1: 221.2 83.2% 53.3%;--chart-2: 142.1 76.2% 36.3%;--chart-3: 47.9 95.8% 53.1%;--chart-4: 346.8 77.2% 49.8%;--chart-5: 262.1 83.3% 57.8%;--success: 142.1 76.2% 36.3%;--success-foreground: 142.1 70.6% 29%;--warning: 32.1 94.6% 43.7%;--warning-foreground: 24.6 95% 37.1%;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--sidebar-expanded: 280px;--sidebar-collapsed: 72px;--navbar-height: 64px;--radius: .5rem;color-scheme:light}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%;color-scheme:dark}*{box-sizing:border-box;border-color:hsl(var(--border))}body{margin:0;min-width:320px;min-height:100vh;background:hsl(var(--background));color:hsl(var(--foreground))}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid hsl(var(--ring) / .35);outline-offset:2px}input::placeholder,textarea::placeholder{color:hsl(var(--muted-foreground));opacity:1}h1,h2,h3,p{margin-top:0}.muted,small{color:hsl(var(--muted-foreground))}.block{display:block;margin-top:.25rem}.full-width{width:100%}.button{border:1px solid transparent;border-radius:var(--radius);min-height:38px;padding:.5rem .9rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.875rem;font-weight:600;transition:.2s ease}.button:disabled{opacity:.5;cursor:not-allowed}.button-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-sm)}.button-primary:hover{filter:brightness(.95);box-shadow:var(--shadow-md)}.button-outline{background:hsl(var(--background));border-color:hsl(var(--input));color:hsl(var(--foreground))}.button-outline:hover,.button-ghost:hover{background:hsl(var(--accent))}.button:active:not(:disabled){transform:translateY(1px)}.button-ghost{background:transparent;color:hsl(var(--foreground))}.button-danger{background:hsl(var(--destructive));color:#fff}.icon-button{width:38px;padding:0}.danger-text{color:hsl(var(--destructive))}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border) / .5);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem}.app-shell{min-height:100vh;display:flex;width:100%;overflow-x:clip}.sidebar{height:100vh;position:sticky;top:0;background:hsl(var(--card));border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;overflow:hidden;z-index:50}.brand{height:72px;padding:1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid hsl(var(--border));white-space:nowrap}.brand-icon{width:36px;height:36px;flex:none;border-radius:9px;background:hsl(var(--primary));color:#fff;display:grid;place-items:center}.brand strong,.brand small{display:block}.brand small{font-size:.75rem;margin-top:.1rem}.sidebar nav{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.4rem;overflow-y:auto}.sidebar-item{height:42px;border-radius:var(--radius);padding:0 .72rem;display:flex;align-items:center;gap:.8rem;color:hsl(var(--muted-foreground));white-space:nowrap;transition:.2s}.sidebar-item:hover{background:hsl(var(--accent));color:hsl(var(--foreground));transform:translate(2px)}.sidebar-item.active{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.sidebar-footer{padding:1rem;border-top:1px solid hsl(var(--border))}.app-main{min-width:0;flex:1}.navbar{height:var(--navbar-height);position:sticky;top:0;z-index:40;padding:0 1.5rem;display:flex;align-items:center;gap:1rem;background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border) / .5);box-shadow:var(--shadow-sm)}.global-search{flex:1;max-width:430px;position:relative}.global-search svg,.search-box svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground))}.global-search input,.search-box input{width:100%;height:38px;border:1px solid hsl(var(--input));border-radius:var(--radius);background:hsl(var(--background));color:inherit;padding:0 .8rem 0 2.25rem}.navbar-actions{margin-left:auto;display:flex;align-items:center;gap:.35rem}.store-switch{max-width:200px}.store-wrap{position:relative}.store-menu{position:absolute;right:0;top:45px;width:250px;padding:.8rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-lg);z-index:60}.store-menu>strong,.store-menu>small{display:block}.store-menu hr{border:0;border-top:1px solid hsl(var(--border));margin:.7rem 0}.store-menu button{width:100%;min-height:38px;border:0;border-radius:calc(var(--radius) - 2px);background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;text-align:left}.store-menu button:hover{background:hsl(var(--accent))}.notification-button{position:relative}.notification-button span{position:absolute;right:8px;top:7px;width:7px;height:7px;border-radius:50%;background:hsl(var(--destructive))}.profile-wrap{position:relative}.profile-button{min-height:45px}.avatar{width:30px;height:30px;border-radius:50%;background:hsl(var(--primary) / .12);color:hsl(var(--primary));display:grid;place-items:center;font-size:.72rem;font-weight:800}.profile-copy{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.profile-copy strong{font-size:.78rem}.profile-menu{position:absolute;right:0;top:50px;width:220px;padding:.8rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-lg);z-index:60}.profile-menu strong,.profile-menu small{display:block}.profile-menu hr,.receipt hr{border:0;border-top:1px solid hsl(var(--border));margin:.7rem 0}.profile-menu button{border:0;background:none;color:inherit;width:100%;text-align:left;padding:.55rem;border-radius:5px}.profile-menu button:hover{background:hsl(var(--accent))}.page-container{padding:1.5rem;max-width:1600px;margin:0 auto}.data-mode-banner{min-height:38px;padding:.45rem 1.5rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.78rem}.data-mode-banner>div{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.5rem}.data-mode-banner strong{color:hsl(var(--foreground))}.data-mode-error{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-header h1{margin-bottom:.3rem;font-size:1.7rem}.page-header p,.card-heading p{margin:0;color:hsl(var(--muted-foreground))}.page-actions{display:flex;gap:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.stats-five{grid-template-columns:repeat(5,minmax(0,1fr))}.stat-card{display:flex;align-items:flex-start;justify-content:space-between;transition:.2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.stat-title{font-size:.8rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.stat-card strong{font-size:1.45rem}.stat-card .muted{margin:.5rem 0 0;font-size:.75rem}.stat-icon,.activity-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;color:hsl(var(--primary));background:hsl(var(--primary) / .1)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:1rem;margin-bottom:1.5rem}.chart-card{min-width:0}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.card-heading h2{font-size:1.05rem;margin-bottom:.3rem}.activity-list>div,.category-list>div{display:flex;align-items:center;gap:.75rem;padding:.8rem 0;border-bottom:1px solid hsl(var(--border))}.activity-list>div:last-child,.category-list>div:last-child{border:0}.activity-list small,.category-list small{display:block;font-size:.75rem;margin-top:.2rem}.activity-value{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.badge{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:.18rem .5rem;font-size:.7rem;font-weight:700;text-transform:capitalize;background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.badge-success{background:hsl(var(--success) / .1);color:hsl(var(--success-foreground))}.badge-warning{background:hsl(var(--warning) / .13);color:hsl(var(--warning-foreground))}.badge-danger{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.badge-muted{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.table-toolbar{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.view-control{position:relative}.column-menu{position:absolute;right:0;top:44px;width:210px;padding:.6rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-lg);z-index:30}.column-menu strong{display:block;padding:.35rem .5rem .5rem;font-size:.78rem}.column-menu button{width:100%;min-height:34px;border:0;border-radius:calc(var(--radius) - 2px);background:transparent;color:inherit;padding:.4rem .5rem;display:flex;justify-content:space-between;align-items:center;text-align:left}.column-menu button:hover{background:hsl(var(--accent))}.search-box{width:min(360px,100%);position:relative}select,input,textarea{border:1px solid hsl(var(--input));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));min-height:40px;padding:.55rem .75rem}textarea{min-height:90px;resize:vertical}.table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.data-table-wrap{min-width:0;max-width:100%}table{width:100%;border-collapse:collapse;font-size:.86rem}th{height:42px;text-align:left;color:hsl(var(--muted-foreground));font-weight:600}.sort-button{border:0;background:transparent;color:inherit;padding:0;display:inline-flex;align-items:center;gap:.3rem;font:inherit;font-weight:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}th,td{padding:.7rem .65rem;border-bottom:1px solid hsl(var(--border))}tbody tr:hover{background:hsl(var(--muted) / .55)}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;font-size:.78rem;color:hsl(var(--muted-foreground))}.table-footer>div{display:flex;gap:.5rem}.product-cell{display:flex;align-items:center;gap:.65rem}.product-cell>span:not(.avatar){width:32px;height:32px;display:grid;place-items:center;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:7px}.product-cell small{display:block;margin-top:.2rem}.row-actions{display:flex;gap:.2rem}.empty-state{text-align:center;padding:2.5rem 1rem;color:hsl(var(--muted-foreground))}.empty-state h3{color:hsl(var(--foreground));margin-bottom:.35rem}.empty-state p{margin:0}.loading-state,.center-page{min-height:70vh;display:grid;place-items:center;padding:1rem}.loading-state{align-content:center;gap:.75rem;color:hsl(var(--muted-foreground));font-size:.84rem}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid hsl(var(--primary) / .2);border-top-color:hsl(var(--primary));animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#000c}.modal{width:min(660px,100%);max-height:90vh;overflow:auto;overscroll-behavior:contain;background:hsl(var(--popover));color:hsl(var(--popover-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-lg)}.modal>header,.modal>footer{padding:1.1rem 1.25rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid hsl(var(--border))}.modal>footer{border:0;border-top:1px solid hsl(var(--border))}.modal header h2{font-size:1.1rem;margin-bottom:.25rem}.modal header p{color:hsl(var(--muted-foreground));margin:0;font-size:.82rem}.modal-body{padding:1.25rem}.field{display:flex;flex-direction:column;gap:.4rem;font-size:.82rem;font-weight:600;margin-bottom:1rem}.field input,.field select,.field textarea{width:100%;font-weight:400}.field-error{color:hsl(var(--destructive))}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.form-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.error-banner{padding:.75rem;border-radius:var(--radius);background:hsl(var(--destructive) / .1);color:hsl(var(--destructive));margin-bottom:1rem;font-size:.84rem}.success-banner{padding:.75rem;border-radius:var(--radius);background:hsl(var(--success) / .1);color:hsl(var(--success-foreground));margin-bottom:1rem;font-size:.84rem}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1rem;background:linear-gradient(145deg,hsl(var(--background)),hsl(var(--muted)))}.auth-card{width:min(440px,100%);padding:2rem;box-shadow:0 14px 45px #00000018}.auth-card-wide{width:min(680px,100%)}.auth-brand{text-align:center;margin-bottom:1.6rem}.auth-brand>span{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 1rem;border-radius:13px;background:hsl(var(--primary));color:#fff}.auth-brand h1{font-size:1.45rem;margin-bottom:.4rem}.auth-brand p{color:hsl(var(--muted-foreground))}.auth-link{text-align:center;margin:1rem 0 0;font-size:.84rem}.auth-link a{color:hsl(var(--primary));font-weight:600}.form-note{padding:.65rem;border-radius:var(--radius);font-size:.74rem;color:hsl(var(--muted-foreground));background:hsl(var(--muted))}.access-card,.not-found,.owner-notice{max-width:520px;text-align:center}.access-card>svg,.not-found>svg,.owner-notice>svg{color:hsl(var(--primary));margin-bottom:1rem}.not-found h1{font-size:3rem;margin-bottom:0}.not-found .form-actions{justify-content:center}.tabs{display:flex;gap:.3rem;border-bottom:1px solid hsl(var(--border));margin-bottom:1rem;overflow-x:auto}.tabs button,.segmented button{border:0;background:none;color:hsl(var(--muted-foreground));padding:.7rem 1rem;display:flex;gap:.4rem;align-items:center;white-space:nowrap}.tabs button.active{color:hsl(var(--primary));border-bottom:2px solid hsl(var(--primary))}.segmented{display:grid;grid-template-columns:1fr 1fr;background:hsl(var(--muted));padding:.25rem;border-radius:var(--radius);margin:1rem 0}.segmented button{justify-content:center;border-radius:calc(var(--radius) - 2px)}.segmented button.active{background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:var(--shadow-sm)}.current-stock{padding:.8rem;border-radius:var(--radius);background:hsl(var(--muted))}.pos-layout{height:calc(100vh - 112px);min-height:600px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:1rem}.pos-products{min-width:0;overflow:auto}.pos-filters{display:flex;gap:.75rem;margin-bottom:1rem}.pos-filters .search-box{flex:1;max-width:none}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:.8rem}.product-tile{cursor:pointer;padding:1rem;transition:.2s;color:inherit;text-align:left;font:inherit;min-width:0}.product-tile:hover{border-color:hsl(var(--primary));transform:translateY(-2px)}.product-tile:disabled{opacity:.55;transform:none}.product-placeholder{height:95px;border-radius:var(--radius);background:linear-gradient(135deg,hsl(var(--primary) / .08),hsl(var(--primary) / .18));display:grid;place-items:center;font-size:2rem;font-weight:800;color:hsl(var(--primary));margin-bottom:.8rem}.product-tile h3{font-size:.9rem;margin-bottom:.3rem}.product-tile p{font-size:.75rem;color:hsl(var(--muted-foreground))}.product-tile>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.product-tile h3,.product-cell strong,.activity-list strong,.category-list strong,.receipt span{overflow-wrap:anywhere}.product-grid>.empty-state{grid-column:1 / -1}.cart-panel{padding:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cart-heading{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid hsl(var(--border))}.cart-heading h2{display:flex;gap:.5rem;margin:0;font-size:1rem}.cart-lines{padding:.75rem 1rem;flex:1;overflow:auto}.cart-line{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.8rem 0;border-bottom:1px solid hsl(var(--border))}.cart-line>div:first-child small{display:block}.cart-line label{grid-column:1;font-size:.7rem;color:hsl(var(--muted-foreground))}.cart-line label input{width:75px;min-height:30px;padding:.25rem .4rem;margin-left:.4rem}.quantity-control{display:flex;align-items:center;gap:.4rem}.quantity-control button{width:34px;height:34px;border:1px solid hsl(var(--border));border-radius:5px;background:hsl(var(--background));color:inherit;display:grid;place-items:center}.cart-summary{padding:1rem;border-top:1px solid hsl(var(--border))}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:.5rem}.cart-summary .cart-total{padding-top:.7rem;border-top:1px solid hsl(var(--border));font-size:1.05rem;margin-bottom:1rem}.change-line{padding:.7rem;background:hsl(var(--success) / .08);border-radius:var(--radius);display:flex;justify-content:space-between}.receipt>div{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0}.receipt>h2,.receipt>p{text-align:center}.receipt-total{font-size:1.05rem;padding-top:.8rem!important}.report-placeholder{text-align:center;padding:2rem;color:hsl(var(--muted-foreground))}.report-placeholder h3{color:hsl(var(--foreground))}.report-placeholder svg{color:hsl(var(--primary))}.owner-notice{margin:2rem auto}.category-list>div>div{flex:1}.category-color{width:18px;height:18px;border-radius:50%}.switch-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid hsl(var(--border))}.switch-row strong,.switch-row small{display:block}.switch-row input{width:18px;min-height:18px}.mobile-overlay,.sidebar-mobile{display:none}@media (max-width: 1180px){.stats-five,.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.pos-layout{height:auto;grid-template-columns:1fr}.cart-panel{min-height:520px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.desktop-sidebar{display:none}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;background:#0007}.sidebar-mobile{display:flex;position:fixed;left:0;top:0}.mobile-close{margin-left:auto}.navbar{padding:0 .75rem}.global-search,.store-switch span,.profile-copy{display:none}.page-container{padding:1rem}.page-header{flex-direction:column}.page-actions{width:100%}.form-grid{grid-template-columns:1fr}.stats-five{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.stats-grid,.stats-five{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.card{padding:1rem}.auth-card{padding:1.25rem}.table-footer{align-items:flex-start;flex-direction:column}}@media (max-width: 420px){.product-grid{grid-template-columns:1fr}.navbar-actions{min-width:0}.store-switch{max-width:150px}}@media (pointer: coarse){.button,.tabs button,.segmented button,.column-menu button,.store-menu button,.profile-menu button{min-height:44px}.icon-button{width:44px}.quantity-control button{width:44px;height:44px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{@page{size:auto;margin:4mm}html,body{background:#fff!important;color:#000!important;height:auto!important;overflow:visible!important}body>*{display:none!important}body>#receipt-print-root{display:block!important}#receipt-print-root .modal-backdrop{position:static;display:block;padding:0;background:#fff;height:auto}#receipt-print-root .modal{width:100%;max-width:none;max-height:none;overflow:visible;border:0;box-shadow:none;color:#000;background:#fff}#receipt-print-root .modal>header,#receipt-print-root .modal>footer,#receipt-print-root .form-actions,#receipt-print-root .receipt-toolbar{display:none!important}#receipt-print-root .modal-body{padding:0;overflow:visible}#receipt-print-root .restaurant-receipt{width:72mm;max-width:100%;margin:0;padding:0;border:0;color:#000;background:#fff;font-size:10pt}#receipt-print-root[data-paper="58"] .restaurant-receipt{width:50mm;font-size:9pt}#receipt-print-root[data-paper=a4] .restaurant-receipt{width:100%}.restaurant-receipt .receipt-item,.restaurant-receipt header,.restaurant-receipt footer{break-inside:avoid}}.plain-fieldset{min-width:0;border:0;padding:0;margin:0}.inline-category{display:flex;align-items:flex-end;gap:.75rem;margin:.5rem 0 1rem}.inline-category .field{flex:1;margin:0}.restaurant-check{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0}.restaurant-check input{width:20px;min-height:20px;flex:0 0 20px;accent-color:hsl(var(--primary));margin-top:2px}.restaurant-check strong,.restaurant-check small{display:block}.restaurant-check small{color:hsl(var(--muted-foreground));margin-top:.25rem;line-height:1.5}.menu-extra{border-top:1px solid hsl(var(--border));padding-top:1rem;margin-top:1rem}.menu-extra summary{cursor:pointer;font-weight:600;min-height:36px}.menu-extra p{font-size:.85rem;line-height:1.5;margin-bottom:1rem}.menu-overview,.pos-page-heading,.sales-filters{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.menu-overview p{margin:0}.menu-overview span{color:hsl(var(--muted-foreground));margin:0 .5rem}.category-tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:.75rem}.category-tabs .button{flex-shrink:0}.category-tabs .button[aria-pressed=true],.order-type .button[aria-pressed=true]{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.menu-image{display:grid;place-items:center;height:90px;background:hsl(var(--muted));color:hsl(var(--primary));border-radius:var(--radius);overflow:hidden;font-size:1.6rem;font-weight:700;margin-bottom:.75rem}.menu-image img{width:100%;height:100%;object-fit:cover}.product-cell .menu-image{width:42px;height:42px;flex:0 0 42px;font-size:.9rem;margin:0}.product-cell>div:last-child{min-width:0}.product-cell small{max-width:260px;overflow-wrap:anywhere}.restaurant-pos{height:calc(100dvh - 184px);min-height:600px;grid-template-columns:minmax(0,1fr) 400px}.restaurant-pos .product-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}.pos-page-heading h1{font-size:1.7rem;margin-bottom:.3rem}.pos-page-heading p{margin-bottom:0}.mobile-order-jump{display:none}#current-order{scroll-margin-top:80px}@media screen{#receipt-print-root .modal{display:flex;flex-direction:column}#receipt-print-root .modal-body{overflow-y:auto;min-height:0}#receipt-print-root .modal>header,#receipt-print-root .modal>footer{flex-shrink:0}#receipt-print-root .receipt-actions{margin:0;width:100%}}.restaurant-tile>div:last-child{align-items:flex-start;flex-direction:column}.restaurant-tile h3{line-height:1.4}.restaurant-tile p{margin-bottom:.5rem}.restaurant-tile:disabled{opacity:.7}.order-details{padding:1rem;border-bottom:1px solid hsl(var(--border))}.order-type{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-bottom:.75rem}.order-type .button{padding:.6rem .25rem;font-size:.8rem}.order-details .form-grid{gap:.5rem}.order-details .field{margin:0}.restaurant-cart-line{grid-template-columns:minmax(0,1fr) auto auto;gap:.65rem}.restaurant-cart-line .cart-item-name{grid-column:1 / 3}.restaurant-cart-line .quantity-control{grid-column:1;grid-row:2;justify-self:start}.restaurant-cart-line .cart-discount{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:.2rem}.restaurant-cart-line .cart-discount input{margin:0;width:65px}.restaurant-cart-line .cart-line-total{grid-column:3;grid-row:1;align-self:start;font-size:.85rem}.restaurant-cart-line>.button{grid-column:3;grid-row:2;justify-self:end;align-self:end}.sales-filters .category-tabs{margin:0}.sales-filters select{max-width:200px}.receipt-toolbar{margin-bottom:1rem}.receipt-toolbar p{font-size:.8rem}.restaurant-receipt{width:100%;max-width:360px;margin:0 auto;padding:1.25rem;border:1px solid hsl(var(--border));color:#111;background:#fff;font-size:.8rem;overflow-wrap:anywhere}.restaurant-receipt header{text-align:center;border-bottom:1px dashed #aaa;padding-bottom:.8rem}.restaurant-receipt header h2{font-size:1.2rem;margin:0 0 .4rem}.restaurant-receipt header p{margin:.2rem 0;color:#333;font-size:inherit}.restaurant-receipt header>strong{display:block;margin-top:.6rem;letter-spacing:.06em}.restaurant-receipt dl{margin:.8rem 0}.restaurant-receipt dl>div,.receipt-item>div{display:flex;justify-content:space-between;gap:.75rem;margin:.35rem 0}.restaurant-receipt dd{margin:0;text-align:right}.receipt-meta dt{flex-shrink:0}.receipt-items{border-top:1px dashed #aaa;border-bottom:1px dashed #aaa}.receipt-item{padding:.5rem 0}.receipt-item>div strong:last-child{flex-shrink:0}.receipt-item p{font-size:.75rem;margin:.2rem 0}.restaurant-receipt .receipt-grand-total{border-top:1px dashed #aaa;border-bottom:1px dashed #aaa;padding:.6rem 0;font-weight:700;font-size:1.05rem}.restaurant-receipt footer{border-top:1px dashed #aaa;padding-top:.8rem;text-align:center}.restaurant-receipt footer p{margin:.3rem 0 0}.receipt-note{white-space:pre-wrap}@media (max-width: 1000px){.mobile-order-jump{display:flex;width:100%;margin-bottom:1rem}.restaurant-pos{grid-template-columns:1fr;height:auto;min-height:0}.restaurant-pos .cart-panel{min-height:460px}.restaurant-pos .cart-lines{max-height:460px}}@media (max-width: 560px){.menu-overview,.sales-filters{align-items:flex-start;flex-direction:column;gap:.5rem}.pos-page-heading{align-items:flex-start;flex-direction:column;gap:.35rem}.restaurant-pos .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-tile{padding:.75rem}.restaurant-tile .badge{white-space:normal}.restaurant-pos .cart-panel{padding:0}.inline-category{flex-direction:column;align-items:stretch}.restaurant-receipt{padding:1rem}}.menu-size-row{padding-block:1rem;border-bottom:1px solid hsl(var(--border))}.menu-size-row:last-of-type{margin-bottom:1rem}.menu-size-row .muted{font-size:.82rem;overflow-wrap:anywhere}.size-options{display:grid;gap:.75rem}.size-options .button{justify-content:space-between;gap:1rem;text-align:left}.size-option-name{display:grid;gap:.25rem}.size-option-name small{font-weight:400}.recipe-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:12px;align-items:end;margin-bottom:16px}.inventory-summary{margin:0 0 24px;color:hsl(var(--muted-foreground))}.inventory-summary strong{color:hsl(var(--foreground));font-variant-numeric:tabular-nums}@media (max-width: 640px){.recipe-row{grid-template-columns:minmax(0,1fr)}.recipe-row>button{justify-self:start}}:root{--background: 222 38% 97%;--foreground: 219 42% 15%;--card: 0 0% 100%;--primary: 224 72% 51%;--radius: .875rem;--border: 219 32% 91%;--muted-foreground: 220 17% 42%}.dark{--background: 219 30% 9%;--card: 219 29% 15%;--popover: 219 29% 15%;--foreground: 221 57% 96%;--primary: 222 100% 77%;--primary-foreground: 219 42% 15%;--border: 216 25% 25%;--input: 216 25% 40%;--accent: 219 28% 22%;--muted: 219 28% 20%;--muted-foreground: 218 25% 74%}body{background:hsl(var(--background))}.tablet-shell{min-height:100dvh}.restaurant-header{height:76px;display:flex;align-items:center;gap:12px;padding:0 28px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card));position:sticky;top:0;z-index:100}.restaurant-brand{display:flex;align-items:center;gap:10px;margin-right:auto}.restaurant-brand>span{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:#2859da;border-radius:13px}.restaurant-brand strong{display:block;font-size:19px;letter-spacing:-.7px}.restaurant-brand small{display:block;font-size:9px;letter-spacing:2.1px;font-weight:700;margin-top:2px}.restaurant-name{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-main{padding:28px 32px 124px;max-width:1600px;margin:auto}.desktop-rail{display:none}.page-header{margin-bottom:24px;gap:20px}.page-header h1,.pos-page-heading h1{font-size:clamp(25px,2.4vw,32px);font-weight:750;letter-spacing:-1px}.page-header p{max-width:650px;font-size:14px;line-height:1.6}.card.MuiPaper-root{border:1px solid hsl(var(--border));border-radius:16px;box-shadow:0 3px 18px #10234803}.stats-grid{gap:16px;margin-bottom:24px}.stat-card{padding:22px}.stat-card strong{font-variant-numeric:tabular-nums;letter-spacing:-.6px}.stat-icon{border-radius:12px;color:hsl(var(--primary))}.badge{font-size:11px;border-radius:7px;font-weight:650;padding:5px 8px;text-transform:none}.button.MuiButton-root{min-height:46px;border-radius:10px;font-size:14px;text-transform:none;flex-shrink:0}.button.MuiButton-root.button-ghost{background:transparent}.button.MuiButton-root.icon-button{min-width:46px;width:46px;padding:0}.MuiButton-root:hover{transform:none}.MuiButton-root:focus-visible{outline:3px solid #91afff;outline-offset:2px}.MuiInputBase-root input,.MuiInputBase-root textarea,.MuiInputBase-root select{border:0;border-radius:0;background:transparent;box-shadow:none;min-height:0;color:inherit;width:100%}.MuiInputBase-root input:focus,.MuiInputBase-root textarea:focus,.MuiInputBase-root select:focus{outline:none}.MuiInputBase-root textarea{resize:none}.MuiInputBase-root input[type=checkbox]{width:auto}.MuiInputBase-root .MuiInputBase-input{font-size:16px}.MuiFormControl-root.material-field,.material-field{margin-block:10px;width:100%}.form-grid{gap:12px 20px;align-items:start}.form-grid>.material-field{min-width:0}.MuiFormHelperText-root{line-height:1.5}.MuiInputLabel-root{background:transparent}.MuiDialog-root .MuiDialog-paper{max-height:calc(100dvh - 48px)}.MuiDialog-root .MuiDialog-paperFullScreen{max-height:100dvh;border-radius:0}.MuiDialogTitle-root.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 16px;border-bottom:1px solid hsl(var(--border));flex-shrink:0}.dialog-heading h2{margin:0 0 6px;font-size:22px;font-weight:720;letter-spacing:-.5px}.dialog-heading p{margin:0;font-size:14px;font-weight:400;color:hsl(var(--muted-foreground));line-height:1.5}.MuiDialogContent-root.dialog-content{padding:20px 24px;overscroll-behavior:contain}.MuiDialogActions-root.dialog-footer{padding:16px 24px;border-top:1px solid hsl(var(--border));background:hsl(var(--card));flex-wrap:wrap;gap:8px;flex-shrink:0}.dialog-footer .form-actions{margin:0;padding:0;width:100%}.dialog-content>form>.form-actions{position:sticky;bottom:-20px;background:hsl(var(--card));padding:16px 0;margin-bottom:-20px;z-index:1}.form-note{padding:12px 14px;background:hsl(var(--muted));border:0;border-radius:10px;font-size:13px;line-height:1.6}.menu-extra{padding:18px 0;border-top:1px solid hsl(var(--border));margin-top:18px}.menu-extra h3{font-size:15px;margin-bottom:12px}.menu-extra summary{cursor:pointer;font-weight:650;padding:8px 0;min-height:44px}.menu-extra>.MuiToggleButtonGroup-root{width:100%}.menu-extra>.MuiToggleButtonGroup-root>button{flex:1}.restaurant-check{display:flex;align-items:center;gap:12px;padding:14px 0}.restaurant-check small{display:block;font-size:13px;line-height:1.5}.restaurant-check .MuiSwitch-root{flex-shrink:0}.restaurant-check input{width:100%}.menu-size-row{padding:14px;margin-top:14px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--background))}.menu-size-row .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-dock{position:fixed;bottom:0;left:0;right:0;background:hsl(var(--card));padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid hsl(var(--border));z-index:110;box-shadow:0 -4px 24px #10234808}.bottom-dock .MuiBottomNavigation-root{height:80px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));max-width:850px;margin:auto;background:transparent}.bottom-dock .MuiBottomNavigationAction-root{min-width:0;max-width:none;gap:5px;color:hsl(var(--muted-foreground));padding:12px 6px}.bottom-dock .MuiBottomNavigationAction-root.Mui-selected{color:hsl(var(--primary))}.bottom-dock .MuiBottomNavigationAction-label,.bottom-dock .MuiBottomNavigationAction-label.Mui-selected{font-size:12px;font-weight:650}.bottom-dock .Mui-selected .MuiSvgIcon-root{background:hsl(var(--primary) / .1);border-radius:8px;box-sizing:content-box;padding:4px 12px;margin-block:-4px}.bottom-dock .order-fab{position:absolute;left:50%;top:-22px;transform:translate(-50%);width:62px;height:62px;box-shadow:0 5px 16px #2859da38;border:5px solid hsl(var(--card))}.order-fab-label{position:absolute;left:50%;top:48px;transform:translate(-50%);font-size:12px;font-weight:700}.cashier-dock .MuiBottomNavigationAction-root:first-child{grid-column:1 / 3}.more-drawer{width:min(400px,100vw);padding:24px 16px}.more-heading{display:flex;justify-content:space-between;align-items:center;padding:8px 8px 24px;border-bottom:1px solid hsl(var(--border))}.more-heading h2{font-size:21px;margin:0 0 5px}.more-heading p{margin:0;color:hsl(var(--muted-foreground))}.more-drawer .MuiListItemButton-root{border-radius:12px;margin-block:6px;min-height:58px}.more-drawer .MuiListItemIcon-root{min-width:40px}.connection-alert{margin-bottom:20px}.eyebrow{font-size:10px;font-weight:750;letter-spacing:1.7px;color:hsl(var(--primary))}.pos-page-heading{margin-bottom:20px;align-items:center}.pos-page-heading h1{margin:4px 0}.pos-page-heading p{margin-bottom:0;font-size:14px}.restaurant-pos{grid-template-columns:minmax(0,1fr) 360px;height:calc(100dvh - 290px);min-height:450px;gap:24px}.pos-products{display:flex;flex-direction:column;gap:16px;min-width:0;padding-top:8px}.pos-products>.MuiTextField-root{flex-shrink:0}.category-tabs{margin:0;padding-bottom:4px;flex-shrink:0}.category-tabs{scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.restaurant-header .Mui-disabled .restaurant-name{color:hsl(var(--foreground))}.restaurant-header .Mui-disabled>.MuiSvgIcon-root{display:none}.dark .badge-success{color:#72cfaf;background:#72cfaf18}.dark .badge-warning{color:#f3ca75;background:#f3ca7518}.dark .badge-danger{color:#faa;background:#ffaaaa18}.category-tabs .button{border-radius:24px;padding-inline:18px;min-height:42px}.restaurant-pos .product-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:14px;align-content:start;overflow-y:auto;padding:2px}.restaurant-tile{padding:14px;text-align:left;position:relative;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px}.restaurant-tile h3{font-size:15px;margin:12px 0 5px;line-height:1.4;padding-right:18px}.restaurant-tile>p{font-size:12px;margin-bottom:12px}.restaurant-tile>div:last-of-type{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.restaurant-tile>div:last-of-type>strong{font-size:14px}.restaurant-tile .menu-image{height:76px;margin:0;background:hsl(var(--primary) / .06);border:0;color:hsl(var(--primary))}.restaurant-tile:disabled{opacity:.55}.restaurant-tile:active:not(:disabled){transform:scale(.98)}.tile-add{position:absolute;right:12px;top:101px;border-radius:50%;background:hsl(var(--primary) / .1);color:hsl(var(--primary));display:grid;place-items:center;width:28px;height:28px}.cart-panel{border-radius:16px}.cart-heading{padding:16px;border-bottom:1px solid hsl(var(--border))}.cart-heading h2{margin:0;font-size:17px;display:flex;gap:8px;align-items:center}.cart-lines{padding-inline:16px}.cart-summary{padding:18px;background:hsl(var(--card));border-top:1px solid hsl(var(--border))}.restaurant-cart-line{gap:10px;padding-block:18px}.cart-item-name strong{font-size:14px}.cart-discount{max-width:115px}.cart-discount .MuiButton-root{font-size:12px;min-height:42px;padding:6px}.quantity-control button{width:44px;height:44px;display:grid;place-items:center;border-radius:10px}.quantity-control span{min-width:20px;text-align:center;font-weight:650}.cart-discount .MuiInputBase-root input{margin:0;width:100%}.payment-methods{width:100%;margin-bottom:26px}.payment-methods .MuiToggleButton-root{flex:1;flex-direction:column;gap:8px;padding:14px 8px}.cash-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.change-line{padding:16px;background:hsl(var(--muted));border-radius:10px;font-size:18px}.MuiDialog-paper.cart-sheet{border-radius:20px}.cart-sheet .cart-panel{min-height:380px;max-height:calc(100dvh - 80px)}.cart-sheet .cart-lines{overflow-y:auto}.cart-sheet .cart-summary{flex-shrink:0}.order-summary-bar.MuiButton-root,.mobile-sort{display:none}.receipt-logo-editor{display:flex;align-items:center;gap:20px;padding:12px 0 28px}.receipt-logo-editor>img,.receipt-logo-empty{width:88px;height:88px;object-fit:contain;flex-shrink:0;padding:8px;background:#fff;border:1px solid hsl(var(--border));border-radius:12px}.receipt-logo-empty{display:grid;place-items:center;color:#59677e}.receipt-logo{display:block;width:auto;max-width:140px;height:auto;max-height:80px;object-fit:contain;margin:0 auto 12px}.restaurant-receipt p,.receipt-footer-message{white-space:pre-line;overflow-wrap:anywhere}@media (max-width: 599px){.receipt-logo-editor{align-items:flex-start;flex-direction:column}}@media (max-width: 999px){.mobile-sort{display:flex;align-items:center;gap:12px;margin-bottom:20px}.mobile-sort .MuiTextField-root{max-width:300px}}.table-toolbar{gap:14px;margin-bottom:20px}.table-toolbar .MuiTextField-root{max-width:460px}table{font-size:14px}th{font-size:12px;font-weight:700;color:hsl(var(--muted-foreground));background:hsl(var(--background))}td{padding:17px 12px}td strong{font-weight:650}.sort-button{min-height:44px}.table-footer{font-size:12px;padding-top:18px}.data-mobile-list{display:none}.menu-overview{margin-bottom:20px}.menu-overview a{color:hsl(var(--primary));font-weight:600}.settings-panel .form-actions{position:sticky;bottom:90px;background:hsl(var(--card));padding-block:14px}.auth-card{border-radius:24px;padding:36px}.auth-brand h1{letter-spacing:-.8px}.auth-page{min-height:100dvh;background:hsl(var(--background))}@media (min-width: 1400px){.bottom-dock{display:none}.desktop-rail{display:flex;position:fixed;top:76px;bottom:0;width:92px;padding:20px 10px;flex-direction:column;gap:10px;background:hsl(var(--card));border-right:1px solid hsl(var(--border))}.desktop-rail a,.desktop-rail button{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 4px;background:transparent;border:0;border-radius:12px;color:hsl(var(--muted-foreground));font-size:11px}.desktop-rail [aria-current=page],.desktop-rail .rail-order{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.restaurant-main{margin-left:92px;padding-bottom:36px;max-width:none}.restaurant-pos{height:calc(100dvh - 235px)}.settings-panel .form-actions{bottom:0}}@media (max-width: 999px){.restaurant-pos{grid-template-columns:1fr;height:auto;min-height:0}.restaurant-pos .product-grid{overflow:visible}.restaurant-main:has(.restaurant-pos){padding-bottom:184px}.order-summary-bar.MuiButton-root{display:flex;justify-content:space-between;position:fixed;bottom:calc(99px + env(safe-area-inset-bottom,0px));left:24px;right:24px;width:calc(100% - 48px);z-index:105;min-height:54px;box-shadow:0 5px 20px #17223820}.data-table-wrap .table-scroll{display:none}.data-mobile-list{display:grid;gap:12px}.data-mobile-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;border:1px solid hsl(var(--border));border-radius:12px}.data-mobile-row>div:first-child{grid-column:1/-1}.data-mobile-label{display:block;font-size:11px;color:hsl(var(--muted-foreground));margin-bottom:5px}.data-mobile-row .row-actions{justify-content:flex-start}.data-mobile-row>div{min-width:0;overflow-wrap:anywhere}}@media (max-width: 599px){.restaurant-header{height:64px;padding-inline:14px;gap:4px}.restaurant-brand>div{display:none}.restaurant-brand>span{width:36px;height:36px}.restaurant-name{max-width:180px}.restaurant-main{padding:20px 16px 118px}.page-header{align-items:flex-start;flex-direction:column;gap:12px}.page-actions{width:100%}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{padding:14px}.stat-card strong{font-size:20px}.stat-icon{display:none}.stat-card .muted{font-size:11px}.stat-title{font-size:12px}.form-grid,.menu-size-row .form-grid{grid-template-columns:1fr}.MuiDialogContent-root.dialog-content,.MuiDialogTitle-root.dialog-heading{padding:18px}.MuiDialogActions-root.dialog-footer{padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px))}.dialog-footer>.MuiButton-root{flex:1;margin-left:0}.dialog-heading h2{font-size:20px}.table-toolbar{flex-wrap:wrap}.table-toolbar .MuiTextField-root{flex:1 1 100%}.card{padding:16px}.restaurant-pos .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.restaurant-tile{padding:12px}.tile-add{right:8px}.restaurant-tile h3{font-size:14px}.restaurant-tile .badge{white-space:normal}.order-summary-bar.MuiButton-root{left:16px;right:16px;width:calc(100% - 32px)}.MuiDialog-paper.cart-sheet{margin:12px;width:calc(100% - 24px)}.auth-card{padding:24px}.receipt-toolbar{flex-direction:column}.receipt-actions{flex-wrap:wrap}}@media print{body>:not(#receipt-print-root){display:none!important}#receipt-print-root.MuiDialog-root{position:static!important}#receipt-print-root .MuiBackdrop-root,#receipt-print-root .dialog-heading,#receipt-print-root .dialog-footer,#receipt-print-root .receipt-toolbar{display:none!important}#receipt-print-root .MuiDialog-container{display:block!important;height:auto!important}#receipt-print-root .MuiDialog-paper{display:block!important;position:static!important;margin:0!important;padding:0!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;overflow:visible!important;box-shadow:none!important;border:0!important;background:#fff!important;color:#000!important}#receipt-print-root .dialog-content{padding:0!important;overflow:visible!important}}
