.prcrm-app{max-width:1500px;margin:16px 20px 40px 0;color:#172033}.prcrm-head{background:#fff;color:#172033;border:1px solid #e5e7eb;border-left:3px solid #4f46e5;border-radius:10px;padding:12px 16px;margin:14px 0;box-shadow:0 2px 8px rgba(15,23,42,.04)}.prcrm-kicker{font-size:10px;letter-spacing:.12em;font-weight:800;color:#64748b}.prcrm-head h1{font-size:22px;line-height:1.2;margin:3px 0;color:#172033}.prcrm-head p{margin:0;color:#64748b;font-size:12px}.prcrm-cards{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:14px;margin:18px 0}.prcrm-card,.prcrm-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 6px 22px rgba(15,23,42,.05)}.prcrm-card{padding:20px}.prcrm-card span{display:block;color:#64748b;font-size:13px}.prcrm-card strong{display:block;font-size:28px;margin-top:7px}.prcrm-grid2{display:grid;grid-template-columns:1.35fr 1fr;gap:18px;margin:18px 0}.prcrm-panel{padding:22px;margin:18px 0}.prcrm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.prcrm-panel h2,.prcrm-panel h3{margin-top:0}.prcrm-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;margin:18px 0;flex-wrap:wrap}.prcrm-toolbar form{display:flex;gap:8px;flex-wrap:wrap}.prcrm-input,.prcrm-panel input:not([type=checkbox]):not([type=radio]),.prcrm-panel select,.prcrm-panel textarea{border:1px solid #cbd5e1;border-radius:9px;padding:10px 12px;min-height:40px;background:#fff;box-sizing:border-box;width:100%}.prcrm-toolbar .prcrm-input,.prcrm-toolbar select{width:auto;min-width:210px}.prcrm-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid #c7d2fe;border-radius:9px;padding:9px 14px;background:#fff;color:#3730a3;font-weight:700;cursor:pointer;line-height:1.2}.prcrm-btn.primary{background:#4f46e5;border-color:#4f46e5;color:#fff}.prcrm-btn.danger{border-color:#fecaca;color:#b91c1c}.prcrm-actions{display:flex;gap:10px;flex-wrap:wrap}.prcrm-table-wrap{overflow:auto}.prcrm-table{width:100%;border-collapse:collapse}.prcrm-table th{background:#f8fafc;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.prcrm-table th,.prcrm-table td{padding:13px 12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:top}.prcrm-table td small,.prcrm-person small{display:block;color:#64748b;margin-top:3px}.prcrm-badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}.prcrm-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f7}.prcrm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.prcrm-panel label{display:block;font-weight:700;margin:12px 0}.prcrm-panel label input,.prcrm-panel label select,.prcrm-panel label textarea{display:block;margin-top:7px;font-weight:400}.prcrm-panel textarea{min-height:110px}.prcrm-empty,.prcrm-alert{padding:18px;border-radius:12px;background:#f8fafc}.prcrm-alert.success{background:#ecfdf5;border:1px solid #a7f3d0}.prcrm-profile{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.prcrm-profile-top{padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:center}.prcrm-profile-top h2{margin:4px 0;font-size:26px}.prcrm-tabs{display:flex;overflow:auto;border-top:1px solid #e5e7eb}.prcrm-tabs a{padding:13px 17px;text-decoration:none;color:#64748b;font-weight:700;white-space:nowrap}.prcrm-tabs a.active{color:#4f46e5;border-bottom:3px solid #4f46e5}.prcrm-progress>div{height:12px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-top:10px}.prcrm-progress i{display:block;height:100%;background:#4f46e5}.prcrm-note{border-top:1px solid #e5e7eb;padding:15px 0}.prcrm-note small,.prcrm-activity small{display:block;color:#64748b}.prcrm-activity{display:grid;grid-template-columns:180px 1fr 160px;gap:15px;padding:13px 0;border-bottom:1px solid #e5e7eb}.prcrm-review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.prcrm-review-grid>div{padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}.prcrm-public{max-width:1100px;margin:20px auto}.prcrm-portal{max-width:900px;margin:30px auto}.prcrm-form-list{display:grid;gap:12px;margin:20px 0}.prcrm-form-card{display:block;padding:18px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;text-decoration:none;color:#172033}.prcrm-form-card b,.prcrm-form-card span{display:block}.prcrm-form-card span{color:#64748b;margin-top:5px}.prcrm-public-form{max-width:800px;margin:25px auto;padding:25px;background:#fff;border:1px solid #e5e7eb;border-radius:16px}.prcrm-public-form label{display:block;font-weight:700;margin:14px 0}.prcrm-public-form input,.prcrm-public-form select,.prcrm-public-form textarea{display:block;width:100%;margin-top:7px;padding:11px;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box}.prcrm-public-form textarea{min-height:120px}@media(max-width:1000px){.prcrm-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.prcrm-app{margin-right:10px}.prcrm-cards,.prcrm-grid2,.prcrm-form-grid,.prcrm-review-grid{grid-template-columns:1fr}.prcrm-head{padding:22px}.prcrm-toolbar{align-items:stretch}.prcrm-toolbar form{width:100%}.prcrm-toolbar .prcrm-input,.prcrm-toolbar select{width:100%}.prcrm-activity{grid-template-columns:1fr}.prcrm-profile-top{align-items:flex-start;flex-direction:column}}
.prcrm-employee-form{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}
.prcrm-employee-form .prcrm-field{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;box-shadow:0 2px 8px rgba(15,23,42,.03)}
.prcrm-employee-form .prcrm-file-field input[type=file]{padding:10px;background:#f8fafc;border:1px dashed #94a3b8;cursor:pointer}
.prcrm-required{color:#dc2626;font-weight:800}.prcrm-file-help,.prcrm-file-current{display:block;color:#64748b;font-size:12px;font-weight:400;margin-top:7px}.prcrm-file-current{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;padding:8px;border-radius:8px}
.prcrm-portal .prcrm-form-card{transition:transform .15s ease,box-shadow .15s ease}.prcrm-portal .prcrm-form-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,23,42,.08)}

/* Candidate Add/Edit document upload UI */
.prcrm-section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.prcrm-section-title h2{margin:0 0 5px}.prcrm-required-note{font-size:12px;font-weight:700;color:#b42318}.prcrm-doc-count{background:#eef2ff;color:#4338ca;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.prcrm-documents-panel{margin-top:20px}.prcrm-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.prcrm-document-card{display:flex;gap:14px;border:1px solid #e5e7eb;border-radius:14px;padding:16px;background:#fff;transition:.15s ease}.prcrm-document-card:hover{border-color:#c7d2fe;box-shadow:0 5px 20px rgba(15,23,42,.05)}.prcrm-document-icon{width:42px;height:42px;border-radius:12px;background:#f5f3ff;display:flex;align-items:center;justify-content:center;flex:none;font-size:20px}.prcrm-document-body{min-width:0;flex:1}.prcrm-document-body h3{margin:0 0 5px;font-size:14px}.prcrm-document-body h3 em{font-style:normal;color:#b42318}.prcrm-document-body h3 small{font-weight:600;color:#64748b}.prcrm-document-body p{margin:0 0 10px;color:#64748b;font-size:12px}.prcrm-document-body input[type=file]{width:100%;padding:9px;border:1px dashed #cbd5e1;border-radius:9px;background:#f8fafc;box-sizing:border-box}.prcrm-document-body>small{display:block;color:#64748b;margin-top:7px;font-size:11px}.prcrm-existing-file{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 10px;margin-bottom:9px;font-size:12px}.prcrm-doc-status{text-transform:capitalize;font-weight:700;color:#166534}.prcrm-upload-note{margin-top:15px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:12px}@media(max-width:800px){.prcrm-document-grid{grid-template-columns:1fr}.prcrm-section-title{display:block}.prcrm-doc-count{display:inline-block;margin-top:8px}}

/* Company-style compact admin navigation + module workspace */
.prcrm-app{max-width:1480px}.prcrm-company-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:16px 0 22px;padding:16px 20px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 4px 18px rgba(15,23,42,.04)}.prcrm-company-toolbar>div{display:flex;flex-direction:column;gap:3px}.prcrm-company-label{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.prcrm-company-toolbar strong{font-size:18px;color:#0f172a}.prcrm-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 26px}.prcrm-module-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;min-height:100px;padding:18px 20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#0f172a;text-decoration:none;box-shadow:0 5px 20px rgba(15,23,42,.04);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.prcrm-module-card:hover,.prcrm-module-card:focus{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 10px 28px rgba(37,45,92,.10);outline:none}.prcrm-module-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:13px;background:#eef2ff;color:#3730a3;font-size:11px;font-weight:900;letter-spacing:.02em;text-align:center}.prcrm-module-card span:nth-child(2){min-width:0}.prcrm-module-card strong,.prcrm-module-card small{display:block}.prcrm-module-card strong{font-size:15px;margin-bottom:5px}.prcrm-module-card small{font-size:12px;line-height:1.45;color:#64748b}.prcrm-module-card>b{color:#64748b;font-size:20px}.prcrm-head{border-radius:12px;padding:14px 20px;margin:14px 0;background:linear-gradient(135deg,#172554 0%,#312e81 58%,#4f46e5 100%);box-shadow:0 8px 22px rgba(15,23,42,.10)}.prcrm-head .prcrm-kicker{color:#fff!important}.prcrm-head h1{color:#fff!important}.prcrm-head p{color:#fff!important}.prcrm-head h1{font-size:22px;line-height:1.2;letter-spacing:-.015em;margin:4px 0}.prcrm-head p{font-size:12px;line-height:1.45}.prcrm-head .prcrm-kicker{font-size:10px;letter-spacing:.11em}.prcrm-card{position:relative;overflow:hidden}.prcrm-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#4f46e5}.prcrm-panel{box-shadow:0 8px 28px rgba(15,23,42,.055)}body.wp-admin .prcrm-app .prcrm-btn{box-shadow:none}@media(max-width:1100px){.prcrm-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.prcrm-module-grid{grid-template-columns:1fr}.prcrm-company-toolbar{align-items:flex-start;flex-direction:column}.prcrm-company-toolbar .prcrm-btn{width:100%}.prcrm-head{padding:12px 15px;margin:10px 0;border-radius:10px}.prcrm-head h1{font-size:20px}.prcrm-head p{font-size:11px}}

/* v9.7.8: visual employee form builder */
.prcrm-builder-intro{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 18px;margin-bottom:18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.prcrm-builder-intro strong{display:block;font-size:17px;color:#0f172a}.prcrm-builder-intro span{display:block;color:#64748b;margin-top:3px}.prcrm-builder-badge{font-size:11px;font-weight:800;color:#4f46e5;background:#eef2ff;border-radius:999px;padding:6px 10px;white-space:nowrap}.prcrm-form-meta-grid{margin-bottom:12px}.prcrm-check-label{display:flex!important;align-items:center;gap:8px}.prcrm-check-label input{width:auto!important}.prcrm-fields-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 12px}.prcrm-fields-head h3{margin:0;font-size:16px}.prcrm-fields-head p{margin:4px 0 0;color:#64748b}.prcrm-field-builder{display:grid;gap:10px}.prcrm-field-row{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.prcrm-field-num{width:28px;height:28px;border-radius:8px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;margin-top:4px}.prcrm-field-top{display:grid;grid-template-columns:1.2fr 1fr;gap:10px}.prcrm-field-top input,.prcrm-field-controls select,.prcrm-field-controls input[type=text],.fb-extra input,.fb-file-extra input{width:100%;min-height:38px}.prcrm-field-controls{display:flex;align-items:center;gap:10px;margin-top:9px}.prcrm-field-controls select{max-width:180px}.fb-required{display:flex;align-items:center;gap:6px;margin-right:auto;font-size:12px;font-weight:700;color:#475569}.fb-required input{width:auto}.fb-extra,.fb-file-extra{display:grid;grid-template-columns:1fr;gap:8px;margin-top:9px}.fb-file-extra{grid-template-columns:1fr 1fr 120px}.prcrm-field-builder .prcrm-btn{font-size:12px;padding:8px 11px}.prcrm-builder-empty{padding:28px;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;background:#f8fafc}.prcrm-fields-json{display:none!important}.prcrm-builder-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e2e8f0;padding-top:16px;margin-top:18px}.prcrm-toolbar-note{font-size:13px;color:#64748b}.prcrm-form-cards{display:grid;gap:12px}.prcrm-form-card-admin{padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.prcrm-form-card-title{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.prcrm-form-card-title strong{display:block;font-size:15px;color:#0f172a}.prcrm-form-card-title small{display:block;color:#64748b;margin-top:4px}.prcrm-form-card-admin p{margin:10px 0 12px;color:#64748b}.prcrm-form-card-meta{display:flex;gap:8px;flex-wrap:wrap}.prcrm-form-card-meta span{font-size:11px;font-weight:700;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:5px 8px;border-radius:999px}.prcrm-status-pill{font-size:11px;font-weight:800;padding:5px 9px;border-radius:999px}.prcrm-status-pill.is-active{background:#ecfdf5;color:#047857}.prcrm-status-pill.is-draft{background:#fff7ed;color:#c2410c}.prcrm-form-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.prcrm-form-card-actions .prcrm-btn{font-size:12px;padding:7px 10px}@media(max-width:800px){.prcrm-builder-intro,.prcrm-builder-footer{align-items:flex-start;flex-direction:column}.prcrm-field-top,.fb-file-extra{grid-template-columns:1fr}.prcrm-field-controls{flex-wrap:wrap}.fb-required{width:100%;margin-right:0}}

/* v9.8.0: hardened form editor, job status and portal validation */
.prcrm-form-builder{padding:0!important;background:#fff;overflow:hidden}
.prcrm-editor-top{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 22px;border-bottom:1px solid #e5e7eb;background:#fff}
.prcrm-editor-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#6366f1;margin-bottom:5px}
.prcrm-editor-top h2{margin:0;font-size:23px;line-height:1.2;color:#111827}
.prcrm-editor-top p{margin:5px 0 0;color:#64748b;font-size:13px}
.prcrm-editor-top-actions,.prcrm-editor-bottom-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.prcrm-form-settings-card{margin:20px 22px 0;padding:18px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}
.prcrm-subhead{margin-bottom:14px}.prcrm-subhead h3{margin:0;font-size:15px;color:#111827}.prcrm-subhead p{margin:4px 0 0;color:#64748b;font-size:12px}
.prcrm-form-builder label>span{display:block;font-size:12px;font-weight:800;color:#334155;margin-bottom:6px}.prcrm-form-builder label>span em{color:#dc2626;font-style:normal}
.prcrm-form-builder input,.prcrm-form-builder select,.prcrm-form-builder textarea{box-sizing:border-box;width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;min-height:40px;padding:9px 11px;font-size:13px}.prcrm-form-builder textarea{min-height:86px;resize:vertical}
.prcrm-field-help{display:block;margin-top:5px;color:#64748b;font-size:11px;font-weight:400}
.prcrm-check-label{display:flex!important;gap:10px;align-items:flex-start!important;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:9px;min-height:40px;box-sizing:border-box}.prcrm-check-label input{width:16px!important;min-height:16px;margin-top:2px}.prcrm-check-label span{margin:0!important}.prcrm-check-label strong{display:block;font-size:12px;color:#334155}.prcrm-check-label small{display:block;color:#64748b;font-size:11px;font-weight:400;margin-top:3px}
.prcrm-fields-head{padding:20px 22px 12px!important;margin:0!important;align-items:flex-end!important}.prcrm-fields-head h3{margin:0;font-size:18px!important;color:#111827}.prcrm-fields-head p{font-size:12px}
.prcrm-quick-add{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.prcrm-quick-add>span{font-size:11px;font-weight:800;color:#64748b;margin-right:2px}
.prcrm-builder-tip{margin:0 22px 14px;padding:10px 12px;border:1px solid #dbeafe;background:#eff6ff;color:#475569;border-radius:9px;font-size:11px}.prcrm-builder-tip strong{color:#1d4ed8}
.prcrm-field-builder{padding:0 22px 8px;gap:12px}
.prcrm-field-row{position:relative;display:grid!important;grid-template-columns:28px 1fr!important;gap:10px!important;padding:14px!important;border:1px solid #e2e8f0!important;border-radius:12px!important;background:#fff!important;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;cursor:default}
.prcrm-field-row:hover{border-color:#c7d2fe!important;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.prcrm-field-row.is-dragging{opacity:.55;transform:scale(.995)}.prcrm-field-row.is-drag-over{border-color:#6366f1!important;background:#fafaff!important}
.prcrm-drag-handle{width:24px;height:32px;border-radius:7px;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:grab;font-size:16px;letter-spacing:-2px;margin-top:2px;user-select:none}.prcrm-drag-handle:active{cursor:grabbing}
.prcrm-field-titlebar{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:11px}.prcrm-field-titlebar>div:first-child{display:flex;align-items:center;gap:7px;min-width:0}.prcrm-field-index{width:24px;height:24px;border-radius:7px;background:#eef2ff;color:#4338ca;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex:none}.prcrm-field-preview-label{font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prcrm-type-pill{font-size:10px;font-weight:800;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:4px 7px;white-space:nowrap}
.prcrm-field-actions{display:flex;gap:5px;flex:none}.prcrm-field-actions .prcrm-btn.icon{width:30px;min-width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:7px}.prcrm-field-actions .danger{color:#b91c1c}
.prcrm-field-editor-grid{display:grid;grid-template-columns:1.35fr 1.05fr .8fr 1fr;gap:10px;align-items:end}.prcrm-field-editor-grid label{min-width:0}
.fb-required-toggle{display:flex!important;align-items:center!important;gap:9px;padding:9px 10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;min-height:40px;box-sizing:border-box}.fb-required-toggle input{width:16px!important;min-height:16px}.fb-required-toggle span{margin:0!important}.fb-required-toggle strong{display:block;font-size:11px}.fb-required-toggle small{display:block;font-size:10px;color:#64748b;margin-top:2px;font-weight:400}
.fb-extra,.fb-file-extra{margin-top:10px}.fb-extra label,.fb-file-extra label{display:block}.fb-file-extra{display:grid;grid-template-columns:1.4fr 1fr .55fr;gap:10px}
.prcrm-field-footer{display:flex;justify-content:space-between;align-items:center;margin-top:9px}.prcrm-field-status{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.prcrm-text-button{border:0;background:none;color:#4f46e5;font-size:11px;font-weight:700;padding:0;cursor:pointer}.prcrm-text-button:hover{text-decoration:underline}
.prcrm-builder-empty{margin:0 22px;padding:38px 20px!important}.prcrm-empty-icon{width:36px;height:36px;margin:0 auto 8px;border-radius:9px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:20px}.prcrm-builder-empty strong{display:block;color:#334155;font-size:14px}.prcrm-builder-empty span{display:block;color:#64748b;font-size:12px;margin-top:4px}
.prcrm-builder-footer{margin:16px 0 0!important;padding:14px 22px!important;background:#f8fafc;border-top:1px solid #e5e7eb}.prcrm-builder-footer>div:first-child{display:flex;align-items:center}.prcrm-builder-footer strong{font-size:12px;color:#334155}.prcrm-toolbar-note{font-size:11px!important}
@media(max-width:1050px){.prcrm-field-editor-grid{grid-template-columns:1fr 1fr}.fb-required-toggle{grid-column:1/-1}.fb-file-extra{grid-template-columns:1fr 1fr}.fb-file-extra label:last-child{grid-column:1/-1}}
@media(max-width:800px){.prcrm-editor-top{align-items:flex-start;flex-direction:column}.prcrm-editor-top-actions{width:100%}.prcrm-editor-top-actions .prcrm-btn{flex:1;justify-content:center}.prcrm-fields-head{align-items:flex-start!important;flex-direction:column}.prcrm-quick-add{width:100%}.prcrm-quick-add .prcrm-btn{flex:1}.prcrm-field-titlebar{align-items:flex-start}.prcrm-field-actions{flex-wrap:wrap}.prcrm-field-editor-grid,.fb-file-extra{grid-template-columns:1fr}.fb-required-toggle{grid-column:auto}.prcrm-form-settings-card,.prcrm-field-builder,.prcrm-builder-tip{margin-left:12px;margin-right:12px}.prcrm-field-builder{padding-left:0;padding-right:0}.prcrm-builder-empty{margin-left:0;margin-right:0}.prcrm-builder-footer{padding-left:12px!important;padding-right:12px!important}.prcrm-editor-bottom-actions{width:100%}.prcrm-editor-bottom-actions .prcrm-btn{flex:1;justify-content:center}}
.prcrm-readonly-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.prcrm-readonly-field{padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.prcrm-readonly-field small{display:block;color:#64748b;font-size:11px;margin-bottom:5px}.prcrm-readonly-field strong{display:block;color:#172033;font-size:14px;white-space:pre-wrap;word-break:break-word}@media(max-width:720px){.prcrm-readonly-form{grid-template-columns:1fr}}
/* v10.0.2 Candidate Form Designer - SaaS application UI */
.prcrm-app{max-width:none!important;margin:0 18px 36px 0!important;padding:0!important}.prcrm-app .prcrm-head{margin-bottom:18px!important}
.prcrm-builder-shell{max-width:1480px;margin:0 auto 36px;padding:0 4px}
.prcrm-builder-shell,.prcrm-builder-shell *{box-sizing:border-box}
.prcrm-builder-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:28px;padding:28px 30px;background:#0f172a;border:0;border-radius:18px;box-shadow:0 14px 36px rgba(15,23,42,.12);margin-bottom:14px;color:#fff}
.prcrm-builder-hero:after{content:"";position:absolute;right:-100px;top:-120px;width:360px;height:360px;border-radius:50%;background:rgba(99,102,241,.16);pointer-events:none}
.prcrm-builder-hero-copy,.prcrm-builder-hero-actions{position:relative;z-index:1}.prcrm-builder-hero-copy{min-width:0}.prcrm-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#a5b4fc;margin-bottom:9px}
.prcrm-builder-hero h1{margin:0;color:#fff;font-size:28px;line-height:1.2;font-weight:750;letter-spacing:-.02em}.prcrm-builder-hero p{margin:8px 0 18px;color:#cbd5e1;max-width:860px;font-size:13px;line-height:1.65}
.prcrm-builder-stats{display:flex;gap:10px;flex-wrap:wrap}.prcrm-builder-stats span{font-size:11px;color:#cbd5e1;padding:8px 10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:10px}.prcrm-builder-stats span:last-child{border-right:1px solid rgba(255,255,255,.12)}.prcrm-builder-stats b{color:#fff;font-size:14px;margin-right:4px}
.prcrm-builder-hero-actions{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:320px}.prcrm-builder-hero-actions .prcrm-btn{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}.prcrm-builder-hero-actions .prcrm-btn:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.28)!important}.prcrm-builder-hero-actions .prcrm-btn.primary{background:#4f46e5!important;border-color:#4f46e5!important;color:#fff!important}
.prcrm-builder-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid #e7eaf0;border-radius:14px;margin-bottom:12px;position:sticky;top:26px;z-index:20;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.prcrm-builder-search{position:relative;min-width:0}.prcrm-builder-search .dashicons{position:absolute;left:12px;top:11px;color:#94a3b8}.prcrm-builder-search input{width:100%!important;height:40px!important;padding:0 14px 0 36px!important;border:1px solid #dbe1ea!important;border-radius:10px!important;background:#f8fafc!important;color:#0f172a!important;box-shadow:none!important}.prcrm-builder-search input:focus{border-color:#818cf8!important;box-shadow:0 0 0 3px rgba(99,102,241,.12)!important;background:#fff!important}
.prcrm-builder-filter{display:flex;gap:5px;flex-wrap:wrap}.prcrm-filter-chip{border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:9px;padding:8px 11px;font-size:11px;font-weight:750;cursor:pointer;transition:.15s}.prcrm-filter-chip:hover{border-color:#c7d2fe;color:#4338ca}.prcrm-filter-chip.is-active{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}
.prcrm-builder-order-note{display:flex;align-items:center;gap:5px;color:#64748b;font-size:11px;white-space:nowrap;justify-content:flex-end}
.prcrm-builder-tip{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;background:#f8fafc;border:1px solid #e6eaf0;border-radius:12px;margin-bottom:12px;color:#475569}.prcrm-builder-tip .dashicons{color:#4f46e5;margin-top:1px}.prcrm-builder-tip strong{display:block;font-size:11px;color:#334155}.prcrm-builder-tip span{display:block;font-size:11px;line-height:1.55;margin-top:2px}
.prcrm-builder-list{display:flex;flex-direction:column;gap:8px}
.prcrm-field-row{background:#fff;border:1px solid #e2e6ec;border-radius:14px;margin:0;box-shadow:0 2px 8px rgba(15,23,42,.035);transition:box-shadow .15s,transform .15s,border-color .15s,opacity .15s;overflow:hidden}.prcrm-field-row:hover{box-shadow:0 10px 26px rgba(15,23,42,.07);border-color:#d6dce6}.prcrm-field-row.is-disabled{opacity:.72;background:#fbfcfe}.prcrm-field-row.is-highlighted{border-color:#a5b4fc;box-shadow:0 0 0 3px rgba(99,102,241,.10)}.prcrm-field-row.is-dragging{opacity:.5}.prcrm-field-row.is-drop-target{border-top:3px solid #6366f1}.prcrm-field-row.is-collapsed .prcrm-field-editor{display:none}
.prcrm-field-row-head{display:flex;align-items:center;gap:11px;padding:10px 13px;min-height:58px;background:#fff}.prcrm-field-grab{width:30px;height:32px;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:grab;border-radius:8px;background:#f8fafc}.prcrm-field-grab:hover{background:#eef2f7;color:#475569}.prcrm-field-title{display:flex;align-items:center;gap:9px;min-width:0;flex:1}.prcrm-field-index{width:27px;height:27px;border-radius:8px;background:#eef2ff;color:#4338ca;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex:none}.prcrm-field-title-label{font-size:13px;color:#172033;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:750}.prcrm-field-title-meta{font-size:10px;color:#94a3b8;display:block;margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.prcrm-lock,.prcrm-custom-badge{font-size:10px;padding:5px 8px;border-radius:999px;background:#eef2ff;color:#3730a3;display:inline-flex;align-items:center;gap:3px;font-weight:800}.prcrm-custom-badge{background:#ecfdf5;color:#047857}
.prcrm-row-status{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:#475569;padding:6px 8px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc}.prcrm-status-dot{width:7px;height:7px;border-radius:50%;background:#16a34a}.prcrm-status-dot.is-off{background:#94a3b8}
.prcrm-field-actions{display:flex;gap:5px;flex:none}.prcrm-field-actions .prcrm-btn.icon{width:31px;min-width:31px;height:31px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;border:1px solid #e2e8f0;color:#475569}.prcrm-field-actions .prcrm-btn.icon:hover{border-color:#c7d2fe;color:#4338ca;background:#f8faff}.prcrm-field-actions .prcrm-btn.icon:disabled{opacity:.35;cursor:not-allowed}.prcrm-field-actions .danger{color:#b91c1c!important}.prcrm-field-actions .danger:hover{border-color:#fecaca!important;background:#fff7f7!important}
.prcrm-field-editor{padding:15px 16px 16px;background:#fbfcfe;border-top:1px solid #eef1f4}.prcrm-field-editor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;align-items:start}.prcrm-field-editor-grid label{display:block;min-width:0;font-size:11px;font-weight:750;color:#334155}.prcrm-field-editor-grid input,.prcrm-field-editor-grid select,.prcrm-field-editor-grid textarea{width:100%!important;margin-top:6px!important;background:#fff!important;border:1px solid #dbe1ea!important;border-radius:9px!important;box-shadow:none!important;min-height:38px!important;color:#0f172a!important;padding:7px 10px!important}.prcrm-field-editor-grid textarea{min-height:80px!important;resize:vertical}.prcrm-field-editor-grid input:focus,.prcrm-field-editor-grid select:focus,.prcrm-field-editor-grid textarea:focus{border-color:#818cf8!important;box-shadow:0 0 0 3px rgba(99,102,241,.10)!important;outline:0!important}.prcrm-field-editor-grid small{display:block;font-size:10px;font-weight:400;color:#94a3b8;margin-top:4px;line-height:1.4}
.fb-toggle{display:flex!important;align-items:center;gap:9px;padding:9px 10px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;min-height:56px;box-sizing:border-box}.fb-toggle input{width:16px!important;height:16px!important;margin:0!important;flex:none}.fb-toggle span{display:block}.fb-toggle b{display:block;font-size:11px;color:#334155}.fb-toggle small{margin-top:1px}.prcrm-choice-options{grid-column:span 2}.prcrm-file-options{grid-column:span 2}
.prcrm-field-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed #e5e7eb;margin-top:13px;padding-top:10px}.prcrm-field-status{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.prcrm-text-button{border:0;background:none;color:#4f46e5;font-size:11px;font-weight:800;padding:0;cursor:pointer}.prcrm-text-button:hover{text-decoration:underline}
.prcrm-builder-empty{display:none;background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:50px 20px;text-align:center}.prcrm-empty-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.prcrm-builder-empty strong{display:block;color:#334155;font-size:14px}.prcrm-builder-empty span{display:block;color:#64748b;font-size:12px;margin-top:4px}
.prcrm-builder-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:13px 15px;background:#0f172a;border:0;border-radius:14px;position:sticky;bottom:14px;z-index:18;box-shadow:0 12px 28px rgba(15,23,42,.15);color:#cbd5e1;font-size:11px}.prcrm-builder-footer-actions{display:flex;gap:8px}.prcrm-builder-footer .prcrm-btn{background:rgba(255,255,255,.06)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}.prcrm-builder-footer .prcrm-btn.primary{background:#4f46e5!important;border-color:#4f46e5!important}
.prcrm-builder-toolbar .prcrm-btn,.prcrm-builder-footer .prcrm-btn,.prcrm-builder-hero .prcrm-btn{white-space:nowrap}
.prcrm-builder-shell .button,.prcrm-builder-shell .button-primary,.prcrm-builder-shell .wp-core-ui .button,.prcrm-builder-shell .wp-core-ui .button-primary{font-family:inherit}
@media(max-width:1150px){.prcrm-builder-hero{flex-direction:column}.prcrm-builder-hero-actions{justify-content:flex-end;min-width:0}.prcrm-builder-toolbar{grid-template-columns:1fr}.prcrm-builder-order-note{justify-content:flex-start}.prcrm-field-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-choice-options,.prcrm-file-options{grid-column:span 2}}
@media(max-width:700px){.prcrm-app{margin-right:10px!important}.prcrm-builder-shell{padding:0}.prcrm-builder-hero{padding:20px;border-radius:15px}.prcrm-builder-hero h1{font-size:22px}.prcrm-builder-stats{gap:7px}.prcrm-builder-stats span{padding:7px 8px}.prcrm-field-row-head{align-items:flex-start;flex-wrap:wrap}.prcrm-row-status{order:5;margin-left:41px}.prcrm-field-actions{margin-left:auto}.prcrm-field-editor-grid{grid-template-columns:1fr}.prcrm-choice-options,.prcrm-file-options{grid-column:auto}.prcrm-builder-footer{position:static;flex-direction:column;align-items:stretch}.prcrm-builder-footer-actions{width:100%}.prcrm-builder-footer-actions .prcrm-btn{flex:1;justify-content:center;text-align:center}.prcrm-builder-hero-actions{width:100%}.prcrm-builder-hero-actions .prcrm-btn{flex:1;justify-content:center;text-align:center}}

/* v10.0.3 Candidate Form Designer - layout stability & professional row spacing */
.prcrm-builder-shell .prcrm-field-row-head{
  display:grid;
  grid-template-columns:32px minmax(220px,1fr) auto auto auto;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:11px 14px;
}
.prcrm-builder-shell .prcrm-field-grab{grid-column:1;flex:none}
.prcrm-builder-shell .prcrm-field-title{
  grid-column:2;
  min-width:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  gap:9px;
}
.prcrm-builder-shell .prcrm-field-title > div{min-width:0;overflow:hidden}
.prcrm-builder-shell .prcrm-field-title-label,
.prcrm-builder-shell .prcrm-field-title-meta{
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.prcrm-builder-shell .prcrm-lock,
.prcrm-builder-shell .prcrm-custom-badge{grid-column:3;white-space:nowrap}
.prcrm-builder-shell .prcrm-row-status{grid-column:4;white-space:nowrap}
.prcrm-builder-shell .prcrm-field-actions{grid-column:5;display:flex;align-items:center;gap:5px;white-space:nowrap}
.prcrm-builder-shell .prcrm-field-actions .prcrm-btn.icon{flex:none}
.prcrm-builder-shell .prcrm-field-editor{background:#fff}
.prcrm-builder-shell .prcrm-field-editor-grid label{font-weight:700}
.prcrm-builder-shell .prcrm-field-editor-grid input,
.prcrm-builder-shell .prcrm-field-editor-grid select,
.prcrm-builder-shell .prcrm-field-editor-grid textarea{background:#fff!important}
.prcrm-builder-shell .prcrm-builder-toolbar{top:20px}
.prcrm-builder-shell .prcrm-builder-footer{bottom:12px}
@media(max-width:980px){
  .prcrm-builder-shell .prcrm-field-row-head{grid-template-columns:32px minmax(180px,1fr) auto auto;}
  .prcrm-builder-shell .prcrm-field-actions{grid-column:4;}
  .prcrm-builder-shell .prcrm-row-status{grid-column:3;}
  .prcrm-builder-shell .prcrm-lock,
  .prcrm-builder-shell .prcrm-custom-badge{grid-column:auto;}
}
@media(max-width:720px){
  .prcrm-builder-shell .prcrm-field-row-head{grid-template-columns:30px minmax(0,1fr) auto;align-items:center;}
  .prcrm-builder-shell .prcrm-field-title{grid-column:2;}
  .prcrm-builder-shell .prcrm-lock,
  .prcrm-builder-shell .prcrm-custom-badge{grid-column:2;grid-row:2;justify-self:start;margin-left:39px;}
  .prcrm-builder-shell .prcrm-row-status{grid-column:2;grid-row:3;justify-self:start;margin-left:39px;}
  .prcrm-builder-shell .prcrm-field-actions{grid-column:3;grid-row:1 / span 3;align-self:center;}
}


/* v10.0.4 Candidate Form Designer - interaction polish */
.prcrm-builder-hero-actions{position:relative}.prcrm-builder-dirty{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;font-size:11px;font-weight:800}.prcrm-builder-hero-actions .prcrm-btn:disabled{opacity:.45;cursor:not-allowed}
.prcrm-field-actions .prcrm-duplicate-field{color:#1d4ed8!important}.prcrm-field-actions .prcrm-duplicate-field:hover{background:#eff6ff!important;border-color:#bfdbfe!important}
.prcrm-preview-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px}.prcrm-preview-modal{width:min(1040px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:26px;box-shadow:0 30px 80px rgba(15,23,42,.28);position:relative}.prcrm-preview-modal>h2{margin:0;font-size:24px;color:#0f172a}.prcrm-preview-modal>p{margin:6px 0 20px;color:#64748b}.prcrm-preview-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#4f46e5;margin-bottom:6px}.prcrm-preview-close{position:sticky;float:right;top:0;border:0;background:#f8fafc;color:#334155;border-radius:10px;width:34px;height:34px;font-size:24px;cursor:pointer}.prcrm-preview-modal section{border:1px solid #e5e7eb;border-radius:14px;padding:16px;margin:14px 0}.prcrm-preview-modal section h3{margin:0 0 14px;font-size:14px}.prcrm-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.prcrm-preview-grid label{font-size:11px!important;font-weight:800!important;color:#334155!important}.prcrm-preview-grid label em{color:#dc2626;font-style:normal}.prcrm-preview-grid input,.prcrm-preview-grid select,.prcrm-preview-grid textarea{margin-top:7px;width:100%;box-sizing:border-box;padding:10px;border:1px solid #dbe1ea;border-radius:9px;background:#f8fafc;min-height:40px}.prcrm-preview-grid textarea{min-height:90px}.prcrm-preview-actions{display:flex;justify-content:flex-end;margin-top:18px}
@media(max-width:700px){.prcrm-preview-overlay{padding:10px}.prcrm-preview-modal{padding:18px}.prcrm-preview-grid{grid-template-columns:1fr}.prcrm-builder-dirty{width:100%;justify-content:center}}

/* v10.0.5 Candidate Form Designer refinements */
.prcrm-builder-shell .prcrm-field-grab{cursor:default!important;color:#94a3b8;background:#f8fafc!important}
.prcrm-builder-shell .prcrm-field-row{cursor:default!important}
.prcrm-builder-shell .prcrm-field-row-head{grid-template-columns:32px minmax(220px,1fr) auto auto auto!important}
.prcrm-builder-shell .prcrm-field-title{min-width:0!important}
.prcrm-builder-shell .prcrm-lock,.prcrm-builder-shell .prcrm-custom-badge,.prcrm-builder-shell .prcrm-row-status,.prcrm-builder-shell .prcrm-field-actions{grid-column:auto!important}
.prcrm-builder-shell .prcrm-field-actions{margin-left:0!important}
@media(max-width:900px){.prcrm-builder-shell .prcrm-field-row-head{grid-template-columns:30px minmax(0,1fr) auto!important}.prcrm-builder-shell .prcrm-lock,.prcrm-builder-shell .prcrm-custom-badge,.prcrm-builder-shell .prcrm-row-status{grid-column:2!important;grid-row:auto!important;justify-self:start;margin-left:0!important}.prcrm-builder-shell .prcrm-field-actions{grid-column:3!important;grid-row:1 / span 4!important}}


/* v10.0.6 Candidate Form Designer - polished inline editor + explicit edit action */
.prcrm-builder-shell .prcrm-field-row{border:1px solid #e4e8ef!important;border-radius:14px!important;background:#fff!important;box-shadow:0 2px 10px rgba(15,23,42,.035)!important;overflow:hidden!important}
.prcrm-builder-shell .prcrm-field-row-head{min-height:62px!important;padding:12px 14px!important;background:#fff!important}
.prcrm-builder-shell .prcrm-field-title-label{font-size:14px!important;font-weight:800!important;color:#111827!important}
.prcrm-builder-shell .prcrm-field-title-meta{font-size:11px!important;color:#94a3b8!important;margin-top:3px!important}
.prcrm-builder-shell .prcrm-field-editor{padding:18px!important;background:#f8fafc!important;border-top:1px solid #edf0f4!important}
.prcrm-builder-shell .prcrm-field-editor-grid{gap:14px!important;padding:0!important}
.prcrm-builder-shell .prcrm-field-editor-grid label{padding:0!important;font-size:11px!important;color:#475569!important}
.prcrm-builder-shell .prcrm-field-editor-grid input,.prcrm-builder-shell .prcrm-field-editor-grid select,.prcrm-builder-shell .prcrm-field-editor-grid textarea{min-height:42px!important;border:1px solid #d7dde7!important;border-radius:10px!important;padding:9px 11px!important;background:#fff!important;font-size:13px!important;box-sizing:border-box!important}
.prcrm-builder-shell .prcrm-field-editor-grid input[readonly]{background:#f3f4f6!important;color:#64748b!important}
.prcrm-builder-shell .fb-toggle{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:10px 12px!important;min-height:42px!important;box-sizing:border-box!important}
.prcrm-builder-shell .prcrm-field-footer{margin-top:14px!important;padding-top:12px!important;border-top:1px solid #e5e7eb!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.prcrm-builder-shell .prcrm-text-button{font-size:12px!important;font-weight:800!important;color:#4338ca!important}
.prcrm-builder-shell .prcrm-field-actions .prcrm-btn.compact{display:inline-flex!important;align-items:center!important;gap:5px!important;height:32px!important;padding:0 10px!important;border-radius:8px!important;font-size:11px!important;font-weight:800!important}
.prcrm-builder-shell .prcrm-field-actions .prcrm-edit-field{background:#eef2ff!important;border-color:#c7d2fe!important;color:#4338ca!important}
.prcrm-builder-shell .prcrm-field-actions .prcrm-edit-field:hover{background:#e0e7ff!important;border-color:#a5b4fc!important}
.prcrm-builder-shell .prcrm-field-actions .prcrm-btn.icon{width:32px!important;height:32px!important}
.prcrm-builder-shell .prcrm-field-row.is-collapsed .prcrm-field-row-head{border-radius:14px!important}
@media(max-width:900px){.prcrm-builder-shell .prcrm-field-row-head{grid-template-columns:30px minmax(0,1fr) auto!important}.prcrm-builder-shell .prcrm-field-actions{grid-column:3!important;grid-row:1 / span 4!important}.prcrm-builder-shell .prcrm-field-actions .prcrm-edit-field span:last-child{display:none!important}.prcrm-builder-shell .prcrm-field-actions .prcrm-btn.compact{width:32px!important;padding:0!important;justify-content:center!important}}

/* v10.0.8 — reliable visible green/red switches (cache-busted via PRCRM_VERSION) */
.prcrm-builder-shell .fb-toggle{display:grid!important;grid-template-columns:52px 1fr!important;align-items:center!important;column-gap:10px!important;position:relative!important;min-height:58px!important;padding:10px 12px!important;border:1px solid #dbe3ec!important;border-radius:12px!important;background:#fff!important;transition:.18s ease!important;cursor:pointer!important;box-sizing:border-box!important}
.prcrm-builder-shell .fb-toggle:hover{border-color:#cbd5e1!important;box-shadow:0 3px 12px rgba(15,23,42,.05)!important}
.prcrm-builder-shell .fb-toggle-input{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;opacity:0!important;cursor:pointer!important;z-index:3!important}
.prcrm-builder-shell .fb-switch{position:relative!important;display:block!important;width:46px!important;height:26px!important;border-radius:999px!important;background:#dc2626!important;box-shadow:inset 0 0 0 1px rgba(127,29,29,.18)!important;transition:background-color .18s ease,box-shadow .18s ease!important}
.prcrm-builder-shell .fb-switch-knob{position:absolute!important;top:3px!important;left:3px!important;width:20px!important;height:20px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 1px 4px rgba(15,23,42,.22)!important;transition:transform .18s ease!important}
.prcrm-builder-shell .fb-toggle-input:checked + .fb-switch{background:#16a34a!important;box-shadow:inset 0 0 0 1px rgba(20,83,45,.18)!important}
.prcrm-builder-shell .fb-toggle-input:checked + .fb-switch .fb-switch-knob{transform:translateX(20px)!important}
.prcrm-builder-shell .fb-toggle-input:focus-visible + .fb-switch{box-shadow:0 0 0 3px rgba(79,70,229,.17),inset 0 0 0 1px rgba(79,70,229,.18)!important}
.prcrm-builder-shell .fb-toggle-copy{min-width:0!important;display:block!important;position:relative!important;z-index:1!important}
.prcrm-builder-shell .fb-toggle-copy b{display:block!important;font-size:12px!important;font-weight:800!important;color:#b91c1c!important;line-height:1.2!important;transition:color .18s ease!important}
.prcrm-builder-shell .fb-toggle-copy small{display:block!important;margin-top:3px!important;color:#64748b!important;font-size:11px!important;line-height:1.25!important}
.prcrm-builder-shell .fb-toggle:has(.fb-toggle-input:checked){border-color:#bbf7d0!important;background:#f7fff9!important}
.prcrm-builder-shell .fb-toggle:has(.fb-toggle-input:checked) .fb-toggle-copy b{color:#15803d!important}
@media(max-width:720px){.prcrm-builder-shell .fb-toggle{grid-template-columns:50px 1fr!important;min-height:56px!important}.prcrm-builder-shell .fb-switch{width:44px!important}.prcrm-builder-shell .fb-toggle-input:checked + .fb-switch .fb-switch-knob{transform:translateX(18px)!important}}

/* Front-end form access gate */
.prcrm-login-required{max-width:560px;margin:32px auto;text-align:center;padding:32px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.06)}
.prcrm-login-required h2{margin:0 0 8px;font-size:26px;color:#111827}.prcrm-login-required p{color:#64748b}.prcrm-login-required .prcrm-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}


/* v10.0.20 — professional public employee portal */
.prcrm-public{max-width:1180px!important;margin:40px auto!important;padding:0 20px!important;color:#0f172a!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.prcrm-public *{box-sizing:border-box}
.prcrm-portal{max-width:1080px!important;margin:0 auto!important}
.prcrm-portal-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:30px 32px;margin-bottom:22px;border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#334155 100%);box-shadow:0 18px 45px rgba(15,23,42,.14);color:#fff}
.prcrm-portal-hero h1{margin:4px 0 8px!important;font-size:32px!important;line-height:1.15!important;color:#fff!important;letter-spacing:-.025em}
.prcrm-portal-hero p{margin:0!important;max-width:700px;color:#cbd5e1!important;font-size:15px;line-height:1.7}
.prcrm-portal-hero .prcrm-kicker{color:#a5b4fc!important;font-size:11px;letter-spacing:.14em}
.prcrm-portal-identity{padding:11px 15px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:14px;min-width:180px}
.prcrm-portal-identity span{display:block;color:#cbd5e1;font-size:11px;margin-bottom:3px}.prcrm-portal-identity strong{font-size:15px;color:#fff}
.prcrm-portal-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 22px}
.prcrm-portal-stat{padding:18px 20px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.05)}
.prcrm-portal-stat span{display:block;color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.prcrm-portal-stat strong{display:block;margin-top:7px;font-size:24px;letter-spacing:-.02em}
.prcrm-public .prcrm-panel{padding:26px!important;border-radius:20px!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 30px rgba(15,23,42,.05)!important}
.prcrm-public .prcrm-panel-head h2{font-size:20px;color:#0f172a;margin:0 0 5px}.prcrm-public .prcrm-panel-head p{color:#64748b;margin:0;line-height:1.6}
.prcrm-public .prcrm-form-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0 0}
.prcrm-public .prcrm-form-card{position:relative;padding:20px 20px 18px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#0f172a;box-shadow:0 6px 20px rgba(15,23,42,.04);transition:.18s ease;min-height:145px}
.prcrm-public .prcrm-form-card:after{content:"›";position:absolute;right:18px;top:18px;color:#94a3b8;font-size:23px;line-height:1}.prcrm-public .prcrm-form-card:hover{border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 14px 32px rgba(79,70,229,.10)}
.prcrm-public .prcrm-form-card b{font-size:16px;padding-right:26px}.prcrm-public .prcrm-form-card span{margin-top:8px;line-height:1.55;font-size:13px}.prcrm-public .prcrm-form-card em{display:inline-flex;margin-top:14px;padding:5px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-style:normal;font-weight:800}
.prcrm-employee-form{max-width:920px!important;margin:0 auto!important;padding:0!important;overflow:hidden}
.prcrm-form-hero{padding:26px 28px;background:#fff;border-bottom:1px solid #e2e8f0}.prcrm-form-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.prcrm-form-hero h2{margin:0 0 7px!important;font-size:24px!important;color:#0f172a!important}.prcrm-form-hero p{margin:0;color:#64748b;line-height:1.6}.prcrm-form-status{padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap;background:#eef2ff;color:#4338ca}
.prcrm-form-progress{height:7px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-top:20px}.prcrm-form-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,#4f46e5,#6366f1);transition:width .2s ease}
.prcrm-form-stepper{display:flex;gap:8px;flex-wrap:wrap;padding:18px 28px;border-bottom:1px solid #eef2f7;background:#fafbff}.prcrm-step{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e2e8f0;background:#fff;border-radius:999px;color:#64748b;font-size:12px;font-weight:800}.prcrm-step b{width:21px;height:21px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b;font-size:10px}.prcrm-step.is-active{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}.prcrm-step.is-active b{background:#4f46e5;color:#fff}.prcrm-step.is-done{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.prcrm-step.is-done b{background:#10b981;color:#fff}
.prcrm-form-body{padding:26px 28px}.prcrm-form-step{display:none}.prcrm-form-step.is-active{display:block}.prcrm-form-step-title{margin-bottom:18px}.prcrm-form-step-title small{display:block;color:#6366f1;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.prcrm-form-step-title h3{margin:5px 0 4px;font-size:19px;color:#0f172a}.prcrm-form-step-title p{margin:0;color:#64748b;font-size:13px}
.prcrm-form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.prcrm-form-field{padding:16px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.prcrm-form-field.is-wide{grid-column:1/-1}.prcrm-form-field label{display:block!important;margin:0!important;font-weight:800!important;color:#334155!important;font-size:13px}.prcrm-form-field .prcrm-help{display:block;color:#94a3b8;font-weight:500;font-size:11px;margin-top:5px}.prcrm-form-field input,.prcrm-form-field select,.prcrm-form-field textarea{margin-top:9px!important;background:#f8fafc!important;border:1px solid #dbe3ee!important;border-radius:11px!important;min-height:44px!important;padding:10px 12px!important;outline:none!important;transition:border .15s,box-shadow .15s!important}.prcrm-form-field input:focus,.prcrm-form-field select:focus,.prcrm-form-field textarea:focus{background:#fff!important;border-color:#818cf8!important;box-shadow:0 0 0 3px rgba(99,102,241,.12)!important}.prcrm-form-field textarea{min-height:125px!important;resize:vertical}.prcrm-form-field .prcrm-inline-check{display:flex!important;align-items:center;gap:9px;margin-top:12px!important;font-weight:700!important}.prcrm-form-field .prcrm-inline-check input{width:18px!important;min-height:18px!important;margin:0!important}
.prcrm-form-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 28px;border-top:1px solid #e2e8f0;background:#fbfdff;position:sticky;bottom:0;z-index:3}.prcrm-form-actions .prcrm-action-group{display:flex;gap:10px;align-items:center}.prcrm-form-actions .prcrm-btn{min-height:42px;padding:10px 16px;border-radius:11px}.prcrm-form-actions .prcrm-btn.primary{box-shadow:0 8px 20px rgba(79,70,229,.18)}
.prcrm-form-back{display:inline-flex;align-items:center;gap:7px;color:#475569;text-decoration:none;font-weight:800;font-size:13px;margin-bottom:16px}.prcrm-form-back:hover{color:#4338ca}.prcrm-readonly-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:18px}.prcrm-readonly-field{padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fafbff}.prcrm-readonly-field small{display:block;color:#64748b;font-weight:700}.prcrm-readonly-field strong{display:block;margin-top:4px;color:#0f172a}
@media(max-width:760px){.prcrm-public{margin:20px auto!important;padding:0 12px!important}.prcrm-portal-hero{padding:22px 20px;flex-direction:column}.prcrm-portal-hero h1{font-size:27px!important}.prcrm-portal-identity{width:100%}.prcrm-portal-stats{grid-template-columns:1fr!important}.prcrm-public .prcrm-form-list{grid-template-columns:1fr}.prcrm-form-hero,.prcrm-form-stepper,.prcrm-form-body{padding-left:18px;padding-right:18px}.prcrm-form-hero-top{flex-direction:column}.prcrm-form-fields,.prcrm-readonly-form{grid-template-columns:1fr}.prcrm-form-actions{padding:16px 18px;align-items:stretch;flex-direction:column}.prcrm-form-actions .prcrm-action-group{width:100%;justify-content:stretch}.prcrm-form-actions .prcrm-btn{flex:1}.prcrm-step{font-size:11px}}

.prcrm-btn.danger{border-color:#fecaca;color:#b91c1c;background:#fff}.prcrm-btn.danger:hover{background:#fef2f2}.prcrm-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:700;font-size:12px}

/* v10.0.24 — unified professional employee form visual system */
.prcrm-public .prcrm-employee-form{
    --prcrm-form-accent:#f59e0b;
    --prcrm-form-accent-2:#f97316;
    max-width:1040px!important;
    margin:0 auto!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid #e2e8f0!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 16px 42px rgba(15,23,42,.08)!important;
}
.prcrm-public .prcrm-form-hero{
    position:relative;
    padding:30px 32px 24px!important;
    color:#fff!important;
    border:0!important;
    background:
      radial-gradient(circle at 88% 16%,rgba(245,158,11,.20),transparent 24%),
      radial-gradient(circle at 75% 110%,rgba(249,115,22,.10),transparent 26%),
      linear-gradient(135deg,#0b1220 0%,#172033 55%,#1e293b 100%)!important;
}
.prcrm-public .prcrm-form-hero-top{align-items:flex-start!important}
.prcrm-public .prcrm-form-hero-copy{min-width:0;max-width:760px}
.prcrm-public .prcrm-form-kicker{display:inline-flex;align-items:center;gap:8px;margin:8px 0 10px;color:#fbbf24;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.prcrm-public .prcrm-form-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#fbbf24;box-shadow:0 0 0 4px rgba(251,191,36,.10)}
.prcrm-public .prcrm-form-hero h2{margin:0 0 8px!important;font-size:28px!important;line-height:1.15!important;color:#fff!important;letter-spacing:-.025em}
.prcrm-public .prcrm-form-hero p{margin:0!important;color:#cbd5e1!important;font-size:13px!important;line-height:1.65!important}
.prcrm-public .prcrm-form-hero .prcrm-form-back{margin-bottom:0;color:#e2e8f0!important;font-size:12px!important}
.prcrm-public .prcrm-form-hero .prcrm-form-back:hover{color:#fff!important}
.prcrm-public .prcrm-form-status-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:7px;flex:0 0 auto}
.prcrm-public .prcrm-form-status{border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;padding:7px 11px!important}
.prcrm-public .prcrm-form-count{color:#cbd5e1;font-size:10px;font-weight:800}
.prcrm-public .prcrm-form-progress{height:8px!important;margin-top:20px!important;background:rgba(255,255,255,.10)!important}
.prcrm-public .prcrm-form-progress i{background:linear-gradient(90deg,var(--prcrm-form-accent),var(--prcrm-form-accent-2))!important;box-shadow:0 0 14px rgba(245,158,11,.24)}
.prcrm-public .prcrm-form-stepper{padding:17px 28px!important;background:#fff!important;border-bottom:1px solid #eef2f7!important;overflow-x:auto!important;flex-wrap:nowrap!important}
.prcrm-public .prcrm-step{flex:0 0 auto;border-color:#e2e8f0!important;background:#fff!important;color:#64748b!important}
.prcrm-public .prcrm-step b{background:#f1f5f9!important;color:#64748b!important}
.prcrm-public .prcrm-step.is-active{border-color:#fed7aa!important;background:#fff7ed!important;color:#c2410c!important}
.prcrm-public .prcrm-step.is-active b{background:var(--prcrm-form-accent)!important;color:#fff!important}
.prcrm-public .prcrm-step.is-done{border-color:#bbf7d0!important;background:#f0fdf4!important;color:#047857!important}
.prcrm-public .prcrm-step.is-done b{background:#10b981!important;color:#fff!important}
.prcrm-public .prcrm-form-body{padding:28px 30px!important;background:#f8fafc!important}
.prcrm-public .prcrm-form-step-title{padding:0 2px 2px!important}
.prcrm-public .prcrm-form-step-title small{color:#c2410c!important;letter-spacing:.12em!important}
.prcrm-public .prcrm-form-step-title h3{font-size:21px!important;font-weight:900!important;color:#0f172a!important}
.prcrm-public .prcrm-form-step-title p{font-size:12px!important;color:#64748b!important}
.prcrm-public .prcrm-form-fields{gap:15px!important}
.prcrm-public .prcrm-form-field{padding:16px 17px!important;border:1px solid #e2e8f0!important;border-radius:15px!important;background:#fff!important;box-shadow:0 5px 18px rgba(15,23,42,.035)!important}
.prcrm-public .prcrm-form-field:hover{border-color:#d8dee8!important}
.prcrm-public .prcrm-form-field label{font-size:12px!important;font-weight:850!important;color:#334155!important}
.prcrm-public .prcrm-form-field input,.prcrm-public .prcrm-form-field select,.prcrm-public .prcrm-form-field textarea{background:#fbfdff!important;border-color:#dbe3ee!important}
.prcrm-public .prcrm-form-field input:focus,.prcrm-public .prcrm-form-field select:focus,.prcrm-public .prcrm-form-field textarea:focus{border-color:#f59e0b!important;box-shadow:0 0 0 3px rgba(245,158,11,.12)!important;background:#fff!important}
.prcrm-public .prcrm-form-field input[type=file]{border:1px dashed #cbd5e1!important;background:#fff!important}
.prcrm-public .prcrm-form-field .prcrm-inline-check{padding:11px 12px!important;border:1px solid #e2e8f0!important;border-radius:11px!important;background:#f8fafc!important}
.prcrm-public .prcrm-form-actions{padding:18px 28px!important;background:#fff!important;border-top:1px solid #e2e8f0!important}
.prcrm-public .prcrm-form-actions .prcrm-btn{border-color:#cbd5e1!important;color:#334155!important;background:#fff!important}
.prcrm-public .prcrm-form-actions .prcrm-btn.primary{background:var(--prcrm-form-accent)!important;border-color:var(--prcrm-form-accent)!important;color:#fff!important;box-shadow:0 8px 18px rgba(245,158,11,.20)!important}
.prcrm-public .prcrm-form-actions .prcrm-btn.primary:hover{background:var(--prcrm-form-accent-2)!important;border-color:var(--prcrm-form-accent-2)!important}
.prcrm-public .prcrm-readonly-form{background:#f8fafc!important;padding:20px!important;border-radius:15px!important}
.prcrm-public .prcrm-readonly-field{background:#fff!important}
@media(max-width:760px){
  .prcrm-public .prcrm-form-hero{padding:22px 20px 18px!important}
  .prcrm-public .prcrm-form-hero h2{font-size:24px!important}
  .prcrm-public .prcrm-form-status-wrap{width:100%;flex-direction:row;justify-content:space-between;align-items:center}
  .prcrm-public .prcrm-form-stepper{padding:14px 18px!important}
  .prcrm-public .prcrm-form-body{padding:20px 18px!important}
  .prcrm-public .prcrm-form-actions{padding:15px 18px!important}
}
.prcrm-form-order{display:flex;align-items:center;gap:10px}.prcrm-form-order-number{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4338ca;font-weight:900;font-size:12px}.prcrm-form-order-label{font-size:12px;font-weight:800;color:#64748b;display:inline-flex;align-items:center;margin-right:2px}.prcrm-form-card-actions .prcrm-btn.icon{min-width:34px;justify-content:center;padding:7px 9px}.prcrm-form-card-actions .prcrm-btn.icon.is-disabled{opacity:.4;pointer-events:none}.prcrm-form-card-actions .prcrm-btn.danger{color:#b91c1c!important;border-color:#fecaca!important;background:#fff!important}.prcrm-form-card-actions .prcrm-btn.danger:hover{background:#fef2f2!important;border-color:#fca5a5!important}.prcrm-form-card-admin{transition:transform .18s ease,box-shadow .18s ease}.prcrm-form-card-admin:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,23,42,.06)}@media(max-width:700px){.prcrm-form-card-title{align-items:flex-start;flex-direction:column}.prcrm-form-order{width:100%}.prcrm-form-card-actions{gap:6px}.prcrm-form-order-label{width:100%}}
.prcrm-form-field .prcrm-auto-filled-badge{display:inline-flex;align-items:center;gap:4px;margin-left:7px;padding:3px 7px;border-radius:999px;background:#ecfdf5!important;color:#047857!important;font-size:10px!important;font-weight:800!important;vertical-align:middle}.prcrm-form-field .prcrm-auto-filled-badge:before{content:'✓';font-size:10px}@media(max-width:760px){.prcrm-form-field .prcrm-auto-filled-badge{font-size:9px!important;padding:2px 6px}}

/* v10.0.62 document upload UX */
.prcrm-public .prcrm-document-progress{margin:0 0 20px;padding:15px 16px;border:1px solid #dbeafe;border-radius:14px;background:#eff6ff}.prcrm-public .prcrm-document-progress>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#0f172a;font-size:12px}.prcrm-public .prcrm-document-progress>div:first-child span{font-weight:800;color:#2563eb}.prcrm-public .prcrm-document-progress-bar{height:7px;margin-top:10px;border-radius:999px;background:#dbeafe;overflow:hidden}.prcrm-public .prcrm-document-progress-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#10b981,#059669);transition:width .2s ease}.prcrm-file-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.prcrm-file-label-row label{margin:0!important}.prcrm-file-status{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.02em}.prcrm-file-status.is-saved{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.prcrm-file-status.is-na{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.prcrm-file-status.is-pending{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.prcrm-success-modal-backdrop{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.55);backdrop-filter:blur(5px)}.prcrm-success-modal{width:min(460px,100%);background:#fff;border-radius:22px;padding:30px 30px 26px;box-shadow:0 28px 80px rgba(15,23,42,.25);text-align:center}.prcrm-success-icon{width:64px;height:64px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ecfdf5;color:#059669;font-size:34px;font-weight:900}.prcrm-success-modal h3{margin:0 0 8px;color:#0f172a;font-size:22px}.prcrm-success-modal p{margin:0;color:#64748b;font-size:13px;line-height:1.6}.prcrm-success-modal .prcrm-success-note{margin-top:8px;font-size:11px;color:#94a3b8}.prcrm-success-actions{margin-top:20px}.prcrm-success-actions .prcrm-btn{display:inline-flex;min-width:150px;justify-content:center;text-decoration:none}.prcrm-public .prcrm-file-label-row+.prcrm-help{margin-top:5px}@media(max-width:760px){.prcrm-public .prcrm-document-progress>div:first-child{align-items:flex-start;flex-direction:column;gap:3px}.prcrm-file-label-row{align-items:flex-start}.prcrm-success-modal{padding:26px 20px}.prcrm-success-modal h3{font-size:19px}}

/* v10.0.66 company policy viewer */
.prcrm-policy-view-btn{display:inline-flex;align-items:center;gap:6px;margin:8px 0 0;padding:8px 11px;border:1px solid #c7d2fe;border-radius:10px;background:#eef2ff;color:#3730a3;text-decoration:none;font-size:12px;font-weight:800}.prcrm-policy-view-btn:hover{background:#e0e7ff;color:#312e81}.prcrm-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;background:#f8fbff}.prcrm-policy-card{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px;border:1px solid #dbe4ef;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.05);text-decoration:none;color:#0f172a}.prcrm-policy-card strong{display:block;font-size:14px}.prcrm-policy-card span{display:block;margin-top:4px;color:#64748b;font-size:12px}.prcrm-policy-card b{font-size:20px;color:#4f46e5}.prcrm-policy-body{padding:24px;font-size:15px;line-height:1.75;color:#334155}.prcrm-policy-body p{margin:0 0 14px}.prcrm-policy-detail{margin-top:18px}
@media(max-width:760px){.prcrm-policy-grid{grid-template-columns:1fr}}

/* v10.0.69 policy acknowledgement */
.prcrm-policy-view-btn{font-weight:800}
.prcrm-policy-ack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:8px 0 20px}
.prcrm-policy-ack-card{border:1px solid #dbe4ef;border-radius:16px;background:#fff;padding:18px;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.prcrm-policy-ack-card .prcrm-policy-title{font-weight:800;color:#0f172a;line-height:1.45;margin-bottom:10px}
.prcrm-policy-ack-card .prcrm-policy-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.prcrm-policy-ack-card .prcrm-inline-check{margin-top:0;flex:1}
@media(max-width:760px){.prcrm-policy-ack-grid{grid-template-columns:1fr}}

/* Policy acknowledgement field grid */
.prcrm-form-fields[data-policy-ack-grid="1"]{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.prcrm-form-fields[data-policy-ack-grid="1"]>.prcrm-form-field{grid-column:auto!important}
.prcrm-form-fields[data-policy-ack-grid="1"]>.prcrm-form-field:has(.prcrm-policy-ack-card){padding:0;background:transparent;border:0;box-shadow:none}
.prcrm-form-fields[data-policy-ack-grid="1"]>.prcrm-form-field:has(textarea){grid-column:1/-1}
@media(max-width:760px){.prcrm-form-fields[data-policy-ack-grid="1"]{grid-template-columns:1fr}}

/* v10.0.73 submission review drawer */
.prcrm-review-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.38);z-index:1000000;pointer-events:auto;display:flex;justify-content:flex-end;align-items:stretch;backdrop-filter:blur(1.5px)}
.prcrm-review-drawer{pointer-events:auto;width:75vw;max-width:1320px;min-width:620px;height:100vh;background:#fff;box-shadow:-20px 0 50px rgba(15,23,42,.18);display:flex;flex-direction:column;animation:prcrmReviewIn .22s ease-out}
.prcrm-review-drawer-head{padding:22px 26px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;position:sticky;top:0;background:#fff;z-index:2}
.prcrm-review-drawer-head h2{margin:4px 0 6px;font-size:22px;color:#172033}.prcrm-review-drawer-head p{margin:0;color:#64748b;font-size:13px}.prcrm-review-close{width:40px;height:40px;border:1px solid #dbe2ec;border-radius:10px;display:grid;place-items:center;text-decoration:none;font-size:26px;line-height:1;color:#475569;background:#fff}.prcrm-review-close:hover{background:#f8fafc;color:#111827}
.prcrm-review-drawer-body{flex:1;overflow:auto;padding:24px 26px 30px;background:#f8fafc}.prcrm-review-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.prcrm-review-summary>div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.prcrm-review-summary span{display:block;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.prcrm-review-summary strong{color:#172033;font-size:14px}.prcrm-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.prcrm-review-item{padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;min-height:76px}.prcrm-review-item b{display:block;color:#334155;font-size:12px;margin-bottom:7px}.prcrm-review-item p{margin:0;color:#172033;font-size:14px;line-height:1.55;word-break:break-word}.prcrm-review-drawer-foot{border-top:1px solid #e5e7eb;background:#fff;padding:16px 26px 18px;position:sticky;bottom:0;z-index:2}.prcrm-review-notes{display:block}.prcrm-review-notes textarea{width:100%;min-height:82px;resize:vertical;margin:7px 0 12px;padding:11px 12px;border:1px solid #cbd5e1;border-radius:10px;box-sizing:border-box}.prcrm-review-actions{display:flex;justify-content:flex-end;gap:10px}.prcrm-review-actions .prcrm-btn{min-width:150px}
@keyframes prcrmReviewIn{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(max-width:900px){.prcrm-review-drawer{width:88vw;min-width:0}.prcrm-review-summary,.prcrm-review-grid{grid-template-columns:1fr}}
@media(max-width:640px){.prcrm-review-drawer{width:100vw}.prcrm-review-drawer-head,.prcrm-review-drawer-body,.prcrm-review-drawer-foot{padding-left:16px;padding-right:16px}.prcrm-review-actions{flex-direction:column-reverse}.prcrm-review-actions .prcrm-btn{width:100%;min-width:0}.prcrm-review-summary{grid-template-columns:1fr}}


/* v10.0.74 smoother submission review UX */
html.prcrm-review-html-lock, body.prcrm-review-open{overflow:hidden!important}
.prcrm-review-drawer{will-change:transform}
.prcrm-review-drawer.is-closing{animation:prcrmReviewOut .17s ease-in forwards}
@keyframes prcrmReviewOut{from{transform:translateX(0)}to{transform:translateX(100%)}}
.prcrm-review-open .wrap.prcrm-app{pointer-events:auto}
.prcrm-review-drawer-head{box-shadow:0 1px 0 rgba(15,23,42,.03)}
.prcrm-review-drawer-body{scroll-behavior:smooth}
.prcrm-review-drawer-foot{box-shadow:0 -8px 18px rgba(15,23,42,.05)}
.prcrm-review-actions .prcrm-btn.is-loading{opacity:.7;cursor:wait}
.prcrm-review-status{display:none;margin:0 0 10px;color:#475569;font-size:12px;font-weight:700}
.prcrm-review-loading{position:fixed;inset:0;z-index:1000001;pointer-events:auto;background:rgba(15,23,42,.38);display:flex;justify-content:flex-end;align-items:stretch;backdrop-filter:blur(2px)}
.prcrm-review-loading-card{width:75vw;max-width:1320px;min-width:620px;height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-shadow:-20px 0 50px rgba(15,23,42,.18);color:#172033}
.prcrm-review-spinner{width:34px;height:34px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:prcrmReviewSpin .75s linear infinite}
.prcrm-review-loading-card small{color:#64748b}
@keyframes prcrmReviewSpin{to{transform:rotate(360deg)}}
@media(max-width:900px){.prcrm-review-loading-card{width:88vw;min-width:0}}
@media(max-width:640px){.prcrm-review-loading-card{width:100vw}}


/* v10.0.78 submission review navigation */
.prcrm-review-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.prcrm-review-nav{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:1px solid #c7d2fe;border-radius:10px;background:#fff;color:#3730a3;text-decoration:none;font-size:12px;font-weight:800;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.prcrm-review-nav:hover{background:#eef2ff;border-color:#a5b4fc;transform:translateY(-1px)}
.prcrm-review-actions{align-items:center;flex-wrap:wrap}
.prcrm-review-next-bottom{margin-left:auto}
@media(max-width:640px){.prcrm-review-head-actions{width:100%;justify-content:flex-end}.prcrm-review-nav{min-height:38px}.prcrm-review-actions .prcrm-review-next-bottom{margin-left:0;width:100%}}

/* Document preview UI v10.0.79 */
.prcrm-review-media-card{border:1px solid #dbe4f0;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}
.prcrm-review-media-meta{display:flex;align-items:center;gap:11px;min-width:0}.prcrm-review-media-meta>div{min-width:0}.prcrm-review-media-meta strong{display:block;color:#0f172a;font-size:14px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:34vw}.prcrm-review-media-meta small{display:block;color:#64748b;font-size:11px;margin-top:4px}.prcrm-review-media-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eef2ff;font-size:19px;flex:0 0 40px}.prcrm-review-media-actions{display:flex;gap:8px;flex:0 0 auto}.prcrm-review-media-actions .prcrm-btn{min-width:auto;padding:9px 12px}.prcrm-review-preview{position:fixed;inset:0;z-index:1000001;background:rgba(2,6,23,.82);display:flex;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(5px)}
.prcrm-review-preview-panel{width:min(96vw,1500px);height:min(94vh,1000px);background:#fff;border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden}.prcrm-review-preview-head{padding:14px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.prcrm-review-preview-head strong{font-size:14px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prcrm-review-preview-body{flex:1;background:#111827;display:flex;align-items:center;justify-content:center;overflow:auto}.prcrm-review-preview-body img{max-width:100%;max-height:100%;object-fit:contain;display:block;background:#0b1220}.prcrm-review-preview-body iframe{width:100%;height:100%;border:0;background:#fff}.prcrm-review-preview-actions{display:flex;gap:8px;align-items:center}.prcrm-review-preview-close{width:38px;height:38px;border:1px solid #dbe2ec;border-radius:10px;background:#fff;color:#334155;font-size:22px;line-height:1;cursor:pointer}.prcrm-review-preview-close:hover{background:#f8fafc}.prcrm-review-preview-download{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:9px;border:1px solid #c7d2fe;background:#fff;color:#3730a3;text-decoration:none;font-size:12px;font-weight:800}
@media(max-width:640px){.prcrm-review-media-card{align-items:flex-start;flex-direction:column}.prcrm-review-media-actions{width:100%}.prcrm-review-media-actions .prcrm-btn{flex:1}.prcrm-review-media-meta strong{max-width:72vw}.prcrm-review-preview{padding:8px}.prcrm-review-preview-panel{width:100vw;height:100vh;border-radius:0}.prcrm-review-preview-head{padding:10px}.prcrm-review-preview-download{display:none}}

/* v10.0.80 — Step-by-step submission review workflow */
.prcrm-submission-workflow{margin-bottom:18px}
.prcrm-submission-workflow .prcrm-panel-head{align-items:center;gap:20px}
.prcrm-submission-workflow .prcrm-panel-head>div:first-child{min-width:0}
.prcrm-submission-workflow .prcrm-panel-head h2{margin:0 0 4px}
.prcrm-submission-workflow .prcrm-panel-head p{margin:0;color:#64748b;font-size:12px}
.prcrm-workflow-progress{min-width:170px;display:flex;flex-direction:column;gap:7px;text-align:right;color:#334155;font-size:12px}
.prcrm-workflow-progress span{display:block;height:6px;border-radius:999px;background:linear-gradient(90deg,#4f46e5 var(--prcrm-progress),#e2e8f0 var(--prcrm-progress));overflow:hidden}
.prcrm-submission-step-list{display:flex;flex-direction:column;gap:9px}
.prcrm-submission-step{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.prcrm-submission-step:hover{border-color:#c7d2fe;box-shadow:0 8px 24px rgba(15,23,42,.06);transform:translateY(-1px)}
.prcrm-step-num{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;background:#eef2ff;color:#4338ca;font-weight:900;font-size:12px}
.prcrm-step-main{min-width:0;flex:1}
.prcrm-step-title{font-weight:800;color:#0f172a;font-size:14px;line-height:1.35}
.prcrm-step-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:5px;color:#64748b;font-size:11px}
.prcrm-submission-step.is-approved .prcrm-step-num{background:#dcfce7;color:#166534}
.prcrm-submission-step.is-rejected .prcrm-step-num{background:#fee2e2;color:#b91c1c}
.prcrm-submission-step.is-correction_required .prcrm-step-num{background:#fef3c7;color:#92400e}
.prcrm-submission-step .prcrm-btn{flex:0 0 auto}
.prcrm-empty{padding:30px;text-align:center;color:#64748b}
.prcrm-empty strong{display:block;color:#0f172a;font-size:16px;margin-bottom:4px}
.prcrm-empty p{margin:0}
@media(max-width:760px){.prcrm-submission-workflow .prcrm-panel-head{align-items:flex-start;flex-direction:column}.prcrm-workflow-progress{width:100%;min-width:0;text-align:left}.prcrm-submission-step{align-items:flex-start;flex-wrap:wrap}.prcrm-step-main{min-width:calc(100% - 48px)}.prcrm-submission-step .prcrm-btn{margin-left:48px}}
.prcrm-next-step-card{margin-top:16px;padding:20px 22px;border:1px solid #dbe4f0;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);display:flex;gap:16px;align-items:flex-start;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.prcrm-next-step-card.is-complete{border-color:#bbf7d0;background:linear-gradient(180deg,#f7fff9,#effcf3)}
.prcrm-next-step-card.is-attention{border-color:#fde68a;background:linear-gradient(180deg,#fffdf5,#fffbeb)}
.prcrm-next-step-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;display:grid;place-items:center;background:#eef2ff;color:#4338ca;font-size:20px;font-weight:800}
.prcrm-next-step-card.is-complete .prcrm-next-step-icon{background:#dcfce7;color:#166534}
.prcrm-next-step-card.is-attention .prcrm-next-step-icon{background:#fef3c7;color:#92400e}
.prcrm-next-step-content{min-width:0}
.prcrm-next-step-content .prcrm-kicker{display:block;margin-bottom:3px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#4f46e5}
.prcrm-next-step-content h3{margin:0 0 6px;font-size:18px;line-height:1.3;color:#0f172a}
.prcrm-next-step-content p{margin:0;color:#64748b;line-height:1.55;max-width:760px}
.prcrm-next-step-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
@media(max-width:760px){.prcrm-next-step-card{padding:16px}.prcrm-next-step-actions{flex-direction:column}.prcrm-next-step-actions .prcrm-btn{width:100%;justify-content:center;text-align:center}}

/* Shared modal scroll lock used by the existing joining-offer UI. */
.prcrm-file-pack-lock{overflow:hidden!important}

.prcrm-template-generator-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.prcrm-template-paper{background:#fff;border:1px solid #dfe5ee;border-radius:14px;box-shadow:0 14px 40px rgba(15,23,42,.08);max-width:820px;margin:18px auto;padding:46px 54px;color:#172033;min-height:720px}.prcrm-template-company{text-align:center;font-size:18px;font-weight:700;margin-bottom:28px}.prcrm-template-title{text-align:center;font-size:28px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;margin-bottom:20px}.prcrm-template-meta{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:#5b6678;border-bottom:1px solid #e5e9f0;padding-bottom:12px;margin-bottom:22px}.prcrm-template-subject{font-size:14px;margin-bottom:26px}.prcrm-template-body{font-size:14px;line-height:1.9}.prcrm-template-sign{margin-top:60px;font-size:14px;line-height:1.8}.prcrm-loading,.prcrm-empty-state,.prcrm-error{padding:20px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;color:#475569}.prcrm-error{background:#fff1f2;border-color:#fecdd3;color:#be123c}@media(max-width:782px){.prcrm-template-generator-grid{grid-template-columns:1fr}.prcrm-template-paper{padding:26px 20px;min-height:640px}.prcrm-template-meta{flex-direction:column;gap:6px}}

.prcrm-template-generator .prcrm-success{padding:12px 14px;border:1px solid #a7f3d0;background:#ecfdf5;color:#047857;border-radius:10px;font-size:12px;font-weight:700}.prcrm-template-generator .prcrm-error{padding:12px 14px;border-radius:10px}.prcrm-template-generator .prcrm-loading{padding:18px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;color:#64748b}

/* v10.1.47 — full dashboard Quick Actions */
.prcrm-quick-actions-panel{min-height:100%;}
.prcrm-quick-actions-subtitle{margin:0;color:#64748b;font-size:12px;}
.prcrm-quick-action-groups{display:grid;gap:18px;}
.prcrm-quick-action-group{padding-top:2px;}
.prcrm-quick-action-group h3{margin:0 0 9px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;}
.prcrm-quick-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
.prcrm-quick-actions-grid .prcrm-btn{width:100%;min-height:40px;box-sizing:border-box;text-align:center;padding:9px 10px;font-size:12px;}
.prcrm-quick-actions-grid .prcrm-btn.primary{box-shadow:0 6px 15px rgba(79,70,229,.16);}
@media(min-width:1200px){.prcrm-quick-actions-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:720px){.prcrm-quick-actions-grid{grid-template-columns:1fr;}.prcrm-quick-action-groups{gap:16px;}}

/* v10.1.53 — Improve compact detail/status grids so labels and values never run together. */
.prcrm-panel .prcrm-form-grid > div{
  min-width:0;
  padding:14px 15px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fbfdff;
  box-sizing:border-box;
}
.prcrm-panel .prcrm-form-grid > div > small{
  display:block !important;
  margin:0 0 7px !important;
  color:#64748b !important;
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  letter-spacing:.01em;
}
.prcrm-panel .prcrm-form-grid > div > strong{
  display:block !important;
  margin:0 !important;
  color:#0f172a !important;
  font-size:14px !important;
  line-height:1.5 !important;
  font-weight:800 !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}
.prcrm-panel .prcrm-form-grid > div > strong + *{margin-top:5px}
.prcrm-panel .prcrm-form-grid > div:hover{
  border-color:#c7d2fe;
  background:#fff;
}
.prcrm-panel .prcrm-panel-head + .prcrm-form-grid{margin-top:8px}
@media(max-width:720px){
  .prcrm-panel .prcrm-form-grid > div{padding:13px}
  .prcrm-panel .prcrm-form-grid > div > strong{font-size:13px !important}
}


/* v10.1.54 — Electronic signature preview and decision presentation. */
.prcrm-employee-decision-panel .prcrm-panel-head{align-items:center;gap:18px;margin-bottom:18px}
.prcrm-employee-decision-panel .prcrm-panel-head h3{margin:0 0 4px;font-size:18px}
.prcrm-employee-decision-panel .prcrm-panel-head p{margin:0;color:#64748b;font-size:12px;line-height:1.5}
.prcrm-badge-success{background:#ecfdf5!important;color:#047857!important;border:1px solid #a7f3d0}
.prcrm-decision-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}
.prcrm-decision-meta>div{padding:13px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fbfdff;min-width:0}
.prcrm-decision-meta small{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}
.prcrm-decision-meta strong{display:block;color:#0f172a;font-size:14px;line-height:1.45;overflow-wrap:anywhere}
.prcrm-decision-meta span{display:block;color:#64748b;font-size:12px;line-height:1.45;margin-top:3px;overflow-wrap:anywhere}
.prcrm-signature-card{border:1px solid #dbe3f0;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);overflow:hidden}
.prcrm-signature-card-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:15px 16px;border-bottom:1px solid #e5e7eb}
.prcrm-signature-card-head h4{margin:0 0 3px;font-size:15px;color:#0f172a}
.prcrm-signature-card-head p{margin:0;color:#64748b;font-size:12px}
.prcrm-signature-preview{padding:18px;min-height:150px;display:flex;align-items:center;justify-content:center;background:#fff}
.prcrm-signature-preview img{display:block;width:100%;max-width:700px;height:auto;min-height:110px;max-height:220px;object-fit:contain;background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:12px;box-sizing:border-box}
.prcrm-signature-footer{display:flex;justify-content:space-between;gap:15px;padding:11px 16px;border-top:1px solid #e5e7eb;color:#64748b;font-size:11px;font-weight:700}
@media(max-width:760px){
  .prcrm-employee-decision-panel .prcrm-panel-head{align-items:flex-start;flex-direction:column}
  .prcrm-decision-meta{grid-template-columns:1fr}
  .prcrm-signature-card-head{align-items:flex-start;flex-direction:column}
  .prcrm-signature-preview{padding:12px}
  .prcrm-signature-footer{flex-direction:column;gap:5px}
}

/* v10.1.55 — accepted-offer next-step CTA */
.prcrm-next-step-panel{margin-top:18px;border:1px solid #dbe4ff;background:linear-gradient(135deg,#f8faff 0%,#ffffff 60%);overflow:hidden}
.prcrm-next-step-content{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px}
.prcrm-next-step-kicker{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;color:#4f46e5;margin-bottom:5px}
.prcrm-next-step-panel h3{margin:0 0 5px;font-size:20px;line-height:1.25;color:#111827}
.prcrm-next-step-panel p{margin:0;color:#64748b;line-height:1.6;max-width:720px}
.prcrm-next-step-btn{white-space:nowrap;min-height:42px;display:inline-flex;align-items:center;justify-content:center}
@media (max-width:760px){.prcrm-next-step-content{flex-direction:column;align-items:stretch}.prcrm-next-step-btn{width:100%}}

/* v10.1.56 — full candidate-to-employee lifecycle roadmap */
.prcrm-lifecycle-roadmap{margin:0 0 18px;background:linear-gradient(135deg,#ffffff 0%,#f7f8ff 100%);border:1px solid #e2e6f2;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(31,41,55,.05)}
.prcrm-lifecycle-roadmap-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.prcrm-lifecycle-roadmap-head h2{margin:3px 0 5px;font-size:22px}.prcrm-lifecycle-roadmap-head p{margin:0;color:#667085;max-width:760px;line-height:1.5}.prcrm-roadmap-kicker{font-size:11px;letter-spacing:.1em;font-weight:800;color:#4f46e5}.prcrm-roadmap-progress{min-width:110px;text-align:right}.prcrm-roadmap-progress strong{display:block;font-size:24px;color:#111827}.prcrm-roadmap-progress span{font-size:12px;color:#667085}.prcrm-roadmap-track{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0 8px;position:relative}.prcrm-roadmap-step{position:relative;display:flex;gap:10px;padding:10px 6px 12px;min-height:74px}.prcrm-roadmap-node{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 30px;font-size:12px;font-weight:800;border:1px solid #d8ddea;background:#fff;color:#7a8192;position:relative;z-index:2}.prcrm-roadmap-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.prcrm-roadmap-copy strong,.prcrm-roadmap-copy a{font-size:12px;font-weight:800;line-height:1.35;color:#182230;text-decoration:none}.prcrm-roadmap-copy span{font-size:10px;line-height:1.35;color:#7b8497}.prcrm-roadmap-step.done .prcrm-roadmap-node{background:#16a34a;border-color:#16a34a;color:#fff}.prcrm-roadmap-step.active .prcrm-roadmap-node{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 0 0 5px rgba(79,70,229,.12)}.prcrm-roadmap-step.active .prcrm-roadmap-link{color:#4f46e5}.prcrm-roadmap-step.pending{opacity:.7}.prcrm-roadmap-line{position:absolute;left:35px;right:-8px;top:25px;height:2px;background:#e5e7eb;z-index:0}.prcrm-roadmap-step.done .prcrm-roadmap-line{background:#86efac}.prcrm-roadmap-note{margin-top:14px;padding:11px 13px;border-radius:12px;background:#f8fafc;border:1px solid #e7ebf2;color:#475467;font-size:12px}.prcrm-roadmap-note strong{color:#111827}
@media(max-width:900px){.prcrm-lifecycle-roadmap-head{flex-direction:column}.prcrm-roadmap-progress{text-align:left}.prcrm-roadmap-track{grid-template-columns:1fr 1fr}.prcrm-roadmap-line{display:none}}
@media(max-width:560px){.prcrm-lifecycle-roadmap{padding:16px}.prcrm-roadmap-track{grid-template-columns:1fr}.prcrm-roadmap-step{min-height:62px}}

/* Interview Center — v10.1.58 */
.prcrm-interview-hub{max-width:1180px;margin:18px auto 40px}
.prcrm-interview-hub-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;border:1px solid #e6e9f2;border-radius:18px;background:linear-gradient(135deg,#ffffff 0%,#f6f3ff 100%);box-shadow:0 10px 30px rgba(29,35,64,.06);margin-bottom:24px}
.prcrm-interview-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.12em;color:#6b4ce6;margin-bottom:8px}
.prcrm-interview-hub-hero h1{margin:0 0 8px;font-size:28px;line-height:1.15;color:#1f2430}
.prcrm-interview-hub-hero p{margin:0;max-width:760px;color:#697184;font-size:14px;line-height:1.6}
.prcrm-interview-hero-stat{min-width:150px;padding:18px 22px;border-radius:14px;background:#1f1b4d;color:#fff;text-align:center;box-shadow:0 12px 24px rgba(31,27,77,.18)}
.prcrm-interview-hero-stat strong{display:block;font-size:30px;line-height:1;margin-bottom:6px}
.prcrm-interview-hero-stat span{font-size:11px;opacity:.8;text-transform:uppercase;letter-spacing:.08em}
.prcrm-interview-steps{display:flex;flex-direction:column}
.prcrm-interview-step-card{display:grid;grid-template-columns:46px minmax(0,1fr) 90px auto;align-items:center;gap:16px;padding:18px 20px;border:1px solid #e7e9f0;background:#fff;border-radius:16px;transition:.18s ease;box-shadow:0 5px 18px rgba(35,42,70,.035)}
.prcrm-interview-step-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(35,42,70,.08);border-color:#dcd6f7}
.prcrm-interview-step-no{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f0edff;color:#5b42db;font-weight:800;font-size:15px}
.prcrm-interview-step-kicker{font-size:10px;font-weight:800;letter-spacing:.08em;color:#858da0}
.prcrm-interview-step-copy h2{margin:3px 0 2px;font-size:16px;color:#242a36}
.prcrm-interview-step-copy p{margin:0;color:#747c8e;font-size:12px;line-height:1.45}
.prcrm-interview-step-count{text-align:center;padding:7px 8px;border-radius:11px;background:#f7f8fb}
.prcrm-interview-step-count strong{display:block;color:#262d3a;font-size:18px;line-height:1.05}
.prcrm-interview-step-count span{display:block;color:#8a92a3;font-size:9px;text-transform:uppercase;letter-spacing:.06em;margin-top:3px}
.prcrm-interview-step-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 15px;border-radius:10px;text-decoration:none!important;font-size:12px;font-weight:800;white-space:nowrap;background:#f4f1ff;color:#5740cf;border:1px solid #ddd5ff}
.prcrm-interview-step-button:hover{background:#eae5ff;color:#4631bb}
.prcrm-interview-step-connector{height:18px;display:flex;align-items:center;padding-left:20px}
.prcrm-interview-step-connector span{display:block;width:2px;height:100%;background:#ddd8f4;position:relative;margin-left:0}
.prcrm-interview-step-connector span:after{content:"";position:absolute;bottom:-1px;left:-3px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #ddd8f4}
.prcrm-interview-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}
.prcrm-interview-quick-card{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e7e9f0;border-radius:14px;background:#fff;text-decoration:none!important;box-shadow:0 4px 14px rgba(35,42,70,.035)}
.prcrm-interview-quick-card>.dashicons{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#f2efff;color:#6348db;font-size:18px;line-height:34px}
.prcrm-interview-quick-card div{min-width:0;flex:1}.prcrm-interview-quick-card strong{display:block;font-size:12px;color:#252b37}.prcrm-interview-quick-card small{display:block;margin-top:3px;color:#858d9d;font-size:10px;line-height:1.35}.prcrm-interview-quick-card b{font-size:18px;color:#2d3340}
.prcrm-interview-note{display:flex;gap:10px;align-items:flex-start;margin-top:20px;padding:15px 17px;border:1px solid #e8e3fb;background:#fbfaff;border-radius:12px;color:#646d80;font-size:12px;line-height:1.55}.prcrm-interview-note>.dashicons{color:#6c52d9;margin-top:1px}.prcrm-interview-note strong{display:block;color:#343a49;margin-bottom:2px}
@media(max-width:900px){.prcrm-interview-step-card{grid-template-columns:42px minmax(0,1fr) auto}.prcrm-interview-step-button{grid-column:2/-1;justify-self:start}.prcrm-interview-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-interview-hub-hero{align-items:flex-start}}
@media(max-width:600px){.prcrm-interview-hub{margin:12px auto 28px}.prcrm-interview-hub-hero{padding:20px;flex-direction:column}.prcrm-interview-hero-stat{width:100%;box-sizing:border-box}.prcrm-interview-step-card{padding:15px;grid-template-columns:38px minmax(0,1fr)}.prcrm-interview-step-no{width:36px;height:36px}.prcrm-interview-step-count{grid-column:2;justify-self:start}.prcrm-interview-step-button{grid-column:2;width:100%;box-sizing:border-box}.prcrm-interview-quick-grid{grid-template-columns:1fr}.prcrm-interview-step-connector{padding-left:16px}}
/* v10.1.61 multi-candidate directory / context */
.prcrm-table-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-size:13px;color:#667085;margin:0 0 10px}
.prcrm-pagination{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin:16px 0 4px}
.prcrm-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border:1px solid #ddd6fe;border-radius:10px;text-decoration:none;font-weight:700;color:#4f46e5;background:#fff}
.prcrm-page-link.is-active,.prcrm-page-link:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}
.prcrm-candidate-context{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:12px 0 18px;padding:14px 16px;border:1px solid #e6e0ff;border-radius:14px;background:linear-gradient(90deg,#faf9ff,#fff);box-shadow:0 5px 16px rgba(50,40,120,.05)}
.prcrm-candidate-context span{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;color:#5b4ee8}.prcrm-candidate-context strong{display:block;font-size:17px;color:#161a2b}.prcrm-candidate-context small{display:block;color:#667085;margin-top:3px}
@media (max-width:700px){.prcrm-candidate-context{align-items:flex-start;flex-direction:column}.prcrm-table-meta{justify-content:flex-start}.prcrm-pagination{justify-content:flex-start}}
/* v10.1.61 Interview/scorecard scalable lists */
.v96-list-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.v96-list-meta{display:flex;justify-content:space-between;gap:16px;margin-top:12px;color:#667085;font-size:13px}.v96-list-pagination{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:12px}.v96-page-link{min-width:34px;height:34px;padding:0 10px;border:1px solid #ddd6fe;border-radius:10px;background:#fff;color:#4f46e5;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.v96-page-link.is-active,.v96-page-link:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}
@media (max-width:700px){.v96-list-head-actions{width:100%;align-items:stretch}.v96-list-head-actions>*{max-width:100%}.v96-list-meta{flex-direction:column;gap:4px}}
/* v10.1.61 Interview/scorecard scalable lists */
.v96-list-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.v96-list-meta{display:flex;justify-content:space-between;gap:16px;margin-top:12px;color:#667085;font-size:13px}.v96-list-pagination{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:12px}.v96-page-link{min-width:34px;height:34px;padding:0 10px;border:1px solid #ddd6fe;border-radius:10px;background:#fff;color:#4f46e5;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.v96-page-link.is-active,.v96-page-link:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}
@media (max-width:700px){.v96-list-head-actions{width:100%;align-items:stretch}.v96-list-meta{flex-direction:column;gap:4px}}

.prcrm-employee-picker{position:relative}.prcrm-employee-results{position:absolute;z-index:9999;left:0;right:0;background:#fff;border:1px solid #dbe3ec;border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:260px;overflow:auto}.prcrm-picker-option{display:block;width:100%;padding:9px 12px;text-align:left;background:#fff;border:0;border-bottom:1px solid #eef2f7;cursor:pointer}.prcrm-picker-option:hover{background:#f5f8fc}.prcrm-picker-loading,.prcrm-picker-empty{padding:10px 12px;color:#64748b}

/* v10.1.77 canonical Step-2 UX states/context */
.prcrm-context-bar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 14px;padding:10px 12px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.prcrm-context-badge{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:4px 7px;border-radius:999px;background:#eef4ff;color:#2456a6}
.prcrm-state{padding:18px;border:1px dashed #cfd6df;border-radius:10px;text-align:center;background:#fafbfc}
.prcrm-state-title{font-weight:700;margin-bottom:5px}.prcrm-state-muted{color:#667085}.prcrm-loading{padding:14px;border-radius:8px;background:#f6f8fb;color:#475467}.prcrm-error{padding:12px;border-radius:8px;background:#fff1f1;color:#b42318;border:1px solid #f3b4b4}.prcrm-success{padding:12px;border-radius:8px;background:#effaf3;color:#067647;border:1px solid #a6e3bb}.prcrm-picker-loading,.prcrm-picker-empty,.prcrm-picker-error{padding:9px 10px;font-size:13px}.prcrm-picker-error{color:#b42318}.prcrm-btn[disabled],button[disabled]{opacity:.55;cursor:not-allowed}
@media (max-width:782px){.prcrm-context-bar{align-items:flex-start}.prcrm-context-bar .prcrm-btn{margin-left:0}.prcrm-table-wrap{overflow-x:auto}.prcrm-toolbar{gap:8px}.prcrm-input{max-width:100%!important}}
.prcrm-state{margin:12px 0;padding:12px 14px;border:1px solid #dcdcde;border-radius:8px;background:#fff;font-size:13px}.prcrm-state-loading{opacity:.8}.prcrm-state-error,.prcrm-state-validation,.prcrm-state-denied{border-color:#d63638}.prcrm-state-success{border-color:#00a32a}.prcrm-state-empty{color:#50575e}.prcrm-context{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 14px;padding:10px 12px;background:#f6f7f7;border:1px solid #dcdcde;border-radius:8px}.prcrm-context strong{font-weight:700}.prcrm-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
/* v10.1.84 interview UX: compact, readable mobile schedule values and candidate identity */
.prcrm-interview-schedule-panel .prcrm-form-grid{align-items:start}
.prcrm-interview-schedule-panel .prcrm-input{min-height:44px}
.prcrm-interview-schedule-panel .prcrm-actions{display:flex;gap:10px;flex-wrap:wrap}
@media (max-width:782px){
  .prcrm-interview-schedule-panel .prcrm-form-grid{grid-template-columns:1fr!important}
  .prcrm-interview-schedule-panel .prcrm-form-full{grid-column:1!important}
  .prcrm-interview-schedule-panel .prcrm-actions .prcrm-btn{width:100%;text-align:center}
  .prcrm-table-wrap table.prcrm-table th:nth-child(3),.prcrm-table-wrap table.prcrm-table td:nth-child(3){min-width:105px}
}

/* v10.1.89 scorecard controls */
.prcrm-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0;}
.prcrm-score-field{display:block;margin:0 0 16px;font-weight:600;color:#243047;}
.prcrm-score-field>span{display:block;margin-bottom:8px;}
.prcrm-score-field select,.prcrm-score-field textarea{width:100%;box-sizing:border-box;border:1px solid #d6dce8;border-radius:12px;background:#fff;color:#172033;padding:13px 14px;font-size:15px;min-height:48px;}
.prcrm-score-field select{appearance:auto;-webkit-appearance:auto;}
.prcrm-score-field textarea{resize:vertical;min-height:130px;}
@media (max-width:720px){.prcrm-score-grid{grid-template-columns:1fr;gap:0}.prcrm-score-field select,.prcrm-score-field textarea{font-size:16px;min-height:52px}.prcrm-table{min-width:0}.prcrm-table th,.prcrm-table td{white-space:normal;vertical-align:top}.prcrm-table td:nth-child(2){min-width:110px}.prcrm-table td:nth-child(3){min-width:100px}}

.prcrm-scorecard-row-actions{align-items:center}.prcrm-scorecard-row-actions .prcrm-btn{margin:2px 0}.prcrm-scorecard-form-actions{margin-top:14px;align-items:center}@media(max-width:720px){.prcrm-scorecard-row-actions{flex-direction:column;align-items:stretch}.prcrm-scorecard-row-actions .prcrm-btn,.prcrm-scorecard-form-actions .prcrm-btn{width:100%;box-sizing:border-box}.prcrm-scorecard-form-actions{flex-direction:column;align-items:stretch}}

/* v10.1.91 — candidate lifecycle CTA on the main Candidates list */
.prcrm-candidate-row-actions{align-items:center;min-width:250px}
.prcrm-candidate-row-actions .prcrm-btn{white-space:normal;text-align:center}
@media(max-width:720px){
  .prcrm-candidate-row-actions{flex-direction:column;align-items:stretch;min-width:0}
  .prcrm-candidate-row-actions .prcrm-btn{width:100%;box-sizing:border-box}
}

.prcrm-role-context{margin:14px 0;padding:14px 16px;border:1px solid #dbe4ff;background:#f7f9ff;border-radius:12px;display:flex;flex-direction:column;gap:4px}.prcrm-role-context strong{color:#3730a3;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.prcrm-role-context span{font-weight:700;color:#111827}.prcrm-role-context small{color:#64748b;font-size:12px}.prcrm-readonly-field{padding:12px 14px;border:1px solid #dbe4ff;background:#f8faff;border-radius:10px;display:flex;flex-direction:column;gap:5px}.prcrm-readonly-field span{font-weight:600}.prcrm-readonly-field strong{font-size:15px}.prcrm-readonly-field small{color:#64748b}


/* v10.1.118 — Joining Offer Letter action */
.prcrm-joining-offer-actions{margin-top:16px;padding:18px 20px;border:1px solid #c7d2fe;border-radius:18px;background:linear-gradient(135deg,#f8faff,#eef2ff);display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 28px rgba(79,70,229,.08)}
.prcrm-joining-offer-actions h3{margin:4px 0 5px;font-size:18px;color:#0f172a}.prcrm-joining-offer-actions p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.prcrm-joining-offer-actions .prcrm-kicker{display:block;font-size:10px;font-weight:900;letter-spacing:.12em;color:#16a34a;text-transform:uppercase}
.prcrm-joining-offer-overlay{position:fixed;inset:0;z-index:100001;background:rgba(15,23,42,.68);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.prcrm-joining-offer-overlay.is-open{opacity:1;visibility:visible}.prcrm-joining-offer-modal{position:relative;width:min(480px,calc(100vw - 28px));padding:30px 28px 26px;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.32),0 8px 24px rgba(15,23,42,.12);border:1px solid rgba(226,232,240,.95)}.prcrm-joining-offer-modal-kicker{margin:0 44px 8px 0;font-size:10px;font-weight:900;letter-spacing:.14em;color:#64748b;text-transform:uppercase}.prcrm-joining-offer-modal h2{margin:0 56px 6px 0;color:#0f172a;font-size:22px;line-height:1.25}.prcrm-joining-offer-modal p{margin:0 42px 16px 0;color:#64748b;font-size:13px;line-height:1.55}.prcrm-joining-offer-close-top{position:absolute;top:16px;right:16px;width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;border:1px solid #cbd5e1!important;border-radius:14px!important;background:linear-gradient(145deg,#ffffff 0%,#f1f5f9 48%,#e2e8f0 100%)!important;color:#334155!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 8px 16px rgba(15,23,42,.16),inset 0 2px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(15,23,42,.09)!important;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease!important;font-size:0!important;line-height:0!important}.prcrm-joining-offer-close-top:hover{transform:translateY(-1px);border-color:#aebdce!important;background:linear-gradient(145deg,#ffffff 0%,#edf2f7 46%,#dbe4ee 100%)!important;box-shadow:0 11px 20px rgba(15,23,42,.19),inset 0 2px 0 rgba(255,255,255,1),inset 0 -2px 4px rgba(15,23,42,.09)!important}.prcrm-joining-offer-close-top:active{transform:translateY(1px) scale(.97);box-shadow:0 4px 8px rgba(15,23,42,.13),inset 0 2px 4px rgba(15,23,42,.11)!important}.prcrm-joining-offer-close-top:focus-visible{outline:3px solid rgba(59,130,246,.24);outline-offset:2px}.prcrm-joining-offer-close-icon{display:block;width:21px;height:21px;filter:drop-shadow(0 1px 0 rgba(255,255,255,.8));flex:none}.prcrm-joining-offer-meta{padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;font-size:12px;color:#475569;margin-bottom:18px}.prcrm-joining-offer-meta strong{color:#0f172a}.prcrm-joining-offer-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.prcrm-joining-offer-actions-grid .prcrm-btn{width:100%;justify-content:center}.prcrm-joining-offer-close-top + .prcrm-joining-offer-modal-kicker{padding-top:1px}.prcrm-joining-offer-status{margin-top:14px;padding:11px 12px;border-radius:10px;font-size:12px;line-height:1.5;display:none}.prcrm-joining-offer-status.success{display:block;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.prcrm-joining-offer-status.error{display:block;background:#fff1f2;border:1px solid #fecdd3;color:#be123c}
@media(max-width:760px){.prcrm-joining-offer-actions{flex-direction:column;align-items:flex-start}.prcrm-joining-offer-actions .prcrm-btn{width:100%}.prcrm-joining-offer-actions-grid{grid-template-columns:1fr}.prcrm-joining-offer-modal{padding:26px 18px 20px}.prcrm-joining-offer-close-top{top:12px;right:12px;width:44px!important;height:44px!important;min-width:44px!important}.prcrm-joining-offer-modal h2{font-size:20px}.prcrm-joining-offer-modal p{margin-right:0}}
/* v10.1.119 — Candidate Profile Joining Letter action */
.prcrm-joining-letter-inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
@media(max-width:760px){.prcrm-joining-letter-inline{width:100%}.prcrm-joining-letter-inline .prcrm-btn{width:100%;justify-content:center}}

/* v10.1.133 — Employee Master right drawer */
.prcrm-employee-drawer-overlay{position:fixed;inset:0;z-index:1000004;background:rgba(15,23,42,.48);backdrop-filter:blur(3px);display:flex;align-items:stretch;justify-content:flex-end;}
.prcrm-employee-drawer{width:70vw;min-width:560px;max-width:1100px;height:100vh;background:#fff;box-shadow:-18px 0 55px rgba(15,23,42,.22);display:flex;flex-direction:column;overflow:hidden;}
.prcrm-employee-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 20px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#ffffff,#f8fafc);flex:0 0 auto;}
.prcrm-employee-drawer-head h2{margin:5px 0 5px;color:#0f172a;font-size:22px;line-height:1.25;}
.prcrm-employee-drawer-head p{margin:0;color:#64748b;font-size:12px;}
.prcrm-employee-drawer-kicker{font-size:10px;font-weight:900;letter-spacing:.12em;color:#4f46e5;}
.prcrm-employee-drawer-close{width:38px;height:38px;border-radius:10px;border:1px solid #dbe3ef;background:#fff;color:#334155;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:25px;line-height:1;flex:0 0 38px;}
.prcrm-employee-drawer-close:hover{background:#f8fafc;color:#111827;}
.prcrm-employee-drawer-body{flex:1;overflow:auto;padding:22px 26px 28px;background:#f8fafc;}
.prcrm-employee-drawer-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;}
.prcrm-employee-drawer-summary>div{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;}
.prcrm-employee-drawer-summary span{display:block;color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;}
.prcrm-employee-drawer-summary strong{display:block;color:#0f172a;font-size:13px;line-height:1.4;word-break:break-word;}
.prcrm-employee-drawer-form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;}
.prcrm-employee-drawer-form .prcrm-form-grid{margin:0;}
.prcrm-employee-help{display:block;margin-top:3px;color:#94a3b8;font-size:10px;font-weight:600;}
.prcrm-employee-drawer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;}
.prcrm-employee-drawer-actions .prcrm-btn,.prcrm-employee-drawer-actions .button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-height:40px;}
body.prcrm-employee-drawer-open{overflow:hidden;}

/* v10.1.133 — responsive right drawer */
@media (max-width: 900px){.prcrm-employee-drawer{width:82vw;min-width:0;max-width:none}}
@media (max-width: 600px){.prcrm-employee-drawer{width:100vw}.prcrm-employee-drawer-head{padding:18px}.prcrm-employee-drawer-body{padding:16px}.prcrm-employee-drawer-summary{grid-template-columns:1fr}}

/* v10.1.134 — Employee Master premium right drawer */
.prcrm-employee-drawer-overlay{position:fixed;inset:0;z-index:1000004;display:flex;align-items:stretch;justify-content:flex-end;background:rgba(15,23,42,.52);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .16s ease,visibility 0s linear .16s;will-change:opacity;}
.prcrm-employee-drawer-overlay.is-open{opacity:1;visibility:visible;transition:opacity .16s ease,visibility 0s linear 0s;}
.prcrm-employee-drawer-overlay.is-closing{opacity:0;visibility:hidden;transition:opacity .16s ease,visibility 0s linear .16s;}
.prcrm-employee-drawer{width:min(70vw,1120px);min-width:680px;max-width:1120px;height:100%;background:#fff;box-shadow:-24px 0 70px rgba(15,23,42,.26);display:flex;flex-direction:column;overflow:hidden;transform:translate3d(100%,0,0);transition:transform .22s cubic-bezier(.22,.61,.36,1);will-change:transform;outline:none;}
.prcrm-employee-drawer-overlay.is-open .prcrm-employee-drawer{transform:translate3d(0,0,0);}
.prcrm-employee-drawer-overlay.is-closing .prcrm-employee-drawer{transform:translate3d(100%,0,0);}
.prcrm-employee-drawer-head{padding:22px 26px 18px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);border-bottom:1px solid #e7ebf2;box-shadow:0 1px 0 rgba(15,23,42,.02);}
.prcrm-employee-drawer-head h2{font-size:24px;letter-spacing:-.02em;margin:4px 0 4px;}
.prcrm-employee-title-dot{color:#94a3b8;}
.prcrm-employee-drawer-close{cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease;}
.prcrm-employee-drawer-close:hover{transform:scale(1.04);background:#f8fafc;border-color:#cbd5e1;}
.prcrm-employee-drawer-body{padding:20px 26px 30px;background:#f7f9fc;overscroll-behavior:contain;scrollbar-gutter:stable;}
.prcrm-employee-drawer-summary>div{transition:box-shadow .15s ease,transform .15s ease;border-color:#e2e8f0;}
.prcrm-employee-drawer-summary>div:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,23,42,.06);}
.prcrm-employee-drawer-form{box-shadow:0 8px 28px rgba(15,23,42,.05);}
.prcrm-employee-drawer-form label{font-size:12px;color:#334155;font-weight:700;}
.prcrm-employee-drawer-form input,.prcrm-employee-drawer-form select,.prcrm-employee-drawer-form textarea{transition:border-color .15s ease,box-shadow .15s ease;}
.prcrm-employee-drawer-form input:focus,.prcrm-employee-drawer-form select:focus,.prcrm-employee-drawer-form textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.12);outline:none;}
.prcrm-employee-drawer-actions{padding-top:4px;}
.prcrm-employee-drawer-actions .prcrm-btn,.prcrm-employee-drawer-actions .button{border-radius:10px;padding:0 16px;min-height:42px;}
.prcrm-employee-open{position:relative;min-width:72px;transition:transform .12s ease,box-shadow .12s ease;}
.prcrm-employee-open:hover{transform:translateY(-1px);}
.prcrm-employee-open.is-loading{opacity:.75;cursor:wait;}
body.prcrm-employee-drawer-open{overflow:hidden!important;}
@media(max-width:1100px){.prcrm-employee-drawer{width:78vw;min-width:0;}}
@media(max-width:760px){.prcrm-employee-drawer{width:100vw;min-width:0}.prcrm-employee-drawer-head{padding:18px}.prcrm-employee-drawer-body{padding:16px}.prcrm-employee-drawer-summary{grid-template-columns:1fr}.prcrm-employee-drawer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-employee-drawer-actions .prcrm-btn{grid-column:1/-1;width:100%}.prcrm-employee-drawer-actions .button{width:100%;}}
@media(prefers-reduced-motion:reduce){.prcrm-employee-drawer-overlay,.prcrm-employee-drawer{transition:none!important}.prcrm-employee-drawer-summary>div,.prcrm-employee-open,.prcrm-employee-drawer-close{transition:none!important}}

/* v10.1.134 — Employee Master premium right drawer */
.prcrm-employee-drawer-overlay{position:fixed;inset:0;z-index:1000004;display:flex;align-items:stretch;justify-content:flex-end;background:rgba(15,23,42,.52);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .16s ease,visibility 0s linear .16s;will-change:opacity}
.prcrm-employee-drawer-overlay.is-open{opacity:1;visibility:visible;transition:opacity .16s ease,visibility 0s linear 0s}
.prcrm-employee-drawer-overlay.is-closing{opacity:0;visibility:hidden}
.prcrm-employee-drawer{width:min(70vw,1120px);min-width:680px;max-width:1120px;height:100%;background:#fff;box-shadow:-24px 0 70px rgba(15,23,42,.26);display:flex;flex-direction:column;overflow:hidden;transform:translate3d(100%,0,0);transition:transform .22s cubic-bezier(.22,.61,.36,1);will-change:transform;outline:none}
.prcrm-employee-drawer-overlay.is-open .prcrm-employee-drawer{transform:translate3d(0,0,0)}
.prcrm-employee-drawer-overlay.is-closing .prcrm-employee-drawer{transform:translate3d(100%,0,0)}
.prcrm-employee-drawer-head{padding:22px 26px 18px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);border-bottom:1px solid #e7ebf2;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.prcrm-employee-drawer-head h2{font-size:24px;letter-spacing:-.02em;margin:4px 0 4px}
.prcrm-employee-title-dot{color:#94a3b8}
.prcrm-employee-drawer-close{cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}
.prcrm-employee-drawer-close:hover{transform:scale(1.04);background:#f8fafc;border-color:#cbd5e1}
.prcrm-employee-drawer-body{padding:20px 26px 30px;background:#f7f9fc;overscroll-behavior:contain;scrollbar-gutter:stable}
.prcrm-employee-drawer-summary>div{transition:box-shadow .15s ease,transform .15s ease;border-color:#e2e8f0}
.prcrm-employee-drawer-summary>div:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,23,42,.06)}
.prcrm-employee-drawer-form{box-shadow:0 8px 28px rgba(15,23,42,.05)}
.prcrm-employee-drawer-form label{font-size:12px;color:#334155;font-weight:700}
.prcrm-employee-drawer-form input,.prcrm-employee-drawer-form select,.prcrm-employee-drawer-form textarea{transition:border-color .15s ease,box-shadow .15s ease}
.prcrm-employee-drawer-form input:focus,.prcrm-employee-drawer-form select:focus,.prcrm-employee-drawer-form textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.12);outline:none}
.prcrm-employee-drawer-actions{padding-top:4px}
.prcrm-employee-drawer-actions .prcrm-btn,.prcrm-employee-drawer-actions .button{border-radius:10px;padding:0 16px;min-height:42px}
.prcrm-employee-open{position:relative;min-width:72px;transition:transform .12s ease,box-shadow .12s ease}
.prcrm-employee-open:hover{transform:translateY(-1px)}
.prcrm-employee-open.is-loading{opacity:.75;cursor:wait}
body.prcrm-employee-drawer-open{overflow:hidden!important}
@media(max-width:1100px){.prcrm-employee-drawer{width:78vw;min-width:0}}
@media(max-width:760px){.prcrm-employee-drawer{width:100vw;min-width:0}.prcrm-employee-drawer-head{padding:18px}.prcrm-employee-drawer-body{padding:16px}.prcrm-employee-drawer-summary{grid-template-columns:1fr}.prcrm-employee-drawer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-employee-drawer-actions .prcrm-btn{grid-column:1/-1;width:100%}.prcrm-employee-drawer-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){.prcrm-employee-drawer-overlay,.prcrm-employee-drawer,.prcrm-employee-drawer-summary>div,.prcrm-employee-open,.prcrm-employee-drawer-close{transition:none!important}}

/* v10.1.135 — Employee Master drawer form polish */
.prcrm-employee-drawer-form{padding:22px 22px 24px!important;border-radius:16px!important;background:#fff!important;box-sizing:border-box;}
.prcrm-employee-drawer-form .prcrm-form-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:18px 20px!important;align-items:start!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label{display:block!important;width:100%!important;box-sizing:border-box!important;margin:0!important;padding:0!important;font-weight:700!important;color:#1e293b!important;line-height:1.35!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label > select,
.prcrm-employee-drawer-form .prcrm-form-grid > label > input[type="date"],
.prcrm-employee-drawer-form .prcrm-form-grid > label > textarea{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:8px 0 0!important;font:inherit!important;font-weight:400!important;color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:10px!important;min-height:44px!important;padding:10px 12px!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label > select{appearance:auto!important;-webkit-appearance:auto!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label > textarea{min-height:112px!important;resize:vertical!important;line-height:1.5!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label[style*="grid-column"]{grid-column:1 / -1!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label .prcrm-employee-help{display:block!important;margin-top:4px!important;color:#94a3b8!important;font-size:11px!important;font-weight:500!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label:focus-within{color:#3730a3!important;}
.prcrm-employee-drawer-form .prcrm-form-grid > label > select:focus,
.prcrm-employee-drawer-form .prcrm-form-grid > label > input[type="date"]:focus,
.prcrm-employee-drawer-form .prcrm-form-grid > label > textarea:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px rgba(99,102,241,.12)!important;outline:none!important;}
.prcrm-employee-drawer-actions{display:grid!important;grid-template-columns:minmax(150px,1.35fr) repeat(5,minmax(92px,1fr))!important;gap:10px!important;margin-top:20px!important;padding-top:18px!important;border-top:1px solid #edf1f7!important;align-items:stretch!important;}
.prcrm-employee-drawer-actions .prcrm-btn,
.prcrm-employee-drawer-actions .button{width:100%!important;min-width:0!important;min-height:44px!important;height:44px!important;padding:0 12px!important;border-radius:10px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;cursor:pointer!important;}
.prcrm-employee-drawer-actions .button{background:#fff!important;border:1px solid #c7d2fe!important;color:#3730a3!important;}
.prcrm-employee-drawer-actions .button:hover{background:#f7f7ff!important;border-color:#818cf8!important;}
.prcrm-employee-drawer-actions .prcrm-btn.primary{box-shadow:0 6px 16px rgba(79,70,229,.18)!important;}
@media(max-width:900px){.prcrm-employee-drawer-form .prcrm-form-grid{grid-template-columns:1fr!important}.prcrm-employee-drawer-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.prcrm-employee-drawer-actions .prcrm-btn.primary{grid-column:1/-1!important;}}
@media(max-width:600px){.prcrm-employee-drawer-form{padding:16px!important}.prcrm-employee-drawer-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prcrm-employee-drawer-actions .prcrm-btn.primary{grid-column:1/-1!important}.prcrm-employee-drawer-form .prcrm-form-grid{gap:14px!important}}

/* v10.1.139 — professional Interview Scorecard action hierarchy */
.prcrm-scorecard-row-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:210px;padding-top:1px}
.prcrm-scorecard-actions-main{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;width:100%}
.prcrm-scorecard-actions-next{display:flex;width:100%;padding-top:1px}
.prcrm-scorecard-actions-next .prcrm-btn{width:100%;justify-content:center}
.prcrm-scorecard-row-actions .prcrm-btn{min-height:38px;box-sizing:border-box;white-space:nowrap;border-radius:10px;padding:9px 13px;font-size:12px;line-height:1.15;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}
.prcrm-scorecard-row-actions .prcrm-btn:not(.primary):not(.danger){background:#fff;color:#3730a3;border-color:#c7d2fe}
.prcrm-scorecard-row-actions .prcrm-btn.primary{box-shadow:0 5px 14px rgba(79,70,229,.15)}
.prcrm-scorecard-row-actions .prcrm-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(15,23,42,.10)}
.prcrm-scorecard-row-actions .prcrm-btn.danger:hover{background:#fff1f2;border-color:#fda4af;box-shadow:none}
@media(max-width:1050px){.prcrm-scorecard-row-actions{min-width:190px}.prcrm-scorecard-actions-main{flex-wrap:wrap}.prcrm-scorecard-actions-main .prcrm-btn{flex:1 1 auto}}
@media(max-width:720px){.prcrm-scorecard-row-actions{width:100%;min-width:0}.prcrm-scorecard-actions-main{flex-direction:column;align-items:stretch}.prcrm-scorecard-actions-main .prcrm-btn,.prcrm-scorecard-actions-next .prcrm-btn{width:100%}}

/* v10.1.141 — Keep WordPress parent background from tinting the grouped navigation */
#adminmenu li.toplevel_page_prcrm-dashboard{background:#1d2327!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > a.wp-has-current-submenu,
#adminmenu li.toplevel_page_prcrm-dashboard > a.wp-menu-open,
#adminmenu li.toplevel_page_prcrm-dashboard > a.current{background:#3858e9!important;color:#fff!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav{background:#1d2327!important;color:#dbe6f7!important;box-shadow:none!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav *{box-sizing:border-box;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav a{background-color:transparent;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group-head{background:transparent!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group.is-open > .prcrm-nav-group-head{background:rgba(73,87,255,.18)!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-item.is-active{background:#4c42ee!important;}

/* v10.1.140 — Professional grouped sidebar navigation */
#adminmenu li.toplevel_page_prcrm-dashboard > ul.prcrm-native-submenu-hidden{display:none!important}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav{
  margin:0 8px 10px 8px;
  padding:8px 0 10px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.prcrm-grouped-nav{font-size:13px}
.prcrm-nav-group{margin:0 0 3px}
.prcrm-nav-group-head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:40px;
  padding:0 10px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#dbe6f7;
  cursor:pointer;
  text-align:left;
  font-weight:700;
  font-size:12px;
  transition:background .15s ease,color .15s ease;
}
.prcrm-nav-group-head:hover{background:rgba(255,255,255,.08);color:#fff}
.prcrm-nav-group.is-open > .prcrm-nav-group-head{background:rgba(73,87,255,.18);color:#fff}
.prcrm-nav-group-left{display:flex;align-items:center;gap:9px;min-width:0}
.prcrm-nav-group-left .dashicons{font-size:16px;width:16px;height:16px;line-height:16px;color:#9fb7ff}
.prcrm-nav-group.is-open .prcrm-nav-group-left .dashicons{color:#c7d4ff}
.prcrm-nav-chevron{font-size:15px!important;width:15px!important;height:15px!important;transition:transform .16s ease}
.prcrm-nav-group.is-open .prcrm-nav-chevron{transform:rotate(180deg)}
.prcrm-nav-group-items{display:none;padding:3px 0 4px 8px}
.prcrm-nav-group.is-open .prcrm-nav-group-items{display:block}
.prcrm-nav-item{
  display:flex!important;
  align-items:center;
  min-height:34px;
  margin:2px 0;
  padding:0 10px 0 18px!important;
  border-radius:7px;
  color:#c7d2e5!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:34px!important;
  transition:background .14s ease,color .14s ease,transform .14s ease;
}
.prcrm-nav-item::before{
  content:'';
  width:5px;
  height:5px;
  border-radius:50%;
  background:#6f83a9;
  margin-right:9px;
  flex:0 0 5px;
  transition:background .14s ease,transform .14s ease;
}
.prcrm-nav-item:hover{background:rgba(255,255,255,.07);color:#fff!important;transform:translateX(2px)}
.prcrm-nav-item:hover::before{background:#9db6ff;transform:scale(1.15)}
.prcrm-nav-item.is-active{background:#4c42ee;color:#fff!important;font-weight:700!important;box-shadow:0 4px 12px rgba(76,66,238,.24)}
.prcrm-nav-item.is-active::before{background:#fff}
.prcrm-nav-guide{
  display:flex;
  align-items:flex-start;
  gap:7px;
  margin:10px 7px 2px;
  padding:9px 8px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  color:#8090aa;
  font-size:9px;
  line-height:1.45;
}
.prcrm-nav-guide .dashicons{font-size:12px;width:12px;height:12px;line-height:12px;color:#7389bd;flex:0 0 12px}
@media (max-width:782px){
  #adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav{margin:0 4px 8px 4px}
  .prcrm-nav-group-head{min-height:42px;font-size:13px}
  .prcrm-nav-item{min-height:38px;line-height:38px!important;font-size:13px!important}
}

/* v10.1.144 — Fast no-refresh CRM navigation */
.prcrm-spa-loader{position:fixed;z-index:100000;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;visibility:hidden;background:rgba(15,23,42,.08);backdrop-filter:blur(2px);transition:opacity .16s ease,visibility .16s ease}
.prcrm-spa-loader.is-visible{opacity:1;visibility:visible}
.prcrm-spa-loader::after{content:"";position:absolute;width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 10px 34px rgba(15,23,42,.18);border:1px solid rgba(226,232,240,.95)}
.prcrm-spa-loader .prcrm-spa-spinner{position:relative;z-index:1;width:30px;height:30px;border:3px solid rgba(76,66,238,.16);border-top-color:#4c42ee;border-right-color:#6d63ff;border-radius:50%;animation:prcrmCenterSpin .72s linear infinite}
.prcrm-spa-loader span:last-child{position:absolute;top:calc(50% + 42px);padding:5px 10px;border-radius:999px;background:rgba(29,35,39,.92);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;box-shadow:0 6px 18px rgba(0,0,0,.15)}
.prcrm-spa-spinner{display:inline-block;width:14px;height:14px;margin-right:6px;vertical-align:-2px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:prcrmSpaSpin .65s linear infinite}
@keyframes prcrmSpaSpin{to{transform:rotate(360deg)}}
@keyframes prcrmCenterSpin{to{transform:rotate(360deg)}}
@media(max-width:782px){.prcrm-spa-loader span:last-child{top:calc(50% + 38px)}}
@media(prefers-reduced-motion:reduce){.prcrm-spa-loader{animation:none}.prcrm-spa-spinner{animation:none}}

/* v10.1.147 — compact professional headers + filter toolbars */
.prcrm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}
.prcrm-panel-head>div{min-width:0}
.prcrm-panel-head h2,.prcrm-panel-head h3{line-height:1.25}
.prcrm-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:8px 0}
.prcrm-toolbar .prcrm-input,.prcrm-toolbar select,.prcrm-toolbar input[type=date],.prcrm-toolbar input[type=number]{height:34px;min-width:110px;max-width:190px;padding:0 10px;border:1px solid #dbe2ea;border-radius:8px;background:#fff;color:#0f172a;font-size:11px;line-height:34px;box-sizing:border-box}
.prcrm-toolbar .prcrm-input:focus,.prcrm-toolbar select:focus,.prcrm-toolbar input[type=date]:focus,.prcrm-toolbar input[type=number]:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.10)}
.prcrm-toolbar .prcrm-btn{height:34px;padding:0 12px;border-radius:8px;font-size:11px;white-space:nowrap}
.prcrm-toolbar .prcrm-btn.primary{font-weight:800}
.prcrm-toolbar .prcrm-filter-reset{border-color:#dbe2ea;background:#f8fafc;color:#475569}
.prcrm-toolbar .prcrm-filter-reset:hover{background:#f1f5f9}
@media(max-width:900px){.prcrm-toolbar .prcrm-input,.prcrm-toolbar select,.prcrm-toolbar input[type=date],.prcrm-toolbar input[type=number]{max-width:150px}}
@media(max-width:680px){.prcrm-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.prcrm-toolbar .prcrm-input,.prcrm-toolbar select,.prcrm-toolbar input[type=date],.prcrm-toolbar input[type=number],.prcrm-toolbar .prcrm-btn{width:100%;max-width:none}.prcrm-toolbar .prcrm-btn{justify-content:center}.prcrm-panel-head{align-items:flex-start;flex-direction:column}}
.prcrm-table thead th{font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#475569;background:#f8fafc;padding:10px 11px;white-space:nowrap}
.prcrm-table tbody td{font-size:11px;padding:11px}

/* v10.1.148 universal compact smart filters */
.prcrm-smart-filter-wrap{margin:0 0 14px;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 6px 18px rgba(15,23,42,.05)}
.prcrm-smart-filter-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 9px}
.prcrm-smart-filter-title{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#334155}
.prcrm-smart-filter-count{font-size:10px;color:#64748b}
.prcrm-smart-filter{display:grid;grid-template-columns:minmax(170px,1.45fr) repeat(3,minmax(110px,1fr)) 112px 112px 104px 88px auto;gap:7px;align-items:center}
.prcrm-smart-filter input,.prcrm-smart-filter select{width:100%;height:34px;min-width:0;border:1px solid #cbd5e1!important;border-radius:9px!important;background:#fff!important;color:#0f172a!important;padding:0 9px!important;font-size:11px!important;box-sizing:border-box!important;box-shadow:none!important}
.prcrm-smart-filter input:focus,.prcrm-smart-filter select:focus{outline:none!important;border-color:#6366f1!important;box-shadow:0 0 0 3px rgba(99,102,241,.10)!important}
.prcrm-smart-filter .prcrm-smart-btn{height:34px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#4338ca;font-size:11px;font-weight:800;cursor:pointer;padding:0 10px;white-space:nowrap}
.prcrm-smart-filter .prcrm-smart-btn.primary{background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#4f46e5;color:#fff;box-shadow:0 5px 14px rgba(79,70,229,.18)}
.prcrm-smart-filter .prcrm-smart-btn:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(15,23,42,.08)}
.prcrm-smart-filter-empty{display:none;margin-top:8px;padding:8px 10px;border-radius:9px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:11px}
.prcrm-smart-filter-wrap.is-filtered .prcrm-smart-filter-count{color:#4338ca;font-weight:800}
@media(max-width:1180px){.prcrm-smart-filter{grid-template-columns:1.7fr repeat(2,1fr) 100px 100px 100px 88px auto}.prcrm-smart-filter .employment-type,.prcrm-smart-filter .source-filter{display:none}}
@media(max-width:820px){.prcrm-smart-filter{grid-template-columns:repeat(2,minmax(120px,1fr))}.prcrm-smart-filter input,.prcrm-smart-filter select{height:36px}.prcrm-smart-filter .span-2{grid-column:span 2}.prcrm-smart-filter .prcrm-smart-btn{width:100%}}
@media(prefers-reduced-motion:reduce){.prcrm-smart-filter .prcrm-smart-btn{transition:none}}

/* Form submissions step visibility */
.prcrm-submission-workflow-head{align-items:flex-start}.prcrm-workflow-progress{min-width:260px}.prcrm-workflow-progress-top{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.prcrm-submission-toggle{padding:7px 11px;min-width:92px;font-size:12px}.prcrm-submission-step-list[hidden]{display:none!important}.prcrm-submission-step-list{transition:max-height .18s ease,opacity .18s ease;overflow:hidden}.prcrm-submission-step-list.is-collapsed{max-height:0!important;opacity:0}.prcrm-submission-step-list:not(.is-collapsed){opacity:1}@media(max-width:720px){.prcrm-workflow-progress{min-width:0;width:100%}.prcrm-workflow-progress-top{justify-content:space-between}.prcrm-submission-workflow-head{flex-direction:column}}

/* v10.1.151 — Candidate document groups */
.prcrm-doc-group-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.prcrm-doc-empty{padding:28px 20px;color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}
.prcrm-doc-candidate{border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden;margin-top:12px}
.prcrm-doc-candidate-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;background:#f8fafc}
.prcrm-doc-candidate-meta{min-width:0}
.prcrm-doc-candidate-title{font-size:14px;font-weight:800;color:#0f172a}
.prcrm-doc-candidate-sub{font-size:12px;color:#64748b;margin-top:3px}
.prcrm-doc-toggle{min-width:142px;display:inline-flex;align-items:center;justify-content:center;gap:7px}
.prcrm-doc-toggle-icon{font-size:16px;line-height:1;font-weight:900}
.prcrm-doc-candidate-panel{padding:0 14px 14px}
.prcrm-doc-candidate-panel .prcrm-table-wrap{margin-top:12px}
@media(max-width:700px){.prcrm-doc-group-actions{width:100%}.prcrm-doc-candidate-head{align-items:flex-start;flex-direction:column}.prcrm-doc-toggle{width:100%}}

/* v10.1.205 Employee Master list hardening */
.prcrm-table-wrap .prcrm-employee-name-cell{display:flex!important;flex-direction:column!important;gap:3px!important;min-width:190px!important;line-height:1.25!important}
.prcrm-table-wrap .prcrm-employee-name-cell strong{display:block!important;font-weight:700!important;color:#0f172a!important}
.prcrm-table-wrap .prcrm-employee-name-cell small{display:block!important;color:#64748b!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:260px!important}
.prcrm-table-wrap .prcrm-status-pill{display:inline-flex!important;align-items:center!important;padding:4px 8px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;white-space:nowrap!important;border:1px solid #cbd5e1!important;background:#f8fafc!important;color:#334155!important}
.prcrm-table-wrap .prcrm-status-pill.status-active{background:#ecfdf5!important;border-color:#a7f3d0!important;color:#047857!important}
.prcrm-table-wrap .prcrm-status-pill.status-on_leave{background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}

/* v10.1.237 — Recruitment dashboard premium reference UI */
.prcrm-dashboard-page{max-width:none!important;margin:18px 22px 38px 0!important;color:#1f2b46!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.prcrm-dashboard-page *{box-sizing:border-box}
.prcrm-dashboard-main{width:100%;max-width:1200px;margin:0 auto}
.prcrm-dashboard-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0 0 14px}
.prcrm-dashboard-stat{min-width:0;display:flex;align-items:center;gap:10px;padding:12px 12px;background:linear-gradient(180deg,#fff 0%,#fcfcff 100%);border:1px solid #e6eaf4;border-radius:13px;box-shadow:0 5px 16px rgba(37,50,90,.055)}
.prcrm-stat-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:11px;background:#f0efff;color:#5d50e8}
.prcrm-stat-icon .dashicons{font-size:19px;width:19px;height:19px}
.prcrm-stat-copy{min-width:0}
.prcrm-stat-label{display:block;color:#68738a;font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prcrm-stat-copy strong{display:block;color:#25314d;font-size:22px;line-height:1.1;margin-top:2px;letter-spacing:-.02em}
.prcrm-stat-copy small{display:block;margin-top:3px;color:#21ad83;font-size:8px;line-height:1.2;white-space:nowrap}
.prcrm-stat-copy small b{font-size:9px;font-weight:900}
.prcrm-dashboard-row{display:grid;gap:14px;margin:0 0 14px}
.prcrm-dashboard-row-top{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}
.prcrm-dashboard-row-bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.22fr)}
.prcrm-dashboard-card{min-width:0;background:#fff;border:1px solid #e5e9f3;border-radius:15px;box-shadow:0 7px 22px rgba(37,50,90,.052);padding:16px}
.prcrm-dashboard-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 0 12px}
.prcrm-dashboard-card-head h2{margin:0;color:#172542;font-size:15px;line-height:1.2;letter-spacing:-.01em}
.prcrm-dashboard-card-head a{color:#5c53df;text-decoration:none;font-weight:700;font-size:9px;white-space:nowrap}
.prcrm-dashboard-card-head a span{font-size:11px}
.prcrm-dashboard-card-head p{margin:4px 0 0;color:#7a8398;font-size:9px;line-height:1.35}
.prcrm-pipeline-row{display:grid;grid-template-columns:60px minmax(0,1fr) 24px;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid #f0f2f7}
.prcrm-pipeline-row:last-child{border-bottom:0}
.prcrm-pipeline-row>span{color:#56627a;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prcrm-pipeline-row>b{color:#303d58;font-size:9px;text-align:right;font-weight:800}
.prcrm-pipeline-track{height:8px;border-radius:99px;background:#f1f3f8;overflow:hidden}
.prcrm-pipeline-track i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#7565ee 0%,#9d8cff 100%);box-shadow:0 3px 7px rgba(104,91,225,.12)}
.prcrm-dashboard-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.prcrm-dashboard-quick{min-height:42px;display:flex;align-items:center;gap:8px;padding:7px 8px;background:#fff;border:1px solid #dfe4ef;border-radius:10px;text-decoration:none!important;color:#23304d!important;box-shadow:0 2px 7px rgba(25,39,79,.035);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
.prcrm-dashboard-quick:hover{transform:translateY(-1px);border-color:#cbc4ff;box-shadow:0 8px 15px rgba(92,81,220,.08)}
.prcrm-dashboard-quick.is-primary{background:linear-gradient(135deg,#5f52eb 0%,#7364f3 100%);border-color:#5f52eb;color:#fff!important;box-shadow:0 7px 13px rgba(93,80,232,.16)}
.prcrm-quick-icon{width:27px;height:27px;flex:0 0 27px;display:grid;place-items:center;border-radius:8px;background:#f0efff;color:#5d50e8}
.prcrm-dashboard-quick.is-primary .prcrm-quick-icon{background:rgba(255,255,255,.16);color:#fff}
.prcrm-quick-icon .dashicons{font-size:15px;width:15px;height:15px}
.prcrm-dashboard-quick>span:last-child{font-size:8px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prcrm-donut-layout{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:14px}
.prcrm-donut{position:relative;width:82px;height:82px;border-radius:50%;display:grid;place-items:center;flex:0 0 82px}
.prcrm-donut:after{content:"";position:absolute;inset:14px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #edf0f7 inset}
.prcrm-donut>span{position:relative;z-index:1;display:block;text-align:center;color:#2b3955;font-size:14px;font-weight:900;line-height:1.05}
.prcrm-donut>span small{display:block;margin-top:2px;color:#8b93a6;font-size:7px;font-weight:700}
.prcrm-donut-legend{display:flex;flex-direction:column;gap:7px;min-width:0}
.prcrm-donut-legend>div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.prcrm-donut-legend>div>span{display:flex;align-items:center;gap:6px;color:#56627a;font-size:8px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prcrm-donut-legend>div>span i{width:7px;height:7px;border-radius:50%;display:inline-block;flex:0 0 7px}
.prcrm-donut-legend>div>b{color:#31405e;font-size:8px}
.prcrm-activity-card{padding-right:14px}
.prcrm-activity-list{display:flex;flex-direction:column}
.prcrm-activity-item{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #f0f2f7}
.prcrm-activity-item:last-child{border-bottom:0}
.prcrm-activity-dot{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#f3f2ff;color:#6b5fe6}
.prcrm-activity-dot .dashicons{font-size:11px;width:11px;height:11px}
.prcrm-activity-item strong{display:block;color:#536078;font-size:8px;line-height:1.35;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prcrm-activity-item small{display:block;margin-top:2px;color:#9aa2b2;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.prcrm-activity-item time{color:#7b8599;font-size:7px;white-space:nowrap}
.prcrm-activity-empty{padding:18px 0;color:#8b93a5;font-size:9px;text-align:center}
@media(max-width:1180px){.prcrm-dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.prcrm-dashboard-row-top,.prcrm-dashboard-row-bottom{grid-template-columns:1fr 1fr}.prcrm-activity-card{grid-column:1/-1}}
@media(max-width:760px){.prcrm-dashboard-page{margin-right:12px!important}.prcrm-dashboard-main{max-width:none}.prcrm-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.prcrm-dashboard-row-top,.prcrm-dashboard-row-bottom{grid-template-columns:1fr}.prcrm-dashboard-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-donut-layout{grid-template-columns:82px minmax(0,1fr)}.prcrm-dashboard-stat{padding:10px}.prcrm-stat-icon{width:34px;height:34px;flex-basis:34px}.prcrm-stat-copy strong{font-size:19px}}
\n\n/* v10.1.239 — Recruitment dashboard exact reference layout + WordPress-safe shell */
.prcrm-dashboard-page{width:100%!important;max-width:none!important;margin:18px 20px 36px 0!important;padding:0!important;background:transparent!important;color:#1e2942!important}
.prcrm-dashboard-main{width:100%!important;max-width:1440px!important;margin:0 auto!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;min-height:88px!important;padding:18px 20px!important;margin:0 0 14px!important;background:linear-gradient(180deg,#fff 0%,#fcfdff 100%)!important;border:1px solid #e4e8f1!important;border-radius:16px!important;box-shadow:0 6px 22px rgba(22,34,68,.05)!important}
.prcrm-welcome-copy{min-width:0!important}.prcrm-welcome-kicker{font-size:9px!important;font-weight:800!important;letter-spacing:.16em!important;color:#7770d9!important;margin:0 0 6px!important}.prcrm-welcome-copy h1{margin:0!important;font-size:22px!important;line-height:1.15!important;color:#172542!important;font-weight:800!important;letter-spacing:-.02em!important}.prcrm-welcome-copy h1 span{font-size:19px!important}.prcrm-welcome-copy p{margin:6px 0 0!important;color:#7a8398!important;font-size:11px!important;line-height:1.4!important}
.prcrm-welcome-tools{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}.prcrm-tool-button{position:relative!important;width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#172542!important;display:grid!important;place-items:center!important;border-radius:9px!important}.prcrm-tool-button:hover{background:#f2f3fb!important;transform:none!important}.prcrm-tool-button .dashicons{font-size:18px!important;width:18px!important;height:18px!important}.prcrm-tool-button.has-badge b{position:absolute!important;right:2px!important;top:1px!important;min-width:14px!important;height:14px!important;padding:0 3px!important;border-radius:99px!important;background:#5d50e8!important;color:#fff!important;font-size:8px!important;line-height:14px!important;text-align:center!important}
.prcrm-user-chip{display:flex!important;align-items:center!important;gap:8px!important;padding:4px 6px!important;border-radius:10px!important}.prcrm-user-chip img{width:34px!important;height:34px!important;border-radius:50%!important;display:block!important}.prcrm-user-chip>span:not(.dashicons){display:flex!important;flex-direction:column!important;line-height:1.1!important}.prcrm-user-chip strong{font-size:10px!important;color:#1d2b46!important;font-weight:800!important;white-space:nowrap!important}.prcrm-user-chip small{font-size:8px!important;color:#8b94a7!important;margin-top:2px!important}.prcrm-user-chip>.dashicons{font-size:12px!important;width:12px!important;height:12px!important;color:#6b7486!important;margin-left:2px!important}.prcrm-month-button{height:34px!important;min-height:34px!important;padding:0 11px!important;border:1px solid #dce2ee!important;border-radius:9px!important;background:#fff!important;color:#31405c!important;display:flex!important;align-items:center!important;gap:7px!important;font-size:9px!important;font-weight:700!important;box-shadow:none!important}.prcrm-month-button:hover{transform:none!important;border-color:#cbc5f7!important}.prcrm-month-button .dashicons{font-size:14px!important;width:14px!important;height:14px!important}.prcrm-month-button .dashicons:last-child{font-size:11px!important;width:11px!important;height:11px!important;margin-left:2px!important}
.prcrm-dashboard-page .prcrm-dashboard-metrics{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;margin-bottom:14px!important}.prcrm-dashboard-page .prcrm-dashboard-stat{min-height:82px!important;padding:14px 13px!important;border-radius:14px!important}.prcrm-dashboard-page .prcrm-stat-icon{width:42px!important;height:42px!important;flex-basis:42px!important;border-radius:12px!important}.prcrm-dashboard-page .prcrm-stat-copy strong{font-size:23px!important}.prcrm-dashboard-page .prcrm-stat-label{font-size:10px!important}.prcrm-dashboard-page .prcrm-stat-copy small{font-size:8px!important}
.prcrm-dashboard-page .prcrm-dashboard-row-top{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;gap:14px!important}.prcrm-dashboard-page .prcrm-dashboard-row-bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.22fr)!important;gap:14px!important}.prcrm-dashboard-page .prcrm-dashboard-card{padding:16px!important;border-radius:15px!important}.prcrm-dashboard-page .prcrm-pipeline-row{grid-template-columns:70px minmax(0,1fr) 26px!important;padding:5px 0!important}.prcrm-dashboard-page .prcrm-pipeline-row>span,.prcrm-dashboard-page .prcrm-pipeline-row>b{font-size:9px!important}.prcrm-dashboard-page .prcrm-pipeline-track{height:8px!important}.prcrm-dashboard-page .prcrm-dashboard-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.prcrm-dashboard-page .prcrm-dashboard-quick{min-height:42px!important;padding:7px 8px!important}.prcrm-dashboard-page .prcrm-dashboard-quick>span:last-child{font-size:8px!important}.prcrm-dashboard-page .prcrm-donut-layout{grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important}.prcrm-dashboard-page .prcrm-donut{width:88px!important;height:88px!important}.prcrm-dashboard-page .prcrm-donut-legend>div{gap:8px!important}.prcrm-dashboard-page .prcrm-donut-legend>div>span,.prcrm-dashboard-page .prcrm-donut-legend>div>b{font-size:8px!important}.prcrm-dashboard-page .prcrm-activity-item strong{font-size:8px!important}.prcrm-dashboard-page .prcrm-activity-item time{font-size:7px!important}
/* Keep the WordPress admin shell intact: no global #wpcontent/#wpbody padding overrides here. */
@media(max-width:1240px){.prcrm-dashboard-page .prcrm-dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}.prcrm-dashboard-page .prcrm-dashboard-row-top,.prcrm-dashboard-page .prcrm-dashboard-row-bottom{grid-template-columns:1fr 1fr!important}.prcrm-dashboard-page .prcrm-activity-card{grid-column:1/-1!important}}
@media(max-width:860px){.prcrm-dashboard-page .prcrm-dashboard-welcome{align-items:flex-start!important;flex-direction:column!important}.prcrm-welcome-tools{width:100%!important;justify-content:flex-end!important}.prcrm-dashboard-page .prcrm-dashboard-row-top,.prcrm-dashboard-page .prcrm-dashboard-row-bottom{grid-template-columns:1fr!important}.prcrm-dashboard-page .prcrm-activity-card{grid-column:auto!important}}
@media(max-width:640px){.prcrm-dashboard-page{margin:12px 8px 28px 0!important}.prcrm-dashboard-page .prcrm-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prcrm-dashboard-page .prcrm-dashboard-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prcrm-welcome-tools{flex-wrap:wrap!important;justify-content:flex-start!important}.prcrm-user-chip{margin-right:auto!important}}

/* v10.1.240 — Recruitment dashboard reference-size/color override */
.prcrm-dashboard-page{width:100%!important;max-width:none!important;margin:14px 18px 34px 0!important;padding:0!important;background:#f7f8fc!important;color:#1b2842!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.prcrm-dashboard-page .prcrm-dashboard-main{width:100%!important;max-width:1480px!important;margin:0 auto!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome{min-height:92px!important;padding:20px 22px!important;margin:0 0 14px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e5e9f2!important;box-shadow:0 5px 18px rgba(31,46,83,.045)!important}
.prcrm-dashboard-page .prcrm-welcome-kicker{display:none!important}.prcrm-dashboard-page .prcrm-welcome-copy h1{font-size:21px!important;line-height:1.18!important;font-weight:800!important;color:#1c2943!important}.prcrm-dashboard-page .prcrm-welcome-copy h1 span{font-size:18px!important}.prcrm-dashboard-page .prcrm-welcome-copy p{font-size:11px!important;color:#7c879b!important;margin-top:7px!important}
.prcrm-dashboard-page .prcrm-welcome-tools{gap:8px!important}.prcrm-dashboard-page .prcrm-tool-button{width:36px!important;height:36px!important;min-height:36px!important}.prcrm-dashboard-page .prcrm-tool-button .dashicons{font-size:18px!important;width:18px!important;height:18px!important}.prcrm-dashboard-page .prcrm-user-chip img{width:36px!important;height:36px!important}.prcrm-dashboard-page .prcrm-user-chip strong{font-size:10px!important}.prcrm-dashboard-page .prcrm-user-chip small{font-size:8px!important}.prcrm-dashboard-page .prcrm-month-button{height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:10px!important}
.prcrm-dashboard-page .prcrm-dashboard-metrics{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;margin-bottom:14px!important}.prcrm-dashboard-page .prcrm-dashboard-stat{min-height:88px!important;padding:13px 14px!important;border-radius:13px!important;background:#fff!important;border:1px solid #e4e9f2!important;box-shadow:0 5px 18px rgba(31,46,83,.045)!important;gap:11px!important}.prcrm-dashboard-page .prcrm-stat-icon{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:12px!important}.prcrm-dashboard-page .prcrm-stat-icon .dashicons{font-size:21px!important;width:21px!important;height:21px!important}.prcrm-dashboard-page .prcrm-stat-label{font-size:11px!important;color:#707c91!important}.prcrm-dashboard-page .prcrm-stat-copy strong{font-size:26px!important;line-height:1.05!important;color:#1e2b47!important;margin-top:3px!important}.prcrm-dashboard-page .prcrm-stat-copy small{font-size:9px!important;margin-top:5px!important}
.prcrm-dashboard-page .prcrm-dashboard-stat:nth-child(1) .prcrm-stat-icon{background:#eeecff!important;color:#5c50e8!important}.prcrm-dashboard-page .prcrm-dashboard-stat:nth-child(2) .prcrm-stat-icon{background:#e8fbfb!important;color:#20b9c7!important}.prcrm-dashboard-page .prcrm-dashboard-stat:nth-child(3) .prcrm-stat-icon{background:#fff5df!important;color:#f3ae25!important}.prcrm-dashboard-page .prcrm-dashboard-stat:nth-child(4) .prcrm-stat-icon{background:#fff0ed!important;color:#ef714a!important}.prcrm-dashboard-page .prcrm-dashboard-stat:nth-child(5) .prcrm-stat-icon{background:#edf5ff!important;color:#2f7bea!important}.prcrm-dashboard-page .prcrm-dashboard-stat:nth-child(6) .prcrm-stat-icon{background:#fff0f5!important;color:#ea5f91!important}
.prcrm-dashboard-page .prcrm-dashboard-row-top{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;gap:14px!important}.prcrm-dashboard-page .prcrm-dashboard-row-bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr)!important;gap:14px!important}.prcrm-dashboard-page .prcrm-dashboard-card{padding:16px 17px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e5e9f2!important;box-shadow:0 5px 18px rgba(31,46,83,.045)!important}.prcrm-dashboard-page .prcrm-dashboard-card-head{margin-bottom:11px!important}.prcrm-dashboard-page .prcrm-dashboard-card-head h2{font-size:16px!important;color:#172440!important}.prcrm-dashboard-page .prcrm-dashboard-card-head p{font-size:10px!important;color:#7c879b!important;margin-top:4px!important}.prcrm-dashboard-page .prcrm-dashboard-card-head a{font-size:10px!important;color:#5b50e7!important}
.prcrm-dashboard-page .prcrm-pipeline-row{grid-template-columns:74px minmax(0,1fr) 28px!important;gap:10px!important;padding:6px 0!important}.prcrm-dashboard-page .prcrm-pipeline-row>span{font-size:10px!important;color:#59657b!important}.prcrm-dashboard-page .prcrm-pipeline-row>b{font-size:10px!important;color:#30405d!important}.prcrm-dashboard-page .prcrm-pipeline-track{height:9px!important;background:#edf0f6!important}.prcrm-dashboard-page .prcrm-pipeline-track i{background:linear-gradient(90deg,#8a79ff,#6a5ff0)!important}
.prcrm-dashboard-page .prcrm-dashboard-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.prcrm-dashboard-page .prcrm-dashboard-quick{min-height:47px!important;padding:8px 9px!important;border-radius:10px!important;background:#fff!important;border:1px solid #dfe5f0!important;color:#273652!important}.prcrm-dashboard-page .prcrm-dashboard-quick>span:last-child{font-size:10px!important;font-weight:700!important}.prcrm-dashboard-page .prcrm-quick-icon{width:29px!important;height:29px!important;flex-basis:29px!important;border-radius:8px!important;background:#f0efff!important;color:#5e51e7!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(2) .prcrm-quick-icon{background:#eafbf5!important;color:#1ca874!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(3) .prcrm-quick-icon{background:#edf5ff!important;color:#2f7bea!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(4) .prcrm-quick-icon{background:#fff6df!important;color:#e9a41c!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(5) .prcrm-quick-icon{background:#f1efff!important;color:#765bed!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(6) .prcrm-quick-icon{background:#fff0f4!important;color:#eb6496!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(7) .prcrm-quick-icon{background:#e9fbfb!important;color:#23b8c5!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(8) .prcrm-quick-icon{background:#fff1e7!important;color:#ed7c39!important}.prcrm-dashboard-page .prcrm-dashboard-quick:nth-child(9) .prcrm-quick-icon{background:#eafbf2!important;color:#26a568!important}
.prcrm-dashboard-page .prcrm-donut-layout{grid-template-columns:96px minmax(0,1fr)!important;gap:14px!important}.prcrm-dashboard-page .prcrm-donut{width:84px!important;height:84px!important}.prcrm-dashboard-page .prcrm-donut>span{font-size:14px!important}.prcrm-dashboard-page .prcrm-donut>span small{font-size:7px!important}.prcrm-dashboard-page .prcrm-donut-legend{gap:8px!important}.prcrm-dashboard-page .prcrm-donut-legend>div>span{font-size:9px!important;color:#55617a!important}.prcrm-dashboard-page .prcrm-donut-legend>div>b{font-size:9px!important;color:#30405c!important}.prcrm-dashboard-page .prcrm-activity-item{grid-template-columns:20px minmax(0,1fr) auto!important;gap:8px!important;padding:8px 0!important}.prcrm-dashboard-page .prcrm-activity-dot{width:18px!important;height:18px!important}.prcrm-dashboard-page .prcrm-activity-item strong{font-size:9px!important;color:#52607a!important}.prcrm-dashboard-page .prcrm-activity-item small{font-size:8px!important}.prcrm-dashboard-page .prcrm-activity-item time{font-size:8px!important}
@media(max-width:1240px){.prcrm-dashboard-page .prcrm-dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}.prcrm-dashboard-page .prcrm-dashboard-row-top{grid-template-columns:1fr 1fr!important}.prcrm-dashboard-page .prcrm-dashboard-row-bottom{grid-template-columns:1fr 1fr!important}.prcrm-dashboard-page .prcrm-activity-card{grid-column:1/-1!important}}
@media(max-width:860px){.prcrm-dashboard-page .prcrm-dashboard-welcome{align-items:flex-start!important;flex-direction:column!important}.prcrm-dashboard-page .prcrm-welcome-tools{width:100%!important;justify-content:flex-end!important}.prcrm-dashboard-page .prcrm-dashboard-row-top,.prcrm-dashboard-page .prcrm-dashboard-row-bottom{grid-template-columns:1fr!important}.prcrm-dashboard-page .prcrm-activity-card{grid-column:auto!important}}
@media(max-width:640px){.prcrm-dashboard-page{margin:10px 8px 26px 0!important}.prcrm-dashboard-page .prcrm-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.prcrm-dashboard-page .prcrm-dashboard-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prcrm-dashboard-page .prcrm-welcome-tools{flex-wrap:wrap!important;justify-content:flex-start!important}.prcrm-dashboard-page .prcrm-user-chip{margin-right:auto!important}}

/* v10.1.244 — compact dashboard filters integrated into welcome header */
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;min-height:104px!important;padding:18px 20px!important;margin-bottom:14px!important;background:#fff!important;border:1px solid #e4e8f1!important;border-radius:16px!important;box-shadow:0 6px 22px rgba(22,34,68,.05)!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy{flex:1 1 auto!important;min-width:300px!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy h1{margin:0!important;font-size:22px!important;line-height:1.18!important;font-weight:800!important;color:#172542!important;letter-spacing:-.02em!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy p{margin:6px 0 0!important;font-size:10px!important;color:#7b869b!important}
.prcrm-dashboard-page .prcrm-welcome-filters{margin:0!important;flex:0 1 700px!important;min-width:520px!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}
.prcrm-dashboard-page .prcrm-welcome-filter-row{display:grid!important;grid-template-columns:repeat(4,minmax(100px,1fr)) auto auto!important;align-items:end!important;gap:8px!important}
.prcrm-dashboard-page .prcrm-welcome-filters label{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important}
.prcrm-dashboard-page .prcrm-welcome-filters label>span{font-size:8px!important;color:#718096!important;font-weight:700!important;line-height:1!important}
.prcrm-dashboard-page .prcrm-welcome-filters .prcrm-filter-control{width:100%!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0 28px 0 10px!important;border:1px solid #d9e0ec!important;border-radius:9px!important;background:#fff!important;color:#2b3a55!important;font-size:9px!important;font-weight:700!important;box-shadow:none!important;outline:none!important}
.prcrm-dashboard-page .prcrm-welcome-filters .prcrm-filter-control:focus{border-color:#8d82ed!important;box-shadow:0 0 0 2px rgba(114,99,235,.10)!important}
.prcrm-dashboard-page .prcrm-filter-more{height:34px!important;min-height:34px!important;padding:0 10px!important;border:1px solid #d9e0ec!important;border-radius:9px!important;background:#f8f9fc!important;color:#465572!important;font-size:9px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;gap:5px!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:none!important}
.prcrm-dashboard-page .prcrm-filter-more:hover{border-color:#bdb5f3!important;color:#5d50e7!important;background:#f5f3ff!important}
.prcrm-dashboard-page .prcrm-filter-more .dashicons{font-size:13px!important;width:13px!important;height:13px!important}
.prcrm-dashboard-page .prcrm-filter-clear{height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 4px!important;color:#6b61d9!important;font-size:9px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important}
.prcrm-dashboard-page .prcrm-filter-clear:hover{text-decoration:underline!important;color:#4f46c9!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more{display:grid!important;grid-template-columns:repeat(4,minmax(100px,1fr))!important;gap:8px!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid #eef1f6!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more[hidden]{display:none!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter input{height:34px!important;min-height:34px!important;padding:0 10px!important;border:1px solid #d9e0ec!important;border-radius:9px!important;font-size:9px!important;background:#fff!important}
@media(max-width:1180px){
 .prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{align-items:flex-start!important}
 .prcrm-dashboard-page .prcrm-welcome-filters{min-width:0!important;flex-basis:610px!important}
 .prcrm-dashboard-page .prcrm-welcome-filter-row{grid-template-columns:repeat(2,minmax(120px,1fr)) auto auto!important}
 .prcrm-dashboard-page .prcrm-welcome-filter-more{grid-template-columns:repeat(2,minmax(120px,1fr))!important}
}
@media(max-width:760px){
 .prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{flex-direction:column!important;align-items:stretch!important;gap:14px!important;min-height:0!important}
 .prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy{min-width:0!important}
 .prcrm-dashboard-page .prcrm-welcome-filters{width:100%!important;flex-basis:auto!important}
 .prcrm-dashboard-page .prcrm-welcome-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .prcrm-dashboard-page .prcrm-welcome-filter-more{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .prcrm-dashboard-page .prcrm-filter-more,.prcrm-dashboard-page .prcrm-filter-clear{justify-content:center!important}
}
@media(max-width:440px){
 .prcrm-dashboard-page .prcrm-welcome-filter-row,.prcrm-dashboard-page .prcrm-welcome-filter-more{grid-template-columns:1fr!important}
}

/* v10.1.244 — More filter popover */
.prcrm-dashboard-page .prcrm-filter-more-details{position:relative!important;align-self:end!important;min-width:70px!important}
.prcrm-dashboard-page .prcrm-filter-more-details>summary{height:34px!important;min-height:34px!important;box-sizing:border-box!important;padding:0 10px!important;border:1px solid #d9e0ec!important;border-radius:9px!important;background:#f8f9fc!important;color:#465572!important;font-size:9px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;cursor:pointer!important;list-style:none!important;white-space:nowrap!important}
.prcrm-dashboard-page .prcrm-filter-more-details>summary::-webkit-details-marker{display:none!important}
.prcrm-dashboard-page .prcrm-filter-more-details>summary:hover{border-color:#bdb5f3!important;color:#5d50e7!important;background:#f5f3ff!important}
.prcrm-dashboard-page .prcrm-filter-more-details>summary .dashicons{font-size:13px!important;width:13px!important;height:13px!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more{position:absolute!important;right:0!important;top:41px!important;z-index:50!important;width:540px!important;box-sizing:border-box!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;margin:0!important;border:1px solid #e0e5ef!important;border-radius:12px!important;background:#fff!important;box-shadow:0 16px 36px rgba(29,42,76,.14)!important}
.prcrm-dashboard-page .prcrm-filter-more-details[open] .prcrm-welcome-filter-more{display:grid!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-filter-control{height:34px!important;min-height:34px!important}
@media(max-width:1180px){.prcrm-dashboard-page .prcrm-welcome-filter-more{width:460px!important}}
@media(max-width:760px){.prcrm-dashboard-page .prcrm-filter-more-details{min-width:0!important}.prcrm-dashboard-page .prcrm-welcome-filter-more{position:static!important;width:auto!important;margin-top:8px!important;box-shadow:none!important;border-color:#edf0f5!important}.prcrm-dashboard-page .prcrm-filter-more-details[open]{grid-column:1/-1!important}}


/* v10.1.245 — dashboard header filters: only show what fits; extra filters stay in a bounded popover */
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{position:relative!important;display:grid!important;grid-template-columns:minmax(300px,1fr) minmax(560px,1.45fr)!important;align-items:center!important;column-gap:24px!important;min-height:96px!important;height:auto!important;padding:16px 18px!important;margin-bottom:14px!important;overflow:visible!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy{min-width:0!important;flex:initial!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy h1{font-size:21px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy p{font-size:10px!important;margin-top:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.prcrm-dashboard-page .prcrm-welcome-filters{width:100%!important;min-width:0!important;max-width:none!important;flex:initial!important;background:transparent!important}
.prcrm-dashboard-page .prcrm-welcome-filter-row{display:grid!important;grid-template-columns:minmax(130px,1fr) minmax(130px,1fr) minmax(145px,1.1fr) auto auto!important;gap:7px!important;align-items:end!important;width:100%!important}
.prcrm-dashboard-page .prcrm-welcome-filters label{min-width:0!important}
.prcrm-dashboard-page .prcrm-welcome-filters label>span{font-size:8px!important;line-height:1!important}
.prcrm-dashboard-page .prcrm-welcome-filters .prcrm-filter-control{height:35px!important;min-height:35px!important;border-radius:9px!important;padding:0 26px 0 10px!important;font-size:9px!important;font-weight:700!important;white-space:nowrap!important;text-overflow:ellipsis!important}
.prcrm-dashboard-page .prcrm-filter-more-details{position:relative!important;min-width:66px!important;align-self:end!important}
.prcrm-dashboard-page .prcrm-filter-more-details>summary{height:35px!important;min-height:35px!important;padding:0 9px!important;border:1px solid #d9e0ec!important;border-radius:9px!important;background:#f8f9fc!important;color:#465572!important;font-size:9px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;cursor:pointer!important;list-style:none!important;white-space:nowrap!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;z-index:1000!important;width:460px!important;box-sizing:border-box!important;display:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:12px!important;border:1px solid #e0e5ef!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 40px rgba(29,42,76,.16)!important}
.prcrm-dashboard-page .prcrm-filter-more-details[open] .prcrm-welcome-filter-more{display:grid!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-filter-control{height:34px!important;min-height:34px!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter{display:flex!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter[style*="display:none"]{display:none!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter input{height:34px!important;min-height:34px!important}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter:nth-last-child(2){grid-column:2 / 3}
.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter:last-child{grid-column:3 / 4}
.prcrm-dashboard-page .prcrm-welcome-filter-more label>span{font-size:8px!important}
.prcrm-dashboard-page .prcrm-welcome-filters>.prcrm-filter-clear{height:35px!important;min-width:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 3px!important;font-size:9px!important;white-space:nowrap!important}
@media(max-width:1180px){.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{grid-template-columns:minmax(260px,.9fr) minmax(500px,1.5fr)!important;column-gap:18px!important}.prcrm-dashboard-page .prcrm-welcome-filter-row{grid-template-columns:repeat(3,minmax(120px,1fr)) auto auto!important}.prcrm-dashboard-page .prcrm-welcome-filter-more{width:430px!important}}
@media(max-width:920px){.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{grid-template-columns:1fr!important;row-gap:12px!important}.prcrm-dashboard-page .prcrm-welcome-filter-row{grid-template-columns:repeat(3,minmax(0,1fr)) auto auto!important}.prcrm-dashboard-page .prcrm-welcome-filter-more{right:0!important;width:min(430px,calc(100vw - 42px))!important}}
@media(max-width:680px){.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered{padding:14px!important}.prcrm-dashboard-page .prcrm-dashboard-welcome-filtered .prcrm-welcome-copy h1{font-size:18px!important}.prcrm-dashboard-page .prcrm-welcome-filter-row{grid-template-columns:1fr 1fr!important}.prcrm-dashboard-page .prcrm-filter-more-details{grid-column:auto}.prcrm-dashboard-page .prcrm-welcome-filters>.prcrm-filter-clear{grid-column:auto}.prcrm-dashboard-page .prcrm-welcome-filter-more{position:static!important;width:100%!important;grid-template-columns:1fr 1fr!important;margin-top:8px!important;box-shadow:none!important}.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter:nth-last-child(2),.prcrm-dashboard-page .prcrm-welcome-filter-more .prcrm-custom-filter:last-child{grid-column:auto!important}}


/* v10.1.247 — Global Recruitment CRM module UI: dashboard visual language across every menu/submenu */
body.prcrm-module-ui #wpcontent,
body.prcrm-module-ui #wpbody-content{background:#f6f8fc!important;}
body.prcrm-module-ui #wpcontent{padding-left:18px!important;}
body.prcrm-module-ui #wpbody-content{padding-bottom:36px!important;}
body.prcrm-module-ui .wrap{margin:14px 20px 36px 0!important;max-width:none!important;}
body.prcrm-module-ui .prcrm-app{max-width:none!important;margin:0!important;color:#172542!important;}
body.prcrm-module-ui .prcrm-head{position:relative!important;overflow:hidden!important;margin:0 0 16px!important;padding:22px 24px!important;border:1px solid #e1e6f0!important;border-radius:16px!important;background:#fff!important;box-shadow:0 7px 24px rgba(28,43,77,.055)!important;border-left:1px solid #e1e6f0!important;}
body.prcrm-module-ui .prcrm-head:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#8a79ff 0%,#6a5ff0 55%,#eb6496 100%);}
body.prcrm-module-ui .prcrm-head .prcrm-kicker{color:#7266ea!important;font-size:10px!important;letter-spacing:.11em!important;}
body.prcrm-module-ui .prcrm-head h1{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;color:#172542!important;font-weight:800!important;letter-spacing:-.025em!important;}
body.prcrm-module-ui .prcrm-head p{font-size:12px!important;color:#7a879d!important;}
body.prcrm-module-ui .prcrm-cards{gap:14px!important;margin:0 0 16px!important;}
body.prcrm-module-ui .prcrm-card{position:relative!important;overflow:hidden!important;min-height:96px!important;padding:16px 17px!important;border:1px solid #e1e6f0!important;border-radius:14px!important;background:#fff!important;box-shadow:0 6px 20px rgba(28,43,77,.05)!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;}
body.prcrm-module-ui .prcrm-card:after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#8a79ff,#6a5ff0);opacity:.95;}
body.prcrm-module-ui .prcrm-card:nth-child(2):after{background:linear-gradient(90deg,#38c7c7,#2bb7b7);}
body.prcrm-module-ui .prcrm-card:nth-child(3):after{background:linear-gradient(90deg,#f3b53f,#ea941c);}
body.prcrm-module-ui .prcrm-card:nth-child(4):after{background:linear-gradient(90deg,#ff8c7f,#f36c5d);}
body.prcrm-module-ui .prcrm-card:nth-child(5):after{background:linear-gradient(90deg,#4f8df7,#2e73df);}
body.prcrm-module-ui .prcrm-card:nth-child(6):after{background:linear-gradient(90deg,#ef77aa,#dd4f8c);}
body.prcrm-module-ui .prcrm-card:hover{transform:translateY(-2px)!important;box-shadow:0 11px 28px rgba(73,67,178,.10)!important;border-color:#d8d4ff!important;}
body.prcrm-module-ui .prcrm-card span{font-size:11px!important;font-weight:700!important;color:#7a879d!important;}
body.prcrm-module-ui .prcrm-card strong{margin-top:6px!important;font-size:28px!important;line-height:1!important;color:#172542!important;}
body.prcrm-module-ui .prcrm-grid2{gap:16px!important;margin:0 0 16px!important;}
body.prcrm-module-ui .prcrm-panel,body.prcrm-module-ui .prcrm-profile{position:relative!important;overflow:hidden!important;margin:0 0 16px!important;padding:18px!important;border:1px solid #e1e6f0!important;border-radius:16px!important;background:#fff!important;box-shadow:0 7px 24px rgba(28,43,77,.05)!important;}
body.prcrm-module-ui .prcrm-panel:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#8a79ff,#6a5ff0);opacity:.88;}
body.prcrm-module-ui .prcrm-panel:nth-child(2n):before{background:linear-gradient(180deg,#ef77aa,#dd4f8c);}
body.prcrm-module-ui .prcrm-panel-head{margin:-2px -2px 15px!important;padding-bottom:12px!important;border-bottom:1px solid #edf0f5!important;}
body.prcrm-module-ui .prcrm-panel-head h2,body.prcrm-module-ui .prcrm-panel-head h3,body.prcrm-module-ui .prcrm-panel h2,body.prcrm-module-ui .prcrm-panel h3{color:#172542!important;font-weight:800!important;}
body.prcrm-module-ui .prcrm-panel-head h2{font-size:17px!important;} body.prcrm-module-ui .prcrm-panel-head p{color:#8a95a8!important;font-size:11px!important;}
body.prcrm-module-ui .prcrm-toolbar{margin:0 0 14px!important;padding:12px!important;border:1px solid #e5e9f1!important;border-radius:12px!important;background:#f9faff!important;box-shadow:none!important;}
body.prcrm-module-ui .prcrm-toolbar form{gap:8px!important;}
body.prcrm-module-ui .prcrm-input,body.prcrm-module-ui .prcrm-panel input:not([type=checkbox]):not([type=radio]),body.prcrm-module-ui .prcrm-panel select,body.prcrm-module-ui .prcrm-panel textarea{min-height:40px!important;border:1px solid #d9e0ec!important;border-radius:9px!important;background:#fff!important;color:#24324b!important;box-shadow:none!important;font-size:12px!important;}
body.prcrm-module-ui .prcrm-panel input:focus,body.prcrm-module-ui .prcrm-panel select:focus,body.prcrm-module-ui .prcrm-panel textarea:focus{border-color:#8c82ef!important;box-shadow:0 0 0 3px rgba(118,103,235,.11)!important;outline:none!important;}
body.prcrm-module-ui .prcrm-btn{min-height:38px!important;padding:8px 13px!important;border-radius:9px!important;border:1px solid #d9d2ff!important;background:#fff!important;color:#5448d7!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important;transition:.15s ease!important;}
body.prcrm-module-ui .prcrm-btn:hover{transform:translateY(-1px)!important;border-color:#bfb6ff!important;background:#faf9ff!important;box-shadow:0 7px 16px rgba(78,68,198,.09)!important;}
body.prcrm-module-ui .prcrm-btn.primary{background:linear-gradient(135deg,#7b70f7,#6255e8)!important;border-color:#6a5ef0!important;color:#fff!important;box-shadow:0 7px 17px rgba(91,80,222,.20)!important;}
body.prcrm-module-ui .prcrm-btn.danger{background:#fff7f8!important;border-color:#ffd1d9!important;color:#d64a65!important;}
body.prcrm-module-ui .prcrm-table-wrap{border:1px solid #e2e7f0!important;border-radius:13px!important;background:#fff!important;overflow:auto!important;}
body.prcrm-module-ui .prcrm-table{background:#fff!important;}
body.prcrm-module-ui .prcrm-table th{background:linear-gradient(180deg,#fafbff,#f4f6fb)!important;color:#5d6981!important;border-bottom:1px solid #e1e6ef!important;font-size:10px!important;letter-spacing:.06em!important;}
body.prcrm-module-ui .prcrm-table th,body.prcrm-module-ui .prcrm-table td{padding:12px!important;border-bottom:1px solid #eef1f6!important;font-size:12px!important;}
body.prcrm-module-ui .prcrm-table tbody tr:hover{background:#faf9ff!important;}
body.prcrm-module-ui .prcrm-badge{padding:5px 9px!important;border-radius:999px!important;background:#eeecff!important;color:#5a4fd4!important;font-size:10px!important;}
body.prcrm-module-ui .prcrm-form-grid{gap:14px!important;} body.prcrm-module-ui .prcrm-panel label{margin:10px 0!important;color:#34425c!important;font-size:11px!important;}
body.prcrm-module-ui .prcrm-section-title{margin-bottom:14px!important;} body.prcrm-module-ui .prcrm-section-title h2{font-size:17px!important;color:#172542!important;}
body.prcrm-module-ui .prcrm-empty{border:1px dashed #dbe2ee!important;background:#fafbff!important;color:#7c879b!important;}
body.prcrm-module-ui .prcrm-profile-top{padding:20px!important;background:linear-gradient(135deg,#fff,#faf9ff)!important;border-bottom:1px solid #edf0f5!important;}
body.prcrm-module-ui .prcrm-profile-top h2{font-size:23px!important;color:#172542!important;}
body.prcrm-module-ui .prcrm-tabs a{padding:12px 15px!important;font-size:11px!important;color:#6e7b91!important;}
body.prcrm-module-ui .prcrm-tabs a.active{color:#5a4fd4!important;border-bottom-color:#766af2!important;background:#faf9ff!important;}
body.prcrm-module-ui .button,body.prcrm-module-ui .button-secondary,body.prcrm-module-ui input[type=submit],body.prcrm-module-ui input[type=button],body.prcrm-module-ui button:not(.prcrm-nav-group-head){border-radius:9px!important;box-shadow:none!important;}
body.prcrm-module-ui .button-primary,body.prcrm-module-ui input[type=submit].button-primary{background:#6b5fe7!important;border-color:#6255dd!important;color:#fff!important;}
body.prcrm-module-ui .notice{border-radius:10px!important;border-left-width:4px!important;box-shadow:0 4px 14px rgba(28,43,77,.04)!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group:nth-child(1) .prcrm-nav-group-left .dashicons{color:#8a79ff!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group:nth-child(2) .prcrm-nav-group-left .dashicons{color:#32c6be!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group:nth-child(3) .prcrm-nav-group-left .dashicons{color:#ef77aa!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group:nth-child(4) .prcrm-nav-group-left .dashicons{color:#58a0ef!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group:nth-child(5) .prcrm-nav-group-left .dashicons{color:#e8ac34!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-group:nth-child(6) .prcrm-nav-group-left .dashicons{color:#45c58f!important;}
#adminmenu li.toplevel_page_prcrm-dashboard > .prcrm-grouped-nav .prcrm-nav-item.is-active{background:linear-gradient(90deg,#5e52eb,#756cf4)!important;box-shadow:0 6px 16px rgba(76,66,238,.28)!important;}
@media(max-width:900px){body.prcrm-module-ui #wpcontent{padding-left:8px!important;}body.prcrm-module-ui .wrap{margin-right:10px!important;}body.prcrm-module-ui .prcrm-head{padding:18px!important;}body.prcrm-module-ui .prcrm-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:640px){body.prcrm-module-ui .prcrm-cards{grid-template-columns:1fr!important;}body.prcrm-module-ui .prcrm-grid2{grid-template-columns:1fr!important;}}

/* v10.1.374 — dedicated HR Document Check workspace */
.prcrm-document-review-panel{margin-top:16px}.prcrm-document-review-next{margin-top:18px;padding:16px 18px;border:1px solid #cfd6ff;border-radius:14px;background:linear-gradient(180deg,#f8f9ff 0%,#ffffff 100%);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.prcrm-document-review-next-copy{display:flex;flex-direction:column;gap:4px}.prcrm-document-review-next-copy strong{font-size:14px;color:#101828}.prcrm-document-review-next-copy span{font-size:12px;color:#667085}.prcrm-document-review-next-form{margin:0}.prcrm-document-review-next-btn{min-width:190px;justify-content:center}.prcrm-document-review-next-btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.prcrm-doc-review-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 18px}.prcrm-doc-review-stat{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}.prcrm-doc-review-stat span{display:block;font-size:11px;color:#667085;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.prcrm-doc-review-stat strong{display:block;margin-top:4px;font-size:22px;color:#101828}.prcrm-document-review-table .prcrm-doc-review-form{display:flex;gap:7px;align-items:center;flex-wrap:wrap;min-width:380px}.prcrm-document-review-table select,.prcrm-document-review-table input[type=text]{min-height:34px;border:1px solid #d0d5dd;border-radius:8px;padding:5px 8px;background:#fff;font-size:12px}.prcrm-document-review-table input[type=text]{min-width:180px;flex:1}.prcrm-doc-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;text-transform:capitalize}.prcrm-doc-status-pending{background:#fff7ed;color:#9a3412}.prcrm-doc-status-verified{background:#ecfdf3;color:#047857}.prcrm-doc-status-rejected{background:#fef2f2;color:#b91c1c}.prcrm-doc-status-correction_required{background:#fff7ed;color:#b45309}@media(max-width:900px){.prcrm-doc-review-summary{grid-template-columns:1fr 1fr}.prcrm-document-review-table .prcrm-doc-review-form{min-width:280px}}@media(max-width:560px){.prcrm-doc-review-summary{grid-template-columns:1fr}.prcrm-document-review-table .prcrm-doc-review-form{min-width:220px;display:grid;grid-template-columns:1fr}.prcrm-document-review-table input[type=text]{min-width:0;width:100%}}

/* v10.1.392 — India Setup + HR Employee Create ID clarity */
.prcrm-employee-create-panel{overflow:visible!important;max-height:none!important}
.prcrm-employee-create-panel .prcrm-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;min-width:0!important}
.prcrm-employee-create-panel .prcrm-form-grid>label{min-width:0!important;width:100%!important;box-sizing:border-box!important}
.prcrm-employee-create-panel .prcrm-section-card{overflow:visible!important}
.prcrm-employee-create-panel .prcrm-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin-top:14px;box-shadow:0 3px 12px rgba(15,23,42,.035)}
.prcrm-employee-create-panel .prcrm-section-card .prcrm-panel-head{margin-bottom:12px}
.prcrm-employee-create-panel .prcrm-section-card .prcrm-panel-head h3{margin:0;color:#172033;font-size:16px}
.prcrm-employee-create-panel .prcrm-section-card .prcrm-panel-head p{margin:4px 0 0;color:#64748b;font-size:11px}
.prcrm-employee-create-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}
.prcrm-employee-create-summary>div{padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fafbff;min-width:0}
.prcrm-employee-create-summary span,.prcrm-employee-create-summary small{display:block;color:#64748b;font-size:10px}
.prcrm-employee-create-summary strong{display:block;color:#172033;font-size:12px;margin:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:900px){.prcrm-employee-create-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.prcrm-employee-create-summary{grid-template-columns:1fr}}

/* v10.1.394 — searchable Reporting Manager picker */
.prcrm-manager-picker{display:grid;gap:7px;margin-top:7px}
.prcrm-manager-picker .prcrm-manager-search{width:100%;min-height:36px!important;box-sizing:border-box;border:1px solid #d9e0ec!important;border-radius:9px!important;background:#fff!important;color:#24324b!important;padding:0 11px!important;font-size:12px!important;outline:none}
.prcrm-manager-picker .prcrm-manager-search:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px rgba(99,102,241,.11)!important}
.prcrm-manager-picker select{width:100%;min-height:42px!important;box-sizing:border-box}
.prcrm-manager-picker select option[hidden]{display:none}


/* v10.1.407 — Candidate form review workspace: fixed right-side 75% drawer */
.prcrm-review-backdrop{position:fixed!important;inset:0!important;z-index:999999!important;display:flex!important;justify-content:flex-end!important;align-items:stretch!important;background:rgba(15,23,42,.42)!important;backdrop-filter:blur(2px)}
.prcrm-review-drawer{position:relative!important;width:75vw!important;max-width:none!important;min-width:0!important;height:100vh!important;margin:0!important;background:#fff!important;display:flex!important;flex-direction:column!important;box-shadow:-22px 0 58px rgba(15,23,42,.22)!important;animation:prcrmReviewIn .22s cubic-bezier(.22,1,.36,1)!important}
.prcrm-review-drawer-head{flex:0 0 auto!important;position:sticky!important;top:0!important;z-index:5!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important}
.prcrm-review-drawer-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;background:#f8fafc!important}
.prcrm-review-drawer-foot{flex:0 0 auto!important;position:sticky!important;bottom:0!important;z-index:6!important;background:#fff!important;border-top:1px solid #e5e7eb!important;box-shadow:0 -10px 24px rgba(15,23,42,.07)!important}
.prcrm-review-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.prcrm-review-actions .prcrm-btn{min-width:150px!important}
.prcrm-review-close{cursor:pointer!important}
@media(max-width:900px){.prcrm-review-drawer{width:90vw!important}}
@media(max-width:640px){.prcrm-review-drawer{width:100vw!important}.prcrm-review-actions{flex-direction:column!important;align-items:stretch!important}.prcrm-review-actions .prcrm-btn{width:100%!important;min-width:0!important}}

/* v10.1.410: compact inline form review actions in Candidate Profile */
.prcrm-inline-review-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.prcrm-inline-review-actions .prcrm-btn{min-height:34px;padding:7px 11px;font-size:12px}
.prcrm-review-quick-approve{border-color:#b7e4c7!important;color:#147a3d!important;background:#f0fbf4!important}
.prcrm-review-quick-reject{border-color:#f3c0c0!important;color:#b42318!important;background:#fff5f5!important}
.prcrm-review-decision-focus{box-shadow:0 0 0 3px rgba(37,99,235,.18)!important;transform:translateY(-1px)}
@media(max-width:700px){.prcrm-inline-review-actions .prcrm-btn{flex:1 1 auto;text-align:center}}


/* v10.1.411 — Candidate profile inline form review actions */
.prcrm-inline-review-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;white-space:nowrap!important}
.prcrm-inline-review-actions .prcrm-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 12px!important;font-size:12px!important;line-height:1.15!important;text-decoration:none!important}
.prcrm-inline-review-actions .prcrm-review-quick-approve{border-color:#bbf7d0!important;color:#166534!important;background:#f0fdf4!important}
.prcrm-inline-review-actions .prcrm-review-quick-reject{border-color:#fecaca!important;color:#b91c1c!important;background:#fff7f7!important}
.prcrm-inline-review-actions .prcrm-review-open{background:#fff!important}


/* v10.1.437 — universal filter layout hardening for CRM/HRMS submenus */
.prcrm-hrms-filters{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  overflow:visible!important;
  padding:12px 14px!important;
}
.prcrm-hrms-filter-row{
  display:grid!important;
  grid-template-columns:minmax(70px,.32fr) repeat(6,minmax(125px,1fr)) auto!important;
  gap:9px!important;
  align-items:end!important;
  width:100%!important;
}
.prcrm-hrms-filter-title{
  min-width:0!important;
  align-self:end!important;
}
.prcrm-hrms-filter-title label{
  display:block!important;
  margin:0!important;
  font-size:11px!important;
  line-height:34px!important;
  font-weight:800!important;
  color:#52627c!important;
}
.prcrm-hrms-filter-row>select,
.prcrm-hrms-filter-row>input[type="date"],
.prcrm-hrms-filter-row>input[type="month"],
.prcrm-hrms-filter-row>input[type="number"]{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:36px!important;
  min-height:36px!important;
  box-sizing:border-box!important;
  border:1px solid #cfd8e6!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#1f2d43!important;
  padding:0 10px!important;
  font-size:12px!important;
  line-height:36px!important;
}
.prcrm-hrms-filter-row>select:focus,
.prcrm-hrms-filter-row>input:focus{
  outline:none!important;
  border-color:#536dff!important;
  box-shadow:0 0 0 3px rgba(83,109,255,.10)!important;
}
.prcrm-hrms-filter-row .prcrm-btn{
  height:36px!important;
  min-height:36px!important;
  white-space:nowrap!important;
  margin:0!important;
  align-self:end!important;
}
.prcrm-hrms-filters form{margin:0!important}

/* Phase-2 Live Workforce / Analytics filters */
.p2-toolbar{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.p2-toolbar>form{
  min-width:0!important;
  max-width:none!important;
}
.p2-toolbar>form:first-child{
  flex:1 1 620px!important;
}
.p2-toolbar>form:first-child label{
  min-width:0!important;
}
.p2-toolbar>form:first-child label:nth-of-type(1){flex:1 1 280px!important}
.p2-toolbar>form:first-child label:nth-of-type(2){flex:0 1 230px!important}
.p2-toolbar form input[type="search"],
.p2-toolbar form input[type="month"],
.p2-toolbar form input[type="date"],
.p2-toolbar form input[type="number"],
.p2-toolbar form select{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:38px!important;
  min-height:38px!important;
  box-sizing:border-box!important;
  border:1px solid #cfd8e6!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#1f2d43!important;
  padding:0 10px!important;
  font-size:12px!important;
}
.p2-toolbar form input:focus,
.p2-toolbar form select:focus{
  outline:none!important;
  border-color:#536dff!important;
  box-shadow:0 0 0 3px rgba(83,109,255,.10)!important;
}
.p2-toolbar form label{
  min-width:120px!important;
}
.p2-toolbar form button,
.p2-toolbar form .prcrm-btn{
  height:38px!important;
  min-height:38px!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.p2-toolbar>form:nth-of-type(2){
  flex:1 1 430px!important;
  display:flex!important;
  align-items:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.p2-toolbar>form:nth-of-type(2) label{
  flex:1 1 190px!important;
  min-width:170px!important;
}
.p2-toolbar>form:nth-of-type(2) label input{
  width:100%!important;
}
@media(max-width:1180px){
  .prcrm-hrms-filter-row{grid-template-columns:repeat(4,minmax(130px,1fr))!important}
  .prcrm-hrms-filter-title{grid-column:1/-1!important}
  .p2-toolbar{display:flex!important;flex-direction:column!important;align-items:stretch!important}
  .p2-toolbar>form:first-child,
  .p2-toolbar>form:nth-of-type(2){flex:1 1 auto!important;width:100%!important}
}
@media(max-width:760px){
  .prcrm-hrms-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .prcrm-hrms-filter-title{grid-column:1/-1!important}
  .prcrm-hrms-filter-row>.prcrm-btn{width:100%!important}
  .p2-toolbar>form:first-child,
  .p2-toolbar>form:nth-of-type(2){display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  .p2-toolbar>form:first-child label,
  .p2-toolbar>form:nth-of-type(2) label{width:auto!important;min-width:0!important}
  .p2-toolbar>form button,
  .p2-toolbar>form .prcrm-btn{width:100%!important}
  .p2-toolbar>form label:nth-of-type(1){grid-column:1/-1!important}
}
@media(max-width:480px){
  .prcrm-hrms-filter-row{grid-template-columns:1fr!important}
  .prcrm-hrms-filter-title{grid-column:auto!important}
  .p2-toolbar>form:first-child,
  .p2-toolbar>form:nth-of-type(2){grid-template-columns:1fr!important}
  .p2-toolbar>form label:nth-of-type(1){grid-column:auto!important}
}


/* v10.1.438 — Employee Management filter bar: prevent horizontal clipping/overflow. */
.prcrm-employee-filter-form{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:end!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.prcrm-employee-filter-form>input[type=hidden]{display:none!important}
.prcrm-employee-filter-form>label{
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  min-width:0!important;
  margin:0!important;
}
.prcrm-employee-filter-form>label:first-of-type{grid-column:span 2!important}
.prcrm-employee-filter-form>label>span{
  display:block!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  color:#56627a!important;
}
.prcrm-employee-filter-form input:not([type=hidden]),
.prcrm-employee-filter-form select{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:40px!important;
  min-height:40px!important;
  box-sizing:border-box!important;
  padding:0 10px!important;
  border:1px solid #d9e0ec!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#24324b!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.prcrm-employee-filter-form input[type=date],
.prcrm-employee-filter-form input[type=month],
.prcrm-employee-filter-form input[type=number]{
  padding-left:9px!important;
  padding-right:9px!important;
}
.prcrm-employee-filter-form .prcrm-btn{
  width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  height:40px!important;
  min-height:40px!important;
}
@media(max-width:1180px){
  .prcrm-employee-filter-form{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:920px){
  .prcrm-employee-filter-form{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .prcrm-employee-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .prcrm-employee-filter-form>label:first-of-type{grid-column:1/-1!important}
}
@media(max-width:480px){
  .prcrm-employee-filter-form{grid-template-columns:1fr!important}
  .prcrm-employee-filter-form>label:first-of-type{grid-column:1!important}
}

/* v10.1.439 — Professional Leave Management workspace */
.prcrm-leave-dashboard{display:block;max-width:1500px}
.prcrm-leave-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;margin:0 0 16px;border:1px solid #dfe7f3;border-radius:18px;background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 60%,#f7f6ff 100%);box-shadow:0 8px 24px rgba(25,44,84,.06)}
.prcrm-leave-kicker{display:block;font-size:10px;font-weight:900;letter-spacing:.14em;color:#5367e8;margin-bottom:6px}
.prcrm-leave-hero h2{margin:0;color:#14233b;font-size:24px;line-height:1.2}
.prcrm-leave-hero p{margin:6px 0 0;color:#66758b;font-size:12px}
.prcrm-leave-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.prcrm-leave-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px}
.prcrm-leave-stat{background:#fff;border:1px solid #e2e8f0;border-radius:15px;padding:15px 16px;box-shadow:0 6px 18px rgba(23,35,60,.04)}
.prcrm-leave-stat span{display:block;color:#6b7a90;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.prcrm-leave-stat strong{display:block;font-size:25px;color:#152740;margin-top:4px;line-height:1.1}
.prcrm-leave-stat small{display:block;color:#8a97a9;font-size:10px;margin-top:5px}
.prcrm-leave-stat.is-pending{border-top:3px solid #f59e0b}.prcrm-leave-stat.is-approved{border-top:3px solid #16a34a}.prcrm-leave-stat.is-rejected{border-top:3px solid #ef4444}
.prcrm-leave-panel{background:#fff;border:1px solid #e0e7f0;border-radius:16px;padding:20px;margin:0 0 16px;box-shadow:0 7px 22px rgba(20,34,56,.045)}
.prcrm-leave-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:13px;margin-bottom:16px;border-bottom:1px solid #edf1f6}
.prcrm-leave-panel-head h3{margin:0;color:#17263e;font-size:16px;line-height:1.25}.prcrm-leave-panel-head p{margin:4px 0 0;color:#7a889b;font-size:11px}
.prcrm-leave-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#eef2ff;color:#3f46a3;font-size:10px;font-weight:800;white-space:nowrap}
.prcrm-leave-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#f2f5ff;color:#4f46e5;font-weight:800}
.prcrm-leave-filters .prcrm-panel{box-shadow:none;border:0;padding:0;margin:0}.prcrm-leave-filters .prcrm-panel{background:transparent}
.prcrm-leave-filters>.prcrm-panel,.prcrm-leave-filters .prcrm-panel{margin:0}
.prcrm-leave-filter-form{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr)) auto;gap:10px;align-items:end;margin-top:12px}
.prcrm-leave-filter-form label,.prcrm-leave-form-grid label{margin:0;font-weight:700;color:#52627c;font-size:11px}
.prcrm-leave-filter-form label span,.prcrm-leave-form-grid label span{display:block;margin-bottom:6px}
.prcrm-leave-filter-form input,.prcrm-leave-filter-form select,.prcrm-leave-form-grid input,.prcrm-leave-form-grid select,.prcrm-leave-form-grid textarea{width:100%;min-width:0;max-width:100%;box-sizing:border-box;border:1px solid #ccd7e6;border-radius:10px;background:#fff;color:#1d2a40;padding:9px 10px;min-height:40px;font-size:12px}
.prcrm-leave-filter-form input:focus,.prcrm-leave-filter-form select:focus,.prcrm-leave-form-grid input:focus,.prcrm-leave-form-grid select:focus,.prcrm-leave-form-grid textarea:focus{outline:none;border-color:#536dff;box-shadow:0 0 0 3px rgba(83,109,255,.10)}
.prcrm-leave-filter-actions{display:flex;gap:7px;align-items:end}.prcrm-leave-filter-actions .prcrm-btn{min-height:40px;white-space:nowrap}
.prcrm-leave-context{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:12px 14px;margin:0 0 16px;border:1px solid #cfe3ff;border-radius:12px;background:#f5f9ff;color:#466079;font-size:11px}.prcrm-leave-context strong{color:#19365b}.prcrm-leave-context a{margin-left:auto;color:#3f46d8;font-weight:800;text-decoration:none}
.prcrm-leave-two-col{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;align-items:start}
.prcrm-leave-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.prcrm-leave-form-grid label.full{grid-column:1/-1}.prcrm-leave-form-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:13px;border-top:1px solid #edf1f6}.prcrm-leave-form-foot small{color:#7b8799;font-size:10px;line-height:1.45}
.prcrm-leave-table th{font-size:10px}.prcrm-leave-table td{font-size:12px}.prcrm-leave-person strong{display:block;color:#1c2a40}.prcrm-leave-person small{display:block;color:#8190a3;margin-top:3px}.prcrm-leave-status{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:800}.prcrm-leave-status.is-pending{background:#fff7e8;color:#9a5b00}.prcrm-leave-status.is-approved{background:#ecfdf3;color:#11723b}.prcrm-leave-status.is-rejected{background:#fff0f0;color:#b42318}
.prcrm-leave-actions{display:flex;gap:6px;flex-wrap:wrap}.prcrm-btn-sm{min-height:31px!important;padding:6px 10px!important;font-size:10px!important}.prcrm-btn-approve{background:#ecfdf3!important;border-color:#b7e7c9!important;color:#13763c!important}.prcrm-btn-reject{background:#fff7f7!important;border-color:#f5c2c2!important;color:#b42318!important}.prcrm-leave-muted{color:#97a3b2;font-size:11px}.prcrm-leave-empty{padding:30px 20px;text-align:center}.prcrm-leave-empty strong{display:block;color:#21324b;font-size:13px}.prcrm-leave-empty span{display:block;color:#8995a6;font-size:11px;margin-top:5px}
.prcrm-leave-dashboard .prcrm-employee-picker{min-width:0}.prcrm-leave-dashboard .prcrm-employee-picker input[type=text]{margin-top:0!important}.prcrm-leave-dashboard .prcrm-employee-picker .prcrm-employee-results{z-index:20}
@media(max-width:1180px){.prcrm-leave-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-leave-filter-form{grid-template-columns:repeat(3,minmax(0,1fr))}.prcrm-leave-filter-actions{grid-column:1/-1;justify-content:flex-start}.prcrm-leave-two-col{grid-template-columns:1fr}}
@media(max-width:760px){.prcrm-leave-hero{flex-direction:column;align-items:flex-start}.prcrm-leave-hero-actions{justify-content:flex-start}.prcrm-leave-stat-grid{grid-template-columns:1fr 1fr}.prcrm-leave-filter-form{grid-template-columns:1fr 1fr}.prcrm-leave-form-grid{grid-template-columns:1fr}.prcrm-leave-form-grid label.full{grid-column:auto}.prcrm-leave-form-foot{flex-direction:column;align-items:stretch}.prcrm-leave-form-foot .prcrm-btn{width:100%}.prcrm-leave-context a{margin-left:0}.prcrm-leave-table{min-width:760px}}
@media(max-width:480px){.prcrm-leave-stat-grid,.prcrm-leave-filter-form{grid-template-columns:1fr}.prcrm-leave-panel{padding:15px}.prcrm-leave-hero{padding:18px}.prcrm-leave-hero h2{font-size:21px}}

/* v1.13.20 — 3D Joining Letter modal close control + accessible icon. */

/* v1.13.21 — final Joining Letter close-button hardening; isolated from generic PRCRM buttons. */
#prcrm-joining-offer-overlay .prcrm-joining-offer-close-top,
.jrd-frontend-joining-letter-modal .jrd-frontend-joining-letter-close{
  width:46px!important;height:46px!important;min-width:46px!important;flex:0 0 46px!important;
  padding:0!important;border:1px solid #b8c4d4!important;border-radius:14px!important;
  background:linear-gradient(145deg,#fff 0%,#eef3f8 48%,#dce5ee 100%)!important;
  color:#23324a!important;font-size:0!important;line-height:0!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  box-shadow:0 9px 18px rgba(15,23,42,.18),inset 0 2px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(15,23,42,.10)!important;
  transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease!important;
}
#prcrm-joining-offer-overlay .prcrm-joining-offer-close-top:hover,
.jrd-frontend-joining-letter-modal .jrd-frontend-joining-letter-close:hover{transform:translateY(-1px)!important;border-color:#9fb0c5!important;box-shadow:0 12px 22px rgba(15,23,42,.22),inset 0 2px 0 rgba(255,255,255,1),inset 0 -2px 4px rgba(15,23,42,.10)!important}
#prcrm-joining-offer-overlay .prcrm-joining-offer-close-top:active,
.jrd-frontend-joining-letter-modal .jrd-frontend-joining-letter-close:active{transform:translateY(1px) scale(.97)!important;box-shadow:0 4px 9px rgba(15,23,42,.14),inset 0 2px 4px rgba(15,23,42,.12)!important}
#prcrm-joining-offer-overlay .prcrm-joining-offer-close-icon{width:21px!important;height:21px!important;filter:drop-shadow(0 1px 0 rgba(255,255,255,.85))!important}
.jrd-frontend-joining-letter-modal .jrd-frontend-joining-letter-close:before{content:"";width:18px;height:18px;display:block;background:linear-gradient(90deg,transparent 43%,currentColor 43%,currentColor 57%,transparent 57%),linear-gradient(0deg,transparent 43%,currentColor 43%,currentColor 57%,transparent 57%);transform:rotate(45deg);filter:drop-shadow(0 1px 0 rgba(255,255,255,.85))}


/* Recruitment document upload policy settings */
.prcrm-upload-settings-note{margin-top:14px;padding:13px 15px;border:1px solid #dbe7f4;border-radius:12px;background:#f7fbff;color:#53627a;font-size:12px;line-height:1.6}.prcrm-upload-settings-note p{margin:5px 0 0}.prcrm-upload-policy-grid{display:grid;gap:10px}.prcrm-upload-policy-row{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:18px;padding:13px 15px;border:1px solid #e3e9f2;border-radius:12px;background:#fff}.prcrm-upload-policy-row>div>strong{display:block;color:#1d2b44;font-size:13px}.prcrm-upload-policy-row>div>small{display:block;margin-top:4px;color:#7a8799;font-size:10px;line-height:1.45}.prcrm-upload-policy-input{display:flex!important;flex-direction:column;gap:5px;font-size:10px;font-weight:800;color:#59687d}.prcrm-upload-policy-input input{min-height:36px}.prcrm-upload-policy-input small{font-size:10px;color:#7a8799}.prcrm-upload-policy-input small strong{color:#3158e0}@media(max-width:720px){.prcrm-upload-policy-row{grid-template-columns:1fr}.prcrm-upload-policy-input{max-width:220px}}
.prcrm-registration-invite-panel{margin:18px 0}.prcrm-registration-invite-panel .prcrm-panel-head p{max-width:760px}.prcrm-registration-invite-panel .prcrm-form-grid{align-items:end}.prcrm-registration-invite-panel label{display:flex;flex-direction:column;gap:7px}.prcrm-registration-invite-panel label>span{font-weight:800;font-size:12px}.prcrm-registration-invite-panel label>small{color:#64748b;font-size:11px;line-height:1.45}.prcrm-registration-invite-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid #e5e7eb;color:#475569;font-size:12px}.prcrm-registration-invite-note{margin-top:12px;color:#64748b;font-size:11px;line-height:1.55}.prcrm-registration-identity{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px}.prcrm-registration-identity>div{padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.prcrm-registration-identity small{display:block;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.prcrm-registration-identity strong{display:block;color:#0f172a;font-size:13px;word-break:break-word}@media(max-width:900px){.prcrm-registration-identity{grid-template-columns:1fr}.prcrm-registration-invite-panel .prcrm-form-grid{grid-template-columns:1fr}}
/* Jobs Management v1.15.84 */
.prcrm-jobs-summary{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;margin:16px 0}.prcrm-job-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;box-shadow:0 6px 20px rgba(15,23,42,.045)}.prcrm-job-summary-card span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.prcrm-job-summary-card strong{display:block;margin-top:5px;font-size:23px;color:#0f172a}.prcrm-jobs-filter-form{display:grid;grid-template-columns:minmax(250px,1.7fr) repeat(4,minmax(120px,1fr)) repeat(4,minmax(125px,1fr)) minmax(120px,1fr) minmax(105px,.8fr) auto auto;gap:8px;align-items:center}.prcrm-jobs-filter-form .prcrm-input,.prcrm-jobs-filter-form select,.prcrm-jobs-filter-form input[type=date]{width:100%;min-width:0}.prcrm-jobs-bulkbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:0 0 14px;margin-bottom:12px;border-bottom:1px solid #eef2f7}.prcrm-jobs-bulkbar label{margin:0!important;display:flex;align-items:center;gap:7px;font-size:12px} .prcrm-jobs-selected-count{font-size:11px;font-weight:700;color:#64748b;white-space:nowrap}.prcrm-jobs-bulkbar #prcrm_jobs_bulk_apply:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.prcrm-jobs-bulkbar select{width:auto!important;min-width:150px!important;margin:0!important}.prcrm-jobs-table td{vertical-align:middle}.prcrm-jobs-table .prcrm-jobs-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;font-size:11px;font-weight:800;white-space:nowrap}.prcrm-jobs-status-pill.is-open{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.prcrm-jobs-status-pill.is-paused{background:#fffbeb;border-color:#fde68a;color:#a16207}.prcrm-jobs-status-pill.is-closed{background:#fff1f2;border-color:#fecdd3;color:#be123c}.prcrm-jobs-status-pill.is-archived{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.prcrm-jobs-status-pill.is-draft{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.prcrm-job-row-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:235px}.prcrm-job-row-actions .prcrm-btn{font-size:11px;padding:7px 9px;white-space:nowrap}.prcrm-job-more{position:relative}.prcrm-job-more summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:9px;padding:7px 9px;background:#fff;color:#475569;font-size:11px;font-weight:800}.prcrm-job-more summary::-webkit-details-marker{display:none}.prcrm-job-more[open] summary{background:#f8fafc}.prcrm-job-more>div{position:absolute;z-index:20;right:0;top:calc(100% + 5px);display:flex;flex-direction:column;gap:5px;min-width:145px;padding:8px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.14)}.prcrm-job-more>div .prcrm-btn{width:100%;justify-content:flex-start;box-sizing:border-box}.prcrm-job-detail-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.prcrm-job-detail-hero h2{margin:5px 0 4px;font-size:25px}.prcrm-job-detail-hero p{margin:0;color:#64748b}.prcrm-job-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.prcrm-job-detail-grid>div{padding:12px;border:1px solid #e2e8f0;border-radius:11px;background:#fafcff}.prcrm-job-detail-grid small,.prcrm-job-detail-grid strong{display:block}.prcrm-job-detail-grid small{color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.prcrm-job-detail-grid strong{margin-top:4px;color:#0f172a;font-size:13px;word-break:break-word}.prcrm-job-copy{color:#334155;line-height:1.65}.prcrm-job-copy p:first-child{margin-top:0}.prcrm-job-copy p:last-child{margin-bottom:0}.prcrm-jobs-table-panel{overflow:visible}.prcrm-jobs-table-panel .prcrm-table-wrap{overflow:auto}
@media(max-width:1300px){.prcrm-jobs-summary{grid-template-columns:repeat(3,minmax(120px,1fr))}.prcrm-jobs-filter-form{grid-template-columns:repeat(4,minmax(130px,1fr))}.prcrm-jobs-filter-form .prcrm-input:first-child{grid-column:1/-1}.prcrm-jobs-filter-form button,.prcrm-jobs-filter-form a{width:auto}.prcrm-job-row-actions{min-width:200px}}
@media(max-width:760px){.prcrm-jobs-summary{grid-template-columns:repeat(2,minmax(120px,1fr))}.prcrm-jobs-filter-form{grid-template-columns:1fr 1fr}.prcrm-jobs-filter-form .prcrm-input:first-child{grid-column:1/-1}.prcrm-jobs-filter-form button,.prcrm-jobs-filter-form a{width:100%}.prcrm-job-detail-hero{flex-direction:column}.prcrm-job-detail-grid{grid-template-columns:1fr}.prcrm-job-row-actions{min-width:180px}}

/* Jobs Management v1.15.84 — Professional filter workspace */
.prcrm-jobs-filter-panel{padding:0!important;overflow:visible!important}
.prcrm-jobs-filter-head{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 20px;border-bottom:1px solid #e7edf5;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
.prcrm-jobs-filter-head h3{margin:3px 0 3px;font-size:16px;line-height:1.2;color:#10213b;font-weight:800}
.prcrm-jobs-filter-head p{margin:0;color:#718096;font-size:11px;line-height:1.5}
.prcrm-filter-eyebrow{font-size:9px;letter-spacing:.12em;color:#3158e0;font-weight:900}
.prcrm-filter-head-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.prcrm-filter-count-badge{display:inline-flex;align-items:center;height:32px;padding:0 10px;border-radius:999px;background:#eef4ff;color:#2c54c8;border:1px solid #d6e2ff;font-size:10px;font-weight:800;white-space:nowrap}
.prcrm-filter-advanced-toggle{display:inline-flex!important;align-items:center;gap:6px}
.prcrm-filter-advanced-toggle span{font-size:15px;line-height:0}
#prcrm-jobs-filter-form.prcrm-jobs-filter-form{display:grid;grid-template-columns:minmax(340px,1.8fr) minmax(160px,.65fr) minmax(180px,.8fr) auto;gap:10px;align-items:center;padding:16px 20px 12px;margin:0}
.prcrm-job-search-wrap{position:relative;min-width:0}
.prcrm-job-search-wrap>.dashicons{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#8290a5;font-size:16px;z-index:2}
.prcrm-job-search-wrap input{padding-left:34px!important;padding-right:32px!important;height:40px!important}
.prcrm-job-search-clear{position:absolute;right:7px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#7d8aa0;font-size:20px;line-height:1;padding:2px 5px;cursor:pointer}
.prcrm-jobs-filter-form select,.prcrm-jobs-filter-form .prcrm-input,.prcrm-jobs-filter-form input[type=date]{height:40px;box-sizing:border-box;border-color:#d7e0ec!important;border-radius:10px!important;background:#fff!important;color:#24324a;font-size:12px!important}
.prcrm-jobs-filter-actions{display:flex;gap:7px;align-items:center;white-space:nowrap}
.prcrm-jobs-filter-actions .prcrm-btn{height:40px}
.prcrm-filter-submit{display:inline-flex!important;align-items:center;gap:6px}
.prcrm-filter-submit .dashicons{font-size:15px;width:15px;height:15px}
.prcrm-jobs-advanced-filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px;padding:0 20px 18px;border-top:1px solid #f0f3f8}
.prcrm-jobs-advanced-filters.is-collapsed{display:none}
.prcrm-filter-section-title{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding-top:14px;color:#5d6c83;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.prcrm-filter-section-title i{height:1px;flex:1;background:#e9eef5}
.prcrm-filter-date-title{grid-column:auto;align-self:end;padding-top:14px}
.prcrm-date-field{display:flex!important;flex-direction:column;gap:5px!important;margin:0!important}
.prcrm-date-field>span{font-size:9px!important;font-weight:800!important;letter-spacing:.05em;text-transform:uppercase;color:#7b879a}
.prcrm-date-field input{width:100%}
.prcrm-jobs-filter-panel:focus-within{box-shadow:0 10px 32px rgba(21,52,108,.08)!important}
.prcrm-jobs-table-panel{border-radius:15px!important}
.prcrm-jobs-table{min-width:1180px}
.prcrm-jobs-table thead th{background:#f7f9fc!important;color:#66758a!important;font-size:10px!important;letter-spacing:.06em;text-transform:uppercase;font-weight:900!important;position:sticky;top:0;z-index:2}
.prcrm-jobs-table tbody tr{transition:background .15s ease}
.prcrm-jobs-table tbody tr:hover{background:#fbfdff}
.prcrm-jobs-table tbody td{padding-top:12px!important;padding-bottom:12px!important}
.prcrm-jobs-table td:nth-child(2) strong{color:#2454d8;font-size:11px;letter-spacing:.02em}
.prcrm-jobs-table td:nth-child(3)>strong{display:block;color:#12213a;font-size:12px}
.prcrm-jobs-table td small{display:block;margin-top:3px;color:#8190a4;font-size:10px;line-height:1.35}
.prcrm-jobs-table td:nth-child(8) strong,.prcrm-jobs-table td:nth-child(9) strong{font-size:14px;color:#17263d}
.prcrm-job-row-actions{min-width:260px!important;flex-wrap:nowrap!important}
.prcrm-job-row-actions .prcrm-btn{border-radius:8px!important}
.prcrm-job-more summary{height:31px;box-sizing:border-box}
.prcrm-job-more>div{box-shadow:0 18px 38px rgba(15,23,42,.16)!important}
.prcrm-pager .prcrm-btn{min-width:34px;text-align:center;justify-content:center}
@media(max-width:1180px){#prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(240px,1fr) repeat(2,minmax(150px,.65fr)) auto}.prcrm-jobs-advanced-filters{grid-template-columns:repeat(3,minmax(130px,1fr))}.prcrm-filter-date-title{grid-column:auto}}
@media(max-width:760px){.prcrm-jobs-filter-head{align-items:flex-start;flex-direction:column}.prcrm-filter-head-actions{width:100%;justify-content:flex-start}#prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:1fr;padding:14px}.prcrm-jobs-filter-actions{width:100%}.prcrm-jobs-filter-actions .prcrm-btn{flex:1;justify-content:center}.prcrm-jobs-advanced-filters{grid-template-columns:1fr 1fr;padding:0 14px 15px}.prcrm-filter-section-title{grid-column:1/-1}.prcrm-filter-date-title{grid-column:auto}.prcrm-jobs-table{min-width:1050px}}

.prcrm-job-summary-link{text-decoration:none!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.prcrm-job-summary-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.08);border-color:#c9d7f5}.prcrm-job-summary-link small{display:block;margin-top:4px;color:#8a96a8;font-size:9px;font-weight:700}
/* Jobs filter UI hardening v1.15.85 */
.prcrm-jobs-filter-panel{position:relative;z-index:10}
.prcrm-jobs-filter-head{padding:20px 22px!important}
.prcrm-jobs-filter-head h3{font-size:18px!important;letter-spacing:-.01em}
.prcrm-jobs-filter-head p{font-size:12px!important;max-width:680px}
.prcrm-filter-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.prcrm-filter-count-badge{display:inline-flex!important;align-items:center;justify-content:center;height:34px;padding:0 11px;border:1px solid #d9e3f0;border-radius:999px;background:#f7faff;color:#2454d8;font-size:11px;font-weight:800;white-space:nowrap}
.prcrm-filter-advanced-toggle{height:38px!important;padding:0 13px!important}
#prcrm-jobs-filter-form.prcrm-jobs-filter-form{display:grid;grid-template-columns:minmax(360px,1.7fr) minmax(165px,.7fr) minmax(190px,.8fr) auto;gap:10px;align-items:center;padding:18px 22px 14px!important}
.prcrm-job-search-wrap{position:relative;min-width:0}
.prcrm-job-search-wrap .prcrm-input{padding-left:34px!important;padding-right:36px!important;height:42px!important}
.prcrm-job-search-wrap .dashicons{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8b9ab0;z-index:2}
.prcrm-job-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent!important;color:#8b9ab0;cursor:pointer;font-size:20px;line-height:1;padding:5px}
.prcrm-jobs-filter-form select,.prcrm-jobs-filter-form .prcrm-input,.prcrm-jobs-filter-form input[type=date]{height:42px!important;font-size:12px!important}
.prcrm-jobs-filter-actions{gap:8px!important}
.prcrm-jobs-filter-actions .prcrm-btn{height:42px!important}
.prcrm-jobs-filter-actions .prcrm-filter-submit{min-width:126px;justify-content:center}
.prcrm-jobs-filter-actions .prcrm-filter-reset{min-width:66px;justify-content:center}
.prcrm-jobs-advanced-filters{display:flex!important;flex-direction:column;gap:0!important;padding:4px 22px 20px!important;border-top:1px solid #eef2f7!important;background:#fbfcfe}
.prcrm-jobs-advanced-filters.is-collapsed{display:none!important}
.prcrm-filter-block{padding-top:12px}
.prcrm-filter-block + .prcrm-filter-block{margin-top:6px;padding-top:14px;border-top:1px solid #edf1f6}
.prcrm-filter-section-title{display:flex!important;align-items:center;gap:9px!important;margin:0 0 9px!important;padding:0!important;border:0!important;min-height:0!important}
.prcrm-filter-section-title span{font-size:10px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase;color:#6f7e93!important}
.prcrm-filter-section-title i{display:block;height:1px;background:#e6ebf2;flex:1}
.prcrm-filter-fields{display:grid;gap:10px;align-items:end}
.prcrm-filter-fields-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.prcrm-filter-fields-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.prcrm-filter-field{display:flex!important;flex-direction:column;gap:6px!important;margin:0!important;min-width:0}
.prcrm-filter-field > span{display:block;font-size:10px!important;font-weight:800!important;color:#718096!important;line-height:1.2}
.prcrm-filter-field select,.prcrm-filter-field input{width:100%!important;margin:0!important}
.prcrm-date-field input[type=date]{font-variant-numeric:tabular-nums}
@media(max-width:1180px){
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(260px,1fr) minmax(150px,.7fr) minmax(170px,.8fr) auto}
  .prcrm-filter-fields-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .prcrm-filter-fields-5{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .prcrm-jobs-filter-head{padding:16px!important}
  .prcrm-filter-head-actions{width:100%;justify-content:space-between}
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:1fr;padding:14px!important}
  .prcrm-jobs-filter-actions{width:100%}
  .prcrm-jobs-filter-actions .prcrm-btn{flex:1}
  .prcrm-jobs-advanced-filters{padding:2px 14px 16px!important}
  .prcrm-filter-fields-4,.prcrm-filter-fields-5{grid-template-columns:1fr 1fr}
}
@media(max-width:460px){
  .prcrm-filter-head-actions{flex-direction:column;align-items:stretch}
  .prcrm-filter-count-badge,.prcrm-filter-advanced-toggle{width:100%;box-sizing:border-box}
  .prcrm-filter-fields-4,.prcrm-filter-fields-5{grid-template-columns:1fr}
}

/* Jobs table UI polish v1.15.88 */
.prcrm-jobs-table-panel{overflow:hidden!important}
.prcrm-jobs-table-panel .prcrm-table-wrap{overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch}
.prcrm-jobs-table{min-width:1080px!important;table-layout:fixed!important}
.prcrm-jobs-table th,.prcrm-jobs-table td{box-sizing:border-box!important}
.prcrm-jobs-table th:nth-child(1),.prcrm-jobs-table td:nth-child(1){width:38px;text-align:center}
.prcrm-jobs-table th:nth-child(2),.prcrm-jobs-table td:nth-child(2){width:88px}
.prcrm-jobs-table th:nth-child(3),.prcrm-jobs-table td:nth-child(3){width:182px}
.prcrm-jobs-table th:nth-child(4),.prcrm-jobs-table td:nth-child(4){width:98px}
.prcrm-jobs-table th:nth-child(5),.prcrm-jobs-table td:nth-child(5){width:118px}
.prcrm-jobs-table th:nth-child(6),.prcrm-jobs-table td:nth-child(6){width:96px}
.prcrm-jobs-table th:nth-child(7),.prcrm-jobs-table td:nth-child(7){width:82px}
.prcrm-jobs-table th:nth-child(8),.prcrm-jobs-table td:nth-child(8){width:78px}
.prcrm-jobs-table th:nth-child(9),.prcrm-jobs-table td:nth-child(9){width:128px}
.prcrm-jobs-table th:nth-child(10),.prcrm-jobs-table td:nth-child(10){width:172px}
.prcrm-jobs-table td:nth-child(2) strong{display:block;word-break:break-word;line-height:1.25}
.prcrm-jobs-table td:nth-child(3)>strong{font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.prcrm-jobs-table td:nth-child(3) small,.prcrm-jobs-table td:nth-child(4) small,.prcrm-jobs-table td:nth-child(5) small,.prcrm-jobs-table td:nth-child(8) small,.prcrm-jobs-table td:nth-child(9) small{font-size:9px!important;line-height:1.3!important}
.prcrm-jobs-table td:nth-child(4),.prcrm-jobs-table td:nth-child(5){line-height:1.35}
.prcrm-jobs-table td:nth-child(6){font-variant-numeric:tabular-nums;white-space:nowrap;font-size:10px!important;line-height:1.35}
.prcrm-jobs-table td:nth-child(6) small{white-space:normal}
.prcrm-jobs-table td:nth-child(7){text-align:left}
.prcrm-jobs-table td:nth-child(8),.prcrm-jobs-table td:nth-child(9){white-space:nowrap}
.prcrm-jobs-table .prcrm-jobs-status-pill{font-size:10px!important;padding:5px 8px!important}
.prcrm-job-row-actions{min-width:0!important;width:100%;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px!important;align-items:center}
.prcrm-job-row-actions .prcrm-btn{min-width:0!important;width:100%!important;justify-content:center!important;height:34px!important;padding:0 6px!important;font-size:10px!important;gap:4px!important;border-radius:8px!important;white-space:nowrap!important}
.prcrm-job-row-actions .prcrm-btn .dashicons{font-size:13px!important;width:13px!important;height:13px!important;line-height:13px!important}
.prcrm-job-action-applicants,.prcrm-job-action-interviews{display:inline-flex!important}
.prcrm-jobs-table tbody td{padding-left:9px!important;padding-right:9px!important}
.prcrm-jobs-table thead th{padding-left:9px!important;padding-right:9px!important;white-space:nowrap}
.prcrm-jobs-table tbody tr{height:74px}
@media(max-width:900px){
  .prcrm-jobs-table{min-width:1030px!important}
  .prcrm-jobs-table th:nth-child(3),.prcrm-jobs-table td:nth-child(3){width:170px}
  .prcrm-jobs-table th:nth-child(10),.prcrm-jobs-table td:nth-child(10){width:164px}
}
@media(max-width:560px){
  .prcrm-jobs-table{min-width:980px!important}
  .prcrm-job-row-actions{gap:4px!important}
  .prcrm-job-row-actions .prcrm-btn{font-size:9px!important;padding:0 4px!important}
  .prcrm-job-row-actions .prcrm-btn .dashicons{display:none!important}
}


/* Jobs workspace consistency/data visibility hardening v1.15.92 */
.prcrm-job-summary-card small{display:block;margin-top:5px;color:#8290a4;font-size:9px;line-height:1.35;font-weight:700}
.prcrm-job-summary-card.is-warning{border-color:#f2d39a;background:#fffaf0}
.prcrm-job-summary-card.is-warning strong{color:#a16207}
.prcrm-jobs-results-toolbar{align-items:center;gap:16px}
.prcrm-jobs-results-toolbar>div:first-child{min-width:0}
.prcrm-toolbar-scope{display:inline-flex;align-items:center;margin-left:8px;padding:4px 8px;border:1px solid #dfe7f1;border-radius:999px;background:#f8fafc;color:#64748b;font-size:9px;font-weight:800}
.prcrm-jobs-toolbar-controls{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.prcrm-sort-control{display:flex;align-items:center;gap:6px;font-size:10px;color:#718096;font-weight:800}
.prcrm-sort-control select,.prcrm-jobs-toolbar-controls>select{height:38px!important}
.prcrm-jobs-pager{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 0 2px}
.prcrm-jobs-pager-range{font-size:11px;color:#718096;font-weight:700}
.prcrm-pager{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.prcrm-pager .prcrm-btn[aria-disabled="true"]{opacity:.45;pointer-events:none}
.prcrm-per-page{display:flex;align-items:center;gap:6px;font-size:10px;color:#718096;font-weight:800}
.prcrm-per-page select{height:34px!important;min-width:68px}
.prcrm-jobs-table td:nth-child(6) small{font-size:9px!important}
@media(max-width:900px){.prcrm-jobs-results-toolbar{align-items:flex-start;flex-direction:column}.prcrm-jobs-toolbar-controls{width:100%;justify-content:flex-start}.prcrm-jobs-pager{align-items:flex-start;flex-direction:column}.prcrm-pager{width:100%}.prcrm-per-page{align-self:flex-end}}

/* Jobs register redesign + guaranteed-list visibility v1.15.93 */
.prcrm-jobs-summary{gap:10px!important;margin:14px 0!important}
.prcrm-job-summary-card{min-height:92px;box-sizing:border-box;padding:13px 15px!important}
.prcrm-job-summary-card strong{font-size:24px!important}
.prcrm-jobs-filter-head{padding:16px 20px!important}
.prcrm-jobs-filter-head h3{font-size:17px!important}
.prcrm-jobs-filter-head p{max-width:760px!important}
#prcrm-jobs-filter-form.prcrm-jobs-filter-form{padding:14px 20px 12px!important;grid-template-columns:minmax(320px,1.8fr) 160px 190px auto!important}
.prcrm-jobs-results-toolbar{margin-top:12px!important;padding:12px 16px!important;min-height:56px;box-sizing:border-box}
.prcrm-toolbar-note{font-size:12px!important}
.prcrm-toolbar-scope{margin-left:6px!important}
.prcrm-jobs-table-panel{padding:12px 14px!important}
.prcrm-jobs-bulkbar{padding-bottom:11px!important;margin-bottom:10px!important}
.prcrm-jobs-table{min-width:1020px!important;table-layout:auto!important}
.prcrm-jobs-table th,.prcrm-jobs-table td{vertical-align:top!important}
.prcrm-jobs-table thead th{position:sticky!important;top:0!important;padding-top:10px!important;padding-bottom:10px!important}
.prcrm-jobs-table tbody tr{height:auto!important}
.prcrm-jobs-table tbody td{padding-top:11px!important;padding-bottom:11px!important}
.prcrm-jobs-table td:nth-child(1){width:34px!important}
.prcrm-jobs-table td:nth-child(2){min-width:82px!important}
.prcrm-jobs-table td:nth-child(3){min-width:210px!important}
.prcrm-jobs-table td:nth-child(4){min-width:110px!important}
.prcrm-jobs-table td:nth-child(5){min-width:125px!important}
.prcrm-jobs-table td:nth-child(6){min-width:118px!important}
.prcrm-jobs-table td:nth-child(7){min-width:84px!important}
.prcrm-jobs-table td:nth-child(8){min-width:82px!important}
.prcrm-jobs-table td:nth-child(9){min-width:190px!important;white-space:normal!important}
.prcrm-jobs-table td:nth-child(10){min-width:155px!important}
.prcrm-jobs-table td:nth-child(3)>strong{font-size:13px!important;-webkit-line-clamp:3!important}
.prcrm-jobs-table td small{font-size:10px!important}
.prcrm-job-row-actions{display:flex!important;flex-wrap:wrap!important;gap:5px!important}
.prcrm-job-row-actions .prcrm-btn{width:auto!important;min-width:72px!important;height:32px!important;padding:0 9px!important;font-size:10px!important}
.prcrm-jobs-table .prcrm-job-more summary{height:32px!important;padding:0 9px!important}
.prcrm-jobs-recovery-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:140px;padding:20px!important;text-align:center}
.prcrm-jobs-recovery-state .prcrm-btn{margin-top:2px}
.prcrm-jobs-empty-note{font-size:11px;color:#718096}
@media(max-width:1180px){#prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(260px,1fr) 145px 165px auto!important}}
@media(max-width:760px){#prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:1fr!important}.prcrm-jobs-results-toolbar{padding:11px 12px!important}.prcrm-jobs-table-panel{padding:10px!important}}


/* Jobs compact row/action redesign v1.15.94 */
.prcrm-jobs-table tbody tr{height:auto!important}
.prcrm-jobs-table tbody td{padding-top:8px!important;padding-bottom:8px!important;line-height:1.28!important;vertical-align:middle!important}
.prcrm-jobs-table td small{display:block;margin-top:3px!important;line-height:1.22!important}
.prcrm-jobs-table td:nth-child(6) .prcrm-job-date-meta{font-size:9px!important;color:#94a3b8!important;white-space:normal!important}
.prcrm-job-pipeline-primary{font-size:12px!important;line-height:1.2!important;color:#172b4d!important}
.prcrm-job-pipeline-primary strong{font-size:14px!important}
.prcrm-job-pipeline-secondary{display:flex;flex-wrap:wrap;gap:3px 8px;margin-top:3px;font-size:9px;color:#718096;line-height:1.2}
.prcrm-job-pipeline-links{display:flex;gap:8px;margin-top:5px;font-size:9px;font-weight:800}
.prcrm-job-pipeline-links a{text-decoration:none}
.prcrm-job-row-actions{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:5px!important;width:auto!important;min-width:max-content!important}
.prcrm-job-row-actions>.prcrm-btn{width:auto!important;min-width:58px!important;height:30px!important;padding:0 8px!important;font-size:10px!important;white-space:nowrap!important;border-radius:7px!important}
.prcrm-job-row-actions .prcrm-job-action-edit.primary{display:inline-flex!important}
.prcrm-job-more{position:relative;display:inline-block!important}
.prcrm-job-more summary{list-style:none;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;gap:4px;height:30px!important;padding:0 8px!important;border:1px solid #cfd8e6!important;border-radius:7px!important;background:#fff!important;color:#17345f!important;font-size:10px!important;font-weight:700!important;white-space:nowrap!important}
.prcrm-job-more summary::-webkit-details-marker{display:none}
.prcrm-job-more[open] summary{background:#f5f8fc!important}
.prcrm-job-more>div{position:absolute;z-index:20;right:0;top:calc(100% + 5px);display:flex;flex-direction:column;gap:4px;min-width:125px;padding:6px;background:#fff;border:1px solid #dbe3ee;border-radius:9px;box-shadow:0 10px 30px rgba(15,39,71,.12)}
.prcrm-job-more>div .prcrm-btn{height:30px!important;min-width:0!important;width:100%!important;justify-content:flex-start!important;padding:0 8px!important;font-size:10px!important}
.prcrm-jobs-table td:nth-child(10){width:155px!important;min-width:155px!important;white-space:nowrap!important}
.prcrm-jobs-table td:nth-child(9){min-width:180px!important}
@media(max-width:1100px){.prcrm-jobs-table td:nth-child(10){width:145px!important;min-width:145px!important}.prcrm-job-row-actions>.prcrm-btn,.prcrm-job-more summary{padding:0 7px!important;font-size:9px!important}.prcrm-job-row-actions{gap:4px!important}}


/* Jobs filter final UI polish v1.15.95 */
.prcrm-jobs-filter-panel{border:1px solid #e3e9f2!important;border-radius:16px!important;background:#fff!important;box-shadow:0 4px 18px rgba(15,23,42,.035)!important}
.prcrm-jobs-filter-head{padding:16px 20px!important;gap:16px!important;min-height:74px!important;box-sizing:border-box!important}
.prcrm-filter-eyebrow{font-size:8px!important;letter-spacing:.14em!important;margin-bottom:2px!important}
.prcrm-jobs-filter-head h3{font-size:15px!important;line-height:1.25!important;margin:0 0 4px!important;letter-spacing:-.01em!important}
.prcrm-jobs-filter-head p{font-size:10.5px!important;line-height:1.4!important;color:#7a8799!important;max-width:620px!important}
.prcrm-filter-head-actions{gap:7px!important}
.prcrm-filter-count-badge{height:32px!important;padding:0 10px!important;font-size:10px!important;border-radius:999px!important}
.prcrm-filter-advanced-toggle{height:36px!important;padding:0 12px!important;border-radius:9px!important;font-size:10.5px!important;gap:5px!important}
#prcrm-jobs-filter-form.prcrm-jobs-filter-form{
  grid-template-columns:minmax(320px,1fr) 165px 185px auto!important;
  gap:8px!important;
  padding:14px 20px 16px!important;
  align-items:stretch!important;
  box-sizing:border-box!important;
}
.prcrm-job-search-wrap input.prcrm-input,
#prcrm-jobs-filter-form select,
#prcrm-jobs-filter-form .prcrm-input,
#prcrm-jobs-filter-form input[type=date]{
  height:40px!important;
  min-height:40px!important;
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid #d5deea!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#26364f!important;
  font-size:11px!important;
  font-weight:500!important;
  box-shadow:none!important;
  outline:none!important;
}
#prcrm-jobs-filter-form select:focus,
#prcrm-jobs-filter-form .prcrm-input:focus,
#prcrm-jobs-filter-form input[type=date]:focus{
  border-color:#5d7ce8!important;
  box-shadow:0 0 0 3px rgba(59,91,219,.08)!important;
}
.prcrm-job-search-wrap .prcrm-input{padding-left:34px!important;padding-right:32px!important}
.prcrm-job-search-wrap>.dashicons{left:11px!important;color:#7f8ea3!important;font-size:15px!important;width:15px!important;height:15px!important}
.prcrm-job-search-clear{right:6px!important;font-size:18px!important;color:#8090a5!important;padding:4px 6px!important}
.prcrm-jobs-filter-actions{display:flex!important;align-items:stretch!important;gap:7px!important;white-space:nowrap!important}
.prcrm-jobs-filter-actions .prcrm-btn{
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  padding:0 14px!important;
  border-radius:9px!important;
  font-size:11px!important;
  font-weight:800!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
.prcrm-jobs-filter-actions .prcrm-filter-submit{min-width:104px!important}
.prcrm-jobs-filter-actions .prcrm-filter-reset{min-width:66px!important}
.prcrm-filter-submit .dashicons{font-size:14px!important;width:14px!important;height:14px!important;margin-right:2px!important}
.prcrm-jobs-filter-panel .prcrm-input::placeholder{color:#8c9aaf!important;opacity:1!important}
.prcrm-jobs-filter-panel select{padding-left:11px!important;padding-right:30px!important;cursor:pointer!important}
.prcrm-jobs-advanced-filters{padding:4px 20px 18px!important}
@media(max-width:1180px){
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(260px,1fr) 150px 165px auto!important}
}
@media(max-width:900px){
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(220px,1fr) 150px!important}
  .prcrm-jobs-filter-actions{grid-column:1/-1;width:100%!important;justify-content:flex-end!important}
}
@media(max-width:760px){
  .prcrm-jobs-filter-head{padding:14px 15px!important}
  .prcrm-filter-head-actions{width:100%!important}
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:1fr!important;padding:12px 15px 14px!important}
  .prcrm-jobs-filter-actions{grid-column:auto!important;width:100%!important}
  .prcrm-jobs-filter-actions .prcrm-btn{flex:1!important}
  .prcrm-jobs-advanced-filters{padding-left:15px!important;padding-right:15px!important}
}

/* Jobs filter clean redesign v1.15.96 */
.prcrm-jobs-filter-panel{
  border:1px solid #dfe6ef!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(15,23,42,.045)!important;
  overflow:visible!important;
}
.prcrm-jobs-filter-head{
  padding:18px 20px 16px!important;
  min-height:0!important;
  align-items:center!important;
  border-bottom:1px solid #e8edf4!important;
  background:#fff!important;
}
.prcrm-filter-head-copy{min-width:0}
.prcrm-filter-eyebrow{
  display:flex!important;align-items:center;gap:5px;
  color:#315bd6!important;font-size:9px!important;letter-spacing:.12em!important;
  margin:0 0 5px!important;
}
.prcrm-filter-eyebrow .dashicons{font-size:13px;width:13px;height:13px}
.prcrm-jobs-filter-head h3{font-size:17px!important;margin:0 0 4px!important;color:#172b4d!important}
.prcrm-jobs-filter-head p{font-size:11px!important;color:#758399!important;line-height:1.45!important;margin:0!important;max-width:560px!important}
.prcrm-filter-head-actions{gap:8px!important;align-items:center!important}
.prcrm-filter-count-badge{height:34px!important;padding:0 11px!important;background:#f5f8fd!important;border:1px solid #dbe4ef!important;color:#52647c!important;font-size:10px!important}
.prcrm-filter-advanced-toggle{height:36px!important;padding:0 12px!important;border-radius:9px!important;background:#fff!important;border:1px solid #d4deea!important;color:#243b5d!important;font-size:10.5px!important;box-shadow:none!important}
.prcrm-filter-advanced-toggle:hover{background:#f8fafc!important;border-color:#b9c8da!important}
.prcrm-filter-advanced-toggle .dashicons{font-size:13px;width:13px;height:13px}
#prcrm-jobs-filter-form.prcrm-jobs-filter-form{
  display:grid!important;
  grid-template-columns:minmax(300px,1.8fr) minmax(150px,.7fr) minmax(180px,.85fr) auto!important;
  gap:10px!important;
  padding:15px 20px 18px!important;
  align-items:end!important;
  background:#fbfcfe!important;
  border-radius:0 0 14px 14px!important;
}
.prcrm-basic-filter{display:flex!important;flex-direction:column!important;gap:6px!important;margin:0!important;min-width:0!important}
.prcrm-basic-filter>span{font-size:9px!important;font-weight:900!important;color:#66758a!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.prcrm-basic-filter select,.prcrm-basic-filter .prcrm-input{
  height:42px!important;min-height:42px!important;width:100%!important;box-sizing:border-box!important;
  border:1px solid #d3ddea!important;border-radius:9px!important;background:#fff!important;
  color:#26364f!important;font-size:12px!important;font-weight:500!important;box-shadow:none!important;
}
.prcrm-basic-search .prcrm-job-search-wrap{height:42px!important}
.prcrm-basic-search .prcrm-job-search-wrap input{height:42px!important;padding-left:36px!important}
.prcrm-basic-search .prcrm-job-search-wrap>.dashicons{left:12px!important;color:#71829a!important}
.prcrm-basic-filter select:focus,.prcrm-basic-filter .prcrm-input:focus{
  border-color:#4d6fda!important;box-shadow:0 0 0 3px rgba(77,111,218,.08)!important;outline:none!important;
}
.prcrm-basic-filter select{padding-left:11px!important;padding-right:32px!important;cursor:pointer!important}
.prcrm-jobs-filter-actions{display:flex!important;align-items:stretch!important;gap:7px!important;height:42px!important}
.prcrm-jobs-filter-actions .prcrm-btn{height:42px!important;min-height:42px!important;border-radius:9px!important;font-size:11px!important;font-weight:800!important;margin:0!important;box-shadow:none!important}
.prcrm-jobs-filter-actions .prcrm-filter-submit{min-width:100px!important;padding:0 14px!important;justify-content:center!important}
.prcrm-jobs-filter-actions .prcrm-filter-reset{min-width:66px!important;padding:0 12px!important;justify-content:center!important;background:#fff!important}
.prcrm-jobs-filter-actions .prcrm-filter-submit:hover{transform:none!important;filter:brightness(.98)}
.prcrm-job-search-clear{width:26px!important;height:26px!important;right:7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;color:#687991!important}
.prcrm-job-search-clear:hover{background:#f1f5f9!important;color:#26364f!important}
.prcrm-jobs-advanced-filters{margin-top:0!important;border-top:1px solid #e7ecf3!important;background:#f8fafc!important}
@media(max-width:1100px){
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(240px,1fr) 150px 170px auto!important}
}
@media(max-width:900px){
  .prcrm-jobs-filter-head{align-items:flex-start!important}
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:minmax(220px,1fr) 150px!important}
  .prcrm-jobs-filter-actions{grid-column:1/-1!important;justify-content:flex-end!important}
}
@media(max-width:680px){
  .prcrm-jobs-filter-head{flex-direction:column!important;align-items:stretch!important;gap:12px!important}
  .prcrm-filter-head-actions{justify-content:space-between!important}
  #prcrm-jobs-filter-form.prcrm-jobs-filter-form{grid-template-columns:1fr!important;padding:13px 15px 15px!important}
  .prcrm-jobs-filter-actions{grid-column:auto!important;width:100%!important}
  .prcrm-jobs-filter-actions .prcrm-btn{flex:1!important}
}

/* v1.15.100: Hiring Pipeline shows only navigation links; numeric metrics removed. */
.prcrm-jobs-table .prcrm-job-pipeline-links-only{display:flex;align-items:center;gap:10px;min-height:28px;white-space:nowrap}
.prcrm-jobs-table .prcrm-job-pipeline-links-only a{font-weight:700;font-size:11px;text-decoration:none}


/* Jobs list hardening v1.15.100 */
.prcrm-jobs-table-panel{overflow:visible!important;position:relative;z-index:1}
.prcrm-jobs-table-panel .prcrm-table-wrap{overflow-x:auto!important;overflow-y:visible!important;position:relative}
.prcrm-jobs-table .prcrm-job-row-actions{position:relative;z-index:5;min-width:245px!important}
.prcrm-jobs-table .prcrm-job-more{z-index:30}
.prcrm-jobs-table .prcrm-job-more>div.prcrm-job-more-menu-fixed{position:fixed!important;top:var(--prcrm-menu-top,0)!important;left:var(--prcrm-menu-left,0)!important;right:auto!important;z-index:999999!important;min-width:150px!important;max-width:240px!important}

.prcrm-job-more-menu-portal{position:fixed!important;z-index:2147483647!important;display:flex!important;flex-direction:column!important;gap:5px!important;min-width:150px!important;max-width:240px!important;width:max-content!important;margin:0!important;padding:7px!important;box-sizing:border-box!important;border:1px solid #dbe3ee!important;border-radius:10px!important;background:#fff!important;box-shadow:0 16px 38px rgba(15,23,42,.20),0 2px 8px rgba(15,23,42,.08)!important;visibility:visible}
.prcrm-job-more-menu-portal .prcrm-btn{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;height:32px!important;box-sizing:border-box!important;padding:0 9px!important;justify-content:flex-start!important;white-space:nowrap!important;font-size:10px!important;border-radius:7px!important}
.prcrm-jobs-table th:last-child,.prcrm-jobs-table td:last-child{width:255px!important;min-width:255px!important}
.prcrm-jobs-table td:nth-child(9){min-width:155px!important}
@media(max-width:1100px){.prcrm-jobs-table th:last-child,.prcrm-jobs-table td:last-child{width:245px!important;min-width:245px!important}.prcrm-jobs-table td:nth-child(9){min-width:145px!important}}

/* Recruitment Operations consolidated tabs */
.prcrm-ops-tabs{margin-top:14px;margin-bottom:16px;padding:16px 18px}
.prcrm-ops-tabs .prcrm-tabs-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.prcrm-ops-tabs .prcrm-tabs-title strong{font-size:16px;color:#0f172a}
.prcrm-ops-tabs .prcrm-tabs-title span{font-size:12px;color:#64748b}
.prcrm-ops-tabs .prcrm-tab-wrapper{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid #dbe4f0;padding:0;margin:0}
.prcrm-ops-tabs .nav-tab{float:none;margin:0 0 -1px 0;border-radius:10px 10px 0 0;border-color:#dbe4f0;background:#f8fafc;color:#334155;font-weight:700;padding:9px 14px}
.prcrm-ops-tabs .nav-tab:hover{background:#eef6ff;color:#0f4f8a}
.prcrm-ops-tabs .nav-tab.nav-tab-active{background:#fff;color:#0b4f8a;border-bottom-color:#fff}
.prcrm-nav-parent.is-parent-active{background:rgba(255,255,255,.10)}
@media(max-width:782px){.prcrm-ops-tabs .nav-tab{width:100%;border-radius:10px;margin-bottom:6px}.prcrm-ops-tabs .prcrm-tab-wrapper{border-bottom:0}}


/* Recruitment Operations UI refresh */
.prcrm-ops-tabs{padding:16px 18px 18px;margin:14px 0 16px;border:1px solid #dfe7f2;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 10px 28px rgba(15,35,60,.055);overflow:hidden}.prcrm-ops-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 14px;padding:0}.prcrm-ops-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}.prcrm-ops-kicker{font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#315fe8;line-height:1.1}.prcrm-ops-head strong{display:block;font-size:18px;line-height:1.15;font-weight:900;color:#10233c;margin:0}.prcrm-ops-head p{margin:0;color:#708196;font-size:11px;line-height:1.45}.prcrm-ops-tabbar{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:9px;margin:0;padding:0;border:0;float:none;clear:both}.prcrm-ops-tab{display:flex;flex-direction:column;justify-content:center;gap:3px;min-height:54px;padding:10px 12px;border:1px solid #dce5f1;border-radius:13px;background:#fff;color:#334761;text-decoration:none;box-shadow:0 4px 13px rgba(15,35,60,.035);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease;white-space:normal;float:none;margin:0}.prcrm-ops-tab span{font-size:11px;font-weight:900;line-height:1.15;color:inherit}.prcrm-ops-tab small{display:block;font-size:9px;font-weight:700;color:#8392a6;line-height:1.25;margin:0}.prcrm-ops-tab:hover{transform:translateY(-1px);border-color:#b9caf3;background:#f8fbff;box-shadow:0 8px 20px rgba(49,95,232,.09);color:#1f4fd1}.prcrm-ops-tab.is-active{border-color:#315fe8;background:linear-gradient(180deg,#315fe8,#2551d6);color:#fff;box-shadow:0 10px 22px rgba(37,81,214,.18)}.prcrm-ops-tab.is-active small{color:rgba(255,255,255,.78)}.prcrm-ops-filter-panel{padding:12px;margin:0 0 16px;border:1px solid #dfe7f2;border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(15,35,60,.045)}.prcrm-ops-filter{display:grid;grid-template-columns:minmax(260px,1fr) minmax(145px,180px) minmax(145px,180px) auto;gap:10px;align-items:center;justify-content:normal;margin:0;width:100%}.prcrm-ops-filter input[type=hidden]{display:none}.prcrm-ops-filter .prcrm-input,.prcrm-ops-filter select{width:100%;min-width:0;max-width:none!important;height:42px;margin:0;border-radius:11px;background:#fbfdff;font-size:11px}.prcrm-ops-filter .prcrm-ops-filter-btn{height:42px;min-width:94px;margin:0;border-radius:11px;padding:0 18px;justify-self:end}@media(max-width:1100px){.prcrm-ops-tabbar{grid-template-columns:repeat(3,minmax(0,1fr))}.prcrm-ops-filter{grid-template-columns:1fr 170px auto}}@media(max-width:760px){.prcrm-ops-tabbar{grid-template-columns:1fr}.prcrm-ops-tab{min-height:48px}.prcrm-ops-filter{grid-template-columns:1fr}.prcrm-ops-filter .prcrm-ops-filter-btn{width:100%;justify-self:stretch}}

/* v1.15.132 Recruitment Operations workflow workspace */
.prcrm-ops-tab span{display:flex;align-items:center;justify-content:space-between;gap:8px}.prcrm-ops-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 7px;border-radius:999px;background:#eef4ff;color:#315fe8;font-style:normal;font-size:10px;font-weight:900;line-height:1}.prcrm-ops-tab.is-active .prcrm-ops-tab-count{background:rgba(255,255,255,.18);color:#fff}.prcrm-ops-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 16px;padding:16px 18px;border:1px solid #dfe7f2;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(15,35,60,.045)}.prcrm-ops-section-head h2{margin:2px 0 4px;color:#10233c;font-size:18px;font-weight:900;line-height:1.2}.prcrm-ops-section-head p{margin:0;max-width:780px;color:#708196;font-size:12px;line-height:1.55}.prcrm-ops-section-kicker{font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#315fe8}.prcrm-ops-section-chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;max-width:420px}.prcrm-ops-section-chips span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#eef4ff;color:#315fe8;font-size:10px;font-weight:800;white-space:nowrap}.prcrm-ops-filter-wide{grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(130px,180px)) auto}.prcrm-ops-table th{white-space:nowrap}.prcrm-ops-small-btn{padding:8px 12px;min-height:34px;font-size:11px;border-radius:10px;white-space:nowrap}.prcrm-ops-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:0}.prcrm-ops-tool-card{min-height:180px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.prcrm-ops-tool-card h3{margin:0;color:#10233c;font-size:16px;font-weight:900}.prcrm-ops-tool-card p{margin:0;color:#708196;font-size:12px;line-height:1.55}.prcrm-ops-tool-card form{display:flex;gap:10px;align-items:center;flex-wrap:wrap;width:100%;margin-top:auto}.prcrm-ops-tool-card .prcrm-input{flex:1 1 260px;min-height:42px;border-radius:11px}.prcrm-ops-tool-card.is-muted{background:linear-gradient(180deg,#fff,#f8fbff);border-style:dashed}@media(max-width:1240px){.prcrm-ops-filter-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.prcrm-ops-filter-wide .prcrm-ops-filter-btn{justify-self:stretch;width:100%}}@media(max-width:840px){.prcrm-ops-section-head{flex-direction:column}.prcrm-ops-section-chips{justify-content:flex-start;max-width:none}.prcrm-ops-card-grid{grid-template-columns:1fr}.prcrm-ops-filter-wide{grid-template-columns:1fr}}

/* v1.15.134 Recruitment Operations polish: 4 tabs, no secondary workspace banner, scrollable filters */
.prcrm-ops-tabbar{grid-template-columns:repeat(4,minmax(150px,1fr))!important}
.prcrm-ops-tab[href*="tab=import-export"]{display:none!important}
.prcrm-ops-section-head{display:none!important}
.prcrm-ops-filter-panel{overflow-x:auto!important;overflow-y:hidden!important;padding:12px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important}
.prcrm-ops-filter{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:max-content!important;min-width:100%!important;margin:0!important;padding:4px 0!important}
.prcrm-ops-filter input[type=hidden]{display:none!important}
.prcrm-ops-filter .prcrm-input,.prcrm-ops-filter select{flex:0 0 190px!important;width:190px!important;min-width:190px!important;max-width:190px!important;height:42px!important;margin:0!important;box-sizing:border-box!important}
.prcrm-ops-filter input[name="q"],.prcrm-ops-filter input[name="offer_search"],.prcrm-ops-filter input[name="scorecard_search"],.prcrm-ops-filter input[name="decision_search"]{flex-basis:320px!important;width:320px!important;min-width:320px!important;max-width:320px!important}
.prcrm-ops-filter .prcrm-ops-filter-btn{flex:0 0 108px!important;width:108px!important;min-width:108px!important;height:42px!important;margin:0!important;padding:0 16px!important;position:sticky!important;right:0!important;z-index:2!important;box-shadow:0 8px 18px rgba(37,81,214,.20)!important}
@media(max-width:1100px){.prcrm-ops-tabbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}.prcrm-ops-filter{display:flex!important;width:max-content!important;min-width:100%!important}.prcrm-ops-filter .prcrm-ops-filter-btn{width:108px!important;justify-self:auto!important}}
@media(max-width:760px){.prcrm-ops-tabbar{grid-template-columns:1fr!important}.prcrm-ops-filter-panel{padding:10px!important}.prcrm-ops-filter .prcrm-input,.prcrm-ops-filter select{flex-basis:180px!important;width:180px!important;min-width:180px!important;max-width:180px!important}.prcrm-ops-filter input[name="q"],.prcrm-ops-filter input[name="offer_search"],.prcrm-ops-filter input[name="scorecard_search"],.prcrm-ops-filter input[name="decision_search"]{flex-basis:260px!important;width:260px!important;min-width:260px!important;max-width:260px!important}.prcrm-ops-filter .prcrm-ops-filter-btn{flex-basis:100px!important;width:100px!important;min-width:100px!important}}


/* v1.15.136 Interview Tasks & Reminders: interview schedule only workspace */
.prcrm-admin-ui .prcrm-interview-reminder-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px 16px}.prcrm-admin-ui .prcrm-interview-reminder-grid label{display:flex;flex-direction:column;gap:7px;font-weight:800}.prcrm-admin-ui .prcrm-interview-reminder-grid .prcrm-span-2{grid-column:1/-1}.prcrm-admin-ui .prcrm-interview-reminder-grid input,.prcrm-admin-ui .prcrm-interview-reminder-grid select,.prcrm-admin-ui .prcrm-interview-reminder-grid textarea{width:100%;min-height:42px}@media(max-width:900px){.prcrm-admin-ui .prcrm-interview-reminder-grid{grid-template-columns:1fr}}
