/* Nobelio Select · recorrido guiado para crear y publicar plazas */

.select-workspace:has(.select-manual-editor) {
    width: min(100% - 32px, 1500px);
    grid-template-columns: minmax(0, 1fr);
}

.select-workspace:has(.select-manual-editor) .select-sidebar {
    display: none;
}

.select-workspace:has(.select-manual-editor) .select-shell {
    min-width: 0;
    background: #f3f5f9;
}

.select-workspace:has(.select-manual-editor) .select-workspace-header {
    padding: 18px 24px;
    background: #ffffff;
    border-bottom: 1px solid #dfe3ec;
}

.select-workspace:has(.select-manual-editor) .select-view {
    padding: 20px;
}

.select-manual-editor {
    --guided-navy: #111a32;
    --guided-navy-soft: #1b2848;
    --guided-violet: #5b4dd6;
    --guided-violet-dark: #4236b5;
    --guided-green: #087157;
    --guided-ink: #172033;
    --guided-muted: #667085;
    --guided-line: #dfe3ec;
    min-height: calc(100vh - 190px);
    padding: 0;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d8dde8;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(23, 32, 51, .10);
}

.select-editor-guide {
    min-width: 0;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 0%, rgba(108, 92, 231, .28), transparent 34%),
        linear-gradient(180deg, var(--guided-navy-soft), var(--guided-navy));
}

