:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20242b;background:#f5f6f7;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--ink: #20242b;--ink-strong: #111418;--muted: #67707c;--muted-light: #8a929d;--line: #dfe3e8;--line-strong: #cbd1d8;--surface: #ffffff;--surface-subtle: #f8f9fa;--page: #f5f6f7;--sidebar: #20242a;--sidebar-hover: #30353d;--primary: #2558c7;--primary-hover: #1d49aa;--primary-soft: #edf2ff;--positive: #167852;--positive-soft: #eaf6f0;--warning: #a85d0a;--warning-soft: #fff4e5;--danger: #b92d3d;--danger-soft: #fff0f1;--focus: 0 0 0 3px rgba(37, 88, 199, .16);--shadow: 0 8px 24px rgba(30, 35, 42, .08)}*{box-sizing:border-box;letter-spacing:0}html,body,#app{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;background:var(--page)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}svg{width:18px;height:18px;stroke-width:1.8;flex:0 0 auto}h1,h2,h3,p{overflow-wrap:anywhere}input,textarea,select{min-width:0}textarea{resize:vertical}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mobile-only{display:none!important}.align-right{text-align:right!important}.align-self-end{align-self:flex-end}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.span-all{grid-column:1 / -1}.text-positive{color:var(--positive)!important}.text-warning{color:var(--warning)!important}.text-accent{color:var(--primary)!important}.text-muted{color:var(--muted)!important}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button,.icon-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;background:transparent;cursor:pointer;text-decoration:none;white-space:nowrap}.button{min-height:38px;padding:8px 14px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:650}.button.primary{color:#fff;background:var(--primary);border-color:var(--primary)}.button.primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.button.secondary{color:#343b45;background:#fff;border-color:var(--line-strong)}.button.secondary:hover:not(:disabled){color:var(--primary);border-color:#9fb3e5;background:#f8faff}.button.small{min-height:32px;padding:6px 10px;font-size:12px}.button:focus-visible,.icon-button:focus-visible,.text-button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:none;box-shadow:var(--focus)}.button:disabled,.icon-button:disabled{opacity:.48;cursor:not-allowed}.icon-button{width:36px;height:36px;border:1px solid var(--line);border-radius:6px;color:#4f5966;background:#fff}.icon-button:hover:not(:disabled){color:var(--primary);border-color:#aebee3;background:#f7f9ff}.icon-button.ghost{border-color:transparent;background:transparent}.icon-button.dark{color:#c8cdd5;border-color:#454b54;background:#292e35}.icon-button.danger-ghost{color:#7c4a4f;border-color:transparent;background:transparent}.icon-button.danger-ghost:hover:not(:disabled){color:var(--danger);border-color:#efc9cd;background:var(--danger-soft)}.text-button{padding:4px;color:var(--primary);font-size:13px;font-weight:650}.back-link{display:inline-flex;align-items:center;gap:5px;color:var(--muted);text-decoration:none;font-size:12px;font-weight:600}.back-link:hover{color:var(--primary)}.back-link svg{width:15px;height:15px}.field-group{display:flex;flex-direction:column;gap:7px;min-width:0}.field-group>span,.field-group>legend{color:#414955;font-size:12px;font-weight:650}.field-group em{color:var(--danger);font-style:normal}.field-group input,.field-group textarea,.field-group select,.toolbar-select,.stage-control select{width:100%;min-height:40px;padding:9px 11px;border:1px solid var(--line-strong);border-radius:6px;color:var(--ink);background:#fff;font-size:13px;line-height:1.45}.field-group textarea{min-height:76px}.field-group input::placeholder,.field-group textarea::placeholder{color:#9ba2ac}.field-group input:hover,.field-group textarea:hover,.field-group select:hover{border-color:#adb5c0}.field-group input:focus,.field-group textarea:focus,.field-group select:focus,.toolbar-select:focus,.stage-control select:focus{border-color:var(--primary);outline:none;box-shadow:var(--focus)}.field-group input:disabled,.field-group select:disabled{color:#79818c;background:#f1f3f5;cursor:not-allowed}.field-group small{color:var(--muted);font-size:11px;line-height:1.45}.form-grid{display:grid;gap:18px}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.check-control{display:inline-flex;align-items:center;gap:7px;color:#4a535f;font-size:12px;cursor:pointer}.check-control input,.confirm-control input,.privacy-consent input{width:16px;height:16px;margin:0;accent-color:var(--primary);flex:0 0 auto}.app-shell{min-height:100dvh;background:var(--page)}.app-sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:224px;display:flex;flex-direction:column;padding:16px 12px;color:#eef0f2;background:var(--sidebar);overflow-y:auto}.brand-row{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 6px 14px;border-bottom:1px solid #353a42}.brand-symbol{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--primary)}.brand-symbol.light{color:var(--primary);background:var(--primary-soft)}.brand-symbol svg{width:20px;height:20px}.brand-text,.public-brand>div:last-child{min-width:0;display:flex;flex-direction:column}.brand-text strong,.public-brand strong{font-size:15px;line-height:1.3}.brand-text span,.public-brand span{margin-top:2px;color:#939aa4;font-size:10px;text-transform:uppercase}.sidebar-close{display:none;margin-left:auto}.nav-label{margin:24px 10px 8px;color:#858c96;font-size:10px;font-weight:650}.primary-nav{display:flex;flex-direction:column;gap:3px}.primary-nav a{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 11px;border-radius:6px;color:#b5bbc3;text-decoration:none;font-size:13px;font-weight:600}.primary-nav a:hover{color:#fff;background:var(--sidebar-hover)}.primary-nav a.router-link-active{color:#fff;background:#343b45;box-shadow:inset 3px 0 var(--primary)}.primary-nav svg{width:18px;height:18px}.sidebar-spacer{flex:1;min-height:28px}.sidebar-user{display:flex;align-items:center;gap:9px;padding:13px 4px 0;border-top:1px solid #353a42}.user-avatar{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:7px;color:#244a9d;background:#e9effc;font-size:13px;font-weight:750;flex:0 0 auto}.user-avatar.small{width:28px;height:28px;border-radius:6px;font-size:11px}.user-copy{min-width:0;flex:1;display:flex;flex-direction:column}.user-copy strong{overflow:hidden;color:#f4f5f7;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.user-copy span{margin-top:3px;color:#939aa4;font-size:10px}.sidebar-user .icon-button{width:32px;height:32px}.app-main{min-width:0;min-height:100dvh;margin-left:224px}.app-topbar{position:sticky;z-index:30;top:0;height:60px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.menu-button{display:none;margin-right:10px}.breadcrumb{min-width:0;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.breadcrumb svg{width:14px;height:14px}.breadcrumb strong{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.topbar-user{margin-left:auto;display:flex;align-items:center;gap:8px;color:#4c5561;font-size:12px}.app-content{min-height:calc(100dvh - 60px);padding:24px 26px 40px}.page-container{width:100%;max-width:1480px;margin:0 auto}.page-header{min-height:58px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.page-title-block{min-width:0}.page-eyebrow{margin-bottom:7px}.page-title-block h1{margin:0;color:var(--ink-strong);font-size:24px;line-height:1.25;font-weight:740}.page-title-block p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.summary-strip{min-height:82px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.summary-strip>div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:14px 20px;border-right:1px solid var(--line)}.summary-strip>div:last-child{border-right:0}.summary-strip span{color:var(--muted);font-size:11px}.summary-strip strong{margin-top:3px;color:var(--ink-strong);font-size:25px;line-height:1.1;font-variant-numeric:tabular-nums}.compact-summary{min-height:72px;margin-top:14px}.compact-summary strong{font-size:22px}.data-section{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.section-toolbar{min-height:58px;display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fbfcfd}.section-toolbar>.icon-button{margin-left:auto}.segmented-control{min-width:0;display:inline-flex;align-items:center;padding:3px;border:1px solid var(--line);border-radius:7px;background:#f2f4f6}.segmented-control button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:5px 10px;border:0;border-radius:5px;color:#68717d;background:transparent;cursor:pointer;font-size:12px;white-space:nowrap}.segmented-control button span{min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px;border-radius:9px;color:#757e89;background:#e1e5e9;font-size:9px}.segmented-control button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #14181d1a;font-weight:650}.search-control{min-width:210px;max-width:340px;flex:1;display:flex;align-items:center;gap:8px;height:36px;padding:0 10px;border:1px solid var(--line-strong);border-radius:6px;color:#7b8490;background:#fff}.search-control:focus-within{border-color:var(--primary);box-shadow:var(--focus)}.search-control svg{width:16px;height:16px}.search-control input{width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.toolbar-select{width:150px;min-height:36px;padding-block:6px}.table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:12px}.data-table th{padding:11px 14px;color:#69727e;background:#f7f8fa;border-bottom:1px solid var(--line);text-align:left;font-size:10px;font-weight:700;white-space:nowrap}.data-table td{height:62px;padding:10px 14px;border-bottom:1px solid #e9ecef;color:#444d58;vertical-align:middle}.data-table tbody tr{cursor:pointer}.data-table tbody tr:hover{background:#f8faff}.data-table tbody tr:last-child td{border-bottom:0}.table-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.user-mobile-actions{justify-content:flex-start;margin-top:10px;padding-top:9px;border-top:1px solid var(--line)}.selection-column{width:38px;text-align:center!important}.selection-column input,.mobile-select-control input{width:16px;height:16px;margin:0;accent-color:var(--primary);cursor:pointer}.primary-cell,.number-cell,.application-progress{min-width:0;display:flex;flex-direction:column;gap:3px}.primary-cell strong,.person-cell strong{color:var(--ink);font-size:13px;line-height:1.35}.primary-cell span,.person-cell span,.number-cell span,.application-progress span{color:var(--muted);font-size:10px;line-height:1.4}.primary-cell.compact strong{font-size:12px}.number-cell strong,.application-progress strong{color:var(--ink);font-size:18px;line-height:1;font-variant-numeric:tabular-nums}.person-cell{min-width:160px;display:flex;align-items:center;gap:9px}.person-cell>div:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.person-cell span{overflow:hidden;max-width:220px;text-overflow:ellipsis;white-space:nowrap}.candidates-table{min-width:890px}.status-badge{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:4px 8px;border-radius:13px;font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-positive{color:var(--positive);background:var(--positive-soft)}.status-accent{color:var(--primary);background:var(--primary-soft)}.status-warning{color:var(--warning);background:var(--warning-soft)}.status-danger{color:var(--danger);background:var(--danger-soft)}.status-muted{color:#68717c;background:#eef0f2}.status-neutral{color:#545e6a;background:#edf0f3}.role-chip{display:inline-flex;padding:4px 8px;border:1px solid #ccd6e7;border-radius:5px;color:#38517b;background:#f5f8fc;font-size:10px;font-weight:650}.tag-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.candidate-tag{display:inline-flex;align-items:center;gap:4px;max-width:180px;min-height:22px;padding:3px 7px;border:1px solid transparent;border-radius:5px;font-size:9px;font-weight:650;line-height:1.25;white-space:normal}.candidate-tag.removable{padding-right:3px}.candidate-tag button{width:18px;height:18px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;color:currentColor;background:transparent;cursor:pointer}.candidate-tag button:hover:not(:disabled){background:#ffffffb3}.candidate-tag button:disabled{opacity:.5;cursor:not-allowed}.candidate-tag button svg{width:11px;height:11px}.tag-slate{color:#4d5966;border-color:#d0d6dc;background:#f0f2f4}.tag-blue{color:#2454ad;border-color:#c7d6f4;background:#edf3ff}.tag-cyan{color:#116477;border-color:#bce1e8;background:#ecf9fb}.tag-green{color:#236b49;border-color:#bee0cc;background:#edf8f2}.tag-amber{color:#8a5611;border-color:#ead3a9;background:#fff7e8}.tag-red{color:#9b3340;border-color:#ecc5ca;background:#fff0f2}.tag-purple{color:#674a8b;border-color:#d9c9e8;background:#f7f1fb}.tag-pink{color:#8a4166;border-color:#e7c6d6;background:#fff1f7}.tag-orange{color:#92501f;border-color:#ebcfb7;background:#fff4eb}.compact-tags{margin-top:3px}.person-cell .compact-tags .candidate-tag{max-width:92px;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.empty-state,.loading-block{min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 20px;text-align:center}.empty-state-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:12px;border-radius:8px;color:var(--primary);background:var(--primary-soft)}.empty-state-icon svg{width:22px;height:22px}.empty-state strong{color:var(--ink);font-size:14px}.empty-state p{max-width:430px;margin:6px 0 14px;color:var(--muted);font-size:12px;line-height:1.6}.loading-block{gap:9px;color:var(--muted);font-size:12px}.loading-block svg{color:var(--primary)}.error-block{min-height:140px;display:flex;align-items:center;gap:14px;padding:24px;border:1px solid #edc7cb;border-radius:8px;color:var(--danger);background:#fff8f8}.error-block>svg{width:25px;height:25px}.error-block>div{min-width:0;flex:1}.error-block strong{font-size:14px}.error-block p{margin:4px 0 0;color:#7f555b;font-size:12px}.inline-alert{min-height:42px;display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border:1px solid;border-radius:6px;font-size:12px;line-height:1.55}.inline-alert>svg{width:17px;height:17px;margin-top:1px}.inline-alert.danger{color:#8d2733;border-color:#edc7cb;background:var(--danger-soft)}.inline-alert.info{color:#315388;border-color:#c9d7ef;background:#f2f6fc}.auth-page{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;color:var(--ink);background:#f2f3f5}.auth-brand{height:70px;display:flex;align-items:center;gap:10px;padding:0 28px;border-bottom:1px solid var(--line);background:#fff}.auth-brand>div:last-child{display:flex;flex-direction:column}.auth-brand strong{font-size:14px}.auth-brand span{color:var(--muted);font-size:10px}.auth-main{display:grid;place-items:center;padding:32px 18px}.auth-panel{width:min(420px,100%);padding:30px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.auth-heading>span{color:var(--primary);font-size:11px;font-weight:700}.auth-heading h1{margin:6px 0 7px;color:var(--ink-strong);font-size:23px}.auth-heading p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.auth-form{display:flex;flex-direction:column;gap:16px;margin-top:26px}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon>svg{position:absolute;left:11px;width:16px;height:16px;color:#7c8591;pointer-events:none}.input-with-icon input{padding-left:37px}.input-with-icon input:has(+.input-action){padding-right:40px}.input-action{position:absolute;right:5px;width:32px;height:32px;display:grid;place-items:center;border:0;color:#707987;background:transparent;cursor:pointer}.input-action svg{width:16px;height:16px}.auth-submit{width:100%;margin-top:2px}.auth-footer{padding:16px;color:var(--muted);text-align:center;font-size:10px}.simple-state-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center;background:var(--page)}.simple-state-page>svg{width:42px;height:42px;color:var(--muted)}.simple-state-page h1{margin:15px 0 5px;font-size:22px}.simple-state-page p{margin:0 0 18px;color:var(--muted);font-size:13px}.wizard-page{max-width:1320px;padding-bottom:74px}.save-indicator{display:inline-flex;align-items:center;gap:4px;color:var(--positive);font-size:11px}.save-indicator svg{width:14px;height:14px}.wizard-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.wizard-steps button{position:relative;min-width:0;min-height:66px;display:flex;align-items:center;gap:9px;padding:11px 12px;border:0;border-right:1px solid var(--line);color:#707986;background:#fff;cursor:pointer;text-align:left}.wizard-steps button:last-child{border-right:0}.wizard-steps button:hover{background:#f8f9fb}.wizard-steps button.active{color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 -3px var(--primary)}.wizard-steps button.complete{color:var(--positive)}.step-index{width:30px;height:30px;display:grid;place-items:center;border:1px solid #d4d9df;border-radius:6px;background:#f8f9fa;flex:0 0 auto}.wizard-steps button.active .step-index{color:#fff;border-color:var(--primary);background:var(--primary)}.wizard-steps button.complete .step-index{color:#fff;border-color:var(--positive);background:var(--positive)}.step-index svg{width:16px;height:16px}.wizard-steps button>span:last-child{min-width:0;display:flex;flex-direction:column;gap:2px}.wizard-steps small{color:#8a929c;font-size:9px}.wizard-steps strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.wizard-alert{margin-bottom:12px}.wizard-alert .icon-button{width:24px;height:24px;margin-left:auto}.wizard-content{min-width:0}.wizard-section{min-height:520px;padding:24px 26px 30px;border:1px solid var(--line);border-radius:8px;background:#fff}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:15px;border-bottom:1px solid var(--line)}.section-heading>div{display:flex;align-items:baseline;gap:9px}.section-heading>div>span{color:var(--primary);font-size:10px;font-weight:800}.section-heading h2{margin:0;color:var(--ink-strong);font-size:18px}.section-heading p{margin:0;color:var(--muted);font-size:11px}.section-heading.with-action{align-items:center}.heading-button-group{display:flex;align-items:center;gap:8px}.read-only-field{min-height:68px;justify-content:center;padding:10px 12px;border-left:3px solid #c9d5ec;background:#f7f9fc}.read-only-field strong{color:var(--ink);font-size:18px}.editor-list{display:flex;flex-direction:column;gap:14px}.editor-block{border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.editor-block-header{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border-bottom:1px solid var(--line);background:var(--surface-subtle)}.editor-block-header>div{min-width:0;display:flex;align-items:baseline;gap:10px}.editor-block-header span{color:var(--muted);font-size:10px;font-weight:700}.editor-block-header strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.editor-block-body{padding:18px}.sub-editor{padding:2px 18px 18px}.sub-editor-heading{display:flex;align-items:center;justify-content:space-between;min-height:40px;border-top:1px solid var(--line)}.sub-editor-heading strong{color:#414a56;font-size:12px}.requirement-row{display:grid;grid-template-columns:120px minmax(220px,1fr) 150px 36px;gap:8px;align-items:center;margin-top:8px}.requirement-row input,.requirement-row select{width:100%;min-width:0;height:36px;padding:7px 9px;border:1px solid var(--line-strong);border-radius:5px;background:#fff;font-size:11px}.compact-empty{min-height:44px;display:flex;align-items:center;justify-content:center;padding:9px;border:1px dashed #d5dae0;border-radius:6px;color:var(--muted);font-size:11px}.field-builder-head{display:grid;grid-template-columns:1.2fr 1fr 145px 130px 120px;gap:10px;padding:0 12px 8px;color:var(--muted);font-size:10px;font-weight:700}.field-builder{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:7px;overflow:hidden}.field-builder-row{display:grid;grid-template-columns:1.2fr 1fr 145px 130px 120px;gap:10px;align-items:center;padding:11px 12px;border-bottom:1px solid var(--line);background:#fff}.field-builder-row:last-child{border-bottom:0}.compact-field{gap:4px}.compact-field input,.compact-field select{min-height:36px;padding:7px 9px;font-size:11px}.field-options-cell{display:flex;align-items:center;gap:10px}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.row-actions .icon-button{width:32px;height:32px}.field-extra{padding:10px 0 2px;border-top:1px dashed var(--line)}.rule-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);text-align:center}.rule-empty>svg{width:34px;height:34px}.rule-empty strong{color:#4e5762;font-size:13px}.compact-list{margin-top:14px}.rule-row{position:relative;display:grid;grid-template-columns:34px 1fr 36px;gap:12px;align-items:start;padding:16px;border:1px solid var(--line);border-radius:7px}.rule-number{width:32px;height:32px;display:grid;place-items:center;border-radius:6px;color:#526173;background:#eef1f4;font-size:10px;font-weight:750}.rule-fields{gap:12px}.rule-delete{width:34px;height:34px}.announcement-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.announcement-editor{display:flex;flex-direction:column;gap:16px}.announcement-textarea{min-height:390px!important;line-height:1.75!important}.announcement-preview{position:sticky;top:82px;border:1px solid var(--line-strong);border-radius:8px;background:#f1f3f5;overflow:hidden}.preview-label{min-height:40px;display:flex;align-items:center;gap:7px;padding:0 12px;border-bottom:1px solid var(--line);color:#5c6570;background:#fff;font-size:10px;font-weight:700}.preview-label svg{width:15px;height:15px}.announcement-preview article{min-height:510px;margin:12px;padding:20px 16px;border:1px solid #d9dde2;border-radius:5px;background:#fff}.announcement-preview h3{margin:0;color:#161a1f;font-size:18px;line-height:1.45}.preview-meta{margin:9px 0 15px;color:#90969d;font-size:10px}.preview-summary{padding:10px;color:#4f5863;background:#f5f6f7;font-size:11px;line-height:1.65}.preview-content{min-height:280px;color:#30363d;font-size:11px;line-height:1.8;white-space:pre-wrap}.preview-apply{width:100%;min-height:38px;border:0;border-radius:5px;color:#fff;background:#1d7b49;font-size:12px;font-weight:700}.release-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px}.release-summary{min-width:0;padding-right:24px;border-right:1px solid var(--line)}.release-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.release-title-row span{color:var(--muted);font-size:10px}.release-title-row h3{margin:5px 0 0;font-size:18px}.definition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}.definition-grid>div{padding:15px 0;border-bottom:1px solid var(--line)}.definition-grid>div:nth-child(odd){padding-right:15px}.definition-grid>div:nth-child(2n){padding-left:15px;border-left:1px solid var(--line)}.definition-grid dt{color:var(--muted);font-size:10px}.definition-grid dd{margin:5px 0 0;color:var(--ink);font-size:12px;line-height:1.5}.job-chip-list{display:flex;flex-wrap:wrap;gap:7px;padding-top:16px}.job-chip-list span{display:inline-flex;align-items:center;gap:6px;min-height:29px;padding:5px 8px;border:1px solid #d5dae0;border-radius:5px;color:#46515e;background:#f8f9fa;font-size:10px}.job-chip-list svg{width:14px;height:14px}.release-checks h3{margin:0 0 12px;font-size:14px}.release-check{display:flex;align-items:flex-start;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.release-check>svg{width:18px;height:18px;margin-top:1px}.release-check.ok>svg{color:var(--positive)}.release-check.missing>svg{color:var(--danger)}.release-check>div{display:flex;flex-direction:column;gap:3px}.release-check strong{color:var(--ink);font-size:11px}.release-check span{color:var(--muted);font-size:10px;line-height:1.5}.confirm-control{display:flex;align-items:flex-start;gap:9px;margin-top:16px;padding:12px;border:1px solid #cdd9ed;border-radius:6px;color:#3c4f6c;background:#f4f7fc;font-size:11px;line-height:1.55;cursor:pointer}.confirm-control.disabled{color:#8b929c;border-color:var(--line);background:#f4f5f6;cursor:not-allowed}.wizard-footer{position:fixed;z-index:25;right:0;bottom:0;left:224px;height:64px;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 26px;border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wizard-position{min-width:48px;color:var(--muted);text-align:center;font-size:10px}.campaign-overview{display:flex;align-items:center;gap:18px;min-height:66px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#fff}.campaign-window{min-width:300px;display:flex;align-items:center;gap:10px}.campaign-window>svg{width:22px;height:22px;color:var(--primary)}.campaign-window>div{display:flex;flex-direction:column;gap:3px}.campaign-window span{color:var(--muted);font-size:10px}.campaign-window strong{color:#303740;font-size:11px}.campaign-job-list{min-width:0;flex:1;display:flex;align-items:center;gap:6px;overflow-x:auto}.campaign-job-list span{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:4px 8px;border:1px solid var(--line);border-radius:5px;color:#4d5762;background:#f7f8f9;font-size:10px;white-space:nowrap}.campaign-job-list svg{width:13px;height:13px}.campaign-quick-actions{display:flex;gap:7px}.detail-tabs{height:48px;display:flex;align-items:flex-end;gap:22px;padding:0 4px;border-bottom:1px solid var(--line-strong)}.detail-tabs button{position:relative;height:48px;display:inline-flex;align-items:center;gap:7px;padding:0 2px;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:12px}.detail-tabs button.active{color:var(--primary);font-weight:700}.detail-tabs button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--primary);content:""}.detail-tabs button span{min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:9px;background:#e7eaee;font-size:9px}.detail-tab-panel{margin-top:14px}.tab-section-header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border-bottom:1px solid var(--line)}.tab-section-header h2{margin:0;font-size:14px}.tab-section-header p{margin:4px 0 0;color:var(--muted);font-size:10px}.screening-list{display:flex;flex-direction:column}.screening-row{min-width:0;min-height:70px;display:grid;grid-template-columns:minmax(170px,1fr) 120px 90px minmax(220px,2fr) 24px;gap:14px;align-items:center;padding:10px 15px;border:0;border-bottom:1px solid var(--line);background:#fff;cursor:pointer;text-align:left}.screening-row:hover{background:#f8faff}.screening-row:last-child{border-bottom:0}.screening-person{display:flex;align-items:center;gap:9px}.screening-person>div:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.screening-person strong{font-size:12px}.screening-person span{color:var(--muted);font-size:10px}.screening-score{display:flex;flex-direction:column;gap:2px}.screening-score span{color:var(--muted);font-size:9px}.screening-score strong{font-size:13px}.screening-row p{overflow:hidden;margin:0;color:#59636f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.publishing-panel,.analytics-panel{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.funnel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--line)}.funnel-step{position:relative;min-width:0;min-height:108px;display:flex;flex-direction:column;justify-content:center;padding:16px 18px;border-right:1px solid var(--line)}.funnel-step:last-child{border-right:0}.funnel-step:after{position:absolute;z-index:1;top:50%;right:-5px;width:9px;height:9px;border-top:1px solid var(--line-strong);border-right:1px solid var(--line-strong);background:#fff;content:"";transform:translateY(-50%) rotate(45deg)}.funnel-step:last-child:after{display:none}.funnel-step>span{color:var(--muted);font-size:10px}.funnel-step>strong{margin:4px 0;color:var(--ink-strong);font-size:24px;font-variant-numeric:tabular-nums}.funnel-step>small{color:#77818d;font-size:9px}.analytics-grid{display:grid;grid-template-columns:1.2fr 1fr}.analytics-section{min-width:0;padding:20px 18px 22px}.analytics-section+.analytics-section{border-left:1px solid var(--line)}.analytics-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.analytics-heading h3{margin:0;font-size:13px}.analytics-heading p{margin:4px 0 0;color:var(--muted);font-size:9px}.analytics-heading>strong{font-size:20px}.trend-chart{height:190px;display:grid;grid-template-columns:repeat(14,minmax(10px,1fr));gap:5px;align-items:end;margin-top:18px;padding-top:10px;border-bottom:1px solid var(--line-strong)}.trend-column{height:100%;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.trend-column>span{width:min(22px,72%);min-height:0;border-radius:3px 3px 0 0;background:var(--primary)}.trend-column>small{height:18px;overflow:hidden;color:var(--muted);font-size:8px;white-space:nowrap}.job-analytics-list{display:flex;flex-direction:column;gap:15px;margin-top:20px}.job-analytics-list>div>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.job-analytics-list span{overflow:hidden;color:#424b56;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.job-analytics-list strong{color:var(--muted);font-size:9px;white-space:nowrap}.release-record{display:flex;align-items:flex-start;gap:14px;padding:18px 16px;border-bottom:1px solid var(--line)}.release-record:last-child{border-bottom:0}.record-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:7px;color:var(--primary);background:var(--primary-soft)}.record-icon.wechat{color:#15764d;background:#eaf6f0}.record-main{min-width:0;flex:1}.record-main>strong,.record-title strong{font-size:12px}.record-title{display:flex;align-items:center;gap:9px}.record-main p{margin:4px 0 10px;color:var(--muted);font-size:10px}.record-meta{display:block;margin-top:6px;color:var(--muted);font-size:9px}.muted-record{color:#737c87;background:#fafbfc}.copy-field{display:flex;align-items:center;gap:6px;max-width:760px}.copy-field input{min-width:0;height:36px;flex:1;padding:7px 9px;border:1px solid var(--line);border-radius:5px;color:#4c5560;background:#f7f8f9;font-size:10px}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-size:11px;text-decoration:none}.text-link svg{width:13px;height:13px}.drawer-layer,.modal-layer{position:fixed;z-index:80;inset:0;background:#11141861}.candidate-drawer{position:absolute;top:0;right:0;bottom:0;width:min(560px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-10px 0 30px #14181d24}.drawer-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line)}.drawer-header span{color:var(--muted);font-size:9px}.drawer-header h2{margin:3px 0 0;font-size:19px}.drawer-body{flex:1;overflow-y:auto;padding:18px}.candidate-status-row{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line);color:#4b5561;font-size:12px}.assignment-section{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.assignment-section h3{margin-bottom:4px}.assignment-section p,.drawer-section-heading p{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.assignment-control{min-width:260px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.assignment-control select{min-width:0;min-height:38px;padding:7px 9px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;font-size:11px}.candidate-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border-bottom:1px solid var(--line)}.candidate-facts>div{padding:13px 0}.candidate-facts dt,.answer-list dt{color:var(--muted);font-size:9px}.candidate-facts dd,.answer-list dd{margin:4px 0 0;color:var(--ink);font-size:11px;line-height:1.5;white-space:pre-line;word-break:break-word}.drawer-section{padding:18px 0;border-bottom:1px solid var(--line)}.drawer-section h3{margin:0 0 11px;font-size:13px}.candidate-tags-section .drawer-section-heading>svg{width:17px;height:17px;color:var(--muted)}.tag-editor{display:grid;gap:8px;margin-top:11px;padding-top:10px;border-top:1px dashed var(--line-strong)}.tag-existing-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.tag-existing-control select,.tag-create-control>input{min-width:0;min-height:34px;padding:6px 9px;border:1px solid var(--line-strong);border-radius:6px;color:var(--ink);background:#fff;font-size:11px}.tag-create-control{display:grid;grid-template-columns:minmax(130px,1fr) auto auto;gap:7px;align-items:center}.tag-color-picker{display:grid;grid-template-columns:repeat(5,20px);gap:4px}.tag-color-picker button{width:20px;height:20px;padding:0;border-width:2px;border-style:solid;border-radius:50%;cursor:pointer}.tag-color-picker button.active{box-shadow:0 0 0 2px #fff,0 0 0 4px currentColor}.answer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.screening-evidence{display:grid;grid-template-columns:22px 1fr auto;gap:8px;align-items:start;padding:11px;border:1px solid #cdd9ed;border-radius:6px;color:#365274;background:#f4f7fc}.screening-evidence p{margin:0;font-size:11px;line-height:1.6}.screening-evidence strong{font-size:14px}.screening-rule-results,.candidate-file-list,.candidate-history{display:flex;flex-direction:column;gap:8px;margin-top:10px}.screening-rule-results>div,.candidate-history>div{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:start;padding:9px 0;border-bottom:1px solid var(--line)}.screening-rule-results>div:last-child,.candidate-history>div:last-child{border-bottom:0}.screening-rule-results strong,.candidate-history strong{display:block;color:#3e4752;font-size:10px}.screening-rule-results>div>div>span,.candidate-history>div>div>span{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.55}.ai-analysis-block{display:grid;gap:9px;margin-top:12px;padding-top:12px;border-top:1px dashed var(--line-strong)}.ai-analysis-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.ai-analysis-heading>div{display:flex;align-items:center;gap:7px;color:#315c43}.ai-analysis-heading svg{width:16px;height:16px}.ai-analysis-heading strong{font-size:11px}.ai-summary,.ai-analysis-message{margin:0;color:#46515d;font-size:10px;line-height:1.65}.ai-analysis-block>small{color:var(--muted);font-size:9px;line-height:1.5}.skill-chips{display:flex;flex-wrap:wrap;gap:5px}.skill-chips span{padding:3px 7px;border:1px solid #c9e2d3;border-radius:4px;color:#2f6848;background:#f1f8f4;font-size:9px}.ai-reason-list{display:flex;flex-direction:column;gap:6px}.ai-reason-list>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start}.ai-reason-list>div>span:last-child{color:var(--muted);font-size:9px;line-height:1.55}.candidate-file{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto auto;gap:9px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.candidate-file>svg{width:18px;height:18px;color:var(--primary)}.candidate-file>div{min-width:0}.candidate-file strong{display:block;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.candidate-file span{color:var(--muted);font-size:9px}.candidate-file .file-download{width:30px;height:30px;color:var(--primary)}.candidate-file .file-download svg{width:15px;height:15px}.batch-toolbar{min-height:54px;display:flex;align-items:center;gap:10px;padding:9px 14px;border-bottom:1px solid var(--line);color:#3f4852;background:#f4f7fc}.batch-toolbar>strong{flex:0 0 auto;font-size:12px}.batch-toolbar>span{color:var(--muted);font-size:10px}.batch-toolbar-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.mobile-select-control{min-width:0;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.mobile-select-control>span{min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-select-control small{color:var(--muted);font-size:9px}.decision-control{display:flex;flex-direction:column;gap:11px}.segmented-control.full-width{width:100%}.segmented-control.full-width button{flex:1}.stage-control{display:grid;grid-template-columns:1fr auto;gap:8px}.roster-section{display:block;border-bottom:0}.roster-section h3{margin-bottom:4px}.roster-section p{margin:0;color:var(--muted);font-size:10px}.roster-status-panel{display:grid;gap:6px;margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:6px;background:var(--surface-subtle)}.roster-status-panel div{display:flex;align-items:center;justify-content:space-between;gap:12px}.roster-status-panel span,.roster-status-panel small{color:var(--muted);font-size:10px}.roster-status-panel strong{font-size:12px}.roster-onboarding{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr) auto;gap:10px 14px;align-items:end;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.roster-onboarding p{align-self:center;display:flex;align-items:flex-start;gap:7px;color:#5d6672;line-height:1.55}.roster-onboarding p svg{width:14px;height:14px;margin-top:1px;color:var(--warning);flex:0 0 auto}.roster-onboarding .button{white-space:nowrap}.roster-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:12px}.drawer-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.drawer-section-heading h3{margin-bottom:4px}.interview-list{display:flex;flex-direction:column;gap:8px}.interview-item{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.interview-time{display:flex;flex-direction:column;align-items:center;padding-right:10px;border-right:1px solid var(--line)}.interview-time span{color:var(--muted);font-size:9px}.interview-time strong{margin-top:2px;font-size:14px}.interview-time small{margin-top:2px;color:var(--muted);font-size:8px}.interview-main{min-width:0}.interview-main>div{display:flex;align-items:center;gap:7px}.interview-main strong{font-size:11px}.interview-main p{overflow:hidden;margin:5px 0 2px;color:#4f5965;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.interview-main>span{color:var(--muted);font-size:9px}.interview-feedback-line{display:flex;align-items:center;gap:6px;margin-top:7px;color:var(--muted);font-size:9px}.feedback-rating{color:#986a08;font-weight:750}.interview-feedback-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.interview-feedback-list article{padding:7px 8px;border-left:2px solid #c7e5d3;border-radius:0 4px 4px 0;background:#f5faf7}.interview-feedback-list strong{display:block;color:#315c43;font-size:9px}.interview-feedback-list p{margin:3px 0 0;overflow:visible;color:#4f6358;font-size:9px;line-height:1.5;white-space:normal}.interview-status{padding:2px 5px;border-radius:4px;color:var(--primary);background:var(--primary-soft);font-size:8px}.interview-status.is-completed{color:var(--positive);background:var(--positive-soft)}.interview-status.is-cancelled{color:var(--muted);background:#eceff2}.interview-actions{display:flex;gap:4px}.interview-actions .icon-button{width:30px;height:30px}.interview-actions svg{width:14px;height:14px}.interview-actions .button{min-height:30px;padding:5px 8px;font-size:10px}.offer-section{display:block}.offer-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:10px;border:1px solid var(--line);border-radius:6px;overflow:hidden}.offer-summary-grid>div{min-width:0;display:flex;flex-direction:column;gap:4px;padding:10px;background:#fafbfc}.offer-summary-grid>div:nth-child(odd){border-right:1px solid var(--line)}.offer-summary-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.offer-summary-grid span,.offer-note>span{color:var(--muted);font-size:9px}.offer-summary-grid strong{overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.offer-note{margin-top:10px;padding:9px 10px;border-left:2px solid #c9d5ec;background:#f7f9fc}.offer-note p{margin:4px 0 0;color:#4f5964;font-size:10px;line-height:1.55;white-space:pre-wrap}.offer-editor{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.offer-editor .form-grid{gap:10px}.compact-actions{margin-top:12px}.offer-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin-top:12px}.note-compose{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.note-compose textarea{width:100%;min-height:74px;padding:9px 10px;border:1px solid var(--line-strong);border-radius:6px;color:var(--ink);background:#fff;font-size:11px;line-height:1.55}.note-list{display:flex;flex-direction:column;gap:4px}.note-list article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;padding:10px 0;border-top:1px solid var(--line)}.note-list article>div:last-child{min-width:0}.note-list strong{display:flex;align-items:baseline;justify-content:space-between;gap:9px;color:#3f4852;font-size:10px}.note-list strong span{color:var(--muted);font-size:8px;font-weight:400;white-space:nowrap}.note-list p{margin:5px 0 0;color:#4f5964;font-size:10px;line-height:1.65;white-space:pre-wrap}.candidate-timeline{position:relative;display:flex;flex-direction:column;gap:0;margin-top:10px;padding-left:8px}.candidate-timeline:before{position:absolute;top:8px;bottom:8px;left:17px;width:1px;background:var(--line);content:""}.timeline-entry{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;padding:0 0 16px}.timeline-entry:last-child{padding-bottom:0}.timeline-marker{z-index:1;width:20px;height:20px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px var(--line)}.timeline-marker svg{width:11px;height:11px}.timeline-marker.is-note{color:#8b5b18;background:#fff5d8}.timeline-marker.is-interview,.timeline-marker.is-feedback{color:#15764d;background:#eaf6f0}.timeline-marker.is-submitted{color:#5b6571;background:#eef0f2}.timeline-content{min-width:0;padding-top:1px}.timeline-content>div{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.timeline-content strong{color:#3e4752;font-size:10px}.timeline-content time{flex:0 0 auto;color:var(--muted);font-size:8px}.timeline-content p{margin:4px 0 0;color:#4f5964;font-size:10px;line-height:1.55;white-space:pre-wrap}.timeline-content>span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.modal-layer{display:grid;place-items:center;padding:18px}.confirm-dialog,.form-dialog{width:min(420px,100%);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.confirm-dialog{padding:24px;text-align:center}.confirm-icon{width:44px;height:44px;display:grid;place-items:center;margin:0 auto 13px;border-radius:8px;color:var(--primary);background:var(--primary-soft)}.confirm-dialog h2{margin:0;font-size:17px}.confirm-dialog p{margin:8px 0 20px;color:var(--muted);font-size:11px;line-height:1.65}.dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.form-dialog{width:min(620px,100%)}.dialog-header{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--line)}.dialog-header span{color:var(--muted);font-size:9px}.dialog-header h2{margin:3px 0 0;font-size:17px}.dialog-body{padding:18px}.dialog-body .dialog-actions{margin-top:18px}.interview-dialog{width:min(700px,100%);max-height:calc(100dvh - 36px);overflow-y:auto}.interview-method{margin:0;padding:0;border:0}.interview-method .segmented-control button svg{width:15px;height:15px}.interviewer-field{margin:0;padding:0;border:0}.interviewer-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:150px;overflow-y:auto;padding:9px;border:1px solid var(--line);border-radius:6px;background:#fafbfc}.interviewer-options .check-control{min-width:0;padding:4px}.interviewer-options .check-control span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-dialog{width:min(700px,100%);max-height:calc(100dvh - 36px);overflow-y:auto}.feedback-rating-field{margin:0;padding:0;border:0}.rating-options{display:inline-flex;gap:6px}.rating-options button{width:38px;height:34px;border:1px solid var(--line-strong);border-radius:6px;color:#707987;background:#fff;cursor:pointer;font-size:13px;font-weight:700}.rating-options button:hover,.rating-options button.active{border-color:#d8a82b;color:#805d08;background:#fff7dc}.feedback-rating-field small{display:block;margin-top:7px;color:var(--muted);font-size:9px}.batch-dialog{width:min(620px,100%)}.batch-description{margin:0 0 18px;color:var(--muted);font-size:11px;line-height:1.6}.batch-result{margin-top:16px;padding:11px 12px;border:1px solid #c8e5d5;border-radius:6px;color:#246743;background:#f0faf4;font-size:11px;line-height:1.5}.batch-result.has-failures{border-color:#efd6a1;color:#805d08;background:#fff9e9}.batch-result ul{max-height:150px;margin:8px 0 0;padding-left:18px;overflow-y:auto;color:#7a5b18;font-size:10px}.interviews-summary>div{min-height:88px}.interviews-summary small{margin-top:5px;color:var(--muted-light);font-size:9px;line-height:1.35}.interview-workspace{overflow:hidden}.interview-filters{flex-wrap:wrap}.interview-period{flex:0 0 auto}.interview-filters .search-control{max-width:320px}.interview-filters .mine-filter{min-height:36px;padding:0 4px;white-space:nowrap}.interview-filter-hint{min-height:42px;display:flex;align-items:center;gap:16px;padding:8px 14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px}.interview-filter-hint>span{display:inline-flex;align-items:center;gap:6px}.interview-filter-hint svg{width:14px;height:14px;color:var(--primary)}.interview-filter-hint .text-button{margin-left:auto;font-size:10px}.interviews-table{min-width:1180px}.interview-time-cell,.interviewer-cell{min-width:104px;display:flex;flex-direction:column;gap:3px}.interview-time-cell strong{color:var(--ink);font-size:12px;white-space:nowrap}.interview-time-cell span,.interviewer-cell small{color:var(--muted);font-size:10px;white-space:nowrap}.interviewer-cell{min-width:120px;max-width:170px;align-items:flex-start}.interviewer-cell span{max-width:100%;overflow:hidden;color:#4b5561;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.interviewer-cell small{color:var(--muted-light)}.method-chip,.feedback-progress{display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:150px;min-height:25px;padding:4px 7px;border-radius:5px;font-size:10px;white-space:nowrap}.method-chip{color:#4d5967;background:#f1f3f5}.method-chip svg,.feedback-progress svg{width:14px;height:14px}.feedback-progress{max-width:120px}.feedback-pending{color:var(--warning);background:var(--warning-soft)}.feedback-complete{color:var(--positive);background:var(--positive-soft)}.feedback-muted{color:var(--muted);background:#eef0f2}.interview-mobile-record{padding:15px 14px 13px}.interview-mobile-title{min-width:0;display:flex;flex-direction:column;gap:3px}.interview-mobile-title span{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-mobile-time{display:flex;align-items:center;gap:6px;margin-top:12px;color:#46515d;font-size:11px}.interview-mobile-time svg{width:15px;height:15px;color:var(--primary)}.interview-mobile-time strong{font-size:11px}.interview-mobile-time span{color:var(--muted);font-size:10px}.interview-mobile-record .mobile-record-grid{align-items:center;margin-top:11px}.interview-mobile-record .mobile-record-grid span{min-height:22px}.interview-mobile-record .mobile-record-grid .feedback-pending,.interview-mobile-record .mobile-record-grid .feedback-complete,.interview-mobile-record .mobile-record-grid .feedback-muted{padding:3px 6px;border-radius:4px}@media(max-width:900px){.interview-filters .search-control{max-width:none}.interview-filter-hint{flex-wrap:wrap}}@media(max-width:640px){.interviews-summary>div{min-height:78px}.interview-filters{align-items:stretch}.interview-period{width:100%;overflow-x:auto}.interview-period button{flex:1}.interview-filters .search-control,.interview-filters .toolbar-select,.interview-filters .mine-filter,.interview-filters .button{width:100%;max-width:none}.interview-filters .mine-filter{justify-content:flex-start}.interview-filter-hint{align-items:flex-start;flex-direction:column;gap:5px}.interview-filter-hint .text-button{margin-left:0;padding-left:0}}.toast-region{position:fixed;z-index:120;top:72px;right:18px;width:min(360px,calc(100vw - 36px));display:flex;flex-direction:column;gap:7px}.toast{width:100%;min-height:46px;display:grid;grid-template-columns:20px 1fr 18px;gap:8px;align-items:center;padding:10px 11px;border:1px solid var(--line);border-radius:7px;color:#38414c;background:#fff;box-shadow:var(--shadow);cursor:pointer;text-align:left;font-size:11px}.toast-success>svg:first-child{color:var(--positive)}.toast-danger>svg:first-child{color:var(--danger)}.toast-info>svg:first-child{color:var(--primary)}.toast>svg:last-child{width:14px;height:14px;color:var(--muted)}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:14px}.dashboard-campaigns{grid-column:1 / -1}.dashboard-list{display:flex;flex-direction:column}.dashboard-list-row{min-width:0;min-height:64px;display:grid;grid-template-columns:auto minmax(180px,1fr) auto minmax(90px,auto) 20px;gap:12px;align-items:center;padding:10px 15px;border:0;border-bottom:1px solid var(--line);color:inherit;background:#fff;cursor:pointer;text-align:left;text-decoration:none}.dashboard-list-row:last-child{border-bottom:0}.dashboard-list-row:hover{background:#f8faff}.dashboard-row-main{min-width:0;display:flex;flex-direction:column;gap:3px}.dashboard-row-main strong{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.dashboard-row-main span,.dashboard-row-owner{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.record-icon.compact{width:34px;height:34px}.record-icon.compact svg{width:17px;height:17px}.pipeline-list{display:flex;flex-direction:column;gap:15px;padding:18px 16px 21px}.pipeline-row>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.pipeline-row span{color:var(--muted);font-size:10px}.pipeline-row strong{color:var(--ink);font-size:13px;font-variant-numeric:tabular-nums}.pipeline-track{height:7px;overflow:hidden;border-radius:4px;background:#edf0f3}.pipeline-track span{height:100%;display:block;border-radius:inherit;background:var(--primary);transition:width .2s ease}.candidates-center-table{min-width:1050px}.candidate-filters .search-control{max-width:420px}.candidate-filters .toolbar-select:first-of-type{width:210px}.candidate-filters .mine-filter{min-height:36px;padding:0 5px;white-space:nowrap}.pagination-bar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.pagination-bar>div{display:flex;gap:7px}.toolbar-count{margin-left:auto;color:var(--muted);font-size:10px;white-space:nowrap}.audit-table{min-width:820px}.audit-table tbody tr{cursor:default}.audit-action{width:max-content;max-width:100%;display:inline-flex;padding:4px 7px;border:1px solid #cdd8eb;border-radius:5px;color:#36547d;background:#f4f7fc;font-size:10px;font-weight:650;white-space:nowrap}.embedded-error{margin:14px}.public-page{min-height:100dvh;color:#22272e;background:#f4f5f6}.public-topbar{height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 max(20px,calc((100vw - 1080px)/2));border-bottom:1px solid var(--line);background:#fff}.public-brand{display:flex;align-items:center;gap:9px}.public-brand .brand-symbol{width:32px;height:32px}.public-brand strong{max-width:440px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secure-label{display:flex;align-items:center;gap:6px;color:var(--positive);font-size:10px}.secure-label svg{width:14px;height:14px}.public-loading,.public-error{min-height:calc(100dvh - 62px)}.public-hero{color:#fff;background:#29333d}.public-hero-inner{width:min(1080px,calc(100% - 40px));min-height:260px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:38px 0 42px}.public-eyebrow{color:#bec7cf;font-size:11px;font-weight:650}.public-hero h1{max-width:820px;margin:9px 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.22;font-weight:730}.public-hero p{max-width:720px;margin:0;color:#d1d6db;font-size:14px;line-height:1.65}.public-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.public-meta span{display:inline-flex;align-items:center;gap:6px;color:#e5e8eb;font-size:11px}.public-meta svg{width:15px;height:15px;color:#98b5f3}.public-content{width:min(1080px,calc(100% - 40px));margin:0 auto;padding:24px 0 48px}.public-section{padding:22px 0;border-bottom:1px solid var(--line-strong)}.public-section:last-child{border-bottom:0}.public-section-heading{margin-bottom:16px}.public-section-heading>span{color:var(--primary);font-size:10px;font-weight:750}.public-section-heading h2{margin:4px 0 0;font-size:20px}.public-job-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.public-job{position:relative;min-width:0;display:grid;grid-template-columns:22px 1fr;gap:10px;padding:16px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;cursor:pointer}.public-job:hover{border-color:#a9b8d8}.public-job.selected{border-color:var(--primary);box-shadow:inset 3px 0 var(--primary)}.public-job>input{position:absolute;opacity:0;pointer-events:none}.job-radio{width:20px;height:20px;display:grid;place-items:center;margin-top:1px;border:1px solid #bfc6ce;border-radius:50%;color:transparent;background:#fff}.public-job.selected .job-radio{color:#fff;border-color:var(--primary);background:var(--primary)}.job-radio svg{width:13px;height:13px;stroke-width:2.4}.public-job-main{min-width:0}.public-job-main>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.public-job h3{margin:0;font-size:15px}.public-job-main>div:first-child>span{padding:3px 6px;border-radius:4px;color:#425572;background:#edf1f6;font-size:9px;white-space:nowrap}.public-job-main>p{margin:8px 0;color:#606a75;font-size:11px;line-height:1.6}.public-job-meta{display:flex;flex-wrap:wrap;gap:10px;color:#707984;font-size:10px}.public-job-meta span{display:inline-flex;align-items:center;gap:4px}.public-job-meta svg{width:13px;height:13px}.public-job details{margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.public-job summary{display:flex;align-items:center;justify-content:space-between;color:var(--primary);cursor:pointer;font-size:10px;font-weight:650;list-style:none}.public-job summary::-webkit-details-marker,.announcement-section summary::-webkit-details-marker{display:none}.public-job details[open] summary svg,.announcement-section details[open] summary>svg{transform:rotate(180deg)}.job-detail-copy{margin-top:12px;color:#4b545f}.job-detail-copy strong{font-size:10px}.job-detail-copy p{margin:5px 0;font-size:10px;line-height:1.65;white-space:pre-wrap}.job-detail-copy ul{margin:5px 0 0;padding-left:17px;font-size:10px;line-height:1.7}.announcement-section details{border:1px solid var(--line);border-radius:7px;background:#fff}.announcement-section summary{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;cursor:pointer;list-style:none}.announcement-section summary span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.announcement-public-copy{padding:16px;border-top:1px solid var(--line);color:#424b56;font-size:12px;line-height:1.85;white-space:pre-wrap}.application-form-section{padding-top:28px}.closed-notice{display:flex;align-items:flex-start;gap:12px;padding:18px;border:1px solid #e4c993;border-radius:7px;color:#704817;background:#fff8eb}.closed-notice>svg{width:24px;height:24px}.closed-notice strong{font-size:13px}.closed-notice p{margin:4px 0 0;font-size:11px}.public-form{padding:22px;border:1px solid var(--line-strong);border-radius:8px;background:#fff}.public-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.option-field{margin:0;padding:0;border:0}.option-field legend{margin-bottom:9px}.option-field>.check-control{margin:0 16px 8px 0}.check-control.prominent{min-height:42px;padding:9px 11px;border:1px solid var(--line);border-radius:6px;background:#f8f9fa}.experience-field{min-width:0;margin:0;padding:0;border:0}.experience-field>legend{margin-bottom:9px;color:#414955;font-size:12px;font-weight:650}.experience-field em{color:var(--danger);font-style:normal}.experience-entry{margin-bottom:10px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#fafbfc}.experience-entry-head{min-height:32px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.experience-entry-head strong{color:#4b5561;font-size:10px}.experience-entry-head .icon-button{width:30px;height:30px;margin-top:-6px;margin-right:-6px}.add-experience{margin-top:2px}.file-field{cursor:pointer}.file-drop{min-height:74px;display:flex;align-items:center;gap:11px;padding:12px;border:1px dashed #afb7c1;border-radius:7px;color:#64707c;background:#fafbfc}.file-drop.selected{color:var(--positive);border-color:#92c3ae;background:#f2faf6}.file-drop>svg{width:24px;height:24px}.file-drop>span:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.file-drop strong{display:block;overflow:hidden;color:#343c45;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.file-drop small{color:var(--muted);font-size:9px}.privacy-consent{display:flex;align-items:flex-start;gap:9px;margin-top:20px;padding:13px;border:1px solid var(--line);border-radius:6px;color:#4e5863;background:#f7f8fa;font-size:10px;line-height:1.65;cursor:pointer}.public-form>.inline-alert{margin-top:14px}.public-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.public-submit-row>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px}.public-submit-row>span svg{width:13px;height:13px}.public-submit{min-width:150px}.public-footer{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 max(20px,calc((100vw - 1080px)/2));border-top:1px solid var(--line);color:var(--muted);background:#fff;font-size:9px}.candidate-portal-content{max-width:840px}.portal-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:34px 0 12px}.portal-heading h1{margin:8px 0 6px;color:var(--ink-strong);font-size:28px}.portal-heading p{margin:0;color:var(--muted);font-size:12px}.portal-section{padding-block:22px}.portal-stage{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:16px;border-left:3px solid var(--primary);background:var(--primary-soft)}.portal-stage strong{color:var(--primary);font-size:18px}.portal-stage span{color:var(--muted);font-size:12px}.portal-list{display:grid;gap:8px}.portal-list-item{display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:12px;padding:13px 15px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font-size:12px}.portal-list-item span{color:var(--muted)}.portal-list-item a{color:var(--primary);font-weight:650;text-decoration:none}.portal-offer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line);background:#fff}.portal-offer>div{display:flex;flex-direction:column;gap:5px;padding:13px 15px;border-bottom:1px solid var(--line)}.portal-offer>div:nth-child(odd){border-right:1px solid var(--line)}.portal-offer>div:nth-last-child(-n+2){border-bottom:0}.portal-offer span{color:var(--muted);font-size:11px}.portal-offer strong{font-size:13px}.portal-response{margin-top:14px;padding:14px;border:1px solid #d7e0f2;background:#f7f9ff}.portal-response p{margin:0 0 12px;color:#53617a;font-size:12px;line-height:1.6}.portal-footnote{display:flex;align-items:center;gap:6px;margin:24px 0 0;color:var(--muted);font-size:11px}.portal-footnote svg{width:14px;height:14px}.application-success{width:min(620px,calc(100% - 36px));min-height:calc(100dvh - 126px);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;padding:40px 0;text-align:center}.success-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:13px;border-radius:8px;color:var(--positive);background:var(--positive-soft)}.success-icon svg{width:30px;height:30px}.application-success>span{color:var(--positive);font-size:10px;font-weight:700}.application-success h1{margin:6px 0 18px;font-size:27px}.application-success>p{margin:0 0 5px;color:var(--muted);font-size:10px}.application-number{padding:9px 13px;border:1px solid var(--line);border-radius:6px;color:#2f3a47;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:16px}.success-details{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.success-details>div{display:grid;grid-template-columns:24px 1fr;gap:2px 8px;padding:16px;text-align:left}.success-details>div+div{border-left:1px solid var(--line)}.success-details svg{grid-row:span 2;color:var(--primary)}.success-details span{color:var(--muted);font-size:9px}.success-details strong{font-size:11px}.mobile-record-list{display:flex;flex-direction:column}.mobile-record{width:100%;display:block;padding:14px;border:0;border-bottom:1px solid var(--line);color:inherit;background:#fff;cursor:pointer;text-align:left;text-decoration:none}.mobile-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-record-head>div{min-width:0;display:flex;flex-direction:column;gap:3px}.mobile-record-head strong{color:var(--ink);font-size:13px}.mobile-record-head span{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-record-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;color:#626c78;font-size:10px}.mobile-record-grid span{display:inline-flex;align-items:center;gap:4px}.mobile-record-grid svg{width:13px;height:13px}@media(max-width:1180px){.wizard-steps button{padding-inline:8px;gap:6px}.step-index{width:27px;height:27px}.requirement-row{grid-template-columns:110px minmax(180px,1fr) 130px 36px}.field-builder-head,.field-builder-row{grid-template-columns:1.1fr .9fr 125px 112px 110px}.campaign-overview{flex-wrap:wrap}.campaign-window{min-width:280px}.campaign-job-list{order:3;width:100%;flex-basis:100%}}@media(max-width:900px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.app-sidebar{transform:translate(-102%);transition:transform .2s ease}.app-sidebar.open{transform:translate(0)}.sidebar-close{display:grid}.sidebar-backdrop{position:fixed;z-index:35;inset:0;border:0;background:#1114186b}.app-main{margin-left:0}.app-topbar{height:56px;padding:0 14px}.menu-button{display:grid}.topbar-user>span{display:none}.app-content{min-height:calc(100dvh - 56px);padding:18px 14px 30px}.page-header{align-items:flex-start;margin-bottom:16px}.page-title-block h1{font-size:21px}.summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-strip>div:nth-child(2){border-right:0}.summary-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-toolbar{flex-wrap:wrap}.section-toolbar .segmented-control{width:100%;overflow-x:auto}.section-toolbar .search-control{max-width:none}.mobile-step-select{height:54px;align-items:center;gap:10px;margin-bottom:12px;padding:8px 12px;border:1px solid var(--line);border-radius:7px;background:#fff}.mobile-step-select span{color:var(--muted);font-size:10px}.mobile-step-select select{min-width:0;flex:1;height:36px;padding:6px 9px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;font-size:12px}.wizard-section{min-height:0;padding:18px 16px 24px}.wizard-footer{left:0;height:60px;padding-inline:14px}.announcement-layout,.release-layout{grid-template-columns:1fr}.announcement-preview{position:static}.release-summary{padding-right:0;padding-bottom:20px;border-right:0;border-bottom:1px solid var(--line)}.field-builder{border:0;overflow:visible;gap:10px}.field-builder-row{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;border:1px solid var(--line);border-radius:7px}.field-builder-row:last-child{border-bottom:1px solid var(--line)}.field-options-cell{min-height:36px}.row-actions{justify-content:flex-end}.screening-row{grid-template-columns:minmax(160px,1fr) auto 24px}.screening-row .screening-score,.screening-row p{display:none}.public-job-list,.analytics-grid{grid-template-columns:1fr}.analytics-section+.analytics-section{border-top:1px solid var(--line);border-left:0}.dashboard-layout{grid-template-columns:1fr}.dashboard-campaigns{grid-column:auto}.candidate-filters .search-control{max-width:none}.candidate-filters .toolbar-select:first-of-type{width:190px}}@media(max-width:640px){.page-header{flex-direction:column;gap:12px}.page-actions{width:100%;justify-content:flex-start}.page-actions .button{flex:1}.summary-strip>div{padding:12px 14px}.summary-strip strong{font-size:21px}.section-toolbar .search-control{min-width:calc(100% - 46px)}.toolbar-select{width:calc(100% - 46px)}.form-grid.two-columns,.form-grid.three-columns{grid-template-columns:1fr}.span-2,.span-3{grid-column:span 1}.section-heading{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:18px}.section-heading.with-action{align-items:flex-start}.section-heading.with-action .button{width:100%}.heading-button-group{width:100%;flex-direction:column;align-items:stretch}.editor-block-body{padding:14px}.sub-editor{padding:2px 14px 14px}.requirement-row{grid-template-columns:1fr 36px;padding:9px 0;border-top:1px dashed var(--line)}.requirement-row input{grid-column:1 / -1;grid-row:1}.requirement-row select:first-child{grid-column:1;grid-row:2}.requirement-row select:nth-of-type(2){grid-column:1;grid-row:3}.requirement-row .icon-button{grid-column:2;grid-row:2}.field-builder-row{grid-template-columns:1fr}.field-options-cell,.row-actions{justify-content:flex-start}.rule-row{grid-template-columns:1fr 36px;padding:12px}.rule-number{display:none}.rule-fields{grid-column:1 / -1}.rule-delete{position:absolute;top:7px;right:7px}.announcement-preview article{min-height:420px}.definition-grid{grid-template-columns:1fr}.definition-grid>div:nth-child(odd),.definition-grid>div:nth-child(2n){padding:12px 0;border-left:0}.wizard-footer .button{min-width:105px}.campaign-overview{align-items:stretch}.campaign-window{min-width:0;width:100%}.campaign-quick-actions{width:100%}.campaign-quick-actions .button{flex:1;min-width:0;padding-inline:8px}.detail-tabs{gap:0;justify-content:space-between}.detail-tabs button{padding-inline:3px;font-size:10px}.detail-tabs button svg{display:none}.detail-tabs button span{display:none}.tab-section-header{align-items:flex-start;flex-direction:column}.tab-section-header .button{width:100%}.screening-row{grid-template-columns:minmax(130px,1fr) auto 20px;gap:7px;padding-inline:10px}.copy-field{flex-wrap:wrap}.copy-field input{flex-basis:100%}.candidate-facts,.answer-list{grid-template-columns:1fr}.candidate-facts>div{padding:10px 0}.offer-summary-grid{grid-template-columns:1fr}.offer-summary-grid>div:nth-child(odd),.offer-summary-grid>div:nth-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.offer-summary-grid>div:last-child{border-bottom:0}.offer-actions{justify-content:stretch}.offer-actions .button{flex:1 1 auto}.portal-copy-field{margin-top:12px}.roster-onboarding{grid-template-columns:1fr;align-items:stretch}.roster-onboarding .button,.roster-actions,.roster-actions .button{width:100%}.stage-control{grid-template-columns:1fr}.assignment-section{align-items:stretch;flex-direction:column}.assignment-control{width:100%;min-width:0}.funnel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-step{min-height:86px;border-bottom:1px solid var(--line)}.funnel-step:nth-child(2n){border-right:0}.funnel-step:after{display:none}.funnel-step:last-child{grid-column:1 / -1;border-bottom:0}.trend-chart{gap:3px}.trend-column>small{font-size:7px;transform:rotate(-45deg);transform-origin:center}.interview-item{grid-template-columns:54px minmax(0,1fr)}.interview-actions{grid-column:1 / -1;justify-content:flex-end;padding-top:6px;border-top:1px solid var(--line)}.interviewer-options{grid-template-columns:1fr}.auth-brand{padding-inline:18px}.auth-panel{padding:24px 18px}.public-topbar{height:58px;padding-inline:16px}.public-brand strong{max-width:210px}.secure-label span{display:none}.public-hero-inner,.public-content{width:min(100% - 28px,1080px)}.public-hero-inner{min-height:244px;padding-block:30px}.public-hero h1{font-size:28px}.public-meta{flex-direction:column;gap:8px;margin-top:19px}.public-section{padding-block:18px}.public-form{padding:16px 13px}.public-form-grid{grid-template-columns:1fr;gap:15px}.public-form-grid .span-2{grid-column:span 1}.file-drop .button{flex:0 0 auto}.public-submit-row{align-items:stretch;flex-direction:column}.public-submit-row>span{justify-content:center}.public-submit{width:100%}.public-footer{flex-direction:column;justify-content:center;gap:4px;padding-block:12px;text-align:center}.success-details{grid-template-columns:1fr}.success-details>div+div{border-top:1px solid var(--line);border-left:0}.dashboard-list-row{grid-template-columns:auto minmax(0,1fr) 18px;gap:9px;padding-inline:12px}.dashboard-list-row>.status-badge,.dashboard-row-owner{display:none}.batch-toolbar{align-items:flex-start;flex-wrap:wrap}.batch-toolbar>span{width:100%;order:3}.batch-toolbar-actions{margin-left:auto}.candidate-filters{align-items:stretch}.candidate-filters .search-control,.candidate-filters .toolbar-select,.candidate-filters .toolbar-select:first-of-type{width:100%;min-width:0;max-width:none}.candidate-filters .mine-filter,.candidate-filters .button{flex:1}.tag-create-control{grid-template-columns:1fr auto}.tag-color-picker{grid-column:1 / -1;grid-row:2}.pagination-bar{align-items:stretch;flex-direction:column}.pagination-bar>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.audit-filters .search-control,.audit-filters .toolbar-select{width:100%;max-width:none}.audit-filters .toolbar-count{margin-left:0}}@media(max-height:700px)and (min-width:901px){.app-sidebar{padding-block:10px}.brand-row{min-height:46px;padding-bottom:9px}.nav-label{margin-top:15px}.primary-nav a{min-height:38px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
