/* AIInterview public/account UI. Scoped to plugin page classes. */
.html-aiinterview-view-page .master-column-wrapper {
    min-width: 0;
}

body.html-aiinterview-view-page,
body.html-aiinterview-employer-dashboard-page,
body.html-aiinterview-vendor-job-creation-page {
    overflow-x: clip;
}

.html-aiinterview-view-page .page-body,
.aiinterview-public-page .page-body,
.ai-interview-report-page .page-body,
.mock-report .page-body {
    min-width: 0;
    max-width: 100%;
}

.aiinterview-public-page .page-body,
.html-aiinterview-view-page .account-page .page-body,
.html-aiinterview-view-page .page-body {
    box-sizing: border-box;
}

.html-aiinterview-view-page .master-wrapper-content,
.html-aiinterview-view-page .master-column-wrapper,
.html-aiinterview-view-page .side-2,
.html-aiinterview-view-page .center-2,
.html-aiinterview-view-page .jb-account-nav-shell,
.html-aiinterview-view-page .block-account-navigation,
.html-aiinterview-view-page .block-account-navigation .listbox,
.html-aiinterview-view-page .block-account-navigation .list {
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-view-page .master-wrapper-content {
    overflow-x: clip;
}

.aiinterview-shell,
.ai-applications-page,
.employer-applications-page,
.vendor-scoreboard-page,
.vendor-job-creation-page,
.vendor-account-page,
.mock-history,
.mock-start,
.ai-interview-runtime-error-page {
    min-width: 0;
    max-width: 100%;
}

.aiinterview-card,
.applications-card,
.report-preview,
.ai-report-hero,
.ai-report-card,
.ai-report-turn,
.mock-report-hero,
.mock-report-card,
.mock-report-turn,
.job-ai-panel,
.job-ai-card {
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: none;
}

.applications-card,
.ai-report-hero,
.ai-report-card,
.mock-report-hero,
.mock-report-card,
.job-ai-panel {
    padding: 24px;
}

.aiinterview-public-page .page-title h1,
.html-aiinterview-view-page .page-title h1,
.ai-report-hero h2,
.ai-report-card h3,
.mock-report-hero h2,
.mock-report-card h3,
.job-ai-panel h2,
.job-ai-panel h3 {
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.aiinterview-public-page .buttons,
.html-aiinterview-view-page .buttons,
.job-ai-actions,
.employer-filter-actions,
.ai-report-actions,
.candidate-recording-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.aiinterview-public-page .button-1,
.aiinterview-public-page .button-2,
.html-aiinterview-view-page .button-1,
.html-aiinterview-view-page .button-2,
.job-ai-actions .button-1,
.job-ai-actions .button-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.93rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.aiinterview-public-page .button-1,
.html-aiinterview-view-page .button-1,
.job-ai-actions .button-1 {
    border-color: var(--jb-accent, #35d6b4);
    background: var(--jb-accent, #35d6b4);
    color: #ffffff;
}

.aiinterview-public-page .button-2,
.html-aiinterview-view-page .button-2,
.job-ai-actions .button-2 {
    border-color: #b9c7c3;
    background: #f9fbfb;
    color: #1b4e46;
}

.aiinterview-public-page .button-1:hover,
.aiinterview-public-page .button-1:focus-visible,
.html-aiinterview-view-page .button-1:hover,
.html-aiinterview-view-page .button-1:focus-visible,
.job-ai-actions .button-1:hover,
.job-ai-actions .button-1:focus-visible {
    border-color: #24b99a;
    background: #24b99a;
    color: #ffffff;
}

.aiinterview-public-page .button-2:hover,
.aiinterview-public-page .button-2:focus-visible,
.html-aiinterview-view-page .button-2:hover,
.html-aiinterview-view-page .button-2:focus-visible,
.job-ai-actions .button-2:hover,
.job-ai-actions .button-2:focus-visible {
    border-color: #35d6b4;
    background: #eefaf7;
    color: #0f766e;
}

.aiinterview-public-page .button-1:active,
.html-aiinterview-view-page .button-1:active,
.job-ai-actions .button-1:active {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.aiinterview-public-page .button-2:active,
.html-aiinterview-view-page .button-2:active,
.job-ai-actions .button-2:active {
    border-color: #24b99a;
    background: #e6f7f3;
    color: #0f766e;
}

.aiinterview-public-page .button-1:focus-visible,
.aiinterview-public-page .button-2:focus-visible,
.html-aiinterview-view-page .button-1:focus-visible,
.html-aiinterview-view-page .button-2:focus-visible,
.job-ai-actions .button-1:focus-visible,
.job-ai-actions .button-2:focus-visible,
.job-ai-actions .job-ai-action:focus-visible,
.ai-job-card-save:focus-visible,
.ai-job-preview-drawer-close:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(53, 214, 180, 0.22);
}

.aiinterview-public-page .button-1:disabled,
.aiinterview-public-page .button-2:disabled,
.html-aiinterview-view-page .button-1:disabled,
.html-aiinterview-view-page .button-2:disabled,
.job-ai-actions .button-1:disabled,
.job-ai-actions .button-2:disabled {
    opacity: 0.58;
    box-shadow: none;
    cursor: not-allowed;
}

.applications-toolbar,
.results-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.applications-sort,
.employer-field,
.vendor-job-form-control,
.invite-field,
.job-ai-grid > div {
    min-width: 0;
}

.applications-sort {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.applications-sort label {
    margin: 0;
    white-space: nowrap;
}

.applications-sort select {
    flex: 0 1 auto;
    min-width: 180px;
}

.applications-sort select,
.employer-field input,
.employer-field select,
.status-form input,
.status-form select,
.vendor-job-form-control input[type="text"],
.vendor-job-form-control input[type="email"],
.vendor-job-form-control input[type="date"],
.vendor-job-form-control input[type="datetime-local"],
.vendor-job-form-control input[type="number"],
.vendor-job-form-control input[type="file"],
.vendor-job-form-control textarea,
.vendor-job-form-control select,
.invite-field input,
.invite-field select,
.mock-start select,
.apply-job-page input[type="text"],
.apply-job-page input[type="file"],
.apply-job-page select,
.job-ai-card select,
.job-ai-card input[type="file"] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 9px 12px;
    background: #f0f0f0;
    color: #626970;
}

.html-aiinterview-view-page .inputs label,
.vendor-job-form-control label,
.employer-field label,
.job-ai-card label {
    color: #30363c;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    text-transform: uppercase;
}

.html-aiinterview-view-page .form-control {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.employer-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 16px 18px;
    align-items: end;
    margin-bottom: 18px;
}

.employer-filter-form,
.vendor-job-form-shell,
.invite-create-form {
    display: grid;
    gap: 18px;
}

.employer-field {
    display: grid;
    gap: 8px;
}

.employer-field-wide {
    grid-column: span 2;
}

.employer-filter-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.employer-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #30363c;
    line-height: 1.45;
}

.status-form {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.employer-status-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.employer-status-select,
.employer-status-comment {
    width: 100%;
}

.employer-status-update {
    min-height: 40px;
    padding: 8px 14px;
    justify-self: start;
}

.vendor-job-form-grid {
    display: grid;
    gap: 16px;
}

.vendor-job-posting-shell {
    display: grid;
    gap: 20px;
    max-width: 940px;
}

.vendor-job-fieldset,
.invite-fieldset {
    padding: 0;
}

.vendor-job-form-section {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fbfbfb;
}

.vendor-job-form-section-title {
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.05rem;
    text-transform: uppercase;
    margin: 0;
}

.vendor-job-form-row {
    display: grid;
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
    gap: 12px 18px;
    align-items: start;
}

.vendor-job-form-row-top {
    align-items: center;
}

.vendor-job-form-label {
    padding-top: 10px;
    color: #30363c;
    font-family: "Fjalla One", Arial, sans-serif;
    text-transform: uppercase;
}

.vendor-job-form-label label {
    margin: 0;
}

.vendor-job-form-control textarea {
    min-height: 120px;
    resize: vertical;
}

.vendor-job-form-control textarea[rows="2"] {
    min-height: 72px;
}

.vendor-job-form-unsupported {
    padding: 11px 12px;
    border: 1px dashed #c6cdd4;
    border-radius: 4px;
    background: #f8fafc;
    color: #5a6470;
    line-height: 1.5;
}

.vendor-job-form-control input[type="file"] {
    padding: 10px 12px;
}

.vendor-job-form-hint,
.applications-footnote,
.filter-summary,
.page-size-wrap,
.job-ai-note,
.job-ai-lead {
    color: #687078;
    line-height: 1.55;
}

.job-ai-note-required {
    margin-bottom: 10px;
    color: #1f5c55;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.88rem;
    text-transform: uppercase;
}

.vendor-job-form-checkbox-list {
    display: grid;
    gap: 10px;
}

.vendor-job-page-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.vendor-job-page-link {
    min-height: 40px;
    padding: 8px 16px;
}

.vendor-job-form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vendor-job-form-simple-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.vendor-job-form-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.vendor-job-form-field-wide {
    grid-column: span 2;
}

.vendor-job-form-field > label {
    color: #30363c;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    text-transform: uppercase;
}

.vendor-job-form-field-label {
    display: block;
    color: #30363c;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    text-transform: uppercase;
}

.vendor-job-form-field > label + .required {
    margin-top: -4px;
}

.vendor-job-form-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #d9dfe5;
    border-radius: 4px;
    background: #ffffff;
    color: #30363c;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    text-transform: uppercase;
}

.vendor-job-form-toggle input[type="hidden"] {
    display: none;
}

.vendor-job-form-toggle input[type="checkbox"] {
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: static;
    clip: auto;
    overflow: visible;
    appearance: auto;
    -webkit-appearance: checkbox;
    accent-color: #24b99a;
    background: #ffffff;
    box-shadow: none;
    cursor: pointer;
}

.vendor-job-form-toggle span {
    flex: 1 1 auto;
}

.vendor-job-form-actions {
    display: flex;
    justify-content: flex-start;
    padding: 18px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fbfbfb;
}

.invite-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 16px 18px;
}

.invite-field {
    display: grid;
    gap: 8px;
}

.invite-field-wide {
    grid-column: span 2;
}

.invite-actions {
    justify-content: flex-start;
}

.credit-balance {
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #ffffff;
}

.invite-deactivate-form {
    display: inline-flex;
    margin: 0;
}

.invite-deactivate-button {
    min-height: 38px;
    padding: 8px 14px;
    white-space: nowrap;
}

.responsive-data-list {
    display: grid;
    gap: 14px;
}

.applications-mobile-list,
.employer-mobile-list,
.history-mobile-list,
.invite-mobile-list,
.scoreboard-deck-mobile-list {
    display: none;
}

.responsive-data-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: #ffffff;
    box-sizing: border-box;
}

.responsive-data-card-spacious {
    gap: 16px;
}

.responsive-data-card-head,
.responsive-data-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
}

.responsive-data-card-head-copy,
.responsive-data-card-grid,
.responsive-data-card-item,
.responsive-data-card-value {
    min-width: 0;
}

.responsive-data-card-head-copy {
    display: grid;
    gap: 4px;
}

.responsive-data-card-title {
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
}

.responsive-data-card-subtitle {
    color: #4f5963;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.responsive-data-card-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.responsive-data-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.responsive-data-card-item {
    display: grid;
    gap: 6px;
}

.responsive-data-card-item-wide {
    grid-column: 1 / -1;
}

.responsive-data-card-label {
    color: #687078;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.responsive-data-card-value {
    color: #20252b;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.responsive-data-card-section {
    display: grid;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.responsive-data-card-actions {
    align-items: center;
}

.responsive-data-card-actions .candidate-recording-actions,
.responsive-data-card-actions .invite-deactivate-form {
    margin: 0;
}

.employer-status-form-card {
    grid-template-columns: 1fr;
    gap: 10px;
}

.employer-status-form-card .employer-status-field-action {
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    justify-self: start;
}

.employer-status-form-card .employer-status-update {
    width: auto;
    max-width: none;
    min-width: 0;
    padding: 10px 16px;
}

.invite-table-wrapper,
.employer-table-wrapper,
.history-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.applications-table,
.employer-table,
.mock-history .history-table,
.html-aiinterview-view-page .data-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.applications-table th,
.applications-table td,
.employer-table th,
.employer-table td,
.mock-history .history-table th,
.mock-history .history-table td,
.html-aiinterview-view-page .data-table th,
.html-aiinterview-view-page .data-table td {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px;
    text-align: left;
    vertical-align: top;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.applications-table th,
.employer-table th,
.mock-history .history-table th,
.html-aiinterview-view-page .data-table th {
    background: #272d33;
    color: #ffffff;
    font-family: "Fjalla One", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.html-aiinterview-view-page .table-wrapper,
.applications-table-wrap,
.mock-history .page-body,
.history-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.applications-table-scroller,
.employer-table-wrapper,
.invite-table-wrapper {
    -webkit-overflow-scrolling: touch;
}

.ai-report-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.ai-report-back-button,
.ai-view-report-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ai-icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    gap: 0;
    flex: 0 0 38px;
}

.aiinterview-public-page .button-1.ai-icon-action,
.aiinterview-public-page .button-2.ai-icon-action,
.html-aiinterview-view-page .button-1.ai-icon-action,
.html-aiinterview-view-page .button-2.ai-icon-action,
.ai-view-report-link.ai-icon-action {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
}

.ai-icon-action i {
    font-size: 0.98rem;
}

.ai-copy-share-link .ai-copy-success-icon,
.ai-copy-share-link .ai-copy-error-icon {
    display: none;
}

.ai-copy-share-link.is-success .ai-copy-default-icon,
.ai-copy-share-link.is-error .ai-copy-default-icon {
    display: none;
}

.ai-copy-share-link.is-success .ai-copy-success-icon,
.ai-copy-share-link.is-error .ai-copy-error-icon {
    display: inline-block;
}

.job-action-link.ai-icon-action {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    gap: 0;
}

.ai-view-report-link i,
.ai-report-back-button i {
    font-size: 14px;
}

.ai-view-report-link {
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #b9c7c3;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
    background: #f9fbfb;
    color: #0f766e;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ai-view-report-link.ai-icon-action {
    gap: 0;
}

.ai-view-report-link.ai-icon-action i {
    font-size: 0.75rem;
}

.ai-report-back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #9dd7cb;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
    background: #ffffff;
    color: #0f766e;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ai-report-back-button:hover,
.ai-report-back-button:focus-visible {
    border-color: #24b99a;
    background: #f4fcfa;
    color: #0f766e;
    box-shadow: 0 6px 16px rgba(53, 214, 180, 0.14);
    transform: translateY(-1px);
}

.ai-report-back-button:focus-visible {
    outline: 0;
}

.ai-view-report-link:hover,
.ai-view-report-link:focus-visible {
    border-color: #35d6b4;
    background: #eefaf7;
    color: #0f766e;
}

.ai-view-report-link:active {
    border-color: #24b99a;
    background: #e6f7f3;
    color: #0f766e;
}

.ai-view-report-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(53, 214, 180, 0.22);
}

.ai-job-preview-fallback-link {
    width: fit-content;
}

.employer-filter-shell {
    display: grid;
    gap: 20px;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fbfcfc;
}

.employer-filter-head {
    display: grid;
    gap: 6px;
}

.employer-filter-head strong {
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    text-transform: uppercase;
}

.employer-filter-head span {
    color: #687078;
    line-height: 1.5;
}

.employer-filter-actions .button-2:last-child {
    margin-left: auto;
}

.score-chip,
.score-badge,
.charge-pill,
.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 6px 10px;
    background: #eefaf7;
    color: #197f69;
    font-weight: 700;
    white-space: nowrap;
}

