/* /Components/Features/Calculator/Shared/CompatibleDiscsPanel.razor.rz.scp.css */
/* /Components/Features/Calculator/Shared/MathDisplay.razor.rz.scp.css */
.math-display[b-jdjgf9gtyu] {
    background: #f5f5f5;
    padding: 12px 16px;
    border-radius: 4px;
    overflow-x: auto;
    text-align: center;
}
/* /Components/Features/Home/Home.razor.rz.scp.css */
.home-page[b-fjo2gsqtbw] {
    position: relative;
    z-index: 1;
}

.hero-panel[b-fjo2gsqtbw] {
    padding: 2rem;
    border: 1px solid color-mix(in srgb, var(--mud-palette-secondary) 18%, transparent);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--mud-palette-primary) 22%, transparent), transparent 34%),
        linear-gradient(135deg,
            color-mix(in srgb, var(--mud-palette-surface) 90%, transparent),
            color-mix(in srgb, var(--mud-palette-background) 82%, var(--mud-palette-secondary) 18%));
    box-shadow: 0 24px 60px rgba(43, 62, 87, 0.14);
    backdrop-filter: blur(10px);
}

.hero-kicker[b-fjo2gsqtbw],
.section-kicker[b-fjo2gsqtbw],
.panel-label[b-fjo2gsqtbw],
.hero-stat-label[b-fjo2gsqtbw] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    font-weight: 700;
}

.hero-kicker[b-fjo2gsqtbw],
.section-kicker[b-fjo2gsqtbw],
.panel-label[b-fjo2gsqtbw],
.constraint-icon[b-fjo2gsqtbw] {
    color: var(--mud-palette-primary);
}

.hero-title[b-fjo2gsqtbw] {
    margin: 0.75rem 0 1rem;
    max-width: 12ch;
    line-height: 0.95;
    font-weight: 800;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
}

.hero-copy[b-fjo2gsqtbw] {
    max-width: 60ch;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-actions[b-fjo2gsqtbw] {
    margin-top: 2rem;
    flex-wrap: wrap;
}

.hero-actions :deep(.mud-button-root)[b-fjo2gsqtbw] {
    min-width: 13rem;
}

.hero-stats[b-fjo2gsqtbw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-stat[b-fjo2gsqtbw],
.hero-side-panel[b-fjo2gsqtbw],
.service-card[b-fjo2gsqtbw],
.constraint-card[b-fjo2gsqtbw] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-secondary) 16%, transparent);
    background: color-mix(in srgb, var(--mud-palette-surface) 90%, transparent);
}

.hero-stat[b-fjo2gsqtbw] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-height: 8.5rem;
    padding: 1.2rem;
    border-radius: 20px;
}

.hero-stat strong[b-fjo2gsqtbw] {
    font-size: 1.5rem;
    line-height: 1.1;
}

.hero-stat span:last-child[b-fjo2gsqtbw] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.5;
}

