.app[data-v-8c766732]{min-height:100vh;background-color:#f5f5f0}@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,-apple-system,sans-serif;--color-bg-primary: #f5f5f0;--color-bg-secondary: #ffffff;--color-text-primary: #1a1a1a;--color-text-secondary: #7a7a72;--color-border: #e0e0d8;--color-border-light: #d0d0c8;--color-status-new: #4a9eff;--color-status-preparing: #ffa500;--color-status-dispatched: #4caf50;--color-status-cancelled: #999999;--color-danger: #ff4444;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem}.dashboard{display:flex;flex-direction:column;height:100vh;background-color:#f5f5f0}.dashboard-header{background-color:#fff;border-bottom:1px solid #e0e0d8;padding:1rem 2rem;box-shadow:0 2px 4px #0000000d}.header-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logout-btn{padding:.5rem 1rem;background-color:#f5f5f0;border:1px solid #d0d0c8;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#1a1a1a;transition:all .2s ease}.logout-btn:hover{background-color:#e8e8e0;border-color:#c0c0b8}.dashboard-main{flex:1;display:flex;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto;width:100%;overflow:hidden}.dashboard-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.dashboard-content{flex:1;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.loading-state,.empty-state{display:flex;align-items:center;justify-content:center;height:400px;background-color:#fff;border-radius:.5rem;color:#7a7a72;font-size:1rem}@media (max-width: 1024px){.dashboard-main{flex-direction:column;gap:1rem}.dashboard-sidebar{width:100%}}.menu-btn{padding:.5rem 1rem;background-color:#1a1a1a;border:1px solid #1a1a1a;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#fff;transition:all .2s ease}.menu-btn:hover{background-color:#333;border-color:#333}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.5}#app{width:100%;height:100%}input,select,textarea{font-family:inherit}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.logo{width:32px;height:32px}.text-primary-600{color:#1a1a1a}.bg-primary-500{background-color:#1a1a1a}.menu-management{min-height:100vh;background-color:#f5f5f0}.page-header{background-color:#fff;border-bottom:1px solid #e0e0d8;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000000d}.header-left{display:flex;flex-direction:row;gap:.5rem}.header-title{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0}.back-link{display:flex;align-items:center;font-size:.875rem;color:#7a7a72;background:none;border:none;cursor:pointer;padding:0;gap:.25rem}.header-controls{display:flex;gap:1rem;align-items:center}.add-btn{padding:.5rem 1rem;background-color:#1a1a1a;color:#fff;border:none;border-radius:.375rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer}.page-main{max-width:1200px;margin:2rem auto;padding:0 2rem}.category-section{margin-bottom:2.5rem}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.accent-line{width:4px;height:24px;background-color:#1a1a1a;border-radius:2px}.category-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.item-count{font-size:.75rem;color:#7a7a72;background:#e0e0d8;padding:.125rem .5rem;border-radius:1rem}.items-card{background:#fff;border:1px solid #e0e0d8;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 4px #00000005}.menu-table{width:100%;border-collapse:collapse}.item-row{border-bottom:1px solid #f0f0e8}.item-row:last-child{border-bottom:none}.item-info{padding:1.25rem}.item-meta{display:flex;gap:1rem}.icon-wrapper{width:40px;height:40px;background:#f5f5f0;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-icon{width:20px;color:#1a1a1a}.text-group{display:flex;flex-direction:column}.item-name{font-weight:600;color:#1a1a1a}.item-desc{font-size:.875rem;color:#7a7a72;margin:.25rem 0 0}.unavailable-badge{font-size:.625rem;font-weight:700;color:#c62828;background:#ffebee;width:fit-content;padding:.125rem .375rem;border-radius:.25rem;margin-top:.5rem;text-transform:uppercase}.item-price{padding:1.25rem;font-weight:600;color:#1a1a1a}.item-actions{padding:1.25rem;text-align:right}.actions-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.toggle-switch{width:36px;height:20px;background:#d0d0c8;border-radius:10px;position:relative;border:none;cursor:pointer;transition:background .2s}.toggle-switch.is-active{background:#111}.toggle-nob{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s}.toggle-switch.is-active .toggle-nob{transform:translate(16px)}.divider{width:1px;height:20px;background:#e0e0d8}.action-btn{background:none;border:none;color:#7a7a72;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s}.action-btn:hover{background:#f5f5f0;color:#1a1a1a}.action-btn.delete:hover{background:#ffebee;color:#c62828}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal-card{background:#fff;width:100%;max-width:500px;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;overflow:hidden}.modal-card.mini{max-width:360px}.modal-header{padding:1.5rem;border-bottom:1px solid #e0e0d8;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.25rem}.modal-body{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;background:#fafaf8;border:1px solid #d0d0c8;border-radius:.375rem;font-family:inherit}.form-row{display:grid;gap:1rem}.modal-footer{padding:1.5rem;background:#fafaf8;border-top:1px solid #e0e0d8;display:flex;justify-content:flex-end;gap:1rem}.cancel-btn{background:none;border:1px solid #d0d0c8;padding:.625rem 1.25rem;border-radius:.375rem;font-weight:600;cursor:pointer}.save-btn{background:#1a1a1a;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:.375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem}.delete-btn{background:#c62828;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:.375rem;font-weight:600;cursor:pointer}.alert-icon-wrapper{width:64px;height:64px;background:#ffebee;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.alert-icon{color:#c62828;width:32px;height:32px}.text-center{text-align:center}.icon{width:20px;height:20px}.icon-small{width:16px;height:16px}.loading-state,.error-state{text-align:center;padding:4rem;background:#fff;border-radius:.5rem;border:1px solid #e0e0d8}.spinner{animation:spin 2s linear infinite;width:40px;height:40px;color:#1a1a1a;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}