.select-editor-guide-back {
    width: fit-content;
    padding: 0;
    color: #cbd3e8;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.select-editor-guide-back:hover,
.select-editor-guide-back:focus-visible {
    color: #ffffff;
    outline: 0;
}

.select-editor-guide-intro {
    margin-top: 26px;
}

.select-editor-guide-intro > span {
    color: #9ee8d6;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.select-editor-guide-intro h3 {
    margin: 8px 0 8px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.15;
}

.select-editor-guide-intro p {
    margin: 0;
    color: #bdc7de;
    font-size: 13px;
    line-height: 1.55;
}

.select-manual-editor .select-editor-version {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
    padding: 11px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    text-align: left;
}

.select-manual-editor .select-editor-version span,
.select-manual-editor .select-editor-version strong {
    margin: 0;
    font-size: 12px;
}

.select-manual-editor .select-editor-version span {
    color: #9ee8d6;
    letter-spacing: .04em;
}

.select-manual-editor .select-editor-steps {
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
}

.select-manual-editor .select-editor-steps button {
    width: 100%;
    min-width: 0;
    padding: 11px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #b9c4dc;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    text-align: left;
    cursor: pointer;
}

.select-manual-editor .select-editor-steps button > span:first-child {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #d7def0;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 900;
}

.select-manual-editor .select-editor-steps button > .select-editor-step-copy,
.select-editor-step-copy b,
.select-editor-step-copy small {
    min-width: 0;
    display: block;
}

.select-manual-editor .select-editor-steps button > .select-editor-step-copy {
    width: auto;
    height: auto;
    place-items: initial;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: inherit;
    font-weight: inherit;
}

.select-editor-step-copy b {
    color: inherit;
    font-size: 13px;
    line-height: 1.25;
}

.select-editor-step-copy small {
    margin-top: 3px;
    color: #8f9bb7;
    font-size: 10px;
    line-height: 1.35;
}

.select-manual-editor .select-editor-steps button.active {
    color: #ffffff;
    background: rgba(108, 92, 231, .25);
    border-color: rgba(167, 156, 255, .48);
    box-shadow: none;
}

.select-manual-editor .select-editor-steps button.active > span:first-child {
    color: #ffffff;
    background: #695be1;
    border-color: #8377ec;
}

.select-manual-editor .select-editor-steps button.active small {
    color: #d9d4ff;
}

.select-manual-editor .select-editor-steps button.active > .select-editor-step-copy,
.select-manual-editor .select-editor-steps button.complete > .select-editor-step-copy {
    color: inherit;
    background: transparent;
}

.select-manual-editor .select-editor-steps button.complete {
    color: #d8f5ed;
    background: rgba(8, 113, 87, .16);
    border-color: transparent;
}

.select-manual-editor .select-editor-steps button.complete > span:first-child {
    color: #0f5948;
    background: #9ee8d6;
    border-color: #9ee8d6;
}

.select-editor-guide-summary {
    margin-top: auto;
    padding: 15px;
    display: grid;
    gap: 5px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
}

.select-editor-guide-summary span {
    color: #9ee8d6;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.select-editor-guide-summary strong {
    font-size: 15px;
}

.select-editor-guide-summary small,
.select-editor-guide-summary em {
    overflow: hidden;
    color: #bdc7de;
    font-size: 11px;
    font-style: normal;
    line-height: 1.4;
    text-overflow: ellipsis;
}

.select-editor-guide-summary em {
    padding-top: 7px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.select-editor-guide-help {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #8f9bb7;
    font-size: 10px;
}

.select-editor-guide-help strong {
    color: #dbe2f2;
}

.select-editor-work {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.select-manual-editor .select-editor-current {
    min-height: 72px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    color: var(--guided-muted);
    background: #ffffff;
    border-top: 0;
    border-bottom: 1px solid var(--guided-line);
}

.select-editor-current > div:first-child span,
.select-editor-current > div:first-child strong {
    display: block;
}

.select-editor-current > div:first-child span {
    color: var(--guided-violet);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.select-editor-current > div:first-child strong {
    margin-top: 3px;
    color: var(--guided-ink);
    font-size: 21px;
}

.select-editor-current-state {
    display: flex;
    gap: 8px;
    align-items: center;
}

.select-editor-current-state span,
.select-editor-current-state b {
    padding: 7px 10px;
    border-radius: 99px;
    font-size: 11px;
}

.select-editor-current-state span {
    color: #72500f;
    background: #fff3ce;
}

.select-editor-current-state b {
    color: var(--guided-violet-dark);
    background: #efedff;
}

.select-manual-editor .select-editor-stage {
    flex: 1;
    padding: 30px;
}

.select-manual-editor .select-editor-stage-head {
    margin-bottom: 22px;
}

.select-manual-editor .select-editor-stage-head h4 {
    margin: 6px 0;
    color: var(--guided-ink);
    font-size: 24px;
    line-height: 1.2;
}

.select-manual-editor .select-editor-stage-head p {
    max-width: 720px;
    color: var(--guided-muted);
    font-size: 14px;
    line-height: 1.55;
}

.select-manual-editor .select-kicker {
    color: var(--guided-violet);
    font-size: 11px;
    letter-spacing: .08em;
}

.select-manual-editor .select-editor-callout {
    max-width: 300px;
    padding: 12px 14px;
    color: #6f531b;
    background: #fff8e8;
    border-color: #efddb0;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.45;
}

.select-editor-callout strong {
    display: block;
    margin-bottom: 3px;
    color: #513a0c;
}

.select-editor-form-section {
    margin-top: 14px;
    padding: 20px;
    background: #fbfcfe;
    border: 1px solid var(--guided-line);
    border-radius: 13px;
}

.select-editor-form-section-head {
    margin-bottom: 16px;
    display: flex;
    gap: 11px;
    align-items: center;
}

.select-editor-form-section-head > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--guided-violet-dark);
    background: #eae7ff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
}

.select-editor-form-section-head strong,
.select-editor-form-section-head small {
    display: block;
}

.select-editor-form-section-head strong {
    color: var(--guided-ink);
    font-size: 15px;
}

.select-editor-form-section-head small {
    margin-top: 2px;
    color: var(--guided-muted);
    font-size: 11px;
}

.select-manual-editor .select-editor-form-grid {
    gap: 16px;
}

.select-manual-editor .select-editor-form-grid.compact {
    gap: 12px;
}

.select-manual-editor .select-editor-field {
    gap: 7px;
    color: var(--guided-ink);
    font-size: 13px;
    font-weight: 750;
}

.select-manual-editor .select-editor-field > span b {
    padding: 2px 6px;
    color: var(--guided-violet-dark);
    background: #efedff;
    border-radius: 5px;
    font-size: 9px;
    letter-spacing: .04em;
}

.select-manual-editor .select-editor-field input,
.select-manual-editor .select-editor-field select,
.select-manual-editor .select-editor-field textarea,
.select-manual-editor .select-editor-inline-fields input,
.select-manual-editor .select-editor-inline-fields select {
    min-height: 44px;
    padding: 10px 12px;
    color: var(--guided-ink);
    background: #ffffff;
    border-color: #cfd5e2;
    border-radius: 9px;
    font-size: 13px;
}

.select-manual-editor .select-editor-field textarea {
    min-height: 92px;
}

.select-manual-editor .select-editor-field small {
    color: var(--guided-muted);
    font-size: 11px;
}

.select-manual-editor .select-action-button {
    min-height: 42px;
    padding: 0 16px;
    color: var(--guided-violet-dark);
    background: #eeecff;
    border: 1px solid #dcd7ff;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 850;
}

.select-manual-editor .select-action-button.primary {
    color: #ffffff;
    background: var(--guided-violet);
    border-color: var(--guided-violet);
    box-shadow: 0 6px 16px rgba(91, 77, 214, .2);
}

.select-manual-editor .select-action-button.primary:hover,
.select-manual-editor .select-action-button.primary:focus-visible {
    background: var(--guided-violet-dark);
}

.select-manual-editor .select-editor-unit {
    padding: 14px;
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    gap: 12px;
    background: #fbfcfe;
    border-radius: 12px;
}

.select-manual-editor .select-editor-unit-number {
    width: 38px;
    height: 38px;
    font-size: 11px;
}

.select-manual-editor .select-editor-inline-fields label {
    gap: 6px;
    color: var(--guided-muted);
    font-size: 11px;
}

.select-manual-editor .select-editor-divider {
    margin: 28px 0;
}

.select-manual-editor .select-editor-position-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 16px;
}

.select-manual-editor .select-editor-position-list {
    padding: 10px;
    gap: 8px;
    background: #f6f7fb;
    border-radius: 12px;
}

.select-manual-editor .select-editor-position-list button {
    padding: 12px;
    border-radius: 9px;
}

.select-manual-editor .select-editor-position-list button.active {
    border-color: #8f84eb;
    box-shadow: 0 0 0 3px #ece9ff;
}

.select-manual-editor .select-editor-position-list strong {
    font-size: 13px;
}

.select-manual-editor .select-editor-position-list span {
    font-size: 11px;
}

.select-manual-editor .select-editor-position-detail,
.select-manual-editor .select-editor-node-detail {
    padding: 18px;
    border-radius: 12px;
}

.select-manual-editor .select-editor-subhead {
    margin: 20px 0 12px;
}

.select-manual-editor .select-editor-subhead strong {
    font-size: 15px;
}

.select-manual-editor .select-editor-subhead span {
    font-size: 11px;
}

.select-manual-editor .select-editor-requirements {
    gap: 12px;
}

.select-manual-editor .select-editor-requirements > article,
.select-manual-editor .select-editor-question-list > article {
    padding: 15px;
    background: #fbfcfe;
    border-radius: 11px;
}

.select-manual-editor .select-editor-check {
    font-size: 12px;
}

.select-manual-editor .select-editor-text-danger {
    margin-top: 11px;
    font-size: 11px;
}

.select-editor-baremo-choice {
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.select-editor-baremo-choice article {
    min-width: 0;
    padding: 17px;
    display: grid;
    align-content: start;
    background: #fbfcfe;
    border: 1px solid var(--guided-line);
    border-radius: 12px;
}

.select-editor-baremo-choice article.active {
    background: #f3f1ff;
    border-color: #9f96ef;
    box-shadow: 0 0 0 3px #eeeaff;
}

.select-editor-baremo-choice span,
.select-editor-baremo-choice strong,
.select-editor-baremo-choice p {
    display: block;
}

.select-editor-baremo-choice span {
    color: var(--guided-violet);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.select-editor-baremo-choice strong {
    margin-top: 7px;
    color: var(--guided-ink);
    font-size: 16px;
}

.select-editor-baremo-choice p {
    margin: 6px 0 13px;
    color: var(--guided-muted);
    font-size: 12px;
    line-height: 1.45;
}

.select-editor-baremo-choice button,
.select-editor-baremo-choice b {
    width: fit-content;
    margin-top: auto;
    padding: 7px 10px;
    color: var(--guided-muted);
    background: #eef0f4;
    border: 0;
    border-radius: 7px;
    font-size: 10px;
}

.select-editor-baremo-choice b {
    color: var(--guided-violet-dark);
    background: #ded9ff;
}

.select-manual-editor .select-editor-baremo-meta {
    margin-bottom: 16px;
    padding: 16px;
    grid-template-columns: 2fr .7fr .7fr;
    background: #fbfcfe;
    border: 1px solid var(--guided-line);
    border-radius: 12px;
}

.select-manual-editor .select-editor-baremo-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 16px;
}

.select-manual-editor .select-editor-tree {
    padding: 12px;
    background: #f6f7fb;
    border-radius: 12px;
}

.select-manual-editor .select-editor-tree-title {
    padding: 5px 6px 12px;
    font-size: 11px;
}

.select-manual-editor .select-editor-tree-row > button {
    padding: 9px;
    grid-template-columns: 29px 42px minmax(0, 1fr);
}

.select-manual-editor .select-editor-tree-row > button span {
    width: 28px;
    height: 28px;
    font-size: 9px;
}

.select-manual-editor .select-editor-tree-row > button b,
.select-manual-editor .select-editor-tree-row > button small {
    font-size: 10px;
}

.select-manual-editor .select-editor-node-head h4 {
    font-size: 18px;
}

.select-manual-editor .select-editor-rule {
    margin-top: 18px;
    padding: 17px;
    border-radius: 12px;
}

.select-manual-editor .select-editor-rule-head strong {
    font-size: 14px;
}

.select-manual-editor .select-editor-rule-head p {
    font-size: 11px;
}

.select-manual-editor .select-rule-execution,
.select-manual-editor .select-validation-pill {
    padding: 7px 10px;
    font-size: 9px;
}

.select-manual-editor .select-editor-principles {
    gap: 12px;
}

.select-manual-editor .select-editor-principles article {
    padding: 15px;
    border-radius: 11px;
}

.select-manual-editor .select-editor-principles strong {
    font-size: 13px;
}

.select-manual-editor .select-editor-principles span {
    font-size: 11px;
}

.select-manual-editor .select-editor-empty {
    padding: 22px;
    font-size: 12px;
}

.select-editor-publish-path {
    margin-bottom: 20px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
    background: #f6f7fb;
    border: 1px solid var(--guided-line);
    border-radius: 12px;
}

.select-editor-publish-path > div {
    padding: 11px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 2px 10px;
    align-items: center;
    border-radius: 9px;
}

.select-editor-publish-path > div.active {
    background: #ebe8ff;
}

.select-editor-publish-path span {
    width: 30px;
    height: 30px;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    color: var(--guided-violet-dark);
    background: #ffffff;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 900;
}

.select-editor-publish-path strong,
.select-editor-publish-path small {
    display: block;
}

.select-editor-publish-path strong {
    color: var(--guided-ink);
    font-size: 12px;
}

.select-editor-publish-path small {
    color: var(--guided-muted);
    font-size: 10px;
}

.select-editor-publish-path i {
    color: #9aa3b5;
    font-style: normal;
}

.select-manual-editor .select-editor-summary {
    gap: 12px;
}

.select-manual-editor .select-editor-summary article {
    padding: 15px;
    border-radius: 11px;
}

.select-manual-editor .select-editor-summary span {
    font-size: 10px;
}

.select-manual-editor .select-editor-summary strong {
    font-size: 14px;
}

.select-manual-editor .select-editor-summary small,
.select-manual-editor .select-editor-issue-list p,
.select-manual-editor .select-review-boundary p {
    font-size: 11px;
}

.select-manual-editor .select-editor-issue-list strong,
.select-manual-editor .select-review-boundary strong {
    font-size: 12px;
}

.select-manual-editor .select-editor-test-list label {
    font-size: 11px;
}

.select-manual-editor .select-editor-test-list input {
    min-height: 39px;
    font-size: 11px;
}

.select-manual-editor .select-editor-footer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    padding: 14px 20px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--guided-line);
    box-shadow: 0 -8px 22px rgba(23, 32, 51, .05);
    backdrop-filter: blur(10px);
}