.score-chip {
    min-width: 40px;
    min-height: 40px;
}

.score-chip-muted {
    background: #f5f5f5;
    color: #687078;
}

.status-pill {
    background: #f5fbf9;
}

.report-preview {
    margin-top: 12px;
    padding: 18px;
    background: #fafafa;
}

.report-metrics,
.ai-report-grid,
.mock-report-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.report-metric,
.ai-report-stat,
.mock-report-stat {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 14px;
    background: #fafafa;
}

.report-metric-label,
.ai-report-stat-label,
.mock-report-stat-label {
    margin-bottom: 6px;
    color: #687078;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.report-metric-value,
.ai-report-stat-value,
.mock-report-stat-value {
    color: var(--jb-accent-dark, #24b99a);
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.35rem;
}

.ai-report-stat-value.is-muted,
.mock-report-stat-value.is-muted {
    color: #20252b;
    font-size: 1rem;
}

.ai-report-wrap,
.mock-report-wrap {
    display: grid;
    max-width: 980px;
    margin: 0 auto;
    gap: 20px;
}

.ai-report-actions {
    justify-content: flex-start;
    gap: 8px;
}

.ai-report-actions .button-1,
.ai-report-actions .button-2,
.candidate-recording-actions .button-1,
.candidate-recording-actions .button-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.05);
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ai-report-actions .button-1,
.candidate-recording-actions .button-1,
.ai-report-action-primary {
    background: linear-gradient(180deg, #35d6b4 0%, #24b99a 100%);
    border-color: #24b99a;
    color: #ffffff;
}

.ai-report-actions .button-2,
.candidate-recording-actions .button-2,
.ai-report-action-secondary {
    background: #ffffff;
    border-color: #9dd7cb;
    color: #0f766e;
}

.ai-report-actions .button-1:hover,
.ai-report-actions .button-1:focus-visible,
.candidate-recording-actions .button-1:hover,
.candidate-recording-actions .button-1:focus-visible,
.ai-report-action-primary:hover,
.ai-report-action-primary:focus-visible {
    background: linear-gradient(180deg, #24b99a 0%, #0f766e 100%);
    border-color: #0f766e;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(15, 118, 110, 0.18);
    transform: translateY(-1px);
}

.ai-report-actions .button-2:hover,
.ai-report-actions .button-2:focus-visible,
.candidate-recording-actions .button-2:hover,
.candidate-recording-actions .button-2:focus-visible,
.ai-report-action-secondary:hover,
.ai-report-action-secondary:focus-visible {
    background: #f4fcfa;
    border-color: #24b99a;
    color: #0f766e;
    box-shadow: 0 6px 16px rgba(53, 214, 180, 0.14);
    transform: translateY(-1px);
}

.ai-report-actions .button-1:focus-visible,
.ai-report-actions .button-2:focus-visible,
.candidate-recording-actions .button-1:focus-visible,
.candidate-recording-actions .button-2:focus-visible {
    outline: 0;
}

.ai-report-action i,
.candidate-recording-actions .button-1 i,
.candidate-recording-actions .button-2 i {
    font-size: 0.95rem;
}

.candidate-recording-actions {
    align-items: center;
    gap: 8px;
}

.candidate-recording-actions .button-2 {
    min-height: 38px;
    padding: 8px 14px;
}

.candidate-recording-actions .ai-icon-action,
.ai-report-actions .ai-icon-action {
    min-height: 38px;
    padding: 0;
}

.ai-report-turn,
.mock-report-turn,
.ai-turn-card {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 14px;
}

.ai-report-answer,
.ai-report-feedback,
.mock-report-answer,
.mock-report-feedback,
.report-data,
.report-copy,
.ai-turn-card {
    color: #334155;
    line-height: 1.6;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.ai-report-meta,
.mock-report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    color: #667085;
    font-size: 0.85rem;
}

.job-ai-panel {
    display: grid;
    gap: 18px;
    border-left: 2px solid var(--jb-accent, #35d6b4);
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.job-ai-grid {
    display: grid;
    gap: 16px;
    max-width: 100%;
    min-width: 0;
}

.job-ai-card {
    padding: 18px;
    background: #fbfcfc;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.job-ai-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    gap: 12px;
    align-items: stretch;
}

.job-ai-actions .job-ai-action {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 220px;
    min-height: 48px;
    min-width: 170px;
    max-width: 100%;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-image: none;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
    cursor: pointer;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.job-ai-actions .job-ai-action-primary {
    border-color: #24b99a;
    background: #24b99a;
    color: #ffffff;
}

.job-ai-actions .job-ai-action-primary:hover:not(:disabled),
.job-ai-actions .job-ai-action-primary:focus-visible {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.job-ai-actions .job-ai-action-secondary {
    border-color: #b9c7c3;
    background: #ffffff;
    color: #0f766e;
}

.job-ai-actions .job-ai-action-secondary:hover:not(:disabled),
.job-ai-actions .job-ai-action-secondary:focus-visible {
    border-color: #35d6b4;
    background: #eefaf7;
    color: #0f766e;
}

.job-ai-actions .job-ai-action:disabled {
    opacity: 0.58;
    box-shadow: none;
    cursor: not-allowed;
}

.job-ai-actions .job-ai-action:active:not(:disabled) {
    box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.08);
}

.job-ai-actions .button-1,
.job-ai-actions .button-2,
.job-ai-card .button-1,
.job-ai-card .button-2 {
    min-width: 0;
}

.job-inline-message {
    display: none;
    border: 1px dashed #cfcfcf;
    padding: 14px 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.job-inline-message.is-visible {
    display: block;
}

.job-inline-message.is-error {
    border-color: #e3b4b4;
    background: #fff4f4;
    color: #9f3535;
}

.job-inline-message.is-success {
    border-color: #b9ded4;
    background: #eefaf7;
    color: #197f69;
}

.job-inline-message.is-info {
    border-color: #cfcfcf;
    background: #fafafa;
    color: #454c52;
}

.mock-start .page-body,
.ai-interview-runtime-error-page .page-body,
.apply-job-page .page-body,
.aiinterview-index-page .page-body {
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    border-left: 2px solid var(--jb-accent, #35d6b4);
    padding: 28px;
    background: #ffffff;
}

.aiinterview-index-hero {
    display: grid;
    gap: 18px;
    border-left: 2px solid var(--jb-accent, #35d6b4);
}

.aiinterview-index-copy,
.aiinterview-index-summary-item {
    min-width: 0;
}

.aiinterview-index-lead {
    margin: 0;
    color: #4f5963;
    font-size: 1.02rem;
    line-height: 1.75;
}

.aiinterview-index-actions {
    gap: 12px;
}

.aiinterview-index-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.aiinterview-index-summary-item {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fbfbfb;
}

.aiinterview-index-summary-item strong {
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.aiinterview-index-summary-item span {
    color: #687078;
    line-height: 1.55;
}

.mock-start form,
.apply-job-page form {
    display: grid;
    gap: 16px;
}

.aiinterview-success-message {
    border-color: #b9ded4;
    background: #eefaf7;
    color: #197f69;
}

.aiinterview-hidden {
    display: none;
}

.ai-report-drawer {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 11000;
    isolation: isolate;
}

.ai-report-drawer.is-open {
    display: block;
}

.ai-report-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(15, 23, 42, 0.84);
    backdrop-filter: blur(2px);
}

.ai-report-drawer-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    width: min(760px, 100%);
    height: 100vh;
    height: 100dvh;
    max-width: 100%;
    padding: 24px;
    box-sizing: border-box;
    border-left: 1px solid #d7dde6;
    background: #f8fafc;
    box-shadow: -20px 0 42px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}

.ai-report-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.ai-report-drawer-header h2 {
    margin: 0;
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.ai-report-drawer-close {
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #ffffff;
    color: #20252b;
    font-size: 24px;
    line-height: 1;
}

.ai-report-drawer-status {
    min-height: 22px;
    color: #687078;
    line-height: 1.5;
}

.ai-report-drawer-status:empty {
    display: none;
}

.ai-report-drawer-body {
    min-width: 0;
    overflow: auto;
    padding-right: 6px;
}

.ai-report-drawer-body .ai-report-hero,
.ai-report-drawer-body .ai-report-card,
.ai-report-drawer-body .mock-report-card,
.ai-report-drawer-body .mock-report-hero {
    margin-bottom: 16px;
}

body.aiinterview-report-drawer-open {
    overflow: hidden;
}

.ai-job-product-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 14px;
    border: 1px solid #d8dee4;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
}

.ai-job-card-media,
.ai-job-card-body,
.ai-job-preview-drawer-panel,
.ai-job-preview-drawer-body {
    min-width: 0;
}

.ai-job-card-media {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ai-job-card-logo {
    display: block;
    width: 68px;
    height: 68px;
    border: 1px solid #d8dee4;
    border-radius: 8px;
    object-fit: cover;
    background: #f6f8fa;
}

.ai-job-card-logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #188f78;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.16rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ai-job-card-body,
.ai-job-preview-drawer-body {
    display: grid;
    gap: 10px;
    align-content: start;
}

.ai-job-card-body {
    position: relative;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
}

.ai-job-card-topline,
.ai-job-preview-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ai-job-card-topline {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
    min-height: 0;
    z-index: 1;
}

.ai-job-card-topline + .ai-job-card-title-link {
    padding-right: 46px;
    box-sizing: border-box;
}

.ai-job-card-kicker {
    color: #687078;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.84rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.ai-job-card-title-link {
    appearance: none;
    display: -webkit-box;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.08rem;
    line-height: 1.15;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ai-job-card-title-link:hover,
.ai-job-card-title-link:focus-visible {
    color: #188f78;
}

.ai-job-card-company {
    color: #374151;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.ai-job-card-summary,
.ai-job-preview-description {
    color: #4b5563;
    line-height: 1.5;
}

.ai-job-card-summary {
    font-size: 0.86rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ai-job-card-content,
.ai-job-card-meta,
.ai-job-card-spec,
.ai-job-card-spec-value {
    min-width: 0;
}

.ai-job-card-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 14px;
    align-items: start;
    width: 100%;
}

.ai-job-card-spec {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 6px;
    min-height: 0;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #334155;
    font-size: 0.82rem;
    line-height: 1.35;
    box-sizing: border-box;
}

.ai-job-card-spec-label {
    flex: 0 0 auto;
    color: #6b7280;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.ai-job-product-card .ai-job-card-spec-label {
    display: none;
}

.ai-job-card-spec-label::after {
    content: ":";
    margin-left: 2px;
}

.ai-job-card-spec-value {
    flex: 1 1 auto;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: #1f2937;
    font-weight: 600;
}

.ai-job-card-spec-stat .ai-job-card-spec-value {
    color: #4b5563;
    font-weight: 500;
}

.ai-job-card-spec-icon {
    color: #188f78;
    flex: 0 0 auto;
    width: 14px;
    margin-top: 2px;
    font-size: 0.78rem;
}

.ai-job-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: auto;
    padding-top: 6px;
}

.ai-job-card-view-job {
    min-width: 110px;
    min-height: 38px;
    padding: 8px 14px;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    margin-left: auto;
}

.ai-job-card-save {
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #334155;
    cursor: pointer;
    transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.ai-job-card-save:hover,
.ai-job-card-save:focus-visible {
    border-color: #188f78;
    background: #eefaf7;
    color: #188f78;
}

.ai-job-card-save.is-saved {
    border-color: transparent;
    background: transparent;
    color: #188f78;
    box-shadow: none;
}

.ai-job-card-save[aria-pressed="true"] {
    border-color: transparent;
    background: transparent;
    color: #188f78;
}

.ai-job-card-save.is-saved:hover,
.ai-job-card-save.is-saved:focus-visible,
.ai-job-card-save[aria-pressed="true"]:hover,
.ai-job-card-save[aria-pressed="true"]:focus-visible {
    border-color: transparent;
    background: transparent;
    color: #188f78;
}

.ai-job-card-save-icon-filled {
    display: none;
}

.ai-job-card-save.is-saved .ai-job-card-save-icon-outline {
    display: none;
}

.ai-job-card-save.is-saved .ai-job-card-save-icon-filled {
    display: inline-block;
}

.ai-job-card-save[aria-pressed="true"] .ai-job-card-save-icon-outline {
    display: none;
}

.ai-job-card-save[aria-pressed="true"] .ai-job-card-save-icon-filled {
    display: inline-block;
}

.ai-job-card-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;
}

.ai-job-preview-drawer {
    position: fixed;
    inset: 0;
    display: block;
    visibility: hidden;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease;
    isolation: isolate;
}

.ai-job-preview-drawer.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

.ai-job-preview-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.54);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ai-job-preview-drawer.is-open .ai-job-preview-drawer-backdrop {
    opacity: 1;
}

.ai-job-preview-drawer-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: 80vw;
    min-width: min(360px, 100vw);
    max-width: 80vw;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    border-left: 1px solid #d8dee4;
    background: #f3f5f7 !important;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: -16px 0 36px rgba(15, 23, 42, 0.18);
    contain: paint;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease;
}

.ai-job-preview-drawer.is-open .ai-job-preview-drawer-panel {
    transform: translate3d(0, 0, 0);
}

.ai-job-preview-drawer-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid #d8dee4;
    background: rgba(255, 255, 255, 0.96);
}

.ai-job-preview-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #d8dee4;
    border-radius: 4px;
    background: #ffffff;
    color: #20252b;
}

.ai-job-preview-drawer-body {
    overflow: auto;
    padding: 18px;
    background: #f3f5f7 !important;
}

body.ai-job-preview-open {
    overflow: hidden;
}

body.ai-job-preview-open .product-item,
body.ai-job-preview-open .item-box {
    transform: none !important;
    box-shadow: none !important;
}

.ai-job-preview-loading {
    color: #4b5563;
    line-height: 1.6;
}

.ai-job-preview-drawer-content,
.ai-job-preview-drawer-form {
    min-width: 0;
}

.ai-job-preview-drawer-form {
    display: grid;
}

.ai-job-preview-drawer-body .job-shell {
    display: grid;
    gap: 20px;
}

.ai-job-preview-drawer-body .job-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--job-shadow);
}

.ai-job-preview-drawer-body .job-content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.ai-job-preview-drawer-body .job-card,
.ai-job-preview-drawer-body .job-reviews-wrap {
    padding: 20px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: var(--job-card);
    box-shadow: var(--job-shadow);
}

@media (max-width: 1000px) {
    .employer-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vendor-job-form-row {
        grid-template-columns: 1fr;
    }

    .vendor-job-form-label {
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .applications-card,
    .ai-report-hero,
    .ai-report-card,
    .mock-report-hero,
    .mock-report-card,
    .job-ai-panel,
    .mock-start .page-body,
    .ai-interview-runtime-error-page .page-body,
    .apply-job-page .page-body,
    .aiinterview-index-page .page-body {
        padding: 16px;
    }

    .employer-filter-grid,
    .report-metrics,
    .ai-report-grid,
    .mock-report-grid {
        grid-template-columns: 1fr;
    }

    .aiinterview-public-page .buttons,
    .html-aiinterview-view-page .buttons,
    .job-ai-actions,
    .employer-filter-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .aiinterview-public-page .button-1,
    .aiinterview-public-page .button-2,
    .html-aiinterview-view-page .button-1,
    .html-aiinterview-view-page .button-2,
    .job-ai-actions .button-1,
    .job-ai-actions .button-2,
    .job-ai-actions .job-ai-action {
        width: 100%;
    }

    .candidate-recording-actions,
    .ai-report-actions {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .applications-sort {
        flex-wrap: wrap;
    }

    .html-aiinterview-my-applications-page .applications-table-wrap,
    .html-aiinterview-employer-applications-page .table-wrapper,
    .html-aiinterview-history-page .history-table-wrapper,
    .html-aiinterview-employer-manage-page .table-wrapper,
    .html-aiinterview-scoreboard-page .scoreboard-deck-table-wrapper {
        display: none;
    }

    .applications-mobile-list,
    .employer-mobile-list,
    .history-mobile-list,
    .invite-mobile-list,
    .scoreboard-deck-mobile-list {
        display: grid;
    }

    .vendor-job-form-simple-grid {
        grid-template-columns: 1fr;
    }

    .vendor-job-form-field-wide {
        grid-column: auto;
    }

    .html-aiinterview-employer-applications-page .status-form {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-employer-applications-page .status-form .employer-status-update {
        width: 100%;
        min-width: 0;
    }

    .ai-report-drawer-panel {
        width: 100%;
        padding: 16px;
    }

    .ai-report-drawer-header {
        align-items: flex-start;
    }

    .ai-report-drawer-header h2 {
        font-size: 1.2rem;
    }

    .ai-report-drawer-body {
        padding-right: 0;
    }

    .ai-report-meta,
    .mock-report-meta {
        display: grid;
        gap: 8px;
    }

    .ai-job-product-card {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .ai-job-card-logo {
        width: 60px;
        height: 60px;
    }

    .ai-job-card-title-link {
        font-size: 1rem;
    }

    .ai-job-card-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px 12px;
    }

    .ai-job-preview-drawer-panel {
        width: 80vw;
        min-width: 0;
        max-width: 80vw;
    }
}

/* Runtime interview room */
.html-aiinterview-runtime-page body {
    margin: 0;
    background: #e5e7eb;
}

.html-aiinterview-runtime-page .master-wrapper-content,
.html-aiinterview-runtime-page .master-column-wrapper,
.html-aiinterview-runtime-page .center-2,
.html-aiinterview-runtime-page .page-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.runtime-shell {
    min-height: 100vh;
    padding: 14px;
    box-sizing: border-box;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 32%),
        linear-gradient(180deg, #edf1f5 0%, #dfe5eb 100%);
    overflow-x: hidden;
}

.runtime-js-hidden {
    display: none !important;
}

[hidden] {
    display: none !important;
}

.runtime-page {
    min-height: calc(100vh - 28px);
    max-width: 1600px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid #d5dce4;
    border-radius: 1px;
    background: rgba(248, 250, 252, 0.94);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 0;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.runtime-topbar-main,
.runtime-title-block,
.runtime-sidebar-head,
.runtime-title-line,
.runtime-title-meta {
    min-width: 0;
}

.runtime-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0 0 0 2px;
    border-bottom: 1px solid #dde4eb;
}

.runtime-topbar-main {
    display: flex;
    align-items: center;
    gap: 8px;
}

.runtime-title-block {
    display: grid;
    gap: 0;
}

.runtime-title-line {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.runtime-title-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.runtime-topbar h3 {
    margin: 0;
    color: #111827;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.runtime-meta,
.runtime-actions,
.runtime-modal-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.runtime-meta {
    justify-content: flex-end;
    align-self: flex-end;
    padding-bottom: 4px;
    color: #4b5563;
    font-weight: 700;
}

.runtime-candidate-chip {
    display: inline-flex;
    align-items: center;
    max-width: min(34vw, 320px);
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #d6dee8;
    border-radius: 1px;
    background: #f8fbfd;
    color: #30404e;
    font-size: 0.83rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.runtime-timer-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #d6dee8;
    border-radius: 1px;
    background: #ffffff;
    color: #111827;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.runtime-stop-button {
    min-width: 148px;
    min-height: 34px !important;
    margin: 0;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    line-height: 1.1;
}

.runtime-question-counter {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #dfe7ef;
    border-radius: 1px;
    background: #f8fbfd;
    color: #30404e;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
}

.runtime-question-counter:empty {
    display: none !important;
}

.runtime-question-counter[hidden],
.runtime-video-caption[hidden] {
    display: none !important;
}

.runtime-header-status {
    min-height: 0;
    padding: 10px 12px;
    border: 1px solid #bbf7d0;
    border-radius: 1px;
    background: #f0fdf4;
    color: #166534;
}

.runtime-header-status.message-success {
    color: #166534;
}

.runtime-screen-share-interruption-warning {
    min-height: 42px;
    padding: 11px 14px;
    border: 1px solid #fca5a5;
    border-radius: 1px;
    background: #fef2f2;
    color: #b42318;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.runtime-progress {
    height: 2px;
    border-radius: 1px;
    background: #d7dde5;
    overflow: hidden;
    margin: 0;
}

.runtime-progress > span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #35d6b4 0%, #188f78 100%);
    transition: width 0.2s ease;
}

.runtime-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.25fr) minmax(360px, 1fr);
    gap: 14px;
    height: 100%;
    min-height: 0;
    align-items: stretch;
    padding-top: 12px;
    overflow: hidden;
}

.runtime-stage,
.runtime-sidebar {
    display: grid;
    gap: 12px;
    min-width: 0;
    min-height: 0;
    padding: 14px;
    border: 1px solid #dbe2ea;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.88);
    box-sizing: border-box;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.runtime-sidebar {
    grid-template-rows: auto minmax(0, 1fr);
}

.runtime-stage {
    grid-template-rows: auto auto auto auto;
    height: auto;
    align-content: start;
    gap: 14px;
}

.runtime-video {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 0;
    height: auto;
    min-height: min(560px, 64vh);
    max-height: 64vh;
    border: 1px solid #c6d1db;
    border-radius: 1px;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #93a1b0 0%, #5f6c78 52%, #404b56 100%);
    color: #e5e7eb;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.runtime-video video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.runtime-log-panel {
    display: none;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    max-width: 250px;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    font-size: 11px;
    text-align: left;
}

.runtime-camera-placeholder {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
    color: #edf2f7;
    z-index: 1;
}

.runtime-camera-placeholder i {
    font-size: 36px;
}

.runtime-log-title {
    margin-bottom: 4px;
    color: #333;
    font-weight: 700;
}

.runtime-avatar {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 188px;
    min-height: 146px;
    padding: 14px;
    border: 1px solid rgba(223, 232, 238, 0.95);
    border-radius: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(243, 247, 250, 0.95) 100%);
    display: grid;
    align-content: space-between;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
}

.runtime-avatar-status {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 1px;
    background: #eefaf7;
    color: #0f766e;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.runtime-avatar-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: #35d6b4;
    box-shadow: 0 0 0 6px rgba(53, 214, 180, 0.14);
}

.runtime-avatar-label {
    display: grid;
    justify-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.runtime-avatar-label i {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 1px;
    background: linear-gradient(145deg, #ebfffb 0%, #d3f7ef 100%);
    color: #188f78;
    font-size: 22px;
}

.runtime-avatar-label small {
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 600;
}

.runtime-video-caption {
    position: absolute;
    bottom: 22px;
    left: 50%;
    display: grid;
    gap: 6px;
    width: min(72%, 860px);
    max-width: calc(100% - 44px);
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
    z-index: 2;
    transform: translateX(-50%);
}

.runtime-video-caption-speaker {
    color: #9ae6d8;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.runtime-video-caption-text {
    font-size: 1rem;
    line-height: 1.55;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.runtime-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #dbe3ec;
    border-radius: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 246, 249, 0.94) 100%);
    box-sizing: border-box;
    margin-top: 0;
}

.runtime-control-group {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.runtime-control-group-left {
    justify-content: flex-start;
}

.runtime-control-group-center {
    justify-content: center;
}

.runtime-control-group-right {
    justify-content: flex-end;
}

.runtime-control-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.runtime-controls #start-or-next {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 180px;
    min-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.runtime-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    width: 36px;
    height: 36px;
    padding: 0;
    flex: 0 0 36px;
}

.runtime-icon-button i {
    font-size: 15px;
}

.runtime-control-icons .runtime-icon-button {
    border-color: #cfdae5;
    background: #ffffff;
    color: #334155;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.runtime-control-icons .runtime-icon-button:hover:not(:disabled) {
    border-color: #35d6b4;
    background: #eefaf7;
    color: #188f78;
}

.runtime-shell .runtime-icon-button.is-active {
    border-color: #35d6b4;
    background: #d8f8f1;
    color: #188f78;
}

.runtime-shell .runtime-icon-button.is-active i {
    color: #188f78;
}

.runtime-screen-share-status,
.runtime-mock-warning {
    padding: 10px 12px;
    border: 1px solid #fecaca;
    border-radius: 1px;
    background: #fff7ed;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #9a3412;
}

.runtime-screen-share-status.is-active {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.runtime-screen-share-status.is-warning,
.runtime-status.message-error {
    color: #b42318;
}

.runtime-sidebar {
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    align-content: stretch;
}

.runtime-sidebar-head {
    display: block;
}

.runtime-sidebar-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.runtime-tab {
    appearance: none;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #d6dee7;
    border-radius: 1px;
    background: #f4f7fa;
    color: #5b6570;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.runtime-tab:hover,
.runtime-tab:focus-visible {
    border-color: #35d6b4;
    background: #ffffff;
    color: #1f2937;
}

.runtime-tab.is-active {
    border-color: #35d6b4;
    background: #ffffff;
    color: #188f78;
    box-shadow: 0 10px 24px rgba(53, 214, 180, 0.12);
}

.runtime-sidebar-panels,
.runtime-sidebar-panel {
    min-height: 0;
}

.runtime-sidebar-panels {
    display: grid;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.runtime-sidebar-panel {
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.runtime-sidebar-panel[hidden] {
    display: none !important;
}

#runtime-panel-conversation {
    gap: 8px;
    grid-template-rows: auto auto auto auto auto;
}

#runtime-panel-details {
    overflow-y: auto;
}

.runtime-question,
.runtime-message {
    min-height: 22px;
    padding: 11px 13px;
    border: 1px solid #e0e8f0;
    border-radius: 1px;
    background: #f8fafc;
    color: #334155;
    line-height: 1.5;
}

.runtime-message.is-info {
    border-color: #dbe3ec;
    background: #f8fafc;
    color: #475569;
}

.runtime-conversation,
.runtime-transcript-body {
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 0;
    padding-right: 6px;
    overflow-y: auto;
}

.runtime-transcript-body {
    margin-top: 16px;
    max-height: 60vh;
}

.runtime-conversation {
    height: clamp(330px, 52vh, 500px);
    min-height: 330px;
    padding: 6px;
    border: 1px solid #dfe6ee;
    border-radius: 1px;
    background: linear-gradient(180deg, #fafcfd 0%, #f4f7fa 100%);
}

.runtime-chat-placeholder {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 16px;
    border: 1px dashed #cfd9e4;
    border-radius: 1px;
    background: #ffffff;
}

.runtime-chat-placeholder-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 1px;
    background: #d8f8f1;
    color: #0f766e;
}

.runtime-chat-placeholder-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.runtime-chat-placeholder-title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.runtime-chat-placeholder-text {
    color: #475569;
    line-height: 1.6;
}

.runtime-chat-message {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.runtime-chat-avatar {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 1px;
    background: #edf2f7;
    color: #0f172a;
}

.runtime-chat-message.is-user .runtime-chat-avatar {
    background: #d8f8f1;
    color: #188f78;
}

.runtime-chat-bubble {
    padding: 13px 14px;
    border: 1px solid #d8e1ea;
    border-radius: 1px;
    background: #ffffff;
    color: #0f172a;
    overflow-wrap: anywhere;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.runtime-chat-message.is-user .runtime-chat-bubble {
    border-color: #b6eadf;
    background: #eefaf7;
}

.runtime-chat-label {
    margin-bottom: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.runtime-chat-text {
    white-space: pre-wrap;
    line-height: 1.6;
}

.runtime-chat-meta {
    margin-top: 8px;
    color: #9ca3af;
    font-size: 12px;
}

.turn-card {
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background: #fff;
}

.turn-question {
    margin-bottom: 8px;
    color: #111827;
    font-weight: 700;
}

.turn-answer {
    margin-bottom: 8px;
    color: #374151;
    white-space: pre-wrap;
}

.turn-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #6b7280;
    font-size: 13px;
}

.runtime-answer {
    margin-top: 0;
}

.runtime-answer textarea {
    width: 100%;
    min-height: 96px;
    max-height: 168px;
    padding: 14px 58px 14px 14px;
    border: 1px solid #d4dde7;
    border-radius: 1px;
    background: #ffffff;
    resize: vertical;
    box-sizing: border-box;
    line-height: 1.55;
}

.runtime-answer-composer {
    position: relative;
}

.runtime-composer-send {
    position: absolute;
    right: 12px;
    bottom: 12px;
    min-width: 42px !important;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 1px !important;
}

.runtime-composer-send i {
    font-size: 14px;
}

.runtime-detail-list {
    display: grid;
    gap: 10px;
}

.runtime-detail-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #e0e7ef;
    border-radius: 1px;
    background: #fbfdff;
}

.runtime-detail-label {
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
}

.runtime-detail-value {
    color: #111827;
    font-weight: 400;
    text-align: center;
    overflow-wrap: anywhere;
    max-width: 70%;
}

.runtime-shell .button-1,
.runtime-shell .button-2,
.runtime-transcript .button-2,
.runtime-modal .button-1,
.runtime-modal .button-2 {
    min-height: 42px;
    min-width: 118px;
    padding: 10px 18px;
    border-radius: 1px;
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.runtime-shell .button-1,
.runtime-modal .button-1 {
    border: 1px solid var(--jb-accent, #35d6b4);
    background: var(--jb-accent, #35d6b4);
    color: #fff;
}

.runtime-shell .button-1:hover:not(:disabled),
.runtime-modal .button-1:hover:not(:disabled) {
    border-color: #24b99a;
    background: #24b99a;
}

.runtime-shell .button-2,
.runtime-transcript .button-2,
.runtime-modal .button-2 {
    border: 1px solid #d1dae4;
    background: #f8fafc;
    color: #374151;
}

.runtime-shell .button-2:hover:not(:disabled),
.runtime-transcript .button-2:hover:not(:disabled),
.runtime-modal .button-2:hover:not(:disabled) {
    border-color: #22d1b2;
    color: #111827;
}

.runtime-icon-button.button-2 {
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 1px;
}

.runtime-back-button {
    border-color: #d8e4e0;
    background: rgba(255, 255, 255, 0.84);
    color: #188f78;
}

.runtime-back-button:hover:not(:disabled),
.runtime-back-button:focus-visible {
    border-color: #7cdcca;
    background: #ecfdf8;
    color: #0f766e;
    outline: none;
}

.runtime-shell .button-1:disabled,
.runtime-shell .button-2:disabled,
.runtime-modal .button-1:disabled,
.runtime-modal .button-2:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.runtime-shell .button-1.is-loading,
.runtime-shell .button-2.is-loading {
    opacity: 0.8;
    cursor: wait;
}

.runtime-status {
    min-height: 24px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
}

.runtime-status.message-success {
    color: #166534;
}

.runtime-transcript,
.runtime-modal {
    display: none;
    position: fixed;
    inset: 0;
    padding: 24px;
    background: rgba(15, 23, 42, 0.5);
    z-index: 9999;
}

.runtime-modal {
    z-index: 10000;
}

.runtime-transcript.is-open,
.runtime-modal.is-open {
    display: grid;
    place-items: center;
}

.runtime-transcript-card,
.runtime-modal-card {
    width: min(900px, 100%);
    max-height: 85vh;
    overflow: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background: #fff;
}

.runtime-modal-card {
    width: min(720px, 100%);
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.runtime-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.runtime-modal-head h3,
.runtime-modal-card h3 {
    margin: 0;
    color: #111827;
}

.runtime-modal-card p {
    margin: 0 0 12px;
    color: #475467;
    line-height: 1.6;
}

.runtime-guidelines {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #111827;
}

.runtime-screen-share-guide {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #dbeafe;
    border-radius: 1px;
    background: #f8fbff;
}

.runtime-screen-share-guide-title {
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.runtime-screen-share-picker {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.runtime-share-option {
    display: grid;
    gap: 8px;
    justify-items: center;
    min-width: 0;
    padding: 12px 10px;
    border: 1px solid #d1d5db;
    border-radius: 1px;
    background: #ffffff;
    color: #374151;
    text-align: center;
}

.runtime-share-option-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 34px;
    border: 1px solid #d1d5db;
    border-radius: 1px;
    background: #f9fafb;
}

.runtime-share-option strong {
    color: #6b7280;
    font-size: 12px;
}

.runtime-share-system-audio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #166534;
    font-size: 12px;
    line-height: 1.2;
}

.runtime-share-system-audio-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 34px;
    height: 18px;
    border: 1px solid #8b948f;
    border-radius: 999px;
    background: #eef2ef;
    box-sizing: border-box;
}

.runtime-share-system-audio-toggle::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #737b76;
    transition: left 0.18s ease, background-color 0.18s ease;
}

.runtime-share-system-audio-toggle.is-on {
    border-color: #188f78;
    background: #d8f8f1;
}

.runtime-share-system-audio-toggle.is-on::after {
    left: 18px;
    background: #188f78;
}

.runtime-share-option.is-selected {
    border-color: #22c55e;
    background: #f0fdf4;
    color: #166534;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
}

.runtime-share-option.is-selected .runtime-share-option-icon {
    border-color: #86efac;
    background: #dcfce7;
}

.runtime-share-option.is-selected strong {
    color: #166534;
}

.runtime-share-option.is-rejected {
    opacity: 0.72;
}

.runtime-share-option.is-rejected strong {
    color: #b42318;
}

.runtime-guidelines-ack {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
    pointer-events: auto;
}

.runtime-guidelines-ack input {
    margin-top: 4px;
    cursor: pointer;
    pointer-events: auto;
}

.runtime-guidelines-ack span,
.runtime-modal-actions,
.runtime-modal-actions .button-1,
.runtime-modal-actions .button-2 {
    pointer-events: auto;
}

.runtime-modal-actions {
    margin-top: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.runtime-meter {
    display: flex;
    align-items: end;
    gap: 4px;
    height: 24px;
    justify-content: center;
}

.runtime-meter span {
    width: 7px;
    height: 7px;
    border-radius: 1px;
    background: #cbd5e1;
    transition: height 0.15s ease, background 0.15s ease;
}

@media (max-width: 1024px) {
    .runtime-layout {
        grid-template-columns: 1fr;
        height: auto;
        overflow: visible;
    }

    .runtime-stage,
    .runtime-sidebar {
        height: auto;
    }

    .runtime-video {
        min-height: min(460px, 58vh);
        max-height: 58vh;
    }
}

@media (min-width: 1025px) {
    .runtime-page {
        height: calc(100vh - 28px);
        min-height: 0;
    }

    .runtime-video {
        min-height: min(450px, 53vh);
        max-height: 53vh;
    }
}

@media (max-width: 520px) {
    .runtime-shell {
        padding: 8px;
    }

    .runtime-page,
    .runtime-stage,
    .runtime-sidebar {
        padding: 12px;
    }

    .runtime-topbar {
        align-items: flex-start;
    }

    .runtime-topbar-main,
    .runtime-meta,
    .runtime-controls,
    .runtime-title-meta {
        width: 100%;
    }

    .runtime-topbar h3 {
        font-size: 18px;
    }

    .runtime-question-counter {
        font-size: 13px;
    }

    .runtime-video {
        min-height: 260px;
        height: auto;
    }

    .runtime-avatar {
        top: 14px;
        right: 14px;
        width: 136px;
        min-height: 112px;
        padding: 12px;
    }

    .runtime-controls {
        grid-template-columns: 1fr;
    }

    .runtime-control-group,
    .runtime-control-group-left,
    .runtime-control-group-center,
    .runtime-control-group-right {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .runtime-shell .button-1,
    .runtime-shell .button-2 {
        flex: 1 1 auto;
    }

    .runtime-icon-button {
        flex: 0 0 42px;
    }

    .runtime-sidebar {
        min-height: 58vh;
    }

    .runtime-conversation {
        height: 320px;
        min-height: 320px;
    }

    .runtime-answer {
        margin-top: 0;
    }

    .runtime-video-caption {
        right: 14px;
        bottom: 14px;
        left: 14px;
        max-width: none;
    }
}

.job-details-page {
    --job-bg: #f0f0f0;
    --job-card: #ffffff;
    --job-border: #d8d8d8;
    --job-text: #111827;
    --job-muted: #6b7280;
    --job-primary: #22d1b2;
    --job-primary-strong: #0f766e;
    --job-secondary: #f3fffb;
    --job-shadow: none;
}

.html-job-details-page .breadcrumb,
.html-aiinterview-job-details-page .breadcrumb {
    margin: 0 auto 8px;
    padding: 2px 24px 4px;
    background: transparent;
}

.job-details-page .page-body {
    display: grid;
    gap: 24px;
    padding-top: 8px;
}

.job-shell {
    display: grid;
    gap: 24px;
}

.job-shell .button-1,
.job-shell .button-2,
.job-shell button,
.job-shell .btn {
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.job-shell .button-1,
.job-shell .btn-primary {
    background: var(--job-primary);
    color: #fff;
    box-shadow: none;
}

.job-shell .button-1:hover,
.job-shell .btn-primary:hover {
    background: var(--job-primary-strong);
}

.job-shell .button-2,
.job-shell .btn-secondary {
    background: var(--job-secondary);
    color: var(--job-primary);
    border: 1px solid #bdebdc;
}

.job-shell .button-2:hover,
.job-shell .btn-secondary:hover {
    background: #dfeafe;
}

.job-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, 420px);
    gap: 28px;
    padding: 32px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--job-shadow);
}

.job-hero-copy,
.job-main {
    display: grid;
    gap: 20px;
}

.job-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 7px 14px;
    border-radius: 999px;
    background: #e8f0ff;
    color: var(--job-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.job-company {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    max-width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
}

.job-company-logo {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--job-border);
    background: #fff;
}

.job-company-label {
    margin-bottom: 4px;
    color: var(--job-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.job-company-name {
    color: var(--job-text);
    font-size: 18px;
    font-weight: 700;
}

.job-title h1 {
    margin: 0;
    color: var(--job-text);
    font-size: 42px;
    line-height: 1.08;
}

.job-summary {
    margin: 0;
    color: var(--job-muted);
    font-size: 17px;
    line-height: 1.8;
}

.job-overview-meta,
.job-action-links,
.job-skills,
.job-meta-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.job-pill,
.job-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: #fff;
    color: var(--job-text);
    text-decoration: none;
}

.job-action-link {
    font-weight: 600;
    cursor: pointer;
}

.job-action-link:hover {
    border-color: var(--job-primary);
    color: var(--job-primary);
}

.job-action-link.is-saved {
    background: #ecfdf3;
    border-color: #abefc6;
    color: #027a48;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.job-fact,
.job-card,
.job-reviews-wrap {
    padding: 24px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: var(--job-card);
    box-shadow: var(--job-shadow);
}

.job-fact-label {
    margin-bottom: 8px;
    color: var(--job-muted);
    font-size: 14px;
}

.job-fact-value {
    color: var(--job-text);
    font-size: 30px;
    font-weight: 700;
}

.job-fact-value.small {
    font-size: 20px;
}

.job-meta-item {
    min-width: 180px;
    max-width: 100%;
    padding: 16px 18px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: none;
}

.job-meta-item .job-fact-label {
    margin-bottom: 6px;
}

.job-section-title {
    margin: 0 0 14px;
    color: var(--job-text);
    font-size: 28px;
}

.job-card p,
.job-card li {
    color: var(--job-text);
    line-height: 1.8;
}

.job-card ul {
    margin: 0;
    padding-left: 22px;
}

.job-skills span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: #edf3ff;
    color: var(--job-primary-strong);
    font-weight: 600;
}

.job-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
    gap: 24px;
}

.practice-shell .job-hero-copy h1,
.practice-shell .job-card h2,
.practice-shell .job-ai-panel h2 {
    margin: 0;
}

.job-highlight-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.job-highlight-pills span {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid var(--job-border);
    border-radius: 999px;
    background: #fff;
    color: var(--job-text);
    font-weight: 600;
}

.practice-start-form {
    display: grid;
    gap: 8px;
}

.practice-start-form label {
    color: var(--job-text);
    font-weight: 600;
}

.practice-start-form input[type="file"],
.practice-start-form select,
.practice-start-form textarea,
.practice-start-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.practice-detail-list {
    margin: 0;
    padding-left: 22px;
}

.practice-detail-list li + li {
    margin-top: 10px;
}

.practice-description {
    color: var(--job-text);
    line-height: 1.8;
}

.practice-details-page {
    --job-bg: #f4f6f8;
    --job-card: #ffffff;
    --job-border: #d7dfe5;
    --job-text: #18212b;
    --job-muted: #5b6776;
    --job-primary: #20b486;
    --job-primary-strong: #14805f;
    --job-secondary: #eefaf5;
    --job-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.practice-details-page .page-body {
    padding-top: 12px;
}

.practice-shell {
    gap: 28px;
}

.practice-shell .job-hero {
    align-items: start;
    grid-template-columns: minmax(0, 1.2fr) minmax(384px, 480px);
    gap: 10px;
    padding: 30px;
}

.practice-shell .job-hero-copy {
    gap: 22px;
}

.practice-shell .job-kicker {
    padding: 8px 14px;
    background: #e9f1ff;
    color: #113c7a;
    font-size: 12px;
    line-height: 1.2;
}

.practice-shell .job-hero-copy h1 {
    color: var(--job-text);
    font-size: 52px;
    line-height: 1.02;
}

.practice-shell .job-lead {
    max-width: 760px;
    color: var(--job-muted);
    font-size: 18px;
    line-height: 1.75;
}

.practice-shell .job-highlight-pills span {
    padding: 10px 15px;
    border-radius: 999px;
    background: #fff;
    color: var(--job-text);
    font-size: 14px;
    font-weight: 700;
}

.practice-shell .job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.practice-shell .job-grid .job-card {
    display: grid;
    gap: 8px;
    min-height: 0;
    padding: 20px 22px;
}

.practice-shell .job-grid .job-card strong {
    color: var(--job-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.practice-shell .job-grid .job-card span {
    color: var(--job-muted);
    font-size: 16px;
    line-height: 1.5;
}

.practice-start-panel {
    padding: 22px;
}

.practice-start-panel .job-ai-grid {
    display: grid;
    gap: 2px;
}

.practice-start-panel .job-ai-lead {
    color: var(--job-muted);
    font-size: 10px;
    line-height: 1.4;
}

.practice-start-panel .job-ai-card {
    padding: 10px;
    border-radius: 8px;
}

.practice-start-form .attributes {
    display: grid;
    gap: 8px;
    margin: 0;
    min-width: 0;
}

.practice-start-form .attributes dl {
    display: grid;
    gap: 8px;
    margin: 0;
    min-width: 0;
}

.practice-start-form .attributes dt,
.practice-start-form .attributes dd {
    margin: 0;
    min-width: 0;
    max-width: 100%;
}

.practice-start-form .attributes dt {
    display: grid;
    gap: 2px;
}

.practice-start-form .attributes .text-prompt,
.practice-start-form label {
    color: var(--job-text);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.practice-start-form .attributes .attribute-description {
    display: none;
}

.practice-start-form .attributes select,
.practice-start-form select,
.practice-start-form input[type="text"],
.practice-start-form input[type="file"],
.practice-start-form textarea {
    display: block;
    box-sizing: border-box;
    min-height: 36px;
    padding: 10px 12px;
    border: 1px solid #d6dde4;
    border-radius: 6px;
    background: #fff;
    color: var(--job-text);
    font-size: 14px;
    line-height: 1.4;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.practice-start-form .attributes select,
.practice-start-form select {
    height: 32px;
    min-height: 32px;
    padding: 6px 30px 6px 10px;
}

/* Keep mock-practice controls inside the start card on narrow screens. */
.practice-start-form .attributes .required,
.practice-start-form .attributes .option-list-control,
.practice-start-form .attributes .option-list,
.practice-start-form .attributes .input-box,
.practice-start-form .attributes .datepicker {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.practice-start-form .attributes select:focus,
.practice-start-form select:focus,
.practice-start-form input[type="text"]:focus,
.practice-start-form input[type="file"]:focus,
.practice-start-form textarea:focus {
    border-color: #20b486;
    box-shadow: 0 0 0 3px rgba(32, 180, 134, 0.16);
    outline: 0;
}

.practice-start-form .option-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.practice-start-form .option-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d6dde4;
    border-radius: 6px;
    background: #fff;
}

.practice-start-form .option-list label {
    margin: 0;
    color: var(--job-text);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.practice-start-form .job-ai-note {
    margin: 0;
    color: var(--job-muted);
    font-size: 10px;
    line-height: 1.4;
}

.practice-start-form .job-ai-actions {
    margin-top: 4px;
}

.practice-start-form [data-practice-start-submit="true"] {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    border: 1px solid #20b486;
    border-radius: 6px;
    background: #20b486;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.practice-start-form [data-practice-start-submit="true"]:hover:not(:disabled),
.practice-start-form [data-practice-start-submit="true"]:focus-visible {
    border-color: #14805f;
    background: #14805f;
    color: #ffffff !important;
}

.practice-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.practice-content-grid > .job-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.practice-content-grid .job-card {
    padding: 24px;
}

.practice-content-grid .job-card h2 {
    color: var(--job-text);
    font-size: 28px;
    line-height: 1.15;
}

.practice-content-grid .practice-detail-list li,
.practice-content-grid .practice-description {
    color: var(--job-muted);
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .practice-shell .job-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .practice-content-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .practice-shell .job-hero {
        padding: 22px;
        gap: 24px;
    }

    .practice-shell .job-hero-copy h1 {
        font-size: 38px;
    }

    .practice-shell .job-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .practice-shell .job-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .practice-start-panel,
    .practice-start-panel .job-ai-card,
    .practice-content-grid .job-card {
        padding: 18px;
    }
}

.job-spec-groups {
    display: grid;
    gap: 18px;
}

.job-spec-group {
    display: grid;
    gap: 12px;
}

.job-spec-group-name {
    color: var(--job-text);
    font-size: 18px;
    font-weight: 700;
}

.job-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.job-spec-item {
    padding: 16px 18px;
    border: 1px solid var(--job-border);
    border-radius: 8px;
    background: #f7f7f7;
}

.job-spec-label {
    margin-bottom: 8px;
    color: var(--job-muted);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.job-spec-value {
    color: var(--job-text);
    line-height: 1.7;
}

.job-spec-value .attribute-squares {
    margin-top: 4px;
}

.job-reviews-wrap .product-reviews {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.job-review-overview {
    padding: 0;
    border: 0;
    background: transparent;
}

.html-aiinterview-employer-applications-page .fieldset,
.html-aiinterview-vendor-job-creation-page .fieldset,
.html-aiinterview-employer-manage-page .fieldset {
    min-width: 0;
}

.html-aiinterview-employer-applications-page .section,
.html-aiinterview-vendor-job-creation-page .section,
.html-aiinterview-employer-manage-page .section {
    min-width: 0;
}

.html-aiinterview-employer-applications-page .employer-table {
    min-width: 1610px;
    table-layout: fixed;
}

.html-aiinterview-employer-applications-page .employer-table .col-candidate {
    width: 180px;
    min-width: 180px;
}

.html-aiinterview-employer-applications-page .employer-table .col-email {
    width: 210px;
    min-width: 210px;
}

.html-aiinterview-employer-applications-page .employer-table .col-phone {
    width: 150px;
    min-width: 150px;
}

.html-aiinterview-employer-applications-page .employer-table .col-charge {
    width: 130px;
    min-width: 130px;
}

.html-aiinterview-employer-applications-page .employer-table .col-score,
.html-aiinterview-employer-applications-page .employer-table .col-attempts,
.html-aiinterview-employer-applications-page .employer-table .col-report {
    width: 88px;
    min-width: 88px;
}

.html-aiinterview-employer-applications-page .employer-table .col-applied {
    width: 170px;
    min-width: 170px;
}

.html-aiinterview-employer-applications-page .employer-table .col-resume {
    width: 92px;
    min-width: 92px;
}

.html-aiinterview-employer-applications-page .employer-table .col-message {
    width: 220px;
    min-width: 220px;
}

.html-aiinterview-employer-applications-page .employer-table .col-status {
    width: 300px;
    min-width: 300px;
}

.html-aiinterview-employer-applications-page .employer-filter-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 18px 20px;
}

.html-aiinterview-employer-applications-page .employer-filter-meta {
    justify-content: space-between;
}

.html-aiinterview-employer-applications-page .employer-filter-actions {
    justify-content: flex-start;
}

.html-aiinterview-employer-applications-page .status-form {
    grid-template-columns: minmax(130px, 146px) minmax(0, 1fr) 38px;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.html-aiinterview-employer-applications-page .status-form .button-2 {
    justify-self: center;
    width: auto;
}

.html-aiinterview-employer-applications-page .employer-status-field {
    display: grid;
    gap: 0;
}

.html-aiinterview-employer-applications-page .employer-status-inline-label {
    margin: 0;
}

.html-aiinterview-employer-applications-page .employer-status-field-comment {
    min-width: 0;
}

.html-aiinterview-employer-applications-page .employer-status-field-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    min-width: 38px;
    justify-self: center;
    align-self: center;
}

.html-aiinterview-employer-applications-page .status-form .employer-status-comment {
    min-width: 0;
}

.html-aiinterview-employer-applications-page .status-form .employer-status-update {
    width: 38px;
    max-width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
}

.html-aiinterview-employer-applications-page .employer-table-wrapper {
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: #ffffff;
}

.html-aiinterview-employer-applications-page .employer-table {
    background: #ffffff;
}

.html-aiinterview-employer-applications-page .employer-table td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.html-aiinterview-employer-applications-page .employer-table .col-score,
.html-aiinterview-employer-applications-page .employer-table .col-attempts,
.html-aiinterview-employer-applications-page .employer-table .col-report,
.html-aiinterview-employer-applications-page .employer-table .col-resume {
    text-align: center;
}

.html-aiinterview-employer-applications-page .employer-table .col-applied {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.html-aiinterview-employer-applications-page .employer-table .col-resume,
.html-aiinterview-employer-applications-page .employer-table .col-resume a,
.html-aiinterview-employer-applications-page .employer-table .col-resume span {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.html-aiinterview-employer-applications-page .col-report .ai-view-report-link {
    white-space: nowrap;
}

.html-aiinterview-employer-applications-page .col-resume .ai-resume-download-link {
    margin: 0 auto;
}

.html-aiinterview-employer-applications-page .responsive-data-card-value .ai-resume-download-link {
    vertical-align: middle;
}

.html-aiinterview-employer-applications-page .status-form .employer-status-select,
.html-aiinterview-employer-applications-page .status-form .employer-status-comment,
.html-aiinterview-employer-applications-page .status-form .employer-status-update {
    min-height: 38px;
}

.html-aiinterview-my-applications-page .applications-table-wrap,
.html-aiinterview-employer-applications-page .table-wrapper,
.html-aiinterview-employer-manage-page .table-wrapper {
    width: 100%;
    max-width: 100%;
}

.html-aiinterview-my-applications-page .applications-table {
    min-width: 860px;
}

.html-aiinterview-my-applications-page .applications-table .col-report {
    width: 72px;
    min-width: 72px;
    text-align: center;
}

.html-aiinterview-my-applications-page .applications-table .col-recording {
    width: 104px;
    min-width: 104px;
    text-align: center;
}

.html-aiinterview-my-applications-page .applications-table td.col-report,
.html-aiinterview-my-applications-page .applications-table td.col-recording {
    white-space: nowrap;
}

.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    width: max-content;
    max-width: none;
    margin: 0 auto;
    gap: 4px;
}

.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions > .ai-icon-action,
.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions > .button-1,
.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions > .button-2 {
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    flex-shrink: 1;
}

.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions .button-1,
.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions .button-2 {
    padding: 0;
}

.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions .button-1 i,
.html-aiinterview-my-applications-page .applications-table .candidate-recording-actions .button-2 i {
    font-size: 0.75rem !important;
}

.html-aiinterview-my-applications-page .applications-table td.col-report .ai-view-report-link.ai-icon-action {
    flex: 0 0 28px !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
}

.html-aiinterview-my-applications-page .applications-table td.col-report .ai-view-report-link.ai-icon-action i {
    font-size: 0.75rem !important;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-submit,
.html-aiinterview-employer-manage-page .invite-actions .button-1,
.html-aiinterview-employer-manage-page .invite-deactivate-button,
.html-aiinterview-employer-applications-page .employer-filter-actions .button-1,
.html-aiinterview-employer-applications-page .employer-filter-actions .button-2 {
    min-height: 44px;
    padding: 10px 18px;
}

.html-aiinterview-scoreboard-page .master-wrapper-content,
.html-aiinterview-scoreboard-page .page,
.html-aiinterview-scoreboard-page .page-body,
.html-aiinterview-scoreboard-page .scoreboard-deck-shell,
.html-aiinterview-scoreboard-page .scoreboard-deck-table-section {
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-page {
    display: grid;
    gap: 20px;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-shell,
.html-aiinterview-scoreboard-page .scoreboard-deck-table-section {
    display: grid;
    gap: 18px;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px 20px;
    align-items: end;
    padding: 20px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #ffffff;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-eyebrow,
.html-aiinterview-scoreboard-page .scoreboard-deck-metric-label,
.html-aiinterview-scoreboard-page .scoreboard-deck-overview-label,
.html-aiinterview-scoreboard-page .scoreboard-deck-cell-secondary {
    display: block;
    color: #687078;
    line-height: 1.5;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-eyebrow {
    margin-bottom: 8px;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.88rem;
    text-transform: uppercase;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-title {
    margin: 0 0 10px;
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-copy {
    max-width: 780px;
    margin: 0;
    color: #4f5963;
    line-height: 1.6;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-actions {
    justify-content: flex-start;
    gap: 12px;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-actions .button-1,
.html-aiinterview-scoreboard-page .scoreboard-deck-actions .button-2,
.html-aiinterview-scoreboard-page .scoreboard-deck-row-actions .button-2 {
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 4px;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-summary,
.html-aiinterview-scoreboard-page .scoreboard-deck-overview,
.html-aiinterview-scoreboard-page .scoreboard-deck-empty-state {
    padding: 0;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-metrics,
.html-aiinterview-scoreboard-page .scoreboard-deck-overview {
    display: grid;
    gap: 16px;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.html-aiinterview-scoreboard-page .scoreboard-deck-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.html-aiinterview-scoreboard-page .scoreboard-deck-metric,
.html-aiinterview-scoreboard-page .scoreboard-deck-overview-card,
.html-aiinterview-scoreboard-page .scoreboard-deck-empty-state {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #ffffff;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-metric-label,
.html-aiinterview-scoreboard-page .scoreboard-deck-overview-label {
    margin-bottom: 10px;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.84rem;
    text-transform: uppercase;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-metric-value,
.html-aiinterview-scoreboard-page .scoreboard-deck-overview-value {
    display: block;
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-metric-detail {
    display: block;
    margin-top: 10px;
    color: #4f5963;
    line-height: 1.5;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-table {
    width: 100%;
    min-width: 980px;
    table-layout: fixed;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-table th,
.html-aiinterview-scoreboard-page .scoreboard-deck-table td {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-cell-primary {
    color: #20252b;
    font-weight: 700;
    line-height: 1.5;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-cell-secondary {
    margin-top: 4px;
    font-size: 0.9rem;
    word-break: break-word;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid #cfe4de;
    border-radius: 4px;
    background: #f5fbf9;
    color: #145f50;
    font-weight: 700;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-score-muted {
    border-color: #dfdfdf;
    background: #f5f5f5;
    color: #687078;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-status.is-verified {
    background: #dbf5e8;
    color: #12603d;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-status.is-flagged {
    background: #f6d8dd;
    color: #781a28;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-status.is-evaluating {
    background: #f5e6bb;
    color: #6c4a00;
}

.html-aiinterview-scoreboard-page .scoreboard-deck-row-actions {
    justify-content: flex-start;
}

@media (max-width: 1100px) {
    .html-aiinterview-view-page.html-account-page .master-column-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .html-aiinterview-view-page.html-account-page .side-2 {
        order: -1;
        margin: 0;
    }
}

@media (max-width: 1080px) {
    .html-aiinterview-scoreboard-page .scoreboard-deck-metrics,
    .html-aiinterview-scoreboard-page .scoreboard-deck-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .job-hero,
    .job-content-grid {
        grid-template-columns: 1fr;
    }

    .invite-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .html-job-details-page .master-wrapper-content > .breadcrumb,
    .html-aiinterview-job-details-page .master-wrapper-content > .breadcrumb,
    .html-job-details-page .breadcrumb,
    .html-aiinterview-job-details-page .breadcrumb {
        margin: -10px 0 8px !important;
        padding: 0 12px 2px !important;
    }

    .html-job-details-page .page.product-details-page.job-details-page,
    .html-aiinterview-job-details-page .page.product-details-page.job-details-page {
        margin-top: 0;
        padding-top: 0;
    }

    .html-job-details-page .job-details-page .page-body,
    .html-aiinterview-job-details-page .job-details-page .page-body {
        gap: 14px;
        padding-top: 0;
    }

    .html-job-details-page .job-shell,
    .html-aiinterview-job-details-page .job-shell {
        gap: 14px;
    }

    .html-aiinterview-scoreboard-page .scoreboard-deck-header {
        padding: 18px;
    }

    .html-aiinterview-scoreboard-page .scoreboard-deck-title {
        font-size: 1.6rem;
    }

    .responsive-data-card-grid {
        grid-template-columns: 1fr;
    }

    .job-hero,
    .job-fact,
    .job-card,
    .job-reviews-wrap {
        padding: 20px;
    }

    .job-grid {
        grid-template-columns: 1fr;
    }

    .job-hero {
        padding: 20px;
    }

    .job-shell .job-ai-actions {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .job-shell .job-ai-actions .button-1,
    .job-shell .job-ai-actions .button-2,
    .job-shell .job-ai-actions .job-ai-action {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .aiinterview-index-summary {
        grid-template-columns: 1fr;
    }

    .ai-report-actions {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .ai-report-actions .button-1,
    .ai-report-actions .button-2,
    .ai-report-actions .ai-icon-action {
        flex: 0 0 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 !important;
    }

    .ai-report-actions .ai-icon-action i {
        font-size: 0.82rem !important;
    }

    .html-aiinterview-scoreboard-page .scoreboard-deck-metrics,
    .html-aiinterview-scoreboard-page .scoreboard-deck-overview {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-scoreboard-page .scoreboard-deck-actions,
    .html-aiinterview-scoreboard-page .scoreboard-deck-row-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .html-aiinterview-scoreboard-page .scoreboard-deck-actions .button-1,
    .html-aiinterview-scoreboard-page .scoreboard-deck-actions .button-2,
    .html-aiinterview-scoreboard-page .scoreboard-deck-row-actions .button-2 {
        width: 100%;
        text-align: center;
    }

    .employer-field-wide,
    .invite-field-wide {
        grid-column: auto;
    }

    .employer-filter-actions .button-2:last-child {
        margin-left: 0;
    }

    .invite-form-grid {
        grid-template-columns: 1fr;
    }

    .job-ai-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .job-ai-panel,
    .job-ai-card,
    .job-inline-message,
    .job-meta-item,
    .report-preview {
        max-width: 100%;
    }

    .responsive-data-card-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .responsive-data-card-actions .button-1,
    .responsive-data-card-actions .button-2,
    .responsive-data-card-actions .ai-view-report-link,
    .responsive-data-card-actions .invite-deactivate-form,
    .responsive-data-card-actions .invite-deactivate-button {
        width: 100%;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list {
        gap: 12px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card {
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
        border-color: #d9e6e2;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-head {
        gap: 10px;
        align-items: flex-start;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-head-copy {
        gap: 2px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-title {
        font-size: 0.96rem;
        line-height: 1.1;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .applications-footnote {
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-chip-group {
        gap: 6px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .score-chip {
        min-width: 36px;
        min-height: 36px;
        padding: 4px 8px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .status-pill {
        min-height: 36px;
        padding: 4px 10px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-item {
        gap: 4px;
        padding: 10px 12px;
        border: 1px solid #e5eeeb;
        border-radius: 12px;
        background: linear-gradient(180deg, #fbfdfd 0%, #f4fbf9 100%);
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-label {
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-value {
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .candidate-recording-actions {
        display: flex !important;
        grid-template-columns: none !important;
        align-items: center;
        gap: 8px;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link,
    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .button-1,
    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .button-2 {
        flex: 0 0 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 !important;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link {
        gap: 0;
        justify-content: center;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link span {
        display: none;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link i,
    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .candidate-recording-actions .button-1 i,
    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-actions .candidate-recording-actions .button-2 i {
        font-size: 0.82rem !important;
    }
}

@media (max-width: 480px) {
    .html-aiinterview-employer-applications-page .status-form {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-employer-applications-page .employer-status-field-action {
        justify-content: flex-start;
    }

    .applications-sort {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .applications-sort select {
        width: 100%;
        min-width: 0;
    }

    .html-aiinterview-my-applications-page .applications-mobile-list .responsive-data-card-grid {
        grid-template-columns: 1fr;
    }
}

.job-ai-actions .apply-btn.job-ai-action,
.job-ai-actions .start-interview-btn.job-ai-action,
.job-ai-actions [data-start-interview-button="true"].job-ai-action {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 168px;
    height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.job-ai-actions .apply-btn.job-ai-action {
    border-color: #24b99a;
    background-color: #24b99a;
    color: #ffffff;
}

.job-ai-actions .apply-btn.job-ai-action:hover:not(:disabled),
.job-ai-actions .apply-btn.job-ai-action:focus-visible {
    border-color: #0f766e;
    background-color: #0f766e;
    color: #ffffff;
}

.job-ai-actions .start-interview-btn.job-ai-action,
.job-ai-actions [data-start-interview-button="true"].job-ai-action {
    border-color: #b9c7c3;
    background-color: #ffffff;
    color: #0f766e;
}

.job-ai-actions .start-interview-btn.job-ai-action:hover:not(:disabled),
.job-ai-actions .start-interview-btn.job-ai-action:focus-visible,
.job-ai-actions [data-start-interview-button="true"].job-ai-action:hover:not(:disabled),
.job-ai-actions [data-start-interview-button="true"].job-ai-action:focus-visible {
    border-color: #35d6b4;
    background-color: #eefaf7;
    color: #0f766e;
}

@media (max-width: 720px) {
    .job-ai-actions .apply-btn.job-ai-action,
    .job-ai-actions .start-interview-btn.job-ai-action,
    .job-ai-actions [data-start-interview-button="true"].job-ai-action {
        width: 100%;
        min-width: 0;
    }
}

.practice-start-error {
    display: block;
    margin-top: 12px;
}

.practice-start-form [data-practice-start-submit="true"] {
    border: 1px solid #24b99a;
    background: #24b99a;
    color: #ffffff;
    box-shadow: none;
}

.practice-start-form [data-practice-start-submit="true"]:hover:not(:disabled),
.practice-start-form [data-practice-start-submit="true"]:focus-visible {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.practice-start-form button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.applications-toolbar-links {
    display: flex;
    align-items: center;
}

.my-activity-shell {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.html-aiinterview-my-activity-page .applications-card,
.html-aiinterview-my-activity-page .my-activity-empty-state,
.html-aiinterview-my-activity-page .responsive-data-card,
.html-aiinterview-my-activity-page .responsive-data-card-item,
.html-aiinterview-my-activity-page .my-activity-saved-jobs-list .ai-job-product-card,
.html-aiinterview-my-activity-page .my-activity-saved-jobs-list .ai-job-card-logo,
.html-aiinterview-my-activity-page .my-activity-saved-jobs-list .ai-job-card-save {
    border-radius: 1px;
}

.my-activity-tabs {
    display: flex;
    gap: 28px;
    padding: 0 0 1px;
    border-bottom: 1px solid #d6dee6;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.my-activity-tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 8px 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #23374a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.18s ease;
}

.my-activity-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--jb-accent-dark, #24b99a);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.18s ease;
}

.my-activity-tab:hover,
.my-activity-tab:focus-visible {
    color: var(--jb-accent-dark, #24b99a);
    text-decoration: none;
}

.my-activity-tab:hover::after,
.my-activity-tab:focus-visible::after,
.my-activity-tab.is-active::after {
    transform: scaleX(1);
}

.my-activity-tab:focus-visible {
    outline: 2px solid rgba(53, 214, 180, 0.5);
    outline-offset: 4px;
}

.my-activity-tab.is-active {
    color: var(--jb-accent-dark, #24b99a);
}

.my-activity-loading {
    display: none;
    align-items: center;
    gap: 10px;
    color: #4a5c6d;
    font-size: 14px;
    font-weight: 600;
}

.my-activity-loading::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid rgba(15, 108, 189, 0.18);
    border-top-color: #0f6cbd;
    border-radius: 50%;
    animation: my-activity-spin 0.7s linear infinite;
}

.my-activity-shell.is-loading .my-activity-loading,
#my-activity-loading.htmx-request {
    display: inline-flex;
}

.my-activity-content {
    min-height: 120px;
}

.my-activity-saved-jobs-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.my-activity-saved-jobs-list .ai-job-product-card {
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    gap: 16px;
}

.my-activity-saved-jobs-list .ai-job-card-summary {
    -webkit-line-clamp: 3;
}

.my-activity-saved-jobs-list .ai-job-card-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.my-activity-saved-jobs-list .ai-job-card-actions {
    padding-top: 10px;
}

.my-activity-saved-jobs-list .ai-job-card-view-job {
    margin-left: 0;
}

.my-activity-empty-state {
    padding: 24px;
    border: 1px solid #d6dee6;
    border-radius: 4px;
    background: #ffffff;
    color: #4a5c6d;
}

.my-activity-empty-state p {
    margin: 0;
}

.my-activity-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.my-activity-pager-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.my-activity-pager-link,
.my-activity-pager-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d6dee6;
    border-radius: 4px;
    background: #ffffff;
    color: #23374a;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.92rem;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.my-activity-pager-link:hover,
.my-activity-pager-link:focus-visible {
    border-color: var(--jb-accent, #35d6b4);
    background: #eefaf7;
    color: var(--jb-accent-dark, #24b99a);
}

.my-activity-pager-link:focus-visible {
    outline: 2px solid rgba(53, 214, 180, 0.35);
    outline-offset: 2px;
}

.my-activity-pager-current {
    border-color: var(--jb-accent-dark, #24b99a);
    background: #eefaf7;
    color: var(--jb-accent-dark, #24b99a);
}

.my-activity-pager-summary {
    color: #4a5c6d;
    font-size: 0.92rem;
    line-height: 1.4;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-shell,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-section,
.html-aiinterview-employer-dashboard-page .section.create-invite,
.html-aiinterview-employer-dashboard-page .section.invite-list {
    display: grid;
    gap: 14px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-header {
    align-items: center;
    padding: 16px 18px;
    gap: 12px 18px;
}

.html-aiinterview-employer-dashboard-page .my-activity-shell,
.html-aiinterview-employer-dashboard-page .my-activity-content,
.html-aiinterview-employer-dashboard-page .my-activity-panel,
.html-aiinterview-employer-dashboard-page .fieldset,
.html-aiinterview-employer-dashboard-page .table-wrapper,
.html-aiinterview-employer-dashboard-page .section,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-shell,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-section,
.html-aiinterview-employer-dashboard-page .results-toolbar,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-header > div,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-metrics,
.html-aiinterview-employer-dashboard-page .invite-list,
.html-aiinterview-employer-dashboard-page .create-invite {
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-title {
    margin: 0 0 6px;
    font-size: 1.45rem;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-copy {
    max-width: 680px;
    font-size: 0.95rem;
    line-height: 1.55;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-metric,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-overview-card,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-empty-state {
    padding: 14px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-metric-label,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-overview-label {
    margin-bottom: 8px;
    font-size: 0.76rem;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-metric-value,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-overview-value {
    font-size: 1.5rem;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-metric-detail,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-cell-secondary {
    margin-top: 6px;
    font-size: 0.88rem;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-table-wrapper,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-wrapper,
.html-aiinterview-employer-dashboard-page .employer-table-wrapper,
.html-aiinterview-employer-dashboard-page .invite-table-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-wrapper,
.html-aiinterview-employer-dashboard-page .employer-table-wrapper,
.html-aiinterview-employer-dashboard-page .invite-table-wrapper {
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: #ffffff;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table {
    width: max-content;
    max-width: none;
    min-width: 100%;
    min-width: 920px;
    table-layout: auto;
}

.html-aiinterview-employer-dashboard-page .employer-table {
    width: max-content;
    max-width: none;
    min-width: 100%;
    min-width: 920px;
    table-layout: auto;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table {
    min-width: 920px;
    table-layout: fixed;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table th,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table td {
    padding: 7px 12px;
    line-height: 1.15;
    vertical-align: middle;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-title {
    width: 36%;
    min-width: 300px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-status {
    width: 15%;
    min-width: 130px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-salary {
    width: 21%;
    min-width: 190px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-posted {
    width: 11%;
    min-width: 120px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-count {
    width: 8%;
    min-width: 110px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-actions {
    width: 10%;
    min-width: 112px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table tbody tr {
    height: auto;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table th.col-job-posted,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table th.col-job-count,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table th.col-job-actions,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table td.col-job-posted,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table td.col-job-count,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table td.col-job-actions {
    white-space: nowrap;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table th.col-job-count,
.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table th.col-job-actions {
    letter-spacing: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table td.col-job-actions {
    text-align: center;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .job-table-text-truncate {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.15;
}

.html-aiinterview-employer-dashboard-page .invite-table {
    width: max-content;
    max-width: none;
    min-width: 100%;
    min-width: 720px;
    table-layout: auto;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table th,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table td,
.html-aiinterview-employer-dashboard-page .employer-table th,
.html-aiinterview-employer-dashboard-page .employer-table td,
.html-aiinterview-employer-dashboard-page .invite-table th,
.html-aiinterview-employer-dashboard-page .invite-table td {
    overflow-wrap: break-word;
    word-break: normal;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table th,
.html-aiinterview-employer-dashboard-page .employer-table th,
.html-aiinterview-employer-dashboard-page .invite-table th,
.html-aiinterview-employer-dashboard-page .employer-table .col-charge,
.html-aiinterview-employer-dashboard-page .employer-table .col-score,
.html-aiinterview-employer-dashboard-page .employer-table .col-attempts,
.html-aiinterview-employer-dashboard-page .employer-table .col-report,
.html-aiinterview-employer-dashboard-page .employer-table .col-resume,
.html-aiinterview-employer-dashboard-page .employer-table .col-applied,
.html-aiinterview-employer-dashboard-page .invite-table th:last-child,
.html-aiinterview-employer-dashboard-page .invite-table td:last-child {
    white-space: nowrap;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-candidate {
    min-width: 160px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-email {
    min-width: 200px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-phone {
    min-width: 140px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-message {
    min-width: 200px;
    max-width: 240px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-status {
    min-width: 300px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-row-actions {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-action-icon,
.html-aiinterview-employer-dashboard-page .invite-deactivate-button {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border-radius: 8px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-action-icon i,
.html-aiinterview-employer-dashboard-page .invite-deactivate-button i {
    font-size: 0.92rem !important;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-panel {
    border: 1px solid #d8dee4;
    border-radius: 6px;
    background: #ffffff;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary::-webkit-details-marker {
    display: none;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary strong {
    color: #20252b;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #4a5c6d;
    border-bottom: 2px solid #4a5c6d;
    content: "";
    flex: 0 0 auto;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-panel[open] .dashboard-collapsible-summary {
    border-bottom: 1px solid #e5ecef;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-panel[open] .dashboard-collapsible-summary::after {
    transform: rotate(-135deg);
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary:focus-visible {
    outline: 2px solid rgba(53, 214, 180, 0.28);
    outline-offset: 2px;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-body {
    padding: 16px 18px 18px;
}

.html-aiinterview-employer-dashboard-page .employer-filter-shell {
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
}

.html-aiinterview-employer-dashboard-page .employer-filter-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 14px 16px;
}

.html-aiinterview-employer-dashboard-page .employer-filter-head {
    display: none;
}

.html-aiinterview-employer-dashboard-page .status-form {
    display: grid;
    grid-template-columns: minmax(120px, 138px) minmax(170px, 1fr) 38px;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.html-aiinterview-employer-dashboard-page .employer-status-field {
    display: grid;
    min-width: 0;
}

.html-aiinterview-employer-dashboard-page .status-form .employer-status-select,
.html-aiinterview-employer-dashboard-page .status-form .employer-status-comment {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.html-aiinterview-employer-dashboard-page .employer-status-field-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
}

.html-aiinterview-employer-dashboard-page .status-form .employer-status-update {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    padding: 0;
}

.html-aiinterview-employer-dashboard-page .employer-filter-actions .button-1,
.html-aiinterview-employer-dashboard-page .employer-filter-actions .button-2 {
    min-height: 40px;
    padding: 8px 16px;
}

.html-aiinterview-employer-dashboard-page .invite-form-layout {
    display: grid;
    gap: 14px;
}

.html-aiinterview-employer-dashboard-page .invite-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    align-items: end;
}

.html-aiinterview-employer-dashboard-page .invite-field {
    gap: 6px;
    min-width: 0;
}

.html-aiinterview-employer-dashboard-page .invite-field-email,
.html-aiinterview-employer-dashboard-page .invite-field-product,
.html-aiinterview-employer-dashboard-page .invite-field-expiry {
    grid-column: auto;
}

.html-aiinterview-employer-dashboard-page .invite-field input,
.html-aiinterview-employer-dashboard-page .invite-field select {
    width: 100%;
    min-width: 0;
}

.html-aiinterview-employer-dashboard-page .invite-field-action {
    align-self: end;
}

.html-aiinterview-employer-dashboard-page .invite-field-action .button-1 {
    width: 100%;
    min-height: 40px;
}

.html-aiinterview-employer-dashboard-page .employer-credit-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f5fbf9;
    border-color: #d7ebe6;
    white-space: nowrap;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-code,
.html-aiinterview-employer-dashboard-page .employer-dashboard-long-link {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.html-aiinterview-employer-dashboard-page .employer-table td,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table td,
.html-aiinterview-employer-dashboard-page .invite-table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.html-aiinterview-employer-dashboard-page .my-activity-pager {
    margin-top: 12px;
}

@keyframes my-activity-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1000px) {
    .my-activity-tabs {
        margin: 0 -8px;
        padding: 0 8px 1px;
    }

    .my-activity-saved-jobs-list .ai-job-card-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .html-aiinterview-employer-dashboard-page .employer-dashboard-metrics,
    .html-aiinterview-employer-dashboard-page .employer-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .html-aiinterview-employer-dashboard-page .invite-form-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .html-aiinterview-my-activity-page .applications-table-wrap {
        display: none;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list,
    .html-aiinterview-my-activity-page .history-mobile-list {
        display: grid;
        gap: 12px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card {
        gap: 12px;
        padding: 14px;
        border-radius: 1px;
        border-color: #d9e6e2;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-head,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-head {
        gap: 10px;
        align-items: flex-start;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-head-copy,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-head-copy {
        gap: 2px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-title,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-title {
        font-size: 0.96rem;
        line-height: 1.1;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .applications-footnote,
    .html-aiinterview-my-activity-page .history-mobile-list .applications-footnote {
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-chip-group,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-chip-group {
        gap: 6px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .score-chip,
    .html-aiinterview-my-activity-page .history-mobile-list .score-chip {
        min-width: 36px;
        min-height: 36px;
        padding: 4px 8px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .status-pill,
    .html-aiinterview-my-activity-page .history-mobile-list .status-pill {
        min-height: 36px;
        padding: 4px 10px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-grid,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-item,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-item {
        gap: 4px;
        padding: 10px 12px;
        border: 1px solid #e5eeeb;
        border-radius: 1px;
        background: linear-gradient(180deg, #fbfdfd 0%, #f4fbf9 100%);
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-label,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-label {
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-value,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-value {
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .candidate-recording-actions,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .candidate-recording-actions {
        display: flex !important;
        grid-template-columns: none !important;
        align-items: center;
        gap: 8px;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link,
    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .button-1,
    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .button-2,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .ai-view-report-link,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .button-1,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .button-2 {
        flex: 0 0 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
        padding: 0 !important;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .ai-view-report-link {
        gap: 0;
        justify-content: center;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link span,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .ai-view-report-link span {
        display: none;
    }

    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .ai-view-report-link i,
    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .candidate-recording-actions .button-1 i,
    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-actions .candidate-recording-actions .button-2 i,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .ai-view-report-link i,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .candidate-recording-actions .button-1 i,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-actions .candidate-recording-actions .button-2 i {
        font-size: 0.82rem !important;
    }

    .my-activity-saved-jobs-list .ai-job-product-card {
        padding: 14px;
    }

    .my-activity-saved-jobs-list .ai-job-card-meta {
        grid-template-columns: 1fr;
    }

    .my-activity-pager {
        align-items: stretch;
    }

    .my-activity-pager-links {
        width: 100%;
    }

    .my-activity-pager-summary {
        width: 100%;
    }

    .html-aiinterview-employer-dashboard-page .employer-dashboard-metrics,
    .html-aiinterview-employer-dashboard-page .employer-filter-grid,
    .html-aiinterview-employer-dashboard-page .invite-form-row {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary,
    .html-aiinterview-employer-dashboard-page .dashboard-collapsible-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .html-aiinterview-employer-dashboard-page .invite-field-wide,
    .html-aiinterview-employer-dashboard-page .invite-field-action {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .html-aiinterview-my-activity-page .applications-mobile-list .responsive-data-card-grid,
    .html-aiinterview-my-activity-page .history-mobile-list .responsive-data-card-grid {
        grid-template-columns: 1fr;
    }
}

/* Final hard override for My Activity card corners across desktop and mobile. */
.html-aiinterview-my-activity-page .applications-card,
.html-aiinterview-my-activity-page .my-activity-empty-state,
.html-aiinterview-my-activity-page .responsive-data-card,
.html-aiinterview-my-activity-page .responsive-data-card-item,
.html-aiinterview-my-activity-page .my-activity-saved-jobs-list .ai-job-product-card,
.html-aiinterview-my-activity-page .my-activity-saved-jobs-list .ai-job-card-logo,
.html-aiinterview-my-activity-page .my-activity-saved-jobs-list .ai-job-card-save {
    border-radius: 1px !important;
}

/* Employer dashboard and vendor job polish overrides */
.html-aiinterview-view-page .page,
.html-aiinterview-view-page .page-body,
.html-aiinterview-view-page .section,
.html-aiinterview-employer-dashboard-page .my-activity-shell,
.html-aiinterview-employer-dashboard-page .my-activity-content,
.html-aiinterview-vendor-job-creation-page .vendor-job-page-section,
.html-aiinterview-vendor-job-creation-page .vendor-job-form-shell,
.html-aiinterview-vendor-job-creation-page .vendor-job-posting-shell {
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-view-page.html-account-page .master-column-wrapper {
    display: grid;
    grid-template-columns: minmax(248px, 280px) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
}

.html-aiinterview-view-page.html-account-page .side-2,
.html-aiinterview-view-page.html-account-page .center-2 {
    float: none;
    width: auto;
    margin: 0;
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-view-page .jb-account-nav-shell,
.html-aiinterview-view-page .jb-account-nav,
.html-aiinterview-view-page .block-account-navigation .listbox,
.html-aiinterview-view-page .block-account-navigation .list,
.html-aiinterview-view-page .block-account-navigation li,
.html-aiinterview-view-page .block-account-navigation a {
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-view-page .jb-account-nav {
    position: sticky;
    top: 20px;
    width: 100%;
}

.html-aiinterview-view-page .block-account-navigation .list {
    display: grid;
    gap: 8px;
}

.html-aiinterview-view-page .block-account-navigation li {
    margin: 0;
}

.html-aiinterview-view-page .block-account-navigation a {
    display: block;
    padding: 12px 14px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
}

.html-aiinterview-employer-dashboard-page .page-body,
.html-aiinterview-vendor-job-creation-page .page-body {
    overflow-x: clip;
}

.html-aiinterview-employer-dashboard-page .my-activity-shell {
    display: grid;
    gap: 22px;
}

.html-aiinterview-employer-dashboard-page .my-activity-content {
    display: grid;
    gap: 18px;
}

.html-aiinterview-employer-dashboard-page .my-activity-tabs {
    gap: 12px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d7e0e7;
}

.html-aiinterview-employer-dashboard-page .my-activity-tab {
    min-height: 48px;
    padding: 10px 4px 14px;
    color: #314353;
    font-family: "Fjalla One", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-header,
.html-aiinterview-employer-dashboard-page .employer-filter-panel,
.html-aiinterview-employer-dashboard-page .employer-invite-panel,
.html-aiinterview-employer-dashboard-page .results-toolbar,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-empty-state,
.html-aiinterview-employer-dashboard-page .employer-credit-chip,
.html-aiinterview-vendor-job-creation-page .vendor-job-form-section,
.html-aiinterview-vendor-job-creation-page .vendor-job-form-actions {
    border-color: #d7e1e8;
    border-radius: 8px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-header {
    padding: 18px 20px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-eyebrow {
    letter-spacing: 0.08em;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-table-wrapper,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-wrapper,
.html-aiinterview-employer-dashboard-page .employer-table-wrapper,
.html-aiinterview-employer-dashboard-page .invite-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #d8e2e8;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff 0%, #fcfdfd 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table,
.html-aiinterview-employer-dashboard-page .employer-table,
.html-aiinterview-employer-dashboard-page .invite-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table {
    min-width: 900px;
}

.html-aiinterview-employer-dashboard-page .employer-table {
    min-width: 960px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table {
    min-width: 1020px;
    table-layout: fixed;
}

.html-aiinterview-employer-dashboard-page .invite-table {
    min-width: 780px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table th,
.html-aiinterview-employer-dashboard-page .employer-table th,
.html-aiinterview-employer-dashboard-page .invite-table th {
    padding: 14px 16px;
    border-bottom: 1px solid #1f2c36;
    background: #27323a;
    color: #fff;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    vertical-align: middle;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table td,
.html-aiinterview-employer-dashboard-page .employer-table td,
.html-aiinterview-employer-dashboard-page .invite-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e3eaee;
    background: transparent;
    color: #27323a;
    vertical-align: middle;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table tbody tr,
.html-aiinterview-employer-dashboard-page .employer-table tbody tr,
.html-aiinterview-employer-dashboard-page .invite-table tbody tr {
    transition: background-color 0.18s ease;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table tbody tr:hover td,
.html-aiinterview-employer-dashboard-page .employer-table tbody tr:hover td,
.html-aiinterview-employer-dashboard-page .invite-table tbody tr:hover td {
    background: #f7fafb;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table tbody tr:last-child td,
.html-aiinterview-employer-dashboard-page .employer-table tbody tr:last-child td,
.html-aiinterview-employer-dashboard-page .invite-table tbody tr:last-child td {
    border-bottom: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-title {
    width: 34%;
    min-width: 280px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-status {
    width: 16%;
    min-width: 140px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-salary {
    width: 20%;
    min-width: 190px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-posted {
    width: 12%;
    min-width: 120px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-count {
    width: 8%;
    min-width: 96px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-actions {
    width: 10%;
    min-width: 124px;
    text-align: center;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-row-actions {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-row-actions form {
    margin: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-action-icon,
.html-aiinterview-employer-dashboard-page .invite-deactivate-button,
.html-aiinterview-employer-dashboard-page .ai-resume-download-link,
.html-aiinterview-employer-dashboard-page .ai-view-report-link.ai-icon-action,
.html-aiinterview-employer-dashboard-page .status-form .employer-status-update {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    font-size: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-action-icon i,
.html-aiinterview-employer-dashboard-page .invite-deactivate-button i,
.html-aiinterview-employer-dashboard-page .ai-resume-download-link i,
.html-aiinterview-employer-dashboard-page .ai-view-report-link.ai-icon-action i,
.html-aiinterview-employer-dashboard-page .status-form .employer-status-update i {
    font-size: 0.92rem !important;
}

.html-aiinterview-employer-dashboard-page .status-form {
    grid-template-columns: minmax(132px, 152px) minmax(190px, 1fr) 38px;
    gap: 10px;
}

.html-aiinterview-employer-dashboard-page .employer-status-field-action {
    width: 38px;
    min-width: 38px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-email,
.html-aiinterview-employer-dashboard-page .invite-table td:first-child {
    max-width: 220px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-message {
    min-width: 240px;
    max-width: 320px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-status {
    min-width: 360px;
}

.html-aiinterview-employer-dashboard-page .invite-table td,
.html-aiinterview-employer-dashboard-page .employer-table td,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table td {
    overflow-wrap: anywhere;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-code {
    display: inline-block;
    max-width: 100%;
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.8rem;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-long-link {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary {
    padding: 18px 20px;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-copy span {
    color: #6a7782;
    font-size: 0.92rem;
    line-height: 1.45;
    text-transform: none;
    font-family: inherit;
    font-weight: 500;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-body {
    padding: 18px 20px 20px;
}

.html-aiinterview-employer-dashboard-page .results-toolbar {
    margin: 0;
    padding: 14px 18px;
    border: 1px solid #d8e2e8;
    border-radius: 8px;
    background: #f8fbfb;
}

.html-aiinterview-employer-dashboard-page .filter-summary {
    font-size: 0.94rem;
}

.html-aiinterview-employer-dashboard-page .employer-filter-actions {
    gap: 12px;
}

.html-aiinterview-employer-dashboard-page .employer-filter-actions .button-2:last-child {
    margin-left: 0;
}

.html-aiinterview-employer-dashboard-page .invite-form-layout {
    gap: 18px;
}

.html-aiinterview-employer-dashboard-page .invite-form-row {
    gap: 16px 18px;
}

.html-aiinterview-employer-dashboard-page .invite-field label,
.html-aiinterview-employer-dashboard-page .employer-field label {
    letter-spacing: 0.03em;
}

.html-aiinterview-employer-dashboard-page .invite-field-action {
    justify-self: start;
}

.html-aiinterview-employer-dashboard-page .invite-field-action .button-1 {
    min-width: 180px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-empty-state {
    display: grid;
    place-items: center;
    min-height: 180px;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-empty-state p {
    max-width: 460px;
    margin: 0;
    color: #55626d;
    line-height: 1.6;
}

.html-aiinterview-vendor-job-creation-page .page-title {
    margin-bottom: 18px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px 20px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-heading {
    min-width: 0;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-heading h1 {
    margin: 0;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-section {
    display: grid;
    gap: 18px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-tools {
    justify-content: flex-start;
    margin: 0;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-link {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 8px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-posting-shell {
    gap: 18px;
    max-width: 100%;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-section {
    gap: 18px;
    padding: 22px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-section-title {
    font-size: 1rem;
    letter-spacing: 0.04em;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-simple-grid {
    gap: 18px 20px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-field > label,
.html-aiinterview-vendor-job-creation-page .vendor-job-form-field-label {
    letter-spacing: 0.03em;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-field-salary select {
    font-variant-numeric: tabular-nums;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-hint {
    font-size: 0.88rem;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-toggle {
    min-height: 54px;
    border-radius: 8px;
    background: #fff;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-toggle:has(input[type="checkbox"]:checked) {
    border-color: #95d9ca;
    background: #f4fcfa;
    color: #15574d;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-actions {
    justify-content: space-between;
    padding: 18px 22px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

.html-aiinterview-vendor-job-creation-page .vendor-job-submit {
    min-width: 190px;
}

@media (max-width: 1100px) {
    .html-aiinterview-view-page.html-account-page .master-column-wrapper {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-view-page .jb-account-nav {
        position: static;
    }
}

@media (max-width: 1000px) {
    .html-aiinterview-employer-dashboard-page .my-activity-tabs {
        margin: 0;
        padding: 0 0 1px;
    }

    .html-aiinterview-employer-dashboard-page .employer-dashboard-metrics,
    .html-aiinterview-employer-dashboard-page .employer-filter-grid,
    .html-aiinterview-employer-dashboard-page .invite-form-row,
    .html-aiinterview-vendor-job-creation-page .vendor-job-form-simple-grid {
        grid-template-columns: 1fr 1fr;
    }

    .html-aiinterview-employer-dashboard-page .status-form {
        grid-template-columns: minmax(132px, 160px) minmax(160px, 1fr) 38px;
    }
}

@media (max-width: 760px) {
    .html-aiinterview-employer-dashboard-page .employer-dashboard-table-wrapper,
    .html-aiinterview-employer-dashboard-page .scoreboard-deck-table-wrapper,
    .html-aiinterview-employer-dashboard-page .employer-table-wrapper,
    .html-aiinterview-employer-dashboard-page .invite-table-wrapper {
        border-radius: 10px;
        box-shadow: inset 12px 0 12px -12px rgba(39, 50, 58, 0.08), inset -12px 0 12px -12px rgba(39, 50, 58, 0.08);
    }

    .html-aiinterview-employer-dashboard-page .my-activity-tab {
        min-height: 44px;
        padding-bottom: 12px;
    }

    .html-aiinterview-employer-dashboard-page .results-toolbar,
    .html-aiinterview-employer-dashboard-page .scoreboard-deck-header,
    .html-aiinterview-vendor-job-creation-page .vendor-job-form-section,
    .html-aiinterview-vendor-job-creation-page .vendor-job-form-actions {
        padding-left: 16px;
        padding-right: 16px;
    }

    .html-aiinterview-employer-dashboard-page .status-form,
    .html-aiinterview-vendor-job-creation-page .vendor-job-form-simple-grid {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-employer-dashboard-page .employer-status-field-action,
    .html-aiinterview-employer-dashboard-page .invite-field-action {
        justify-self: start;
    }

    .html-aiinterview-employer-dashboard-page .invite-field-action .button-1,
    .html-aiinterview-vendor-job-creation-page .vendor-job-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .html-aiinterview-employer-dashboard-page .employer-dashboard-metrics,
    .html-aiinterview-employer-dashboard-page .employer-filter-grid,
    .html-aiinterview-employer-dashboard-page .invite-form-row,
    .html-aiinterview-vendor-job-creation-page .vendor-job-form-simple-grid {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table {
        min-width: 780px;
    }

    .html-aiinterview-employer-dashboard-page .employer-table {
        min-width: 820px;
    }

    .html-aiinterview-employer-dashboard-page .invite-table {
        min-width: 620px;
    }

    .html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary,
    .html-aiinterview-employer-dashboard-page .dashboard-collapsible-body {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Employer dashboard and vendor job follow-up overrides */
.html-aiinterview-employer-dashboard-page .page,
.html-aiinterview-employer-dashboard-page .page-title,
.html-aiinterview-employer-dashboard-page .page-body,
.html-aiinterview-employer-dashboard-page .my-activity-shell,
.html-aiinterview-employer-dashboard-page .my-activity-content,
.html-aiinterview-employer-dashboard-page .my-activity-panel,
.html-aiinterview-employer-dashboard-page #employer-dashboard-content,
.html-aiinterview-employer-dashboard-page .section,
.html-aiinterview-employer-dashboard-page .fieldset,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-shell,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-section,
.html-aiinterview-employer-dashboard-page .table-wrapper,
.html-aiinterview-vendor-job-creation-page .page,
.html-aiinterview-vendor-job-creation-page .page-title,
.html-aiinterview-vendor-job-creation-page .page-body,
.html-aiinterview-vendor-job-creation-page .vendor-job-page-section,
.html-aiinterview-vendor-job-creation-page .vendor-job-form-shell,
.html-aiinterview-vendor-job-creation-page .vendor-job-posting-shell {
    min-width: 0;
    max-width: 100%;
}

.html-aiinterview-employer-dashboard-page .my-activity-tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-gutter: stable;
}

.html-aiinterview-employer-dashboard-page .my-activity-tab {
    flex: 0 0 auto;
}

.html-aiinterview-employer-dashboard-page .employer-filter-panel,
.html-aiinterview-employer-dashboard-page .employer-invite-panel {
    overflow: hidden;
}

.html-aiinterview-employer-dashboard-page .employer-jobs-table-shell,
.html-aiinterview-employer-dashboard-page .employer-applications-table-shell,
.html-aiinterview-employer-dashboard-page .employer-invites-table-shell,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-table-wrapper,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table-wrapper,
.html-aiinterview-employer-dashboard-page .employer-table-wrapper,
.html-aiinterview-employer-dashboard-page .invite-table-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    box-shadow: inset 14px 0 16px -16px rgba(31, 44, 54, 0.22), inset -14px 0 16px -16px rgba(31, 44, 54, 0.22);
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table,
.html-aiinterview-employer-dashboard-page .employer-table,
.html-aiinterview-employer-dashboard-page .invite-table {
    width: 100%;
    max-width: none;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table {
    min-width: 760px;
}

.html-aiinterview-employer-dashboard-page .employer-table {
    min-width: 900px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table {
    min-width: 840px;
}

.html-aiinterview-employer-dashboard-page .invite-table {
    min-width: 680px;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-table th,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-table td,
.html-aiinterview-employer-dashboard-page .employer-table th,
.html-aiinterview-employer-dashboard-page .employer-table td,
.html-aiinterview-employer-dashboard-page .invite-table th,
.html-aiinterview-employer-dashboard-page .invite-table td {
    box-sizing: border-box;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-title {
    width: 33%;
    min-width: 220px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-status {
    width: 16%;
    min-width: 120px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-salary {
    width: 19%;
    min-width: 150px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-posted {
    width: 13%;
    min-width: 110px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-count {
    width: 9%;
    min-width: 80px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-jobs-table .col-job-actions {
    width: 10%;
    min-width: 108px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-candidate {
    min-width: 150px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-email {
    min-width: 190px;
    max-width: 210px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-phone {
    min-width: 120px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-message {
    min-width: 180px;
    max-width: 220px;
}

.html-aiinterview-employer-dashboard-page .employer-table .col-status {
    min-width: 280px;
}

.html-aiinterview-employer-dashboard-page .employer-table-text {
    display: block;
    min-width: 0;
}

.html-aiinterview-employer-dashboard-page .employer-table-text-strong {
    font-weight: 600;
}

.html-aiinterview-employer-dashboard-page .employer-table-text-break,
.html-aiinterview-employer-dashboard-page .employer-table-text-wrap,
.html-aiinterview-employer-dashboard-page .employer-dashboard-code,
.html-aiinterview-employer-dashboard-page .employer-dashboard-long-link,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-cell-primary,
.html-aiinterview-employer-dashboard-page .scoreboard-deck-cell-secondary {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-long-link {
    max-width: 100%;
    white-space: normal;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-row-actions,
.html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.html-aiinterview-employer-dashboard-page .scoreboard-deck-row-actions form,
.html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions form {
    margin: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-action-icon,
.html-aiinterview-employer-dashboard-page .invite-deactivate-button,
.html-aiinterview-employer-dashboard-page .ai-resume-download-link,
.html-aiinterview-employer-dashboard-page .ai-view-report-link.ai-icon-action,
.html-aiinterview-employer-dashboard-page .status-form .employer-status-update,
.html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .button-2,
.html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .ai-icon-action {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-size: 0;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-action-icon i,
.html-aiinterview-employer-dashboard-page .invite-deactivate-button i,
.html-aiinterview-employer-dashboard-page .ai-resume-download-link i,
.html-aiinterview-employer-dashboard-page .ai-view-report-link.ai-icon-action i,
.html-aiinterview-employer-dashboard-page .status-form .employer-status-update i {
    font-size: 0.96rem !important;
}

.html-aiinterview-employer-dashboard-page .status-form {
    grid-template-columns: minmax(120px, 144px) minmax(150px, 1fr) 40px;
    gap: 8px;
}

.html-aiinterview-employer-dashboard-page .employer-status-field-action {
    width: 40px;
    min-width: 40px;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-summary {
    gap: 14px;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-copy {
    width: 100%;
}

.html-aiinterview-employer-dashboard-page .dashboard-collapsible-copy span {
    max-width: 46rem;
}

.html-aiinterview-employer-dashboard-page .results-toolbar {
    align-items: center;
}

.html-aiinterview-employer-dashboard-page .filter-summary {
    font-weight: 600;
}

.html-aiinterview-employer-dashboard-page .employer-filter-actions .button-1,
.html-aiinterview-employer-dashboard-page .employer-filter-actions .button-2 {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    box-shadow: none;
}

.html-aiinterview-employer-dashboard-page .invite-create-form .form-fields,
.html-aiinterview-employer-dashboard-page .invite-create-form .inputs,
.html-aiinterview-employer-dashboard-page .employer-filter-form,
.html-aiinterview-employer-dashboard-page .employer-filter-shell,
.html-aiinterview-employer-dashboard-page .employer-filter-grid,
.html-aiinterview-employer-dashboard-page .invite-form-layout,
.html-aiinterview-employer-dashboard-page .invite-form-row {
    min-width: 0;
}

.html-aiinterview-employer-dashboard-page .invite-field input,
.html-aiinterview-employer-dashboard-page .invite-field select {
    min-height: 44px;
}

.html-aiinterview-employer-dashboard-page .invite-create-form {
    gap: 10px;
}

.html-aiinterview-employer-dashboard-page .employer-invite-panel .dashboard-collapsible-summary {
    padding: 14px 16px;
}

.html-aiinterview-employer-dashboard-page .employer-invite-panel .dashboard-collapsible-body {
    padding: 14px 16px 16px;
}

.html-aiinterview-employer-dashboard-page .invite-form-layout {
    gap: 12px;
}

.html-aiinterview-employer-dashboard-page .invite-form-row {
    gap: 10px 14px;
}

.html-aiinterview-employer-dashboard-page .invite-field {
    gap: 4px;
}

.html-aiinterview-employer-dashboard-page .invite-field-action {
    justify-self: start;
    align-self: end;
}

.html-aiinterview-employer-dashboard-page .invite-field-action .button-1 {
    width: auto;
    min-width: 148px;
    min-height: 38px;
    padding: 7px 16px;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    box-shadow: none;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-mobile-card {
    border-radius: 14px;
    border-color: #d9e6e2;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-mobile-card .responsive-data-card-grid {
    gap: 10px 12px;
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-mobile-card .responsive-data-card-item {
    gap: 4px;
    padding: 10px 12px;
    border: 1px solid #e3ece9;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfdfd 0%, #f3fbf9 100%);
}

.html-aiinterview-employer-dashboard-page .employer-dashboard-mobile-card .responsive-data-card-actions {
    padding-top: 12px;
}

.html-aiinterview-employer-dashboard-page .employer-mobile-status-section {
    display: grid;
    gap: 10px;
}

.html-aiinterview-employer-dashboard-page .score-badge-muted {
    background: #eef2f4;
    color: #52606d;
}

.html-aiinterview-employer-dashboard-page .employer-jobs-mobile-list,
.html-aiinterview-employer-dashboard-page .employer-applications-mobile-list,
.html-aiinterview-employer-dashboard-page .employer-invites-mobile-list {
    display: none;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-heading {
    display: grid;
    gap: 6px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-subtitle {
    max-width: 44rem;
    margin: 0;
    color: #5c6873;
    line-height: 1.55;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-page-link {
    white-space: nowrap;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-section-heading {
    display: grid;
    gap: 6px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-section-copy {
    margin: 0;
    color: #5c6873;
    line-height: 1.55;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-field-salary,
.html-aiinterview-vendor-job-creation-page .vendor-job-form-interview-grid .vendor-job-form-field {
    align-content: start;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-field-salary select {
    min-width: 0;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-toggle {
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
}

.html-aiinterview-vendor-job-creation-page .vendor-job-form-toggle span {
    display: grid;
    gap: 2px;
}

@media (max-width: 760px) {
    .html-aiinterview-employer-dashboard-page .employer-jobs-table-shell,
    .html-aiinterview-employer-dashboard-page .employer-applications-table-shell,
    .html-aiinterview-employer-dashboard-page .employer-invites-table-shell {
        display: none;
    }

    .html-aiinterview-employer-dashboard-page .employer-jobs-mobile-list,
    .html-aiinterview-employer-dashboard-page .employer-applications-mobile-list,
    .html-aiinterview-employer-dashboard-page .employer-invites-mobile-list {
        display: grid;
    }

    .html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions {
        flex-direction: row;
    }

    .html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .button-2,
    .html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .ai-icon-action,
    .html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .invite-deactivate-form,
    .html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .invite-deactivate-button {
        width: auto;
    }

    .html-aiinterview-employer-dashboard-page .responsive-data-card-actions.employer-dashboard-mobile-actions .invite-deactivate-form {
        display: inline-flex;
    }

    .html-aiinterview-employer-dashboard-page .employer-invite-panel .dashboard-collapsible-summary,
    .html-aiinterview-employer-dashboard-page .employer-invite-panel .dashboard-collapsible-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .html-aiinterview-employer-dashboard-page .invite-field-action .button-1 {
        width: 100%;
        min-width: 0;
    }

    .html-aiinterview-vendor-job-creation-page .vendor-job-page-link {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .html-aiinterview-employer-dashboard-page .my-activity-tabs {
        flex-wrap: nowrap;
    }

    .html-aiinterview-employer-dashboard-page .employer-dashboard-mobile-card .responsive-data-card-grid {
        grid-template-columns: 1fr;
    }

    .html-aiinterview-vendor-job-creation-page .vendor-job-page-tools {
        width: 100%;
    }

    .html-aiinterview-vendor-job-creation-page .vendor-job-page-link {
        flex: 1 1 100%;
        justify-content: center;
    }
}
