body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.logout-button{background-color:#e53e3e;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:background-color .2s;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.logout-button:hover{background-color:#c53030}.logout-button svg{margin-right:8px}.dashboard-header{display:flex;flex-direction:column;align-items:center;margin-bottom:30px;position:relative}.dashboard-title{font-size:2rem;margin-bottom:10px}.dashboard-subtitle{font-size:1.1rem;color:#666;margin-bottom:15px}.user-info{margin-left:10px;font-style:italic}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:0 20px}.dashboard-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 10px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:180px}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0003}.dashboard-card-icon{background-color:#f7fafc;padding:12px;border-radius:50%;margin-bottom:15px;color:#4a5568}.dashboard-card-title{font-size:1.2rem;margin-bottom:8px}.dashboard-card-description{color:#718096;font-size:.9rem}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#f7fafc}.loading-spinner{padding:15px 20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-size:1rem;color:#4a5568}@media print{@page{margin:0;size:A4}body{margin:1cm}button,input{display:none!important}}.btn{padding:.6rem 1.2rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.btn:hover{opacity:.9}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#adb5bd;color:#212529}.btn-secondary:hover{background-color:#9098a0}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{box-shadow:0 0 #1e40af66}70%{box-shadow:0 0 0 10px #1e40af00}to{box-shadow:0 0 #1e40af00}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.section-card-enter{animation:fadeIn .3s ease-out}.section-card-enter:nth-child(1){animation-delay:.05s}.section-card-enter:nth-child(2){animation-delay:.1s}.section-card-enter:nth-child(3){animation-delay:.15s}.section-card-enter:nth-child(4){animation-delay:.2s}.section-card-enter:nth-child(5){animation-delay:.25s}.section-card-enter:nth-child(6){animation-delay:.3s}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.skeleton-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}*:focus-visible{outline:2px solid #1E40AF;outline-offset:2px}html{scroll-behavior:smooth}.order-form-container{animation:fadeIn .4s ease-out}.order-form-sidebar{animation:slideInFromLeft .3s ease-out}.order-form-content{animation:slideInFromRight .3s ease-out}.status-chip-pulse{animation:pulse 2s infinite}.category-card{transition:all .2s ease}.category-card:hover{transform:translateY(-4px) scale(1.02)}@media print{.order-form-sidebar,.order-form-header,.MuiButton-root,.MuiIconButton-root{display:none!important}.order-form-content{width:100%!important;padding:0!important}.MuiPaper-root{box-shadow:none!important;border:1px solid #ddd!important;break-inside:avoid}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
