@charset "UTF-8";@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideInDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}@keyframes loading-dots{0%,20%{color:#0000;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}40%{color:#000;text-shadow:.25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0)}60%{text-shadow:.25em 0 0 rgb(0,0,0),.5em 0 0 rgba(0,0,0,0)}80%,to{text-shadow:.25em 0 0 rgb(0,0,0),.5em 0 0 rgb(0,0,0)}}@keyframes progress-bar{0%{width:0%}to{width:100%}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-fade-in,.fade-in{animation:fadeIn .3s ease-in-out cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion: reduce){.animate-fade-in,.fade-in{animation:none!important;transition:none!important}}.animate-fade-in-up,.slide-up{animation:fadeInUp .3s ease-in-out cubic-bezier(.4,0,.2,1);will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.animate-fade-in-up,.slide-up{animation:none!important;transition:none!important}}.animate-fade-in-up:hover,.slide-up:hover{will-change:auto}.animate-fade-in-down{animation:fadeInDown .3s ease-in-out cubic-bezier(.4,0,.2,1);will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.animate-fade-in-down{animation:none!important;transition:none!important}}.animate-fade-in-down:hover{will-change:auto}.animate-fade-in-left{animation:fadeInLeft .3s ease-in-out cubic-bezier(.4,0,.2,1);will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.animate-fade-in-left{animation:none!important;transition:none!important}}.animate-fade-in-left:hover{will-change:auto}.animate-fade-in-right{animation:fadeInRight .3s ease-in-out cubic-bezier(.4,0,.2,1);will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.animate-fade-in-right{animation:none!important;transition:none!important}}.animate-fade-in-right:hover{will-change:auto}.animate-slide-in-up{animation:slideInUp .3s ease-in-out cubic-bezier(.4,0,.2,1);transform:translateZ(0);will-change:transform}@media (prefers-reduced-motion: reduce){.animate-slide-in-up{animation:none!important;transition:none!important}}.animate-slide-in-down{animation:slideInDown .3s ease-in-out cubic-bezier(.4,0,.2,1);transform:translateZ(0);will-change:transform}@media (prefers-reduced-motion: reduce){.animate-slide-in-down{animation:none!important;transition:none!important}}.animate-scale-in{animation:scaleIn .2s ease-in-out cubic-bezier(.4,0,.2,1);transform:translateZ(0);will-change:transform}@media (prefers-reduced-motion: reduce){.animate-scale-in{animation:none!important;transition:none!important}}.animate-bounce{animation:bounce 1s infinite}@media (prefers-reduced-motion: reduce){.animate-bounce{animation:none!important;transition:none!important}}.animate-pulse{animation:pulse 2s infinite}@media (prefers-reduced-motion: reduce){.animate-pulse{animation:none!important;transition:none!important}}.animate-shake{animation:shake .5s ease-in-out}@media (prefers-reduced-motion: reduce){.animate-shake{animation:none!important;transition:none!important}}.animate-spin{animation:spin 1s linear infinite}@media (prefers-reduced-motion: reduce){.animate-spin{animation:none!important;transition:none!important}}.animate-loading-dots{animation:loading-dots 1.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.animate-loading-dots{animation:none!important;transition:none!important}}.animate-progress-bar{animation:progress-bar 2s ease-out}@media (prefers-reduced-motion: reduce){.animate-progress-bar{animation:none!important;transition:none!important}}.animate-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}@media (prefers-reduced-motion: reduce){.animate-shimmer{animation:none!important;transition:none!important}}.transition-all{transition:all .2s ease-in-out}.transition-fast{transition:all .15s ease-in-out}.transition-slow{transition:all .3s ease-in-out}.transition-transform{transition:transform .2s ease-in-out}.transition-opacity{transition:opacity .2s ease-in-out}.transition-colors{transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out}.hover-lift{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover-scale{transition:transform .2s ease-in-out}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .2s ease-in-out}.hover-glow:hover{box-shadow:0 0 20px #0302134d}.hover-fade{transition:opacity .2s ease-in-out}.hover-fade:hover{opacity:.8}.page-enter-active{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion: reduce){.page-enter-active{animation:none!important;transition:none!important}}.page-leave-active{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) reverse}@media (prefers-reduced-motion: reduce){.page-leave-active{animation:none!important;transition:none!important}}.skeleton,.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:.25rem}@media (prefers-reduced-motion: reduce){.skeleton,.loading-skeleton{animation:none!important;transition:none!important}}.skeleton.skeleton-text,.skeleton-text.loading-skeleton{height:1em;margin-bottom:.5em}.skeleton.skeleton-title,.skeleton-title.loading-skeleton{height:1.5em;margin-bottom:1em}.skeleton.skeleton-button,.skeleton-button.loading-skeleton{height:2.5em;width:6em;border-radius:.375rem}.skeleton.skeleton-avatar,.skeleton-avatar.loading-skeleton{width:3em;height:3em;border-radius:9999px}.skeleton.skeleton-card,.skeleton-card.loading-skeleton{height:8em;border-radius:.5rem}@media (max-width: 639px) and (pointer: coarse){.touch-feedback:active{transform:scale(.95);opacity:.8;transition:all .1s ease-out}}@media (prefers-reduced-motion: reduce){.touch-feedback{animation:none!important;transition:none!important}}.swipe-indicator{position:relative}.swipe-indicator:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #9ca3af;border-top:4px solid transparent;border-bottom:4px solid transparent;opacity:.6}@media (max-width: 639px){.swipe-indicator:after{display:block}}@media (min-width: 768px){.swipe-indicator:after{display:none}}.focus-visible-only:focus:not(:focus-visible){outline:none;box-shadow:none}.focus-visible-only:focus-visible:focus{outline:none;box-shadow:0 0 0 3px #03021380}.focus-visible-only:focus-visible:focus:not(:focus-visible){box-shadow:none}.focus-visible-only:focus-visible:focus-visible{outline:none;box-shadow:0 0 0 3px #03021380}@media (prefers-contrast: high){.high-contrast{border-width:2px;box-shadow:none}}.gpu-layer{transform:translateZ(0);will-change:transform}.smooth-scroll{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){.smooth-scroll{scroll-behavior:auto}}*,*:after,*:before{box-sizing:border-box}*{margin:0;padding:0;scroll-behavior:smooth}ul,li{list-style:none}body{-ms-overflow-style:none}::-webkit-scrollbar{display:none}input{width:100%;padding:.5rem .75rem;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#030213;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease-in-out}.dashboard-layout{display:flex;height:100vh;background-color:#fff}.dashboard-main{flex:1;display:flex;flex-direction:column;min-height:0}.dashboard-header{background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.dashboard-title{font-size:1.25rem;font-weight:500;color:#030213;margin:0}.dashboard-content{flex:1;min-height:0;overflow-y:auto}.stat-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem;transition:all .2s ease-in-out}.stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.stat-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.stat-card-title{font-size:.875rem;font-weight:500;color:#4b5563;margin:0}.stat-card-icon{padding:.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.stat-card-icon i{font-size:1.25rem}.stat-card-icon.default{background-color:#f3f3f5;color:#4b5563}.stat-card-icon.primary{background-color:#0302131a;color:#030213}.stat-card-icon.success{background-color:#10b9811a;color:#10b981}.stat-card-icon.warning{background-color:#f59e0b1a;color:#f59e0b}.stat-card-icon.danger{background-color:#d4183d1a;color:#d4183d}.stat-card-icon.blue{background-color:#0302131a;color:#030213}.stat-card-icon.green{background-color:#10b9811a;color:#10b981}.stat-card-icon.yellow{background-color:#f59e0b1a;color:#f59e0b}.stat-card-icon.red{background-color:#d4183d1a;color:#d4183d}.stat-card-icon.purple,.stat-card-icon.gray{background-color:#7171821a;color:#717182}.stat-card-value-wrapper{display:flex;align-items:baseline;gap:.25rem}.stat-card-unit{font-size:.875rem;color:#717182}.stat-card-description{margin-top:.25rem;font-size:.875rem;color:#717182}.stat-card-footer{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.stat-card-change{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500}.stat-card-change.up{color:#10b981}.stat-card-change.down{color:#d4183d}.stat-card-change.neutral{color:#717182}.stat-card-trend{font-size:.75rem;color:#717182}.card{background:#fff;border:1px solid #ececf0;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;overflow:hidden;transition:box-shadow .2s ease-in-out;margin-bottom:1.5rem}.card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card .card-header{padding:1.25rem 1.5rem;border-bottom:1px solid #ececf0;background:#f9fafb}.card .card-header .card-title{font-size:1.125rem;font-weight:500;color:#030213;margin:0 0 .25rem}.card .card-header .card-description{font-size:.875rem;color:#717182;margin:0}.card .card-header-actions{display:flex;gap:.5rem}.card .card-content,.card-body{padding:1.5rem}.card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #ececf0;display:flex;justify-content:flex-end;gap:.5rem}.financial-summary{margin-top:1.5rem}.financial-summary .financial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.financial-summary .financial-grid .financial-item{text-align:center;padding:1rem;background:#f9fafb;border-radius:.5rem}.financial-summary .financial-grid .financial-item .financial-value{font-size:1.5rem;font-weight:700;color:#030213;margin-bottom:.5rem}.financial-summary .financial-grid .financial-item .financial-value.text-success{color:#10b981}.financial-summary .financial-grid .financial-item .financial-label{font-size:.875rem;color:#4b5563}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#030213;color:#fff;border-color:#030213}.btn-primary:hover:not(:disabled){background-color:#1a1a2e;border-color:#1a1a2e;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:#717182;color:#fff;border-color:#717182}.btn-secondary:hover:not(:disabled){background-color:#5a5a6b;border-color:#5a5a6b}.btn-success{background-color:#10b981;color:#fff;border-color:#10b981}.btn-success:hover:not(:disabled){background-color:#059669;border-color:#059669}.btn-warning{background-color:#f59e0b;color:#fff;border-color:#f59e0b}.btn-warning:hover:not(:disabled){background-color:#d97706;border-color:#d97706}.btn-danger{background-color:#d4183d;color:#fff;border-color:#d4183d}.btn-danger:hover:not(:disabled){background-color:#b91c3a;border-color:#b91c3a}.btn-outline{background-color:transparent;color:#374151;border-color:#d1d5db}.btn-outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.btn-outline-primary{color:#030213;border-color:#030213}.btn-outline-primary:hover:not(:disabled){background-color:#e9ebef}.btn-outline-success{color:#10b981;border-color:#10b981}.btn-outline-success:hover:not(:disabled){background-color:#d1fae5}.btn-outline-danger{color:#d4183d;border-color:#d4183d}.btn-outline-danger:hover:not(:disabled){background-color:#fee2e2}.btn-ghost{background-color:transparent;color:#374151;border-color:transparent}.btn-ghost:hover:not(:disabled){background-color:#f3f3f5}.btn-sm{padding:.25rem .75rem;font-size:.75rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-xl{padding:1rem 2rem;font-size:1.125rem}.btn-loading{position:relative;color:transparent}.btn-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spinner .6s linear infinite}.btn-icon{padding:.5rem;width:36px;height:36px}.btn-icon-sm{padding:.25rem;width:28px;height:28px}.btn-icon-lg{padding:.75rem;width:44px;height:44px}.btn-group{display:inline-flex;gap:0}.btn-group .btn{border-radius:0;margin-left:-1px}.btn-group .btn:first-child{border-radius:.375rem 0 0 .375rem;margin-left:0}.btn-group .btn:last-child{border-radius:0 .375rem .375rem 0}.btn-group .btn:hover,.btn-group .btn:focus{z-index:1}.action-bar{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.action-bar-left{display:flex;gap:.5rem;flex:1}.action-bar-right{display:flex;gap:.5rem}@keyframes spinner{to{transform:rotate(360deg)}}.form-group{margin-bottom:1rem}.form-group-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.form-group-label.required:after{content:" *";color:#d4183d}.form-group-help{margin-top:.25rem;font-size:.75rem;color:#717182}.form-group-error{margin-top:.25rem;font-size:.75rem;color:#d4183d;display:flex;align-items:center;gap:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem .75rem;font-size:.875rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#030213;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease-in-out}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#030213;box-shadow:0 0 0 3px #0302131a}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f3f3f5;color:#717182;cursor:not-allowed}.form-input.error,.error.form-select,.error.form-textarea{border-color:#d4183d}.form-input.error:focus,.error.form-select:focus,.error.form-textarea:focus{box-shadow:0 0 0 3px #d4183d1a}.form-input.success,.success.form-select,.success.form-textarea{border-color:#10b981}.form-input.success:focus,.success.form-select:focus,.success.form-textarea:focus{box-shadow:0 0 0 3px #10b9811a}.form-input-sm{padding:.25rem .5rem;font-size:.75rem}.form-input-lg{padding:.75rem 1rem;font-size:1rem}.form-textarea{min-height:80px;resize:vertical}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:20px}.form-checkbox,.form-radio{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.form-checkbox input,.form-radio input{width:16px;height:16px;margin:0;flex-shrink:0;accent-color:#030213;cursor:pointer}.form-checkbox input:disabled,.form-radio input:disabled{cursor:not-allowed;opacity:.5}.form-checkbox-label,.form-radio-label{font-size:.875rem;color:#374151}.form-checkbox.disabled .form-checkbox-label,.form-checkbox.disabled .form-radio-label,.form-radio.disabled .form-checkbox-label,.form-radio.disabled .form-radio-label{color:#9ca3af}.form-switch{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer}.form-switch-input{position:absolute;opacity:0;pointer-events:none}.form-switch-input:checked+.form-switch-slider{background-color:#030213}.form-switch-input:checked+.form-switch-slider:before{transform:translate(20px)}.form-switch-input:disabled+.form-switch-slider{opacity:.5;cursor:not-allowed}.form-switch-slider{position:relative;width:44px;height:24px;background-color:#d1d5db;border-radius:9999px;transition:background-color .2s ease-in-out}.form-switch-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:9999px;transition:transform .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.form-switch-label{font-size:.875rem;color:#374151}.search-bar{position:relative;flex:1;max-width:400px}.search-bar-input{width:100%;padding:.5rem 2.5rem;font-size:.875rem;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.5rem;transition:all .2s ease-in-out}.search-bar-input:focus{outline:none;background-color:#fff;border-color:#030213;box-shadow:0 0 0 3px #0302131a}.search-bar-input::placeholder{color:#9ca3af}.search-bar-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:18px;height:18px}.search-bar-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:.125rem;transition:all .15s ease-in-out}.search-bar-clear:hover{background-color:#ececf0;color:#4b5563}.input-group{display:flex;gap:0}.input-group .form-input,.input-group .form-textarea,.input-group .form-select{border-radius:0;flex:1}.input-group .form-input:first-child,.input-group .form-textarea:first-child,.input-group .form-select:first-child{border-radius:.375rem 0 0 .375rem}.input-group .form-input:last-child,.input-group .form-textarea:last-child,.input-group .form-select:last-child{border-radius:0 .375rem .375rem 0}.input-group .form-input:not(:first-child),.input-group .form-textarea:not(:first-child),.input-group .form-select:not(:first-child){margin-left:-1px}.input-group .form-input:focus,.input-group .form-textarea:focus,.input-group .form-select:focus{z-index:1}.input-group-addon{display:flex;align-items:center;padding:.5rem .75rem;font-size:.875rem;color:#4b5563;background-color:#f3f3f5;border:1px solid #d1d5db}.input-group-addon:first-child{border-radius:.375rem 0 0 .375rem;border-right:0}.input-group-addon:last-child{border-radius:0 .375rem .375rem 0;border-left:0}.data-table{width:100%;background:#fff;border-radius:.5rem;overflow:hidden}.data-table-wrapper{overflow-x:auto}.data-table table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table thead{background-color:#f9fafb;border-bottom:1px solid #ececf0}.data-table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;white-space:nowrap}.data-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-right:2rem}.data-table thead th.sortable:hover{background-color:#f3f3f5}.data-table thead th.sortable:after{content:"↕";position:absolute;right:.75rem;color:#9ca3af;font-size:.75rem}.data-table thead th.sortable.sorted-asc:after{content:"↑";color:#030213}.data-table thead th.sortable.sorted-desc:after{content:"↓";color:#030213}.data-table tbody tr{border-bottom:1px solid #ececf0;transition:background-color .15s ease-in-out}.data-table tbody tr:hover{background-color:#f9fafb}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr.selected{background-color:#e9ebef}.data-table tbody td{padding:.75rem 1rem;color:#374151;vertical-align:middle}.data-table tbody td.text-center{text-align:center}.data-table tbody td.text-right{text-align:right}.data-table tbody td.font-medium{font-weight:500}.data-table tbody td.text-primary{color:#030213}.data-table tbody td.text-success{color:#10b981}.data-table tbody td.text-warning{color:#f59e0b}.data-table tbody td.text-danger{color:#d4183d}.data-table.table-striped tbody tr:nth-child(2n){background-color:#f9fafb}.data-table.table-compact thead th,.data-table.table-compact tbody td{padding:.5rem .75rem}.data-table .table-actions{display:flex;gap:.5rem}.data-table .table-actions button,.data-table .table-actions a{padding:.25rem .5rem;font-size:.875rem;color:#4b5563;background:none;border:none;cursor:pointer;text-decoration:none;border-radius:.125rem;transition:all .15s ease-in-out}.data-table .table-actions button:hover,.data-table .table-actions a:hover{background-color:#f3f3f5;color:#1f2937}.data-table .table-actions button.text-primary:hover,.data-table .table-actions a.text-primary:hover{background-color:#e9ebef;color:#1a1a2e}.data-table .table-actions button.text-danger:hover,.data-table .table-actions a.text-danger:hover{background-color:#fee2e2;color:#b91c3a}.data-table .table-actions button.text-success:hover,.data-table .table-actions a.text-success:hover{background-color:#d1fae5;color:#059669}.data-table-empty{padding:3rem 1rem;text-align:center;color:#717182}.data-table-empty-icon{font-size:2.25rem;margin-bottom:1rem;opacity:.5}.data-table-empty-text{font-size:1rem;margin-bottom:.5rem}.data-table-empty-subtext{font-size:.875rem;color:#9ca3af}.data-table-loading{position:relative;min-height:200px}.data-table-loading:after{content:"";position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid #d1d5db;border-top-color:#030213;border-radius:50%;animation:spinner .8s linear infinite}.data-table-loading tbody{opacity:.5}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #ececf0;background-color:#fff}.table-pagination-info{font-size:.875rem;color:#4b5563}.table-pagination-controls{display:flex;gap:.5rem}.table-pagination-controls button{padding:.25rem .75rem;font-size:.875rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;transition:all .15s ease-in-out}.table-pagination-controls button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.table-pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.table-pagination-controls button.active{background-color:#030213;border-color:#030213;color:#fff}@media (max-width: 768px){.data-table{font-size:.75rem}.data-table thead th,.data-table tbody td{padding:.5rem}.data-table .table-actions{flex-direction:column;gap:.25rem}.table-pagination{flex-direction:column;gap:.75rem}.table-pagination-info,.table-pagination-controls{width:100%;justify-content:center}}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px;white-space:nowrap;transition:all .15s ease-in-out}.badge-default{background:#030213;color:#fff;border:1px solid #030213}.badge-primary{background-color:#e9ebef;color:#000;border:1px solid #030213}.badge-secondary{background-color:#ececf0;color:#4a4a5a;border:1px solid #717182}.badge-success{background-color:#d1fae5;color:#047857;border:1px solid #10b981}.badge-warning{background-color:#fef3c7;color:#b45309;border:1px solid #f59e0b}.badge-danger,.badge-destructive{background-color:#fee2e2;color:#a01530;border:1px solid #d4183d}.badge-info{background-color:#dbeafe;color:#1d4ed8;border:1px solid #3b82f6}.badge-outline{background:transparent;color:#374151;border:1px solid #d1d5db}.badge-dark{background-color:#1f2937;color:#fff;border:1px solid #1f2937}.badge-light{background-color:#f3f3f5;color:#374151;border:1px solid #ececf0}.badge-sm{padding:2px .25rem;font-size:10px}.badge-lg{padding:.5rem .75rem;font-size:.875rem}.badge-dot:before{content:"";width:6px;height:6px;border-radius:50%;background-color:currentColor}.badge-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;font-size:.75rem}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:4px .5rem;font-size:.75rem;font-weight:500;border-radius:.375rem;text-transform:capitalize}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%}.status-badge.pending{background-color:#f59e0b1a;color:#b45309}.status-badge.pending:before{background-color:#f59e0b}.status-badge.processing{background-color:#3b82f61a;color:#1d4ed8}.status-badge.processing:before{background-color:#3b82f6;animation:pulse 2s infinite}.status-badge.in_progress,.status-badge.in_assembly{background-color:#3b82f61a;color:#1d4ed8}.status-badge.in_progress:before,.status-badge.in_assembly:before{background-color:#3b82f6;animation:pulse 2s infinite}.status-badge.in_transit{background-color:#3b82f61a;color:#1d4ed8}.status-badge.in_transit:before{background-color:#3b82f6;animation:pulse 2s infinite}.status-badge.inspection_pending{background-color:#f59e0b1a;color:#b45309}.status-badge.inspection_pending:before{background-color:#f59e0b}.status-badge.completed,.status-badge.delivered,.status-badge.available,.status-badge.shipped,.status-badge.pass{background-color:#10b9811a;color:#047857}.status-badge.completed:before,.status-badge.delivered:before,.status-badge.available:before,.status-badge.shipped:before,.status-badge.pass:before{background-color:#10b981}.status-badge.failed,.status-badge.cancelled,.status-badge.out_of_stock{background-color:#d4183d1a;color:#a01530}.status-badge.failed:before,.status-badge.cancelled:before,.status-badge.out_of_stock:before{background-color:#d4183d}.status-badge.scheduled{background-color:#0302131a;color:#000}.status-badge.scheduled:before{background-color:#030213}.status-badge.review{background-color:#7171821a;color:#4a4a5a}.status-badge.review:before{background-color:#717182}.status-badge.delayed,.status-badge.low_stock{background-color:#f59e0b1a;color:#b45309}.status-badge.delayed:before,.status-badge.low_stock:before{background-color:#f59e0b}.status-badge.active{background-color:#10b9811a;color:#047857}.status-badge.active:before{background-color:#10b981}.status-badge.inactive{background-color:#7171821a;color:#4b5563}.status-badge.inactive:before{background-color:#717182}.status-badge.idle{background-color:#9ca3af1a;color:#4b5563}.status-badge.idle:before{background-color:#9ca3af}.status-badge.running{background-color:#10b9811a;color:#047857}.status-badge.running:before{background-color:#10b981;animation:pulse 2s infinite}.status-badge.maintenance{background-color:#f59e0b1a;color:#b45309}.status-badge.maintenance:before{background-color:#f59e0b}.status-badge.high{background-color:#d4183d1a;color:#a01530}.status-badge.high:before{background-color:#d4183d}.status-badge.medium{background-color:#f59e0b1a;color:#b45309}.status-badge.medium:before{background-color:#f59e0b}.status-badge.low{background-color:#3b82f61a;color:#1d4ed8}.status-badge.low:before{background-color:#3b82f6}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 .25rem;background-color:#d4183d;color:#fff;font-size:10px;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1040;padding:1rem;animation:fadeIn .2s ease-in-out}.modal-container{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:500px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .2s ease-in-out}.modal-header{padding:1.5rem;border-bottom:1px solid #ececf0;display:flex;justify-content:space-between;align-items:center}.modal-header-title{font-size:1.125rem;font-weight:600;color:#030213;margin:0}.modal-header-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center}.modal-header-close:hover{background-color:#f3f3f5;color:#4b5563}.modal-header-close svg{width:20px;height:20px}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{padding:1.5rem;border-top:1px solid #ececf0;display:flex;justify-content:flex-end;gap:.75rem}.modal-sm .modal-container{max-width:300px}.modal-lg .modal-container{max-width:800px}.modal-xl .modal-container{max-width:1200px}.modal-fullscreen .modal-container{max-width:100%;width:100%;height:100vh;max-height:100vh;border-radius:0}.toast{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:300px;max-width:500px;animation:slideInRight .2s ease-in-out;transition:all .2s ease-in-out}.toast-container{position:fixed;top:1rem;right:1rem;z-index:1070;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast-container .toast{pointer-events:auto}.toast-icon{flex-shrink:0;width:20px;height:20px}.toast-content{flex:1}.toast-content-title{font-size:.875rem;font-weight:600;color:#030213;margin-bottom:.25rem}.toast-content-message{font-size:.875rem;color:#4b5563}.toast-close{flex-shrink:0;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:.125rem;transition:all .15s ease-in-out}.toast-close:hover{background-color:#f3f3f5;color:#4b5563}.toast.success{border-left:4px solid #10b981}.toast.success .toast-icon{color:#10b981}.toast.error{border-left:4px solid #d4183d}.toast.error .toast-icon{color:#d4183d}.toast.warning{border-left:4px solid #f59e0b}.toast.warning .toast-icon{color:#f59e0b}.toast.info{border-left:4px solid #3b82f6}.toast.info .toast-icon{color:#3b82f6}.toast.exiting{animation:slideOutRight .2s ease-in-out;opacity:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.progress{width:100%;height:8px;background:#ececf0;border-radius:9999px;overflow:hidden;position:relative}.progress .progress-bar{height:100%;background:linear-gradient(90deg,#030213,#1a1a2e);border-radius:9999px;transition:width .2s ease-in-out ease-out;position:relative}.progress .progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-wrapper .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem;color:#4b5563}.progress-wrapper .progress-info span:last-child{font-weight:500}.quality-control .quality-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem}.quality-control .quality-stats-grid .stat-card .stat-icon{width:2rem;height:2rem;margin-bottom:.5rem}.quality-control .quality-stats-grid .stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#030213}.quality-control .quality-stats-grid .stat-card .stat-label{font-size:.875rem;color:#4b5563}.quality-control .quality-stats-grid .stat-card .stat-trend{display:flex;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.875rem}.quality-control .quality-stats-grid .stat-card .stat-trend.positive{color:#10b981}.quality-control .quality-stats-grid .stat-card .stat-trend.negative{color:#d4183d}.quality-control .quality-tabs .tabs-content{padding:1rem 0}.quality-control .quality-tabs .inspection-table .priority-high{color:#d4183d;font-weight:500}.quality-control .quality-tabs .inspection-table .priority-medium{color:#f59e0b;font-weight:500}.quality-control .quality-tabs .inspection-table .priority-low{color:#10b981}.quality-control .quality-tabs .inspection-table .status-pending{background:#f59e0b1a;color:#f59e0b}.quality-control .quality-tabs .inspection-table .status-in-progress{background:#3b82f61a;color:#3b82f6}.quality-control .quality-tabs .inspection-table .status-completed{background:#10b9811a;color:#10b981}.quality-control .quality-tabs .inspection-table .status-failed{background:#d4183d1a;color:#d4183d}.quality-control .urgent-inspections .urgent-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-left:4px solid #d4183d;background:#d4183d0d;border-radius:.375rem;margin-bottom:.5rem}.quality-control .urgent-inspections .urgent-item .urgent-icon{color:#d4183d;font-size:1.125rem}.quality-control .urgent-inspections .urgent-item .urgent-content{flex:1}.quality-control .urgent-inspections .urgent-item .urgent-content .urgent-title{font-weight:500;color:#030213;margin-bottom:.25rem}.quality-control .urgent-inspections .urgent-item .urgent-content .urgent-details{font-size:.875rem;color:#4b5563}.quality-control .urgent-inspections .urgent-item .urgent-time{font-size:.75rem;color:#4b5563}@media (max-width: 768px){.quality-control .quality-stats-grid{grid-template-columns:1fr;gap:.75rem}}.delivery-tracking .delivery-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.delivery-tracking .delivery-stats .stat-card{text-align:center}.delivery-tracking .delivery-stats .stat-card .stat-icon{width:2rem;height:2rem;margin:0 auto .5rem;display:block}.delivery-tracking .delivery-stats .stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#030213}.delivery-tracking .delivery-stats .stat-card .stat-label{font-size:.875rem;color:#4b5563}.delivery-tracking .delivery-progress .progress-steps{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0;position:relative}.delivery-tracking .delivery-progress .progress-steps:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:#ececf0;z-index:1}.delivery-tracking .delivery-progress .progress-steps .progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-circle{width:2rem;height:2rem;border-radius:50%;background:#fff;border:2px solid #ececf0;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-circle.active{background:#030213;border-color:#030213;color:#fff}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-circle.completed{background:#10b981;border-color:#10b981;color:#fff}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-label{font-size:.875rem;color:#4b5563;text-align:center;max-width:100px}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-label.active{color:#030213;font-weight:500}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-label.completed{color:#10b981}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-date{font-size:.75rem;color:#4b5563;text-align:center}.delivery-tracking .supplier-delivery-status .status-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.delivery-tracking .supplier-delivery-status .supplier-card .supplier-header{display:flex;align-items:center;justify-content:between;margin-bottom:.75rem}.delivery-tracking .supplier-delivery-status .supplier-card .supplier-header .supplier-name{font-weight:500;color:#030213}.delivery-tracking .supplier-delivery-status .supplier-card .supplier-header .supplier-status{font-size:.875rem}.delivery-tracking .supplier-delivery-status .supplier-card .supplier-header .supplier-status.on-time{color:#10b981}.delivery-tracking .supplier-delivery-status .supplier-card .supplier-header .supplier-status.delayed{color:#d4183d}.delivery-tracking .supplier-delivery-status .supplier-card .supplier-header .supplier-status.early{color:#3b82f6}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #ececf0}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item:last-child{border-bottom:none}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .item-info .item-name{font-size:.875rem;font-weight:500;color:#030213}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .item-info .item-details{font-size:.75rem;color:#4b5563}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status{text-align:right}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status .status-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status .status-badge.shipped{background:#3b82f61a;color:#3b82f6}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status .status-badge.in-transit{background:#f59e0b1a;color:#f59e0b}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status .status-badge.delivered{background:#10b9811a;color:#10b981}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status .status-badge.delayed{background:#d4183d1a;color:#d4183d}.delivery-tracking .supplier-delivery-status .supplier-card .delivery-list .delivery-item .delivery-status .expected-date{font-size:.75rem;color:#4b5563;margin-top:.25rem}.delivery-tracking .timeline .timeline-item{display:flex;gap:.75rem;margin-bottom:1rem}.delivery-tracking .timeline .timeline-item:last-child{margin-bottom:0}.delivery-tracking .timeline .timeline-item .timeline-marker{width:.75rem;height:.75rem;border-radius:50%;background:#030213;margin-top:.25rem;flex-shrink:0}.delivery-tracking .timeline .timeline-item .timeline-content{flex:1}.delivery-tracking .timeline .timeline-item .timeline-content .timeline-title{font-weight:500;color:#030213;margin-bottom:.25rem}.delivery-tracking .timeline .timeline-item .timeline-content .timeline-description{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}.delivery-tracking .timeline .timeline-item .timeline-content .timeline-date{font-size:.75rem;color:#4b5563}@media (max-width: 768px){.delivery-tracking .delivery-stats{grid-template-columns:1fr 1fr;gap:.75rem}.delivery-tracking .delivery-progress .progress-steps{flex-direction:column;gap:.75rem}.delivery-tracking .delivery-progress .progress-steps:before{display:none}.delivery-tracking .delivery-progress .progress-steps .progress-step{width:100%;flex-direction:row;text-align:left}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-circle{margin-bottom:0;margin-right:.75rem}.delivery-tracking .delivery-progress .progress-steps .progress-step .step-label{text-align:left;max-width:none}.delivery-tracking .supplier-delivery-status .status-grid{grid-template-columns:1fr}}@media (max-width: 640px){.delivery-tracking .delivery-stats{grid-template-columns:1fr}}.user-management{padding:0;background-color:#f8f9fa}.user-management .access-denied{padding:2rem;text-align:center}.user-management .user-management-content{padding:0;min-height:calc(100vh - 60px)}.user-management .page-header{background:#fff;padding:1.5rem 2rem;margin-bottom:0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9ecef}.user-management .page-header .page-title{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:.25rem}.user-management .page-header .page-description{font-size:.875rem;color:#6c757d}.user-management .page-header button{background-color:#212529;color:#fff;padding:.5rem 1rem;border-radius:.375rem;border:none;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.user-management .page-header button:hover{background-color:#343a40}.user-management .page-header button .btn-icon{width:1rem;height:1rem;padding:0}.user-management .search-container{background:#fff;padding:1.25rem 2rem;margin-bottom:1px;display:flex;align-items:center;gap:1rem}.user-management .search-container .search-input{flex:1;max-width:400px;position:relative}.user-management .search-container .search-input .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6c757d;pointer-events:none}.user-management .search-container .search-input input{width:100%;padding:.5rem .75rem .5rem 2.25rem;border:1px solid #dee2e6;border-radius:.375rem;font-size:.875rem;background-color:#f8f9fa;transition:all .2s}.user-management .search-container .search-input input:focus{outline:none;border-color:#495057;background-color:#fff}.user-management .search-container .search-input input::placeholder{color:#adb5bd}.user-management .search-container button{padding:.5rem 1rem;border:1px solid #dee2e6;background:#fff;color:#495057;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s}.user-management .search-container button:hover{background-color:#f8f9fa;border-color:#495057}.user-management .table-section{background:#fff;border-radius:0;overflow:hidden;margin-bottom:1.5rem}.user-management .table-section .table-header{padding:1rem 2rem;border-bottom:1px solid #e9ecef}.user-management .table-section .table-header .table-title{font-size:.875rem;font-weight:600;color:#495057}.user-management .table-section .table-header .table-description{font-size:.75rem;color:#6c757d;margin-top:.125rem}.user-management .users-table{width:100%;border-collapse:collapse;background:#fff}.user-management .users-table thead{background-color:#fff;border-bottom:1px solid #e9ecef}.user-management .users-table thead tr th{padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:600;color:#6c757d;white-space:nowrap}.user-management .users-table tbody tr{border-bottom:1px solid #f1f3f5;transition:background-color .15s}.user-management .users-table tbody tr:hover{background-color:#f8f9fa}.user-management .users-table tbody tr:last-child{border-bottom:none}.user-management .users-table tbody tr td{padding:1rem 1.5rem;font-size:.875rem;color:#495057;vertical-align:middle}.user-management .users-table tbody tr td .user-info .user-name{font-weight:600;color:#212529;margin-bottom:.125rem;font-size:.875rem}.user-management .users-table tbody tr td .user-info .user-username{font-size:.75rem;color:#6c757d}.user-management .users-table tbody tr td .contact-info .contact-item{display:flex;align-items:center;gap:.375rem;margin-bottom:.125rem;font-size:.8125rem}.user-management .users-table tbody tr td .contact-info .contact-item:last-child{margin-bottom:0}.user-management .users-table tbody tr td .contact-info .contact-item.secondary{opacity:.7}.user-management .users-table tbody tr td .contact-info .contact-item .contact-icon{width:.875rem;height:.875rem;color:#6c757d}.user-management .users-table tbody tr td .role-info{display:flex;flex-direction:column;gap:.25rem}.user-management .users-table tbody tr td .role-info .badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;border-radius:.25rem;white-space:nowrap;width:fit-content;background-color:#ff6b6b;color:#fff}.user-management .users-table tbody tr td .role-info .badge.secondary{background-color:#6c757d}.user-management .users-table tbody tr td .role-info .badge.outline{background-color:#495057}.user-management .users-table tbody tr td .role-info .department-info{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6c757d}.user-management .users-table tbody tr td .role-info .department-info .department-icon{width:.75rem;height:.75rem}.user-management .users-table tbody tr td .status-info{display:flex;align-items:center;gap:.75rem}.user-management .users-table tbody tr td .status-info .status-text{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;background-color:#212529;color:#fff}.user-management .users-table tbody tr td .status-info .switch{position:relative;display:inline-block;width:2.25rem;height:1.25rem}.user-management .users-table tbody tr td .status-info .switch input{opacity:0;width:0;height:0}.user-management .users-table tbody tr td .status-info .switch input:checked+.slider{background-color:#212529}.user-management .users-table tbody tr td .status-info .switch input:focus+.slider{box-shadow:0 0 1px #212529}.user-management .users-table tbody tr td .status-info .switch input:checked+.slider:before{transform:translate(1rem)}.user-management .users-table tbody tr td .status-info .switch input:disabled+.slider{opacity:.5;cursor:not-allowed}.user-management .users-table tbody tr td .status-info .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:1.25rem}.user-management .users-table tbody tr td .status-info .switch .slider:before{position:absolute;content:"";height:1rem;width:1rem;left:.125rem;bottom:.125rem;background-color:#fff;transition:.3s;border-radius:50%}.user-management .users-table tbody tr td .date-info{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#495057}.user-management .users-table tbody tr td .date-info .date-icon{width:.875rem;height:.875rem;color:#6c757d}.user-management .users-table tbody tr td .no-data{color:#adb5bd;font-size:.8125rem}.user-management .users-table tbody tr td .action-buttons{display:flex;gap:.375rem}.user-management .users-table tbody tr td .action-buttons button{padding:.25rem .375rem;background:#fff;border:1px solid #dee2e6;border-radius:.25rem;cursor:pointer;transition:all .15s}.user-management .users-table tbody tr td .action-buttons button:hover{background-color:#f8f9fa;border-color:#adb5bd}.user-management .users-table tbody tr td .action-buttons button .action-icon{width:.875rem;height:.875rem;color:#6c757d}.user-management .user-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 2rem 2rem}.user-management .user-summary .summary-card{background:#fff;border-radius:.5rem;padding:1.25rem;border:1px solid #e9ecef;transition:transform .2s,box-shadow .2s}.user-management .user-summary .summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.user-management .user-summary .summary-card .summary-header .summary-title{font-size:.75rem;font-weight:500;color:#6c757d}.user-management .user-summary .summary-card .summary-header .summary-icon{width:1.25rem;height:1.25rem;color:#6c757d}.user-management .user-summary .summary-card .summary-header .summary-icon.active{color:#28a745}.user-management .user-summary .summary-card .summary-header .summary-icon.admin{color:#dc3545}.user-management .user-summary .summary-card .summary-content{display:flex;align-items:baseline;gap:.25rem}.user-management .user-summary .summary-card .summary-content .summary-value{font-size:1.75rem;font-weight:700;color:#212529;line-height:1}.user-management .user-summary .summary-card .summary-content .summary-value.active{color:#28a745}.user-management .user-summary .summary-card .summary-content .summary-label{font-size:.75rem;color:#6c757d}.user-management .add-user-dialog .user-tabs,.user-management .edit-user-dialog .user-tabs{margin-bottom:1.5rem}.user-management .add-user-dialog .form-grid,.user-management .edit-user-dialog .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.user-management .add-user-dialog .form-grid .form-group,.user-management .edit-user-dialog .form-grid .form-group{display:flex;flex-direction:column;gap:.5rem}.user-management .add-user-dialog .form-grid .form-group label,.user-management .edit-user-dialog .form-grid .form-group label{font-size:.875rem;font-weight:500;color:#495057}.user-management .add-user-dialog .form-grid .form-group input,.user-management .add-user-dialog .form-grid .form-group select,.user-management .edit-user-dialog .form-grid .form-group input,.user-management .edit-user-dialog .form-grid .form-group select{padding:.5rem .75rem;border:1px solid #dee2e6;border-radius:.375rem;font-size:.875rem;transition:border-color .15s}.user-management .add-user-dialog .form-grid .form-group input:focus,.user-management .add-user-dialog .form-grid .form-group select:focus,.user-management .edit-user-dialog .form-grid .form-group input:focus,.user-management .edit-user-dialog .form-grid .form-group select:focus{outline:none;border-color:#495057}.user-management .add-user-dialog .permissions-form .permissions-info,.user-management .edit-user-dialog .permissions-form .permissions-info{padding:.75rem;background-color:#f8f9fa;border-radius:.375rem;font-size:.875rem;color:#6c757d;margin-bottom:1.5rem}.user-management .add-user-dialog .permissions-form .permissions-grid,.user-management .edit-user-dialog .permissions-form .permissions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-header,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-header{padding:.75rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-header .permission-title,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-header .permission-title{font-size:.875rem;font-weight:600;color:#212529}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-content,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-content{padding:.75rem}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-content .permission-item,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-content .permission-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-content .permission-item .permission-label,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-content .permission-item .permission-label{cursor:pointer}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-content .permission-item .permission-label .permission-name,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-content .permission-item .permission-label .permission-name{font-size:.875rem;font-weight:500;color:#212529;margin-bottom:.25rem}.user-management .add-user-dialog .permissions-form .permissions-grid .permission-content .permission-item .permission-label .permission-description,.user-management .edit-user-dialog .permissions-form .permissions-grid .permission-content .permission-item .permission-label .permission-description{font-size:.75rem;color:#6c757d;line-height:1.4}@media (max-width: 1024px){.user-management .user-summary{grid-template-columns:repeat(2,1fr)}.user-management .add-user-dialog .form-grid,.user-management .edit-user-dialog .form-grid,.user-management .add-user-dialog .permissions-grid,.user-management .edit-user-dialog .permissions-grid{grid-template-columns:1fr}}@media (max-width: 768px){.user-management .page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.user-management .search-container{flex-direction:column;gap:.75rem}.user-management .search-container .search-input{max-width:100%}.user-management .user-summary{grid-template-columns:1fr;padding:0 1rem 1rem}.user-management .users-table{font-size:.75rem}.user-management .users-table thead tr th,.user-management .users-table tbody tr td{padding:.75rem .5rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#030213,#120c6f);padding:1rem}.login-container .login-card{width:100%;max-width:400px;background:#fff;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.login-container .login-header{text-align:center;padding:2rem 1.5rem 1.5rem;background:#fff}.login-container .login-header .company-logo{width:4rem;height:4rem;margin:0 auto 1rem;background:#030213;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.login-container .login-header .login-title{font-size:1.5rem;font-weight:700;color:#030213;margin-bottom:.5rem}.login-container .login-header .login-subtitle{font-size:.875rem;color:#4b5563}.login-container .login-form{padding:0 1.5rem 2rem}.login-container .login-form .form-group{margin-bottom:1rem}.login-container .login-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:#030213;margin-bottom:.5rem}.login-container .login-form .form-group .input-group{position:relative}.login-container .login-form .form-group .input-group .input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#4b5563;width:1rem;height:1rem}.login-container .login-form .form-group .input-group input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #ececf0;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease}.login-container .login-form .form-group .input-group input:focus{outline:none;border-color:#030213;box-shadow:0 0 0 3px #0302131a}.login-container .login-form .form-group .input-group input.error{border-color:#d4183d}.login-container .login-form .form-group .error-message{margin-top:.25rem;font-size:.875rem;color:#d4183d}.login-container .login-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.login-container .login-form .form-options .remember-me{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#030213}.login-container .login-form .form-options .remember-me input[type=checkbox]{width:1rem;height:1rem}.login-container .login-form .form-options .forgot-password{font-size:.875rem;color:#030213;text-decoration:none}.login-container .login-form .form-options .forgot-password:hover{text-decoration:underline}.login-container .login-form .login-button{width:100%;padding:.75rem;background:#030213;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-bottom:1.5rem}.login-container .login-form .login-button:hover{background:#000}.login-container .login-form .login-button:disabled{background:#9ca3af;cursor:not-allowed}.login-container .login-form .login-button .loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.login-container .demo-accounts{padding:1rem 1.5rem 1.5rem;border-top:1px solid #ececf0}.login-container .demo-accounts .demo-title{font-size:.875rem;font-weight:500;color:#030213;margin-bottom:.75rem;text-align:center}.login-container .demo-accounts .demo-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.login-container .demo-accounts .demo-account-grid .demo-account-button{padding:.5rem;background:#f9fafb;border:1px solid #ececf0;border-radius:.375rem;font-size:.75rem;color:#030213;cursor:pointer;transition:all .2s ease;text-align:center}.login-container .demo-accounts .demo-account-grid .demo-account-button:hover{background:#f3f3f5;border-color:#030213}.login-container .demo-accounts .demo-account-grid .demo-account-button .account-role{font-weight:500;margin-bottom:.25rem}.login-container .demo-accounts .demo-account-grid .demo-account-button .account-email{color:#4b5563}.login-container .login-footer{text-align:center;padding:1rem;background:#f9fafb;font-size:.75rem;color:#4b5563}.login-container .login-footer .version-info{margin-bottom:.5rem}.login-container .login-footer .copyright{color:#030213}@media (max-width: 640px){.login-container{padding:.5rem}.login-container .login-header{padding:1.5rem 1rem 1rem}.login-container .login-header .company-logo{width:3rem;height:3rem;font-size:1.25rem}.login-container .login-header .login-title{font-size:1.25rem}.login-container .login-form{padding:0 1rem 1.5rem}.login-container .login-form .form-options{flex-direction:column;gap:.5rem;align-items:stretch}.login-container .demo-accounts{padding:1rem}.login-container .demo-accounts .demo-account-grid{grid-template-columns:1fr}}@media (prefers-color-scheme: dark){.login-container .login-card,.login-container .login-header{background:#1f2937}.login-container .login-header .login-title{color:#f3f3f5}.login-container .login-header .login-subtitle{color:#9ca3af}.login-container .login-form .form-group label{color:#f3f3f5}.login-container .login-form .form-group .input-group .input-icon{color:#9ca3af}.login-container .login-form .form-group .input-group input{background:#1f2937;border-color:#374151;color:#f3f3f5}.login-container .login-form .form-group .input-group input:focus{border-color:#030213}.login-container .login-form .form-options .remember-me{color:#f3f3f5}.login-container .demo-accounts{border-top-color:#374151}.login-container .demo-accounts .demo-title{color:#f3f3f5}.login-container .demo-accounts .demo-account-grid .demo-account-button{background:#1f293780;border-color:#374151;color:#f3f3f5}.login-container .demo-accounts .demo-account-grid .demo-account-button:hover{background:#374151b3}.login-container .demo-accounts .demo-account-grid .demo-account-button .account-email{color:#9ca3af}.login-container .login-footer{background:#1f293780;color:#9ca3af}}.user-profile{display:flex;align-items:center;gap:.75rem}.user-profile .profile-info{display:none;text-align:right}@media (min-width: 640px){.user-profile .profile-info{display:block}}.user-profile .profile-info .user-name{font-size:.875rem;font-weight:500;color:#030213}.user-profile .profile-info .user-role{font-size:.75rem;color:#717182}.user-profile .avatar-button{position:relative;height:40px;width:40px;border-radius:50%;padding:0!important}.user-profile .avatar-button:hover{background:#f3f3f5}.popover{position:relative;display:inline-block}.popover-trigger{cursor:pointer}.popover-content{position:absolute;top:calc(100% + .5rem);right:0;width:320px;background:#fff;border:1px solid #ececf0;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;padding:1rem}.popover-content.align-start{left:0;right:auto}.popover-content.align-center{left:50%;transform:translate(-50%);right:auto}.popover-content.align-end{right:0}.popover-content .popover-content{display:flex;flex-direction:column;gap:1rem}.popover-content .user-header{display:flex;align-items:center;gap:.75rem}.popover-content .user-header .user-avatar{width:48px;height:48px}.popover-content .user-header .user-info{flex:1}.popover-content .user-header .user-info .user-name{font-weight:500;color:#030213}.popover-content .user-header .user-info .username{font-size:.875rem;color:#717182}.popover-content .user-header .user-info .role-badge{margin-top:.25rem}.popover-content .contact-section{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid #ececf0}.popover-content .contact-section .contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.popover-content .contact-section .contact-item .contact-icon{width:16px;height:16px;color:#9ca3af}.popover-content .menu-section{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid #ececf0}.popover-content .menu-section .menu-button{width:100%;justify-content:flex-start}.popover-content .menu-section .menu-button .menu-icon{width:16px;height:16px;margin-right:.5rem}.popover-content .menu-section .menu-button.logout-button{color:#d4183d}.popover-content .menu-section .menu-button.logout-button:hover{color:#d4183d;background:#d4183d1a}.avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden}.avatar.size-sm{width:32px;height:32px}.avatar.size-md{width:40px;height:40px}.avatar.size-lg{width:48px;height:48px}.avatar.size-xl{width:64px;height:64px}.avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#030213;color:#fff;font-weight:500}.avatar-fallback.large{font-size:1.25rem}.profile-dialog{max-width:400px}.profile-dialog .dialog-content{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.profile-dialog .avatar-section{display:flex;justify-content:center}.profile-dialog .avatar-section .large-avatar{width:80px;height:80px}.profile-dialog .form-fields{display:flex;flex-direction:column;gap:.75rem}.profile-dialog .form-fields .field-group{display:flex;flex-direction:column;gap:.5rem}.profile-dialog .form-fields .field-group label{font-size:.875rem;font-weight:500;color:#374151}.profile-dialog .form-fields .field-group .field-display{padding:.5rem;background:#f3f3f5;border-radius:.375rem;font-size:.875rem}.profile-dialog .form-fields .field-group .field-display.readonly{color:#717182}.profile-dialog .action-buttons{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top:1px solid #ececf0}.profile-dialog .action-buttons .button-icon{width:16px;height:16px;margin-right:.25rem}@media (max-width: 640px){.popover-content{width:280px;padding:.75rem}.popover-content .user-header{flex-direction:column;text-align:center}.popover-content .user-header .user-info .user-name,.popover-content .user-header .user-info .username{text-align:center}.popover-content .contact-section,.popover-content .menu-section{gap:.25rem}.popover-content .contact-section .contact-item,.popover-content .contact-section .menu-button,.popover-content .menu-section .contact-item,.popover-content .menu-section .menu-button{font-size:.75rem}.profile-dialog{max-width:90vw}.profile-dialog .form-fields{gap:.5rem}.profile-dialog .form-fields .field-group .field-display{font-size:.75rem}.profile-dialog .action-buttons{flex-direction:column}.profile-dialog .action-buttons .btn{width:100%}}@media (max-width: 320px){.popover-content{width:260px}}.sidebar{width:16rem;background-color:#fff;border-right:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;height:100vh}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.sidebar-header-content{display:flex;align-items:center;gap:.75rem}.sidebar-header-icon{height:2rem;width:2rem;color:#030213}.sidebar-header-text{flex:1}.sidebar-header-title{font-weight:500;font-size:.75rem;color:#030213}.sidebar-header-subtitle{font-size:.875rem;color:#717182}.sidebar-user{padding:1rem;border-bottom:1px solid rgba(0,0,0,.1);background-color:#ececf04d}.sidebar-user-info{display:flex;flex-direction:column;gap:.5rem}.sidebar-user-header{display:flex;align-items:center;justify-content:space-between}.sidebar-user-name{font-weight:500;font-size:.875rem;color:#030213}.sidebar-user-badge{font-size:.75rem}.sidebar-user-department{font-size:.75rem;color:#717182}.sidebar-user-status{display:flex;align-items:center;gap:.25rem}.sidebar-user-status-dot{width:.5rem;height:.5rem;border-radius:50%}.sidebar-user-status-dot.online{background-color:#22c55e}.sidebar-user-status-dot.offline{background-color:#9ca3af}.sidebar-user-status-text{font-size:.75rem}.sidebar-user-status-text.online{color:#16a34a}.sidebar-user-status-text.offline{color:#6b7280}.sidebar-nav{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.sidebar-nav-label{font-size:.75rem;font-weight:500;color:#717182;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.sidebar-nav-item{position:relative}.sidebar-nav-button{width:100%;justify-content:flex-start;height:auto;padding:.75rem;border:none;background:transparent;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease-in-out}.sidebar-nav-button:not(.active):hover{background-color:#f3f3f5}.sidebar-nav-button.active{background-color:#030213;color:#fff}.sidebar-nav-button.active .sidebar-nav-icon,.sidebar-nav-button.active .sidebar-nav-title,.sidebar-nav-button.active .sidebar-nav-description{color:#fff}.sidebar-nav-content{display:flex;align-items:center;gap:.75rem;width:100%}.sidebar-nav-icon{height:1rem;width:1rem;flex-shrink:0;color:#4b5563}.sidebar-nav-text{flex:1;text-align:left}.sidebar-nav-title{font-size:.875rem;font-weight:500;color:#030213}.sidebar-nav-description{font-size:.75rem;color:#717182}.sidebar-nav-admin-badge{position:absolute;top:-.25rem;right:-.25rem}.sidebar-nav-admin-badge .admin-badge{font-size:.75rem;padding:0 .25rem}.sidebar-footer{padding:1rem;border-top:1px solid rgba(0,0,0,.1)}.sidebar-footer-info{font-size:.75rem;color:#717182;display:flex;flex-direction:column;gap:.25rem}.sidebar-footer-copyright{color:#030213}.dashboard-container{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.5rem}.stat-card-title{font-size:.875rem;font-weight:500;color:#030213}.stat-card-icon{height:1rem;width:1rem;color:#717182}.stat-card-icon.urgent{color:#d4183d}.stat-card-content{padding-top:.5rem}.stat-card-value{font-size:1.5rem;font-weight:700;color:#030213}.stat-card-value.urgent{color:#d4183d}.stat-card-description{font-size:.75rem;color:#717182;margin:.25rem 0 0}.dashboard-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 1024px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-card-header{padding-bottom:1rem}.dashboard-card-title{font-size:1.125rem;font-weight:600;color:#030213;margin:0 0 .25rem}.dashboard-card-description{font-size:.875rem;color:#717182;margin:0}.order-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:center;justify-content:space-between;gap:1rem}.order-info{flex:1;min-width:0}.order-info .order-customer{font-size:.875rem;font-weight:500;color:#030213;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-info .order-product,.order-info .order-date{font-size:.75rem;color:#717182;margin:0 0 .125rem}.order-status{text-align:right}.order-status .order-quantity{font-size:.875rem;font-weight:500;color:#030213;margin:.25rem 0 0}.production-list{display:flex;flex-direction:column;gap:1rem}.production-item{display:flex;flex-direction:column;gap:.5rem}.production-header{display:flex;align-items:center;justify-content:space-between}.production-info .production-name{font-size:.875rem;font-weight:500;color:#030213;margin:0 0 .25rem}.production-info .production-quantity{font-size:.75rem;color:#717182;margin:0}.production-progress{display:flex;flex-direction:column;gap:.25rem}.production-progress .progress-info{display:flex;justify-content:space-between;font-size:.75rem;color:#4b5563}.production-progress .progress-bar{height:.5rem}.inventory-list{display:flex;flex-direction:column;gap:1rem}.inventory-item{display:flex;align-items:center;justify-content:space-between}.inventory-info{flex:1;min-width:0}.inventory-info .inventory-name{font-size:.875rem;font-weight:500;color:#030213;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventory-info .inventory-code,.inventory-info .inventory-location{font-size:.75rem;color:#717182;margin:0 0 .125rem}.inventory-stock{text-align:right}.inventory-stock .stock-value{font-size:.875rem;font-weight:500}.inventory-stock .stock-value.positive{color:#16a34a}.inventory-stock .stock-value.negative{color:#d4183d}.inventory-stock .stock-total{font-size:.75rem;color:#717182;margin:.125rem 0 0}.inspection-list{display:flex;flex-direction:column;gap:1rem}.inspection-item{display:flex;align-items:center;justify-content:space-between}.inspection-info{flex:1;min-width:0}.inspection-info .inspection-type{font-size:.875rem;font-weight:500;color:#030213;margin:0 0 .25rem}.inspection-info .inspection-inspector,.inspection-info .inspection-date{font-size:.75rem;color:#717182;margin:0 0 .125rem}.inspection-status{text-align:right}.inspection-status .inspection-badge{display:flex;align-items:center;gap:.25rem}.inspection-status .inspection-badge .inspection-icon{height:.75rem;width:.75rem}.financial-summary .financial-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.financial-summary .financial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.financial-summary .financial-item{text-align:center}.financial-summary .financial-item .financial-value{font-size:1.5rem;font-weight:700;color:#030213}.financial-summary .financial-item .financial-value.positive{color:#16a34a}.financial-summary .financial-item .financial-label{font-size:.875rem;color:#717182;margin-top:.25rem}.page-container{padding:1.5rem;max-width:1400px;margin:0 auto}.page-header{margin-bottom:1.5rem}.page-header-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.page-header-description{font-size:1rem;color:#4b5563}.page-header-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#717182}.page-header-breadcrumb a{color:#030213;text-decoration:none}.page-header-breadcrumb a:hover{text-decoration:underline}.page-header-breadcrumb .separator{color:#9ca3af}.page-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-bottom:1.5rem}.page-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;align-items:center}.page-actions-left{flex:1;display:flex;gap:1rem;align-items:center}.page-actions-right{display:flex;gap:.5rem;align-items:center}.page-content{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.page-content-header{padding:1rem 1.5rem;border-bottom:1px solid #ececf0;display:flex;justify-content:space-between;align-items:center}.page-content-header h2{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.page-content-body{padding:0}.page-content-footer{padding:1rem 1.5rem;border-top:1px solid #ececf0;display:flex;justify-content:space-between;align-items:center}.page-grid{display:grid;gap:1.5rem}.page-grid-2col{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.page-grid-3col{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.page-grid-4col{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.page-section{margin-bottom:2rem}.page-section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ececf0}.page-section-content{padding:1rem 0}.empty-state{padding:3rem 1rem;text-align:center}.empty-state-icon{font-size:64px;color:#d1d5db;margin-bottom:1rem}.empty-state-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state-description{font-size:1rem;color:#717182;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.empty-state-actions{display:flex;gap:.75rem;justify-content:center}.filter-bar{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem;margin-bottom:1rem;flex-wrap:wrap}.filter-bar-item{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.filter-bar-item label{font-size:.75rem;font-weight:500;color:#4b5563}.filter-bar-actions{display:flex;gap:.5rem;align-items:flex-end;margin-left:auto}.detail-view-header{padding:1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:1.5rem}.detail-view-header h1{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.detail-view-header .meta-info{display:flex;gap:1.5rem;flex-wrap:wrap}.detail-view-header .meta-info-item{display:flex;flex-direction:column;gap:.25rem}.detail-view-header .meta-info-item label{font-size:.75rem;font-weight:500;color:#717182;text-transform:uppercase}.detail-view-header .meta-info-item value{font-size:1rem;color:#1f2937;font-weight:500}.detail-view-body{display:grid;gap:1.5rem}.detail-view-section{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.detail-view-section h2{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.detail-view-section .detail-list{display:grid;gap:.75rem}.detail-view-section .detail-list-item{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f3f3f5}.detail-view-section .detail-list-item:last-child{border-bottom:none}.detail-view-section .detail-list-item dt{font-size:.875rem;font-weight:500;color:#4b5563}.detail-view-section .detail-list-item dd{font-size:.875rem;color:#1f2937}@media (max-width: 1024px){.page-grid-2col,.page-grid-3col,.page-grid-4col{grid-template-columns:1fr}.page-actions-left,.page-actions-right{width:100%;justify-content:space-between}.filter-bar-item{flex:1;min-width:120px}.filter-bar-actions{width:100%;margin-left:0;justify-content:flex-end}}@media (max-width: 640px){.page-container{padding:1rem}.page-stats{grid-template-columns:1fr}.detail-view-header,.detail-view-section{padding:1rem}.detail-view-section .detail-list-item{grid-template-columns:1fr;gap:.25rem}}.product-management{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:auto}.product-management .page-header{display:flex;justify-content:space-between;align-items:center}.product-management .page-header .header-info .page-title{font-size:1.5rem;font-weight:700;color:#030213;margin:0 0 .25rem}.product-management .page-header .header-info .page-description{color:#717182;margin:0}.product-management .search-container{display:flex;align-items:center;gap:.5rem}.product-management .search-container .search-icon{height:1rem;width:1rem;color:#717182}.product-management .search-container .search-input{flex:1}.product-management .table-container{overflow-x:auto}.product-management .product-table{width:100%;border-collapse:collapse;font-size:.875rem}.product-management .product-table th{background-color:#f9fafb;padding:.75rem;text-align:left;font-weight:500;color:#374151;border-bottom:1px solid #ececf0;white-space:nowrap}.product-management .product-table td{padding:.75rem;border-bottom:1px solid #f3f3f5;vertical-align:top}.product-management .product-table .product-code{font-weight:500;color:#030213;white-space:nowrap}.product-management .product-table .product-info{min-width:200px}.product-management .product-table .product-info .product-name{font-weight:500;color:#030213;margin:0 0 .25rem}.product-management .product-table .product-info .product-description{font-size:.75rem;color:#717182;margin:0}.product-management .product-table .price{font-weight:500;color:#030213;white-space:nowrap}.product-management .product-table .parts-cell{min-width:300px;max-width:400px}.product-management .product-table .parts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.product-management .product-table .parts-grid .part-item{font-size:.75rem;color:#4b5563;background-color:#f9fafb;padding:.125rem .375rem;border-radius:.25rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-management .product-table .date{color:#4b5563;white-space:nowrap}.product-management .product-table .actions{white-space:nowrap}.product-management .product-table .action-buttons{display:flex;gap:.25rem}.product-management .category-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width: 768px){.product-management .category-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.product-management .category-summary{grid-template-columns:repeat(1,minmax(0,1fr))}}.product-management .category-summary .category-card{border:1px solid #ececf0;border-radius:.5rem;background-color:#fff}.product-management .category-summary .category-card .category-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .5rem}.product-management .category-summary .category-card .category-header .category-title{font-size:.875rem;font-weight:500;color:#374151}.product-management .category-summary .category-card .category-header .category-icon{height:1rem;width:1rem;color:#9ca3af}.product-management .category-summary .category-card .category-content{padding:0 1rem 1rem}.product-management .category-summary .category-card .category-content .category-count{font-size:2rem;font-weight:700;color:#030213;line-height:1}.product-management .category-summary .category-card .category-content .category-label{font-size:.75rem;color:#717182;margin:.25rem 0 0}.product-management .dialog-header{margin-bottom:1rem}.product-management .dialog-header .dialog-title{font-size:1.125rem;font-weight:600;color:#030213;margin:0 0 .25rem}.product-management .dialog-header .dialog-description{color:#717182;margin:0}.product-management .dialog-form{margin-bottom:1.5rem}.product-management .dialog-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-management .dialog-form .form-grid .form-group{display:flex;flex-direction:column;gap:.5rem}.product-management .dialog-form .form-grid .form-group.full-width{grid-column:span 2}.product-management .dialog-footer{display:flex;justify-content:flex-end;gap:.5rem}.customer-orders{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:auto}.customer-orders .page-header{display:flex;justify-content:space-between;align-items:center}.customer-orders .page-header .header-info .page-title{font-size:1.5rem;font-weight:700;color:#030213;margin:0 0 .25rem}.customer-orders .page-header .header-info .page-description{color:#717182;margin:0}.customer-orders .search-container{display:flex;align-items:center;gap:.5rem}.customer-orders .search-container .search-icon{height:1rem;width:1rem;color:#717182}.customer-orders .search-container .search-input{flex:1}.customer-orders .table-container{overflow-x:auto}.customer-orders .orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.customer-orders .orders-table th{background-color:#f9fafb;padding:.75rem;text-align:left;font-weight:500;color:#374151;border-bottom:1px solid #ececf0;white-space:nowrap}.customer-orders .orders-table td{padding:.75rem;border-bottom:1px solid #f3f3f5;vertical-align:top}.customer-orders .orders-table .order-id,.customer-orders .orders-table .customer-name{font-weight:500;color:#030213;white-space:nowrap}.customer-orders .orders-table .product-info{min-width:200px}.customer-orders .orders-table .product-info .product-name{font-weight:500;color:#030213;margin:0 0 .25rem}.customer-orders .orders-table .product-info .product-code{font-size:.75rem;color:#717182;margin:0}.customer-orders .orders-table .quantity{color:#030213;white-space:nowrap}.customer-orders .orders-table .price,.customer-orders .orders-table .total-amount{font-weight:500;color:#030213;white-space:nowrap}.customer-orders .orders-table .order-date,.customer-orders .orders-table .due-date{color:#4b5563;white-space:nowrap}.customer-orders .orders-table .status-cell{white-space:nowrap}.customer-orders .order-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width: 768px){.customer-orders .order-summary{grid-template-columns:repeat(1,minmax(0,1fr))}}.customer-orders .order-summary .summary-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .5rem}.customer-orders .order-summary .summary-header .summary-title{font-size:.875rem;font-weight:500;color:#374151}.customer-orders .order-summary .summary-header .summary-icon{height:1rem;width:1rem;color:#9ca3af}.customer-orders .order-summary .summary-content{padding:0 1rem 1rem}.customer-orders .order-summary .summary-content .summary-value{font-size:2rem;font-weight:700;color:#030213;line-height:1}.customer-orders .order-summary .summary-content .summary-label{font-size:.75rem;color:#717182;margin:.25rem 0 0}.customer-orders .dialog-header{margin-bottom:1rem}.customer-orders .dialog-header .dialog-title{font-size:1.125rem;font-weight:600;color:#030213;margin:0 0 .25rem}.customer-orders .dialog-header .dialog-description{color:#717182;margin:0}.customer-orders .dialog-form{margin-bottom:1.5rem}.customer-orders .dialog-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.customer-orders .dialog-form .form-grid .form-group{display:flex;flex-direction:column;gap:.5rem}.customer-orders .dialog-form .form-grid .form-group.full-width{grid-column:span 2}.customer-orders .dialog-form .required-parts{padding:.5rem;background-color:#f3f3f5;border-radius:.375rem;font-size:.875rem;color:#374151}.customer-orders .dialog-footer{display:flex;justify-content:flex-end;gap:.5rem}.supplier-orders{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:auto}.supplier-orders .page-header{display:flex;justify-content:space-between;align-items:center}.supplier-orders .page-header .header-info .page-title{font-size:1.5rem;font-weight:700;color:#030213;margin:0 0 .25rem}.supplier-orders .page-header .header-info .page-description{color:#717182;margin:0}.supplier-orders .search-container{display:flex;align-items:center;gap:.5rem}.supplier-orders .search-container .search-icon{height:1rem;width:1rem;color:#717182}.supplier-orders .search-container .search-input{flex:1}.supplier-orders .table-container{overflow-x:auto}.supplier-orders .supplier-orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.supplier-orders .supplier-orders-table th{background-color:#f9fafb;padding:.75rem;text-align:left;font-weight:500;color:#374151;border-bottom:1px solid #ececf0;white-space:nowrap}.supplier-orders .supplier-orders-table td{padding:.75rem;border-bottom:1px solid #f3f3f5;vertical-align:top}.supplier-orders .supplier-orders-table .customer-order-info{min-width:150px}.supplier-orders .supplier-orders-table .order-id,.supplier-orders .supplier-orders-table .supplier-name{font-weight:500;color:#030213;white-space:nowrap}.supplier-orders .supplier-orders-table .part-info{min-width:150px}.supplier-orders .supplier-orders-table .part-info .part-name{font-weight:500;color:#030213;margin:0 0 .25rem}.supplier-orders .supplier-orders-table .part-info .part-code{font-size:.75rem;color:#717182;margin:0}.supplier-orders .supplier-orders-table .quantity{color:#030213;white-space:nowrap}.supplier-orders .supplier-orders-table .stock-info{white-space:nowrap}.supplier-orders .supplier-orders-table .price,.supplier-orders .supplier-orders-table .total-amount{font-weight:500;color:#030213;white-space:nowrap}.supplier-orders .supplier-orders-table .order-date,.supplier-orders .supplier-orders-table .requested-date,.supplier-orders .supplier-orders-table .actual-date{color:#4b5563;white-space:nowrap}.supplier-orders .supplier-orders-table .delivery-status{white-space:nowrap}.supplier-orders .supplier-orders-table .delivery-status .status-indicator{font-size:.875rem}.supplier-orders .supplier-orders-table .status-cell{white-space:nowrap}.supplier-orders .customer-info .customer-name{font-weight:500;color:#030213;font-size:.875rem}.supplier-orders .customer-info .product-name{color:#717182;font-size:.75rem;margin-top:.25rem}.supplier-orders .part-name{font-weight:500;color:#030213}.supplier-orders .part-code{font-size:.875rem;color:#717182;margin-top:.25rem}.supplier-orders .stock-info{display:flex;align-items:center;gap:.5rem}.supplier-orders .stock-info .btn{padding:.25rem;min-width:auto;width:24px;height:24px}.supplier-orders .stock-info .btn i{font-size:.75rem}.supplier-orders .delivery-status{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.supplier-orders .delivery-status i{font-size:.75rem}.supplier-orders .delivery-status.text-red-600{color:#d4183d}.supplier-orders .delivery-status.text-orange-600{color:#f59e0b}.supplier-orders .delivery-status.text-green-600{color:#10b981}.supplier-orders .delivery-status.text-gray-500{color:#717182}.supplier-orders .supplier-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.supplier-orders .supplier-summary .card{position:relative;overflow:hidden}.supplier-orders .supplier-summary .summary-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:.5rem}.supplier-orders .supplier-summary .summary-title{font-size:.875rem;font-weight:500;color:#374151}.supplier-orders .supplier-summary .summary-icon{font-size:.875rem}.supplier-orders .supplier-summary .summary-icon:not(.text-blue-600):not(.text-green-600):not(.text-red-600){color:#9ca3af}.supplier-orders .supplier-summary .summary-content{padding-top:.5rem}.supplier-orders .supplier-summary .summary-value{font-size:1.5rem;font-weight:700;color:#030213;line-height:1.2}.supplier-orders .supplier-summary .summary-value.text-blue-600{color:#030213}.supplier-orders .supplier-summary .summary-value.text-green-600{color:#10b981}.supplier-orders .supplier-summary .summary-value.text-red-600{color:#d4183d}.supplier-orders .supplier-summary .summary-label{font-size:.75rem;color:#717182;margin-top:.25rem;margin-bottom:0}.supplier-orders .part-code-container{display:flex;gap:.5rem;align-items:flex-end}.supplier-orders .part-code-container .select{flex:1}.supplier-orders .part-code-container .btn{padding:.5rem;min-width:auto;width:36px;height:36px}.supplier-orders .stock-alert{margin-top:.5rem;padding:.75rem;border-radius:.375rem;background-color:#fef3c7;border:1px solid #f59e0b}.supplier-orders .stock-alert .alert-content{font-size:.875rem}.supplier-orders .stock-alert i{color:#f59e0b;margin-right:.5rem}.supplier-orders .inventory-details .inventory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.supplier-orders .inventory-details .inventory-grid .inventory-item.full-width{grid-column:1/-1}.supplier-orders .inventory-details .inventory-grid .inventory-value{margin-top:.25rem;padding:.5rem;background-color:#f3f3f5;border-radius:.375rem;font-size:.875rem;color:#374151}.supplier-orders .inventory-details .inventory-grid .inventory-value.font-medium{font-weight:500}.supplier-orders .inventory-details .inventory-grid .inventory-value.text-red-600{color:#d4183d}.supplier-orders .inventory-details .inventory-grid .inventory-value.text-green-600{color:#10b981}.supplier-orders .action-buttons{display:flex;gap:.25rem;flex-wrap:wrap}.supplier-orders .dialog-form .form-group.full-width{grid-column:1/-1}.supplier-orders .text-blue-600{color:#030213}.supplier-orders .text-green-600{color:#10b981}.supplier-orders .text-red-600{color:#d4183d}.supplier-orders .text-orange-600{color:#f59e0b}.supplier-orders .text-gray-500{color:#717182}@media (max-width: 1024px){.supplier-orders{padding:1rem}.supplier-orders .supplier-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.supplier-orders{padding:.75rem;gap:1rem}.supplier-orders .supplier-summary{grid-template-columns:1fr}.supplier-orders .page-header{flex-direction:column;gap:.75rem;align-items:stretch}.supplier-orders .page-header .header-info{text-align:center}.supplier-orders .inventory-grid{grid-template-columns:1fr!important}}@media (max-width: 640px){.supplier-orders .table{font-size:.75rem}.supplier-orders .dialog-form .form-grid{grid-template-columns:1fr}.supplier-orders .summary-value{font-size:1.25rem}.supplier-orders .part-code-container{flex-direction:column;align-items:stretch}.supplier-orders .part-code-container .btn{width:100%;height:auto;padding:.5rem}.supplier-orders .action-buttons{flex-direction:column}.supplier-orders .stock-info{flex-direction:column;align-items:flex-start;gap:.25rem}}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.375rem;border:1px solid #ececf0;background-color:#f9fafb}.alert .alert-icon{flex-shrink:0;margin-top:.25rem}.alert .alert-content{flex:1}.alert .alert-content .alert-title{font-weight:500;color:#030213;margin-bottom:.25rem}.alert .alert-content .alert-description{font-size:.875rem;color:#374151;line-height:1.5}.alert.alert-warning{background-color:#fef3c7;border-color:#f59e0b}.alert.alert-warning .alert-icon i{color:#f59e0b}.alert.alert-destructive{background-color:#fee2e2;border-color:#d4183d}.alert.alert-destructive .alert-icon i{color:#d4183d}.alert.alert-success{background-color:#d1fae5;border-color:#10b981}.alert.alert-success .alert-icon i{color:#10b981}.alert.alert-border{border-color:#f59e0b}.inventory-container{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.inventory-actions{display:flex;flex-direction:row;gap:1rem;justify-content:flex-end}.inventory-actions .action-button{background:#162845;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem}.page-header .header-info .page-title{font-size:2rem;font-weight:600;color:#030213;margin-bottom:.5rem}.page-header .header-info .page-description{font-size:.875rem;color:#4b5563;margin:0}.section{margin-bottom:1.5rem}.section .section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.section .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.5rem}.section .stats-grid{grid-template-columns:repeat(4,1fr)}.stats-grid .card{position:relative;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.stats-grid .card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.stats-grid .stats-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:.75rem}.stats-grid .stats-title{font-size:.875rem;font-weight:500;color:#6b7280}.stats-grid .stats-icon{width:20px;height:20px;color:#9ca3af}.stats-grid .stats-icon.text-red-600{color:#dc2626}.stats-grid .stats-icon.text-orange-600{color:#ea580c}.stats-grid .stats-icon.text-green-600{color:#16a34a}.stats-grid .stats-content .stats-value{font-size:2rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.25rem}.stats-grid .stats-content .stats-value.text-red-600{color:#dc2626}.stats-grid .stats-content .stats-value.text-orange-600{color:#ea580c}.stats-grid .stats-content .stats-value.text-green-600{color:#16a34a}.stats-grid .stats-content .stats-label{font-size:.75rem;color:#6b7280;margin:0}.search-filter{display:flex;flex-direction:column;gap:1rem;background:#fff;padding:1.25rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}@media (min-width: 640px){.search-filter{flex-direction:row;align-items:center}}.search-filter .search-container{flex:1;position:relative;display:flex;align-items:center}.search-filter .search-container .search-icon{position:absolute;left:.75rem;color:#9ca3af;font-size:.875rem;z-index:1}.search-filter .search-container .search-input{padding-left:2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem}.search-filter .search-container .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-filter .filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.search-filter .filter-buttons .btn{font-size:.875rem;padding:6px 12px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#4b5563;transition:all .2s ease}.search-filter .filter-buttons .btn:hover{border-color:#9ca3af;background:#f9fafb}.search-filter .filter-buttons .btn.btn-primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.search-filter .filter-buttons .btn.btn-primary:hover{background:#2563eb;border-color:#2563eb}.tabs-navigation{display:grid;grid-template-columns:repeat(2,1fr);width:100%;background:#f3f4f6;border-radius:8px;padding:4px;margin-bottom:1rem}.tabs-navigation .tab-trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:8px 1rem;background:transparent;border:none;border-radius:6px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;font-size:.875rem}.tabs-navigation .tab-trigger i{font-size:.875rem;color:#9ca3af}.tabs-navigation .tab-trigger:hover{color:#111827;background:#ffffff80}.tabs-navigation .tab-trigger.tabs-trigger-active,.tabs-navigation .tab-trigger[data-state=active]{background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.tabs-navigation .tab-trigger.tabs-trigger-active i,.tabs-navigation .tab-trigger[data-state=active] i{color:#6b7280}.tab-content{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.card-header-with-icon{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.card-header-with-icon i{font-size:1.125rem;color:#6b7280}.card-description{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.card .card-header{padding:0;margin-bottom:1rem;border:none}.card .card-content{padding:0}.part-name{font-weight:600;color:#111827;font-size:.875rem;margin-bottom:2px}.part-code{font-size:.75rem;color:#6b7280;margin-top:2px;margin-bottom:4px}.part-category{margin-top:4px;font-size:10px;font-weight:500}.part-category.badge{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db;padding:2px 6px;border-radius:4px}.reserved-stock{display:flex;flex-direction:column;gap:.25rem;min-width:80px}.reserved-stock .progress-container{width:60px}.reserved-stock .progress-container .progress .progress-track{height:4px;background-color:#ececf0;border-radius:2px;overflow:hidden}.reserved-stock .progress-container .progress .progress-fill{height:100%;background-color:#030213;border-radius:2px;transition:width .2s ease-in-out}.reserved-stock .utilization-rate{font-size:.75rem;color:#717182}.text-red-600{color:#d4183d}.text-orange-600{color:#f59e0b}.text-yellow-600{color:#d97706}.text-green-600{color:#10b981}.badge{font-size:10px;font-weight:500;padding:4px 8px;border-radius:6px;display:inline-block}.badge.badge-secondary{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db}.badge.badge-outline{background:transparent;border:1px solid #d1d5db;color:#4b5563}.badge.badge-destructive{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.badge.badge-default{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.action-buttons{display:flex;flex-direction:column;gap:.25rem;min-width:120px}.action-buttons .btn{font-size:.75rem;padding:4px 8px;border-radius:4px;border:1px solid #d1d5db;background:#fff;color:#4b5563;cursor:pointer;transition:all .2s ease}.action-buttons .btn:hover{border-color:#9ca3af;background:#f9fafb}.action-buttons .stock-adjust-buttons{display:flex;gap:.25rem}.action-buttons .stock-adjust-buttons .adjust-button{padding:2px 6px;font-size:10px;min-width:auto;height:auto}.alert-card{border-color:#d4183d;background-color:#fee2e2}.alert-card .alert-header{display:flex;align-items:center;gap:.5rem;color:#d4183d;font-weight:500}.alert-card .alert-header i{font-size:1rem}.alert-card .alert-content{display:flex;flex-direction:column;gap:.5rem}.alert-card .alert-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#d4183d1a;border-radius:.375rem}.alert-card .alert-item .alert-item-info{display:flex;align-items:center;gap:.5rem;flex:1}.alert-card .alert-item .alert-item-info .alert-badge{font-size:.75rem}.alert-card .alert-item .alert-item-info .alert-part-name{font-weight:500;color:#030213}.alert-card .alert-item .alert-item-info .alert-part-code{font-size:.875rem;color:#717182}.alert-card .alert-item .alert-stock{color:#d4183d;font-weight:500;font-size:.875rem}.overflow-x-auto{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{background:#f9fafb;color:#374151;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:12px .75rem;border-bottom:1px solid #e5e7eb;text-align:left}.table th:first-child{border-top-left-radius:8px}.table th:last-child{border-top-right-radius:8px}.table td{padding:1rem .75rem;border-bottom:1px solid #f3f4f6;color:#111827;vertical-align:top}.table td:first-child{font-weight:500}.table tbody tr:hover{background:#f9fafb}.table tbody tr:last-child td{border-bottom:none}@media (max-width: 1024px){.inventory-container{padding:1rem}.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.inventory-container{padding:.75rem;gap:1rem}.stats-grid{grid-template-columns:repeat(3,1fr)}.page-header{text-align:center}.page-header .page-title{font-size:1.25rem}.search-filter .filter-buttons{justify-content:center}.tabs-navigation .tab-trigger{padding:.5rem;font-size:.875rem}.tabs-navigation .tab-trigger span{display:none}}@media (max-width: 768px) and (min-width: 480px){.tabs-navigation .tab-trigger span{display:block}}@media (max-width: 640px){.inventory-container{padding:.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-value{font-size:1.25rem}.table{font-size:.75rem}.action-buttons{min-width:auto}.action-buttons .stock-adjust-buttons{flex-direction:column}.alert-item{flex-direction:column;align-items:flex-start;gap:.5rem}.alert-item .alert-item-info{flex-direction:column;align-items:flex-start;gap:.25rem}.reserved-stock{min-width:auto}.reserved-stock .progress-container{width:40px}}.tabs.space-y-4{display:flex;flex-direction:column;gap:1rem}.production{padding:1.5rem;min-height:100vh;background:#f9fafb;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.production .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.production .stats-grid .card{position:relative;overflow:hidden}.production .stats-grid .stats-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:.5rem}.production .stats-grid .stats-title{font-size:.875rem;font-weight:500;color:#374151}.production .stats-grid .stats-icon{font-size:.875rem;color:#9ca3af}.production .stats-grid .stats-icon.text-orange-600{color:#f59e0b}.production .stats-grid .stats-icon.text-blue-600{color:#030213}.production .stats-grid .stats-icon.text-green-600{color:#10b981}.production .stats-grid .stats-content{padding-top:.5rem}.production .stats-grid .stats-value{font-size:1.5rem;font-weight:700;color:#030213;line-height:1.2}.production .stats-grid .stats-value.text-orange-600{color:#f59e0b}.production .stats-grid .stats-value.text-blue-600{color:#030213}.production .stats-grid .stats-value.text-green-600{color:#10b981}.production .stats-grid .stats-label{font-size:.75rem;color:#717182;margin-top:.25rem;margin-bottom:0}.production .production-schedule{display:flex;flex-direction:column;gap:1rem}.production .production-schedule .production-item{border:1px solid #ececf0;border-radius:.375rem;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:.75rem}.production .production-schedule .production-item .production-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.production .production-schedule .production-item .production-header .production-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.production .production-schedule .production-item .production-header .production-info .production-title{display:flex;align-items:flex-start;gap:.75rem}.production .production-schedule .production-item .production-header .production-info .production-title .status-icon{margin-top:.25rem;color:#717182;font-size:1rem}.production .production-schedule .production-item .production-header .production-info .production-title .title-content{flex:1}.production .production-schedule .production-item .production-header .production-info .production-title .title-content .product-name{font-weight:500;color:#030213;font-size:1rem;margin-bottom:.25rem}.production .production-schedule .production-item .production-header .production-info .production-title .title-content .product-details{font-size:.875rem;color:#717182;margin-bottom:.25rem}.production .production-schedule .production-item .production-header .production-info .production-title .title-content .customer-details{font-size:.875rem;color:#717182}.production .production-schedule .production-item .production-header .production-info .progress-section{display:flex;flex-direction:column;gap:.5rem}.production .production-schedule .production-item .production-header .production-info .progress-section .progress-info{display:flex;justify-content:space-between;font-size:.875rem;color:#374151}.production .production-schedule .production-item .production-header .production-info .progress-section .date-info{display:flex;justify-content:space-between;font-size:.75rem;color:#717182}.production .production-schedule .production-item .production-header .production-status{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.production .production-schedule .production-item .production-header .production-status .parts-missing{font-size:.75rem}.production .production-schedule .production-item .parts-warning{padding:.75rem;background-color:#d4183d1a;border-radius:.375rem;border-left:4px solid #d4183d}.production .production-schedule .production-item .parts-warning .warning-title{font-size:.875rem;font-weight:500;color:#d4183d;margin-bottom:.25rem}.production .production-schedule .production-item .parts-warning .warning-parts{font-size:.875rem;color:#717182;margin:0}.production .production-schedule .production-item .action-section{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid #ececf0;flex-wrap:wrap}.production .production-schedule .production-item .action-section .btn i{margin-right:.25rem;font-size:.75rem}.production .product-name{font-weight:500;color:#030213}.production .product-code{font-size:.875rem;color:#717182;margin-top:.25rem}.production .progress-cell{display:flex;flex-direction:column;gap:.25rem;min-width:80px}.production .progress-cell .progress-text{font-size:.875rem}.production .progress-cell .progress .progress-track{height:4px;width:64px}.production .progress-update-section{display:flex;flex-direction:column;gap:1rem}.production .progress-update-section .progress-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.production .notes-section{display:flex;flex-direction:column;gap:.5rem}.production .text-orange-600{color:#f59e0b}.production .text-blue-600{color:#030213}.production .text-green-600{color:#10b981}@media (max-width: 1024px){.production{padding:1rem}.production .stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.production{padding:.75rem;gap:1rem}.production .stats-grid{grid-template-columns:repeat(2,1fr)}.production .page-header{text-align:center}.production .page-header .page-title{font-size:1.25rem}.production .production-item .production-header{flex-direction:column;align-items:stretch}.production .production-item .production-header .production-status{flex-direction:row;justify-content:flex-start;align-items:center}.production .production-item .progress-section .date-info{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 640px){.production{padding:.5rem}.production .stats-grid{grid-template-columns:1fr}.production .stats-value{font-size:1.25rem}.production .table{font-size:.75rem}.production .production-item{padding:.75rem}.production .production-item .production-header .production-info .production-title{flex-direction:column;align-items:flex-start;gap:.5rem}.production .production-item .production-header .production-info .production-title .status-icon{margin-top:0}.production .production-item .action-section{flex-direction:column;align-items:stretch}.production .production-item .action-section .btn{width:100%}.production .progress-buttons{grid-template-columns:repeat(2,1fr)}.production .progress-cell{min-width:auto}.production .progress-cell .progress .progress-track{width:40px}}.progress .progress-track{width:100%;height:8px;background-color:#ececf0;border-radius:4px;overflow:hidden}.progress .progress-track:has(.progress-fill) .progress-fill{background:linear-gradient(90deg,#030213,#0a0741)}.progress .progress-fill{height:100%;background-color:#030213;border-radius:4px;transition:width .2s ease-in-out}.badge.parts-missing{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.quality-control{padding:1.5rem;min-height:100vh;background:#f9fafb;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.quality-control .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quality-control .stats-grid .card{position:relative;overflow:hidden}.quality-control .stats-grid .stats-card{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.quality-control .stats-grid .stats-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.quality-control .stats-grid .stats-title{font-size:.875rem;font-weight:500;color:#374151}.quality-control .stats-grid .stats-icon{font-size:1rem;color:#9ca3af}.quality-control .stats-grid .stats-icon.text-orange-600{color:#f59e0b}.quality-control .stats-grid .stats-icon.text-destructive{color:#d4183d}.quality-control .stats-grid .stats-icon.text-green-600{color:#10b981}.quality-control .stats-grid .stats-content{display:flex;flex-direction:column;gap:.25rem}.quality-control .stats-grid .stats-value{font-size:1.5rem;font-weight:700;color:#030213;line-height:1.2}.quality-control .stats-grid .stats-value.text-orange-600{color:#f59e0b}.quality-control .stats-grid .stats-value.text-destructive{color:#d4183d}.quality-control .stats-grid .stats-value.text-green-600{color:#10b981}.quality-control .stats-grid .stats-label{font-size:.75rem;color:#717182;margin:0}.quality-control .urgent-alert{border-color:#d4183d;background:#d4183d0d}.quality-control .urgent-alert .urgent-title{color:#d4183d;display:flex;align-items:center;gap:.5rem;font-weight:600}.quality-control .urgent-alert .urgent-icon{font-size:1rem}.quality-control .urgent-alert .urgent-list{display:flex;flex-direction:column;gap:.5rem}.quality-control .urgent-alert .urgent-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#d4183d1a;border-radius:.375rem;border-left:4px solid #d4183d}.quality-control .urgent-alert .urgent-item .urgent-type{font-weight:500;color:#030213}.quality-control .urgent-alert .urgent-item .urgent-info{font-size:.875rem;color:#4b5563;margin-left:.5rem}.quality-control .urgent-alert .urgent-item .urgent-due{color:#d4183d;font-weight:500;font-size:.875rem}.quality-control .tabs{display:flex;flex-direction:column;gap:1rem}.quality-control .tabs-list{display:flex;background:#f3f3f5;border-radius:.375rem;padding:.25rem;gap:.25rem}.quality-control .tabs-trigger{flex:1;padding:.5rem 1rem;border-radius:calc(.375rem - 2px);font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;background:transparent;color:#4b5563}.quality-control .tabs-trigger:hover{color:#030213;background:#0302131a}.quality-control .tabs-trigger.active{background:#fff;color:#030213;box-shadow:0 1px 2px #0000000d}.quality-control .tabs-content{margin-top:1rem}.quality-control .inspection-dialog{max-width:400px}.quality-control .dialog-form{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.quality-control .dialog-form .form-group{display:flex;flex-direction:column;gap:.5rem}.quality-control .dialog-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.quality-control .dialog-form .inspection-item{padding:.5rem;background:#f3f3f5;border-radius:.375rem;font-size:.875rem;color:#374151}.quality-control .urgent-row{background:#d4183d0d}.quality-control .urgent-row .urgent-due{color:#d4183d;font-weight:500}.quality-control .urgent-row .urgent-due .urgent-label{font-size:.75rem;margin-top:.25rem;color:#d4183d}.quality-control .inspection-id{font-weight:500;color:#030213}.quality-control .item-info{display:flex;flex-direction:column;gap:.25rem}.quality-control .item-info .item-name{font-weight:500;color:#030213}.quality-control .item-info .item-code{font-size:.875rem;color:#717182}.quality-control .notes-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;color:#4b5563}.quality-control .badge.variant-default{background:#030213;color:#fff}.quality-control .badge.variant-destructive{background:#d4183d;color:#fff}.quality-control .badge.variant-outline{background:transparent;border:1px solid #d1d5db;color:#374151}.quality-control .text-orange-600{color:#f59e0b}.quality-control .text-destructive{color:#d4183d}.quality-control .text-green-600{color:#10b981}@media (max-width: 1024px){.quality-control{padding:1rem}.quality-control .stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.quality-control{padding:.75rem;gap:1rem}.quality-control .stats-grid{grid-template-columns:repeat(2,1fr)}.quality-control .page-header{text-align:center}.quality-control .page-header .page-title{font-size:1.25rem}.quality-control .urgent-item{flex-direction:column;align-items:flex-start;gap:.5rem}.quality-control .tabs-trigger{padding:.5rem;font-size:.75rem}.quality-control .dialog-form{gap:.75rem}}@media (max-width: 640px){.quality-control{padding:.5rem}.quality-control .stats-grid{grid-template-columns:1fr}.quality-control .stats-value{font-size:1.25rem}.quality-control .table{font-size:.75rem}.quality-control .urgent-item{padding:.5rem}.quality-control .urgent-item .urgent-info{font-size:.75rem}.quality-control .tabs-list{flex-direction:column;gap:.25rem}.quality-control .tabs-trigger{text-align:center}.quality-control .notes-cell{max-width:100px;font-size:.75rem}.quality-control .item-info .item-name{font-size:.875rem}.quality-control .item-info .item-code{font-size:.75rem}}.dialog-overlay{background:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center}.dialog-content{background:#fff;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1.5rem;max-width:90vw;max-height:90vh;overflow-y:auto}.dialog-content .dialog-header{margin-bottom:1rem}.dialog-content .dialog-header .dialog-title{font-size:1.125rem;font-weight:600;color:#030213;margin-bottom:.25rem}.dialog-content .dialog-header .dialog-description{font-size:.875rem;color:#4b5563}.dialog-content .dialog-footer{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}.delivery-tracking{padding:1.5rem;min-height:100vh;background:#f9fafb;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.delivery-tracking .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.delivery-tracking .stats-grid .card{position:relative;overflow:hidden}.delivery-tracking .stats-grid .stats-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:.5rem}.delivery-tracking .stats-grid .stats-title{font-size:.875rem;font-weight:500;color:#374151}.delivery-tracking .stats-grid .stats-icon{font-size:1rem;color:#9ca3af}.delivery-tracking .stats-grid .stats-icon.text-destructive{color:#d4183d}.delivery-tracking .stats-grid .stats-icon.text-green-600{color:#10b981}.delivery-tracking .stats-grid .stats-value{font-size:1.5rem;font-weight:700;color:#030213;line-height:1.2}.delivery-tracking .stats-grid .stats-value.text-destructive{color:#d4183d}.delivery-tracking .stats-grid .stats-value.text-green-600{color:#10b981}.delivery-tracking .stats-grid .stats-label{font-size:.75rem;color:#717182;margin:.25rem 0 0}.delivery-tracking .tabs{display:flex;flex-direction:column;gap:1rem}.delivery-tracking .tabs-list{display:flex;background:#f3f3f5;border-radius:.375rem;padding:.25rem;gap:.25rem}.delivery-tracking .tabs-trigger{flex:1;padding:.5rem 1rem;border-radius:calc(.375rem - 2px);font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;border:none;background:transparent;color:#4b5563}.delivery-tracking .tabs-trigger:hover{color:#030213;background:#0302131a}.delivery-tracking .tabs-trigger.active{background:#fff;color:#030213;box-shadow:0 1px 2px #0000000d}.delivery-tracking .tabs-content{margin-top:1rem}.delivery-tracking .order-id{font-weight:500;color:#030213}.delivery-tracking .product-info{display:flex;flex-direction:column;gap:.25rem}.delivery-tracking .product-info .product-name{font-weight:500;color:#030213}.delivery-tracking .product-info .product-code{font-size:.875rem;color:#717182}.delivery-tracking .progress-cell{display:flex;flex-direction:column;gap:.25rem;min-width:80px}.delivery-tracking .progress-cell .progress-text{font-size:.875rem;color:#374151}.delivery-tracking .progress-cell .progress-bar{width:64px}.delivery-tracking .progress-cell .progress-bar .progress-track{height:4px}.delivery-tracking .delivery-status{display:flex;align-items:center;gap:.25rem}.delivery-tracking .delivery-status .status-icon{font-size:.75rem}.delivery-tracking .delivery-status .status-text{font-size:.875rem}.delivery-tracking .delivery-status.text-green-600{color:#10b981}.delivery-tracking .delivery-status.text-destructive{color:#d4183d}.delivery-tracking .delivery-status.text-orange-600{color:#f59e0b}.delivery-tracking .delivery-status.text-muted-foreground{color:#717182}.delivery-tracking .timeline-list{display:flex;flex-direction:column;gap:1.5rem}.delivery-tracking .timeline-item{border:1px solid #ececf0;border-radius:.375rem;padding:1rem;background:#fff;display:flex;flex-direction:column;gap:1rem}.delivery-tracking .timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.delivery-tracking .timeline-title{font-weight:500;color:#030213;margin-bottom:.25rem}.delivery-tracking .timeline-info{font-size:.875rem;color:#717182;margin:0}.delivery-tracking .timeline-status{text-align:right;display:flex;flex-direction:column;gap:.25rem}.delivery-tracking .status-label{font-size:.875rem;font-weight:500}.delivery-tracking .status-label.text-green-600{color:#10b981}.delivery-tracking .status-label.text-destructive{color:#d4183d}.delivery-tracking .status-label.text-orange-600{color:#f59e0b}.delivery-tracking .status-label.text-muted-foreground{color:#717182}.delivery-tracking .progress-label{font-size:.875rem;color:#717182}.delivery-tracking .timeline-progress{display:flex;flex-direction:column;gap:.5rem}.delivery-tracking .timeline-progress .progress-bar{width:100%}.delivery-tracking .timeline-progress .progress-bar .progress-track{height:8px}.delivery-tracking .stage-indicators{display:flex;justify-content:space-between;font-size:.75rem;gap:.5rem}.delivery-tracking .stage-indicator{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;text-align:center}.delivery-tracking .stage-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:background-color .2s ease-in-out}.delivery-tracking .stage-dot.completed{background:#030213}.delivery-tracking .stage-label{color:#717182;transition:color .2s ease-in-out;font-size:.75rem;line-height:1.2}.delivery-tracking .stage-label.completed{color:#030213;font-weight:500}.delivery-tracking .badge.variant-default{background:#030213;color:#fff}.delivery-tracking .badge.variant-secondary{background:#f3f3f5;color:#374151}.delivery-tracking .badge.variant-destructive{background:#d4183d;color:#fff}.delivery-tracking .badge.variant-outline{background:transparent;border:1px solid #d1d5db;color:#374151}.delivery-tracking .text-green-600{color:#10b981}.delivery-tracking .text-destructive{color:#d4183d}.delivery-tracking .text-orange-600{color:#f59e0b}.delivery-tracking .text-muted-foreground{color:#717182}@media (max-width: 1024px){.delivery-tracking{padding:1rem}.delivery-tracking .stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.delivery-tracking .timeline-header{flex-direction:column;align-items:stretch;gap:.5rem}.delivery-tracking .timeline-header .timeline-status{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left}}@media (max-width: 768px){.delivery-tracking{padding:.75rem;gap:1rem}.delivery-tracking .stats-grid{grid-template-columns:repeat(2,1fr)}.delivery-tracking .page-header{text-align:center}.delivery-tracking .page-header .page-title{font-size:1.25rem}.delivery-tracking .tabs-trigger{padding:.5rem;font-size:.75rem}.delivery-tracking .progress-cell{min-width:auto}.delivery-tracking .progress-cell .progress-bar{width:48px}.delivery-tracking .stage-indicators{gap:.25rem}.delivery-tracking .stage-label{font-size:10px}.delivery-tracking .timeline-item{padding:.75rem}}@media (max-width: 640px){.delivery-tracking{padding:.5rem}.delivery-tracking .stats-grid{grid-template-columns:1fr}.delivery-tracking .stats-value{font-size:1.25rem}.delivery-tracking .table{font-size:.75rem}.delivery-tracking .tabs-list{flex-direction:column;gap:.25rem}.delivery-tracking .tabs-trigger{text-align:center}.delivery-tracking .product-info .product-name{font-size:.875rem}.delivery-tracking .product-info .product-code{font-size:.75rem}.delivery-tracking .delivery-status{flex-direction:column;align-items:flex-start;gap:.25rem}.delivery-tracking .delivery-status .status-text{font-size:.75rem}.delivery-tracking .timeline-header .timeline-title{font-size:1rem}.delivery-tracking .timeline-header .timeline-info{font-size:.75rem}.delivery-tracking .stage-indicators{flex-wrap:wrap;justify-content:center;gap:.5rem}.delivery-tracking .stage-indicator{flex:none;width:calc(50% - .25rem)}.delivery-tracking .progress-cell .progress-bar{width:40px}}.progress .progress-track{width:100%;height:8px;background-color:#ececf0;border-radius:4px;overflow:hidden;position:relative}.progress .progress-track .progress-fill{height:100%;background:linear-gradient(90deg,#030213,#0a0741);border-radius:4px;transition:width .2s ease-in-out}.progress.h-1 .progress-track{height:4px}.progress.h-2 .progress-track{height:8px}.user-management{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:auto}.user-management .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.user-management .page-header .page-title{font-size:1.875rem;font-weight:700;color:#030213;margin:0 0 .5rem}.user-management .page-header .page-description{color:#4b5563;margin:0}.user-management .search-container{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.user-management .search-container .search-input{position:relative;flex:1}.user-management .search-container .search-input .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem}.user-management .search-container .search-input .search-field{padding-left:2.5rem;width:100%}.user-management .search-container .role-filter{min-width:150px}.user-management .table-section .table-header{margin-bottom:1rem}.user-management .table-section .table-header .table-title{font-size:1.125rem;font-weight:600;color:#030213;margin:0 0 .25rem}.user-management .table-section .table-header .table-description{color:#4b5563;margin:0}.user-management .table-section .table-container{overflow-x:auto}.user-management .table-section .users-table{width:100%;border-collapse:collapse;font-size:.875rem}.user-management .table-section .users-table th{background-color:#f9fafb;padding:.75rem;text-align:left;font-weight:500;color:#374151;border-bottom:1px solid #ececf0;white-space:nowrap}.user-management .table-section .users-table td{padding:.75rem;border-bottom:1px solid #f3f3f5;vertical-align:top}.user-management .table-section .users-table .user-info .user-name{font-weight:500;color:#030213;margin-bottom:.25rem}.user-management .table-section .users-table .user-info .user-username{color:#717182;font-size:.75rem}.user-management .table-section .users-table .contact-info .contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.user-management .table-section .users-table .contact-info .contact-item.secondary{color:#717182;font-size:.75rem}.user-management .table-section .users-table .contact-info .contact-item .contact-icon{width:.875rem;height:.875rem;color:#9ca3af}.user-management .table-section .users-table .role-info .department-info{display:flex;align-items:center;gap:.25rem;margin-top:.25rem;color:#4b5563;font-size:.75rem}.user-management .table-section .users-table .role-info .department-info .department-icon{width:.75rem;height:.75rem}.user-management .table-section .users-table .status-info{display:flex;align-items:center;gap:.5rem}.user-management .table-section .users-table .status-info .status-text{font-size:.75rem;color:#4b5563}.user-management .table-section .users-table .date-info{display:flex;align-items:center;gap:.25rem;color:#4b5563;font-size:.75rem}.user-management .table-section .users-table .date-info .date-icon{width:.75rem;height:.75rem}.user-management .table-section .users-table .action-buttons{display:flex;gap:.25rem}.user-management .table-section .users-table .action-buttons .action-icon{width:.875rem;height:.875rem}.user-management .user-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media (max-width: 1024px){.user-management .user-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.user-management .user-summary{grid-template-columns:1fr}}.user-management .user-summary .summary-card{background:#fff;border:1px solid #ececf0;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.user-management .user-summary .summary-card .summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.user-management .user-summary .summary-card .summary-header .summary-title{font-size:.875rem;font-weight:500;color:#374151}.user-management .user-summary .summary-card .summary-header .summary-icon{width:1.25rem;height:1.25rem;color:#9ca3af}.user-management .user-summary .summary-card .summary-header .summary-icon.active{color:#10b981}.user-management .user-summary .summary-card .summary-header .summary-icon.admin{color:#d4183d}.user-management .user-summary .summary-card .summary-content .summary-value{font-size:1.5rem;font-weight:700;color:#030213;margin-bottom:.25rem}.user-management .user-summary .summary-card .summary-content .summary-value.active{color:#059669}.user-management .user-summary .summary-card .summary-content .summary-label{font-size:.75rem;color:#717182}.user-management .add-user-dialog .user-tabs{margin-bottom:1.5rem}.user-management .add-user-dialog .basic-form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 640px){.user-management .add-user-dialog .basic-form .form-grid{grid-template-columns:1fr}}.user-management .add-user-dialog .basic-form .form-group{display:flex;flex-direction:column;gap:.5rem}.user-management .add-user-dialog .permissions-form .permission-category{margin-bottom:1.5rem}.user-management .add-user-dialog .permissions-form .permission-category .category-title{font-weight:600;color:#030213;margin-bottom:.75rem}.user-management .add-user-dialog .permissions-form .permission-category .permission-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.switch input:checked+.switch-slider{background-color:#030213}.switch input:checked+.switch-slider:before{transform:translate(20px)}.switch input:disabled+.switch-slider{opacity:.5;cursor:not-allowed}.switch .switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.2s ease-in-out;border-radius:24px}.switch .switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s ease-in-out;border-radius:50%}.checkbox{position:relative;display:inline-block;width:16px;height:16px}.checkbox input{opacity:0;width:0;height:0}.checkbox input:checked+.checkbox-mark{background-color:#030213;border-color:#030213}.checkbox input:checked+.checkbox-mark:after{display:block}.checkbox .checkbox-mark{position:absolute;top:0;left:0;height:16px;width:16px;background-color:#fff;border:1px solid #d1d5db;border-radius:2px;cursor:pointer;transition:.2s ease-in-out}.checkbox .checkbox-mark:after{content:"";position:absolute;display:none;left:5px;top:2px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.login-page{min-height:100vh;background:linear-gradient(135deg,#f9fafb,#f3f3f5);display:flex;align-items:center;justify-content:center;padding:1rem}.login-page .login-container{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem}.login-page .login-header{text-align:center}.login-page .login-header .logo-container{display:flex;justify-content:center;margin-bottom:1rem}.login-page .login-header .logo-container .logo-circle{background:#030213;color:#fff;padding:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.login-page .login-header .logo-container .logo-circle .logo-icon{width:32px;height:32px}.login-page .login-header .system-title{font-size:1.5rem;font-weight:700;color:#030213;margin-bottom:.5rem}.login-page .login-header .system-description{color:#4b5563;margin:0}.login-page .login-form{display:flex;flex-direction:column;gap:1rem}.login-page .login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-page .login-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.login-page .login-form .input-with-icon{position:relative}.login-page .login-form .input-with-icon .input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af;z-index:1}.login-page .login-form .input-with-icon .icon-input{padding-left:calc(1.25rem + 16px)}.login-page .login-form .error-alert{margin:0}.login-page .login-form .error-alert .alert-icon{width:16px;height:16px}.login-page .login-form .login-button{width:100%;margin-top:.5rem}.login-page .demo-title{font-size:1.125rem}.login-page .demo-content{display:flex;flex-direction:column;gap:.5rem}.login-page .demo-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.login-page .demo-buttons .quality-button{grid-column:span 2}.login-page .demo-info{margin-top:1rem;padding:.75rem;background:#f3f3f5;border-radius:.375rem;font-size:.875rem}.login-page .demo-info .info-title{font-weight:500;margin-bottom:.5rem;color:#030213}.login-page .demo-info .info-list{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;color:#4b5563}.login-page .alert{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-radius:.375rem;font-size:.875rem}.login-page .alert.alert-destructive{background:#d4183d1a;border:1px solid rgba(212,24,61,.2);color:#d4183d}.login-page .alert.alert-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#f59e0b}.login-page .alert.alert-success{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#10b981}.login-page .alert.alert-default{background:#f9fafb;border:1px solid #ececf0;color:#374151}.login-page .alert .alert-description{flex:1;margin:0}@media (max-width: 640px){.login-page{padding:.5rem}.login-page .login-container{max-width:100%;gap:1rem}.login-page .login-header .system-title{font-size:1.25rem}.login-page .login-header .system-description{font-size:.875rem}.login-page .demo-buttons{grid-template-columns:1fr}.login-page .demo-buttons .quality-button{grid-column:span 1}.login-page .demo-info .info-list{font-size:10px}}@media (max-width: 320px){.login-page .login-container,.login-page .login-form{gap:.75rem}.login-page .demo-content{gap:.5rem}.login-page .demo-info{padding:.5rem}.login-page .demo-info .info-title{font-size:.875rem}}.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn:disabled{position:relative}.btn:disabled:before{content:"";position:absolute;left:50%;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.korean-text{font-family:Noto Sans KR,Malgun Gothic,맑은 고딕,sans-serif;letter-spacing:-.03em}.korean-text.text-title{font-weight:600;color:#030213}.korean-text.text-label{font-weight:500;color:#374151}.korean-text.text-body{font-weight:400;color:#4b5563;line-height:1.625}.status-indicator{display:inline-flex;align-items:center;padding:.25rem .5rem;font-weight:500;line-height:1;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em;font-size:.75rem}.status-indicator.status-active{background-color:#d1fae5;color:#047857}.status-indicator.status-inactive{background-color:#f3f3f5;color:#4b5563}.status-indicator.status-warning{background-color:#fef3c7;color:#b45309}.status-indicator.status-error{background-color:#fee2e2;color:#a01530}.erp-table{width:100%;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #ececf0}.erp-table thead{background:#f9fafb;border-bottom:1px solid #ececf0}.erp-table thead th{padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:500;color:#717182;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ececf0}.erp-table tbody tr{border-bottom:1px solid #ececf0;transition:background-color .15s ease-in-out}.erp-table tbody tr:hover{background-color:#f9fafb}.erp-table tbody tr:nth-child(2n){background-color:#f9fafb80}.erp-table tbody tr td{padding:1rem 1.5rem;font-size:.875rem;color:#030213}.erp-table tbody tr td.text-muted{color:#717182}.erp-table tbody tr td.text-center{text-align:center}.erp-table tbody tr td.text-right{text-align:right}.erp-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #ececf0;padding:1.5rem;transition:all .2s ease-in-out}@media (max-width: 639px){.erp-card{border-radius:.25rem;margin:.75rem;padding:1rem}}@media (min-width: 768px){.erp-card{padding:1.5rem}}.erp-card.card-hover:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.erp-card.card-interactive{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #ececf0;padding:1.5rem;transition:all .2s ease-in-out;cursor:pointer}.erp-card.card-interactive:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px);border-color:#e9ebef}.erp-card.card-interactive:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.btn-primary-kr{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;border:1px solid transparent;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap;min-height:44px;min-width:44px;padding:12px;background-color:#030213;border-color:#030213;color:#fff;font-family:Noto Sans KR,sans-serif}.btn-primary-kr:focus{outline:none;box-shadow:0 0 0 3px #0302131a}.btn-primary-kr:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@media (max-width: 639px) and (pointer: coarse){.btn-primary-kr{min-height:48px;min-width:48px;padding:14px}}.btn-primary-kr:focus{outline:none;box-shadow:0 0 0 3px #03021380}.btn-primary-kr:focus:not(:focus-visible){box-shadow:none}.btn-primary-kr:focus-visible{outline:none;box-shadow:0 0 0 3px #03021380}@media (max-width: 639px) and (pointer: coarse){.btn-primary-kr{font-size:16px;border-radius:.5rem}}.btn-primary-kr:active{transform:scale(.98);transition:transform .1s}@media (hover: hover) and (pointer: fine){.btn-primary-kr:hover{background-color:#1a1a2e;border-color:#1a1a2e;transform:translateY(-1px);box-shadow:0 4px 12px #0302134d}}.btn-primary-kr:active{transform:translateY(0) scale(.98);box-shadow:0 2px 4px #0302134d}@media (prefers-reduced-motion: reduce){.btn-primary-kr{animation:none!important;transition:none!important}}.btn-secondary-kr{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;border:1px solid transparent;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap;min-height:44px;min-width:44px;padding:12px;background-color:#fff;border-color:#d1d5db;color:#374151;font-family:Noto Sans KR,sans-serif}.btn-secondary-kr:focus{outline:none;box-shadow:0 0 0 3px #0302131a}.btn-secondary-kr:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@media (max-width: 639px) and (pointer: coarse){.btn-secondary-kr{min-height:48px;min-width:48px;padding:14px}}.btn-secondary-kr:focus{outline:none;box-shadow:0 0 0 3px #03021380}.btn-secondary-kr:focus:not(:focus-visible){box-shadow:none}.btn-secondary-kr:focus-visible{outline:none;box-shadow:0 0 0 3px #03021380}@media (max-width: 639px) and (pointer: coarse){.btn-secondary-kr{font-size:16px;border-radius:.5rem}}.btn-secondary-kr:active{transform:scale(.98);transition:transform .1s}@media (hover: hover) and (pointer: fine){.btn-secondary-kr:hover{background-color:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}}.btn-secondary-kr:active{transform:translateY(0) scale(.98)}@media (prefers-reduced-motion: reduce){.btn-secondary-kr{animation:none!important;transition:none!important}}.btn-success-kr{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;border:1px solid transparent;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap;background-color:#10b981;border-color:#10b981;color:#fff;font-family:Noto Sans KR,sans-serif}.btn-success-kr:focus{outline:none;box-shadow:0 0 0 3px #0302131a}.btn-success-kr:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-success-kr:hover:not(:disabled){background-color:#059669;border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-danger-kr{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;border:1px solid transparent;transition:all .2s ease-in-out;cursor:pointer;white-space:nowrap;background-color:#d4183d;border-color:#d4183d;color:#fff;font-family:Noto Sans KR,sans-serif}.btn-danger-kr:focus{outline:none;box-shadow:0 0 0 3px #0302131a}.btn-danger-kr:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-danger-kr:hover:not(:disabled){background-color:#b91c3a;border-color:#b91c3a;transform:translateY(-1px);box-shadow:0 4px 12px #d4183d4d}.input-kr{display:block;width:100%;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;color:#030213;background-color:#fff;background-image:none;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease-in-out;font-family:Noto Sans KR,sans-serif}.input-kr:focus{outline:none;border-color:#030213;box-shadow:0 0 0 3px #0302131a}.input-kr:disabled{background-color:#f3f3f5;color:#717182;cursor:not-allowed}.input-kr::placeholder{color:#9ca3af}.input-kr::placeholder{color:#9ca3af;font-weight:400}.select-kr{display:block;width:100%;padding:.5rem 2.5rem .5rem .75rem;font-size:.875rem;line-height:1.5;color:#030213;background-color:#fff;background-image:none;border:1px solid #d1d5db;border-radius:.375rem;transition:all .2s ease-in-out;font-family:Noto Sans KR,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.select-kr:focus{outline:none;border-color:#030213;box-shadow:0 0 0 3px #0302131a}.select-kr:disabled{background-color:#f3f3f5;color:#717182;cursor:not-allowed}.select-kr::placeholder{color:#9ca3af}.breadcrumb{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.breadcrumb .breadcrumb-item{display:flex;align-items:center}.breadcrumb .breadcrumb-item a{color:#717182;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.breadcrumb .breadcrumb-item a:hover{color:#374151}.breadcrumb .breadcrumb-item.active{color:#030213;font-weight:500}.breadcrumb .breadcrumb-item:not(:last-child):after{content:">";margin-left:1rem;color:#9ca3af}.empty-state{text-align:center;padding:3rem 1.5rem}.empty-state .empty-icon{width:48px;height:48px;margin:0 auto 1rem;color:#9ca3af}.empty-state .empty-title{font-size:1.125rem;font-weight:500;color:#030213;margin-bottom:.5rem}.empty-state .empty-description{font-size:.875rem;color:#717182;margin-bottom:1.5rem}.loading-overlay{position:relative}.loading-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.loading-overlay:after:before{content:"";width:20px;height:20px;border:2px solid #d1d5db;border-top-color:#030213;border-radius:50%;animation:spin 1s linear infinite}.loading-overlay.loading{pointer-events:none}.loading-overlay.loading:after{display:flex}@media (max-width: 639px){.mobile-hidden{display:none!important}}@media (min-width: 768px){.mobile-only{display:none!important}}.focus-ring:focus{outline:none;box-shadow:0 0 0 3px #03021380}.focus-ring:focus:not(:focus-visible){box-shadow:none}.focus-ring:focus-visible{outline:none;box-shadow:0 0 0 3px #03021380}@media print{.no-print{display:none!important}.print-break-before{page-break-before:always}.print-break-after{page-break-after:always}}@media (prefers-contrast: high){.erp-card,.erp-table,.btn-primary-kr,.btn-secondary-kr{border-width:2px}}@media (prefers-color-scheme: dark){.dark-mode-ready{color-scheme:dark}}
