body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}body{background:#f4f7fc}.login-container{align-items:center;background:linear-gradient(135deg,#eef2ff,#f8fafc 55%,#eef6ff);display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.login-container:before{height:500px;left:-150px;top:-150px;width:500px}.login-container:after,.login-container:before{background:#2563eb0f;border-radius:50%;content:"";position:absolute}.login-container:after{bottom:-120px;height:400px;right:-120px;width:400px}.login-card{background:#fff;border:1px solid #eef0f4;border-radius:20px;box-shadow:0 20px 45px #0f172a14;padding:45px 35px;width:420px;z-index:10}.login-card h2{color:#0f172a;font-size:34px;font-weight:700;margin-bottom:35px;text-align:center}form{display:flex;flex-direction:column}input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:15px;margin-bottom:18px;outline:none;padding:15px 18px;transition:.2s;width:100%}input::placeholder{color:#94a3b8}input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.login-container button{background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:15px;transition:.3s;width:100%}.login-container button:hover{background:#1d4ed8;transform:translateY(-2px)}.login-container button:active{transform:scale(.98)}.demo-users{background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;margin-top:30px;padding:18px}.demo-users h4{color:#0f172a;margin-bottom:12px;text-align:center}.demo-users p{color:#475569;font-size:14px;margin:8px 0}.demo-users span{color:#0f172a;font-weight:700}.forgot-password-link{margin-top:18px;text-align:center}.forgot-password-link a{color:#2563eb;font-size:14px;font-weight:500;text-decoration:none}.forgot-password-link a:hover{text-decoration:underline}.forgot-password-inline{margin-bottom:20px;margin-top:-10px;text-align:right}.forgot-password-inline a{color:#2563eb;font-size:13px;font-weight:500;text-decoration:none}.forgot-password-inline a:hover{text-decoration:underline}.form-hint{color:#64748b}.form-error,.form-hint{font-size:13px;margin-bottom:16px;text-align:center}.form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;padding:10px 14px}@media (max-width:480px){.login-card{padding:30px 22px;width:92%}.login-card h2{font-size:28px}}.pwd-input-wrap{position:relative;width:100%}.pwd-input-wrap .pwd-input{box-sizing:border-box;padding-right:44px!important;width:100%!important}.pwd-toggle-btn,.pwd-toggle-btn:active,.pwd-toggle-btn:focus,.pwd-toggle-btn:hover{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important}.pwd-toggle-btn{align-items:center;background:#0000!important;border:none!important;border-radius:50%;color:#94a3b8!important;cursor:pointer;display:flex;height:30px!important;justify-content:center;margin:0!important;padding:0!important;transition:color .15s ease,background-color .15s ease;width:30px!important}.pwd-toggle-btn svg{stroke:currentColor;color:inherit;display:block;height:18px!important;width:18px!important}.pwd-toggle-btn:hover{background-color:#2563eb14!important;color:#2563eb!important}.admin-layout{background:#f6f7fb;color:#0f172a;display:flex;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.admin-sidebar{background:#eceef1;border-right:1px solid #dde1e6;color:#0f172a;display:flex;flex-direction:column;height:100vh;justify-content:space-between;min-width:264px;position:sticky;top:0;width:264px}.admin-sidebar-header{align-items:center;border-bottom:1px solid #dde1e6;display:flex;gap:12px;padding:26px 22px 24px}.admin-brand-mark{align-items:center;background:linear-gradient(135deg,#4f7cff,#2563eb);border-radius:10px;box-shadow:0 6px 14px #2563eb47;color:#fff;display:flex;font-size:17px;font-weight:700;height:38px;justify-content:center;min-width:38px;width:38px}.admin-sidebar-header h2{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:.01em;margin:0}.admin-sidebar-header p{color:#6b7280;font-size:12px;font-weight:500;margin:2px 0 0}.admin-nav{flex:1 1;overflow-y:auto;padding:22px 14px}.admin-nav-section{margin-bottom:26px}.admin-nav-section-title{color:#8a94a3;font-size:10.5px;font-weight:600;letter-spacing:.09em;margin:0 0 10px;padding:0 12px;text-transform:uppercase}.admin-nav-link{align-items:center;border-radius:9px;color:#55606c;display:flex;font-size:14px;font-weight:500;gap:11px;margin-bottom:3px;padding:10px 12px;text-decoration:none;transition:background .15s ease,color .15s ease}.admin-nav-icon{font-size:17px;min-width:17px;opacity:.85}.admin-nav-link:hover{background:#e2e5ea;color:#1f2937}.admin-nav-link.active{background:#dde1e6;border-left:3px solid #2563eb;color:#2563eb;font-weight:700;padding-left:9px}.admin-nav-link.active .admin-nav-icon{color:#2563eb;opacity:1}.admin-nav-group{margin-bottom:3px}.admin-nav-group-toggle{background:#0000;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%}.admin-nav-chevron{font-size:13px;opacity:.7;transition:transform .15s ease}.admin-nav-chevron-open{transform:rotate(180deg)}.admin-nav-submenu{border-left:1.5px solid #dde1e6;display:flex;flex-direction:column;margin:2px 0 4px 20px;padding-left:14px}.admin-nav-submenu .admin-nav-link{font-size:13.5px;padding:8px 12px}.admin-sidebar-footer{border-top:1px solid #dde1e6;padding:18px 18px 22px}.admin-user-card{align-items:center;background:#e2e5ea;border-radius:10px;display:flex;gap:10px;margin-bottom:14px;padding:8px}.admin-user-avatar{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;font-size:13px;font-weight:700;height:34px;justify-content:center;min-width:34px;width:34px}.admin-user-meta{overflow:hidden}.admin-user-email{color:#1f2937;font-size:12.5px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-role{color:#6b7280;font-size:11px;margin:2px 0 0;text-transform:capitalize}.admin-logout-btn{align-items:center;background:#fff;border:1px solid #d3d8de;border-radius:9px;color:#334155;cursor:pointer;display:flex;font-size:13.5px;font-weight:600;gap:8px;justify-content:center;padding:10px;transition:.18s;width:100%}.admin-logout-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.admin-content{flex:1 1;overflow-x:auto;padding:36px 44px}@media (max-width:900px){.admin-layout{flex-direction:column}.admin-sidebar{height:auto;min-width:100%;position:relative;width:100%}.admin-content{padding:24px}}.confirm-dialog-overlay{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1200}.confirm-dialog{background:#fff;border-radius:14px;box-shadow:0 20px 45px #0f172a40;max-width:400px;padding:26px 28px;width:100%}.confirm-dialog h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 10px}.confirm-dialog p{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.confirm-dialog-actions{display:flex;gap:10px;justify-content:flex-end}.confirm-dialog-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease,color .15s ease}.confirm-dialog-btn-cancel:hover:not(:disabled){background:#f8fafc;color:#334155}.confirm-dialog-btn-cancel:disabled{cursor:not-allowed;opacity:.6}.confirm-dialog-btn-primary{background:#2563eb;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.confirm-dialog-btn-primary:hover:not(:disabled){background:#1d4ed8}.confirm-dialog-btn-primary:disabled{background:#93b4f8;cursor:not-allowed}.confirm-dialog-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.confirm-dialog-btn-danger:hover:not(:disabled){background:#b91c1c}.confirm-dialog-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.ah-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.ah-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:30px}.ah-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.ah-page-header p{color:#64748b;font-size:14px;margin:0}.ah-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.ah-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.ah-scope-note{background:#f8fafc;border:1px solid #eef0f4;border-radius:9px;color:#64748b;font-size:13px;margin:0 0 18px;padding:10px 14px}.ah-stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.ah-stats-grid+.ah-scope-note,.ah-stats-grid+.ah-stats-grid{margin-top:18px}.ah-stat-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;overflow:hidden;padding:22px 24px;position:relative}.ah-stat-card:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ah-stat-card .ah-stat-label{color:#94a3b8;font-size:12.5px;font-weight:600;letter-spacing:.04em;margin:0 0 10px;text-transform:uppercase}.ah-stat-card .ah-stat-value{color:#0f172a;font-size:32px;font-weight:800;letter-spacing:-.02em;margin:0}.ah-stat-card.ah-submitted_awaiting_l1:before{background:#7c3aed}.ah-stat-card.ah-awaiting_l1_feedback:before{background:#c026d3}.ah-stat-card.ah-submitted_awaiting_l2:before{background:#0d9488}.ah-stat-card.ah-awaiting_l2_feedback:before{background:#0891b2}.ah-stat-card.ah-ongoing:before,.ah-stat-card.ah-open:before{background:#3b82f6}.ah-stat-card.ah-completed:before{background:#16a34a}.ah-stat-card.ah-overdue:before{background:#dc2626}.ah-stat-card.ah-closed:before{background:#f59e0b}.ah-stat-card.ah-hold:before{background:#d85a30}.ah-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-top:24px}.ah-potential-sales-card{margin-top:18px}.ah-charts-grid-compare{grid-template-columns:repeat(2,minmax(320px,1fr))}.ah-chart-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.ah-chart-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 20px}.ah-chart-card-clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.ah-chart-card-clickable:hover{border-color:#bfdbfe}.ah-chart-card-clickable:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.ah-stat-card-clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.ah-stat-card-clickable:hover{border-color:#bfdbfe;transform:translateY(-1px)}.ah-stat-card-clickable:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.ah-chart-card-active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f,0 8px 20px #0f172a08}.ah-scope-header{margin-bottom:14px}.ah-scope-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0}.ah-bar-chart{display:flex;flex-direction:column;gap:16px}.ah-bar-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:170px 1fr 44px}.ah-bar-row .ah-bar-label{color:#475569;font-size:12.5px;font-weight:600;word-break:break-word}.ah-bar-track{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden;position:relative}.ah-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%;left:0;position:absolute;top:0;transition:width .4s ease}.ah-bar-fill-overlay{background:linear-gradient(90deg,#16a34a,#15803d);z-index:1}.ah-bar-row .ah-bar-value{color:#0f172a;font-size:13px;font-weight:700;text-align:right}.ah-activity-section{margin-top:24px}.ah-activity-title{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 4px}.ah-activity-subtitle{color:#64748b;font-size:13.5px;margin:0 0 16px}.ah-postings-section{margin-top:24px}.ah-postings-title{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 4px}.ah-postings-subtitle{color:#64748b;font-size:13.5px;margin:0 0 16px}.ah-postings-table-wrap{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;overflow-x:auto}.ah-postings-table{border-collapse:collapse;font-size:13.5px;width:100%}.ah-postings-table th{background:#fff;border-bottom:1px solid #eef0f4;color:#94a3b8;font-size:12px;font-weight:600;letter-spacing:.03em;padding:14px 18px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.ah-postings-table td{border-bottom:1px solid #f1f5f9;color:#0f172a;padding:14px 18px;vertical-align:middle}.ah-postings-table tr:last-child td{border-bottom:none}.ah-postings-name{display:flex;flex-direction:column}.ah-postings-name-primary{font-weight:600}.ah-postings-name-secondary{color:#64748b;font-size:12px}.ah-postings-badge{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:4px 10px;text-transform:capitalize}.ah-postings-low{background:#f1f5f9;color:#475569}.ah-postings-medium{background:#fef3c7;color:#92400e}.ah-postings-high{background:#fee2e2;color:#b91c1c}.ah-postings-status-ongoing{background:#dbeafe;color:#1e40af}.ah-postings-status-completed{background:#dcfce7;color:#166534}.ah-postings-status-overdue{background:#fee2e2;color:#b91c1c}.ah-postings-status-closed{background:#fef3c7;color:#92400e}.dc-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:32px}.dc-svg{flex-shrink:0}.dc-svg circle{transition:stroke-dasharray .4s ease,stroke-dashoffset .4s ease}.dc-total-value{fill:#0f172a;font-size:26px;font-weight:800}.dc-total-label,.dc-total-value{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dc-total-label{fill:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:.06em}.dc-legend{display:flex;flex:1 1;flex-direction:column;list-style:none;margin:0;min-width:200px;padding:0}.dc-legend-item{border-bottom:1px solid #f1f5f9;padding:10px 0}.dc-legend-item:last-child{border-bottom:none;padding-bottom:0}.dc-legend-item:first-child{padding-top:0}.dc-legend-row{font-size:13.5px;gap:12px;justify-content:space-between;margin-bottom:7px}.dc-legend-left,.dc-legend-row{align-items:center;display:flex}.dc-legend-left{gap:9px;min-width:0}.dc-legend-dot{border-radius:50%;height:9px;min-width:9px;width:9px}.dc-legend-label{color:#475569;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dc-legend-stats{font-feature-settings:"tnum";align-items:baseline;display:flex;flex-shrink:0;font-variant-numeric:tabular-nums;gap:7px}.dc-legend-value{color:#0f172a;font-weight:700;min-width:18px;text-align:right}.dc-legend-pct{color:#94a3b8;font-size:12px;font-weight:600;min-width:34px;text-align:right}.dc-legend-track{background:#f1f5f9;border-radius:999px;height:5px;overflow:hidden;position:relative}.dc-legend-fill{border-radius:999px;height:100%;left:0;position:absolute;top:0;transition:width .4s ease}.opn-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;flex-shrink:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:100%;padding:16px 18px;width:300px}.opn-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.opn-header h3{color:#0f172a;font-size:14px;font-weight:700;margin:0}.opn-view-all{color:#2563eb;font-size:11.5px;font-weight:600;text-decoration:none;white-space:nowrap}.opn-view-all:hover{text-decoration:underline}.opn-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:12px;font-weight:500;margin:0 0 10px;padding:8px 10px}.opn-empty-state{color:#94a3b8;font-size:12.5px;margin:0;padding:10px 0;text-align:center}.opn-list{display:flex;flex-direction:column;gap:8px;max-height:260px;overflow-y:auto}.opn-note{align-items:center;background:#fbfcfe;border:1px solid #eef0f4;border-radius:9px;display:flex;gap:10px;justify-content:space-between;padding:9px 10px;transition:opacity .15s ease}.opn-note-busy{opacity:.5}.opn-note-text{color:#1e293b;flex:1 1;font-size:12.5px;line-height:1.45;margin:0;min-width:0;white-space:pre-wrap;word-break:break-word}.opn-note-tick{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;cursor:pointer;display:inline-flex!important;flex-shrink:0;height:24px;justify-content:center;min-width:24px;transition:background-color .15s ease,border-color .15s ease;width:24px}.opn-note-tick svg{display:block;height:14px!important;width:14px!important}.opn-note-tick:hover:not(:disabled){background:#16a34a;border-color:#16a34a;color:#fff}.opn-note-tick:disabled{cursor:not-allowed;opacity:.5}.pgn-bar{align-items:center;border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:16px;padding-top:14px}.pgn-summary{color:#94a3b8;font-size:12.5px;font-weight:600;white-space:nowrap}.pgn-controls{align-items:center;display:flex;gap:4px;margin-left:auto}.pgn-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;height:32px;justify-content:center;min-width:32px;padding:0 8px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.pgn-btn:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.pgn-btn:disabled{color:#cbd5e1;cursor:not-allowed}.pgn-page-active{background:#2563eb;border-color:#2563eb;color:#fff}.pgn-page-active:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;color:#fff!important}.pgn-ellipsis{color:#94a3b8;font-size:13px;padding:0 4px}.usr-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.usr-page-header{margin-bottom:30px}.usr-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.usr-page-header p{color:#64748b;font-size:14px;margin:0}.usr-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.usr-message.usr-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.usr-message.usr-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.usr-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.usr-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.usr-card-header-actions{align-items:center;display:flex;gap:14px}.usr-card-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0;white-space:nowrap}.usr-btn-register{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s ease;white-space:nowrap;width:fit-content}.usr-btn-register:hover{background:#e0e7ff}.usr-btn-register svg{display:block;height:15px;width:15px}.usr-form{background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;margin-bottom:24px;padding:22px 24px}.usr-form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:20px}.usr-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.usr-form input,.usr-form select{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.usr-form input:focus,.usr-form select:focus{border-color:#4f46e5;box-shadow:0 0 0 3.5px #4f46e51f}.usr-form input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.usr-form-role{margin-bottom:22px;max-width:260px}.usr-form-actions{align-items:center;display:flex;gap:6px}.usr-btn-primary{background:#4f46e5;border:none;border-radius:9px;box-shadow:0 4px 12px #4f46e547;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.usr-btn-primary:hover:not(:disabled){background:#4338ca;transform:translateY(-1px)}.usr-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.usr-btn-cancel{background:none;border:none;color:#64748b;cursor:pointer;font-size:13.5px;font-weight:600;padding:11px 6px}.usr-btn-cancel:hover:not(:disabled){color:#334155}.usr-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.usr-table{border-collapse:collapse;min-width:420px;width:100%}.usr-table th,.usr-table thead{background:#f8fafc}.usr-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.usr-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:12px 16px;vertical-align:middle}.usr-table tbody tr:last-child td{border-bottom:none}.usr-table tbody tr:hover{background:#fafbfc}.usr-name-cell{align-items:center;color:#0f172a;display:flex;font-weight:600;gap:11px}.usr-email-cell{color:#64748b}.usr-role-pill{background:#f1f5f9;border-radius:999px;color:#334155;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px}.usr-role-pill.usr-role-admin{background:#ede9fe;color:#5b21b6}.usr-role-pill.usr-role-teamleader{background:#dbeafe;color:#1e40af}.usr-role-pill.usr-desig-sales{background:#dcfce7;color:#166534}.usr-role-pill.usr-desig-operations{background:#fef3c7;color:#92400e}.usr-role-pill.usr-desig-both{background:#ede9fe;color:#5b21b6}.usr-role-pill.usr-desig-admin{background:#f1f5f9;color:#475569}.usr-actions{align-items:center;display:flex;gap:10px}.usr-icon-btn{align-items:center;background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;color:#64748b!important;cursor:pointer;display:inline-flex!important;flex:0 0 auto;height:38px!important;justify-content:center;min-width:38px;padding:0!important;transition:background-color .15s ease,border-color .15s ease;width:38px!important}.usr-icon-btn svg{stroke:currentColor;color:inherit;display:block;height:17px!important;width:17px!important}.usr-icon-btn:hover{background-color:#f8fafc!important;border-color:#cbd5e1!important}.usr-icon-btn.usr-danger{color:#dc2626!important}.usr-icon-btn.usr-danger:hover{background-color:#fef2f2!important;border-color:#fca5a5!important}.usr-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.usr-th-filterable,.usr-th-inner{position:relative}.usr-th-inner{display:inline-block}.usr-th-filter-btn{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;font:inherit;gap:5px;letter-spacing:inherit;margin:0;padding:0;text-transform:inherit}.usr-th-filter-btn svg{color:#94a3b8;flex:0 0 auto}.usr-th-filter-btn:hover,.usr-th-filter-btn:hover svg{color:#334155}.usr-th-filter-btn.usr-th-filter-active,.usr-th-filter-btn.usr-th-filter-active svg{color:#4f46e5}.usr-filter-popover{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 20px #0f172a1a;left:0;letter-spacing:normal;margin-top:8px;min-width:170px;padding:10px;position:absolute;text-transform:none;top:100%;z-index:50}.usr-filter-option{align-items:center;border-radius:6px;color:#334155;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:9px;padding:6px 4px}.usr-filter-option:hover{background:#f8fafc}.usr-filter-option input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;height:14px;width:14px}.usr-filter-empty{color:#94a3b8;font-size:12.5px;margin:4px}.usr-filter-clear{background:none;border:none;border-top:1px solid #f1f5f9;color:#4f46e5;cursor:pointer;font-size:12.5px;font-weight:700;margin-top:6px;padding:7px 4px 2px;text-align:left;width:100%}.usr-filter-clear:hover{color:#4338ca}.usr-modal-overlay{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.usr-modal{background:#fff;border-radius:14px;box-shadow:0 20px 45px #0f172a40;max-width:400px;padding:26px 28px;width:100%}.usr-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 10px}.usr-modal p{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.usr-modal-actions{display:flex;gap:10px;justify-content:flex-end}.usr-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.usr-btn-danger:hover:not(:disabled){background:#b91c1c}.usr-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.cc-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.cc-page-header{margin-bottom:30px}.cc-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.cc-page-header p{color:#64748b;font-size:14px;margin:0}.cc-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.cc-message.cc-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.cc-message.cc-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.cc-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;margin-bottom:24px;padding:26px 28px}.cc-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 20px}.cc-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.cc-card-header h3{margin:0;white-space:nowrap}.cc-btn-add{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s ease;white-space:nowrap;width:fit-content}.cc-btn-add:hover{background:#e0e7ff}.cc-btn-add svg{display:block;height:15px;width:15px}.cc-form{grid-gap:20px;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px;padding:22px 24px}.cc-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.cc-form input,.cc-form select,.cc-form textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.cc-form textarea{min-height:88px;resize:vertical}.cc-form input:focus,.cc-form select:focus,.cc-form textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.cc-full-width{grid-column:1/-1}.cc-address-block .cc-section-label{margin-bottom:10px}.cc-address-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.cc-form-actions{border-top:1px solid #f1f5f9;display:flex;grid-column:1/-1;justify-content:flex-end;margin-top:4px;padding-top:18px}.cc-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.cc-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.cc-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.cc-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.cc-table{border-collapse:collapse;min-width:480px;width:100%}.cc-table th,.cc-table thead{background:#f8fafc}.cc-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.cc-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.cc-table tbody tr:last-child td{border-bottom:none}.cc-table tbody tr:hover{background:#f8fafc}.cc-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.cc-name-cell{align-items:center;display:flex;gap:11px}.cc-name-text{display:flex;flex-direction:column;gap:2px}.cc-name-primary{color:#0f172a;font-weight:600}.cc-name-secondary{color:#94a3b8;font-size:12px}.cc-badge{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:4px 11px}.cc-type-business{background:#eef2ff;color:#4338ca}.cc-type-individual{background:#f0f9ff;color:#0369a1}.cc-status-active{background:#f0fdf4;color:#15803d}.cc-status-inactive{background:#fef2f2;color:#b91c1c}.cc-actions{align-items:center;display:flex;gap:12px}.cc-icon-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#475569;cursor:pointer;display:inline-flex;flex:0 0 auto;height:44px;justify-content:center;min-width:44px;transition:background-color .15s ease,border-color .15s ease;width:44px}.cc-icon-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#2563eb}.cc-icon-btn svg{stroke-width:2.25;display:block;height:20px;width:20px}.cc-icon-btn.cc-danger{color:#dc2626}.cc-icon-btn.cc-danger:hover{background-color:#fef2f2;border-color:#fca5a5}.cc-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.cc-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-height:85vh;max-width:520px;overflow-y:auto;padding:28px;width:100%}.cc-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 18px}.cc-modal-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:18px}.cc-modal-label{color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.05em;margin:0 0 4px;text-transform:uppercase}.cc-modal-value{color:#1e293b;font-size:13.5px;margin:0 0 14px;word-break:break-word}.cc-modal-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px}.cc-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.cc-btn-cancel:hover{background:#f8fafc}.cc-confirm-modal{max-width:400px}.cc-confirm-text{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.cc-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.cc-btn-danger:hover:not(:disabled){background:#b91c1c}.cc-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.req-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.req-page-header{margin-bottom:30px}.req-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.req-page-header p{color:#64748b;font-size:14px;margin:0}.req-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.req-message.req-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.req-message.req-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.req-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;margin-bottom:24px;padding:26px 28px}.req-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 20px}.req-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.req-card-header h3{margin:0;white-space:nowrap}.req-btn-add{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s ease;white-space:nowrap;width:fit-content}.req-btn-add:hover{background:#e0e7ff}.req-btn-add svg{display:block;height:15px;width:15px}.req-form{grid-gap:20px;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px;padding:22px 24px}.req-form .req-full-width{grid-column:1/-1}.req-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.req-field-hint{color:#94a3b8;font-size:11.5px;font-weight:500;line-height:1.4;margin:6px 0 0}.req-form input,.req-form select,.req-form textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.req-form textarea{min-height:90px;resize:vertical}.req-form input:focus,.req-form select:focus,.req-form textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.req-form-actions{border-top:1px solid #f1f5f9;display:flex;grid-column:1/-1;justify-content:flex-end;margin-top:4px;padding-top:18px}.req-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.req-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.req-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.req-filters{align-items:flex-end;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px;padding:16px 18px}.req-filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.req-filter-group label{color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.req-filter-group input[type=text],.req-filter-group select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:9px 12px}.req-filter-group input[type=text]:focus,.req-filter-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.req-btn-clear-filters{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;height:fit-content;padding:9px 16px;transition:background-color .15s ease}.req-btn-clear-filters:hover{background:#f1f5f9}.req-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.req-table{border-collapse:collapse;min-width:720px;width:100%}.req-table th,.req-table thead{background:#f8fafc}.req-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.req-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.req-table tbody tr:last-child td{border-bottom:none}.req-table tbody tr:hover{background:#f8fafc}.req-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.req-name-cell{align-items:center;display:flex;gap:11px}.req-name-text{display:flex;flex-direction:column;gap:2px}.req-name-primary{color:#0f172a;font-weight:600}.req-name-secondary{color:#94a3b8;font-size:12px}.req-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;text-transform:capitalize}.req-badge.req-low{background:#f1f5f9;color:#334155}.req-badge.req-medium{background:#fef3c7;color:#92400e}.req-badge.req-high{background:#fee2e2;color:#991b1b}.req-badge.req-ongoing{background:#dbeafe;color:#1e40af}.req-badge.req-completed{background:#dcfce7;color:#166534}.req-badge.req-overdue{background:#fee2e2;color:#991b1b}.req-badge.req-closed{background:#ffedd5;color:#c2410c}.req-badge.req-state-live{background:#dcfce7;color:#166534}.req-badge.req-state-closed{background:#f1f5f9;color:#475569}.req-actions{align-items:center;display:flex;gap:12px}.req-icon-btn{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#475569;cursor:pointer;display:inline-flex;flex:0 0 auto;height:44px;justify-content:center;min-width:44px;transition:background-color .15s ease,border-color .15s ease;width:44px}.req-icon-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#2563eb}.req-icon-btn svg{stroke-width:2.25;display:block;height:20px;width:20px}.req-icon-btn.req-danger{color:#dc2626}.req-icon-btn.req-danger:hover{background-color:#fef2f2;border-color:#fca5a5}.req-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.req-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-height:85vh;max-width:520px;overflow-y:auto;padding:28px;width:100%}.req-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 18px}.req-modal-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:18px}.req-modal-label{color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.05em;margin:0 0 4px;text-transform:uppercase}.req-modal-value{color:#1e293b;font-size:13.5px;margin:0 0 14px;text-transform:capitalize;word-break:break-word}.req-positions-card{background:#f8fafc;border:1px solid #eef0f4;border-radius:10px;margin-bottom:14px;padding:14px 16px}.req-positions-row{align-items:center;color:#475569;display:flex;font-size:13.5px;justify-content:space-between;padding:6px 0}.req-positions-row strong{color:#0f172a;font-weight:700}.req-positions-row.req-positions-total{border-top:1px solid #e2e8f0;color:#0f172a;font-weight:600;margin-top:4px;padding-top:10px}.req-modal-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px}.req-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.req-btn-cancel:hover{background:#f8fafc}.req-confirm-modal{max-width:400px}.req-confirm-text{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.req-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.req-btn-danger:hover:not(:disabled){background:#b91c1c}.req-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.atk-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.atk-page-header{align-items:center;display:flex;gap:16px;margin-bottom:24px}.atk-page-header-icon{align-items:center;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:14px;box-shadow:0 8px 20px #2563eb40;color:#fff;display:inline-flex;height:52px;justify-content:center;min-width:52px;width:52px}.atk-page-header h1{color:#0f172a;font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.atk-page-header p{color:#64748b;font-size:14px;margin:0}.atk-filter-row{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px}.atk-filter-row .atk-period-filter{margin-bottom:0}.atk-select{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#334155;font-family:inherit;font-size:13.5px;font-weight:600;min-width:200px;outline:none;padding:10px 16px}.atk-select:focus{border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.atk-period-filter{align-items:center;background:#f1f5f9;border-radius:11px;display:inline-flex;gap:4px;margin-bottom:20px;padding:4px;width:fit-content}.atk-period-btn{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px;transition:background-color .15s ease,color .15s ease}.atk-period-btn:hover{color:#334155}.atk-period-btn.active{background:#fff;box-shadow:0 1px 2px #0f172a14;color:#2563eb}.atk-summary-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:22px}.atk-summary-tile{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:6px;padding:18px 20px}.atk-summary-value{color:#0f172a;font-size:24px;font-weight:800;letter-spacing:-.02em}.atk-summary-label{color:#64748b;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.atk-summary-tile.atk-summary-accent .atk-summary-value{color:#2563eb}.atk-summary-tile.atk-summary-warn .atk-summary-value{color:#b45309}.atk-summary-tile.atk-summary-good .atk-summary-value{color:#15803d}.atk-summary-tile.atk-summary-bad .atk-summary-value{color:#b91c1c}.atk-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.atk-message.atk-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.atk-card{background:#fff;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.atk-card,.atk-group{border:1px solid #eef0f4}.atk-group{background:#fbfcfe;border-radius:14px;margin-bottom:26px;padding:20px 22px}.atk-group:last-child{margin-bottom:0}.atk-group-title{align-items:center;display:flex;gap:12px;margin:0 0 16px}.atk-group-title-text{color:#0f172a;font-size:15px;font-weight:700}.atk-group-avatar{align-items:center;background:#eef2ff;border-radius:10px;color:#4f46e5;display:inline-flex;font-size:13px;font-weight:800;height:34px;justify-content:center;min-width:34px;width:34px}.atk-group-count{background:#eef0f4;border-radius:999px;color:#64748b;font-size:11.5px;font-weight:700;margin-left:auto;padding:4px 11px;white-space:nowrap}.atk-group .atk-table-wrap{background:#fff;border:1px solid #eef0f4;border-radius:10px}.atk-subgroup-title{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.04em;margin:18px 0 10px;text-transform:uppercase}.atk-group .atk-table-wrap+.atk-subgroup-title{margin-top:22px}.atk-name-cell{align-items:center;display:flex;gap:11px}.atk-name-avatar{align-items:center;background:#eef2ff;border-radius:10px;color:#4f46e5;display:inline-flex;font-size:12.5px;font-weight:800;height:34px;justify-content:center;min-width:34px;width:34px}.atk-name-text{display:flex;flex-direction:column;gap:2px;min-width:0}.atk-name-primary{color:#0f172a;font-weight:600;white-space:nowrap}.atk-name-secondary{color:#94a3b8;font-size:12px;white-space:nowrap}.atk-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.atk-table{border-collapse:collapse;min-width:1240px;width:100%}.atk-table th,.atk-table thead{background:#f8fafc}.atk-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:16px 22px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.atk-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:14px;padding:18px 22px;vertical-align:middle}.atk-table td:first-child,.atk-table th:first-child{min-width:170px}.atk-table td:nth-child(2),.atk-table th:nth-child(2){min-width:220px}.atk-table td:nth-child(3),.atk-table th:nth-child(3){min-width:110px}.atk-table td:nth-child(4),.atk-table td:nth-child(5),.atk-table th:nth-child(4),.atk-table th:nth-child(5){min-width:150px}.atk-table td:nth-child(6),.atk-table th:nth-child(6){min-width:130px}.atk-table td:nth-child(7),.atk-table th:nth-child(7){min-width:140px}.atk-table td:nth-child(8),.atk-table th:nth-child(8){min-width:120px}.atk-table td:nth-child(9),.atk-table th:nth-child(9){min-width:140px}.atk-table tbody tr:last-child td{border-bottom:none}.atk-table tbody tr:hover{background:#f8fafc}.atk-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.atk-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;text-transform:capitalize}.atk-badge.atk-low{background:#f1f5f9;color:#334155}.atk-badge.atk-medium{background:#fef3c7;color:#92400e}.atk-badge.atk-high{background:#fee2e2;color:#991b1b}.atk-badge.atk-ongoing{background:#dbeafe;color:#1e40af}.atk-badge.atk-completed{background:#dcfce7;color:#166534}.atk-badge.atk-overdue{background:#fee2e2;color:#991b1b}.atk-badge.atk-closed{background:#ffedd5;color:#c2410c}.atk-badge.atk-state-live{background:#dcfce7;color:#166534}.atk-badge.atk-assignment-assigned,.atk-badge.atk-state-closed{background:#f1f5f9;color:#475569}.atk-badge.atk-assignment-in_progress{background:#fef3c7;color:#92400e}.atk-badge.atk-assignment-completed{background:#dcfce7;color:#166534}.atk-of-required{color:#94a3b8;font-size:12px}.atk-status-cell{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.atk-pending-chip{align-items:center;background:#fef3c7;border-radius:999px;color:#92400e;display:inline-flex;font-size:10.5px;font-weight:700;gap:5px;padding:4px 10px;white-space:nowrap}.atk-detail-sub{color:#64748b;font-size:13px;margin:0 0 18px}.atk-detail-row{background:#f8fafc;border:1px solid #f1f5f9;border-radius:9px;margin-bottom:16px;padding:10px 14px}.atk-detail-key{color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.atk-detail-value{color:#1e293b;font-size:13.5px;line-height:1.5;margin:4px 0 0;white-space:pre-wrap}.atk-detail-doc-grid{grid-gap:12px 20px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:9px;display:grid;gap:12px 20px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:18px;padding:12px 14px}.atk-detail-doc-grid>div{display:flex;flex-direction:column;gap:5px}.atk-doc-link{align-items:center;color:#2563eb;display:inline-flex;font-size:13px;font-weight:600;gap:6px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.atk-doc-link:hover{text-decoration:underline}.atk-doc-link svg{flex-shrink:0}.atk-doc-missing{color:#94a3b8;font-size:13px}.mom-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.mom-page-header{margin-bottom:28px}.mom-back-link{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;margin-bottom:12px;padding:0}.mom-back-link:hover{color:#0f172a}.mom-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.mom-page-header p{color:#64748b;font-size:14px;margin:0}.mom-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.mom-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.mom-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.mom-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.mom-search-input{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;box-sizing:border-box;color:#0f172a;flex:1 1 200px;font-family:inherit;font-size:13.5px;max-width:280px;min-width:200px;outline:none;padding:10px 14px}.mom-search-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.mom-filter-select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;box-sizing:border-box;color:#0f172a;flex:1 1 200px;font-family:inherit;font-size:13.5px;max-width:280px;min-width:160px;outline:none;padding:10px 14px}.mom-filter-select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.mom-filter-bar .mom-btn-cancel{flex:0 0 auto}.mom-filter-count{color:#94a3b8;flex:0 0 auto;font-size:12.5px;font-weight:600;margin-left:auto;white-space:nowrap}.mom-list-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.mom-tab-bar{border-bottom:1px solid #eef0f4;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px;padding-bottom:4px}.mom-tab{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:8px 8px 0 0;bottom:-1px;color:#64748b;cursor:pointer;font-size:13.5px;font-weight:600;padding:9px 16px;position:relative;transition:color .15s ease,background-color .15s ease,border-color .15s ease;white-space:nowrap}.mom-tab:hover{background:#f8fafc;color:#1d4ed8}.mom-tab.mom-tab-active{background:#eff6ff;border-bottom-color:#2563eb;color:#2563eb}.mom-subtitle{color:#64748b;font-size:13px;margin:0 0 18px}.mom-btn-link{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#2563eb;cursor:pointer;font-size:12.5px;font-weight:600;padding:8px 14px;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.mom-btn-link:hover{background-color:#eff6ff;border-color:#93c5fd}.mom-list-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.mom-list-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0}.mom-btn-add{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;margin-left:auto;padding:9px 18px;transition:background .15s ease;white-space:nowrap;width:fit-content}.mom-btn-add:hover{background:#e0e7ff}.mom-btn-add svg{display:block;height:15px;width:15px}.mom-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.mom-message.mom-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.mom-message.mom-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.mom-form{grid-gap:20px;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px;padding:22px 24px}.mom-form .mom-full-width{grid-column:1/-1}.mom-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.mom-required{color:#dc2626;font-weight:700}.mom-hint{color:#64748b;font-size:12px;margin:4px 0 0}.mom-form input,.mom-form select,.mom-form textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.mom-form textarea{min-height:90px;resize:vertical}.mom-form input:focus,.mom-form select:focus,.mom-form textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.mom-form-actions{border-top:1px solid #f1f5f9;display:flex;gap:6px;grid-column:1/-1;justify-content:flex-end;margin-top:4px;padding-top:18px}.mom-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.mom-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.mom-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.mom-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.mom-btn-cancel:hover{background:#f8fafc}.mom-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.mom-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.mom-table{border-collapse:collapse;min-width:960px;width:100%}.mom-table th,.mom-table thead{background:#f8fafc}.mom-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.mom-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.mom-th-sortable:hover{color:#2563eb}.mom-sort-arrow{color:#2563eb;font-size:10px}.mom-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.mom-table tbody tr:last-child td{border-bottom:none}.mom-table tbody tr:hover{background:#f8fafc}.mom-names-cell,.mom-notes-cell{color:#475569;max-width:220px;white-space:normal}.mom-names-cell{align-items:center;display:inline-flex;gap:6px}.mom-names-cell .mom-icon-btn svg{height:18px;width:18px}.mom-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.mom-cat-onboarding{background:#dcfce7;color:#166534}.mom-cat-offboarding{background:#fee2e2;color:#991b1b}.mom-cat-interview{background:#dbeafe;color:#1e40af}.mom-cat-open_position{background:#fef3c7;color:#92400e}.mom-cat-open_point{background:#ffedd5;color:#c2410c}.mom-cat-linkedin_post{background:#e0e7ff;color:#4338ca}.mom-cat-plain_area{background:#f1f5f9;color:#334155}.mom-status-pending{background:#f1f5f9;color:#475569}.mom-status-scheduled{background:#dbeafe;color:#1e40af}.mom-status-in_progress{background:#fef3c7;color:#92400e}.mom-status-submitted_awaiting_l1{background:#ede9fe;color:#6d28d9}.mom-status-awaiting_l1_feedback{background:#fae8ff;color:#a21caf}.mom-status-submitted_awaiting_l2{background:#ccfbf1;color:#0f766e}.mom-status-awaiting_l2_feedback{background:#cffafe;color:#0e7490}.mom-status-selected{background:#dcfce7;color:#166534}.mom-status-on_hold{background:#ffedd5;color:#c2410c}.mom-status-rejected{background:#fee2e2;color:#991b1b}.mom-status-completed{background:#e0e7ff;color:#4338ca}.mom-status-open{background:#dbeafe;color:#1e40af}.mom-status-closed{background:#fee2e2;color:#991b1b}.mom-status-onboarded{background:#dcfce7;color:#166534}.mom-status-hold{background:#ffedd5;color:#c2410c}.mom-priority-low{background:#f1f5f9;color:#475569}.mom-priority-medium{background:#fef3c7;color:#92400e}.mom-priority-high{background:#fee2e2;color:#b91c1c}.mom-priority-very_high{background:#7f1d1d;color:#fecaca}.mom-sla-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:5px;margin-bottom:6px;padding:3px 9px;white-space:nowrap}.mom-sla-chip.mom-sla-countdown{background:#eff6ff;color:#1d4ed8}.mom-sla-chip.mom-sla-breached{animation:mom-sla-pulse 1.6s ease-in-out infinite;background:#fee2e2;color:#b91c1c}@keyframes mom-sla-pulse{0%,to{opacity:1}50%{opacity:.55}}.mom-actions{align-items:center;display:flex;gap:10px}.mom-icon-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#2563eb;cursor:pointer;display:inline-flex!important;flex:0 0 auto;height:48px;justify-content:center;min-width:48px;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:48px}.mom-icon-btn svg{stroke-width:2.25;height:26px!important;width:26px!important}.mom-icon-btn:hover{background-color:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.mom-icon-btn.mom-danger{border-color:#e2e8f0;color:#dc2626}.mom-icon-btn.mom-danger:hover{background-color:#fef2f2;border-color:#fca5a5;color:#b91c1c}.mom-modal-overlay{align-items:center;animation:mom-fade-in .15s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}@keyframes mom-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mom-modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mom-modal{animation:mom-modal-in .18s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a47;max-height:90vh;max-width:440px;overflow-y:auto;padding:28px;width:100%}.mom-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 12px}.mom-modal.mom-modal-form{display:flex;flex-direction:column;max-width:640px;overflow:hidden;padding:0}.mom-modal-header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;flex:0 0 auto;gap:16px;justify-content:space-between;padding:22px 28px}.mom-modal-header h4{color:#0f172a;font-size:17px;font-weight:700;margin:0}.mom-modal-subtitle{color:#94a3b8;font-size:12.5px;font-weight:500;margin:3px 0 0}.mom-modal-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;flex:0 0 auto;font-size:18px;height:32px;justify-content:center;line-height:1;transition:background-color .15s ease,color .15s ease;width:32px}.mom-modal-close:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.mom-modal-close:disabled{cursor:not-allowed;opacity:.5}.mom-modal-message{margin:18px 28px 0}.mom-modal-form .mom-form{background:#0000;border:none;border-radius:0;display:flex;flex:1 1;flex-direction:column;margin:0;min-height:0;padding:0}.mom-modal-form .mom-form-body{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));min-height:0;overflow-y:auto;padding:24px 28px}.mom-modal-form .mom-form-actions{background:#fff;border-top:1px solid #f1f5f9;flex:0 0 auto;grid-column:unset;margin:0;padding:16px 28px}.mom-confirm-text{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.mom-modal-actions{display:flex;gap:10px;justify-content:flex-end}.mom-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.mom-btn-danger:hover:not(:disabled){background:#b91c1c}.mom-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.mom-list-header-actions{align-items:center;display:flex;gap:10px;margin-left:auto}.mom-list-header-actions .mom-btn-add{margin-left:0}.mom-btn-approvals{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.mom-btn-approvals:hover{background:#f8fafc;border-color:#cbd5e1}.mom-approvals-badge{background:#dc2626;color:#fff;height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 5px}.mom-approvals-badge,.mom-pending-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700}.mom-pending-badge{background:#fffbeb;border:1px solid #fde68a;color:#92400e;gap:5px;padding:5px 10px;white-space:nowrap}.mom-icon-btn:disabled{background-color:initial;border-color:#e2e8f0;color:inherit;cursor:not-allowed;opacity:.45}.mom-modal-approvals{max-width:620px}.mom-approvals-empty{align-items:center;display:flex;flex-direction:column;gap:14px;padding:12px 28px 40px;text-align:center}.mom-approvals-empty-icon{align-items:center;background:#ecfdf5;border-radius:999px;color:#059669;display:flex;height:52px;justify-content:center;width:52px}.mom-approvals-empty h5{color:#0f172a;font-size:15px;font-weight:700;margin:0}.mom-approvals-empty p{color:#64748b;font-size:13px;line-height:1.6;margin:0;max-width:360px}.mom-approvals-list{display:flex;flex-direction:column;gap:16px;padding:20px 28px 28px}.mom-approval-card{border:1px solid #eef0f4;border-radius:12px;padding:16px 18px}.mom-approval-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:12px}.mom-approval-card-header strong{color:#0f172a;font-size:14px;margin-right:8px}.mom-badge-neutral{background:#eef2ff;color:#4338ca}.mom-approval-requested-by{color:#64748b;font-size:12px}.mom-approval-diff{border-collapse:collapse;margin-bottom:4px;width:100%}.mom-approval-diff td{font-size:12.5px;padding:5px 0;vertical-align:top}.mom-approval-diff-label{color:#64748b;font-weight:600;width:34%}.mom-approval-diff-from{color:#94a3b8;text-decoration:line-through;width:28%}.mom-approval-diff-arrow{color:#94a3b8;text-align:center;width:6%}.mom-approval-diff-to{color:#0f172a;font-weight:600}.aop-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.aop-page-header{margin-bottom:24px}.aop-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.aop-page-header p{color:#64748b;font-size:14px;margin:0}.aop-card,.aop-list-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;margin-bottom:20px;padding:24px 26px}.aop-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:16px;padding:11px 16px}.aop-message.aop-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.aop-form{display:flex;flex-direction:column}.aop-textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;min-height:80px;outline:none;padding:13px 14px;resize:vertical;width:100%}.aop-textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.aop-form-actions{display:flex;justify-content:flex-end;margin-top:12px}.aop-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background .15s ease}.aop-btn-primary:hover:not(:disabled){background:#1d4ed8}.aop-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.aop-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.aop-list-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0}.aop-open-count{background:#eff6ff;border-radius:999px;color:#2563eb;font-size:12px;font-weight:700;padding:4px 10px}.aop-empty-state{color:#94a3b8;font-size:13.5px;margin:0;padding:20px 0;text-align:center}.aop-notes-list{display:flex;flex-direction:column;gap:12px}.aop-note-card{align-items:flex-start;background:#fbfcfe;border:1px solid #eef0f4;border-radius:12px;display:flex;gap:14px;justify-content:space-between;padding:16px 18px}.aop-note-card.aop-completed{background:#f8fafc}.aop-note-card.aop-completed .aop-note-text{color:#94a3b8;text-decoration:line-through}.aop-note-body{flex:1 1;min-width:0}.aop-note-text{color:#1e293b;font-size:14px;line-height:1.55;margin:0 0 6px;white-space:pre-wrap;word-break:break-word}.aop-note-time{color:#94a3b8;font-size:11.5px;font-weight:500;margin:0}.aop-note-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.aop-badge{border-radius:999px;font-size:11px;font-weight:700;padding:4px 10px;white-space:nowrap}.aop-badge-open{background:#dbeafe;color:#1e40af}.aop-badge-completed{background:#dcfce7;color:#166534}.aop-icon-btn{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex!important;flex-shrink:0;height:32px;justify-content:center;min-width:32px;transition:background-color .15s ease,border-color .15s ease;width:32px}.aop-icon-btn svg{display:block;height:16px!important;width:16px!important}.aop-icon-btn:disabled{cursor:not-allowed;opacity:.5}.aop-icon-complete{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.aop-icon-complete:hover:not(:disabled){background:#dcfce7;border-color:#86efac}.aop-icon-reopen{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.aop-icon-reopen:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.aop-icon-delete{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.aop-icon-delete:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.rpt-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.rpt-page-header{border-bottom:1px solid #eef0f4;margin-bottom:32px;padding-bottom:20px}.rpt-page-header h1{color:#0f172a;font-size:26px;font-weight:700;letter-spacing:-.015em;margin:0 0 6px}.rpt-page-header p{color:#64748b;font-size:14px;margin:0}.rpt-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.rpt-teams-stack{display:flex;flex-direction:column;gap:40px}.rpt-team-section{border-left:3px solid #0000;padding-left:20px}.rpt-team-section.rpt-team-sales{border-left-color:#2563eb}.rpt-team-section.rpt-team-contract{border-left-color:#7c3aed}.rpt-team-heading{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:18px}.rpt-team-eyebrow{color:#94a3b8;display:block;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:4px}.rpt-team-sales .rpt-team-eyebrow{color:#2563eb}.rpt-team-contract .rpt-team-eyebrow{color:#7c3aed}.rpt-team-heading h2{color:#0f172a;font-size:19px;font-weight:700;letter-spacing:-.01em;margin:0}.rpt-team-count-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#475569;flex-shrink:0;font-size:12px;font-weight:600;padding:5px 14px;white-space:nowrap}.rpt-kpi-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:18px}.rpt-kpi-tile{background:#fff;border:1px solid #eef0f4;border-radius:12px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:16px 18px}.rpt-kpi-label{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.05em;margin:0 0 8px;text-transform:uppercase}.rpt-kpi-value{color:#0f172a;font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0}.rpt-team-sales .rpt-kpi-tile-accent{background:#eff6ff;border-color:#bfdbfe}.rpt-team-sales .rpt-kpi-tile-accent .rpt-kpi-value{color:#1d4ed8}.rpt-team-contract .rpt-kpi-tile-accent{background:#f5f3ff;border-color:#ddd6fe}.rpt-team-contract .rpt-kpi-tile-accent .rpt-kpi-value{color:#6d28d9}.rpt-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.rpt-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:18px}.rpt-bar-chart{display:flex;flex-direction:column;gap:16px}.rpt-bar-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:170px 1fr 44px}.rpt-bar-row .rpt-bar-label{color:#475569;font-size:12.5px;font-weight:600;word-break:break-word}.rpt-bar-track{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden}.rpt-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%;transition:width .4s ease}.rpt-team-contract .rpt-bar-fill{background:linear-gradient(90deg,#a78bfa,#7c3aed)}.rpt-bar-row .rpt-bar-value{color:#0f172a;font-size:13px;font-weight:700;text-align:right}.rpt-card h3{color:#0f172a;font-size:15px;font-weight:700;margin:0 0 20px}.rpt-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.rpt-table{border-collapse:collapse;min-width:560px;width:100%}.rpt-table th,.rpt-table thead{background:#f8fafc}.rpt-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.rpt-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.rpt-table tbody tr:last-child td{border-bottom:none}.rpt-table tbody tr:hover{background:#f8fafc}.rpt-rate-pill{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;display:inline-block;font-size:12px;font-weight:700;padding:3px 10px}.rpt-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.rpt-hint-text{color:#94a3b8;font-size:12.5px;margin-top:16px}.ana-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.ana-page-header{border-bottom:1px solid #eef0f4;margin-bottom:32px;padding-bottom:20px}.ana-page-header h1{color:#0f172a;font-size:26px;font-weight:700;letter-spacing:-.015em;margin:0 0 6px}.ana-page-header p{color:#64748b;font-size:14px;margin:0}.ana-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.ana-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;margin-bottom:24px;padding:26px 28px}.ana-company-card{text-align:left}.ana-empty-state{color:#94a3b8;font-size:13.5px;padding:24px 0;text-align:center}.ana-team-heading{margin-bottom:18px}.ana-team-eyebrow{color:#94a3b8;display:block;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:4px}.ana-team-eyebrow-company{color:#475569}.ana-team-heading h3{color:#0f172a;font-size:17px;font-weight:700;letter-spacing:-.01em;margin:0}.ana-teams-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.ana-team-panel{background:#fff;border:1px solid #eef0f4;border-radius:14px;border-top:3px solid #0000;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.ana-team-panel.ana-team-sales{border-top-color:#2563eb}.ana-team-panel.ana-team-contract{border-top-color:#7c3aed}.ana-team-sales .ana-team-eyebrow{color:#2563eb}.ana-team-contract .ana-team-eyebrow{color:#7c3aed}.ana-kpi-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:22px}.ana-kpi-tile{background:#f8fafc;border:1px solid #eef0f4;border-radius:10px;padding:14px 16px}.ana-kpi-label{color:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:.05em;margin:0 0 6px;text-transform:uppercase}.ana-kpi-value{color:#0f172a;font-size:21px;font-weight:800;letter-spacing:-.02em;margin:0}.ana-team-sales .ana-kpi-tile-accent{background:#eff6ff;border-color:#bfdbfe}.ana-team-sales .ana-kpi-tile-accent .ana-kpi-value{color:#1d4ed8}.ana-team-contract .ana-kpi-tile-accent{background:#f5f3ff;border-color:#ddd6fe}.ana-team-contract .ana-kpi-tile-accent .ana-kpi-value{color:#6d28d9}.ana-team-subcard{border-top:1px solid #f1f5f9;margin-top:22px;padding-top:22px}.ana-team-subcard:first-of-type{border-top:none;margin-top:0;padding-top:0}.ana-team-subcard h4{color:#334155;font-size:13px;font-weight:700;margin:0 0 16px}.ana-bar-chart{display:flex;flex-direction:column;gap:16px}.ana-bar-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:170px 1fr 44px}.ana-bar-row .ana-bar-label{color:#475569;font-size:12.5px;font-weight:600;word-break:break-word}.ana-bar-track{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden;position:relative}.ana-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%;left:0;position:absolute;top:0;transition:width .4s ease}.ana-bar-fill-overlay{background:linear-gradient(90deg,#16a34a,#15803d);z-index:1}.ana-team-contract .ana-bar-fill-overlay{background:linear-gradient(90deg,#34d399,#059669)}.ana-bar-row .ana-bar-value{color:#0f172a;font-size:13px;font-weight:700;text-align:right}.kpi-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.kpi-page-header{margin-bottom:22px}.kpi-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0}.kpi-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.kpi-toolbar{flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:28px}.kpi-period-bar,.kpi-toolbar{align-items:center;display:flex}.kpi-period-bar{gap:14px}.kpi-quarter-group{background:#f1f5f9;border-radius:10px;display:inline-flex;gap:2px;padding:4px}.kpi-quarter-btn{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-size:13px;font-weight:700;padding:8px 18px;transition:background .15s ease,color .15s ease}.kpi-quarter-btn:hover{color:#0f172a}.kpi-quarter-btn.active{background:#fff;box-shadow:0 1px 2px #0f172a14;color:#2563eb}.kpi-year-select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:600;padding:9px 14px}.kpi-summary-strip{display:flex;flex-wrap:wrap;gap:10px}.kpi-summary-tile{align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:12px;box-shadow:0 1px 2px #0f172a08;display:flex;gap:10px;padding:9px 16px}.kpi-summary-tile-accent{background:#f0fdf4;border-color:#bbf7d0}.kpi-summary-icon{align-items:center;background:#f1f5f9;border-radius:8px;color:#475569;display:flex;flex-shrink:0;height:26px;justify-content:center;width:26px}.kpi-summary-tile-accent .kpi-summary-icon{background:#dcfce7;color:#16a34a}.kpi-summary-label{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.05em;margin:0 0 2px;text-transform:uppercase}.kpi-summary-value{color:#0f172a;font-size:16px;font-weight:800;letter-spacing:-.01em;margin:0}.kpi-sections-stack{display:flex;flex-direction:column;gap:36px}.kpi-section{border-left:3px solid #0000;padding-left:20px}.kpi-section.kpi-section-tl{border-left-color:#2563eb}.kpi-section.kpi-section-emp{border-left-color:#7c3aed}.kpi-section-heading{align-items:center;display:flex;gap:12px;margin-bottom:16px}.kpi-section-icon{align-items:center;background:#eff6ff;border-radius:10px;color:#2563eb;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.kpi-section-emp .kpi-section-icon{background:#f5f3ff;color:#7c3aed}.kpi-section-eyebrow{color:#94a3b8;display:block;font-size:11px;font-weight:800;letter-spacing:.12em;margin-bottom:2px}.kpi-section-tl .kpi-section-eyebrow{color:#2563eb}.kpi-section-emp .kpi-section-eyebrow{color:#7c3aed}.kpi-section-heading h2{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0}.kpi-section-count-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#475569;flex-shrink:0;font-size:12px;font-weight:600;margin-left:auto;padding:5px 14px;white-space:nowrap}.kpi-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.kpi-hint-text{color:#94a3b8;font-size:12.5px;margin:-6px 0 12px}.kpi-empty-state{color:#94a3b8;font-size:13.5px;padding:24px 0;text-align:center}.kpi-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.kpi-table{border-collapse:collapse;min-width:640px;width:100%}.kpi-table th,.kpi-table thead{background:#f8fafc}.kpi-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.kpi-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:12px 16px;vertical-align:middle}.kpi-table tbody tr:last-child td{border-bottom:none}.kpi-table tbody tr:hover{background:#f8fafc}.kpi-person-cell{gap:12px}.kpi-avatar,.kpi-person-cell{align-items:center;display:flex}.kpi-avatar{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:50%;color:#1d4ed8;flex-shrink:0;font-size:13px;font-weight:800;height:34px;justify-content:center;width:34px}.kpi-person-name{color:#0f172a;font-weight:600}.kpi-person-email{color:#94a3b8;font-size:12px;margin-top:1px}.kpi-positions-done{color:#0f172a;font-weight:700}.kpi-target-input{border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:13px;font-weight:600;padding:7px 10px;width:90px}.kpi-target-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1f;outline:none}.kpi-achieved{align-items:center;display:flex;gap:10px;min-width:180px}.kpi-progress-track{background:#f1f5f9;border-radius:999px;flex:1 1;height:8px;min-width:90px;overflow:hidden}.kpi-progress-fill{border-radius:999px;height:100%;transition:width .4s ease}.kpi-rate-pill{align-items:center;border-radius:999px;display:inline-flex;flex-shrink:0;font-size:12px;font-weight:700;gap:4px;padding:3px 10px;white-space:nowrap}.kpi-rate-pill.kpi-rate-good{background:#dcfce7;color:#15803d}.kpi-progress-fill.kpi-rate-good{background:linear-gradient(90deg,#4ade80,#16a34a)}.kpi-rate-pill.kpi-rate-mid{background:#dbeafe;color:#1d4ed8}.kpi-progress-fill.kpi-rate-mid{background:linear-gradient(90deg,#60a5fa,#2563eb)}.kpi-rate-pill.kpi-rate-warn{background:#fef3c7;color:#92400e}.kpi-progress-fill.kpi-rate-warn{background:linear-gradient(90deg,#fbbf24,#d97706)}.kpi-rate-pill.kpi-rate-low{background:#fee2e2;color:#b91c1c}.kpi-progress-fill.kpi-rate-low{background:linear-gradient(90deg,#f87171,#dc2626)}.kpi-no-target{color:#94a3b8;font-size:12.5px;font-style:italic}.kpi-save-btn{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:700;gap:5px;padding:7px 16px;transition:background .15s ease,opacity .15s ease;white-space:nowrap}.kpi-save-btn:hover:not(:disabled){background:#dbeafe}.kpi-save-btn:disabled{cursor:default;opacity:.5}.kpi-save-btn-done{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.tl-layout{background:#f6f7fb;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.tl-layout,.tl-sidebar{color:#0f172a;display:flex}.tl-sidebar{background:#eceef1;border-right:1px solid #dde1e6;flex-direction:column;height:100vh;justify-content:space-between;min-width:264px;position:sticky;top:0;width:264px}.tl-sidebar-header{align-items:center;border-bottom:1px solid #dde1e6;display:flex;gap:12px;padding:26px 22px 24px}.tl-brand-mark{align-items:center;background:linear-gradient(135deg,#4f7cff,#2563eb);border-radius:10px;box-shadow:0 6px 14px #2563eb47;color:#fff;display:flex;font-size:17px;font-weight:700;height:38px;justify-content:center;min-width:38px;width:38px}.tl-sidebar-header h2{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:.01em;margin:0}.tl-sidebar-header p{color:#6b7280;font-size:12px;font-weight:500;margin:2px 0 0}.tl-nav{flex:1 1;overflow-y:auto;padding:22px 14px}.tl-nav-section{margin-bottom:26px}.tl-nav-section-title{color:#8a94a3;font-size:10.5px;font-weight:600;letter-spacing:.09em;margin:0 0 10px;padding:0 12px;text-transform:uppercase}.tl-nav-link{align-items:center;border-radius:9px;color:#55606c;display:flex;font-size:14px;font-weight:500;gap:11px;margin-bottom:3px;padding:10px 12px;text-decoration:none;transition:background .15s ease,color .15s ease}.tl-nav-icon{font-size:17px;min-width:17px;opacity:.85}.tl-nav-link:hover{background:#e2e5ea;color:#1f2937}.tl-nav-link.active{background:#dde1e6;border-left:3px solid #2563eb;color:#2563eb;font-weight:700;padding-left:9px}.tl-nav-link.active .tl-nav-icon{color:#2563eb;opacity:1}.tl-nav-link-frozen{color:#b3b9c2;cursor:not-allowed;-webkit-user-select:none;user-select:none}.tl-nav-link-frozen .tl-nav-icon{opacity:.4}.tl-nav-link-frozen:hover{background:#0000;color:#b3b9c2}.tl-nav-lock-icon{font-size:12px;margin-left:auto;opacity:.6}.tl-nav-group-toggle{background:#0000;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%}.tl-nav-chevron{font-size:13px;margin-left:auto;opacity:.6;transition:transform .15s ease}.tl-nav-chevron-open{transform:rotate(180deg)}.tl-nav-submenu{border-left:1.5px solid #dde1e6;display:flex;flex-direction:column;margin:2px 0 4px 20px;padding-left:14px}.tl-nav-submenu .tl-nav-link{font-size:13.5px;padding:8px 12px}.tl-sidebar-footer{border-top:1px solid #dde1e6;padding:18px 18px 22px}.tl-user-card{background:#e2e5ea;border-radius:10px;gap:10px;margin-bottom:14px;padding:8px}.tl-user-avatar,.tl-user-card{align-items:center;display:flex}.tl-user-avatar{background:#2563eb;border-radius:50%;color:#fff;font-size:13px;font-weight:700;height:34px;justify-content:center;min-width:34px;width:34px}.tl-user-email,.tl-user-meta{overflow:hidden}.tl-user-email{color:#1f2937;font-size:12.5px;font-weight:600;margin:0;text-overflow:ellipsis;white-space:nowrap}.tl-user-role{color:#6b7280;font-size:11px;margin:2px 0 0;text-transform:capitalize}.tl-logout-btn{align-items:center;background:#fff;border:1px solid #d3d8de;border-radius:9px;color:#334155;cursor:pointer;display:flex;font-size:13.5px;font-weight:600;gap:8px;justify-content:center;padding:10px;transition:.18s;width:100%}.tl-logout-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.tl-content{flex:1 1;overflow-x:auto;padding:36px 44px}@media (max-width:900px){.tl-layout{flex-direction:column}.tl-sidebar{height:auto;min-width:100%;position:relative;width:100%}.tl-content{padding:24px}}.tld-page-header{margin-bottom:28px}.tld-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.tld-page-header p{color:#64748b;font-size:14px;margin:0}.tld-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.tld-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.tld-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.tld-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.tld-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.tld-fixed-scope-badge{background:#f1f5f9;border-radius:9px;color:#475569;display:inline-block;font-size:13.5px;font-weight:600;margin-bottom:22px;padding:9px 16px}.tld-fixed-scope-badge strong{color:#2563eb}.tld-scope-note{background:#f8fafc;border:1px solid #eef0f4;border-radius:9px;color:#64748b;font-size:13px;margin:0 0 18px;padding:10px 14px}.tld-stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.tld-stat-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:22px 24px}.tld-stat-label{color:#94a3b8;font-size:12.5px;font-weight:600;letter-spacing:.04em;margin:0 0 10px;text-transform:uppercase}.tld-stat-value{color:#0f172a;font-size:30px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.tld-stat-sub{font-size:13px;font-weight:600;margin:0}.tld-sub-muted{color:#64748b}.tld-sub-good{color:#16a34a}.tld-sub-bad{color:#dc2626}.tld-stat-card.tld-tm-card{cursor:pointer;overflow:hidden;position:relative;transition:transform .15s ease,box-shadow .15s ease}.tld-stat-card.tld-tm-card:hover{box-shadow:0 4px 10px #0f172a0f,0 12px 24px #0f172a0d;transform:translateY(-2px)}.tld-stat-card.tld-tm-card:before{content:"";height:100%;left:0;position:absolute;top:0;width:4px}.tld-stat-card.tld-tm-open:before{background:#1d4ed8}.tld-stat-card.tld-tm-in_progress:before{background:#f59e0b}.tld-stat-card.tld-tm-submitted_awaiting_l1:before{background:#7c3aed}.tld-stat-card.tld-tm-awaiting_l1_feedback:before{background:#c026d3}.tld-stat-card.tld-tm-submitted_awaiting_l2:before{background:#0d9488}.tld-stat-card.tld-tm-awaiting_l2_feedback:before{background:#0891b2}.tld-stat-card.tld-tm-hold:before{background:#d85a30}.tld-stat-card.tld-tm-closed:before{background:#dc2626}.tld-stat-card.tld-tm-onboarded:before{background:#16a34a}.tld-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-top:24px}.tld-chart-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.tld-chart-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 20px}.tld-bar-chart{display:flex;flex-direction:column;gap:16px}.tld-bar-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:170px 1fr 44px}.tld-bar-row .tld-bar-label{color:#475569;font-size:12.5px;font-weight:600;word-break:break-word}.tld-bar-track{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden}.tld-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%;transition:width .4s ease}.tld-bar-row .tld-bar-value{color:#0f172a;font-size:13px;font-weight:700;text-align:right}.tld-activity-section{margin-top:24px}.tld-activity-title{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 4px}.tld-activity-subtitle{color:#64748b;font-size:13.5px;margin:0 0 16px}.tld-activity-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tld-activity-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:22px 24px}.tld-activity-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.tld-activity-badge{border-radius:999px;font-size:13px;font-weight:700;padding:5px 12px}.tld-activity-sales{background:#eff6ff;color:#2563eb}.tld-activity-operations{background:#ecfdf5;color:#16a34a}.tld-activity-count{color:#94a3b8;font-size:12.5px;font-weight:600}.tld-activity-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.tld-activity-stat-value{color:#0f172a;font-size:22px;font-weight:800;letter-spacing:-.02em;margin:0 0 4px}.tld-activity-stat-label{color:#94a3b8;font-size:11.5px;font-weight:600;letter-spacing:.03em;margin:0;text-transform:uppercase}.tlt-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tlt-page-header{margin-bottom:30px}.tlt-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.tlt-page-header p{color:#64748b;font-size:14px;margin:0}.tlt-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.tlt-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.tlt-card-header h3{color:#0f172a;font-size:15.5px;margin:0}.tlt-btn-add,.tlt-card-header h3{font-weight:700;white-space:nowrap}.tlt-btn-add{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;font-size:13.5px;gap:8px;padding:9px 18px;transition:background .15s ease;width:fit-content}.tlt-btn-add:hover{background:#e0e7ff}.tlt-btn-add svg{display:block;height:15px;width:15px}.tlt-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.tlt-message.tlt-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.tlt-message.tlt-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.tlt-form{grid-gap:20px;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px;padding:22px 24px}.tlt-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.tlt-form select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.tlt-form select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.tlt-form-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;grid-column:1/-1;justify-content:flex-end;margin-top:4px;padding-top:18px}.tlt-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.tlt-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.tlt-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.tlt-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:11px 22px;transition:background-color .15s ease}.tlt-btn-cancel:hover{background:#f8fafc}.tlt-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.tlt-table{border-collapse:collapse;min-width:560px;width:100%}.tlt-table th,.tlt-table thead{background:#f8fafc}.tlt-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.tlt-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.tlt-table tbody tr:last-child td{border-bottom:none}.tlt-table tbody tr:hover{background:#f8fafc}.tlt-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.tlt-name-cell{align-items:center;display:flex;gap:11px}.tlt-name-text{display:flex;flex-direction:column;gap:2px}.tlt-name-primary{color:#0f172a;font-weight:600}.tlt-name-secondary{color:#94a3b8;font-size:12px}.tlk-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tlk-page-header{margin-bottom:30px}.tlk-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.tlk-page-header p{color:#64748b;font-size:14px;margin:0}.tlk-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.tlk-message.tlk-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.tlk-message.tlk-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.tlk-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.tlk-card+.tlk-card{margin-top:24px}.tlk-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 20px}.tlk-mom-subtitle{color:#64748b;font-size:13px;margin:-12px 0 18px}.tlk-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.tlk-search-input{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;flex:1 1;font-family:inherit;font-size:13.5px;max-width:360px;min-width:220px;outline:none;padding:10px 14px}.tlk-search-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.tlk-filter-select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:10px 14px}.tlk-filter-select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.tlk-filter-count{color:#94a3b8;font-size:12.5px;font-weight:600;white-space:nowrap}.tlk-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.tlk-table{border-collapse:collapse;min-width:640px;width:100%}.tlk-table th,.tlk-table thead{background:#f8fafc}.tlk-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.tlk-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px;vertical-align:middle}.tlk-table .tlk-col-position{min-width:220px}.tlk-table tbody tr:last-child td{border-bottom:none}.tlk-table tbody tr:hover{background:#f8fafc}.tlk-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.tlk-name-cell{align-items:center;display:flex;gap:11px}.tlk-name-text{display:flex;flex-direction:column;gap:2px}.tlk-name-primary{color:#0f172a;font-weight:600}.tlk-name-secondary{color:#94a3b8;font-size:12px}.tlk-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;text-transform:capitalize}.tlk-badge.tlk-low{background:#f1f5f9;color:#334155}.tlk-badge.tlk-medium{background:#fef3c7;color:#92400e}.tlk-badge.tlk-high{background:#fee2e2;color:#991b1b}.tlk-badge.tlk-ongoing{background:#dbeafe;color:#1e40af}.tlk-badge.tlk-completed{background:#dcfce7;color:#166534}.tlk-badge.tlk-overdue{background:#fee2e2;color:#991b1b}.tlk-badge.tlk-closed{background:#ffedd5;color:#c2410c}.tlk-badge.tlk-state-live{background:#dcfce7;color:#166534}.tlk-badge.tlk-assignment-assigned,.tlk-badge.tlk-state-closed{background:#f1f5f9;color:#475569}.tlk-badge.tlk-assignment-in_progress{background:#fef3c7;color:#92400e}.tlk-badge.tlk-assignment-completed{background:#dcfce7;color:#166534}.tlk-badge.tlk-assignment-open{background:#dbeafe;color:#1d4ed8}.tlk-badge.tlk-assignment-hold{background:#ffe4d6;color:#9a3412}.tlk-badge.tlk-assignment-closed{background:#fee2e2;color:#b91c1c}.tlk-badge.tlk-assignment-onboarded{background:#dcfce7;color:#166534}.tlk-remarks-textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.tlk-remarks-textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.tlk-icon-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;display:inline-flex!important;flex:0 0 auto;height:48px;justify-content:center;min-width:48px;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:48px}.tlk-icon-btn:hover{background-color:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.tlk-icon-btn svg{stroke-width:2.25;display:block;height:26px!important;width:26px!important}.tlk-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.tlk-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-height:85vh;max-width:440px;overflow-y:auto;padding:28px;width:100%}.tlk-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 4px}.tlk-modal-sub{color:#94a3b8;font-size:13px;margin:0 0 20px}.tlk-form-row{margin-bottom:18px}.tlk-form-row label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.tlk-form-row input,.tlk-form-row select,.tlk-form-row textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.tlk-form-row textarea{resize:vertical}.tlk-form-row input:focus,.tlk-form-row select:focus,.tlk-form-row textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.tlk-field-hint{color:#94a3b8;font-size:11.5px;font-weight:500;line-height:1.4;margin:6px 0 0}.tlk-assignees-btn{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;color:#1d4ed8;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:700;gap:7px;padding:7px 14px;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.tlk-assignees-btn:hover{background:#dbeafe;border-color:#93c5fd}.tlk-assignees-btn svg{flex-shrink:0}.tlk-assignee-view-list{display:flex;flex-direction:column;gap:8px;margin:4px 0 6px}.tlk-assignee-view-row{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:11px 14px}.tlk-assignee-view-name{display:flex;flex-direction:column;gap:2px;min-width:0}.tlk-assignee-view-name span:first-child{color:#0f172a;font-size:13.5px;font-weight:700}.tlk-assignee-view-email{color:#94a3b8;font-size:11.5px}.tlk-assignee-view-count{background:#eff6ff;border-radius:999px;color:#2563eb;flex-shrink:0;font-size:12.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.tlk-form-row .tlk-field-hint{margin-bottom:10px}.tlk-assign-empty{color:#94a3b8;font-size:12.5px;margin:0 0 10px}.tlk-assign-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.tlk-assign-row{align-items:center}.tlk-assign-row,.tlk-assign-row-labels{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 112px 112px 42px}.tlk-assign-row-labels{margin-bottom:6px}.tlk-assign-row-labels span{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tlk-assign-row input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.tlk-assign-row input,.tlk-assign-row select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;height:42px;outline:none;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.tlk-assign-row input:focus,.tlk-assign-row select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.tlk-assign-remove{align-items:center;background:#fef2f2;border:1.5px solid #fecaca;border-radius:8px;box-sizing:border-box;color:#dc2626;cursor:pointer;display:inline-flex!important;flex-shrink:0;height:42px;justify-content:center;min-width:42px;transition:background-color .15s ease,border-color .15s ease,transform .1s ease;width:42px}.tlk-assign-remove svg{stroke-width:2.5;display:block;flex-shrink:0;height:20px!important;width:20px!important}.tlk-assign-remove:hover{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.tlk-assign-remove:active{transform:scale(.93)}.tlk-btn-add-row{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:700;gap:6px;padding:7px 14px;transition:background-color .15s ease,border-color .15s ease}.tlk-btn-add-row:hover{background:#eff6ff;border-color:#93c5fd}.tlk-of-required{color:#94a3b8;font-size:12px}.tlk-modal-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px}.tlk-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.tlk-btn-cancel:hover{background:#f8fafc}.tlk-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background .15s ease}.tlk-btn-primary:hover:not(:disabled){background:#1d4ed8}.tlk-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.tlk-pending-section{border-color:#fde68a}.tlk-pending-header{align-items:center;display:flex;gap:10px;margin-bottom:16px}.tlk-pending-header h3{margin:0}.tlk-pending-count{align-items:center;background:#fef3c7;border-radius:999px;color:#92400e;display:inline-flex;font-size:12px;font-weight:800;height:24px;justify-content:center;min-width:24px;padding:0 8px}.tlk-pending-list{display:flex;flex-direction:column;gap:10px}.tlk-pending-row{align-items:center;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:14px 18px}.tlk-pending-info{min-width:200px}.tlk-pending-title{color:#0f172a;font-size:13.5px;font-weight:700;margin:0 0 2px}.tlk-pending-sub{color:#92400e;font-size:12px;margin:0}.tlk-pending-change{display:flex;flex-direction:column;gap:6px}.tlk-pending-change-row{align-items:center;display:flex;gap:8px}.tlk-pending-fulfilled-label{color:#92400e;font-size:11.5px;font-weight:700;white-space:nowrap}.tlk-pending-arrow{color:#b45309;font-weight:700}.tlk-pending-actions{display:flex;gap:8px}.tlk-btn-approve{background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:12.5px;font-weight:700;padding:8px 16px;transition:background .15s ease}.tlk-btn-approve:hover:not(:disabled){background:#15803d}.tlk-btn-approve:disabled,.tlk-btn-reject:disabled{cursor:not-allowed;opacity:.6}.tlk-btn-reject{background:#fff;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;font-size:12.5px;font-weight:700;padding:8px 16px;transition:background-color .15s ease}.tlk-btn-reject:hover:not(:disabled){background:#fef2f2}.tlat-min-input{max-width:190px}.tlat-table{min-width:880px}.tlat-employee-cell{align-items:center;display:flex;gap:10px}.tlat-avatar{align-items:center;background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:50%;color:#1d4ed8;display:flex;font-size:13.5px;font-weight:800;height:34px;justify-content:center;min-width:34px;width:34px}.tlat-employee-name{color:#0f172a;font-size:13.5px;font-weight:600}.tlat-employee-email{color:#94a3b8;font-size:11.5px;margin-top:1px}.tlat-count-pill{align-items:center;background:#eff6ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:12.5px;font-weight:700;justify-content:center;min-width:30px;padding:4px 10px}.tlat-progress-cell{align-items:center;display:flex;gap:10px;min-width:150px}.tlat-progress-track{background:#eef0f4;border-radius:999px;flex:1 1;height:7px;overflow:hidden}.tlat-progress-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .3s ease}.tlat-progress-fill.tlat-progress-done{background:#16a34a}.tlat-progress-label{color:#475569;font-size:12px;font-weight:700;white-space:nowrap}.mom-badge.mom-assignment-assigned{background:#f1f5f9;color:#475569}.mom-badge.mom-assignment-in_progress{background:#fef3c7;color:#92400e}.mom-badge.mom-assignment-completed{background:#dcfce7;color:#166534}.tla-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tla-page-header{margin-bottom:24px}.tla-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.tla-page-header p{color:#64748b;font-size:14px;margin:0}.tla-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.tla-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.tla-message.tla-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.tla-message.tla-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.tla-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.tla-list{display:flex;flex-direction:column;gap:16px}.tla-request-card{background:#fbfcfe;border:1px solid #eef0f4;border-radius:12px;padding:18px 20px}.tla-request-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.tla-request-title{color:#0f172a;font-size:14.5px;font-weight:700;margin:0 0 2px}.tla-request-sub{color:#64748b;font-size:12.5px;margin:0}.tla-pending-chip{align-items:center;background:#fef3c7;border-radius:999px;color:#92400e;display:inline-flex;font-size:11px;font-weight:700;gap:5px;padding:4px 10px;white-space:nowrap}.tla-pending-chip svg{display:block;height:12px!important;width:12px!important}.tla-request-change{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.tla-change-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.tla-change-label{font-size:11.5px;letter-spacing:.04em;text-transform:uppercase}.tla-arrow,.tla-change-label{color:#94a3b8;font-weight:700}.tla-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.tla-status-assigned{background:#f1f5f9;color:#475569}.tla-status-in_progress{background:#fef3c7;color:#92400e}.tla-status-completed{background:#dcfce7;color:#166534}.tla-request-reason{background:#f8fafc;border:1px solid #f1f5f9;border-radius:9px;margin-bottom:14px;padding:10px 14px}.tla-request-reason p{color:#1e293b;font-size:13.5px;line-height:1.5;margin:4px 0 0;white-space:pre-wrap}.tla-doc-grid{grid-gap:12px 20px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:9px;display:grid;gap:12px 20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:14px;padding:12px 14px}.tla-doc-grid>div{display:flex;flex-direction:column;gap:5px}.tla-doc-link{align-items:center;color:#2563eb;display:inline-flex;font-size:13px;font-weight:600;gap:6px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.tla-doc-link:hover{text-decoration:underline}.tla-doc-link svg{flex-shrink:0}.tla-doc-missing{color:#94a3b8;font-size:13px}.tla-request-actions{display:flex;gap:10px;justify-content:flex-end}.tla-btn-approve{background:#16a34a;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:9px 20px;transition:background .15s ease}.tla-btn-approve:hover:not(:disabled){background:#15803d}.tla-btn-approve:disabled{background:#86efac;cursor:not-allowed}.tla-btn-reject{background:#fff;border:1px solid #fecaca;border-radius:9px;color:#dc2626;cursor:pointer;font-size:13px;font-weight:700;padding:9px 20px;transition:background-color .15s ease}.tla-btn-reject:hover:not(:disabled){background:#fef2f2}.tla-btn-reject:disabled{cursor:not-allowed;opacity:.55}.tlr-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tlr-page-header{margin-bottom:30px}.tlr-page-header h1{color:#0f172a;font-size:25px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.tlr-page-header p{color:#64748b;font-size:14px;margin:0}.tlr-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.tlr-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.tlr-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-bottom:18px}.tlr-bar-chart{display:flex;flex-direction:column;gap:16px}.tlr-bar-row{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:170px 1fr 44px}.tlr-bar-row .tlr-bar-label{color:#475569;font-size:12.5px;font-weight:600;word-break:break-word}.tlr-bar-track{background:#f1f5f9;border-radius:999px;height:10px;overflow:hidden}.tlr-bar-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%;transition:width .4s ease}.tlr-bar-row .tlr-bar-value{color:#0f172a;font-size:13px;font-weight:700;text-align:right}.tlr-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 20px}.tlr-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.tlr-table{border-collapse:collapse;min-width:560px;width:100%}.tlr-table th,.tlr-table thead{background:#f8fafc}.tlr-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.tlr-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.tlr-table tbody tr:last-child td{border-bottom:none}.tlr-table tbody tr:hover{background:#f8fafc}.tlr-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.con-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.con-page-header{margin-bottom:28px}.con-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.con-page-header p{color:#64748b;font-size:14px;margin:0}.con-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.con-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.con-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.con-list-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.con-list-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.con-list-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0}.con-list-header-actions{align-items:center;display:flex;gap:10px;margin-left:auto}.con-btn-add{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s ease;white-space:nowrap;width:fit-content}.con-btn-add:hover{background:#e0e7ff}.con-btn-add svg{display:block;height:15px;width:15px}.con-btn-export{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;padding:9px 18px;transition:background .15s ease,border-color .15s ease;white-space:nowrap;width:fit-content}.con-btn-export:hover:not(:disabled){background:#dcfce7;border-color:#86efac}.con-btn-export:disabled{cursor:not-allowed;opacity:.55}.con-btn-export svg{display:block;height:15px;width:15px}.con-upload-panel{margin-top:16px}.con-upload-panel>label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.con-upload-dropzone{align-items:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:13.5px;font-weight:600;gap:10px;padding:16px 18px;transition:background-color .15s ease,border-color .15s ease}.con-upload-dropzone:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.con-upload-dropzone svg{flex-shrink:0}.con-upload-input{display:none}.con-upload-file{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1d4ed8;display:flex;gap:10px;padding:12px 16px}.con-upload-file svg{flex-shrink:0}.con-upload-file-name{flex:1 1;font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.con-upload-remove{align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;cursor:pointer;display:inline-flex;height:30px;justify-content:center;min-width:30px;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:30px}.con-upload-remove:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.con-doc-link{align-items:center;color:#2563eb;display:inline-flex;font-size:13px;font-weight:600;gap:6px;max-width:220px;text-decoration:none}.con-doc-link,.con-doc-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.con-doc-link:hover{text-decoration:underline}.con-doc-link svg{flex-shrink:0}.con-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.con-message.con-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.con-message.con-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.con-form{background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:flex;flex-direction:column;gap:22px;margin-bottom:24px;padding:22px 24px}.con-form-section{border-bottom:1px solid #e5e9f0;padding-bottom:20px}.con-form-section:last-of-type{border-bottom:none;padding-bottom:0}.con-section-title{color:#4f46e5;font-size:13px;font-weight:700;letter-spacing:.04em;margin:0 0 16px;text-transform:uppercase}.con-section-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.con-required{color:#dc2626;font-weight:700}.con-field-disabled{opacity:.55}.con-account-type{margin-bottom:20px;max-width:320px}.con-account-type label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.con-account-type select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;width:100%}.con-family-panel{background:#eef2ff;border:1px solid #e0e7ff;border-radius:10px;padding:18px 20px}.con-family-panel-sub{color:#4338ca;font-size:13px;line-height:1.5;margin:0 0 16px}.con-form .con-full-width{grid-column:1/-1}.con-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.con-form input,.con-form select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.con-form input:focus,.con-form select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.con-form-actions{border-top:1px solid #f1f5f9;display:flex;gap:6px;grid-column:1/-1;justify-content:flex-end;margin-top:4px;padding-top:18px}.con-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.con-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.con-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.con-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.con-btn-cancel:hover{background:#f8fafc}.con-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.con-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.con-table{border-collapse:collapse;min-width:720px;width:100%}.con-table th,.con-table thead{background:#f8fafc}.con-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.con-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px;white-space:nowrap}.con-table tbody tr:last-child td{border-bottom:none}.con-table tbody tr:hover{background:#f8fafc}.con-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.con-badge.con-yes{background:#dcfce7;color:#166534}.con-badge.con-no{background:#fee2e2;color:#991b1b}.con-badge.con-unset{background:#f1f5f9;color:#64748b}.con-actions{align-items:center;display:flex;gap:10px}.con-icon-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#2563eb;cursor:pointer;display:inline-flex!important;flex:0 0 auto;height:48px;justify-content:center;min-width:48px;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:48px}.con-icon-btn svg{stroke-width:2.25;height:26px!important;width:26px!important}.con-icon-btn:hover{background-color:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.con-icon-btn.con-danger{border-color:#e2e8f0;color:#dc2626}.con-icon-btn.con-danger:hover{background-color:#fef2f2;border-color:#fca5a5;color:#b91c1c}.con-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.con-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-width:420px;padding:28px;width:100%}.con-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 12px}.con-confirm-text{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.con-modal-actions{display:flex;gap:10px;justify-content:flex-end}.con-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.con-btn-danger:hover:not(:disabled){background:#b91c1c}.con-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.con-view-modal{max-height:80vh;max-width:720px;overflow-y:auto}.con-modal.con-modal-form{display:flex;flex-direction:column;max-height:90vh;max-width:760px;overflow:hidden;padding:0}.con-modal-header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;flex:0 0 auto;gap:16px;justify-content:space-between;padding:22px 28px}.con-modal-header h4{color:#0f172a;font-size:17px;font-weight:700;margin:0}.con-modal-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;flex:0 0 auto;font-size:18px;height:32px;justify-content:center;line-height:1;transition:background-color .15s ease,color .15s ease;width:32px}.con-modal-close:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.con-modal-close:disabled{cursor:not-allowed;opacity:.5}.con-modal-message{margin:18px 28px 0}.con-modal-form .con-form{background:#0000;border:none;border-radius:0;display:flex;flex:1 1;flex-direction:column;margin:0;min-height:0;padding:0}.con-modal-form .con-form-body{display:flex;flex:1 1;flex-direction:column;gap:22px;min-height:0;overflow-y:auto;padding:24px 28px}.con-modal-form .con-form-actions{background:#fff;border-top:1px solid #f1f5f9;flex:0 0 auto;grid-column:unset;margin:0;padding:16px 28px}.con-view-grid{grid-gap:14px 24px;display:grid;gap:14px 24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:22px}.con-view-row{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:4px;padding-bottom:10px}.con-view-key{color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.con-view-value{color:#0f172a;font-size:14px;font-weight:500}.ot-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.ot-page-header{margin-bottom:28px}.ot-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.ot-page-header p{color:#64748b;font-size:14px;margin:0}.ot-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.ot-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.ot-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.ot-list-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.ot-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.ot-filter-select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:10px 14px}.ot-filter-select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.ot-filter-count{color:#94a3b8;font-size:12.5px;font-weight:600;white-space:nowrap}.ot-list-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.ot-list-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0}.ot-btn-add{align-items:center;background:#eef2ff;border:none;border-radius:999px;color:#4f46e5;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:13.5px;font-weight:700;gap:8px;margin-left:auto;padding:9px 18px;transition:background .15s ease;white-space:nowrap;width:fit-content}.ot-btn-add:hover{background:#e0e7ff}.ot-btn-add svg{display:block;height:15px;width:15px}.ot-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.ot-message.ot-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.ot-message.ot-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.ot-form{background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:flex;flex-direction:column;gap:22px;margin-bottom:24px;padding:22px 24px}.ot-form-section{border-bottom:1px solid #e5e9f0;padding-bottom:20px}.ot-form-section:last-of-type{border-bottom:none;padding-bottom:0}.ot-section-title{color:#4f46e5;font-size:13px;font-weight:700;letter-spacing:.04em;margin:0 0 16px;text-transform:uppercase}.ot-section-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ot-required{color:#dc2626;font-weight:700}.ot-form .ot-full-width{grid-column:1/-1}.ot-form label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.ot-form input,.ot-form select,.ot-form textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.ot-form textarea{min-height:90px;resize:vertical}.ot-form input:focus,.ot-form select:focus,.ot-form textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.ot-form-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:-2px}.ot-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 26px;transition:background .15s ease,transform .1s ease}.ot-btn-primary:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.ot-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.ot-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.ot-btn-cancel:hover{background:#f8fafc}.ot-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.ot-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.ot-table{border-collapse:collapse;min-width:2600px;width:100%}.ot-table th,.ot-table thead{background:#f8fafc}.ot-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.ot-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px;white-space:nowrap}.ot-table tbody tr:last-child td{border-bottom:none}.ot-table tbody tr:hover{background:#f8fafc}.ot-notes-cell{color:#475569;max-width:220px;white-space:normal}.ot-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.ot-badge.ot-yes{background:#dcfce7;color:#166534}.ot-badge.ot-no{background:#fee2e2;color:#991b1b}.ot-badge.ot-unset{background:#f1f5f9;color:#64748b}.ot-actions{align-items:center;display:flex;gap:10px}.ot-icon-btn{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#2563eb;cursor:pointer;display:inline-flex!important;flex:0 0 auto;height:48px;justify-content:center;min-width:48px;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:48px}.ot-icon-btn svg{stroke-width:2.25;height:26px!important;width:26px!important}.ot-icon-btn:hover{background-color:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.ot-icon-btn.ot-danger{border-color:#e2e8f0;color:#dc2626}.ot-icon-btn.ot-danger:hover{background-color:#fef2f2;border-color:#fca5a5;color:#b91c1c}.ot-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.ot-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-width:420px;padding:28px;width:100%}.ot-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 12px}.ot-modal.ot-modal-form{display:flex;flex-direction:column;max-height:90vh;max-width:720px;overflow:hidden;padding:0}.ot-modal-header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;flex:0 0 auto;gap:16px;justify-content:space-between;padding:22px 28px}.ot-modal-header h4{color:#0f172a;font-size:17px;font-weight:700;margin:0}.ot-modal-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;flex:0 0 auto;font-size:18px;height:32px;justify-content:center;line-height:1;transition:background-color .15s ease,color .15s ease;width:32px}.ot-modal-close:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.ot-modal-close:disabled{cursor:not-allowed;opacity:.5}.ot-modal-form .ot-form{background:#0000;border:none;border-radius:0;margin:0;padding:0}.ot-modal-form .ot-form,.ot-modal-form .ot-form-body{display:flex;flex:1 1;flex-direction:column;min-height:0}.ot-modal-form .ot-form-body{gap:22px;overflow-y:auto;padding:24px 28px}.ot-modal-form .ot-form-actions{background:#fff;border-top:1px solid #f1f5f9;flex:0 0 auto;margin:0;padding:16px 28px}.ot-link{color:#2563eb;text-decoration:none}.ot-link:hover{text-decoration:underline}.ot-confirm-text{color:#475569;font-size:13.5px;line-height:1.5;margin:0 0 22px}.ot-modal-actions{display:flex;gap:10px;justify-content:flex-end}.ot-btn-danger{background:#dc2626;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 20px;transition:background .15s ease}.ot-btn-danger:hover:not(:disabled){background:#b91c1c}.ot-btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.ot-view-modal{max-height:80vh;max-width:720px;overflow-y:auto}.ot-view-grid{grid-gap:14px 24px;display:grid;gap:14px 24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:22px}.ot-view-row{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:4px;padding-bottom:10px}.ot-view-key{color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ot-view-value{color:#0f172a;font-size:14px;font-weight:500}.ss-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.ss-page-header{margin-bottom:28px}.ss-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.ss-page-header p{color:#64748b;font-size:14px;margin:0}.ss-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.ss-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.ss-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.ss-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.ss-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.ss-stats-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:28px}.ss-stat-tile{background:#fff;border:1px solid #eef0f4;border-radius:12px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:16px 18px}.ss-stat-label{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.ss-stat-value{color:#0f172a;font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0}.ss-stat-tile.ss-stat-pipeline{background:#eff6ff;border-color:#bfdbfe}.ss-stat-tile.ss-stat-pipeline .ss-stat-value{color:#1d4ed8}.ss-stat-tile.ss-stat-total{background:#ecfdf5;border-color:#bbf7d0}.ss-stat-tile.ss-stat-total .ss-stat-value{color:#15803d}.ss-tables-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.ss-table-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:24px 26px}.ss-table-card h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0 0 18px}.ss-table-wrap{overflow-x:auto}.ss-table{border-collapse:collapse;font-size:13.5px;width:100%}.ss-table th{background:#fff;border-bottom:1px solid #eef0f4;color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.04em;padding:10px 12px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.ss-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;padding:11px 12px;vertical-align:middle}.ss-table tr:last-child td{border-bottom:none}.ss-table tr:hover td{background:#f8fafc}.kst-card{background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid #eef0f4;border-radius:18px;box-shadow:0 1px 2px #0f172a0a,0 12px 28px #0f172a0d;padding:30px 32px}.kst-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:18px;justify-content:space-between;margin-bottom:26px;padding-bottom:22px}.kst-header,.kst-header-title{align-items:flex-start;display:flex}.kst-header-title{gap:12px}.kst-header-icon{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:11px;color:#2563eb;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.kst-header h3{color:#0f172a;font-size:16.5px;font-weight:800;letter-spacing:-.01em;margin:0 0 3px}.kst-header-subtitle{color:#94a3b8;font-size:12.5px;margin:0}.kst-period-bar{align-items:center;display:flex;gap:10px}.kst-quarter-group{background:#f1f5f9;border-radius:10px;display:inline-flex;gap:2px;padding:3px}.kst-quarter-btn{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-size:12.5px;font-weight:700;padding:7px 15px;transition:background .15s ease,color .15s ease}.kst-quarter-btn:hover{color:#0f172a}.kst-quarter-btn.active{background:#fff;box-shadow:0 1px 3px #0f172a1f;color:#2563eb}.kst-year-select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;cursor:pointer;font-size:12.5px;font-weight:600;padding:8px 12px}.kst-message{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#b91c1c;font-size:13px;font-weight:500;margin-bottom:14px;padding:10px 14px}.kst-message.kst-message-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.kst-empty-state{color:#94a3b8;font-size:13.5px;padding:20px 0;text-align:center}.kst-body{flex-wrap:wrap;gap:40px}.kst-body,.kst-ring-col{align-items:center;display:flex}.kst-ring-col{flex-direction:column;flex-shrink:0;gap:10px}.kst-ring-wrap{height:148px;position:relative;width:148px}.kst-ring-svg{transform:rotate(0deg)}.kst-ring-arc{transition:stroke-dasharray .5s ease}.kst-ring-wrap.kst-rate-good .kst-ring-arc{stroke:#16a34a}.kst-ring-wrap.kst-rate-mid .kst-ring-arc{stroke:#2563eb}.kst-ring-wrap.kst-rate-warn .kst-ring-arc{stroke:#d97706}.kst-ring-wrap.kst-rate-low .kst-ring-arc{stroke:#dc2626}.kst-ring-center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute}.kst-ring-value{color:#0f172a;font-size:27px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.kst-ring-caption{color:#94a3b8;font-size:10.5px;font-weight:700;letter-spacing:.06em;margin-top:2px;text-transform:uppercase}.kst-status-pill{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:5px 14px;white-space:nowrap}.kst-status-pill.kst-rate-good{background:#dcfce7;color:#15803d}.kst-status-pill.kst-rate-mid{background:#dbeafe;color:#1d4ed8}.kst-status-pill.kst-rate-warn{background:#fef3c7;color:#92400e}.kst-status-pill.kst-rate-low{background:#fee2e2;color:#b91c1c}.kst-status-pill.kst-rate-none{background:#f1f5f9;color:#94a3b8}.kst-quarter-label{color:#94a3b8;font-size:12px;font-weight:600;margin:0}.kst-stats-col{display:flex;flex:1 1;flex-direction:column;gap:12px;min-width:220px}.kst-stat-tile{align-items:center;background:#f8fafc;border:1px solid #eef0f4;border-radius:12px;display:flex;gap:14px;padding:14px 18px;transition:border-color .15s ease,transform .15s ease}.kst-stat-tile:hover{border-color:#dbeafe;transform:translateX(2px)}.kst-stat-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.kst-stat-icon-done{background:#dcfce7;color:#16a34a}.kst-stat-icon-target{background:#dbeafe;color:#2563eb}.kst-stat-icon-remaining{background:#fef3c7;color:#d97706}.kst-stat-label{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.05em;margin:0 0 4px;text-transform:uppercase}.kst-stat-value{color:#0f172a;font-size:19px;font-weight:800;letter-spacing:-.01em;margin:0}.kst-stat-tile{position:relative}.kst-edit-btn{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;color:#2563eb;cursor:pointer;display:inline-flex!important;flex-shrink:0;height:32px;justify-content:center;margin-left:auto;min-width:32px;transition:background-color .15s ease,border-color .15s ease;width:32px}.kst-edit-btn svg{display:block;height:14px!important;min-height:14px;min-width:14px;width:14px!important}.kst-edit-btn:hover{background:#dbeafe;border-color:#93c5fd}.kst-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.kst-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-height:90vh;max-width:420px;overflow-y:auto;padding:28px;width:100%}.kst-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 4px}.kst-modal-sub{color:#94a3b8;font-size:13px;margin:0 0 20px}.kst-form-row{margin-bottom:18px}.kst-form-row label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.kst-form-row input[type=number]{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;width:100%}.kst-form-row input[type=number]:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.kst-field-hint{color:#94a3b8;font-size:11.5px;font-weight:500;line-height:1.4;margin:8px 0 0}.kst-modal-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px}.kst-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.kst-btn-cancel:hover{background:#f8fafc}.kst-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background .15s ease}.kst-btn-primary:hover:not(:disabled){background:#1d4ed8}.kst-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.emp-layout{background:#f6f7fb;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.emp-layout,.emp-sidebar{color:#0f172a;display:flex}.emp-sidebar{background:#eceef1;border-right:1px solid #dde1e6;flex-direction:column;height:100vh;justify-content:space-between;min-width:264px;position:sticky;top:0;width:264px}.emp-sidebar-header{align-items:center;border-bottom:1px solid #dde1e6;display:flex;gap:12px;padding:26px 22px 24px}.emp-brand-mark{align-items:center;background:linear-gradient(135deg,#4f7cff,#2563eb);border-radius:10px;box-shadow:0 6px 14px #2563eb47;color:#fff;display:flex;font-size:17px;font-weight:700;height:38px;justify-content:center;min-width:38px;width:38px}.emp-sidebar-header h2{color:#0f172a;font-size:18px;font-weight:700;letter-spacing:.01em;margin:0}.emp-sidebar-header p{color:#6b7280;font-size:12px;font-weight:500;margin:2px 0 0}.emp-nav{flex:1 1;overflow-y:auto;padding:22px 14px}.emp-nav-section{margin-bottom:26px}.emp-nav-section-title{color:#8a94a3;font-size:10.5px;font-weight:600;letter-spacing:.09em;margin:0 0 10px;padding:0 12px;text-transform:uppercase}.emp-nav-link{align-items:center;border-radius:9px;color:#55606c;display:flex;font-size:14px;font-weight:500;gap:11px;margin-bottom:3px;padding:10px 12px;text-decoration:none;transition:background .15s ease,color .15s ease}.emp-nav-icon{font-size:17px;min-width:17px;opacity:.85}.emp-nav-link:hover{background:#e2e5ea;color:#1f2937}.emp-nav-link.active{background:#dde1e6;border-left:3px solid #2563eb;color:#2563eb;font-weight:700;padding-left:9px}.emp-nav-link.active .emp-nav-icon{color:#2563eb;opacity:1}.emp-nav-group-toggle{background:#0000;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%}.emp-nav-chevron{font-size:13px;margin-left:auto;opacity:.6;transition:transform .15s ease}.emp-nav-chevron-open{transform:rotate(180deg)}.emp-nav-submenu{border-left:1.5px solid #dde1e6;display:flex;flex-direction:column;margin:2px 0 4px 20px;padding-left:14px}.emp-nav-submenu .emp-nav-link{font-size:13.5px;padding:8px 12px}.emp-sidebar-footer{border-top:1px solid #dde1e6;padding:18px 18px 22px}.emp-user-card{align-items:center;background:#e2e5ea;border-radius:10px;display:flex;gap:10px;margin-bottom:14px;padding:8px}.emp-user-avatar{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;font-size:13px;font-weight:700;height:34px;justify-content:center;min-width:34px;width:34px}.emp-user-meta{overflow:hidden}.emp-user-email{color:#1f2937;font-size:12.5px;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emp-user-role{color:#6b7280;font-size:11px;margin:2px 0 0;text-transform:capitalize}.emp-logout-btn{align-items:center;background:#fff;border:1px solid #d3d8de;border-radius:9px;color:#334155;cursor:pointer;display:flex;font-size:13.5px;font-weight:600;gap:8px;justify-content:center;padding:10px;transition:.18s;width:100%}.emp-logout-btn:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.emp-content{flex:1 1;overflow-x:auto;padding:36px 44px}@media (max-width:900px){.emp-layout{flex-direction:column}.emp-sidebar{height:auto;min-width:100%;position:relative;width:100%}.emp-content{padding:24px}}.empd-page-header{margin-bottom:28px}.empd-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.empd-page-header p{color:#64748b;font-size:14px;margin:0}.empd-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.empd-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.empd-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.empd-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.empd-message.empd-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.empd-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0}.empd-stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.empd-stat-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;overflow:hidden;padding:22px 24px;position:relative}.empd-stat-card-clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.empd-stat-card-clickable:hover{box-shadow:0 4px 10px #0f172a0f,0 12px 24px #0f172a0d;transform:translateY(-2px)}.empd-stat-card:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.empd-stat-card .empd-stat-label{color:#94a3b8;font-size:12.5px;font-weight:600;letter-spacing:.04em;margin:0 0 10px;text-transform:uppercase}.empd-stat-card .empd-stat-value{color:#0f172a;font-size:32px;font-weight:800;letter-spacing:-.02em;margin:0}.empd-stat-card.empd-total:before{background:#4f46e5}.empd-stat-card.empd-pending:before{background:#94a3b8}.empd-stat-card.empd-progress:before{background:#f59e0b}.empd-stat-card.empd-completed:before{background:#16a34a}.empd-stat-card.empd-open:before{background:#1d4ed8}.empd-stat-card.empd-in_progress:before{background:#f59e0b}.empd-stat-card.empd-submitted_awaiting_l1:before{background:#7c3aed}.empd-stat-card.empd-awaiting_l1_feedback:before{background:#c026d3}.empd-stat-card.empd-submitted_awaiting_l2:before{background:#0d9488}.empd-stat-card.empd-awaiting_l2_feedback:before{background:#0891b2}.empd-stat-card.empd-hold:before{background:#d85a30}.empd-stat-card.empd-closed:before{background:#dc2626}.empd-stat-card.empd-onboarded:before{background:#16a34a}.empd-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:18px}.empd-chart-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:22px 24px}.empd-chart-card h3{color:#0f172a;font-size:15px;font-weight:700;margin:0 0 14px}.empd-notes-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;margin-top:18px;padding:22px 24px}.empd-mom-card{margin-top:18px}.empd-mom-subtitle{color:#64748b;font-size:13px;line-height:1.5;margin:0 0 18px}.empd-mom-link-btn{border-radius:8px!important;font-size:12.5px;font-weight:600;height:auto!important;min-width:0!important;padding:8px 14px!important;white-space:nowrap;width:auto!important}.empd-notes-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.empd-notes-header h3{color:#0f172a;font-size:15px;font-weight:700;margin:0}.empd-notes-link{color:#2563eb;font-size:12.5px;font-weight:600;text-decoration:none}.empd-notes-link:hover{text-decoration:underline}.empd-notes-list{display:flex;flex-direction:column;gap:10px}.empd-note-row{background:#fbfcfe;border:1px solid #eef0f4;border-radius:10px;padding:12px 14px}.empd-note-text{color:#1e293b;font-size:13.5px;line-height:1.5;margin:0 0 5px;white-space:pre-wrap;word-break:break-word}.empd-note-time{color:#94a3b8;font-size:11px;font-weight:500;margin:0}.empt-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.empt-page-header{margin-bottom:28px}.empt-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.empt-page-header p{color:#64748b;font-size:14px;margin:0}.empt-list-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.empt-list-card+.empt-list-card{margin-top:24px}.empt-list-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 4px}.empt-mom-subtitle{color:#64748b;font-size:13px;margin:0 0 18px}.empt-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.empt-search-input{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;flex:1 1;font-family:inherit;font-size:13.5px;max-width:360px;min-width:220px;outline:none;padding:10px 14px}.empt-search-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.empt-filter-select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:10px 14px}.empt-filter-select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.empt-filter-count{color:#94a3b8;font-size:12.5px;font-weight:600;white-space:nowrap}.empt-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.empt-message.empt-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.empt-message.empt-success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.empt-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0;text-align:center}.empt-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.empt-table{border-collapse:collapse;min-width:940px;width:100%}.empt-of-assigned{color:#94a3b8;font-size:12px}.empt-table th,.empt-table thead{background:#f8fafc}.empt-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.empt-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px;white-space:nowrap}.empt-table tbody tr:last-child td{border-bottom:none}.empt-table tbody tr:hover{background:#f8fafc}.empt-badge{border-radius:999px;display:inline-block;font-size:11.5px;font-weight:700;padding:4px 11px;white-space:nowrap}.empt-priority-low{background:#f1f5f9;color:#475569}.empt-priority-medium{background:#fef3c7;color:#92400e}.empt-priority-high{background:#fee2e2;color:#991b1b}.empt-status-assigned{background:#f1f5f9;color:#475569}.empt-status-in_progress{background:#fef3c7;color:#92400e}.empt-status-submitted_awaiting_l1{background:#ede9fe;color:#6d28d9}.empt-status-awaiting_l1_feedback{background:#fae8ff;color:#a21caf}.empt-status-submitted_awaiting_l2{background:#ccfbf1;color:#0f766e}.empt-status-awaiting_l2_feedback{background:#cffafe;color:#0e7490}.empt-status-completed{background:#dcfce7;color:#166534}.empt-status-open{background:#dbeafe;color:#1d4ed8}.empt-status-hold{background:#ffe4d6;color:#9a3412}.empt-status-closed{background:#fee2e2;color:#b91c1c}.empt-status-onboarded{background:#dcfce7;color:#166534}.empt-status-cell{align-items:center;display:flex;gap:8px}.empt-request-btn{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;color:#2563eb;cursor:pointer;display:inline-flex!important;flex-shrink:0;height:36px;justify-content:center;min-width:36px;transition:background-color .15s ease,border-color .15s ease;width:36px}.empt-request-btn svg{display:block;height:16px!important;min-height:16px;min-width:16px;width:16px!important}.empt-request-btn:hover{background:#dbeafe;border-color:#93c5fd}.empt-pending-chip{align-items:center;background:#fef3c7;border-radius:999px;color:#92400e;display:inline-flex;font-size:11px;font-weight:700;gap:5px;padding:4px 10px;white-space:nowrap}.empt-pending-chip svg{display:block;height:12px!important;width:12px!important}.empt-modal-overlay{align-items:center;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.empt-modal{background:#fff;border-radius:14px;box-shadow:0 20px 50px #0f172a40;max-height:90vh;max-width:420px;overflow-y:auto;padding:28px;width:100%}.empt-modal h4{color:#0f172a;font-size:17px;font-weight:700;margin:0 0 4px}.empt-modal-sub{color:#94a3b8;font-size:13px;margin:0 0 20px}.empt-form-row{margin-bottom:18px}.empt-form-row label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.empt-form-row input[type=number],.empt-form-row select{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:14px;outline:none;padding:11px 14px;width:100%}.empt-form-row input[type=number]:focus,.empt-form-row select:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.empt-field-hint{color:#94a3b8;font-size:11.5px;font-weight:500;line-height:1.4;margin:8px 0 0}.empt-modal-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:16px}.empt-btn-cancel{background:#fff;border:1px solid #e2e8f0;border-radius:9px;color:#475569;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background-color .15s ease}.empt-btn-cancel:hover{background:#f8fafc}.empt-btn-primary{background:#2563eb;border:none;border-radius:9px;box-shadow:0 4px 12px #2563eb40;color:#fff;cursor:pointer;font-size:13.5px;font-weight:600;padding:10px 22px;transition:background .15s ease}.empt-btn-primary:hover:not(:disabled){background:#1d4ed8}.empt-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.empt-required{color:#dc2626;font-weight:700}.empt-textarea{background:#fbfcfe;border:1px solid #e2e8f0;border-radius:9px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13.5px;outline:none;padding:11px 14px;resize:vertical;width:100%}.empt-textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3.5px #2563eb1f}.empt-upload-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin-bottom:18px}.empt-upload-panel>label{color:#475569;display:block;font-size:12.5px;font-weight:600;margin-bottom:7px}.empt-upload-dropzone{align-items:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:9px;color:#475569;cursor:pointer;display:flex;font-size:12.5px;font-weight:600;gap:8px;padding:13px 14px;transition:background-color .15s ease,border-color .15s ease}.empt-upload-dropzone:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.empt-upload-dropzone svg{flex-shrink:0}.empt-upload-input{display:none}.empt-upload-file{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;color:#1d4ed8;display:flex;gap:8px;padding:10px 12px}.empt-upload-file svg{flex-shrink:0}.empt-upload-file-name{flex:1 1;font-size:12.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empt-upload-remove{align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:7px;color:#1d4ed8;cursor:pointer;display:inline-flex;height:26px;justify-content:center;min-width:26px;transition:background-color .15s ease,border-color .15s ease,color .15s ease;width:26px}.empt-upload-remove:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.empo-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.empo-page-header{margin-bottom:28px}.empo-page-header h1{color:#0f172a;font-size:24px;font-weight:700;margin:0 0 4px}.empo-page-header p{color:#64748b;font-size:14px;margin:0}.empo-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 6px 18px #0f172a0a;max-width:560px;padding:28px}.empo-card h3{color:#0f172a;font-size:16px;font-weight:700;margin:0 0 8px}.empo-card p{color:#64748b;font-size:14px;line-height:1.6;margin:0}.empo-message{border:1px solid #0000;border-radius:9px;font-size:13.5px;font-weight:500;margin-bottom:18px;padding:11px 16px}.empo-message.empo-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.empo-empty-state{color:#94a3b8;font-size:13.5px;padding:32px 0}.empo-stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.empo-stat-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;overflow:hidden;padding:22px 24px;position:relative}.empo-stat-card:before{background:#2563eb;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.empo-stat-card .empo-stat-label{color:#94a3b8;font-size:12.5px;font-weight:600;letter-spacing:.04em;margin:0 0 10px;text-transform:uppercase}.empo-stat-card .empo-stat-value{color:#0f172a;font-size:32px;font-weight:800;letter-spacing:-.02em;margin:0}.empo-stat-card.empo-total:before{background:#4f46e5}.empo-stat-card.empo-pending:before{background:#94a3b8}.empo-stat-card.empo-progress:before{background:#f59e0b}.empo-stat-card.empo-completed:before{background:#16a34a}.empo-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:24px}.empo-chart-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:22px 24px}.empo-chart-card h3{color:#0f172a;font-size:15px;font-weight:700;margin:0 0 14px}.empo-list-card{background:#fff;border:1px solid #eef0f4;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 8px 20px #0f172a08;padding:26px 28px}.empo-list-header{margin-bottom:20px}.empo-list-header h3{color:#0f172a;font-size:15.5px;font-weight:700;margin:0}.empo-table-wrap{border:1px solid #f1f5f9;border-radius:10px;overflow-x:auto}.empo-table{border-collapse:collapse;min-width:420px;width:100%}.empo-table th,.empo-table thead{background:#f8fafc}.empo-table th{border-bottom:1px solid #eef0f4;color:#64748b;font-size:11.5px;font-weight:700;letter-spacing:.05em;padding:13px 16px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.empo-table td{border-bottom:1px solid #f4f6f9;color:#1e293b;font-size:13.5px;padding:14px 16px}.empo-table tbody tr:last-child td{border-bottom:none}.empo-table tbody tr:hover{background:#f8fafc}
/*# sourceMappingURL=main.72000c6b.css.map*/