*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}#root{max-width:100%;margin:0;padding:0}.coming-soon{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:2rem}.coming-soon-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center;color:#fff}.logo-img{width:140px;height:140px;object-fit:contain;margin-bottom:1rem;cursor:pointer;filter:drop-shadow(0 0 20px rgba(255,180,50,.4))}.coming-soon-card h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.5px}.tagline{color:#fff9;font-size:1rem;margin-bottom:2rem}.coming-msg{background:#ffc8321a;border:1px solid rgba(255,200,50,.3);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem}.coming-badge{display:inline-block;background:#f39c12;color:#1a1a2e;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}.coming-msg p{color:#fffc;font-size:.95rem;line-height:1.6;margin:0}.info-block{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border-radius:12px;padding:.875rem 1.25rem;text-align:left}.info-icon{font-size:1.5rem;flex-shrink:0}.address-link{color:#ffffffd9;text-decoration:none;font-size:.9rem;line-height:1.5;transition:color .2s}.address-link:hover{color:#f39c12;text-decoration:underline}.whatsapp-link{color:#2ecc71;text-decoration:none;font-size:.95rem;font-weight:600;transition:color .2s}.whatsapp-link:hover{color:#27ae60;text-decoration:underline}@media(max-width:480px){.coming-soon-card{padding:2rem 1.5rem}.coming-soon-card h1{font-size:2rem}}.admin-container{max-width:1400px;margin:0 auto;padding:2rem}.delivery-alert-banner{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;background:#e74c3c;color:#fff;padding:.85rem 1.5rem;font-size:1.1rem;font-weight:700;animation:alert-pulse 1s ease-in-out infinite alternate}@keyframes alert-pulse{0%{background:#e74c3c}to{background:#c0392b}}.delivery-alert-ack{background:#fff;color:#e74c3c;border:none;border-radius:6px;padding:.4rem 1.2rem;font-weight:700;font-size:.95rem;cursor:pointer}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:0}.admin-tab{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#666;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s;margin-bottom:-2px}.admin-tab:hover{color:#2874a6}.admin-tab.active{color:#2874a6;border-bottom-color:#3498db}.last-update{color:#666;font-size:.9rem;margin:0 0 1rem;font-style:italic}.admin-section{margin-bottom:3rem}.admin-section-title{color:#2874a6;font-size:1.8rem;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:3px solid #3498db}.admin-loading,.admin-error{text-align:center;padding:2rem;font-size:1.2rem}.admin-error{color:#c62828;background:#ffcdd2;border-radius:8px}.orders-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.orders-section{background:#f8f9fa;border-radius:12px;padding:1.5rem}.section-title{margin:0 0 1rem;padding:.8rem;border-radius:8px;font-size:1.3rem;text-align:center}.section-title.status-pending{background:#fff3cd;color:#856404}.section-title.status-preparing{background:#cce5ff;color:#004085}.section-title.status-delivering{background:#d4edda;color:#155724}.section-title.status-completed{background:#e2e3e5;color:#383d41}.no-orders{text-align:center;padding:2rem;color:#666;font-style:italic}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:box-shadow .3s}.order-card:hover{box-shadow:0 4px 16px #00000026}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;cursor:pointer;background:#fff;border:none;width:100%;text-align:left}.order-header:hover{background:#f8f9fa}.order-main-info h3{margin:0 0 .5rem;color:#2874a6;font-size:1.2rem;display:flex;align-items:center;gap:10px}.order-table{background:#6c757d;color:#fff;font-size:12px;font-weight:600;padding:3px 8px;border-radius:4px}.order-total-preview{font-size:1.1rem;font-weight:700;color:#28a745;margin-right:12px;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.order-fee-badge{font-size:.75rem;font-weight:500;color:#888}.order-meta{display:flex;gap:1rem;font-size:.9rem;color:#666}.customer-name{font-weight:600}.order-advance-btn{display:block;width:100%;background:#28a745;color:#fff;border:none;border-top:1px solid rgba(0,0,0,.08);padding:.65rem 1rem;border-radius:0 0 8px 8px;font-size:.9rem;font-weight:700;cursor:pointer;text-align:center;transition:background .2s}.order-advance-btn:hover:not(:disabled){background:#218838}.order-advance-btn:disabled{opacity:.6;cursor:not-allowed}.expand-button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#3498db;padding:.5rem}.order-details{padding:1.2rem;border-top:2px solid #f0f0f0;background:#fafbfc}.order-info-grid{display:grid;gap:.8rem;margin-bottom:1rem}.info-item{font-size:.95rem;line-height:1.6}.info-item strong{color:#555}.order-items{margin:1rem 0;padding:1rem;background:#fff;border-radius:8px}.order-items h4{margin:0 0 .8rem;color:#333}.order-items ul{margin:0;padding-left:1.5rem}.order-items li{margin-bottom:.5rem;color:#555}.order-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.order-action-btn{width:100%;border:none;padding:.75rem 1rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s,transform .15s;text-align:center;text-decoration:none;display:block}.order-action-btn:hover:not(:disabled){transform:translateY(-1px)}.order-action-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.order-action-move{background:#28a745;color:#fff}.order-action-move:hover:not(:disabled){background:#218838}.order-action-secondary{background:#e8f1fb;color:#2874a6}.order-action-secondary:hover{background:#d0e4f7}.order-action-secondary.link-copied{background:#d4edda;color:#155724}.order-action-secondary.link-copied:hover{background:#c3e6cb}.order-action-whatsapp{background:#25d366;color:#fff}.order-action-whatsapp:hover{background:#1ebe59}.order-action-delete{background:#fce8ea;color:#c0392b}.order-action-delete:hover{background:#f9d0d3}.order-action-delete.delete-confirm{background:#e74c3c;color:#fff;animation:delete-confirm-pulse .3s ease}.order-action-delete.delete-confirm:hover{background:#c0392b}.tracking-link{color:#2874a6;font-weight:600}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.table-card-admin{background:#fff;border:4px solid;border-radius:12px;padding:1rem;text-align:center}.table-card-header{display:flex;flex-direction:column;gap:8px;align-items:center}.table-number{font-size:1.5rem;font-weight:700;color:#333}.table-status-badge{color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:12px}.table-order-info{margin-top:12px;padding-top:12px;border-top:1px solid #eee}.table-order-total{font-size:1.2rem;font-weight:700;color:#28a745}.table-customer{font-size:.9rem;color:#666;margin-top:4px}.caixa-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.summary-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #0000001a}.summary-value{font-size:1.8rem;font-weight:700;color:#2874a6}.summary-label{font-size:.9rem;color:#666;margin-top:.5rem}.caixa-breakdowns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.breakdown-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.breakdown-section h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.breakdown-list{display:flex;flex-direction:column;gap:.75rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee}.breakdown-item:last-child{border-bottom:none}.breakdown-label{font-weight:500;color:#333}.breakdown-count{color:#666;font-size:.9rem}.breakdown-total{font-weight:600;color:#28a745}.caixa-orders{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.caixa-orders h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.orders-table{width:100%;border-collapse:collapse;font-size:.95rem}.orders-table th,.orders-table td{padding:.75rem .5rem;text-align:left;border-bottom:1px solid #eee}.orders-table th{background:#f8f9fa;font-weight:600;color:#333}.orders-table tbody tr:hover{background:#f8f9fa}.clickable-row{cursor:pointer}.order-detail-row td{background:#f8f9fa;padding:.5rem 1rem!important}.accounting-order-items{list-style:none;margin:0;padding:0}.accounting-order-items li{padding:.25rem 0;font-size:.9rem;color:#444}.accounting-order-items li em{color:#888}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.status-badge.status-pending{background:#fff3cd;color:#856404}.status-badge.status-preparing{background:#cce5ff;color:#004085}.status-badge.status-delivering{background:#d4edda;color:#155724}.status-badge.status-completed{background:#e2e3e5;color:#383d41}.paid-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.paid-badge.paid-yes{background:#d4edda;color:#155724}.paid-badge.paid-no{background:#f8d7da;color:#721c24}.order-total-cell{font-weight:600;color:#28a745}.today-sessions-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem;max-width:600px;border:2px solid #fff3cd}.today-sessions-card h3{margin:0 0 .5rem;color:#856404;font-size:1.2rem}.today-sessions-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.today-session-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;gap:1rem}.today-session-info{display:flex;flex-direction:column;gap:.25rem}.today-session-time{font-weight:600;color:#333}.today-session-balance{font-size:.9rem;color:#666}.session-btn-reopen{background:#ffc107;color:#212529;white-space:nowrap}.session-btn-reopen:hover:not(:disabled){background:#e0a800}.session-form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;max-width:480px;margin-bottom:2rem}.session-form-card h3{margin:0 0 .5rem;color:#333;font-size:1.3rem}.session-form-desc{color:#666;font-size:.95rem;margin:0 0 1.5rem}.session-form-row{margin-bottom:1rem}.session-form-row label{display:block;font-weight:600;color:#333;margin-bottom:.4rem;font-size:.95rem}.session-form-row input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;outline:none;box-sizing:border-box}.session-form-row input:focus{border-color:#3498db}.session-btn{width:100%;padding:.9rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s;margin-top:.5rem}.session-btn:disabled{opacity:.6;cursor:not-allowed}.session-btn-open{background:#28a745;color:#fff}.session-btn-open:hover:not(:disabled){background:#218838}.session-btn-close{background:#dc3545;color:#fff}.session-btn-close:hover:not(:disabled){background:#c82333}.session-close-card{margin-top:2rem;border:2px solid #f8d7da}.session-active-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.session-active-header{display:flex;align-items:center;gap:1rem}.session-active-badge{background:#28a745;color:#fff;padding:6px 14px;border-radius:20px;font-weight:600;font-size:.9rem}.session-active-since{color:#666;font-size:.9rem}.session-active-balance{font-weight:600;color:#2874a6;font-size:1.1rem}.session-closed-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;max-width:480px}.session-closed-summary h3{margin:0 0 1rem;color:#333}.session-summary-grid{display:flex;flex-direction:column;gap:.5rem}.session-info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee;font-size:.95rem}.session-info-row:last-child{border-bottom:none}.session-difference{font-weight:700;font-size:1.05rem;padding-top:.75rem;margin-top:.25rem;border-top:2px solid #ddd}.session-difference.positive{color:#28a745}.session-difference.negative{color:#dc3545}.cardapio-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cardapio-header .admin-section-title{margin-bottom:0}.cardapio-add-btn{background:#28a745;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s}.cardapio-add-btn:hover{background:#218838}.cardapio-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.cardapio-section h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.cardapio-table{width:100%;border-collapse:collapse;font-size:.95rem}.cardapio-table th,.cardapio-table td{padding:.75rem .5rem;text-align:left;border-bottom:1px solid #eee}.cardapio-table th{background:#f8f9fa;font-weight:600;color:#333}.cardapio-table tbody tr:hover{background:#f8f9fa}.item-unavailable{opacity:.5}.item-name-cell{display:flex;align-items:center;gap:.5rem}.item-thumb{width:36px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0}.photo-upload-area{display:flex;flex-direction:column;gap:.5rem}.photo-pick-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border:2px dashed #b0c4d8;border-radius:10px;background:#f5f9fd;color:#2874a6;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .2s,background .2s;width:fit-content}.photo-pick-btn:hover{border-color:#3498db;background:#ebf5fb}.photo-pick-icon{font-size:1.1rem}.photo-preview-wrap{display:flex;align-items:flex-end;gap:.6rem}.photo-preview{width:100px;height:75px;object-fit:cover;border-radius:8px;border:2px solid #d0e8f5;display:block}.photo-preview-actions{display:flex;flex-direction:column;gap:.4rem}.photo-change-btn{display:inline-block;padding:.35rem .75rem;background:#3498db;color:#fff;border-radius:7px;font-size:.82rem;font-weight:600;cursor:pointer;text-align:center;transition:background .2s}.photo-change-btn:hover{background:#2874a6}.photo-remove-btn{background:none;border:1.5px solid #e74c3c;color:#e74c3c;border-radius:7px;padding:.35rem .75rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.photo-remove-btn:hover{background:#fdecea}.veg-badge{background:#d4edda;color:#155724;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.toggle-btn{border:none;padding:4px 12px;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.toggle-on{background:#d4edda;color:#155724}.toggle-on:hover{background:#c3e6cb}.toggle-off{background:#f8d7da;color:#721c24}.toggle-off:hover{background:#f1b0b7}.cardapio-actions{display:flex;gap:.5rem}.action-btn{border:none;padding:4px 10px;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.edit-btn{background:#cce5ff;color:#004085}.edit-btn:hover{background:#b8daff}.delete-btn{background:#f8d7da;color:#721c24}.delete-btn:hover{background:#f1b0b7}.delete-btn.delete-confirm{background:#e74c3c;color:#fff;animation:delete-confirm-pulse .3s ease}.delete-btn.delete-confirm:hover{background:#c0392b}@keyframes delete-confirm-pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}.admin-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.admin-modal{background:#fff;border-radius:12px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.admin-modal h3{margin:0 0 1.5rem;color:#333;font-size:1.3rem}.menu-form{display:flex;flex-direction:column;gap:1rem}.menu-form-row label{display:block;font-weight:600;color:#333;margin-bottom:.3rem;font-size:.95rem}.menu-form-row input[type=text],.menu-form-row input[type=number],.menu-form-row textarea,.menu-form-row select{width:100%;padding:.6rem .8rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;outline:none;box-sizing:border-box}.menu-form-row input:focus,.menu-form-row textarea:focus,.menu-form-row select:focus{border-color:#3498db}.menu-form-checkbox label{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.menu-form-checkbox input[type=checkbox]{width:18px;height:18px}.menu-form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.menu-form-cancel{background:#e2e3e5;color:#383d41;border:none;padding:.7rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.menu-form-cancel:hover{background:#d6d8db}.menu-form-save{background:#3498db;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.menu-form-save:hover{background:#2980b9}.report-subtabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.report-subtab{padding:.5rem 1.2rem;font-size:.95rem;font-weight:600;color:#666;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.report-subtab:hover{background:#e0e0e0;color:#333}.report-subtab.active{background:#3498db;color:#fff}.order-actions-cell{display:flex;gap:.4rem;flex-wrap:wrap}.finalize-btn{background:#d4edda;color:#155724}.finalize-btn:hover{background:#c3e6cb}.paid-btn{background:#cce5ff;color:#004085}.paid-btn:hover{background:#b8daff}.monthly-chart{display:flex;align-items:flex-end;gap:.5rem;height:250px;padding:1rem 0}.monthly-chart .chart-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.chart-bar-wrapper{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%}.chart-bar-value-top{font-size:.7rem;color:#333;font-weight:600;margin-bottom:4px;white-space:nowrap}.date-range-nav{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.date-range-field{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:#555}.date-range-field input[type=date]{padding:.5rem .8rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem;font-weight:500;color:#333;background:#fff}.date-nav-btn{background:#3498db;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s}.date-nav-btn:hover:not(:disabled){background:#2980b9}.date-nav-btn:disabled{background:#ccc;cursor:not-allowed}.date-display-header{text-align:center;font-size:1.1rem;font-weight:600;color:#333;text-transform:capitalize;margin-bottom:1.5rem}.accounting-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.accounting-section h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.hourly-chart{display:flex;align-items:flex-end;gap:.5rem;height:200px;padding:1rem 0;overflow-x:auto}.chart-bar-container{display:flex;flex-direction:column;align-items:center;min-width:50px;height:100%}.chart-bar{background:linear-gradient(180deg,#3498db,#2980b9);width:40px;min-height:4px;border-radius:4px 4px 0 0;display:flex;justify-content:center;align-items:flex-start;padding-top:4px;transition:height .3s;position:relative}.chart-bar:hover{background:linear-gradient(180deg,#2980b9,#1a5276)}.chart-bar-value{font-size:.7rem;color:#fff;font-weight:600;white-space:nowrap}.chart-label{font-size:.8rem;color:#666;margin-top:.5rem;font-weight:500}.table-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.table-stat-card{background:#f8f9fa;border-radius:8px;padding:1rem;text-align:center}.table-stat-number{font-size:1.1rem;font-weight:700;color:#2874a6;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.table-stat-row{display:flex;justify-content:space-between;font-size:.9rem;color:#555;margin-bottom:.25rem}.table-stat-total{font-weight:600;color:#28a745}.top-items-list{display:flex;flex-direction:column;gap:.5rem}.top-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px}.top-item-rank{font-weight:700;color:#2874a6;min-width:30px}.top-item-name{flex:1;font-weight:500;color:#333}.top-item-qty{font-weight:600;color:#28a745;background:#d4edda;padding:4px 10px;border-radius:4px}.alert-audio-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.alert-audio-name{font-size:.9rem;color:#333;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-audio-none{color:#888;font-style:italic}.alert-audio-upload-btn,.alert-audio-test-btn,.alert-audio-remove-btn{padding:.45rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;white-space:nowrap}.alert-audio-upload-btn{background:#667eea;color:#fff}.alert-audio-upload-btn:hover{background:#5a67d8}.alert-audio-test-btn{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.alert-audio-test-btn:hover{background:#c8e6c9}.alert-audio-remove-btn{background:#fee;color:#c00;border:1px solid #f5c6c6}.alert-audio-remove-btn:hover{background:#fcc}.alert-audio-sink-row{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;flex-wrap:wrap}.alert-audio-sink-label{font-size:.85rem;color:#555;white-space:nowrap}.alert-audio-sink-select{flex:1;min-width:180px;padding:.4rem .6rem;border:1px solid #ccc;border-radius:6px;font-size:.85rem;background:#fff;cursor:pointer}.driver-admin-card{max-width:760px;background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 2px 10px #00000014}.driver-admin-copy h3{margin:0 0 .5rem;color:#333;font-size:1.2rem}.driver-admin-copy p{margin:0 0 1.5rem;color:#666;line-height:1.5}.driver-feedback{margin-bottom:1rem;padding:.9rem 1rem;border-radius:10px;font-weight:600}.driver-feedback-success{background:#d4edda;color:#155724}.driver-feedback-error{background:#f8d7da;color:#721c24}.driver-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.driver-form-field{display:flex;flex-direction:column;gap:.45rem}.driver-form-field span{font-size:.95rem;font-weight:600;color:#444}.driver-form-field input{border:1px solid #d7dce2;border-radius:10px;padding:.85rem .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.driver-form-field input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1f}.driver-form-field-full{grid-column:1 / -1}.driver-form-actions{grid-column:1 / -1;display:flex;gap:.75rem;justify-content:flex-end}.driver-form-actions button:disabled{opacity:.7;cursor:not-allowed}.driver-refresh-btn{background:#eef3f7;color:#335;border:1px solid #d7dce2;border-radius:10px;padding:.85rem 1rem;font-weight:600;cursor:pointer}.driver-list-section{margin-top:2rem;border-top:1px solid #eceff3;padding-top:1.5rem}.driver-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.driver-list-header h3{margin:0;color:#333}.driver-list-header span{color:#666;font-size:.95rem}.driver-list{display:flex;flex-direction:column;gap:.9rem}.driver-list-card{border:1px solid #e6eaef;border-radius:12px;padding:1rem;background:#fafbfd}.driver-list-main{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.driver-list-name{font-size:1.05rem;font-weight:700;color:#2c3e50}.driver-list-meta{color:#667;font-size:.9rem;margin-top:.25rem}.driver-status{padding:.35rem .7rem;border-radius:999px;font-size:.85rem;font-weight:700}.driver-status.online{background:#d4edda;color:#155724}.driver-status.offline{background:#e9ecef;color:#495057}.driver-list-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;color:#444;font-size:.95rem}.driver-change-password-btn{margin-top:.75rem;background:none;border:1px solid #adb5bd;border-radius:6px;padding:.35rem .75rem;font-size:.85rem;color:#495057;cursor:pointer}.driver-change-password-btn:hover{background:#f1f3f5}.driver-password-form{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.driver-password-input{padding:.45rem .75rem;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;width:100%;box-sizing:border-box}.driver-password-actions{display:flex;gap:.5rem}@media(max-width:768px){.orders-sections{grid-template-columns:1fr}.tables-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.caixa-summary{grid-template-columns:repeat(2,1fr)}.caixa-breakdowns{grid-template-columns:1fr}.orders-table{font-size:.85rem}.orders-table th,.orders-table td{padding:.5rem .25rem}.cardapio-header{flex-direction:column;align-items:flex-start;gap:1rem}.cardapio-table{font-size:.85rem}.cardapio-table th,.cardapio-table td{padding:.5rem .25rem}.admin-modal{width:95%;padding:1.5rem}.date-range-nav{gap:.75rem}.date-display-header{font-size:1rem}.hourly-chart{height:150px}.chart-bar-container{min-width:40px}.chart-bar{width:30px}.table-stats-grid{grid-template-columns:repeat(2,1fr)}.driver-form{grid-template-columns:1fr}.driver-form-actions{justify-content:stretch}.driver-form-actions button{width:100%}.driver-list-header,.driver-list-main,.driver-list-fields{grid-template-columns:1fr;flex-direction:column}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.tracking-view{padding:1.5rem}.tracking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.tracking-header h3{margin:0;color:#2874a6;font-size:1.3rem}.tracking-loading{text-align:center;color:#999;padding:2rem}.tracking-step-summary{display:grid;gap:.7rem;margin-bottom:1rem}.tracking-step-current,.tracking-step-next{padding:.9rem 1rem;border-radius:10px;background:#f7f9fb}.tracking-step-current{background:#eef6fb}.tracking-step-summary-label{display:block;margin-bottom:.25rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7a89}.tracking-step-summary-value{display:block;font-size:1.05rem;font-weight:800;color:#0b4f71}.tracking-step-summary-muted{color:#98a2ad;font-weight:700}.tracking-step-pulse{animation:tracking-pulse 1.5s ease-in-out infinite}@keyframes tracking-pulse{0%,to{opacity:1}50%{opacity:.45}}.tracking-status{text-align:center;font-weight:700;font-size:1.15rem;padding:.8rem 1rem;border-radius:8px;margin-bottom:1.2rem}.status-pending{background:#fff3cd;color:#856404}.status-preparing{background:#cce5ff;color:#004085}.status-delivering{background:#d4edda;color:#155724}.status-completed{background:#c3e6cb;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.tracking-share{margin-bottom:1rem;padding:1rem;border:1px solid #d9e2ec;border-radius:10px;background:#f8fbff}.tracking-share-label{margin:0 0 .6rem;font-size:.95rem;color:#466;font-weight:600}.tracking-share-row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.tracking-share-row input{flex:1 1 260px;min-width:0;padding:.65rem .75rem;border:1px solid #ccd6e0;border-radius:8px;background:#fff}.tracking-share-row button,.tracking-share-row a{border:none;border-radius:8px;padding:.7rem .95rem;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer}.tracking-share-row button{background:#3498db;color:#fff}.tracking-share-row a{background:#25d366;color:#fff}.tracking-map-section{margin-bottom:1rem}.tracking-map-header{margin-bottom:.5rem;font-weight:700;color:#345}.tracking-map{height:280px;border-radius:10px;border:1px solid #d9e2ec;z-index:0}.tracking-map-legend{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.6rem;color:#567;font-size:.9rem}.tracking-map-legend-item{display:inline-flex;align-items:center;gap:.4rem}.tracking-map-legend-icon{font-size:1rem}.tracking-map-icon-wrapper{background:transparent;border:none}.tracking-map-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;border:2px solid white;box-shadow:0 10px 20px #11182738;font-size:1rem}.tracking-map-icon:after{content:"";position:absolute;left:50%;bottom:-8px;width:10px;height:10px;background:inherit;transform:translate(-50%) rotate(45deg);border-right:2px solid white;border-bottom:2px solid white;z-index:-1}.tracking-map-icon-restaurant{position:relative;background:#cf4f1b}.tracking-map-icon-customer{position:relative;background:#2f7d32}.tracking-map-icon-driver{position:relative;background:#2874a6}.tracking-panel{margin-bottom:1rem;padding:.9rem 1rem;border-radius:8px;background:#f7f9fb;color:#445}.tracking-listing{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1rem}.searching-animation{display:flex;flex-direction:column;align-items:center;padding:1rem 0 .5rem;gap:.75rem}.searching-radar{position:relative;width:64px;height:64px}.searching-center{position:absolute;display:flex;align-items:center;justify-content:center;width:48px;height:48px;inset:50% 0 0 50%;transform:translate(-50%,-50%);background:#3498db;border-radius:50%;font-size:1.3rem;z-index:1;box-shadow:0 2px 8px #3498db66}.searching-ring{position:absolute;top:50%;left:50%;width:48px;height:48px;border-radius:50%;border:2px solid #3498db;transform:translate(-50%,-50%);opacity:0;animation:radar-ring 2.1s ease-out infinite}.searching-ring:nth-child(1){animation-delay:0s}.searching-ring:nth-child(2){animation-delay:.7s}.searching-ring:nth-child(3){animation-delay:1.4s}@keyframes radar-ring{0%{width:48px;height:48px;opacity:.7}to{width:130px;height:130px;opacity:0}}.searching-text{margin:0;font-weight:600;color:#2874a6;font-size:1rem}.searching-dots:after{content:"";animation:dots 1.5s steps(4,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.tracking-warning{margin-top:.75rem;padding:.75rem .9rem;border-radius:8px;background:#fff3cd;color:#856404;font-weight:600}.offer-price{font-size:1rem;margin:.5rem 0}.counter-offers{margin-top:.8rem}.counter-offers h4{margin:0 0 .5rem;font-size:.95rem;color:#444}.counter-offer-row{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f9f9f9;border-radius:6px;margin-bottom:.4rem;font-size:.95rem}.counter-offer-row span{flex:1}.btn-accept{background:#27ae60;color:#fff;border:none;padding:.3rem .7rem;border-radius:6px;cursor:pointer;font-size:.85rem}.btn-reject{background:#e74c3c;color:#fff;border:none;padding:.3rem .7rem;border-radius:6px;cursor:pointer;font-size:.85rem}.raise-offer{display:flex;flex-direction:column;gap:.4rem;margin-top:.8rem}.raise-slider-header{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#555}.raise-slider-header strong{font-size:1.1rem;color:#27ae60}.raise-slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#999}.fee-slider{width:100%;accent-color:#3498db;cursor:pointer}.raise-offer button{background:#3498db;color:#fff;border:none;padding:.6rem .8rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:.2rem}.tracking-assignment{border:1px solid #c3e6cb;border-radius:8px;padding:1rem;margin-bottom:1rem}.tracking-assignment p{margin:.3rem 0}.driver-card{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.driver-card-icon{font-size:2.2rem;line-height:1}.driver-card-info{display:flex;flex-direction:column;gap:.2rem}.driver-card-name{font-size:1.1rem;font-weight:700;color:#1a5276}.driver-card-vehicle{font-size:.9rem;color:#555}.driver-card-phone{font-size:.95rem;color:#2874a6;text-decoration:none;font-weight:600}.driver-card-phone:hover{text-decoration:underline}.confirmation-code-box{display:flex;flex-direction:column;align-items:center;background:#fff8e1;border:2px solid #ffc107;border-radius:10px;padding:.75rem 1rem;margin-top:.75rem;gap:.2rem}.confirmation-code-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.confirmation-code-digits{font-size:2.5rem;font-weight:800;letter-spacing:.3em;color:#1a5276}.confirmation-code-hint{font-size:.8rem;color:#666}.pill-green{display:inline-block;background:#d4edda;color:#155724;padding:.3rem .7rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-top:.5rem}.pill-yellow{display:inline-block;background:#fff3cd;color:#856404;padding:.3rem .7rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-top:.5rem}.tracking-complete{text-align:center;padding:1rem}.tracking-complete p{font-size:1.1rem;color:#27ae60;font-weight:600;margin-bottom:1rem}.tracking-complete button{background:#3498db;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem}.action-msg{margin-top:.8rem;padding:.6rem;background:#e8f4fd;border-radius:6px;text-align:center;font-size:.9rem;color:#2874a6}@media(max-width:640px){.tracking-share-row,.raise-offer,.counter-offer-row{flex-direction:column;align-items:stretch}}.address-map-container{margin-bottom:1rem}.gps-button{width:100%;background:#3498db;color:#fff;border:none;padding:.8rem 1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:.75rem}.gps-button:hover{background:#2874a6}.address-map{height:250px;border-radius:8px;border:2px solid #e0e0e0;z-index:0}.moto-marker-icon{background:none!important;border:none!important}.driver-map-wrap{max-width:760px;margin-bottom:1.5rem}.driver-map{width:100%;height:420px;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.driver-map-no-location{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.85rem;color:#666}.driver-map-no-loc-name{background:#f0f0f0;border-radius:6px;padding:.2rem .6rem;color:#444}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-box{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #00000040;width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem}.login-title{margin:0 0 .5rem;color:#333;text-align:center;font-size:2rem;font-weight:800}.login-nav,.login-form{display:flex;flex-direction:column;gap:.75rem}.login-form input{width:100%;padding:.9rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.login-form input:focus{outline:none;border-color:#667eea}.login-nav-btn{width:100%;padding:.9rem 1rem;border:2px solid #667eea;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;background:#fff;color:#667eea;transition:background .2s,color .2s}.login-nav-btn:hover:not(:disabled){background:#f0f0ff}.login-nav-btn--primary{background:#667eea;color:#fff}.login-nav-btn--primary:hover:not(:disabled){background:#5a67d8}.login-nav-btn--primary:disabled{background:#a0aec0;border-color:#a0aec0;cursor:not-allowed}.login-nav-btn--ghost{border-color:#ddd;color:#888}.login-nav-btn--ghost:hover{background:#f5f5f5}.login-error{padding:.8rem;background:#fee;color:#c00;border-radius:6px;text-align:center;font-weight:500;font-size:.9rem}.navbar{background:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:1rem}.navbar-logo img{height:60px;width:auto;border-radius:8px}.navbar-logo h1{color:#2874a6;font-size:1.8rem;font-weight:700;margin:0}.navbar-menu{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.navbar-menu button{background:transparent;border:none;color:#333;font-size:1.1rem;padding:.5rem 1.5rem;cursor:pointer;border-radius:8px;transition:all .3s ease;font-weight:500}.navbar-menu button:hover{background:#f0f8ff;color:#3498db}.navbar-menu button.active{background:#e3f2fd;color:#2874a6;font-weight:600}.navbar-menu button.logout-button{background:#e74c3c;color:#fff}.navbar-menu button.logout-button:hover{background:#c0392b;color:#fff}@media(max-width:768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-logo h1{font-size:1.5rem}.navbar-menu{flex-wrap:wrap;justify-content:center}.navbar-menu button{font-size:1rem;padding:.4rem 1rem}}.pos-app{--color-bg: #f5f5f5;--color-surface: #ffffff;--color-surface-alt: #f0f0f0;--color-border: #e0e0e0;--color-text: #1a1a1a;--color-text-muted: #666666;--color-primary: #e63946;--color-primary-hover: #c5303c;--color-success: #2d9c4a;--color-success-hover: #248a3d;--color-warning: #f5a623;--color-warning-hover: #d4911f;--color-danger: #dc3545;--color-danger-hover: #bb2d3b;--color-info: #0d6efd;--color-info-hover: #0b5ed7;--radius: 12px;--radius-sm: 8px;--color-table-free: #2d9c4a;--color-table-occupied: #f5a623;--color-table-waiting: #e63946;display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--color-bg);color:var(--color-text)}.pos-main{flex:1;overflow:hidden}.pos-app button{border:none;cursor:pointer;font-family:inherit}.pos-navbar{display:flex;align-items:center;background:var(--color-surface);padding:0 16px;height:56px;border-bottom:1px solid var(--color-border);flex-shrink:0}.pos-navbar-brand{font-size:20px;font-weight:700;color:var(--color-primary);margin-right:32px;white-space:nowrap}.pos-navbar-tabs{display:flex;gap:4px;flex:1}.pos-tab{padding:12px 24px;font-size:16px;font-weight:600;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-sm);transition:background .15s,color .15s}.pos-tab:active{background:var(--color-surface-alt)}.pos-tab.active{background:var(--color-surface-alt);color:var(--color-text)}.pos-navbar-logout{padding:10px 20px;font-size:14px;font-weight:600;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-sm);margin-left:auto}.pos-navbar-logout:active{background:var(--color-danger);color:#fff}@media(max-width:600px){.pos-navbar{padding:0 8px}.pos-navbar-brand{font-size:16px;margin-right:12px}.pos-tab{padding:10px 12px;font-size:14px}.pos-navbar-logout{padding:8px 12px;font-size:13px}}@media(max-width:400px){.pos-navbar-brand{display:none}.pos-tab{padding:10px;font-size:13px}}.table-map-container{display:flex;height:100%;position:relative}.table-map-left{flex:1;display:flex;flex-direction:column;overflow:hidden}.table-grid{display:flex;flex-wrap:wrap;gap:12px;padding:16px;align-content:flex-start;overflow-y:auto}.table-map-menu{flex:1;overflow:hidden;border-top:1px solid var(--color-border)}.table-map-right{width:360px;flex-shrink:0;background:var(--color-surface);border-left:1px solid var(--color-border);position:relative}.table-map-right.hidden-mobile{display:none}.order-panel{display:flex;flex-direction:column;height:100%}.order-panel-header{padding:16px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.add-items-btn{width:56px;height:56px;font-size:32px;font-weight:700;background:var(--color-success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;margin:0 auto 12px;box-shadow:0 4px 12px #0003}.add-items-btn:active{background:var(--color-success-hover)}.order-item-row.pending{border:2px solid var(--color-warning)}.order-item-qty-static{font-size:14px;color:var(--color-text-muted);min-width:30px;text-align:center}.order-item-deliver{min-width:36px;height:28px;padding:0 6px;font-size:13px;font-weight:600;background:#e8e8e8;color:#333;border-radius:6px;border:none;cursor:pointer}.order-item-deliver:disabled{opacity:.4;cursor:default}.order-item-deliver:not(:disabled):active{background:#ccc}.pending-divider{text-align:center;font-size:12px;font-weight:600;color:var(--color-warning);padding:8px 0;text-transform:uppercase}.order-panel-total{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.order-panel-total .total-row{display:flex;justify-content:space-between;font-size:18px;font-weight:600}.order-panel-total .paid-row{font-size:14px;font-weight:500;color:#27ae60}.order-panel-total .remaining-row{font-size:20px;font-weight:700;color:var(--color-primary)}.btn-primary:disabled{opacity:.5}.btn-success:disabled{opacity:.5}.btn-warning{background:var(--color-warning);color:#000}.btn-warning:disabled{opacity:.5}.btn-secondary:disabled{opacity:.5}.btn-info{background:var(--color-info)}.btn-info:active{background:var(--color-info-hover)}.btn-info:disabled{opacity:.5}@media(max-width:800px){.table-map-right{position:fixed;top:56px;right:0;bottom:0;width:100%;max-width:400px;z-index:50;box-shadow:-4px 0 20px #00000080;transform:translate(100%);transition:transform .2s ease}.table-map-right.visible{transform:translate(0)}.table-map-right.hidden-mobile{display:block;transform:translate(100%)}.table-grid{padding:12px;gap:10px}}.panel-close-btn{display:none;position:absolute;top:12px;right:12px;width:36px;height:36px;font-size:20px;font-weight:700;background:var(--color-surface-alt);color:var(--color-text);border-radius:50%;z-index:10}@media(max-width:800px){.panel-close-btn{display:flex;align-items:center;justify-content:center}.order-panel-header{padding-right:60px}}.table-map-overlay{display:none}@media(max-width:800px){.table-map-overlay{display:block;position:fixed;inset:56px 0 0;background:#00000080;z-index:40}}.menu-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:200;padding:16px}.menu-modal{background:var(--color-surface);border-radius:var(--radius);width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.menu-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--color-border)}.menu-modal-header h3{font-size:18px;font-weight:600}.menu-modal-close{width:36px;height:36px;font-size:18px;font-weight:700;background:var(--color-surface-alt);color:var(--color-text);border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-modal-close:active{background:var(--color-danger);color:#fff}.menu-modal-content{flex:1;overflow-y:auto;padding:0}.table-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-surface);border:4px solid;border-radius:var(--radius);padding:20px 16px;flex:1 1 calc(20% - 12px);min-width:80px;max-width:140px;min-height:90px;gap:6px;transition:transform .1s}.table-card:active{transform:scale(.95)}.table-card.selected{box-shadow:0 0 0 3px var(--color-primary)}.table-card-number{font-size:32px;font-weight:700;line-height:1}.table-card-status{font-size:12px;font-weight:600;text-transform:uppercase}@media(max-width:600px){.table-card{flex:1 1 calc(25% - 10px);min-width:70px;padding:16px 12px}.table-card-number{font-size:28px}}.menu-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.menu-tabs{display:flex;gap:4px;padding:8px;border-bottom:1px solid var(--color-border);flex-shrink:0}.menu-tab{flex:1;min-width:0;padding:10px 6px;font-size:16px;font-weight:600;background:var(--color-surface-alt);color:var(--color-text);border-radius:var(--radius-sm)}.menu-tab.active{background:var(--color-primary);color:#fff}.menu-tab:active{opacity:.8}.half-selection-info{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--color-primary);color:#fff;font-size:14px}.half-cancel-btn{width:28px;height:28px;font-size:14px;font-weight:700;background:#fff3;color:#fff;border-radius:50%}.half-cancel-btn:active{background:#fff6}.half-instruction{padding:10px 12px;background:var(--color-warning);color:#000;font-size:14px;font-weight:600;text-align:center}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;padding:12px;overflow-y:auto;flex:1}.bebida-btn .menu-item-price{font-size:16px;color:var(--color-success);font-weight:600}.qty-row{display:flex;align-items:center;gap:6px;margin-top:6px}.qty-btn{width:32px;height:32px;font-size:18px;font-weight:700;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.qty-btn:active{background:var(--color-primary);color:#fff}.qty-value{font-size:16px;font-weight:700;min-width:24px;text-align:center}.menu-item-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-surface-alt);color:var(--color-text);border-radius:var(--radius-sm);padding:16px 8px;min-height:80px;gap:6px;transition:transform .1s}.menu-item-btn:active{transform:scale(.95);background:var(--color-primary)}.menu-item-btn.selected{background:var(--color-primary);color:#fff}.menu-item-btn.selected .menu-item-prices{color:#fffc}.menu-item-name{font-size:15px;font-weight:600;text-align:center;line-height:1.2}.menu-item-prices{display:flex;gap:10px;font-size:12px;color:var(--color-text-muted)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;padding:20px}.size-selector{background:var(--color-surface);border-radius:var(--radius);padding:24px;width:100%;max-width:360px;display:flex;flex-direction:column;gap:20px}.size-selector h3{font-size:20px;font-weight:600;color:var(--color-text);text-align:center;margin:0}.size-buttons{display:flex;flex-direction:row;gap:16px}.size-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 16px;background:var(--color-surface-alt);color:var(--color-text);border-radius:var(--radius);min-height:100px}.size-btn:active{background:var(--color-primary);color:#fff}.size-label{font-size:42px;font-weight:700;line-height:1}.size-price{font-size:16px;font-weight:600;color:var(--color-text-muted)}.size-btn:active .size-price{color:#ffffffe6}.size-notes{width:100%;padding:14px 16px;font-size:16px;border:2px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);outline:none}.size-notes:focus{border-color:var(--color-primary)}.size-notes::placeholder{color:var(--color-text-muted)}.size-cancel{width:100%;padding:14px;font-size:16px;font-weight:600;background:var(--color-surface-alt);color:var(--color-text-muted);border-radius:var(--radius-sm)}.size-cancel:active{background:var(--color-danger);color:#fff}.payment-modal{background:var(--color-surface);border-radius:var(--radius);padding:24px;width:400px;max-width:95vw}.payment-modal h3{font-size:22px;margin-bottom:16px;text-align:center}.payment-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.payment-header h3{margin-bottom:0;flex:1;text-align:left}.payment-back{width:40px;height:40px;font-size:24px;background:var(--color-surface-alt);color:var(--color-text);border-radius:50%;display:flex;align-items:center;justify-content:center}.payment-back:active{background:var(--color-border)}.payment-summary{background:var(--color-surface-alt);border-radius:var(--radius-sm);padding:12px;margin-bottom:16px}.payment-row{display:flex;justify-content:space-between;font-size:16px;padding:8px 0}.payment-row:first-child{font-size:20px;font-weight:700}.payment-row.paid{color:var(--color-success)}.payment-row.tip-row{font-size:15px}.tip-toggle{display:flex;align-items:center;gap:8px;cursor:pointer}.tip-toggle input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-success)}.tip-disabled{color:var(--color-text-muted);text-decoration:line-through}.payment-row.total-row{font-size:20px;font-weight:700;border-top:1px solid var(--color-border);margin-top:8px;padding-top:12px}.payment-row.remaining-row{border-top:1px solid var(--color-border);margin-top:8px;padding-top:12px;font-weight:600}.paid-full{color:var(--color-success)}.remove-payment{margin-left:8px;width:24px;height:24px;font-size:16px;background:var(--color-danger);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.payment-remaining{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.remaining-label{font-size:14px;color:var(--color-text-muted)}.remaining-value{font-size:28px;font-weight:700;color:var(--color-warning)}.payment-amount-input{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.payment-amount-input .currency{font-size:28px;font-weight:600;color:var(--color-text-muted)}.payment-amount-input input{width:150px;font-size:32px;font-weight:700;text-align:center;background:var(--color-surface-alt);color:var(--color-text);border:2px solid var(--color-border);border-radius:var(--radius-sm);padding:12px}.payment-amount-input input:focus{border-color:var(--color-primary);outline:none}.payment-fractions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.fraction-btn{padding:14px 8px;font-size:16px;font-weight:600;background:var(--color-surface-alt);color:var(--color-text);border-radius:var(--radius-sm)}.fraction-btn:active{background:var(--color-primary);color:#fff}.payment-confirm{width:100%;padding:16px;font-size:18px;font-weight:600;background:var(--color-success);color:#fff;border-radius:var(--radius-sm)}.payment-confirm:active{background:var(--color-success-hover)}.payment-confirm:disabled{opacity:.5}.payment-done{width:100%;padding:18px;font-size:18px;font-weight:700;background:var(--color-success);color:#fff;border-radius:var(--radius-sm);margin-top:8px}.payment-done:active{background:var(--color-success-hover)}.payment-total{font-size:36px;font-weight:700;color:var(--color-success);margin-bottom:24px;text-align:center}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.payment-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 16px;background:var(--color-surface-alt);color:var(--color-text);border-radius:var(--radius-sm);transition:transform .1s}.payment-btn:active{transform:scale(.95);background:var(--color-success)}.payment-icon{font-size:32px}.payment-label{font-size:16px;font-weight:600}.payment-cancel{width:100%;padding:14px;font-size:16px;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-sm)}.payment-cancel:active{background:var(--color-danger);color:#fff}.partial-payment-modal{background:#fff;border-radius:12px;padding:1.5rem;width:90%;max-width:360px}.partial-payment-modal h3{margin:0 0 1rem;text-align:center;color:#333}.partial-remaining{display:flex;justify-content:space-between;padding:.75rem;background:#f5f5f5;border-radius:8px;margin-bottom:1rem}.partial-remaining .remaining-value{font-weight:600;color:#2874a6}.partial-amount-input{margin-bottom:1rem}.partial-amount-input label{display:block;margin-bottom:.5rem;color:#666;font-size:.9rem}.amount-field{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem .75rem}.amount-field:focus-within{border-color:#3498db}.amount-field .currency{color:#666;margin-right:.5rem;font-weight:500}.amount-field input{flex:1;border:none;outline:none;font-size:1.25rem;font-weight:600}.partial-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.method-btn{display:flex;flex-direction:column;align-items:center;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s}.method-btn:hover{border-color:#3498db}.method-btn.selected{border-color:#3498db;background:#e3f2fd}.method-icon{font-size:1.5rem;margin-bottom:.25rem}.method-label{font-size:.85rem;font-weight:500}.partial-actions{display:flex;gap:.75rem}.partial-actions button{flex:1;padding:.75rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.btn-cancel{background:#f0f0f0;color:#666}.btn-cancel:hover{background:#e0e0e0}.btn-confirm{background:#27ae60;color:#fff}.btn-confirm:hover:not(:disabled){background:#219a52}.btn-confirm:disabled{background:#ccc;cursor:not-allowed}.print-toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:400px;width:90%}.print-toast{display:flex;align-items:center;justify-content:space-between;background:#333;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #0000004d;animation:toast-slide-up .3s ease-out}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.print-toast-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.print-toast-icon{font-size:1.2em;flex-shrink:0}.print-toast-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.95em}.print-toast-countdown{font-weight:700;font-size:1.1em;min-width:28px;text-align:right;flex-shrink:0;color:#ffc107}.print-toast-cancel{background:#dc3545;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:.9em;font-weight:600;cursor:pointer;margin-left:12px;flex-shrink:0}.print-toast-cancel:active{background:#a71d2a}.takeaway-container{display:flex;flex-direction:column;height:100%;position:relative}.takeaway-content{flex:1;display:flex;overflow:hidden;position:relative}.takeaway-left{flex:1;display:flex;flex-direction:column;overflow:hidden}.takeaway-no-tab{flex:1;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:18px}.takeaway-menu{flex:1;overflow:hidden}.takeaway-right{width:360px;flex-shrink:0}.takeaway-success{text-align:center;padding:12px;background:var(--color-success);color:#fff;border-radius:var(--radius-sm);font-weight:600}.sticky-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--color-surface);border-top:2px solid var(--color-border);overflow-x:auto;flex-shrink:0;min-height:64px}.sticky-bar::-webkit-scrollbar{height:4px}.sticky-bar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.sticky-tab{display:flex;flex-direction:column;align-items:flex-start;padding:8px 12px;background:var(--color-surface-alt);border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;min-width:120px;gap:2px;position:relative;transition:border-color .15s,background .15s;flex-shrink:0}.sticky-tab:hover{border-color:var(--color-border)}.sticky-tab.active{border-color:var(--color-primary);background:var(--color-surface-alt);box-shadow:0 0 0 1px var(--color-primary)}.sticky-tab-name{font-weight:600;font-size:14px;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.sticky-tab-total{font-size:12px;color:var(--color-text-muted)}.sticky-tab-count{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;background:var(--color-primary);color:#fff;border-radius:10px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}.sticky-new-tab-btn{padding:10px 16px;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-weight:600;white-space:nowrap;flex-shrink:0;font-size:14px}.sticky-new-tab-input{display:flex;align-items:center;gap:6px;flex-shrink:0}.sticky-new-tab-input input{padding:8px 12px;background:var(--color-surface-alt);color:var(--color-text);border-radius:var(--radius-sm);font-size:14px;border:1px solid var(--color-border);width:160px}.sticky-new-tab-input button{padding:8px 12px;border-radius:var(--radius-sm);font-weight:600;font-size:14px}.sticky-new-tab-input button:first-of-type{background:var(--color-primary);color:#fff}.sticky-new-tab-input button:last-of-type{background:var(--color-surface-alt);color:var(--color-text)}.takeaway-cart-btn{display:none;position:fixed;bottom:80px;right:20px;width:64px;height:64px;background:var(--color-primary);color:#fff;border-radius:50%;font-size:24px;box-shadow:0 4px 12px #0006;z-index:30;align-items:center;justify-content:center}.takeaway-cart-btn .cart-badge{position:absolute;top:-4px;right:-4px;min-width:24px;height:24px;background:var(--color-success);border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px}@media(max-width:800px){.takeaway-right{position:fixed;top:56px;right:0;bottom:0;width:100%;max-width:400px;z-index:50;box-shadow:-4px 0 20px #00000080;transform:translate(100%);transition:transform .2s ease}.takeaway-right.visible{transform:translate(0)}.takeaway-cart-btn{display:flex}.takeaway-cart-btn.hidden{display:none}}.takeaway-overlay{display:none}@media(max-width:800px){.takeaway-overlay{display:block;position:fixed;inset:56px 0 0;background:#00000080;z-index:40}}.takeaway-close-btn{display:none;position:absolute;top:12px;right:12px;width:36px;height:36px;font-size:20px;font-weight:700;background:var(--color-surface-alt);color:var(--color-text);border-radius:50%;z-index:10}@media(max-width:800px){.takeaway-close-btn{display:flex;align-items:center;justify-content:center}.sticky-bar{padding-bottom:12px}}.order-panel{display:flex;flex-direction:column;height:100%;background:var(--color-surface);border-left:1px solid var(--color-border)}.order-panel-header{padding:16px;border-bottom:1px solid var(--color-border)}.order-panel-header h3{font-size:18px;font-weight:600}.order-panel-items{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.order-panel-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-text-muted);font-size:15px}.order-panel-footer{border-top:1px solid var(--color-border);padding:16px}.order-panel-total{display:flex;justify-content:space-between;font-size:20px;font-weight:700;margin-bottom:16px}.order-panel-actions{display:flex;flex-direction:column;gap:10px}.order-panel-actions button{width:100%;padding:16px;font-size:16px;font-weight:600;border-radius:var(--radius-sm);color:#fff}.btn-primary{background:var(--color-primary)}.btn-primary:active{background:var(--color-primary-hover)}.btn-success{background:var(--color-success)}.btn-success:active{background:var(--color-success-hover)}.btn-warning{background:var(--color-warning)}.btn-warning:active{background:var(--color-warning-hover)}.btn-danger{background:var(--color-danger)}.btn-danger:active{background:var(--color-danger-hover)}.btn-secondary{background:var(--color-surface-alt);color:var(--color-text)}.btn-secondary:active{background:var(--color-border)}.order-item-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--color-surface-alt);border-radius:var(--radius-sm)}.order-item-info{flex:1;min-width:0}.order-item-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-item-size{font-size:12px;color:var(--color-text-muted)}.order-item-notes{font-size:11px;color:var(--color-warning);margin-top:2px}.order-item-qty{display:flex;align-items:center;gap:8px}.qty-btn{width:32px;height:32px;font-size:18px;font-weight:700;background:var(--color-surface);color:var(--color-text);border-radius:6px}.qty-btn:active{background:var(--color-primary)}.order-item-qty span{min-width:24px;text-align:center;font-size:16px;font-weight:600}.order-item-qty-static{font-size:14px;color:var(--color-text-muted)}.order-item-total{font-size:14px;font-weight:600;min-width:70px;text-align:right}.order-item-remove{width:28px;height:28px;font-size:12px;font-weight:700;background:var(--color-danger);color:#fff;border-radius:6px}.order-item-remove:active{background:var(--color-danger-hover)}.pos-delivery-wrapper{height:100%;overflow-y:auto}.print-queue{padding:1rem;max-width:800px;margin:0 auto;height:100%;overflow-y:auto}.pq-filters{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.pq-filter{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .2s;display:flex;align-items:center;gap:.4rem}.pq-filter:hover{background:#e0e0e0}.pq-filter.active{background:#3498db;color:#fff}.pq-filter-count{background:#0000001f;padding:.1rem .45rem;border-radius:10px;font-size:.8rem}.pq-filter.active .pq-filter-count{background:#ffffff40}.pq-list{display:flex;flex-direction:column;gap:.5rem}.pq-row{background:#fff;border-radius:8px;padding:.8rem 1rem;border-left:4px solid #ccc}.pq-row-main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pq-pending{border-left-color:#f39c12}.pq-printed{border-left-color:#27ae60}.pq-error{border-left-color:#e74c3c}.pq-cancelled{border-left-color:#95a5a6;opacity:.6}.pq-time{color:#666;font-size:.9rem;min-width:50px}.pq-table{font-weight:600;color:#2874a6;min-width:70px}.pq-item{flex:1;font-weight:500}.pq-status{padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600}.pq-status-pending{background:#fef3cd;color:#856404}.pq-status-printed{background:#d4edda;color:#155724}.pq-status-error{background:#f8d7da;color:#721c24}.pq-status-cancelled{background:#e2e3e5;color:#6c757d}.pq-reprint-btn{background:#3498db;color:#fff;border:none;padding:.35rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background .2s}.pq-reprint-btn:hover:not(:disabled){background:#2874a6}.pq-reprint-btn:disabled{opacity:.6;cursor:not-allowed}.pq-notes{margin-top:.4rem;font-size:.85rem;color:#856404;padding-left:.5rem;font-style:italic}.pq-error-msg{margin-top:.4rem;font-size:.85rem;color:#c0392b;padding-left:.5rem}.pq-empty{text-align:center;color:#999;padding:2rem;font-size:1rem}.pq-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding:.5rem 0}.pq-page-btn{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:background .2s}.pq-page-btn:hover:not(:disabled){background:#e0e0e0}.pq-page-btn:disabled{opacity:.4;cursor:not-allowed}.pq-page-info{font-size:.95rem;color:#666;font-weight:500}