.select-manual-editor .select-editor-footer > div:first-child span,
.select-manual-editor .select-editor-cancel {
    font-size: 11px;
}

.select-manual-editor .select-editor-notice {
    min-height: 36px;
    padding: 10px 20px;
    color: #315a4e;
    background: #eaf8f3;
    font-size: 11px;
}

@media (max-width: 1050px) {
    .select-manual-editor {
        grid-template-columns: 1fr;
    }

    .select-editor-guide {
        padding: 20px;
    }

    .select-editor-guide-intro {
        margin-top: 15px;
    }

    .select-editor-guide-intro p,
    .select-editor-guide-summary,
    .select-editor-guide-help {
        display: none;
    }

    .select-manual-editor .select-editor-version {
        width: 220px;
        margin-top: 12px;
    }

    .select-manual-editor .select-editor-steps {
        display: flex;
        overflow-x: auto;
    }

    .select-manual-editor .select-editor-steps button {
        min-width: 190px;
    }

    .select-manual-editor .select-editor-position-layout,
    .select-manual-editor .select-editor-baremo-layout,
    .select-manual-editor .select-editor-review-grid {
        grid-template-columns: 1fr;
    }

    .select-manual-editor .select-editor-position-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .select-workspace:has(.select-manual-editor) {
        width: 100%;
    }

    .select-workspace:has(.select-manual-editor) .select-view {
        padding: 10px;
    }

    .select-manual-editor {
        border-radius: 12px;
    }

    .select-editor-guide,
    .select-manual-editor .select-editor-stage,
    .select-manual-editor .select-editor-current,
    .select-manual-editor .select-editor-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .select-editor-guide-intro h3 {
        font-size: 19px;
    }

    .select-manual-editor .select-editor-current {
        min-height: 62px;
    }

    .select-editor-current > div:first-child strong {
        font-size: 18px;
    }

    .select-editor-current-state {
        display: none;
    }

    .select-manual-editor .select-editor-stage-head,
    .select-manual-editor .select-editor-footer {
        display: grid;
    }

    .select-manual-editor .select-editor-stage-head h4 {
        font-size: 21px;
    }

    .select-editor-baremo-choice,
    .select-manual-editor .select-editor-baremo-meta,
    .select-editor-publish-path {
        grid-template-columns: 1fr;
    }

    .select-editor-publish-path i {
        display: none;
    }

    .select-manual-editor .select-editor-footer > div {
        justify-content: flex-start;
    }
}

