*{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;padding:0}#root{width:100%;max-width:none;min-height:100vh;text-align:initial;margin:0;padding:0}.login-page{color:#0f172a;box-sizing:border-box;background-color:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:100%;max-width:380px;padding:36px 32px;display:flex;box-shadow:0 10px 25px -5px #0f172a0d,0 8px 10px -6px #0f172a08}.login-card h1{color:#0f172a;letter-spacing:-.02em;margin:0 0 6px;font-size:24px;font-weight:700}.login-subtitle{color:#64748b;margin:0 0 24px;font-size:13.5px;line-height:1.5}.login-card label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.login-card input{box-sizing:border-box;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;margin-bottom:20px;padding:11px 14px;font-size:14px;transition:all .15s ease-in-out}.login-card input::placeholder{color:#94a3b8}.login-card input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.slug-input-wrap{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;align-items:center;margin-bottom:20px;transition:all .15s ease-in-out;display:flex;overflow:hidden}.slug-input-wrap:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.slug-prefix{color:#94a3b8;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:11px 0 11px 14px;font-size:14px;font-weight:500}.slug-input-wrap input{padding-left:2px;box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.login-card button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:10px;margin-top:4px;padding:12px;font-size:14px;font-weight:600;transition:all .15s ease-in-out}.login-card button:hover:not(:disabled){background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.login-card button:active:not(:disabled){transform:translateY(0)}.login-card button:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-footer-link{text-align:center;color:#64748b;margin:20px 0 0;font-size:13px}.login-footer-link a{color:#2563eb;font-weight:600;text-decoration:none;transition:color .15s}.login-footer-link a:hover{color:#1d4ed8;text-decoration:underline}.dashboard{box-sizing:border-box;color:#0f172a;background-color:#f8fafc;grid-template-columns:2fr 1fr 1fr;gap:20px;min-height:100vh;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:grid}.dash-header{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-column:1/-1;justify-content:space-between;align-items:center;padding:18px 26px;display:flex;box-shadow:0 10px 25px #0f172a0d}.dash-header-left{align-items:center;gap:18px;display:flex}.dash-logo{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.dash-header h1{color:#0f172a;margin:0;font-size:23px;font-weight:700}.dash-header p{color:#64748b;margin-top:4px;font-size:13px}.dash-logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;padding:11px 22px;font-size:14px;font-weight:600;transition:all .2s}.dash-logout-btn:hover{background:#dc2626;transform:translateY(-2px)}.dash-account-strip span:last-child{color:#334155;background:#e2e8f0;border-radius:20px;padding:3px 10px;font-size:12px}.dash-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:20px;display:flex;overflow-y:auto;box-shadow:0 1px 3px #0000000a}.dash-panel h2{color:#0f172a;letter-spacing:-.01em;margin:0 0 16px;font-size:18px;font-weight:700}.dash-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:13px}.dash-empty{color:#94a3b8;text-align:center;padding:20px 0;font-size:13.5px}.dash-menu-category{margin-bottom:24px}.dash-menu-category h3{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 12px;font-size:12px;font-weight:700}.dash-menu-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px;display:grid}.dash-menu-square{aspect-ratio:1;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;padding:12px;transition:all .15s ease-in-out;display:flex;box-shadow:0 1px 2px #00000005}.dash-menu-square:hover:not(:disabled){border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb14}.dash-menu-square:active:not(:disabled){transform:translateY(0)}.dash-menu-square:disabled{opacity:.45;cursor:not-allowed;background:#f1f5f9}.dash-item-name{color:#1e293b;font-size:13.5px;font-weight:600;line-height:1.3}.dash-item-price{color:#2563eb;font-size:13px;font-weight:700}.dash-table-input,.dash-note-input{box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:10px 14px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.dash-table-input:focus,.dash-note-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dash-note-input{resize:none}.dash-cart-list{flex-direction:column;flex:1;gap:10px;min-height:120px;max-height:320px;margin-bottom:14px;padding-right:4px;display:flex;overflow-y:auto}.dash-cart-row{border-bottom:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding:6px 0;font-size:13.5px;display:flex}.dash-cart-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.dash-cart-controls{background:#f1f5f9;border-radius:20px;align-items:center;gap:8px;margin:0 12px;padding:3px 8px;display:flex}.dash-cart-controls button{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-weight:700;transition:background .1s;display:flex;box-shadow:0 1px 2px #0000001a}.dash-cart-controls button:hover{background:#e2e8f0}.dash-cart-controls span{text-align:center;min-width:14px;font-size:13px;font-weight:600}.dash-cart-price{text-align:right;color:#0f172a;min-width:75px;font-weight:600}.dash-total-row{color:#475569;border-top:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:16px;padding-top:14px;font-size:15px;display:flex}.dash-total-row strong{color:#0f172a;font-size:20px;font-weight:800}.dash-summary-buttons{gap:10px;display:flex}.dash-btn-primary,.dash-btn-secondary{cursor:pointer;border:none;border-radius:10px;flex:1;padding:11px;font-size:13.5px;font-weight:600;transition:all .15s}.dash-btn-primary{color:#fff;background:#2563eb}.dash-btn-primary:hover:not(:disabled){background:#1e293b;box-shadow:0 4px 12px #0f172a26}.dash-btn-primary:disabled{opacity:.5;cursor:not-allowed}.dash-btn-secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.dash-btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.dash-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.dash-orders-list{flex-direction:column;gap:10px;display:flex}.dash-order-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .15s;overflow:hidden}.dash-order-row:hover{border-color:#cbd5e1}.dash-order-summary{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:12px 14px;font-size:13px;display:flex}.dash-table-badge{color:#334155;letter-spacing:.02em;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:11.5px;font-weight:700}.dash-order-id{color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.dash-order-total{color:#0f172a;font-weight:700}.dash-status-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.dash-status-pending{color:#92400e;background:#fef3c7}.dash-status-in_progress{color:#1e40af;background:#dbeafe}.dash-status-preparing{color:#9d174d;background:#fce7f3}.dash-status-ready{color:#92400e;background:#fef3c7}.dash-status-served,.dash-status-completed{color:#166534;background:#dcfce7}.dash-status-cancelled{color:#991b1b;background:#fee2e2}.dash-status-picker{background:#f8fafc;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:6px;padding:10px 12px;display:flex}.dash-status-picker button{color:#475569;cursor:pointer;text-transform:capitalize;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:5px 10px;font-size:11.5px;font-weight:500;transition:all .1s}.dash-status-picker button:hover{color:#0f172a;background:#f1f5f9}.dash-status-picker button.active{color:#fff;background:#0f172a;border-color:#0f172a;font-weight:600}.dash-btn-print-receipt{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;width:calc(100% - 24px);margin:0 12px 10px;padding:8px 12px;font-size:12px;font-weight:600;transition:background-color .15s,transform .1s;display:block}.dash-btn-print-receipt:hover{background-color:#1d4ed8}.dash-btn-print-receipt:active{transform:scale(.99)}.order-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172aa6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border-radius:16px;width:100%;max-width:380px;padding:24px;animation:.2s cubic-bezier(.16,1,.3,1) modalPop;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.order-modal h3{color:#0f172a;margin:0 0 4px;font-size:19px;font-weight:700}.order-modal p{color:#64748b;margin:4px 0 12px;font-size:13.5px}.order-modal ul{background:#f8fafc;border-radius:8px;flex-direction:column;gap:8px;margin:0 0 14px;padding:12px;font-size:13.5px;list-style:none;display:flex}.order-modal ul li{color:#1e293b;font-weight:500}.order-modal-total{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:20px!important}.order-modal-buttons{gap:10px;display:flex}.order-modal-buttons button{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:opacity .15s}.order-modal-buttons button:hover{opacity:.9}.order-modal-refuse{color:#991b1b;background:#fee2e2}.order-modal-confirm{color:#fff;background:#16a34a}.dash-table-select{appearance:none;color:#0f172a;cursor:pointer;background-color:#f8fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20'%3E%3Cpath fill='%2364748B' d='M5.5 7.5L10 12l4.5-4.5' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),none;background-position:right 14px center,0 0;background-repeat:no-repeat,repeat;background-size:18px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #cbd5e1;border-radius:10px;width:100%;margin-bottom:12px;padding:12px 46px 12px 14px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s,background .2s}.dash-table-select:hover{background-color:#fff;border-color:#94a3b8}.dash-table-select:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1f}.dash-table-select option{color:#0f172a;background:#fff}.dash-header-right{align-items:center;gap:12px;display:flex}.dash-settings-wrapper{position:relative}.dash-settings-btn{color:#475569;cursor:pointer;background:#f8fafc;border:none;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:all .2s;display:flex}.dash-settings-btn:hover{color:#0f172a;background:#e2e8f0;transform:rotate(25deg)}.dash-settings-menu{z-index:500;background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:240px;position:absolute;top:56px;right:0;overflow:hidden;box-shadow:0 20px 40px #0f172a1f}.dash-settings-menu button{text-align:left;cursor:pointer;color:#334155;background:0 0;border:none;width:100%;padding:14px 18px;font-size:14px;transition:all .15s}.dash-settings-menu button:hover{color:#2563eb;background:#f8fafc}.dash-settings-menu hr{border:none;border-top:1px solid #e5e7eb;margin:6px 0}.dash-settings-menu .danger{color:#dc2626}.dash-settings-menu .danger:hover{background:#fef2f2}.tables-page{box-sizing:border-box;color:#0f172a;background-color:#f8fafc;width:100%;min-height:100vh;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tables-page *{box-sizing:border-box;font-family:inherit}.tables-page .dash-header{margin-bottom:0}.tables-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-width:480px;margin:24px auto 0;padding:24px;display:block;box-shadow:0 1px 3px #0000000a}.tables-panel h2{color:#0f172a;letter-spacing:-.01em;margin:0 0 16px;font-size:18px;font-weight:700}.tables-add-form{align-items:stretch;gap:8px;display:flex}.tables-input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;flex:1;margin-bottom:12px;padding:10px 14px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}.tables-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.tables-add-form .dash-btn-primary{white-space:nowrap;opacity:1;flex:none;align-items:center;gap:6px;padding:11px 20px;display:flex}.tables-add-form .dash-btn-primary:disabled{opacity:1;background:#94a3b8}.tables-section-title{margin-top:32px;margin-bottom:12px}.tables-add-form{margin-bottom:4px}.tables-list{flex-direction:column;gap:8px;display:flex}.tables-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;transition:border-color .15s;display:flex}.tables-row:hover{border-color:#cbd5e1}.tables-row-name{color:#1e293b;font-size:13.5px;font-weight:500}.tables-delete-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px 8px;transition:background .15s;display:flex}.tables-delete-btn:hover:not(:disabled){background:#fef2f2}.tables-delete-btn:disabled{opacity:.5;cursor:not-allowed}.printers-pair-btn-wrap{justify-content:center;margin:16px 0 8px;display:flex}.printers-pair-btn{flex:none;padding:11px 24px}.printers-assign-title{margin-top:32px}.tables-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px;display:flex}.tables-row-actions{gap:8px;display:flex}.tables-print-btn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;display:inline-flex}.tables-print-btn:hover{background-color:#1d4ed8}.qr-print-container{display:none}@media print{body *{visibility:hidden}.qr-print-container,.qr-print-container *{visibility:visible}.qr-print-container{justify-content:center;align-items:center;width:100%;height:100vh;position:absolute;top:0;left:0;display:flex!important}.qr-card{text-align:center;background:#fff;border:2px solid #000;border-radius:16px;max-width:350px;padding:32px}.qr-card h2{margin-bottom:8px;font-size:24px}.qr-table-label{color:#333;margin-bottom:16px;font-size:20px;font-weight:700}.qr-footer{color:#666;margin-top:16px;font-size:12px}}.dash-order-details-backdrop{-webkit-backdrop-filter:blur(6px);z-index:1500;background:#0f172a73;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dash-order-details{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:100%;max-width:420px;max-height:80vh;padding:22px;animation:.2s cubic-bezier(.16,1,.3,1) modalPop;display:flex;overflow-y:auto;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000000f}.dash-order-details-header{justify-content:space-between;align-items:center;display:flex}.dash-order-details-header h3{color:#0f172a;margin:0;font-size:17px;font-weight:700}.dash-order-details-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:background .15s;display:flex}.dash-order-details-close:hover{color:#0f172a;background:#e2e8f0}.dash-order-note{color:#64748b;margin:0;font-size:13px;font-style:italic}.dash-order-items{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dash-order-item-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.dash-order-item-name{color:#1e293b;flex:1;font-size:13.5px;font-weight:500}.dash-order-item-controls{background:#fff;border-radius:20px;align-items:center;gap:6px;padding:3px 8px;display:flex;box-shadow:inset 0 0 0 1px #e2e8f0}.dash-order-item-controls button{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-weight:700;transition:background .1s;display:flex}.dash-order-item-controls button:hover{background:#e2e8f0}.dash-order-item-controls span{text-align:center;min-width:14px;font-size:13px;font-weight:600}.dash-order-item-remove{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:4px;font-size:11px;display:flex;color:#991b1b!important;background:#fee2e2!important}.dash-order-item-remove:hover{background:#fecaca!important}.dash-order-item-price{text-align:right;color:#0f172a;min-width:70px;font-size:13px;font-weight:600}.dash-order-add-item-picker{border-top:1px solid #f1f5f9;flex-direction:column;gap:14px;max-height:240px;padding-top:12px;display:flex;overflow-y:auto}.dash-order-add-item-category h4{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 8px;font-size:11px;font-weight:700}.dash-order-add-item-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;display:grid}.dash-order-add-item-btn{color:#1e293b;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:12.5px;font-weight:500;transition:all .15s}.dash-order-add-item-btn:hover:not(:disabled){background:#eff6ff;border-color:#2563eb}.dash-order-add-item-btn:disabled{opacity:.45;cursor:not-allowed}.dash-order-details-toggle{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:calc(100% - 24px);margin:0 12px 10px;padding:7px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.dash-order-details-toggle:hover{color:#0f172a;background:#e2e8f0}.dash-btn-print-kitchen{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;width:calc(100% - 24px);margin:0 12px 10px;padding:8px 12px;font-size:12px;font-weight:600;transition:background-color .15s,transform .1s;display:block}.dash-btn-print-kitchen:hover{background-color:#1d4ed8}.dash-btn-print-kitchen:active{transform:scale(.99)}@media (width<=960px){.dashboard{grid-template-columns:1fr}}.billing-page{background:#f5f4f1;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.billing-card{background:#fff;border:1px solid #e4e2dc;border-radius:12px;width:100%;max-width:420px;padding:32px 28px}.billing-card h1{color:#1f1d1a;margin:0 0 10px;font-size:20px}.billing-sub{color:#6b6862;margin:0 0 20px;font-size:13.5px;line-height:1.6}.billing-error{color:#9a3b3b;font-size:13px}.billing-details{background:#faf9f6;border-radius:8px;flex-direction:column;gap:10px;margin-bottom:20px;padding:14px 16px;display:flex}.billing-details div{justify-content:space-between;font-size:13.5px;display:flex}.billing-details span{color:#6b6862}.billing-status-expired{color:#791f1f;text-transform:capitalize}.billing-status-suspended{color:#854f0b;text-transform:capitalize}.billing-cta-text{color:#6b6862;margin-bottom:20px;font-size:13px}.billing-logout{color:#3a2417;cursor:pointer;background:0 0;border:1px solid #d8d6cf;border-radius:8px;width:100%;padding:10px;font-size:13.5px;font-weight:600}.billing-logout:hover{background:#faf9f6}.menu-editor{color:#0f172a;background:#f8fafc;min-height:100vh;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.menu-editor-loading{color:#64748b;justify-content:center;align-items:center;min-height:100vh;font-size:18px;font-weight:500;display:flex}.menu-editor-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.menu-editor-header h1{letter-spacing:-.02em;margin:0;font-size:32px;font-weight:700}.menu-add-category{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.menu-add-category:hover{background:#1d4ed8}.menu-add-category:active{transform:scale(.98)}.menu-category{margin-bottom:48px}.menu-category-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.menu-category-header h2{color:#1e293b;margin:0;font-size:22px;font-weight:600}.category-actions{align-items:center;gap:10px;display:flex}.category-actions button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s}.category-actions button:hover{background:#f1f5f9;border-color:#94a3b8}.category-actions .btn-add-item{color:#fff;background:#0f172a;border:none}.category-actions .btn-add-item:hover{background:#1e293b}.category-actions .btn-delete-category.danger{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.category-actions .btn-delete-category.danger:hover{background:#fee2e2;border-color:#f87171}.menu-item-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.menu-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:space-between;padding:20px;transition:all .25s;display:flex;box-shadow:0 4px 12px #00000008}.menu-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px #00000012}.menu-card h3{color:#0f172a;margin:0;font-size:18px;font-weight:600}.menu-card p{color:#64748b;min-height:40px;margin-top:8px;margin-bottom:0;font-size:14px;line-height:1.4}.menu-card-bottom{justify-content:space-between;align-items:center;margin:20px 0 16px;display:flex}.price{color:#0f172a;font-size:20px;font-weight:700}.available{color:#15803d;background:#dcfce7;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.hidden{color:#b91c1c;background:#fee2e2;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.menu-card-actions{gap:10px;display:flex}.menu-card-actions button{cursor:pointer;color:#334155;background:#f1f5f9;border:none;border-radius:8px;flex:1;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.menu-card-actions button:hover{background:#e2e8f0}.menu-card-actions .danger{color:#dc2626;background:#fef2f2}.menu-card-actions .danger:hover{background:#fee2e2}.drawer-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f172a66;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{box-sizing:border-box;background:#fff;width:100%;max-width:420px;height:100vh;padding:32px;animation:.25s cubic-bezier(.16,1,.3,1) slideIn;overflow-y:auto;box-shadow:-10px 0 30px #0000001a}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer h2{margin-top:0;margin-bottom:24px;font-size:24px;font-weight:700}.drawer label{color:#475569;text-transform:uppercase;letter-spacing:.03em;margin-top:18px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.drawer input[type=text],.drawer input[type=number],.drawer textarea,.drawer select{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:12px;font-size:14px;transition:all .2s}.drawer input:focus,.drawer textarea:focus,.drawer select:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.drawer textarea{resize:vertical;min-height:90px}.switch-container{align-items:center;gap:12px;margin-top:24px;display:flex}.switch{width:48px;height:26px;margin:0;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:#cbd5e1;border-radius:30px;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a}.switch input:checked+.slider{background:#2563eb}.switch input:checked+.slider:before{transform:translate(22px)}.drawer-buttons{gap:12px;margin-top:36px;display:flex}.drawer-buttons button{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.drawer-buttons button:hover{background:#f1f5f9}.drawer-buttons .save{color:#fff;background:#2563eb;border:none}.drawer-buttons .save:hover{background:#1d4ed8}.header-left{flex-direction:column;gap:8px;display:flex}.btn-back-dashboard{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;width:fit-content;padding:0;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex}.btn-back-dashboard:hover{color:#2563eb}
