.toast-popup-overlay{align-items:center;animation:toast-fadeIn .2s ease-out;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2100}@keyframes toast-fadeIn{0%{opacity:0}to{opacity:1}}.toast-popup-box{animation:toast-popIn .25s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:380px;padding:40px 36px 32px;text-align:center;width:90%}.toast-popup-box-success{border:none}.toast-popup-box-error{border:1px solid #fecaca}@keyframes toast-popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.toast-popup-icon{align-items:center;border-radius:50%;display:flex;height:72px;justify-content:center;margin:0 auto 20px;width:72px}.toast-popup-icon.success{background:#e8f5e9;color:#27ae60}.toast-popup-icon.error{background:#fee2e2;color:#dc2626}.toast-popup-icon.success svg{height:40px;width:40px}.toast-popup-icon.error svg{height:28px;width:28px}.toast-popup-title{color:#27ae60;font-size:20px;font-weight:700;line-height:1.3;margin:0 0 8px}.toast-popup-box-error .toast-popup-title{color:#dc2626}.toast-popup-ids{margin:0 0 6px;text-align:center}.toast-popup-id-line{color:#555;font-size:14px;margin:0}.toast-popup-id-label{color:#555;font-weight:500}.toast-popup-id-value{color:#2c3e50;font-size:15px;font-weight:700}.toast-popup-message{color:#666;font-size:14px;font-weight:500;line-height:1.5;margin:0 0 24px}.toast-popup-btn{border:none;border-radius:28px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 48px;transition:opacity .2s,transform .15s}.toast-popup-box-success .toast-popup-btn{background:linear-gradient(135deg,#6c3fbf,#8b5cf6);box-shadow:0 4px 14px #6c3fbf59;color:#fff}.toast-popup-box-success .toast-popup-btn:hover{opacity:.95;transform:translateY(-1px)}.toast-popup-box-error .toast-popup-btn{background:#dc2626;color:#fff}.toast-popup-box-error .toast-popup-btn:hover{background:#b91c1c}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-container{align-items:center;background:#f5f7fa;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:440px;padding:48px;width:100%}.login-header{margin-bottom:36px;text-align:center}.logo{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.logo-image{height:auto;width:90px}.subtitle{color:#64748b;font-size:14px;line-height:1.5;margin:0 auto;max-width:360px}.alert{font-size:13px}.alert-error{background-color:#fee2e2}.alert-success{background-color:#d1fae5}.login-modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.login-modal-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-width:400px;padding:28px 32px;width:100%}.login-modal-title{color:#1e293b;font-size:20px;font-weight:700;margin:0 0 8px}.login-modal-text{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 20px}.login-modal-box .input-wrapper{position:relative}.login-modal-box .input-wrapper .input-field{box-sizing:border-box;padding-left:16px!important;padding-right:44px!important}.login-modal-box .input-wrapper .password-toggle{align-items:center;background:#0000;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;min-height:36px;min-width:36px;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:36px;z-index:2}.login-modal-box .input-wrapper .password-toggle:hover{background:#0000000a;color:#475569}.login-modal-box .input-wrapper .password-toggle svg{display:block;flex-shrink:0;height:20px;width:20px}.form-group,.login-form{margin-bottom:24px}.form-group label{color:#1e293b;display:block;font-size:14px;margin-bottom:8px}.input-wrapper{position:relative}.input-icon{color:#94a3b8;height:18px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.input-field{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px;outline:none;padding:12px 16px 12px 48px!important;transition:all .2s;width:100%}.input-field-password{padding-right:48px!important}.password-toggle{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s}.password-toggle:hover{color:#475569}.password-toggle svg{height:18px;width:18px}.input-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-field:disabled{cursor:not-allowed;opacity:.6}.otp-container{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.otp-input{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:20px;font-weight:600;height:56px;outline:none;text-align:center;transition:all .2s;width:52px}.otp-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.otp-input:disabled{cursor:not-allowed;opacity:.6}.email-hint{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:14px;gap:8px;justify-content:center;text-align:center}.email-hint strong{color:#1e293b}.timer{align-items:center;background-color:#fef3c7;border:1px solid #fde68a;border-radius:10px;color:#92400e;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;margin-bottom:20px;padding:12px}.timer svg{height:18px;width:18px}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px 24px;transition:all .2s;width:100%}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary:active:not(:disabled){background:#1e40af}.btn-primary svg{height:20px;width:20px}.btn-link{background:none;border:none;color:#2563eb;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:4px 8px;transition:all .2s}.btn-link:hover:not(:disabled){color:#1d4ed8;text-decoration:underline}.btn-link.disabled{cursor:not-allowed;opacity:.5}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.resend-section{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px;text-align:center}.resend-section p{color:#64748b;font-size:14px;margin-bottom:8px}.login-footer{border-top:1px solid #e2e8f0;margin-top:32px;padding-top:24px;text-align:center}.login-footer-brand{align-items:center;color:#94a3b8;display:flex;font-size:12px;font-style:italic;gap:6px;justify-content:center}.login-footer-logo{height:20px;object-fit:contain;width:20px}.login-footer-name{color:#64748b;font-style:normal;font-weight:600}.security-badges{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.badge{color:#64748b;font-size:11px;font-weight:400;padding:4px 0}.label-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.label-row label{margin-bottom:0}.forgot-link{font-size:13px!important;padding:0!important}.forgot-header{margin-bottom:24px;text-align:center}.forgot-header h3{color:#1e293b;font-size:20px;font-weight:700;margin:12px 0 8px}.forgot-header p{color:#64748b;font-size:14px;line-height:1.5}.forgot-header p strong{color:#1e293b}.forgot-icon{color:#2563eb;display:block;height:40px;margin:0 auto;width:40px}.forgot-icon.success-icon{color:#10b981}.back-to-login{margin-top:16px;text-align:center}.back-to-login .btn-link{align-items:center;color:#64748b;display:inline-flex;font-size:14px;gap:6px}.back-to-login .btn-link:hover:not(:disabled){color:#2563eb}.field-error{color:#ef4444;font-size:12px;margin-top:6px}@media (max-width:640px){.login-card{padding:32px 24px}.logo h1{font-size:28px}.otp-input{font-size:20px;height:56px;width:48px}.otp-container{gap:8px}}.ea-page{padding:0}.ea-header-bar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.ea-header-bar h2{color:#1e293b;font-size:22px;font-weight:800;margin:0 0 4px}.ea-header-bar>div>p{color:#6b7280;font-size:14px;margin:0}.ea-btn-save{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:10px 22px;transition:background .2s,opacity .2s,transform .1s;white-space:nowrap}.ea-btn-save:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.ea-btn-save:disabled{cursor:not-allowed;opacity:.5}.ea-btn-save svg,.ea-btn-spinner{height:16px;width:16px}.ea-btn-spinner{animation:eaSpin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff}.ea-alert{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:10px;margin-bottom:16px;padding:12px 16px}.ea-alert svg{flex-shrink:0;height:18px;width:18px}.ea-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.ea-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.ea-info-banner{align-items:flex-start;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;color:#3730a3;display:flex;font-size:13px;gap:10px;line-height:1.5;margin-bottom:20px;padding:12px 16px}.ea-info-banner svg{flex-shrink:0;height:18px;margin-top:1px;width:18px}.ea-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 20px}.ea-spinner{animation:eaSpin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#6366f1;height:36px;width:36px}@keyframes eaSpin{to{transform:rotate(1turn)}}.ea-empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.ea-empty svg{color:#d1d5db;height:48px;margin-bottom:16px;width:48px}.ea-empty h3{color:#374151;font-size:18px;font-weight:700;margin:0 0 6px}.ea-empty p{font-size:14px;margin:0}.ea-workflows{display:flex;flex-direction:column;gap:16px}.ea-workflow-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;overflow:hidden;transition:border-color .2s}.ea-workflow-card:hover{border-color:#c7d2fe}.ea-workflow-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background .15s;-webkit-user-select:none;user-select:none}.ea-workflow-header:hover{background:#f9fafb}.ea-workflow-title{align-items:center;display:flex;gap:12px}.ea-workflow-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.ea-workflow-icon svg{height:20px;width:20px}.ea-icon-project{background:#eef2ff;color:#6366f1}.ea-icon-ho{background:#fef3c7;color:#d97706}.ea-workflow-title h3{color:#1e293b;font-size:15px;font-weight:700;margin:0 0 2px}.ea-workflow-type{color:#9ca3af;font-size:12px}.ea-chevron{color:#9ca3af;flex-shrink:0;height:20px;transition:transform .2s;width:20px}.ea-chevron-open{transform:rotate(180deg)}.ea-workflow-body{border-top:1px solid #f3f4f6;padding:0}.ea-levels-table{width:100%}.ea-table-header{background:#f9fafb;border-bottom:1px solid #f3f4f6;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.05em;padding:10px 20px;text-transform:uppercase}.ea-table-header,.ea-table-row{grid-gap:0;display:grid;gap:0;grid-template-columns:180px 160px 1fr 260px}.ea-table-row{align-items:center;border-bottom:1px solid #f9fafb;padding:12px 20px;transition:background .15s}.ea-table-row:last-child{border-bottom:none}.ea-table-row:hover{background:#fafafe}.ea-row-configured{background:#fafaff}.ea-col-stage{gap:8px}.ea-col-stage,.ea-stage-num{align-items:center;display:flex}.ea-stage-num{background:#eef2ff;border-radius:50%;color:#6366f1;flex-shrink:0;font-size:12px;font-weight:700;height:26px;justify-content:center;width:26px}.ea-stage-name{color:#1e293b;font-size:13px;font-weight:600}.ea-col-approver{padding-right:12px}.ea-approver-name{color:#374151;font-size:13px}.ea-col-notify{padding-right:12px}.ea-notify-checks{display:flex;flex-wrap:wrap;gap:4px 10px}.ea-check-label{align-items:center;cursor:pointer;display:inline-flex;gap:4px;padding:2px 0}.ea-check-label input[type=checkbox]{accent-color:#6366f1;cursor:pointer;height:14px;margin:0;width:14px}.ea-check-text{color:#374151;font-size:12px;white-space:nowrap}.ea-col-emails{min-width:0}.ea-email-input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;color:#374151;font-size:12px;padding:7px 10px;transition:border-color .2s,box-shadow .2s;width:100%}.ea-email-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a;outline:none}.ea-email-input::placeholder{color:#c4c9d4}.ea-sticky-save{align-items:center;animation:eaSlideUp .25s ease-out;background:#1e293b;bottom:0;box-shadow:0 -4px 12px #00000026;color:#f1f5f9;display:flex;font-size:14px;font-weight:500;gap:16px;justify-content:center;left:0;padding:14px 24px;position:fixed;right:0;z-index:1000}.ea-sticky-save .ea-btn-save{font-size:13px;padding:8px 18px}@keyframes eaSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:1024px){.ea-table-header,.ea-table-row{grid-template-columns:140px 1fr 220px}.ea-col-approver{display:none}}@media (max-width:768px){.ea-header-bar{align-items:flex-start;flex-direction:column}.ea-table-header{display:none}.ea-table-row{display:flex;flex-direction:column;gap:10px;padding:14px 16px}.ea-col-approver{display:block}.ea-col-emails,.ea-col-notify{padding-left:0}.ea-notify-checks{flex-direction:column;gap:6px}}.workflow-config{background:#f9fafb;min-height:100vh;overflow-y:auto;padding-bottom:60px}.workflow-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.workflow-header h1{color:#111827;font-size:22px;font-weight:600;margin:12px 24px 0}.workflow-header .header-content{align-items:center;display:flex;justify-content:space-between;padding:0 24px}.workflow-header .header-right{align-items:center;display:flex}.workflow-header .header-logo{height:36px;width:auto}.workflow-config-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:320px}.workflow-config-loading p{color:#6b7280;font-size:14px}.workflow-container{margin:0 auto;max-width:1000px;padding:24px}.workflow-info-header{align-items:flex-start;margin-bottom:24px}.project-info-card,.workflow-info-header{display:flex;gap:16px;justify-content:space-between}.project-info-card{align-items:center;flex:1 1;flex-wrap:wrap;padding:20px 24px}.project-info-card .project-info-main{flex:1 1;min-width:0}.project-info-card h2{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 4px}.project-info-card .project-code{color:#6b7280;font-size:13px;margin:0 0 10px}.workflow-status{align-items:center;background:#ecfdf5;border:1px solid #10b981;border-radius:6px;color:#065f46;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.workflow-status svg{color:#10b981}.btn-delete-workflow{align-items:center;background:#fff;border:1px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 18px;transition:all .2s;white-space:nowrap}.btn-delete-workflow:hover{background:#ef4444;color:#fff}.btn-delete-workflow svg{height:18px;width:18px}.wf-card{background:#fff;border:2px solid #2563eb;border-radius:8px;overflow:visible}.wf-card-header{align-items:center;background:#2563eb;border-radius:6px 6px 0 0;display:flex;justify-content:space-between;padding:18px 24px}.wf-card-header h3{color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;margin:0 0 2px;text-transform:uppercase}.wf-card-header p{color:#ffffffbf;font-size:12px;margin:0}.wf-btn-edit{align-items:center;background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.wf-btn-edit:hover{background:#ffffff40}.wf-btn-edit svg{height:14px;width:14px}.wf-badge-count{background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;color:#fff;font-size:12px;font-weight:500;padding:6px 14px}.wf-card-cols{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;padding:12px 24px}.wf-col-head{color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.wf-col-head:first-child{flex:1 1;min-width:0}.wf-col-head:last-child{flex-shrink:0;width:300px}.wf-card-body{overflow:visible;position:relative}.wf-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;padding:14px 24px;transition:background .15s}.wf-row:last-child{border-bottom:none;border-radius:0 0 6px 6px}.wf-row-alt{background:#fafbfc}.wf-row:hover{background:#eff6ff}.wf-row-last{background:#f0fdf4!important}.wf-row-last:hover{background:#dcfce7!important}.wf-row-stage{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.wf-num{color:#9ca3af;font-size:13px;font-weight:600;min-width:24px}.wf-stage-label{color:#111827;font-size:14px;font-weight:600}.wf-pill{border-radius:12px;display:inline-block;flex-shrink:0;font-size:10px;font-weight:500;letter-spacing:.3px;padding:2px 8px;text-transform:uppercase}.wf-pill-green{background:#ecfdf5;border:1px solid #10b981;color:#065f46}.wf-pill-blue{background:#eff6ff;border:1px solid #2563eb;color:#1d4ed8}.wf-row-person{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px;width:300px}.wf-approver{color:#374151;font-size:14px;font-weight:500}.wf-member{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px}.wf-unset{color:#d1d5db;font-size:14px}.wf-row-config{flex-shrink:0;overflow:visible;position:relative;width:300px}.wf-row-edit{align-items:flex-start;padding:16px 24px}.wf-select{-webkit-appearance:auto;appearance:auto;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#111827;cursor:pointer;font-size:14px;padding:10px 12px;transition:all .2s;width:100%}.wf-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.wf-check{align-items:center;color:#6b7280;cursor:pointer;display:flex;font-size:13px;gap:8px;margin-top:10px;-webkit-user-select:none;user-select:none}.wf-check input[type=checkbox]{accent-color:#2563eb;cursor:pointer;height:16px;width:16px}.wf-selected-members{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.wf-selected-members.wf-selected-members--in-field{border-top:1px solid #f1f5f9;margin-top:0;padding:6px 10px 8px}.wf-mtag{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px}.wf-mtag button{background:none;border:none;color:#93c5fd;cursor:pointer;font-size:15px;font-weight:700;line-height:1;padding:0 0 0 4px;transition:color .15s}.wf-mtag button:hover{color:#ef4444}.custom-dropdown{position:relative;width:100%}.wf-compact-dropdown{width:100%}.wf-row-edit .custom-dropdown.custom-dropdown--open,.wf-row-edit .wf-row-config .custom-dropdown.custom-dropdown--open{z-index:200}.dropdown-field{background:#fff;border:1px solid #d1d5db;border-radius:8px;transition:border-color .2s,box-shadow .2s}.dropdown-field--open{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dropdown-field .dropdown-trigger{background:#0000;border:none;border-radius:0}.dropdown-field .dropdown-trigger:hover{background:#f8fafc}.dropdown-field.dropdown-field--open .dropdown-trigger:hover{background:#0000}.dropdown-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 12px;transition:all .2s}.dropdown-trigger:hover{border-color:#2563eb}.dropdown-display{flex:1 1}.dropdown-display .placeholder{color:#9ca3af;font-size:14px}.dropdown-display .selected-text{color:#111827;font-size:14px;font-weight:500}.dropdown-arrow{color:#6b7280;height:18px;transition:transform .2s;width:18px}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;left:0;margin-top:2px;max-height:280px;position:absolute;right:0;top:100%;z-index:5000}.dropdown-menu.dropdown-menu--portal{box-shadow:0 18px 45px -12px #0f172a38,0 8px 20px -8px #0f172a1f;left:auto;margin-top:0;max-height:none;position:fixed;right:auto;top:auto;width:auto;z-index:100000}.dropdown-menu.dropdown-menu--portal .dropdown-options{flex:1 1;max-height:none;min-height:0}.dropdown-search{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:10px 12px}.dropdown-search .search-icon{color:#9ca3af;flex-shrink:0;height:16px;width:16px}.dropdown-search input{border:none;color:#111827;flex:1 1;font-size:14px;outline:none}.dropdown-search input::placeholder{color:#9ca3af}.dropdown-options{max-height:220px;overflow-y:auto;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin}.dropdown-options::-webkit-scrollbar{width:8px}.dropdown-options::-webkit-scrollbar-button{display:none;height:0;width:0}.dropdown-option{align-items:center;cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:background .15s}.dropdown-option:hover{background:#f9fafb}.dropdown-option.selected{background:#eff6ff}.option-checkbox{align-items:center;border:2px solid #d1d5db;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .15s;width:18px}.dropdown-option.selected .option-checkbox{background:#2563eb;border-color:#2563eb}.option-checkbox svg{color:#fff;height:12px;width:12px}.option-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.option-name{color:#111827;font-size:14px;font-weight:500}.option-designation{color:#6b7280;font-size:12px}.alert{align-items:flex-start;border-radius:8px;gap:10px;line-height:1.5;margin-bottom:16px;padding:14px 16px}.alert svg{margin-top:1px}.alert-error svg{color:#ef4444}.alert-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.alert-success svg{color:#10b981}.wf-actions{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding:20px}.wf-levels-form>.wf-card{position:relative;z-index:2}.wf-levels-form>.wf-actions{position:relative;z-index:1}.wf-btn-save{align-items:center;background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 18px;transition:all .2s}.wf-btn-save:hover:not(:disabled){background:#1d4ed8}.wf-btn-save:disabled{cursor:not-allowed;opacity:.5}.wf-btn-cancel{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:14px;font-weight:500;padding:10px 18px;transition:all .2s}.wf-btn-cancel:hover{background:#f3f4f6;border-color:#9ca3af}.workflow-config .btn-edit-workflow,.workflow-config .workflow-actions{display:none}.btn-icon,.btn-primary,.btn-secondary{border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s}.btn-primary{border:1px solid #2563eb}.btn-primary,.btn-secondary{padding:8px 12px}.btn-icon{border:1px solid #d1d5db;color:#374151;height:32px;width:32px}.btn-icon:hover{background:#f3f4f6}.btn-icon.btn-delete{border-color:#fecaca;color:#dc2626}.btn-icon.btn-delete:hover{background:#fef2f2}.wf-row input[type=text],.wf-row select{border:1px solid #d1d5db;border-radius:6px;font-size:13px;padding:8px 10px;width:100%}.wf-section{margin-bottom:28px}.wf-section-title{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.wf-section-desc{color:#6b7280;font-size:13px;margin:0 0 12px}.wf-form-cards{display:flex;flex-wrap:wrap;gap:10px}.wf-form-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;padding:12px 20px;transition:all .2s}.wf-form-card:hover{background:#f8fafc;border-color:#93c5fd}.wf-form-card-active{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.wf-form-card-label{pointer-events:none}.wf-category-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.wf-category-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;min-height:52px;padding:12px 16px;text-align:center;transition:all .2s}.wf-category-card:hover{background:#f8fafc;border-color:#93c5fd}.wf-category-card-active{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.wf-category-label{pointer-events:none}.wf-card-header-actions{align-items:center;display:flex;gap:10px}.wf-btn-header{align-items:center;background:#ffffff1f;border:1px solid #ffffff59;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;transition:all .2s}.wf-btn-header:hover:not(:disabled){background:#ffffff40}.wf-btn-header:disabled{cursor:not-allowed;opacity:.6}.wf-btn-delete-header:hover:not(:disabled){background:#ef4444e6;border-color:#fff6}.wf-btn-add{border-color:#ffffff80}.wf-btn-add svg{height:16px;width:16px}.wf-empty-state{padding:48px 24px;text-align:center}.wf-empty-state svg{color:#d1d5db;height:48px;margin-bottom:16px;width:48px}.wf-empty-state h3{color:#374151;font-size:16px;font-weight:600;margin:0 0 8px}.wf-empty-state p{color:#6b7280;font-size:14px;margin:0}.wf-cols-levels{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:48px 1fr 100px 220px 100px 120px;padding:12px 24px}.wf-cols-levels .wf-col{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.wf-row-edit{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:48px 1fr 100px 220px 100px 120px;padding:14px 24px}.wf-row-edit .wf-row-stage{flex:none;padding-top:8px}.wf-cell-stage .wf-select{width:100%}.wf-cell-members{min-height:40px;position:relative}.wf-cell-edit{padding-top:8px}.wf-cell-actions{align-items:center;display:flex;gap:4px;padding-top:4px;position:relative;z-index:0}.wf-btn-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.wf-btn-icon:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;color:#111827}.wf-btn-icon:disabled{cursor:not-allowed;opacity:.4}.wf-btn-icon svg{height:16px;width:16px}.wf-btn-icon-remove:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#dc2626}@media (max-width:860px){.project-info-card,.workflow-info-header{flex-direction:column}.project-info-card{align-items:flex-start}.btn-delete-workflow{justify-content:center;width:100%}.wf-category-grid{grid-template-columns:repeat(2,1fr)}.wf-cols-levels{display:none}.wf-row-edit{border:1px solid #e5e7eb;border-radius:8px;gap:12px;grid-template-columns:1fr;margin-bottom:12px;padding:16px 20px}.wf-cell-actions,.wf-cell-edit,.wf-cell-ho,.wf-cell-members,.wf-cell-stage,.wf-row-edit .wf-row-stage{grid-column:1;padding-top:0}.wf-cell-actions{flex-wrap:wrap}.wf-card-header{align-items:flex-start;flex-direction:column;gap:12px;padding:16px 20px}.wf-card-header-actions{justify-content:flex-start;width:100%}.wf-actions{flex-direction:column-reverse}.wf-actions button{justify-content:center;text-align:center;width:100%}}.audit-log .spinner{animation:audit-log-spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}@keyframes audit-log-spin{to{transform:rotate(1turn)}}.audit-log{max-width:100%;padding:24px}.audit-log-header{margin-bottom:20px}.audit-log-header h2{color:#1f2937;font-size:20px;margin:0 0 6px}.audit-log-desc{color:#6b7280;font-size:14px;margin:0}.audit-log-filters{align-items:center;display:flex;gap:12px;margin-bottom:16px}.audit-log-select{border:1px solid #d1d5db;border-radius:8px;font-size:14px;min-width:140px;padding:8px 12px}.audit-log-refresh{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.audit-log-refresh:hover:not(:disabled){background:#2563eb}.audit-log-refresh:disabled{cursor:not-allowed;opacity:.6}.audit-log-error{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:14px;margin-bottom:16px;padding:12px 16px}.audit-log-loading{align-items:center;color:#6b7280;display:flex;gap:12px;justify-content:center;padding:40px}.audit-log-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.audit-log-table{border-collapse:collapse;font-size:13px;width:100%}.audit-log-table td,.audit-log-table th{border-bottom:1px solid #e5e7eb;padding:12px 16px;text-align:left}.audit-log-table th{background:#f9fafb;color:#374151;font-weight:600}.audit-log-table tbody tr:hover{background:#f9fafb}.audit-log-row-error{background:#fef2f2}.audit-log-endpoint{font-family:monospace;font-size:12px;max-width:180px}.audit-log-endpoint,.audit-log-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-log-msg{max-width:280px}.audit-log-badge{border-radius:6px;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px}.audit-log-badge-error{background:#fee2e2;color:#991b1b}.audit-log-badge-info{background:#dbeafe;color:#1d4ed8}.audit-log-view-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:12px;padding:4px 10px}.audit-log-view-btn:hover{background:#e5e7eb}.audit-log-empty{color:#9ca3af;padding:40px!important;text-align:center}.audit-log-pagination{align-items:center;display:flex;gap:16px;margin-top:16px;padding:12px 0}.audit-log-pagination button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;padding:8px 16px}.audit-log-pagination button:hover:not(:disabled){background:#e5e7eb}.audit-log-pagination button:disabled{cursor:not-allowed;opacity:.5}.audit-log-modal{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.audit-log-modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;width:100%}.audit-log-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.audit-log-modal-header h3{color:#1f2937;font-size:18px;margin:0}.audit-log-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:24px;line-height:1}.audit-log-modal-close:hover{color:#1f2937}.audit-log-modal-body{overflow-y:auto;padding:20px}.audit-log-detail-row{margin-bottom:16px}.audit-log-detail-row strong{color:#6b7280;display:block;font-size:12px;margin-bottom:4px;text-transform:uppercase}.audit-log-pre{background:#f3f4f6;border-radius:8px;font-size:12px;margin:0;overflow-x:auto;padding:12px;white-space:pre-wrap;word-break:break-word}.audit-log-stack{font-size:11px;max-height:200px;overflow-y:auto}.user-guide-page{background:#f3f4f6;box-sizing:border-box;min-height:100vh;padding:24px;width:100%}.user-guide-header{margin-bottom:28px}.user-guide-header h1{color:#111827;font-size:24px;font-weight:700;letter-spacing:-.02em;margin:0 0 4px}.user-guide-header p{color:#6b7280;font-size:14px;margin:0}.user-guide-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.user-guide-tabs-inline{margin:0 24px 20px;padding-top:4px}.user-guide-tab{background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-size:15px;font-weight:500;padding:12px 24px;transition:all .2s ease}.user-guide-tab:hover{background:#f8fafc;border-color:#93c5fd}.user-guide-tab.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;color:#1d4ed8;font-weight:600}.user-guide-info-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:24px;padding:20px 24px}.user-guide-info-card h2{color:#1e40af;font-size:17px;font-weight:600;margin:0 0 6px}.user-guide-info-card p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.user-guide-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:24px;overflow:hidden}.user-guide-section-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:16px 24px}.user-guide-section-header h3{align-items:center;color:#374151;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.user-guide-section-header h3:before{background:#3b82f6;border-radius:2px;content:"";display:block;flex-shrink:0;height:18px;width:4px}.user-guide-section-body{padding:24px}.user-guide-videos-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.user-guide-video-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}.user-guide-video-card:hover{box-shadow:0 4px 12px #00000014}.user-guide-video-thumb{background:#1f2937;cursor:pointer;padding-top:56.25%;position:relative}.user-guide-video-thumb img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.user-guide-video-play-btn{align-items:center;background:#fffffff2;border-radius:12px;box-shadow:0 2px 12px #0000004d;display:flex;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:68px}.user-guide-video-play-btn:after{border-bottom:12px solid #0000;border-left:20px solid #e53935;border-top:12px solid #0000;content:"";height:0;margin-left:6px;width:0}.user-guide-video-embed{background:#000;padding-top:56.25%;position:relative}.user-guide-video-embed iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.user-guide-video-close{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;line-height:1;position:absolute;right:12px;top:12px;transition:background .2s;width:36px;z-index:2}.user-guide-video-close:hover{background:#000c}.user-guide-video-title{color:#1f2937;font-size:15px;font-weight:600;line-height:1.4;padding:16px 20px}.user-guide-pdf-section .user-guide-section-header h3:before{background:#10b981}.user-guide-pdf-body{padding:24px}.user-guide-pdf-closed{align-items:center;background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:48px 24px}.user-guide-pdf-closed p{color:#6b7280;font-size:15px;margin:0}.user-guide-pdf-open-btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 28px;transition:background .2s}.user-guide-pdf-open-btn:hover{background:#059669}.user-guide-pdf-wrapper{background:#f9fafb;min-height:700px;position:relative}.user-guide-pdf-close-btn{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;position:absolute;right:12px;top:12px;transition:background .2s;z-index:2}.user-guide-pdf-close-btn:hover{background:#4b5563}.user-guide-pdf-wrapper iframe{border:none;height:800px;width:100%}.help-support-page{background:#f3f4f6;box-sizing:border-box;min-height:100vh;padding:24px;width:100%}.help-support-header{margin-bottom:28px}.help-support-header h1{color:#111827;font-size:24px;font-weight:700;margin:0 0 4px}.help-support-header p{color:#6b7280;font-size:14px;margin:0}.help-support-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:24px;overflow:hidden}.help-support-section-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:16px 24px}.help-support-section-header h3{color:#374151;font-size:16px;font-weight:600;margin:0}.help-support-form-wrap{padding:24px}.help-support-form{max-width:600px}.help-support-field{margin-bottom:20px}.help-support-field label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.help-support-field textarea{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:12px 16px;resize:vertical;width:100%}.help-support-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.help-support-hint{color:#6b7280;font-size:12px;margin:4px 0 8px}.help-support-file-area{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:20px}.help-support-file-area input[type=file]{display:none}.help-support-file-label{color:#6b7280;cursor:pointer;display:block;font-size:14px;padding:24px;text-align:center}.help-support-file-label:hover{color:#3b82f6}.help-support-preview{align-items:center;display:flex;flex-direction:column;gap:8px}.help-support-preview img{border:1px solid #e5e7eb;border-radius:8px;max-height:200px;max-width:100%}.help-support-preview span{color:#6b7280;font-size:13px}.help-support-preview button{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:6px 14px}.help-support-preview button:hover{background:#dc2626}.help-support-msg{border-radius:8px;font-size:14px;margin-bottom:16px;padding:12px 16px}.help-support-msg.success{background:#dcfce7;color:#166534}.help-support-msg.error{background:#fee2e2;color:#991b1b}.help-support-submit{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 28px}.help-support-submit:hover:not(:disabled){background:#2563eb}.help-support-submit:disabled{cursor:not-allowed;opacity:.6}.dashboard{background:#f9fafb;min-height:100vh}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px;padding:16px 24px}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:16px}.header-logo{height:40px;width:auto}.header-left h1{color:#1f2937;font-size:18px;font-weight:600;margin:0}.header-right{gap:12px}.btn-sm,.header-right{align-items:center;display:flex}.btn-sm{gap:6px}.btn-sm svg{height:16px;width:16px}.user-info{align-items:center;display:flex;gap:12px}.user-email-wrap{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.user-email{color:#6b7280;font-size:14px}.user-designation{color:#9ca3af;font-size:12px;font-weight:500}.profile-btn-wrap{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:24px;box-shadow:0 1px 3px #00000014;cursor:pointer;display:flex;gap:12px;padding:6px 14px 6px 6px;transition:background .2s,box-shadow .2s}.profile-btn-wrap:hover{background:#dbeafe;box-shadow:0 2px 6px #2563eb26}.header-user-name{color:#1e40af;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.profile-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:2px solid #ffffffe6;border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;overflow:hidden;padding:0;width:36px}.profile-dropdown-chevron{color:#2563eb;flex-shrink:0;height:18px;width:18px}.profile-avatar-img{height:100%;object-fit:cover;width:100%}.profile-avatar-initials{color:#fff;font-size:16px;font-weight:600;text-shadow:0 1px 2px #0003}.profile-modal-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.profile-modal{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-width:380px;overflow:hidden;width:90%}.profile-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.profile-modal-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.profile-modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:24px;line-height:1;padding:0 4px}.profile-modal-close:hover{color:#ef4444}.profile-modal-body{gap:20px;padding:24px}.profile-modal-body,.profile-modal-pic-wrap{align-items:center;display:flex;flex-direction:column}.profile-modal-pic-wrap{gap:12px}.profile-modal-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;height:96px;justify-content:center;overflow:hidden;width:96px}.profile-modal-avatar img{height:100%;object-fit:cover;width:100%}.profile-modal-initials{color:#fff;font-size:32px;font-weight:600;text-shadow:0 1px 2px #0003}.profile-upload-btn{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#3b82f6;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:background .2s,color .2s}.profile-upload-btn:hover{background:#dbeafe;color:#2563eb}.profile-modal-info{text-align:center}.profile-modal-name{color:#111827;font-size:17px;font-weight:600;margin-bottom:4px}.profile-modal-email{color:#1f2937;font-size:15px;font-weight:500}.profile-modal-designation{color:#6b7280;font-size:13px;margin-top:4px}.profile-modal-actions{display:flex;flex-direction:column;gap:10px;width:100%}.profile-btn-change-pwd{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:background .2s}.profile-btn-change-pwd:hover{background:#2563eb}.profile-btn-logout{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:background .2s,color .2s}.profile-btn-logout:hover{background:#fee2e2;color:#b91c1c}.btn-logout{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.btn-logout:hover{background:#dc2626}.dashboard-container{display:flex;margin:0 auto;max-width:1400px;min-height:calc(100vh - 73px)}.sidebar{background:#fff;border-right:1px solid #e5e7eb;height:calc(100vh - 73px);overflow-y:auto;padding:24px 0;position:-webkit-sticky;position:sticky;top:73px;width:250px}.sidebar-nav{display:flex;flex-direction:column;gap:4px;padding:0 12px}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.nav-item svg{flex-shrink:0;height:20px;width:20px}.nav-item:hover{background:#f3f4f6;color:#111827}.nav-item.active{background:#eff6ff;color:#2563eb}.dashboard-content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.overview-role-switcher{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:0;padding:12px 16px}.overview-role-label{color:#6b7280;font-size:14px;font-weight:500}.overview-role-buttons{display:flex;flex-wrap:wrap;gap:8px}.overview-role-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s}.overview-role-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.overview-role-btn.active{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.stat-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;padding:20px}.stat-card-clickable{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;cursor:pointer;outline:none!important;transition:all .15s;-webkit-user-select:none;user-select:none}.stat-card-clickable:active,.stat-card-clickable:focus,.stat-card-clickable:focus-visible,.stat-card-clickable:focus-within{outline:none!important}.stat-card-clickable:hover{border-color:#93c5fd;box-shadow:0 2px 8px #2563eb1a}.stat-card-active{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f626!important}.stat-icon{align-items:center;border-radius:8px;display:flex;height:48px;justify-content:center;width:48px}.stat-icon svg{height:24px;width:24px}.stat-info{flex:1 1}.stat-label{color:#6b7280;font-size:13px;margin:0 0 4px}.stat-value{color:#1f2937;font-size:28px;font-weight:600;margin:0}.viewer-kpi-filters{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:12px 16px}.viewer-kpi-filters-label{color:#64748b;font-size:13px;font-weight:600}.viewer-kpi-filter-btns{display:flex;flex-wrap:wrap;gap:8px}.viewer-kpi-filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .15s}.viewer-kpi-filter-btn:hover{background:#eff6ff;border-color:#93c5fd;color:#3b82f6}.viewer-kpi-filter-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff}.viewer-kpi-project-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;min-width:200px;padding:8px 12px}.viewer-kpi-project-select:focus{border-color:#3b82f6;outline:none}.viewer-kpi-date-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;padding:8px 12px}.viewer-kpi-date-input:focus{border-color:#3b82f6;outline:none}.viewer-kpi-date-sep{color:#64748b;font-size:13px;margin:0 6px}.viewer-kpi-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.viewer-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 12px #0000000f;overflow:hidden;padding:20px;position:relative}.viewer-kpi-card:before{background:linear-gradient(90deg,#3b82f6,#14b8a6);content:"";height:3px;left:0;position:absolute;right:0;top:0}.viewer-kpi-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.viewer-kpi-card-label{color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.viewer-kpi-card-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:8px;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.viewer-kpi-card-icon svg{fill:#fff;height:18px;width:18px}.viewer-kpi-card-value{color:#1f2937;font-size:28px;font-weight:700;line-height:1.2;margin:0 0 4px}.viewer-kpi-card-sub{color:#9ca3af;font-size:12px;margin:0}.viewer-kpi-card-clickable{cursor:pointer;transition:box-shadow .2s,border-color .2s}.viewer-kpi-card-clickable:hover{border-color:#93c5fd;box-shadow:0 4px 16px #3b82f626}.viewer-kpi-card-selected{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f633}.viewer-kpi-table-wrap{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}@media (max-width:1200px){.viewer-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.viewer-kpi-grid{grid-template-columns:1fr}}.management-section{align-items:center;display:flex;gap:16px;justify-content:center;padding:16px 0}.btn-management{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;transition:all .2s}.btn-management:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.btn-management-secondary{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 4px #8b5cf633}.btn-management-secondary:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 8px #8b5cf64d}.btn-management svg{height:18px;width:18px}.section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.section-header h2{color:#111827;font-size:24px;font-weight:600;margin:0}.count-badge{background:#eff6ff;border-radius:12px;color:#2563eb;font-size:13px;font-weight:500;padding:4px 12px}.btn-primary{align-items:center;display:flex;font-weight:500;gap:8px;padding:10px 18px}.btn-primary:hover{background:#1d4ed8}.btn-primary svg{height:18px;width:18px}.btn-secondary{background:#f3f4f6;font-weight:500;padding:10px 18px}.btn-secondary.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.btn-secondary:hover{background:#e5e7eb}.item-master-tab .mrr-table{border:1px solid #e5e7eb;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000000d;overflow:hidden;table-layout:auto;width:100%}.item-master-tab .mrr-table td,.item-master-tab .mrr-table th{border-bottom:1px solid #e5e7eb;box-sizing:border-box;padding:12px 14px;vertical-align:middle}.item-master-tab .mrr-table thead{background:#f8fafc}.item-master-tab .mrr-table thead th{color:#334155;font-size:13px;font-weight:600}.item-master-tab .mrr-table td:first-child,.item-master-tab .mrr-table th:first-child{min-width:56px;text-align:center;width:56px}.item-master-tab .mrr-table td:not(:first-child):not(:last-child),.item-master-tab .mrr-table th:not(:first-child):not(:last-child){min-width:120px;text-align:left}.item-master-tab .mrr-table td:last-child,.item-master-tab .mrr-table th:last-child{background:#0000;box-shadow:none;min-width:160px;position:static;text-align:left}.item-master-tab .mrr-table tbody tr:hover{background:#f8fafc}.item-master-tab .mrr-table td:last-child{white-space:nowrap}.item-master-tab .mrr-table .btn-action-delete,.item-master-tab .mrr-table .btn-action-edit{border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s}.item-master-tab .mrr-table .btn-action-edit{background:#eff6ff;border-color:#93c5fd;color:#2563eb;margin-right:8px}.item-master-tab .mrr-table .btn-action-edit:hover{background:#dbeafe;border-color:#2563eb}.item-master-tab .mrr-table .btn-action-delete{background:#fef2f2;border-color:#fecaca;color:#dc2626}.item-master-tab .mrr-table .btn-action-delete:hover{background:#fee2e2;border-color:#dc2626}.item-master-crud-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.item-master-crud-modal{background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:480px;min-width:380px;overflow-y:auto;padding:28px 24px;width:100%}.item-master-crud-title{color:#1e293b;font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0 0 20px}.item-master-crud-error{margin-bottom:16px}.item-master-crud-fields{display:flex;flex-direction:column;gap:18px}.item-master-crud-field{display:flex;flex-direction:column;gap:6px}.item-master-crud-field label{color:#475569;font-size:13px;font-weight:500}.item-master-crud-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:14px;padding:10px 12px;transition:border-color .15s,box-shadow .15s;width:100%}.item-master-crud-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.item-master-crud-input::placeholder{color:#94a3b8}.item-master-groups-checkbox-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:200px;overflow-y:auto;padding:12px}.item-master-groups-checkbox-list::-webkit-scrollbar{width:8px}.item-master-groups-checkbox-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.item-master-groups-checkbox-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.item-master-groups-checkbox-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.item-master-groups-checkbox-item{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:8px 0;-webkit-user-select:none;user-select:none}.item-master-groups-checkbox-item:not(:last-child){border-bottom:1px solid #e2e8f0}.item-master-groups-checkbox-item input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;height:18px;margin:0;width:18px}.item-master-groups-empty{color:#94a3b8;font-size:13px}.item-master-crud-actions{border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.projects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:20px;transition:all .2s}.project-card:hover{border-color:#2563eb;box-shadow:0 4px 6px #0000000d}.project-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:8px}.project-header h3{color:#1f2937;flex:1 1;font-size:16px;font-weight:600;margin:0}.project-card-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.project-card-actions .btn-icon{height:32px;padding:0;width:32px}.project-card-actions .btn-icon-edit{color:#2563eb}.project-card-actions .btn-icon-edit:hover{background:#eff6ff;border-color:#2563eb}.project-card-actions .btn-icon-delete{color:#dc2626}.project-card-actions .btn-icon-delete:hover{background:#fef2f2;border-color:#dc2626}.status-badge{border-radius:12px;color:#fff;font-size:11px;font-weight:500;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.project-code{color:#6b7280;font-family:Courier New,monospace;font-size:12px;margin:0 0 12px}.project-notes{color:#4b5563;font-size:13px;line-height:1.5;margin:12px 0}.project-meta{gap:16px;margin:12px 0}.meta-item{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:6px}.meta-item svg{height:16px;width:16px}.progress-bar{background:#e5e7eb;border-radius:4px;height:8px;margin-top:12px;overflow:hidden;position:relative}.progress-fill{background:#2563eb;height:100%;transition:width .3s}.progress-text{color:#1f2937;font-size:10px;font-weight:600;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.empty-state,.error-state,.loading-state{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:60px 20px;text-align:center}.spinner-large{margin:0 auto 16px}.error-state p,.loading-state p{color:#6b7280;margin:0}.empty-state svg{color:#d1d5db;height:64px;margin-bottom:16px;width:64px}.empty-state h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 8px}.empty-state p{color:#6b7280;font-size:14px;margin:0 0 20px}@media (max-width:768px){.header-content{align-items:stretch;flex-direction:column;gap:12px}.header-left h1{font-size:16px}.projects-grid,.stats-grid{grid-template-columns:1fr}.section-header{align-items:stretch;flex-direction:column;gap:12px}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.modal-content form{padding:24px}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header h2{color:#1f2937;font-size:18px;font-weight:600;margin:0}.btn-close{align-items:center;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-close:hover{background:#e5e7eb}.btn-close svg{color:#6b7280;height:20px;width:20px}.modal-form{padding:24px}.form-row{grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:16px}.form-group label{font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;padding:10px 12px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.modal-actions button{min-width:120px}.onboarding-choice-modal .modal-content{max-width:420px;padding:0}.onboarding-choice-modal .modal-header{margin-bottom:0;padding:20px 24px}.onboarding-choice-modal .modal-header h2{color:#1f2937;font-size:18px;font-weight:600}.onboarding-choice-modal .onboarding-choice-body{padding:0 24px 24px}.onboarding-choice-modal .onboarding-choice-desc{color:#64748b;font-size:14px;line-height:1.5;margin-bottom:16px}.onboarding-choice-modal .onboarding-choice-buttons{display:flex;flex-direction:column;gap:10px}.onboarding-choice-modal .onboarding-choice-buttons .btn-primary,.onboarding-choice-modal .onboarding-choice-buttons .btn-secondary{border-radius:8px;font-size:14px;justify-content:center;padding:12px 18px;width:100%}.onboarding-choice-modal .onboarding-choice-buttons .btn-primary{background:#2563eb;border:none;color:#fff}.onboarding-choice-modal .onboarding-choice-buttons .btn-primary:hover:not(:disabled){background:#1d4ed8}.onboarding-choice-modal .onboarding-choice-buttons .btn-secondary{background:#fff;border:1px solid #d1d5db;color:#1f2937}.onboarding-choice-modal .onboarding-choice-buttons .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.onboarding-choice-modal .onboarding-choice-back{background:none;border:none;color:#2563eb;cursor:pointer;font-size:14px;margin-bottom:12px;padding:0}.onboarding-choice-modal .onboarding-choice-back:hover:not(:disabled){text-decoration:underline}.onboarding-choice-modal .onboarding-choice-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;margin-bottom:16px;padding:10px 12px;width:100%}.onboarding-choice-modal .onboarding-choice-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}@media (max-width:640px){.form-row{grid-template-columns:1fr}.modal-content{border-radius:0;max-height:100vh;max-width:100%}.modal-content form{padding:16px}.modal-overlay{padding:0}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.employees-section{box-shadow:0 1px 3px #0000001a;margin-top:32px}.employee-category{margin-bottom:40px}.section-header.employees-page-toolbar{margin-bottom:10px;padding-bottom:10px}.search-filter-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:8px 12px 6px}.search-bar{margin-bottom:8px;position:relative}.search-bar .search-bar__lead-icon{color:#9ca3af;height:20px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:20px}.search-bar input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 40px;transition:all .2s;width:100%}.search-bar input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.clear-search{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:all .2s}.clear-search:hover{background:#fee2e2;color:#ef4444}.clear-search svg{color:inherit;height:18px;position:static;transform:none;width:18px}.filter-controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:0}.filter-group{flex:1 1;min-width:180px}.filter-group label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.filter-group select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;transition:all .2s;width:100%}.filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.btn-reset-filters{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s;white-space:nowrap}.btn-reset-filters:hover{background:#e5e7eb;border-color:#9ca3af}.btn-reset-filters svg{height:16px;width:16px}.filter-results{border-top:1px solid #e5e7eb;padding-top:6px}.filter-results p{color:#6b7280;font-size:13px;font-weight:500;margin:0}.category-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding:0 0 16px}.employee-category .category-header{margin-bottom:16px;padding:0 0 12px}.category-header svg{display:none}.category-header h3{color:#1f2937;font-size:18px;font-weight:600;margin:0}.employee-count{align-items:center;background:#f3f4f6;border-radius:12px;color:#6b7280;display:inline-flex;font-size:13px;font-weight:500;padding:4px 12px}.empty-state{color:#6b7280;padding:60px 20px;text-align:center}.empty-state p{font-size:15px;margin:0}.employees-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000a;overflow-x:auto;width:100%}.employees-list-table{border-collapse:collapse;font-size:14px;min-width:640px;width:100%}.employees-list-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.employees-list-table th{color:#374151;font-size:12px;font-weight:600;letter-spacing:.04em;padding:12px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.employees-list-th-actions{text-align:right;width:1%}.employees-list-th-app-access{min-width:140px;white-space:nowrap}.employees-list-app-access{vertical-align:middle}.employees-app-access-inline{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px}.employees-app-access-option{align-items:center;color:#374151;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;-webkit-user-select:none;user-select:none}.employees-app-access-option input{accent-color:#2563eb;cursor:pointer;height:16px;width:16px}.employees-app-access-option input:disabled{cursor:wait;opacity:.6}.employees-app-access-empty{color:#9ca3af;font-size:13px}.employees-list-table td{border-bottom:1px solid #f3f4f6;color:#1f2937;padding:12px 14px;vertical-align:middle}.employees-list-row:last-child td{border-bottom:none}.employees-list-row:hover td{background:#fafafa}.employees-list-designation{color:#2563eb;font-weight:500}.employees-list-email{max-width:220px;word-break:break-all}.employees-list-actions{text-align:right;white-space:nowrap}.employee-actions-table{justify-content:flex-end}.employees-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.employee-card{align-items:flex-start;justify-content:space-between;padding:20px}.employee-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #00000012}.employee-info h3{color:#111827;font-size:16px;font-weight:600;margin:0 0 8px}.employee-designation{font-size:14px;margin:0 0 4px}.employee-assignment{align-items:center;background:#ecfdf5;border-radius:4px;color:#059669;display:flex;font-size:13px;font-weight:500;margin:0 0 4px;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.employee-department{color:#6b7280;font-size:13px;margin:0 0 12px}.employee-contact{display:flex;flex-direction:column;gap:6px}.employee-email,.employee-phone{align-items:center;color:#4b5563;display:flex;font-size:13px;gap:8px;margin:0}.employee-email svg,.employee-phone svg{color:#9ca3af;flex-shrink:0;height:14px;width:14px}.employee-actions{display:flex;flex-shrink:0;gap:8px}.btn-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.btn-icon svg{height:18px;width:18px}.btn-edit{color:#2563eb}.btn-edit:hover{background:#eff6ff;border-color:#2563eb}.btn-delete{color:#dc2626}.btn-delete:hover{background:#fef2f2;border-color:#dc2626}@media (max-width:768px){.sidebar{display:none}.dashboard-container{flex-direction:column}.dashboard-content{padding:16px}.employees-grid{grid-template-columns:1fr}.employees-list-table{min-width:520px}.employees-list-table td,.employees-list-table th{font-size:13px;padding:10px 12px}.employee-card{flex-direction:column}.employee-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;margin-top:16px;padding-top:16px;width:100%}}.workflow-simple{display:flex;flex-direction:column;gap:20px}.workflow-hint{color:#6b7280;font-size:15px;margin:0}.workflow-list{display:flex;flex-direction:column;gap:12px}.workflow-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:all .2s}.workflow-item:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.workflow-item-content{flex:1 1}.workflow-item h4{color:#111827;font-size:16px;font-weight:600;margin:0 0 8px}.workflow-item-meta{align-items:center;display:flex;gap:12px}.code-label,.dept-label{color:#6b7280;font-size:13px}.dept-label{border-left:1px solid #e5e7eb;padding-left:12px}.arrow-icon{color:#9ca3af;flex-shrink:0;height:20px;transition:all .2s;width:20px}.workflow-item:hover .arrow-icon{color:#2563eb;transform:translateX(4px)}.info-banner{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:16px 20px}.info-banner svg{color:#0284c7;flex-shrink:0;height:24px;margin-top:2px;width:24px}.info-banner strong{color:#0c4a6e;display:block;font-size:14px;margin-bottom:4px}.info-banner p{color:#075985;font-size:14px;line-height:1.5;margin:0}.info-banner-primary{background:#eff6ff;border-color:#dbeafe}.info-banner-primary svg{color:#3b82f6}.info-banner-primary strong{color:#1e40af}.info-banner-primary p{color:#1e3a8a}.templates-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.template-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s}.template-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px #00000012}.template-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.template-header svg{color:#8b5cf6;flex-shrink:0;height:24px;width:24px}.template-header h3{color:#111827;font-size:16px;font-weight:600;margin:0}.template-actions{display:flex;gap:8px}.workflow-preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.workflow-preview-card>h3{color:#111827;font-size:18px;font-weight:600;margin:0 0 20px}.approval-chain{display:flex;flex-direction:column;gap:0}.chain-level{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;gap:16px;margin-bottom:12px;padding:16px}.chain-badge,.chain-level{align-items:center;display:flex}.chain-badge{background:#3b82f6;border-radius:6px;color:#fff;flex-shrink:0;font-size:13px;font-weight:600;justify-content:center;min-width:70px;padding:6px 12px}.chain-info{flex:1 1}.chain-info h4{color:#111827;font-size:15px;font-weight:600;margin:0 0 4px}.chain-info p{color:#6b7280;font-size:13px;margin:0}.final-badge{background:#10b981;border-radius:4px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-top:6px;padding:4px 10px;text-transform:uppercase}.chain-arrow{color:#9ca3af;height:24px;transform:rotate(0deg);width:24px}.preview-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:20px;padding-top:20px}@media (max-width:768px){.workflow-item{padding:16px}.templates-grid{grid-template-columns:1fr}.chain-level{align-items:flex-start;flex-direction:column}.chain-arrow{align-self:center;transform:rotate(90deg)}}.history-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:24px;padding:24px}.history-section h2{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px}.history-section-my-requests>h2:first-of-type{margin-bottom:8px}.history-filters{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.history-filters label{color:#6b7280;font-size:14px;font-weight:500}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px}.filter-btn:hover{background:#f9fafb;border-color:#d1d5db}.filter-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.custom-date-range{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.custom-date-range input[type=date]{border:1px solid #e5e7eb;border-radius:6px;font-size:14px;padding:8px 12px}.history-table-container{overflow-x:auto}.history-table{border-collapse:collapse;width:100%}.history-table td,.history-table th{padding:12px 16px;text-align:left}.history-table thead tr{border-bottom:2px solid #e5e7eb}.history-table tbody tr{box-shadow:inset 0 -1px 0 0 #e5e7eb}.history-table tbody tr td{border-bottom:none}.history-table th{background:#f9fafb;color:#6b7280;font-size:13px;font-weight:600}.history-table td{color:#1f2937;font-size:14px}.history-table .btn-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:500;padding:0;text-decoration:underline}.history-table .btn-link:hover{color:#2563eb}.history-pagination{align-items:center;display:flex;gap:16px;justify-content:center;padding:16px 0 4px}.pagination-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 18px;transition:all .15s}.pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.pagination-btn:disabled{cursor:not-allowed;opacity:.4}.pagination-info{color:#6b7280;font-size:13px}.mrr-status-page{max-width:1200px;padding:0 4px;width:100%}.mrr-status-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.mrr-status-header{border-bottom:1px solid #f3f4f6;padding:24px 24px 16px}.mrr-status-title-wrap h2{color:#111827;font-size:20px;font-weight:600;margin:0 0 4px}.mrr-status-subtitle{color:#6b7280;font-size:14px;line-height:1.4;margin:0}.mrr-status-filters-combined{align-items:center;background:#fafafa;border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:6px;padding:12px 20px}.mrr-filter-divider{background:#d1d5db;flex-shrink:0;height:24px;margin:0 6px;width:1px}.mrr-status-filters-segregated{gap:12px 16px!important;padding:12px 24px!important}.mrr-filter-group{align-items:center;display:flex;flex-shrink:0;gap:6px;white-space:nowrap}.mrr-filter-group label{color:#475569;font-size:14px;margin:0}.mrr-filter-group .mrr-status-search-input{min-width:200px}.mrr-filter-group .mrr-filter-select{min-width:140px}.mrr-filter-group-project .mrr-filter-select{min-width:200px}.mrr-filter-group-po-status .mrr-filter-select{min-width:160px}.mrr-filter-select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m0 0 5 6 5-6z' fill='%236b7280'/%3E%3C/svg%3E") no-repeat right 10px center;border:1px solid #e5e7eb;border-radius:20px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;outline:none;padding:6px 28px 6px 12px;transition:border-color .15s}.mrr-filter-select:focus{border-color:#2563eb}.mrr-status-search-input{background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;outline:none;padding:7px 14px;transition:border-color .15s;width:300px}.mrr-status-search-input:focus{border-color:#2563eb}.mrr-status-search-input::placeholder{color:#9ca3af}.mrr-status-filter-btn{background:#fff;border:1px solid #e5e7eb;border-radius:20px;color:#4b5563;cursor:pointer;font-size:13px;font-weight:500;padding:6px 14px;transition:background .15s,border-color .15s,color .15s}.mrr-status-filter-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.mrr-status-filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.mrr-status-empty,.mrr-status-loading{padding:48px 24px;text-align:center}.mrr-status-empty p,.mrr-status-loading p{color:#6b7280;font-size:14px;margin:12px 0 0}.mrr-status-empty svg{color:#d1d5db;height:48px;width:48px}.mrr-status-error-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;display:flex;font-size:14px;gap:12px;justify-content:space-between;margin:0 0 16px;padding:12px 16px}.mrr-status-retry-btn{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 14px}.mrr-status-retry-btn:hover{background:#b91c1c}.mrr-status-empty-error{color:#b91c1c;font-size:14px;margin:0}.po-data-back-link{background:none;border:none;border-radius:6px;color:#2563eb;cursor:pointer;font-size:14px;padding:6px 12px;text-decoration:none;transition:background .15s,color .15s}.po-data-back-link:hover{background:#eff6ff;color:#1d4ed8}.po-data-form{padding:24px 24px 28px}.po-data-form .po-data-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:14px;margin-bottom:20px;padding:14px 18px}.po-data-form .po-data-info strong{color:#1e293b}.po-data-form .po-data-field{margin-bottom:18px}.po-data-form .po-data-field label{color:#1e293b;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.po-data-form .po-data-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:18px}.po-data-form .po-data-row .po-data-field{margin-bottom:0}.po-data-form .po-data-input,.po-data-form .po-data-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:14px;outline:none;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.po-data-form .po-data-input:focus,.po-data-form .po-data-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.po-data-form .po-data-input::placeholder{color:#94a3b8}.po-data-form .po-data-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m0 0 6 8 6-8z' fill='%2364748b'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;min-width:220px;padding-right:36px}.po-data-form .po-data-table-wrap{margin-top:20px;min-width:0;overflow-x:auto}.po-data-form .po-data-table-wrap .mrr-status-table{min-width:400px;table-layout:auto}.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table{border-collapse:collapse;min-width:0;table-layout:fixed;width:auto}.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table td:first-child,.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table th:first-child{max-width:48px;min-width:48px;padding:8px 12px;white-space:nowrap;width:48px}.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table td:nth-child(2),.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table th:nth-child(2){max-width:180px;min-width:90px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap;width:110px}.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table td:nth-child(3),.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table th:nth-child(3){min-width:95px;padding:8px 12px;text-align:right;white-space:nowrap;width:95px}.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table td:nth-child(4),.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table th:nth-child(4){min-width:110px;padding:8px 12px;white-space:nowrap;width:110px}.po-data-form .po-data-table-wrap.po-data-table-single-mode .po-qty-input{box-sizing:border-box;font-size:13px;max-width:100px;min-width:70px;padding:6px 8px;width:100%}.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table td,.po-data-form .po-data-table-wrap.po-data-table-single-mode .mrr-status-table th{font-size:13px;padding:8px 12px}.po-data-form .mrr-status-table th{background:#f8fafc;color:#64748b;font-size:11px;letter-spacing:.05em;padding:12px 16px;text-transform:uppercase;white-space:nowrap}.po-data-form .mrr-status-table th:first-child{min-width:56px;width:56px}.po-data-form .mrr-status-table th:nth-child(2){min-width:140px;white-space:normal}.po-data-form .mrr-status-table th:nth-child(3){min-width:110px;width:110px}.po-data-form .mrr-status-table th:nth-child(4){min-width:130px;width:130px}.po-data-form .mrr-status-table td{padding:12px 16px;vertical-align:middle}.po-data-form .mrr-status-table td:nth-child(3){font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.po-data-form .po-qty-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;font-size:14px;max-width:120px;min-width:100px;outline:none;padding:8px 10px;text-align:right;transition:border-color .15s;width:100%}.po-data-form .po-qty-input:focus{border-color:#3b82f6}.po-data-form .po-cell-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;min-width:100px;outline:none;padding:8px 10px;transition:border-color .15s;width:100%}.po-data-form .po-cell-input:focus{border-color:#3b82f6}.po-data-form .po-data-save{background:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:24px;padding:12px 28px;transition:background .15s,opacity .15s}.po-data-form .po-data-save:hover:not(:disabled){background:#16a34a}.po-data-form .po-data-save:disabled{cursor:not-allowed;opacity:.7}.po-data-form .po-data-file-input{display:none}.po-data-form .po-data-attachment-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.po-data-form .po-data-choose-file{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#2563eb;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background .15s,color .15s}.po-data-form .po-data-choose-file:hover:not(:disabled){background:#dbeafe;color:#1d4ed8}.po-data-form .po-data-choose-file:disabled{cursor:not-allowed;opacity:.7}.po-data-form .po-data-attachment-list,.po-data-form .po-data-attachment-list-inline{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:8px}.po-data-form .po-data-attachment-list-inline{margin-top:4px}.po-data-form .po-data-attachment-name{align-items:center;color:#475569;display:inline-flex;font-size:14px;gap:8px}.po-data-form .po-data-download-link{background:none;border:none;color:#2563eb;cursor:pointer;font-size:13px;padding:0;text-decoration:underline}.po-data-form .po-data-download-link:hover{color:#1d4ed8}.po-data-form .po-data-view-attachments-btn,.po-data-form .po-data-view-attachments-btn-inline{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;cursor:pointer;font-size:13px;margin-left:10px;padding:6px 12px}.po-data-form .po-data-view-attachments-btn-inline:hover,.po-data-form .po-data-view-attachments-btn:hover{background:#dbeafe}.po-data-form .po-data-view-attachments-btn-inline{margin-left:8px;margin-top:4px}.po-attachments-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.po-attachments-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;max-height:80vh;max-width:480px;width:100%}.po-attachments-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.po-attachments-modal-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.po-attachments-modal-close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:24px;line-height:1;padding:0 4px}.po-attachments-modal-close:hover{color:#111827}.po-attachments-modal-body{overflow-y:auto;padding:16px 20px}.po-attachments-empty{color:#6b7280;font-size:14px;margin:0}.po-attachments-list{list-style:none;margin:0;padding:0}.po-attachments-list li{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:12px;justify-content:space-between;padding:10px 0}.po-attachments-list li:last-child{border-bottom:none}.po-attachments-filename{color:#374151;flex:1 1;font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.po-data-form .po-data-cell-attachment{vertical-align:middle}.po-data-bulk-apply{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:20px 0;padding:16px 20px}.po-data-bulk-apply-title{color:#1e293b;font-size:15px;font-weight:600;margin:0 0 4px}.po-data-bulk-apply-hint{color:#64748b;font-size:13px;margin:0 0 12px}.po-data-bulk-apply-actions{align-items:center;display:flex;gap:10px;margin-bottom:14px}.po-data-bulk-select-btn{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px}.po-data-bulk-select-btn:hover{background:#f1f5f9;color:#334155}.po-data-bulk-selected-count{color:#2563eb;font-size:13px;font-weight:600}.po-data-bulk-apply-fields{flex-wrap:wrap;gap:16px 24px}.po-data-apply-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 18px}.po-data-apply-btn:hover:not(:disabled){background:#1d4ed8}.po-data-apply-btn:disabled{cursor:not-allowed;opacity:.6}.po-data-apply-field .po-data-apply-field-spacer{display:block;font-size:14px;line-height:1.4;margin-bottom:8px;visibility:hidden}.po-data-bulk-files-list{display:inline-flex;flex-wrap:wrap;gap:6px;margin-left:10px}.po-data-bulk-file-tag{align-items:center;background:#e2e8f0;border-radius:6px;color:#475569;display:inline-flex;font-size:12px;gap:4px;padding:4px 8px}.po-data-bulk-file-remove{background:none;border:none;color:#64748b;cursor:pointer;font-size:16px;line-height:1;padding:0 2px}.po-data-bulk-file-remove:hover{color:#dc2626}.po-data-cell-checkbox{padding-right:8px!important;vertical-align:middle}.po-data-cell-checkbox input[type=checkbox]{cursor:pointer;height:18px;width:18px}.po-data-row-selected{background:#eff6ff!important}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.po-data-form .po-data-choose-file-inline{background:#f0f9ff;border:1px dashed #7dd3fc;border-radius:6px;color:#2563eb;cursor:pointer;display:inline-block;font-size:13px;padding:6px 12px;transition:background .15s}.po-data-form .po-data-choose-file-inline:hover{background:#e0f2fe}.po-data-form .po-item-name{color:#334155;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.po-data-form .mrr-status-table td:nth-child(4),.po-data-form .mrr-status-table th:nth-child(5),.po-data-form .mrr-status-table th:nth-child(6),.po-data-form .po-data-table-wrap:not(.po-data-table-single-mode) .mrr-status-table td:nth-child(5),.po-data-form .po-data-table-wrap:not(.po-data-table-single-mode) .mrr-status-table th:nth-child(6),.po-data-form .po-data-table-wrap:not(.po-data-table-single-mode) .mrr-status-table th:nth-child(7){min-width:120px}.mrr-status-table-wrap{overflow-x:auto}.mrr-status-table{border-collapse:collapse;font-size:14px;width:100%}.mrr-status-table th{background:#fafafa;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.04em;padding:14px 24px;text-align:left;text-transform:uppercase}.mrr-status-table td{border-bottom:1px solid #f3f4f6;color:#374151;padding:16px 24px;vertical-align:middle}.mrr-status-row{cursor:pointer;transition:background .12s}.mrr-status-row:hover{background:#f9fafb}.mrr-number-cell{color:#111827;font-weight:500}.mrr-date-cell{font-feature-settings:"tnum";color:#6b7280;font-variant-numeric:tabular-nums}.mrr-action-cell{text-align:right;white-space:nowrap;width:1%}.mrr-status-open-btn{align-items:center;background:#eff6ff;border:none;border-radius:6px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:background .15s,color .15s}.mrr-status-open-btn:hover{background:#dbeafe;color:#1d4ed8}.mrr-status-open-btn svg{flex-shrink:0}.mrr-status-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:500;padding:4px 10px;white-space:nowrap}.mrr-status-badge--draft{background:#f3f4f6;color:#4b5563}.mrr-status-badge--pending-approval{background:#fef3c7;color:#b45309}.mrr-status-badge--approved{background:#d1fae5;color:#047857}.mrr-status-badge--rejected{background:#fee2e2;color:#b91c1c}.mrr-status-badge--returned{background:#e0e7ff;color:#3730a3}.mrr-status-badge--on-hold{background:#ede9fe;color:#5b21b6;font-weight:600}.mrr-status-badge--raised{background:#d1fae5;color:#047857}.mrr-status-badge--pending{background:#fef3c7;color:#b45309}.mrr-status-badge--linked,.mrr-status-badge--po-completed{background:#d1fae5;color:#047857}.mrr-status-badge--po-partial{background:#fef3c7;color:#b45309}.mrr-status-badge--po-not-yet-raised{background:#fee2e2;color:#b91c1c}.mrr-status-badge--waiting{background:#f3f4f6;color:#6b7280}.mrr-status-badge--submitted{background:#d1fae5;color:#047857}.mrr-status-badge--self-approval{background:#ede9fe;border:1px solid #c4b5fd;color:#5b21b6;font-weight:600}.mrr-hflow-self-approval-card{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:16px;max-width:420px;padding:16px 18px}.mrr-hflow-self-approval-marker{background:#16a34a;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #16a34a;flex-shrink:0;height:20px;margin-top:4px;width:20px}.mrr-hflow-self-approval-name{color:#0f172a;font-size:16px;font-weight:700;letter-spacing:-.02em}.mrr-hflow-self-approval-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.mrr-hflow-self-approval-body .mrr-hflow-info-row{color:#64748b;font-size:13px}.mrr-onhold-reason-btn{background:#ede9fe;border:1px solid #a78bfa;border-radius:6px;color:#5b21b6;cursor:pointer;font-size:12px;font-weight:600;padding:4px 12px;transition:all .2s}.mrr-onhold-reason-btn:hover{background:#ddd6fe;color:#4c1d95}.mrr-action-required-badge{background:#ffedd5;border-radius:4px;color:#c2410c;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;white-space:nowrap}.mrr-detail-overlay{z-index:1100}.mrr-detail-modal{max-height:92vh;max-width:1100px;overflow-y:auto;position:relative;width:96%}.mrr-detail-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.mrr-detail-modal-header h2{color:#111827;font-size:20px;font-weight:700;margin:0}.mrr-detail-loading{padding:56px 32px;text-align:center}.mrr-detail-loading p{color:#6b7280;font-size:14px;margin:14px 0 0}.mrr-detail-body{padding:28px 32px}.mrr-detail-body .btn-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-weight:500}.mrr-detail-body .btn-link:hover{color:#2563eb;text-decoration:underline}.btn-attachment-download{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.btn-attachment-download:hover{background:#2563eb}.mrr-detail-id-banner{background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:8px;box-shadow:0 2px 8px #2563eb2e;color:#fff;font-size:16px;font-weight:700;letter-spacing:.02em;margin-bottom:24px;padding:14px 24px;text-align:center}.mrr-detail-basic-table{border:1px solid #e2e8f0;border-collapse:collapse;border-radius:8px;font-size:14px;margin-bottom:32px;overflow:hidden;width:100%}.mrr-detail-basic-table th{background:#f1f5f9;border-bottom:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:600;letter-spacing:.04em;padding:12px 16px;text-align:left;text-transform:uppercase}.mrr-detail-basic-table td{color:#1e293b;font-weight:500;padding:14px 16px}.lr-detail-section{border-top:1px solid #e2e8f0;margin-top:28px;padding-top:24px}.lr-detail-section-title{color:#1e293b;font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0 0 16px}.lr-detail-grid{background:#f8fafc;display:flex;flex-direction:column;gap:0}.lr-detail-grid,.lr-detail-grid--horizontal{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.lr-detail-grid--horizontal{grid-gap:1px;background:#e2e8f0;display:grid;gap:1px;grid-template-columns:repeat(3,1fr)}.lr-detail-grid--horizontal .lr-detail-cell{background:#fff;border:none;display:flex;flex-direction:column;gap:4px;min-height:48px;padding:10px 14px}.lr-detail-cell{grid-gap:20px;align-items:flex-start;background:#fff;border-bottom:1px solid #f1f5f9;display:grid;font-size:14px;gap:20px;grid-template-columns:180px 1fr;min-height:44px;padding:12px 18px}.lr-detail-cell:nth-child(2n){background:#fafbfc}.lr-detail-label{color:#64748b;flex-shrink:0;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.lr-detail-grid--horizontal .lr-detail-label{font-size:11px}.lr-detail-value{color:#1e293b;font-size:14px;font-weight:500;line-height:1.45;word-break:break-word}.lr-detail-grid--horizontal .lr-detail-value{font-size:13px}.mrr-hflow{margin-bottom:8px;margin-top:20px;overflow-x:auto;position:relative}.mrr-hflow-inner{width:100%}.mrr-hflow-track{align-items:center;display:flex;justify-content:space-between;min-height:28px;overflow:hidden;padding:0 24px;position:relative}.mrr-hflow-rail-grey{background:#d1d5db;right:24px}.mrr-hflow-rail-green,.mrr-hflow-rail-grey{border-radius:2px;height:4px;left:24px;position:absolute;top:50%;transform:translateY(-50%);z-index:0}.mrr-hflow-rail-green{background:#16a34a;max-width:calc(100% - 48px);transition:width .3s ease}.mrr-hflow-dot{background:#d1d5db;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #d1d5db;flex-shrink:0;height:20px;position:relative;width:20px;z-index:1}.mrr-hflow-dot.done{background:#16a34a;box-shadow:0 0 0 2px #16a34a}.mrr-hflow-dot.current{animation:mrr-hflow-pulse 1.5s ease-in-out infinite;background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.mrr-hflow-dot.rejected{background:#ef4444;box-shadow:0 0 0 2px #ef4444}.mrr-hflow-dot.returned{background:#8b5cf6;box-shadow:0 0 0 2px #8b5cf6}@keyframes mrr-hflow-pulse{0%,to{box-shadow:0 0 0 3px #fef3c7}50%{box-shadow:0 0 0 10px #f59e0b26}}.mrr-hflow-details{display:flex;justify-content:space-between;padding:14px 0 0}.mrr-hflow-info{flex:1 1;min-width:0;padding:0 12px}.mrr-hflow-info:last-child{text-align:right}.mrr-hflow-details>.mrr-hflow-info:only-child{text-align:left}.mrr-hflow-info:not(:first-child):not(:last-child){text-align:center}.mrr-hflow-info-stage{background:#eef2ff;border-radius:4px;color:#6366f1;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;line-height:1.3;margin-bottom:2px;padding:2px 8px;text-transform:uppercase}.mrr-hflow-info--current .mrr-hflow-info-stage{background:#fef3c7;color:#b45309}.mrr-hflow-info-name{color:#374151;font-size:13px;font-weight:700;line-height:1.4;margin-bottom:4px}.mrr-hflow-info--current .mrr-hflow-info-name{color:#b45309}.mrr-hflow-info-row{color:#374151;font-size:12px;line-height:1.6}.mrr-hflow-assignees-label{color:#64748b;font-weight:600}.mrr-hflow-info-row--actor{color:#1e293b;margin-bottom:2px;margin-top:2px}.mrr-hflow-info-row--actor strong{color:#0f172a;font-weight:700}.mrr-hflow--scrollable{scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin}.mrr-hflow--scrollable::-webkit-scrollbar{height:6px}.mrr-hflow--scrollable::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.mrr-hflow--scrollable::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.mrr-hflow--scrollable::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mrr-hflow--scrollable .mrr-hflow-dot{border-width:2px;height:16px;width:16px}.mrr-hflow--scrollable .mrr-hflow-track{min-height:24px;padding:0 16px}.mrr-hflow--scrollable .mrr-hflow-rail-grey{height:3px;left:16px;right:16px}.mrr-hflow--scrollable .mrr-hflow-rail-green{height:3px;left:16px}.mrr-hflow--scrollable .mrr-hflow-info-stage{font-size:10px;padding:1px 6px}.mrr-hflow--scrollable .mrr-hflow-info-name{font-size:12px}.mrr-hflow--scrollable .mrr-hflow-info-row{font-size:11px}.mrr-hflow--scrollable .mrr-hflow-info{padding:0 8px;text-align:center}.mrr-hflow--scrollable .mrr-hflow-info:first-child,.mrr-hflow--scrollable .mrr-hflow-info:last-child{text-align:center}.mrr-detail-actions{border-top:1px solid #e2e8f0;display:flex;gap:14px;justify-content:flex-end;margin-top:28px;padding-top:20px}.mrr-detail-actions .btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:10px 28px}.mrr-detail-actions .btn-secondary:hover{background:#e2e8f0}.actions-cell{align-items:center;display:flex;gap:8px}.btn-download-pdf{color:#16a34a!important}.btn-download-pdf:hover{color:#15803d!important;text-decoration:underline}.btn-download-pdf:disabled{color:#9ca3af!important;cursor:wait}.app-footer{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;color:#9ca3af;display:flex;flex-shrink:0;font-size:12px;font-style:italic;gap:6px;justify-content:center;padding:8px 0}.footer-nutrinium-logo{height:20px;object-fit:contain;width:20px}.footer-brand{color:#6b7280;font-style:normal;font-weight:600}.btn-change-password{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s}.btn-change-password:hover{background:#1d4ed8}.cp-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.cp-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;max-width:420px;overflow:hidden;width:100%}.cp-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.cp-header h3{color:#1e293b;font-size:18px;font-weight:600;margin:0}.cp-close{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:24px;line-height:1;padding:0}.cp-close:hover{color:#1e293b}.cp-modal form{padding:24px}.cp-field{margin-bottom:20px}.cp-field label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:6px}.cp-input-wrapper{align-items:center;display:flex;position:relative}.cp-input-wrapper input{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;outline:none;padding:10px 60px 10px 14px;transition:border-color .2s;width:100%}.cp-input-wrapper input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.cp-toggle{background:none;border:none;color:#2563eb;cursor:pointer;font-size:12px;font-weight:600;padding:4px 6px;position:absolute;right:10px}.cp-toggle:hover{color:#1d4ed8}.cp-mismatch{color:#ef4444;font-size:12px;margin-top:4px}.cp-alert{border-radius:6px;font-size:13px;margin:16px 24px 0;padding:10px 16px}.cp-alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.cp-alert-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.cp-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.cp-btn-cancel{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.cp-btn-cancel:hover{background:#e5e7eb}.cp-btn-submit{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.cp-btn-submit:hover:not(:disabled){background:#1d4ed8}.cp-btn-cancel:disabled,.cp-btn-submit:disabled{cursor:not-allowed;opacity:.6}.analytics-dashboard{background:#f1f5f9;min-height:100%}.analytics-exec-header{background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 4px 6px -1px #0000001a;color:#f8fafc;padding:32px 40px 36px}.analytics-exec-header-inner{margin:0 auto;max-width:1200px}.analytics-exec-title{color:#f8fafc;font-size:24px;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}.analytics-exec-subtitle{color:#94a3b8;font-size:14px;font-weight:400;margin:0}.analytics-view-toggle{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.analytics-view-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:13px;font-weight:600;padding:8px 18px;transition:all .2s}.analytics-view-btn:hover{background:#ffffff26;color:#f8fafc}.analytics-view-btn.active{background:#f8fafc;border-color:#f8fafc;color:#0f172a}.analytics-project-select{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:500;min-width:200px;padding:8px 14px}.analytics-content{margin:0 auto;max-width:1200px;padding:28px 40px 48px}.analytics-empty,.analytics-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:15px;justify-content:center;min-height:320px}.analytics-section-head{color:#475569;font-size:13px;font-weight:600;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.analytics-section-desc{color:#64748b;font-size:13px;margin:0 0 16px}.analytics-overall-section{margin-bottom:28px}.analytics-project-section{border-top:1px solid #e2e8f0;margin-top:36px;padding-top:28px}.analytics-kpi-section{margin-bottom:32px}.analytics-kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(6,1fr)}@media (max-width:1100px){.analytics-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.analytics-kpi-grid{grid-template-columns:repeat(2,1fr)}}.analytics-kpi-box{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #64748b;border-radius:0;box-shadow:0 1px 2px #0000000a;padding:20px 24px;transition:box-shadow .15s}.analytics-kpi-box:hover{box-shadow:0 4px 12px #0000000f}.analytics-kpi-primary{border-left-color:#1e40af}.analytics-kpi-success{border-left-color:#047857}.analytics-kpi-warning{border-left-color:#b45309}.analytics-kpi-danger{border-left-color:#b91c1c}.analytics-kpi-muted{border-left-color:#64748b}.analytics-kpi-num{color:#0f172a;display:block;font-size:28px;font-weight:700;letter-spacing:-.03em;margin-bottom:4px}.analytics-kpi-text{color:#64748b;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.analytics-charts-section{margin-bottom:32px}.analytics-chart-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:24px}@media (max-width:900px){.analytics-chart-grid{grid-template-columns:1fr}}.analytics-chart-panel{background:#fff;border:1px solid #e2e8f0;border-radius:0;box-shadow:0 1px 2px #0000000a;padding:24px 28px}.analytics-chart-panel.analytics-chart-full{grid-column:1/-1}.analytics-panel-title{color:#0f172a;font-size:15px;font-weight:600;margin:0 0 4px}.analytics-panel-desc{color:#64748b;font-size:12px;margin:0 0 20px}.analytics-chart-inner{width:100%}.analytics-table-section{margin-top:8px}.analytics-table-panel{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;overflow:hidden}.analytics-data-table{border-collapse:collapse;font-size:14px;width:100%}.analytics-data-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 24px;text-align:left;text-transform:uppercase}.analytics-data-table td.analytics-td-num,.analytics-data-table th.analytics-th-num{text-align:center}.analytics-data-table td{border-bottom:1px solid #f1f5f9;color:#334155;padding:16px 24px}.analytics-data-table tbody tr:last-child td{border-bottom:none}.analytics-data-table tbody tr:not(:last-child) td{border-bottom:1px solid #f1f5f9}.analytics-data-table tbody tr:hover{background:#f8fafc}.ho-project-dropdown.custom-dropdown{position:relative}.ho-project-dropdown .dropdown-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 12px;transition:all .2s}.ho-project-dropdown .dropdown-trigger:hover{border-color:#2563eb}.ho-project-dropdown .dropdown-display{flex:1 1}.ho-project-dropdown .dropdown-display .placeholder{color:#9ca3af;font-size:14px}.ho-project-dropdown .dropdown-display .selected-text{color:#111827;font-size:14px;font-weight:500}.ho-project-dropdown .dropdown-arrow{color:#6b7280;height:18px;transition:transform .2s;width:18px}.ho-project-dropdown .dropdown-arrow.open{transform:rotate(180deg)}.ho-project-dropdown .dropdown-menu{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;left:0;max-height:280px;position:absolute;right:0;top:calc(100% + 4px);z-index:999}.ho-project-dropdown .dropdown-search{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:10px 12px}.ho-project-dropdown .dropdown-search .search-icon{color:#9ca3af;flex-shrink:0;height:16px;width:16px}.ho-project-dropdown .dropdown-search input{border:none;color:#111827;flex:1 1;font-size:14px;outline:none}.ho-project-dropdown .dropdown-options{max-height:220px;overflow-y:auto}.ho-project-dropdown .dropdown-option{align-items:center;cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:background .15s}.ho-project-dropdown .dropdown-option:hover{background:#f9fafb}.ho-project-dropdown .dropdown-option.selected{background:#eff6ff}.ho-project-dropdown .option-checkbox{align-items:center;border:2px solid #d1d5db;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .15s;width:18px}.ho-project-dropdown .dropdown-option.selected .option-checkbox{background:#2563eb;border-color:#2563eb}.ho-project-dropdown .option-checkbox svg{color:#fff;height:12px;width:12px}.ho-project-dropdown .option-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.ho-project-dropdown .option-name{color:#111827;font-size:14px;font-weight:500}.ho-project-dropdown .wf-selected-members{display:flex;flex-wrap:wrap;gap:6px}.ho-project-dropdown .wf-mtag{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1d4ed8;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 10px}.ho-project-dropdown .wf-mtag button{background:none;border:none;color:#93c5fd;cursor:pointer;font-size:15px;font-weight:700;line-height:1;padding:0 0 0 4px;transition:color .15s}.ho-project-dropdown .wf-mtag button:hover{color:#ef4444}.stage-master-page{background:#f8fafc;min-height:100vh}.stage-master-header{padding:16px 20px 8px}.stage-master-header h1{color:#111827;font-size:34px;font-weight:700;margin:10px 0 0}.stage-master-container{padding:0 20px 20px}.stage-master-modal .modal-body,.stage-master-page .modal-body{padding:20px 24px 8px}.stage-master-modal .modal-footer,.stage-master-page .modal-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-direction:row;flex-shrink:0;gap:12px;justify-content:flex-end;padding:16px 24px 20px}.stage-master-modal .modal-footer .btn-primary,.stage-master-modal .modal-footer .btn-secondary,.stage-master-page .modal-footer .btn-primary,.stage-master-page .modal-footer .btn-secondary{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;min-width:120px}@media (max-width:768px){.stage-master-modal .modal-footer,.stage-master-page .modal-footer{align-items:stretch;flex-direction:column-reverse}.stage-master-modal .modal-footer .btn-primary,.stage-master-modal .modal-footer .btn-secondary,.stage-master-page .modal-footer .btn-primary,.stage-master-page .modal-footer .btn-secondary{width:100%}}.stage-master-toast-overlay{align-items:center;animation:stage-master-toast-fadeIn .2s ease-out;background:#00000059;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1100}@keyframes stage-master-toast-fadeIn{0%{opacity:0}to{opacity:1}}.stage-master-toast-popup{animation:stage-master-toast-popIn .25s ease-out;background:#fff;border:1px solid #a7f3d0;border-radius:12px;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #00000014;max-width:360px;padding:28px 32px;text-align:center;width:100%}@keyframes stage-master-toast-popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.stage-master-toast-icon{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.stage-master-toast-icon.success{background:#d1fae5;color:#059669}.stage-master-toast-icon svg{height:28px;width:28px}.stage-master-toast-message{color:#111827;font-size:16px;font-weight:500;line-height:1.4;margin:0 0 20px}.stage-master-toast-btn{background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;padding:10px 24px;transition:background .2s}.stage-master-toast-btn:hover{background:#047857}.stage-master-checkbox-label{align-items:flex-start;color:#374151;cursor:pointer;display:flex;font-weight:500;gap:10px}.stage-master-checkbox-label input[type=checkbox]{accent-color:#2563eb;cursor:pointer;height:18px;margin-top:3px;width:18px}.stage-master-modal .form-hint{color:#6b7280;font-size:12px;line-height:1.4;margin:6px 0 0 28px}.stage-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px}.stage-badge-submitter{background:#dbeafe;border:1px solid #93c5fd;color:#1d4ed8}.stage-badge-approver{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.stage-badge-type-requested_by{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;margin-left:6px}.stage-badge-type-raised_by{background:#e0e7ff;border:1px solid #a5b4fc;color:#3730a3;margin-left:6px}.employee-department{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.app-access-admin-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:14px;gap:16px;justify-content:center;min-height:220px;padding:32px 24px}.app-access-admin{margin:0 auto;max-width:720px;padding:0 4px 48px}.app-access-admin--wide{max-width:1160px}.app-access-admin__title{color:#111827;font-size:22px;font-weight:600;letter-spacing:-.02em;margin:0 0 8px}.app-access-admin__subtitle{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 24px}.app-access-admin__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:20px;padding:24px 28px 28px}.app-access-admin__meta{border-bottom:1px solid #f3f4f6;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px;padding-bottom:20px}.app-access-admin__badge{align-items:center;border-radius:8px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.02em;padding:6px 12px}.app-access-admin__badge--app{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.app-access-admin__badge--on{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.app-access-admin__badge--off{background:#fef3c7;border:1px solid #fcd34d;color:#b45309}.app-access-admin__info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:14px;line-height:1.65;margin:0 0 24px;padding:16px 18px}.app-access-admin__info p{margin:0}.app-access-admin__info p+p{margin-top:12px}.app-access-admin__info code,.app-access-admin__info strong{font-size:13px}.app-access-admin__info code{background:#e2e8f0;border-radius:4px;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:500;padding:2px 6px}.app-access-admin__info strong{color:#334155}.app-access-admin__field{margin-bottom:20px}.app-access-admin__label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.app-access-admin__select-wrap{max-width:420px}.app-access-admin__select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;cursor:pointer;font-family:inherit;font-size:14px;max-width:420px;padding:11px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.app-access-admin__select:hover{border-color:#9ca3af}.app-access-admin__select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.app-access-admin__code-panel{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:12px;max-width:420px;padding:14px 16px}.app-access-admin__code-option{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;-webkit-user-select:none;user-select:none}.app-access-admin__code-option input{accent-color:#2563eb;cursor:pointer;height:18px;width:18px}.app-access-admin__employee-detail{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13px;line-height:1.6;margin-top:12px;max-width:420px;padding:12px 14px}.app-access-admin__employee-detail>div+div{margin-top:6px}.app-access-admin__employee-detail span{color:#334155;font-weight:500;margin-right:6px}.app-access-admin__actions{align-items:center;border-top:1px solid #f3f4f6;display:flex;gap:12px;margin-top:24px;padding-top:20px}.app-access-admin__actions .btn-primary{justify-content:center;min-width:120px}.app-access-admin .alert-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:14px;margin-bottom:20px;padding:12px 16px}.app-access-admin__empty-hint{color:#64748b;font-size:14px;line-height:1.5;margin:0}.app-access-admin__empty-hint code{background:#f1f5f9;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;padding:2px 6px}.app-access-admin__list-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px 16px;margin-bottom:14px}.app-access-admin__list-title{color:#111827;font-size:15px;font-weight:600;margin:0}.app-access-admin__list-count{color:#6b7280;font-size:13px}.app-access-admin__search-wrap{flex:1 1;margin-left:auto;max-width:360px;min-width:200px;position:relative}.app-access-admin__search-icon{color:#9ca3af;height:18px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:18px}.app-access-admin__search{border:1px solid #d1d5db;border-radius:8px;color:#111827;font-family:inherit;font-size:14px;padding:10px 12px 10px 40px;transition:border-color .15s,box-shadow .15s;width:100%}.app-access-admin__search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.app-access-admin__table-wrap{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto}.app-access-admin__table{background:#fff;border-collapse:collapse;font-size:14px;width:100%}.app-access-admin__table thead th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.04em;padding:12px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.app-access-admin__table tbody td{border-bottom:1px solid #f3f4f6;color:#374151;padding:12px 14px;vertical-align:middle}.app-access-admin__table tbody tr:last-child td{border-bottom:none}.app-access-admin__tr--data:hover td{background:#fafafa}.app-access-admin__th-actions{text-align:right;white-space:nowrap;width:1%}.app-access-admin__td-access{vertical-align:middle}.app-access-admin__td-actions{text-align:right;vertical-align:middle;white-space:nowrap}.app-access-admin__save-row{font-size:13px;justify-content:center;min-width:72px;padding:8px 14px}.app-access-admin__code-inline{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px}.app-access-admin__code-option--table{margin:0}.app-access-admin__td-name{color:#111827;font-weight:600}.app-access-admin__td-muted{color:#6b7280;font-size:13px}.app-access-admin__mono{background:#f1f5f9;border-radius:4px;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;padding:3px 8px}.app-access-admin__mono--inline{font-size:11px;margin-left:8px}.app-access-admin__none{color:#9ca3af;font-size:13px;font-style:italic}.app-access-admin__chip-row{display:flex;flex-wrap:wrap;gap:6px}.app-access-admin__chip{background:#e0e7ff;border:1px solid #c7d2fe;border-radius:6px;color:#3730a3;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px}.app-access-admin__table-empty{color:#6b7280;font-size:14px;padding:28px 16px!important;text-align:center}.pir-page{margin:0 auto;max-width:1400px;padding:24px}.pir-page.pir-page-embedded{max-width:100%;padding:16px 24px 24px}.pir-header{margin-bottom:24px}.pir-back{background:none;border:none;color:#2563eb;cursor:pointer;font-size:14px;margin-bottom:12px;padding:0}.pir-back:hover{text-decoration:underline}.pir-header h1{color:#1e293b;font-size:24px;margin:0 0 8px}.pir-desc{color:#64748b;font-size:14px;margin:0}.pir-tabs{display:flex;gap:8px;margin-bottom:16px}.pir-tabs button{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.pir-tabs button:hover{background:#f8fafc;border-color:#cbd5e1}.pir-tabs button.active{background:#eff6ff;border-color:#2563eb;color:#2563eb}.pir-filters{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.pir-select{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;min-width:200px;padding:8px 12px}.pir-item-dropdown-wrap{min-width:220px;position:relative}.pir-item-dropdown-trigger{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:8px 12px;text-align:left;width:100%}.pir-item-dropdown-trigger:hover{border-color:#cbd5e1}.pir-item-dropdown-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pir-item-dropdown-arrow{color:#64748b;flex-shrink:0;font-size:10px;margin-left:8px}.pir-item-dropdown-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px #00000026;left:0;margin-top:4px;max-width:400px;min-width:280px;position:absolute;right:0;top:100%;z-index:100}.pir-item-dropdown-search{border:none;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.pir-item-dropdown-search:focus{outline:none}.pir-item-dropdown-search::placeholder{color:#94a3b8}.pir-item-dropdown-list{max-height:320px;overflow-y:auto;padding:4px 0}.pir-item-dropdown-list::-webkit-scrollbar{width:8px}.pir-item-dropdown-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.pir-item-dropdown-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.pir-item-dropdown-option{background:none;border:none;color:#334155;cursor:pointer;display:block;font-size:13px;overflow:hidden;padding:8px 12px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.pir-item-dropdown-option:hover{background:#f1f5f9}.pir-item-dropdown-option.selected{background:#eff6ff;color:#2563eb}.pir-item-dropdown-more{color:#64748b;font-size:12px;padding:8px 12px}.pir-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:14px;margin-bottom:16px;padding:12px}.pir-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.pir-table{border-collapse:collapse;font-size:13px;width:100%}.pir-table td,.pir-table th{border-bottom:1px solid #e2e8f0;padding:12px 14px;text-align:left;vertical-align:middle}.pir-table thead{background:#f8fafc}.pir-table th{color:#334155;font-weight:600}.pir-table tbody tr:hover{background:#f8fafc}.pir-table .btn-action-delete,.pir-table .btn-action-edit{border:1px solid #0000;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;margin-right:8px;padding:6px 12px;transition:all .2s}.pir-table .btn-action-edit{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.pir-table .btn-action-edit:hover{background:#dbeafe;border-color:#2563eb}.pir-table .btn-action-delete{background:#fef2f2;border-color:#fecaca;color:#dc2626}.pir-table .btn-action-delete:hover{background:#fee2e2;border-color:#dc2626}.pir-modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.pir-modal{background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:480px;overflow-y:auto;padding:24px;width:100%}.pir-modal h3{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 20px}.pir-form{display:flex;flex-direction:column;gap:16px}.pir-form-group label{color:#475569;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.pir-input{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.pir-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.pir-modal-actions{border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.project-detail{background:#f9fafb;min-height:100vh}.detail-header{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.detail-header .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:16px 24px}.btn-back{background:#f3f4f6;color:#374151}.btn-back:hover{background:#e5e7eb}.btn-back svg{height:18px;width:18px}.detail-container{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1400px;padding:24px}.project-header-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.project-title-section h1{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 16px}.project-meta{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.project-code-badge{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280}.project-code-badge,.project-type-badge{font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.project-type-badge{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af}.status-badge-large{border-radius:6px;padding:6px 14px}.project-detail-actions{align-items:center;display:flex;gap:10px;margin-left:auto}.project-detail-actions .btn-delete-project,.project-detail-actions .btn-modify{align-items:center;border:1px solid;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;transition:all .2s}.project-detail-actions .btn-modify{background:#eff6ff;border-color:#2563eb;color:#2563eb}.project-detail-actions .btn-modify:hover{background:#dbeafe}.project-detail-actions .btn-delete-project{background:#fef2f2;border-color:#dc2626;color:#dc2626}.project-detail-actions .btn-delete-project:hover{background:#fee2e2}.project-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.card-title{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px;padding-bottom:16px}.project-details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:0}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#1f2937;font-size:15px;font-weight:500}.project-notes{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}.project-notes h3{color:#1f2937;font-size:14px;font-weight:600;margin:0 0 12px}.project-notes p{color:#4b5563;font-size:14px;line-height:1.6;margin:0}.employees-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.employees-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.employees-header h2{color:#1f2937;font-size:18px;font-weight:600;margin:0}.action-buttons{display:flex;gap:12px}.btn-workflow{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 18px;transition:all .2s}.btn-workflow:hover{background:#e5e7eb;border-color:#9ca3af}.btn-workflow svg{height:16px;width:16px}.btn-add-employee{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:6px;box-shadow:0 2px 4px #2563eb33;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 18px;transition:all .2s}.btn-add-employee:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 6px #2563eb4d;transform:translateY(-1px)}.btn-add-employee svg{height:16px;width:16px}.employees-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.employee-card{align-items:start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;padding:16px;transition:all .2s}.employee-card:hover{background:#fff;border-color:#2563eb;box-shadow:0 2px 8px #0000000d}.employee-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:600;height:48px;justify-content:center;width:48px}.employee-info{flex:1 1;min-width:0}.employee-info h4{color:#1f2937;font-size:15px;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-designation{color:#2563eb;font-size:13px;font-weight:500;margin:0 0 8px}.employee-detail{color:#6b7280;font-size:12px;margin:0 0 4px}.employee-email,.employee-phone{color:#6b7280;font-size:12px;margin:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100vh}.error-container p,.loading-container p{color:#6b7280;font-size:14px}.error-container button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 18px}@media (max-width:768px){.project-title-section h1{font-size:22px}.employees-header,.project-meta{align-items:start;flex-direction:column}.employees-header{gap:16px}.action-buttons{flex-direction:column;width:100%}.btn-add-employee,.btn-workflow{justify-content:center;width:100%}.employees-grid,.project-details-grid{grid-template-columns:1fr}}.form-page{background:#f9fafb;min-height:100vh}.form-page-header{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.form-page-header .header-content{align-items:center;display:flex;gap:24px;margin:0 auto;max-width:1200px;padding:16px 24px}.header-title{align-items:center;display:flex;gap:16px}.header-title h1{color:#1f2937;font-size:20px;font-weight:600;margin:0}.form-page-container{margin:0 auto;max-width:1200px;padding:24px}.form-content{display:flex;flex-direction:column;gap:20px}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.form-card h2{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.card-header h2{margin:0}.btn-sm{font-size:13px;padding:8px 14px}.items-container{display:flex;flex-direction:column;gap:20px}.item-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.item-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.item-number{color:#2563eb;font-size:14px;font-weight:600}.btn-remove{align-items:center;background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.btn-remove:hover{background:#fecaca}.btn-remove svg{height:18px;width:18px}.items-total{align-items:center;background:#f3f4f6;border-radius:6px;display:flex;gap:16px;justify-content:flex-end;margin-top:16px;padding:16px}.total-value{color:#2563eb;font-size:20px;font-weight:600}.form-actions{background:#fff;border:1px solid #e5e7eb;border-radius:8px;bottom:20px;display:flex;gap:12px;justify-content:flex-end;padding:20px;position:-webkit-sticky;position:sticky}.btn-success{background:#10b981;font-weight:500;padding:10px 18px}.btn-success:hover{background:#059669}.btn-success:disabled{opacity:.6}.readonly{background:#f3f4f6;cursor:not-allowed}@media (max-width:768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.form-detail{background:#f9fafb;min-height:100vh}.form-detail-header{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.form-detail-header .header-content{align-items:center;display:flex;gap:20px;margin:0 auto;max-width:1400px;padding:16px 24px}.form-detail-header .header-title h1{font-size:20px;margin:0}.form-number-header{color:#6b7280;font-family:Courier New,monospace;font-size:12px;margin:4px 0 0}.status-badge-large{border-radius:16px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;margin-left:auto;padding:8px 16px;text-transform:uppercase}.form-detail-container{margin:0 auto;max-width:1400px;padding:24px}.details-section{display:flex;flex-direction:column;gap:20px}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.detail-card h2{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px}.detail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.items-table{overflow-x:auto}.items-table table{border-collapse:collapse;width:100%}.items-table td,.items-table th{border-bottom:1px solid #e5e7eb;font-size:13px;padding:12px;text-align:left}.items-table th{color:#374151;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.items-table tbody tr:hover,.items-table th{background:#f9fafb}.items-table tfoot{background:#f9fafb;font-weight:600}.total-amount{color:#2563eb;font-size:16px}.approvals-timeline{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.timeline{flex-direction:column;gap:0}.timeline,.timeline-item{display:flex;position:relative}.timeline-item{gap:20px;padding:20px 0}.timeline-item:not(:last-child):after{background:#e5e7eb;bottom:-20px;content:"";left:19px;position:absolute;top:50px;width:2px}.timeline-marker{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;position:relative;width:40px;z-index:1}.timeline-item.approved .timeline-marker{background:#d1fae5;color:#10b981}.timeline-item.rejected .timeline-marker{background:#fee2e2;color:#ef4444}.timeline-item.pending .timeline-marker{background:#fef3c7;color:#f59e0b}.timeline-item.waiting .timeline-marker{background:#f3f4f6;color:#9ca3af}.timeline-marker svg{height:24px;width:24px}.waiting-dot{background:#9ca3af;border-radius:50%;height:12px;width:12px}.timeline-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;padding:16px}.timeline-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:8px}.timeline-header h4{color:#1f2937;font-size:15px;font-weight:600;margin:0}.timeline-status{border-radius:12px;font-size:11px;font-weight:600;padding:4px 10px;text-transform:uppercase}.timeline-status.status-approved{background:#d1fae5;color:#065f46}.timeline-status.status-rejected{background:#fee2e2;color:#991b1b}.timeline-status.status-pending{background:#fef3c7;color:#92400e}.timeline-status.status-waiting{background:#f3f4f6;color:#6b7280}.approver-email{color:#6b7280;font-size:13px;margin:4px 0}.action-time{color:#9ca3af;font-size:12px;margin:4px 0 12px}.approval-comments{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.approval-comments strong{color:#6b7280;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.approval-comments p{color:#1f2937;font-size:14px;line-height:1.5;margin:8px 0 0}.changelog-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px}.changelog-list{display:flex;flex-direction:column;gap:16px}.changelog-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;padding:16px}.changelog-icon{align-items:center;background:#eff6ff;border-radius:50%;color:#2563eb;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.changelog-icon svg{height:20px;width:20px}.changelog-content{flex:1 1}.changelog-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:8px}.changelog-header strong{color:#1f2937;font-size:14px}.changelog-header span{color:#4b5563;font-size:13px}.changelog-time{color:#9ca3af;font-size:12px}.changelog-user{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;margin:4px 0 12px}.level-badge-small,.user-type-badge{background:#e5e7eb;border-radius:10px;color:#6b7280;font-size:10px;font-weight:600;padding:2px 8px}.level-badge-small{background:#dbeafe;color:#1e40af}.value-change{align-items:center;background:#fff;border-radius:6px;display:flex;gap:12px;margin-top:8px;padding:12px}.value-change svg{color:#2563eb;flex-shrink:0;height:20px;width:20px}.new-value,.old-value{display:flex;flex:1 1;flex-direction:column;gap:4px}.new-value .label,.old-value .label{color:#6b7280;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.old-value .value{color:#ef4444}.new-value .value,.old-value .value{font-family:Courier New,monospace;font-size:13px}.new-value .value{color:#10b981}.changelog-comments{color:#4b5563;font-size:13px;font-style:italic;margin:8px 0 0}.approval-actions{background:#fff;border:1px solid #e5e7eb;border-radius:8px;bottom:20px;display:flex;gap:12px;justify-content:flex-end;padding:20px;position:-webkit-sticky;position:sticky}.btn-action{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 18px;transition:all .2s}.btn-action svg{height:18px;width:18px}.btn-edit{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.btn-edit:hover{background:#e5e7eb}.btn-return{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.btn-return:hover{background:#fde68a}.btn-reject{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.btn-reject:hover{background:#fecaca}.btn-approve{background:#10b981;color:#fff}.btn-approve:hover{background:#059669}.modal-content-small{background:#fff;border-radius:8px;max-width:500px;width:100%}.modal-body{padding:24px}@media (max-width:768px){.approval-actions{flex-wrap:wrap}.btn-action{flex:1 1;min-width:140px}.detail-grid{grid-template-columns:1fr}}.hr-workflow-page{--hr-content-max:1080px;--hr-navy:#0f2744;--hr-navy-mid:#1a3a5c;--hr-primary:#0f4c81;--hr-primary-hover:#0c3d6a;--hr-primary-soft:#e8eef5;--hr-border:#dde1e8;--hr-border-strong:#c8ced8;--hr-surface:#fff;--hr-surface-page:#f0f2f5;--hr-surface-muted:#f5f6f8;--hr-surface-hover:#eef0f4;--hr-text:#1c1f26;--hr-text-secondary:#4a505c;--hr-text-muted:#6b7280;--hr-radius:6px;--hr-radius-lg:8px;--hr-shadow:0 1px 2px #0f27440f;--hr-shadow-md:0 2px 8px #0f274414;--hr-font:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,"Roboto",sans-serif}.hr-workflow-page.workflow-config{background:var(--hr-surface-page);font-family:var(--hr-font)}.hr-workflow-page .workflow-config-loading{justify-content:center;min-height:50vh}.hr-workflow-page .workflow-config-loading p{color:var(--hr-text-muted);font-size:.875rem}.hr-workflow-page.workflow-config .hr-workflow-container,.hr-workflow-page.workflow-config .workflow-container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:var(--hr-content-max);padding:1.5rem 1.25rem 3.5rem;width:100%}@media (min-width:640px){.hr-workflow-page.workflow-config .hr-workflow-container,.hr-workflow-page.workflow-config .workflow-container{padding-left:1.5rem;padding-right:1.5rem}}.hr-workflow-page .workflow-header.hr-workflow-header{background:var(--hr-surface);border-bottom:1px solid var(--hr-border);box-shadow:var(--hr-shadow);padding:0}.hr-header-inner{box-sizing:border-box;margin:0 auto;max-width:var(--hr-content-max);padding:.75rem 1.25rem .875rem}@media (min-width:640px){.hr-header-inner{padding-left:1.5rem;padding-right:1.5rem}}.hr-header-toolbar{align-items:center;display:flex;gap:1rem;justify-content:space-between;min-height:2.5rem}.hr-header-logo{height:2rem;object-fit:contain;width:auto}@media (min-width:768px){.hr-header-logo{height:2.25rem}}.hr-workflow-page .workflow-info-header{justify-content:center;margin-bottom:1.25rem}.hr-workflow-page .workflow-info-header .project-info-card{width:100%}.hr-workflow-page .hr-project-summary.project-info-card{background:var(--hr-surface);border:1px solid var(--hr-border);border-left:4px solid var(--hr-primary);border-radius:var(--hr-radius-lg);box-shadow:var(--hr-shadow);padding:1.125rem 1.5rem}.hr-workflow-page .hr-project-summary .project-info-main h2{color:var(--hr-navy);font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.hr-workflow-page .hr-project-summary .project-code{color:var(--hr-text-muted);font-size:.8125rem;margin:0}.hr-workflow-page .hr-project-badge.workflow-status{background:var(--hr-surface-muted);border:1px solid var(--hr-border);border-radius:var(--hr-radius);color:var(--hr-text-secondary);font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.4rem .75rem;text-transform:uppercase}.hr-workflow-page .hr-project-badge.workflow-status svg{display:none}.hr-workflow-page .btn-primary{background:var(--hr-primary);border-color:var(--hr-primary);border-radius:var(--hr-radius);box-shadow:none;font-size:.875rem;font-weight:600;padding:.5rem 1.125rem}.hr-workflow-page .btn-primary:hover:not(:disabled){background:var(--hr-primary-hover);border-color:var(--hr-primary-hover)}.hr-workflow-page .btn-back{align-items:center;background:#0000;border:none;color:var(--hr-text-secondary);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8125rem;font-weight:500;gap:.35rem;padding:.35rem 0}.hr-workflow-page .btn-back svg{flex-shrink:0;height:1.125rem;width:1.125rem}.hr-workflow-page .btn-back:hover{color:var(--hr-navy)}.hr-main-tabs-row{display:flex;justify-content:center;margin:0 0 1.25rem}.hr-main-tabs{background:var(--hr-surface-muted);border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg);box-shadow:inset 0 1px 2px #0f27440a;display:inline-flex;gap:2px;margin-bottom:0;padding:4px}.hr-main-tab{background:#0000;border:none;border-radius:var(--hr-radius);color:var(--hr-text-muted);cursor:pointer;flex:0 1 auto;font-family:inherit;font-size:.875rem;font-weight:600;min-width:8.5rem;padding:.625rem 1.25rem;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.hr-main-tab:hover{background:#ffffffb3;color:var(--hr-text-secondary)}.hr-main-tab-active{background:var(--hr-surface);box-shadow:var(--hr-shadow);color:var(--hr-navy)}.hr-main-tab:focus-visible{outline:2px solid var(--hr-primary);outline-offset:2px}.hr-workflow-tab-panel{background:#0000;border:none;margin-top:0;min-height:240px;padding:0}.hr-workflow-page .hr-workflow-tab-panel>.hr-main-card{border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg);box-shadow:var(--hr-shadow-md);overflow:hidden}.hr-workflow-page .hr-workflow-tab-panel>.hr-main-card.hr-workflow-tab-inner{overflow:visible}.hr-workflow-page .hr-workflow-layout{box-shadow:var(--hr-shadow-md);margin-top:0;padding:1.25rem}.hr-groups-panel,.hr-workflow-page .hr-workflow-layout{background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg)}.hr-groups-panel{box-shadow:var(--hr-shadow);max-height:calc(100vh - 7rem);overflow-y:auto;padding:1.25rem 1.375rem;position:-webkit-sticky;position:sticky;top:5.5rem}@media (max-width:960px){.hr-groups-panel{max-height:none;position:static}}.hr-panel-title{color:var(--hr-navy);font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .375rem}.hr-panel-desc{color:var(--hr-text-muted);font-size:.8125rem;line-height:1.5;margin:0 0 1.25rem}.hr-create-group-box{background:var(--hr-surface-muted);border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg);margin-bottom:1.25rem;padding:1rem 1.125rem}.hr-create-group-box label{color:var(--hr-text-secondary);display:block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.hr-input{background:var(--hr-surface);border:1px solid var(--hr-border-strong);border-radius:var(--hr-radius);box-sizing:border-box;color:var(--hr-text);font-family:inherit;font-size:.875rem;padding:.625rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.hr-input:hover{border-color:var(--hr-text-muted)}.hr-input:focus{border-color:var(--hr-primary);box-shadow:0 0 0 3px #0f4c8126;outline:none}.hr-btn-block{background:var(--hr-primary);border:1px solid var(--hr-primary);border-radius:var(--hr-radius);color:#fff;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;margin-top:.75rem;padding:.625rem 1rem;transition:background .15s ease,border-color .15s ease;width:100%}.hr-btn-block:hover:not(:disabled){background:var(--hr-primary-hover);border-color:var(--hr-primary-hover)}.hr-btn-block:disabled{cursor:not-allowed;opacity:.45}.hr-btn-block:focus-visible{outline:2px solid var(--hr-primary);outline-offset:2px}.hr-groups-list-label{color:var(--hr-text-muted);font-size:.6875rem;font-weight:700;letter-spacing:.06em;margin:0 0 .5rem;text-transform:uppercase}.hr-group-list{display:flex;flex-direction:column;gap:6px}.hr-group-item{background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--hr-radius);color:var(--hr-text);cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:border-color .15s ease,background .15s ease}.hr-group-item:hover{background:var(--hr-surface-hover);border-color:var(--hr-border-strong)}.hr-group-item.hr-group-item-active{background:var(--hr-primary-soft);border-color:var(--hr-primary);border-left-width:3px;box-shadow:none;color:var(--hr-navy);font-weight:600;padding-left:calc(1rem - 2px)}.hr-group-item-meta{color:var(--hr-text-muted);display:block;font-size:.75rem;font-weight:400;margin-top:.25rem}.hr-groups-empty{color:var(--hr-text-muted);font-size:.8125rem;line-height:1.5;padding:1rem .5rem;text-align:center}.hr-workflow-layout{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:minmax(260px,300px) 1fr}@media (max-width:960px){.hr-workflow-layout{grid-template-columns:1fr}}.hr-main-panel{min-width:0}.hr-main-card{background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg);box-shadow:var(--hr-shadow);overflow:hidden}.hr-workflow-tab-inner.hr-main-card{box-shadow:var(--hr-shadow-md)}.hr-main-empty{margin:0 auto;max-width:28rem;padding:3rem 2rem;text-align:center}.hr-main-empty svg{color:var(--hr-border-strong);height:2.5rem;margin-bottom:1rem;width:2.5rem}.hr-main-empty h3{color:var(--hr-navy);font-size:1.0625rem;font-weight:600;margin:0 0 .5rem}.hr-main-empty p{color:var(--hr-text-secondary);font-size:.875rem;line-height:1.6;margin:0}.hr-section{border-bottom:1px solid var(--hr-border);padding:1.25rem 1.5rem}.hr-section:last-of-type{border-bottom:none}.hr-section-title{color:var(--hr-navy);font-size:.9375rem;font-weight:600;margin:0}.hr-section-desc{color:var(--hr-text-muted);font-size:.8125rem;line-height:1.5;margin:.375rem 0 0}.hr-section-desc-spaced{margin-top:.625rem}.hr-inline-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1rem}.hr-field-grow{flex:1 1;min-width:200px}.hr-member-toolbar{gap:.625rem;margin:1rem 0 .875rem}.hr-member-pick-toolbar,.hr-member-toolbar{align-items:center;display:flex;flex-wrap:wrap}.hr-member-pick-toolbar{gap:.5rem .625rem;margin:.75rem 0 .5rem}.hr-member-pick-search{flex:1 1;max-width:320px;min-width:180px}.hr-btn-compact{font-size:.8125rem;padding:.45rem .75rem}.hr-member-pick-list{background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg);margin:0 0 .75rem;max-height:220px;overflow-y:auto}.hr-member-pick-row{align-items:flex-start;border-bottom:1px solid var(--hr-border);cursor:pointer;display:flex;font-size:.875rem;gap:.625rem;margin:0;padding:.5rem .75rem;transition:background .12s ease}.hr-member-pick-row:last-child{border-bottom:none}.hr-member-pick-row:hover{background:var(--hr-surface-hover)}.hr-member-pick-row input[type=checkbox]{accent-color:var(--hr-primary);flex-shrink:0;height:1rem;margin-top:.2rem;width:1rem}.hr-member-pick-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.hr-member-pick-name{color:var(--hr-text);font-weight:600}.hr-member-pick-email{color:var(--hr-text-muted);font-size:.75rem;word-break:break-all}.hr-member-add-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:.25rem}.hr-head-fields{grid-gap:1rem 1.25rem;display:grid;gap:1rem 1.25rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:.5rem}.hr-head-label{color:var(--hr-text-muted);display:block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;margin-bottom:.4rem;text-transform:uppercase}.hr-head-select{max-width:100%;width:100%}.hr-wf-head-assigned{align-items:flex-start;background:var(--hr-primary-soft);border:1px solid var(--hr-border);border-radius:var(--hr-radius);display:flex;flex-direction:column;gap:.25rem;justify-content:center;min-height:2.75rem;padding:.5rem .75rem}.hr-wf-head-badge{color:var(--hr-primary);font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hr-head-pick-list{max-height:220px;overflow-y:auto}.hr-wf-head-names{display:flex;flex-direction:column;gap:.2rem;list-style:none;margin:0;padding:0;width:100%}.hr-wf-head-name{color:var(--hr-navy);font-size:.875rem;font-weight:600}.hr-wf-head-hint{color:var(--hr-text-muted);font-size:.75rem}.hr-wf-heads-banner{background:linear-gradient(135deg,var(--hr-primary-soft) 0,#f0f4fa 100%);border:1px solid var(--hr-border);border-left:4px solid var(--hr-primary);border-radius:var(--hr-radius-lg);margin:0 1.5rem 1rem;padding:1rem 1.25rem}.hr-wf-heads-banner-title{color:var(--hr-text-secondary);font-size:.6875rem;font-weight:700;letter-spacing:.07em;margin-bottom:.75rem;text-transform:uppercase}.hr-wf-heads-banner-list{display:flex;flex-wrap:wrap;gap:1rem 2rem;list-style:none;margin:0;padding:0}.hr-wf-heads-banner-item{display:flex;flex-direction:column;gap:.2rem;min-width:200px}.hr-wf-heads-banner-k{color:var(--hr-primary);font-size:.75rem;font-weight:600}.hr-wf-heads-banner-v{color:var(--hr-navy);font-size:.9375rem;font-weight:600}.hr-wf-heads-banner-e{color:var(--hr-text-muted);font-size:.75rem;word-break:break-all}.hr-wf-heads-banner-people{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:.25rem 0 0;padding:0}.hr-wf-heads-banner-people>li{display:flex;flex-direction:column;gap:.05rem}.hr-select{background:var(--hr-surface);border:1px solid var(--hr-border-strong);border-radius:var(--hr-radius);color:var(--hr-text);cursor:pointer;flex:1 1;font-family:inherit;font-size:.875rem;max-width:420px;min-width:220px;padding:.625rem .75rem}.hr-select:focus{border-color:var(--hr-primary);box-shadow:0 0 0 3px #0f4c811f;outline:none}.hr-member-list{border:1px solid var(--hr-border);border-radius:var(--hr-radius-lg);list-style:none;margin:0;overflow:hidden;padding:0}.hr-member-row{align-items:center;border-bottom:1px solid var(--hr-border);color:var(--hr-text);display:flex;font-size:.875rem;justify-content:space-between;padding:.75rem 1rem}.hr-member-row:last-child{border-bottom:none}.hr-member-row:nth-child(2n){background:var(--hr-surface-muted)}.hr-btn-remove{background:#fef2f2;border:1px solid #e5d0d0;border-radius:var(--hr-radius);color:#7f1d1d;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:background .15s ease}.hr-btn-remove:hover{background:#fee2e2}.hr-form-tabs-wrap{margin-top:0}.hr-form-tabs-wrap .wf-form-cards{gap:.5rem;margin-top:.75rem}.hr-workflow-page .wf-form-cards{display:flex;flex-wrap:wrap;gap:.5rem}.hr-workflow-page .wf-form-card{background:var(--hr-surface);border:1px solid var(--hr-border);border-radius:var(--hr-radius);color:var(--hr-text-secondary);font-family:inherit;font-size:.8125rem;font-weight:600;padding:.75rem 1rem;transition:border-color .15s ease,background .15s ease,color .15s ease}.hr-workflow-page .wf-form-card:hover{background:var(--hr-surface-hover);border-color:var(--hr-border-strong)}.hr-workflow-page .wf-form-card-active,.hr-workflow-page .wf-form-card.wf-form-card-active{background:var(--hr-primary-soft);border-color:var(--hr-primary);box-shadow:none;color:var(--hr-navy)}.hr-workflow-page .wf-form-card-label{font-weight:600}.hr-workflow-group-bar{background:var(--hr-surface-muted);border-bottom:1px solid var(--hr-border);padding:1.25rem 1.5rem}.hr-workflow-group-label{color:var(--hr-text-muted);display:block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.hr-workflow-group-select{font-weight:500;max-width:28rem}.hr-workflow-group-hint{color:var(--hr-text-muted);font-size:.8125rem;line-height:1.5;margin:.625rem 0 0}.hr-wf-levels-form .wf-card{border-left:none;border-radius:0;border-right:none;border-color:var(--hr-border)}.hr-workflow-page .hr-wf-levels-form .wf-card-header{background:var(--hr-navy-mid);border-radius:0}.hr-workflow-page .hr-wf-levels-form .wf-card-header h3{font-size:.9375rem;font-weight:600;letter-spacing:0;text-transform:none}.hr-wf-levels-form .wf-actions{background:var(--hr-surface-muted);border-radius:0;border-top:1px solid var(--hr-border);margin:0;padding:1rem 1.5rem 1.25rem}.hr-workflow-page .hr-wf-levels-form .wf-btn-save{background:var(--hr-primary);font-weight:600}.hr-workflow-page .hr-wf-levels-form .wf-btn-save:hover:not(:disabled){background:var(--hr-primary-hover)}.hr-workflow-page .hr-wf-levels-form .wf-btn-cancel{border:1px solid var(--hr-border-strong);color:var(--hr-text-secondary);font-weight:600}.hr-section-footer-hint{background:var(--hr-surface-muted);border-top:1px solid var(--hr-border)}.hr-inline-link{background:none;border:none;color:var(--hr-primary);cursor:pointer;font:inherit;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:2px}.hr-inline-link:hover{color:var(--hr-primary-hover)}.hr-btn-inline{margin-top:1rem;max-width:14rem}.hr-workflow-page .wf-btn-delete-header{background:#fff;border:1px solid #c9a8a8;color:#7f1d1d;font-weight:600}.hr-workflow-page .wf-btn-delete-header:hover{background:#fef2f2}.hr-workflow-badge-row,.hr-workflow-pill,.hr-workflow-steps{display:none}.hr-panel-eyebrow{color:var(--hr-text-muted);font-size:.6875rem;font-weight:700;letter-spacing:.06em;margin:0 0 .25rem;text-transform:uppercase}.hr-step-num{display:none}.hr-workflow-page .hr-section .wf-levels-form{margin:0 -1.5rem -1.25rem;padding:0}.hr-workflow-page .hr-section .wf-levels-form .wf-card{border-bottom:none;border-left:none;border-radius:0;border-right:none}.hr-workflow-page .hr-section .wf-actions{background:var(--hr-surface-muted);border-top:1px solid var(--hr-border);margin:0;padding:1rem 1.5rem 1.25rem}.hr-btn-secondary{background:var(--hr-surface);border:1px solid var(--hr-border-strong);border-radius:var(--hr-radius);color:var(--hr-text-secondary);cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1rem}.hr-btn-secondary:hover:not(:disabled),.hr-workflow-page .wf-row:hover{background:var(--hr-surface-hover)}.hr-workflow-page .wf-row-last{background:#f0f7f2!important}.hr-workflow-page .wf-row-last:hover{background:#e8f2eb!important}.hr-workflow-page .wf-select:focus{border-color:var(--hr-primary);box-shadow:0 0 0 3px #0f4c811f}.pf-page{background:#f1f5f9;display:flex;flex-direction:column;min-height:100vh}.pf-topbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 4px #00000012;display:flex;gap:16px;height:60px;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:200}.pf-topbar-back{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .15s;white-space:nowrap}.pf-topbar-back:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.pf-topbar-back svg{height:14px;width:14px}.pf-topbar-title{color:#0f172a;flex-shrink:0;font-size:16px;font-weight:700;margin:0}.pf-topbar-divider{background:#e2e8f0;flex-shrink:0;height:20px;width:1px}.pf-topbar-ref{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;font-size:12px;font-weight:600;letter-spacing:.03em;padding:3px 8px}.pf-topbar-status{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:4px 10px}.pf-topbar-status.draft{background:#fef9c3;border:1px solid #fde047;color:#a16207}.pf-topbar-status.submitted{background:#dcfce7;border:1px solid #86efac;color:#15803d}.pf-topbar-status-dot{background:currentColor;border-radius:50%;height:6px;width:6px}.pf-topbar-spacer{flex:1 1}.pf-body{flex:1 1;overflow-y:auto;padding:28px 24px 120px}.pf-hero{align-items:center;background:linear-gradient(135deg,#1e40af,#1d4ed8 60%,#2563eb);border-radius:12px;color:#fff;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px;padding:24px 28px}.pf-hero-company{color:#ffffffb3;font-size:11px;font-weight:600;letter-spacing:.08em;margin:0 0 4px;text-transform:uppercase}.pf-hero-formtitle{color:#fff;font-size:22px;font-weight:700;margin:0 0 6px}.pf-hero-desc{color:#ffffffbf;font-size:13px;margin:0}.pf-hero-icon{align-items:center;background:#ffffff26;border-radius:14px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.pf-hero-icon svg{color:#fff;height:30px;width:30px}.pf-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;margin-bottom:20px;overflow:hidden}.pf-card-header{align-items:center;background:#fafbfd;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:16px 20px}.pf-card-header-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.pf-card-header-icon svg{height:18px;width:18px}.pf-card-header-icon.blue{background:#eff6ff;color:#2563eb}.pf-card-header-icon.green{background:#f0fdf4;color:#16a34a}.pf-card-header-icon.purple{background:#faf5ff;color:#7c3aed}.pf-card-header-icon.amber{background:#fffbeb;color:#d97706}.pf-card-header-icon.rose{background:#fff1f2;color:#e11d48}.pf-card-header-icon.teal{background:#f0fdfa;color:#0d9488}.pf-card-title{color:#0f172a;font-size:14px;font-weight:700;margin:0 0 2px}.pf-card-subtitle{color:#94a3b8;font-size:12px;margin:0}.pf-card-body{padding:20px}.pf-grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.pf-grid-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.pf-grid-4{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr 1fr}.pf-col-span-2{grid-column:span 2}.pf-col-span-3{grid-column:span 3}.pf-col-span-full{grid-column:1/-1}.pf-field{display:flex;flex-direction:column;gap:5px}.pf-label{color:#475569;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.pf-required{color:#ef4444;margin-left:2px}.pf-input,.pf-select,.pf-textarea{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#0f172a;font-family:inherit;font-size:14px;padding:10px 13px;transition:border-color .15s,box-shadow .15s;width:100%}.pf-input:focus,.pf-select:focus,.pf-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.pf-input::placeholder,.pf-textarea::placeholder{color:#cbd5e1}.pf-input:disabled,.pf-select:disabled,.pf-textarea:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.pf-input.error,.pf-select.error,.pf-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.pf-input--readonly{background:#f8fafc;color:#334155;font-weight:600}.pf-textarea{line-height:1.5;min-height:90px;resize:vertical}.pf-select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.pf-error-msg{align-items:center;color:#ef4444;display:flex;font-size:11px;font-weight:500;gap:4px}.pf-leave-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-top:4px}.pf-leave-card{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:8px;justify-content:center;min-height:80px;padding:14px 10px;text-align:center;transition:all .15s}.pf-leave-card:hover{background:#f8faff;border-color:#93c5fd;color:#1d4ed8}.pf-leave-card.selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;color:#1d4ed8}.pf-leave-card.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.pf-leave-icon{font-size:22px;line-height:1}.pf-days-badge{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:10px;color:#fff;display:flex;flex-direction:column;justify-content:center;min-width:100px;padding:14px;text-align:center}.pf-days-num{font-size:32px;font-weight:800;line-height:1}.pf-days-label{font-size:11px;font-weight:600;letter-spacing:.06em;margin-top:4px;opacity:.85;text-transform:uppercase}.pf-date-row{grid-gap:16px;align-items:end;display:grid;gap:16px;grid-template-columns:1fr 1fr auto}@media (max-width:640px){.pf-date-row{grid-template-columns:1fr}}.pf-info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;display:flex;font-size:13px;gap:12px;padding:12px 14px}.pf-info-box svg{flex-shrink:0;height:16px;margin-top:1px;width:16px}.pf-warn-box{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#92400e;display:flex;font-size:13px;gap:12px;padding:12px 14px}.pf-warn-box svg{flex-shrink:0;height:16px;margin-top:1px;width:16px}.pf-divider{background:#f1f5f9;height:1px;margin:16px 0}.pf-leg{border:1.5px solid #e2e8f0;border-radius:10px;margin-bottom:14px;overflow:hidden}.pf-leg-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px 16px}.pf-leg-title{color:#334155;font-size:13px;gap:8px}.pf-leg-num,.pf-leg-title{align-items:center;display:flex;font-weight:700}.pf-leg-num{background:#1e40af;border-radius:50%;color:#fff;flex-shrink:0;font-size:11px;height:22px;justify-content:center;width:22px}.pf-leg-body{padding:16px}.pf-leg-remove{align-items:center;background:none;border:none;border-radius:5px;color:#94a3b8;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 8px;transition:all .15s}.pf-leg-remove:hover{background:#fff1f2;color:#ef4444}.pf-leg-remove:disabled{cursor:not-allowed;opacity:.3}.pf-leg-remove svg{height:14px;width:14px}.pf-mode-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.pf-mode-card{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:500;gap:5px;padding:10px 8px;text-align:center;transition:all .15s}.pf-mode-card:hover{background:#f8faff;border-color:#93c5fd;color:#1d4ed8}.pf-mode-card.selected{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.pf-mode-card.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.pf-mode-icon{font-size:20px}.pf-cost-summary{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:10px;color:#fff;display:flex;gap:16px;justify-content:space-between;padding:18px 22px}.pf-cost-summary-label{color:#fff9;font-size:13px;font-weight:500}.pf-cost-summary-amount{color:#fff;font-size:28px;font-weight:800}.pf-cost-summary-sub{color:#ffffff80;font-size:11px;margin-top:2px}.pf-expense-table-wrap{border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.pf-expense-table{border-collapse:collapse;font-size:13px;width:100%}.pf-expense-table thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pf-expense-table thead th{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.05em;padding:11px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.pf-expense-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s}.pf-expense-table tbody tr:hover{background:#fafbfd}.pf-expense-table tbody tr:last-child{border-bottom:none}.pf-expense-table tbody td{padding:8px 12px;vertical-align:middle}.pf-expense-table tfoot tr{background:#f8fafc;border-top:2px solid #e2e8f0}.pf-expense-table tfoot td{font-weight:700;padding:12px}.pf-table-sno{color:#94a3b8;font-size:12px;font-weight:700;text-align:center;width:44px}.pf-table-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;color:#0f172a;font-family:inherit;font-size:13px;padding:7px 10px;transition:border-color .15s;width:100%}.pf-table-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a;outline:none}.pf-table-input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.pf-table-input.error{border-color:#ef4444}.pf-table-input--right{text-align:right}.pf-table-btn-remove{align-items:center;background:#f1f5f9;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:flex;height:30px;justify-content:center;margin:auto;transition:all .15s;width:30px}.pf-table-btn-remove:hover{background:#fee2e2;color:#ef4444}.pf-table-btn-remove:disabled{cursor:not-allowed;opacity:.3}.pf-table-btn-remove svg{height:14px;width:14px}.pf-btn-add-row{align-items:center;background:#0000;border:2px dashed #cbd5e1;border-radius:7px;color:#64748b;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;margin-top:10px;padding:9px 16px;transition:all .15s;width:100%}.pf-btn-add-row:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.pf-btn-add-row svg{height:15px;width:15px}.pf-checkbox-row{align-items:center;cursor:pointer;display:flex;gap:10px}.pf-checkbox-row input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;height:18px;width:18px}.pf-checkbox-label{color:#334155;cursor:pointer;font-size:13px;font-weight:600}.pf-action-bar{align-items:center;background:#fff;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -4px 12px #0000000f;display:flex;gap:10px;justify-content:flex-end;left:0;padding:14px 24px;position:fixed;right:0;z-index:150}.pf-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:600;gap:7px;padding:10px 22px;transition:all .15s;white-space:nowrap}.pf-btn svg{height:16px;width:16px}.pf-btn:disabled{cursor:not-allowed;opacity:.55}.pf-btn-ghost{background:#0000;border:1.5px solid #e2e8f0;color:#475569}.pf-btn-ghost:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pf-btn-outline{background:#fff;border:1.5px solid #2563eb;color:#2563eb}.pf-btn-outline:hover:not(:disabled){background:#eff6ff}.pf-btn-primary{background:#1e40af;border:1.5px solid #1e40af;box-shadow:0 1px 3px #1e40af4d;color:#fff}.pf-btn-primary:hover:not(:disabled){background:#1d4ed8}.pf-btn-success{background:#16a34a;border:1.5px solid #16a34a;color:#fff}.pf-btn-success:hover:not(:disabled){background:#15803d}.pf-success-screen{flex-direction:column;padding:48px 24px;text-align:center}.pf-success-icon,.pf-success-screen{align-items:center;display:flex;justify-content:center}.pf-success-icon{background:#dcfce7;border-radius:50%;height:72px;margin-bottom:20px;width:72px}.pf-success-icon svg{color:#16a34a;height:36px;width:36px}.pf-success-title{color:#0f172a;font-size:20px;font-weight:700;margin:0 0 8px}.pf-success-ref{color:#64748b;font-size:14px;margin:0 0 4px}.pf-success-msg{color:#94a3b8;font-size:13px;margin:0 0 28px}.pf-success-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:28px;max-width:400px;padding:16px 24px;text-align:left;width:100%}.pf-success-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:13px;justify-content:space-between;padding:6px 0}.pf-success-row:last-child{border-bottom:none}.pf-success-row-label{color:#64748b;font-weight:500}.pf-success-row-value{color:#0f172a;font-weight:600}.pf-declaration{background:#fafbfd;border:1px solid #e2e8f0;border-left:4px solid #2563eb;border-radius:0 8px 8px 0;color:#475569;font-size:13px;font-style:italic;line-height:1.6;padding:14px 16px}@media (max-width:900px){.pf-grid-3,.pf-grid-4{grid-template-columns:1fr 1fr}.pf-col-span-3{grid-column:span 2}}@media (max-width:640px){.pf-body{padding:16px 12px 100px}.pf-grid-2,.pf-grid-3,.pf-grid-4{grid-template-columns:1fr}.pf-col-span-2,.pf-col-span-3,.pf-col-span-full{grid-column:span 1}.pf-topbar{padding:0 12px}.pf-hero{align-items:flex-start;flex-direction:column}.pf-hero-icon{display:none}.pf-action-bar{gap:8px;padding:12px 16px}.pf-btn{font-size:13px;padding:9px 14px}.pf-leave-grid{grid-template-columns:repeat(2,1fr)}}*,:after,:before{box-sizing:border-box}.acct-page{background:#f1f5f9;display:flex;flex-direction:column;min-height:100vh}.acct-topbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 4px #00000012;display:flex;gap:16px;height:60px;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:200}.acct-back-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .15s;white-space:nowrap}.acct-back-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.acct-back-btn svg{height:14px;width:14px}.acct-topbar-title{color:#0f172a;font-size:16px;font-weight:700;margin:0}.acct-topbar-sub{color:#94a3b8;font-size:12px}.acct-content{margin:0 auto;max-width:1300px;padding:28px 24px;width:100%}.acct-tabs{display:flex;gap:8px;margin-bottom:20px}.acct-tab-btn{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:10px 20px;transition:all .15s}.acct-tab-btn:hover{background:#f8fafc;border-color:#cbd5e1}.acct-tab-btn.active{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb40;color:#fff}.acct-filter-bar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:14px 18px}.acct-search-wrap{flex:1 1;min-width:200px;position:relative}.acct-search-wrap svg{color:#94a3b8;height:15px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:15px}.acct-search-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;outline:none;padding:8px 12px 8px 36px;transition:border .15s;width:100%}.acct-search-input:focus{background:#fff;border-color:#2563eb}.acct-status-filters{display:flex;gap:6px}.acct-status-btn{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:all .15s}.acct-status-btn:hover{background:#e2e8f0}.acct-status-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.acct-search-btn{background:#1e293b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 18px;transition:background .15s}.acct-search-btn:hover{background:#334155}.acct-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 4px #0000000d;overflow:hidden}.acct-table-wrap{overflow-x:auto}.acct-table{border-collapse:collapse;font-size:13px;width:100%}.acct-table thead tr{background:#f8fafc;border-bottom:1.5px solid #e2e8f0}.acct-table th{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.05em;padding:11px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.acct-table th.right{text-align:right}.acct-table th.center{text-align:center}.acct-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s}.acct-table tbody tr:hover{background:#f8fafc}.acct-table tbody tr:last-child{border-bottom:none}.acct-table td{color:#374151;padding:12px 14px;vertical-align:top}.acct-table td.right{text-align:right}.acct-table td.center{text-align:center}.acct-ref{color:#1d4ed8;font-family:monospace;font-size:12px;font-weight:700}.acct-emp-name{color:#1e293b;font-weight:600;margin-bottom:2px}.acct-emp-email{color:#94a3b8;font-size:11px}.acct-amount{color:#1e293b;font-weight:700;white-space:nowrap}.acct-project{color:#64748b;font-size:12px}.acct-badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;padding:3px 10px;white-space:nowrap}.acct-badge.pending{background:#fef3c7;border-color:#fde68a;color:#b45309}.acct-badge.paid{background:#dbeafe;border-color:#bfdbfe;color:#1d4ed8}.acct-badge.acknowledged{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.acct-pay-detail{color:#64748b;font-size:12px;line-height:1.6}.acct-pay-detail .pay-main{color:#374151;font-weight:500}.acct-pay-detail .pay-mode{color:#94a3b8;text-transform:capitalize}.acct-pay-detail .pay-ack{color:#15803d;font-weight:600}.acct-pay-detail .pay-screenshot{color:#2563eb;cursor:pointer;text-decoration:underline}.acct-pay-btn{background:#2563eb;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:background .15s;white-space:nowrap}.acct-pay-btn:hover{background:#1d4ed8}.acct-empty,.acct-loading{color:#94a3b8;padding:60px 24px;text-align:center}.acct-spinner{animation:acct-spin .7s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#2563eb;display:inline-block;height:32px;margin-bottom:12px;width:32px}@keyframes acct-spin{to{transform:rotate(1turn)}}.acct-toast{border-radius:10px;box-shadow:0 6px 20px #00000026;color:#fff;font-size:13px;font-weight:600;max-width:360px;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:9999}.acct-toast.success{background:#16a34a}.acct-toast.error{background:#dc2626}.acct-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.acct-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:480px;overflow:hidden;width:100%}.acct-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:18px 22px}.acct-modal-header h2{color:#0f172a;font-size:15px;font-weight:700;margin:0}.acct-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:7px;color:#64748b;cursor:pointer;display:flex;height:30px;justify-content:center;transition:background .15s;width:30px}.acct-modal-close:hover{background:#e2e8f0;color:#1e293b}.acct-modal-close svg{height:16px;width:16px}.acct-modal-body{display:flex;flex-direction:column;gap:16px;padding:20px 22px}.acct-modal-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.acct-field label{color:#475569;display:block;font-size:11px;font-weight:700;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.acct-field label .req{color:#ef4444}.acct-input,.acct-select{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:13px;outline:none;padding:9px 12px;transition:border .15s,background .15s;width:100%}.acct-input:focus,.acct-select:focus{background:#fff;border-color:#2563eb}.acct-select{cursor:pointer}.acct-file-label{align-items:center;border:2px dashed #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:13px;gap:10px;padding:11px 14px;transition:border-color .15s,background .15s}.acct-file-label:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.acct-file-label svg{flex-shrink:0;height:18px;width:18px}.acct-file-label span{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acct-modal-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:12px;padding:10px 14px}.acct-modal-footer{align-items:center;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:14px 22px}.acct-btn-cancel{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:9px 20px;transition:all .15s}.acct-btn-cancel:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.acct-btn-submit{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:8px;padding:9px 22px;transition:background .15s}.acct-btn-submit:hover{background:#1d4ed8}.acct-btn-submit:disabled{cursor:not-allowed;opacity:.6}.acct-btn-spinner{animation:acct-spin .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}.mrr-form-page{background:#f9fafb;max-width:100vw;min-height:100vh;overflow-x:hidden}.mrr-form-page *,.mrr-form-page :after,.mrr-form-page :before{box-sizing:border-box}.mrr-form-page fieldset{min-width:0}.mrr-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;padding:16px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.mrr-header h1{color:#111827;font-size:24px;font-weight:600;margin:0}.mrr-container{margin:0 auto;width:100%}.mrr-container,.mrr-form-header{max-width:100%;overflow:hidden;padding:24px}.mrr-form-header{background:#fff;border:2px solid #2563eb;border-radius:8px;box-sizing:border-box;margin-bottom:24px}.company-header{border-bottom:2px solid #e5e7eb;margin-bottom:24px;padding-bottom:16px;text-align:center}.company-header h2{color:#111827;font-size:18px;font-weight:700;margin:0 0 8px;text-transform:uppercase}.company-header h3{color:#2563eb;font-size:16px;font-weight:600;margin:0;text-transform:uppercase}.form-header-grid{display:flex;flex-direction:column;gap:16px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{display:flex;flex-direction:column;min-width:0;overflow:hidden}.form-group label{color:#374151;font-size:13px;font-weight:600;margin-bottom:6px}.form-group input:not([type=radio]):not([type=checkbox]),.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:14px;max-width:100%;padding:10px 12px;transition:all .2s;width:100%}.form-group input[type=checkbox],.form-group input[type=radio]{accent-color:#2563eb;cursor:pointer;height:18px;margin:0;min-width:18px;padding:0;width:auto}.on-hold-persons-list{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-left:24px;max-height:180px;overflow-y:auto;padding:10px 12px}.on-hold-persons-list label{font-weight:500!important;margin-bottom:0!important}.on-hold-persons-list::-webkit-scrollbar{width:8px}.on-hold-persons-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.on-hold-persons-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.on-hold-persons-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.form-group input:not([type=radio]):not([type=checkbox]):focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group input:read-only{background:#f9fafb;color:#6b7280}.form-group input.date-locked{cursor:default;pointer-events:none}.checkbox-label,.form-row-checkbox{align-items:center}.checkbox-label{cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:8px}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.mrr-table-submitter td,.mrr-table-submitter th{min-width:120px;white-space:nowrap}.mrr-table-submitter td:last-child{min-width:60px}.mrr-table-submitter .btn-remove-item{cursor:pointer;pointer-events:auto}.mrr-table-submitter .btn-remove-item:disabled{cursor:not-allowed}.required{color:#ef4444;margin-left:2px}.field-error,input.field-error,select.field-error,textarea.field-error{animation:fieldErrorPulse .6s ease-in-out;background-color:#fef2f2!important;border:2px solid #ef4444!important;box-shadow:0 0 0 3px #ef444426}@keyframes fieldErrorPulse{0%{box-shadow:0 0 0 0 #ef444466}50%{box-shadow:0 0 0 6px #ef444426}to{box-shadow:0 0 0 3px #ef444426}}.mrr-table-container{background:#fff;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:24px;max-width:100%;overflow:hidden;padding:20px}.table-header-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.table-header-actions h3{color:#111827;font-size:16px;font-weight:600;margin:0}.btn-add-item{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s}.btn-add-item:hover{background:#059669}.btn-add-item svg{height:16px;width:16px}.mrr-table-scroll{border:1px solid #e5e7eb;border-radius:6px;max-width:100%;overflow-x:auto;overflow-y:visible}.mrr-table{border-collapse:collapse;font-size:13px;min-width:100%;width:-webkit-max-content;width:max-content}.mrr-table thead{background:#f3f4f6;position:-webkit-sticky;position:sticky;top:0;z-index:10}.mrr-table th{border:1px solid #d1d5db;color:#374151;font-weight:600;min-width:130px;padding:10px 12px;text-align:left;white-space:nowrap}.mrr-table th:first-child{min-width:50px;width:50px}.mrr-table th:last-child{background:#f3f4f6;min-width:60px;position:-webkit-sticky;position:sticky;right:0;width:60px;z-index:11}.mrr-table td{border:1px solid #e5e7eb;padding:6px 8px;vertical-align:top}.mrr-table td:first-child{text-align:center;width:50px}.mrr-table td:last-child{background:#fff;min-width:60px;position:-webkit-sticky;position:sticky;right:0;width:60px;z-index:1}.mrr-table td:last-child,.mrr-table th:last-child{box-shadow:-4px 0 8px #0000000f}.mrr-table td:nth-child(2),.mrr-table td:nth-child(3),.mrr-table th:nth-child(2),.mrr-table th:nth-child(3){min-width:160px}.mrr-table td:nth-child(4),.mrr-table th:nth-child(4){min-width:130px}.mrr-table input,.mrr-table textarea{border:1px solid #d1d5db;border-radius:4px;box-sizing:border-box;color:#111827;font-size:13px;min-width:90px;padding:6px 8px;width:100%}.mrr-table input[type=date]{min-width:140px}.mrr-table input:focus,.mrr-table textarea:focus{border-color:#2563eb;outline:none}.mrr-table input:read-only{background:#f9fafb;color:#6b7280}.mrr-table input[type=number]{text-align:right}.mrr-table textarea{min-height:60px;resize:vertical}.btn-remove-item{align-items:center;background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s}.btn-remove-item:hover:not(:disabled){background:#dc2626}.btn-remove-item:disabled{background:#d1d5db;cursor:not-allowed;opacity:.5}.btn-remove-item svg{height:16px;width:16px}.mrr-form-actions{background:#fff;border:1px solid #e5e7eb;border-radius:8px;bottom:0;box-shadow:0 -4px 6px -1px #0000000d;display:flex;gap:12px;justify-content:flex-end;padding:20px;position:-webkit-sticky;position:sticky}.alert{align-items:center;border-radius:6px;display:flex;font-size:14px;gap:12px;margin-bottom:20px;padding:12px 16px}.alert svg{flex-shrink:0;height:20px;width:20px}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-error svg{color:#dc2626}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert-success svg{color:#22c55e}.btn-back{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s}.btn-back:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.btn-back svg{height:16px;width:16px}.view-only-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;display:inline-block;font-size:13px;font-weight:500;padding:6px 12px}.btn-primary{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.mrr-form-actions .btn-edit-match-back{font-size:14px;font-weight:500;padding:8px 16px}.btn-danger{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.btn-success{background:#16a34a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s}.btn-success:hover:not(:disabled){background:#15803d}.btn-success:disabled{background:#86efac;cursor:not-allowed}.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}.spinner-large{animation:spin .8s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.mrr-container,.mrr-form-header{padding:16px}.company-header h2{font-size:16px}.company-header h3{font-size:14px}.form-row{grid-template-columns:1fr}.mrr-table-container{padding:16px}.mrr-form-actions{flex-direction:column-reverse}.mrr-form-actions button{width:100%}}@media print{.btn-add-item,.btn-remove-item,.mrr-form-actions,.mrr-header{display:none}.mrr-table-scroll{overflow:visible}.mrr-table{font-size:10px}.mrr-table td,.mrr-table th{padding:4px}}.mrr-activity-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:20px;overflow:hidden}.mrr-activity-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;-webkit-user-select:none;user-select:none}.mrr-activity-header:hover{background:#f3f4f6}.mrr-activity-header h3{align-items:center;color:#1f2937;display:flex;font-size:15px;font-weight:600;gap:8px;margin:0}.mrr-activity-chevron{color:#6b7280;transition:transform .2s}.mrr-activity-chevron.open{transform:rotate(180deg)}.mrr-activity-empty,.mrr-activity-loading{color:#6b7280;font-size:14px;padding:24px 20px;text-align:center}.mrr-activity-timeline{padding:20px}.mrr-activity-item{display:flex;gap:14px;padding-bottom:20px;position:relative}.mrr-activity-item:last-child{padding-bottom:0}.mrr-activity-item:not(:last-child):before{background:#e5e7eb;bottom:0;content:"";left:15px;position:absolute;top:32px;width:2px}.mrr-activity-dot{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px;z-index:1}.mrr-activity-dot svg{height:16px;width:16px}.mrr-activity-type-created .mrr-activity-dot{background:#dbeafe;color:#2563eb}.mrr-activity-type-submitted .mrr-activity-dot{background:#fef3c7;color:#d97706}.mrr-activity-type-approval .mrr-activity-dot{background:#d1fae5;color:#059669}.mrr-activity-type-changelog .mrr-activity-dot{background:#f3e8ff;color:#7c3aed}.mrr-activity-type-final .mrr-activity-dot{background:#d1fae5;color:#059669}.mrr-activity-change-reject .mrr-activity-dot,.mrr-activity-item.mrr-activity-type-final:last-child .mrr-activity-dot{background:#fee2e2;color:#dc2626}.mrr-activity-content{flex:1 1;min-width:0;padding-top:4px}.mrr-activity-label{align-items:center;color:#1f2937;display:flex;flex-wrap:wrap;font-size:14px;gap:8px}.mrr-activity-badge{border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.3px;padding:2px 8px;text-transform:uppercase}.mrr-badge-edit{background:#f3e8ff;color:#7c3aed}.mrr-badge-approve{background:#d1fae5;color:#059669}.mrr-badge-reject{background:#fee2e2;color:#dc2626}.mrr-badge-return{background:#fef3c7;color:#d97706}.mrr-activity-change-detail{align-items:center;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;margin-top:4px}.mrr-change-old{background:#fee2e2;color:#991b1b;text-decoration:line-through}.mrr-change-new,.mrr-change-old{border-radius:3px;max-width:200px;overflow:hidden;padding:1px 6px;text-overflow:ellipsis;white-space:nowrap}.mrr-change-new{background:#d1fae5;color:#065f46}.mrr-activity-change-detail svg{color:#9ca3af;flex-shrink:0}.mrr-activity-comments{color:#4b5563;font-size:13px;font-style:italic;margin-top:4px}.mrr-activity-meta{align-items:center;color:#9ca3af;display:flex;font-size:12px;gap:12px;margin-top:4px}.mrr-activity-by{color:#6b7280;font-weight:500}.mrr-activity-date{color:#9ca3af}.attachment-cell{max-width:180px;min-width:120px}.btn-attach{align-items:center;background:#f3f4f6;border:1px dashed #9ca3af;border-radius:4px;color:#4b5563;cursor:pointer;display:inline-flex;justify-content:center;margin-bottom:4px;padding:4px 8px;transition:background .15s,border-color .15s}.btn-attach:hover{background:#e5e7eb;border-color:#6b7280}.attachment-chip{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;display:flex;font-size:11px;gap:4px;margin-top:3px;max-width:170px;padding:2px 6px}.attachment-chip-new{background:#f0fdf4;border-color:#bbf7d0}.attachment-name{color:#2563eb;cursor:pointer;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-chip-new .attachment-name{color:#16a34a;cursor:default}.attachment-remove{background:none;border:none;color:#9ca3af;cursor:pointer;flex-shrink:0;font-size:14px;line-height:1;padding:0 2px}.attachment-remove:hover{color:#ef4444}.attachment-action-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:360px;min-width:280px;padding:24px;text-align:center}.attachment-action-title{color:#1f2937;font-size:15px;font-weight:600;margin:0 0 4px;word-break:break-all}.attachment-action-subtitle{color:#6b7280;font-size:13px;margin:0 0 20px}.attachment-action-buttons{display:flex;gap:12px;justify-content:center;margin-bottom:12px}.btn-attachment-download,.btn-attachment-view{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:10px 20px;transition:background .15s,transform .1s}.btn-attachment-view{background:#eff6ff;color:#2563eb}.btn-attachment-view:hover{background:#dbeafe;transform:translateY(-1px)}.btn-attachment-download{background:#f0fdf4;color:#16a34a}.btn-attachment-download:hover{background:#dcfce7;transform:translateY(-1px)}.btn-attachment-cancel{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:13px;padding:4px 12px}.btn-attachment-cancel:hover{color:#4b5563}.file-preview-modal{background:#fff;border-radius:12px;box-shadow:0 25px 60px #0006;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:90vw}.file-preview-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 20px}.file-preview-header h4{color:#1f2937;flex:1 1;font-size:15px;font-weight:600;margin:0 12px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-close{background:none;border:none;color:#9ca3af;cursor:pointer;flex-shrink:0;font-size:24px;line-height:1;padding:0 4px}.file-preview-close:hover{color:#ef4444}.file-preview-body{align-items:center;background:#f9fafb;display:flex;flex:1 1;justify-content:center;min-height:300px;overflow:auto;padding:16px}.file-preview-image{border-radius:4px;max-height:75vh;max-width:100%;object-fit:contain}.file-preview-iframe{border:none;border-radius:4px;height:75vh;width:100%}.file-preview-unsupported{color:#6b7280;padding:40px;text-align:center}.file-preview-unsupported svg{color:#d1d5db;margin-bottom:12px}.file-preview-unsupported p{font-size:14px;margin:0 0 16px}.info-tooltip-wrap{margin-left:6px;position:relative;vertical-align:middle}.info-tooltip-icon,.info-tooltip-wrap{align-items:center;display:inline-flex}.info-tooltip-icon{color:#2563eb;cursor:help;flex-shrink:0;font-size:12px;font-style:italic;font-weight:600;height:14px;justify-content:center;-webkit-user-select:none;user-select:none;width:14px}.info-tooltip-icon:hover{color:#1d4ed8}.info-tooltip-popover{max-width:280px;min-width:180px;overflow:visible;position:absolute;white-space:normal;z-index:10000}.info-tooltip-arrow{background:#fff;border-bottom:1px solid #e5e7eb;border-left:1px solid #e5e7eb;box-shadow:-2px 2px 4px #0000000f;height:12px;left:-6px;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg);width:12px}.info-tooltip-arrow-top{border:1px solid #e5e7eb;border-bottom:none;border-left:none;box-shadow:2px -2px 4px #0000000f;left:50%;top:-6px;transform:translateX(-50%) rotate(45deg)}.info-tooltip-content{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #0000001f;color:#374151;font-size:13px;line-height:1.5;overflow:visible;padding:12px 14px;position:relative}.mrr-table th .info-tooltip-wrap{margin-left:4px;vertical-align:-2px}
/*# sourceMappingURL=main.072f7a53.css.map*/