:root { --soro-navy: #0d3565; --soro-orange: #f45c26; --soro-cream: #fffaf5; --soro-ink: #102d52; --soro-line: #e6d9ce; --soro-muted: #61748c; }
.soro-application-page { margin: 0; min-height: 100vh; color: var(--soro-ink); background: linear-gradient(180deg, #fffdf9 0%, var(--soro-cream) 100%); font-family: "DM Sans", Arial, sans-serif; }
.soro-application-page * { box-sizing: border-box; }
.application-header, .application-intro, .application-shell, .application-footer { width: min(100% - 32px, 980px); margin-inline: auto; }
.application-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee5dc; }
.application-brand img { display: block; width: 162px; max-height: 50px; object-fit: contain; object-position: left center; }
.application-help, .application-help:visited { color: var(--soro-orange); font-size: .92rem; font-weight: 700; text-decoration: none; }
.application-intro { padding: 64px 0 28px; max-width: 820px; margin-left: auto; margin-right: auto; }
.eyebrow { margin: 0 0 9px; color: var(--soro-orange); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.application-intro h1, .step-heading h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; color: var(--soro-navy); }
.application-intro h1 { font-size: clamp(2.25rem, 5vw, 3.85rem); line-height: 1.06; }
.application-intro > p:not(.eyebrow) { max-width: 650px; color: var(--soro-muted); font-size: 1.08rem; line-height: 1.65; }
.application-notice { margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--soro-orange); border-radius: 0 9px 9px 0; background: #fff2ea; color: #67412e; line-height: 1.5; }
.application-notice[hidden] { display: none !important; }
body.application-complete .application-intro { display: none; }
body.application-complete .application-shell { margin-top: 52px; margin-bottom: 30px; }
body.mobile-upload-complete .application-intro { display: none; }
body.mobile-upload-complete .application-shell { margin-top: 36px; }
.application-shell { overflow: hidden; margin-bottom: 42px; border: 1px solid var(--soro-line); border-radius: 18px; background: #fff; box-shadow: 0 22px 50px rgba(38, 31, 22, .07); }
.application-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 0; padding: 20px 28px; list-style: none; border-bottom: 1px solid var(--soro-line); }
.application-steps li { min-width: 0; }
.application-steps button { display: flex; width: 100%; min-height: 42px; align-items: center; padding: 5px 7px; border: 0; border-radius: 9px; background: transparent; color: #8d969f; cursor: pointer; font: inherit; font-size: .84rem; font-weight: 700; text-align: left; transition: color .16s ease, background .16s ease; }
.application-steps button:hover { background: #fff7f1; color: var(--soro-orange); }
.application-steps button:focus-visible { outline: 3px solid rgba(244, 92, 38, .22); outline-offset: 2px; }
.application-steps button b { overflow: hidden; font: inherit; text-overflow: ellipsis; white-space: nowrap; }
.application-steps span { display: inline-grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; margin-right: 8px; border-radius: 50%; background: #f2eee9; color: #77808b; }
.application-steps .is-active button { color: var(--soro-navy); }.application-steps .is-active span { background: var(--soro-orange); color: white; }
.application-alert, .save-confirmation { margin: 22px 28px 0; padding: 14px 16px; border-radius: 9px; line-height: 1.45; }.application-alert { border: 1px solid #e8a48c; background: #fff2ed; color: #9b351d; }.application-alert[hidden], .save-confirmation[hidden] { display: none !important; }.application-alert.is-success { border-color: #b7ddcf; background: #f1fcf7; color: #155b45; }.save-confirmation { border: 1px solid #b7ddcf; background: #f1fcf7; color: #155b45; }.save-confirmation a { color: #0d5f9b; font-weight: 700; overflow-wrap: anywhere; }
.application-shell.is-submitted { max-width: 760px; overflow: hidden; border-color: #e8d7c9; border-radius: 20px; box-shadow: 0 24px 65px rgba(35, 54, 75, .11); }
.application-shell.is-submitted .application-steps { display: none; }
.save-confirmation.is-submission-success { position: relative; display: grid; justify-items: center; margin: 0; padding: clamp(46px, 7vw, 70px) clamp(24px, 7vw, 76px) clamp(50px, 7vw, 72px); border: 0; border-top: 4px solid var(--soro-orange); border-radius: 0; background: #fff; color: var(--soro-ink); text-align: center; }
.submission-success__icon { display: block; width: 64px; height: 64px; margin-bottom: 23px; filter: drop-shadow(0 10px 15px rgba(244, 92, 38, .18)); }
.save-confirmation.is-submission-success .eyebrow { margin-bottom: 10px; }
.save-confirmation.is-submission-success h2 { max-width: 620px; margin: 0; color: var(--soro-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.95rem, 4vw, 2.7rem); line-height: 1.13; }
.save-confirmation.is-submission-success h2:focus { outline: none; }
.save-confirmation.is-submission-success > p:not(.eyebrow) { max-width: 590px; margin: 18px 0 0; color: var(--soro-muted); font-size: 1rem; line-height: 1.68; }
.save-confirmation.is-submission-success .submission-success__email { display: flex; max-width: 560px; align-items: center; gap: 10px; margin-top: 24px; padding: 14px 17px; border: 1px solid #cfe2da; border-radius: 10px; background: #f6fbf9; color: #2d5d4d; font-size: .9rem; line-height: 1.5; }
.save-confirmation.is-submission-success .submission-success__email::before { content: ""; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #2f8b68; box-shadow: 0 0 0 4px #e0f1ea; }
.submission-success__actions { display: flex; justify-content: center; margin-top: 28px; }
.submission-success__actions .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding-inline: 21px; border-radius: 9px; text-decoration: none; box-shadow: 0 9px 20px rgba(244, 92, 38, .18); transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.save-confirmation .button-primary, .save-confirmation .button-primary:visited, .save-confirmation .button-primary:hover, .save-confirmation .button-primary:focus { color: #fff !important; }
.submission-success__actions .button:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(244, 92, 38, .24); }
.submission-success__actions .button:focus-visible { outline: 3px solid rgba(244, 92, 38, .25); outline-offset: 3px; }
.application-shell.is-mobile-upload-complete { max-width: 680px; }
.save-confirmation.is-mobile-upload-success { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 20px; margin: 0; padding: clamp(30px, 7vw, 52px); border: 0; border-top: 4px solid #2f8b68; border-radius: 0; background: #fff; color: var(--soro-ink); }
.mobile-upload-success__icon { width: 58px; height: 58px; filter: drop-shadow(0 9px 14px rgba(47, 139, 104, .18)); }
.save-confirmation.is-mobile-upload-success .eyebrow { margin-bottom: 7px; color: #2f8b68; }
.save-confirmation.is-mobile-upload-success h2 { margin: 0; color: var(--soro-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.55rem, 5vw, 2.15rem); line-height: 1.17; }
.save-confirmation.is-mobile-upload-success h2:focus { outline: none; }
.save-confirmation.is-mobile-upload-success p:not(.eyebrow) { margin: 12px 0 4px; color: #426079; line-height: 1.55; }
.save-confirmation.is-mobile-upload-success small { color: var(--soro-muted); }
.form-step { display: none; padding: 36px 28px 20px; }.form-step.is-active { display: block; }.step-heading { max-width: 630px; margin-bottom: 28px; }.step-heading h2 { font-size: 2rem; }.step-heading > p:last-child { margin-bottom: 0; color: var(--soro-muted); line-height: 1.55; }
.step-heading h2:focus { outline: none; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.field { display: grid; gap: 7px; color: #274969; font-size: .88rem; font-weight: 700; }.field small { color: var(--soro-muted); font-weight: 500; }.field-label { display: flex; align-items: baseline; gap: 5px; min-height: 18px; white-space: nowrap; }.field-wide { grid-column: 1 / -1; }.name-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.field input, .field select, .field textarea, .loom-field input { width: 100%; border: 1px solid #cbd8e4; border-radius: 8px; background: #fff; color: var(--soro-ink); font: inherit; font-weight: 500; padding: 12px; outline: none; }.field textarea { min-height: 118px; resize: vertical; line-height: 1.5; }.field input:focus, .field select:focus, .field textarea:focus, .loom-field input:focus { border-color: var(--soro-orange); box-shadow: 0 0 0 3px rgba(244, 92, 38, .12); }
.application-email-field, .application-email-field + .field { align-content: start; }
.application-email-status { padding: 13px 15px; border: 1px solid #c8ddef; border-radius: 9px; background: #f2f7fc; color: var(--soro-navy); font-size: .82rem; line-height: 1.5; font-weight: 400; overflow-wrap: anywhere; }
.application-email-status[hidden], .application-email-status [hidden] { display: none !important; }
.application-email-status strong { display: block; font-size: .87rem; }
.application-email-status p { margin: 5px 0 0; color: inherit; }
.application-email-status a { display: inline-block; margin-top: 9px; color: var(--soro-navy); font-weight: 700; text-underline-offset: 3px; }
.application-email-status button { display: block; margin-top: 10px; padding: 8px 12px; border: 1px solid #bdcddb; border-radius: 7px; background: #fff; color: var(--soro-navy); cursor: pointer; font: inherit; font-weight: 700; }
.application-email-status[data-state="duplicate"], .application-email-status[data-state="error"] { border-color: #edc7a8; background: #fff6ec; color: #70431e; }
.application-email-status[data-state="clear"] { padding: 9px 12px; border-color: #cce5dd; background: #f2faf7; color: #245f4c; }
.application-email-status[data-state="checking"] { padding: 9px 12px; }
.application-email-status[data-state="clear"] p, .application-email-status[data-state="checking"] p { display: none; }
.application-email-status[data-state="checking"] strong::before { content: ''; display: inline-block; width: 12px; height: 12px; margin-right: 7px; border: 2px solid #bfcede; border-top-color: var(--soro-navy); border-radius: 50%; vertical-align: -1px; animation: email-check-spin .8s linear infinite; }
@keyframes email-check-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .application-email-status[data-state="checking"] strong::before { animation: none; } }

.identity-preferences { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 20px; border: 1px solid #d8e3eb; border-radius: 14px; background: linear-gradient(145deg, #fff 0%, #fbfdff 100%); }
.identity-preferences__intro { grid-column: 1 / -1; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 3px; }
.identity-preferences__intro h3 { margin: 0; color: var(--soro-navy); font-size: 1rem; }
.identity-preferences__intro p { max-width: 650px; margin: 5px 0 0; color: var(--soro-muted); font-size: .82rem; line-height: 1.5; }
.identity-preferences__privacy { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: #eef7f5; color: #286650; font-size: .7rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.identity-preferences__name { grid-column: 1 / -1; max-width: 440px; }
.identity-question { min-width: 0; margin: 0; padding: 16px; border: 1px solid #d7e2ea; border-radius: 12px; background: #fbfdff; }
.identity-question legend { max-width: calc(100% - 12px); padding: 0 5px; color: #274969; font-size: .88rem; font-weight: 700; line-height: 1.4; }
.identity-question legend small { color: var(--soro-muted); font-weight: 500; }
.identity-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 7px; }
.identity-choice { display: flex; min-height: 44px; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid #ccd9e3; border-radius: 9px; background: #fff; color: var(--soro-navy); cursor: pointer; font-size: .82rem; font-weight: 700; line-height: 1.3; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.identity-choice:hover { border-color: #a9bdcc; background: #fafdff; }
.identity-choice:has(input:checked) { border-color: #ed936d; background: #fff7f2; box-shadow: inset 3px 0 0 var(--soro-orange); }
.identity-choice:focus-within { border-color: var(--soro-orange); box-shadow: 0 0 0 3px rgba(244, 92, 38, .13); }
.identity-choice input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--soro-orange); }
.identity-self-description { margin-top: 12px; padding: 13px; }

.binary-question { min-width: 0; margin: 0; padding: 15px 16px 16px; border: 1px solid #d7e2ea; border-radius: 12px; background: #fbfdff; }
.binary-question legend { padding: 0 5px; color: #274969; font-size: .88rem; font-weight: 700; line-height: 1.4; }
.binary-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 6px; }
.binary-options label { display: flex; min-height: 46px; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid #ccd9e3; border-radius: 9px; background: #fff; color: var(--soro-navy); cursor: pointer; font-size: .88rem; font-weight: 700; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.binary-options label:hover { border-color: #a9bdcc; background: #fafdff; }
.binary-options label:has(input:checked) { border-color: #ed936d; background: #fff7f2; box-shadow: inset 3px 0 0 var(--soro-orange); }
.binary-options label:focus-within { border-color: var(--soro-orange); box-shadow: 0 0 0 3px rgba(244, 92, 38, .13); }
.binary-options input { appearance: none; -webkit-appearance: none; width: 19px; height: 19px; flex: 0 0 19px; margin: 0; border: 1.5px solid #9eb2c1; border-radius: 5px; background: #fff no-repeat center / 12px 12px; outline: 0; }
.binary-options input:checked { border-color: var(--soro-orange); background-color: var(--soro-orange); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.2 3.1 3.1 6.5-7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* Assessment capture guidance: always-visible instructions, optional examples. */
.upload-field.assessment-upload { align-items: start; padding: 20px; background: #fff; }
.assessment-upload__intro { display: grid; min-width: 0; gap: 9px; }
.assessment-upload .assessment-upload__intro > strong { color: var(--soro-navy); font-size: 1rem; }
.assessment-upload__intro p { margin: 0; color: #425c73; font-size: .9375rem; line-height: 1.6; }
.assessment-upload__intro p b { color: #173d61; font-weight: 700; }
.assessment-upload__intro .accepted-formats { font-size: .8125rem; line-height: 1.5; }
.assessment-upload .assessment-link { font-size: .875rem; }
.assessment-upload > .file-picker-label { margin-top: 2px; padding: 11px 14px; font-size: .875rem; }
.assessment-guide { grid-column: 1 / -1; min-width: 0; margin-top: 4px; border-top: 1px solid #dce6ef; }
.assessment-guide summary { display: flex; align-items: center; gap: 10px; width: fit-content; min-height: 44px; padding: 10px 2px; color: #1a5684; font-size: .875rem; font-weight: 700; cursor: pointer; list-style: none; }
.assessment-guide summary::-webkit-details-marker { display: none; }
.assessment-guide summary::before { content: '+'; display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #bad1e4; border-radius: 6px; font-size: 1rem; line-height: 1; background: #f2f7fc; }
.assessment-guide[open] summary::before { content: '−'; }
.assessment-guide summary:hover { color: #0b2b50; }
.assessment-guide summary:focus-visible { outline: 3px solid #dd8f55; outline-offset: 4px; border-radius: 4px; }
.assessment-guide__body { display: grid; grid-template-columns: minmax(230px, .9fr) minmax(0, 1fr); align-items: center; gap: 24px; padding: 8px 0 6px; }
.assessment-example { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #c8d9e7; border-radius: 12px; background: #f2f7fc; }
.assessment-example figcaption { padding: 9px 14px; background: #0c2b51; color: #fff; font-size: .75rem; font-weight: 600; letter-spacing: .025em; }
.assessment-example__result { display: grid; justify-items: center; gap: 10px; padding: 22px 12px; text-align: center; }
.assessment-example__result > small { color: #48627b; font-size: .875rem; line-height: 1.4; }
.assessment-example__value { color: #0c2b51; font-size: clamp(1.6rem, 4vw, 2.15rem); line-height: 1.2; }
.assessment-example__code { font-size: 2.5rem; letter-spacing: .045em; }
.assessment-upload .assessment-example__code > span { display: inline; color: #b94114; }
.assessment-example__disc { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; padding: 22px 14px; }
.assessment-example__pie { flex: 0 0 94px; width: 94px; height: 94px; border-radius: 50%; background: conic-gradient(#e54755 0% 40%, #f4bc36 40% 70%, #1a9f73 70% 90%, #258fc9 90% 100%); box-shadow: 0 0 0 4px #fff; }
.assessment-example__disc dl { display: grid; gap: 7px; min-width: 0; margin: 0; color: #234462; font-size: .8125rem; }
.assessment-example__disc dl > div { display: flex; justify-content: space-between; gap: 13px; }
.assessment-example__disc dd { margin: 0; font-weight: 700; }
.assessment-guide__tips h3 { margin: 0 0 8px; color: #143858; font-size: 1rem; }
.assessment-guide__tips p { margin: 0; color: #425c73; font-size: .875rem; line-height: 1.6; }
.assessment-guide__tips .assessment-guide__note { margin-top: 12px; color: #60758a; font-size: .8125rem; }
.assessment-guide .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 640px) {
  .upload-field.assessment-upload { padding: 16px; }
  .assessment-guide__body { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}

/* Application-preview controls */
.conditional-field[hidden], .skills-container[hidden], .no-experience-note[hidden] { display: none !important; }
.conditional-field { padding: 16px; border: 1px solid #f2c8b6; border-radius: 12px; background: #fffaf6; }
.field-help { margin: 6px 0 0; color: var(--soro-muted); font-size: .84rem; font-weight: 500; line-height: 1.5; }
.rate-fieldset, .experience-fieldset { min-width: 0; margin: 0; padding: 20px; border: 1px solid #d8e3eb; border-radius: 14px; background: linear-gradient(145deg, #fff 0%, #fbfdff 100%); }
.rate-fieldset > legend, .experience-fieldset > legend { padding: 0 7px; color: var(--soro-navy); font-size: 1rem; font-weight: 700; }
.rate-input-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: end; gap: 12px; margin-top: 17px; }
.rate-input { display: grid; gap: 7px; color: #274969; font-size: .82rem; font-weight: 700; }
.rate-control { display: grid; grid-template-columns: auto minmax(70px, 1fr) auto; align-items: center; min-height: 49px; overflow: hidden; border: 1px solid #cbd8e4; border-radius: 10px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.rate-control:focus-within { border-color: var(--soro-orange); box-shadow: 0 0 0 3px rgba(244, 92, 38, .12); }
.rate-control b { padding-left: 14px; color: var(--soro-navy); font-size: 1rem; }
.rate-control input { min-width: 0; height: 47px; padding: 10px 7px; border: 0; outline: 0; background: transparent; color: var(--soro-ink); font: inherit; font-size: 1rem; font-weight: 650; }
.rate-control input:focus { box-shadow: none; }
.rate-control em { padding: 0 14px 0 8px; color: var(--soro-muted); font-size: .75rem; font-style: normal; font-weight: 600; white-space: nowrap; }
.rate-separator { padding-bottom: 15px; color: var(--soro-muted); font-size: .8rem; font-weight: 700; }
.rate-preview { margin: 14px 0 0; padding: 10px 13px; border-radius: 9px; background: #eef7f5; color: #376657; font-size: .82rem; line-height: 1.4; }
.rate-preview strong { color: #125942; }
.experience-fieldset { padding-bottom: 22px; }
.checkbox-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 18px; }
.checkbox-card { display: flex; min-height: 88px; align-items: flex-start; gap: 11px; padding: 14px; border: 1px solid #d7e1e9; border-radius: 11px; background: #fff; color: var(--soro-ink); cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease; }
.checkbox-card:hover { border-color: #a9bfd0; background: #fbfdff; transform: translateY(-1px); }
.checkbox-card:focus-within { border-color: var(--soro-orange); box-shadow: 0 0 0 3px rgba(244, 92, 38, .12); }
.checkbox-card:has(input:checked) { border-color: #f0a281; background: #fff8f3; box-shadow: inset 3px 0 0 var(--soro-orange); }
.checkbox-card input { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; accent-color: var(--soro-orange); }
.checkbox-card > span { display: grid; gap: 4px; min-width: 0; }
.checkbox-card strong { color: var(--soro-navy); font-size: .87rem; line-height: 1.35; }
.checkbox-card small { color: var(--soro-muted); font-size: .75rem; font-weight: 500; line-height: 1.4; }
.checkbox-card--exclusive { grid-column: 1 / -1; min-height: 72px; border-style: dashed; }
.no-experience-note { padding: 16px 18px; border: 1px solid #bcded4; border-radius: 12px; background: #f0faf7; color: #235f50; }
.no-experience-note strong { display: block; color: #155744; font-size: .9rem; }
.no-experience-note p { margin: 5px 0 0; font-size: .82rem; line-height: 1.45; }
.skills-container { display: grid; gap: 16px; padding: 20px; border: 1px solid #e2d6c9; border-radius: 14px; background: #fffaf5; }
.skills-container fieldset { min-width: 0; margin: 0; padding: 16px; border: 1px solid #e1d6ca; border-radius: 11px; background: rgba(255,255,255,.88); }
.skills-container legend { padding: 0 6px; color: var(--soro-navy); font-size: .9rem; font-weight: 700; }
.skills-container .skill-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; margin-top: 8px; }
.skills-container label { display: flex; min-height: 42px; align-items: flex-start; gap: 9px; padding: 8px; border-radius: 7px; color: #36516c; font-size: .82rem; font-weight: 600; line-height: 1.35; cursor: pointer; }
.skills-container label:hover { background: #fff5ed; }
.skills-container input[type="checkbox"] { width: 17px; height: 17px; flex: 0 0 17px; margin: 1px 0 0; accent-color: var(--soro-orange); }
.accepted-formats { color: #45657f !important; font-size: .76rem !important; font-weight: 650; line-height: 1.4; }
.upload-grid { display: grid; gap: 12px; }.upload-field { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 18px; padding: 15px 16px; border: 1px solid #d6e0e7; border-radius: 10px; background: #fbfdff; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }.upload-field.is-uploading { border-color: #e7b49d; background: #fffaf7; box-shadow: 0 0 0 3px rgba(244, 92, 38, .07); }.upload-field.is-received { border-color: #b8dccc; background: #f7fcfa; }.upload-field span { display: grid; gap: 5px; }.upload-field strong { font-size: .95rem; }.upload-field small { color: var(--soro-muted); }.upload-field input[type=file] { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }.file-picker-label, .phone-upload-button { padding: 8px 11px; border: 1px solid #d8c5b8; border-radius: 7px; background: #fff; color: var(--soro-orange); font: inherit; font-size: .8rem; font-style: normal; font-weight: 700; line-height: 1.2; white-space: nowrap; cursor: pointer; transition: background .16s ease, border-color .16s ease, color .16s ease; }.upload-field.is-received .file-picker-label { border-color: #a8d1bf; background: #f1faf6; color: #17684c; }.file-picker-label:hover, .file-picker-label:focus-visible, .phone-upload-button:hover, .phone-upload-button:focus-visible { background: #fff3ea; border-color: var(--soro-orange); outline: none; }.assessment-link { width: fit-content; color: var(--soro-orange); font-size: .82rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.video-upload { grid-template-columns: 1fr auto; }.loom-field { grid-column: 1 / -1; display: grid; gap: 6px; color: var(--soro-muted); font-size: .82rem; font-weight: 600; }.phone-upload-button { grid-column: 1 / -1; justify-self: start; }.phone-upload { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 232px) 1fr; align-items: center; gap: 18px; padding: 14px; border: 1px solid #dce8ed; border-radius: 9px; background: #f4faf9; }.phone-upload img { width: 220px; height: auto; max-width: 100%; aspect-ratio: 1; padding: 5px; border: 1px solid #d5e1e6; border-radius: 6px; background: #fff; }.phone-upload > div { display: grid; gap: 5px; }.phone-upload > div small { font-size: .8rem; }.phone-video-status { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #aad7c4; border-radius: 10px; background: #f2fbf7; color: #185d47; }.phone-video-status[hidden] { display: none !important; }.phone-video-status svg { width: 30px; height: 30px; flex: 0 0 30px; fill: #2f8b68; }.phone-video-status svg circle { stroke: #2f8b68; stroke-width: 1.5; fill: #e3f4ec; }.phone-video-status svg path { stroke: #24775b; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }.phone-video-status span { display: grid; gap: 2px; }.phone-video-status strong { color: #155b45; }.phone-video-status small { color: #42715f !important; line-height: 1.4; }.upload-status { display: grid; gap: 7px; margin-top: 16px; color: #1b6e54; font-size: .88rem; }.upload-status p { display: flex; align-items: flex-start; gap: 7px; margin: 0; }.upload-status p::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; margin-top: .37em; border-radius: 50%; background: #2f8b68; }
.consent-list { display: grid; gap: 15px; margin-top: 26px; padding: 20px; border-radius: 10px; background: #f7fafc; }.consent-list label { display: flex; gap: 10px; align-items: flex-start; color: #36516c; line-height: 1.45; }.consent-list input { margin-top: 4px; accent-color: var(--soro-orange); }.honeypot { position: absolute !important; left: -9999px !important; }
.application-actions { display: flex; justify-content: space-between; gap: 12px; padding: 22px 28px; border-top: 1px solid var(--soro-line); background: #fdfcfb; }.application-actions-right { display: flex; gap: 10px; }.button { min-height: 43px; padding: 0 17px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 700; }.button-primary, .button-primary:visited { border-color: var(--soro-orange); background: var(--soro-orange); color: #fff; }.button-primary:hover { background: #d94b18; }.button-secondary { border-color: #d9cbbf; background: #fff; color: var(--soro-navy); }.button:disabled { cursor: wait; opacity: .65; }
.application-footer { padding: 0 0 40px; color: var(--soro-muted); font-size: .82rem; text-align: center; }
/* Introduction-video choice cards keep the three submission paths clear. */
.video-upload { grid-template-columns: 1fr; }
.video-method-intro { display: grid; gap: 5px; }
.video-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; border: 0; }
.video-methods legend { width: 100%; margin: 0 0 2px; color: var(--soro-navy); font-size: .82rem; font-weight: 700; }
.video-method { display: flex; align-items: flex-start; gap: 9px; min-height: 84px; padding: 12px; border: 1px solid #d6e0e7; border-radius: 9px; background: #fff; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.video-method:hover { border-color: #b7cad7; background: #fbfdff; }
.video-method.is-selected { border-color: var(--soro-orange); box-shadow: 0 0 0 3px rgba(255, 96, 32, .1); background: #fffaf6; }
.video-method input { position: static !important; width: 16px !important; height: 16px !important; margin: 2px 0 0; opacity: 1 !important; accent-color: var(--soro-orange); }
.video-method span { display: grid; gap: 4px; }
.video-method strong { font-size: .86rem; }
.video-method small { color: var(--soro-muted); font-size: .75rem; line-height: 1.35; }
  .video-method-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .75fr); align-items: center; gap: 12px 20px; padding: 14px; border: 1px solid #dce8ed; border-radius: 9px; background: #f8fbfd; }
  .video-method-panel[hidden],
  .phone-upload[hidden],
  .phone-upload-button[hidden] { display: none !important; }
.video-method-panel__header { display: grid; gap: 4px; }
.video-method-panel__header strong { color: var(--soro-navy); font-size: .92rem; }
.video-method-panel__header small, .video-method-panel__action small { color: var(--soro-muted); font-size: .8rem; line-height: 1.4; }
.video-method-panel__action { display: grid; gap: 8px; justify-items: start; min-width: 0; }
.video-method-panel .phone-upload { grid-column: 1 / -1; }
.video-method-panel[data-video-method-panel="phone"] { grid-template-columns: 1fr; }
.video-method-panel .file-picker-label { justify-self: start; }
.phone-upload-privacy { color: #6f5a4d !important; font-size: .76rem !important; }
.loom-actions { width: min(100%, 340px); }
.loom-actions .assessment-link { justify-self: start; }
.loom-field { display: grid; gap: 6px; width: 100%; color: var(--soro-navy); font-size: .8rem; font-weight: 700; }
.loom-field input { width: 100%; }

/* Refined select controls */
.field select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 48px;
  padding: 12px 46px 12px 15px;
  border-color: #c7d6e3;
  border-radius: 12px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='m2 2 6 6 6-6' stroke='%23365b77' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  box-shadow: 0 1px 2px rgba(14, 44, 72, .04);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.field select:hover { border-color: #9eb7cb; background-color: #fbfdff; }
.field select:focus { background-color: #fff; }
.field select::-ms-expand { display: none; }

@media (max-width: 640px) { .video-methods { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .video-method-panel { grid-template-columns: 1fr; }.video-method-panel__action, .loom-actions { width: 100%; } }

@media (max-width: 760px) { .name-fields { grid-template-columns: 1fr; } }

@media (max-width: 760px) {
  .identity-preferences { grid-template-columns: 1fr; padding: 16px; }
  .identity-preferences__intro { display: grid; }
  .identity-preferences__privacy { justify-self: start; }
  .identity-preferences__name { grid-column: auto; max-width: none; }
}

@media (max-width: 440px) { .identity-choice-grid { grid-template-columns: 1fr; } }

.application-references { margin-bottom: 28px; padding: 24px; border: 1px solid #c9dae8; border-radius: 16px; background: #f5f9fd; }
.application-preview-notice { padding: 20px 28px; background: #0c2b51; color: #fff; }
.application-preview-notice[hidden] { display: none; }
.application-preview-notice strong { font-size: 18px; }
.application-preview-notice p { margin: 7px 0 0; font-size: 14px; line-height: 1.6; color: #dfebf7; }
.application-preview #save-draft, .application-preview #submit-application { display: none; }
.application-preview .file-picker-label { opacity: .55; cursor: not-allowed; }
@media (max-width: 640px) {
  .application-preview-notice { padding: 18px; }
  .application-preview .application-steps button { flex-direction: column; gap: 6px; }
  .application-preview .application-steps button b { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; font-size: 12px; }
}
.application-references-heading h3 { color: #0c2b51; margin: 0 0 12px; }
.application-references-heading h3 small { display: inline-block; margin-left: 8px; font: 600 12px/1.5 system-ui, sans-serif; color: #516980; }
.application-references-heading p { color: #516980; font-size: 14px; line-height: 1.6; }
.application-reference-card { min-width: 0; margin: 18px 0; padding: 18px; border: 1px solid #d4e0ec; border-radius: 12px; background: white; }
.application-reference-card legend { padding: 0 6px; color: #0c2b51; font-weight: 700; }
.application-reference-card .remove-reference { display: block; margin: 14px 0 0 auto; border: 0; background: transparent; color: #93452f; text-decoration: underline; cursor: pointer; }
.application-references .consent-list { margin-bottom: 0; }
.application-references .consent-list[hidden] { display: none; }
.application-references .consent-list small { color: #516980; line-height: 1.6; }
@media (max-width: 640px) { .application-references { padding: 16px; }.application-reference-card { padding: 12px; } }

body.mobile-video-upload .upload-grid > .upload-field:not(.video-upload),
body.mobile-video-upload .video-methods,
body.mobile-video-upload .application-steps,
body.mobile-video-upload .application-actions { display: none; }
body.mobile-video-upload .video-method-panel[data-video-method-panel="device"] { grid-template-columns: 1fr; }

@media (max-width: 640px) { .application-header, .application-intro, .application-shell, .application-footer { width: min(100% - 24px, 980px); }.application-header { min-height: 70px; }.application-brand img { width: 138px; }.application-intro { padding-top: 42px; }.application-steps { padding: 16px 12px; }.application-steps li { font-size: 0; text-align: center; }.application-steps span { margin: 0; font-size: .84rem; }.form-step { padding: 28px 17px 18px; }.field-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.application-actions { flex-direction: column-reverse; padding: 17px; }.application-actions-right { justify-content: stretch; }.application-actions-right .button { flex: 1; }.upload-field, .video-upload { grid-template-columns: 1fr; }.file-picker-label { justify-self: start; }.phone-upload { grid-template-columns: 1fr; }.phone-upload img { width: 220px; } }

@media (max-width: 720px) {
  .rate-input-grid { grid-template-columns: 1fr; align-items: stretch; }
  .rate-separator { padding: 0; text-align: center; }
  .checkbox-card-grid, .skills-container .skill-options { grid-template-columns: 1fr; }
  .checkbox-card--exclusive { grid-column: auto; }
}

@media (max-width: 640px) {
  .application-steps button { justify-content: center; padding-inline: 4px; }
  .application-steps button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .application-steps span { margin-right: 0; }
  .rate-fieldset, .experience-fieldset, .skills-container { padding: 16px; }
  .rate-control { grid-template-columns: auto minmax(60px, 1fr) auto; }
  .rate-control em { padding-right: 10px; font-size: .7rem; }
  .save-confirmation.is-mobile-upload-success { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}
