/* /Components/Pages/Blog.razor.rz.scp.css */
.inner-page--blog[b-t2fcq7zhpt] {
    --insights-ink: #111827;
    --insights-muted: #64748b;
    --insights-blue: #3157ff;
    --insights-violet: #7c3aed;
    --insights-line: rgba(148, 163, 184, .24);
    background:
        radial-gradient(circle at 10% 22%, rgba(49, 87, 255, .07), transparent 28rem),
        linear-gradient(180deg, #f8faff 0, #fff 34rem);
}

.insights-hero[b-t2fcq7zhpt] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
    gap: clamp(2rem, 6vw, 6rem);
    width: min(1120px, calc(100% - 2rem));
    min-height: 31rem;
    margin: 1.5rem auto 0;
    padding: clamp(2.25rem, 6vw, 5rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 2rem;
    color: #fff;
    background:
        linear-gradient(125deg, rgba(7, 15, 35, .98), rgba(20, 31, 74, .96) 58%, rgba(50, 33, 110, .94)),
        #081127;
    box-shadow: 0 2rem 5rem rgba(15, 23, 42, .22);
    isolation: isolate;
}

.insights-hero[b-t2fcq7zhpt]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.insights-hero__glow[b-t2fcq7zhpt] {
    position: absolute;
    z-index: -1;
    width: 19rem;
    height: 19rem;
    border-radius: 50%;
    filter: blur(55px);
}

.insights-hero__glow--one[b-t2fcq7zhpt] {
    right: 5%;
    top: -15%;
    background: rgba(0, 209, 255, .34);
}

.insights-hero__glow--two[b-t2fcq7zhpt] {
    right: 24%;
    bottom: -35%;
    background: rgba(139, 92, 246, .4);
}

.insights-hero__content[b-t2fcq7zhpt] {
    align-self: center;
    max-width: 48rem;
}

.insights-eyebrow[b-t2fcq7zhpt] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: #a5f3fc;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.insights-eyebrow--dark[b-t2fcq7zhpt] {
    color: var(--insights-blue);
}

.insights-hero h1[b-t2fcq7zhpt] {
    max-width: 14ch;
    margin: 0;
    color: #f8fafc !important;
    font-size: clamp(2.7rem, 5.8vw, 5.35rem);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: .98;
}

.insights-hero__content > p[b-t2fcq7zhpt] {
    max-width: 44rem;
    margin: 1.5rem 0 0;
    color: #cbd5e1;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.75;
}

.insights-hero__signals[b-t2fcq7zhpt] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 2rem;
}

.insights-hero__signals span[b-t2fcq7zhpt] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .8rem;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    color: #e2e8f0;
    background: rgba(255, 255, 255, .065);
    backdrop-filter: blur(10px);
    font-size: .82rem;
    font-weight: 650;
}

.insights-hero__visual[b-t2fcq7zhpt] {
    position: relative;
    min-height: 19rem;
    align-self: center;
}

.insights-hero__visual-core[b-t2fcq7zhpt],
.insights-node[b-t2fcq7zhpt] {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    background: linear-gradient(145deg, rgba(64, 114, 255, .92), rgba(123, 62, 238, .9));
    box-shadow: 0 1rem 3rem rgba(49, 87, 255, .35);
}

.insights-hero__visual-core[b-t2fcq7zhpt] {
    inset: 50% auto auto 50%;
    width: 6.25rem;
    height: 6.25rem;
    transform: translate(-50%, -50%);
    border-radius: 1.7rem;
    font-size: 2.5rem;
}

.insights-node[b-t2fcq7zhpt] {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    font-size: 1.25rem;
}

.insights-node--one[b-t2fcq7zhpt] { left: 4%; top: 12%; }
.insights-node--two[b-t2fcq7zhpt] { right: 2%; top: 18%; }
.insights-node--three[b-t2fcq7zhpt] { right: 12%; bottom: 4%; }

.insights-orbit[b-t2fcq7zhpt] {
    position: absolute;
    inset: 50% auto auto 50%;
    border: 1px solid rgba(125, 211, 252, .28);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-14deg);
}

.insights-orbit--outer[b-t2fcq7zhpt] { width: 20rem; height: 13rem; }
.insights-orbit--inner[b-t2fcq7zhpt] { width: 14rem; height: 8rem; transform: translate(-50%, -50%) rotate(27deg); }

.cv-record-shell--blog[b-t2fcq7zhpt] {
    width: min(1120px, calc(100% - 2rem));
    margin-inline: auto;
}

.insights-detail-banner[b-t2fcq7zhpt] {
    display: flex;
    width: min(1120px, calc(100% - 2rem));
    margin: 1.5rem auto 0;
    padding: 1rem 1.25rem;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid var(--insights-line);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(14px);
    color: var(--insights-muted);
    font-size: .9rem;
}

.insights-detail-banner a[b-t2fcq7zhpt] {
    color: var(--insights-blue);
    font-weight: 750;
    text-decoration: none;
}

.insights-toolbar[b-t2fcq7zhpt] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
}

.insights-toolbar__label[b-t2fcq7zhpt] {
    display: block;
    margin-bottom: .65rem;
    color: var(--insights-muted);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.insights-filter-row[b-t2fcq7zhpt] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.insights-filter[b-t2fcq7zhpt] {
    padding: .58rem .9rem;
    border: 1px solid var(--insights-line);
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: .86rem;
    font-weight: 700;
    transition: transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.insights-filter:hover[b-t2fcq7zhpt],
.insights-filter.is-active[b-t2fcq7zhpt] {
    transform: translateY(-1px);
    border-color: rgba(49, 87, 255, .4);
    color: var(--insights-blue);
    box-shadow: 0 .55rem 1.4rem rgba(49, 87, 255, .11);
}

.insights-filter.is-active[b-t2fcq7zhpt] {
    color: #fff;
    background: linear-gradient(135deg, var(--insights-blue), var(--insights-violet));
}

.insights-toolbar__count[b-t2fcq7zhpt] {
    flex: 0 0 auto;
    color: var(--insights-muted);
    font-size: .88rem;
}

.insights-featured[b-t2fcq7zhpt] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    overflow: hidden;
    border: 1px solid var(--insights-line);
    border-radius: 1.75rem;
    background: #fff;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, .11);
}

.insights-featured__media[b-t2fcq7zhpt],
.insights-card__media[b-t2fcq7zhpt] {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0f172a;
}

.insights-featured__media[b-t2fcq7zhpt] {
    min-height: 29rem;
}

.insights-featured__media img[b-t2fcq7zhpt],
.insights-card__media img[b-t2fcq7zhpt],
.blog-related-card__media img[b-t2fcq7zhpt] {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .75, .2, 1);
}