/* Versión visual 2 · editor claro y coherente con la mesa institucional */
.select-manual-editor {
    --guided-navy: #111a32;
    --guided-navy-soft: #f4f6f8;
    --guided-violet: #315b9b;
    --guided-violet-dark: #234777;
    --guided-green: #08735a;
    grid-template-columns: 250px minmax(0, 1fr);
    border-color: #dce1ea;
    border-radius: 13px;
    box-shadow: none;
}

.select-editor-guide {
    padding: 24px 18px;
    color: var(--guided-ink);
    background: #f7f8fa;
    border-right: 1px solid var(--guided-line);
}

.select-editor-guide-back {
    color: #526078;
}

.select-editor-guide-back:hover,
.select-editor-guide-back:focus-visible {
    color: var(--guided-navy);
}

.select-editor-guide-intro {
    margin-top: 24px;
}

.select-editor-guide-intro > span {
    color: var(--guided-green);
}

.select-editor-guide-intro h3 {
    color: var(--guided-navy);
    font-size: 21px;
}

.select-editor-guide-intro p {
    color: #667085;
    font-size: 12px;
}

.select-manual-editor .select-editor-version {
    color: var(--guided-navy);
    background: #ffffff;
    border-color: #d9dee8;
    border-radius: 8px;
}

.select-manual-editor .select-editor-version span {
    color: var(--guided-green);
}

