/* /Components/Common/Carousel/Carousel.razor.rz.scp.css */
.carousel[b-h7s3p4w98c] {
    --carousel-accent: #f5cc74;
    position: relative;
    isolation: isolate;
    width: 100%;
    height: clamp(30rem, min(66vw, calc(100svh - 9rem)), 43rem);
    overflow: hidden;
    border-radius: 8px;
    background: #18322e;
    box-shadow: 0 1.5rem 4rem rgb(27 42 38 / 18%);
    outline: none;
}

.carousel:focus-visible[b-h7s3p4w98c] {
    box-shadow: 0 0 0 3px #f8f5ed, 0 0 0 6px #176b5d;
}

.carousel__viewport[b-h7s3p4w98c],
.carousel__track[b-h7s3p4w98c] {
    position: absolute;
    inset: 0;
}

.carousel__viewport[b-h7s3p4w98c] {
    overflow: hidden;
}

.carousel--swipe-enabled .carousel__viewport[b-h7s3p4w98c] {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.carousel__viewport--dragging[b-h7s3p4w98c] {
    cursor: grabbing;
}

.carousel__viewport--dragging .carousel__track[b-h7s3p4w98c] {
    transition: none;
}

.carousel__track[b-h7s3p4w98c] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform var(--carousel-transition-duration, 650ms) cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel__empty[b-h7s3p4w98c] {
    display: grid;
    min-height: 100%;
    padding: 2rem;
    place-items: center;
    color: rgb(255 255 255 / 72%);
    text-align: center;
}

.carousel__slide[b-h7s3p4w98c] {
    position: relative;
    flex: 0 0 calc(100% / var(--visible-cards));
    min-width: 0;
    height: 100%;
    overflow: hidden;
    container-type: inline-size;
}

.carousel__slide img[b-h7s3p4w98c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.025);
    transition: transform 7s ease-out;
}

.carousel__slide--visible img[b-h7s3p4w98c] {
    transform: scale(1);
}

.carousel--multiple .carousel__slide:not(:last-child)[b-h7s3p4w98c] {
    box-shadow: var(--carousel-slide-separator-shadow, inset -3px 0 #f8f5ed);
}

.carousel--multiple .carousel__shade[b-h7s3p4w98c] {
    background: linear-gradient(0deg, rgb(8 27 24 / 88%) 0%, rgb(8 27 24 / 48%) 54%, rgb(8 27 24 / 8%) 100%);
}

.carousel--multiple .carousel__content[b-h7s3p4w98c] {
    right: clamp(1.5rem, 4vw, 3.5rem);
    bottom: 6rem;
    left: clamp(1.5rem, 4vw, 3.5rem);
    width: auto;
}

.carousel--multiple .carousel__content h2[b-h7s3p4w98c] {
    font-size: clamp(2.75rem, 5vw, 4.75rem);
}

.carousel__shade[b-h7s3p4w98c] {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(10 29 26 / 86%) 0%, rgb(10 29 26 / 52%) 46%, rgb(10 29 26 / 8%) 78%),
                linear-gradient(0deg, rgb(10 29 26 / 55%) 0%, transparent 38%);
}

.carousel__content[b-h7s3p4w98c] {
    position: absolute;
    left: clamp(2rem, 7vw, 6.5rem);
    bottom: clamp(6rem, 13vw, 9rem);
    width: min(38rem, calc(100% - 8rem));
    color: #fffdf7;
}

