.hiring-operator {
    width: min(1500px, calc(100% - 40px));
    margin: 0 auto;
    padding: 24px 0 72px;
    color: #0f172a;
}

.hiring-operator-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.hiring-operator-header h1,
.hiring-conversation-header h2,
.hiring-panel-heading h2 {
    margin: 0;
    color: #0f172a;
    letter-spacing: -0.025em;
}

.hiring-operator-header h1 {
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.hiring-operator-header p:not(.hiring-operator-kicker) {
    max-width: 680px;
    margin: 8px 0 0;
    color: #475569;
    line-height: 1.6;
}

.hiring-operator-kicker,
.hiring-panel-heading span {
    display: block;
    margin: 0 0 6px;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hiring-hydration-state {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: #64748b;
}

.hiring-hydration-state[hidden] {
    display: none;
}

.hiring-mobile-view-tabs {
    display: none;
}

.hiring-hydration-state:not([hidden]) + .hiring-mobile-view-tabs {
    display: none;
}

.hiring-hydration-state span {
    width: 24px;
    height: 24px;
    border: 2px solid #e2e8f0;
    border-top-color: #2abb51;
    border-radius: 50%;
    animation: hiring-hydration-spin 0.8s linear infinite;
}

.hiring-hydration-state p {
    margin: 0;
    font-size: 0.88rem;
}

.hiring-hydration-state.is-selection-pending,
.hiring-hydration-state.is-selection-failed {
    min-height: 0;
    margin-bottom: 12px;
    padding: 12px 16px;
    border: 1px solid #dfe5eb;
    border-radius: 10px;
    flex-direction: row;
    justify-content: flex-start;
    background: #f8fafc;
}

.hiring-hydration-state.is-selection-failed span {
    display: none;
}

.hiring-hydration-state.is-selection-failed button {
    margin-left: auto;
}

@keyframes hiring-hydration-spin {
    to {
        transform: rotate(360deg);
    }
}

.hiring-operator-layout {
    display: grid;
    grid-template-columns: minmax(540px, 1fr) minmax(280px, 340px);
    gap: 18px;
    align-items: start;
}

.hiring-desktop-operator-heading,
.hiring-desktop-artifact-context {
    display: none;
}

@media (min-width: 761px) {
    .hiring-operator.is-role-workspace .hiring-operator-layout {
        grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.9fr);
        gap: 24px;
        align-items: start;
    }

    .hiring-operator.is-role-workspace .hiring-evidence-panel {
        position: static;
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
    }

    .hiring-operator.is-role-workspace .hiring-conversation-panel {
        position: sticky;
        top: 76px;
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        height: min(820px, calc(100dvh - 104px));
        min-height: 620px;
    }

    .hiring-operator.is-role-workspace .hiring-evidence-section:first-child {
        padding: 26px 32px 34px;
    }

    .hiring-operator.is-role-workspace #hiring-evidence-label {
        display: none;
    }

    .hiring-operator.is-role-workspace .hiring-evidence-section:first-child > .hiring-panel-heading {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 24px;
    }

    .hiring-operator.is-role-workspace .hiring-evidence-section:first-child > .hiring-panel-heading h2 {
        font-size: clamp(1.72rem, 2.2vw, 2.15rem);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    .hiring-operator.is-role-workspace .hiring-evidence-state:not([hidden]) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px 9px;
        margin: 8px 0 0;
        color: #64748b;
        font-size: 0.82rem;
        line-height: 1.4;
    }

    .hiring-operator.is-role-workspace .hiring-evidence-state span {
        display: inline !important;
        margin: 0;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: 0;
        text-transform: none;
    }

    .hiring-operator.is-role-workspace #hiring-evidence-status {
        color: #475569;
        font-weight: 650;
    }

    .hiring-operator.is-role-workspace #hiring-evidence-revision:not(:empty)::before {
        margin-right: 9px;
        color: #cbd5e1;
        content: '\00b7';
    }

    .hiring-operator.is-role-workspace .hiring-brief-artifact {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 26px;
        margin-top: 18px;
        container-type: normal;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-opening {
        grid-column: 1 / -1;
        max-width: 680px;
        margin: 2px 14px 18px;
        color: #334155;
        font-size: 1.05rem;
        font-weight: 430;
        line-height: 1.62;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-guide,
    .hiring-operator.is-role-workspace .hiring-brief-identity.is-job_title {
        display: none;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field {
        min-width: 0;
        border-radius: 10px;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-main {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-copy,
    .hiring-operator.is-role-workspace .vacancy-artifact-field-value,
    .hiring-operator.is-role-workspace .vacancy-artifact-field-value-line {
        width: 100%;
        max-width: none;
        min-width: 0;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="requirements"],
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="description"],
    .hiring-operator.is-role-workspace .vacancy-artifact-field.is-open,
    .hiring-operator.is-role-workspace .vacancy-artifact-tray {
        grid-column: 1 / -1;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="requirements"],
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="description"] {
        margin-top: 22px;
        padding-top: 8px;
        border-top: 1px solid #eef2f6;
        border-radius: 0;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-trigger {
        min-height: 108px;
        padding: 18px 14px 48px;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="requirements"] .vacancy-artifact-field-trigger,
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="description"] .vacancy-artifact-field-trigger {
        min-height: 0;
        padding: 22px 224px 22px 14px;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-actions {
        position: absolute;
        z-index: 2;
        right: 8px;
        bottom: 8px;
        padding: 3px;
        border: 1px solid transparent;
        border-radius: 9px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field:hover .vacancy-artifact-field-actions,
    .hiring-operator.is-role-workspace .vacancy-artifact-field:focus-within .vacancy-artifact-field-actions,
    .hiring-operator.is-role-workspace .vacancy-artifact-field.is-open .vacancy-artifact-field-actions {
        border-color: #dbe3ec;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="requirements"] .vacancy-artifact-field-actions,
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="description"] .vacancy-artifact-field-actions {
        top: 16px;
        bottom: auto;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-value {
        display: block;
        overflow: visible;
        color: #172033;
        font-size: 1.02rem;
        font-weight: 520;
        line-height: 1.55;
        -webkit-line-clamp: unset;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="location"] .vacancy-artifact-field-label,
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="salary"] .vacancy-artifact-field-label,
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="schedule"] .vacancy-artifact-field-label,
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="contract"] .vacancy-artifact-field-label {
        color: #64748b;
        font-size: 0.79rem;
        font-weight: 650;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-value-line {
        display: block;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field-value-line + .vacancy-artifact-field-value-line {
        margin-top: 4px;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="requirements"] .vacancy-artifact-field-value-line + .vacancy-artifact-field-value-line {
        margin-top: 10px;
        color: #475569;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="requirements"] .vacancy-artifact-field-label,
    .hiring-operator.is-role-workspace .vacancy-artifact-field[data-hiring-artifact-field="description"] .vacancy-artifact-field-label {
        font-size: 1.08rem;
        letter-spacing: -0.015em;
    }

    .hiring-operator.is-role-workspace .vacancy-artifact-field.is-selected {
        background: #f8fafc;
        box-shadow: inset 3px 0 #2abb51, 0 8px 24px rgba(15, 23, 42, 0.06);
    }

    .hiring-desktop-operator-heading {
        display: flex;
        align-items: center;
        min-height: 54px;
        padding: 0 20px;
        border-bottom: 1px solid #e8eef5;
        color: #172033;
        font-size: 0.92rem;
        letter-spacing: -0.01em;
    }

    .hiring-desktop-artifact-context:not([hidden]) {
        display: block;
        margin: 12px 14px 0;
        padding: 15px;
        border: 1px solid #dbe3ec;
        border-radius: 12px;
        background: #f8fafc;
    }

    .hiring-desktop-artifact-context-heading {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
    }

    .hiring-desktop-artifact-context-heading span {
        display: block;
        color: #172033;
        font-size: 0.94rem;
        font-weight: 740;
    }

    .hiring-desktop-artifact-context-heading p {
        margin: 5px 0 0;
        color: #475569;
        font-size: 0.86rem;
        line-height: 1.5;
        white-space: pre-line;
    }

    .hiring-desktop-artifact-context-heading > button {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 30px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        color: #64748b;
        cursor: pointer;
    }

    .hiring-desktop-artifact-context-heading > button:hover,
    .hiring-desktop-artifact-context-heading > button:focus-visible {
        background: #e8edf2;
        color: #172033;
        outline: none;
    }

    .hiring-desktop-artifact-context form {
        margin-top: 17px;
    }

    .hiring-desktop-artifact-context form > label {
        display: block;
        margin-bottom: 7px;
        color: #334155;
        font-size: 0.8rem;
        font-weight: 680;
    }

    .hiring-desktop-artifact-context textarea {
        width: 100%;
        min-height: 68px;
        padding: 10px 11px;
        box-sizing: border-box;
        border: 1px solid #cbd5e1;
        border-radius: 9px;
        resize: vertical;
        background: #fff;
        color: #172033;
        font: inherit;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .hiring-desktop-artifact-context textarea:focus {
        border-color: #2abb51;
        outline: 3px solid rgba(42, 187, 81, 0.14);
    }

    .hiring-desktop-artifact-context-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-top: 10px;
    }

    .hiring-desktop-artifact-context-actions button {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .hiring-operator.is-role-workspace .hiring-conversation-scroll {
        background: #fff;
        scroll-padding-top: 20px;
    }

    .hiring-operator.is-role-workspace .hiring-conversation-thread {
        gap: 9px;
        padding: 24px 20px 20px;
    }

    .hiring-operator.is-role-workspace .hiring-message.is-assistant:not(.is-briefing) {
        max-width: 100%;
        padding: 5px 2px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hiring-operator.is-role-workspace .hiring-message.is-user:not(.is-briefing) {
        width: fit-content;
        max-width: 84%;
        padding: 7px 10px;
        border-radius: 11px;
    }

    .hiring-operator.is-role-workspace .hiring-message:not(.is-briefing) p {
        font-size: 0.9rem;
        line-height: 1.52;
    }

    .hiring-operator.is-role-workspace .hiring-composer-note {
        display: none !important;
    }

    .hiring-operator.is-role-workspace .hiring-composer {
        padding: 12px 16px 14px;
    }

    .hiring-operator.is-role-workspace .hiring-composer-box {
        padding: 7px 7px 7px 12px;
        border-radius: 10px;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure {
        position: relative;
        flex: 0 0 auto;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure > summary {
        display: flex;
        align-items: center;
        gap: 7px;
        min-height: 34px;
        padding: 5px 8px;
        border-radius: 8px;
        color: #64748b;
        font-size: 0.78rem;
        font-weight: 650;
        cursor: pointer;
        list-style: none;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure > summary::-webkit-details-marker {
        display: none;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure > summary:hover,
    .hiring-operator.is-role-workspace .hiring-activity-disclosure > summary:focus-visible {
        background: #f1f5f9;
        outline: none;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure > summary span {
        display: inline;
        margin: 0;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: 0;
        text-transform: none;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure > summary > .fa-chevron-down {
        margin: 0;
        color: inherit;
        font-size: 0.68rem;
        letter-spacing: 0;
        text-transform: none;
        transition: transform 0.16s ease;
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure[open] > summary > .fa-chevron-down {
        transform: rotate(180deg);
    }

    .hiring-operator.is-role-workspace .hiring-activity-disclosure .hiring-activity-list {
        position: absolute;
        z-index: 12;
        top: calc(100% + 6px);
        right: 0;
        width: min(320px, 70vw);
        margin: 0;
        padding: 14px;
        border: 1px solid #dbe3ec;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
    }
}

.hiring-operator-layout[hidden] {
    display: none;
}

.hiring-conversation-panel,
.hiring-evidence-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.hiring-workspace-scope-header h1 {
    font-size: clamp(1.85rem, 3.2vw, 2.6rem);
    letter-spacing: -0.035em;
}

.hiring-workspace-scope-header p {
    max-width: 640px;
    color: #475569;
}

.hiring-workspace-scope-header p:not(.hiring-operator-kicker) {
    margin-top: 5px;
    white-space: nowrap;
}

.hiring-workspace-scope-copy {
    min-width: 0;
}

.hiring-mobile-role-state {
    display: none;
}

.hiring-workspace-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.hiring-role-switcher {
    position: relative;
    flex: 0 0 auto;
}

.hiring-role-switcher[hidden] {
    display: none;
}

.hiring-role-switcher summary {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: #475569;
    cursor: pointer;
    list-style: none;
}

.hiring-role-switcher summary::-webkit-details-marker {
    display: none;
}

.hiring-role-switcher summary:hover,
.hiring-role-switcher summary:focus-visible,
.hiring-role-switcher[open] summary {
    background: #f1f5f9;
    color: #0f172a;
}

.hiring-role-switcher summary:focus-visible,
.hiring-role-switcher-menu button:focus-visible,
.hiring-role-switcher-menu a:focus-visible {
    outline: 3px solid rgba(42, 187, 81, 0.24);
    outline-offset: 2px;
}

.hiring-role-switcher summary .fa-chevron-down {
    font-size: 0.72rem;
    transition: transform 0.15s ease;
}

.hiring-role-switcher[open] summary .fa-chevron-down {
    transform: rotate(180deg);
}

.hiring-role-switcher-menu {
    position: absolute;
    z-index: 32;
    top: calc(100% + 8px);
    left: 0;
    width: min(300px, calc(100vw - 36px));
    padding: 6px;
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.hiring-role-switcher-menu button,
.hiring-role-switcher-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 40px;
    padding: 9px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #334155;
    font: inherit;
    font-size: 0.86rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.hiring-role-switcher-menu button:hover,
.hiring-role-switcher-menu a:hover {
    background: #f8fafc;
}

.hiring-role-switcher-menu [aria-current="true"] {
    background: #ecfdf3;
    color: #076b35;
    font-weight: 700;
}

.hiring-role-switcher-menu small {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 500;
}

.hiring-role-switcher-footer {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e2e8f0;
}

.hiring-role-switcher-footer button {
    justify-content: flex-start;
    color: #076b35;
    font-weight: 700;
}

.hiring-header-tools {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.hiring-operator.is-role-choice .hiring-operator-layout {
    display: block;
    width: min(620px, 100%);
}

.hiring-operator.is-role-choice .hiring-conversation-header,
.hiring-operator.is-role-choice .hiring-conversation-thread,
.hiring-operator.is-role-choice .hiring-composer,
.hiring-operator.is-role-choice .hiring-evidence-panel {
    display: none;
}

.hiring-operator.is-role-choice .hiring-conversation-scroll {
    min-height: 0;
}

.hiring-operator.is-role-choice .hiring-conversation-content {
    padding: 0;
}

.hiring-operator.is-role-choice .hiring-conversation-panel {
    border: 0;
    box-shadow: none;
    background: transparent;
}

.hiring-operator.is-role-choice .hiring-task-list {
    margin: 0;
}

.hiring-back-workspace[hidden],
#hiring-open-advanced[hidden],
.hiring-context-actions[hidden],
.hiring-context-actions [hidden] {
    display: none !important;
}

.hiring-context-actions:not(:has(button:not([hidden]), a:not([hidden]))) {
    display: none;
}

.app-sidebar-hiring-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0 8px;
    padding: 6px 0 8px;
}

.app-sidebar-hiring-label {
    display: block;
    margin: 0 10px 4px;
    color: #94a3b8;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.app-sidebar-hiring-workspace {
    position: relative;
}

.app-sidebar-workspace-toggle {
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
}

.app-sidebar-workspace-toggle:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.app-sidebar-workspace-toggle[aria-expanded="true"] {
    border-color: #bbf7d0;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(42, 187, 81, 0.07);
}

.app-sidebar-workspace-toggle strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 600;
}

.app-sidebar-workspace-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    padding: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.app-sidebar-workspace-menu[hidden] {
    display: none;
}

.hiring-workspace-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hiring-workspace-row,
.app-sidebar-workspace-manage {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #334155;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.app-sidebar-workspace-manage {
    margin-top: 5px;
    border-top: 1px solid #e2e8f0;
    border-radius: 0 0 8px 8px;
    color: #334155;
    text-decoration: none;
}

.app-sidebar-workspace-manage span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.app-sidebar-workspace-manage strong {
    font-size: 0.8rem;
}

.app-sidebar-workspace-manage small {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 600;
}

.hiring-workspace-row:hover,
.hiring-workspace-row.is-active,
.app-sidebar-workspace-manage:hover {
    background: #f1f5f9;
}

.hiring-workspace-row small {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 600;
}

.hiring-activity-row.is-attention {
    border-color: #fde68a;
}

.hiring-search-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hiring-search-row {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #334155;
    text-align: left;
    cursor: pointer;
}

.hiring-search-row:hover {
    background: #f8fafc;
}

.hiring-search-row.is-sourcing {
    background: #ecfdf3;
    color: #166534;
}

.hiring-search-row.is-selected {
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.28);
}

.hiring-search-group-label {
    margin: 10px 4px 5px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hiring-search-row strong,
.hiring-search-row span {
    display: block;
}

.hiring-search-row strong {
    overflow: hidden;
    font-size: 0.88rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hiring-search-row span {
    margin-top: 3px;
    font-size: 0.76rem;
    color: #64748b;
}

.hiring-conversation-panel {
    height: min(810px, calc(100dvh - 160px));
    min-height: 660px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hiring-conversation-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    border-bottom: 1px solid #e8eef5;
    background: #fff;
}

.hiring-conversation-header h2 {
    font-size: 1.3rem;
    letter-spacing: -0.02em;
}

.hiring-conversation-header p {
    max-width: 620px;
    margin: 6px 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.hiring-run-status {
    display: inline-block;
    margin-bottom: 7px;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hiring-run-status.is-exception {
    color: #b45309;
}

.hiring-run-controls {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.hiring-context-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.hiring-conversation-scroll {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    background: #f8fafc;
}

.hiring-conversation-content {
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.hiring-conversation-thread {
    min-height: 0;
    margin-top: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: transparent;
}

.hiring-message {
    max-width: 82%;
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.hiring-message.is-user {
    align-self: flex-end;
    border-color: #bbf7d0;
    background: #f0fdf4;
    box-shadow: none;
}

.hiring-message.is-briefing {
    max-width: 92%;
    padding: 18px 20px;
    border-color: #dbe3ec;
    background: #fff;
}

.hiring-message span {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hiring-message p {
    margin: 0;
    color: #1e293b;
    line-height: 1.6;
    white-space: pre-wrap;
}

.hiring-briefing-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hiring-briefing-body > p {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.55;
    white-space: normal;
}

.hiring-briefing-next {
    margin-top: 6px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
}

.hiring-briefing-next strong {
    display: block;
    color: #334155;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hiring-briefing-next p {
    margin: 5px 0 0;
    color: #14532d;
    font-size: 0.92rem;
    line-height: 1.5;
    white-space: normal;
}

.hiring-briefing-next.is-no_action_required,
.hiring-briefing-next.is-sourcing_active,
.hiring-briefing-next.is-start_new_search {
    border-color: #d1fae5;
    border-left-color: #2abb51;
    background: #f0fdf4;
}

.hiring-briefing-next.is-no_action_required strong,
.hiring-briefing-next.is-sourcing_active strong,
.hiring-briefing-next.is-start_new_search strong {
    color: #166534;
}

.hiring-briefing-next.is-no_action_required p,
.hiring-briefing-next.is-sourcing_active p,
.hiring-briefing-next.is-start_new_search p {
    color: #14532d;
}

.hiring-briefing-next.is-brief_answer_required,
.hiring-briefing-next.is-candidate_decision_required,
.hiring-briefing-next.is-role_attention_required {
    border-color: #fde68a;
    border-left-color: #f59e0b;
    background: #fffbeb;
}

.hiring-briefing-next.is-brief_answer_required strong,
.hiring-briefing-next.is-candidate_decision_required strong,
.hiring-briefing-next.is-role_attention_required strong {
    color: #92400e;
}

.hiring-briefing-next.is-brief_answer_required p,
.hiring-briefing-next.is-candidate_decision_required p,
.hiring-briefing-next.is-role_attention_required p {
    color: #78350f;
}

.hiring-task-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 24px;
    background: #fbfcfd;
}

.hiring-recommendation-card {
    border-color: #fde68a;
    background: #fffbeb;
}

.hiring-recommendation-card > strong {
    display: block;
    color: #92400e;
    font-size: 0.78rem;
}

.hiring-recommendation-card > p {
    margin: 6px 0 0;
    color: #78350f;
    line-height: 1.5;
}

.hiring-recommendation-card.is-healthy {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.hiring-recommendation-card.is-healthy > strong {
    color: #166534;
}

.hiring-recommendation-card.is-healthy > p {
    color: #14532d;
}

.hiring-decision-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 24px 20px;
    background: #fbfcfd;
}

.hiring-decision-list:empty {
    display: none;
}

.hiring-decision-heading {
    padding-top: 4px;
}

.hiring-decision-heading h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.hiring-decision-heading p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.5;
}

.hiring-decision-card {
    padding: 16px;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.hiring-decision-card.is-pending {
    border-color: #86efac;
    background: #fbfffc;
}

.hiring-decision-card.is-stale {
    opacity: 0.72;
}

.hiring-decision-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hiring-decision-card-header h3 {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.hiring-decision-card-header p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 0.8rem;
}

.hiring-match-score {
    flex: 0 0 auto;
    color: #166534;
    font-size: 0.8rem;
    font-weight: 700;
}

.hiring-candidate-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin: 14px 0 0;
    color: #475569;
    font-size: 0.82rem;
}

.hiring-candidate-evidence {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.hiring-candidate-evidence div {
    padding-top: 10px;
    border-top: 1px solid #eef2f7;
}

.hiring-candidate-evidence strong {
    display: block;
    margin-bottom: 4px;
    color: #334155;
    font-size: 0.76rem;
}

.hiring-candidate-evidence p {
    margin: 0;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.5;
}

.hiring-decision-state {
    margin: 14px 0 0;
    color: #166534;
    font-size: 0.82rem;
    font-weight: 700;
}

.hiring-decision-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.hiring-decision-reasons {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.hiring-decision-reasons[hidden] {
    display: none;
}

.hiring-decision-reasons p {
    margin: 0 0 9px;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 700;
}

.hiring-reason-options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.hiring-reason-option {
    padding: 7px 9px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font: inherit;
    font-size: 0.78rem;
    cursor: pointer;
}

.hiring-reason-option:hover,
.hiring-reason-option:focus-visible {
    border-color: #94a3b8;
    background: #f8fafc;
}

.hiring-permission-note {
    margin: 0;
    padding: 12px 24px 20px;
    background: #fbfcfd;
    color: #64748b;
    font-size: 0.8rem;
}

.hiring-permission-note[hidden] {
    display: none;
}

.hiring-task {
    padding: 14px;
    border: 1px solid #fde68a;
    border-radius: 10px;
    background: #fffbeb;
}

.hiring-task p {
    margin: 0 0 10px;
    color: #78350f;
    font-size: 0.9rem;
}

.hiring-task-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hiring-workspace-choice {
    border-color: #dbe3ec;
    background: #fff;
}

.hiring-workspace-choice > strong {
    display: block;
    color: #1e293b;
    font-size: 0.94rem;
}

.hiring-workspace-choice > p {
    margin: 5px 0 14px;
    color: #64748b;
    line-height: 1.5;
}

.hiring-workspace-choice-roles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.hiring-workspace-choice-roles > span {
    flex-basis: 100%;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hiring-task-number {
    width: 120px;
    padding: 9px 10px;
    border: 1px solid #d97706;
    border-radius: 8px;
    background: #fff;
    color: #1e293b;
    font: inherit;
}

.hiring-composer {
    flex: 0 0 auto;
    padding: 16px 20px 18px;
    border-top: 1px solid #e8eef5;
    background: #fff;
}

.hiring-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;
}

.hiring-composer-box {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 9px 9px 9px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.hiring-composer textarea {
    min-width: 0;
    min-height: 24px;
    max-height: 144px;
    flex: 1;
    resize: none;
    box-sizing: border-box;
    overflow-y: auto;
    border: 0;
    padding: 5px 0;
    background: transparent;
    font: inherit;
    line-height: 1.45;
    color: #0f172a;
}

.hiring-composer textarea:focus {
    outline: 0;
}

.hiring-composer-box:focus-within {
    border-color: #2abb51;
    box-shadow: 0 0 0 3px rgba(42, 187, 81, 0.12);
}

.hiring-composer-send {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: #2abb51;
    color: #fff;
    cursor: pointer;
}

.hiring-composer-send:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.hiring-composer-note {
    margin: 8px 2px 0;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.4;
}

.hiring-muted {
    margin: 0;
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.5;
}

.hiring-evidence-panel {
    position: sticky;
    top: 88px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hiring-evidence-section {
    padding: 18px 18px 16px;
}

.hiring-evidence-section > .hiring-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hiring-activity-disclosure {
    position: relative;
    flex: 0 0 auto;
}

.hiring-activity-disclosure > summary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 5px 8px;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}

.hiring-activity-disclosure > summary::-webkit-details-marker {
    display: none;
}

.hiring-activity-disclosure > summary span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.hiring-activity-disclosure > summary:hover,
.hiring-activity-disclosure > summary:focus-visible {
    background: #f1f5f9;
    outline: none;
}

.hiring-activity-disclosure > .hiring-activity-list {
    position: absolute;
    z-index: 12;
    top: calc(100% + 6px);
    right: 0;
    width: min(320px, 70vw);
    margin: 0;
    padding: 14px;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

.hiring-panel-heading h2 {
    font-size: 1.02rem;
    letter-spacing: -0.015em;
}

.hiring-evidence-section .hiring-panel-heading span {
    color: #64748b;
}

.hiring-brief-artifact,
.hiring-activity-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.hiring-status-copy {
    margin: 0;
    color: #334155;
    font-size: 0.88rem;
    line-height: 1.55;
}

.hiring-context-fact {
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.hiring-context-fact strong {
    color: #0f172a;
    font-size: 0.84rem;
}

.hiring-context-fact p {
    margin: 4px 0 0;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.5;
}

.hiring-context-fact.is-attention strong {
    color: #92400e;
}

.hiring-candidate-card {
    margin-top: 10px;
    padding: 11px 12px;
    border: 1px solid #d1fae5;
    border-radius: 9px;
    background: #f0fdf4;
}

.hiring-candidate-card strong,
.hiring-candidate-card span {
    display: block;
}

.hiring-candidate-card strong {
    color: #166534;
    font-size: 0.86rem;
}

.hiring-candidate-card span {
    margin-top: 3px;
    color: #475569;
    font-size: 0.76rem;
}

#hiring-candidates-section .dashboard-action-btn {
    margin-top: 14px;
}

.hiring-brief-row,
.hiring-activity-row {
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.hiring-brief-row:first-child,
.hiring-activity-row:first-child {
    padding-top: 0;
    border-top: 0;
}

.hiring-brief-row span,
.hiring-activity-row span {
    display: block;
    color: #64748b;
    font-size: 0.74rem;
}

.hiring-brief-row strong,
.hiring-activity-row p {
    display: block;
    margin: 3px 0 0;
    color: #1e293b;
    font-size: 0.88rem;
    line-height: 1.45;
}

.hiring-operator-legacy {
    display: none;
}

.hiring-operator-legacy.is-advanced-open {
    display: block;
    padding-top: 0;
}

.hiring-operator-legacy.is-advanced-open > .vacancy-topbar,
.hiring-operator-legacy.is-advanced-open > #vacancy-context-strip,
.hiring-operator-legacy.is-advanced-open > .vacancy-chat-layout {
    display: none;
}

@media (max-width: 1180px) {
    .hiring-operator-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .hiring-evidence-panel {
        position: sticky;
    }
}

@media (max-width: 760px) {
    .hiring-operator.is-role-workspace .vacancy-artifact-opening {
        display: none;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) {
        overflow: hidden;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) > header {
        position: sticky;
        top: 0;
        z-index: 100;
        height: 52px;
        padding: 0 12px;
        background: #fff;
        border-bottom-color: #e8edf2;
        box-shadow: none;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) > header .logo {
        color: #0f172a !important;
        font-size: 0.98rem;
        font-weight: 760;
        letter-spacing: -0.035em;
        text-transform: none;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) > header .logo .secondary-color {
        color: #2abb51 !important;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) > header .small-menu {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border-color: #e2e8f0;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) > header .small-menu svg {
        width: 20px;
        height: 20px;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) .app-shell {
        height: calc(100dvh - 52px);
        min-height: 0;
        overflow: hidden;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) .app-main {
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    body.page-vacature-nieuw.is-authed:has(#hiring-operator-root) .feedback-launcher {
        display: none;
    }

    .hiring-operator {
        --hiring-mobile-composer-space: 76px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding: 0 12px;
        overflow: hidden;
        background: #f6f8fa;
    }

    .hiring-mobile-view-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex: 0 0 auto;
        gap: 0;
        margin: 0 0 4px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #dfe5eb;
        border-radius: 0;
        background: transparent;
    }

    .hiring-hydration-state:not([hidden]):not(.is-selection-pending):not(.is-selection-failed) + .hiring-mobile-view-tabs {
        display: none;
    }

    .hiring-mobile-view-tabs button {
        position: relative;
        min-height: 36px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #64748b;
        font: inherit;
        font-size: 0.82rem;
        font-weight: 650;
        cursor: pointer;
    }

    .hiring-mobile-view-tabs button::after {
        content: "";
        position: absolute;
        right: 18px;
        bottom: -1px;
        left: 18px;
        height: 2px;
        border-radius: 999px 999px 0 0;
        background: transparent;
    }

    .hiring-mobile-view-tabs button[aria-pressed="true"] {
        color: #0f172a;
        box-shadow: none;
    }

    .hiring-mobile-view-tabs button[aria-pressed="true"]::after {
        background: #2abb51;
    }

    .hiring-operator-header {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .hiring-operator-header {
        flex: 0 0 auto;
        margin: 0;
        padding: 7px 4px 5px;
    }

    .hiring-workspace-scope-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .hiring-workspace-scope-copy,
    .hiring-workspace-title-row {
        width: 100%;
    }

    .hiring-workspace-title-row {
        position: relative;
    }

    .hiring-role-switcher {
        position: static;
    }

    .hiring-role-switcher-menu {
        top: calc(100% + 7px);
        right: 0;
        left: 0;
        width: auto;
        max-height: min(360px, 55dvh);
        overflow-y: auto;
    }

    .hiring-operator-header > div {
        min-width: 0;
    }

    .hiring-workspace-scope-header h1,
    .hiring-operator-header h1 {
        font-size: clamp(1.38rem, 6.2vw, 1.62rem);
        font-weight: 740;
        letter-spacing: -0.035em;
        line-height: 1.18;
        overflow-wrap: anywhere;
    }

    .hiring-operator-header p,
    .hiring-workspace-scope-header p {
        max-width: none;
        overflow-wrap: anywhere;
    }

    .hiring-workspace-scope-header #hiring-canonical-subtitle {
        display: none;
    }

    .hiring-workspace-scope-header .hiring-mobile-role-state:not([hidden]) {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 2px 0 0;
        color: #475569;
        font-size: 0.76rem;
        font-weight: 620;
        line-height: 1.3;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .hiring-workspace-scope-header .hiring-mobile-role-state:not([hidden])::before {
        width: 6px;
        height: 6px;
        flex: 0 0 6px;
        border-radius: 999px;
        background: #94a3b8;
        content: "";
    }

    .hiring-workspace-scope-header .hiring-mobile-role-state.is-paused:not([hidden])::before {
        background: #d97706;
    }

    .hiring-workspace-scope-header .hiring-mobile-role-state.is-sourcing:not([hidden])::before {
        background: #16a34a;
    }

    .hiring-operator-layout {
        display: flex;
        flex-direction: column;
        gap: 0;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    .hiring-evidence-panel,
    .hiring-conversation-panel {
        width: 100%;
        max-width: 100%;
        position: static;
        box-sizing: border-box;
    }

    .hiring-conversation-panel {
        order: 1;
        height: 100%;
        min-height: 0;
        flex: 1 1 auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hiring-operator:not([data-mobile-view="details"]) .hiring-evidence-panel,
    .hiring-operator[data-mobile-view="chat"] .hiring-evidence-panel {
        display: none;
    }

    .hiring-operator[data-mobile-view="details"] .hiring-conversation-panel {
        display: none;
    }

    .hiring-conversation-header {
        display: none;
    }

    .hiring-run-controls {
        width: 100%;
        flex-wrap: wrap;
    }

    .hiring-run-controls .dashboard-action-btn {
        flex: 1 1 100%;
    }

    .hiring-evidence-panel {
        order: 2;
        display: flex;
        gap: 0;
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        padding-bottom: calc(8px + env(safe-area-inset-bottom));
    }

    .hiring-conversation-scroll {
        flex: 1 1 auto;
        max-height: none;
        min-height: 0;
        overflow-y: auto;
        scroll-padding-bottom: var(--hiring-mobile-composer-space);
        padding-bottom: var(--hiring-mobile-composer-space);
        box-sizing: border-box;
        background: transparent;
        scrollbar-width: none;
    }

    .hiring-conversation-scroll::-webkit-scrollbar {
        display: none;
    }

    .hiring-conversation-thread,
    .hiring-task-list,
    .hiring-decision-list {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hiring-conversation-thread {
        gap: 8px;
        padding: 8px 8px 12px;
        min-height: 0;
    }

    .hiring-composer {
        position: sticky;
        bottom: 0;
        z-index: 5;
        padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
        border-top: 1px solid #e6ebf0;
        background: #f6f8fa;
        box-shadow: none;
    }

    .hiring-composer-box {
        min-height: 48px;
        padding: 5px 6px 5px 14px;
        border-color: #d8e0e8;
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    }

    .hiring-composer textarea {
        min-height: 26px;
        padding: 7px 0;
        font-size: 16px;
        line-height: 1.35;
    }

    .hiring-composer textarea::placeholder {
        color: #94a3b8;
    }

    .hiring-composer-send {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 9px;
    }

    .hiring-composer-note {
        display: none !important;
    }

    .hiring-message {
        max-width: 88%;
        padding: 5px 3px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hiring-message.is-user {
        max-width: 82%;
        padding: 9px 12px;
        border: 0;
        border-radius: 12px;
        background: #eef2f6;
    }

    .hiring-message > span {
        margin: 0 0 3px;
        color: #64748b;
        font-size: 0.68rem;
        letter-spacing: 0;
    }

    .hiring-message p {
        font-size: 0.9rem;
        line-height: 1.48;
    }

    .hiring-message,
    .hiring-message.is-briefing {
        max-width: 100%;
    }

    .hiring-conversation-thread .hiring-message:not(.is-briefing) {
        max-width: 88%;
    }

    .hiring-conversation-thread .hiring-message.is-user:not(.is-briefing) {
        max-width: 82%;
    }

    .hiring-message.is-briefing {
        padding: 18px;
        border-color: #dfe5eb;
        border-radius: 12px;
        box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    }

    .hiring-message.is-briefing > span {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 14px;
        color: #334155;
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0;
    }

    .hiring-message.is-briefing > span::before {
        content: "W";
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 24px;
        border-radius: 8px;
        background: #0f172a;
        color: #fff;
        font-size: 0.68rem;
        font-weight: 760;
    }

    .hiring-briefing-body {
        gap: 0;
    }

    .hiring-briefing-body > p {
        position: relative;
        padding: 0 0 0 14px;
        color: #475569;
        font-size: 0.86rem;
        line-height: 1.55;
    }

    .hiring-briefing-body > p + p {
        margin-top: 7px;
    }

    .hiring-briefing-body > p:first-child {
        color: #0f172a;
        font-weight: 650;
    }

    .hiring-briefing-body > p::before {
        content: "";
        position: absolute;
        top: 0.62em;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 999px;
        background: #cbd5e1;
    }

    .hiring-briefing-next {
        margin-top: 16px;
        padding: 10px 12px;
        border-left-width: 2px;
        border-radius: 8px;
    }

    .hiring-briefing-next strong {
        font-size: 0.66rem;
        letter-spacing: 0.08em;
    }

    .hiring-briefing-next p {
        margin-top: 3px;
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .hiring-candidate-evidence {
        grid-template-columns: 1fr;
    }

    .hiring-decision-card-header {
        flex-direction: column;
        gap: 8px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
    .app-sidebar-hiring-nav .app-sidebar-hiring-label,
    .app-sidebar-hiring-nav .hiring-search-list {
        display: none;
    }

    .app-sidebar-hiring-nav {
        padding: 8px 0;
        border-bottom: 0;
    }

    .app-sidebar-workspace-toggle {
        justify-content: center;
        padding: 9px 6px;
    }

    .app-sidebar-workspace-toggle strong {
        display: none;
    }

    .app-sidebar-workspace-menu {
        width: 220px;
        right: auto;
    }
}