.select-manual-editor .select-editor-steps {
    gap: 5px;
}

.select-manual-editor .select-editor-steps button {
    min-height: 57px;
    padding: 9px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    color: #526078;
    border-radius: 8px;
}

.select-manual-editor .select-editor-steps button > span:first-child {
    width: 32px;
    height: 32px;
    color: #536077;
    background: #e7ebf0;
    border-color: #e1e5eb;
    border-radius: 7px;
}

.select-editor-step-copy b {
    font-size: 12px;
}

.select-editor-step-copy small {
    color: #7a8497;
    font-size: 9px;
}

.select-manual-editor .select-editor-steps button.active {
    color: var(--guided-navy);
    background: #eaf0f7;
    border-color: #b8c8dc;
    box-shadow: inset 3px 0 0 var(--guided-violet);
}

.select-manual-editor .select-editor-steps button.active > span:first-child {
    background: var(--guided-violet);
    border-color: var(--guided-violet);
}

.select-manual-editor .select-editor-steps button.active small {
    color: #65758c;
}

.select-manual-editor .select-editor-steps button.complete {
    color: #305a4d;
    background: #edf6f2;
}

.select-manual-editor .select-editor-steps button.complete > span:first-child {
    color: #075b46;
    background: #cceade;
    border-color: #cceade;
}

