.business-logo-thumbnail{width:80px;height:80px;border-radius:4px;object-fit:cover;flex-shrink:0}.product-thumbnail{width:60px;height:60px;border-radius:4px;object-fit:cover;flex-shrink:0}.badge{font-size:.7rem;background-color:#d0ebff;color:#1a4a70;border-radius:10px;padding:2px 8px;font-weight:600;width:fit-content;white-space:nowrap}.badge-pending{background-color:#fff3cd;color:#856404}.badge-executed{background-color:#d4edda;color:#155724}.badge-canceled{background-color:#f8d7da;color:#721c24}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:max(.5rem,env(safe-area-inset-top,.5rem)) max(.5rem,env(safe-area-inset-right,.5rem)) max(.5rem,env(safe-area-inset-bottom,.5rem)) max(.5rem,env(safe-area-inset-left,.5rem));box-sizing:border-box}.modal-card{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 30px #00000040;overflow:hidden;box-sizing:border-box}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#1e293b;color:#fff;border-bottom:1px solid #334155;flex-shrink:0}.modal-title,.modal-header h2,.modal-header h3,.modal-header h4{flex:1;font-weight:700;font-size:1.1rem;color:#fff;margin:0}.btn-close,.close-btn{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b;font-size:1.25rem;font-weight:700;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;padding:0;flex-shrink:0;margin-left:12px}.btn-close:active,.close-btn:active{background:#f87171;color:#7f1d1d}:root{--top-menu-bg: #007bff;--primary-color: #007bff;--secondary-color: #6c757d;--success-color: #28a745;--money-color: #28a745;--danger-color: lightcoral;--execute-confirm-color: #2e9e4f;--action-danger-color: #d64c42;--warning-color: #ffc107;--info-color: #17a2b8;--light-color: #f8f9fa;--dark-color: #343a40;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-primary-selected: #333}html{height:100%;overflow:hidden}body{margin:0;height:100%;overflow:hidden;font-family:var(--font-family-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:16px;width:100%;flex:1;min-height:0;overflow-y:auto}button{margin:0 .5rem;padding:.4rem 1.2rem;border:none;background-color:#e0e0e0;color:#333;cursor:pointer;transition:background-color .3s,color .3s;font-size:1rem;border-radius:5px}button.active{background-color:#333;color:#fff}select{font-size:.95rem;padding:.4rem .5rem}select option{font-size:.95rem}.col-expand-collapse{display:flex;width:10%;align-items:center;justify-content:center;cursor:pointer}.exp-col-icon{width:18px;height:18px;stroke:#1f2937;display:block}.card-button{margin-left:10px;margin:0!important;height:40px;padding:8px 16px!important;display:flex;align-items:center;justify-content:center}.execute-button{background-color:green;font-weight:700;color:#fff;height:40px;padding:8px 16px!important;display:flex;align-items:center;justify-content:center}.shopping-cart-color{background-color:#4278f5;color:#fff}.cart-blink,.cart-blink .btn,app-icon-button.cart-blink .btn,.btn-catalog-cart.cart-blink .btn{animation:cart-button-blink .4s ease-in-out 2;transition:transform .2s ease-in-out,background-color .2s ease-in-out}@keyframes cart-button-blink{0%{background-color:var(--top-menu-bg, var(--primary-color, #007bff));color:#fff;transform:scale(1)}50%{background-color:#fff;color:#2563eb;border-color:#2563eb;transform:scale(1.15)}to{background-color:var(--top-menu-bg, var(--primary-color, #007bff));color:#fff;transform:scale(1)}}.execute-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.cancel-danger-button{background-color:var(--danger-color);font-weight:700;background-color:#e53935;color:#fff;height:40px;padding:8px 16px!important;display:flex;align-items:center;justify-content:center}.cancel-danger-button:disabled{background-color:#ef9a9a;cursor:not-allowed}.strong-label{font-weight:700}.single-row{display:flex;flex-direction:row;width:100%}.modal-backdrop{position:fixed;inset:0;width:100%;height:100%;background-color:#fffc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;animation:fadeIn .3s ease;display:flex;align-items:center;justify-content:center}.pop-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;width:90%;max-width:600px;max-height:85vh;background:#fafad2;color:#000;padding-top:0;padding-bottom:16px;border-radius:8px;box-shadow:0 4px 12px #0000004d;text-align:center;z-index:1000;overflow-y:auto;pointer-events:auto;opacity:0;transition:opacity .3s ease}.pop-panel.show{opacity:1}.pop-panel.error{background-color:var(--danger-color);color:#000}.mbr-table{margin:7px;padding:7px;border:darkgray 1px solid;border-radius:10px}.col-label{width:50%;font-weight:700}.col-value{width:50%}.flex-h-center{justify-content:center}.flex-v-center{align-items:center}.no-image{width:100%;height:120px;display:flex;align-items:center;justify-content:center}.table-scroll-wrapper{flex:1;min-height:0;overflow-y:auto}.table-style{display:none}.table-grid{display:flex;flex-direction:column;width:100%;border:1px solid #ddd;border-radius:8px;background-color:#fff;overflow:hidden;box-sizing:border-box}.table-grid-header{display:grid;background-color:#e8e8e8;font-weight:700;border-bottom:2px solid #ddd;position:sticky;top:0;z-index:10;box-sizing:border-box}.table-grid-header>div{padding:6px 8px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;border-right:1px solid #ddd}.table-grid-header>div:last-child{border-right:none}.table-grid-body{display:flex;flex-direction:column;box-sizing:border-box}.table-grid-row{display:grid;border-bottom:1px solid #ddd;align-items:stretch;box-sizing:border-box;background-color:#fff}.table-grid-row:last-child{border-bottom:none}.table-grid-row>div{padding:4px 8px;min-width:0;display:flex;align-items:center;box-sizing:border-box;border-right:1px solid #ddd}.table-grid-row>div:last-child{border-right:none}.grid-center{justify-content:center;text-align:center}.grid-right{justify-content:flex-end;text-align:right}.order-grid-cols{grid-template-columns:1fr 92px 85px}.order-grid-cols>.grid-center,.order-grid-cols>div.grid-center{padding-left:2px;padding-right:2px}.cart-grid-cols{grid-template-columns:1fr 60px 80px 90px}.order-total{display:flex;align-items:center;justify-content:center;gap:15px;font-weight:700;font-size:1.2em;padding:10px 5px;flex-wrap:wrap;flex-shrink:0}.total-text{white-space:nowrap}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:none;-moz-appearance:textfield;appearance:textfield}.placeholder-image{background-color:#eee;border-radius:4px}.btn-action-height{height:40px}.btn-toolbar-height{height:50px}.clean-data{background-color:var(--danger-color);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.clean-data:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.collect-orders{background-color:#87cefa;font-weight:700}.collect-orders:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.reports-page{display:flex;flex-direction:column;height:100%}.date-selection{display:flex;width:100%;align-items:center;justify-content:space-around}.report-header-label{font-weight:700;font-size:larger;padding-left:5px;padding-right:5px}.reports-page input[type=date]{height:28px;padding:0 5px;margin-top:6px;font-size:1.25rem;font-weight:500;border:1px solid darkgray;border-radius:8px;display:inline-flex;align-items:center}.reports-content{height:80%;overflow-y:auto}.reports-table{width:100%;border:1px solid darkgray;border-collapse:separate;border-spacing:0}.reports-table thead th{position:sticky;top:0;z-index:10;background-color:#87cefa;color:#fff;border-bottom:1px solid darkgray}.reports-headers{background-color:#87cefa;color:#fff}.quantity{text-align:center}.highlight-row{background-color:#fff3cd!important;border-left:4px solid #ffc107;font-weight:700}.csa-container{outline:1px solid darkgray;border-radius:8px;overflow:hidden;width:100%;box-sizing:border-box}.admin-edit-color{background-color:#ff9800!important;color:#fff!important}.btn-floating-bottom-right{position:fixed;bottom:3.3rem;right:.2rem;padding:.65rem 1.1rem;border:none;border-radius:24px;cursor:pointer;font-weight:700;font-size:.9rem;box-shadow:0 3px 8px #00000040;z-index:50;transition:background-color .2s ease,box-shadow .2s ease}.btn-floating-bottom-left{position:fixed;bottom:3.3rem;left:.2rem;padding:.65rem 1.1rem;border:none;border-radius:24px;cursor:pointer;font-weight:700;font-size:.9rem;box-shadow:0 3px 8px #00000040;z-index:50;transition:background-color .2s ease,box-shadow .2s ease}.btn-floating-cart{position:fixed;top:105px;right:.2rem;padding:.65rem 1.1rem;border:none;border-radius:24px;cursor:pointer;font-weight:700;font-size:.9rem;box-shadow:0 3px 8px #00000040;z-index:50;transition:background-color .2s ease,box-shadow .2s ease}.btn-floating-top-right{position:fixed;top:11rem;right:.2rem;padding:.65rem 1.1rem;border:none;border-radius:24px;cursor:pointer;font-weight:700;font-size:.9rem;box-shadow:0 3px 8px #00000040;z-index:50;transition:background-color .2s ease,box-shadow .2s ease}.btn-floating-top-left{position:fixed;top:11rem;left:.2rem;padding:.65rem 1.1rem;border:none;border-radius:24px;cursor:pointer;font-weight:700;font-size:.9rem;box-shadow:0 3px 8px #00000040;z-index:50;transition:background-color .2s ease,box-shadow .2s ease}.trash-container{display:flex;align-items:center;justify-content:center;background-color:var(--danger-color);border-radius:5px;cursor:pointer;width:40px;height:40px;margin:0 8px;padding:0 4px}.trash-container svg{color:#fff;width:28px;height:28px}.top-bar{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;min-height:52px;padding:2px 4px;gap:2px}.top-menu{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.top-menu-button{flex:1 1 0px;min-width:0;height:95%;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;color:#fff;padding:2px 1px;border-radius:4px;transition:all .2s ease;font-weight:700;box-sizing:border-box}.top-menu-button.active{background-color:var(--color-primary-selected);color:#fff}.top-menu-button.active svg{color:#fff}.top-menu-button svg{color:#fff;width:clamp(25px,7vw,38px);height:clamp(25px,7vw,38px);display:block;flex-shrink:0}.top-menu-button span{font-size:clamp(.72rem,2.6vw,.98rem);margin-top:2px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.icon-with-badge{position:relative;display:inline-flex;align-items:center;justify-content:center}.cart-badge{position:absolute;top:-4px;right:-8px;background-color:#ef4444;color:#fff;font-size:.68rem;font-weight:800;min-width:17px;height:17px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #00000040;border:1.5px solid #ffffff;line-height:1;box-sizing:border-box}.app-gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.table-section,.report-table-scroll{overflow-x:auto;overflow-y:auto;max-height:min(65vh,calc(100vh - 180px));-webkit-overflow-scrolling:touch}.reports-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.8rem}.reports-headers th,.reports-table thead th{position:sticky;top:0;z-index:2;background:var(--surface-ground, #f1f5f9);color:var(--text-secondary, #475569);font-weight:600;font-size:.76rem;text-align:left;padding:.25rem .4rem;white-space:nowrap;border-bottom:1px solid var(--surface-border, #e2e8f0)}.reports-headers th:first-child,.reports-table thead th:first-child{border-top-left-radius:6px}.reports-headers th:last-child,.reports-table thead th:last-child{border-top-right-radius:6px}.reports-table tbody tr{transition:background-color .15s ease}.reports-table tbody tr:hover{background-color:var(--surface-hover, #f8fafc)}.reports-table td{padding:.25rem .4rem;border-bottom:1px solid var(--surface-border, #f1f5f9);color:var(--text-color, #334155);line-height:1.25}.reports-table .text-right{text-align:right}.reports-table .quantity{font-weight:600;color:#2563eb}.reports-table .amount{font-weight:600;color:#059669}.reports-table .empty-state{text-align:center;color:var(--text-secondary, #94a3b8);padding:2rem 1rem;font-style:italic}.app-main-title,.app-title-xl{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.25rem,2.4vw,1.65rem);font-weight:600;color:#0f172a;line-height:1.3;letter-spacing:-.015em;margin:0 0 .4rem;text-align:center}.app-section-title,.app-title-lg{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;color:#1e293b;line-height:1.35;letter-spacing:-.01em;margin:0 0 .35rem}.app-card-title,.app-title-md{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(.98rem,1.6vw,1.15rem);font-weight:500;color:#1e293b;line-height:1.35;margin:0 0 .3rem}.app-subtitle,.app-text-lead{font-size:clamp(.88rem,1.4vw,1rem);font-weight:400;line-height:1.5;color:#475569;margin:0 0 .4rem}
