/* Vel Tech HR Recruitment - Updated Light Gradient SaaS Theme */
:root{--ink:#172033;--muted:#667085;--line:#e7edf7;--blue:#2563eb;--cyan:#06b6d4;--pink:#ec4899;--violet:#8b5cf6;--green:#16a34a;--red:#dc2626;--shadow:0 18px 48px rgba(16,24,40,.10);--soft:0 10px 28px rgba(16,24,40,.07)}
*{box-sizing:border-box}
body{margin:0;color:var(--ink);font:15px/1.45 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 8% 2%,rgba(236,72,153,.15),transparent 28%),radial-gradient(circle at 90% 4%,rgba(37,99,235,.18),transparent 30%),radial-gradient(circle at 55% 0%,rgba(6,182,212,.12),transparent 34%),linear-gradient(135deg,#fff7fb,#f4f8ff 42%,#f8fbff);min-height:100vh}
.wrap,.hr-wrap{max-width:1240px;margin:0 auto;padding:22px}
.top,.hr-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:24px;border-radius:30px;color:#fff;margin-bottom:18px;background:linear-gradient(135deg,#1e3a8a,#2563eb 42%,#8b5cf6 70%,#ec4899);box-shadow:0 22px 52px rgba(37,99,235,.24)}
.top:before,.hr-hero:before{content:"";position:absolute;width:210px;height:210px;right:-70px;top:-80px;border-radius:50%;background:rgba(255,255,255,.16)}
.title,.hr-hero-main,.actions,.hr-hero-actions{position:relative;z-index:2}.actions,.hr-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.college-head,.hr-college{font-size:13px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.college-addr,.hr-address{font-size:12px;color:rgba(255,255,255,.84);margin:4px 0 12px}
.top h1,.hr-hero h1{font-size:30px;margin:0;letter-spacing:-.04em}.top p,.hr-hero p,.title p{margin:8px 0 0;color:rgba(255,255,255,.88)}
.card,.stat,.hr-card,.hr-stat,.hr-step{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(231,237,247,.95);border-radius:24px;box-shadow:var(--soft);padding:20px;margin-bottom:16px;transition:.2s}
.card:hover,.stat:hover,.hr-card:hover,.hr-stat:hover,.hr-step:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.grid,.hr-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.col-2,.hr-col-2{grid-column:span 2}.col-3,.hr-col-3{grid-column:span 3}.col-4,.hr-col-4{grid-column:span 4}.col-5,.hr-col-5{grid-column:span 5}.col-6,.hr-col-6{grid-column:span 6}.col-8,.hr-col-8{grid-column:span 8}.col-12,.hr-col-12{grid-column:span 12}
.section-title,.hr-section-title{font-size:21px;margin:2px 0 14px;letter-spacing:-.02em}.muted,.hr-muted{color:var(--muted)}.small,.hr-small{font-size:12px}
label{display:block;font-weight:780;margin-bottom:7px;color:#23304a}
input,select,textarea{width:100%;border:1px solid #d8e0ed;border-radius:15px;padding:12px 13px;background:rgba(255,255,255,.96);outline:none;font:inherit;transition:.18s}textarea{min-height:96px}
input:focus,select:focus,textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.btn,.btn2,.btn-danger,.hr-btn,.hr-btn-soft{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:15px;padding:11px 16px;text-decoration:none;cursor:pointer;font-weight:900;transition:.18s;white-space:nowrap}
.btn,.hr-btn{background:linear-gradient(135deg,#2563eb,#7c3aed,#ec4899);color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.20)}.btn2,.hr-btn-soft{background:rgba(255,255,255,.92);color:#1e3a8a;border:1px solid #c7d2fe}.btn-danger{background:#fee2e2;color:#991b1b}
.btn:hover,.btn2:hover,.hr-btn:hover,.hr-btn-soft:hover{transform:translateY(-1px)}
.table-wrap,.hr-table-wrap{overflow:auto;border-radius:20px;border:1px solid var(--line);background:#fff}.table,.hr-table{width:100%;border-collapse:collapse;background:#fff}
.table th,.table td,.hr-table th,.hr-table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.table th,.hr-table th{font-size:12px;text-transform:uppercase;letter-spacing:.025em;background:linear-gradient(135deg,#eef6ff,#fff1f7);color:#1f3b66}.table tr:hover td,.hr-table tr:hover td{background:#fbfdff}
.badge,.pill,.hr-badge,.hr-pill{display:inline-flex;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900;background:linear-gradient(135deg,#eff6ff,#fdf2f8);border:1px solid #bfdbfe;color:#1e3a8a}.pill,.hr-pill{background:#fff;border-color:#e5e7eb;color:#334155}
.stats,.hr-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat strong,.hr-stat strong{font-size:30px}.stepper,.hr-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}.step,.hr-step{border-radius:18px}.step b,.hr-step b{display:block;color:#1d4ed8}
.notice,.hr-notice{padding:15px;border-radius:18px;background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}.err,.hr-error{padding:15px;border-radius:18px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.footer,.hr-footer{text-align:center;font-size:12px;color:var(--muted)}.right,.hr-right{text-align:right}
@media(max-width:900px){.wrap,.hr-wrap{padding:12px}.top,.hr-hero{display:block;border-radius:24px}.actions,.hr-hero-actions{margin-top:14px}.grid,.stats,.stepper,.hr-grid,.hr-stats,.hr-stepper{display:block}.grid>*,.hr-grid>*{margin-bottom:12px}.table,.hr-table{font-size:13px}}

/* Public application enhancements */
.hr-public-wrap{max-width:1240px;margin:0 auto;padding:22px}
.hr-public-hero{position:relative;overflow:hidden;padding:28px;border-radius:30px;color:#fff;margin-bottom:18px;background:linear-gradient(135deg,#172554,#2563eb 42%,#7c3aed 70%,#db2777);box-shadow:0 22px 52px rgba(37,99,235,.24)}
.hr-public-hero:after{content:"";position:absolute;right:-85px;top:-95px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.14)}
.hr-public-hero>*{position:relative;z-index:1}.hr-public-hero h1{font-size:32px;margin:0;letter-spacing:-.04em}.hr-public-hero p{max-width:860px;color:rgba(255,255,255,.88);margin:9px 0 0}
.hr-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.hr-card-head h2{margin:0;font-size:21px}.hr-card-head span{font-size:12px;color:var(--muted)}
.hr-rowbox{border:1px solid #dbeafe;border-radius:20px;padding:16px;margin-bottom:13px;background:linear-gradient(135deg,#fff,#f8fbff)}
.hr-required:after{content:" *";color:var(--red)}
.hr-hint{font-size:12px;color:var(--muted);margin:6px 0 0}.hr-mini{font-size:12px;color:var(--muted);font-weight:700}
.hr-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.hr-right{text-align:right}
.hr-error-box{display:none;margin:10px 0 0;padding:12px 14px;border-radius:15px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-weight:750}.hr-rowbox.has-error{border-color:#fca5a5;background:#fff7f7}
.hr-program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hr-check-card{display:flex;gap:10px;align-items:flex-start;border:1px solid #dbeafe;border-radius:16px;padding:12px;background:linear-gradient(135deg,#fff,#f8fbff);cursor:pointer;transition:.18s}.hr-check-card:hover{transform:translateY(-1px);box-shadow:var(--soft)}.hr-check-card input{width:auto;margin-top:3px;flex:0 0 auto}.hr-check-card span{font-weight:760;color:#24324b}
.hr-selected-count{display:inline-flex;padding:6px 11px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:12px;font-weight:900}
.hr-policy-box{border:1px solid #c7d2fe;border-radius:20px;padding:18px;background:linear-gradient(135deg,#eff6ff,#fdf2f8)}.hr-policy-box h3{margin:0 0 9px}.hr-policy-box p{margin:7px 0}.hr-policy-box ul{margin:8px 0 12px;padding-left:20px}.hr-policy-box li{margin:6px 0}.hr-policy-links{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}.hr-policy-links a{font-weight:850;color:#1d4ed8}
.hr-consent{display:flex;gap:10px;align-items:flex-start;margin:11px 0;padding:12px;border:1px solid rgba(199,210,254,.85);border-radius:15px;background:rgba(255,255,255,.72)}.hr-consent input{width:auto;margin-top:3px;flex:0 0 auto}.hr-consent label{margin:0;font-weight:700}
.hr-human-check{max-width:330px}.hr-submit-bar{position:sticky;bottom:12px;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:16px;padding:14px 16px;border:1px solid #dbeafe;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px rgba(16,24,40,.14);backdrop-filter:blur(12px)}
.hr-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.hr-policy-page{max-width:960px;margin:0 auto;padding:22px}.hr-policy-page .hr-card h2{margin-top:25px}.hr-policy-page .hr-card h2:first-child{margin-top:0}.hr-policy-page .hr-card p,.hr-policy-page .hr-card li{line-height:1.7}.hr-policy-page .hr-card ul{padding-left:22px}
.hr-security-note{padding:13px 15px;border-radius:16px;background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;font-weight:700}
.hr-file-note{font-size:12px;color:var(--muted);margin-top:5px}
.hr-field-invalid{border-color:#ef4444!important;box-shadow:0 0 0 4px rgba(239,68,68,.10)!important}
.hr-success-number{font-size:25px;font-weight:950;letter-spacing:.02em;color:#1d4ed8;background:#eff6ff;border:1px dashed #93c5fd;border-radius:15px;padding:13px 16px;display:inline-block}
.hr-error-page{max-width:760px;margin:60px auto;padding:22px}.hr-error-page .hr-card{border-color:#fecaca}.hr-error-page h1{color:#991b1b}
@media(max-width:900px){.hr-public-wrap,.hr-policy-page{padding:12px}.hr-public-hero{border-radius:24px;padding:22px}.hr-public-hero h1{font-size:25px}.hr-program-grid{grid-template-columns:1fr}.hr-submit-bar{position:static;display:block}.hr-submit-bar .hr-btn{width:100%;margin-top:12px}}

/* Experience review, HR administration and printing */
.hr-warning-box{display:none;margin:10px 0 0;padding:13px 15px;border-radius:15px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;font-weight:750}
.hr-warning-box ul,.hr-error-box ul{margin:8px 0 0;padding-left:20px}
.hr-rowbox.has-overlap{border-color:#f87171;background:linear-gradient(135deg,#fff7f7,#fff)}
.hr-rowbox.has-gap{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}
.hr-gap-panel{padding:15px;border-radius:17px;background:#fffbeb;border:1px solid #fcd34d}
.hr-gap-title{font-weight:900;color:#92400e;margin-bottom:9px}
.hr-stat-link{text-decoration:none;color:inherit;display:block}.hr-stat-link span{display:block;color:var(--muted);font-weight:800;margin-bottom:6px}
.hr-admin-table td{min-width:110px}.hr-admin-table td:nth-child(4){min-width:260px}.hr-admin-table td:nth-child(5){min-width:210px}
.hr-row-flagged td{background:#fffaf5}.hr-row-flagged:hover td{background:#fff7ed!important}
.hr-review-badge{display:inline-flex;align-items:center;margin:2px 4px 2px 0;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:950;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8}
.hr-review-high{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hr-review-medium{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.hr-review-clear{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}
.hr-empty{text-align:center!important;padding:28px!important;color:var(--muted)}
.hr-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px}
.hr-wrap-text{white-space:normal;line-height:1.5}
.hr-page-actions{justify-content:flex-end;margin-bottom:14px}
.hr-application-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.hr-application-title h2{margin:3px 0 9px;font-size:28px}
.hr-applicant-photo{width:120px;height:145px;object-fit:cover;border-radius:18px;border:1px solid var(--line);box-shadow:var(--soft)}
.hr-review-card{border-color:#fecaca}.hr-review-alert{padding:14px 15px;border-radius:16px;margin-bottom:11px}.hr-review-alert p{margin:8px 0 0}.hr-alert-high{background:#fef2f2;border:1px solid #fecaca;color:#7f1d1d}.hr-alert-medium{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}
.hr-review-resolution{display:flex;gap:10px;align-items:flex-end;margin-top:10px}.hr-review-resolution textarea{min-height:68px;background:#fff}.hr-review-resolution .hr-btn-soft{flex:0 0 auto}
.hr-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hr-detail-grid>div{border:1px solid var(--line);border-radius:16px;padding:13px;background:#fbfdff;min-width:0}.hr-detail-grid span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:5px}.hr-detail-grid strong{display:block;overflow-wrap:anywhere}.hr-detail-wide{grid-column:span 2}
.hr-experience-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-bottom:14px}.hr-experience-summary>div{padding:13px;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff}.hr-experience-summary span{display:block;font-size:12px;color:var(--muted);font-weight:800}.hr-experience-summary strong{display:block;margin-top:5px}
.hr-gap-record{padding:14px 15px;border-radius:16px;background:#fffbeb;border:1px solid #fcd34d;margin-bottom:11px}.hr-gap-record p{margin:8px 0 0}
.hr-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hr-document-item{border:1px solid var(--line);border-radius:14px;padding:12px;background:#fbfdff}.hr-doc-link{font-weight:850;color:#1d4ed8;overflow-wrap:anywhere}
.print-only{display:none}.hr-print-page{background:#fff}.hr-print-sheet{max-width:1600px;margin:0 auto;padding:18px}.hr-print-header{text-align:center;margin-bottom:16px}.hr-print-header h1{font-size:22px;margin:0}.hr-print-header p{font-size:16px;font-weight:850;margin:6px 0}.hr-print-list{font-size:11px}.hr-print-list th,.hr-print-list td{padding:7px}
.hr-print-signatures{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:55px}.hr-print-signatures>div{text-align:center;border-top:1px solid #334155;padding-top:7px;font-weight:800}
@media(max-width:900px){.hr-detail-grid,.hr-experience-summary,.hr-document-grid{display:block}.hr-detail-grid>div,.hr-experience-summary>div,.hr-document-item{margin-bottom:10px}.hr-detail-wide{grid-column:auto}.hr-application-title{align-items:flex-start}.hr-applicant-photo{width:90px;height:110px}}
@media print{
  @page{size:A4 landscape;margin:10mm}
  body{background:#fff!important;font-size:10px;color:#000}
  .no-print,.hr-hero,.hr-footer,.hr-btn,.hr-btn-soft{display:none!important}
  .print-only{display:inline!important}
  .hr-wrap,.hr-print-sheet{max-width:none;padding:0}
  .hr-card{box-shadow:none!important;border:1px solid #b7c0cc!important;border-radius:0!important;padding:10px!important;margin-bottom:8px!important;break-inside:avoid}
  .hr-card:hover{transform:none!important}
  .hr-card-head{margin-bottom:7px}.hr-card-head h2{font-size:14px}
  .hr-table-wrap{overflow:visible;border-radius:0}.hr-table{font-size:8.5px;table-layout:auto}.hr-table th,.hr-table td{padding:4px;border:1px solid #cbd5e1}
  .hr-detail-grid{grid-template-columns:repeat(4,1fr);gap:5px}.hr-detail-grid>div{padding:6px;border-radius:0;background:#fff}
  .hr-experience-summary{grid-template-columns:repeat(5,1fr);gap:5px}.hr-experience-summary>div{padding:6px;border-radius:0;background:#fff}
  .hr-review-alert,.hr-gap-record{padding:7px;border-radius:0;break-inside:avoid}
  .hr-applicant-photo{width:75px;height:90px;border-radius:0}
  .hr-application-title h2{font-size:18px}
  .hr-print-signatures{margin-top:35px}
}



.hr-profile-consent-required{border:1px solid #f59e0b;border-radius:18px;padding:12px;background:#fffbeb}
.hr-profile-link,.hr-profile-mini{display:inline-flex;align-items:center;gap:5px;margin-top:6px;margin-right:6px;padding:6px 10px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;text-decoration:none;font-weight:800;font-size:12px}
.hr-profile-link:hover,.hr-profile-mini:hover{background:#dbeafe}
.hr-warning-text{color:#92400e}
.hr-print-only{display:none}
@media print{.hr-print-only{display:inline}.hr-profile-link{display:none!important}}

/* ORCID and Scopus publication review */
.hr-research-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.hr-research-provider-card{border:1px solid var(--line);border-radius:22px;padding:17px;background:linear-gradient(145deg,#fff,#f8fbff);min-width:0}
.hr-research-provider-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}
.hr-research-provider-head h3{margin:4px 0 2px;font-size:20px}.hr-provider-name{font-size:11px;font-weight:950;letter-spacing:.08em;color:#1d4ed8}
.hr-api-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap;border:1px solid}
.hr-api-success{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.hr-api-config{background:#fffbeb;border-color:#fde68a;color:#92400e}.hr-api-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.hr-research-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:12px}.hr-research-metrics>div{border:1px solid #dbeafe;border-radius:14px;padding:10px;background:#fff}.hr-research-metrics span{display:block;font-size:11px;color:var(--muted);font-weight:800}.hr-research-metrics strong{display:block;font-size:18px;margin-top:4px}
.hr-research-affiliation,.hr-research-api-message{padding:12px 13px;border-radius:14px;background:#f8fafc;border:1px solid var(--line);margin-bottom:12px}.hr-research-api-message{color:#7c2d12;background:#fff7ed;border-color:#fed7aa}
.hr-inline-form{display:inline-flex;margin:0}.hr-publication-list{margin-top:15px}.hr-publication-list-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:9px}.hr-publication-list-head span{font-size:12px;color:var(--muted)}
.hr-publication-table{font-size:12px}.hr-publication-table td:nth-child(2){min-width:300px}.hr-publication-table td:nth-child(3){min-width:180px}.hr-empty-publications{padding:18px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:14px}.hr-publication-limit{margin-top:9px}
.hr-research-disclaimer{margin-top:14px;padding:11px;border-top:1px solid var(--line)}.hr-profile-metric{margin:4px 0;color:#334155}.hr-profile-publications-link{font-size:12px;font-weight:850;color:#6d28d9;text-decoration:none}.hr-profile-publications-link:hover{text-decoration:underline}
@media(max-width:1100px){.hr-research-provider-grid{grid-template-columns:1fr}.hr-research-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hr-research-metrics{display:block}.hr-research-metrics>div{margin-bottom:8px}.hr-research-provider-head{display:block}.hr-api-status{margin-top:8px}}
@media print{.hr-research-provider-grid{display:block}.hr-research-provider-card{border-radius:0;margin-bottom:8px;padding:8px;break-inside:auto}.hr-research-metrics{grid-template-columns:repeat(4,1fr)}.hr-publication-table{font-size:7.5px}.hr-research-disclaimer{font-size:8px}}

/* Authorized ORCID / Scopus count confirmation */
.hr-research-verification-panel{margin-top:18px;padding:16px;border:1px solid #c7d2fe;border-radius:18px;background:linear-gradient(145deg,#f8faff,#fff)}
.hr-research-verification-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}.hr-research-verification-head h4{font-size:17px;margin:3px 0 0}.hr-eyebrow{display:block;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#5b21b6}
.hr-verification-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:950;white-space:nowrap;border:1px solid}.hr-verification-confirmed{background:#ecfdf5;border-color:#86efac;color:#166534}.hr-verification-clarification{background:#fff7ed;border-color:#fdba74;color:#9a3412}.hr-verification-pending{background:#f8fafc;border-color:#cbd5e1;color:#475569}
.hr-verified-summary{display:grid;gap:5px;margin-bottom:12px;padding:11px 12px;border:1px solid #dbeafe;border-radius:14px;background:#fff}.hr-research-source-changed{margin:10px 0;padding:11px 12px;border-radius:13px;border:1px solid #fbbf24;background:#fffbeb;color:#92400e;font-size:12px;font-weight:750}
.hr-confirmed-counts-print{margin-top:10px}.hr-count-table td:first-child,.hr-count-entry-table td:first-child{min-width:220px}.hr-count-table th:nth-child(n+2),.hr-count-table td:nth-child(n+2),.hr-count-entry-table th:nth-child(n+2),.hr-count-entry-table td:nth-child(n+2){text-align:center}.hr-count-entry-table input{max-width:130px;margin:0 auto;padding:8px 10px;border-radius:10px}.hr-count-total td{background:#eef2ff!important;font-weight:900}
.hr-research-confirm-form{display:grid;gap:11px;margin-top:14px;padding-top:14px;border-top:1px dashed #c7d2fe}.hr-research-confirm-form textarea{min-height:82px}.hr-consent-line{display:flex;align-items:flex-start;gap:9px;padding:11px;border:1px solid #dbeafe;border-radius:13px;background:#fff;font-weight:700}.hr-consent-line input{width:auto;flex:0 0 auto;margin-top:3px}
.hr-publication-category{display:inline-flex;padding:4px 8px;border-radius:999px;background:#f5f3ff;border:1px solid #ddd6fe;color:#5b21b6;font-size:10px;font-weight:850;white-space:normal}
.hr-mini-verification{margin-top:4px;padding:4px 7px;border-radius:8px;font-size:10px;font-weight:900}.hr-mini-confirmed{background:#ecfdf5;color:#166534}.hr-mini-clarification{background:#fff7ed;color:#9a3412}.hr-mini-pending{background:#f1f5f9;color:#475569}
@media(max-width:700px){.hr-research-verification-head{display:block}.hr-verification-badge{margin-top:8px}.hr-count-table td:first-child,.hr-count-entry-table td:first-child{min-width:170px}}
@media print{.hr-research-verification-panel{border-radius:0;padding:7px;break-inside:auto}.hr-verification-badge{border:1px solid #64748b;background:#fff!important;color:#000!important}.hr-verified-summary{border-radius:0;padding:6px}.hr-confirmed-counts-print{overflow:visible}.hr-publication-category{border:0;padding:0;background:none;color:#000}.hr-research-source-changed{border-radius:0;padding:5px}}
.hr-verification-history{margin-top:12px;border:1px solid #dbeafe;border-radius:14px;background:#fff;overflow:hidden}.hr-verification-history summary{cursor:pointer;padding:11px 13px;font-weight:900;color:#1e3a8a}.hr-verification-history[open] summary{border-bottom:1px solid #dbeafe}.hr-verification-history .hr-table-wrap{border:0;border-radius:0}

/* Single-page guest + Google applicant entry */
.hr-entry-shell{display:grid;gap:14px;margin:0 0 20px;padding:22px;border:1px solid #dbe6f5;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(241,247,255,.94));box-shadow:0 18px 42px rgba(15,23,42,.08)}
.hr-entry-intro h2{margin:3px 0 6px;font-size:25px;letter-spacing:-.03em}.hr-entry-intro p{margin:0;color:#64748b}.hr-step-kicker{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e0e7ff;color:#3730a3;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.hr-entry-option{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;text-align:left;border:1px solid #dce5f2;border-radius:22px;padding:17px;background:#fff;color:#172033;box-shadow:0 8px 20px rgba(15,23,42,.045);transition:.2s}.hr-entry-option:hover{transform:translateY(-1px);border-color:#a5b4fc;box-shadow:0 14px 30px rgba(37,99,235,.09)}button.hr-entry-option{cursor:pointer}.hr-entry-option.is-active{border-color:#6366f1;box-shadow:0 0 0 4px rgba(99,102,241,.10),0 14px 34px rgba(37,99,235,.10);background:linear-gradient(135deg,#fff,#f5f7ff)}
.hr-entry-number{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#e0e7ff;color:#3730a3;font-size:18px;font-weight:950}.hr-google-mark{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);color:#fff}.hr-entry-copy{display:grid;gap:4px}.hr-entry-copy strong{font-size:17px}.hr-entry-copy small{color:#64748b;font-size:13px;line-height:1.45}.hr-entry-state{padding:7px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:900}.hr-entry-option.is-active .hr-entry-state{background:#4f46e5;color:#fff}
.hr-entry-divider{display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:11px;font-weight:900;letter-spacing:.12em}.hr-entry-divider:before,.hr-entry-divider:after{content:"";height:1px;flex:1;background:#dbe4ef}.hr-entry-divider span{padding:0 4px}
.hr-google-entry{grid-template-columns:auto 1fr}.hr-google-entry.is-active{border-color:#4285f4}.hr-google-consent-row,.hr-google-signed,.hr-google-config-note,.hr-google-button,.hr-google-entry>.hr-error-box{grid-column:1/-1}.hr-google-consent-row{display:flex;gap:10px;align-items:flex-start;padding:13px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.hr-google-consent-row input{width:auto;margin-top:3px}.hr-google-consent-row label{margin:0;font-size:13px;font-weight:600;color:#475569}.hr-google-button{min-height:46px;display:flex;align-items:center;justify-content:center}.hr-google-wait{font-size:13px;color:#64748b}.hr-google-config-note{padding:12px 14px;border-radius:15px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-size:13px}.hr-google-signed{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 15px;border-radius:17px;background:#ecfdf5;border:1px solid #bbf7d0}.hr-google-signed div{display:grid;gap:3px}.hr-google-signed span{font-size:11px;font-weight:900;color:#047857;text-transform:uppercase;letter-spacing:.06em}.hr-google-signed strong{color:#064e3b;overflow-wrap:anywhere}.hr-entry-current{padding:12px 14px;border-radius:16px;background:#172554;color:#fff;font-weight:800;font-size:13px}
@media(max-width:700px){.hr-entry-shell{padding:15px;border-radius:22px}.hr-entry-option{grid-template-columns:auto 1fr;padding:14px}.hr-entry-state{grid-column:2;justify-self:start}.hr-google-signed{display:grid}.hr-google-signed .hr-btn-soft{width:100%}}

/* ======================================================================
   VHT Careers 2026 — Instagram Aurora UI refresh
   Applied to public application and protected recruitment pages.
   ====================================================================== */
:root{
  --ig-orange:#ff7a18;
  --ig-pink:#ff2d8d;
  --ig-magenta:#d62976;
  --ig-purple:#8a3ffc;
  --ig-indigo:#5b4bff;
  --ig-blue:#2f80ed;
  --ig-cyan:#31c8ff;
  --aurora-gradient:linear-gradient(120deg,var(--ig-orange) 0%,var(--ig-pink) 25%,var(--ig-purple) 56%,var(--ig-blue) 82%,var(--ig-cyan) 100%);
  --aurora-soft:linear-gradient(135deg,rgba(255,122,24,.10),rgba(255,45,141,.08) 35%,rgba(138,63,252,.09) 68%,rgba(49,200,255,.10));
  --glass:rgba(255,255,255,.78);
  --glass-strong:rgba(255,255,255,.93);
  --ink:#182035;
  --muted:#68738a;
  --line:rgba(113,122,151,.18);
  --shadow:0 24px 70px rgba(77,44,138,.12);
  --soft:0 14px 38px rgba(57,47,113,.08);
}
html{scroll-behavior:smooth}
body{
  position:relative;
  overflow-x:hidden;
  color:var(--ink);
  background:
    radial-gradient(circle at 6% 2%,rgba(255,45,141,.18),transparent 24%),
    radial-gradient(circle at 94% 7%,rgba(47,128,237,.20),transparent 27%),
    radial-gradient(circle at 50% 22%,rgba(138,63,252,.11),transparent 25%),
    linear-gradient(145deg,#fff8fc 0%,#f8f6ff 42%,#f2fbff 100%);
  background-attachment:fixed;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  opacity:.42;
  pointer-events:none;
  background-image:linear-gradient(rgba(96,76,158,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(96,76,158,.035) 1px,transparent 1px);
  background-size:34px 34px;
}
::selection{background:rgba(214,41,118,.20);color:#41104e}
a{transition:color .22s ease,transform .22s ease,opacity .22s ease}

.hr-public-wrap{position:relative;max-width:1320px;padding:22px 28px 48px;isolation:isolate}
.hr-aurora-orb{position:absolute;border-radius:999px;filter:blur(4px);pointer-events:none;z-index:-1;opacity:.72;animation:hrFloat 10s ease-in-out infinite}
.hr-aurora-orb-one{width:240px;height:240px;right:-95px;top:360px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95),rgba(255,45,141,.26) 30%,rgba(138,63,252,.16) 65%,transparent 72%)}
.hr-aurora-orb-two{width:210px;height:210px;left:-110px;top:820px;background:radial-gradient(circle at 55% 35%,rgba(255,255,255,.9),rgba(49,200,255,.24) 33%,rgba(47,128,237,.13) 67%,transparent 74%);animation-delay:-4s}
@keyframes hrFloat{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(0,-18px,0) rotate(7deg)}}

.hr-public-nav{
  position:sticky;
  top:12px;
  z-index:50;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-bottom:18px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.78);
  border-radius:22px;
  background:rgba(255,255,255,.74);
  box-shadow:0 16px 45px rgba(64,42,115,.10);
  backdrop-filter:blur(22px) saturate(145%);
}
.hr-brand-lockup{display:flex;align-items:center;gap:11px;min-width:0}
.hr-brand-lockup>div:last-child{display:grid;gap:1px;min-width:0}
.hr-brand-lockup strong{font-size:14px;line-height:1.2;letter-spacing:-.01em}
.hr-brand-lockup small{font-size:11px;color:var(--muted);font-weight:750}
.hr-brand-emblem{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:43px;
  height:43px;
  border-radius:15px;
  color:#fff;
  background:var(--aurora-gradient);
  box-shadow:0 10px 24px rgba(214,41,118,.28);
  isolation:isolate;
}
.hr-brand-emblem:before{content:"";position:absolute;inset:2px;border:1px solid rgba(255,255,255,.48);border-radius:13px;z-index:-1}
.hr-brand-emblem span{font-size:13px;font-weight:1000;letter-spacing:.035em}
.hr-brand-emblem-small{width:38px;height:38px;border-radius:13px}
.hr-public-nav-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.hr-public-nav-links a{padding:8px 10px;border-radius:11px;text-decoration:none;color:#5e6680;font-size:12px;font-weight:850}
.hr-public-nav-links a:hover{background:#fff;color:#7526b8;transform:translateY(-1px)}
.hr-live-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(22,163,74,.18);border-radius:999px;background:rgba(236,253,245,.88);color:#087346;font-size:11px;font-weight:900}
.hr-live-pill i{width:7px;height:7px;border-radius:50%;background:#19b765;box-shadow:0 0 0 5px rgba(25,183,101,.12);animation:hrPulse 2s infinite}
@keyframes hrPulse{0%,100%{box-shadow:0 0 0 4px rgba(25,183,101,.11)}50%{box-shadow:0 0 0 8px rgba(25,183,101,.02)}}

.hr-public-hero{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  align-items:center;
  gap:28px;
  min-height:360px;
  padding:46px 52px;
  margin-bottom:22px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:38px;
  background:
    linear-gradient(128deg,rgba(255,119,15,.97) 0%,rgba(255,45,141,.96) 28%,rgba(137,54,236,.96) 58%,rgba(47,128,237,.96) 84%,rgba(49,200,255,.94) 100%);
  box-shadow:0 30px 80px rgba(114,51,161,.24);
}
.hr-public-hero:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 78% 22%,rgba(255,255,255,.25),transparent 29%),linear-gradient(115deg,rgba(255,255,255,.12),transparent 38%);pointer-events:none}
.hr-public-hero:after{width:420px;height:420px;right:-90px;top:-140px;background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,.03) 58%,transparent 60%)}
.hr-public-hero-copy,.hr-public-hero-visual{position:relative;z-index:2}
.hr-hero-kicker{display:inline-flex;padding:8px 13px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);font-size:11px;font-weight:950;letter-spacing:.095em;text-transform:uppercase}
.hr-public-hero h1{max-width:780px;margin:17px 0 12px;font-size:clamp(42px,6vw,72px);line-height:.96;letter-spacing:-.062em;text-shadow:0 8px 28px rgba(61,15,83,.18)}
.hr-public-hero h1 span{color:#fff7bd}
.hr-public-hero p{max-width:670px;margin:0;color:rgba(255,255,255,.90);font-size:17px;line-height:1.65}
.hr-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.hr-hero-pills span{padding:9px 12px;border:1px solid rgba(255,255,255,.23);border-radius:12px;background:rgba(255,255,255,.13);font-size:11px;font-weight:850;box-shadow:inset 0 1px rgba(255,255,255,.25)}
.hr-public-hero-visual{display:grid;place-items:center;min-height:265px}
.hr-hero-center{position:absolute;z-index:4;display:grid;place-items:center;width:112px;height:112px;border:1px solid rgba(255,255,255,.55);border-radius:34px;background:rgba(255,255,255,.20);box-shadow:0 24px 55px rgba(41,18,87,.25),inset 0 1px rgba(255,255,255,.44);backdrop-filter:blur(16px);transform:rotate(-7deg)}
.hr-hero-center strong{font-size:30px;line-height:1}.hr-hero-center small{font-size:9px;font-weight:950;letter-spacing:.2em}
.hr-hero-ring{position:absolute;border:1px solid rgba(255,255,255,.31);border-radius:50%;animation:hrSpin 18s linear infinite}
.hr-hero-ring-one{width:220px;height:220px}.hr-hero-ring-two{width:305px;height:305px;border-style:dashed;animation-direction:reverse;animation-duration:26s}
@keyframes hrSpin{to{transform:rotate(360deg)}}
.hr-float-chip{position:absolute;padding:8px 11px;border:1px solid rgba(255,255,255,.36);border-radius:12px;background:rgba(255,255,255,.18);box-shadow:0 16px 38px rgba(51,18,92,.18);backdrop-filter:blur(10px);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.hr-float-chip-one{top:34px;right:4px;transform:rotate(7deg)}.hr-float-chip-two{left:0;bottom:50px;transform:rotate(-8deg)}.hr-float-chip-three{right:18px;bottom:16px;transform:rotate(4deg)}

.hr-entry-shell{
  position:relative;
  overflow:hidden;
  gap:16px;
  margin-bottom:18px;
  padding:26px;
  border:1px solid rgba(255,255,255,.95);
  border-radius:30px;
  background:rgba(255,255,255,.76);
  box-shadow:var(--shadow);
  backdrop-filter:blur(24px) saturate(135%);
}
.hr-entry-shell:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--aurora-gradient)}
.hr-entry-intro{padding:2px 2px 5px}
.hr-entry-intro h2{font-size:29px;margin:7px 0 5px;letter-spacing:-.04em}
.hr-entry-intro p{font-size:13px}
.hr-step-kicker{background:linear-gradient(115deg,rgba(255,45,141,.11),rgba(138,63,252,.12),rgba(47,128,237,.10));border:1px solid rgba(138,63,252,.12);color:#842aa8}
.hr-entry-option{
  position:relative;
  overflow:hidden;
  grid-template-columns:auto 1fr auto;
  min-height:96px;
  padding:18px 20px;
  border:1px solid rgba(114,105,155,.15);
  border-radius:23px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(250,247,255,.90));
  box-shadow:0 12px 32px rgba(66,45,120,.07);
}
.hr-entry-option:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(#f4b1dc,#b6b8ff);opacity:.35;transition:.25s}
.hr-entry-option:hover{transform:translateY(-3px);border-color:rgba(138,63,252,.27);box-shadow:0 20px 45px rgba(73,45,135,.13)}
.hr-entry-option.is-active{border-color:rgba(214,41,118,.30);background:linear-gradient(135deg,#fff9fc,#f9f6ff 52%,#f1faff);box-shadow:0 0 0 4px rgba(214,41,118,.07),0 22px 50px rgba(78,45,135,.13)}
.hr-entry-option.is-active:before{opacity:1;background:var(--aurora-gradient)}
.hr-entry-number{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#fce7f3,#ede9fe);color:#8e2cb3;box-shadow:inset 0 1px #fff}
.hr-entry-number svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hr-google-mark{font-family:Arial,sans-serif;background:conic-gradient(from -42deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.18)}
.hr-entry-copy strong{font-size:18px;letter-spacing:-.015em}.hr-entry-copy small{max-width:780px}
.hr-entry-state,.hr-google-availability{padding:7px 11px;border-radius:999px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}
.hr-entry-state{background:#f1ecff;color:#7231a4}.hr-entry-option.is-active .hr-entry-state{background:var(--aurora-gradient);box-shadow:0 8px 18px rgba(214,41,118,.19)}
.hr-google-availability{position:absolute;right:18px;top:17px}.hr-google-availability.is-ready{background:#e9fff5;color:#08754d;border:1px solid #c3f3dd}.hr-google-availability.is-setup{background:#fff5e8;color:#a54b0a;border:1px solid #ffd8ad}
.hr-entry-divider span{padding:5px 9px;border-radius:999px;background:#fff;box-shadow:0 5px 14px rgba(76,56,120,.07)}
.hr-google-entry{padding-top:24px}
.hr-google-consent-row{margin-top:6px;padding:14px 15px;border-color:rgba(138,63,252,.14);background:linear-gradient(135deg,rgba(250,247,255,.95),rgba(242,250,255,.92));transition:.25s}
.hr-google-consent-row.is-attention{border-color:#ff2d8d;box-shadow:0 0 0 4px rgba(255,45,141,.11);animation:hrNudge .42s ease 2}
@keyframes hrNudge{0%,100%{transform:translateX(0)}35%{transform:translateX(-5px)}70%{transform:translateX(5px)}}
.hr-google-consent-row input{appearance:none;width:20px;height:20px;margin:0;border:1.5px solid #b2aacd;border-radius:6px;background:#fff;cursor:pointer;display:grid;place-items:center;transition:.2s}
.hr-google-consent-row input:checked{border-color:transparent;background:var(--aurora-gradient)}
.hr-google-consent-row input:checked:after{content:"✓";color:#fff;font-size:13px;font-weight:1000}
.hr-google-action-zone{grid-column:1/-1;display:grid;justify-items:center;gap:9px;padding:15px;border:1px dashed rgba(138,63,252,.22);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(247,244,255,.80))}
.hr-google-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center}
.hr-google-button>div{max-width:100%!important}.hr-google-button iframe{max-width:100%!important}
.hr-google-visible-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:300px;min-height:50px;padding:11px 22px;border:1px solid #d8dce6;border-radius:13px;background:#fff;color:#283044;font:750 15px/1 Inter,system-ui,sans-serif;box-shadow:0 8px 22px rgba(38,44,70,.09);cursor:pointer;transition:.22s}
.hr-google-visible-button:hover{transform:translateY(-2px);border-color:#b7c7e8;box-shadow:0 14px 30px rgba(38,67,122,.13)}
.hr-google-visible-button.is-disabled{opacity:.58;cursor:not-allowed;filter:grayscale(.35)}
.hr-google-g{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:conic-gradient(from -42deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);color:#fff;font:bold 15px Arial,sans-serif;box-shadow:inset 0 0 0 3px #fff,0 2px 7px rgba(0,0,0,.12)}
.hr-google-wait{text-align:center;font-size:11px;color:#747c91}
.hr-google-config-note{max-width:760px;text-align:center;background:#fff9ef;border-color:#ffe0bb;color:#8c450f}
.hr-google-signed{grid-column:1/-1;background:linear-gradient(135deg,#eefff7,#f4fffb);border-color:#bff0d8}
.hr-btn-compact{padding:9px 14px;border-radius:12px;font-size:12px}
.hr-entry-current{display:flex;align-items:center;gap:10px;background:linear-gradient(115deg,#23204e,#3a2775 48%,#6b278d);box-shadow:0 13px 30px rgba(48,29,94,.18)}
.hr-entry-current-dot{width:9px;height:9px;border-radius:50%;background:#8dffcb;box-shadow:0 0 0 6px rgba(141,255,203,.11)}

.hr-form-progress{position:sticky;top:86px;z-index:42;margin:0 0 18px;padding:13px 16px;border:1px solid rgba(255,255,255,.86);border-radius:18px;background:rgba(255,255,255,.80);box-shadow:0 12px 30px rgba(68,46,119,.08);backdrop-filter:blur(18px)}
.hr-progress-copy{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:11px;font-weight:900;color:#626b82;text-transform:uppercase;letter-spacing:.06em}.hr-progress-copy strong{color:#8a2ca9}
.hr-progress-track{height:8px;overflow:hidden;border-radius:999px;background:#eeeaf4}.hr-progress-track i{display:block;width:0;height:100%;border-radius:inherit;background:var(--aurora-gradient);box-shadow:0 0 16px rgba(214,41,118,.25);transition:width .35s ease}

#appForm{counter-reset:hrSection}
#appForm>.hr-card{
  position:relative;
  overflow:hidden;
  padding:24px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.92);
  border-radius:28px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 48px rgba(67,45,119,.085);
  backdrop-filter:blur(18px) saturate(125%);
  transform:translateZ(0);
}
#appForm>.hr-card:after{content:"";position:absolute;right:-70px;top:-90px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(255,45,141,.055),rgba(138,63,252,.03) 48%,transparent 68%);pointer-events:none}
#appForm>.hr-card:hover{transform:translateY(-3px);border-color:rgba(181,146,222,.24);box-shadow:0 28px 64px rgba(68,42,125,.13)}
.hr-card-head{position:relative;display:grid;grid-template-columns:auto 1fr;column-gap:13px;row-gap:2px;align-items:center;margin:-3px 0 21px;padding-bottom:16px;border-bottom:1px solid rgba(114,105,155,.13)}
.hr-card-head:before{counter-increment:hrSection;content:counter(hrSection,decimal-leading-zero);grid-row:1/3;display:grid;place-items:center;width:48px;height:48px;border-radius:16px;color:#fff;background:var(--aurora-gradient);box-shadow:0 12px 26px rgba(214,41,118,.20);font-size:12px;font-weight:1000;letter-spacing:.05em}
.hr-card-head h2{font-size:23px;letter-spacing:-.035em}.hr-card-head>span{grid-column:2;font-size:11px}
.hr-grid{gap:16px}
label{color:#313950;font-size:12px;font-weight:850;letter-spacing:.005em}
input,select,textarea{
  min-height:48px;
  border:1px solid rgba(102,111,145,.20);
  border-radius:14px;
  padding:12px 14px;
  color:#252d43;
  background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(252,250,255,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.80),0 6px 16px rgba(58,47,104,.035);
}
textarea{min-height:108px;resize:vertical}
input:hover,select:hover,textarea:hover{border-color:rgba(138,63,252,.30)}
input:focus,select:focus,textarea:focus{border-color:rgba(138,63,252,.56);box-shadow:0 0 0 4px rgba(138,63,252,.09),0 10px 24px rgba(78,54,140,.075);background:#fff}
input[type=file]{padding:9px;background:linear-gradient(135deg,#fff,#faf8ff)}
input[type=file]::file-selector-button{margin-right:10px;padding:8px 11px;border:0;border-radius:10px;background:linear-gradient(135deg,#f4e9ff,#e9f6ff);color:#66319b;font-weight:900;cursor:pointer;transition:.2s}
input[type=file]::file-selector-button:hover{background:var(--aurora-gradient);color:#fff}
.hr-rowbox{padding:18px;border-color:rgba(138,63,252,.12);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(248,246,255,.80) 55%,rgba(242,250,255,.80));box-shadow:0 10px 28px rgba(63,47,112,.045);transition:.22s}
.hr-rowbox:hover{border-color:rgba(214,41,118,.22);box-shadow:0 17px 38px rgba(64,43,116,.075)}
.hr-program-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.hr-check-card{position:relative;overflow:hidden;min-height:70px;align-items:center;border-color:rgba(117,104,157,.14);border-radius:16px;background:linear-gradient(135deg,#fff,#faf7ff);box-shadow:0 8px 20px rgba(66,47,112,.04)}
.hr-check-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:var(--aurora-gradient);transform:scaleX(0);transform-origin:left;transition:.24s}
.hr-check-card:hover{transform:translateY(-3px);border-color:rgba(214,41,118,.24);box-shadow:0 16px 34px rgba(67,43,119,.10)}
.hr-check-card:has(input:checked){border-color:rgba(214,41,118,.32);background:linear-gradient(135deg,#fff9fc,#f7f4ff 62%,#f1faff);box-shadow:0 12px 29px rgba(106,50,144,.10)}
.hr-check-card:has(input:checked):after{transform:scaleX(1)}
.hr-check-card input,.hr-consent input{appearance:none;display:grid;place-items:center;flex:0 0 auto;width:20px;height:20px;margin:0;border:1.5px solid #b6aec9;border-radius:6px;background:#fff;cursor:pointer;transition:.2s}
.hr-check-card input:checked,.hr-consent input:checked{border-color:transparent;background:var(--aurora-gradient);box-shadow:0 5px 13px rgba(214,41,118,.20)}
.hr-check-card input:checked:after,.hr-consent input:checked:after{content:"✓";color:#fff;font-size:13px;font-weight:1000}
.hr-check-card span{font-size:12px;line-height:1.4}
.hr-consent{border-color:rgba(138,63,252,.13);background:linear-gradient(135deg,#fff,#fbf9ff);transition:.2s}.hr-consent:hover{transform:translateY(-1px);border-color:rgba(214,41,118,.21);box-shadow:0 10px 25px rgba(62,43,112,.055)}
.hr-consent label{font-size:12px;line-height:1.55}
.hr-hint,.hr-file-note{color:#7a8295}
.hr-human-check{padding:16px;border:1px dashed rgba(138,63,252,.24);border-radius:17px;background:linear-gradient(135deg,#fff8fc,#f7f4ff)}

.btn,.btn2,.btn-danger,.hr-btn,.hr-btn-soft{
  position:relative;
  overflow:hidden;
  min-height:43px;
  border-radius:13px;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,filter .22s ease;
}
.btn,.hr-btn{background:var(--aurora-gradient);box-shadow:0 13px 28px rgba(214,41,118,.20)}
.btn:after,.hr-btn:after{content:"";position:absolute;inset:-60% auto -60% -35%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(18deg);transition:left .55s ease}
.btn:hover:after,.hr-btn:hover:after{left:115%}
.btn:hover,.hr-btn:hover{transform:translateY(-3px);box-shadow:0 19px 38px rgba(155,49,159,.27);filter:saturate(1.08)}
.btn2,.hr-btn-soft{border:1px solid rgba(138,63,252,.16);background:linear-gradient(135deg,#fff,#f7f3ff);color:#6b3198;box-shadow:0 8px 20px rgba(59,47,100,.055)}
.btn2:hover,.hr-btn-soft:hover{transform:translateY(-2px);border-color:rgba(214,41,118,.28);background:linear-gradient(135deg,#fff9fc,#f2f8ff);box-shadow:0 13px 27px rgba(77,44,128,.10)}
.hr-submit-bar{border:1px solid rgba(255,255,255,.26);border-radius:20px;background:linear-gradient(120deg,#211f4b,#46256f 52%,#81277d);box-shadow:0 20px 45px rgba(53,30,94,.22)}
.hr-submit-bar .hr-btn{background:linear-gradient(115deg,#ffbf57,#ff5d9e 42%,#b78cff 80%,#79d9ff);color:#291c48;box-shadow:0 13px 29px rgba(0,0,0,.18)}
.hr-submit-bar .hr-btn:hover{box-shadow:0 18px 38px rgba(0,0,0,.24)}
.hr-error-box{border-radius:14px;box-shadow:0 10px 25px rgba(153,27,27,.08)}

.hr-public-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:24px;padding:18px 20px;border:1px solid rgba(255,255,255,.86);border-radius:22px;background:rgba(255,255,255,.72);box-shadow:0 14px 35px rgba(64,44,112,.07);backdrop-filter:blur(18px)}
.hr-public-footer>div:nth-child(2){display:grid;gap:3px}.hr-public-footer strong{font-size:13px}.hr-public-footer span{font-size:10px;color:var(--muted);line-height:1.5}.hr-footer-links{display:flex;gap:8px}.hr-footer-links a{padding:8px 10px;border-radius:10px;background:#fff;color:#6b3198;text-decoration:none;font-size:11px;font-weight:850}.hr-footer-links a:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(76,48,122,.09)}

/* Protected HR/Admin/Principal pages receive the same light aurora language. */
.top,.hr-hero{background:var(--aurora-gradient);border:1px solid rgba(255,255,255,.24);border-radius:28px;box-shadow:0 22px 58px rgba(112,48,154,.22)}
.card,.stat,.hr-card,.hr-stat,.hr-step{border-color:rgba(255,255,255,.88);background:rgba(255,255,255,.82);backdrop-filter:blur(18px);box-shadow:0 15px 40px rgba(66,45,115,.075)}
.card:hover,.stat:hover,.hr-card:hover,.hr-stat:hover,.hr-step:hover{transform:translateY(-3px);box-shadow:0 23px 54px rgba(71,43,127,.12)}
.table-wrap,.hr-table-wrap{border-color:rgba(118,105,158,.14);box-shadow:0 12px 30px rgba(64,47,111,.055)}
.table th,.hr-table th{background:linear-gradient(115deg,#fff5fb,#f5f1ff 52%,#eef9ff);color:#553172}
.table tr:hover td,.hr-table tr:hover td{background:linear-gradient(90deg,#fff9fc,#fbf9ff)}
.badge,.pill,.hr-badge,.hr-pill{background:linear-gradient(115deg,#fff1f8,#f3edff 62%,#edf9ff);border-color:rgba(138,63,252,.17);color:#692f92}

@media(max-width:1050px){
  .hr-public-hero{grid-template-columns:1fr;padding:40px}.hr-public-hero-visual{display:none}
  .hr-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .hr-public-wrap{padding:10px 12px 30px}
  .hr-public-nav{top:6px;border-radius:17px;padding:10px 11px}.hr-public-nav-links a{display:none}.hr-live-pill{padding:7px 9px}
  .hr-brand-lockup strong{font-size:12px}.hr-brand-lockup small{font-size:9px}
  .hr-public-hero{min-height:auto;padding:31px 23px;border-radius:28px}.hr-public-hero h1{font-size:43px}.hr-public-hero p{font-size:14px}.hr-hero-pills{display:grid;grid-template-columns:1fr}
  .hr-entry-shell{padding:18px 14px;border-radius:24px}.hr-entry-option{grid-template-columns:auto 1fr;padding:16px 13px}.hr-entry-state{grid-column:2;justify-self:start}.hr-google-availability{position:static;grid-column:2;justify-self:start}.hr-google-entry{padding-top:16px}
  .hr-google-visible-button{min-width:0;width:100%}
  .hr-form-progress{top:70px;margin-left:2px;margin-right:2px}
  #appForm>.hr-card{padding:18px 14px;border-radius:23px}.hr-card-head{grid-template-columns:auto 1fr}.hr-card-head:before{width:42px;height:42px;border-radius:14px}.hr-card-head h2{font-size:19px}
  .hr-program-grid{grid-template-columns:1fr}
  .hr-public-footer{grid-template-columns:auto 1fr}.hr-footer-links{grid-column:1/-1}.hr-footer-links a{flex:1;text-align:center}
}
@media(max-width:480px){
  .hr-public-hero h1{font-size:38px}.hr-public-hero{padding:28px 19px}.hr-hero-kicker{font-size:9px}
  .hr-entry-number{width:43px;height:43px}.hr-entry-copy strong{font-size:16px}.hr-entry-copy small{font-size:11px}
  .hr-progress-copy{font-size:9px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media print{
  .hr-public-nav,.hr-public-hero-visual,.hr-aurora-orb,.hr-form-progress{display:none!important}
  body{background:#fff}.hr-public-hero{min-height:auto;border-radius:0;box-shadow:none;padding:18px;background:#fff!important;color:#000}.hr-public-hero h1,.hr-public-hero p{color:#000;text-shadow:none}
  #appForm>.hr-card{background:#fff;border:1px solid #bbb;box-shadow:none;backdrop-filter:none;break-inside:avoid}.hr-public-footer{border-radius:0;box-shadow:none}
}

/* Recruitment UI v2 — light Instagram gradients, visible Google entry and post-qualification toggles */
.hr-public-hero{
  color:#27223c;
  background:
    radial-gradient(circle at 82% 22%,rgba(255,255,255,.95),transparent 27%),
    linear-gradient(125deg,#fff8ed 0%,#fff1f7 25%,#f7efff 52%,#eef5ff 78%,#effcff 100%);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 28px 76px rgba(103,63,145,.15);
}
.hr-public-hero:before{background:radial-gradient(circle at 74% 18%,rgba(255,255,255,.96),transparent 26%),linear-gradient(115deg,rgba(255,255,255,.48),transparent 45%)}
.hr-public-hero h1{color:#27223c;text-shadow:none}
.hr-public-hero h1 span{background:var(--aurora-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}
.hr-public-hero p{color:#666078}
.hr-hero-kicker{color:#7d2aa7;border-color:rgba(142,63,192,.13);background:rgba(255,255,255,.58)}
.hr-hero-pills span{color:#62586f;border-color:rgba(139,92,246,.12);background:rgba(255,255,255,.63);box-shadow:0 8px 18px rgba(79,51,123,.05)}
.hr-public-hero-visual{filter:drop-shadow(0 20px 35px rgba(108,54,151,.14))}
.hr-hero-center{color:#fff;border-color:rgba(255,255,255,.75);background:var(--aurora-gradient);box-shadow:0 24px 55px rgba(137,54,178,.20),inset 0 1px rgba(255,255,255,.55)}
.hr-hero-ring{border-color:rgba(145,84,185,.22)}
.hr-float-chip{color:#693578;border-color:rgba(145,84,185,.14);background:rgba(255,255,255,.74);box-shadow:0 13px 32px rgba(81,51,122,.10)}

.hr-entry-shell{background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(255,248,253,.84) 46%,rgba(242,248,255,.84));}
.hr-entry-option{min-height:82px}
.hr-entry-copy strong{font-size:18px}
.hr-google-entry{grid-template-columns:auto 1fr;padding-top:18px}
.hr-google-action-zone{position:relative;min-height:75px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(247,244,255,.84));}
.hr-google-button{position:relative;z-index:1;min-height:48px;display:flex;justify-content:center;align-items:center}
.hr-google-button-lock{position:absolute;z-index:2;inset:0;border:0;border-radius:18px;background:transparent;cursor:pointer}
.hr-google-button-lock[hidden]{display:none}
.hr-google-visible-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-width:360px;min-height:48px;padding:10px 18px;border:1px solid #d6d9df;border-radius:5px;background:#fff;color:#3c4043;font:600 14px/1.2 Arial,sans-serif;box-shadow:0 4px 14px rgba(60,64,67,.10);transition:.2s}
.hr-google-visible-button:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(60,64,67,.15)}
.hr-google-visible-button.is-disabled{opacity:.68;cursor:not-allowed}
.hr-google-g{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:conic-gradient(from -42deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);color:#fff;font-size:13px;font-weight:900}
.hr-google-consent-row label{font-size:12px;line-height:1.45}
.hr-google-signed{background:linear-gradient(135deg,#f0fff8,#f5fbff);border-color:#c7eedc}

.hr-post-qualification-panel{margin-top:18px;padding:18px;border:1px solid rgba(139,92,246,.14);border-radius:22px;background:linear-gradient(135deg,#fff9fc,#faf7ff 52%,#f2faff);box-shadow:0 14px 36px rgba(74,45,120,.06)}
.hr-post-qualification-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}
.hr-post-qualification-head>div{display:grid;gap:3px}.hr-post-qualification-head strong{font-size:16px;color:#352a49}.hr-post-qualification-head span{font-size:11px;color:var(--muted)}
.hr-post-qualification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hr-switch-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin:0;padding:16px;border:1px solid rgba(127,104,166,.15);border-radius:18px;background:rgba(255,255,255,.86);box-shadow:0 9px 24px rgba(65,45,107,.05);cursor:pointer;transition:.22s}
.hr-switch-card:hover{transform:translateY(-3px);border-color:rgba(214,41,118,.23);box-shadow:0 17px 34px rgba(69,43,113,.10)}
.hr-switch-card.is-active{border-color:rgba(214,41,118,.30);background:linear-gradient(135deg,#fff7fb,#f7f3ff 58%,#eef9ff);box-shadow:0 0 0 4px rgba(214,41,118,.06),0 17px 37px rgba(79,42,123,.11)}
.hr-switch-card>input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}
.hr-switch-control{position:relative;width:48px;height:27px;border-radius:999px;background:#dcd8e5;box-shadow:inset 0 2px 5px rgba(49,40,71,.10);transition:.22s}
.hr-switch-control i{position:absolute;left:4px;top:4px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 3px 8px rgba(47,38,71,.20);transition:.22s}
.hr-switch-card.is-active .hr-switch-control{background:var(--aurora-gradient)}
.hr-switch-card.is-active .hr-switch-control i{left:25px}
.hr-switch-copy{display:grid;gap:3px;min-width:0}.hr-switch-copy strong{font-size:14px;color:#302840}.hr-switch-copy small{font-size:10px;color:#777083;line-height:1.4}
.hr-switch-result{padding:7px 10px;border-radius:999px;background:#f2eff7;color:#665d71;font-size:10px;font-weight:900;white-space:nowrap}
.hr-switch-card.is-active .hr-switch-result{background:linear-gradient(115deg,#ffe9f4,#eee8ff,#e5f6ff);color:#6f2c92}

.hr-card-head:before{background:var(--aurora-gradient)}
.hr-selected-count{background:linear-gradient(115deg,#fff0f7,#f1ebff,#eaf8ff);border-color:rgba(139,92,246,.15);color:#72309a}
.hr-submit-bar{background:linear-gradient(120deg,#fff7fb,#f6f0ff 54%,#eef8ff);border-color:rgba(139,92,246,.14);color:#352b48;box-shadow:0 18px 42px rgba(76,45,123,.12)}
.hr-submit-bar .hr-btn{color:#fff;background:var(--aurora-gradient);box-shadow:0 13px 29px rgba(183,45,139,.22)}

@media(max-width:760px){
  .hr-post-qualification-grid{grid-template-columns:1fr}
  .hr-switch-card{grid-template-columns:auto 1fr}.hr-switch-result{grid-column:2;justify-self:start}
  .hr-google-visible-button{min-width:0;width:100%}
}

/* Google Sign-In enabled-button correction — 2026-07-11 */
.hr-google-button{position:relative;z-index:3;pointer-events:auto!important}
.hr-google-button iframe,.hr-google-button>div{pointer-events:auto!important}
.hr-google-action-zone{position:relative;overflow:visible}
.hr-google-button-lock{display:none!important;pointer-events:none!important}
