:root{--primary-color: #CD2C3B;--primary-hover: #AB2331;--sidebar-bg: #1A1C29;--sidebar-hover: #26293A;--bg-color: #F8F9FA;--card-bg: #FFFFFF;--text-dark: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--status-pending-bg: #f59e0b;--status-preparing-bg: #8b5cf6;--status-ready-bg: #3b82f6;--status-completed-bg: #22c55e;--status-cancelled-bg: #64748b;--font-family: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.5}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all .2s}button:disabled{opacity:.6;cursor:not-allowed}a{text-decoration:none;color:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle}.page-container{padding:32px;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.page-header .header-main .page-title{font-size:28px;font-weight:800;color:var(--text-dark);margin-bottom:4px}.page-header .header-main .page-subtitle{font-size:15px;color:var(--text-muted)}.page-header .header-actions{display:flex;gap:12px}.btn-primary{background:var(--primary-color);color:#fff;padding:10px 20px;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 6px -1px #cd2c3b33}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #cd2c3b4d}.btn-outline{background:#fff;border:1.5px solid var(--border-color);color:var(--text-dark);padding:10px 20px;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-outline:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-danger{background:#fef2f2;color:#b91c1c;border:1.5px solid #fee2e2;padding:10px 20px;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-danger:hover:not(:disabled){background:#fee2e2}.icon-btn{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:var(--text-muted)}.icon-btn:hover{background:#e2e8f0;color:var(--text-dark)}.icon-btn.danger:hover{background:#fef2f2;color:#ef4444}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-group label{font-size:14px;font-weight:600;color:#475569}.form-group .form-input,.form-group .form-select,.form-group .form-textarea{background:#f8fafc;border:1.5px solid var(--border-color);padding:12px 16px;border-radius:12px;font-size:15px;color:var(--text-dark);outline:none;transition:all .2s}.form-group .form-input:focus,.form-group .form-select:focus,.form-group .form-textarea:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 4px #cd2c3b1a}.form-group .form-textarea{min-height:100px;resize:vertical}.form-group.row{flex-direction:row;align-items:center;gap:12px}.form-group.row label{margin-bottom:0;cursor:pointer}.form-group.row input[type=checkbox]{width:20px;height:20px;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.modal-card{background:var(--card-bg);border-radius:24px;padding:32px;width:100%;max-width:500px;box-shadow:0 25px 50px -12px #00000040;animation:modalIn .3s cubic-bezier(.165,.84,.44,1)}.modal-header{margin-bottom:24px}.modal-header .modal-title{font-size:22px;font-weight:800;color:var(--text-dark)}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}@keyframes modalIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.status-badge{padding:6px 12px;border-radius:99px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.preparing{background:#f5f3ff;color:#5b21b6}.status-badge.ready{background:#dbeafe;color:#1e40af}.status-badge.completed{background:#dcfce7;color:#166534}.error-msg{background:#fef2f2;color:#b91c1c;padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;border:1px solid #fee2e2;margin-bottom:16px}.success-msg{background:#f0fdf4;color:#15803d;padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;border:1px solid #dcfce7;margin-bottom:16px}.spinner{width:40px;height:40px;border:4px solid rgba(205,44,59,.1);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.spinner-small{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}[dir=rtl]{--font-family: "Cairo", sans-serif}
