@import '_content/DentaFlow.Web.Shared/DentaFlow.Web.Shared.snurq0s2k5.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-f9scalwkxk] {
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-divider);
    padding: 0.9rem 0;
}

.site-brand[b-f9scalwkxk] {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    color: var(--color-text);
    text-decoration: none;
}

.site-nav[b-f9scalwkxk] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.95rem;
}

main[b-f9scalwkxk] {
    display: block;
    min-height: 70vh;
}

.site-footer[b-f9scalwkxk] {
    border-top: 1px solid var(--color-divider);
    padding: 1.5rem 0;
    margin-top: 3rem;
    font-size: 0.85rem;
    color: color-mix(in srgb, var(--color-text) 60%, transparent);
}

#blazor-error-ui[b-f9scalwkxk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-f9scalwkxk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-820msvpnh2],
.components-reconnect-repeated-attempt-visible[b-820msvpnh2],
.components-reconnect-failed-visible[b-820msvpnh2],
.components-pause-visible[b-820msvpnh2],
.components-resume-failed-visible[b-820msvpnh2],
.components-rejoining-animation[b-820msvpnh2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-retrying[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-failed[b-820msvpnh2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-820msvpnh2] {
    display: block;
}


#components-reconnect-modal[b-820msvpnh2] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-820msvpnh2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-820msvpnh2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-820msvpnh2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-820msvpnh2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-820msvpnh2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-820msvpnh2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-820msvpnh2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-820msvpnh2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-820msvpnh2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-820msvpnh2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-820msvpnh2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-820msvpnh2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-820msvpnh2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-820msvpnh2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-820msvpnh2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-820msvpnh2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-820msvpnh2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-820msvpnh2 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CaseSubmitted.razor.rz.scp.css */
.submitted-card[b-uluds0dagy] {
    max-width: 560px;
    margin: 0 auto;
}

.submitted-mark[b-uluds0dagy] {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin: 0.5rem auto 1rem;
    border-radius: 50%;
    font-size: 1.5rem;
    background: color-mix(in srgb, #4caf6f 20%, transparent);
    color: color-mix(in srgb, #2e8b57 70%, var(--color-text));
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-title[b-yrh10kzt83] {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.hero-lead[b-yrh10kzt83] {
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--color-text) 75%, transparent);
    max-width: 46ch;
}

.hero-stats[b-yrh10kzt83] {
    display: flex;
    gap: 2.5rem;
    margin-top: 2rem;
}

.hero-stat-value[b-yrh10kzt83] {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    color: var(--color-accent);
}

/* The two figures count different things, so give the second the second hue —
   it also puts the teal somewhere meaningful rather than only in the backdrop. */
.hero-stats > div:nth-child(2) .hero-stat-value[b-yrh10kzt83] {
    color: var(--color-accent-2);
}

.hero-stat-label[b-yrh10kzt83] {
    font-size: 0.85rem;
    color: color-mix(in srgb, var(--color-text) 60%, transparent);
}

.how-section[b-yrh10kzt83] {
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--color-divider);
    counter-reset: step;
}

.how-heading[b-yrh10kzt83] {
    font-size: 1.35rem;
    margin-bottom: 1.75rem;
}

.how-card[b-yrh10kzt83] {
    counter-increment: step;
    height: 100%;
}

.how-card-title[b-yrh10kzt83] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.how-card-title[b-yrh10kzt83]::before {
    content: counter(step);
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent);
}

.how-card-text[b-yrh10kzt83] {
    font-size: 0.9rem;
    margin: 0;
    color: color-mix(in srgb, var(--color-text) 65%, transparent);
}
/* /Components/Pages/NewCase.razor.rz.scp.css */
.wizard-steps[b-6bqle3rx9l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.75rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.wizard-step[b-6bqle3rx9l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--color-text) 50%, transparent);
}

.wizard-step-number[b-6bqle3rx9l] {
    display: grid;
    place-items: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid var(--color-divider);
    font-size: 0.8rem;
    font-weight: 600;
}

.wizard-step.current[b-6bqle3rx9l] {
    color: var(--color-text);
    font-weight: 600;
}

.wizard-step.current .wizard-step-number[b-6bqle3rx9l] {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
}

.wizard-step.done[b-6bqle3rx9l] {
    color: color-mix(in srgb, var(--color-text) 75%, transparent);
}

.wizard-step.done .wizard-step-number[b-6bqle3rx9l] {
    background: color-mix(in srgb, var(--color-accent) 16%, var(--color-surface));
    border-color: color-mix(in srgb, var(--color-accent) 40%, transparent);
    color: var(--color-accent);
}

.wizard-card[b-6bqle3rx9l] {
    max-width: 1080px;
}

/* Fields left, step illustration right. Stays a grid at every width: below the
   breakpoint it collapses to one column, and the image reorders itself above the
   fields from its own stylesheet — which only works on a grid item. */
.wizard-layout[b-6bqle3rx9l] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 2.5rem;
    align-items: start;
}

