.profile-page { max-width: 1460px; margin: 0 auto; padding: 30px 32px 60px; color: #152033; scroll-behavior: smooth; }
.profile-hero { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.profile-eyebrow { display: block; margin-bottom: 8px; color: #66758d; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.profile-hero h1 { margin: 0; color: #111b2d; font-size: clamp(28px, 3vw, 42px); font-weight: 700; letter-spacing: -.035em; }
.profile-hero p { margin: 8px 0 0; color: #718096; font-size: 14px; }
.profile-score { display: flex; align-items: center; gap: 14px; min-width: 220px; padding: 13px 18px; border: 1px solid #dde5ef; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(28, 45, 75, .05); }
.profile-score__ring { --progress-color: #dda11e; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: conic-gradient(var(--progress-color) calc(var(--score) * 1%), #e9edf3 0); position: relative; }
.profile-score__ring::after { width: 42px; height: 42px; border-radius: inherit; background: #fff; content: ""; position: absolute; }
.profile-score__ring strong { z-index: 1; color: #172136; font-size: 12px; }
.profile-score--strong .profile-score__ring, .profile-score--excellent .profile-score__ring { --progress-color: #168a65; }
.profile-score > div:last-child { display: flex; flex-direction: column; gap: 2px; }
.profile-score span { color: #7a879a; font-size: 11px; }
.profile-score b { color: #1b2840; font-size: 14px; }
.profile-section-nav, .profile-checklist, .profile-card { border: 1px solid #e1e7ef; border-radius: 14px; background: #fff; box-shadow: 0 8px 30px rgba(23, 37, 61, .045); overflow: hidden; }
.profile-section-nav { padding: 8px; position: sticky; top: 90px; }
.profile-section-nav a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 9px; color: #55647a; font-size: 12px; font-weight: 600; text-decoration: none; transition: background-color .2s, color .2s; }
.profile-section-nav a:hover, .profile-section-nav a:focus-visible { background: #f1f5fb; color: #183964; outline: none; }
.profile-section-nav svg { width: 15px; height: 15px; }
.profile-checklist { margin-top: 16px; }
.profile-checklist__head { padding: 16px 17px 12px; border-bottom: 1px solid #edf0f4; }
.profile-checklist__head div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.profile-checklist__head span { color: #26364e; font-size: 12px; font-weight: 700; }
.profile-checklist__head strong { color: #7a879a; font-size: 9px; text-transform: uppercase; }
.profile-check { display: grid; grid-template-columns: 24px 1fr auto; align-items: start; gap: 10px; padding: 12px 16px; border-bottom: 1px solid #f0f2f6; color: inherit; text-decoration: none; transition: background-color .2s; }
.profile-check:last-child { border-bottom: 0; }
.profile-check:hover { background: #f8fafc; color: inherit; }
.profile-check__icon { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid #cfd7e3; border-radius: 50%; color: #8090a6; }
.profile-check__icon svg { width: 11px; height: 11px; }
.profile-check.is-complete .profile-check__icon { border-color: #bce1d4; background: #e7f7f1; color: #168a65; }
.profile-check b, .profile-check small { display: block; }
.profile-check b { color: #29384d; font-size: 11px; font-weight: 700; }
.profile-check small { margin-top: 2px; color: #8a97a9; font-size: 9px; line-height: 1.35; }
.profile-check em { color: #a16f0b; font-size: 10px; font-style: normal; font-weight: 700; }
.profile-card { margin-bottom: 18px; scroll-margin-top: 88px; }
.profile-card__header { display: flex; align-items: center; gap: 13px; padding: 20px 22px; border-bottom: 1px solid #edf0f4; }
.profile-card__icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 10px; background: #eff4fa; color: #294a75; }
.profile-card__icon svg { width: 17px; height: 17px; }
.profile-card h2, .profile-card h3 { margin: 0; color: #1c2a40; }
.profile-card h2 { font-size: 15px; font-weight: 700; }
.profile-card h3 { font-size: 12px; font-weight: 700; }
.profile-card__header p, .profile-subheading p { margin: 3px 0 0; color: #8290a3; font-size: 12px; }
.profile-form { padding: 22px; }
.profile-form label { display: block; margin-bottom: 6px; color: #47566c; font-size: 12px; font-weight: 700; }
.profile-form label span { color: #c43e4d; }
.profile-form .form-control, .profile-form .form-select { min-height: 41px; border-color: #dce3ec; border-radius: 8px; background-color: #fff !important; color: #243249; font-size: 13px; box-shadow: none; }
.profile-form textarea.form-control { padding-top: 10px; resize: vertical; }
.profile-form .form-control:focus, .profile-form .form-select:focus { border-color: #5279a8; box-shadow: 0 0 0 3px rgba(49, 90, 139, .10); }
.profile-form .form-control:disabled { background-color: #fff !important; color: #778498; opacity: 1; }
.profile-field-note { display: block; margin-top: 5px; color: #939fb0; font-size: 9px; }
.profile-form__footer { display: flex; justify-content: flex-end; margin: 20px -22px -22px; padding: 15px 22px; border-top: 1px solid #edf0f4; background: #fbfcfd; }
.profile-save { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 38px; padding: 0 17px; border: 1px solid #1f3655; border-radius: 8px; background: #1f3655; color: #fff; font-size: 12px; font-weight: 700; transition: background-color .2s, border-color .2s; }
.profile-save:hover, .profile-save:focus-visible { border-color: #142a47; background: #142a47; color: #fff; }
.profile-save:disabled { border-color: #a8b2c0; background: #a8b2c0; cursor: not-allowed; }
.profile-save svg { width: 14px; height: 14px; }
.profile-subheading { margin: 22px 0 14px; padding-top: 20px; border-top: 1px solid #edf0f4; }
.profile-repeat-list { display: grid; gap: 16px; }
.profile-repeat-item { padding: 18px; border: 1px solid #e0e6ee; border-radius: 11px; background: #fbfcfe; }
.profile-repeat-item__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 1px solid #e7ebf1; }
.profile-repeat-item__head > div { display: flex; flex-direction: column; gap: 2px; }
.profile-repeat-number { color: #26364d; font-size: 13px; font-weight: 700; }
.profile-repeat-item__head small { color: #8491a4; font-size: 9px; }
.profile-remove { display: inline-flex; min-height: 32px; align-items: center; gap: 6px; padding: 0 9px; border: 0; border-radius: 7px; background: transparent; color: #a23b49; cursor: pointer; font-size: 9px; font-weight: 700; transition: background-color .2s; }
.profile-remove:hover, .profile-remove:focus-visible { background: #fbecef; outline: none; }
.profile-remove svg { width: 13px; height: 13px; }
.profile-add { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; margin-top: 15px; padding: 0 14px; border: 1px dashed #8fa3bd; border-radius: 8px; background: #fff; color: #315479; cursor: pointer; font-size: 12px; font-weight: 700; transition: border-color .2s, background-color .2s; }
.profile-add:hover, .profile-add:focus-visible { border-color: #416a99; background: #f3f7fb; outline: none; }
.profile-add svg { width: 14px; height: 14px; }
.profile-skill-editor { height: 100%; }
.profile-skill-list { display: flex; min-height: 48px; align-content: flex-start; flex-wrap: wrap; gap: 7px; padding: 9px; border: 1px solid #dce3ec; border-radius: 8px; background: #fff; }
.profile-skill-list:empty::before { align-self: center; color: #9aa5b5; content: "No items added yet"; font-size: 9px; }
.profile-skill-chip { display: inline-flex; max-width: 100%; min-height: 28px; align-items: center; gap: 6px; padding: 4px 5px 4px 10px; border: 1px solid #cbd8e7; border-radius: 999px; background: #eef4fa; color: #29496e; font-size: 10px; font-weight: 600; }
.profile-skill-chip > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-skill-chip button { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #617792; cursor: pointer; transition: background-color .2s, color .2s; }
.profile-skill-chip button:hover, .profile-skill-chip button:focus-visible { background: #d7e3ef; color: #9b3343; outline: none; }
.profile-skill-chip button svg { width: 11px; height: 11px; }
.profile-skill-add { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 8px; }
.profile-skill-add__button { display: inline-flex; min-height: 41px; align-items: center; justify-content: center; gap: 6px; padding: 0 14px; border: 1px solid #315479; border-radius: 8px; background: #fff; color: #315479; cursor: pointer; font-size: 12px; font-weight: 700; transition: background-color .2s, color .2s; }
.profile-skill-add__button:hover, .profile-skill-add__button:focus-visible { background: #315479; color: #fff; outline: none; }
.profile-skill-add__button svg { width: 13px; height: 13px; }
.profile-documents { padding-bottom: 22px; }
.profile-document { display: grid; grid-template-columns: 38px 1fr auto 34px; align-items: center; gap: 12px; margin: 20px 22px 0; padding: 13px 14px; border: 1px solid #dce5ee; border-radius: 10px; background: #f9fbfd; }
.profile-document__icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 8px; background: #e7eef7; color: #315782; }
.profile-document__icon svg { width: 17px; height: 17px; }
.profile-document strong, .profile-document small { display: block; }
.profile-document strong { max-width: 460px; overflow: hidden; color: #26364d; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.profile-document small { margin-top: 3px; color: #8592a5; font-size: 10px; }
.profile-document__status { display: inline-flex; align-items: center; gap: 5px; color: #168a65; font-size: 10px; font-weight: 700; }
.profile-document__status svg { width: 12px; height: 12px; }
.profile-document__open { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 7px; color: #66768c; transition: background-color .2s, color .2s; }
.profile-document__open:hover { background: #e8eef5; color: #1f436e; }
.profile-document__open svg { width: 14px; height: 14px; }
.profile-upload { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 20px 22px 0; }
.profile-upload__drop { display: flex; align-items: center; gap: 14px; min-height: 76px; margin: 0; padding: 14px 16px; border: 1px dashed #aebbd0; border-radius: 10px; background: #fbfcfe; cursor: pointer; transition: border-color .2s, background-color .2s; }
.profile-upload__drop:hover { border-color: #567ba8; background: #f5f8fc; }
.profile-upload__drop > svg { width: 22px; height: 22px; color: #607b9d; }
.profile-upload__drop span:nth-child(2) { flex: 1; }
.profile-upload__drop strong, .profile-upload__drop small { display: block; }
.profile-upload__drop strong { color: #304159; font-size: 12px; }
.profile-upload__drop small { margin-top: 3px; color: #8492a5; font-size: 10px; }
.profile-upload__choose { border: 1px solid #d6dee8; border-radius: 7px; background: #fff; color: #32465f; font-size: 11px; font-weight: 700; }
.profile-upload__selection { grid-column: 1 / -1; min-height: 14px; color: #51647e; font-size: 9px; }
@media (max-width: 1199.98px) {
    .profile-section-nav { position: static; display: flex; overflow-x: auto; }
    .profile-section-nav a { flex: 0 0 auto; }
    .profile-checklist { display: none; }
}
@media (max-width: 767.98px) {
    .profile-page { padding: 22px 14px 48px; }
    .profile-hero { align-items: stretch; flex-direction: column; }
    .profile-score { width: 100%; }
    .profile-card__header, .profile-form { padding: 17px; }
    .profile-form__footer { margin: 18px -17px -17px; padding: 14px 17px; }
    .profile-upload { grid-template-columns: 1fr; padding: 17px 17px 0; }
    .profile-upload__drop { align-items: flex-start; }
    .profile-upload__choose { display: none; }
    .profile-document { grid-template-columns: 36px 1fr 30px; margin: 17px 17px 0; }
    .profile-document__status { display: none; }
    .profile-repeat-item { padding: 14px; }
    .profile-remove span { display: none; }
    .profile-skill-add { grid-template-columns: 1fr; }
    .profile-skill-add__button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .profile-page { scroll-behavior: auto; }
    .profile-section-nav a, .profile-upload__drop, .profile-save { transition: none; }
}