.select-editor-guide-summary {
    background: #ffffff;
    border-color: #d9dee8;
    border-radius: 9px;
}

.select-editor-guide-summary span {
    color: var(--guided-green);
}

.select-editor-guide-summary strong {
    color: var(--guided-navy);
}

.select-editor-guide-summary small,
.select-editor-guide-summary em {
    color: #697386;
}

.select-editor-guide-summary em {
    border-top-color: #e1e5eb;
}

.select-editor-guide-help {
    color: #7a8497;
}

.select-editor-guide-help strong {
    color: #48556a;
}

.select-manual-editor .select-editor-current {
    min-height: 68px;
    padding: 14px 28px;
}

.select-editor-current > div:first-child span,
.select-manual-editor .select-kicker {
    color: var(--guided-green);
}

.select-manual-editor .select-editor-stage {
    padding: 28px;
}

.select-manual-editor .select-editor-stage-head h4 {
    font-size: 23px;
}

.select-manual-editor .select-editor-callout {
    color: #4a5d55;
    background: #f0f6f3;
    border-color: #c9dfd7;
}

.select-editor-callout strong {
    color: #274c40;
}

.select-editor-form-section {
    padding: 19px;
    background: #fafbfc;
    border-radius: 10px;
}

.select-editor-form-section-head > span {
    color: var(--guided-violet-dark);
    background: #e4ebf4;
}

.select-manual-editor .select-editor-field > span b {
    color: #315b9b;
    background: #e9eff6;
}

.select-manual-editor .select-action-button {
    color: var(--guided-violet-dark);
    background: #edf2f8;
    border-color: #d2dce8;
}

.select-manual-editor .select-action-button.primary {
    background: var(--guided-violet);
    border-color: var(--guided-violet);
    box-shadow: none;
}

.select-editor-baremo-choice article.active {
    background: #eef3f8;
    border-color: #9fb2ca;
    box-shadow: none;
}

.select-editor-baremo-choice span {
    color: var(--guided-green);
}

.select-editor-baremo-choice b {
    color: var(--guided-violet-dark);
    background: #dfe8f2;
}

.select-editor-publish-path > div.active {
    background: #eaf0f7;
}

.select-editor-publish-path span {
    color: var(--guided-violet-dark);
}

@media (max-width: 1050px) {
    .select-manual-editor {
        grid-template-columns: 1fr;
    }

    .select-editor-guide {
        padding: 18px;
        border-right: 0;
        border-bottom: 1px solid var(--guided-line);
    }

    .select-editor-guide-intro {
        margin-top: 16px;
    }

    .select-editor-guide-intro p,
    .select-editor-guide-summary,
    .select-editor-guide-help {
        display: none;
    }

    .select-manual-editor .select-editor-version {
        display: none;
    }

    .select-manual-editor .select-editor-steps {
        margin-top: 16px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
    }

    .select-manual-editor .select-editor-steps button {
        min-width: 0;
        min-height: 60px;
        padding: 7px;
        grid-template-columns: 29px minmax(0, 1fr);
        gap: 6px;
    }

    .select-manual-editor .select-editor-steps button > span:first-child {
        width: 29px;
        height: 29px;
    }

    .select-editor-step-copy b {
        font-size: 10px;
    }

    .select-editor-step-copy small {
        display: none;
    }
}

