:root {
  --bw-green: #6eaa27;
  --bw-green-dark: #507f19;
  --bw-red: #e3151e;
  --bw-ink: #22232b;
  --bw-muted: #667085;
  --bw-line: #dde3e9;
  --bw-soft: #f6f8f5;
}
.bw-job-app,.bw-job-app *{box-sizing:border-box}
[hidden]{display:none!important}
.bw-job-app{max-width:1120px;margin:32px auto;padding:34px;background:#fdfdfd;border:1px solid #e7e9eb;border-radius:22px;box-shadow:0 20px 55px rgba(20,35,20,.09);color:var(--bw-ink);font-family:Poppins,Arial,"Microsoft YaHei",sans-serif}
.bw-form-header{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;padding-bottom:28px;border-bottom:1px solid var(--bw-line)}
.bw-brand{display:flex;align-items:center;width:245px;height:92px;overflow:hidden}.bw-official-logo{display:block;width:278px;max-width:none;height:auto;margin:-46px -18px -51px}.bw-title{text-align:center}.bw-title h1{font-size:29px;letter-spacing:-.8px;margin:0}.bw-title p{font-size:22px;margin:3px 0 0}
.bw-alert{margin:24px 0;padding:16px 18px;border-radius:12px}.bw-success{background:#eef9e4;border:1px solid #bfe58e}.bw-error{background:#fff0f0;border:1px solid #f3b2b2;color:#a31313}
.bw-steps{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;padding:0;margin:28px 0 36px;counter-reset:step}.bw-steps li{position:relative;text-align:center;color:#98a2b3;font-size:12px;font-weight:700;padding-top:28px}.bw-steps li:before{counter-increment:step;content:counter(step);position:absolute;z-index:2;top:0;left:50%;transform:translateX(-50%);display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e7e9ec;color:#667085}.bw-steps li:after{content:"";position:absolute;top:10px;left:-50%;width:100%;height:2px;background:#e7e9ec}.bw-steps li:first-child:after{display:none}.bw-steps li.is-active,.bw-steps li.is-complete{color:var(--bw-green-dark)}.bw-steps li.is-active:before,.bw-steps li.is-complete:before{background:var(--bw-green);color:#fff}.bw-steps li.is-complete:after,.bw-steps li.is-active:after{background:var(--bw-green)}
.bw-panel{display:none}.bw-panel.is-active{display:block}.bw-section-heading{display:flex;align-items:center;gap:14px;margin-bottom:26px}.bw-section-heading>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--bw-green);color:#fff;font-weight:900}.bw-section-heading h2{margin:0;font-size:24px}.bw-section-heading p{margin:3px 0 0;color:var(--bw-muted)}
.bw-validation-notice{margin:22px 0 0;padding:14px 16px;border:1px solid #efb4b4;border-left:5px solid var(--bw-red);border-radius:10px;background:#fff3f3;color:#8f1d1d}.bw-validation-notice strong,.bw-validation-notice span{display:block}.bw-validation-notice span{margin-top:3px;font-size:13px}
.bw-photo-position{display:grid;grid-template-columns:185px 1fr;gap:30px;align-items:start;margin-bottom:24px}.bw-photo-upload{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px dashed #aeb8c1;background:var(--bw-soft);padding:15px;border-radius:16px;cursor:pointer}.bw-photo-upload input{position:absolute;opacity:0;pointer-events:none}.bw-photo-preview{display:grid;place-items:center;width:112px;height:145px;margin-bottom:12px;background:#e4e9e2 center/cover no-repeat;border-radius:10px;color:#93a18e;font-size:34px}.bw-photo-preview.has-image{box-shadow:inset 0 0 0 1px #c7cec5}.bw-photo-upload strong{font-size:13px}.bw-photo-upload small{margin-top:4px;color:var(--bw-muted)}
.bw-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.bw-position-fields{align-content:start}.bw-field{display:flex;flex-direction:column;gap:8px}.bw-field>span,.bw-file>span{font-size:13px;font-weight:700}.bw-field b,.bw-file b,.bw-consent b{color:var(--bw-red)}.bw-field input,.bw-field select,.bw-field textarea,.bw-entry-table input,.bw-entry-table select{width:100%;border:1px solid #cbd3da;background:#fff;border-radius:9px;padding:11px 12px;font:inherit;color:var(--bw-ink);transition:.2s}.bw-field textarea{resize:vertical}.bw-field input:focus,.bw-field select:focus,.bw-field textarea:focus,.bw-entry-table input:focus,.bw-entry-table select:focus{outline:none;border-color:var(--bw-green);box-shadow:0 0 0 3px rgba(131,200,50,.16)}.bw-full{grid-column:1/-1}
.bw-job-app h3{margin:30px 0 15px;font-size:16px}.bw-repeat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.bw-single-contact{grid-template-columns:minmax(0,540px)}.bw-card{padding:20px;border:1px solid var(--bw-line);border-radius:15px;background:#fbfcfb}.bw-card>.bw-field{margin-top:14px}.bw-employer{margin-bottom:16px}.bw-help{color:var(--bw-muted)}
.bw-table-wrap{overflow-x:auto;border:1px solid var(--bw-line);border-radius:12px}.bw-entry-table{width:100%;min-width:760px;border-collapse:collapse}.bw-entry-table th{background:#f1f4ef;padding:12px;text-align:left;font-size:12px}.bw-entry-table td{border-top:1px solid var(--bw-line);border-right:1px solid var(--bw-line);padding:8px}.bw-entry-table td:last-child{border-right:0}.bw-entry-table input,.bw-entry-table select{border:0;border-radius:6px;padding:8px}.bw-language-table{min-width:620px}
.bw-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.bw-check-grid label,.bw-consent{display:flex;gap:10px;align-items:flex-start;padding:13px;border:1px solid var(--bw-line);border-radius:10px}.bw-check-grid input,.bw-consent input{width:18px;height:18px;accent-color:var(--bw-green);flex:0 0 auto}
.bw-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.bw-file{display:flex;flex-direction:column;gap:8px;padding:18px;background:var(--bw-soft);border:1px dashed #b4bec6;border-radius:12px}.bw-file small{color:var(--bw-muted)}
.bw-notice{margin:20px 0;padding:20px;background:#f4f7f1;border-left:4px solid var(--bw-green);font-size:13px;line-height:1.55}.bw-notice h3{margin-top:0}.bw-consent{margin:12px 0}.bw-signature{max-width:500px;margin-top:22px}.bw-submit-note{margin-top:22px;color:var(--bw-muted);font-size:13px}.bw-review{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--bw-line);border:1px solid var(--bw-line);border-radius:12px;overflow:hidden}.bw-review>div{display:flex;flex-direction:column;gap:4px;padding:14px;background:#fff}.bw-review span{font-size:11px;text-transform:uppercase;color:var(--bw-muted)}.bw-review strong{font-size:14px}
.bw-form-nav{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:22px;border-top:1px solid var(--bw-line)}.bw-btn{border:0;border-radius:999px;background:var(--bw-green);color:#fff;padding:13px 28px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;cursor:pointer}.bw-btn:hover{background:var(--bw-green-dark)}.bw-btn-light{background:#eef1ed;color:var(--bw-ink)}.bw-submit{background:var(--bw-red)}.bw-submit:disabled{opacity:.6;cursor:wait}
@media(max-width:760px){.bw-job-app{margin:0;padding:22px 16px;border-radius:0}.bw-form-header{grid-template-columns:1fr;text-align:center;gap:22px}.bw-brand{justify-self:center}.bw-title h1{font-size:24px}.bw-steps li{font-size:0}.bw-photo-position{grid-template-columns:1fr}.bw-photo-upload{max-width:190px;margin:auto}.bw-fields,.bw-repeat-grid,.bw-upload-grid,.bw-review{grid-template-columns:1fr}.bw-check-grid{grid-template-columns:1fr}.bw-section-heading h2{font-size:20px}.bw-full{grid-column:auto}.bw-form-nav{position:sticky;bottom:0;background:#fff;padding:15px 0;z-index:5}.bw-btn{flex:1;padding:13px 10px}}