.insights-featured:hover .insights-featured__media img[b-t2fcq7zhpt],
.insights-card:hover .insights-card__media img[b-t2fcq7zhpt] {
    transform: scale(1.035);
}

.insights-featured__badge[b-t2fcq7zhpt] {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem .8rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(15, 23, 42, .82);
    backdrop-filter: blur(12px);
    font-size: .78rem;
    font-weight: 750;
}

.insights-featured__content[b-t2fcq7zhpt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem);
}

.insights-featured h2[b-t2fcq7zhpt] {
    margin: 1rem 0;
    font-size: clamp(1.85rem, 3vw, 3rem);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.insights-featured h2 a[b-t2fcq7zhpt],
.insights-card h3 a[b-t2fcq7zhpt] {
    color: var(--insights-ink);
    text-decoration: none;
}

.insights-featured h2 a:hover[b-t2fcq7zhpt],
.insights-card h3 a:hover[b-t2fcq7zhpt] {
    color: var(--insights-blue);
}

.insights-featured__subtitle[b-t2fcq7zhpt] {
    color: #334155 !important;
    font-size: 1.06rem;
    font-weight: 650;
}

.insights-featured__content > p[b-t2fcq7zhpt],
.insights-card__body > p[b-t2fcq7zhpt] {
    color: var(--insights-muted);
    line-height: 1.7;
}

.insights-card__meta[b-t2fcq7zhpt] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem 1rem;
    color: var(--insights-blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.insights-read-link[b-t2fcq7zhpt] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--insights-blue);
    font-weight: 800;
    text-decoration: none;
}

.insights-read-link--primary[b-t2fcq7zhpt] {
    align-self: flex-start;
    margin-top: 1rem;
    padding: .8rem 1rem;
    border-radius: .8rem;
    color: #fff;
    background: linear-gradient(135deg, var(--insights-blue), var(--insights-violet));
    box-shadow: 0 .8rem 1.8rem rgba(49, 87, 255, .22);
}

.insights-section-heading[b-t2fcq7zhpt] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin: 4rem 0 1.4rem;
}

.insights-section-heading h2[b-t2fcq7zhpt] {
    margin: 0;
    color: var(--insights-ink);
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    letter-spacing: -.035em;
}

.insights-section-heading p[b-t2fcq7zhpt] {
    max-width: 31rem;
    margin: 0;
    color: var(--insights-muted);
    line-height: 1.6;
}