.carousel__eyebrow[b-h7s3p4w98c] {
    margin: 0 0 1rem;
    color: var(--carousel-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.carousel__content h2[b-h7s3p4w98c] {
    margin: 0;
    max-width: 10ch;
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(3rem, 7vw, 6.75rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.94;
    text-wrap: balance;
}

.carousel__description[b-h7s3p4w98c] {
    max-width: 34rem;
    margin: 1.5rem 0 0;
    color: rgb(255 253 247 / 84%);
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    line-height: 1.65;
}

.carousel__autoplay[b-h7s3p4w98c] {
    border: 0;
    cursor: pointer;
}

.carousel__autoplay:hover[b-h7s3p4w98c],
.carousel__autoplay:focus-visible[b-h7s3p4w98c] {
    border-color: white;
    background: rgb(10 29 26 / 64%);
    outline: none;
}

.carousel__footer[b-h7s3p4w98c] {
    position: absolute;
    z-index: 2;
    right: clamp(1.5rem, 4vw, 3rem);
    bottom: 2rem;
    left: clamp(1.5rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.carousel__autoplay[b-h7s3p4w98c] {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 38%);
    border-radius: 50%;
    background: transparent;
    color: white;
    font-size: 0.72rem;
}

@media (max-width: 640px) {
    .carousel[b-h7s3p4w98c] {
        height: min(41rem, calc(100svh - 8.5rem));
        min-height: 32rem;
        border-radius: 0;
    }

    .carousel__shade[b-h7s3p4w98c] {
        background: linear-gradient(0deg, rgb(8 27 24 / 88%) 0%, rgb(8 27 24 / 38%) 62%, rgb(8 27 24 / 10%) 100%);
    }

    .carousel__content[b-h7s3p4w98c] {
        right: 1.5rem;
        bottom: 6.5rem;
        left: 1.5rem;
        width: auto;
    }

    .carousel__content h2[b-h7s3p4w98c] {
        font-size: clamp(2.75rem, 15vw, 4.5rem);
    }

    .carousel__description[b-h7s3p4w98c] {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .carousel__footer[b-h7s3p4w98c] {
        right: 1.5rem;
        bottom: 1.75rem;
        left: 1.5rem;
        justify-content: space-between;
    }

}

@container (max-width: 420px) {
    .carousel__content[b-h7s3p4w98c] {
        right: 1.25rem;
        bottom: 5.75rem;
        left: 1.25rem;
        width: auto;
    }

    .carousel__content h2[b-h7s3p4w98c] {
        font-size: clamp(2rem, 12cqi, 3rem);
    }

    .carousel__description[b-h7s3p4w98c] {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@container (max-width: 260px) {
    .carousel__eyebrow[b-h7s3p4w98c] {
        margin-bottom: 0.7rem;
        font-size: 0.62rem;
    }

    .carousel__content h2[b-h7s3p4w98c] {
        font-size: clamp(1.7rem, 17cqi, 2.3rem);
        line-height: 1;
    }

    .carousel__description[b-h7s3p4w98c] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel__track[b-h7s3p4w98c],
    .carousel__slide img[b-h7s3p4w98c] {
        transition: none;
    }
}
/* /Components/Common/Carousel/CarouselIndicator.razor.rz.scp.css */
.carousel-indicator[b-net69qdynq] {
    --indicator-color: rgb(255 255 255 / 42%);
    --indicator-active-color: #f5cc74;
    --indicator-size: 0.55rem;
    --indicator-active-size: 0.75rem;
    --indicator-border-width: 2px;
    --indicator-radius: 50%;
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.carousel-indicator__item[b-net69qdynq] {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.carousel-indicator__item[b-net69qdynq]::before {
    width: var(--indicator-size);
    height: var(--indicator-size);
    border-radius: var(--indicator-radius);
    background: var(--indicator-color);
    content: "";
    transition: width 180ms ease, height 180ms ease, background 180ms ease, border-color 180ms ease;
}

.carousel-indicator__item--active[b-net69qdynq]::before {
    width: var(--indicator-active-size);
    height: var(--indicator-active-size);
    background: var(--indicator-active-color);
}

.carousel-indicator__item:focus-visible[b-net69qdynq] {
    outline: 2px solid white;
    outline-offset: -5px;
}

.carousel-indicator--lines[b-net69qdynq] {
    --indicator-radius: 0;
}

.carousel-indicator--lines .carousel-indicator__item[b-net69qdynq]::before {
    width: 2rem;
    height: 0.25rem;
}

.carousel-indicator--lines .carousel-indicator__item--active[b-net69qdynq]::before {
    width: 2.75rem;
    height: 0.25rem;
}

.carousel-indicator--dots[b-net69qdynq] {
    gap: 0;
}

.carousel-indicator--circles[b-net69qdynq] {
    --indicator-size: 0.72rem;
    --indicator-active-size: 0.72rem;
}

.carousel-indicator--circles .carousel-indicator__item[b-net69qdynq]::before {
    border: var(--indicator-border-width) solid var(--indicator-color);
    background: transparent;
}

.carousel-indicator--circles .carousel-indicator__item--active[b-net69qdynq]::before {
    border-color: var(--indicator-active-color);
    background: var(--indicator-active-color);
    box-shadow: inset 0 0 0 2px #173b35;
}

.carousel-indicator--custom .carousel-indicator__item[b-net69qdynq]::before,
.carousel-indicator--templated .carousel-indicator__item[b-net69qdynq]::before {
    content: none;
}

@media (max-width: 640px) {
    .carousel-indicator__item[b-net69qdynq] {
        width: 2rem;
    }

    .carousel-indicator--lines .carousel-indicator__item[b-net69qdynq]::before {
        width: 1.4rem;
    }

    .carousel-indicator--lines .carousel-indicator__item--active[b-net69qdynq]::before {
        width: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicator__item[b-net69qdynq]::before {
        transition: none;
    }
}
/* /Components/Common/Carousel/CarouselNavigation.razor.rz.scp.css */
.carousel-navigation[b-kjludxw2g1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.carousel-navigation__button[b-kjludxw2g1] {
    display: grid;
    width: 3rem;
    height: 3rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.carousel-navigation--circles .carousel-navigation__button[b-kjludxw2g1] {
    border: 1px solid rgb(24 50 46 / 34%);
    border-radius: 50%;
    color: #18322e;
}

.carousel-navigation--circles .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--circles .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: #176b5d;
    background: #176b5d;
    color: white;
}

.carousel-navigation--overlay[b-kjludxw2g1] {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
}

.carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
    position: absolute;
    top: 50%;
    pointer-events: auto;
    transform: translateY(-50%);
}

.carousel-navigation--circles.carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
    border-color: rgb(255 255 255 / 45%);
    background: rgb(10 29 26 / 24%);
    color: white;
}

.carousel-navigation--circles.carousel-navigation--overlay .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--circles.carousel-navigation--overlay .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: white;
    background: rgb(10 29 26 / 64%);
}

.carousel-navigation--overlay .carousel-navigation__button--previous[b-kjludxw2g1] {
    left: 1.25rem;
}

.carousel-navigation--overlay .carousel-navigation__button--next[b-kjludxw2g1] {
    right: 1.25rem;
}

.carousel-navigation--arrows .carousel-navigation__button[b-kjludxw2g1] {
    width: 2.5rem;
    height: 2.5rem;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    color: #18322e;
    font-size: 1.65rem;
}

.carousel-navigation--arrows .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--arrows .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: transparent;
    background: transparent;
    color: #a25035;
}

.carousel-navigation--arrows.carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
    border-color: transparent;
    background: transparent;
    color: white;
    text-shadow: 0 1px 0 rgb(10 29 26 / 60%), 0 0 1rem rgb(10 29 26 / 72%);
}

.carousel-navigation--arrows.carousel-navigation--overlay .carousel-navigation__button:hover:not(:disabled)[b-kjludxw2g1],
.carousel-navigation--arrows.carousel-navigation--overlay .carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    border-color: transparent;
    background: transparent;
    color: #f5cc74;
}

@media (max-width: 640px) {
    .carousel-navigation--overlay .carousel-navigation__button[b-kjludxw2g1] {
        top: 1.25rem;
        width: 2.75rem;
        height: 2.75rem;
        transform: none;
    }

    .carousel-navigation--overlay .carousel-navigation__button--previous[b-kjludxw2g1] {
        right: 4.75rem;
        left: auto;
    }

    .carousel-navigation--overlay .carousel-navigation__button--next[b-kjludxw2g1] {
        right: 1.25rem;
    }
}

.carousel-navigation__button:disabled[b-kjludxw2g1] {
    cursor: not-allowed;
    opacity: 0.35;
}

.carousel-navigation__button:focus-visible[b-kjludxw2g1] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-navigation__button[b-kjludxw2g1] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-44mjq5hw6h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-44mjq5hw6h] {
    flex: 1;
}




#blazor-error-ui[b-44mjq5hw6h] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-44mjq5hw6h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/CvJobCheck.razor.rz.scp.css */
.cv-check[b-rf6v9l8l6y] {
    --cv-ink: #173d40;
    --cv-muted: #536b70;
    --cv-accent: #167e78;
    --cv-line: #dce9e8;
    max-width: 72rem;
    margin: 0 auto;
    display: grid;
    gap: 1.4rem;
    color: var(--cv-ink);
    overflow-wrap: anywhere;
}
.cv-check h1[b-rf6v9l8l6y], .cv-check h2[b-rf6v9l8l6y], .cv-check h3[b-rf6v9l8l6y], .cv-check p[b-rf6v9l8l6y] { margin: 0; }
.cv-check-nav[b-rf6v9l8l6y] { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; }
.cv-check-nav[b-rf6v9l8l6y]  a { display: inline-flex; align-items: center; gap: .4rem; }
.cv-check-hero[b-rf6v9l8l6y] {
    position: relative; overflow: hidden;
    display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); align-items: center; gap: 2rem;
    padding: 2rem; border: 1px solid #cce5e1; border-radius: 20px;
    background: radial-gradient(ellipse at 95% 0%, #d4eeea 0%, transparent 55%), linear-gradient(120deg, #f0faf8, #f9fcfa);
}
.cv-check-intro[b-rf6v9l8l6y], .cv-check-target > div[b-rf6v9l8l6y] { min-width: 0; }
.cv-check-eyebrow[b-rf6v9l8l6y] { display: inline-flex; align-items: center; gap: .45rem; color: var(--cv-accent); font-size: .7rem; font-weight: 750; letter-spacing: .07em; }
.cv-check h1[b-rf6v9l8l6y] { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.15; margin: .65rem 0 .85rem; }
.cv-check-intro > p[b-rf6v9l8l6y] { color: var(--cv-muted); font-size: .98rem; line-height: 1.65; max-width: 34rem; }
.cv-check-tags[b-rf6v9l8l6y] { display: flex; flex-wrap: wrap; gap: .6rem 1rem; margin-top: 1.1rem; }
.cv-check-tags > span[b-rf6v9l8l6y] { display: inline-flex; align-items: center; gap: .25rem; color: #20655f; font-size: .74rem; font-weight: 600; }
.cv-check-tags[b-rf6v9l8l6y]  svg { width: 16px; height: 16px; }
.cv-check-target[b-rf6v9l8l6y] { display: flex; align-items: flex-start; gap: 1rem; padding: 1.3rem; border: 1px solid #fff; border-radius: 14px; background: #ffffffdb; box-shadow: 0 8px 28px #164f4510; }
.cv-check-target-icon[b-rf6v9l8l6y], .cv-check-heading-icon[b-rf6v9l8l6y], .cv-check-file-icon[b-rf6v9l8l6y] { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 12px; background: #e8f5f2; color: var(--cv-accent); }
.cv-check-target h2[b-rf6v9l8l6y] { font-size: 1.05rem; font-weight: 750; line-height: 1.5; margin: .4rem 0; }
.cv-check-target p[b-rf6v9l8l6y] { font-size: .83rem; color: var(--cv-muted); }
.cv-check-steps[b-rf6v9l8l6y] { display: flex; justify-content: center; gap: 3rem; list-style: none; padding: 0; margin: 0; }
.cv-check-steps li[b-rf6v9l8l6y] { display: flex; align-items: center; gap: .6rem; color: #63777c; font-size: .82rem; }
.cv-check-steps li > span[b-rf6v9l8l6y] { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: #e8eeef; font-size: .75rem; font-weight: 700; }
.cv-check-steps .is-complete[b-rf6v9l8l6y] { color: var(--cv-accent); }
.cv-check-steps .is-complete > span[b-rf6v9l8l6y] { background: #def2ed; }
.cv-check-steps .is-current[b-rf6v9l8l6y] { color: var(--cv-ink); font-weight: 700; }
.cv-check-steps .is-current > span[b-rf6v9l8l6y] { color: white; background: var(--cv-accent); box-shadow: 0 0 0 4px #e5f2ef; }
.cv-check-workspace[b-rf6v9l8l6y] { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: 1.25rem; align-items: start; }
.cv-check-panel[b-rf6v9l8l6y] { padding: 1.5rem; border: 1px solid var(--cv-line); border-radius: 16px; background: #fff; min-width: 0; box-shadow: 0 4px 18px #163e3805; }
.cv-check-input[b-rf6v9l8l6y] { display: grid; gap: 1.1rem; }
.cv-check-panel-heading[b-rf6v9l8l6y] { display: flex; align-items: center; gap: .85rem; }
.cv-check h2[b-rf6v9l8l6y] { font-size: 1.18rem; font-weight: 750; line-height: 1.4; letter-spacing: -.02em; }
.cv-check-panel-heading p[b-rf6v9l8l6y] { font-size: .83rem; color: var(--cv-muted); margin-top: .2rem; }
.cv-check-sources[b-rf6v9l8l6y] { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; border: 0; padding: 0; margin: .2rem 0 0; min-width: 0; }
.cv-check-source[b-rf6v9l8l6y] { position: relative; display: flex; align-items: center; gap: .6rem; padding: .9rem .75rem; border: 1px solid #dce5e6; border-radius: 11px; cursor: pointer; color: #52696b; transition: border-color .15s, background .15s; }
.cv-check-source input[b-rf6v9l8l6y] { position: absolute; opacity: 0; width: 1px; height: 1px; }
.cv-check-source:focus-within[b-rf6v9l8l6y] { outline: 2px solid var(--cv-accent); outline-offset: 3px; }
.cv-check-source strong[b-rf6v9l8l6y], .cv-check-source small[b-rf6v9l8l6y] { display: block; }
.cv-check-source strong[b-rf6v9l8l6y] { font-size: .84rem; }
.cv-check-source small[b-rf6v9l8l6y] { font-size: .7rem; margin-top: .15rem; }
.cv-check-source.is-selected[b-rf6v9l8l6y] { color: #15675f; border-color: #239e91; background: #f0faf7; box-shadow: inset 0 0 0 1px #239e91; }
.cv-check-source.is-disabled[b-rf6v9l8l6y] { color: #708080; background: #f7f9f9; cursor: not-allowed; border-style: dashed; }
.cv-check-sr-only[b-rf6v9l8l6y] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.cv-check-file[b-rf6v9l8l6y] { display: flex; align-items: center; gap: .85rem; padding: 1rem; background: #f8fbfb; border: 1px solid #e0eaea; border-radius: 12px; }
.cv-check-file > div[b-rf6v9l8l6y] { flex: 1; min-width: 0; }
.cv-check-file strong[b-rf6v9l8l6y] { display: block; font-size: .86rem; font-weight: 650; overflow-wrap: anywhere; }
.cv-check-file small[b-rf6v9l8l6y] { display: block; font-size: .72rem; color: var(--cv-muted); margin-top: .25rem; }
.cv-check-file-notice[b-rf6v9l8l6y] { display: flex; align-items: flex-start; gap: .65rem; background: #fffbef; border: 1px solid #f0dfab; padding: .85rem; border-radius: 10px; font-size: .82rem; line-height: 1.6; color: #775414; }
.cv-check-file-notice[b-rf6v9l8l6y]  svg { flex-shrink: 0; margin-top: .15rem; }
.cv-check-help[b-rf6v9l8l6y], .cv-check-text-meta[b-rf6v9l8l6y] { color: var(--cv-muted); font-size: .76rem; line-height: 1.5; }
.cv-check-text-meta[b-rf6v9l8l6y] { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }
.cv-check-submit[b-rf6v9l8l6y] { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; padding-top: .3rem; }
.cv-check-submit[b-rf6v9l8l6y]  .mud-button-root { border-radius: 9px; text-transform: none; font-weight: 700; }
.cv-check-privacy[b-rf6v9l8l6y] { display: flex; align-items: flex-start; gap: .5rem; font-size: .72rem; line-height: 1.65; color: var(--cv-muted); border-top: 1px solid #eaf0ef; padding-top: 1rem; }
.cv-check-privacy[b-rf6v9l8l6y]  svg { flex-shrink: 0; margin-top: .15rem; }
.cv-check-guide[b-rf6v9l8l6y] { padding: 1rem .5rem .5rem; }
.cv-check-guide > h2[b-rf6v9l8l6y] { margin-top: .5rem; margin-bottom: 1.3rem; }
.cv-check-benefit[b-rf6v9l8l6y] { display: flex; align-items: flex-start; gap: .85rem; margin-top: 1.25rem; }
.cv-check-benefit > span[b-rf6v9l8l6y] { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; color: var(--tone); background: var(--tone-bg); }
.cv-check-benefit h3[b-rf6v9l8l6y] { font-size: .87rem; font-weight: 700; line-height: 1.4; margin-bottom: .25rem; }
.cv-check-benefit p[b-rf6v9l8l6y] { font-size: .79rem; line-height: 1.65; color: var(--cv-muted); }
.cv-check-guide-note[b-rf6v9l8l6y] { display: flex; align-items: flex-start; gap: .6rem; margin-top: 1.5rem; padding: 1rem; background: #edf5f3; border-radius: 12px; color: #3c6863; font-size: .76rem; line-height: 1.65; }
.cv-check-guide-note[b-rf6v9l8l6y]  svg { flex-shrink: 0; }
.cv-check-status[b-rf6v9l8l6y] { display: flex; align-items: center; gap: 1rem; border: 1px solid #cde7df; background: #eff9f5; padding: 1.1rem 1.25rem; border-radius: 12px; font-size: .87rem; }
.cv-check-status p[b-rf6v9l8l6y] { font-size: .8rem; color: var(--cv-muted); margin-top: .25rem; }
.tone-teal[b-rf6v9l8l6y] { --tone: #187768; --tone-bg: #e5f4ef; }
.tone-amber[b-rf6v9l8l6y] { --tone: #9b6917; --tone-bg: #fff4dc; }
.tone-blue[b-rf6v9l8l6y] { --tone: #366cb6; --tone-bg: #eaf2fc; }
.tone-violet[b-rf6v9l8l6y] { --tone: #7660a8; --tone-bg: #f2edfa; }
.cv-check-results[b-rf6v9l8l6y] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.25rem; }
.cv-check-results-heading[b-rf6v9l8l6y] { grid-column: 1 / -1; padding: .5rem 0; }
.cv-check-results-heading h2[b-rf6v9l8l6y] { font-size: 1.6rem; margin: .5rem 0; }
.cv-check-export[b-rf6v9l8l6y] { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem 1rem; margin-top: 1rem; }
.cv-check-export > span[b-rf6v9l8l6y] { font-size: .8rem; color: var(--cv-muted); }
.cv-check-export[b-rf6v9l8l6y]  .mud-button-root { border-radius: 9px; text-transform: none; }
.cv-check-results-heading p[b-rf6v9l8l6y] { font-size: .87rem; line-height: 1.6; color: var(--cv-muted); max-width: 52rem; }
.cv-check-result-card[b-rf6v9l8l6y] { align-self: start; border-top: 3px solid var(--tone); }
.cv-check-result-card.tone-blue[b-rf6v9l8l6y], .cv-check-result-card.tone-violet[b-rf6v9l8l6y] { grid-column: 1 / -1; }
.cv-check-result-heading[b-rf6v9l8l6y] { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; }
.cv-check-result-heading .cv-check-heading-icon[b-rf6v9l8l6y] { width: 36px; height: 36px; flex-basis: 36px; border-radius: 10px; color: var(--tone); background: var(--tone-bg); }
.cv-check-result-heading h2[b-rf6v9l8l6y] { font-size: 1rem; flex: 1; }
.cv-check-count[b-rf6v9l8l6y] { background: var(--tone-bg); color: var(--tone); font-size: .75rem; font-weight: 700; padding: .15rem .55rem; border-radius: 20px; }
.cv-check-finding[b-rf6v9l8l6y] { font-size: .86rem; line-height: 1.65; }
.cv-check-finding + .cv-check-finding[b-rf6v9l8l6y] { border-top: 1px solid var(--cv-line); margin-top: 1.2rem; padding-top: 1.2rem; }
.cv-check-finding h3[b-rf6v9l8l6y] { font-size: .68rem; font-weight: 750; color: var(--cv-muted); text-transform: uppercase; letter-spacing: .04em; margin: .75rem 0 .4rem; }
.cv-check-finding blockquote[b-rf6v9l8l6y] { margin: 0; padding: .6rem .8rem; border-left: 2px solid #c8d9d7; white-space: pre-wrap; background: #f7faf9; font-size: .8rem; color: #405e60; }
.cv-check-job-evidence[b-rf6v9l8l6y] { margin-bottom: .8rem; }
.cv-check-evidence-label[b-rf6v9l8l6y] { display: inline-block; background: #fff5df; color: #835913; border-radius: 5px; padding: .15rem .5rem; font-size: .72rem; margin-bottom: .5rem; }
.cv-check-rewrite[b-rf6v9l8l6y] { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.cv-check-suggestion[b-rf6v9l8l6y] { background: #eff9f4; padding: .3rem .85rem .65rem; border: 1px solid #d9ebdf; border-radius: 9px; }
.cv-check-suggestion > p[b-rf6v9l8l6y] { white-space: pre-wrap; color: #245849; margin-bottom: .5rem; }
.cv-check-suggestion[b-rf6v9l8l6y]  .mud-button-root { text-transform: none; }
@media (max-width: 900px) {
    .cv-check-hero[b-rf6v9l8l6y] { grid-template-columns: 1fr; gap: 1.25rem; padding: 1.5rem; }
    .cv-check-workspace[b-rf6v9l8l6y] { grid-template-columns: 1fr; }
    .cv-check-guide[b-rf6v9l8l6y] { padding: .5rem; }
    .cv-check-steps[b-rf6v9l8l6y] { gap: 1.2rem; }
}
@media (max-width: 600px) {
    .cv-check[b-rf6v9l8l6y] { gap: 1.1rem; }
    .cv-check-nav[b-rf6v9l8l6y] { font-size: .74rem; }
    .cv-check-hero[b-rf6v9l8l6y] { padding: 1.25rem; border-radius: 15px; }
    .cv-check-target[b-rf6v9l8l6y] { padding: 1rem; }
    .cv-check-target-icon[b-rf6v9l8l6y] { display: none; }
    .cv-check-panel[b-rf6v9l8l6y] { padding: 1.1rem; border-radius: 13px; }
    .cv-check-steps[b-rf6v9l8l6y] { justify-content: space-between; gap: .5rem; }
    .cv-check-steps li[b-rf6v9l8l6y] { flex: 1; flex-direction: column; text-align: center; font-size: .7rem; gap: .4rem; }
    .cv-check-sources[b-rf6v9l8l6y] { grid-template-columns: 1fr; }
    .cv-check-source[b-rf6v9l8l6y] { padding: .75rem; }
    .cv-check-submit[b-rf6v9l8l6y]  .mud-button-filled { width: 100%; }
    .cv-check-results[b-rf6v9l8l6y], .cv-check-rewrite[b-rf6v9l8l6y] { grid-template-columns: 1fr; }
    .cv-check-result-card.tone-violet[b-rf6v9l8l6y] { grid-column: auto; }
}

/* /Components/Pages/InterviewPreparation.razor.rz.scp.css */
.preparation-page[b-ijbotal42d] { max-width: 1000px; margin: 0 auto; }
.preparation-footer[b-ijbotal42d] { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin-top: 12px; }
.preparation-delete-actions[b-ijbotal42d] { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.preparation-intro[b-ijbotal42d] { padding: 24px; border: 1px solid #dbe6e6; border-radius: 16px; background: linear-gradient(115deg, #eff8f5, #f8fbfc); color: #183b43; }
.preparation-intro > span[b-ijbotal42d] { font-size: 10px; font-weight: 750; letter-spacing: .1em; color: #167c76; }
.preparation-intro h1[b-ijbotal42d] { margin: 8px 0; font-size: 24px; font-weight: 700; }
.preparation-intro p[b-ijbotal42d] { margin: 0; font-size: 14px; overflow-wrap: anywhere; }
.preparation-settings[b-ijbotal42d] { margin-top: 12px; border: 1px solid #dbe6e6; border-radius: 12px; padding: 14px 20px; background: #fff; }
.preparation-settings summary[b-ijbotal42d] { font-size: 12px; font-weight: 650; color: #38766e; cursor: pointer; }
.preparation-settings p[b-ijbotal42d] { font-size: 12px; color: #62777d; margin: 14px 0 4px; }
.preparation-form[b-ijbotal42d] { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 16px; max-width: 620px; margin: 18px 0 12px; }
.preparation-form[b-ijbotal42d]  .preparation-date { min-width: 0; margin: 0; }
.preparation-form[b-ijbotal42d]  .preparation-date .mud-input-control { margin: 0; }
.preparation-form[b-ijbotal42d]  .preparation-date .mud-input { height: 44px; margin-top: 0; }
.preparation-form[b-ijbotal42d]  .preparation-submit { height: 44px; min-height: 44px; margin: 0; white-space: nowrap; }
@media (max-width: 600px) { .preparation-form[b-ijbotal42d] { grid-template-columns: minmax(0, 1fr); gap: 12px; } }
/* /Components/Pages/Job.razor.rz.scp.css */
.job-loading[b-8o9aomqjvs] {
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 10px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-secondary);
    font-size: .85rem;
}

.job-loading > div[b-8o9aomqjvs] {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
}

.job-detail[b-8o9aomqjvs] {
    display: grid;
    gap: .85rem;
    color: var(--finpleo-text-primary);
}

.job-detail-layout[b-8o9aomqjvs] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 16.5rem);
    gap: .85rem;
    align-items: start;
}

.job-detail-main[b-8o9aomqjvs],
.job-detail-sidebar[b-8o9aomqjvs] {
    display: grid;
    gap: .85rem;
    min-width: 0;
}

.job-description[b-8o9aomqjvs],
.job-detail[b-8o9aomqjvs]  .finpleo-page-card-style,
.job-detail[b-8o9aomqjvs]  .job-item-summary-style {
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 10px !important;
    background: var(--finpleo-surface);
    box-shadow: none;
}

.job-description h2[b-8o9aomqjvs] {
    margin: 0 0 .7rem;
    font-size: 1.1rem;
    font-weight: 750;
    letter-spacing: -.025em;
}

.job-description-content[b-8o9aomqjvs] {
    overflow-wrap: anywhere;
}

.job-description-content[b-8o9aomqjvs]  p,
.job-description-content[b-8o9aomqjvs]  li {
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: var(--finpleo-text-primary);
}

/* Imported descriptions can store individual lines as paragraphs. Keep them
   at normal line spacing; explicit blank lines still separate sections. */
.job-description-content[b-8o9aomqjvs]  p,
.job-description-content[b-8o9aomqjvs]  li {
    margin: 0;
}

.job-description-content[b-8o9aomqjvs]  ul,
.job-description-content[b-8o9aomqjvs]  ol {
    margin: .35rem 0;
}

.job-description-content[b-8o9aomqjvs]  h2,
.job-description-content[b-8o9aomqjvs]  h3,
.job-description-content[b-8o9aomqjvs]  h4 {
    margin-top: 1rem;
    margin-bottom: .4rem;
    line-height: 1.4;
}

.job-detail[b-8o9aomqjvs]  .job-skill-title {
    color: var(--finpleo-text-primary);
    line-height: 1.5;
}

.job-detail[b-8o9aomqjvs]  .job-item-partner-jobs-text-caption-style,
.job-detail[b-8o9aomqjvs]  .job-item-partner-jobs-text-style {
    line-height: 1.5 !important;
    overflow-wrap: anywhere;
}

@media (max-width: 768px) {
    .job-detail-layout[b-8o9aomqjvs] {
        grid-template-columns: minmax(0, 1fr);
    }

    .job-detail[b-8o9aomqjvs],
    .job-detail-layout[b-8o9aomqjvs] {
        gap: .75rem;
    }

    .job-description[b-8o9aomqjvs],
    .job-detail[b-8o9aomqjvs]  .finpleo-page-card-style,
    .job-detail[b-8o9aomqjvs]  .job-item-summary-style {
        padding: .9rem;
    }
}
/* /Components/Pages/JobApplications.razor.rz.scp.css */
.applications-page[b-dqzy4h7al8] { max-width: 1120px; margin: 0 auto; padding: 8px 0 32px; color: #243b36; }
.applications-header[b-dqzy4h7al8] { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.applications-eyebrow[b-dqzy4h7al8] { color: #397c70; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.applications-header h1[b-dqzy4h7al8] { font-size: clamp(26px, 4vw, 34px); line-height: 1.2; font-weight: 750; margin: 6px 0 8px; }
.applications-header p[b-dqzy4h7al8] { color: #667572; font-size: 14px; line-height: 1.6; }
.applications-header[b-dqzy4h7al8]  .mud-button { flex-shrink: 0; text-transform: none; border-radius: 9px; }
.applications-list[b-dqzy4h7al8] { margin-top: 30px; }
.applications-section-heading[b-dqzy4h7al8] { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.applications-section-heading h2[b-dqzy4h7al8] { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; }
.applications-section-heading h2 span[b-dqzy4h7al8] { padding: 2px 8px; border-radius: 6px; background: #e2eae7; color: #52635f; font-size: 12px; }
.applications-plans-link[b-dqzy4h7al8] { color: #1f7f78; font-size: 12px; font-weight: 600; white-space: nowrap; }
.applications-plans-link:hover[b-dqzy4h7al8] { text-decoration: underline; }
.applications-toolbar[b-dqzy4h7al8] { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.applications-search[b-dqzy4h7al8] { display: flex; flex: 1; align-items: center; gap: 8px; padding: 0 10px; background: #fff; border: 1px solid #cbd6d4; border-radius: 8px; min-width: 0; color: #667572; }
.applications-search input[b-dqzy4h7al8] { appearance: none; width: 100%; min-width: 0; height: 36px; min-height: 0; padding: 0; border: 0; outline: 0; box-shadow: none; background: transparent; color: #243b36; font: inherit; font-size: 13px; }
/* These controls use their border for focus feedback instead of a second outline. */
.applications-search input:focus-visible[b-dqzy4h7al8], .applications-sort select:focus-visible[b-dqzy4h7al8] { outline: none !important; }
.applications-search:focus-within[b-dqzy4h7al8], .applications-sort select:focus[b-dqzy4h7al8] { border-color: #268a7f; }
.applications-sort[b-dqzy4h7al8] { display: flex; align-items: center; gap: 8px; color: #667572; font-size: 12px; }
.applications-sort select[b-dqzy4h7al8] { min-height: 38px; max-width: 100%; border: 1px solid #cbd6d4; border-radius: 8px; padding: 6px 28px 6px 10px; background: #fff; color: #243b36; font: inherit; }
.applications-plans-link:focus-visible[b-dqzy4h7al8] { outline: 2px solid #269e93; outline-offset: 3px; }
.applications-results[b-dqzy4h7al8] { display: grid; gap: 16px; }
.applications-list[b-dqzy4h7al8]  .mud-alert { margin-bottom: 16px; }
.applications-empty[b-dqzy4h7al8] { padding: 40px 20px; border: 1px dashed #becdc7; border-radius: 14px; text-align: center; background: #fff; color: #667572; }
.applications-empty h3[b-dqzy4h7al8] { margin-top: 14px; color: #243b36; font-size: 18px; font-weight: 650; }
.applications-empty p[b-dqzy4h7al8] { max-width: 420px; margin: 10px auto 18px; font-size: 14px; }
.applications-loading[b-dqzy4h7al8] { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 48px 12px; color: #667572; }
@media (max-width: 600px) {
    .applications-page[b-dqzy4h7al8] { padding: 8px 4px 24px; }
    .applications-header[b-dqzy4h7al8] { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
    .applications-list[b-dqzy4h7al8] { margin-top: 24px; }
    .applications-section-heading h2[b-dqzy4h7al8] { font-size: 16px; }
    .applications-toolbar[b-dqzy4h7al8] { flex-direction: column; align-items: stretch; gap: 8px; }
    .applications-sort[b-dqzy4h7al8] { justify-content: space-between; }
}
/* /Components/Pages/JobApply.razor.rz.scp.css */
.job-apply[b-v3i2j5bo5h] {
    display: grid;
    gap: .85rem;
    color: var(--finpleo-text-primary);
    font-size: .875rem;
    line-height: 1.5;
}

.apply-job-header[b-v3i2j5bo5h] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-top: 3px solid var(--finpleo-brand-primary);
    border-radius: 10px;
    background: linear-gradient(120deg, var(--finpleo-surface) 50%, var(--finpleo-brand-subtle));
}

.apply-company-logo[b-v3i2j5bo5h] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: .35rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-surface);
    color: var(--finpleo-brand-primary-strong);
}

.apply-company-logo img[b-v3i2j5bo5h] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.apply-job-identity[b-v3i2j5bo5h] {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}

.apply-company[b-v3i2j5bo5h] {
    color: var(--finpleo-brand-primary-strong);
    font-size: .8rem;
    font-weight: 650;
}

.apply-job-header h1[b-v3i2j5bo5h] {
    margin: .2rem 0 .5rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -.035em;
}

.apply-job-meta[b-v3i2j5bo5h] {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .75rem;
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
}

.apply-job-meta > span[b-v3i2j5bo5h],
.apply-job-link[b-v3i2j5bo5h] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.apply-job-meta[b-v3i2j5bo5h]  svg,
.apply-job-link[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    font-size: .95rem;
}

.apply-job-link[b-v3i2j5bo5h] {
    flex-shrink: 0;
    font-size: .8rem;
    padding-block: .2rem;
}

.job-apply a[b-v3i2j5bo5h] {
    color: var(--finpleo-brand-primary-strong);
    font-weight: 600;
}

.job-apply a:hover[b-v3i2j5bo5h] {
    text-decoration: underline;
}

.apply-layout[b-v3i2j5bo5h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 16.5rem);
    gap: .85rem;
    align-items: start;
}

.apply-main[b-v3i2j5bo5h] {
    display: grid;
    gap: .85rem;
    min-width: 0;
}

.apply-card[b-v3i2j5bo5h] {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 10px;
    background: var(--finpleo-surface);
}

.apply-card h2[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.apply-card h2[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--finpleo-brand-primary-strong);
}

.apply-section-heading[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .35rem .75rem;
}

.apply-section-heading > a[b-v3i2j5bo5h],
.apply-optional[b-v3i2j5bo5h] {
    font-size: .75rem;
}

.apply-hint[b-v3i2j5bo5h] {
    margin: .35rem 0 .75rem;
    color: var(--finpleo-text-secondary);
    font-size: .8rem;
    overflow-wrap: anywhere;
}

.apply-optional[b-v3i2j5bo5h],
.apply-empty[b-v3i2j5bo5h] {
    color: var(--finpleo-text-secondary);
}

.apply-empty[b-v3i2j5bo5h] {
    margin: .65rem 0 0;
    font-size: .8rem;
}

.job-apply[b-v3i2j5bo5h]  .mud-input,
.job-apply[b-v3i2j5bo5h]  .mud-input-label,
.job-apply[b-v3i2j5bo5h]  .mud-typography-body1 {
    font-size: .85rem;
}

.job-apply[b-v3i2j5bo5h]  .mud-input-control-helper-container {
    font-size: .75rem;
}

.job-apply[b-v3i2j5bo5h]  .mud-input-required > .mud-input-control-input-container > .mud-input-label::after {
    margin-left: .2em;
    color: var(--mud-palette-error);
    font-weight: 700;
}

.job-apply[b-v3i2j5bo5h]  .mud-checkbox {
    align-items: flex-start;
    margin: 0;
    max-width: 100%;
}

.job-apply[b-v3i2j5bo5h]  .mud-checkbox .mud-typography {
    padding-block: .5rem;
    font-size: .8rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    min-width: 0;
}

.apply-cv[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .65rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-brand-subtle);
}

.apply-cv > div[b-v3i2j5bo5h] {
    display: grid;
    flex: 1;
    min-width: 0;
    font-size: .8rem;
    overflow-wrap: anywhere;
}

.apply-cv[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    color: var(--finpleo-brand-primary-strong);
    font-size: 1.2rem;
}

.apply-included[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .7rem;
    font-weight: 600;
}

.apply-included[b-v3i2j5bo5h]  svg {
    font-size: .95rem;
}

.apply-documents[b-v3i2j5bo5h] {
    margin-top: .5rem;
}

.apply-document + .apply-document[b-v3i2j5bo5h] {
    border-top: 1px solid var(--finpleo-divider-color);
}

.apply-filename[b-v3i2j5bo5h] {
    overflow-wrap: anywhere;
}

.apply-language-list[b-v3i2j5bo5h] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: .5rem 0;
}

.apply-language-list > span[b-v3i2j5bo5h] {
    padding: .2rem .5rem;
    border-radius: 6px;
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
    font-size: .75rem;
    overflow-wrap: anywhere;
}

.apply-slot-list[b-v3i2j5bo5h] {
    display: grid;
    gap: .5rem;
}

.apply-slot[b-v3i2j5bo5h] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .65rem;
    padding: .65rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-primary);
    text-align: left;
    cursor: pointer;
}

.apply-slot:hover[b-v3i2j5bo5h],
.apply-slot.is-selected[b-v3i2j5bo5h] {
    border-color: var(--finpleo-brand-primary);
    background: var(--finpleo-brand-subtle);
}

.apply-slot[b-v3i2j5bo5h]  svg {
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--finpleo-brand-primary-strong);
}

.apply-slot-copy[b-v3i2j5bo5h] {
    display: grid;
    gap: .1rem;
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: .8rem;
}

.apply-slot-copy small[b-v3i2j5bo5h] {
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
}

.apply-submit[b-v3i2j5bo5h] {
    background: var(--finpleo-brand-subtle);
    border-color: #c4dcd6;
}

.apply-review[b-v3i2j5bo5h] {
    margin: .65rem 0;
}

.apply-review > div[b-v3i2j5bo5h] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem 0;
    border-bottom: 1px solid var(--finpleo-divider-color);
    font-size: .8rem;
}

.apply-review dt[b-v3i2j5bo5h] {
    color: var(--finpleo-text-secondary);
}

.apply-review dd[b-v3i2j5bo5h] {
    margin: 0;
    text-align: right;
    font-weight: 600;
}

.apply-review .is-ready[b-v3i2j5bo5h] {
    color: var(--finpleo-brand-primary-strong);
}

.apply-consent[b-v3i2j5bo5h] {
    margin: .5rem -.5rem;
}

.apply-submit[b-v3i2j5bo5h]  .apply-send {
    width: 100%;
    min-height: 38px;
    border-radius: 8px;
    font-size: .8rem;
    font-weight: 650;
    text-transform: none;
}

.apply-submit[b-v3i2j5bo5h]  .apply-send:not(:disabled) {
    background: var(--finpleo-brand-primary-strong) !important;
    color: #fff !important;
}

.apply-submit[b-v3i2j5bo5h]  .apply-send:not(:disabled):hover {
    background: var(--finpleo-brand-primary-hover) !important;
}

@media (max-width: 768px) {
    .apply-layout[b-v3i2j5bo5h] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 600px) {
    .job-apply[b-v3i2j5bo5h],
    .apply-layout[b-v3i2j5bo5h],
    .apply-main[b-v3i2j5bo5h] {
        gap: .75rem;
    }

    .apply-job-header[b-v3i2j5bo5h],
    .apply-card[b-v3i2j5bo5h] {
        padding: .85rem;
    }

    .apply-job-header[b-v3i2j5bo5h] {
        flex-wrap: wrap;
        gap: .65rem;
    }

    .apply-job-identity[b-v3i2j5bo5h] {
        flex-basis: calc(100% - 60px);
    }

    .apply-company-logo[b-v3i2j5bo5h] {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .apply-job-header h1[b-v3i2j5bo5h] {
        font-size: 1.15rem;
    }

    .apply-cv[b-v3i2j5bo5h] {
        flex-wrap: wrap;
    }

    .apply-submit[b-v3i2j5bo5h]  .apply-send {
        min-height: 44px;
    }
}
/* /Components/Pages/Jobs.razor.rz.scp.css */
.cv-selection-intro[b-trqe3ui2d9] { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; padding: 1.4rem; border: 1px solid #cce5df; border-radius: 15px; background: linear-gradient(110deg, #eef9f5, #f8fcfa); color: #193e3c; }
.cv-selection-icon[b-trqe3ui2d9] { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: #daeee6; color: #197867; flex: 0 0 48px; }
.cv-selection-intro > div[b-trqe3ui2d9] { flex: 1 1 22rem; min-width: 0; }
.cv-selection-label[b-trqe3ui2d9] { font-size: .68rem; font-weight: 750; letter-spacing: .05em; color: #247c6f; }
.cv-selection-intro h1[b-trqe3ui2d9] { margin: .3rem 0 .4rem; font-size: 1.3rem; font-weight: 750; line-height: 1.4; }
.cv-selection-intro p[b-trqe3ui2d9] { margin: 0; font-size: .85rem; color: #506d66; line-height: 1.6; }
.cv-selection-intro[b-trqe3ui2d9]  a { font-size: .8rem; }
.cv-selection-job[b-trqe3ui2d9] { display: flex; flex-direction: column; gap: .6rem; min-width: 0; }
.cv-selection-job[b-trqe3ui2d9]  .mud-button-root { text-transform: none; border-radius: 9px; font-size: .85rem; }
@media (max-width: 600px) { .cv-selection-intro[b-trqe3ui2d9] { padding: 1rem; } .cv-selection-icon[b-trqe3ui2d9] { display: none; } }
/* /Components/Pages/NewsItem.razor.rz.scp.css */
.news-detail[b-6n9zt3wvjq] {
    color: var(--finpleo-text-primary);
    padding-bottom: 2rem;
}

.news-detail-toolbar[b-6n9zt3wvjq] {
    padding: .25rem 0 1.25rem;
}

.news-detail-layout[b-6n9zt3wvjq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 15rem;
    align-items: start;
    gap: 1.5rem;
}

.news-article[b-6n9zt3wvjq] {
    min-width: 0;
    background: var(--finpleo-surface);
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    overflow: hidden;
}

.news-article-header[b-6n9zt3wvjq] {
    padding: 2.25rem 2.25rem 1.75rem;
}

.news-article-category[b-6n9zt3wvjq] {
    display: inline-block;
    margin-bottom: .85rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .7rem;
    font-weight: 750;
    letter-spacing: .1em;
    line-height: 1.5;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.news-article-header h1[b-6n9zt3wvjq] {
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    font-weight: 750;
    line-height: 1.16;
    letter-spacing: -.035em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.news-article-meta[b-6n9zt3wvjq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-top: 1.15rem;
    color: var(--finpleo-text-secondary);
    font-size: .78rem;
    line-height: 1.5;
}

.news-article-intro[b-6n9zt3wvjq] {
    margin: 1.5rem 0 0;
    color: var(--finpleo-text-secondary);
    font-size: 1.05rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.news-article-hero[b-6n9zt3wvjq] {
    margin: 0;
    background: var(--finpleo-surface-muted);
}

.news-article-hero img[b-6n9zt3wvjq] {
    display: block;
    width: 100%;
    height: auto;
}

.news-article-body[b-6n9zt3wvjq] {
    max-width: 72ch;
    margin: 0 auto;
    padding: 2rem 2.25rem 2.5rem;
    overflow-wrap: anywhere;
}

/* Override the shared renderer only inside news articles. */
.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body {
    color: var(--finpleo-text-primary) !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body .finpleo-news-article {
    max-width: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(h1, h2, h3, h4, h5, h6) {
    margin: 1.8em 0 .65em !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--finpleo-text-primary) !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: -.02em;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(h1, h2) {
    font-size: 1.4rem !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body h3 {
    font-size: 1.15rem !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(h4, h5, h6) {
    font-size: 1rem !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body > :first-child,
.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body .finpleo-news-article > h1:first-of-type {
    margin-top: 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body > :last-child {
    margin-bottom: 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(p, ul, ol) {
    margin: 0 0 1.1em !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(ul, ol) {
    padding-left: 1.4em !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body li {
    margin: .4em 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body a {
    color: var(--finpleo-brand-primary-strong) !important;
    text-decoration: underline !important;
    text-underline-offset: .18em;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body blockquote {
    margin: 1.5rem 0 !important;
    padding: 1rem 1.25rem !important;
    border-left: 3px solid var(--finpleo-brand-primary) !important;
    background: var(--finpleo-brand-subtle);
    color: var(--finpleo-text-secondary) !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body blockquote > :last-child {
    margin-bottom: 0 !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    font-size: .875rem;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body :is(img, video, iframe) {
    max-width: 100% !important;
}

.news-article-body[b-6n9zt3wvjq]  .md-scope.markdown-body img {
    height: auto;
}

.news-article-footer[b-6n9zt3wvjq] {
    display: grid;
    gap: .75rem;
    margin: 0 2.25rem;
    padding: 1.25rem 0 1.75rem;
    border-top: 1px solid var(--finpleo-divider-color);
}

.news-article-topics-label[b-6n9zt3wvjq] {
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
    font-weight: 600;
}

.news-article-topics[b-6n9zt3wvjq] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-article-topics li[b-6n9zt3wvjq] {
    list-style: none;
    max-width: 100%;
    padding: .3rem .65rem;
    border-radius: 5px;
    background: var(--finpleo-surface-section);
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.news-detail-sidebar[b-6n9zt3wvjq] {
    display: grid;
    gap: 1.25rem;
    min-width: 0;
}

.news-detail-status[b-6n9zt3wvjq] {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-secondary);
}

@media (max-width: 959px) {
    .news-detail-layout[b-6n9zt3wvjq] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 599px) {
    .news-detail-toolbar[b-6n9zt3wvjq] {
        padding-bottom: .75rem;
    }

    .news-article-header[b-6n9zt3wvjq] {
        padding: 1.5rem 1.25rem;
    }

    .news-article-body[b-6n9zt3wvjq] {
        padding: 1.5rem 1.25rem 2rem;
    }

    .news-article-footer[b-6n9zt3wvjq] {
        margin: 0 1.25rem;
    }
}
/* /Components/Pages/StudyItem.razor.rz.scp.css */
.study-detail[b-y7of64lvht] {
    max-width: 52rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    color: var(--finpleo-text-primary);
}

.study-detail-toolbar[b-y7of64lvht],
.study-detail-actions[b-y7of64lvht] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.study-detail-toolbar[b-y7of64lvht] {
    justify-content: space-between;
    min-height: 44px;
    margin-bottom: 1rem;
}

.study-back-link[b-y7of64lvht] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    min-height: 44px;
    color: var(--finpleo-text-secondary);
    font-size: .85rem;
    text-decoration: none;
}

.study-article[b-y7of64lvht] {
    min-width: 0;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
    overflow: hidden;
}

.study-article-header[b-y7of64lvht] {
    padding: 2.25rem 2.5rem 1.75rem;
}

.study-category[b-y7of64lvht] {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .09em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.study-article-header h1[b-y7of64lvht] {
    margin: 0;
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.03em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.study-intro[b-y7of64lvht] {
    margin: 1rem 0 0;
    color: var(--finpleo-text-secondary);
    font-size: 1rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.study-metadata[b-y7of64lvht] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 2rem;
    margin: 1.5rem 0 0;
}

.study-metadata > div[b-y7of64lvht] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .4rem;
    min-width: 0;
    font-size: .8rem;
    line-height: 1.5;
}

.study-metadata dt[b-y7of64lvht] {
    color: var(--finpleo-text-secondary);
    font-weight: 400;
}

.study-metadata dd[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-brand-primary-strong);
    font-weight: 600;
    overflow-wrap: anywhere;
}

.study-section[b-y7of64lvht],
.study-answer[b-y7of64lvht] {
    padding: 1.75rem 2.5rem 2rem;
    border-top: 1px solid var(--finpleo-divider-color);
}

.study-section-heading[b-y7of64lvht] {
    margin: 0 0 1rem;
    color: var(--finpleo-text-primary);
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.5;
}

.study-answer[b-y7of64lvht] {
    background: var(--finpleo-brand-subtle);
}

.study-answer summary[b-y7of64lvht] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 44px;
    margin: -.5rem 0;
    cursor: pointer;
    list-style: none;
}

.study-answer summary[b-y7of64lvht]::-webkit-details-marker {
    display: none;
}

.study-answer summary .study-section-heading[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-brand-primary-strong);
}

.study-answer-chevron[b-y7of64lvht] {
    color: var(--finpleo-brand-primary-strong);
    font-size: 1.2rem;
}

.study-answer[open] .study-answer-chevron[b-y7of64lvht] {
    transform: rotate(180deg);
}

.study-answer[open] .study-prose[b-y7of64lvht] {
    margin-top: 1.25rem;
}

.study-prose[b-y7of64lvht] {
    min-width: 0;
    overflow-wrap: anywhere;
}

/* Keep the shared HTML renderer unchanged outside this detail page. */
.study-prose[b-y7of64lvht]  .md-scope.markdown-body {
    color: var(--finpleo-text-primary) !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(h1, h2, h3, h4, h5, h6) {
    margin: 1.6em 0 .6em !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--finpleo-text-primary) !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(h1, h2) {
    font-size: 1.25rem !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body h3 {
    font-size: 1.1rem !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(h4, h5, h6) {
    font-size: 1rem !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(p, ul, ol) {
    margin: 0 0 1em !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body > :first-child {
    margin-top: 0 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body > :last-child {
    margin-bottom: 0 !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(ul, ol) {
    padding-left: 1.4em !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body ol > li {
    list-style-type: decimal;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body a {
    color: var(--finpleo-brand-primary-strong) !important;
    text-decoration: underline !important;
    text-underline-offset: .18em;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body blockquote {
    margin: 1.5rem 0 !important;
    padding: .25rem 1rem !important;
    border-left: 3px solid var(--finpleo-brand-primary) !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(table, pre) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    font-size: .875rem;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body :is(img, video, iframe) {
    max-width: 100% !important;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body img {
    height: auto;
}

.study-prose[b-y7of64lvht]  .md-scope.markdown-body mjx-container {
    max-width: 100%;
    overflow-x: auto;
    font-size: 1em !important;
}

.study-answer-empty p[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-text-secondary);
    line-height: 1.65;
}

.study-copilot[b-y7of64lvht] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 0;
}

.study-copilot h2[b-y7of64lvht] {
    margin: 0 0 .35rem;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.4;
}

.study-copilot p[b-y7of64lvht] {
    margin: 0;
    color: var(--finpleo-text-secondary);
    font-size: .85rem;
    line-height: 1.6;
}

.study-copilot-link[b-y7of64lvht] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 44px;
    padding: .65rem 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 7px;
    background: var(--finpleo-surface);
    color: var(--finpleo-brand-primary-strong);
    font-size: .85rem;
    font-weight: 650;
    text-decoration: none;
}

.study-detail a:hover[b-y7of64lvht] {
    color: var(--finpleo-brand-primary-strong);
    text-decoration: underline;
    text-underline-offset: .2em;
}

.study-detail :is(a, summary):focus-visible[b-y7of64lvht] {
    outline: 2px solid var(--finpleo-brand-primary-strong);
    outline-offset: 4px;
}

.study-detail-status[b-y7of64lvht] {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
    color: var(--finpleo-text-secondary);
}

@media (max-width: 599px) {
    .study-article-header[b-y7of64lvht] {
        padding: 1.5rem 1.25rem;
    }

    .study-section[b-y7of64lvht],
    .study-answer[b-y7of64lvht] {
        padding: 1.5rem 1.25rem;
    }

    .study-copilot-link[b-y7of64lvht] {
        width: 100%;
    }
}
/* /Components/Parts/JobApplication/JobAppCard.razor.rz.scp.css */
.application-card[b-evqt1affs6] { border: 1px solid #d3dfda; border-radius: 14px; background: #fff; box-shadow: 0 2px 5px #243b3605; overflow: hidden; min-width: 0; }
.application-content[b-evqt1affs6] { padding: 20px 22px 12px; }
.application-topline[b-evqt1affs6] { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.application-company[b-evqt1affs6] { color: #667572; font-size: 12px; overflow-wrap: anywhere; padding-top: 3px; }
.application-status[b-evqt1affs6] { flex-shrink: 0; padding: 4px 9px; border-radius: 6px; background: #edf1ef; color: #52635f; font-size: 11px; font-weight: 650; }
.status-received[b-evqt1affs6] { background: #fff2dd; color: #93600e; }
.status-inprogress[b-evqt1affs6] { background: #e8f2fa; color: #315f86; }
.status-hired[b-evqt1affs6] { background: #e7f4e9; color: #2d703d; }
.status-rejected[b-evqt1affs6] { background: #fbecec; color: #a34242; }
.application-card h3[b-evqt1affs6] { margin: 9px 0 12px; font-size: 17px; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; }
.application-card h3 a[b-evqt1affs6] { color: #243b36; text-decoration: none; }
.application-card h3 a:hover[b-evqt1affs6] { color: #1f7f78; text-decoration: underline; }
.application-tags[b-evqt1affs6] { display: flex; flex-wrap: wrap; gap: 6px; }
.application-tags span[b-evqt1affs6] { border-radius: 5px; padding: 3px 7px; background: #f2f5f3; color: #5b6e66; font-size: 11px; }
.application-footer[b-evqt1affs6] { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 4px 12px; margin-top: 15px; padding-top: 9px; border-top: 1px solid #edf1ef; }
.application-date[b-evqt1affs6] { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #667572; }
.application-date[b-evqt1affs6]  svg { width: 15px; height: 15px; }
.application-actions[b-evqt1affs6] { display: flex; align-items: center; margin-left: auto; }
.application-actions[b-evqt1affs6]  .mud-button { text-transform: none; font-size: 12px; min-height: 44px; }
.application-actions[b-evqt1affs6]  .mud-icon-button { min-width: 44px; min-height: 44px; }
.application-preparation[b-evqt1affs6] { padding: 16px 22px; border-top: 1px solid #dce9e2; background: #f3f9f6; }
.preparation-heading[b-evqt1affs6] { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.preparation-title[b-evqt1affs6] { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 650; color: #246b5e; }
.preparation-badge[b-evqt1affs6] { padding: 4px 8px; border-radius: 20px; font-size: 11px; background: #e4efe9; color: #426b5f; }
.preparation-badge.is-due[b-evqt1affs6] { background: #fff0db; color: #946017; }
.preparation-details[b-evqt1affs6] { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 24px; margin-top: 15px; }
.preparation-meta[b-evqt1affs6] { display: flex; justify-content: space-between; gap: 8px; font-size: 12px; color: #526d62; }
.preparation-meta strong[b-evqt1affs6] { font-weight: 600; }
.preparation-progress progress[b-evqt1affs6] { display: block; width: 100%; height: 5px; border: 0; border-radius: 4px; overflow: hidden; margin: 8px 0 5px; background: #dfeae3; accent-color: #269e93; }
.preparation-progress progress[b-evqt1affs6]::-webkit-progress-bar { background: #dfeae3; }
.preparation-progress progress[b-evqt1affs6]::-webkit-progress-value { background: #269e93; }
.preparation-progress progress[b-evqt1affs6]::-moz-progress-bar { background: #269e93; }
.preparation-progress small[b-evqt1affs6] { color: #667572; font-size: 11px; }
.preparation-next[b-evqt1affs6] { display: flex; flex-direction: column; gap: 5px; border-left: 1px solid #d7e6dd; padding-left: 22px; color: #243b36; min-width: 0; }
.preparation-next > span[b-evqt1affs6] { font-size: 10px; letter-spacing: .06em; color: #526d62; }
.preparation-next strong[b-evqt1affs6] { font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }
.preparation-next:hover strong[b-evqt1affs6] { color: #1f7f78; text-decoration: underline; }
.preparation-link[b-evqt1affs6] { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding-top: 8px; font-size: 12px; font-weight: 650; color: #1f7f78; }
.preparation-link:hover[b-evqt1affs6] { text-decoration: underline; }
.application-prepare-prompt[b-evqt1affs6] { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; padding: 10px 22px; border-top: 1px solid #e5ece8; background: #fafcfb; font-size: 11px; }
.application-prepare-prompt > span[b-evqt1affs6] { display: flex; align-items: center; gap: 8px; color: #667572; }
.application-prepare-prompt a[b-evqt1affs6] { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #1f7f78; font-weight: 650; }
.application-card a:focus-visible[b-evqt1affs6] { outline: 2px solid #269e93; outline-offset: 3px; border-radius: 3px; }
@media (max-width: 600px) {
    .application-content[b-evqt1affs6] { padding: 16px 16px 8px; }
    .application-topline[b-evqt1affs6] { flex-wrap: wrap; gap: 8px; }
    .application-card h3[b-evqt1affs6] { font-size: 16px; }
    .application-preparation[b-evqt1affs6] { padding: 14px 16px 8px; }
    .preparation-details[b-evqt1affs6] { grid-template-columns: minmax(0, 1fr); gap: 12px; }
    .preparation-next[b-evqt1affs6] { padding-left: 0; border-left: 0; }
    .application-prepare-prompt[b-evqt1affs6] { padding: 10px 16px; }
}
/* /Components/Parts/JobApplication/Summary.razor.rz.scp.css */
.application-filters[b-juv3fdtjo2] { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.application-filter[b-juv3fdtjo2] { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 15px 18px; border: 1px solid #d9e3e0; border-radius: 12px; background: #fff; color: #52635f; font: inherit; cursor: pointer; text-align: left; transition: background .15s, border-color .15s; }
.application-filter:hover[b-juv3fdtjo2] { border-color: #7da99f; background: #f7faf9; }
.application-filter.is-selected[b-juv3fdtjo2] { background: #e4f2ed; border-color: #268a7f; color: #195f57; }
.application-filter:focus-visible[b-juv3fdtjo2] { outline: 3px solid #269e93; outline-offset: 3px; }
.filter-label[b-juv3fdtjo2] { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; }
.application-filter strong[b-juv3fdtjo2] { font-size: 25px; line-height: 1; font-weight: 700; color: #243b36; }
.filter-dot[b-juv3fdtjo2] { width: 7px; height: 7px; border-radius: 50%; background: #627772; flex-shrink: 0; }
.filter-dot.received[b-juv3fdtjo2] { background: #c77d12; }
.filter-dot.progress[b-juv3fdtjo2] { background: #378bc1; }
.filter-dot.hired[b-juv3fdtjo2] { background: #39945d; }
.filter-dot.rejected[b-juv3fdtjo2] { background: #c85e5e; }
@media (min-width: 601px) and (max-width: 760px) {
    .application-filter[b-juv3fdtjo2] { padding: 14px 10px; }
    .filter-label[b-juv3fdtjo2] { gap: 5px; font-size: 11px; }
}
@media (max-width: 600px) {
    .application-filters[b-juv3fdtjo2] { gap: 7px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .application-filter[b-juv3fdtjo2] { flex-direction: row; align-items: center; justify-content: space-between; gap: 8px; padding: 12px; min-height: 48px; }
    .application-filter:first-child[b-juv3fdtjo2] { grid-column: 1 / -1; }
    .application-filter strong[b-juv3fdtjo2] { font-size: 20px; }
}
/* /Components/Parts/Jobs/CvJobCheckPromo.razor.rz.scp.css */
.cv-promo[b-hmp0qdtr3v] { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; padding: 1.5rem; border: 1px solid #cbe5df; border-radius: 16px; background: radial-gradient(ellipse at top right, #dcf2ea, transparent 60%), linear-gradient(120deg, #f5fcfa, #eef8f4); color: #193e3c; }
.cv-promo-symbol[b-hmp0qdtr3v] { width: 56px; height: 64px; flex: 0 0 56px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: white; border: 1px solid #d3e9e0; color: #178375; box-shadow: 4px 5px 0 #c6e8dd; transform: rotate(-5deg); }
.cv-promo.is-dismissible[b-hmp0qdtr3v] { padding-right: 3.25rem; margin-bottom: 1rem; }
.cv-promo-dismiss[b-hmp0qdtr3v] { position: absolute; top: .25rem; right: .25rem; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #4d6b66; cursor: pointer; }
.cv-promo-dismiss:hover[b-hmp0qdtr3v] { background: #dceee7; color: #193e3c; }
.cv-promo-dismiss:focus-visible[b-hmp0qdtr3v] { outline: 2px solid #17786b; outline-offset: 1px; }
.cv-promo-symbol[b-hmp0qdtr3v]  svg { width: 32px; height: 32px; }
.cv-promo-copy[b-hmp0qdtr3v] { flex: 1 1 19rem; min-width: 0; }
.cv-promo-eyebrow[b-hmp0qdtr3v] { display: flex; align-items: center; gap: .5rem; color: #247c6f; font-weight: 750; font-size: .66rem; letter-spacing: .07em; }
.cv-promo-eyebrow > span[b-hmp0qdtr3v] { border-radius: 4px; background: #17786b; color: #fff; padding: .15rem .4rem; font-size: .6rem; }
.cv-promo h2[b-hmp0qdtr3v] { margin: .5rem 0 .4rem; font-size: 1.28rem; line-height: 1.35; font-weight: 750; letter-spacing: -.025em; }
.cv-promo p[b-hmp0qdtr3v] { margin: 0; color: #4d6b66; font-size: .84rem; line-height: 1.6; }
.cv-promo-details[b-hmp0qdtr3v] { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: .8rem; font-size: .73rem; color: #3b7164; }
.cv-promo-details > span[b-hmp0qdtr3v] { display: inline-flex; gap: .3rem; align-items: center; }
.cv-promo-details[b-hmp0qdtr3v]  svg { width: 15px; height: 15px; }
.cv-promo[b-hmp0qdtr3v]  .cv-promo-cta { border-radius: 9px; text-transform: none; font-size: .82rem; font-weight: 700; padding: .7rem 1rem; }
.cv-promo.is-compact[b-hmp0qdtr3v] { margin-top: 1rem; padding: 1rem; gap: 1rem; border-radius: 11px; }
.is-compact .cv-promo-symbol[b-hmp0qdtr3v] { width: 40px; height: 44px; flex-basis: 40px; box-shadow: none; transform: none; }
.is-compact .cv-promo-symbol[b-hmp0qdtr3v]  svg { width: 24px; height: 24px; }
.is-compact h2[b-hmp0qdtr3v] { font-size: 1rem; }
.is-compact p[b-hmp0qdtr3v] { font-size: .78rem; }
@media (max-width: 600px) {
    .cv-promo[b-hmp0qdtr3v] { padding: 1.15rem; gap: 1rem; }
    .cv-promo-copy[b-hmp0qdtr3v] { flex-basis: calc(100% - 5rem); }
    .cv-promo h2[b-hmp0qdtr3v] { font-size: 1.13rem; }
    .cv-promo[b-hmp0qdtr3v]  .cv-promo-cta { width: 100%; }
    .cv-promo-details[b-hmp0qdtr3v] { display: none; }
    .is-compact .cv-promo-symbol[b-hmp0qdtr3v] { display: none; }
}
/* /Components/Parts/Jobs/InterviewPreparationOverview.razor.rz.scp.css */
.prep-overview[b-wujqbuyl54] { margin: 0 0 24px; color: #183b43; }
.prep-overview > header[b-wujqbuyl54] { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.prep-kicker[b-wujqbuyl54] { font-size: 9px; font-weight: 700; letter-spacing: .1em; color: #43877e; }
.prep-overview h2[b-wujqbuyl54] { font-size: 18px; font-weight: 700; margin-top: 3px; }
.prep-overview h2 span[b-wujqbuyl54] { display: inline-block; padding: 2px 7px; font-size: 11px; background: #e0eeea; border-radius: 6px; margin-left: 5px; }
.prep-overview header a[b-wujqbuyl54] { color: #267a70; font-size: 11px; font-weight: 600; white-space: nowrap; }
.prep-overview-grid[b-wujqbuyl54] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 14px; }
.prep-summary[b-wujqbuyl54] { display: flex; flex-direction: column; padding: 20px; border-radius: 16px; border: 1px solid #dbe6e6; background: linear-gradient(145deg, #f4faf7, #fff 65%); color: inherit; text-decoration: none; transition: border-color .15s, box-shadow .15s; }
.prep-summary:hover[b-wujqbuyl54] { border-color: #7cbaad; box-shadow: 0 5px 20px #1c5d4610; }
.prep-summary:focus-visible[b-wujqbuyl54] { outline: 2px solid #22998d; outline-offset: 3px; }
.prep-summary-top[b-wujqbuyl54] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.prep-summary-icon[b-wujqbuyl54] { display: flex; align-items: center; justify-content: center; border-radius: 9px; width: 34px; height: 34px; background: #e3f0e9; color: #268879; }
.prep-due[b-wujqbuyl54], .prep-badge[b-wujqbuyl54] { font-size: 10px; padding: 4px 9px; border-radius: 20px; background: #edf4f2; color: #438176; }
.prep-due[b-wujqbuyl54] { background: #fff0db; color: #946017; }
.prep-summary h3[b-wujqbuyl54] { font-size: 14px; font-weight: 650; line-height: 1.4; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.prep-summary p[b-wujqbuyl54] { font-size: 11px; color: #62777d; margin: 7px 0 18px; }
.prep-summary-progress[b-wujqbuyl54] { display: flex; justify-content: space-between; font-size: 10px; color: #62777d; }
.prep-summary-progress strong[b-wujqbuyl54] { color: #287e73; }
.prep-summary progress[b-wujqbuyl54] { display: block; width: 100%; height: 5px; border: 0; border-radius: 4px; overflow: hidden; margin-top: 7px; background: #e6eeea; accent-color: #22998d; }
.prep-summary progress[b-wujqbuyl54]::-webkit-progress-bar { background: #e6eeea; }
.prep-summary progress[b-wujqbuyl54]::-webkit-progress-value { background: #22998d; }
.prep-summary-next[b-wujqbuyl54] { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; font-size: 11px; }
.prep-summary-next small[b-wujqbuyl54] { color: #62777d; font-size: 9px; }
.prep-summary-next span[b-wujqbuyl54] { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.prep-summary-action[b-wujqbuyl54] { display: flex; justify-content: space-between; padding-top: 16px; margin-top: auto; font-size: 11px; font-weight: 650; color: #287e73; }
@media (max-width: 600px) { .prep-overview h2[b-wujqbuyl54] { font-size: 16px; } .prep-overview header a[b-wujqbuyl54] { font-size: 10px; } }
/* /Components/Parts/Jobs/InterviewPreparationPlanView.razor.rz.scp.css */
.prep-plan[b-z3i8fxnap6] { --prep-ink: #183b43; --prep-muted: #62777d; border: 1px solid #dbe6e6; border-radius: 20px; background: #fff; overflow: hidden; color: var(--prep-ink); }
.prep-hero[b-z3i8fxnap6] { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px; background: linear-gradient(115deg, #eff8f5, #f8fbfc); }
.prep-heading[b-z3i8fxnap6] { min-width: 0; max-width: 700px; }
.prep-eyebrow[b-z3i8fxnap6] { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 750; letter-spacing: .09em; color: #167c76; }
.prep-heading h2[b-z3i8fxnap6] { font-size: clamp(19px, 2.2vw, 25px); font-weight: 700; line-height: 1.3; margin: 12px 0; overflow-wrap: anywhere; }
.prep-interview[b-z3i8fxnap6] { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--prep-muted); }
.prep-ring[b-z3i8fxnap6] { width: 94px; height: 94px; flex: 0 0 94px; padding: 7px; border-radius: 50%; background: conic-gradient(#208f84 var(--progress), #dbeae6 0); }
.prep-ring > div[b-z3i8fxnap6] { height: 100%; border-radius: 50%; background: #f6fbf9; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.prep-ring strong[b-z3i8fxnap6] { font-size: 25px; line-height: 1.2; }
.prep-ring strong span[b-z3i8fxnap6] { font-size: 13px; }
.prep-ring small[b-z3i8fxnap6] { font-size: 10px; color: var(--prep-muted); }
.prep-metrics[b-z3i8fxnap6] { display: grid; grid-template-columns: repeat(3, 1fr); padding: 20px 28px; border-bottom: 1px solid #edf1f2; }
.prep-metrics > div[b-z3i8fxnap6] { padding: 0 16px; border-right: 1px solid #e4eceb; }
.prep-metrics > div:first-child[b-z3i8fxnap6] { padding-left: 0; }
.prep-metrics > div:last-child[b-z3i8fxnap6] { border: 0; }
.prep-metrics strong[b-z3i8fxnap6] { display: block; font-size: 23px; }
.prep-metrics strong span[b-z3i8fxnap6] { font-size: 14px; color: var(--prep-muted); font-weight: 400; }
.prep-metrics small[b-z3i8fxnap6] { display: block; margin-top: 3px; font-size: 11px; color: var(--prep-muted); }
.prep-next[b-z3i8fxnap6] { margin: 24px 28px 0; padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid #cae5df; border-left: 4px solid #22998d; border-radius: 12px; background: #f5faf8; }
.prep-next h3[b-z3i8fxnap6] { font-size: 16px; margin: 6px 0; font-weight: 650; }
.prep-next small[b-z3i8fxnap6] { display: flex; align-items: center; gap: 10px; color: var(--prep-muted); font-size: 11px; }
.prep-schedule[b-z3i8fxnap6] { padding: 24px 28px; }
.prep-schedule-header[b-z3i8fxnap6] { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.prep-schedule-header h3[b-z3i8fxnap6] { font-size: 15px; font-weight: 700; }
.prep-filters[b-z3i8fxnap6] { display: flex; padding: 3px; background: #f0f4f4; border-radius: 8px; }
.prep-filters button[b-z3i8fxnap6] { border: 0; padding: 5px 12px; font-size: 11px; color: var(--prep-muted); background: transparent; border-radius: 6px; cursor: pointer; }
.prep-filters .selected[b-z3i8fxnap6] { background: #fff; color: #167c76; box-shadow: 0 1px 4px #173a4212; font-weight: 700; }
.prep-day[b-z3i8fxnap6] { border: 1px solid #e4ebec; border-radius: 12px; margin-top: 10px; overflow: hidden; }
.prep-day summary[b-z3i8fxnap6] { display: flex; align-items: center; gap: 14px; padding: 12px 16px; cursor: pointer; list-style: none; }
.prep-day summary[b-z3i8fxnap6]::-webkit-details-marker { display: none; }
.prep-day[open] summary[b-z3i8fxnap6] { background: #fafcfc; border-bottom: 1px solid #edf1f2; }
.prep-date[b-z3i8fxnap6] { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 40px; height: 45px; flex-shrink: 0; background: #edf5f3; border-radius: 8px; }
.prep-date strong[b-z3i8fxnap6] { font-size: 18px; line-height: 1.1; }
.prep-date small[b-z3i8fxnap6] { font-size: 9px; text-transform: uppercase; }
.prep-day-copy[b-z3i8fxnap6] { display: flex; flex-direction: column; flex: 1; gap: 3px; }
.prep-day-copy strong[b-z3i8fxnap6] { font-size: 12px; }
.prep-day-copy small[b-z3i8fxnap6] { font-size: 10px; color: var(--prep-muted); }
.prep-day-status[b-z3i8fxnap6] { font-size: 10px; color: #287a70; background: #edf5f1; padding: 4px 8px; border-radius: 20px; }
.prep-tasks[b-z3i8fxnap6] { list-style: none; padding: 0 12px; margin: 0; }
.prep-tasks li[b-z3i8fxnap6] { display: flex; align-items: center; gap: 6px; padding: 8px 0; border-bottom: 1px solid #f0f3f3; }
.prep-tasks li:last-child[b-z3i8fxnap6] { border: 0; }
.prep-task-copy[b-z3i8fxnap6] { min-width: 0; flex: 1; }
.prep-task-copy > a[b-z3i8fxnap6] { display: block; color: #214b55; font-size: 13px; font-weight: 550; overflow-wrap: anywhere; }
.prep-task-copy > small[b-z3i8fxnap6] { display: flex; align-items: center; gap: 10px; font-size: 10px; color: var(--prep-muted); margin-top: 5px; }
.prep-type[b-z3i8fxnap6] { display: inline-flex; align-items: center; font-size: 10px; font-weight: 650; line-height: 1.4; padding: 2px 7px; border: 1px solid; border-radius: 5px; white-space: nowrap; }
.prep-type-course[b-z3i8fxnap6] { color: #194b91; background: #e8f1ff; border-color: #bad2f4; }
.prep-type-study[b-z3i8fxnap6] { color: #855000; background: #fff1db; border-color: #efd09b; }
.completed .prep-task-copy > a[b-z3i8fxnap6] { color: var(--prep-muted); text-decoration: line-through; }
.prep-task-open[b-z3i8fxnap6] { padding: 10px; color: #43867c; }
.prep-message[b-z3i8fxnap6] { display: flex; align-items: center; gap: 10px; margin: 20px 28px 0; padding: 16px; background: #f0f7f3; border-radius: 10px; font-size: 13px; }
.prep-empty[b-z3i8fxnap6] { color: var(--prep-muted); font-size: 13px; padding: 16px 0; }
.prep-footer[b-z3i8fxnap6] { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; background: #fafcfc; border-top: 1px solid #edf1f2; color: var(--prep-muted); font-size: 10px; }
button:focus-visible[b-z3i8fxnap6], a:focus-visible[b-z3i8fxnap6], summary:focus-visible[b-z3i8fxnap6] { outline: 2px solid #22998d; outline-offset: 3px; }
@media (max-width: 600px) {
    .prep-hero[b-z3i8fxnap6] { padding: 20px 16px; gap: 12px; align-items: flex-start; }
    .prep-ring[b-z3i8fxnap6] { width: 70px; height: 70px; flex-basis: 70px; padding: 5px; }
    .prep-ring strong[b-z3i8fxnap6] { font-size: 21px; }
    .prep-eyebrow[b-z3i8fxnap6] { font-size: 9px; letter-spacing: .04em; }
    .prep-interview[b-z3i8fxnap6] { font-size: 11px; flex-wrap: wrap; }
    .prep-metrics[b-z3i8fxnap6] { padding: 16px; }
    .prep-metrics > div[b-z3i8fxnap6] { padding: 0 10px; }
    .prep-metrics strong[b-z3i8fxnap6] { font-size: 20px; }
    .prep-metrics small[b-z3i8fxnap6] { font-size: 10px; }
    .prep-next[b-z3i8fxnap6] { margin: 16px 16px 0; flex-direction: column; align-items: stretch; padding: 16px; }
    .prep-schedule[b-z3i8fxnap6] { padding: 20px 16px; }
    .prep-day summary[b-z3i8fxnap6] { padding: 10px; gap: 10px; }
    .prep-day-status[b-z3i8fxnap6] { font-size: 9px; padding: 4px 6px; }
    .prep-footer[b-z3i8fxnap6] { font-size: 9px; }
}
/* /Components/Parts/Jobs/JobActionCard.razor.rz.scp.css */
.job-action-card[b-zczyi2dt9x] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 20px 22px;
    border: 1px solid #c4dfda;
    border-radius: 12px;
    background: linear-gradient(115deg, #e9f5f0, #f7fbf9);
    color: #184c47;
    text-align: left;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
.job-action-card-featured[b-zczyi2dt9x] {
    background: linear-gradient(115deg, #155b57, #237d70);
    color: #fff;
    border-color: #206c61;
    box-shadow: 0 4px 12px #174f4917;
}
.job-action-icon[b-zczyi2dt9x] {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    height: 44px;
    border: 1px solid #bbdbd0;
    border-radius: 12px;
    background: #fff9;
    color: #197568;
}
.job-action-card-featured .job-action-icon[b-zczyi2dt9x] { background: #ffffff12; border-color: #ffffff30; color: #d4f7e4; }
.job-action-copy[b-zczyi2dt9x] { display: flex; flex-direction: column; align-self: stretch; min-width: 0; position: relative; z-index: 1; }
.job-action-eyebrow[b-zczyi2dt9x] { font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; color: #427e70; margin-bottom: 5px; }
.job-action-card-featured .job-action-eyebrow[b-zczyi2dt9x] { color: #bce6d4; }
.job-action-copy strong[b-zczyi2dt9x] { font-size: 17px; font-weight: 750; line-height: 1.3; letter-spacing: -.015em; }
.job-action-description[b-zczyi2dt9x] { display: block; margin-top: 5px; font-size: 12px; line-height: 1.5; color: #4c706a; max-width: 36rem; }
.job-action-card-featured .job-action-description[b-zczyi2dt9x] { color: #d0e5de; }
.job-action-cta[b-zczyi2dt9x] { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-top: auto; padding-top: 13px; font-size: 12px; font-weight: 750; color: #12695d; }
.job-action-card-featured .job-action-cta[b-zczyi2dt9x] { color: #fff; }
.job-action-decoration[b-zczyi2dt9x] { position: absolute; width: 180px; height: 180px; border: 24px solid #ffffff0a; border-radius: 50%; right: -95px; top: -80px; pointer-events: none; }
.job-action-card:hover[b-zczyi2dt9x] { border-color: #6cae9e; box-shadow: 0 6px 18px #174f4920; transform: translateY(-2px); }
.job-action-card-featured:hover[b-zczyi2dt9x] { border-color: #2e907e; box-shadow: 0 6px 18px #174f4930; }
.job-action-card:focus-visible[b-zczyi2dt9x] { outline: 3px solid #269e93; outline-offset: 3px; }
@media (max-width: 600px) {
    .job-action-card[b-zczyi2dt9x] { gap: 12px; padding: 16px; }
    .job-action-icon[b-zczyi2dt9x] { flex-basis: 38px; height: 38px; border-radius: 10px; }
    .job-action-copy strong[b-zczyi2dt9x] { font-size: 16px; }
    .job-action-description[b-zczyi2dt9x] { font-size: 11px; }
    .job-action-cta[b-zczyi2dt9x] { font-size: 11px; padding-top: 10px; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) { .job-action-card[b-zczyi2dt9x] { transition: none; } .job-action-card:hover[b-zczyi2dt9x] { transform: none; } }
/* /Components/Parts/Jobs/JobInfoHeader.razor.rz.scp.css */
.job-hero[b-ji71dtzqaz] {
    padding: 1rem;
    border: 1px solid var(--finpleo-divider-color);
    border-top: 3px solid var(--finpleo-brand-primary);
    border-radius: 10px;
    background: linear-gradient(120deg, var(--finpleo-surface) 50%, var(--finpleo-brand-subtle));
    color: var(--finpleo-text-primary);
    box-shadow: 0 8px 28px rgba(31, 55, 51, .04);
}

.job-hero-preparation[b-ji71dtzqaz] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--finpleo-divider-color);
}

.job-hero-heading[b-ji71dtzqaz] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.job-hero-logo[b-ji71dtzqaz] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: .35rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: var(--finpleo-surface);
    color: var(--finpleo-brand-primary-strong);
}

.job-hero-logo img[b-ji71dtzqaz] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-hero-identity[b-ji71dtzqaz] {
    flex: 1;
    min-width: 0;
}

.job-hero-company[b-ji71dtzqaz] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .2rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .8rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.job-hero-company:hover[b-ji71dtzqaz] {
    text-decoration: underline;
}

.job-hero-company[b-ji71dtzqaz]  svg {
    flex-shrink: 0;
    font-size: .9rem;
}

.job-hero h1[b-ji71dtzqaz] {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

.job-hero-contract[b-ji71dtzqaz] {
    flex: 0 1 auto;
    max-width: 12rem;
    padding: .3rem .55rem;
    border-radius: 8px;
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
    font-size: .75rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

.job-hero-facts[b-ji71dtzqaz] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.75rem;
    margin: .85rem 0;
    padding: .7rem 0;
    border-top: 1px solid var(--finpleo-divider-color);
    border-bottom: 1px solid var(--finpleo-divider-color);
}

.job-hero-fact[b-ji71dtzqaz] {
    min-width: 0;
}

.job-hero-fact dt[b-ji71dtzqaz] {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .2rem;
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
}

.job-hero-fact dt[b-ji71dtzqaz]  svg {
    font-size: 1rem;
}

.job-hero-fact dd[b-ji71dtzqaz] {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.job-hero-footer[b-ji71dtzqaz] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.job-hero-match[b-ji71dtzqaz] {
    flex: 1;
    min-width: 0;
}

.job-hero-match[b-ji71dtzqaz]  .job-personal-match {
    margin-top: 0;
}

.job-hero-match[b-ji71dtzqaz]  .job-personal-match-message,
.job-hero-match[b-ji71dtzqaz]  .job-personal-match-result {
    padding: .5rem .65rem;
    background: var(--finpleo-brand-subtle);
    border-color: var(--finpleo-divider-color);
    border-radius: 8px;
}

.job-hero-match[b-ji71dtzqaz]  .job-personal-match-copy > span {
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.4;
}

.job-hero-actions[b-ji71dtzqaz] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: .5rem;
    flex-shrink: 0;
}

.job-hero-actions[b-ji71dtzqaz]  .mud-button-root {
    min-height: 38px;
    padding: .4rem .75rem;
    border-radius: 8px;
    font-size: .8rem;
    text-transform: none;
    font-weight: 650;
}

.job-hero-actions[b-ji71dtzqaz]  .job-hero-apply {
    background: var(--finpleo-brand-primary-strong) !important;
    color: #fff !important;
}

.job-hero-actions[b-ji71dtzqaz]  .job-hero-apply:hover {
    background: var(--finpleo-brand-primary-hover) !important;
}

@media (max-width: 600px) {
    .job-hero[b-ji71dtzqaz] {
        padding: .85rem;
    }

    .job-hero-heading[b-ji71dtzqaz] {
        flex-wrap: wrap;
        gap: .65rem;
    }

    .job-hero-logo[b-ji71dtzqaz] {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .job-hero-identity[b-ji71dtzqaz] {
        flex-basis: calc(100% - 52px);
    }

    .job-hero h1[b-ji71dtzqaz] {
        font-size: 1.15rem;
    }

    .job-hero-contract[b-ji71dtzqaz] {
        max-width: 100%;
    }

    .job-hero-facts[b-ji71dtzqaz] {
        gap: .6rem 1rem;
        margin: .7rem 0;
    }

    .job-hero-footer[b-ji71dtzqaz] {
        flex-direction: column;
        align-items: stretch;
        gap: .65rem;
    }

    .job-hero-actions[b-ji71dtzqaz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    .job-hero-actions[b-ji71dtzqaz]  .mud-button-root {
        min-height: 44px;
        padding-inline: .4rem;
    }
}
/* /Components/Parts/Jobs/JobInfoSummary.razor.rz.scp.css */
.job-overview[b-w1hnb0liyh] {
    padding: 1rem;
    border: 1px solid #c4dcd6;
    border-radius: 8px;
    background: var(--finpleo-brand-subtle);
    color: var(--finpleo-text-primary);
}

.job-overview h2[b-w1hnb0liyh] {
    margin: 0 0 .65rem;
    font-size: 1.1rem;
    font-weight: 750;
    letter-spacing: -.025em;
}

.job-overview-facts[b-w1hnb0liyh] {
    margin: 0 0 1rem;
}

.job-overview-facts > div[b-w1hnb0liyh] {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: .5rem;
    padding: .5rem 0;
    border-bottom: 1px solid var(--finpleo-divider-color);
    font-size: .82rem;
    line-height: 1.5;
}

.job-overview-facts dt[b-w1hnb0liyh] {
    color: var(--finpleo-text-secondary);
}

.job-overview-facts dd[b-w1hnb0liyh] {
    margin: 0;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.job-overview-actions[b-w1hnb0liyh] {
    display: grid;
    gap: .5rem;
}

.job-overview-actions[b-w1hnb0liyh]  .mud-button-root {
    min-height: 38px;
    border-radius: 8px;
    text-transform: none;
    font-weight: 650;
}

.job-overview-actions[b-w1hnb0liyh]  .job-overview-apply {
    background: var(--finpleo-brand-primary-strong) !important;
    color: #fff !important;
}

.job-overview-actions[b-w1hnb0liyh]  .job-overview-apply:hover {
    background: var(--finpleo-brand-primary-hover) !important;
}

.job-overview-note[b-w1hnb0liyh] {
    margin: 0;
    color: var(--finpleo-text-secondary);
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 600px) {
    .job-overview[b-w1hnb0liyh] {
        padding: .9rem;
    }

    .job-overview-actions[b-w1hnb0liyh]  .mud-button-root {
        min-height: 44px;
    }
}
/* /Components/Parts/Jobs/JobInterviewPreparation.razor.rz.scp.css */
.job-preparation-actions[b-k5ht3g8b9j] { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 12px; }
/* /Components/Parts/Jobs/JobSectionCategoryHome.razor.rz.scp.css */
.job-category-filter[b-3tyy4czl09] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-inline: 2px;
}

.job-category-filter__label[b-3tyy4czl09] {
    flex: 0 0 auto;
    color: var(--finpleo-text-secondary);
    font-size: 0.75rem;
    line-height: 1.4;
}

.job-category-filter__options[b-3tyy4czl09] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    padding-block: 2px;
    scrollbar-width: none;
}

.job-category-filter__options[b-3tyy4czl09]::-webkit-scrollbar {
    display: none;
}

.job-category-filter__option[b-3tyy4czl09] {
    flex: 0 0 auto;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--finpleo-card-border-color);
    border-radius: 999px;
    background: var(--finpleo-brand-subtle);
    color: var(--finpleo-text-secondary);
    font: inherit;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.job-category-filter__option:hover[b-3tyy4czl09],
.job-category-filter__option:focus-visible[b-3tyy4czl09] {
    border-color: var(--finpleo-brand-primary);
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
}

.job-category-filter__option:focus-visible[b-3tyy4czl09] {
    outline: 2px solid var(--finpleo-brand-primary);
    outline-offset: -2px;
}
/* /Components/Parts/News/NewsCardRelated.razor.rz.scp.css */
.news-related[b-rmypujaw0u] {
    padding: 1.4rem 1.25rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 12px;
    background: var(--finpleo-surface);
}

.news-related-eyebrow[b-rmypujaw0u] {
    color: var(--finpleo-text-secondary);
    font-size: .65rem;
    font-weight: 650;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.news-related-header h2[b-rmypujaw0u] {
    margin: .35rem 0 0;
    color: var(--finpleo-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.02em;
}

.news-related-list[b-rmypujaw0u] {
    margin: .5rem 0 0;
    padding: 0;
    list-style: none;
}

.news-related-list li[b-rmypujaw0u] {
    list-style: none;
    border-bottom: 1px solid var(--finpleo-divider-color);
}

.news-related-link[b-rmypujaw0u] {
    display: grid;
    gap: .4rem;
    padding: 1rem 0;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.news-related-category[b-rmypujaw0u] {
    color: var(--finpleo-brand-primary-strong);
    font-size: .65rem;
    font-weight: 600;
    line-height: 1.4;
}

.news-related-title[b-rmypujaw0u] {
    color: var(--finpleo-text-primary);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
}

.news-related-link time[b-rmypujaw0u] {
    color: var(--finpleo-text-secondary);
    font-size: .7rem;
    line-height: 1.4;
}

.news-related-link:hover .news-related-title[b-rmypujaw0u] {
    color: var(--finpleo-brand-primary-strong);
    text-decoration: underline;
    text-underline-offset: .2em;
}

.news-related-all[b-rmypujaw0u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
    margin-top: .5rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .8rem;
    font-weight: 650;
}

.news-related a:focus-visible[b-rmypujaw0u] {
    outline: 2px solid var(--finpleo-brand-primary-strong);
    outline-offset: 4px;
    border-radius: 2px;
}
/* /Components/Parts/Partner/PartnerCard.razor.rz.scp.css */
.partner-card[b-zq86amt3ms] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: .9rem;
    border: 1px solid var(--finpleo-card-border-color);
    border-radius: var(--finpleo-card-radius);
    background: var(--finpleo-surface);
    color: var(--finpleo-text-primary);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.partner-card:hover[b-zq86amt3ms],
.partner-card:focus-within[b-zq86amt3ms] {
    border-color: var(--finpleo-brand-primary);
    box-shadow: var(--finpleo-card-shadow-hover);
}

.partner-card-heading[b-zq86amt3ms] { display: flex; align-items: center; gap: .65rem; }

.partner-card-logo[b-zq86amt3ms] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: .35rem;
    border: 1px solid var(--finpleo-divider-color);
    border-radius: 8px;
    background: #fff;
    color: var(--finpleo-brand-primary-strong);
    font-size: 1rem;
    font-weight: 750;
}

.partner-card-logo img[b-zq86amt3ms] { width: 100%; height: 100%; object-fit: contain; }
.partner-card-identity[b-zq86amt3ms] { min-width: 0; }

.partner-card-sector[b-zq86amt3ms] {
    display: inline-block;
    margin-bottom: .2rem;
    color: var(--finpleo-brand-primary-strong);
    font-size: .72rem;
    font-weight: 650;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.partner-card h2[b-zq86amt3ms] {
    margin: 0;
    font-size: .95rem;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.partner-card-profile[b-zq86amt3ms] { color: inherit; text-decoration: none; }

/* The company link covers the card; the jobs link remains independently actionable. */
.partner-card-profile[b-zq86amt3ms]::after {
    position: absolute;
    inset: 0;
    border-radius: var(--finpleo-card-radius);
    content: "";
}

.partner-card-profile:focus-visible[b-zq86amt3ms] { outline: none; }
.partner-card-profile:focus-visible[b-zq86amt3ms]::after,
.partner-card-jobs:focus-visible[b-zq86amt3ms] {
    outline: 3px solid var(--finpleo-brand-primary);
    outline-offset: 3px;
}

.partner-card-description[b-zq86amt3ms] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: anywhere;
    margin: .65rem 0 0;
    color: var(--finpleo-text-secondary);
    font-size: .8rem;
    line-height: 1.5;
}

.partner-card-facts[b-zq86amt3ms] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: .65rem;
    margin: auto 0 0;
    padding: .75rem 0;
}

.partner-card-facts:empty[b-zq86amt3ms] { padding: .35rem 0; }

.partner-card-facts dt[b-zq86amt3ms] {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin-bottom: .15rem;
    color: var(--finpleo-text-secondary);
    font-size: .7rem;
    font-weight: 400;
}

.partner-card-facts dd[b-zq86amt3ms] {
    margin: 0;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.partner-card[b-zq86amt3ms]  svg { flex-shrink: 0; font-size: 1rem; }

.partner-card-footer[b-zq86amt3ms] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .35rem .75rem;
    padding-top: .5rem;
    border-top: 1px solid var(--finpleo-divider-color);
    font-size: .75rem;
    font-weight: 650;
}

.partner-card-jobs[b-zq86amt3ms],
.partner-card-view[b-zq86amt3ms] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 44px;
}

.partner-card-jobs[b-zq86amt3ms] {
    position: relative;
    z-index: 1;
    padding: 0 .65rem;
    border-radius: var(--finpleo-control-radius);
    background: var(--finpleo-brand-soft);
    color: var(--finpleo-brand-primary-strong);
    text-decoration: none;
}

.partner-card-jobs:hover[b-zq86amt3ms] { background: var(--finpleo-brand-primary-strong); color: white; }
.partner-card-view[b-zq86amt3ms] { color: var(--finpleo-text-secondary); }

@media (prefers-reduced-motion: reduce) {
    .partner-card[b-zq86amt3ms] { transition: none; }
}
