.base-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease;text-decoration:none}.base-button:disabled{opacity:.6;cursor:not-allowed}.base-button--primary{background-color:#dc2a34;color:#fff}.base-button--primary:hover:not(:disabled){background-color:#e65b5f}.base-button--primary:active:not(:disabled){background-color:#a21f27}.base-button--secondary{background-color:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.base-button--secondary:hover:not(:disabled){background-color:#e5e7eb}.base-button--secondary:active:not(:disabled){background-color:#d1d5db}.base-button--outline{background-color:transparent;color:#dc2a34;border:2px solid #dc2a34}.base-button--outline:hover:not(:disabled){background-color:#dc2a34;color:#fff}.base-button--outline:active:not(:disabled){background-color:#a21f27;border-color:#a21f27}.base-button--full-width{width:100%}.logo-animated{display:inline-block;position:relative}.logo-animated svg{display:block;animation:fillFromBottom 5s ease-in-out infinite}.logo-animated svg path{fill:#dc2a34}@keyframes fillFromBottom{0%{clip-path:inset(100% 0 0 0)}50%{clip-path:inset(0 0 0 0)}to{clip-path:inset(100% 0 0 0)}}.header{position:sticky;top:0;left:0;right:0;background-color:#fff;box-shadow:0 1px 2px #0000000d;z-index:1000;border-bottom:1px solid #e5e7eb}.header__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px;position:relative}.header__logo{display:flex;align-items:center;flex-shrink:0;cursor:pointer}.header__logo img{display:block}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}.header__hamburger span{display:block;width:100%;height:2px;background-color:#111827;transition:all .3s ease;transform-origin:center}.header__hamburger--active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--active span:nth-child(2){opacity:0}.header__hamburger--active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__nav{flex:1;display:flex;justify-content:center;padding:0 2rem}.header__menu{display:flex;list-style:none;margin:0;padding:0;gap:.5rem}.header__menu-item{position:relative}.header__menu-item--has-children .header__menu-link{padding-right:2rem}.header__menu-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#111827;text-decoration:none;font-weight:500;font-size:12px;border-radius:4px;transition:all .2s ease;position:relative}.header__menu-link:hover{background-color:#f3f4f6;color:#dc2a34}.header__menu-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.header__submenu-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:transform .2s ease}.header__submenu-toggle svg.rotate{transform:rotate(180deg)}.header__submenu-toggle:hover{color:#dc2a34}.header__submenu{position:absolute;top:100%;left:0;min-width:200px;background-color:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;list-style:none;margin:.5rem 0 0;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1001;border:1px solid #e5e7eb}.header__submenu--open{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-item{margin:0}.header__submenu-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#111827;text-decoration:none;font-size:10px;transition:background-color .2s ease}.header__submenu-link:hover{background-color:#f3f4f6;color:#dc2a34}.header__user{position:relative;display:flex;align-items:center;flex-shrink:0}.header__user-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:opacity .2s ease}.header__user-button:hover{opacity:.8}.header__user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.header__user-avatar--placeholder{background-color:#dc2a34;color:#fff;display:flex;align-items:center;justify-content:center}.header__user-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background-color:#fff;box-shadow:0 4px 6px #0000001a;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1001;border:1px solid #e5e7eb}.header__user-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.header__user-info{padding:1rem;border-bottom:1px solid #e5e7eb}.header__user-name{margin:0;font-weight:500;color:#111827;font-size:12px}.header__user-menu-list{list-style:none;margin:0;padding:.5rem 0}.header__user-menu-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;color:#111827;text-decoration:none;font-size:12px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.header__user-menu-link svg{flex-shrink:0}.header__user-menu-link:hover{background-color:#f3f4f6;color:#dc2a34}.header__overlay{display:none}@media(max-width:768px){.header__hamburger{display:flex;order:2}.header__nav{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#fff;padding:5rem 0 1rem;transform:translate(-100%);transition:transform .3s ease;z-index:1050;overflow-y:auto;box-shadow:0 10px 15px #00000026}.header__nav--open{transform:translate(0)}.header__menu{flex-direction:column;gap:0}.header__menu-item{width:100%}.header__menu-link{padding:1rem 1.5rem;border-radius:0}.header__menu-link:hover{background-color:#f3f4f6}.header__submenu{position:static;box-shadow:none;border:none;border-radius:0;background-color:#f9fafb;margin:0;padding:0;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease}.header__submenu--open{max-height:500px;opacity:1;visibility:visible}.header__submenu-link{padding:.75rem 1.5rem .75rem 3rem;font-size:10px}.header__overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1040;cursor:pointer}.header__user{order:3}.header__logo{order:1}}@media(max-width:480px){.header__container{height:56px}.header__logo img{width:53px;height:32px}.header__nav{width:240px}.header__user-avatar{width:32px;height:32px}}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.input-wrapper--full-width{width:100%}.input-label{display:block;font-size:10px;font-weight:500;color:#111827;margin-bottom:.25rem}.input-required{color:#dc2626;margin-left:.25rem}.input{width:100%;box-sizing:border-box;padding:.75rem 1rem;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease}.input::placeholder{color:#4b5563;opacity:.6}.input:focus{border-color:#dc2a34;box-shadow:0 0 0 3px #dc2a341a}.input:hover:not(:disabled):not(:focus){border-color:#d1d5db}.input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.input--error{border-color:#dc2626}.input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc35451a}.input-helper-text{display:block;font-size:10px;color:#4b5563;margin-top:.25rem}.input-error-text{display:block;font-size:10px;color:#dc2626;margin-top:.25rem}@media(max-width:480px){.input{padding:.625rem .875rem;font-size:10px}}.checkbox-wrapper{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--primary-color, #007bff)}.checkbox-input:disabled{cursor:not-allowed;opacity:.6}.checkbox-input--error{outline:2px solid var(--error-color, #dc3545);outline-offset:1px}.checkbox-label-text{font-size:.875rem;font-weight:500;color:var(--text-primary, #333)}.checkbox-helper-text{font-size:.75rem;color:var(--text-secondary, #666);margin-left:1.625rem}.checkbox-error-text{font-size:.75rem;color:var(--error-color, #dc3545);margin-left:1.625rem}.select-wrapper{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.select-wrapper--full-width{width:100%}.select-label{font-size:.875rem;font-weight:500;color:var(--text-primary, #333);margin-bottom:.25rem}.select-required{color:var(--error-color, #dc3545);margin-left:.25rem}.select{width:100%;box-sizing:border-box;padding:.75rem 1rem;font-size:.875rem;line-height:1.5;color:var(--text-primary, #333);background-color:var(--input-bg, #fff);border:1px solid var(--border-color, #ddd);border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.select:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}.select:disabled{background-color:var(--input-disabled-bg, #e9ecef);cursor:not-allowed;opacity:.6}.select--error{border-color:var(--error-color, #dc3545)}.select--error:focus{border-color:var(--error-color, #dc3545);box-shadow:0 0 0 3px #dc35451a}.select-helper-text{font-size:.75rem;color:var(--text-secondary, #666)}.select-error-text{font-size:.75rem;color:var(--error-color, #dc3545)}.textarea-wrapper{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.textarea-wrapper--full-width{width:100%}.textarea-label{font-size:.875rem;font-weight:500;color:var(--text-primary, #333);margin-bottom:.25rem}.textarea-required{color:var(--error-color, #dc3545);margin-left:.25rem}.textarea{width:100%;box-sizing:border-box;padding:.625rem .75rem;font-size:.875rem;line-height:1.5;color:var(--text-primary, #333);background-color:var(--input-bg, #fff);border:1px solid var(--border-color, #ddd);border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;resize:vertical;min-height:100px;font-family:inherit}.textarea:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}.textarea:disabled{background-color:var(--input-disabled-bg, #e9ecef);cursor:not-allowed;opacity:.6}.textarea--error{border-color:var(--error-color, #dc3545)}.textarea--error:focus{border-color:var(--error-color, #dc3545);box-shadow:0 0 0 3px #dc35451a}.textarea-helper-text{font-size:.75rem;color:var(--text-secondary, #666)}.textarea-error-text{font-size:.75rem;color:var(--error-color, #dc3545)}.currency-input-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.currency-input-wrapper--full-width{width:100%}.currency-input-label{display:block;font-size:10px;font-weight:500;color:#111827;margin-bottom:.25rem}.currency-input-required{color:#dc2626;margin-left:.25rem}.currency-input-container{position:relative;display:flex;align-items:center}.currency-input-symbol{position:absolute;left:1rem;font-size:12px;font-weight:500;color:#111827;pointer-events:none;-webkit-user-select:none;user-select:none}.currency-input{width:100%;box-sizing:border-box;padding:.75rem 1rem .75rem 2rem;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:500;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease;text-align:right}.currency-input::placeholder{color:#4b5563;opacity:.6}.currency-input:focus{border-color:#dc2a34;box-shadow:0 0 0 3px #dc2a341a}.currency-input:hover:not(:disabled):not(:focus){border-color:#d1d5db}.currency-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.currency-input--error{border-color:#dc2626}.currency-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc35451a}.currency-input-helper-text{display:block;font-size:10px;color:#4b5563;margin-top:.25rem}.currency-input-error-text{display:block;font-size:10px;color:#dc2626;margin-top:.25rem}@media(max-width:480px){.currency-input{padding:.625rem .875rem .625rem 1.875rem;font-size:10px}.currency-input-symbol{left:.875rem;font-size:10px}}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:8px;border:1px solid transparent;font-size:10px;line-height:1.5;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.alert__message{flex:1;font-weight:500}.alert__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;background:none;border:none;cursor:pointer;padding:0;opacity:.7;transition:opacity .2s ease}.alert__close:hover{opacity:1}.alert--error{background-color:#fee2e2;border-color:#fecaca;color:#dc2626}.alert--warning{background-color:#fef3c7;border-color:#fde68a;color:#b45309}.alert--success{background-color:#d1fae5;border-color:#a7f3d0;color:#16a34a}.alert--info{background-color:#dbeafe;border-color:#bfdbfe;color:#3b82f6}@media(max-width:480px){.alert{padding:.75rem;font-size:.8125rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;position:relative}.modal-container--small{width:100%;max-width:400px}.modal-container--medium{width:100%;max-width:600px}.modal-container--large{width:100%;max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.modal-title{margin:0;font-size:14px;color:#111827}.modal-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:#4b5563;cursor:pointer;border-radius:8px;transition:all .2s ease;flex-shrink:0}.modal-close:hover{background-color:#f3f4f6;color:#111827}.modal-close:active{transform:scale(.95)}.modal-close svg{width:20px;height:20px}.modal-body{padding:1.5rem;overflow-y:auto;flex:1;color:#4b5563;font-size:12px;line-height:1.6}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0}.full-page-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;z-index:9999}.full-page-loader__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.full-page-loader__message{font-size:.875rem;color:#4b5563;margin:0;animation:fadeInOut 2s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}.content-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;min-height:120px}.content-loader--small{min-height:60px;padding:1rem}.content-loader--small .content-loader__spinner{width:30px;height:30px}.content-loader--small .content-loader__message{font-size:.75rem}.content-loader--medium{min-height:120px;padding:2rem}.content-loader--medium .content-loader__spinner{width:50px;height:50px}.content-loader--medium .content-loader__message{font-size:.875rem}.content-loader--large{min-height:200px;padding:3rem}.content-loader--large .content-loader__spinner{width:70px;height:70px}.content-loader--large .content-loader__message{font-size:1rem}.content-loader__spinner{position:relative;width:50px;height:50px}.content-loader__message{font-size:.875rem;color:#4b5563;margin:0;text-align:center}.spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#dc2a34;border-radius:50%;animation:spinnerRotate 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.spinner-ring:nth-child(2){border-top-color:#e65b5f;animation-delay:-.5s;animation-duration:2s}.spinner-ring:nth-child(3){border-top-color:#dc2a34;opacity:.5;animation-delay:-1s;animation-duration:2.5s}@keyframes spinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-container{position:relative;min-height:120px}.login-form-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f9fafb,#e5e7eb);padding:1rem}.login-form-card{width:100%;max-width:420px;background-color:#fff;border-radius:12px;box-shadow:0 10px 15px #0000001a;padding:2.5rem}.login-form-header{text-align:center;margin-bottom:2rem}.login-form-header img{margin:0 auto 1.5rem;display:block}.login-form-title{font-size:1.75rem;font-weight:600;color:#111827;margin:0 0 .5rem}.login-form-subtitle{font-size:.875rem;color:#4b5563;margin:0}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-form-forgot{text-align:right;margin-top:-.5rem}.login-form-link{color:#dc2a34;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.login-form-link:hover{color:#a21f27;text-decoration:underline}.login-form-button{margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem}.login-form-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login-form-footer p{font-size:.875rem;color:#4b5563;margin:0}@media(max-width:480px){.login-form-card{padding:2rem 1.5rem}.login-form-title{font-size:1.5rem}.login-form-button{padding:.75rem 1.25rem}}.main-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem;max-width:1500px;margin:0 auto;width:100%}.dashboard-page h1{margin-bottom:1rem;font-size:2rem}.dashboard-page p{margin-bottom:2rem;color:#4b5563}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.card h3{margin:0 0 .5rem;font-size:.875rem;color:#4b5563;font-weight:500;text-transform:uppercase}.card p{margin:0;font-size:2rem;font-weight:600;color:#111827}@media(max-width:768px){.main-content{padding:1rem}.dashboard-cards{grid-template-columns:1fr}}.department-list-page{padding:2rem;max-width:1200px;margin:0 auto}.department-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.department-list-page .page-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0}.department-list-page .loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#6b7280}.department-list-page .department-table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:1.5rem}.department-list-page .department-table{width:100%;border-collapse:collapse}.department-list-page .department-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.department-list-page .department-table thead th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.department-list-page .department-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .15s}.department-list-page .department-table tbody tr:hover{background-color:#f9fafb}.department-list-page .department-table tbody tr:last-child{border-bottom:none}.department-list-page .department-table tbody td{padding:1rem;font-size:.875rem;color:#374151}.department-list-page .department-table tbody td.no-data{text-align:center;color:#6b7280;padding:3rem 1rem}.department-list-page .department-table tbody td.no-data a{color:#2563eb;text-decoration:underline}.department-list-page .department-table tbody td.no-data a:hover{color:#1d4ed8}.department-list-page .department-table tbody td.actions{display:flex;gap:.5rem;align-items:center}.department-list-page .department-table tbody td.actions a{text-decoration:none}.department-list-page .department-table tbody td.actions button{font-size:.875rem;padding:.5rem 1rem}.department-list-page .department-table tbody td code{background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.813rem;color:#1f2937}.department-list-page .badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.department-list-page .badge.badge-success{background-color:#d1fae5;color:#065f46}.department-list-page .badge.badge-secondary{background-color:#e5e7eb;color:#374151}.department-list-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem}.department-list-page .pagination .pagination-info{font-size:.875rem;color:#6b7280}.department-form-page{padding:2rem;max-width:800px;margin:0 auto}.department-form-page .page-header{margin-bottom:2rem}.department-form-page .page-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0}.department-form-page .loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#6b7280}.department-form-page .form-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}.department-form-page .department-form{display:flex;flex-direction:column;gap:1.5rem}.department-form-page .department-form .form-group{display:flex;flex-direction:column;gap:.5rem}.department-form-page .department-form .form-group label{font-size:.875rem;font-weight:500;color:#374151}.department-form-page .department-form .form-group label:not(.checkbox-label){margin-bottom:.25rem}.department-form-page .department-form .form-group .form-hint{font-size:.813rem;color:#6b7280;margin-top:.25rem}.department-form-page .department-form .form-group .error-message{font-size:.813rem;color:#dc2626;margin-top:.25rem}.department-form-page .department-form .form-group.checkbox-group{gap:.25rem}.department-form-page .department-form .form-group.checkbox-group .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.department-form-page .department-form .form-group.checkbox-group .checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;border-radius:4px;border:1px solid #d1d5db}.department-form-page .department-form .form-group.checkbox-group .checkbox-label input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.department-form-page .department-form .form-group.checkbox-group .checkbox-label span{font-size:.875rem;color:#374151}.department-form-page .department-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.department-form-page .department-form .form-actions button{min-width:120px}.product-list-page{padding:2rem}.product-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.product-list-page .page-header h1{margin:0;font-size:1.75rem;font-weight:600}.product-list-page .filters{margin-bottom:1.5rem}.product-list-page .filters .checkbox-filter{display:flex;align-items:center;gap:.5rem;cursor:pointer}.product-list-page .filters .checkbox-filter input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer}.product-list-page .filters .checkbox-filter span{font-size:.875rem}.product-list-page .table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:1.5rem}.product-list-page .products-table{width:100%;border-collapse:collapse}.product-list-page .products-table thead{background-color:#f8f9fa}.product-list-page .products-table thead th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}.product-list-page .products-table tbody tr{border-bottom:1px solid #dee2e6}.product-list-page .products-table tbody tr:hover{background-color:#f8f9fa}.product-list-page .products-table tbody tr.deleted-row{background-color:#fff3cd;opacity:.7}.product-list-page .products-table tbody td{padding:1rem;font-size:.875rem;color:#212529}.product-list-page .products-table tbody td.no-data{text-align:center;padding:2rem;color:#6c757d}.product-list-page .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.product-list-page .status-badge.status-active{background-color:#d4edda;color:#155724}.product-list-page .status-badge.status-deleted{background-color:#f8d7da;color:#721c24}.product-list-page .action-buttons{display:flex;gap:.5rem}.product-list-page .action-buttons button{font-size:.875rem}.product-list-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem}.product-list-page .pagination .page-info{font-size:.875rem;color:#6c757d}.product-list-page .modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.product-list-page .warning-text{color:#856404;font-size:.875rem;margin-top:.5rem}.product-form-page{padding:2rem;max-width:1200px;margin:0 auto}.product-form-page .page-header{margin-bottom:2rem}.product-form-page .page-header h1{margin:0;font-size:1.75rem;font-weight:600}.product-form-page .form-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.product-form-page .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}@media(max-width:768px){.product-form-page .form-grid{grid-template-columns:1fr}}.product-form-page .form-checkboxes{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:.375rem}.product-form-page .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #dee2e6}.settings-page{padding:2rem;max-width:1200px;margin:0 auto}.settings-page .page-header{margin-bottom:2rem}.settings-page .page-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0}.settings-page .settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.settings-page .settings-card{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-decoration:none;transition:all .2s ease;cursor:pointer}.settings-page .settings-card:hover{box-shadow:0 4px 6px #00000026;transform:translateY(-2px)}.settings-page .settings-card__icon{font-size:3rem;line-height:1;flex-shrink:0}.settings-page .settings-card__content{flex:1}.settings-page .settings-card__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.settings-page .settings-card__description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.user-list-page{padding:2rem;max-width:1200px;margin:0 auto}.user-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-list-page .page-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0}.user-list-page .loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;color:#6b7280}.user-list-page .search-bar{margin-bottom:1.5rem}.user-list-page .search-bar form{display:flex;gap:.75rem;max-width:500px}.user-list-page .search-bar .search-input{flex:1;padding:.75rem 1rem;font-size:.875rem;border:1px solid #ddd;border-radius:.375rem;outline:none}.user-list-page .search-bar .search-input:focus{border-color:#dc2a34;box-shadow:0 0 0 3px #dc2a341a}.user-list-page .table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:1.5rem}.user-list-page .users-table{width:100%;border-collapse:collapse}.user-list-page .users-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.user-list-page .users-table thead th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.user-list-page .users-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .15s}.user-list-page .users-table tbody tr:hover{background-color:#f9fafb}.user-list-page .users-table tbody tr:last-child{border-bottom:none}.user-list-page .users-table tbody td{padding:1rem;font-size:.875rem;color:#374151}.user-list-page .users-table tbody td.no-data{text-align:center;color:#6b7280;padding:3rem 1rem}.user-list-page .role-badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;background-color:#e0e7ff;color:#4338ca;text-transform:capitalize}.user-list-page .action-buttons{display:flex;gap:.5rem}.user-list-page .action-buttons button{font-size:.875rem}.user-list-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem}.user-list-page .pagination .page-info{font-size:.875rem;color:#6c757d}.user-list-page .modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.user-form-page{padding:2rem;max-width:800px;margin:0 auto}.user-form-page .page-header{margin-bottom:2rem}.user-form-page .page-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0}.user-form-page .form-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}.user-form-page .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.user-form-page .form-grid>*{grid-column:span 2}.user-form-page .form-grid>*:first-child,.user-form-page .form-grid>*:nth-child(2){grid-column:span 1}.user-form-page .form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media(max-width:768px){.user-form-page .form-grid{grid-template-columns:1fr}.user-form-page .form-grid>*{grid-column:span 1!important}}html{font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;line-height:1.5;color:#111827;background-color:#f9fafb}body{margin:0;padding:0;font-family:"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;color:#111827;background-color:#f9fafb}h1,h2,h3,h4,h5,h6{font-weight:600;color:#111827;margin:0 0 .5em;line-height:1.25}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin:0 0 1em;font-size:12px;color:#4b5563}a{color:#dc2a34;text-decoration:none}a:hover{color:#e65b5f}a:active{color:#a21f27}button{font-family:inherit;font-size:inherit;border:none;background:none;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit;color:#111827;border:1px solid #e5e7eb;border-radius:4px;padding:.5rem;background-color:#fff;outline:none}input:focus,textarea:focus,select:focus{border-color:#dc2a34;box-shadow:0 0 0 2px #dc2a3433}table{width:100%;border-collapse:collapse;font-size:12px}th,td{padding:.5rem 1rem;border:1px solid #e5e7eb}th{background-color:#f3f4f6;font-weight:500;text-align:left}
