:root{--ct-radius:0.625rem;--ct-radius-sm:8px;--ct-radius-lg:14px;--ct-shadow-sm:0 1px 3px rgba(0,0,0,0.06),0 4px 12px rgba(0,0,0,0.04);--ct-shadow-md:0 4px 16px rgba(0,0,0,0.08),0 1px 4px rgba(0,0,0,0.04);--ct-shadow-card:0 8px 24px -16px rgba(15,23,42,0.12);--ct-slate-50:#f8fafc;--ct-slate-100:#f1f5f9;--ct-slate-200:#e2e8f0;--ct-slate-400:#94a3b8;--ct-slate-500:#64748b;--ct-slate-800:#1e293b;--ct-slate-900:#0f172a;--ct-primary:#2d82d8;--ct-primary-dark:#2368ad;--ct-primary-soft:#e8f2fc;--ct-primary-mid:#b8d9f5;--ct-focus-ring:0 0 0 3px rgba(45,130,216,0.2);--ct-transition:0.15s ease;--ct-transition-slow:0.25s ease}body.app-theme-light{--cp-surface:#ffffff;--cp-surface-2:var(--ct-slate-50);--cp-bg:rgba(248,250,252,0.5);--cp-border:rgba(226,232,240,0.9);--cp-text:var(--ct-slate-900);--cp-muted:var(--ct-slate-500);--cp-shadow-sm:var(--ct-shadow-sm);--cp-shadow-md:var(--ct-shadow-md);--cp-radius:var(--ct-radius-lg);--cp-radius-sm:var(--ct-radius-sm)}body.app-theme-dim{--cp-surface:#1e293b;--cp-surface-2:#334155;--cp-bg:#0f172a;--cp-border:#334155;--cp-text:#f8fafc;--cp-muted:#94a3b8;--cp-green-soft:rgba(45,130,216,0.15);--cp-green-mid:#334155}body.app-theme-dark{--cp-text:#e2e8f0;--cp-muted:#94a3b8;--cp-border:#2a3040}body.app-theme-light:has(.rs-layout){background:var(--ct-slate-50)}body.app-theme-dim:has(.rs-layout){background:#0f172a}body.app-theme-dark:has(.rs-layout){background:#12151f}.rs-layout{background:rgba(248,250,252,.5);min-height:100vh}.rs-main{flex:1 1;min-width:0;width:100%;overflow:auto;padding:0;background:transparent;box-sizing:border-box}.rs-sidebar{width:249px;background:#f8fafc;border-right:none;box-shadow:0 3px 8.9px rgba(0,0,0,.16)}.rs-sidebar-shell{display:flex;flex-direction:column;gap:.75rem}.rs-sidebar-menu-toggle{border:none;cursor:pointer}.rs-nav--figma{padding:.85rem .75rem 1rem;gap:0}.rs-nav-group--figma+.rs-nav-group--figma{margin-top:0}.rs-nav-item--figma{font-size:1rem;font-weight:500;color:#505050;border-radius:2px;min-height:2.25rem}.rs-nav-item--figma.rs-nav-item--active{background:#2d82d8;color:#fff;box-shadow:0 2px 4.3px rgba(0,0,0,.09);font-weight:500}.rs-nav-item--figma.rs-nav-item--active:hover{background:#2d82d8;color:#fff}.rs-nav-item--figma.rs-nav-item--active .rs-nav-item-icon{color:#fff}.rs-nav-section-label{color:#505050;font-size:.75rem}.rs-brand{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;height:4rem;padding:0 1rem;border-bottom:1px solid var(--ct-slate-100);background:rgba(248,250,252,.5)}.rs-brand-logo-link{min-width:0;transition:opacity var(--ct-transition)}.rs-brand-logo-link:hover{opacity:.9}.rs-brand-badge{display:none}.rs-nav{padding:1rem;display:flex;flex-direction:column;gap:1rem}.rs-nav-group{margin-bottom:0}.rs-nav-group+.rs-nav-group{margin-top:0;padding-top:0;border-top:none}.rs-nav-group-label{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ct-slate-400);padding:0 .75rem;margin:0 0 .25rem}.rs-nav-group-toggle{display:flex;width:100%;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;border-radius:var(--ct-radius-sm);background:transparent;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ct-slate-500);cursor:pointer;transition:color var(--ct-transition),background var(--ct-transition)}.rs-nav-group-toggle:hover{color:var(--ct-slate-800);background:var(--ct-slate-50)}.rs-nav-group-toggle--active{color:var(--ct-primary-dark)}.rs-nav-group-toggle:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rs-nav-group-toggle-label{flex:1 1;text-align:left}.rs-nav-item-icon--logo{width:1.75rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;opacity:1;color:inherit}.rs-nav-group-logo{width:100%;height:100%;object-fit:contain;object-position:left center;display:block}.rs-nav-group-toggle--active .rs-nav-item-icon--logo{opacity:1}.rs-nav-group-chevron{display:flex;align-items:center;justify-content:center;transition:transform var(--ct-transition);color:inherit}.rs-nav-group-chevron.is-open{transform:rotate(0deg)}.rs-nav-group-chevron:not(.is-open){transform:rotate(-90deg)}.rs-nav-item{display:flex;align-items:center;gap:.75rem;height:auto;min-height:2rem;padding:.5rem .75rem;border-radius:var(--ct-radius-sm);font-size:.75rem;font-weight:600;color:var(--ct-slate-500);margin-bottom:.125rem;transition:background var(--ct-transition),color var(--ct-transition),box-shadow var(--ct-transition)}.rs-nav-item--nested{padding-left:1.25rem}.rs-nav-item:hover{background:var(--ct-slate-50);color:var(--ct-slate-900);text-decoration:none}.rs-nav-item--active{font-weight:600;box-shadow:inset 3px 0 0 0 var(--ct-primary)}.rs-nav-item--active,.rs-nav-item--active:hover{background:var(--ct-primary-soft);color:var(--ct-primary-dark)}.rs-nav-item:focus-visible{outline:none;box-shadow:var(--ct-focus-ring),inset 3px 0 0 0 var(--ct-primary)}.rs-nav-item-pip{position:static;transform:none;width:.375rem;height:.375rem;border-radius:999px;background:var(--ct-primary);margin-left:auto;flex-shrink:0}.rs-nav-item-icon{width:1rem;height:1rem;opacity:1;color:var(--ct-slate-400);transition:color var(--ct-transition)}.rs-nav-item:hover .rs-nav-item-icon{color:var(--ct-slate-500)}.rs-nav-item--active .rs-nav-item-icon{color:var(--ct-primary)}.rs-footer{padding:1rem;border-top:1px solid var(--ct-slate-100);background:rgba(248,250,252,.5);gap:.75rem}.rs-theme-row{background:var(--ct-slate-50);border:1px solid var(--ct-slate-200);border-radius:var(--ct-radius-sm);padding:3px}.rs-theme-btn{border-radius:6px;font-size:.72rem;font-weight:600;transition:background var(--ct-transition),color var(--ct-transition),box-shadow var(--ct-transition)}.rs-theme-btn:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rs-theme-btn--active{background:#ffffff;color:var(--ct-slate-800);box-shadow:0 1px 2px rgba(0,0,0,.06)}.rs-user-row{border-radius:var(--ct-radius);background:#ffffff;border:1px solid var(--ct-slate-200);box-shadow:var(--ct-shadow-sm);padding:.75rem}.rs-user-avatar{border-radius:999px;width:2.25rem;height:2.25rem}.rs-logout-btn:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rs-hiring-health{border-radius:var(--ct-radius);border:1px solid var(--ct-slate-200);background:#ffffff;padding:.75rem;box-shadow:var(--ct-shadow-sm)}.rs-hiring-health-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;font-size:.6875rem;font-weight:700;color:var(--ct-slate-800)}.rs-hiring-health-head svg{color:var(--ct-primary);flex-shrink:0}.rs-hiring-health-bar{width:100%;height:.375rem;border-radius:999px;background:var(--ct-slate-100);overflow:hidden;margin-bottom:.5rem}.rs-hiring-health-fill{height:100%;border-radius:999px;background:var(--ct-primary);transition:width var(--ct-transition-slow)}.rs-hiring-health-meta{display:flex;align-items:center;justify-content:space-between;font-size:.625rem;font-weight:600;color:var(--ct-slate-500)}.rs-hiring-health-meta a{color:var(--ct-primary);text-decoration:none;font-weight:700}.rs-hiring-health-meta a:hover{text-decoration:underline}body.app-theme-dark .rs-hiring-health,body.app-theme-dim .rs-hiring-health{background:var(--cp-surface-2);border-color:var(--cp-border)}body.app-theme-dark .rs-hiring-health-head,body.app-theme-dim .rs-hiring-health-head{color:var(--cp-text)}body.app-theme-dark .rs-hiring-health-bar,body.app-theme-dim .rs-hiring-health-bar{background:var(--cp-border)}.rs-topnav{min-height:4.5rem;padding:.65rem 1rem;border-bottom:1px solid rgba(226,232,240,.8);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 2px rgba(0,0,0,.05)}@media (min-width:1024px){.rs-topnav{padding:.65rem 1.5rem}}.rs-topnav-nav-link{font-size:1rem;font-weight:500;color:#505050;border-radius:2px}.rs-topnav-nav-link--active{background:#2d82d8;color:#fff;font-weight:600;box-shadow:0 2px 7.2px rgba(0,0,0,.07)}.rs-topnav-search input{height:2.5rem;font-size:.875rem;font-weight:600;border-radius:2px;border:1px solid rgba(226,232,240,.8);background:#f8fafc;transition:border-color var(--ct-transition),box-shadow var(--ct-transition),background var(--ct-transition)}.rs-topnav-search input::placeholder{color:#64748b;font-weight:600}.rs-topnav-search input:focus{border-color:var(--ct-primary-mid);box-shadow:var(--ct-focus-ring);background:#ffffff}.rs-topnav-search-kbd{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);display:none;align-items:center;pointer-events:none}@media (min-width:768px){.rs-topnav-search-kbd{display:flex}}.rs-topnav-search-kbd kbd{display:inline-flex;align-items:center;height:1rem;padding:0 .25rem;border-radius:4px;border:1px solid var(--ct-slate-200);background:#ffffff;font-family:ui-monospace,monospace;font-size:.5625rem;font-weight:700;color:var(--ct-slate-400)}.rs-topnav-live{display:none;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:999px;border:1px solid #d1fae5;background:#ecfdf5;color:#047857;font-size:.625rem;font-weight:700}@media (min-width:768px){.rs-topnav-live{display:flex}}.rs-topnav-live-dot{position:relative;display:flex;width:.375rem;height:.375rem}.rs-topnav-live-dot:before{content:"";position:absolute;inset:0;border-radius:999px;background:#34d399;animation:rs-ping 1.5s cubic-bezier(0,0,.2,1) infinite;opacity:.75}.rs-topnav-live-dot:after{content:"";position:relative;width:.375rem;height:.375rem;border-radius:999px;background:#10b981}@keyframes rs-ping{75%,to{transform:scale(2);opacity:0}}.rs-topnav-icon-btn{width:2.25rem;height:2.25rem;border-radius:var(--ct-radius-sm);border:1px solid var(--ct-slate-200);transition:background var(--ct-transition),border-color var(--ct-transition),color var(--ct-transition),box-shadow var(--ct-transition)}.rs-topnav-icon-btn:hover{background:var(--ct-slate-50);border-color:var(--ct-slate-200);color:var(--ct-slate-900)}.rs-topnav-icon-btn:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rs-topnav-post-btn{border-radius:var(--ct-radius-sm);font-size:.75rem;font-weight:700;transition:background var(--ct-transition),transform var(--ct-transition),box-shadow var(--ct-transition)}.rs-topnav-post-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,130,216,.25)}.rs-topnav-post-btn:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rs-topnav-avatar{box-shadow:0 0 0 2px var(--ct-slate-100);transition:box-shadow var(--ct-transition)}.rs-topnav-avatar-btn:focus-visible .rs-topnav-avatar,.rs-topnav-avatar-btn:hover .rs-topnav-avatar{box-shadow:0 0 0 2px rgba(45,130,216,.2)}.rs-topnav-avatar-btn:focus-visible{outline:none}.rs-topnav-profile-menu{border-radius:var(--ct-radius);border:1px solid rgba(226,232,240,.8);box-shadow:var(--ct-shadow-md)}.rs-topnav-profile-item:focus-visible{outline:none;background:var(--ct-slate-50);box-shadow:inset 0 0 0 2px rgba(45,130,216,.3)}.rs-portal-footer{padding:.875rem 1.5rem;border-top:1px solid rgba(226,232,240,.6);background:rgba(255,255,255,.5);font-size:.6875rem;font-weight:500;color:var(--ct-slate-400)}.rs-portal-footer a:hover{color:var(--ct-primary)}.rdx-settings-shell,.rdx-shell,.rdx-shell--wide,.rs-layout .cp-shell,.rs-layout .cx-shell,.rs-layout .cx-shell--wide{width:100%;max-width:none;margin-left:0;margin-right:0;padding:0;box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem}.rdx-settings-shell{padding:0 0 1.5rem;gap:0}.rs-layout .billing-panel,.rs-layout .pipeline-pro-board,.rs-layout .pipeline-pro-workspace,.rs-layout .rdx-bi-grid,.rs-layout .rdx-billing,.rs-layout .rdx-jobs-filter-panel,.rs-layout .rdx-jobs-panel,.rs-layout .rdx-metrics-grid,.rs-layout .rdx-msg-panel,.rs-layout .rdx-panel,.rs-layout .recruiter-create-job-card,.rs-layout .recruiter-create-job-page,.rs-layout .recruiter-create-job-shell{width:100%;max-width:none;box-sizing:border-box}.rs-layout .pipeline-pro-board{min-width:0}.rs-layout .rdx-data-table-wrap,.rs-layout .rdx-table-wrap{width:100%;overflow-x:auto}.rdx-panel{border-radius:var(--ct-radius-lg);border:1px solid var(--cp-border);box-shadow:var(--ct-shadow-sm);transition:box-shadow var(--ct-transition),border-color var(--ct-transition)}.rdx-panel:hover{box-shadow:var(--ct-shadow-md)}.rdx-metric{border-radius:var(--ct-radius);transition:border-color var(--ct-transition),box-shadow var(--ct-transition),transform var(--ct-transition)}.rdx-metric:hover{transform:translateY(-2px)}.rdx-btn{border-radius:var(--ct-radius-sm);transition:background var(--ct-transition),box-shadow var(--ct-transition),transform var(--ct-transition),border-color var(--ct-transition)}.rdx-btn:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rdx-btn--primary:hover{transform:translateY(-1px)}.rdx-empty{border-radius:var(--ct-radius-lg);border:1px dashed var(--cp-border);background:var(--cp-surface-2)}.rdx-empty-icon{border-radius:var(--ct-radius)}.rdx-skeleton,.rdx-skeleton-block{border-radius:var(--ct-radius-sm)}.rdx-toolbar{border-radius:var(--ct-radius);border:1px solid var(--cp-border);background:var(--cp-surface);box-shadow:var(--ct-shadow-sm)}.cx-input,.rdx-field input,.rdx-field select,.rdx-field textarea,.rdx-field-inner-input,.rdx-field-select{border-radius:var(--ct-radius-sm);border:1px solid var(--cp-border);transition:border-color var(--ct-transition),box-shadow var(--ct-transition)}.cx-input:focus,.rdx-field input:focus,.rdx-field select:focus,.rdx-field textarea:focus,.rdx-field-inner-input:focus,.rdx-field-select:focus{outline:none;border-color:var(--ct-primary-mid);box-shadow:var(--ct-focus-ring)}.rdx-table-header-row{background:var(--ct-slate-50);border-radius:var(--ct-radius-sm) var(--ct-radius-sm) 0 0;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ct-slate-500)}.rdx-table-item-row{border-radius:var(--ct-radius-sm);transition:background var(--ct-transition),border-color var(--ct-transition)}.rdx-table-item-row:hover{background:var(--ct-primary-soft);border-color:var(--ct-primary-mid)}.rdx-table-item-row:focus-within{box-shadow:var(--ct-focus-ring)}.rdx-detail,.rdx-detail-sidebar{border-radius:var(--ct-radius-lg);border:1px solid var(--cp-border);box-shadow:var(--ct-shadow-md)}.rdx-detail-close:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.pipeline-pro-banner{border-radius:var(--ct-radius-lg)}.pipeline-pro-kanban-column{border-radius:var(--ct-radius)}.pipeline-pro-card{border-radius:var(--ct-radius-sm);transition:box-shadow var(--ct-transition),transform var(--ct-transition),border-color var(--ct-transition)}.pipeline-pro-card:hover{box-shadow:var(--ct-shadow-md);transform:translateY(-1px)}.rs-layout .card{border-color:var(--cp-border);transition:box-shadow var(--ct-transition),border-color var(--ct-transition)}.rs-layout .card:hover{box-shadow:var(--ct-shadow-md)}.rs-layout .btn{transition:background var(--ct-transition),box-shadow var(--ct-transition),transform var(--ct-transition)}.rs-layout .btn:focus-visible{outline:none;box-shadow:var(--ct-focus-ring)}.rs-layout .input:focus{outline:none;border-color:var(--ct-primary-mid);box-shadow:var(--ct-focus-ring)}body.app-theme-dim .rs-layout{background:#0f172a}body.app-theme-dark .rs-sidebar--figma,body.app-theme-dim .rs-sidebar--figma{background:var(--cp-surface);box-shadow:0 3px 8.9px rgba(0,0,0,.28)}body.app-theme-dark .rs-nav-group--figma-divider,body.app-theme-dim .rs-nav-group--figma-divider{border-top-color:var(--cp-border)}body.app-theme-dark .rs-nav-item--figma,body.app-theme-dark .rs-nav-section-label,body.app-theme-dim .rs-nav-item--figma,body.app-theme-dim .rs-nav-section-label{color:var(--cp-text)}body.app-theme-dark .rs-nav-item--figma.rs-nav-item--active,body.app-theme-dim .rs-nav-item--figma.rs-nav-item--active{background:#2d82d8;color:#fff}body.app-theme-dark .rs-workspace,body.app-theme-dim .rs-workspace{background:rgba(15,23,42,.35)}body.app-theme-dim .rs-sidebar{background:#1e293b;border-right-color:#334155}body.app-theme-dim .rs-brand{background:rgba(15,23,42,.5);border-bottom-color:#334155}body.app-theme-dim .rs-nav-group-label{color:#64748b}body.app-theme-dim .rs-nav-group-toggle{color:#94a3b8}body.app-theme-dim .rs-nav-group-toggle:hover{color:#e2e8f0;background:#334155}body.app-theme-dim .rs-nav-group-toggle--active{color:#7eb8f0}body.app-theme-dim .rs-nav-item{color:#94a3b8}body.app-theme-dim .rs-nav-item:hover{background:#334155;color:#f1f5f9}body.app-theme-dim .rs-nav-item--active{background:rgba(45,130,216,.18);color:#7eb8f0;box-shadow:inset 3px 0 0 0 #5a9fe3}body.app-theme-dim .rs-footer{background:rgba(15,23,42,.5);border-top-color:#334155}body.app-theme-dim .rs-theme-row{background:#334155;border-color:#475569}body.app-theme-dim .rs-theme-btn--active{background:#1e293b;color:#e2e8f0}body.app-theme-dim .rs-user-row{background:#334155;border-color:#475569}body.app-theme-dim .rs-user-name{color:#f1f5f9}body.app-theme-dim .rs-topnav{background:rgba(30,41,59,.92);border-bottom-color:#334155}body.app-theme-dim .rs-topnav-search input{background:#334155;border-color:#475569;color:#f1f5f9}body.app-theme-dim .rs-topnav-icon-btn{background:#334155;border-color:#475569;color:#cbd5e1}body.app-theme-dim .rs-mobile-drawer-panel,body.app-theme-dim .rs-topnav-profile-menu{background:#1e293b;border-color:#334155}body.app-theme-dim .rs-main{background:rgba(15,23,42,.5)}body.app-theme-dim .rs-portal-footer{background:rgba(30,41,59,.5);border-top-color:#334155;color:#64748b}body.app-theme-dark .rs-layout{background:#12151f}body.app-theme-dark .rs-sidebar{box-shadow:none}body.app-theme-dark .rs-nav-item--active{box-shadow:inset 3px 0 0 0 #5a9fe3}body.app-theme-dark .rs-main{background:rgba(18,21,31,.6)}body.app-theme-dark .rs-topnav-live{border-color:rgba(16,185,129,.3);background:rgba(16,185,129,.1);color:#6ee7b7}@media (prefers-reduced-motion:reduce){.pipeline-pro-card,.rdx-btn,.rdx-metric,.rs-nav-item,.rs-topnav-live-dot:before,.rs-topnav-post-btn{transition:none;animation:none}.pipeline-pro-card:hover,.rdx-metric:hover,.rs-topnav-post-btn:hover{transform:none}}.rs-layout :focus-visible{outline:2px solid var(--ct-primary);outline-offset:2px}.rs-layout a:focus:not(:focus-visible),.rs-layout button:focus:not(:focus-visible),.rs-layout input:focus:not(:focus-visible){outline:none}.rdx-alert{display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:.85rem 1rem;border-radius:var(--ct-radius-sm);font-size:.875rem;font-weight:500;line-height:1.45;border:1px solid transparent}.rdx-alert a{font-weight:700;text-decoration:underline}.rdx-alert--success{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.rdx-alert--error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.rdx-alert--warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.rdx-alert--info{background:var(--ct-primary-soft);border-color:var(--ct-primary-mid);color:var(--ct-primary-dark)}.rdx-form-grid{display:grid;grid-gap:.85rem;gap:.85rem;max-width:28rem;margin-top:1rem}.rdx-form-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.5rem}.rdx-form-actions--center{justify-content:center}.rdx-success-panel{text-align:center;max-width:28rem;margin:0 auto}.rs-layout .recruiter-create-job-page,.rs-layout .recruiter-create-job-shell{display:flex;flex-direction:column;gap:1rem}.rs-layout .recruiter-create-job-header{display:none}.rs-layout .recruiter-create-job-card{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:var(--ct-radius-lg);box-shadow:var(--ct-shadow-sm);padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:1.25rem}.rs-layout .recruiter-create-section{border:1px solid var(--cp-border);border-radius:var(--ct-radius);background:var(--cp-surface-2);padding:1rem 1.1rem}.rs-layout .recruiter-create-section-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.rs-layout .recruiter-create-section-title h2{margin:0;font-size:.95rem;font-weight:700;color:var(--cp-text)}.rs-layout .recruiter-create-section-icon{display:grid;place-items:center;width:1.85rem;height:1.85rem;border-radius:var(--ct-radius-sm);background:var(--ct-primary-soft);color:var(--ct-primary-dark)}.rs-layout .recruiter-create-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.rs-layout .recruiter-create-field-full{grid-column:1/-1}.rs-layout .recruiter-create-field label{display:block;font-size:.78rem;font-weight:600;color:var(--cp-muted);margin-bottom:.35rem}.rs-layout .recruiter-create-input,.rs-layout .recruiter-create-select{width:100%;height:2.35rem;border-radius:var(--ct-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface);padding:0 .75rem;font-size:.875rem;color:var(--cp-text);transition:border-color var(--ct-transition),box-shadow var(--ct-transition)}.rs-layout .recruiter-create-input:focus,.rs-layout .recruiter-create-select:focus{outline:none;border-color:var(--ct-primary-mid);box-shadow:var(--ct-focus-ring)}.rs-layout .recruiter-create-field-hint{margin:.3rem 0 0;font-size:.72rem;color:var(--cp-muted)}.rs-layout .recruiter-create-field-error{margin:.3rem 0 0;font-size:.75rem;color:#b91c1c;font-weight:600}.rs-layout .recruiter-create-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;padding-top:.5rem;border-top:1px solid var(--cp-border)}@media (max-width:768px){.rs-layout .recruiter-create-fields{grid-template-columns:1fr}}.rdx-billing{display:flex;flex-direction:column;gap:1rem}.rdx-billing .billing-active-plan,.rdx-billing .billing-card,.rdx-billing .billing-plan-card{margin:0}.billing-active-plan{background:linear-gradient(135deg,var(--ct-primary-dark) 0,var(--ct-primary) 100%);color:#fff;border:none!important}.billing-active-plan-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.billing-active-plan-meta{margin:0;font-size:.875rem;opacity:.92}.billing-active-plan-meta a{color:#fff;text-decoration:underline;font-weight:700}.billing-active-plan-renew{margin:.65rem 0 0;font-size:.82rem;opacity:.85}.billing-cancel-notice{margin:.75rem 0 0;padding:.65rem .85rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:var(--ct-radius-sm);font-size:.875rem}.billing-active-plan .cx-btn{margin-top:1rem}.billing-cycle-toggle{display:flex;flex-wrap:wrap;gap:.5rem}.billing-plans-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch}.billing-plans-grid>*{min-width:0}.billing-plan-product-tag{margin:.15rem 0 0;font-size:.75rem;font-weight:650;color:var(--cp-muted,#64748b)}.billing-invoices{margin-top:.25rem}.billing-invoices .rdx-page-panel-title{margin-bottom:.25rem}.billing-invoices-table-wrap{margin-top:.75rem;overflow-x:auto}.billing-invoices-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.9rem}.billing-invoices-table th{text-align:left;padding:.5rem .75rem .5rem 0;color:var(--cp-muted,#64748b);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--cp-border,#e2e8f0)}.billing-invoices-table td{padding:.75rem .75rem .75rem 0;color:var(--cp-muted,#475569);border-bottom:1px solid var(--cp-border,#f1f5f9);vertical-align:middle}.billing-invoices-strong{font-weight:650;color:var(--cp-text,#0f172a)}.billing-invoices-status{text-transform:capitalize}.billing-invoice-download{font-size:.8rem;padding:.35rem .75rem}.billing-plan-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.billing-plan-card-head h3{margin:0;font-size:1rem;font-weight:700;color:var(--cp-text)}.billing-plan-price{font-size:1.35rem;font-weight:800;margin:.5rem 0;color:var(--cp-text)}.billing-plan-highlights{padding-left:1.1rem;margin:0 0 1rem;font-size:.875rem;color:var(--cp-muted)}.billing-plan-highlights li{margin-bottom:.35rem}.billing-plan-cta{width:100%}.billing-plan-card--featured{border-color:var(--ct-primary-mid)!important;box-shadow:0 8px 24px rgba(45,130,216,.12)}.billing-badge{background:var(--ct-primary-soft);color:var(--ct-primary-dark);font-size:.75rem;font-weight:700;padding:.2rem .5rem;border-radius:999px}.billing-support--priority{border-color:var(--ct-primary-mid)!important;background:var(--ct-primary-soft)!important}.billing-support-label{margin:0;font-weight:700;color:var(--cp-text)}.billing-support-email{display:inline-block;margin-top:.65rem;font-size:.875rem;font-weight:600}.billing-paypal-wrap{margin:1rem 0}.pipeline-pro-drawer-backdrop,.pipeline-pro-modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1rem}.pipeline-pro-drawer-backdrop{justify-content:flex-end;padding:0}.pipeline-pro-modal{width:min(100%,32rem);max-height:min(90vh,720px);overflow:auto;background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:var(--ct-radius-lg);box-shadow:var(--ct-shadow-md);padding:1.25rem 1.35rem}.pipeline-pro-modal--offer{width:min(96vw,1120px);max-height:min(94vh,920px);padding:1.25rem 1.35rem 1rem}.pipeline-pro-offer-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);grid-gap:1rem 1.25rem;gap:1rem 1.25rem;align-items:start}.pipeline-pro-offer-fields{display:flex;flex-direction:column;gap:.75rem;max-height:calc(94vh - 5rem);overflow:auto;padding-right:.25rem}.pipeline-pro-offer-preview{min-width:0;max-height:calc(94vh - 5rem);overflow:auto;border-radius:12px;border:1px solid var(--cp-border);background:#eef2f6}.pipeline-pro-offer-preview .rdx-offer-template-editor{border:none;border-radius:0;background:transparent}.pipeline-pro-offer-preview .rdx-offer-letter-canvas{padding:.75rem}.pipeline-pro-offer-footer{grid-column:1/-1;display:flex;flex-direction:column;gap:.75rem;padding-top:.25rem;border-top:1px solid var(--cp-border)}.pipeline-pro-offer-footer .pipeline-pro-modal-actions{margin-top:0}@media (max-width:960px){.pipeline-pro-modal--offer{width:min(96vw,640px)}.pipeline-pro-offer-layout{grid-template-columns:1fr}.pipeline-pro-offer-fields,.pipeline-pro-offer-preview{max-height:none;overflow:visible}.pipeline-pro-offer-preview{max-height:420px;overflow:auto}}.pipeline-pro-modal-title{margin:0 0 1rem;font-size:1.05rem;font-weight:700;color:var(--cp-text)}.pipeline-pro-modal-form{display:flex;flex-direction:column;gap:.75rem}.pipeline-pro-field{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--cp-muted)}.pipeline-pro-textarea{min-height:6rem;height:auto!important;padding:.65rem .75rem!important;resize:vertical}.pipeline-pro-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.pipeline-pro-drawer{width:min(100vw,420px);height:100%;background:var(--cp-surface);border-left:1px solid var(--cp-border);box-shadow:-8px 0 32px rgba(15,23,42,.12);display:flex;flex-direction:column;overflow:hidden}.pipeline-pro-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;border-bottom:1px solid var(--cp-border);background:rgba(248,250,252,.7)}.pipeline-pro-drawer-head h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--cp-text)}.pipeline-pro-drawer-body{flex:1 1;overflow:auto;padding:1rem 1.15rem;display:flex;flex-direction:column;gap:1.15rem}.pipeline-pro-drawer-body h3{margin:0 0 .5rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--cp-muted)}.pipeline-pro-muted{margin:0;font-size:.85rem;color:var(--cp-muted)}.pipeline-pro-muted--sm{font-size:.75rem;margin-top:.25rem}.rdx-msg-panel{padding:0;overflow:hidden;min-height:28rem}.rs-layout .pipeline-pro-badge{border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.02em}.rs-layout .btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;height:2.35rem;padding:0 1rem;border-radius:var(--ct-radius-sm);background:var(--ct-primary);color:#fff;border:none;font-size:.85rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background var(--ct-transition),box-shadow var(--ct-transition)}.rs-layout .btn:hover{background:var(--ct-primary-dark);color:#fff;text-decoration:none}.rs-layout .btn-outline,.rs-layout .btn-secondary{background:transparent;border:1.5px solid var(--cp-border);color:var(--cp-text)}.rs-layout .btn-outline:hover,.rs-layout .btn-secondary:hover{background:var(--ct-primary-soft);border-color:var(--ct-primary-mid);color:var(--ct-primary-dark)}.rs-layout .btn-danger{background:#dc2626}.rs-layout .btn-sm{height:1.9rem;padding:0 .7rem;font-size:.78rem}.rs-layout .card{background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:var(--ct-radius-lg);box-shadow:var(--ct-shadow-sm);padding:1.15rem 1.25rem}.rs-layout .input{border-radius:var(--ct-radius-sm);border:1px solid var(--cp-border);background:var(--cp-surface)}body.app-theme-dark .rdx-alert--success,body.app-theme-dim .rdx-alert--success{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.3);color:#6ee7b7}body.app-theme-dark .rdx-alert--error,body.app-theme-dim .rdx-alert--error{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.3);color:#fca5a5}body.app-theme-dark .pipeline-pro-drawer,body.app-theme-dark .pipeline-pro-modal,body.app-theme-dim .pipeline-pro-drawer,body.app-theme-dim .pipeline-pro-modal{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .pipeline-pro-drawer-head,body.app-theme-dim .pipeline-pro-drawer-head{background:rgba(15,23,42,.5)}.pipeline-pro-candidate-pick-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.pipeline-pro-candidate-pick{width:100%;text-align:left;cursor:pointer;border:1px solid var(--cp-border);border-radius:var(--ct-radius-sm);background:var(--cp-surface-2);padding:.75rem .85rem;display:flex;flex-direction:column;gap:.15rem;transition:border-color var(--ct-transition),background var(--ct-transition)}.pipeline-pro-candidate-pick:hover{border-color:var(--ct-primary-mid);background:var(--ct-primary-soft)}.pipeline-pro-candidate-pick strong{font-size:.875rem;color:var(--cp-text)}.pipeline-pro-candidate-pick span{font-size:.78rem;color:var(--cp-muted)}.pipeline-pro-selected-candidate{border:1px solid var(--cp-border);border-radius:var(--ct-radius);background:var(--cp-surface-2);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.35rem}.pipeline-pro-selected-candidate .pipeline-pro-btn{align-self:flex-start;margin-top:.35rem}.rs-layout .pipeline-drawer-backdrop{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.45);display:flex;justify-content:flex-end}.rs-layout .pipeline-drawer{width:min(100vw,420px);height:100%;background:var(--cp-surface);border-left:1px solid var(--cp-border);box-shadow:-8px 0 32px rgba(15,23,42,.12);display:flex;flex-direction:column;overflow:hidden;border-radius:0}.rs-layout .pipeline-drawer--detail{width:min(100vw,520px)}.rs-layout .pipeline-drawer--narrow{width:min(100vw,360px)}.rs-layout .pipeline-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;border-bottom:1px solid var(--cp-border);background:rgba(248,250,252,.7)}.rs-layout .pipeline-drawer-head h2{margin:0;font-size:1.05rem;font-weight:700;color:var(--cp-text)}.rs-layout .pipeline-drawer-head .muted,.rs-layout .pipeline-drawer-meta{margin:.25rem 0 0;font-size:.82rem;color:var(--cp-muted)}.rs-layout .pipeline-drawer-head-actions{display:flex;flex-wrap:wrap;gap:.4rem}.rs-layout .pipeline-drawer-tabs{display:flex;gap:.25rem;padding:.5rem 1rem;border-bottom:1px solid var(--cp-border);overflow-x:auto}.rs-layout .pipeline-drawer-body{flex:1 1;overflow:auto;padding:1rem 1.15rem;display:flex;flex-direction:column;gap:1rem}.rs-layout .pipeline-drawer-body h3{margin:0 0 .5rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--cp-muted)}.rs-layout .pipeline-modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1rem}.rs-layout .pipeline-modal{width:min(100%,32rem);background:var(--cp-surface);border:1px solid var(--cp-border);border-radius:var(--ct-radius-lg);box-shadow:var(--ct-shadow-md);padding:1.25rem 1.35rem}.rs-layout .pipeline-modal h2{margin:0 0 1rem;font-size:1.05rem;font-weight:700}.rs-layout .pipeline-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.78rem;font-weight:600;color:var(--cp-muted)}.rs-layout .cn-card{border-radius:var(--ct-radius);border:1px solid var(--cp-border);box-shadow:var(--ct-shadow-sm);background:var(--cp-surface)}body.app-theme-dark .rs-layout .pipeline-drawer,body.app-theme-dark .rs-layout .pipeline-modal,body.app-theme-dim .rs-layout .pipeline-drawer,body.app-theme-dim .rs-layout .pipeline-modal{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .rs-layout .pipeline-drawer-head,body.app-theme-dim .rs-layout .pipeline-drawer-head{background:rgba(15,23,42,.5)}.rs-topnav-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border-radius:999px;background:var(--cp-surface);color:var(--cp-muted);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.rs-quick-card,.rs-topnav-badge{border:1px solid var(--cp-border)}.rs-quick-card{border-radius:var(--ct-radius);background:var(--cp-surface-2,#f8fafc);padding:.85rem;margin-bottom:.75rem}.rs-quick-card-title{margin:0 0 .65rem;color:var(--cp-muted);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.rs-quick-card-actions{display:grid;grid-gap:.4rem;gap:.4rem}.rs-quick-card-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .65rem;border-radius:8px;background:var(--ct-primary);color:#fff!important;font-size:.8125rem;font-weight:600;text-decoration:none!important;transition:background .15s ease}.rs-quick-card-btn:hover{background:var(--ct-primary-dark)}.rs-quick-card-btn--ghost{background:var(--cp-surface);color:var(--cp-text)!important;border:1px solid var(--cp-border)}.rs-quick-card-btn--ghost:hover{background:var(--ct-primary-soft);border-color:var(--ct-primary-mid);color:var(--ct-primary-dark)!important}body.app-theme-dark .rs-quick-card,body.app-theme-dim .rs-quick-card{background:var(--cp-surface-2)}.rdx-welcome-banner--workspace{background:var(--cp-surface,#fff);color:var(--cp-text,#0f172a);border:1px solid var(--cp-border,rgba(226,232,240,.9));border-radius:1rem;box-shadow:var(--ct-shadow-sm);margin-bottom:0;overflow:hidden}.rdx-welcome-banner--workspace:before{content:"";position:absolute;top:-40%;right:-10%;width:18rem;height:18rem;background:radial-gradient(circle,rgba(45,130,216,.12),transparent 70%);transform:none;pointer-events:none}.rdx-welcome-banner--workspace .rdx-welcome-avatar{background:var(--ct-primary-soft);border:1px solid var(--ct-primary-mid);color:var(--ct-primary-dark)}.rdx-welcome-banner--workspace .rdx-welcome-eyebrow{color:var(--ct-primary);opacity:1;font-size:.6875rem;letter-spacing:.12em}.rdx-welcome-banner--workspace .rdx-welcome-title{color:var(--cp-text,#0f172a);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;letter-spacing:-.03em}.rdx-welcome-banner--workspace .rdx-welcome-desc{color:var(--cp-muted,#64748b);opacity:1;max-width:36rem;line-height:1.55}.rdx-welcome-banner--workspace .rdx-bi-btn--primary{background:var(--ct-primary);color:#fff;gap:.4rem}.rdx-welcome-banner--workspace .rdx-bi-btn--primary:hover{background:var(--ct-primary-dark);transform:none;box-shadow:none}.rdx-bi-btn--ghost,.rdx-welcome-banner--workspace .rdx-bi-btn--ghost{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--cp-text,#0f172a);border:1px solid var(--cp-border,#e2e8f0)}.rdx-bi-btn--ghost:hover,.rdx-welcome-banner--workspace .rdx-bi-btn--ghost:hover{background:var(--ct-primary-soft);border-color:var(--ct-primary-mid);color:var(--ct-primary-dark);transform:none}.rdx-bi-btn--sm{padding:.4rem .75rem;font-size:.78rem}.rdx-shell{display:grid;grid-gap:1.5rem;gap:1.5rem}.rdx-bi-grid,.rdx-metrics-grid{margin-top:0!important}.rdx-bi-trend-pill--muted{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;border:1px solid var(--cp-border,#e2e8f0);background:var(--cp-surface-2,#f8fafc);color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:600}.rdx-bi-card-icon{color:var(--cp-muted,#94a3b8);flex-shrink:0}.rdx-bi-activity-list,.rdx-bi-funnel,.rdx-candidate-list{margin-top:.75rem}.rdx-empty--compact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:200px;padding:1.5rem;text-align:center;color:var(--cp-muted,#64748b);border:1px dashed var(--cp-border,#e2e8f0);border-radius:var(--ct-radius);background:rgba(248,250,252,.5)}.rdx-empty--compact .rdx-empty-title{margin:.35rem 0 0;color:var(--cp-text,#0f172a);font-size:.9rem;font-weight:600}.rdx-empty--compact .rdx-empty-desc{margin:0;font-size:.8rem;max-width:18rem;line-height:1.5}.rdx-empty--compact .rdx-bi-btn{margin-top:.75rem}.rdx-bi-metric{border-radius:var(--ct-radius);box-shadow:var(--ct-shadow-sm)}.rdx-bi-metric:hover{transform:translateY(-2px)}.rdx-bi-card{border-radius:var(--ct-radius);box-shadow:var(--ct-shadow-sm)}body.app-theme-dark .rdx-welcome-banner--workspace,body.app-theme-dim .rdx-welcome-banner--workspace{background:var(--cp-surface);color:var(--cp-text)}body.app-theme-dark .rdx-welcome-banner--workspace .rdx-welcome-title,body.app-theme-dim .rdx-welcome-banner--workspace .rdx-welcome-title{color:var(--cp-text)}body.app-theme-dark .rdx-empty--compact,body.app-theme-dim .rdx-empty--compact{background:transparent}.rs-app-switcher{position:relative;z-index:50;flex-shrink:0}.rs-app-switcher__trigger{display:inline-flex;align-items:center;gap:.25rem;height:2.25rem;padding:0 .5rem;border:1px solid transparent;border-radius:.5rem;background:transparent;color:#64748b;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.rs-app-switcher__trigger:hover{color:#1e293b;border-color:#e2e8f0;background:#fff}.rs-app-switcher__trigger--compact{height:2rem;padding:0 .375rem}.rs-app-switcher__current{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;font-weight:600}.rs-app-switcher__chevron{flex-shrink:0;transition:transform .15s ease}.rs-app-switcher__chevron.is-open{transform:rotate(180deg)}.rs-app-switcher__menu{overflow:hidden;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;padding:.25rem 0;box-shadow:0 10px 15px -3px rgba(15,23,42,.1),0 4px 6px -4px rgba(15,23,42,.1)}.rs-app-switcher__heading{margin:0;padding:.5rem .75rem;color:#94a3b8;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rs-app-switcher__item{display:flex;width:100%;align-items:center;gap:.75rem;padding:.625rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;transition:background .15s ease}.rs-app-switcher__item:hover:not(:disabled){background:#f8fafc}.rs-app-switcher__item.is-current{background:#f8fafc;cursor:default}.rs-app-switcher__item:disabled{cursor:default}.rs-app-switcher__logo{display:flex;width:2.5rem;height:2.5rem;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border:1px solid #f1f5f9;border-radius:.5rem;background:#fff;padding:.25rem}.rs-app-switcher__logo-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.rs-app-switcher__meta{min-width:0;flex:1 1;display:grid;grid-gap:.1rem;gap:.1rem}.rs-app-switcher__name{display:inline-flex;align-items:center;gap:.375rem;color:#0f172a;font-size:.875rem;font-weight:600}.rs-app-switcher__check{color:var(--ct-primary,#2d82d8)}.rs-app-switcher__desc{color:#64748b;font-size:.6875rem;line-height:1.35}.rs-app-switcher__spin{color:#94a3b8;animation:rs-app-switcher-spin .7s linear infinite}.rs-app-switcher__error-inline{margin:.25rem .75rem .5rem;color:#b91c1c;font-size:.625rem;font-weight:600}.rs-app-switcher__item.is-locked{opacity:.92}.rs-app-switcher__lock{color:#b45309;flex-shrink:0}.rs-app-switcher__upgrade{margin:.35rem .65rem .65rem;padding:.65rem .7rem;border-radius:8px;background:rgba(185,28,28,.06);border:1px solid rgba(185,28,28,.18)}.rs-app-switcher__upgrade-copy{margin:0 0 .55rem;color:#991b1b;font-size:.6875rem;font-weight:600;line-height:1.4}.rs-app-switcher__upgrade-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:32px;padding:.4rem .75rem;border:none;border-radius:6px;background:#1d4ed8;color:#fff;font-size:.75rem;font-weight:700;cursor:pointer}.rs-app-switcher__upgrade-btn:hover{background:#1e40af}@keyframes rs-app-switcher-spin{to{transform:rotate(1turn)}}body.app-theme-dark .rs-app-switcher__trigger:hover,body.app-theme-dim .rs-app-switcher__trigger:hover{background:var(--cp-surface);border-color:var(--cp-border);color:var(--cp-text)}body.app-theme-dark .rs-app-switcher__menu,body.app-theme-dim .rs-app-switcher__menu{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .rs-app-switcher__item.is-current,body.app-theme-dark .rs-app-switcher__item:hover:not(:disabled),body.app-theme-dim .rs-app-switcher__item.is-current,body.app-theme-dim .rs-app-switcher__item:hover:not(:disabled){background:var(--cp-surface-2)}body.app-theme-dark .rs-app-switcher__name,body.app-theme-dim .rs-app-switcher__name{color:var(--cp-text)}body.app-theme-dark .rs-app-switcher__logo,body.app-theme-dim .rs-app-switcher__logo{background:var(--cp-surface);border-color:var(--cp-border)}.sc-rankings{display:grid;grid-gap:1.25rem;gap:1.25rem}.sc-rankings__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.sc-rankings__title{margin:0;color:var(--cp-text,#0f172a);font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.sc-rankings__sub{margin:.35rem 0 0;max-width:36rem;color:var(--cp-muted,#64748b);font-size:.875rem;line-height:1.55}.sc-rankings__filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.sc-rankings__search{display:inline-flex;flex:1 1;min-width:14rem;align-items:center;gap:.5rem;height:2.5rem;padding:0 .75rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:.5rem;background:#fff;color:var(--cp-muted,#64748b)}.sc-rankings__search input{width:100%;border:none;outline:none;background:transparent;color:var(--cp-text,#0f172a);font-size:.875rem}.sc-rankings__select{display:grid;grid-gap:.25rem;gap:.25rem;min-width:12rem;color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.sc-rankings__select select{height:2.5rem;padding:0 .75rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:.5rem;background:#fff;color:var(--cp-text,#0f172a);font-size:.875rem;font-weight:500;text-transform:none;letter-spacing:normal}.sc-rankings__error{margin-bottom:1rem;padding:.75rem .9rem;border:1px solid #fecaca;border-radius:.5rem;background:#fef2f2;color:#b91c1c;font-size:.875rem;font-weight:500}.sc-rankings__table-wrap{overflow-x:auto}.sc-rankings__table{width:100%;border-collapse:collapse;font-size:.875rem}.sc-rankings__table th{padding:.65rem .75rem;border-bottom:1px solid var(--cp-border,#e2e8f0);color:var(--cp-muted,#64748b);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap}.sc-rankings__table td{padding:.85rem .75rem;border-bottom:1px solid var(--cp-border,#f1f5f9);color:var(--cp-text,#0f172a);vertical-align:middle}.sc-rankings__candidate{display:flex;align-items:center;gap:.65rem;min-width:12rem}.sc-rankings__avatar{display:inline-flex;width:2rem;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:var(--ct-primary-soft,#e8f2fc);color:var(--ct-primary-dark,#2368ad);font-size:.7rem;font-weight:700}.sc-rankings__candidate strong{display:block;font-weight:600}.sc-rankings__email{display:block;color:var(--cp-muted,#64748b);font-size:.75rem}.sc-rankings__score{display:grid;grid-gap:.25rem;gap:.25rem;min-width:7rem}.sc-rankings__score-bar{display:block;height:.35rem;overflow:hidden;border-radius:999px;background:#e2e8f0}.sc-rankings__score-bar>span{display:block;height:100%;border-radius:inherit;background:var(--ct-primary,#2d82d8)}.sc-rankings__marks{color:var(--cp-muted,#64748b);font-size:.7rem}.sc-rank-badge{display:inline-flex;align-items:center;gap:.3rem;min-width:2.75rem;justify-content:center;padding:.25rem .45rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:700}.sc-rank-badge--gold{border-color:#fde68a;background:#fffbeb;color:#d97706}.sc-rank-badge--silver{border-color:#e2e8f0;background:#f1f5f9;color:#64748b}.sc-rank-badge--bronze{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.sc-rankings__footer{margin:1rem 0 0;color:var(--cp-muted,#64748b);font-size:.75rem}body.app-theme-dark .sc-rankings__search,body.app-theme-dark .sc-rankings__select select,body.app-theme-dim .sc-rankings__search,body.app-theme-dim .sc-rankings__select select{background:var(--cp-surface);border-color:var(--cp-border);color:var(--cp-text)}.rdx-home{display:grid;grid-gap:1.25rem;gap:1.25rem;animation:rdx-home-in .42s ease both}@keyframes rdx-home-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rdx-home-hero{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;padding:1.75rem 1.75rem 1.6rem;border-radius:1.15rem;border:1px solid var(--cp-border,#e2e8f0);background:radial-gradient(ellipse 70% 90% at 100% 0,rgba(45,130,216,.14),transparent 55%),radial-gradient(ellipse 50% 80% at 0 100%,rgba(35,104,173,.06),transparent 50%),linear-gradient(180deg,#ffffff,#f8fbff);overflow:hidden}.rdx-home-hero__eyebrow{margin:0 0 .35rem;color:var(--ct-primary,#2d82d8);font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.rdx-home-hero__title{margin:0;color:var(--cp-text,#0f172a);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:750;letter-spacing:-.04em;line-height:1.15}.rdx-home-hero__lede{margin:.55rem 0 0;max-width:34rem;color:var(--cp-muted,#64748b);font-size:.9375rem;line-height:1.55}.rdx-home-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.15rem}.rdx-home-hero__aside{display:grid;justify-items:end;grid-gap:.65rem;gap:.65rem;min-width:8rem}.rdx-home-hero__mark{display:inline-flex;width:3.25rem;height:3.25rem;align-items:center;justify-content:center;border-radius:.9rem;background:var(--ct-primary,#2d82d8);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:-.02em;box-shadow:0 10px 24px rgba(45,130,216,.28);animation:rdx-home-mark .7s cubic-bezier(.22,1,.36,1) both}@keyframes rdx-home-mark{0%{opacity:0;transform:scale(.86) translateY(6px)}to{opacity:1;transform:none}}.rdx-home-hero__date{margin:0;color:var(--cp-muted,#64748b);font-size:.75rem;font-weight:600;text-align:right}.rdx-home-hero--skel{height:11rem;border-radius:1.15rem}.rdx-home-kpi{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.rdx-home-kpi__item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:.9rem;border:1px solid var(--cp-border,#e2e8f0);background:var(--cp-surface,#fff);text-decoration:none;color:inherit;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.rdx-home-kpi__item:hover{border-color:var(--ct-primary-mid,#b8d9f5);box-shadow:0 8px 20px rgba(15,23,42,.05);transform:translateY(-1px)}.rdx-home-kpi__icon{display:inline-flex;width:2.35rem;height:2.35rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.7rem;background:var(--ct-primary-soft,#e8f2fc);color:var(--ct-primary-dark,#2368ad)}.rdx-home-kpi__item strong{display:block;color:var(--cp-text,#0f172a);font-size:1.35rem;font-weight:750;letter-spacing:-.03em;line-height:1.1}.rdx-home-kpi__item em{display:block;margin-top:.15rem;color:var(--cp-muted,#64748b);font-size:.75rem;font-style:normal;font-weight:550}.rdx-home-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.rdx-home-panel{padding:1.15rem 1.2rem 1.2rem;border-radius:1rem;border:1px solid var(--cp-border,#e2e8f0);background:var(--cp-surface,#fff)}.rdx-home-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.rdx-home-panel__head h2{margin:0;color:var(--cp-text,#0f172a);font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.rdx-home-panel__head p{margin:.2rem 0 0;color:var(--cp-muted,#64748b);font-size:.8rem;line-height:1.4}.rdx-home-panel__link{display:inline-flex;align-items:center;gap:.25rem;color:var(--ct-primary,#2d82d8);font-size:.8rem;font-weight:650;text-decoration:none;white-space:nowrap}.rdx-home-panel__link:hover{color:var(--ct-primary-dark,#2368ad)}.rdx-home-attention{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.rdx-home-attention__row{display:flex;align-items:center;gap:.75rem;padding:.8rem .85rem;border-radius:.75rem;border:1px solid var(--cp-border,#e2e8f0);background:#fbfdff;text-decoration:none;color:inherit;transition:background .15s ease,border-color .15s ease}.rdx-home-attention__row:hover{background:var(--ct-primary-soft,#e8f2fc);border-color:var(--ct-primary-mid,#b8d9f5)}.rdx-home-attention__row--high{border-left:3px solid var(--ct-primary,#2d82d8)}.rdx-home-attention__row--medium{border-left:3px solid #f59e0b}.rdx-home-attention__row--low{border-left:3px solid #94a3b8}.rdx-home-attention__icon{display:inline-flex;width:2rem;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.55rem;background:#fff;border:1px solid var(--cp-border,#e2e8f0);color:var(--ct-primary-dark,#2368ad)}.rdx-home-attention__body{flex:1 1;min-width:0}.rdx-home-attention__body strong{display:block;color:var(--cp-text,#0f172a);font-size:.875rem;font-weight:650}.rdx-home-attention__body em{display:block;margin-top:.1rem;color:var(--cp-muted,#64748b);font-size:.75rem;font-style:normal}.rdx-home-attention__arrow{color:var(--cp-muted,#64748b);flex-shrink:0}.rdx-home-funnel{display:grid;grid-gap:.85rem;gap:.85rem}.rdx-home-funnel__meta{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;color:var(--cp-muted,#64748b);font-size:.75rem;font-weight:650}.rdx-home-funnel__meta strong{color:var(--cp-text,#0f172a);font-size:.875rem;font-weight:700}.rdx-home-funnel__meta small{margin-left:.4rem;color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:600}.rdx-home-funnel__track{height:.4rem;overflow:hidden;border-radius:999px;background:#e8eef5}.rdx-home-funnel__bar{height:100%;border-radius:inherit;transition:width .45s cubic-bezier(.22,1,.36,1)}.rdx-home-funnel__bar--brand{background:var(--ct-primary,#2d82d8)}.rdx-home-funnel__bar--soft{background:#5aa0e0}.rdx-home-funnel__bar--indigo{background:#4f7cff}.rdx-home-funnel__bar--amber{background:#f59e0b}.rdx-home-funnel__bar--green{background:#10b981}.rdx-home-activity,.rdx-home-people,.rdx-home-roles{list-style:none;margin:0;padding:0;display:grid;grid-gap:.55rem;gap:.55rem}.rdx-home-people>li{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--cp-border,#f1f5f9)}.rdx-home-people>li:last-child{border-bottom:none;padding-bottom:0}.rdx-home-people__avatar{display:inline-flex;width:2.15rem;height:2.15rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:var(--ct-primary-soft,#e8f2fc);color:var(--ct-primary-dark,#2368ad);font-size:.7rem;font-weight:700}.rdx-home-people__meta{flex:1 1;min-width:0}.rdx-home-people__meta strong{display:block;color:var(--cp-text,#0f172a);font-size:.875rem;font-weight:650}.rdx-home-people__meta em{display:block;overflow:hidden;color:var(--cp-muted,#64748b);font-size:.75rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.rdx-home-people__side{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.4rem}.rdx-home-activity>li{display:flex;gap:.7rem;padding:.55rem 0;border-bottom:1px solid var(--cp-border,#f1f5f9)}.rdx-home-activity>li:last-child{border-bottom:none}.rdx-home-activity__icon{display:inline-flex;width:1.85rem;height:1.85rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;background:var(--ct-primary-soft,#e8f2fc);color:var(--ct-primary-dark,#2368ad)}.rdx-home-activity p{margin:0;color:var(--cp-text,#0f172a);font-size:.84rem;font-weight:550;line-height:1.4}.rdx-home-activity time{display:inline-flex;align-items:center;gap:.25rem;margin-top:.2rem;color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:600}.rdx-home-roles__meta{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.3rem}.rdx-home-roles__meta strong{overflow:hidden;color:var(--cp-text,#0f172a);font-size:.84rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.rdx-home-roles__meta span{color:var(--cp-muted,#64748b);font-size:.75rem;font-weight:700}.rdx-home-roles__track{height:.35rem;overflow:hidden;border-radius:999px;background:#e8eef5}.rdx-home-roles__track>div{height:100%;border-radius:inherit;background:var(--ct-primary,#2d82d8)}.rdx-home-panel--roles{grid-column:1/-1}.rdx-home-empty{display:grid;justify-items:center;grid-gap:.4rem;gap:.4rem;padding:1.75rem 1rem;color:var(--cp-muted,#64748b);text-align:center}.rdx-home-empty p{margin:0;font-size:.875rem;font-weight:550}.rdx-home-empty a{color:var(--ct-primary,#2d82d8);font-size:.8rem;font-weight:650}.rdx-home-skillcheck{margin-top:.15rem}.rdx-home-skillcheck__eyebrow{margin:0 0 .2rem;color:var(--ct-primary,#2d82d8);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.rdx-home-skillcheck__actions{display:flex;flex-wrap:wrap;gap:.5rem}.rdx-home-skillcheck__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin-bottom:.85rem}.rdx-home-skillcheck__stats>div{display:grid;grid-gap:.2rem;gap:.2rem;justify-items:start;padding:.75rem .85rem;border-radius:.75rem;background:#f8fbff;border:1px solid var(--cp-border,#e2e8f0);color:var(--ct-primary-dark,#2368ad)}.rdx-home-skillcheck__stats strong{color:var(--cp-text,#0f172a);font-size:1.15rem;font-weight:750;letter-spacing:-.02em}.rdx-home-skillcheck__stats span{color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:650}.rdx-home-skillcheck__links{display:flex;flex-wrap:wrap;gap:.85rem}.rdx-home-skillcheck__links a{color:var(--ct-primary,#2d82d8);font-size:.8rem;font-weight:650;text-decoration:none}.rdx-home-skillcheck__links a:hover{text-decoration:underline}.rdx-home--desk{display:grid;grid-gap:1.25rem;gap:1.25rem;padding:.25rem 0 1.5rem;color:#505050;min-width:0;width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box;animation:none}@keyframes rdx-desk-rise{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:none}}@keyframes rdx-desk-fade{0%{opacity:0}to{opacity:1}}@keyframes rdx-desk-scale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes rdx-chart-line-draw{to{stroke-dashoffset:0}}@keyframes rdx-chart-area-in{0%{opacity:0}to{opacity:.14}}@keyframes rdx-bar-grow-y{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes rdx-bar-grow-x{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.rdx-home--desk>.rdx-home-desk-top{animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) both}.rdx-home--desk>.rdx-home-charts{animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) 80ms both}.rdx-home--desk>.rdx-home-main{animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) both}.rdx-home--desk>.rdx-home-main:first-of-type{animation-delay:.14s}.rdx-home--desk>.rdx-home-main:nth-of-type(2){animation-delay:.2s}.rdx-home--desk>.rdx-home-panel.rdx-home-skillcheck--desk,.rdx-home--desk>.rdx-home-skillcheck--desk{animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) .26s both}.rdx-home-welcome__avatar,.rdx-home-welcome__visual .rdx-profile-avatar--welcome{animation:rdx-desk-scale .64s cubic-bezier(.22,1,.36,1) .12s both}.rdx-home-welcome__greeting{animation:rdx-desk-fade .52s ease .18s both}.rdx-home-welcome__body{animation:rdx-desk-fade .52s ease .24s both}.rdx-home-metrics__card{animation:rdx-desk-rise .48s cubic-bezier(.22,1,.36,1) both}.rdx-home-metrics__card:first-child{animation-delay:.2s}.rdx-home-metrics__card:nth-child(2){animation-delay:.26s}.rdx-home-metrics__card:nth-child(3){animation-delay:.32s}.rdx-home-metrics__card:nth-child(4){animation-delay:.38s}.rdx-home-chart-panel{animation:rdx-desk-rise .52s cubic-bezier(.22,1,.36,1) both}.rdx-home-charts__grid .rdx-home-chart-panel:first-child{animation-delay:.12s}.rdx-home-charts__grid .rdx-home-chart-panel:nth-child(2){animation-delay:.18s}.rdx-home-charts__grid .rdx-home-chart-panel:nth-child(3){animation-delay:.24s}.rdx-home-charts__grid .rdx-home-chart-panel:nth-child(4){animation-delay:.3s}.rdx-home-chart__sparkline-line{stroke-dasharray:1200;stroke-dashoffset:1200;animation:rdx-chart-line-draw 1.05s cubic-bezier(.22,1,.36,1) .35s forwards}.rdx-home-chart__sparkline-area{opacity:0;animation:rdx-chart-area-in .7s ease .45s forwards}.rdx-home-chart__vbar-fill{transform-origin:bottom center;animation:rdx-bar-grow-y .62s cubic-bezier(.22,1,.36,1) both}.rdx-home-chart__vbar:first-child .rdx-home-chart__vbar-fill{animation-delay:.4s}.rdx-home-chart__vbar:nth-child(2) .rdx-home-chart__vbar-fill{animation-delay:.48s}.rdx-home-chart__vbar:nth-child(3) .rdx-home-chart__vbar-fill{animation-delay:.56s}.rdx-home-chart__vbar:nth-child(4) .rdx-home-chart__vbar-fill{animation-delay:.64s}.rdx-home-chart__vbar:nth-child(5) .rdx-home-chart__vbar-fill{animation-delay:.72s}.rdx-home-chart__vbar:nth-child(6) .rdx-home-chart__vbar-fill{animation-delay:.8s}.rdx-home-chart__vbar:nth-child(7) .rdx-home-chart__vbar-fill{animation-delay:.88s}.rdx-home-chart__hbar-fill{display:block;height:100%;border-radius:999px;min-width:0;transform-origin:left center;animation:rdx-bar-grow-x .62s cubic-bezier(.22,1,.36,1) both}.rdx-home-chart__hbars li:first-child .rdx-home-chart__hbar-fill{animation-delay:.35s}.rdx-home-chart__hbars li:nth-child(2) .rdx-home-chart__hbar-fill{animation-delay:.45s}.rdx-home-chart__hbars li:nth-child(3) .rdx-home-chart__hbar-fill{animation-delay:.55s}.rdx-home-chart__hbars li:nth-child(4) .rdx-home-chart__hbar-fill{animation-delay:.65s}.rdx-home-chart__hbars li:nth-child(5) .rdx-home-chart__hbar-fill{animation-delay:.75s}.rdx-home--desk .rdx-home-metrics__card{transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .16s ease,box-shadow .2s ease}.rdx-home--desk .rdx-home-metrics__card:hover{transform:translateY(-3px)}.rdx-home--desk .rdx-home-btn{transition:transform .18s cubic-bezier(.22,1,.36,1),background .15s ease,border-color .15s ease,box-shadow .2s ease}.rdx-home--desk .rdx-home-btn--primary:hover{box-shadow:0 6px 16px rgba(45,130,216,.28)}.rdx-home--desk .rdx-home-btn:hover{transform:translateY(-1px)}.rdx-home--desk .rdx-home-btn:active{transform:translateY(0)}.rdx-home--desk .rdx-home-panel__link svg{transition:transform .2s cubic-bezier(.22,1,.36,1)}.rdx-home--desk .rdx-home-panel__link:hover svg{transform:translateX(3px)}.rdx-home-attention>li{animation:rdx-desk-fade .42s ease both}.rdx-home-attention>li:first-child{animation-delay:.32s}.rdx-home-attention>li:nth-child(2){animation-delay:.38s}.rdx-home-attention>li:nth-child(3){animation-delay:.44s}.rdx-home-attention>li:nth-child(4){animation-delay:.5s}.rdx-home-attention__row{transition:background .15s ease,border-color .15s ease,transform .22s cubic-bezier(.22,1,.36,1)}.rdx-home-attention__row:hover{transform:translateX(3px)}.rdx-home-attention__arrow{transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .2s ease;opacity:.55}.rdx-home-attention__row:hover .rdx-home-attention__arrow{transform:translateX(4px);opacity:1}.rdx-home-people>li{animation:rdx-desk-fade .4s ease both}.rdx-home-people>li:first-child{animation-delay:.28s}.rdx-home-people>li:nth-child(2){animation-delay:.34s}.rdx-home-people>li:nth-child(3){animation-delay:.4s}.rdx-home-people>li:nth-child(4){animation-delay:.46s}.rdx-home-people>li:nth-child(5){animation-delay:.52s}.rdx-home-people>li:nth-child(6){animation-delay:.58s}.rdx-home-funnel--desk .rdx-home-funnel__bar{transform-origin:left center;transition:width .9s cubic-bezier(.22,1,.36,1)}.rdx-home-funnel--desk .rdx-home-funnel__row:first-child .rdx-home-funnel__bar{transition-delay:.1s}.rdx-home-funnel--desk .rdx-home-funnel__row:nth-child(2) .rdx-home-funnel__bar{transition-delay:.18s}.rdx-home-funnel--desk .rdx-home-funnel__row:nth-child(3) .rdx-home-funnel__bar{transition-delay:.26s}.rdx-home-funnel--desk .rdx-home-funnel__row:nth-child(4) .rdx-home-funnel__bar{transition-delay:.34s}.rdx-home-funnel--desk .rdx-home-funnel__row:nth-child(5) .rdx-home-funnel__bar{transition-delay:.42s}.rdx-home--desk .rdx-home-panel{transition:box-shadow .22s ease,border-color .2s ease}.rdx-home--desk .rdx-home-panel:hover{box-shadow:0 8px 24px rgba(15,23,42,.04)}@media (prefers-reduced-motion:reduce){.rdx-home--desk,.rdx-home--desk *,.rdx-home--desk :after,.rdx-home--desk :before{animation:none!important;transition-duration:.01ms!important}.rdx-home--desk .rdx-home-btn:hover,.rdx-home--desk .rdx-home-metrics__card:hover,.rdx-home-attention__row:hover{transform:none}}.rdx-home-desk-top{grid-template-columns:minmax(0,1000fr) minmax(0,524fr);grid-gap:26px;gap:26px;align-items:stretch}.rdx-home-desk-top,.rdx-home-welcome{display:grid;min-width:0;min-height:0}.rdx-home-welcome{grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto 1fr;grid-column-gap:48px;column-gap:48px;grid-row-gap:0;row-gap:0;padding:40px 36px 32px 48px;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;box-sizing:border-box;height:100%}.rdx-home-welcome--skel{height:280px;min-height:280px;border-radius:2px}.rdx-home-welcome__visual{grid-row:1/span 2;align-self:start;display:flex;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.rdx-home-welcome__visual,.rdx-profile-avatar{position:relative;flex-shrink:0;overflow:visible}.rdx-profile-avatar{border-radius:999px}.rdx-profile-avatar__trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:none;background:transparent;cursor:pointer;border-radius:inherit;overflow:hidden}.rdx-profile-avatar__trigger:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(45,130,216,.35)}.rdx-profile-avatar__trigger:disabled{cursor:wait;opacity:.85}.rdx-profile-avatar__img,.rdx-profile-avatar__initials{display:block;width:100%;height:100%;border-radius:999px;object-fit:cover}.rdx-profile-avatar__frame{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.rdx-profile-avatar--repositionable .rdx-profile-avatar__frame{cursor:-webkit-grab;cursor:grab;touch-action:none}.rdx-profile-avatar--dragging .rdx-profile-avatar__frame{cursor:-webkit-grabbing;cursor:grabbing}.rdx-profile-avatar__trigger--empty{width:100%;height:100%}.rdx-profile-avatar__initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d82d8,#1d4f8c);color:#fff;font-weight:700;letter-spacing:.02em}.rdx-profile-avatar--sm{width:2.25rem;height:2.25rem}.rdx-profile-avatar--sm .rdx-profile-avatar__initials{font-size:.72rem}.rdx-profile-avatar--md{width:3rem;height:3rem}.rdx-profile-avatar--md .rdx-profile-avatar__initials{font-size:.95rem}.rdx-profile-avatar--lg{width:4.5rem;height:4.5rem}.rdx-profile-avatar--lg .rdx-profile-avatar__initials{font-size:1.35rem}.rdx-home-welcome__visual .rdx-profile-avatar--welcome,.rdx-profile-avatar--welcome{width:6.5rem;height:6.5rem;border-radius:2px;aspect-ratio:1/1}.rdx-home-welcome__visual .rdx-profile-avatar--welcome{background:#d9d9d9;overflow:hidden;box-shadow:0 0 0 1px rgba(118,118,118,.12)}.rdx-home-welcome__visual .rdx-profile-avatar__img,.rdx-home-welcome__visual .rdx-profile-avatar__initials,.rdx-home-welcome__visual .rdx-profile-avatar__trigger{border-radius:2px}.rdx-home-welcome__visual .rdx-profile-avatar__img{width:100%;height:100%;object-fit:cover;border-radius:2px}.rdx-home-welcome__visual .rdx-profile-avatar__frame{border-radius:2px}.rdx-home-welcome__visual .rdx-profile-avatar__initials{background:#d9d9d9;color:#2d82d8;font-size:2rem;font-weight:700;letter-spacing:-.02em}.rdx-home-welcome__visual .rdx-profile-avatar__error{position:absolute;left:50%;bottom:-1.75rem;transform:translateX(-50%);max-width:12rem;white-space:normal}.rdx-profile-avatar--welcome .rdx-profile-avatar__initials{font-size:2rem}.rdx-profile-avatar--editable .rdx-profile-avatar__edit{position:absolute;right:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:1px solid rgba(45,130,216,.25);border-radius:999px;background:#fff;color:#2d82d8;box-shadow:0 2px 6px rgba(15,23,42,.12);cursor:pointer}.rdx-profile-avatar__hint{position:absolute;left:50%;bottom:-1.35rem;transform:translateX(-50%);margin:0;color:#64748b;font-size:.65rem;line-height:1.2;white-space:nowrap;pointer-events:none}.rdx-profile-avatar--welcome.rdx-profile-avatar--editable .rdx-profile-avatar__edit,.rdx-profile-avatar__remove{width:1.75rem;height:1.75rem}.rdx-profile-avatar__remove{position:absolute;top:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(180,35,24,.2);border-radius:999px;background:#fff;color:#b42318;box-shadow:0 2px 6px rgba(15,23,42,.12);cursor:pointer}.rdx-profile-avatar__remove:disabled{cursor:wait;opacity:.7}.rdx-profile-avatar__remove:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(180,35,24,.25)}.rdx-profile-avatar--welcome.rdx-profile-avatar--editable .rdx-profile-avatar__remove{width:1.75rem;height:1.75rem}.rdx-profile-avatar--uploading .rdx-profile-avatar__edit{opacity:.5}.rdx-profile-avatar__input{display:none}.rdx-profile-avatar__error{margin:.35rem 0 0;max-width:8rem;color:#b42318;font-size:.7rem;line-height:1.3;text-align:center}.rdx-home-welcome__avatar{display:none}.rdx-home-welcome__greeting{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:8px;text-align:right;margin-bottom:24px}.rdx-home-welcome__eyebrow{font-size:25px;letter-spacing:0}.rdx-home-welcome__date,.rdx-home-welcome__eyebrow{margin:0;color:#505050;font-weight:500;text-transform:capitalize;line-height:normal}.rdx-home-welcome__date{font-size:16px}.rdx-home-welcome__body{grid-column:2;grid-row:2;padding-top:0;min-width:0}.rdx-home-welcome__title{margin:0;color:#505050;font-size:32px;font-weight:600;line-height:normal;text-transform:capitalize}.rdx-home-welcome__lede{margin:16px 0 0;max-width:368px;color:#505050;font-size:16px;font-weight:500;line-height:25px;text-transform:capitalize}.rdx-home-welcome__actions{display:flex;flex-wrap:wrap;gap:42px;margin-top:24px}.rdx-home-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:173px;height:40px;padding:10px 16px;border-radius:2px;font-size:14px;font-weight:600;text-decoration:none;box-sizing:border-box;transition:background .15s ease,border-color .15s ease,color .15s ease}.rdx-home-btn--primary{background:#2d82d8;color:#fff;border:1px solid #2d82d8}.rdx-home-btn--primary:hover{background:#2368ad;border-color:#2368ad}.rdx-home-btn--secondary{background:#f8fafc;color:#505050;border:1px solid #e2e8f0}.rdx-home-btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.rdx-home-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:17px 24px;gap:17px 24px;width:100%;max-width:524px;height:417px;min-height:417px;min-width:0;box-sizing:border-box}.rdx-home-metrics__card{display:flex;flex-direction:column;justify-content:space-between;gap:0;padding:38px;height:195px;min-height:195px;max-height:195px;min-width:0;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;text-decoration:none;color:#505050;box-sizing:border-box;transition:border-color .16s ease,box-shadow .16s ease}.rdx-home-charts{min-width:0}.rdx-home-charts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;min-width:0}.rdx-home-chart-panel{min-width:0}.rdx-home-chart-panel--compact .rdx-home-chart__body{min-height:8rem}.rdx-home-chart__body{display:flex;flex-direction:column;gap:.85rem;min-height:11rem;min-width:0}.rdx-home-chart__body--list{min-height:10rem}.rdx-home-chart__sparkline{display:block;width:100%;height:7.5rem;min-height:6rem}.rdx-home-chart__vbars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.45rem;gap:.45rem;align-items:end;height:4.5rem;min-width:0}.rdx-home-chart__vbar{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.35rem;height:100%;min-width:0}.rdx-home-chart__vbar-fill{display:block;width:100%;max-width:2rem;min-height:2px;border-radius:2px 2px 0 0;transition:height .2s ease}.rdx-home-chart__vbar em{font-size:.68rem;font-style:normal;font-weight:600;color:#767676;text-transform:capitalize}.rdx-home-chart__hbars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.rdx-home-chart__hbar-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;font-size:.82rem;color:#505050}.rdx-home-chart__hbar-head span{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rdx-home-chart__hbar-head strong{font-size:.82rem;font-weight:700;color:#505050}.rdx-home-chart__hbar-track{height:6px;border-radius:999px;background:rgba(118,118,118,.12);overflow:hidden}.rdx-home-chart__hbar-track span{display:block;height:100%;border-radius:999px;min-width:0;transition:width .2s ease}.rdx-home-chart__empty{margin:0;padding:1.5rem 0;color:#767676;font-size:.9rem;text-align:center}.rdx-home-metrics__card--skel{min-height:195px;height:195px}.rdx-home-metrics__card:hover{border-color:rgba(45,130,216,.35);box-shadow:0 4px 14px rgba(15,23,42,.06)}.rdx-home-metrics__card strong{font-size:50px;font-weight:600;line-height:1;letter-spacing:-.02em}.rdx-home-metrics__card span{font-size:20px;font-weight:500;text-transform:capitalize;line-height:normal}.rdx-home--desk .rdx-home-main{min-width:0;gap:1rem}.rdx-home--desk .rdx-home-panel{border-radius:2px;border-color:rgba(118,118,118,.15);padding:1.25rem 1.35rem 1.35rem;min-width:0}.rdx-home--desk .rdx-home-panel--skel{min-height:16rem}.rdx-home--desk .rdx-home-panel__head{flex-wrap:wrap;align-items:flex-start;gap:.5rem 1rem}.rdx-home--desk .rdx-home-panel__head>div:first-child{flex:1 1 12rem;min-width:0}.rdx-home--desk .rdx-home-panel__head h2{font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:600;color:#505050;text-transform:capitalize}.rdx-home--desk .rdx-home-panel__head p{font-size:clamp(.875rem,1.4vw,1rem);font-weight:500;color:#505050;line-height:1.55;text-transform:capitalize}.rdx-home-panel__head--ruled{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(118,118,118,.2)}.rdx-home--desk .rdx-home-panel__link{flex-shrink:0;font-size:clamp(.875rem,1.3vw,1rem);font-weight:600;text-transform:capitalize;margin-left:auto}.rdx-home--desk .rdx-home-empty{padding:2.5rem 1rem}.rdx-home--desk .rdx-home-empty p{color:rgba(80,80,80,.5)}.rdx-home--desk .rdx-home-empty a,.rdx-home--desk .rdx-home-empty p{font-size:.875rem;font-weight:500;text-transform:capitalize}.rdx-home-empty__icon{color:rgba(80,80,80,.45)}.rdx-home-funnel--desk .rdx-home-funnel__label-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;font-size:.875rem;font-weight:500;text-transform:capitalize}.rdx-home-funnel--desk .rdx-home-funnel__label-row strong{font-size:.875rem;font-weight:700;color:#505050}.rdx-home-funnel--desk .rdx-home-funnel__track{height:7px;border-radius:3.5px;background:#f1f1f1}.rdx-home-funnel--desk .rdx-home-funnel__bar--applied{background:#e80c04}.rdx-home-funnel--desk .rdx-home-funnel__bar--screening{background:#d8802d}.rdx-home-funnel--desk .rdx-home-funnel__bar--interview{background:#2d30d8}.rdx-home-funnel--desk .rdx-home-funnel__bar--offer{background:#2dd8cf}.rdx-home-funnel--desk .rdx-home-funnel__bar--hired{background:#44d82d}.rdx-home-skillcheck--desk{grid-column:1/-1}.rdx-home-skillcheck__head{align-items:flex-start}.rdx-home-skillcheck__head-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem 1rem}.rdx-home-skillcheck--desk .rdx-home-skillcheck__eyebrow{margin:0;color:#505050;font-size:1rem;font-weight:500;letter-spacing:0;text-transform:uppercase}.rdx-home-skillcheck__sync{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid #e2e8f0;border-radius:2px;background:#f8fafc;color:#505050;cursor:pointer}.rdx-home-skillcheck__sync:disabled{opacity:.55;cursor:not-allowed}.rdx-home-skillcheck--desk .rdx-home-skillcheck__stats>div{border-radius:2px;background:#f8fafc;border-color:#e2e8f0}@media (max-width:1200px){.rdx-home-desk-top{grid-template-columns:minmax(0,1fr) minmax(280px,524fr);gap:20px}.rdx-home-welcome{padding:36px 32px 28px 40px;column-gap:36px;height:auto;min-height:0;max-height:none}.rdx-home-metrics{max-width:none;height:auto;min-height:0}.rdx-home-metrics__card{height:auto;min-height:170px;max-height:none;padding:28px 32px}.rdx-home-metrics__card strong{font-size:42px}.rdx-home-metrics__card span{font-size:18px}}@media (max-width:1024px){.rdx-home-desk-top{grid-template-columns:1fr;gap:20px}.rdx-home-welcome{grid-template-columns:auto minmax(0,1fr);column-gap:28px;padding:28px 24px 24px 32px;min-height:0}.rdx-home-welcome__eyebrow{font-size:20px}.rdx-home-welcome__title{font-size:28px}.rdx-home-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:none}.rdx-home-metrics__card{min-height:150px;padding:24px 28px}.rdx-home-metrics__card strong{font-size:36px}.rdx-home-charts__grid{grid-template-columns:1fr}}@media (max-width:900px){.rdx-home-welcome{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;height:auto;min-height:0;padding:28px 24px 24px}.rdx-home-welcome__visual{grid-row:auto;margin:0}.rdx-home-welcome__greeting{grid-column:1;align-items:flex-start;text-align:left;margin-bottom:16px}.rdx-home-welcome__body{grid-column:1}.rdx-home-welcome__lede{max-width:none}.rdx-home-welcome__actions{gap:16px}.rdx-home-welcome__actions .rdx-home-btn{width:auto;min-width:9rem;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px)}.rdx-home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.rdx-home-charts__grid{gap:.85rem}.rdx-home--desk .rdx-home-panel__link{margin-left:0}}@media (max-width:768px){.rdx-home--desk{gap:1rem;padding-bottom:1rem}.rdx-home-welcome__eyebrow{font-size:1.05rem}.rdx-home-welcome__date{font-size:.9rem}.rdx-home-welcome__actions{margin-top:1rem}.rdx-home-welcome__actions .rdx-home-btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.35rem);min-width:9rem}.rdx-home--desk .rdx-home-panel{padding:1rem 1.1rem 1.15rem}.rdx-home--desk .rdx-home-panel__head{flex-direction:column;align-items:stretch}.rdx-home--desk .rdx-home-panel__link{align-self:flex-start}.rdx-home-people>li{flex-wrap:wrap;gap:.65rem;padding:.75rem 0}.rdx-home-people__meta{flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 3rem);min-width:0}.rdx-home-people__side{width:100%;justify-content:flex-start;flex-wrap:wrap}.rdx-home-attention__row{padding:.7rem .75rem}.rdx-home-skillcheck__head{flex-direction:column;align-items:stretch}.rdx-home-skillcheck__head-actions{justify-content:flex-start;width:100%}.rdx-home-skillcheck__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.rdx-home-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rdx-home-metrics__card{min-height:140px;padding:20px 24px}.rdx-home-metrics__card strong{font-size:32px}.rdx-home-metrics__card span{font-size:16px}.rdx-home-welcome__visual .rdx-profile-avatar--welcome{width:5.5rem;height:5.5rem}.rdx-home-welcome__visual .rdx-profile-avatar__initials{font-size:1.75rem}.rdx-home-people__side .rdx-bi-status{display:none}.rdx-home-people__side .rdx-bi-btn{flex:1 1 auto}}@media (max-width:480px){.rdx-home-welcome__actions{flex-direction:column}.rdx-home-metrics{grid-template-columns:1fr}.rdx-home-metrics__card{min-height:120px}.rdx-home-welcome__actions .rdx-home-btn{width:100%;flex:1 1 auto}.rdx-home-skillcheck__stats{grid-template-columns:1fr}.rdx-home-skillcheck__links{flex-direction:column;gap:.5rem}.rdx-home--desk .rdx-home-empty{padding:1.75rem .75rem}}@media (max-width:980px){.rdx-home-kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.rdx-home-main{grid-template-columns:1fr}.rdx-home-skillcheck__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.rdx-home-hero{padding:1.25rem}.rdx-home-hero__aside{display:none}.rdx-home-kpi{grid-template-columns:1fr}}body.app-theme-dark .rdx-home-hero,body.app-theme-dim .rdx-home-hero{background:radial-gradient(ellipse 70% 90% at 100% 0,rgba(45,130,216,.18),transparent 55%),var(--cp-surface)}body.app-theme-dark .rdx-home-attention__row,body.app-theme-dark .rdx-home-kpi__item,body.app-theme-dark .rdx-home-panel,body.app-theme-dark .rdx-home-skillcheck__stats>div,body.app-theme-dim .rdx-home-attention__row,body.app-theme-dim .rdx-home-kpi__item,body.app-theme-dim .rdx-home-panel,body.app-theme-dim .rdx-home-skillcheck__stats>div{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .rdx-home-funnel__track,body.app-theme-dark .rdx-home-roles__track,body.app-theme-dim .rdx-home-funnel__track,body.app-theme-dim .rdx-home-roles__track{background:var(--cp-surface-2)}.rdx-page-jobs{width:100%;min-width:0;color:#505050}.rdx-jobs-desk--skel{min-height:28rem;border-radius:2px}.rdx-jobs-desk__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1rem}.rdx-jobs-desk__title-block{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem;min-width:0}.rdx-jobs-desk__title{margin:0;font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#505050}.rdx-jobs-desk__usage{display:flex;flex-direction:column;gap:.35rem;min-width:12rem}.rdx-jobs-desk__usage span{font-size:.8125rem;font-weight:500;color:rgba(80,80,80,.78)}.rdx-jobs-desk__usage-bar{height:4px;border-radius:2px;background:#e2e8f0;overflow:hidden}.rdx-jobs-desk__usage-bar span{display:block;height:100%;border-radius:2px;background:#22c55e;transition:width .4s ease}.rdx-jobs-desk__header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.rdx-jobs-desk__limit-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;padding:.9rem 1.1rem;margin-bottom:1rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#f8fafc;color:#505050;font-size:.875rem;line-height:1.45}.rdx-jobs-desk__limit-banner p{margin:0;flex:1 1 16rem}.rdx-jobs-desk__limit-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}.rdx-jobs-desk__plan-note{margin-bottom:1rem}.rdx-jobs-desk__alert{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid #fecaca;border-radius:2px;background:#fef2f2;color:#b91c1c;font-size:.875rem}.rdx-desk-notice{display:flex;align-items:center;gap:.5rem}.rdx-desk-notice>span{flex:1 1;min-width:0}.rdx-desk-notice__close{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;margin-left:auto;padding:0;border:none;border-radius:2px;background:transparent;color:inherit;opacity:.72;cursor:pointer;flex-shrink:0}.rdx-desk-notice__close:hover{opacity:1;background:rgba(0,0,0,.06)}.rdx-jobs-desk__panel{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;overflow:hidden;animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) both}.rdx-jobs-desk__tabs-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem .75rem;border-bottom:1px solid rgba(118,118,118,.12);background:#fff}.rdx-jobs-desk__tabs{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:0;border-bottom:none;background:transparent}.rdx-jobs-desk__tabs-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.rdx-jobs-desk__settings-btn{display:inline-grid;place-items:center;width:2rem;height:2rem;border:none;background:transparent;color:#505050;text-decoration:none;border-radius:2px;transition:background .15s ease,color .15s ease}.rdx-jobs-desk__settings-btn:hover{background:rgba(45,130,216,.08);color:#2d82d8}.rdx-jobs-desk__import-btn{display:inline-flex;align-items:center;gap:.35rem;height:2rem;padding:0 .65rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;color:#505050;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.rdx-jobs-desk__import-btn:hover{background:#f8fafc;border-color:#cbd5e1}.rdx-jobs-desk__tab{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border:none;border-radius:2px;margin-bottom:0;background:transparent;color:#505050;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.rdx-jobs-desk__tab span{font-size:.8125rem;font-weight:600;color:rgba(80,80,80,.55)}.rdx-jobs-desk__tab:hover{color:#2d82d8}.rdx-jobs-desk__tab--active{color:#fff;background:#2d82d8;box-shadow:0 2px 7.2px rgba(0,0,0,.07)}.rdx-jobs-desk__tab--active span{color:rgba(255,255,255,.85)}.rdx-jobs-desk__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1.25rem;border-bottom:1px solid rgba(118,118,118,.1);background:#fafbfc}.rdx-jobs-desk__toolbar-left,.rdx-jobs-desk__toolbar-right{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.rdx-jobs-desk__search{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 14rem;max-width:22rem;padding:0 .75rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;min-height:38px}.rdx-jobs-desk__search svg{flex-shrink:0;color:rgba(80,80,80,.5)}.rdx-jobs-desk__search input{width:100%;min-width:0;border:none;background:transparent;font-size:.875rem;font-weight:500;color:#505050;outline:none}.rdx-jobs-desk__search input::placeholder{color:#94a3b8}.rdx-jobs-desk__filters-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;color:#505050;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease}.rdx-jobs-desk__filters-btn--active,.rdx-jobs-desk__filters-btn:hover{border-color:rgba(45,130,216,.35);background:#f0f7ff;color:#2d82d8}.rdx-jobs-desk__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .25rem;border-radius:999px;background:#2d82d8;color:#fff;font-size:.68rem;font-weight:700;line-height:1}.rdx-jobs-desk__filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:.75rem 1rem;gap:.75rem 1rem;padding:.85rem 1.25rem;border-bottom:1px solid rgba(118,118,118,.1);background:#fff}.rdx-jobs-desk__filter-panel label{display:flex;flex-direction:column;gap:.35rem;font-size:.75rem;font-weight:600;color:rgba(80,80,80,.72)}.rdx-jobs-desk__filter-panel select{min-height:36px;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;font-size:.8125rem;color:#505050}.rdx-jobs-desk__chips{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.65rem 1.25rem;border-bottom:1px solid rgba(118,118,118,.08);background:#fff}.rdx-jobs-desk__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border:1px solid #e2e8f0;border-radius:2px;background:#f8fafc;color:#505050;font-size:.75rem;font-weight:600;cursor:pointer}.rdx-jobs-desk__chip:hover{background:#f1f5f9}.rdx-jobs-desk__chips-clear{border:none;background:transparent;color:#2d82d8;font-size:.75rem;font-weight:600;cursor:pointer}.rdx-jobs-desk__chips-clear:hover{text-decoration:underline}.rdx-jobs-desk__body{min-width:0}.rdx-jobs-desk__empty{padding:2rem 1.25rem 2.5rem}.rdx-jobs-desk-table-wrap{overflow-x:auto}.rdx-jobs-desk-table{width:100%;min-width:960px;border-collapse:collapse;font-size:.8125rem}.rdx-jobs-desk-table thead th{padding:.85rem .75rem;border-bottom:1px solid rgba(118,118,118,.12);background:#fff;color:#505050;font-size:1rem;font-weight:600;letter-spacing:0;text-transform:none;text-align:left;white-space:nowrap}.rdx-jobs-desk-table__location,.rdx-jobs-desk-table__new-applicants{font-size:.9375rem;font-weight:500;color:#505050}.rdx-jobs-desk-table tbody tr{animation:rdx-desk-rise .48s cubic-bezier(.22,1,.36,1) both;transition:background .15s ease}.rdx-jobs-desk-table tbody tr:hover{background:#f8fafc}.rdx-jobs-desk-table tbody td{padding:.75rem;border-bottom:1px solid rgba(118,118,118,.08);vertical-align:middle;color:#505050}.rdx-jobs-desk-table__check{width:2.5rem;text-align:center}.rdx-jobs-desk-table__check input{width:15px;height:15px;accent-color:#2d82d8;cursor:pointer}.rdx-jobs-desk-table__job{min-width:12rem;max-width:16rem}.rdx-jobs-desk-table__title{display:block;color:#2d82d8;font-size:.875rem;font-weight:700;line-height:1.35;text-decoration:none}.rdx-jobs-desk-table__title:hover{text-decoration:underline}.rdx-jobs-desk-table__meta{margin:.2rem 0 0;font-size:.75rem;font-weight:500;color:rgba(80,80,80,.68);line-height:1.4}.rdx-jobs-desk-table__note{display:flex;align-items:flex-start;gap:.35rem;margin:.35rem 0 0;font-size:.72rem;font-weight:500;line-height:1.4;color:#b45309}.rdx-jobs-desk-table__pending{display:block;margin-top:.25rem;font-size:.7rem;font-weight:600;color:rgba(80,80,80,.6)}.rdx-jobs-desk-status{font-size:.72rem}.rdx-jobs-desk-table__candidates strong{font-size:.875rem;font-weight:700;color:#505050}.rdx-jobs-desk-person{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.rdx-jobs-desk-person--empty{color:rgba(80,80,80,.5)}.rdx-jobs-desk-person__avatar{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.62rem;font-weight:700;flex-shrink:0}.rdx-jobs-desk-person__name{font-size:.8125rem;font-weight:500;color:#505050;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:7.5rem}.rdx-jobs-desk-table__days{font-weight:600;color:#505050}.rdx-jobs-desk-table__activity{font-size:.75rem;font-weight:500;color:rgba(80,80,80,.78);max-width:9rem}.rdx-jobs-desk-table__actions,.rdx-jobs-desk-table__actions-head{width:3rem;text-align:center}.rdx-jobs-desk-menu{position:relative;display:inline-flex}.rdx-jobs-desk-menu__trigger{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid transparent;border-radius:2px;background:transparent;color:#505050;cursor:pointer;transition:background .15s ease,border-color .15s ease}.rdx-jobs-desk-menu__trigger:hover{background:#f1f5f9;border-color:#e2e8f0}.rdx-jobs-desk-menu__panel{position:absolute;top:calc(100% + 4px);right:0;z-index:20;min-width:11rem;padding:.35rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12)}.rdx-jobs-desk-menu__item{display:flex;align-items:center;gap:.45rem;width:100%;padding:.45rem .55rem;border:none;border-radius:2px;background:transparent;color:#505050;font-size:.8125rem;font-weight:500;text-decoration:none;cursor:pointer;text-align:left}.rdx-jobs-desk-menu__item:hover:not(:disabled){background:#f8fafc;color:#2d82d8}.rdx-jobs-desk-menu__item:disabled{opacity:.45;cursor:not-allowed}.rdx-jobs-desk-menu__item--danger{color:#dc2626}.rdx-jobs-desk-menu__item--danger:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.rdx-jobs-desk__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1.25rem;border-top:1px solid rgba(118,118,118,.1);background:#fafbfc}.rdx-jobs-desk__pagination p{margin:0;font-size:.8125rem;font-weight:500;color:rgba(80,80,80,.72)}.rdx-jobs-desk__pagination-controls{display:flex;align-items:center;gap:.25rem}.rdx-jobs-desk__page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .35rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;color:#505050;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.rdx-jobs-desk__page-btn:hover:not(:disabled){border-color:rgba(45,130,216,.35);color:#2d82d8}.rdx-jobs-desk__page-btn--active{border-color:#2d82d8;background:#2d82d8;color:#fff}.rdx-jobs-desk__page-btn:disabled{opacity:.4;cursor:not-allowed}.rdx-page-jobs .rdx-home-btn{transition:transform .18s cubic-bezier(.22,1,.36,1),background .15s ease,border-color .15s ease,box-shadow .2s ease}.rdx-page-jobs .rdx-home-btn--primary:hover{box-shadow:0 6px 16px rgba(45,130,216,.28)}.rdx-page-jobs .rdx-home-btn:hover:not(:disabled){transform:translateY(-1px)}.rdx-page-jobs .rdx-home-btn:active:not(:disabled){transform:translateY(0)}.rdx-page-jobs .rdx-home-btn--sm{padding:.4rem .75rem;font-size:.8125rem;min-height:34px}@media (max-width:900px){.rdx-jobs-desk__header-actions{width:100%}.rdx-jobs-desk__header-actions .rdx-home-btn{flex:1 1 auto}.rdx-jobs-desk__tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.rdx-jobs-desk__tab{flex-shrink:0}}@media (max-width:640px){.rdx-jobs-desk__limit-banner{padding:.85rem}.rdx-jobs-desk__pagination,.rdx-jobs-desk__tabs,.rdx-jobs-desk__toolbar{padding-left:.85rem;padding-right:.85rem}}@media (prefers-reduced-motion:reduce){.rdx-page-jobs,.rdx-page-jobs *,.rdx-page-jobs :after,.rdx-page-jobs :before{animation:none!important;transition-duration:.01ms!important}.rdx-page-jobs .rdx-home-btn:hover:not(:disabled){transform:none}}.rdx-jobs-desk__success{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid #bbf7d0;border-radius:2px;background:#ecfdf5;color:#047857;font-size:.875rem}.rdx-jobs-desk-bulk{position:relative;display:inline-flex}.rdx-jobs-desk-bulk__panel{position:absolute;top:calc(100% + 4px);right:0;z-index:25;min-width:12rem;padding:.35rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.12)}.rdx-jobs-desk-bulk__item{display:flex;align-items:center;gap:.45rem;width:100%;padding:.45rem .55rem;border:none;border-radius:2px;background:transparent;color:#505050;font-size:.8125rem;font-weight:500;text-align:left;cursor:pointer}.rdx-jobs-desk-bulk__item .rdx-jobs-desk-bulk__label{flex:1 1}.rdx-jobs-desk-bulk__item:hover:not(:disabled){background:#f8fafc;color:#2d82d8}.rdx-jobs-desk-bulk__item:disabled{opacity:.45;cursor:not-allowed}.rdx-jobs-desk-bulk__count{font-size:.72rem;font-weight:700;color:rgba(80,80,80,.55)}.rdx-jobs-import-modal{width:min(100%,36rem)}.rdx-jobs-import-modal__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.rdx-jobs-import-modal__head h2{margin:0}.rdx-jobs-import-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:2px;background:transparent;color:#505050;cursor:pointer}.rdx-jobs-import-modal__close:hover{background:#f1f5f9}.rdx-jobs-import-modal__desc{margin:0 0 .75rem;font-size:.8125rem;line-height:1.45;color:rgba(80,80,80,.78)}.rdx-jobs-import-modal__template{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.85rem;border:none;background:transparent;color:#2d82d8;font-size:.8125rem;font-weight:600;cursor:pointer}.rdx-jobs-import-modal__template:hover{text-decoration:underline}.rdx-jobs-import-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.rdx-jobs-import-modal__summary{margin-top:.85rem;padding:.75rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#f8fafc;font-size:.8125rem;color:#505050}.rdx-jobs-import-modal__summary p{margin:0}.rdx-jobs-import-modal__summary p+p{margin-top:.35rem}.rdx-jobs-import-modal__summary ul{margin:.5rem 0 0;padding-left:1.1rem;font-size:.78rem}.rdx-jobs-import-modal__errors{color:#b45309}.rdx-jobs-import-modal__error{margin:.75rem 0 0;color:#b91c1c;font-size:.8125rem}.rdx-jobs-import-modal__success{margin:.75rem 0 0;color:#047857;font-size:.8125rem}.rdx-page-applicants{width:100%;min-width:0;color:#505050}.rdx-applicants-desk--skel{min-height:28rem;border-radius:2px}.rdx-applicants-desk__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1rem}.rdx-applicants-desk__summary{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.rdx-applicants-desk__stat{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;color:rgba(80,80,80,.78)}.rdx-applicants-desk__stat strong{font-weight:700;color:#505050}.rdx-applicants-desk__header-actions{display:flex;flex-wrap:wrap;gap:.55rem}.rdx-applicants-desk__alert{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid #fecaca;border-radius:2px;background:#fef2f2;color:#b91c1c;font-size:.875rem}.rdx-applicants-desk__success{margin-bottom:1rem;padding:.75rem 1rem;border:1px solid #bbf7d0;border-radius:2px;background:#ecfdf5;color:#047857;font-size:.875rem}.rdx-applicants-desk__workspace{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;min-width:0}.rdx-applicants-desk__workspace--split{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1rem;align-items:start}.rdx-applicants-desk__panel{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;overflow:hidden;min-width:0;animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) both}.rdx-applicants-desk__tabs{display:flex;flex-wrap:wrap;gap:0;padding:0 1.25rem;border-bottom:1px solid rgba(118,118,118,.12)}.rdx-applicants-desk__tab{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:rgba(80,80,80,.72);font-size:.8125rem;font-weight:600;cursor:pointer}.rdx-applicants-desk__tab span{font-size:.75rem;font-weight:600;color:rgba(80,80,80,.55)}.rdx-applicants-desk__tab--active{color:#2d82d8;border-bottom-color:#2d82d8}.rdx-applicants-desk__tab--active span{color:#2d82d8}.rdx-applicants-desk__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.25rem;border-bottom:1px solid rgba(118,118,118,.1);background:#fafbfc}.rdx-applicants-desk__toolbar-left,.rdx-applicants-desk__toolbar-right{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.rdx-applicants-desk__search{display:flex;align-items:center;gap:.5rem;flex:1 1 14rem;max-width:22rem;min-height:38px;padding:0 .75rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff}.rdx-applicants-desk__search svg{color:rgba(80,80,80,.5);flex-shrink:0}.rdx-applicants-desk__search input{width:100%;min-width:0;border:none;background:transparent;font-size:.875rem;color:#505050;outline:none}.rdx-applicants-desk__filters-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;font-size:.8125rem;font-weight:600;color:#505050;cursor:pointer}.rdx-applicants-desk__filters-btn--active,.rdx-applicants-desk__filters-btn:hover{border-color:rgba(45,130,216,.35);background:#f0f7ff;color:#2d82d8}.rdx-applicants-desk__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .25rem;border-radius:999px;background:#2d82d8;color:#fff;font-size:.68rem;font-weight:700}.rdx-applicants-desk__filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));grid-gap:.75rem;gap:.75rem;align-items:end;padding:.85rem 1.25rem;border-bottom:1px solid rgba(118,118,118,.1)}.rdx-applicants-desk__filter-panel label{display:flex;flex-direction:column;gap:.35rem;font-size:.75rem;font-weight:600;color:rgba(80,80,80,.72)}.rdx-applicants-desk__filter-panel input,.rdx-applicants-desk__filter-panel select{min-height:36px;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:2px;font-size:.8125rem}.rdx-applicants-desk__chips{display:flex;flex-wrap:wrap;gap:.45rem;padding:.65rem 1.25rem;border-bottom:1px solid rgba(118,118,118,.08)}.rdx-applicants-desk__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border:1px solid #e2e8f0;border-radius:2px;background:#f8fafc;font-size:.75rem;font-weight:600;cursor:pointer}.rdx-applicants-desk__chips-clear{border:none;background:transparent;color:#2d82d8;font-size:.8125rem;font-weight:600;cursor:pointer}.rdx-applicants-desk__bulk{display:flex;flex-wrap:wrap;gap:.4rem}.rdx-applicants-desk__body{min-width:0}.rdx-applicants-desk-table-wrap{overflow-x:auto}.rdx-applicants-desk-table{width:100%;min-width:880px;border-collapse:collapse;font-size:.8125rem}.rdx-applicants-desk-table thead th{padding:.65rem .75rem;border-bottom:1px solid rgba(118,118,118,.12);background:#fafbfc;color:rgba(80,80,80,.65);font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:left}.rdx-applicants-desk-table tbody tr{animation:rdx-desk-rise .48s cubic-bezier(.22,1,.36,1) both;transition:background .15s ease}.rdx-applicants-desk-table tbody tr:hover{background:#f8fafc}.rdx-applicants-desk-table__row--active{background:#f0f7ff}.rdx-applicants-desk-table tbody td{padding:.75rem;border-bottom:1px solid rgba(118,118,118,.08);vertical-align:middle}.rdx-applicants-desk-table__check{width:2.5rem;text-align:center}.rdx-applicants-desk-table__check input{width:15px;height:15px;accent-color:#2d82d8}.rdx-applicants-desk-table__candidate-inner{display:flex;align-items:flex-start;gap:.55rem;min-width:0}.rdx-applicants-desk__avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.72rem;font-weight:700;flex-shrink:0}.rdx-applicants-desk__avatar--lg{width:2.75rem;height:2.75rem;font-size:.85rem}.rdx-applicants-desk-table__name{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;color:#2d82d8;font-size:.875rem;font-weight:700;cursor:pointer;text-align:left;padding:0}.rdx-applicants-desk-table__name:hover{text-decoration:underline}.rdx-applicants-desk-table__new{padding:.1rem .35rem;border-radius:2px;background:#ecfdf5;color:#047857;font-size:.65rem;font-weight:700;text-transform:uppercase}.rdx-applicants-desk-table__email{margin:.15rem 0 0;font-size:.75rem;color:rgba(80,80,80,.68)}.rdx-applicants-desk-table__job strong{display:block;font-size:.8125rem;font-weight:600;color:#505050}.rdx-applicants-desk-table__job .rdx-bi-status{margin-top:.25rem}.rdx-applicants-desk-table__applied{font-size:.75rem;color:rgba(80,80,80,.78);max-width:9rem}.rdx-applicants-desk-table__source{font-size:.75rem;font-weight:600;color:#2d82d8}.rdx-applicants-desk-table__source--muted{color:rgba(80,80,80,.65)}.rdx-applicants-desk-table__actions,.rdx-applicants-desk-table__actions-head{width:5.5rem;text-align:center}.rdx-applicants-desk__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.25rem;border-top:1px solid rgba(118,118,118,.1);background:#fafbfc}.rdx-applicants-desk__pagination p{margin:0;font-size:.8125rem;color:rgba(80,80,80,.72)}.rdx-applicants-desk__pagination-controls{display:flex;align-items:center;gap:.25rem}.rdx-applicants-desk__page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .35rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;color:#505050;font-size:.8125rem;font-weight:600;cursor:pointer}.rdx-applicants-desk__page-btn--active{border-color:#2d82d8;background:#2d82d8;color:#fff}.rdx-applicants-desk__page-btn:disabled{opacity:.4;cursor:not-allowed}.rdx-applicants-desk__detail{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;min-width:0;max-height:calc(100vh - 10rem);overflow:hidden;display:flex;flex-direction:column;animation:rdx-desk-rise .48s cubic-bezier(.22,1,.36,1) both}.rdx-applicants-desk__detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem;border-bottom:1px solid rgba(118,118,118,.1);background:#fafbfc}.rdx-applicants-desk__detail-identity{display:flex;gap:.65rem;min-width:0}.rdx-applicants-desk__detail-identity h3{margin:0;font-size:1rem;font-weight:700;color:#505050}.rdx-applicants-desk__detail-identity p{margin:.2rem 0 .35rem;font-size:.8125rem;color:rgba(80,80,80,.72)}.rdx-applicants-desk__detail-close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:2px;background:transparent;color:#505050;cursor:pointer}.rdx-applicants-desk__detail-close:hover{background:#f1f5f9}.rdx-applicants-desk__detail-body{padding:.85rem 1.15rem 1.15rem;overflow-y:auto}.rdx-applicants-desk__detail-card{margin-bottom:.85rem;padding:.85rem;border:1px solid rgba(118,118,118,.12);border-radius:2px;background:#fff}.rdx-applicants-desk__detail-card h4{display:flex;align-items:center;gap:.35rem;margin:0 0 .65rem;font-size:.8125rem;font-weight:700;color:#505050}.rdx-applicants-desk__detail-card--ai{background:#f8fafc}.rdx-applicants-desk__match-summary{margin-top:.75rem}.rdx-applicants-desk__kv{display:grid;grid-gap:.55rem;gap:.55rem}.rdx-applicants-desk__kv dt{font-size:.72rem;font-weight:600;color:rgba(80,80,80,.65);text-transform:uppercase;letter-spacing:.04em}.rdx-applicants-desk__kv dd{margin:.15rem 0 0;font-size:.8125rem;color:#505050}.rdx-applicants-desk__skills{display:flex;flex-wrap:wrap;gap:.35rem}.rdx-applicants-desk__skill{padding:.15rem .45rem;border-radius:2px;background:#f1f5f9;font-size:.72rem;font-weight:600;color:#475569}.rdx-applicants-desk__muted{font-size:.8125rem;color:rgba(80,80,80,.65)}.rdx-applicants-desk__full-btn{width:100%;justify-content:center}.rdx-applicants-desk__detail-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.rdx-applicants-desk__input{width:100%;min-height:2.4rem;padding:.5rem .65rem;border:1px solid #e2e8f0;border-radius:2px;font-size:.8125rem;font-family:inherit}.rdx-applicants-desk__notes{margin:.75rem 0 0;padding:0;list-style:none}.rdx-applicants-desk__notes li{padding:.55rem 0;border-bottom:1px solid rgba(118,118,118,.08)}.rdx-applicants-desk__notes p{margin:0;font-size:.8125rem;color:#505050}.rdx-applicants-desk__notes time{display:block;margin-top:.25rem;font-size:.72rem;color:rgba(80,80,80,.6)}.rdx-page-applicants .rdx-home-btn:hover:not(:disabled){transform:translateY(-1px)}@media (max-width:1100px){.rdx-applicants-desk__workspace--split{grid-template-columns:1fr}.rdx-applicants-desk__detail{max-height:none}}@media (max-width:900px){.rdx-applicants-desk__tabs{overflow-x:auto;flex-wrap:nowrap}.rdx-applicants-desk__tab{flex-shrink:0}}@media (prefers-reduced-motion:reduce){.rdx-page-applicants,.rdx-page-applicants *{animation:none!important;transition-duration:.01ms!important}}.rdx-page{width:100%}.rdx-page-plan-banner{padding:.85rem 1.1rem;border-radius:.85rem;border:1px solid var(--cp-border,#e2e8f0);background:var(--cp-surface,#fff);color:var(--cp-text,#0f172a);font-size:.875rem;line-height:1.45}.rdx-page-plan-banner--warn{border-color:#fecaca;background:#fef2f2}.rdx-page-plan-banner a{color:var(--ct-primary,#2d82d8);font-weight:650}.rdx-page-alert{display:flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:.875rem;font-weight:550}.rdx-page-filters,.rdx-page-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem 1.15rem}.rdx-page-search{position:relative;flex:1 1;min-width:220px;max-width:28rem}.rdx-page-search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--cp-muted,#64748b);pointer-events:none}.rdx-page-field input,.rdx-page-field select,.rdx-page-filters input:not([type=checkbox]),.rdx-page-filters select,.rdx-page-input,.rdx-page-search input{width:100%;min-height:2.4rem;padding:.55rem .75rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:.65rem;background:var(--cp-surface,#fff);color:var(--cp-text,#0f172a);font-size:.875rem;font-family:inherit}textarea.rdx-page-input{min-height:4.5rem;resize:vertical;line-height:1.45}.rdx-page-search input{padding-left:2.2rem}.rdx-page-field input:focus,.rdx-page-field select:focus,.rdx-page-filters input:focus,.rdx-page-filters select:focus,.rdx-page-input:focus,.rdx-page-search input:focus{outline:none;border-color:var(--ct-primary,#2d82d8);box-shadow:0 0 0 3px rgba(45,130,216,.12)}.rdx-page-tabs{display:flex;flex-wrap:wrap;gap:.4rem}.rdx-page-tab{align-items:center;gap:.4rem;padding:.45rem .8rem;border:1px solid transparent;background:transparent;font-size:.8rem;font-weight:650;text-transform:capitalize;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.rdx-page-tab,.rdx-page-tab span{display:inline-flex;border-radius:999px;color:var(--cp-muted,#64748b)}.rdx-page-tab span{min-width:1.35rem;justify-content:center;padding:.05rem .35rem;background:#f1f5f9;font-size:.7rem;font-weight:700}.rdx-page-tab--active{background:#eff6ff;border-color:#bfdbfe;color:var(--ct-primary-dark,#2368ad)}.rdx-page-tab--active span{background:var(--ct-primary,#2d82d8);color:#fff}.rdx-page-filters__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.85rem;gap:.85rem;flex:1 1;width:100%}.rdx-page-field{display:grid;grid-gap:.35rem;gap:.35rem}.rdx-page-field>span{color:var(--cp-muted,#64748b);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.rdx-page-job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.rdx-page-job-card{display:grid;grid-gap:.85rem;gap:.85rem;padding:1.1rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:1rem;background:var(--cp-surface,#fff);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.rdx-page-job-card:hover{border-color:#bfdbfe;box-shadow:0 10px 28px rgba(45,130,216,.08);transform:translateY(-1px)}.rdx-page-job-card__head{display:flex;align-items:flex-start;gap:.75rem}.rdx-page-job-card__icon{display:inline-flex;width:2.25rem;height:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.7rem;background:#eff6ff;color:var(--ct-primary,#2d82d8)}.rdx-page-job-card__titles h3{margin:0;color:var(--cp-text,#0f172a);font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.rdx-page-detail__skills,.rdx-page-job-card__pills,.rdx-page-job-card__skills{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.rdx-page-pill{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;background:#f1f5f9;color:var(--cp-text,#0f172a);font-size:.72rem;font-weight:650}.rdx-page-pill--muted{background:#f8fafc;color:var(--cp-muted,#64748b)}.rdx-page-job-card__meta{display:grid;grid-gap:.4rem;gap:.4rem;color:var(--cp-muted,#64748b);font-size:.8125rem}.rdx-page-job-card__meta span{display:inline-flex;align-items:center;gap:.4rem}.rdx-page-job-card__progress-meta{display:flex;justify-content:space-between;margin-bottom:.35rem;color:var(--cp-muted,#64748b);font-size:.75rem;font-weight:650}.rdx-page-job-card__progress-meta strong{color:var(--cp-text,#0f172a)}.rdx-page-job-card__track{height:.35rem;border-radius:999px;background:#f1f5f9;overflow:hidden}.rdx-page-job-card__fill{height:100%;border-radius:inherit;transition:width .28s ease}.rdx-page-job-card__actions{display:flex;flex-wrap:wrap;gap:.4rem;padding-top:.15rem;border-top:1px solid var(--cp-border,#e2e8f0)}.rdx-page-action{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .65rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:.55rem;background:var(--cp-surface,#fff);color:var(--cp-text,#0f172a);font-size:.75rem;font-weight:650;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.rdx-page-action:hover:not(:disabled){background:#f8fbff;border-color:#bfdbfe}.rdx-page-action:disabled{opacity:.5;cursor:not-allowed}.rdx-page-action--primary{background:var(--ct-primary,#2d82d8);border-color:var(--ct-primary,#2d82d8);color:#fff}.rdx-page-action--primary:hover:not(:disabled){background:var(--ct-primary-dark,#2368ad);border-color:var(--ct-primary-dark,#2368ad);color:#fff}.rdx-page-action--sponsor{background:#fffbeb;border-color:#fde68a;color:#b45309}.rdx-page-action--danger{color:#b91c1c;border-color:#fecaca}.rdx-page-action--danger:hover:not(:disabled){background:#fef2f2}.rdx-page-split{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}.rdx-page-split--open{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.rdx-page-table{display:grid;grid-gap:.35rem;gap:.35rem}.rdx-page-table__head,.rdx-page-table__row{display:grid;grid-template-columns:40px minmax(140px,1.4fr) minmax(120px,1fr) 100px 110px 100px 88px;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.75rem .85rem;text-align:left}.rdx-page-table__head{color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--cp-border,#e2e8f0)}.rdx-page-table__row{width:100%;border:1px solid transparent;border-radius:.85rem;background:transparent;color:inherit;cursor:pointer;transition:background .14s ease,border-color .14s ease}.rdx-page-table__row:hover{background:#f8fbff;border-color:#e2e8f0}.rdx-page-table__row--active{background:#eff6ff;border-color:#bfdbfe}.rdx-page-table__cell--stack{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0}.rdx-page-person strong,.rdx-page-table__cell--stack strong{color:var(--cp-text,#0f172a);font-size:.875rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdx-page-person em,.rdx-page-table__cell--stack em{color:var(--cp-muted,#64748b);font-size:.75rem;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdx-page-avatar{display:inline-flex;width:2.1rem;height:2.1rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.65rem;background:linear-gradient(135deg,#2d82d8,#4f7cff);color:#fff;font-size:.72rem;font-weight:700}.rdx-page-avatar--lg{width:2.75rem;height:2.75rem;font-size:.85rem;border-radius:.8rem}.rdx-page-detail{display:grid;grid-gap:.85rem;gap:.85rem;padding:1.15rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:1.15rem;background:var(--cp-surface,#fff);position:-webkit-sticky;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:auto}.rdx-page-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.rdx-page-detail__identity{display:flex;align-items:center;gap:.75rem;min-width:0}.rdx-page-detail__identity h3{margin:0;color:var(--cp-text,#0f172a);font-size:1.05rem;font-weight:750;letter-spacing:-.02em}.rdx-page-detail__identity p{margin:.2rem 0 0;color:var(--cp-muted,#64748b);font-size:.8125rem}.rdx-page-detail__close{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border:1px solid var(--cp-border,#e2e8f0);border-radius:.55rem;background:transparent;color:var(--cp-muted,#64748b);cursor:pointer}.rdx-page-detail__close:hover{background:#f1f5f9;color:var(--cp-text,#0f172a)}.rdx-page-detail__card{display:grid;grid-gap:.75rem;gap:.75rem;padding:.95rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:.9rem;background:#f8fbff}.rdx-page-detail__card--ai{background:linear-gradient(180deg,#f8fbff,#eef6ff)}.rdx-page-detail__card h4{display:inline-flex;align-items:center;gap:.4rem;margin:0;color:var(--cp-text,#0f172a);font-size:.8125rem;font-weight:750}.rdx-page-detail__kv{display:grid;grid-gap:.65rem;gap:.65rem;margin:0}.rdx-page-detail__kv>div{display:grid;grid-gap:.2rem;gap:.2rem}.rdx-page-detail__kv dt{display:inline-flex;align-items:center;gap:.3rem;color:var(--cp-muted,#64748b);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rdx-page-detail__kv dd{margin:0;color:var(--cp-text,#0f172a);font-size:.875rem;font-weight:550}.rdx-page-detail__actions{display:flex;flex-wrap:wrap;gap:.5rem}.rdx-page-full-btn{width:100%;justify-content:center}.rdx-page-muted{color:var(--cp-muted,#64748b);font-size:.8125rem}.rdx-page-notes{display:grid;grid-gap:.55rem;gap:.55rem;margin:.35rem 0 0;padding:0;list-style:none}.rdx-page-notes li{padding:.65rem .75rem;border-radius:.65rem;background:var(--cp-surface,#fff);border:1px solid var(--cp-border,#e2e8f0)}.rdx-page-notes p{margin:0;color:var(--cp-text,#0f172a);font-size:.8125rem;line-height:1.45}.rdx-page-notes time{display:block;margin-top:.35rem;color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:650}.rdx-page-form{display:grid;grid-gap:1rem;gap:1rem}.rdx-page-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.rdx-page-form__actions{display:flex;justify-content:flex-end}.rdx-page-data-wrap{overflow-x:auto;margin:0 -.25rem}.rdx-page-data{width:100%;border-collapse:collapse;min-width:720px}.rdx-page-data th{padding:.65rem .85rem;color:var(--cp-muted,#64748b);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap}.rdx-page-data td,.rdx-page-data th{border-bottom:1px solid var(--cp-border,#e2e8f0)}.rdx-page-data td{padding:.9rem .85rem;color:var(--cp-text,#0f172a);font-size:.875rem;vertical-align:middle}.rdx-page-data tr:last-child td{border-bottom:none}.rdx-page-data tbody tr:hover td{background:#f8fbff}.rdx-page-person{display:flex;align-items:center;gap:.7rem;min-width:0}.rdx-page-person>div:last-child{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0}.rdx-page-mode{display:inline-flex;align-items:center;gap:.4rem;color:var(--cp-text,#0f172a);font-size:.85rem}.rdx-page-mode a{color:var(--ct-primary,#2d82d8);font-weight:600}.pipeline-pro-hero{margin-bottom:.25rem}.pipeline-pro-workspace.rdx-page{display:grid;grid-gap:1rem;gap:1rem}@media (max-width:1100px){.rdx-page-split--open{grid-template-columns:1fr}.rdx-page-detail{position:static;max-height:none}.rdx-page-table__head{display:none}.rdx-page-table__row{grid-template-columns:40px 1fr auto;grid-template-areas:"avatar candidate action" "avatar job action" "meta meta meta"}.rdx-page-table__row>:first-child{grid-area:avatar}.rdx-page-table__row>:nth-child(2){grid-area:candidate}.rdx-page-table__row>:nth-child(3){grid-area:job}.rdx-page-table__row>:nth-child(4),.rdx-page-table__row>:nth-child(5),.rdx-page-table__row>:nth-child(6){grid-area:meta}.rdx-page-table__row>:nth-child(7){grid-area:action}.rdx-page-table__row>:nth-child(4),.rdx-page-table__row>:nth-child(5),.rdx-page-table__row>:nth-child(6){display:none}}@media (max-width:640px){.rdx-page-filters,.rdx-page-toolbar{flex-direction:column;align-items:stretch}.rdx-page-search{max-width:none}.rdx-page-job-grid{grid-template-columns:1fr}}body.app-theme-dark .rdx-page-detail,body.app-theme-dark .rdx-page-detail__card,body.app-theme-dark .rdx-page-job-card,body.app-theme-dark .rdx-page-notes li,body.app-theme-dark .rdx-page-plan-banner,body.app-theme-dim .rdx-page-detail,body.app-theme-dim .rdx-page-detail__card,body.app-theme-dim .rdx-page-job-card,body.app-theme-dim .rdx-page-notes li,body.app-theme-dim .rdx-page-plan-banner{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .rdx-page-data tbody tr:hover td,body.app-theme-dark .rdx-page-table__row:hover,body.app-theme-dim .rdx-page-data tbody tr:hover td,body.app-theme-dim .rdx-page-table__row:hover{background:var(--cp-surface-2)}body.app-theme-dark .rdx-page-tab--active,body.app-theme-dim .rdx-page-tab--active{background:rgba(45,130,216,.16);border-color:rgba(45,130,216,.35)}body.app-theme-dark .rdx-page-job-card__track,body.app-theme-dark .rdx-page-pill,body.app-theme-dark .rdx-page-tab span,body.app-theme-dim .rdx-page-job-card__track,body.app-theme-dim .rdx-page-pill,body.app-theme-dim .rdx-page-tab span{background:var(--cp-surface-2)}.rdx-home-kpi--five{grid-template-columns:repeat(5,minmax(0,1fr))}.rdx-page-data td>em.rdx-page-table-sub,.rdx-page-table-sub{display:block;margin-top:.15rem;color:var(--cp-muted,#64748b);font-size:.75rem;font-style:normal;font-weight:500;line-height:1.35}.sc-analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.sc-analytics-stat{display:grid;grid-gap:.25rem;gap:.25rem;justify-items:start;padding:.85rem .95rem;border-radius:.85rem;border:1px solid var(--cp-border,#e2e8f0);background:#f8fbff;color:var(--ct-primary,#2d82d8)}.sc-analytics-stat strong{color:var(--cp-text,#0f172a);font-size:1.25rem;font-weight:750;letter-spacing:-.02em}.sc-analytics-stat em{color:var(--cp-muted,#64748b);font-size:.72rem;font-style:normal;font-weight:650}.sc-analytics-links{display:flex;flex-wrap:wrap;gap:.85rem 1.15rem;padding:.25rem .15rem .5rem}.sc-analytics-links a{color:var(--ct-primary,#2d82d8);font-size:.85rem;font-weight:650;text-decoration:none}.sc-analytics-links a:hover{text-decoration:underline}@media (max-width:1100px){.rdx-home-kpi--five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.rdx-home-kpi--five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.rdx-home-kpi--five,.sc-analytics-grid{grid-template-columns:1fr}}body.app-theme-dark .sc-analytics-stat,body.app-theme-dim .sc-analytics-stat{background:var(--cp-surface);border-color:var(--cp-border)}.rdx-discovery-filters{display:grid;align-items:stretch}.rdx-discovery-filters .rdx-page-filters__grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))}.rdx-discovery-empty{display:grid;justify-items:center;padding:2.5rem 1.5rem;text-align:center}.rdx-discovery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:1rem;gap:1rem}.rdx-discovery-card{display:flex;min-width:0;flex-direction:column;gap:.7rem;padding:1.1rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:1rem;background:var(--cp-surface,#fff);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.rdx-discovery-card:hover{border-color:#bfdbfe;box-shadow:0 10px 28px rgba(45,130,216,.08);transform:translateY(-1px)}.rdx-discovery-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.rdx-compare-card h3,.rdx-discovery-card__head h3{margin:0;color:var(--cp-text,#0f172a);font-size:.95rem;font-weight:720;letter-spacing:-.015em}.rdx-discovery-card__subtitle{display:flex;align-items:center;gap:.35rem;margin:0;color:var(--cp-muted,#64748b);font-size:.8125rem;font-weight:550}.rdx-discovery-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem;padding:.75rem 0;border-top:1px solid var(--cp-border,#e2e8f0);border-bottom:1px solid var(--cp-border,#e2e8f0);color:var(--cp-text,#0f172a);font-size:.8rem}.rdx-discovery-card__facts span{color:var(--cp-muted,#64748b)}.rdx-discovery-card__match{display:grid;grid-gap:.35rem;gap:.35rem;padding:.7rem .8rem;border-radius:.7rem;background:#f8fbff;color:var(--cp-text,#0f172a);font-size:.8rem}.rdx-discovery-card__match span{color:var(--cp-muted,#64748b)}.rdx-discovery-card__actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--cp-border,#e2e8f0)}.rdx-discovery-card__actions>*{flex:1 1 auto;justify-content:center}.rdx-compare-toolbar{display:grid;grid-gap:1rem;gap:1rem}.rdx-compare-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.rdx-compare-card{width:100%;padding:1rem;border:1px solid var(--cp-border,#e2e8f0);border-radius:.9rem;background:var(--cp-surface,#fff);color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.rdx-compare-card:hover{border-color:#bfdbfe;transform:translateY(-1px)}.rdx-compare-card--selected{border-color:var(--ct-primary,#2d82d8);background:#f8fbff;box-shadow:0 0 0 3px rgba(45,130,216,.1)}.rdx-compare-card .pipeline-pro-badge{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0}body.app-theme-dark .rdx-compare-card,body.app-theme-dark .rdx-discovery-card,body.app-theme-dark .rdx-discovery-card__match,body.app-theme-dim .rdx-compare-card,body.app-theme-dim .rdx-discovery-card,body.app-theme-dim .rdx-discovery-card__match{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .rdx-compare-card--selected,body.app-theme-dim .rdx-compare-card--selected{background:rgba(45,130,216,.12);border-color:var(--ct-primary,#2d82d8)}@media (max-width:640px){.rdx-discovery-grid{grid-template-columns:1fr}.rdx-compare-toolbar__actions{align-items:stretch;flex-direction:column}}.rdx-utility-panel{min-height:620px;padding:0;overflow:hidden}.rdx-billing-shell{padding:1.15rem 1.2rem 1.2rem;overflow:visible}.rdx-billing-shell>*{border:0;box-shadow:none}.billing-product-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.billing-section-intro{display:grid;grid-gap:.35rem;gap:.35rem}.billing-section-eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cp-muted,#64748b)}.billing-section-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--cp-text,#0f172a)}.billing-section-warn{margin:.5rem 0 0;color:#b45309;font-size:.9rem}.skillcheck-billing-section{display:flex;flex-direction:column;gap:1rem}.rdx-notifications-toolbar{padding:1rem 1.15rem}.rdx-notifications-list{padding:1.25rem}.rdx-notifications-list .cn-card{background:var(--cp-surface,#fff);border-color:var(--cp-border,#e2e8f0)}.rdx-report-bar-list{display:grid;grid-gap:1rem;gap:1rem}.rdx-report-bar-row{display:grid;grid-gap:.45rem;gap:.45rem}.rdx-report-bar-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.rdx-report-bar-track{height:.5rem;overflow:hidden;border-radius:999px;background:#f1f5f9}.rdx-report-bar-fill{height:100%;border-radius:inherit;transition:width .32s ease}.rdx-settings-shell.rdx-home{max-width:none}.rdx-settings-shell.rdx-home .rdx-settings-layout{margin-top:0}body.app-theme-dark .rdx-billing-shell,body.app-theme-dark .rdx-notifications-list,body.app-theme-dim .rdx-billing-shell,body.app-theme-dim .rdx-notifications-list{background:var(--cp-surface);border-color:var(--cp-border)}body.app-theme-dark .rdx-report-bar-track,body.app-theme-dim .rdx-report-bar-track{background:var(--cp-surface-2)}@media (max-width:720px){.rdx-report-bar-meta{align-items:flex-start;flex-direction:column}.rdx-notifications-toolbar>div{align-items:stretch!important;flex-direction:column}}.rdx-figma-create-job{width:100%;min-width:0;padding:.5rem 0 1.5rem;color:#505050;background:rgba(240,247,255,.37);border-radius:2px;animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) both}.rdx-figma-create-job__layout{display:grid;grid-template-columns:minmax(280px,392px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.rdx-figma-create-job__sidebar{display:grid;grid-gap:1.25rem;gap:1.25rem;position:-webkit-sticky;position:sticky;top:.75rem}.rdx-figma-create-job__panel{padding:1.35rem 1.5rem 1.5rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff}.rdx-figma-create-job__panel-title{margin:0;font-size:28px;font-weight:600;line-height:normal;color:#505050;text-transform:capitalize}.rdx-figma-create-job__panel-sub{margin:.35rem 0 0;font-size:16px;font-weight:500;line-height:25px;color:#505050;text-transform:capitalize}.rdx-figma-create-job__rule{margin:1rem 0 0;border:none;border-top:1px solid rgba(118,118,118,.15)}.rdx-figma-create-job__readiness{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-size:14px;font-weight:500;line-height:25px;color:#505050;text-transform:capitalize}.rdx-figma-create-job__readiness strong{font-weight:700}.rdx-figma-create-job__progress{margin-top:.35rem;height:7px;border-radius:3.5px;background:#f1f1f1;overflow:hidden}.rdx-figma-create-job__progress>span{display:block;height:100%;border-radius:3.5px;background:#2d82d8;transition:width .28s ease}.rdx-figma-create-job__checklist{list-style:none;margin:1rem 0 0;padding:0;display:grid;grid-gap:.65rem;gap:.65rem}.rdx-figma-create-job__checklist li{display:flex;align-items:center;gap:.65rem;font-size:16px;font-weight:500;line-height:25px;color:#505050;text-transform:capitalize}.rdx-figma-create-job__check-icon{flex-shrink:0;color:#2d82d8}.rdx-figma-create-job__check-icon--empty{color:#cbd5e1}.rdx-figma-create-job__checklist-item--done .rdx-figma-create-job__check-icon{color:#2d82d8}.rdx-figma-create-job__preview-body{display:flex;gap:.75rem;margin-top:1rem;align-items:flex-start}.rdx-figma-create-job__preview-icon{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:#e80c04}.rdx-figma-create-job__preview-copy{min-width:0}.rdx-figma-create-job__preview-title{margin:0}.rdx-figma-create-job__preview-line,.rdx-figma-create-job__preview-title{font-size:16px;font-weight:500;line-height:25px;color:#505050;text-transform:capitalize}.rdx-figma-create-job__preview-line{margin:.35rem 0 0}.rdx-figma-create-job__preview-line--muted{color:rgba(80,80,80,.72);font-size:14px;text-transform:none}.rdx-figma-create-job__preview-salary{margin:.45rem 0 0;font-size:15px;font-weight:700;line-height:22px;color:#2d82d8;text-transform:none}.rdx-figma-create-job__preview-hint{margin:.5rem 0 0;font-size:16px;font-weight:500;line-height:25px;color:#505050;text-transform:capitalize}.rdx-figma-create-job__preview-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.rdx-figma-create-job__preview-tags span{padding:.2rem .45rem;border:1px solid #e2e8f0;border-radius:2px;background:#f8fafc;font-size:12px;font-weight:600;color:#505050;text-transform:none}.rdx-figma-create-job__preview-tags-more{background:#f0f7ff;border-color:rgba(45,130,216,.25);color:#2d82d8}.rdx-figma-create-job__main{display:grid;grid-gap:1rem;gap:1rem;min-width:0}.rdx-figma-create-job__banner{padding:.85rem 1.35rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;font-size:16px;font-weight:500;line-height:25px;color:#e80c04;text-transform:capitalize}.rdx-figma-create-job__banner strong{font-weight:700}.rdx-figma-create-job__banner a{color:#2d82d8;font-weight:600}.rdx-figma-create-job__hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;padding:1.35rem 1.5rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff}.rdx-figma-create-job__hero-copy{flex:1 1 16rem;min-width:0}.rdx-figma-create-job__hero-title{margin:0;font-size:28px;font-weight:600;line-height:normal;color:#505050;text-transform:capitalize}.rdx-figma-create-job__hero-lede{margin:.65rem 0 0;max-width:48rem;font-size:16px;font-weight:500;line-height:25px;color:#505050;text-transform:capitalize}.rdx-figma-create-job__back{width:173px;flex-shrink:0}.rdx-figma-create-job__error{padding:.75rem 1.25rem;border-radius:2px}.rdx-figma-create-job__form-panel{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;min-width:0}.rdx-figma-create-job__section{padding:1.5rem 1.65rem;border-bottom:1px solid rgba(118,118,118,.15)}.rdx-figma-create-job__section--last{border-bottom:none}.rdx-figma-create-job__section-head{margin-bottom:1.15rem}.rdx-figma-create-job__section-head h3{margin:0;font-size:20px;font-weight:600;color:#505050;text-transform:capitalize}.rdx-figma-create-job__section-head p{margin:.35rem 0 0;font-size:14px;font-weight:500;line-height:22px;color:rgba(80,80,80,.72)}.rdx-figma-create-job__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem 1rem;gap:.9rem 1rem}.rdx-figma-create-job__field-full{grid-column:1/-1}.rdx-figma-create-job__ref{display:flex;align-items:center;gap:.5rem;opacity:.85;cursor:default}.rdx-figma-create-job__field-hint{display:block;margin-top:.35rem;font-size:12px;font-weight:500;font-style:normal;color:rgba(80,80,80,.65)}.rdx-figma-create-job .rdx-create-error,.rdx-figma-create-job .recruiter-create-field-error,.rdx-figma-create-job__field-error{color:#b91c1c;font-size:.75rem;font-weight:600;font-style:normal}.rdx-figma-create-job__embedded .rdx-create-section,.rdx-figma-create-job__embedded .rdx-home-panel{margin:0;padding:1.5rem 1.65rem;border:none;border-bottom:1px solid rgba(118,118,118,.15);border-radius:0;background:transparent;box-shadow:none}.rdx-figma-create-job__embedded .rdx-create-section__head h2,.rdx-figma-create-job__embedded .rdx-home-panel h2{font-size:20px;font-weight:600;color:#505050}.rdx-figma-create-job__embedded .rdx-create-fields,.rdx-figma-create-job__embedded .recruiter-create-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem 1rem;gap:.9rem 1rem}.rdx-figma-create-job__embedded .rdx-page-field:has(#certifications),.rdx-figma-create-job__embedded .rdx-page-field:has(#job-description),.rdx-figma-create-job__embedded .rdx-page-field:has(#job-title),.rdx-figma-create-job__embedded .rdx-page-field:has(#required-skills),.rdx-figma-create-job__embedded .recruiter-create-field-full{grid-column:1/-1}.rdx-figma-create-job .rdx-page-field>span,.rdx-figma-create-job .recruiter-create-field>label{font-size:14px;font-weight:600;color:rgba(80,80,80,.78)}.rdx-figma-create-job .rdx-page-input,.rdx-figma-create-job .recruiter-create-input{border-radius:2px;border-color:#e2e8f0;font-size:14px;font-weight:500;color:#505050;min-height:40px}.rdx-figma-create-job .rdx-page-input:focus,.rdx-figma-create-job .recruiter-create-input:focus{border-color:rgba(45,130,216,.5);box-shadow:0 0 0 3px rgba(45,130,216,.1)}.rdx-figma-create-job .rdx-page-input.invalid,.rdx-figma-create-job .recruiter-create-input.invalid{border-color:#fecaca;box-shadow:0 0 0 3px rgba(239,68,68,.08)}.rdx-figma-create-job .rdx-create-tag{border-radius:2px;border-color:#e2e8f0;font-weight:600}.rdx-figma-create-job .rdx-create-tag--active{border-color:rgba(45,130,216,.4);background:#f0f7ff;color:#2368ad}.rdx-figma-create-job__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;padding:1.15rem 1.65rem;border-top:1px solid rgba(118,118,118,.15);background:#fafbfc}.rdx-figma-create-job__action{width:auto;min-width:9rem}@media (max-width:1100px){.rdx-figma-create-job__layout{grid-template-columns:1fr}.rdx-figma-create-job__sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.rdx-figma-create-job__embedded .rdx-create-fields,.rdx-figma-create-job__embedded .recruiter-create-fields,.rdx-figma-create-job__fields,.rdx-figma-create-job__sidebar{grid-template-columns:1fr}.rdx-figma-create-job__hero{padding:1.15rem 1.2rem}.rdx-figma-create-job__hero-title,.rdx-figma-create-job__panel-title{font-size:1.5rem}.rdx-figma-create-job__back{width:100%}.rdx-figma-create-job__actions{justify-content:stretch}.rdx-figma-create-job__action{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.35rem)}}@media (prefers-reduced-motion:reduce){.rdx-figma-create-job,.rdx-figma-create-job *,.rdx-figma-create-job :after,.rdx-figma-create-job :before{animation:none!important;transition-duration:.01ms!important}}.rdx-create-tag-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}.rdx-create-tag{display:inline-flex;align-items:center;padding:.35rem .7rem;border:1px solid #e2e8f0;border-radius:2px;background:#fff;color:#505050;font-size:.75rem;font-weight:600;cursor:pointer}.rdx-create-tag--custom{border-style:dashed;color:#2368ad;border-color:rgba(45,130,216,.45);background:#f8fbff}.rdx-create-custom-input{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;width:100%;margin-top:.15rem}.rdx-create-custom-input .rdx-page-input,.rdx-create-custom-input .recruiter-create-input{flex:1 1 12rem;min-width:10rem;max-width:22rem}.rdx-create-custom-input .rdx-home-btn{width:auto;min-width:auto;padding:.4rem .75rem;font-size:.75rem}.rdx-create-custom-cancel{border:none;background:transparent;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;padding:.35rem .4rem}.rdx-create-custom-cancel:hover{color:#0f172a}.rdx-create-error{color:#b91c1c;font-size:.75rem;font-weight:600;font-style:normal}.rdx-create-section__head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.rdx-create-section__icon{display:inline-flex;width:2rem;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:2px;background:#f0f7ff;color:#2d82d8}body.app-theme-dark .rdx-create-tag--active,body.app-theme-dim .rdx-create-tag--active{background:rgba(45,130,216,.16);border-color:rgba(45,130,216,.35)}.rdx-pipeline-desk{display:flex;flex-direction:column;gap:.85rem;min-height:0}.rdx-pipeline-desk .pipeline-stats-slider-wrapper{margin:0}.rdx-pipeline-desk .pipeline-pro-stats--compact{gap:.5rem}.rdx-pipeline-desk__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap;margin-bottom:.15rem}.rdx-pipeline-desk__title-row--actions-only{justify-content:flex-end}.rdx-pipeline-desk__title-group{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.rdx-pipeline-desk__menu-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:1.75rem;margin-top:.15rem;background:#f8fafc;box-shadow:0 2px 9.1px rgba(0,0,0,.1);border-radius:2px;color:#2d82d8;flex-shrink:0}.rdx-pipeline-desk__title{margin:0;font-size:1.375rem;font-weight:600;line-height:1.25;color:#505050}.rdx-pipeline-desk__subtitle{margin:.2rem 0 0;font-size:.8125rem;font-weight:500;color:rgba(80,80,80,.72);line-height:1.4}.rdx-pipeline-desk__header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.rdx-pipeline-desk__ghost-btn{display:inline-flex;align-items:center;gap:.35rem;height:2.25rem;padding:0 .75rem;border:1px solid rgba(118,118,118,.2);border-radius:2px;background:#fff;color:#505050;font-size:.8125rem;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.rdx-pipeline-desk__ghost-btn:hover{border-color:#2d82d8;color:#2d82d8;background:#f8fafc}.rdx-pipeline-desk__success{padding:.65rem .875rem;border:1px solid #bbf7d0;border-radius:2px;background:#ecfdf5;color:#047857;font-size:.8125rem;font-weight:600}.rdx-pipeline-desk__panel{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;overflow:hidden;min-width:0;animation:rdx-desk-rise .56s cubic-bezier(.22,1,.36,1) both}.rdx-pipeline-desk__controls-wrap{padding:.75rem 1rem 0;border-bottom:1px solid rgba(118,118,118,.1)}.rdx-pipeline-desk__controls-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem 1rem .75rem;border-bottom:1px solid rgba(118,118,118,.08)}.rdx-pipeline-desk__inline-field select{height:2.25rem;padding:0 .65rem;border:1px solid #e2e8f0;border-radius:2px;background:#f8fafc;font-size:.8125rem;font-weight:600;color:#505050;min-width:10rem}.rdx-pipeline-desk__board-area{padding:.75rem 1rem 1rem;background:rgba(240,247,255,.28);min-height:24rem}.rdx-pipeline-desk__secondary-panel{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;padding:.75rem 1rem;min-width:0}.rdx-pipeline-desk__job-row{display:flex;align-items:stretch;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.rdx-pipeline-desk__job-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1.75rem;flex:1 1;min-width:0;min-height:4.0625rem;padding:.65rem .875rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2px}.rdx-pipeline-desk__job-meta-item{font-size:1rem;font-weight:500;color:#505050;white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem}.rdx-pipeline-desk__job-meta-item--title{font-weight:600}.rdx-pipeline-desk__job-select{border:none;background:transparent;font-size:.8125rem;font-weight:600;color:#505050;cursor:pointer;max-width:16rem}.rdx-pipeline-desk__job-actions{display:flex;gap:.25rem;flex-wrap:wrap;padding:.35rem .5rem;flex-shrink:0}.rdx-pipeline-desk__job-action,.rdx-pipeline-desk__job-actions{align-items:center;background:transparent;border:none;border-radius:2px}.rdx-pipeline-desk__job-action{display:inline-flex;justify-content:center;padding:.45rem .75rem;font-size:1rem;font-weight:500;color:#505050;text-decoration:none;cursor:pointer;white-space:nowrap}.rdx-pipeline-desk__job-action:hover{color:#2d82d8}.rdx-pipeline-desk__job-action--active{font-weight:600;background:rgba(16,185,129,.05);box-shadow:inset 0 -3px 0 #10b981}.rdx-pipeline-desk__job-action--disabled{opacity:.45;cursor:default;pointer-events:none}.rdx-pipeline-desk__job-more{position:relative}.rdx-pipeline-desk__job-more-btn{display:inline-flex;align-items:center;gap:.25rem}.rdx-pipeline-desk__job-more-panel{position:absolute;right:0;top:calc(100% + 4px);z-index:20;min-width:11rem;padding:.35rem;background:#fff;border:1px solid rgba(118,118,118,.15);border-radius:2px;box-shadow:0 8px 24px rgba(15,23,42,.12)}.rdx-pipeline-desk__job-more-panel a{display:block;padding:.45rem .65rem;font-size:.875rem;color:#505050;text-decoration:none;border-radius:2px}.rdx-pipeline-desk__job-more-panel a:hover{background:#f1f5f9;color:#2d82d8}.rdx-pipeline-desk__controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.rdx-pipeline-desk__view-toggle{display:inline-flex;align-items:center;gap:0;border-radius:2px;overflow:hidden}.rdx-pipeline-desk__view-btn{min-width:4.75rem;height:2.25rem;padding:0 .85rem;border:1px solid #e2e8f0;background:#fff;font-size:.8125rem;font-weight:600;color:#505050;cursor:pointer}.rdx-pipeline-desk__view-btn:first-child{border-radius:2px 0 0 2px}.rdx-pipeline-desk__view-btn:last-child{border-radius:0 2px 2px 0;margin-left:-1px}.rdx-pipeline-desk__view-btn--active{background:#2d82d8;color:#fff;font-weight:500;box-shadow:0 2px 7.2px rgba(0,0,0,.07)}.rdx-pipeline-desk__pipeline-bar{display:flex;align-items:center;flex:1 1;min-width:10rem;min-height:2.25rem;padding:.35rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2px;gap:.75rem 1.25rem;flex-wrap:wrap}.rdx-pipeline-desk__pipeline-bar-sort select{border:none;background:transparent;font-size:.8125rem;font-weight:600;color:#505050;cursor:pointer;max-width:11rem}.rdx-pipeline-desk__pipeline-bar-item{border:none;background:transparent;font-size:.8125rem;font-weight:500;color:#505050;cursor:pointer;white-space:nowrap}.rdx-pipeline-desk__pipeline-bar-item--strong{font-weight:600}.rdx-pipeline-desk__pipeline-bar-item:hover{color:#2d82d8}.rdx-pipeline-desk__controls-right,.rdx-pipeline-desk__search{display:flex;align-items:center;gap:.5rem}.rdx-pipeline-desk__search{width:19.5rem;max-width:100%;height:2.5rem;padding:0 .875rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2px}.rdx-pipeline-desk__search svg{flex-shrink:0;color:#64748b}.rdx-pipeline-desk__search input{flex:1 1;min-width:0;border:none;background:transparent;font-size:.875rem;font-weight:600;color:#505050}.rdx-pipeline-desk__search input::placeholder{color:#64748b}.rdx-pipeline-desk__filters-btn{display:inline-flex;align-items:center;gap:.4rem;height:2.25rem;padding:0 .75rem;border:1px solid #2d82d8;border-radius:2px;background:#2d82d8;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer}.rdx-pipeline-desk__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:#fff;color:#2d82d8;font-size:.65rem;font-weight:700}.rdx-pipeline-desk__filters-btn--active,.rdx-pipeline-desk__filters-btn:hover{background:#2368ad}.rdx-pipeline-desk__divider{height:1px;background:rgba(118,118,118,.15);margin:.15rem 0}.rdx-pipeline-desk__board{display:flex;align-items:stretch;gap:1.25rem;overflow-x:auto;padding-bottom:.75rem;min-height:28rem;scroll-snap-type:x proximity}.rdx-pipeline-desk__board--loading .rdx-pipeline-desk__column--skel{flex:0 0 21.5rem;height:28rem;border-radius:2px;animation:company-skeleton-shimmer 1.2s ease-in-out infinite;background:#f1f5f9}.rdx-pipeline-desk__column{flex:0 0 21.5rem;width:21.5rem;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(118,118,118,.15);border-radius:2px;max-height:calc(100vh - 14rem);scroll-snap-align:start}.rdx-pipeline-desk__column--drop{border-color:#2d82d8;box-shadow:0 0 0 2px rgba(45,130,216,.15)}.rdx-pipeline-desk__column-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.75rem .85rem .5rem;border-bottom:1px solid rgba(118,118,118,.1);background:#fff}.rdx-pipeline-desk__column-head-main{min-width:0;flex:1 1}.rdx-pipeline-desk__column-head-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.rdx-pipeline-desk__column-title{margin:0;display:flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:600;line-height:1.3;color:#505050}.rdx-pipeline-desk__column-dot{width:.45rem;height:.45rem;border-radius:999px;background:var(--stage-accent,#2d82d8);flex-shrink:0}.rdx-pipeline-desk__column-count{font-weight:600;color:rgba(80,80,80,.65)}.rdx-pipeline-desk__column-avg{margin:.2rem 0 0;font-size:.6875rem;font-weight:600;color:rgba(80,80,80,.55)}.rdx-pipeline-desk__column-add{display:inline-flex;align-items:center;gap:.2rem;border:none;background:transparent;font-size:.75rem;font-weight:600;color:#10b981;cursor:pointer;padding:0;white-space:nowrap}.rdx-pipeline-desk__column-add:hover{color:#059669}.rdx-pipeline-desk__column-select{display:flex;align-items:center}.rdx-pipeline-desk__column-select input{width:.9rem;height:.9rem;accent-color:#2d82d8}.rdx-pipeline-desk__column-body{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1rem 1rem;overflow-y:auto;flex:1 1;min-height:8rem}.rdx-pipeline-desk-card{display:flex;flex-direction:column;gap:.65rem;padding:.85rem 1rem;background:#fafcff;border:1px solid rgba(118,118,118,.15);border-radius:2px;cursor:-webkit-grab;cursor:grab;touch-action:none;transition:border-color .15s ease,box-shadow .15s ease}.rdx-pipeline-desk-card:hover{border-color:rgba(45,130,216,.35);box-shadow:0 2px 8px rgba(15,23,42,.06)}.rdx-pipeline-desk-card.is-selected{border-color:#2d82d8;box-shadow:inset 0 0 0 1px #2d82d8}.rdx-pipeline-desk-card.is-dragging{opacity:.55;cursor:-webkit-grabbing;cursor:grabbing}.rdx-pipeline-desk-card--overlay{width:19.25rem;cursor:-webkit-grabbing;cursor:grabbing;box-shadow:0 12px 32px rgba(15,23,42,.14)}.rdx-pipeline-desk-card__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.rdx-pipeline-desk-card__check input{width:.85rem;height:.85rem;accent-color:#2d82d8}.rdx-pipeline-desk-card.is-new{box-shadow:inset 3px 0 0 #2d82d8}.rdx-pipeline-desk-card__location{flex:1 1;font-size:.75rem;font-weight:500;color:rgba(80,80,80,.78);text-align:right}.rdx-pipeline-desk-card__match-ring{position:relative;width:2rem;height:2rem;flex-shrink:0}.rdx-pipeline-desk-card__match-ring svg{width:100%;height:100%}.rdx-pipeline-desk-card__match-track{fill:none;stroke:#e2e8f0;stroke-width:2.5}.rdx-pipeline-desk-card__match-value{fill:none;stroke:#2d82d8;stroke-width:2.5;stroke-linecap:round}.rdx-pipeline-desk-card__match-ring--high .rdx-pipeline-desk-card__match-value{stroke:#16a34a}.rdx-pipeline-desk-card__match-ring--mid .rdx-pipeline-desk-card__match-value{stroke:#2d82d8}.rdx-pipeline-desk-card__match-ring--low .rdx-pipeline-desk-card__match-value{stroke:#dc2626}.rdx-pipeline-desk-card__match-ring span{position:absolute;inset:0;display:grid;place-items:center;font-size:.625rem;font-weight:700;color:#505050}.rdx-pipeline-desk-card__name-row{display:flex;align-items:center;gap:.35rem;min-width:0}.rdx-pipeline-desk-card__new{font-size:.625rem;font-weight:700;color:#2d82d8;background:#e8f2fc;padding:.1rem .35rem;border-radius:2px;flex-shrink:0}.rdx-pipeline-desk-card__name{display:block;border:none;background:transparent;padding:0;font-size:.9375rem;font-weight:600;color:#505050;text-align:left;cursor:pointer;min-width:0}.rdx-pipeline-desk-card__meta,.rdx-pipeline-desk-card__role{margin:.12rem 0 0;font-size:.8125rem;font-weight:500;color:rgba(80,80,80,.82)}.rdx-pipeline-desk-card__skills{display:flex;flex-wrap:wrap;gap:.3rem}.rdx-pipeline-desk-card__skills span{font-size:.6875rem;font-weight:600;padding:.15rem .4rem;border-radius:2px;background:#f1f5f9;color:#505050}.rdx-pipeline-desk-card__skills-more{background:transparent;color:rgba(80,80,80,.6)}.rdx-pipeline-desk-card__tags{display:flex;flex-wrap:wrap;gap:.3rem}.rdx-pipeline-desk-card__tag{font-size:.6875rem;font-weight:600;padding:.15rem .4rem;border-radius:2px;background:#f8fafc;border:1px solid #e2e8f0;color:#505050}.rdx-pipeline-desk-card__tag.is-muted{opacity:.65}.rdx-pipeline-desk-card__tag.is-priority{background:#fef3c7;border-color:#fde68a;color:#b45309}.rdx-pipeline-desk-card__note{margin:0;font-size:.75rem;line-height:1.35;color:rgba(80,80,80,.72);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rdx-pipeline-desk__drop-hint{padding:.45rem;text-align:center;font-size:.75rem;font-weight:600;color:#2d82d8;border:1.5px dashed rgba(45,130,216,.45);border-radius:2px;background:rgba(45,130,216,.06)}.rdx-pipeline-desk-card__menu{flex-shrink:0}.rdx-pipeline-desk-card__main{display:flex;align-items:flex-start;gap:.65rem}.rdx-pipeline-desk-card__avatar{flex-shrink:0;width:3rem;height:3.2rem;background:#d9d9d9;border-radius:2px;overflow:hidden;display:grid;place-items:center;font-size:.75rem;font-weight:700;color:#505050}.rdx-pipeline-desk-card__avatar img{width:100%;height:100%;object-fit:cover}.rdx-pipeline-desk-card__copy{min-width:0;flex:1 1}.rdx-pipeline-desk-card__name:hover{color:#2d82d8}.rdx-pipeline-desk-card__status{padding:.5rem .65rem;font-size:.9375rem;font-weight:500;color:#505050;text-transform:capitalize;border-radius:2px}.rdx-pipeline-desk-card__status--offer{background:rgba(16,185,129,.08);color:#047857}.rdx-pipeline-desk-card__status--joined{background:rgba(45,130,216,.08);color:#2368ad}.rdx-pipeline-desk__empty-zone{padding:1.5rem .75rem;text-align:center;color:#64748b;font-size:.875rem}.rdx-pipeline-desk__list-wrap{border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#fff;overflow:auto}.rdx-pipeline-desk__list-table{width:100%;border-collapse:collapse;font-size:.875rem}.rdx-pipeline-desk__list-table th{padding:.65rem .875rem;text-align:left;font-weight:600;color:#505050;background:#f8fafc;border-bottom:1px solid #e2e8f0}.rdx-pipeline-desk__list-table td{padding:.65rem .875rem;border-bottom:1px solid rgba(118,118,118,.1);color:#505050}.rdx-pipeline-desk__list-table tbody tr{cursor:pointer}.rdx-pipeline-desk__list-table tbody tr:hover{background:#f8fafc}.rdx-pipeline-desk__list-person{display:flex;align-items:center;gap:.5rem}.rdx-pipeline-desk__list-person strong{display:block;font-weight:600}.rdx-pipeline-desk__list-person span{font-size:.75rem;color:#64748b}.rdx-pipeline-desk__list-avatar{width:2rem;height:2rem;display:grid;place-items:center;background:#e2e8f0;border-radius:2px;font-size:.65rem;font-weight:700}.rdx-pipeline-desk__list-empty{padding:2rem;text-align:center;color:#64748b;border:1px dashed #e2e8f0;border-radius:2px}.rdx-pipeline-desk__alert{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.rdx-pipeline-desk__secondary{margin-top:.5rem}.rdx-pipeline-desk__secondary-panel{margin-top:0}.rdx-pipeline-desk__import-toggle{border:1px solid #e2e8f0;background:#f8fafc;color:#505050;font-size:.875rem;font-weight:600;padding:.45rem .75rem;border-radius:2px;cursor:pointer}.rdx-pipeline-desk__import-toggle:hover{border-color:#2d82d8;color:#2d82d8}.rdx-pipeline-desk__import:not(.is-open) .candidate-import-panel{display:none}.rdx-pipeline-desk__stage-filter-hint{margin:0 0 .5rem;font-size:.8125rem;color:#505050}.rdx-pipeline-desk__stage-filter-clear{border:none;background:none;padding:0;color:#2d82d8;font-size:inherit;font-weight:600;cursor:pointer}.rdx-pipeline-desk__stage-filter-clear:hover{text-decoration:underline}@media (max-width:1100px){.rdx-pipeline-desk__job-row{flex-direction:column}.rdx-pipeline-desk__controls{flex-direction:column;align-items:stretch}.rdx-pipeline-desk__pipeline-bar{flex-wrap:wrap;height:auto;min-height:3rem}.rdx-pipeline-desk__controls-right{width:100%}.rdx-pipeline-desk__search{flex:1 1;width:auto}}.rdx-pipeline-desk__refreshing{margin:0 0 .35rem;font-size:.75rem;font-weight:600;color:#2d82d8}.rdx-pipeline-desk__pipeline-bar-label{font-size:.75rem;font-weight:600;color:rgba(80,80,80,.65);margin-right:.25rem}.pipeline-pro-stat-btn{border:none;background:transparent;padding:0;cursor:pointer;border-radius:2px;flex-shrink:0}.pipeline-pro-stat-btn.is-active .pipeline-pro-stat,.pipeline-pro-stat-btn.is-active .pipeline-stat-card{border-color:#2d82d8;box-shadow:0 0 0 1px rgba(45,130,216,.35)}.pipeline-pro-stat-btn:hover .pipeline-pro-stat,.pipeline-pro-stat-btn:hover .pipeline-stat-card{border-color:rgba(45,130,216,.45)}.rdx-pipeline-desk__advanced{margin-top:.65rem;padding:.75rem;border:1px solid rgba(118,118,118,.15);border-radius:2px;background:#f8fafc}.rdx-pipeline-desk__advanced-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));grid-gap:.65rem;gap:.65rem}.rdx-pipeline-desk__field{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;color:#505050}.rdx-pipeline-desk__field input,.rdx-pipeline-desk__field select{font-size:.8125rem;font-weight:500;padding:.4rem .5rem;border:1px solid rgba(118,118,118,.25);border-radius:2px;background:#fff;color:#505050}.rdx-pipeline-desk__field input:focus,.rdx-pipeline-desk__field select:focus{outline:none;border-color:#2d82d8;box-shadow:0 0 0 2px rgba(45,130,216,.15)}