.hero-side-panel[b-fjo2gsqtbw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.workflow-list[b-fjo2gsqtbw] {
    margin-left: -0.75rem;
}

.workflow-actions[b-fjo2gsqtbw] {
    margin-top: auto;
    padding-top: 1rem;
}

.section-block[b-fjo2gsqtbw] {
    margin-top: 2rem;
}

.section-heading-row[b-fjo2gsqtbw] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.service-card[b-fjo2gsqtbw],
.constraint-card[b-fjo2gsqtbw] {
    height: 100%;
    padding: 1.5rem;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(43, 62, 87, 0.08);
}

.service-card-icon[b-fjo2gsqtbw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 16px;
    color: #fff;
}

.service-card-icon-gas[b-fjo2gsqtbw] {
    background: linear-gradient(135deg, var(--mud-palette-primary), color-mix(in srgb, var(--mud-palette-primary) 60%, #ffffff));
}

.service-card-icon-liquid[b-fjo2gsqtbw] {
    background: linear-gradient(135deg, var(--mud-palette-secondary), color-mix(in srgb, var(--mud-palette-secondary) 65%, #ffffff));
}

.service-card-icon-steam[b-fjo2gsqtbw] {
    background: linear-gradient(135deg, #2b3e57, color-mix(in srgb, #2b3e57 55%, #ffffff));
}

.service-card-icon-twophase[b-fjo2gsqtbw] {
    background: linear-gradient(135deg, #5e2b8a, color-mix(in srgb, #5e2b8a 55%, #ffffff));
}

.service-card-copy[b-fjo2gsqtbw] {
    min-height: 4.75rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.65;
}

.service-card-actions[b-fjo2gsqtbw] {
    margin-top: 1.25rem;
    flex-wrap: wrap;
}

.constraint-card[b-fjo2gsqtbw] {
    position: relative;
    overflow: hidden;
}

.constraint-card[b-fjo2gsqtbw]::after {
    content: "";
    position: absolute;
    inset: auto -24px -24px auto;
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
}

.constraint-icon[b-fjo2gsqtbw] {
    margin-bottom: 0.75rem;
    font-size: 2rem;
}

@media (max-width: 960px) {
    .hero-panel[b-fjo2gsqtbw] {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .hero-title[b-fjo2gsqtbw] {
        max-width: none;
    }

    .hero-stats[b-fjo2gsqtbw] {
        grid-template-columns: 1fr;
    }

    .hero-actions :deep(.mud-button-root)[b-fjo2gsqtbw],
    .service-card-actions :deep(.mud-button-root)[b-fjo2gsqtbw] {
        width: 100%;
    }

    .service-card-copy[b-fjo2gsqtbw] {
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .home-page[b-fjo2gsqtbw] {
        padding-top: 0.5rem;
    }

    .hero-copy[b-fjo2gsqtbw] {
        font-size: 1rem;
    }

    .hero-side-panel[b-fjo2gsqtbw],
    .service-card[b-fjo2gsqtbw],
    .constraint-card[b-fjo2gsqtbw] {
        padding: 1.15rem;
    }
}.home-page[b-fjo2gsqtbw] {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.home-hero-grid[b-fjo2gsqtbw] {
    margin-bottom: 2.5rem;
}

.hero-gridline[b-fjo2gsqtbw] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.9), transparent 90%);
    pointer-events: none;
}

.hero-actions[b-fjo2gsqtbw],
.requirements-list[b-fjo2gsqtbw] {
    display: grid;
    gap: 1rem;
}

.hero-actions[b-fjo2gsqtbw] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.requirements-list[b-fjo2gsqtbw] {
    margin-top: 1.2rem;
}

.requirement-item[b-fjo2gsqtbw] {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
}

.section-heading[b-fjo2gsqtbw] {
    max-width: 42rem;
    margin-bottom: 1.4rem;
}

.section-kicker[b-fjo2gsqtbw] {
    color: #5c7488;
    letter-spacing: 0.18em;
}

.section-title[b-fjo2gsqtbw] {
    margin-top: 0.35rem;
}

.section-copy[b-fjo2gsqtbw] {
    margin-top: 0.55rem;
    color: #566c81;
}

.service-grid[b-fjo2gsqtbw] {
    margin-bottom: 1rem;
}

.home-page[b-fjo2gsqtbw]  .hero-panel,
.home-page[b-fjo2gsqtbw]  .compliance-panel,
.home-page[b-fjo2gsqtbw]  .service-card,
.home-page[b-fjo2gsqtbw]  .utility-card,
.home-page[b-fjo2gsqtbw]  .compliance-callout {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 38, 59, 0.08);
    box-shadow: 0 18px 48px rgba(15, 35, 52, 0.12);
}

.home-page[b-fjo2gsqtbw]  .hero-panel {
    min-height: 100%;
    padding: 1.6rem;
    background:
        linear-gradient(145deg, rgba(11, 30, 47, 0.98), rgba(22, 49, 75, 0.92)),
        url("images/background.png") center/cover;
    color: #f6fbff;
}

.home-page[b-fjo2gsqtbw]  .hero-chip {
    position: relative;
    z-index: 1;
}

.home-page[b-fjo2gsqtbw]  .hero-title {
    position: relative;
    z-index: 1;
    max-width: 13ch;
    margin-top: 0.95rem;
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    line-height: 1;
    color: #ffffff;
}

.home-page[b-fjo2gsqtbw]  .hero-copy {
    position: relative;
    z-index: 1;
    max-width: 34rem;
    margin-top: 0.95rem;
    margin-bottom: 1.35rem;
    color: rgba(246, 251, 255, 0.82);
    font-size: 1rem;
}

.home-page[b-fjo2gsqtbw]  .hero-primary-action,
.home-page[b-fjo2gsqtbw]  .hero-secondary-action,
.home-page[b-fjo2gsqtbw]  .service-card-action,
.home-page[b-fjo2gsqtbw]  .utility-card-action {
    width: 100%;
    justify-content: space-between;
}

.home-page[b-fjo2gsqtbw]  .compliance-panel {
    min-height: 100%;
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 252, 0.85));
}

.home-page[b-fjo2gsqtbw]  .panel-kicker {
    color: #5e7387;
    letter-spacing: 0.18em;
}

.home-page[b-fjo2gsqtbw]  .panel-title {
    margin-top: 0.45rem;
    color: #11263b;
}

.home-page[b-fjo2gsqtbw]  .panel-copy {
    margin-top: 0.65rem;
    color: #566d82;
}

.home-page[b-fjo2gsqtbw]  .requirement-icon {
    margin-top: 0.15rem;
    color: #94bd21;
}

.home-page[b-fjo2gsqtbw]  .compliance-callout {
    margin-top: 1.25rem;
    padding: 1rem;
    background: linear-gradient(145deg, rgba(17, 38, 59, 0.06), rgba(88, 183, 198, 0.08));
}

.home-page[b-fjo2gsqtbw]  .compliance-callout-title {
    color: #11263b;
}

.home-page[b-fjo2gsqtbw]  .service-card,
.home-page[b-fjo2gsqtbw]  .utility-card {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-height: 100%;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 252, 0.82));
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-page[b-fjo2gsqtbw]  .service-card:hover,
.home-page[b-fjo2gsqtbw]  .utility-card:hover {
    transform: translateY(-3px);
    border-color: rgba(88, 183, 198, 0.3);
    box-shadow: 0 24px 52px rgba(15, 35, 52, 0.15);
}

.service-card-badge[b-fjo2gsqtbw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    font-family: "Space Grotesk", "Source Sans 3", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0d2032;
    background: linear-gradient(135deg, rgba(148, 189, 33, 0.28), rgba(88, 183, 198, 0.22));
}

.home-page[b-fjo2gsqtbw]  .service-card-kicker,
.home-page[b-fjo2gsqtbw]  .utility-card-kicker {
    color: #5e7387;
    letter-spacing: 0.16em;
}

.home-page[b-fjo2gsqtbw]  .service-card-title,
.home-page[b-fjo2gsqtbw]  .utility-card-title {
    color: #11263b;
}

.home-page[b-fjo2gsqtbw]  .service-card-copy,
.home-page[b-fjo2gsqtbw]  .utility-card-copy {
    color: #586f83;
}

.home-page[b-fjo2gsqtbw]  .service-card-action,
.home-page[b-fjo2gsqtbw]  .utility-card-action {
    margin-top: auto;
}

.home-page[b-fjo2gsqtbw]  .utility-card-history {
    background: linear-gradient(180deg, rgba(245, 249, 252, 0.92), rgba(236, 243, 247, 0.84));
}

.home-page[b-fjo2gsqtbw]  .utility-chip {
    align-self: flex-start;
}

@media (min-width: 1200px) {
    .home-page[b-fjo2gsqtbw] {
        max-width: 1180px;
        margin: 0 auto;
    }
}

@media (max-width: 959.98px) {
    .home-page[b-fjo2gsqtbw]  .hero-title {
        max-width: 12ch;
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }
}

@media (max-width: 599.98px) {
    .home-page[b-fjo2gsqtbw] {
        padding-bottom: 1.5rem;
    }

    .home-page[b-fjo2gsqtbw]  .hero-panel,
    .home-page[b-fjo2gsqtbw]  .compliance-panel,
    .home-page[b-fjo2gsqtbw]  .service-card,
    .home-page[b-fjo2gsqtbw]  .utility-card {
        padding: 1.15rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MudBlazor handles all styling */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* MudBlazor handles all styling */


.navbar-toggler:checked[b-xkvylwyayg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xkvylwyayg] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xkvylwyayg] {
    font-size: 1.1rem;
}

.bi[b-xkvylwyayg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xkvylwyayg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xkvylwyayg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xkvylwyayg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xkvylwyayg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xkvylwyayg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xkvylwyayg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xkvylwyayg]  .nav-link {
        color: #2b3e57;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xkvylwyayg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: #2b3e57;
}

.nav-item[b-xkvylwyayg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #2b3e57;
}

.nav-scrollable[b-xkvylwyayg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xkvylwyayg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xkvylwyayg] {
        display: none;
    }

    .nav-scrollable[b-xkvylwyayg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-77w70xv0k9],
.components-reconnect-repeated-attempt-visible[b-77w70xv0k9],
.components-reconnect-failed-visible[b-77w70xv0k9],
.components-pause-visible[b-77w70xv0k9],
.components-resume-failed-visible[b-77w70xv0k9],
.components-rejoining-animation[b-77w70xv0k9] {
    display: none;
}

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


#components-reconnect-modal[b-77w70xv0k9] {
    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-77w70xv0k9 0.5s both;
    &[open]

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-77w70xv0k9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-77w70xv0k9 {
    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;
    }
}
