.form-label{margin-bottom:6px;font-size:14px;font-weight:600;display:block}.form-control{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-width:220px;padding:10px 12px}.form-control:focus{border-color:#0f4c81}.secondary-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:8px;padding:10px 16px;font-weight:600}.secondary-button:hover{opacity:.9}.alert-error{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:20px;padding:12px 16px}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-body{flex:1;min-height:calc(100vh - 64px);display:flex}.app-content{flex:1;padding:24px;overflow-x:hidden}.navbar{color:#fff;z-index:1000;background:#0f4c81;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.navbar-brand h2{font-size:22px;font-weight:700}.navbar-user{align-items:center;gap:16px;display:flex}.navbar-user-info{flex-direction:column;align-items:flex-end;display:flex}.navbar-user-info span{font-weight:600}.navbar-user-info small{opacity:.85;font-size:12px}.logout-button{color:#0f4c81;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:8px 14px;font-weight:600;transition:all .2s}.logout-button:hover{opacity:.9}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:230px;padding:20px 12px;transition:width .25s;overflow:hidden}.sidebar.collapsed{width:60px;padding:20px 8px}.sidebar-toggle{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;width:100%;margin-bottom:14px;padding:8px;font-size:14px;font-weight:700;transition:all .2s}.sidebar-toggle:hover{color:#0f4c81;background:#eef4fa}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.sidebar-link{color:#374151;white-space:nowrap;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.sidebar-link:hover{color:#0f4c81;background:#eef4fa}.sidebar-link.active{color:#fff;background:#0f4c81}.sidebar-icon{flex-shrink:0;font-size:18px}.sidebar.collapsed .sidebar-link{justify-content:center;padding:12px}.page-container{box-sizing:border-box;width:100%;max-width:100%}.page-title{margin-bottom:20px}.page-title h1{margin-bottom:5px;font-size:26px}.page-title p{color:#6b7280}.card{box-sizing:border-box;background:#fff;border-radius:10px;width:100%;min-width:0;max-width:100%;padding:20px;box-shadow:0 1px 4px #00000014}@media (width<=768px){.navbar{flex-direction:column;align-items:flex-start;gap:10px;height:auto;padding:12px 16px}.navbar-user{justify-content:space-between;width:100%}.navbar-user-info{align-items:flex-start}.app-body{flex-direction:column}.app-content{padding:16px}.sidebar,.sidebar.collapsed{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;height:auto;padding:8px 12px;transition:none}.sidebar-toggle{display:none}.sidebar-nav{flex-direction:row;gap:4px;padding-bottom:2px;overflow-x:auto}.sidebar-link{text-align:center;white-space:nowrap;flex-direction:column;gap:4px;padding:8px 12px;font-size:11px}.sidebar.collapsed .sidebar-link{justify-content:flex-start;padding:8px 12px}.sidebar-icon{font-size:20px}.sidebar .sidebar-label{display:inline!important}}.login-page{background:linear-gradient(135deg,#0f4c81 0%,#1a6bb5 50%,#0d3d6e 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:18px;width:100%;max-width:420px;padding:26px 30px;animation:.4s loginFadeIn;box-shadow:0 24px 60px #00000040,0 8px 20px #0000001f}@keyframes loginFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:18px}.login-logo{color:#fff;background:#0f4c81;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:8px;font-size:24px;font-weight:800;display:inline-flex;box-shadow:0 6px 18px #0f4c8166}.login-header h1{color:#111827;margin-bottom:4px;font-size:22px;font-weight:800}.login-header p{color:#6b7280;font-size:13px}.login-form{flex-direction:column;gap:12px;display:flex}.login-field{flex-direction:column;gap:6px;display:flex}.login-label{color:#374151;font-size:13px;font-weight:600}.login-input{color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:15px;transition:border-color .2s,background .2s,box-shadow .2s}.login-input:focus{background:#fff;border-color:#0f4c81;box-shadow:0 0 0 3px #0f4c811f}.login-input::placeholder{color:#9ca3af}.password-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.password-input-wrapper .login-input{padding-right:44px}.password-toggle-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:color .2s,background-color .2s;display:flex;position:absolute;right:10px}.password-toggle-btn:hover{color:#111827;background-color:#0000000d}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;display:flex}.login-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:10px;width:100%;margin-top:4px;padding:14px;font-size:15px;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #0f4c8159}.login-button:hover:not(:disabled){background:#0d3d6e;transform:translateY(-1px);box-shadow:0 6px 20px #0f4c8173}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.65;cursor:not-allowed}.login-footer{text-align:center;color:#9ca3af;margin-top:24px;font-size:12px}@media (width<=480px){.login-card{padding:30px 22px}.login-header h1{font-size:22px}}.login-card-wide{max-width:480px;padding:20px 26px}.login-mode-switch{border-bottom:1px solid #e5e7eb;justify-content:center;margin-bottom:14px;padding-bottom:8px;display:flex}.login-mode-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:700;transition:all .2s}.login-mode-btn.active{color:#0f4c81;background:#eff6ff}.wizard-steps-container{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex;position:relative}.wizard-step-item{z-index:2;cursor:pointer;flex-direction:column;align-items:center;gap:3px;display:flex;position:relative}.wizard-step-circle{color:#6b7280;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.wizard-step-item.active .wizard-step-circle{color:#fff;background:#0f4c81;border-color:#0f4c81;box-shadow:0 3px 8px #0f4c814d}.wizard-step-item.completed .wizard-step-circle{color:#fff;background:#16a34a;border-color:#16a34a}.wizard-step-label{color:#6b7280;text-align:center;font-size:11px;font-weight:600}.wizard-step-item.active .wizard-step-label{color:#0f4c81;font-weight:700}.wizard-step-line{background:#e5e7eb;flex:1;height:2px;margin:0 8px;position:relative;top:-8px}.wizard-step-line.completed{background:#16a34a}.wizard-info-badge{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:12px;display:flex}.wizard-btn-row{gap:10px;margin-top:8px;display:flex}.login-btn-secondary{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;flex:1;padding:10px;font-size:13px;font-weight:600;transition:background .2s}.login-btn-secondary:hover{background:#e5e7eb}.login-switch-link{text-align:center;color:#0f4c81;cursor:pointer;margin-top:12px;font-size:12px;font-weight:600;text-decoration:none;display:block}.login-switch-link:hover{text-decoration:underline}.logout-overlay{z-index:9000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.2s overlayFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.logout-modal{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:380px;padding:36px 32px;animation:.25s modalSlideIn;box-shadow:0 24px 60px #0003,0 8px 20px #0000001a}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.logout-modal-icon{margin-bottom:16px;font-size:48px}.logout-modal-title{color:#111827;margin-bottom:10px;font-size:22px;font-weight:800}.logout-modal-message{color:#6b7280;margin-bottom:28px;font-size:14px;line-height:1.6}.logout-modal-actions{gap:12px;display:flex}.logout-cancel-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.logout-cancel-btn:hover{background:#f3f4f6;border-color:#d1d5db}.logout-confirm-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;flex:1;padding:12px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #dc26264d}.logout-confirm-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 6px 16px #dc262666}@media (width<=420px){.logout-modal{padding:28px 20px}.logout-modal-actions{flex-direction:column}}.cashier-layout{box-sizing:border-box;grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:20px;width:100%;max-width:100%;display:grid}.cashier-catalog{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;min-width:0;max-width:100%;display:flex}.cashier-categories{-webkit-overflow-scrolling:touch;box-sizing:border-box;gap:10px;width:100%;max-width:100%;padding-bottom:6px;display:flex;overflow-x:auto}.cashier-category{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbe3ea;border-radius:20px;flex-shrink:0;padding:10px 16px;font-weight:600}.cashier-category:hover{color:#0f4c81;background:#eef4fa}.cashier-category.active{color:#fff;background:#0f4c81;border-color:#0f4c81}.cashier-products{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;width:100%;max-width:100%;display:grid}.cashier-product{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:space-between;gap:10px;min-height:130px;padding:16px;transition:all .2s;display:flex}.cashier-product:hover{border-color:#0f4c81;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.cashier-product strong{font-size:16px}.cashier-product span{color:#6b7280;font-size:13px}.cashier-product b{color:#0f4c81;font-size:18px}.cashier-header-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.cashier-search-wrapper{flex:1;align-items:center;min-width:220px;display:flex;position:relative}.cashier-search-wrapper .search-icon{color:#9ca3af;pointer-events:none;font-size:14px;position:absolute;left:12px}.cashier-search-input{box-sizing:border-box;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:9px 36px;font-size:14px;transition:all .2s}.cashier-search-input:focus{background:#fff;border-color:#0f4c81;box-shadow:0 0 0 3px #0f4c811f}.clear-search-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:14px;position:absolute;right:10px}.clear-search-btn:hover{color:#374151}.cashier-products-scroll-container{max-height:calc(100vh - 280px);padding-right:4px;overflow-y:auto}.cashier-products-scroll-container::-webkit-scrollbar{width:6px}.cashier-products-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.cashier-products-list{width:100%}.cashier-table{border-collapse:collapse;width:100%}.cashier-table th{text-align:left;color:#6b7280;text-transform:uppercase;border-bottom:2px solid #e5e7eb;padding:10px 12px;font-size:12px;font-weight:700}.cashier-table-row{cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .15s}.cashier-table-row:hover{background:#f0f9ff}.cashier-table-row td{color:#374151;padding:10px 12px;font-size:14px}.product-name-cell strong{color:#111827}.product-desc-cell{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-size:13px;overflow:hidden}.product-price-cell{color:#0f4c81;font-weight:700}.btn-add-table{color:#0f4c81;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:700;transition:all .15s}.btn-add-table:hover{color:#fff;background:#0f4c81}.cashier-cart{box-sizing:border-box;flex-direction:column;align-self:flex-start;width:100%;min-width:0;max-width:100%;max-height:calc(100vh - 40px);display:flex;position:sticky;top:20px}.cashier-cart-items{flex:1;min-height:120px;max-height:calc(100vh - 340px);overflow-y:auto}.cashier-cart-item{border-bottom:1px solid #e5e7eb;padding:14px 0}.cart-item-top{justify-content:space-between;gap:10px;display:flex}.cart-item-top>div{flex-direction:column;gap:4px;display:flex}.cart-item-top span{color:#6b7280;font-size:13px}.cart-options{color:#6b7280;margin:10px 0 0 18px;font-size:13px}.cart-notes{color:#6b7280;margin-top:8px;font-size:13px;font-style:italic}.cart-item-subtotal{text-align:right;color:#0f4c81;margin-top:10px;display:block}.cashier-payment{border-top:2px solid #e5e7eb;flex-direction:column;gap:14px;margin-top:18px;padding-top:18px;display:flex}.cashier-total{justify-content:space-between;align-items:center;display:flex}.cashier-total span{font-size:18px}.cashier-total strong{color:#0f4c81;font-size:30px}.cashier-change{color:#166534;background:#f0fdf4;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.checkout-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:10px;padding:15px;font-size:17px;font-weight:700}.checkout-button:hover{opacity:.92}.checkout-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{z-index:3000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;flex-direction:column;width:min(720px,100%);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:20px;padding:20px;display:flex}.modal-body{padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.modal-total{flex-direction:column;display:flex}.modal-total strong{color:#0f4c81;font-size:24px}.modal-actions{gap:10px;display:flex}.cashier-option-group{border-bottom:1px solid #e5e7eb;margin-bottom:20px;padding:0 0 20px}.cashier-option-group-header{justify-content:space-between;gap:10px;margin-bottom:12px;display:flex}.option-rules{flex-wrap:wrap;gap:6px;margin-top:5px;display:flex}.option-rules span{color:#0f4c81;background:#eef4fa;border-radius:20px;padding:3px 7px;font-size:11px}.cashier-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cashier-option{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;transition:all .15s ease-in-out;display:flex}.cashier-option:hover{background:#f8fafc;border-color:#0f4c81}.cashier-option.selected{color:#0f4c81;background:#eff6ff;border:2px solid #0f4c81;font-weight:600;box-shadow:0 2px 8px #0f4c8126}.option-name-wrapper{align-items:center;gap:10px;display:flex}.option-check-badge{color:#0000;background:#fff;border:1.5px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:800;transition:all .15s;display:inline-flex}.option-check-badge.checked{color:#fff;background:#0f4c81;border-color:#0f4c81}.cashier-option.selected strong{color:#0f4c81;background:#dbeafe;border-radius:6px;padding:3px 8px;font-size:13px}.cashier-product-extra{flex-direction:column;gap:16px;display:flex}.quantity-stepper-container{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;align-items:center;width:fit-content;padding:4px;display:inline-flex}.quantity-btn-minus,.quantity-btn-plus{color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;font-weight:700;transition:all .15s;display:flex;box-shadow:0 1px 3px #00000014}.quantity-btn-plus{color:#fff;background:#0f4c81;box-shadow:0 2px 6px #0f4c8140}.quantity-btn-minus:hover:not(:disabled){background:#e5e7eb}.quantity-btn-plus:hover:not(:disabled){background:#0b3c67;transform:translateY(-1px)}.quantity-btn-minus:disabled{opacity:.35;cursor:not-allowed;box-shadow:none;background:#f3f4f6}.quantity-value-input{text-align:center;color:#111827;-webkit-appearance:none;appearance:textfield;background:0 0;border:none;outline:none;width:56px;height:38px;font-size:17px;font-weight:800}.quantity-value-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-value-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (width<=1024px){.cashier-layout{grid-template-columns:1fr}.cashier-cart{width:100%;position:static}}@media (width<=650px){.cashier-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cashier-product{min-height:110px;padding:12px}.cashier-product strong{font-size:14px}.cashier-product b{font-size:16px}.cashier-options-grid{grid-template-columns:1fr}.modal-footer{flex-direction:column;align-items:stretch}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}@media (width<=400px){.cashier-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cashier-product{padding:10px 8px}}.users-layout{grid-template-columns:minmax(300px,380px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.user-form{flex-direction:column;gap:15px;display:flex}.form-group{width:100%}.checkbox-row{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.checkbox-row input{width:16px;height:16px}.user-form-actions{gap:10px;margin-top:5px;display:flex}.cancel-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 16px;font-weight:600}.cancel-button:hover{background:#f3f4f6}.table-actions{flex-wrap:wrap;gap:7px;display:flex}.edit-button,.delete-button{cursor:pointer;border:none;border-radius:6px;padding:7px 10px;font-size:13px;font-weight:600}.edit-button{color:#075985;background:#e0f2fe}.edit-button:hover{background:#bae6fd}.delete-button{color:#991b1b;background:#fee2e2}.delete-button:hover{background:#fecaca}.status-badge{border-radius:20px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-block}.status-badge.active{color:#166534;background:#dcfce7}.status-badge.inactive{color:#6b7280;background:#f3f4f6}.alert-success{color:#166534;background:#dcfce7;border-radius:8px;margin-bottom:20px;padding:12px 16px}@media (width<=1024px){.users-layout{grid-template-columns:1fr;gap:16px}}@media (width<=640px){.user-form-actions{flex-direction:column;gap:8px}.user-form-actions button{width:100%}.table-actions{flex-direction:column;gap:4px}.table-actions button{width:100%}}.inventory-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.summary-card{background:#fff;border-radius:10px;flex-direction:column;gap:8px;padding:18px;display:flex;box-shadow:0 1px 4px #00000014}.summary-card span{color:#6b7280;font-size:14px}.summary-card strong{color:#0f4c81;font-size:28px}.inventory-actions{justify-content:flex-end;margin-bottom:18px;display:flex}.inventory-tabs{gap:8px;margin-bottom:16px;display:flex;overflow-x:auto}.inventory-tab{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:8px;padding:10px 16px;font-weight:600;box-shadow:0 1px 3px #00000014}.inventory-tab:hover{color:#0f4c81;background:#eef4fa}.inventory-tab.active{color:#fff;background:#0f4c81}.table-wrapper{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:700px}.data-table th{color:#374151;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:2px solid #e5e7eb;padding:12px;font-size:13px}.data-table td{border-bottom:1px solid #e5e7eb;padding:12px;font-size:14px}.data-table tbody tr:hover{background:#f9fafb}@media (width<=1024px){.inventory-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.section-header{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;margin-bottom:18px;display:flex}.section-header>div{text-align:left}@media (width<=640px){.section-header{text-align:left;flex-direction:column;align-items:flex-start;gap:10px}.section-header button{align-self:flex-start}.inventory-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.summary-card{padding:12px}.summary-card strong{font-size:22px}.inventory-actions{justify-content:stretch}.inventory-actions button{width:100%}.inventory-tabs{-webkit-overflow-scrolling:touch;padding-bottom:6px;overflow-x:auto}}.products-toolbar-container{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;max-width:100%;box-shadow:0 1px 4px #0000000f}.products-toolbar-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;width:100%;display:flex}.tab-toolbar-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:20px;display:flex}.tab-toolbar-left{flex-wrap:wrap;flex:1;align-items:center;gap:12px;min-width:280px;display:flex}.search-bar-flex{flex:1;min-width:220px}.search-bar-flex .catalog-search-bar-container{margin-bottom:0}.dropdown-filter-flex{width:240px;max-width:100%}.category-filter-group{flex-direction:column;flex:1;gap:4px;min-width:260px;display:flex}.category-select-wrapper{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.category-select-wrapper .form-control,.category-select-wrapper .custom-select-container{flex:1;width:auto;min-width:180px}.category-select-wrapper button{white-space:nowrap;justify-content:center;align-items:center;height:40px;display:flex}.products-actions-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.products-actions-group button{white-space:nowrap;justify-content:center;align-items:center;height:40px;display:flex}.products-layout{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);align-items:start;gap:20px;display:grid}.catalog-products-scroll-container{max-height:calc(100vh - 300px);padding-right:4px;overflow-y:auto}.catalog-products-scroll-container::-webkit-scrollbar{width:6px}.catalog-products-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.product-detail-card{align-self:flex-start;max-height:calc(100vh - 40px);position:sticky;top:20px;overflow-y:auto}.section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-header h2{font-size:20px}.section-header span{color:#6b7280;font-size:14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;display:grid}.product-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:16px;transition:all .2s}.product-card:hover{border-color:#0f4c81;box-shadow:0 3px 10px #00000014}.product-card.selected{background:#eef4fa;border-color:#0f4c81}.product-card-header{margin-bottom:8px}.product-card p{color:#6b7280;margin-bottom:12px;font-size:14px}.product-price{color:#0f4c81;font-size:18px;font-weight:700;display:block}.selected-product{border-bottom:1px solid #e5e7eb;margin-bottom:18px;padding-bottom:18px}.selected-product h3{margin-bottom:8px}.selected-product p{color:#6b7280;margin-bottom:10px}.option-groups{flex-direction:column;gap:14px;display:flex}.option-group-card{border:1px solid #e5e7eb;border-radius:10px;padding:14px}.option-group-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.required-badge{color:#92400e;background:#fef3c7;border-radius:20px;padding:4px 7px;font-size:11px;font-weight:700}.option-list{flex-direction:column;display:flex}.option-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:20px;padding:9px 0;display:flex}.option-item:last-child{border-bottom:none}.empty-state{text-align:center;color:#6b7280;padding:30px 10px}.muted-text{color:#6b7280;font-size:14px}@media (width<=1024px){.products-layout{grid-template-columns:1fr}}@media (width<=640px){.products-toolbar-row{flex-direction:column;align-items:stretch;gap:12px}.category-filter-group{width:100%;min-width:0}.category-select-wrapper{width:100%}.category-select-wrapper .form-control{width:100%;min-width:0}.products-actions-group{flex-direction:column;align-items:stretch;width:100%}.products-actions-group button{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:4px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.product-card{padding:12px}.product-price{font-size:16px}}.kitchen-toolbar{align-items:center;gap:20px;width:100%;margin-bottom:28px;display:flex}.kitchen-summary{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-width:0;display:grid}.kitchen-summary .summary-card{box-sizing:border-box;width:100%;min-width:0}.kitchen-toolbar>.secondary-button{white-space:nowrap;flex-shrink:0}.kitchen-connection{align-items:center;gap:8px;margin-bottom:18px;font-size:14px;font-weight:600;display:flex}.signalr-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.signalr-dot.connected{background:#16a34a}.signalr-dot.disconnected{background:#dc2626}.kitchen-three-columns{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;width:100%;display:grid}.kitchen-three-columns>section{min-width:0}.kitchen-column-header{justify-content:space-between;align-items:center;gap:12px;min-height:48px;margin-bottom:16px;display:flex}.kitchen-column-header>div{min-width:0}.kitchen-column-header h2{margin:0;font-size:22px;line-height:1.2}.kitchen-column-header p{margin:4px 0 0}.kitchen-column-header>span{color:#fff;background:#0f4c81;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:42px;height:42px;padding:0 10px;font-size:16px;font-weight:700;display:flex}.kitchen-orders-grid{flex-direction:column;gap:16px;display:flex}.kitchen-order-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:18px;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 4px #00000014}.kitchen-order-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.kitchen-order-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:14px;display:flex}.kitchen-order-label{color:#6b7280;text-transform:uppercase;margin-bottom:3px;font-size:12px;font-weight:600;display:block}.kitchen-order-header h3{color:#111827;margin:0;font-size:20px}.order-status{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.order-status.pendiente{color:#991b1b;background:#fee2e2}.order-status.preparando{color:#92400e;background:#fef3c7}.order-status.listo{color:#166534;background:#dcfce7}.kitchen-order-meta{color:#6b7280;justify-content:space-between;gap:12px;padding:12px 0;font-size:13px;display:flex}.kitchen-order-meta span{flex-direction:column;gap:3px;display:flex}.kitchen-order-meta strong{color:#374151;font-size:14px}.kitchen-note{color:#4b5563;background:#f8fafc;border-left:3px solid #0f4c81;border-radius:6px;margin-top:10px;padding:10px 12px;font-size:13px;line-height:1.4}.kitchen-order-items{flex-direction:column;gap:6px;margin-top:4px;display:flex}.kitchen-item{background:#f9fafb;border:1px solid #eef0f2;border-radius:8px;padding:8px 12px}.kitchen-item>strong{color:#111827;font-size:19px;line-height:1.4;display:block}.kitchen-options{color:#6b7280;margin:4px 0 0 18px;padding:0;font-size:16px}.kitchen-options li{margin-bottom:4px}.kitchen-options li:last-child{margin-bottom:0}.kitchen-prepare-button{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;width:100%;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:700;transition:all .2s}.kitchen-prepare-button:hover{background:#d97706}.kitchen-prepare-button:disabled{opacity:.5;cursor:not-allowed}.kitchen-ready-button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;width:100%;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:700;transition:all .2s}.kitchen-ready-button:hover{background:#15803d}.kitchen-ready-button:disabled{opacity:.5;cursor:not-allowed}.kitchen-orders-grid .empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;min-height:74px;display:flex;box-shadow:0 1px 4px #0000000f}@media (width<=1024px){.kitchen-three-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.kitchen-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (width<=768px){.kitchen-toolbar{flex-direction:column;align-items:stretch;gap:12px}.kitchen-three-columns{grid-template-columns:1fr}.kitchen-toolbar>.secondary-button{width:100%}}@media (width<=550px){.kitchen-summary{grid-template-columns:1fr;gap:10px}.kitchen-order-card{padding:14px}.kitchen-item>strong{font-size:16px}.kitchen-options{margin-left:12px;font-size:13px}.kitchen-order-meta{flex-direction:column;gap:6px}.kitchen-column-header{margin-bottom:12px}.kitchen-column-header h2{font-size:18px}}.orders-toolbar{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:100%;margin-bottom:20px;padding:14px 18px;display:flex;box-shadow:0 1px 4px #0000000f}.orders-toolbar strong{color:#0f4c81;font-size:20px}.orders-layout{box-sizing:border-box;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;gap:20px;width:100%;min-width:0;max-width:100%;display:grid}.orders-layout>section{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.order-detail-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;max-height:calc(100vh - 104px);position:sticky;top:84px;overflow-y:auto}.table-wrapper{-webkit-overflow-scrolling:touch;box-sizing:border-box;width:100%;min-width:0;max-width:100%;display:block;overflow-x:auto}.table-wrapper .data-table{min-width:520px}.order-detail{flex-direction:column;gap:22px;display:flex}.order-detail-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.order-detail-header h3{color:#111827;margin-top:4px;font-size:24px}.order-detail-header-meta{color:#4b5563;flex-direction:column;align-items:flex-end;gap:2px;font-size:13px;display:flex}.order-detail-header-meta span{color:#6b7280}.order-detail-header-meta strong{color:#111827}.order-status-wrapper{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.order-detail-totals-small{color:#4b5563;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px;display:flex}.order-detail-totals-small span{color:#6b7280}.order-detail-totals-small strong{color:#111827;font-weight:600}.order-status{color:#374151;white-space:nowrap;background:#f3f4f6;border-radius:20px;justify-content:center;align-items:center;padding:6px 11px;font-size:12px;font-weight:700;display:inline-flex}.order-status.preparing{color:#92400e;background:#fef3c7}.order-status.ready{color:#166534;background:#dcfce7}.order-status.delivered{color:#1e40af;background:#dbeafe}.order-status.cancelled{color:#991b1b;background:#fee2e2}.order-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.order-info-grid>div{background:#f8fafc;border:1px solid #eef0f2;border-radius:8px;flex-direction:column;gap:5px;padding:14px;display:flex}.order-info-grid span{color:#6b7280;font-size:12px}.order-info-grid strong{color:#111827;font-size:14px}.order-section{flex-direction:column;gap:12px;display:flex}.order-section h3{color:#111827;margin:0;font-size:17px}.order-items{flex-direction:column;gap:10px;display:flex}.order-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;padding:14px}.order-item-main{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-item-main>div{min-width:0}.order-item-main strong{color:#111827;font-size:14px}.order-item-main>strong{color:#0f4c81;white-space:nowrap}.order-options{color:#6b7280;margin-top:10px;padding-left:20px;font-size:13px}.order-options li{margin-bottom:4px}.order-options li:last-child{margin-bottom:0}.order-payments{flex-direction:column;gap:10px;display:flex}.order-payment{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;display:flex}.order-payment>div{flex-direction:column;gap:3px;min-width:0;display:flex}.order-payment>strong{color:#0f4c81;white-space:nowrap}.cancel-order-button{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s}.cancel-order-button:hover:not(:disabled){color:#fff;background:#dc2626;border-color:#dc2626}.cancel-order-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=1024px){.orders-layout{grid-template-columns:1fr}.order-detail-card{max-height:none;position:static;overflow:visible}}@media (width<=650px){.orders-toolbar{flex-direction:column;align-items:stretch;gap:10px}.orders-toolbar button{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.order-detail-header-meta{align-items:flex-start;margin-top:4px}.order-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.order-status-wrapper{align-items:flex-start;width:100%}.order-detail-totals-small{align-items:flex-start}.order-item-main,.order-payment{flex-direction:column;gap:6px}.order-payment>strong{align-self:flex-start}}@media (width<=768px){.welcome-banner-card{padding:20px}.welcome-details-grid{grid-template-columns:1fr;gap:14px}.welcome-banner-header{flex-direction:row;align-items:center;gap:14px}.welcome-banner-info h2{font-size:20px}}@keyframes modalFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{color:#1f2937;background:#f5f7fb;font-family:Arial,Helvetica,sans-serif}.custom-select-container{-webkit-user-select:none;user-select:none;width:100%;font-family:inherit;position:relative}.custom-select-trigger{cursor:pointer;box-sizing:border-box;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:44px;padding:10px 14px;transition:all .2s;display:flex}.custom-select-trigger:hover{background:#fff;border-color:#0f4c81}.custom-select-container.is-open .custom-select-trigger{background:#fff;border-color:#0f4c81;box-shadow:0 0 0 3px #0f4c811f}.custom-select-container.is-disabled .custom-select-trigger{cursor:not-allowed;opacity:.7;background:#f3f4f6;border-color:#e5e7eb}.custom-select-value{color:#111827;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex;overflow:hidden}.placeholder-text{color:#9ca3af;font-weight:400}.custom-select-icon{align-items:center;font-size:16px;display:flex}.custom-select-arrow{color:#6b7280;align-items:center;transition:transform .2s;display:flex}.custom-select-container.is-open .custom-select-arrow{color:#0f4c81;transform:rotate(180deg)}.custom-select-menu{z-index:9999;background:#fff;border:1px solid #e5e7eb;border-radius:12px;animation:.2s ease-out dropdownSlideDown;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 30px #0000002e,0 4px 12px #00000014}.custom-select-container.open-upwards .custom-select-menu{animation:.2s ease-out dropdownSlideUp;top:auto;bottom:calc(100% + 6px)}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.custom-select-search-box{background:#f9fafb;border-bottom:1px solid #f3f4f6;padding:8px 10px}.custom-select-search-indicator{color:#1e40af;background:#eff6ff;border-bottom:1px solid #dbeafe;justify-content:space-between;align-items:center;padding:6px 14px;font-size:12px;display:flex}.custom-select-clear-search{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:13px;font-weight:700;line-height:1}.custom-select-clear-search:hover{color:#1d4ed8}.custom-select-search-input{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:13px;transition:border-color .2s}.custom-select-search-input:focus{border-color:#0f4c81}.custom-select-options-list{max-height:220px;padding:6px 0;overflow-y:auto}.custom-select-options-list::-webkit-scrollbar{width:6px}.custom-select-options-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.custom-select-option{color:#374151;cursor:pointer;justify-content:space-between;align-items:center;padding:10px 14px;font-size:14px;transition:background .15s,color .15s;display:flex}.custom-select-option:hover{color:#0f4c81;background:#f0f9ff}.custom-select-option.is-selected{color:#0f4c81;background:#eff6ff;font-weight:600}.option-icon{margin-right:8px;font-size:16px}.option-content{flex-direction:column;flex:1;display:flex}.option-label{font-size:14px;line-height:1.3}.option-sublabel{color:#6b7280;margin-top:2px;font-size:11px}.option-check{color:#0f4c81;margin-left:8px;font-weight:700}.custom-select-no-options{text-align:center;color:#9ca3af;padding:16px;font-size:13px}.welcome-banner-card{color:#fff;background:linear-gradient(135deg,#0f4c81 0%,#1e3a8a 50%,#1d4ed8 100%);border-radius:16px;margin-bottom:24px;padding:28px 32px;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0f4c814d,0 8px 10px -6px #0f4c8133}.welcome-banner-card:before{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.welcome-banner-header{align-items:center;gap:20px;margin-bottom:24px;display:flex}.welcome-avatar-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex;box-shadow:0 4px 12px #0000001a}.welcome-banner-info{flex:1}.welcome-banner-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.welcome-banner-info h2{color:#fff;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800}.status-badge-active{color:#86efac;background:#22c55e33;border:1px solid #4ade8066;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.welcome-subtitle{color:#93c5fd;margin-top:4px;margin-bottom:0;font-size:14px}.welcome-details-grid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:16px;padding:16px 20px;display:grid}.welcome-detail-item{align-items:center;gap:12px;display:flex}.detail-icon{background:#ffffff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;display:flex}.detail-text{flex-direction:column;display:flex}.detail-label{color:#bfdbfe;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.detail-value{color:#fff;font-size:15px;font-weight:700}.role-badge{color:#fde047}.dashboard-kpis{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.dashboard-kpi-card{background:#fff;border-left:4px solid #0f4c81;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 4px #00000014}.dashboard-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f4c8126}.kpi-icon{font-size:36px;line-height:1}.kpi-label{color:#6b7280;margin-bottom:4px;font-size:13px}.kpi-value{color:#0f4c81;font-size:24px;font-weight:700}@media (width<=768px){.welcome-banner-card{padding:20px}.welcome-details-grid{grid-template-columns:1fr;gap:14px}.welcome-banner-header{flex-direction:row;align-items:center;gap:14px}.welcome-banner-info h2{font-size:20px}}.dashboard-main-tabs{border-bottom:2px solid #e5e7eb;gap:12px;margin-bottom:24px;padding-bottom:4px;display:flex}.dashboard-tab-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.dashboard-tab-btn:hover{color:#0f4c81;background:#0f4c810a}.dashboard-tab-btn.active{color:#0f4c81;background:#0f4c8114;border-bottom-color:#0f4c81}.config-subtabs{background:#fff;border-radius:12px;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:8px;display:flex;box-shadow:0 1px 3px #0000000d}.config-subtab-btn{color:#4b5563;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.config-subtab-btn:hover{color:#111827;background:#f3f4f6}.config-subtab-btn.active{color:#fff;background:#0f4c81;border-color:#0f4c81;box-shadow:0 2px 6px #0f4c8133}.config-panel{background:#fff;border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 4px 12px #0000000d}.config-panel-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.config-panel-header h3{color:#111827;align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;display:flex}.config-panel-subtitle{color:#6b7280;margin-top:4px;font-size:13px}.btn-primary{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s,transform .1s;display:inline-flex}.btn-primary:hover:not(:disabled){background:#0d3d6e;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#374151;cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s}.btn-secondary:hover{background:#d1d5db}.btn-danger{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-sm{padding:6px 12px;font-size:12px}.config-table-container{overflow-x:auto}.config-table{border-collapse:collapse;width:100%;margin-top:10px}.config-table th{color:#4b5563;text-transform:uppercase;letter-spacing:.05em;text-align:left;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-size:12px;font-weight:700}.config-table td{color:#1f2937;border-bottom:1px solid #f3f4f6;padding:14px 16px;font-size:14px}.config-table tr:hover{background:#f9fafb}.action-buttons{gap:8px;display:flex}.config-form{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:16px;display:grid}.form-group-full{grid-column:1/-1}.config-form-group{flex-direction:column;gap:6px;display:flex}.config-form-group label{color:#374151;font-size:13px;font-weight:600}.config-form-input{background:#f9fafb;border:1.5px solid #d1d5db;border-radius:8px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .2s,background .2s}.config-form-input:focus{background:#fff;border-color:#0f4c81;box-shadow:0 0 0 3px #0f4c811a}.maintenance-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:16px;display:grid}.maintenance-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;justify-content:space-between;gap:16px;padding:20px;transition:box-shadow .2s;display:flex}.maintenance-card:hover{box-shadow:0 4px 12px #00000014}.maintenance-card h4{color:#111827;align-items:center;gap:8px;margin:0 0 6px;font-size:16px;font-weight:700;display:flex}.maintenance-card p{color:#6b7280;margin:0;font-size:13px}.import-section{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:16px;display:grid}.import-box{text-align:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;padding:24px;transition:border-color .2s,background .2s}.import-box:hover{background:#f0f9ff;border-color:#0f4c81}.import-icon{color:#0f4c81;margin-bottom:12px;font-size:40px}.import-file-input{margin:16px 0}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:24px;animation:.2s ease-out modalFade;box-shadow:0 20px 25px -5px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.modal-header h3{margin:0;font-size:18px;font-weight:700}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:20px}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.config-alert{border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.config-alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.config-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.ticket-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172aa6;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.ticket-modal-content{box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:420px;max-height:90vh;padding:24px;display:flex;box-shadow:0 20px 40px #00000040}.ticket-modal-header{border-bottom:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.ticket-modal-header h2{color:#0f172a;margin:0;font-size:18px;font-weight:700}.close-ticket-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;line-height:1}.ticket-paper-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;padding:16px 12px;display:flex;overflow-y:auto}.ticket-paper{color:#000;box-sizing:border-box;background:#fff;border-top:3px dashed #cbd5e1;border-bottom:3px dashed #cbd5e1;width:290px;padding:20px 16px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.3;box-shadow:0 4px 12px #00000014}.ticket-header-text{text-align:center}.ticket-business-name{text-transform:uppercase;margin:0 0 4px;font-size:16px;font-weight:700}.ticket-branch-name{margin:0;font-size:12px}.ticket-divider,.ticket-divider-thin{white-space:nowrap;letter-spacing:-1px;margin:6px 0;font-weight:700;overflow:hidden}.ticket-meta-info{margin:8px 0}.ticket-row{justify-content:space-between;margin-bottom:3px;font-size:12px;display:flex}.offline-tag{color:#d97706;font-weight:700}.ticket-items-header{justify-content:space-between;font-size:12px;font-weight:700;display:flex}.ticket-item-group{margin-bottom:6px}.ticket-item-row{justify-content:space-between;font-weight:700;display:flex}.ticket-item-name{word-break:break-word;flex:1;padding-right:8px}.ticket-item-price{white-space:nowrap}.ticket-item-option{color:#334155;padding-left:10px;font-size:11px}.ticket-item-note{color:#475569;padding-left:10px;font-size:11px;font-style:italic}.ticket-grand-total{margin-top:4px;font-size:15px;font-weight:700}.ticket-footer-text{text-align:center;margin-top:10px}.ticket-footer-text p{margin:2px 0;font-size:12px}.ticket-system-tag{color:#64748b;font-size:10px!important}.ticket-modal-actions{gap:12px;margin-top:20px;display:flex}.btn-print-ticket{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:14px;font-weight:700;transition:background .2s;display:flex}.btn-print-ticket:hover{background:#09345a}@media print{@page{size:58mm auto;margin:0}html,body{width:58mm;background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.no-print{display:none!important}.ticket-modal-overlay,.ticket-modal-content,.ticket-paper-wrapper{box-shadow:none!important;visibility:visible!important;background:0 0!important;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;position:static!important;inset:auto!important;overflow:visible!important}#thermal-ticket,#thermal-ticket *{visibility:visible!important}#thermal-ticket{width:58mm!important;max-width:58mm!important;box-shadow:none!important;color:#000!important;background:#fff!important;border:none!important;margin:0!important;padding:2mm!important;font-family:Courier New,Courier,monospace!important;font-size:9pt!important;position:absolute!important;top:0!important;left:0!important}}.catalog-search-bar-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-bottom:14px;display:flex}.catalog-search-wrapper{flex:1;align-items:center;min-width:220px;display:flex;position:relative}.catalog-search-wrapper .search-icon{color:#9ca3af;pointer-events:none;font-size:14px;position:absolute;left:12px}.catalog-search-input{box-sizing:border-box;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:10px 36px;font-size:14px;transition:all .2s}.catalog-search-input:focus{background:#fff;border-color:#0f4c81;box-shadow:0 0 0 3px #0f4c811f}.catalog-search-wrapper .clear-search-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:14px;position:absolute;right:10px}.catalog-search-wrapper .clear-search-btn:hover{color:#374151}.view-mode-toggle{background:#f3f4f6;border-radius:10px;gap:2px;padding:3px;display:flex}.view-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600;transition:all .2s}.view-btn:hover{color:#111827}.view-btn.active{color:#fff;background:#0f4c81;box-shadow:0 2px 6px #0f4c8133}
