:root{--font-sans:"Segoe UI", "Trebuchet MS", sans-serif;--color-bg:#f4f6f8;--color-surface:#fff;--color-surface-soft:#f8fafc;--color-border:#d8dde5;--color-text:#172033;--color-muted:#64748b;--color-accent:#c26a3d;--color-accent-dark:#9d4f28;--color-accent-soft:#f5e2d7;--color-success-soft:#e7f4ec;--color-info-soft:#e8f0fb;--shadow-soft:0 12px 30px #0f172a0f}body{font-family:var(--font-sans);background:linear-gradient(180deg, #f8fafc 0%, var(--color-bg) 100%);color:var(--color-text);margin:0;line-height:1.5}*{box-sizing:border-box}button,input,select,textarea{font:inherit}.sidebar{background:var(--color-surface);border-bottom:1px solid var(--color-border);width:100%}.sidebar-top{justify-content:space-between;align-items:center;padding:16px;display:flex}.sidebar-title{color:var(--color-text);margin:0;font-size:20px;font-weight:700;line-height:1.1}.sidebar-toggle{background:var(--color-text);color:#fff;cursor:pointer;border:none;border-radius:10px;min-width:48px;min-height:48px;padding:10px 12px;font-size:20px}.sidebar-nav{flex-direction:column;gap:10px;padding:0 16px 16px;display:none}.sidebar-nav.open{display:flex}.sidebar-link{min-height:48px;color:var(--color-text);background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:12px;padding:12px 14px;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s}.sidebar-link:hover{background:#eef2f7;border-color:#cbd5e1}.sidebar-link.active{background:var(--color-text);color:#fff;border-color:var(--color-text)}@media (width>=768px){.sidebar-top{padding:18px 20px}.sidebar-title{font-size:20px}}@media (width>=1200px){.sidebar{border-bottom:none;border-right:1px solid var(--color-border);align-self:flex-start;width:240px;min-width:240px;min-height:100dvh;padding:24px 16px;position:sticky;top:0}.sidebar-top{margin-bottom:24px;padding:0}.sidebar-toggle{display:none}.sidebar-nav{padding:0;display:flex}.sidebar-link{color:var(--color-text);background:0 0;border:1px solid #0000}.sidebar-link:hover{background:#eef2f7;border-color:#e2e8f0}.sidebar-link.active{background:var(--color-text);color:#fff;border-color:var(--color-text)}}.dashboard-layout{background:linear-gradient(180deg, #f8fafc 0%, var(--color-bg) 100%);flex-direction:column;min-height:100dvh;display:flex}.dashboard-main{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-header{border-bottom:1px solid var(--color-border);background:#ffffffeb;flex-direction:column;align-items:flex-start;gap:12px;padding:16px;display:flex}.dashboard-title{color:var(--color-text);margin:0;font-size:26px;line-height:1.05}.dashboard-subtitle{color:var(--color-muted);margin:6px 0 0;font-size:14px;line-height:1.5}.dashboard-content{width:100%;max-width:1280px;padding:20px 16px 32px}.dashboard-logout-button{background:var(--color-text);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;min-height:46px;padding:10px 16px;font-weight:600}.dashboard-logout-button:hover{opacity:.95}@media (width>=768px){.dashboard-header{padding:20px}.dashboard-content{padding:24px 20px 36px}}@media (width>=1200px){.dashboard-layout{flex-direction:row;align-items:stretch}.dashboard-main{flex:1;min-width:0}.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center;padding:22px 24px}.dashboard-title{font-size:28px}.dashboard-content{max-width:100%;padding:24px}.dashboard-logout-button{width:auto}}.login-page{background:linear-gradient(#fff9 0%,#f4f6f8e6 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.login-card{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:440px;box-shadow:var(--shadow-soft);border-radius:18px;padding:28px 22px}.login-title{color:var(--color-text);margin:0 0 8px;font-size:30px;line-height:1}.login-subtitle{color:var(--color-muted);margin:0 0 24px;font-size:14px;line-height:1.55}.login-form{flex-direction:column;gap:16px;display:flex}.login-field{flex-direction:column;gap:8px;display:flex}.login-field label{color:#334155;font-size:14px;font-weight:600}.login-field input{border:1px solid var(--color-border);background:var(--color-surface-soft);border-radius:10px;outline:none;width:100%;min-height:48px;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.login-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #c26a3d24}.login-button{background:var(--color-text);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:48px;margin-top:4px;padding:12px 16px;font-weight:600}.login-button:hover{opacity:.96}.login-error{color:#b33a1b;margin:0;font-size:14px;font-weight:500}.login-button:disabled{opacity:.7;cursor:not-allowed}@media (width<=480px){.login-page{padding:16px}.login-card{border-radius:16px;padding:26px 18px}.login-title{font-size:28px}.login-button{width:100%}}@media (width>=768px){.login-card{padding:34px 30px}}.dashboard-page{flex-direction:column;gap:20px;display:flex}.dashboard-page-header{flex-direction:column;gap:16px;display:flex}.dashboard-page-title{color:var(--color-text);margin:0;font-size:32px;line-height:1}.dashboard-page-subtitle{color:var(--color-muted);margin:6px 0 0;font-size:15px;line-height:1.6}.dashboard-page-feedback,.dashboard-page-error{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:18px;font-size:14px}.dashboard-page-feedback{color:#433b31}.dashboard-page-error{color:#9f2d16;background:#fff1eb;border-color:#efc3b0}.dashboard-summary-grid{grid-template-columns:1fr;gap:16px;display:grid}.dashboard-summary-card{border:1px solid var(--color-border);border-top:4px solid var(--summary-accent,var(--color-accent));background:var(--color-surface);border-radius:16px;flex-direction:column;gap:10px;padding:20px 18px;display:flex}.dashboard-summary-card:first-child{--summary-accent:var(--color-accent)}.dashboard-summary-card:nth-child(2){--summary-accent:#4f7b62}.dashboard-summary-card:nth-child(3){--summary-accent:#b88d2f}.dashboard-summary-card:nth-child(4){--summary-accent:#4d6ea9}.dashboard-summary-card span{color:var(--color-muted);font-size:14px}.dashboard-summary-card strong{color:var(--color-text);font-size:32px;line-height:1}.dashboard-sections-grid{grid-template-columns:1fr;gap:16px;display:grid}.dashboard-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;gap:16px;padding:20px 18px;display:flex}.dashboard-panel h3{color:var(--color-text);margin:0;font-size:20px}.dashboard-status-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dashboard-status-card{border:1px solid #0000;border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.dashboard-status-card span{font-size:14px}.dashboard-status-card strong{font-size:24px}.dashboard-status-card.pendiente{color:#92400e;background:#fef3c7;border-color:#efd28a}.dashboard-status-card.preparando{color:#1d4ed8;background:#dbeafe;border-color:#9ec5ff}.dashboard-status-card.listo{color:#166534;background:#dcfce7;border-color:#a8e2ba}.dashboard-status-card.entregado{color:#111827;background:#e5e7eb;border-color:#c9d0da}.dashboard-shift-grid{grid-template-columns:1fr;gap:12px;display:grid}.dashboard-shift-card{border:1px solid var(--color-border);background:var(--color-surface-soft);border-radius:14px;flex-direction:column;gap:8px;padding:14px;display:flex}.dashboard-shift-card span{color:var(--color-muted);font-size:14px}.dashboard-shift-card strong{color:var(--color-text);font-size:24px}.dashboard-top-waiter{flex-direction:column;gap:10px;display:flex}.dashboard-top-waiter strong{color:var(--color-text);font-size:24px}.dashboard-top-waiter span{color:#433b31;font-size:14px}.dashboard-recent-orders{flex-direction:column;gap:12px;display:flex}.dashboard-recent-order-card{border:1px solid var(--color-border);background:var(--color-surface-soft);border-radius:14px;justify-content:space-between;gap:12px;padding:14px;display:flex}.dashboard-recent-order-card p{color:var(--color-muted);margin:6px 0 0;font-size:14px}.dashboard-recent-order-right{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.dashboard-recent-order-right span{color:#374151;font-size:13px}.dashboard-recent-order-right strong{color:var(--color-text);font-size:16px}.dashboard-recent-order-right small{color:var(--color-muted);font-size:12px}.dashboard-empty-text{color:var(--color-muted);margin:0;font-size:14px}@media (width>=768px){.dashboard-summary-grid,.dashboard-sections-grid{grid-template-columns:repeat(2,1fr)}.dashboard-shift-grid{grid-template-columns:1fr 1fr}}@media (width>=1200px){.dashboard-page-title{font-size:36px}.dashboard-summary-grid{grid-template-columns:repeat(4,1fr)}}.categories-page{flex-direction:column;gap:20px;display:flex}.categories-page-header{flex-direction:column;gap:16px;display:flex}.categories-page-title{color:#111827;margin:0;font-size:28px}.categories-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.categories-page-create-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:12px 16px;font-weight:600}.categories-page-toolbar{flex-direction:column;gap:12px;display:flex}.categories-page-search{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px}.categories-page-search:focus{border-color:#111827}.categories-page-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.categories-page-table{border-collapse:collapse;width:100%;min-width:700px}.categories-page-table th,.categories-page-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.categories-page-table th{color:#374151;background:#f9fafb;font-weight:600}.categories-page-status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.categories-page-status.active{color:#166534;background:#dcfce7}.categories-page-status.inactive{color:#991b1b;background:#fee2e2}.categories-page-actions{flex-wrap:wrap;gap:8px;display:flex}.categories-page-edit-button,.categories-page-delete-button{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}.categories-page-edit-button{color:#111827;background:#e5e7eb}.categories-page-delete-button{color:#fff;background:#111827}.categories-page-empty{text-align:center;color:#6b7280;padding:24px}@media (width>=768px){.categories-page-header{flex-direction:row;justify-content:space-between;align-items:center}.categories-page-create-button{width:auto}}@media (width>=1200px){.categories-page-title{font-size:32px}}.categories-page-feedback,.categories-page-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.categories-page-feedback{color:#374151}.categories-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.categories-modal-overlay{z-index:1000;background:#11182773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.categories-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:20px;box-shadow:0 20px 50px #0000002e}.categories-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.categories-modal-header h3{color:#111827;margin:0;font-size:22px}.categories-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:28px;line-height:1}.categories-form{flex-direction:column;gap:16px;display:flex}.categories-form-field{flex-direction:column;gap:8px;display:flex}.categories-form-field label{color:#374151;font-size:14px;font-weight:600}.categories-form-field input,.categories-form-field textarea{box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.categories-form-field input:focus,.categories-form-field textarea:focus{border-color:#111827}.categories-form-checkbox{color:#374151;align-items:center;gap:10px;font-size:14px;display:flex}.categories-form-actions{flex-direction:column;gap:10px;display:flex}.categories-form-cancel-button,.categories-form-save-button{cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-weight:600}.categories-form-cancel-button{color:#111827;background:#e5e7eb}.categories-form-save-button{color:#fff;background:#111827}.categories-form-save-button:disabled{opacity:.7;cursor:not-allowed}@media (width>=768px){.categories-modal{padding:24px}.categories-form-actions{flex-direction:row;justify-content:flex-end}}.dishes-page{flex-direction:column;gap:20px;display:flex}.dishes-page-header{flex-direction:column;gap:16px;display:flex}.dishes-page-title{color:#111827;margin:0;font-size:28px}.dishes-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.dishes-page-create-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:12px 16px;font-weight:600}.dishes-page-toolbar{flex-direction:column;gap:12px;display:flex}.dishes-page-search{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px}.dishes-page-search:focus{border-color:#111827}.dishes-page-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.dishes-page-table{border-collapse:collapse;width:100%;min-width:900px}.dishes-page-table th,.dishes-page-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.dishes-page-table th{color:#374151;background:#f9fafb;font-weight:600}.dishes-page-status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.dishes-page-status.active{color:#166534;background:#dcfce7}.dishes-page-status.inactive{color:#991b1b;background:#fee2e2}.dishes-page-actions{flex-wrap:wrap;gap:8px;display:flex}.dishes-page-edit-button,.dishes-page-delete-button{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}.dishes-page-edit-button{color:#111827;background:#e5e7eb}.dishes-page-delete-button{color:#fff;background:#111827}.dishes-page-delete-button:disabled{opacity:.7;cursor:not-allowed}.dishes-page-empty{text-align:center;color:#6b7280;padding:24px}.dishes-page-feedback,.dishes-page-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.dishes-page-feedback{color:#374151}.dishes-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.dishes-page-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;padding:18px;font-size:14px}.dishes-modal-overlay{z-index:1000;background:#11182773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.dishes-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:20px;box-shadow:0 20px 50px #0000002e}.dishes-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.dishes-modal-header h3{color:#111827;margin:0;font-size:22px}.dishes-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:28px;line-height:1}.dishes-form{flex-direction:column;gap:16px;display:flex}.dishes-form-field{flex-direction:column;gap:8px;display:flex}.dishes-form-field label{color:#374151;font-size:14px;font-weight:600}.dishes-form-field input,.dishes-form-field textarea,.dishes-form-field select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.dishes-form-field input:focus,.dishes-form-field textarea:focus,.dishes-form-field select:focus{border-color:#111827}.dishes-form-checkbox{color:#374151;align-items:center;gap:10px;font-size:14px;display:flex}.dishes-form-actions{flex-direction:column;gap:10px;display:flex}.dishes-form-cancel-button,.dishes-form-save-button{cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-weight:600}.dishes-form-cancel-button{color:#111827;background:#e5e7eb}.dishes-form-save-button{color:#fff;background:#111827}.dishes-form-save-button:disabled{opacity:.7;cursor:not-allowed}@media (width>=768px){.dishes-page-header{flex-direction:row;justify-content:space-between;align-items:center}.dishes-page-create-button{width:auto}.dishes-modal{padding:24px}.dishes-form-actions{flex-direction:row;justify-content:flex-end}}@media (width>=1200px){.dishes-page-title{font-size:32px}}.tables-page{flex-direction:column;gap:20px;display:flex}.tables-page-header{flex-direction:column;gap:16px;display:flex}.tables-page-title{color:#111827;margin:0;font-size:28px}.tables-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.tables-page-create-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:12px 16px;font-weight:600}.tables-page-toolbar{flex-direction:column;gap:12px;display:flex}.tables-page-search{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px}.tables-page-search:focus{border-color:#111827}.tables-page-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.tables-page-table{border-collapse:collapse;width:100%;min-width:850px}.tables-page-table th,.tables-page-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.tables-page-table th{color:#374151;background:#f9fafb;font-weight:600}.tables-page-status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.tables-page-status.available{color:#166534;background:#dcfce7}.tables-page-status.occupied{color:#991b1b;background:#fee2e2}.tables-page-actions{flex-wrap:wrap;gap:8px;display:flex}.tables-page-edit-button,.tables-page-delete-button{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}.tables-page-edit-button{color:#111827;background:#e5e7eb}.tables-page-delete-button{color:#fff;background:#111827}.tables-page-delete-button:disabled{opacity:.7;cursor:not-allowed}.tables-page-empty{text-align:center;color:#6b7280;padding:24px}.tables-page-feedback,.tables-page-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.tables-page-feedback{color:#374151}.tables-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.tables-page-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;padding:18px;font-size:14px}.tables-modal-overlay{z-index:1000;background:#11182773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.tables-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:20px;box-shadow:0 20px 50px #0000002e}.tables-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.tables-modal-header h3{color:#111827;margin:0;font-size:22px}.tables-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:28px;line-height:1}.tables-form{flex-direction:column;gap:16px;display:flex}.tables-form-field{flex-direction:column;gap:8px;display:flex}.tables-form-field label{color:#374151;font-size:14px;font-weight:600}.tables-form-field input,.tables-form-field select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.tables-form-field input:focus,.tables-form-field select:focus{border-color:#111827}.tables-form-actions{flex-direction:column;gap:10px;display:flex}.tables-form-cancel-button,.tables-form-save-button{cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-weight:600}.tables-form-cancel-button{color:#111827;background:#e5e7eb}.tables-form-save-button{color:#fff;background:#111827}.tables-form-save-button:disabled{opacity:.7;cursor:not-allowed}@media (width>=768px){.tables-page-header{flex-direction:row;justify-content:space-between;align-items:center}.tables-page-create-button{width:auto}.tables-modal{padding:24px}.tables-form-actions{flex-direction:row;justify-content:flex-end}}@media (width>=1200px){.tables-page-title{font-size:32px}}.waiters-page{flex-direction:column;gap:20px;display:flex}.waiters-page-header{flex-direction:column;gap:16px;display:flex}.waiters-page-title{color:#111827;margin:0;font-size:28px}.waiters-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.waiters-page-create-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:12px 16px;font-weight:600}.waiters-page-toolbar{flex-direction:column;gap:12px;display:flex}.waiters-page-search{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px}.waiters-page-search:focus{border-color:#111827}.waiters-page-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.waiters-page-table{border-collapse:collapse;width:100%;min-width:850px}.waiters-page-table th,.waiters-page-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.waiters-page-table th{color:#374151;background:#f9fafb;font-weight:600}.waiters-page-shift{color:#075985;background:#e0f2fe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.waiters-page-actions{flex-wrap:wrap;gap:8px;display:flex}.waiters-page-edit-button,.waiters-page-delete-button{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}.waiters-page-edit-button{color:#111827;background:#e5e7eb}.waiters-page-delete-button{color:#fff;background:#111827}.waiters-page-delete-button:disabled{opacity:.7;cursor:not-allowed}.waiters-page-empty{text-align:center;color:#6b7280;padding:24px}.waiters-page-feedback,.waiters-page-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.waiters-page-feedback{color:#374151}.waiters-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.waiters-page-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;padding:18px;font-size:14px}.waiters-modal-overlay{z-index:1000;background:#11182773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.waiters-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:20px;box-shadow:0 20px 50px #0000002e}.waiters-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.waiters-modal-header h3{color:#111827;margin:0;font-size:22px}.waiters-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:28px;line-height:1}.waiters-form{flex-direction:column;gap:16px;display:flex}.waiters-form-field{flex-direction:column;gap:8px;display:flex}.waiters-form-field label{color:#374151;font-size:14px;font-weight:600}.waiters-form-field input,.waiters-form-field select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.waiters-form-field input:focus,.waiters-form-field select:focus{border-color:#111827}.waiters-form-actions{flex-direction:column;gap:10px;display:flex}.waiters-form-cancel-button,.waiters-form-save-button{cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-weight:600}.waiters-form-cancel-button{color:#111827;background:#e5e7eb}.waiters-form-save-button{color:#fff;background:#111827}.waiters-form-save-button:disabled{opacity:.7;cursor:not-allowed}@media (width>=768px){.waiters-page-header{flex-direction:row;justify-content:space-between;align-items:center}.waiters-page-create-button{width:auto}.waiters-modal{padding:24px}.waiters-form-actions{flex-direction:row;justify-content:flex-end}}@media (width>=1200px){.waiters-page-title{font-size:32px}}.orders-page{flex-direction:column;gap:20px;display:flex}.orders-page-header{flex-direction:column;gap:16px;display:flex}.orders-page-title{color:#111827;margin:0;font-size:28px}.orders-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.orders-page-create-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:12px 16px;font-weight:600}.orders-page-toolbar{flex-direction:column;gap:12px;display:flex}.orders-page-search{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px}.orders-page-search:focus{border-color:#111827}.orders-page-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.orders-page-table{border-collapse:collapse;width:100%;min-width:1100px}.orders-page-table th,.orders-page-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.orders-page-table th{color:#374151;background:#f9fafb;font-weight:600}.orders-page-status{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.orders-page-status.pendiente{color:#92400e;background:#fef3c7}.orders-page-status.preparando{color:#1d4ed8;background:#dbeafe}.orders-page-status.listo{color:#166534;background:#dcfce7}.orders-page-status.entregado{color:#111827;background:#e5e7eb}.orders-page-actions{flex-wrap:wrap;gap:8px;display:flex}.orders-page-edit-button,.orders-page-delete-button{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600}.orders-page-edit-button{color:#111827;background:#e5e7eb}.orders-page-delete-button{color:#fff;background:#111827}.orders-page-delete-button:disabled{opacity:.7;cursor:not-allowed}.orders-page-empty{text-align:center;color:#6b7280;padding:24px}.orders-page-feedback,.orders-page-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.orders-page-feedback{color:#374151}.orders-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.orders-page-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;padding:18px;font-size:14px}.orders-modal-overlay{z-index:1000;background:#11182773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.orders-modal{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;padding:20px;overflow-y:auto;box-shadow:0 20px 50px #0000002e}.orders-modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.orders-modal-header h3{color:#111827;margin:0;font-size:22px}.orders-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:28px;line-height:1}.orders-form{flex-direction:column;gap:18px;display:flex}.orders-form-grid{grid-template-columns:1fr;gap:16px;display:grid}.orders-form-full{grid-column:1/-1}.orders-form-field{flex-direction:column;gap:8px;display:flex}.orders-form-field label{color:#374151;font-size:14px;font-weight:600}.orders-form-help{color:#6b7280;margin:0;font-size:12px;line-height:1.5}.orders-form-help.is-error{color:#b91c1c}.orders-form-field input,.orders-form-field textarea,.orders-form-field select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.orders-form-field input:focus,.orders-form-field textarea:focus,.orders-form-field select:focus{border-color:#111827}.orders-items-section{flex-direction:column;gap:14px;display:flex}.orders-items-header{flex-direction:column;gap:10px;display:flex}.orders-items-header h4{color:#111827;margin:0}.orders-add-item-button,.orders-remove-item-button{cursor:pointer;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.orders-add-item-button{color:#fff;background:#111827;align-self:flex-start}.orders-remove-item-button{color:#991b1b;background:#fee2e2}.orders-item-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.orders-item-summary{color:#374151;flex-direction:column;gap:6px;font-size:14px;display:flex}.orders-totals{grid-template-columns:1fr;align-items:end;gap:16px;display:grid}.orders-total-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}.orders-total-box span{color:#6b7280;font-size:14px}.orders-total-box strong{color:#111827;font-size:24px}.orders-form-actions{flex-direction:column;gap:10px;display:flex}.orders-form-cancel-button,.orders-form-save-button{cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-weight:600}.orders-form-cancel-button{color:#111827;background:#e5e7eb}.orders-form-save-button{color:#fff;background:#111827}.orders-form-save-button:disabled,.orders-remove-item-button:disabled{opacity:.7;cursor:not-allowed}@media (width>=768px){.orders-page-header{flex-direction:row;justify-content:space-between;align-items:center}.orders-page-create-button{width:auto}.orders-modal{padding:24px}.orders-form-grid{grid-template-columns:repeat(2,1fr)}.orders-items-header{flex-direction:row;justify-content:space-between;align-items:center}.orders-totals{grid-template-columns:1fr 220px}.orders-form-actions{flex-direction:row;justify-content:flex-end}}@media (width>=1200px){.orders-page-title{font-size:32px}}.reports-page{flex-direction:column;gap:20px;display:flex}.reports-page-header{flex-direction:column;gap:16px;display:flex}.reports-page-title{color:#111827;margin:0;font-size:28px}.reports-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.reports-page-feedback,.reports-page-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.reports-page-feedback{color:#374151}.reports-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.reports-page-filters{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:1fr;gap:16px;padding:18px;display:grid}.reports-page-filter-field{flex-direction:column;gap:8px;display:flex}.reports-page-filter-field label{color:#374151;font-size:14px;font-weight:600}.reports-page-filter-field input,.reports-page-filter-field select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.reports-page-filter-field input:focus,.reports-page-filter-field select:focus{border-color:#111827}.reports-page-summary-grid{grid-template-columns:1fr;gap:16px;display:grid}.reports-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:10px;padding:18px;display:flex}.reports-summary-card span{color:#6b7280;font-size:14px}.reports-summary-card strong{color:#111827;font-size:28px}.reports-page-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;overflow-x:auto}.reports-page-table{border-collapse:collapse;width:100%;min-width:800px}.reports-page-table th,.reports-page-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:14px}.reports-page-table th{color:#374151;background:#f9fafb;font-weight:600}.reports-page-empty{text-align:center;color:#6b7280;padding:24px}@media (width>=768px){.reports-page-filters{grid-template-columns:repeat(3,1fr)}.reports-page-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.reports-page-title{font-size:32px}.reports-page-summary-grid{grid-template-columns:repeat(4,1fr)}}.kitchen-page{flex-direction:column;gap:20px;display:flex}.kitchen-page-header{flex-direction:column;gap:16px;display:flex}.kitchen-page-title{color:#111827;margin:0;font-size:28px}.kitchen-page-subtitle{color:#6b7280;margin:6px 0 0;font-size:14px;line-height:1.5}.kitchen-page-feedback,.kitchen-page-error,.kitchen-page-success,.kitchen-page-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-size:14px}.kitchen-page-feedback,.kitchen-page-empty{color:#374151}.kitchen-page-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.kitchen-page-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.kitchen-page-grid{grid-template-columns:1fr;gap:16px;display:grid}.kitchen-order-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;padding:18px;display:flex;box-shadow:0 8px 20px #0000000a}.kitchen-order-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.kitchen-order-title{color:#111827;margin:0;font-size:20px}.kitchen-order-meta{color:#6b7280;margin:6px 0 0;font-size:14px}.kitchen-order-status{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-block}.kitchen-order-status.pendiente{color:#92400e;background:#fef3c7}.kitchen-order-status.preparando{color:#1d4ed8;background:#dbeafe}.kitchen-order-status.listo{color:#166534;background:#dcfce7}.kitchen-order-info{flex-direction:column;gap:8px;display:flex}.kitchen-order-info p{color:#374151;margin:0;font-size:14px;line-height:1.5}.kitchen-order-items{flex-direction:column;gap:10px;display:flex}.kitchen-order-items h4{color:#111827;margin:0;font-size:16px}.kitchen-order-items ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.kitchen-order-items li{color:#374151;background:#f9fafb;border-radius:10px;justify-content:space-between;gap:12px;padding:10px 12px;font-size:14px;display:flex}.kitchen-order-footer{flex-direction:column;gap:12px;display:flex}.kitchen-order-total{background:#f9fafb;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.kitchen-order-total span{color:#6b7280;font-size:14px}.kitchen-order-total strong{color:#111827;font-size:18px}.kitchen-order-action-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:12px 16px;font-weight:600}.kitchen-order-action-button:disabled{opacity:.7;cursor:not-allowed}.kitchen-order-closing-box{background:#f8fbff;border:1px solid #dbe4f0;border-radius:16px;flex-direction:column;gap:14px;margin-top:16px;padding:16px;display:flex}.kitchen-order-closing-field{flex-direction:column;gap:8px;display:flex}.kitchen-order-closing-field label{color:#1f2937;font-size:13px;font-weight:700}.kitchen-order-closing-field input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #cfd8e3;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.kitchen-order-closing-field input:focus{border-color:#0f172a;box-shadow:0 0 0 4px #0f172a14}.kitchen-order-closing-actions{flex-wrap:wrap;gap:10px;display:flex}.kitchen-order-secondary-button{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cfd8e3;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,transform .2s}.kitchen-order-secondary-button:hover{background:#f3f6fa;border-color:#b9c6d6;transform:translateY(-1px)}.kitchen-order-secondary-button:disabled,.kitchen-order-action-button:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (width<=640px){.kitchen-order-closing-actions{flex-direction:column}.kitchen-order-closing-actions .kitchen-order-secondary-button,.kitchen-order-closing-actions .kitchen-order-action-button{width:100%}}@media (width>=768px){.kitchen-page-grid{grid-template-columns:repeat(2,1fr)}.kitchen-order-footer{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=1200px){.kitchen-page-title{font-size:32px}.kitchen-page-grid{grid-template-columns:repeat(3,1fr)}}.not-found-page{background:radial-gradient(circle at 0 0,#c2410c24,#0000 26%),radial-gradient(circle at 100% 100%,#1118271f,#0000 34%),linear-gradient(#f8fafc 0%,#edf2f7 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.not-found-hero{text-align:center;justify-items:center;gap:8px;width:100%;max-width:900px;display:grid}.not-found-number-block{flex-direction:column;align-items:center;padding-top:20px;display:flex;position:relative}.not-found-number{letter-spacing:-.08em;font-size:clamp(7rem,32vw,16rem);font-weight:900;line-height:.82}.not-found-kicker{letter-spacing:.18em;text-transform:uppercase;color:#c2410c;margin:8px 0 0;font-size:14px;font-weight:700}.not-found-text{color:#4b5563;max-width:40ch;margin:0;font-size:16px;line-height:1.6}@media (width>=900px){.not-found-number-block{justify-content:flex-end;min-height:320px}}