@media (max-width: 620px) {
    .select-editor-guide {
        padding: 16px;
    }

    .select-editor-guide-intro h3 {
        font-size: 19px;
    }

    .select-manual-editor .select-editor-steps button {
        min-height: 58px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        text-align: center;
    }

    .select-editor-step-copy b {
        font-size: 8px;
        line-height: 1.15;
    }

    .select-manual-editor .select-editor-stage,
    .select-manual-editor .select-editor-current,
    .select-manual-editor .select-editor-footer {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Flujo V2: una convocatoria contiene plazas; los requisitos y baremos se editan por alcance. */
.select-editor-position-switch {
    margin-bottom: 18px;
    padding: 12px;
    display: flex;
    gap: 8px;
    align-items: stretch;
    overflow-x: auto;
    background: #f5f7fa;
    border: 1px solid var(--guided-line);
    border-radius: 10px;
}

.select-editor-position-switch > span {
    min-width: max-content;
    align-self: center;
    color: var(--guided-muted);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.select-editor-position-switch button {
    min-width: 150px;
    padding: 9px 11px;
    display: grid;
    gap: 3px;
    color: var(--guided-ink);
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
}

.select-editor-position-switch button.active {
    background: #eaf0f7;
    border-color: #9fb3cd;
    box-shadow: inset 3px 0 0 var(--guided-violet);
}

.select-editor-position-switch strong { font-size: 11px; }
.select-editor-position-switch small { color: var(--guided-muted); font-size: 9px; }

.select-common-requirement-note,
.select-inherited-requirements,
.select-baremo-assignment,
.select-library-baremo-preview,
.select-position-next {
    margin-bottom: 16px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    background: #f3f7f5;
    border: 1px solid #d2e3dc;
    border-radius: 10px;
}

.select-common-requirement-note strong,
.select-common-requirement-note span,
.select-inherited-requirements strong,
.select-inherited-requirements span,
.select-baremo-assignment > div strong,
.select-baremo-assignment > div span,
.select-library-baremo-preview h4,
.select-library-baremo-preview p,
.select-library-baremo-preview strong { display: block; }

.select-common-requirement-note strong,
.select-inherited-requirements strong,
.select-baremo-assignment > div strong { color: #254b40; font-size: 11px; }

.select-common-requirement-note span,
.select-inherited-requirements span,
.select-baremo-assignment > div span { color: #60736d; font-size: 10px; line-height: 1.45; }

.select-baremo-assignment {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(190px, .55fr);
    background: #f5f7fb;
    border-color: #dbe1ea;
}

.select-library-baremo-preview {
    display: block;
    background: #f8f9fc;
    border-color: #dbe1ea;
}

.select-library-baremo-preview h4 { margin: 6px 0; color: var(--guided-navy); font-size: 18px; }
.select-library-baremo-preview p { margin: 0 0 8px; color: var(--guided-muted); font-size: 11px; }
.select-library-baremo-preview strong { color: #516078; font-size: 10px; }

.select-editor-empty.prominent {
    min-height: 190px;
    display: grid;
    place-content: center;
    gap: 7px;
}

.select-editor-empty.prominent strong { color: var(--guided-navy); font-size: 17px; }
.select-editor-empty.prominent span { font-size: 11px; }
.select-position-next { margin: 16px 0 0; background: #f8f9fb; border-color: #e0e4eb; }

@media (max-width: 820px) {
    .select-baremo-assignment { grid-template-columns: 1fr; }
    .select-common-requirement-note,
    .select-inherited-requirements,
    .select-position-next { align-items: flex-start; flex-direction: column; }
}

.select-editor-advanced-head {
    margin: 18px 0 9px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.select-editor-advanced-head strong,
.select-editor-advanced-head span,
.select-editor-advanced-head small { display: block; }
.select-editor-advanced-head strong { color: var(--guided-navy); font-size: 13px; }
.select-editor-advanced-head span,
.select-editor-advanced-head small { margin-top: 3px; color: var(--guided-muted); font-size: 10px; line-height: 1.4; }

.select-editor-advanced-list { display: grid; gap: 10px; }
.select-editor-advanced-rule { padding: 14px; background: #f8f9fb; border: 1px solid #dfe4eb; border-radius: 10px; }
.select-editor-advanced-rule > header { margin-bottom: 12px; display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.select-editor-advanced-rule > header span,
.select-editor-advanced-rule > header strong,
.select-editor-advanced-rule > header small { display: block; }
.select-editor-advanced-rule > header span { color: var(--guided-green); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.select-editor-advanced-rule > header strong { margin-top: 4px; color: var(--guided-navy); font-size: 12px; }
.select-editor-advanced-rule > header small { max-width: 620px; margin-top: 3px; color: var(--guided-muted); font-size: 9px; line-height: 1.45; }
.select-editor-global-rules { margin-top: 18px; padding-top: 2px; border-top: 1px solid var(--guided-line); }
.select-editor-tests { margin-top: 20px; padding-top: 2px; border-top: 1px solid var(--guided-line); }

@media (max-width: 620px) {
    .select-editor-advanced-head,
    .select-editor-advanced-rule > header { align-items: flex-start; flex-direction: column; }
}
