/* /Components/DiscTestStep.razor.rz.scp.css */
/* DISC block — two-phase, single-column forced choice.
   The candidate first taps the option that is MOST like them, then the one that is
   LEAST like them. One tap target per row (no parallel radio columns), guided by the
   phase hint above the list. */

.disc-options[b-7nukabajpx] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.disc-option[b-7nukabajpx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    padding: 0.85rem 1rem;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: var(--mud-default-borderradius);
    background: transparent;
    color: var(--mud-palette-text-primary);
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, opacity 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
    .disc-option:not(:disabled):not(.disc-option--most):not(.disc-option--least):hover[b-7nukabajpx] {
        border-color: var(--mud-palette-primary);
        background: var(--mud-palette-action-default-hover);
    }
}

.disc-option:disabled[b-7nukabajpx] {
    cursor: not-allowed;
}

.disc-option__icon[b-7nukabajpx] {
    display: inline-flex;
    flex: 0 0 auto;
    color: var(--mud-palette-text-disabled);
}

.disc-option__text[b-7nukabajpx] {
    flex: 1 1 auto;
    font-size: 0.95rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.disc-option__badge[b-7nukabajpx] {
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
}

/* MOST → primary accent */
.disc-option--most[b-7nukabajpx] {
    border-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

    .disc-option--most .disc-option__icon[b-7nukabajpx] {
        color: var(--mud-palette-primary);
    }

.disc-option__badge--most[b-7nukabajpx] {
    color: var(--mud-palette-primary-text);
    background: var(--mud-palette-primary);
}

/* LEAST → error accent */
.disc-option--least[b-7nukabajpx] {
    border-color: var(--mud-palette-error);
    background: color-mix(in srgb, var(--mud-palette-error) 12%, transparent);
}

    .disc-option--least .disc-option__icon[b-7nukabajpx] {
        color: var(--mud-palette-error);
    }

.disc-option__badge--least[b-7nukabajpx] {
    color: var(--mud-palette-error-text);
    background: var(--mud-palette-error);
}

/* Once both are chosen, fade the remaining rows to focus on the selections. */
.disc-option--dim[b-7nukabajpx] {
    opacity: 0.5;
}
/* /Components/ProfileStep.razor.rz.scp.css */
/* Hidden native file input — the circular label below is the click target. */
.avatar-input[b-l7gaptddf1] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.avatar-circle[b-l7gaptddf1] {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px dashed var(--mud-palette-lines-inputs);
    background: var(--mud-palette-background-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .avatar-circle:hover[b-l7gaptddf1] {
        border-color: var(--mud-palette-primary);
    }

    .avatar-circle:hover .avatar-overlay[b-l7gaptddf1] {
        opacity: 1;
    }
}

.avatar-circle--disabled[b-l7gaptddf1] {
    pointer-events: none;
    opacity: 0.6;
}

.avatar-img[b-l7gaptddf1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-overlay[b-l7gaptddf1] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: color-mix(in srgb, #000 45%, transparent);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.avatar-placeholder[b-l7gaptddf1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    text-align: center;
    color: var(--mud-palette-text-secondary);
}

    .avatar-placeholder span[b-l7gaptddf1] {
        font-size: 0.8rem;
        font-weight: 500;
    }

.avatar-hint[b-l7gaptddf1] {
    max-width: 200px;
}
/* /Layout/OrhoProfileLayout.razor.rz.scp.css */
/* Blur strip behind the floating bar (matches Orho.Profile's OrhoHeader). */
.orho-profile-topbar-backdrop[b-lj4dd4ica9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    background: color-mix(in srgb, var(--mud-palette-background) 80%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 450;
    pointer-events: none;
}

.orho-profile-topbar[b-lj4dd4ica9] {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 500;
}

.orho-profile-topbar-inner[b-lj4dd4ica9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

.orho-profile-brand[b-lj4dd4ica9] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--mud-palette-text-primary);
}

.orho-profile-brand-logo[b-lj4dd4ica9] {
    height: 28px;
    width: auto;
}

.orho-profile-brand-name[b-lj4dd4ica9] {
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
}

.orho-profile-topbar-actions[b-lj4dd4ica9] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.orho-profile-icon-btn[b-lj4dd4ica9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 8px;
    background: var(--mud-palette-background-gray);
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.orho-profile-icon-btn[b-lj4dd4ica9]  .mud-icon-root {
    color: inherit;
}

.orho-profile-flag[b-lj4dd4ica9] {
    font-size: 1.15rem;
    line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
    .orho-profile-icon-btn:hover[b-lj4dd4ica9] {
        border-color: var(--mud-palette-text-secondary);
        background-color: var(--mud-palette-action-default-hover);
    }
}

.orho-profile-icon-btn:focus-visible[b-lj4dd4ica9] {
    border-color: var(--mud-palette-primary);
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.orho-profile-content[b-lj4dd4ica9] {
    padding: 88px 0 24px;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .orho-profile-brand-name[b-lj4dd4ica9] {
        font-size: 0.95rem;
    }

    .orho-profile-content[b-lj4dd4ica9] {
        padding-top: 84px;
    }
}