.insights-grid[b-t2fcq7zhpt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.insights-card[b-t2fcq7zhpt] {
    display: grid;
    grid-template-columns: minmax(10rem, .86fr) minmax(0, 1.14fr);
    min-height: 19rem;
    overflow: hidden;
    border: 1px solid var(--insights-line);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 .9rem 2.4rem rgba(15, 23, 42, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.insights-card:hover[b-t2fcq7zhpt] {
    transform: translateY(-3px);
    border-color: rgba(49, 87, 255, .28);
    box-shadow: 0 1.4rem 3.2rem rgba(15, 23, 42, .12);
}

.insights-card__body[b-t2fcq7zhpt] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 1.4rem;
}

.insights-card h3[b-t2fcq7zhpt] {
    margin: .8rem 0;
    font-size: 1.25rem;
    letter-spacing: -.02em;
    line-height: 1.2;
}

.insights-card__body > p[b-t2fcq7zhpt] {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.insights-card__footer[b-t2fcq7zhpt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    color: var(--insights-muted);
    font-size: .82rem;
}

.insights-media-fallback[b-t2fcq7zhpt] {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 14rem;
    place-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 75% 25%, rgba(34, 211, 238, .6), transparent 28%),
        linear-gradient(145deg, #16285f, #5131a5);
    font-size: 3.2rem;
}

.insights-media-fallback--featured[b-t2fcq7zhpt] {
    min-height: 29rem;
    font-size: 5rem;
}

.blog-related-card__media[b-t2fcq7zhpt] {
    position: relative;
    display: block;
    height: 9rem;
    overflow: hidden;
}

.blog-load-more[b-t2fcq7zhpt] {
    margin-top: 2rem;
    text-align: center;
}

.blog-empty-state > i[b-t2fcq7zhpt] {
    display: block;
    margin-bottom: 1rem;
    color: var(--insights-blue);
    font-size: 2.5rem;
}

@media (max-width: 991.98px) {
    .insights-hero[b-t2fcq7zhpt] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .insights-hero__visual[b-t2fcq7zhpt] {
        display: none;
    }

    .insights-featured[b-t2fcq7zhpt] {
        grid-template-columns: 1fr;
    }

    .insights-featured__media[b-t2fcq7zhpt] {
        min-height: 22rem;
    }

    .insights-grid[b-t2fcq7zhpt] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .insights-hero[b-t2fcq7zhpt] {
        width: min(100% - 1rem, 1120px);
        margin-top: .5rem;
        padding: 2rem 1.35rem;
        border-radius: 1.35rem;
    }

    .insights-hero h1[b-t2fcq7zhpt] {
        font-size: clamp(2.35rem, 13vw, 3.55rem);
    }

    .insights-toolbar[b-t2fcq7zhpt],
    .insights-section-heading[b-t2fcq7zhpt],
    .insights-detail-banner[b-t2fcq7zhpt] {
        align-items: flex-start;
        flex-direction: column;
    }

    .insights-toolbar__count[b-t2fcq7zhpt] {
        align-self: flex-start;
    }

    .insights-featured__media[b-t2fcq7zhpt] {
        min-height: 17rem;
    }

    .insights-featured__content[b-t2fcq7zhpt] {
        padding: 1.5rem;
    }

    .insights-section-heading[b-t2fcq7zhpt] {
        margin-top: 3rem;
    }

    .insights-card[b-t2fcq7zhpt] {
        grid-template-columns: 1fr;
    }

    .insights-card__media[b-t2fcq7zhpt] {
        min-height: 13rem;
        max-height: 16rem;
    }
}
/* /Components/Pages/ConverterSuiteShowcase.razor.rz.scp.css */
.converter-suite[b-u5jvx8cilf] {
    margin: 1.35rem 0;
    padding: clamp(1.15rem, 2.5vw, 1.8rem);
    border: 1px solid #dbe7f6;
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 8%, rgba(79, 70, 229, .12), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 18px 45px rgba(30, 64, 175, .08);
}

.converter-suite__header[b-u5jvx8cilf] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.converter-suite__header h2[b-u5jvx8cilf] {
    max-width: 830px;
    margin: .35rem 0 .4rem;
    color: #0f172a;
    font-size: clamp(1.45rem, 2.6vw, 2.15rem);
    line-height: 1.15;
}

.converter-suite__header p[b-u5jvx8cilf] {
    max-width: 820px;
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

.converter-suite__header .btn[b-u5jvx8cilf] { flex: 0 0 auto; }

.converter-suite__grid[b-u5jvx8cilf] {
    display: grid;
    gap: .75rem;
}

.converter-suite--full .converter-suite__grid[b-u5jvx8cilf] { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.converter-suite--full .converter-suite-card[b-u5jvx8cilf] { grid-column: span 2; }
.converter-suite--full .converter-suite-card:nth-child(n + 4)[b-u5jvx8cilf] { grid-column: span 3; }
.converter-suite--additional .converter-suite__grid[b-u5jvx8cilf] { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.converter-suite-card[b-u5jvx8cilf] {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #dce7f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.converter-suite-card:hover[b-u5jvx8cilf],
.converter-suite-card:focus-visible[b-u5jvx8cilf] {
    transform: translateY(-4px);
    border-color: #8bb3ed;
    box-shadow: 0 16px 30px rgba(30, 64, 175, .12);
}

.converter-suite-card__topline[b-u5jvx8cilf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.converter-suite-card__icon[b-u5jvx8cilf] {
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border-radius: 13px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 1.25rem;
}

.converter-suite-card__plan[b-u5jvx8cilf] {
    padding: .32rem .58rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.converter-suite-card__plan.is-pro[b-u5jvx8cilf] { background: #fff7ed; color: #c2410c; }
.converter-suite-card__route[b-u5jvx8cilf] { margin-top: .9rem; color: #64748b; font-size: .75rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.converter-suite-card h3[b-u5jvx8cilf] { margin: .35rem 0 .5rem; color: #0f172a; font-size: 1.05rem; line-height: 1.25; }
.converter-suite-card p[b-u5jvx8cilf] { margin: 0; color: #526175; font-size: .84rem; line-height: 1.45; }
.converter-suite-card__action[b-u5jvx8cilf] { display: flex; align-items: center; gap: .4rem; margin-top: auto; padding-top: 1rem; color: #1d4ed8; font-size: .86rem; font-weight: 800; }
.converter-suite__truth-note[b-u5jvx8cilf] { display: flex; align-items: flex-start; gap: .55rem; margin: 1rem 0 0; color: #475569; font-size: .84rem; line-height: 1.5; }
.converter-suite__truth-note i[b-u5jvx8cilf] { margin-top: .12rem; color: #047857; }

@media (max-width: 1199px) and (min-width: 768px) {
    .converter-suite--full .converter-suite__grid[b-u5jvx8cilf],
    .converter-suite--additional .converter-suite__grid[b-u5jvx8cilf] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .converter-suite--full .converter-suite-card[b-u5jvx8cilf],
    .converter-suite--full .converter-suite-card:nth-child(n + 4)[b-u5jvx8cilf] { grid-column: span 1; }
    .converter-suite--full .converter-suite-card:last-child:nth-child(odd)[b-u5jvx8cilf] { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
    .converter-suite__header[b-u5jvx8cilf] { align-items: flex-start; flex-direction: column; }
    .converter-suite--full .converter-suite__grid[b-u5jvx8cilf],
    .converter-suite--additional .converter-suite__grid[b-u5jvx8cilf] { grid-template-columns: 1fr; }
    .converter-suite--full .converter-suite-card[b-u5jvx8cilf],
    .converter-suite--full .converter-suite-card:nth-child(n + 4)[b-u5jvx8cilf] { grid-column: auto; }
    .converter-suite-card[b-u5jvx8cilf] { min-height: 0; }
}
/* /Components/Pages/CV-Management/LinkedInContentManagement.razor.rz.scp.css */
.linkedin-action-feedback[b-popqe580h6] {
    position: sticky;
    z-index: 20;
    top: .75rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: .9rem 1rem;
    border: 1px solid #9ec5fe;
    border-radius: .85rem;
    background: #e7f1ff;
    color: #084298;
    box-shadow: 0 .65rem 1.8rem rgba(15, 23, 42, .14);
    animation: linkedin-feedback-enter-b-popqe580h6 .28s ease-out both;
}

.linkedin-action-feedback.is-working[b-popqe580h6] {
    border-color: #86b7fe;
    background: #eef6ff;
}

.linkedin-action-feedback.is-success[b-popqe580h6] {
    border-color: #75b798;
    background: #d1e7dd;
    color: #0f5132;
}

.linkedin-action-feedback.is-error[b-popqe580h6] {
    border-color: #ea868f;
    background: #f8d7da;
    color: #842029;
    animation: linkedin-feedback-enter-b-popqe580h6 .28s ease-out both, linkedin-feedback-shake-b-popqe580h6 .36s ease-out .08s both;
}

.linkedin-action-feedback__icon[b-popqe580h6] {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    font-size: 1.35rem;
}

.linkedin-action-feedback__progress[b-popqe580h6] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .2rem;
    background: linear-gradient(90deg, transparent, #0d6efd, transparent);
    transform: translateX(-100%);
    animation: linkedin-feedback-progress-b-popqe580h6 1.15s ease-in-out infinite;
}

.linkedin-action-button:not(:disabled):active[b-popqe580h6] {
    transform: scale(.97);
}

.linkedin-action-button[b-popqe580h6] {
    transition: transform .12s ease, box-shadow .18s ease, opacity .18s ease;
}

.linkedin-action-button:disabled[b-popqe580h6] {
    cursor: wait;
}

.linkedin-today-review[b-popqe580h6] {
    background: linear-gradient(135deg, #f1f7ff, #fff);
}

.linkedin-publish-now[b-popqe580h6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(25, 135, 84, .35);
    border-radius: 1rem;
    background: linear-gradient(135deg, #eefaf3, #fff);
}

@keyframes linkedin-feedback-enter-b-popqe580h6 {
    from { opacity: 0; transform: translateY(-.65rem) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes linkedin-feedback-progress-b-popqe580h6 {
    to { transform: translateX(100%); }
}

@keyframes linkedin-feedback-shake-b-popqe580h6 {
    0%, 100% { transform: translateX(0); }
    30% { transform: translateX(-.28rem); }
    60% { transform: translateX(.22rem); }
}

.linkedin-review-media[b-popqe580h6] {
    border: 1px solid rgba(13, 110, 253, .16);
    border-radius: 1rem;
    padding: 1rem;
    background: linear-gradient(145deg, #f8fbff, #fff);
}

.linkedin-review-media__frame[b-popqe580h6] {
    width: min(100%, 25rem);
    margin-inline: auto;
    overflow: hidden;
    border-radius: .85rem;
    background: #07111f;
    box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .18);
}

.ratio-9x16[b-popqe580h6] {
    --bs-aspect-ratio: 177.7778%;
}

.linkedin-review-media__frame video[b-popqe580h6],
.linkedin-review-media__frame img[b-popqe580h6] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.linkedin-review-media__empty[b-popqe580h6] {
    display: grid;
    min-height: 10rem;
    place-items: center;
    border: 1px dashed rgba(108, 117, 125, .4);
    border-radius: .75rem;
    background: rgba(248, 249, 250, .8);
    text-align: center;
    padding: 1rem;
}

.linkedin-workflow-list[b-popqe580h6] {
    gap: .75rem;
    padding: .75rem;
    border-radius: .5rem;
    background: #f6f8fb;
}

.linkedin-workflow-item[b-popqe580h6] {
    display: grid;
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: .85rem;
    overflow: hidden;
    padding: .75rem;
    border: 1px solid #d8dee8 !important;
    border-radius: .5rem !important;
    background: #fff;
}

.linkedin-workflow-item.is-selected[b-popqe580h6] {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 .18rem rgba(13, 110, 253, .14);
}

.linkedin-workflow-item__media[b-popqe580h6] {
    display: grid;
    width: 100%;
    aspect-ratio: 4 / 5;
    place-items: center;
    overflow: hidden;
    border-radius: .4rem;
    background: #101722;
}

.linkedin-workflow-item__media img[b-popqe580h6],
.linkedin-workflow-item__media video[b-popqe580h6] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.linkedin-workflow-item__media--empty[b-popqe580h6] {
    align-content: center;
    gap: .35rem;
    padding: .65rem;
    background: #eef1f5;
    color: #687386;
    font-size: .75rem;
    line-height: 1.25;
    text-align: center;
}

.linkedin-workflow-item__media--empty i[b-popqe580h6] {
    font-size: 1.5rem;
}

.linkedin-workflow-empty[b-popqe580h6] {
    display: grid;
    min-height: 12rem;
    place-items: center;
    align-content: center;
    gap: .4rem;
    border: 1px dashed #b9c4d5 !important;
    border-radius: .75rem !important;
    color: #64748b;
    text-align: center;
}

.linkedin-workflow-empty i[b-popqe580h6] {
    color: #16a34a;
    font-size: 2rem;
}

.linkedin-workflow-item__select[b-popqe580h6] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .35rem;
    align-items: stretch;
    padding: .2rem;
    border: 0;
    background: transparent;
    color: #212529;
    text-align: left;
}

.linkedin-workflow-item__select:hover strong[b-popqe580h6],
.linkedin-workflow-item__select:focus-visible strong[b-popqe580h6] {
    color: #0b5ed7;
}

.linkedin-workflow-item__select:focus-visible[b-popqe580h6] {
    border-radius: .35rem;
    outline: .18rem solid rgba(13, 110, 253, .3);
    outline-offset: .1rem;
}

.linkedin-workflow-item__heading[b-popqe580h6],
.linkedin-workflow-item__footer[b-popqe580h6] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    align-items: flex-start;
}

.linkedin-workflow-item__heading strong[b-popqe580h6] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.linkedin-workflow-item__footer[b-popqe580h6] {
    margin-top: auto;
    align-items: center;
}

@media (max-width: 575.98px) {
    .linkedin-action-feedback[b-popqe580h6] {
        top: .35rem;
        padding: .75rem;
    }

    .linkedin-review-media[b-popqe580h6] {
        padding: .75rem;
    }

    .linkedin-workflow-list[b-popqe580h6] {
        padding: .5rem;
    }

    .linkedin-workflow-item[b-popqe580h6] {
        grid-template-columns: 6.5rem minmax(0, 1fr);
        gap: .65rem;
        padding: .6rem;
    }

    .linkedin-today-review .btn[b-popqe580h6],
    .linkedin-publish-now[b-popqe580h6],
    .linkedin-publish-now .btn[b-popqe580h6] {
        width: 100%;
    }

    .linkedin-publish-now[b-popqe580h6] {
        position: sticky;
        z-index: 10;
        top: .35rem;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 .65rem 1.8rem rgba(15, 23, 42, .14);
    }
}

@media (prefers-reduced-motion: reduce) {
    .linkedin-action-feedback[b-popqe580h6],
    .linkedin-action-feedback.is-error[b-popqe580h6],
    .linkedin-action-feedback__progress[b-popqe580h6],
    .linkedin-action-button[b-popqe580h6] {
        animation: none;
        transition: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-j8fhii898b] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.1rem 0 0.8rem;
    margin-top: -0.9rem;
}

.home-hero[b-j8fhii898b] {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding: clamp(2.3rem, 4vw, 3.4rem) 0 clamp(2.1rem, 3.6vw, 3rem);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.82));
    box-shadow: 0 32px 80px rgba(29, 67, 131, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.home-hero[b-j8fhii898b]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.18)),
        radial-gradient(circle at 12% 18%, rgba(143, 188, 255, 0.14), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(212, 226, 255, 0.22), transparent 30%),
        radial-gradient(circle at 70% 76%, rgba(173, 214, 255, 0.12), transparent 28%);
    pointer-events: none;
}

.home-hero[b-j8fhii898b]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/img/background_claudecv.webp') center center / cover no-repeat;
    opacity: 0.1;
    pointer-events: none;
}

.home-hero__bg[b-j8fhii898b] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.home-hero__video[b-j8fhii898b] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.16);
    transform-origin: center;
    opacity: 0.045;
    mix-blend-mode: screen;
}

.home-hero__grid[b-j8fhii898b] {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.home-hero__grid span[b-j8fhii898b] {
    position: absolute;
    border-radius: 15px;
    border: 1px solid rgba(145, 176, 232, 0.20);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 35px rgba(124, 160, 216, 0.08);
}

.home-hero__grid span:nth-child(1)[b-j8fhii898b] {
    top: 16%;
    left: 62%;
    width: 88px;
    height: 64px;
}

.home-hero__grid span:nth-child(2)[b-j8fhii898b] {
    top: 25%;
    right: 11%;
    width: 112px;
    height: 82px;
}

.home-hero__grid span:nth-child(3)[b-j8fhii898b] {
    bottom: 24%;
    left: 8%;
    width: 96px;
    height: 96px;
}

.home-hero__grid span:nth-child(4)[b-j8fhii898b] {
    bottom: 15%;
    right: 18%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.home-hero .container[b-j8fhii898b] {
    position: relative;
    z-index: 2;
}

.home-hero__content[b-j8fhii898b] {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    gap: clamp(1.4rem, 2.8vw, 2.6rem);
    align-items: stretch;
    min-height: 54vh;
}

.home-hero__text[b-j8fhii898b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: clamp(0.8rem, 2vw, 1.25rem) clamp(0.55rem, 1vw, 0.85rem) clamp(0.8rem, 1.8vw, 1.1rem);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.1));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.home-eyebrow[b-j8fhii898b] {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    margin-bottom: 1.35rem;
    padding: 0.8rem 1.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.64);
    color: #2b5cab;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 35px rgba(65, 103, 165, 0.08);
    border: 1px solid rgba(178, 204, 242, 0.5);
}

.home-title[b-j8fhii898b] {
    margin: 0 0 1rem;
    max-width: none;
    color: #18356e;
    font-size: clamp(1.7rem, 2.55vw, 2.8rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.home-description[b-j8fhii898b] {
    margin: 0;
    max-width: 51ch;
    color: #314d7f;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.75;
}

.home-cta-group[b-j8fhii898b] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.55rem;
}

.home-btn[b-j8fhii898b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 54px;
    padding: 0 1.45rem;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.home-btn:hover[b-j8fhii898b] {
    transform: translateY(-2px);
}

.home-btn-primary[b-j8fhii898b] {
    color: #fff;
    background: linear-gradient(135deg, #1f5db5, #2d74d8);
    border: 1px solid transparent;
    box-shadow: 0 18px 34px rgba(31, 93, 181, 0.24);
}

.home-btn-primary:hover[b-j8fhii898b] {
    color: #fff;
    background: linear-gradient(135deg, #194f9d, #2867bf);
}

.home-btn-secondary[b-j8fhii898b] {
    color: #1f4f99;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(87, 128, 194, 0.35);
    box-shadow: 0 14px 30px rgba(38, 78, 145, 0.08);
}

.home-btn-secondary:hover[b-j8fhii898b] {
    color: #173f7f;
    background: rgba(255, 255, 255, 0.92);
}

.home-hero__card[b-j8fhii898b] {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    padding-top: 1.1rem;
}

.hero-card[b-j8fhii898b] {
    width: min(100%, 355px);
    padding: clamp(1.45rem, 2.6vw, 1.9rem);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 30px 65px rgba(28, 63, 124, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-card__badge[b-j8fhii898b] {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 1.2rem;
    padding: 0.5rem 0.9rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #76a7eb, #8fbaf0);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-card h2[b-j8fhii898b] {
    margin: 0 0 1rem;
    color: #153162;
    font-size: clamp(1.9rem, 2.45vw, 2.75rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.hero-card p[b-j8fhii898b] {
    margin: 0;
    color: #3a5685;
    font-size: 1rem;
    line-height: 1.68;
}

.hero-card__chips[b-j8fhii898b] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.hero-card__chips span[b-j8fhii898b] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.72rem 0.95rem;
    border-radius: 15px;
    background: rgba(247, 250, 255, 0.96);
    color: #244271;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.15;
    box-shadow: inset 0 0 0 1px rgba(188, 207, 240, 0.7);
}

.hero-card__chips span[b-j8fhii898b]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8cb5ea, #b4d0f5);
    flex: 0 0 auto;
}

.home-pill-band[b-j8fhii898b] {
    margin-top: 1.25rem;
}

.home-pill-band__inner[b-j8fhii898b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 55px rgba(34, 71, 134, 0.10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-pill-band__inner span[b-j8fhii898b] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.62rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 255, 0.96));
    color: #203d6a;
    font-size: 0.96rem;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(194, 212, 241, 0.92);
}

.home-pill-band-inline .home-pill-band__inner[b-j8fhii898b] {
    width: 100%;
}

.home-pill-band__inner span[b-j8fhii898b]::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8cb8ef, #bdd7f6);
}

@media (max-width: 991.98px) {
    .home-hero[b-j8fhii898b] {
        border-radius: 15px;
        padding: 2.1rem 0 2.5rem;
    }

    .home-hero__content[b-j8fhii898b] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-title[b-j8fhii898b],
    .home-description[b-j8fhii898b] {
        max-width: none;
    }

    .home-title[b-j8fhii898b] {
        white-space: normal;
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .home-hero__card[b-j8fhii898b] {
        justify-content: flex-start;
        padding-top: 0;
    }

    .hero-card[b-j8fhii898b] {
        width: 100%;
        max-width: 430px;
    }
}

@media (max-width: 767.98px) {
    .home-page[b-j8fhii898b] {
        gap: 0;
        padding-top: 0;
        margin-top: -0.45rem;
    }

    .home-hero[b-j8fhii898b] {
        border-radius: 15px;
    }

    .home-eyebrow[b-j8fhii898b] {
        min-height: 46px;
        padding: 0.7rem 1rem;
        font-size: 0.92rem;
    }

    .home-title[b-j8fhii898b] {
        white-space: normal;
        font-size: clamp(2.1rem, 8vw, 3rem);
    }

    .home-btn[b-j8fhii898b] {
        width: 100%;
        min-width: unset;
    }

    .hero-card__chips span[b-j8fhii898b],
    .home-pill-band__inner span[b-j8fhii898b] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/MermaidWhatsNew.razor.rz.scp.css */
.whats-new-hero[b-0ocq4rqk9q] { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(240px, .55fr); gap: 1rem; margin: 1.2rem 0; padding: clamp(1.3rem, 3vw, 2.2rem); border: 1px solid #dbe7f6; border-radius: 26px; background: radial-gradient(circle at 90% 10%, rgba(79,70,229,.17), transparent 35%), linear-gradient(145deg,#fff,#f5f8ff); }
.whats-new-hero h1[b-0ocq4rqk9q] { max-width: 880px; margin: .45rem 0 .7rem; color: #0f172a; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.05; }
.whats-new-hero p[b-0ocq4rqk9q] { max-width: 820px; margin: 0; color: #475569; font-size: 1.02rem; line-height: 1.7; }
.whats-new-hero__actions[b-0ocq4rqk9q] { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.1rem; }
.whats-new-hero aside[b-0ocq4rqk9q] { display: flex; min-height: 220px; flex-direction: column; align-items: center; justify-content: center; padding: 1.2rem; border: 1px solid #c7d8f2; border-radius: 22px; background: rgba(255,255,255,.78); text-align: center; }
.whats-new-hero aside strong[b-0ocq4rqk9q] { color: #4338ca; font-size: 4.5rem; line-height: 1; }
.whats-new-hero aside span[b-0ocq4rqk9q] { margin-top: .55rem; color: #172554; font-weight: 800; }
.whats-new-hero aside small[b-0ocq4rqk9q] { margin-top: .55rem; color: #64748b; }
.whats-new-current[b-0ocq4rqk9q] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.2rem 0 1.6rem; padding: 1.25rem 1.4rem; border-radius: 20px; background: #0f172a; color: white; }
.whats-new-current h2[b-0ocq4rqk9q] { margin: .45rem 0 .35rem; color: white; }
.whats-new-current p[b-0ocq4rqk9q] { max-width: 850px; margin: 0; color: #cbd5e1; }
.whats-new-current__date[b-0ocq4rqk9q] { color: #93c5fd; font-size: 1.1rem; font-weight: 850; white-space: nowrap; }
.whats-new-badge[b-0ocq4rqk9q] { display: inline-flex; padding: .3rem .58rem; border-radius: 999px; background: #eef2ff; color: #4338ca; font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.whats-new-badge.is-current[b-0ocq4rqk9q] { background: #dbeafe; color: #1d4ed8; }
.whats-new-badge.is-major[b-0ocq4rqk9q] { background: #fff7ed; color: #c2410c; }
.release-timeline[b-0ocq4rqk9q] { margin: 1rem 0 2rem; padding: clamp(1.2rem,2.5vw,2rem); border: 1px solid #e2e8f0; border-radius: 24px; background: #fff; }
.release-timeline > header h2[b-0ocq4rqk9q] { margin: .35rem 0; color: #0f172a; }
.release-timeline > header p[b-0ocq4rqk9q] { max-width: 800px; color: #64748b; }
.release-timeline__items[b-0ocq4rqk9q] { margin-top: 1.4rem; }
.release-entry[b-0ocq4rqk9q] { display: grid; grid-template-columns: 155px minmax(0,1fr); gap: 1.1rem; }
.release-entry__date[b-0ocq4rqk9q] { position: relative; padding-top: 1rem; color: #334155; font-size: .82rem; font-weight: 800; text-align: right; }
.release-entry__date[b-0ocq4rqk9q]::after { position: absolute; top: 0; right: -1.7rem; width: 1px; height: 100%; background: #dbe7f6; content: ""; }
.release-entry__date span[b-0ocq4rqk9q] { position: absolute; z-index: 1; top: 1.1rem; right: -1.98rem; width: .6rem; height: .6rem; border: 2px solid white; border-radius: 50%; background: #4f46e5; box-shadow: 0 0 0 3px #c7d2fe; }
.release-entry:last-child .release-entry__date[b-0ocq4rqk9q]::after { height: 2rem; }
.release-entry__card[b-0ocq4rqk9q] { margin-bottom: 1rem; padding: 1.05rem 1.15rem; border: 1px solid #e2e8f0; border-radius: 18px; background: #f8fafc; }
.release-entry__topline[b-0ocq4rqk9q] { display: flex; flex-wrap: wrap; gap: .45rem; }
.release-entry__card h3[b-0ocq4rqk9q] { margin: .55rem 0 .35rem; color: #0f172a; font-size: 1.2rem; }
.release-entry__card p[b-0ocq4rqk9q] { margin: 0; color: #526175; line-height: 1.6; }
.release-entry__card ul[b-0ocq4rqk9q] { display: grid; gap: .35rem; margin: .7rem 0 0; padding-left: 1.2rem; color: #334155; }
@media (max-width: 767px) { .whats-new-hero[b-0ocq4rqk9q] { grid-template-columns: 1fr; } .whats-new-current[b-0ocq4rqk9q] { align-items: flex-start; flex-direction: column; } .release-entry[b-0ocq4rqk9q] { grid-template-columns: 1fr; gap: .3rem; } .release-entry__date[b-0ocq4rqk9q] { padding: 0; text-align: left; } .release-entry__date[b-0ocq4rqk9q]::after,.release-entry__date span[b-0ocq4rqk9q] { display:none; } }
/* /Components/Pages/TalCaseChecker.razor.rz.scp.css */
.tal-checker[b-co0lntlajp] {
    --tal-ink: #162335;
    --tal-muted: #5d6b7d;
    --tal-blue: #145da0;
    --tal-teal: #07827b;
    min-height: 100vh;
    padding: 7rem clamp(1rem, 4vw, 4rem) 5rem;
    color: var(--tal-ink);
    background: radial-gradient(circle at 8% 5%, rgba(20, 93, 160, .16), transparent 30rem), #f5f8fb;
}

.tal-checker__hero[b-co0lntlajp] {
    max-width: 1180px;
    margin: 0 auto 1.5rem;
    padding: clamp(2rem, 5vw, 4rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 2rem;
    color: white;
    background: linear-gradient(135deg, #12243b 0%, #145da0 58%, #07827b 100%);
    box-shadow: 0 24px 60px rgba(20, 52, 83, .22);
}

.tal-checker__hero h1[b-co0lntlajp] { margin: .55rem 0 .7rem; color: #fff; -webkit-text-fill-color: #fff; background: none; font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 800; letter-spacing: -.045em; }
.tal-checker__hero p[b-co0lntlajp] { max-width: 760px; margin: 0; font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255,255,255,.84); }
.tal-checker__hero .product-back-link[b-co0lntlajp] { display: inline-flex; margin-bottom: 1.25rem; color: rgba(255,255,255,.78); text-decoration: none; gap: .45rem; }
.tal-checker__kicker[b-co0lntlajp] { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: #8ff3df; }
.tal-checker__shield[b-co0lntlajp] { flex: 0 0 auto; width: clamp(6rem, 14vw, 10rem); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 2rem; background: rgba(255,255,255,.1); font-size: clamp(3rem, 7vw, 5.5rem); }

.tal-checker__notice[b-co0lntlajp], .tal-checker__grid[b-co0lntlajp], .tal-results[b-co0lntlajp] { max-width: 1180px; margin-left: auto; margin-right: auto; }
.tal-checker__notice[b-co0lntlajp] { margin-bottom: 1.5rem; padding: 1rem 1.25rem; display: flex; gap: .9rem; align-items: flex-start; border: 1px solid #c8dcec; border-radius: 1rem; background: #eef7ff; }
.tal-checker__notice i[b-co0lntlajp] { color: var(--tal-blue); font-size: 1.2rem; }
.tal-checker__notice strong[b-co0lntlajp], .tal-checker__notice span[b-co0lntlajp] { display: block; }
.tal-checker__notice span[b-co0lntlajp] { margin-top: .2rem; color: var(--tal-muted); }

.tal-checker__grid[b-co0lntlajp] { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.tal-step-card[b-co0lntlajp] { position: relative; min-width: 0; padding: 2rem; border: 1px solid #dbe4ec; border-radius: 1.5rem; background: white; box-shadow: 0 14px 34px rgba(29, 58, 87, .08); overflow: hidden; }
.tal-step-card__number[b-co0lntlajp] { position: absolute; right: 1.25rem; top: .4rem; color: #eff4f8; font-size: 6.5rem; font-weight: 800; line-height: 1; }
.tal-step-card__heading[b-co0lntlajp] { position: relative; margin-bottom: 1.5rem; }
.tal-step-card__heading span[b-co0lntlajp] { color: var(--tal-teal); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.tal-step-card__heading h2[b-co0lntlajp] { margin: .25rem 0 0; font-size: 1.65rem; font-weight: 750; }
.tal-step-card small[b-co0lntlajp] { display: block; margin-top: .55rem; color: var(--tal-muted); }

.tal-lookup-ready[b-co0lntlajp] { margin-top: 1.25rem; padding: 1rem; display: grid; grid-template-columns: 1fr auto; gap: .75rem; align-items: center; border: 1px solid #cde3df; border-radius: 1rem; background: #f2fbf9; }
.tal-lookup-ready div span[b-co0lntlajp], .tal-lookup-ready div strong[b-co0lntlajp] { display: block; }
.tal-lookup-ready div span[b-co0lntlajp] { color: var(--tal-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.tal-lookup-ready div strong[b-co0lntlajp] { font-size: 1.55rem; color: var(--tal-teal); letter-spacing: .08em; }
.tal-lookup-ready .btn-dark[b-co0lntlajp] { grid-column: 1 / -1; }
.tal-checker__instructions[b-co0lntlajp] { margin: 1.25rem 0 0; padding-left: 1.35rem; color: var(--tal-muted); }
.tal-checker__instructions li + li[b-co0lntlajp] { margin-top: .45rem; }
.tal-privacy-note[b-co0lntlajp] { margin-top: 1rem; display: flex; gap: .55rem; color: var(--tal-muted); font-size: .88rem; }
.tal-reading[b-co0lntlajp] { margin-top: 1rem; color: var(--tal-blue); }

.tal-results[b-co0lntlajp] { margin-top: 1.5rem; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 1.5rem; background: white; box-shadow: 0 18px 42px rgba(29, 58, 87, .1); }
.tal-results__header[b-co0lntlajp] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid #e3e9ef; }
.tal-results__header span[b-co0lntlajp] { color: var(--tal-muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.tal-results__header h2[b-co0lntlajp] { margin: .2rem 0 0; font-weight: 800; }
.tal-results__header .tal-status[b-co0lntlajp] { padding: .55rem .9rem; border-radius: 999px; color: #06665f; background: #e2f7f3; font-weight: 800; }
.tal-summary-grid[b-co0lntlajp] { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.25rem 0; }
.tal-summary-grid div[b-co0lntlajp] { padding: 1rem; border-radius: 1rem; background: #f5f8fb; }
.tal-summary-grid span[b-co0lntlajp], .tal-summary-grid strong[b-co0lntlajp] { display: block; }
.tal-summary-grid span[b-co0lntlajp] { color: var(--tal-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }
.tal-summary-grid strong[b-co0lntlajp] { margin-top: .35rem; }
.tal-results__columns[b-co0lntlajp] { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.tal-results h3[b-co0lntlajp] { margin: 1rem 0; font-size: 1.05rem; font-weight: 750; }
.tal-results h3 i[b-co0lntlajp] { color: var(--tal-blue); margin-right: .35rem; }
.tal-timeline article[b-co0lntlajp], .tal-document-list article[b-co0lntlajp] { display: grid; grid-template-columns: 7rem 1fr; gap: .75rem; padding: .8rem 0; border-top: 1px solid #e8edf2; }
.tal-timeline time[b-co0lntlajp], .tal-document-list time[b-co0lntlajp] { color: var(--tal-blue); font-variant-numeric: tabular-nums; font-weight: 700; }
.tal-timeline strong[b-co0lntlajp], .tal-timeline span[b-co0lntlajp] { display: block; }
.tal-timeline span[b-co0lntlajp] { color: var(--tal-muted); font-size: .88rem; }
.tal-parties[b-co0lntlajp] { margin-top: 1rem; }
.tal-parties > div[b-co0lntlajp] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: .75rem; }
.tal-parties article[b-co0lntlajp] { padding: 1rem; border: 1px solid #e2e8ee; border-radius: .9rem; }
.tal-parties span[b-co0lntlajp], .tal-parties strong[b-co0lntlajp] { display: block; }
.tal-parties span[b-co0lntlajp] { color: var(--tal-muted); font-size: .75rem; text-transform: capitalize; }
.tal-parties strong[b-co0lntlajp] { margin-top: .3rem; }
.tal-empty[b-co0lntlajp] { color: var(--tal-muted); }
.tal-raw-text[b-co0lntlajp] { margin-top: 1.5rem; border-top: 1px solid #e2e8ee; padding-top: 1rem; }
.tal-raw-text summary[b-co0lntlajp] { cursor: pointer; color: var(--tal-blue); font-weight: 700; }
.tal-raw-text pre[b-co0lntlajp] { margin-top: 1rem; max-height: 28rem; overflow: auto; padding: 1rem; border-radius: .8rem; color: #dbeafe; background: #111c2a; white-space: pre-wrap; font-size: .78rem; }

@media (max-width: 880px) {
    .tal-checker[b-co0lntlajp] { padding-top: 5.75rem; }
    .tal-checker__shield[b-co0lntlajp] { display: none; }
    .tal-checker__grid[b-co0lntlajp], .tal-results__columns[b-co0lntlajp] { grid-template-columns: 1fr; }
    .tal-summary-grid[b-co0lntlajp] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
    .tal-checker__hero[b-co0lntlajp], .tal-step-card[b-co0lntlajp], .tal-results[b-co0lntlajp] { border-radius: 1.15rem; }
    .tal-summary-grid[b-co0lntlajp] { grid-template-columns: 1fr; }
    .tal-lookup-ready[b-co0lntlajp] { grid-template-columns: 1fr; }
    .tal-lookup-ready .btn-dark[b-co0lntlajp] { grid-column: auto; }
}
/* /Components/ServiceOperationsClient.razor.rz.scp.css */
.service-operations-banner[b-k76qqwehdk] {
    align-items: center;
    background: #0c4a6e;
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .75rem max(1rem, calc((100vw - 1320px) / 2));
    position: relative;
    z-index: 1100;
}

.service-operations-banner > div[b-k76qqwehdk] { display: grid; gap: .15rem; }
.service-operations-banner strong[b-k76qqwehdk] { font-size: .98rem; }
.service-operations-banner span[b-k76qqwehdk] { font-size: .88rem; }
.service-operations-banner--success[b-k76qqwehdk] { background: #166534; }
.service-operations-banner--warning[b-k76qqwehdk] { background: #92400e; }
.service-operations-banner--critical[b-k76qqwehdk] { background: #991b1b; }
.service-operations-banner__mode[b-k76qqwehdk] { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; font-weight: 800; padding: .25rem .6rem; white-space: nowrap; }

@media (max-width: 640px) {
    .service-operations-banner[b-k76qqwehdk] { align-items: flex-start; flex-direction: column; }
}