/* Without this the map and the inputs can push the column past its track. */
.wizard-fields[b-6bqle3rx9l] {
    min-width: 0;
}

@media (max-width: 991.98px) {
    .wizard-layout[b-6bqle3rx9l] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }
}

.wizard-title[b-6bqle3rx9l] {
    margin-bottom: 0.35rem;
}


.wizard-pane[b-6bqle3rx9l] {
    min-height: 22rem;
}

.wizard-actions[b-6bqle3rx9l] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--color-divider);
}

.wizard-error[b-6bqle3rx9l] {
    color: var(--color-danger);
}

.wizard-xray[b-6bqle3rx9l] {
    max-width: 100%;
    max-height: 260px;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-divider);
    display: block;
}
/* /Components/Shared/StepImage.razor.rz.scp.css */
/* Placement modifiers live here rather than in the consuming page: the Class parameter
   lands on THIS component's root element, so a `.step-image-tile` rule written in
   Home.razor.css would compile to `.step-image-tile[b-home]` and never match. */

.step-image[b-tcyjpxvwaa] {
    display: block;
    max-width: 100%;
    border-radius: var(--radius-lg);
}

/* ── Landing hero ───────────────────────────────────────────
   The artwork is 16:9 with its left 45% deliberately empty (it was drawn to sit
   behind a headline). Beside a text column that space is dead, so crop it away and
   keep the radar: a 4:3 window pinned to the right edge. */
.step-image-hero[b-tcyjpxvwaa] {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: right center;
}

/* ── Landing "how it works" cards ───────────────────────────
   A square window off a 4:5 original trims 10% from the top and bottom, which is
   margin in all four illustrations — nothing is clipped. */
.step-image-tile[b-tcyjpxvwaa] {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 1rem;
}

/* ── Wizard side panel ──────────────────────────────────────
   Uncropped 4:5, and sticky so it stays with the fields on a long step. */
.step-image-panel[b-tcyjpxvwaa] {
    width: 100%;
    height: auto;
    position: sticky;
    top: 1.5rem;
}

/* Below the wizard's two-column breakpoint the panel moves above the fields, small:
   it explains the step, it isn't worth a screenful of scrolling before the form. */
@media (max-width: 991.98px) {
    .step-image-panel[b-tcyjpxvwaa] {
        order: -1;
        position: static;
        width: 200px;
        margin: 0 auto 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .step-image-panel[b-tcyjpxvwaa] {
        width: 150px;
    }
}

/* ── Dark theme ─────────────────────────────────────────────
   Light artwork on a #161826 ground. Dimming it and drawing an edge makes it read as
   a card rather than a hole punched in the page. Declared for both the media query
   and the explicit toggle so it wins in either direction. */
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .step-image[b-tcyjpxvwaa] {
        filter: brightness(0.88) saturate(0.92);
        box-shadow: 0 0 0 1px var(--color-divider);
    }
}

:root[data-theme="dark"] .step-image[b-tcyjpxvwaa] {
    filter: brightness(0.88) saturate(0.92);
    box-shadow: 0 0 0 1px var(--color-divider);
}
