:root{font-family:Pretendard,Segoe UI,Malgun Gothic,system-ui,sans-serif;color:#172033;background:#f4f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}#root{min-height:100vh}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--bg: #f4f7fa;--panel: #ffffff;--panel-soft: #f8fafc;--ink: #172033;--muted: #64748b;--line: #dbe5ef;--primary: #1f3b63;--accent: #269c8c;--success: #12805c;--warning: #9a5b00;--radius: 8px;--shadow: 0 10px 28px rgba(15, 23, 42, .07)}*{box-sizing:border-box}body{margin:0;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,Segoe UI,Arial,sans-serif;background:var(--bg);font-variant-numeric:tabular-nums}body.modal-open{overflow:hidden}.app-shell{max-width:1480px;min-height:100vh;margin:0 auto;padding:14px var(--space-4);color:var(--ink);background:var(--bg);font-size:13px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-2)}.brand-link{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;min-width:230px;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.brand-logo{width:44px;height:44px;display:block;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(31,59,99,.14))}.page-kicker{display:block;margin-bottom:var(--space-1);color:var(--accent);font-size:11px;font-weight:900;letter-spacing:0}h1{margin:0;font-size:20px;font-weight:900;line-height:1.25;letter-spacing:0}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap}.auth-user-chip,.status-pill,.module-status{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.auth-user-chip{background:#e8eef6;color:#334155}.status-pill{margin-top:var(--space-2);background:#e9eef5;color:#42526b}.status-pill.connected,.badge-success{background:#dff7ee;color:var(--success)}.status-pill.error,.status-pill.missing,.badge-warning{background:#fff2d6;color:var(--warning)}.module-status{background:#e7f5f2;color:#087568}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-width:108px;min-height:36px;padding:0 var(--space-4);border:1px solid transparent;border-radius:7px;font:inherit;font-size:12px;font-weight:800;color:inherit;background:#fff;cursor:pointer}.btn:hover{background:#f8fafc}.btn-ghost{border-color:var(--line);color:#536479}.btn-quiet{min-width:80px;border-color:#d4deec;color:#52647c}.btn-primary{border-color:var(--primary);background:var(--primary);color:#fff}.btn-primary:hover{background:#17345c}.btn-success{border-color:var(--accent);background:var(--accent);color:#fff}.btn-success:hover{background:#218d7f}.btn-danger-soft{border-color:#fecaca;background:#fff1f2;color:#b42318}.btn-danger-soft:hover{background:#ffe4e6}.btn.active{box-shadow:inset 0 0 0 1px currentColor}.menu-tabs{display:flex;width:100%;align-items:center;justify-content:stretch;gap:0;margin-bottom:var(--space-2);padding:4px;overflow-x:auto;overflow-y:visible;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#f8fbffe0,#e4ecf8db);box-shadow:inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%)}.menu-group{flex:1 1 0;min-width:max-content;display:flex;align-items:center;justify-content:center;gap:3px;padding:0 5px;border-right:1px solid #d3deea}.menu-group:last-child{border-right:0}.menu-group-label{flex:0 0 auto;min-height:28px;display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:4px;padding:0 5px;border-radius:6px;color:var(--primary);font-size:11.5px;font-weight:900;line-height:28px;white-space:nowrap}.menu-group-label svg{width:13px;height:13px;color:var(--primary)}.menu-tab{position:relative;flex:1 1 auto;min-height:28px;min-width:max-content;padding:0 7px;border:0;border-radius:6px;background:transparent;color:#334155;font:inherit;font-size:12px;font-weight:800;line-height:28px;letter-spacing:0;white-space:nowrap;overflow:visible;text-overflow:clip;cursor:pointer}.menu-tab:hover,.menu-tab.active{background:linear-gradient(180deg,#ffffffe6,#eef7ffc7);color:var(--primary);box-shadow:0 2px 7px #0f172a1a,inset 0 0 0 1px #87abd87a,inset 0 1px #fffffff5}.panel,.sub-panel{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.panel{position:relative;box-shadow:var(--shadow)}.panel-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line);background:#fff}.panel-heading{display:flex;align-items:center;gap:var(--space-3)}.panel-heading-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.panel-heading-button:hover .panel-title{color:var(--primary)}.panel-heading svg{color:var(--accent)}.panel-head p{margin:var(--space-1) 0 0;color:var(--muted);font-size:12px}.panel-title{font-size:16px;font-weight:900}.workflow-head-actions{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;justify-content:flex-end}.table-tools{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line);background:#fff}.table-tools select,.search-input{min-height:36px;padding:0 10px;border:1px solid #d4deec;border-radius:7px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:700}.table-tools select{min-width:116px}.search-input{width:min(320px,100%);font-weight:600}.tool-spacer{flex:1}.toolbar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line);background:#fbfdff}.metric{min-height:60px;display:flex;flex-direction:column;justify-content:center;padding:var(--space-3);border:1px solid var(--line);border-radius:7px;background:var(--panel-soft)}.metric-label{margin-bottom:var(--space-1);color:var(--muted);font-size:12px;font-weight:800}.metric-value{font-size:22px;font-weight:900;line-height:1.25;font-variant-numeric:tabular-nums}.metric-button{width:100%;border-color:var(--line);color:inherit;text-align:left;cursor:pointer}.metric-button.active{border-color:#77c9bc;background:#eefbf8;box-shadow:inset 0 0 0 1px #9edbd2}.legacy-table-wrap{overflow:visible;padding:var(--space-3) var(--space-4) var(--space-4)}.panel.page-view.active:has(.legacy-talent-table){overflow:visible}.legacy-table-head{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:0 var(--space-3);border:1px solid var(--line);border-bottom:0;border-radius:7px 7px 0 0;background:#fff}.schema-warning{margin-bottom:var(--space-3)}.legacy-talent-table{min-width:1260px;border:1px solid var(--line);table-layout:fixed;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:12.5px}.talent-col-black,.talent-col-gender{width:5.3%}.talent-col-name{width:7.14%}.talent-col-age{width:6.12%}.talent-col-phone{width:10.2%}.talent-col-address{width:10.79%}.talent-col-nationality{width:8.8%}.talent-col-status{width:7.7%}.talent-col-workplace{width:11.8%}.talent-col-history{width:8.5%}.talent-col-resume{width:6.55%}.talent-col-memo,.talent-col-manage{width:6.8%}.legacy-talent-table .filter-row th{height:42px;padding:6px;background:#f8fafc}.legacy-talent-table input,.legacy-talent-table select{width:100%;min-height:30px;padding:0 8px;border:1px solid #d4deec;border-radius:6px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:800;line-height:1;text-align:center}.legacy-talent-table select{text-align:center;text-align-last:center}.legacy-talent-table option{font-size:12px;font-weight:700;text-align:left}.multi-filter{position:relative;z-index:5;width:100%;min-height:30px}.multi-filter[open]{z-index:60}.multi-filter summary{position:relative;min-height:30px;display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #d4deec;border-radius:6px;background:#fff;color:#334155;font-size:12px;font-weight:800;line-height:1;text-align:center;list-style:none;cursor:pointer}.multi-filter summary::-webkit-details-marker{display:none}.multi-filter summary:after{content:"▾";position:absolute;right:8px;color:#64748b;font-size:10px}.multi-filter-menu{position:absolute;z-index:20;top:calc(100% + 4px);left:0;width:max(100%,190px);max-height:260px;overflow-y:auto;padding:6px;border:1px solid #cbd8e7;border-radius:7px;background:#fff;box-shadow:0 14px 28px #0f172a29}.multi-filter-option{min-height:28px;display:flex;align-items:center;justify-content:flex-start;gap:7px;padding:0 6px;border-radius:5px;color:#1f2a44;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.multi-filter-option:hover{background:#edf6ff}.multi-filter-option input{width:13px;min-height:13px;margin:0;padding:0;text-align:left}.multi-filter-empty{display:block;padding:7px 6px;color:var(--muted);font-size:12px;text-align:left}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:var(--space-4);padding:var(--space-4)}.sub-panel-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:0 var(--space-4);border-bottom:1px solid var(--line);background:#f8fafc;font-size:13px;font-weight:900}.table-container{overflow-x:auto}.legacy-table-wrap .table-container{overflow:visible}.legacy-table-wrap .table-container,.new-applicants-shell .table-container{border:1px solid var(--line);border-radius:7px;background:#fff}.compact-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.compact-table th,.compact-table td{height:42px;padding:0 var(--space-3);border-bottom:1px solid #e5edf4;text-align:left;vertical-align:middle;white-space:nowrap}.compact-table th{background:#fff;color:#475569;font-size:11px;font-weight:900}.compact-table tr:last-child td{border-bottom:0}.flow-list{display:grid;gap:var(--space-2);padding:var(--space-4)}.flow-step{min-height:38px;display:flex;align-items:center;padding:0 var(--space-3);border:1px solid #dfe8f2;border-radius:7px;background:#fff;color:#475569;font-weight:800}.flow-step.active{border-color:#b9dfd8;background:#f1fbf8;color:#0f766e}.table-list{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:0 var(--space-4) var(--space-4)}.table-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:6px;background:#edf2f7;color:#334155;font-size:12px;font-weight:800}.module-shell{display:grid;gap:0}.shell-metrics{grid-template-columns:repeat(5,minmax(140px,1fr))}.shell-metrics-compact{grid-template-columns:repeat(4,minmax(160px,1fr))}.metric.active{border-color:#77c9bc;background:#eefbf8;box-shadow:inset 0 0 0 1px #9edbd2}.shell-tools{flex-wrap:wrap;align-items:center}.shell-filter-input{width:auto;min-width:112px;text-align:center;text-align-last:center}.shell-section-grid{display:grid;gap:var(--space-4);padding:var(--space-4)}.shell-table{min-width:760px;table-layout:fixed}.finance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-grid .shell-section:first-child,.finance-grid .shell-section:last-child{grid-column:1 / -1}.shell-section-hidden{display:none}.shell-table th,.shell-table td{text-align:center}.shell-table .filter-row th{height:42px;padding:6px;background:#f8fafc}.shell-table input{width:100%;min-height:30px;padding:0 8px;border:1px solid #d4deec;border-radius:6px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:700;text-align:center}.shell-empty-cell{height:72px;color:var(--muted);font-weight:800}.summary-pill{min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border-radius:999px;background:#edf2f7;color:#334155;font-size:12px;font-weight:900}.tiny-btn{min-height:28px;padding:0 10px;border:1px solid #cbd8e7;border-radius:6px;background:#fff;color:var(--primary);font:inherit;font-size:11.5px;font-weight:900;cursor:pointer}.calendar-shell-table{min-width:720px}.calendar-shell-table th,.calendar-shell-table td{height:78px}.talent-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:var(--space-4);padding:var(--space-4)}.talent-form{display:grid;gap:var(--space-3);padding:var(--space-4)}.form-row{display:grid;grid-template-columns:1fr;gap:var(--space-3)}.form-row.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-row.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.form-row.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.talent-form label{display:grid;gap:var(--space-1);color:#475569;font-size:12px;font-weight:900}.talent-form label:has(input[type=checkbox]){display:flex;align-items:center;gap:var(--space-2);min-height:36px;padding:0 10px;border:1px solid #d4deec;border-radius:7px;background:#fff;color:#334155}.talent-form input[type=checkbox]{width:16px;min-height:16px}.talent-form input,.talent-form select,.talent-form textarea{width:100%;min-height:36px;padding:0 10px;border:1px solid #d4deec;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:13px;font-weight:600}.talent-form input[type=file]{padding:6px 10px}.talent-form textarea{min-height:78px;padding:10px;resize:vertical}.field-note{color:var(--muted);font-size:11px;font-weight:700}.photo-form-row{align-items:start}.photo-field-preview{width:56px;height:70px;object-fit:cover;border:1px solid #d4deec;border-radius:6px;background:#f8fafc}.form-actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid.five-col{grid-template-columns:repeat(5,minmax(0,1fr))}.form-wide{grid-column:1 / -1}.career-table-wrap{padding:var(--space-4)}.career-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.career-table th,.career-table td{height:46px;padding:5px;border:1px solid #dbe5ef;text-align:center}.career-table th{background:#f3f7fb;color:#334155;font-weight:900}.career-table input{width:100%;min-height:36px;padding:0 10px;border:1px solid #cbd8e6;border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:12px;font-weight:600;text-align:center}.checkbox-group{display:grid;gap:var(--space-2)}.field-title{color:#475569;font-size:12px;font-weight:900}.job-chip-grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:var(--space-2)}.job-chip{min-height:40px;display:flex;align-items:center;gap:var(--space-2);padding:0 8px;border:1px solid #d4deec;border-radius:7px;background:#fff;color:#334155;font-size:12px;font-weight:800}.job-chip.selected{border-color:#72c7ba;background:#eefbf8;color:#0f766e}.job-chip input{width:14px;min-height:14px}.modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:var(--space-5);background:#0f172a6b}.modal-content{width:min(1180px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 26px 70px #0f172a38}.modal-header,.modal-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border-bottom:1px solid var(--line);background:#fff}.modal-title{margin:0;font-size:18px;font-weight:900}.modal-title-wrap{display:flex;align-items:center;gap:var(--space-3)}.modal-title-mark{width:40px;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #b9e5dc;border-radius:8px;background:linear-gradient(135deg,#effaf7,#eef4fb);color:var(--accent)}.modal-title-mark.danger{border-color:#fecaca;background:#fff1f2;color:#dc2626}.modal-header p{margin:var(--space-1) 0 0;color:var(--muted);font-size:12px;font-weight:700}.close-btn{width:34px;min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px;background:#fff;color:#475569;cursor:pointer}.modal-body{overflow:auto;padding:var(--space-4);background:#f8fafc}.modal-footer{border-top:1px solid var(--line);border-bottom:0;color:var(--muted);font-size:12px;font-weight:800}.modal-status-text{color:var(--primary);font-weight:900}.form-section{overflow:hidden;margin-bottom:var(--space-4);border:1px solid var(--line);border-radius:8px;background:#fff}.section-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:0 var(--space-4);border-bottom:1px solid #e5edf4;color:#172033;font-size:13px}.section-head span{color:var(--muted);font-size:11px;font-weight:800}.form-message{padding:var(--space-2) var(--space-3);border-radius:7px;background:#fff2d6;color:var(--warning);font-size:12px;font-weight:800}.talent-table td{overflow:hidden;text-overflow:ellipsis;color:#152033;font-weight:600}.legacy-talent-table th,.legacy-talent-table td{padding-right:6px;padding-left:6px;text-align:center}.legacy-talent-table th,.new-applicant-table th{background:#fff;color:#475569;font-size:11px;font-weight:900}.legacy-talent-table td,.new-applicant-table td{color:#0f2544;font-size:12px;font-weight:800}.table-result-count{min-height:34px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid #dce7f4;border-radius:7px;background:#f8fbff;color:#1f3b63;font-size:12.5px;font-weight:900;letter-spacing:0;white-space:nowrap}.table-actions-cell{display:flex;align-items:center;justify-content:center;gap:5px}.table-action{min-height:27px;min-width:36px;padding:0 7px;border:1px solid #cdd9e7;border-radius:6px;background:#fff;color:var(--primary);font:inherit;font-size:11px;font-weight:800;cursor:pointer}.table-action:disabled{opacity:.55;cursor:not-allowed}.table-action-danger{border-color:#fecaca;background:#fff7f7;color:#b42318}.icon-table-action{width:32px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d4deec;border-radius:6px;background:#fff;color:#64748b;cursor:pointer}.hidden-file-input{display:none}.integration-chip{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #d7e3f2;border-radius:7px;background:#fff;color:#1f3659;font-size:12px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 1px #0f172a05}.integration-chip:hover{border-color:#bad0ea;background:#f8fbff}.integration-dot{width:6px;height:6px;border-radius:999px;background:#3b82f6;flex:0 0 auto}.integration-chip.green .integration-dot{background:#2fa66a}.integration-chip.purple .integration-dot{background:#8b5cf6}.new-applicants-shell{gap:var(--space-3)}.new-applicants-shell .shell-metrics{grid-template-columns:repeat(5,minmax(140px,1fr));padding:var(--space-3) var(--space-4)}.new-applicants-shell .metric{min-height:60px;padding:var(--space-3)}.new-applicants-shell .metric-label{font-size:12px;font-weight:800}.new-applicants-shell .metric-value{font-size:22px;line-height:1.25}.new-applicants-shell .shell-section{margin:0 var(--space-4) var(--space-4)}.new-applicant-table{table-layout:fixed;font-size:12px}.new-applicant-table th,.new-applicant-table td{height:42px;padding-right:6px;padding-left:6px;text-align:center}.new-applicant-table input[type=checkbox]{width:14px;height:14px;margin:0;vertical-align:middle}.new-applicant-table th:nth-child(1){width:48px}.new-applicant-table th:nth-child(2){width:132px}.new-applicant-table th:nth-child(3){width:96px}.new-applicant-table th:nth-child(4){width:58px}.new-applicant-table th:nth-child(5){width:128px}.new-applicant-table th:nth-child(6){width:58px}.new-applicant-table th:nth-child(7){width:180px}.new-applicant-table th:nth-child(8){width:96px}.new-applicant-table th:nth-child(9){width:96px}.new-applicant-table th:nth-child(10){width:96px}.new-applicant-table th:nth-child(11){width:154px}.status-badge,.history-chip,.history-badge{min-height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:0;border-radius:999px;font:inherit;font-size:11.5px;font-weight:900;white-space:nowrap}.history-chip{cursor:pointer}.status-badge.info,.history-chip.info,.history-badge.info{background:#dbeafe;color:#1d4ed8}.status-badge.success,.history-chip.success,.history-badge.success{background:#dcfce7;color:#166534}.status-badge.warning,.history-chip.warning,.history-badge.warning{background:#fef3c7;color:#92400e}.status-badge.danger,.history-chip.danger,.history-badge.danger{background:#fee2e2;color:#991b1b}.history-chip.neutral,.history-badge.neutral{background:#f1f5f9;color:#334155}.small-modal{width:min(680px,100%)}.merge-modal{width:min(1040px,calc(100vw - 56px))}.merge-notice{margin-bottom:var(--space-3);padding:12px 14px;border:1px solid #d7e6f5;border-radius:8px;background:#f8fbff;color:#172033;font-size:12px;font-weight:800;line-height:1.55}.merge-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fff}.merge-table{width:100%;min-width:860px;border-collapse:collapse;table-layout:fixed}.merge-table th,.merge-table td{padding:12px 14px;border-bottom:1px solid #e3ebf3;color:#0f1f33;font-size:12px;font-weight:800;text-align:center;vertical-align:middle}.merge-table th{background:#f1f5f9;color:#334155;font-size:11px}.merge-table tr:last-child td{border-bottom:0}.merge-table tr.needs-choice td{background:#f8fbff}.merge-value{display:block;max-height:72px;overflow:auto;white-space:pre-wrap;word-break:break-word;line-height:1.55}.merge-choice-group{display:inline-flex;align-items:center;justify-content:center;gap:8px}.merge-choice-group label{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;border:1px solid #d7e6f5;border-radius:999px;background:#fff;color:#17345c;font-size:12px;font-weight:900;cursor:pointer}.merge-choice-group input{width:13px;min-height:13px}.small-modal:has(.resume-generate-box.photo-mode){width:min(900px,calc(100vw - 56px))}.small-modal:has(.resume-pdf-preview){width:min(1080px,calc(100vw - 56px))}.history-list{display:grid;gap:8px}.history-row{display:grid;grid-template-columns:96px 96px minmax(0,1fr) 92px;align-items:center;gap:8px;min-height:44px;padding:8px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#334155;font-size:12px;font-weight:700}.history-row strong{color:var(--ink);font-weight:900}.memo-body,.empty-state{min-height:80px;padding:14px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#334155;font-size:13px;font-weight:700;line-height:1.6;white-space:pre-wrap}.confirm-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#172033;font-size:13px;font-weight:800}.confirm-box strong{font-size:15px;font-weight:900}.confirm-box span{color:#52647c;font-size:12px}.confirm-box p{grid-column:1 / -1;margin:0;color:#334155;font-size:12px;font-weight:800}.confirm-box.stacked{grid-template-columns:1fr}.confirm-field{display:grid;gap:6px;color:#475569;font-size:12px;font-weight:900}.confirm-field input{width:100%;min-height:36px;padding:0 10px;border:1px solid #d4deec;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:13px;font-weight:600}.page-loading{min-height:44px;display:flex;align-items:center;justify-content:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--line);background:#f8fafc;color:#334155;font-size:12px;font-weight:900;pointer-events:none}.loading-spinner{width:18px;height:18px;border:2px solid #cbd8e7;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.table-loading-cell{height:92px;color:#334155;font-size:13px;font-weight:900}.table-loading-cell span{display:inline-flex;vertical-align:middle}.table-loading-spinner{margin-right:var(--space-2)}.loading-text{color:#334155;font-size:12px;font-weight:900}@keyframes spin{to{transform:rotate(360deg)}}.blacklist-modal{width:min(780px,100%)}.blacklist-modal-body{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:var(--space-4);background:#f8fafc}.blacklist-input-panel,.blacklist-check-panel{overflow:hidden;border:1px solid #d4deec;border-radius:8px;background:#fff}.blacklist-panel-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:0 var(--space-3);border-bottom:1px solid #dce7f4;background:#f8fafc;color:#172033;font-size:12px;font-weight:900}.blacklist-panel-head span{min-width:58px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffe4e6;color:#be123c}.blacklist-textarea{width:100%;min-height:280px;padding:16px;border:0;outline:0;color:#334155;font:inherit;font-size:12px;font-weight:700;line-height:1.65;resize:vertical}.blacklist-check-panel{padding-bottom:var(--space-3)}.blacklist-check-row{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin:var(--space-3) var(--space-3) 0;padding:0 var(--space-3);border:1px solid #dce7f4;border-radius:7px;background:#f8fbff;color:#334155;font-size:12px;font-weight:900}.blacklist-check-row strong{color:#172033;font-size:18px}.blacklist-modal .modal-footer{justify-content:flex-start}.resume-generate-box{display:grid;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--line);border-radius:8px;background:#fff;color:#172033;font-size:13px;font-weight:800}.resume-generate-box>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.resume-generate-box>div:first-child span,.resume-generate-box p{margin:0;color:#52647c;font-size:12px;font-weight:800}.resume-photo-crop-layout{display:grid;grid-template-columns:minmax(0,620px) 150px;gap:12px;align-items:start}.resume-photo-crop-stage{padding:8px;overflow:hidden;border:1px solid #cbd8e8;border-radius:8px;background:#f8fafc}.resume-photo-crop-canvas{width:100%;max-height:430px;display:block;border-radius:6px;background:#111827;cursor:move;touch-action:none;object-fit:contain}.resume-pdf-preview{height:min(62vh,660px);overflow:hidden;border:1px solid #d4deec;border-radius:8px;background:#111827}.resume-pdf-preview iframe{width:100%;height:100%;display:block;border:0;background:#111827}.resume-photo-crop-controls{display:flex;align-items:center;gap:8px;margin-top:10px}.resume-photo-crop-controls label{color:#1e293b;font-size:12px;font-weight:900;white-space:nowrap}.resume-photo-crop-controls input[type=range]{width:138px}.resume-photo-crop-list{display:grid;gap:8px;max-height:430px;overflow:auto}.resume-photo-thumb{display:grid;gap:4px;padding:6px;border:2px solid #d8e3f2;border-radius:8px;background:#fff;color:#64748b;font-size:12px;font-weight:800;line-height:1.2;text-align:center;cursor:pointer}.resume-photo-thumb.active{border-color:#14b8a6}.resume-photo-thumb img{width:100%;height:86px;display:block;object-fit:contain}.resume-status{min-height:42px;display:flex;align-items:center;gap:var(--space-2);padding:0 var(--space-3);border:1px solid #dce7f4;border-radius:7px;background:#f8fbff;color:#334155;font-size:12px;font-weight:900}.resume-status.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.resume-status.error{border-color:#fecdd3;background:#fff1f2;color:#be123c}.pagination-bar{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:0 var(--space-2);background:#fff;color:#52647c;font-size:12px;font-weight:800}.pagination-actions{display:flex;align-items:center;gap:var(--space-2)}.pagination-page{min-width:86px;color:var(--primary);text-align:center}.pagination-bar .btn{min-width:64px;min-height:30px;padding:0 10px}.pagination-bar .btn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1080px){.app-shell{padding:var(--space-4)}.topbar{align-items:flex-start;flex-direction:column}.top-actions{width:100%;justify-content:stretch}.top-actions .btn,.auth-user-chip{flex:1}.toolbar,.dashboard-grid,.talent-grid,.form-grid,.form-grid.five-col,.form-row.cols-2,.form-row.cols-3,.form-row.cols-4,.form-row.cols-5,.job-chip-grid{grid-template-columns:1fr}.menu-tabs,.table-tools{flex-wrap:wrap}}
