/* /Components/Auth/AuthSplitShell.razor.rz.scp.css */
.fx-auth-layout[b-ms0qeh43ie] {
    min-height: 100dvh;
    background: var(--fx-surface-muted);
}

.fx-auth-split[b-ms0qeh43ie] {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100dvh;
}

.fx-auth-split__hero[b-ms0qeh43ie] {
    position: relative;
    display: flex;
    align-items: center;
    padding: clamp(2.5rem, 6vw, 4.5rem) var(--fx-gutter);
    background: var(--fx-navy-deep);
    color: oklch(96% 0.01 245);
    overflow: hidden;
}

.fx-auth-split__hero[b-ms0qeh43ie]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 12% 42%, oklch(78% 0.16 75 / 0.14) 0%, transparent 52%),
        linear-gradient(165deg, oklch(28% 0.055 245) 0%, var(--fx-navy-deep) 38%, oklch(26% 0.05 245) 100%);
    pointer-events: none;
}

.fx-auth-split__hero[b-ms0qeh43ie]::after {
    content: "";
    position: absolute;
    width: clamp(18rem, 42vw, 28rem);
    height: clamp(18rem, 42vw, 28rem);
    top: -18%;
    right: -12%;
    border-radius: 50%;
    background: oklch(38% 0.07 245 / 0.35);
    pointer-events: none;
}

.fx-auth-split__hero-inner[b-ms0qeh43ie] {
    position: relative;
    z-index: 1;
    max-width: 34rem;
}

.fx-auth-split__hero-inner[b-ms0qeh43ie]::after {
    content: "";
    position: absolute;
    width: clamp(10rem, 24vw, 16rem);
    height: clamp(10rem, 24vw, 16rem);
    bottom: -35%;
    left: 55%;
    border-radius: 50%;
    background: oklch(42% 0.08 245 / 0.28);
    pointer-events: none;
}

.fx-auth-split__badge[b-ms0qeh43ie] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    padding: 0.4rem 0.75rem;
    border-radius: var(--fx-radius-md);
    background: oklch(32% 0.05 245 / 0.55);
    border: 1px solid oklch(48% 0.05 245 / 0.45);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: oklch(90% 0.02 245);
}

.fx-auth-split__badge-icon[b-ms0qeh43ie] {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    color: var(--fx-amber);
}

.fx-auth-split__title[b-ms0qeh43ie] {
    font-family: var(--fx-font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
    text-wrap: balance;
    margin: 0 0 1rem;
}

.fx-auth-split__title-accent[b-ms0qeh43ie] {
    display: block;
    color: var(--fx-amber);
}

.fx-auth-split__desc[b-ms0qeh43ie] {
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    line-height: 1.65;
    color: oklch(84% 0.02 245);
    max-width: 42ch;
    margin: 0;
}

.fx-auth-split__panel[b-ms0qeh43ie] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 5vw, 3rem) var(--fx-gutter);
    background: var(--fx-surface-muted);
}

.fx-auth-card[b-ms0qeh43ie] {
    width: 100%;
    max-width: 26.5rem;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: 1rem;
    box-shadow:
        0 1px 2px oklch(28% 0.04 245 / 0.04),
        0 12px 40px oklch(28% 0.04 245 / 0.1);
}

.fx-auth-card--wide[b-ms0qeh43ie] {
    max-width: 36rem;
}

@media (min-width: 900px) {
    .fx-auth-split[b-ms0qeh43ie] {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    }

    .fx-auth-split__hero[b-ms0qeh43ie] {
        min-height: 100dvh;
    }

    .fx-auth-split__panel[b-ms0qeh43ie] {
        min-height: 100dvh;
    }
}

@media (max-width: 899px) {
    .fx-auth-split__hero[b-ms0qeh43ie] {
        min-height: auto;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .fx-auth-split__hero-inner[b-ms0qeh43ie]::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fx-auth-split__hero[b-ms0qeh43ie],
    .fx-auth-split__panel[b-ms0qeh43ie] {
        animation: none;
    }
}
/* /Components/Chat/FondixRsfxAssistantFab.razor.rz.scp.css */
.fx-fab[b-fze4lqdd5f] {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    font-family: var(--fx-font-body);
}

.fx-fab__button[b-fze4lqdd5f] {
    width: 3.5rem;
    height: 3.5rem;
    border: none;
    border-radius: 999px;
    background: var(--fx-navy-deep);
    color: #fff;
    box-shadow: 0 8px 24px rgba(27, 58, 92, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform var(--fx-duration) var(--fx-ease-out),
        box-shadow var(--fx-duration) var(--fx-ease-out);
}

.fx-fab__button:hover[b-fze4lqdd5f] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(27, 58, 92, 0.34);
}

.fx-fab__button:focus-visible[b-fze4lqdd5f] {
    outline: none;
    box-shadow: var(--fx-focus-ring), 0 8px 24px rgba(27, 58, 92, 0.28);
}

.fx-fab__button img[b-fze4lqdd5f] {
    display: block;
    border-radius: 6px;
}

.fx-fab__panel[b-fze4lqdd5f] {
    width: min(380px, calc(100vw - 2rem));
    max-height: min(560px, calc(100vh - 6.5rem));
    display: flex;
    flex-direction: column;
    background: var(--fx-surface);
    color: var(--fx-ink);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    overflow: hidden;
}

.fx-fab__header[b-fze4lqdd5f] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 0.85rem 0.7rem;
    background: linear-gradient(135deg, var(--fx-navy-deep), var(--fx-navy-mid));
    color: #fff;
}

.fx-fab__brand[b-fze4lqdd5f] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.fx-fab__mark[b-fze4lqdd5f] {
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.fx-fab__title[b-fze4lqdd5f] {
    font-family: var(--fx-font-display);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.fx-fab__subtitle[b-fze4lqdd5f] {
    font-size: 0.75rem;
    opacity: 0.85;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.fx-fab__header .mud-icon-button[b-fze4lqdd5f] {
    color: #fff !important;
}

.fx-fab__body[b-fze4lqdd5f] {
    padding: 1rem;
}

.fx-fab__body--center[b-fze4lqdd5f] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.fx-fab__messages[b-fze4lqdd5f] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    background: var(--fx-surface-raised);
    min-height: 180px;
}

.fx-fab__bubble[b-fze4lqdd5f] {
    max-width: 92%;
    padding: 0.65rem 0.75rem;
    border-radius: var(--fx-radius-md);
    border: 1px solid var(--fx-border);
    background: var(--fx-surface);
}

.fx-fab__bubble--user[b-fze4lqdd5f] {
    align-self: flex-end;
    background: var(--fx-surface-muted);
}

.fx-fab__bubble--bot[b-fze4lqdd5f] {
    align-self: flex-start;
}

.fx-fab__bubble-meta[b-fze4lqdd5f] {
    font-size: 0.7rem;
    color: var(--fx-ink-muted);
    margin-bottom: 0.2rem;
}

.fx-fab__bubble-text[b-fze4lqdd5f] {
    font-size: 0.875rem;
    line-height: 1.45;
    white-space: pre-wrap;
}

.fx-fab__sources[b-fze4lqdd5f] {
    margin-top: 0.4rem;
}

.fx-fab__source[b-fze4lqdd5f] {
    padding: 0.35rem 0;
    border-top: 1px solid var(--fx-border);
}

.fx-fab__source:first-child[b-fze4lqdd5f] {
    border-top: none;
}

.fx-fab__source-key[b-fze4lqdd5f] {
    font-size: 0.7rem;
    color: var(--fx-ink-muted);
    font-family: var(--fx-font-mono);
}

.fx-fab__source-excerpt[b-fze4lqdd5f] {
    font-size: 0.78rem;
    color: var(--fx-ink);
    margin-top: 0.15rem;
}

.fx-fab__footer[b-fze4lqdd5f] {
    padding: 0.55rem 0.75rem 0.75rem;
    border-top: 1px solid var(--fx-border);
    background: var(--fx-surface);
}

.fx-fab__deeplink[b-fze4lqdd5f] {
    margin-bottom: 0.2rem !important;
    justify-content: flex-start !important;
}

.fx-fab__input[b-fze4lqdd5f] {
    flex: 1;
}

@media (max-width: 600px) {
    .fx-fab[b-fze4lqdd5f] {
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
        align-items: stretch;
    }

    .fx-fab__button[b-fze4lqdd5f] {
        align-self: flex-end;
    }

    .fx-fab__panel[b-fze4lqdd5f] {
        width: 100%;
        max-height: calc(100vh - 5.5rem);
        height: calc(100vh - 5.5rem);
        border-radius: var(--fx-radius-lg);
    }

    .fx-fab__messages[b-fze4lqdd5f] {
        min-height: 0;
    }
}
/* /Components/FondixLogo.razor.rz.scp.css */
.fx-logo[b-i1u53gvsc1] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    line-height: 1;
    flex-shrink: 0;
    transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.fx-logo:hover[b-i1u53gvsc1] {
    opacity: 0.92;
}

.fx-logo:focus-visible[b-i1u53gvsc1] {
    outline: 2px solid var(--fx-amber);
    outline-offset: 4px;
    border-radius: 6px;
}

.fx-logo__mark[b-i1u53gvsc1] {
    display: block;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
}

.fx-logo--sm .fx-logo__mark[b-i1u53gvsc1] { width: 1.75rem; height: 1.75rem; }
.fx-logo--lg .fx-logo__mark[b-i1u53gvsc1] { width: 2.75rem; height: 2.75rem; }
.fx-logo--xl .fx-logo__mark[b-i1u53gvsc1] { width: 3.25rem; height: 3.25rem; }

.fx-logo__wordmark[b-i1u53gvsc1] {
    font-family: var(--fx-font-display);
    font-weight: 600;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.fx-logo--sm .fx-logo__wordmark[b-i1u53gvsc1] { font-size: 1.125rem; }
.fx-logo--md .fx-logo__wordmark[b-i1u53gvsc1] { font-size: 1.35rem; }
.fx-logo--lg .fx-logo__wordmark[b-i1u53gvsc1] { font-size: 1.55rem; }
.fx-logo--xl .fx-logo__wordmark[b-i1u53gvsc1] { font-size: 1.85rem; }

.fx-logo__i[b-i1u53gvsc1] {
    position: relative;
    font-style: normal;
}

.fx-logo__dot[b-i1u53gvsc1] {
    position: absolute;
    top: -0.05em;
    left: 50%;
    transform: translateX(-50%);
    width: 0.28em;
    height: 0.28em;
    border-radius: 50%;
    background: var(--fx-amber);
}

/* Dark theme — header, CTA chiaro */
.fx-logo--dark .fx-logo__mark-bg[b-i1u53gvsc1] { fill: var(--fx-navy-deep); }
.fx-logo--dark .fx-logo__mark-f[b-i1u53gvsc1] { fill: oklch(98% 0.004 245); }
.fx-logo--dark .fx-logo__mark-link[b-i1u53gvsc1],
.fx-logo--dark .fx-logo__mark-node[b-i1u53gvsc1] { fill: var(--fx-amber); }
.fx-logo--dark .fx-logo__wordmark[b-i1u53gvsc1] { color: var(--fx-navy-deep); }

/* Light theme — hero, footer scuro */
.fx-logo--light .fx-logo__mark-bg[b-i1u53gvsc1] { fill: oklch(98% 0.004 245); }
.fx-logo--light .fx-logo__mark-f[b-i1u53gvsc1] { fill: var(--fx-navy-deep); }
.fx-logo--light .fx-logo__mark-link[b-i1u53gvsc1],
.fx-logo--light .fx-logo__mark-node[b-i1u53gvsc1] { fill: var(--fx-amber); }
.fx-logo--light .fx-logo__wordmark[b-i1u53gvsc1] { color: oklch(98% 0.004 245); }

/* Solo mark su sfondo chiaro */
.fx-logo--mark-dark .fx-logo__mark-bg[b-i1u53gvsc1] { fill: var(--fx-navy-deep); }
.fx-logo--mark-dark .fx-logo__mark-f[b-i1u53gvsc1] { fill: oklch(98% 0.004 245); }
.fx-logo--mark-dark .fx-logo__mark-link[b-i1u53gvsc1],
.fx-logo--mark-dark .fx-logo__mark-node[b-i1u53gvsc1] { fill: var(--fx-amber); }

/* Solo mark su app bar scura */
.fx-logo--mark-light .fx-logo__mark-bg[b-i1u53gvsc1] { fill: oklch(98% 0.004 245); }
.fx-logo--mark-light .fx-logo__mark-f[b-i1u53gvsc1] { fill: var(--fx-navy-deep); }
.fx-logo--mark-light .fx-logo__mark-link[b-i1u53gvsc1],
.fx-logo--mark-light .fx-logo__mark-node[b-i1u53gvsc1] { fill: var(--fx-amber); }

@media (prefers-reduced-motion: reduce) {
    .fx-logo[b-i1u53gvsc1] {
        transition: none;
    }
}
/* /Components/Help/OnboardingTour.razor.rz.scp.css */
.fx-tour[b-4yrf3os3oz] { position: fixed; inset: 0; z-index: 1400; pointer-events: none; }
.fx-tour__backdrop[b-4yrf3os3oz] { position: absolute; inset: 0; background: oklch(15% 0.02 245 / 0.55); pointer-events: auto; }
.fx-tour__spotlight[b-4yrf3os3oz] {
    position: fixed; border-radius: 10px;
    box-shadow: 0 0 0 9999px oklch(15% 0.02 245 / 0.55);
    pointer-events: none; z-index: 1401;
    transition: top 220ms ease, left 220ms ease, width 220ms ease, height 220ms ease;
}
.fx-tour__card[b-4yrf3os3oz] { pointer-events: auto; border-radius: 12px; }
.fx-tour__title[b-4yrf3os3oz] { color: var(--mud-palette-primary); }
/* /Components/HeroPhotoCarousel.razor.rz.scp.css */
.fx-hero-carousel[b-9ysvlf7ytv] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--fx-navy-deep);
}

.fx-hero-carousel__slide[b-9ysvlf7ytv] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    animation: fx-hero-crossfade-b-9ysvlf7ytv 30s ease-in-out infinite;
    animation-delay: calc(var(--slide-i) * -5s);
    will-change: opacity, transform;
}

.fx-hero-carousel__scrim[b-9ysvlf7ytv] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        95deg,
        var(--fx-navy-deep) 0%,
        oklch(32% 0.06 245 / 0.82) 14%,
        oklch(32% 0.06 245 / 0.35) 32%,
        oklch(32% 0.06 245 / 0.12) 50%,
        transparent 62%
    );
    pointer-events: none;
    z-index: 1;
}

.fx-hero-carousel__dots[b-9ysvlf7ytv] {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    display: flex;
    gap: 0.45rem;
    z-index: 2;
}

.fx-hero-carousel__dot[b-9ysvlf7ytv] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: oklch(98% 0.004 245 / 0.35);
    animation: fx-hero-dot-b-9ysvlf7ytv 30s ease-in-out infinite;
    animation-delay: calc(var(--slide-i) * -5s);
}

@keyframes fx-hero-crossfade-b-9ysvlf7ytv {
    0% {
        opacity: 0;
        transform: scale(1.06);
    }
    4% {
        opacity: 1;
        transform: scale(1);
    }
    20% {
        opacity: 1;
        transform: scale(1.04);
    }
    24% {
        opacity: 0;
        transform: scale(1.07);
    }
    100% {
        opacity: 0;
        transform: scale(1.07);
    }
}

@keyframes fx-hero-dot-b-9ysvlf7ytv {
    0%, 3% {
        background: oklch(98% 0.004 245 / 0.35);
        transform: scale(1);
    }
    4%, 20% {
        background: var(--fx-amber);
        transform: scale(1.25);
    }
    24%, 100% {
        background: oklch(98% 0.004 245 / 0.35);
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fx-hero-carousel__slide[b-9ysvlf7ytv] {
        animation: none;
        opacity: 0;
    }

    .fx-hero-carousel__slide:first-child[b-9ysvlf7ytv] {
        opacity: 1;
        transform: none;
    }

    .fx-hero-carousel__dot[b-9ysvlf7ytv] {
        animation: none;
    }

    .fx-hero-carousel__dot:first-child[b-9ysvlf7ytv] {
        background: var(--fx-amber);
    }
}
/* /Components/HeroPlatformPreview.razor.rz.scp.css */
.fx-preview[b-qrg9wbeeb1] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem 2rem;
}

.fx-preview__glow[b-qrg9wbeeb1] {
    position: absolute;
    width: 70%;
    height: 60%;
    background: radial-gradient(ellipse, oklch(78% 0.16 75 / 0.22) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
}

.fx-preview__window[b-qrg9wbeeb1] {
    position: relative;
    width: min(100%, 34rem);
    border-radius: 14px;
    overflow: hidden;
    background: oklch(98% 0.004 245);
    box-shadow:
        0 4px 6px oklch(0% 0 0 / 0.04),
        0 24px 48px oklch(0% 0 0 / 0.28),
        0 0 0 1px oklch(90% 0.008 245 / 0.5);
    transform: perspective(1200px) rotateY(-6deg) rotateX(4deg);
    animation: fx-preview-float-b-qrg9wbeeb1 6s ease-in-out infinite;
}

.fx-preview__chrome[b-qrg9wbeeb1] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.85rem;
    background: oklch(94% 0.006 245);
    border-bottom: 1px solid oklch(88% 0.008 245);
}

.fx-preview__dot[b-qrg9wbeeb1] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.fx-preview__dot--r[b-qrg9wbeeb1] { background: #ff5f57; }
.fx-preview__dot--y[b-qrg9wbeeb1] { background: #febc2e; }
.fx-preview__dot--g[b-qrg9wbeeb1] { background: #28c840; }

.fx-preview__url[b-qrg9wbeeb1] {
    margin-left: 0.5rem;
    font-family: var(--fx-font-body);
    font-size: 0.6875rem;
    color: oklch(45% 0.02 245);
    background: oklch(98% 0.004 245);
    padding: 0.25rem 0.65rem;
    border-radius: 5px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fx-preview__app[b-qrg9wbeeb1] {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    min-height: 18rem;
}

.fx-preview__nav[b-qrg9wbeeb1] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.75rem 0.45rem;
    background: var(--fx-navy-deep);
}

.fx-preview__nav-item[b-qrg9wbeeb1] {
    font-family: var(--fx-font-body);
    font-size: 0.5625rem;
    font-weight: 500;
    color: oklch(72% 0.02 245);
    padding: 0.35rem 0.45rem;
    border-radius: 4px;
    line-height: 1.2;
}

.fx-preview__nav-item--active[b-qrg9wbeeb1] {
    background: oklch(42% 0.07 245);
    color: oklch(96% 0.01 245);
    font-weight: 600;
}

.fx-preview__main[b-qrg9wbeeb1] {
    padding: 0.85rem 0.9rem 1rem;
    background: oklch(99% 0.004 245);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    overflow: hidden;
}

.fx-preview__header[b-qrg9wbeeb1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.fx-preview__eyebrow[b-qrg9wbeeb1] {
    font-family: var(--fx-font-body);
    font-size: 0.5625rem;
    font-weight: 600;
    color: var(--fx-amber);
    margin: 0 0 0.15rem;
    letter-spacing: 0.03em;
}

.fx-preview__heading[b-qrg9wbeeb1] {
    font-family: var(--fx-font-display);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--fx-navy-deep);
    margin: 0;
    letter-spacing: -0.02em;
}

.fx-preview__pill[b-qrg9wbeeb1] {
    font-family: var(--fx-font-body);
    font-size: 0.5625rem;
    font-weight: 600;
    color: var(--fx-navy-deep);
    background: oklch(78% 0.16 75 / 0.18);
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.fx-preview__stats[b-qrg9wbeeb1] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}

.fx-preview__stat[b-qrg9wbeeb1] {
    padding: 0.45rem 0.5rem;
    background: oklch(97% 0.006 245);
    border: 1px solid oklch(90% 0.008 245);
    border-radius: 6px;
    text-align: center;
}

.fx-preview__stat-value[b-qrg9wbeeb1] {
    display: block;
    font-family: var(--fx-font-display);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--fx-navy-deep);
    line-height: 1.1;
}

.fx-preview__stat-label[b-qrg9wbeeb1] {
    display: block;
    font-family: var(--fx-font-body);
    font-size: 0.5rem;
    color: oklch(45% 0.02 245);
    margin-top: 0.15rem;
    line-height: 1.25;
}

.fx-preview__table[b-qrg9wbeeb1] {
    border: 1px solid oklch(90% 0.008 245);
    border-radius: 6px;
    overflow: hidden;
    font-family: var(--fx-font-body);
    font-size: 0.5625rem;
}

.fx-preview__row[b-qrg9wbeeb1] {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.75fr;
    gap: 0.35rem;
    align-items: center;
    padding: 0.35rem 0.5rem;
    border-bottom: 1px solid oklch(93% 0.006 245);
    color: oklch(35% 0.02 245);
}

.fx-preview__row:last-child[b-qrg9wbeeb1] {
    border-bottom: none;
}

.fx-preview__row--head[b-qrg9wbeeb1] {
    background: oklch(96% 0.006 245);
    font-weight: 600;
    color: oklch(45% 0.02 245);
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fx-preview__name[b-qrg9wbeeb1] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fx-preview__badge[b-qrg9wbeeb1] {
    justify-self: start;
    font-size: 0.5rem;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    border-radius: 3px;
    white-space: nowrap;
}

.fx-preview__badge--work[b-qrg9wbeeb1] {
    background: oklch(78% 0.16 75 / 0.2);
    color: oklch(55% 0.12 72);
}

.fx-preview__badge--wait[b-qrg9wbeeb1] {
    background: oklch(70% 0.08 245 / 0.15);
    color: var(--fx-navy-mid);
}

.fx-preview__badge--done[b-qrg9wbeeb1] {
    background: oklch(52% 0.12 145 / 0.15);
    color: oklch(42% 0.1 145);
}

.fx-preview__chart[b-qrg9wbeeb1] {
    padding: 0.5rem 0.55rem;
    background: var(--fx-navy-deep);
    border-radius: 6px;
    color: oklch(88% 0.01 245);
}

.fx-preview__chart-head[b-qrg9wbeeb1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--fx-font-body);
    font-size: 0.5625rem;
    margin-bottom: 0.45rem;
}

.fx-preview__chart-trend[b-qrg9wbeeb1] {
    font-weight: 700;
    color: var(--fx-amber);
}

.fx-preview__bars[b-qrg9wbeeb1] {
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    height: 2.5rem;
}

.fx-preview__bars span[b-qrg9wbeeb1] {
    flex: 1;
    height: var(--h);
    background: linear-gradient(to top, oklch(68% 0.14 72), oklch(78% 0.16 75));
    border-radius: 2px 2px 0 0;
    opacity: 0.9;
}

@keyframes fx-preview-float-b-qrg9wbeeb1 {
    0%, 100% { transform: perspective(1200px) rotateY(-6deg) rotateX(4deg) translateY(0); }
    50% { transform: perspective(1200px) rotateY(-5deg) rotateX(3deg) translateY(-6px); }
}

@media (min-width: 900px) {
    .fx-preview[b-qrg9wbeeb1] {
        min-height: 100%;
        padding: 2rem 1.5rem 2rem 0.5rem;
    }

    .fx-preview__window[b-qrg9wbeeb1] {
        width: min(100%, 38rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fx-preview__window[b-qrg9wbeeb1] {
        animation: none;
    }
}

@media (max-width: 599px) {
    .fx-preview__window[b-qrg9wbeeb1] {
        transform: none;
    }

    .fx-preview__app[b-qrg9wbeeb1] {
        grid-template-columns: 4.5rem 1fr;
    }

    .fx-preview__nav-item[b-qrg9wbeeb1] {
        font-size: 0.5rem;
        padding: 0.3rem 0.35rem;
    }
}
/* /Components/Layout/EnergiaProShellLayout.razor.rz.scp.css */
.fx-ep-shell[b-wsbti1f57x] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--fx-surface-raised);
}

.fx-ep-shell__header[b-wsbti1f57x] {
    position: sticky;
    top: 0;
    z-index: var(--fx-z-sticky);
    background: oklch(99% 0.004 245 / 0.92);
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid var(--fx-border);
    box-shadow: 0 1px 0 oklch(99% 0.004 245 / 0.6);
}

.fx-ep-shell__inner[b-wsbti1f57x] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0.75rem var(--fx-gutter);
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.fx-ep-shell__nav[b-wsbti1f57x] {
    display: none;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
}

.fx-ep-shell__nav-link[b-wsbti1f57x] {
    font-family: var(--fx-font-body);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--fx-ink-muted);
    text-decoration: none;
    transition: color var(--fx-duration) var(--fx-ease-out);
}

.fx-ep-shell__nav-link:hover[b-wsbti1f57x] {
    color: var(--fx-navy-deep);
}

.fx-ep-shell__actions[b-wsbti1f57x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.fx-ep-shell__menu[b-wsbti1f57x]  .mud-icon-button {
    color: var(--fx-navy-deep);
}

.fx-ep-shell__main[b-wsbti1f57x] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .fx-ep-shell__nav[b-wsbti1f57x] {
        display: flex;
    }

    .fx-ep-shell__actions[b-wsbti1f57x] {
        margin-left: 0;
    }
}
/* /Components/Layout/FondixFooter.razor.rz.scp.css */
.fx-footer[b-mn3zwhdqjs] {
    background: var(--fx-navy-deep);
    color: oklch(88% 0.01 245);
    padding: clamp(2.5rem, 5vw, 4rem) var(--fx-gutter);
    margin-top: auto;
}

.fx-footer__inner[b-mn3zwhdqjs] {
    max-width: 72rem;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
}

.fx-footer__brand p[b-mn3zwhdqjs] {
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
    line-height: 1.55;
    max-width: 28rem;
    margin: 0;
    color: oklch(78% 0.02 245);
}

.fx-footer__name[b-mn3zwhdqjs] {
    font-family: var(--fx-font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: oklch(96% 0.01 245);
    margin: 0 0 0.5rem;
}

.fx-footer__links[b-mn3zwhdqjs] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
}

.fx-footer__links a[b-mn3zwhdqjs] {
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
    color: oklch(82% 0.02 245);
    text-decoration: none;
}

.fx-footer__links a:hover[b-mn3zwhdqjs] {
    color: var(--fx-amber);
}

.fx-footer__legal[b-mn3zwhdqjs] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    color: oklch(62% 0.02 245);
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid oklch(42% 0.04 245);
}

@media (min-width: 768px) {
    .fx-footer__inner[b-mn3zwhdqjs] {
        grid-template-columns: 1.4fr 1fr;
        align-items: start;
    }

    .fx-footer__legal[b-mn3zwhdqjs] {
        grid-column: 1 / -1;
    }
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.fx-landing-layout[b-tx4kzffuyn] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--fx-surface);
    width: 100%;
}

.fx-header[b-tx4kzffuyn] {
    position: sticky;
    top: 0;
    z-index: var(--fx-z-sticky);
    background: oklch(99% 0.004 245 / 0.88);
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid oklch(90% 0.008 245 / 0.8);
    box-shadow: 0 1px 0 oklch(99% 0.004 245 / 0.6);
}

.fx-header__inner[b-tx4kzffuyn] {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1rem var(--fx-gutter);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.fx-logo--footer[b-tx4kzffuyn] {
    margin-bottom: 0.25rem;
}

.fx-header__nav[b-tx4kzffuyn] {
    display: none;
    gap: 1.75rem;
    margin-left: auto;
}

.fx-header__nav a[b-tx4kzffuyn] {
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--fx-ink-muted);
    text-decoration: none;
    transition: color 180ms ease-out;
}

.fx-header__nav a:hover[b-tx4kzffuyn] {
    color: var(--fx-navy-deep);
}

.fx-header__actions[b-tx4kzffuyn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.fx-header__btn-text[b-tx4kzffuyn] {
    color: var(--fx-navy-deep) !important;
    font-weight: 500 !important;
}

.fx-header__btn-cta[b-tx4kzffuyn] {
    font-weight: 600 !important;
}

.fx-main[b-tx4kzffuyn] {
    flex: 1;
}

@media (min-width: 768px) {
    .fx-header__nav[b-tx4kzffuyn] {
        display: flex;
    }

    .fx-header__actions[b-tx4kzffuyn] {
        margin-left: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fx-header__nav a[b-tx4kzffuyn] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ti5ii01gxi] {
    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-ti5ii01gxi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9zare3taij] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

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

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

.bi[b-9zare3taij] {
    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-9zare3taij] {
    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-9zare3taij] {
    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-9zare3taij] {
    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-9zare3taij] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

.nav-item[b-9zare3taij]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9zare3taij]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

    .nav-scrollable[b-9zare3taij] {
        /* 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-4m9z6k3gs9],
.components-reconnect-repeated-attempt-visible[b-4m9z6k3gs9],
.components-reconnect-failed-visible[b-4m9z6k3gs9],
.components-pause-visible[b-4m9z6k3gs9],
.components-resume-failed-visible[b-4m9z6k3gs9],
.components-rejoining-animation[b-4m9z6k3gs9] {
    display: none;
}

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


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

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-4m9z6k3gs9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-4m9z6k3gs9 {
    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/Home.razor.rz.scp.css */
.fx-hero[b-yzjpsuschw] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    min-height: min(92vh, 54rem);
    background: var(--fx-navy-deep);
    color: oklch(96% 0.01 245);
    overflow: hidden;
}

.fx-hero[b-yzjpsuschw]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 70% 55% at 12% 42%, oklch(78% 0.16 75 / 0.12) 0%, transparent 52%),
        linear-gradient(165deg, oklch(28% 0.055 245) 0%, var(--fx-navy-deep) 38%, oklch(26% 0.05 245) 100%);
    pointer-events: none;
}

.fx-hero__content[b-yzjpsuschw] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 8vw, 5.5rem) var(--fx-gutter);
    max-width: 42rem;
}

.fx-hero__tag[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--fx-amber);
    margin: 0 0 1.25rem;
}

.fx-hero__title[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.08;
    text-wrap: balance;
    margin: 0 0 1rem;
    animation: fx-fade-up-b-yzjpsuschw 480ms ease-out both;
}

.fx-hero__lead[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: clamp(1.0625rem, 1.8vw, 1.1875rem);
    line-height: 1.65;
    color: oklch(84% 0.02 245);
    max-width: 46ch;
    margin: 0 0 2rem;
    animation: fx-fade-up-b-yzjpsuschw 480ms 80ms ease-out both;
}

.fx-hero__guide[b-yzjpsuschw] {
    margin-top: 1.25rem;
    padding: 1rem 1.1rem;
    border: 1px solid oklch(42% 0.04 245 / 0.65);
    border-radius: var(--fx-radius-md);
    background: oklch(28% 0.05 245 / 0.45);
    animation: fx-fade-up-b-yzjpsuschw 480ms 200ms ease-out both;
}

.fx-hero__guide-title[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--fx-amber);
    margin: 0 0 0.5rem;
}

.fx-hero__guide-list[b-yzjpsuschw] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.fx-hero__guide-list li[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.875rem;
    color: oklch(78% 0.02 245);
    line-height: 1.45;
}

.fx-hero__guide-list a[b-yzjpsuschw] {
    color: oklch(92% 0.02 245);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fx-hero__guide-list a:hover[b-yzjpsuschw] {
    color: var(--fx-amber);
}

.fx-hero__actions[b-yzjpsuschw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    animation: fx-fade-up-b-yzjpsuschw 480ms 160ms ease-out both;
}

.fx-hero__proof[b-yzjpsuschw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid oklch(42% 0.04 245);
    animation: fx-fade-up-b-yzjpsuschw 480ms 240ms ease-out both;
}

.fx-hero__proof dt[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--fx-amber);
    margin: 0;
}

.fx-hero__proof dd[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    color: oklch(72% 0.02 245);
    margin: 0.15rem 0 0;
    max-width: 12rem;
    line-height: 1.4;
}

.fx-hero__visual[b-yzjpsuschw] {
    position: relative;
    z-index: 0;
    min-height: clamp(16rem, 42vw, 28rem);
    overflow: hidden;
}

.fx-section[b-yzjpsuschw] {
    padding: var(--fx-section) var(--fx-gutter);
}

.fx-section--alt[b-yzjpsuschw] {
    background: var(--fx-surface-raised);
}

.fx-section__inner[b-yzjpsuschw] {
    max-width: 72rem;
    margin: 0 auto;
}

.fx-section__header[b-yzjpsuschw] {
    max-width: 42rem;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.fx-section__title[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: clamp(1.75rem, 2.8vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-wrap: balance;
    color: var(--fx-ink);
    margin: 0 0 0.75rem;
}

.fx-section__intro[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--fx-ink-muted);
    margin: 0;
    max-width: 58ch;
}

.fx-section__header--center[b-yzjpsuschw] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.fx-section__header--center .fx-section__intro[b-yzjpsuschw] {
    margin-left: auto;
    margin-right: auto;
}

.fx-social[b-yzjpsuschw] {
    background: var(--fx-surface);
    border-top: 1px solid var(--fx-border);
    border-bottom: 1px solid var(--fx-border);
}

.fx-social__eyebrow[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--fx-navy-mid);
    margin: 0 0 0.5rem;
}

.fx-social__stats[b-yzjpsuschw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.fx-social__stat[b-yzjpsuschw] {
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    background: var(--fx-surface-raised);
    text-align: center;
}

.fx-social__stat-value[b-yzjpsuschw] {
    display: block;
    font-family: var(--fx-font-display);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--fx-navy-deep);
    margin-bottom: 0.25rem;
}

.fx-social__stat-label[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    color: var(--fx-ink-muted);
    line-height: 1.4;
}

.fx-social__partners[b-yzjpsuschw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 2.5rem;
}

.fx-social__partner[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--fx-navy-mid);
    padding: 0.45rem 0.9rem;
    border: 1px solid var(--fx-border);
    border-radius: 999px;
    background: var(--fx-surface);
}

.fx-social__quotes[b-yzjpsuschw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.fx-social__quote[b-yzjpsuschw] {
    margin: 0;
    padding: 1.5rem 1.65rem;
    border: 1px solid var(--fx-border);
    border-top: 3px solid var(--fx-amber);
    background: var(--fx-surface);
    border-radius: var(--fx-radius-lg);
    box-shadow: 0 4px 24px oklch(32% 0.06 245 / 0.04);
    transition: transform 220ms ease-out, box-shadow 220ms ease-out;
}

.fx-social__quote:hover[b-yzjpsuschw] {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px oklch(32% 0.06 245 / 0.08);
}

.fx-social__quote p[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: 1.0625rem;
    line-height: 1.55;
    color: var(--fx-ink);
    margin: 0 0 1rem;
    font-style: italic;
}

.fx-social__quote footer[b-yzjpsuschw] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-family: var(--fx-font-body);
    font-size: 0.875rem;
}

.fx-social__quote cite[b-yzjpsuschw] {
    font-style: normal;
    font-weight: 600;
    color: var(--fx-navy-deep);
}

.fx-social__quote footer span[b-yzjpsuschw] {
    color: var(--fx-ink-muted);
}

.fx-split[b-yzjpsuschw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.fx-split--reverse .fx-split__aside[b-yzjpsuschw] {
    order: -1;
}

.fx-prose[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--fx-ink);
}

.fx-prose p[b-yzjpsuschw] {
    margin: 0 0 1rem;
    max-width: 58ch;
}

.fx-prose p:last-child[b-yzjpsuschw] {
    margin-bottom: 0;
}

.fx-list[b-yzjpsuschw] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.65rem;
}

.fx-list li[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--fx-ink);
    padding-left: 1.35rem;
    position: relative;
}

.fx-list li[b-yzjpsuschw]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--fx-success);
}

.fx-panel[b-yzjpsuschw] {
    background: var(--fx-surface);
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-lg);
    padding: 1.75rem;
}

.fx-panel__title[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--fx-navy-mid);
    margin: 0 0 1rem;
}

.fx-panel__row[b-yzjpsuschw] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
    border-bottom: 1px solid var(--fx-border);
}

.fx-panel__row:last-of-type[b-yzjpsuschw] {
    border-bottom: none;
}

.fx-panel__row--highlight span:last-child[b-yzjpsuschw] {
    font-weight: 700;
    color: var(--fx-success);
}

.fx-panel__note[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.8125rem;
    color: var(--fx-ink-muted);
    margin: 1rem 0 0;
    line-height: 1.45;
}

.fx-timeline[b-yzjpsuschw] {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fx-timeline__item[b-yzjpsuschw] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem 1.75rem;
    padding: 1.75rem 0;
    border-bottom: 1px solid var(--fx-border);
}

.fx-timeline__item:last-child[b-yzjpsuschw] {
    border-bottom: none;
}

.fx-timeline__step[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--fx-amber);
    line-height: 1;
    min-width: 2.5rem;
}

.fx-timeline__title[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--fx-ink);
    margin: 0 0 0.35rem;
}

.fx-timeline__text[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--fx-ink-muted);
    margin: 0;
    max-width: 52ch;
}

.fx-trust[b-yzjpsuschw] {
    background: var(--fx-navy-deep);
    color: oklch(90% 0.01 245);
}

.fx-trust .fx-section__title[b-yzjpsuschw] {
    color: oklch(96% 0.01 245);
}

.fx-trust .fx-section__intro[b-yzjpsuschw] {
    color: oklch(78% 0.02 245);
}

.fx-trust__grid[b-yzjpsuschw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
}

.fx-trust__item h3[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: oklch(94% 0.01 245);
}

.fx-trust__item p[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 0.875rem;
    line-height: 1.55;
    margin: 0;
    color: oklch(72% 0.02 245);
}

.fx-roadmap[b-yzjpsuschw] {
    display: grid;
    gap: 0.75rem;
}

.fx-roadmap__item[b-yzjpsuschw] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--fx-border);
    font-family: var(--fx-font-body);
    font-size: 0.9375rem;
}

.fx-roadmap__item a[b-yzjpsuschw] {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: oklch(78% 0.16 75 / 0.45);
    text-underline-offset: 0.15em;
}

.fx-roadmap__item a:hover[b-yzjpsuschw] {
    text-decoration-color: var(--fx-amber);
}

.fx-roadmap__status[b-yzjpsuschw] {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0.2rem 0.55rem;
    border-radius: var(--fx-radius-sm);
}

.fx-roadmap__status--live[b-yzjpsuschw] {
    background: oklch(52% 0.12 145 / 0.15);
    color: var(--fx-success);
}

.fx-roadmap__status--soon[b-yzjpsuschw] {
    background: oklch(78% 0.16 75 / 0.2);
    color: oklch(55% 0.12 72);
}

.fx-cta[b-yzjpsuschw] {
    text-align: center;
    padding: clamp(3rem, 6vw, 5rem) var(--fx-gutter);
}

.fx-cta__title[b-yzjpsuschw] {
    font-family: var(--fx-font-display);
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 600;
    color: var(--fx-ink);
    margin: 0 0 0.5rem;
}

.fx-cta__text[b-yzjpsuschw] {
    font-family: var(--fx-font-body);
    font-size: 1rem;
    color: var(--fx-ink-muted);
    margin: 0 0 1.5rem;
}

.fx-cta__guide[b-yzjpsuschw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-top: 1.25rem;
    font-family: var(--fx-font-body);
    font-size: 0.875rem;
    color: var(--fx-ink-muted);
}

.fx-cta__guide a[b-yzjpsuschw] {
    color: var(--fx-navy-mid);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@keyframes fx-fade-up-b-yzjpsuschw {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 900px) {
    .fx-hero[b-yzjpsuschw] {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .fx-hero__content[b-yzjpsuschw] {
        z-index: 2;
    }

    .fx-hero__visual[b-yzjpsuschw] {
        min-height: auto;
        align-self: stretch;
        margin-right: calc(-1 * var(--fx-gutter));
    }

    .fx-social__quotes[b-yzjpsuschw] {
        grid-template-columns: 1fr 1fr;
    }

    .fx-split[b-yzjpsuschw] {
        grid-template-columns: 1.15fr 0.85fr;
    }

    .fx-split--reverse[b-yzjpsuschw] {
        grid-template-columns: 0.85fr 1.15fr;
    }

    .fx-split--reverse .fx-split__aside[b-yzjpsuschw] {
        order: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fx-hero__title[b-yzjpsuschw],
    .fx-hero__lead[b-yzjpsuschw],
    .fx-hero__actions[b-yzjpsuschw],
    .fx-hero__proof[b-yzjpsuschw] {
        animation: none;
    }

    .fx-social__quote:hover[b-yzjpsuschw] {
        transform: none;
    }
}
/* /Components/Pages/Manuale.razor.rz.scp.css */
.fx-manuale[b-361qwfs3yi] { max-width: 72rem; }
.fx-manuale__search[b-361qwfs3yi] { flex: 1; min-width: min(100%, 20rem); }
.fx-manuale__section[b-361qwfs3yi] { height: 100%; }
.fx-manuale__steps[b-361qwfs3yi] { margin: 0; padding-left: 1.25rem; }
.fx-manuale__steps li[b-361qwfs3yi] { margin-bottom: 0.35rem; }
/* /Components/Pages/Register.razor.rz.scp.css */
.fx-register-intro[b-chyryr9gnz] {
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--fx-ink-muted);
    text-align: center;
}

.fx-register-types[b-chyryr9gnz] {
    display: grid;
    gap: 0.875rem;
}

.fx-register-type[b-chyryr9gnz] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.25rem 0.875rem;
    align-items: start;
    width: 100%;
    padding: 1.125rem 1.25rem;
    border: 1px solid var(--fx-border);
    border-radius: var(--fx-radius-md);
    background: var(--fx-surface);
    text-align: left;
    cursor: pointer;
    transition: border-color var(--fx-duration) var(--fx-ease-out),
                box-shadow var(--fx-duration) var(--fx-ease-out),
                transform var(--fx-duration) var(--fx-ease-out);
}

.fx-register-type:hover[b-chyryr9gnz] {
    border-color: var(--fx-navy-mid);
    box-shadow: 0 4px 20px oklch(28% 0.05 245 / 0.1);
    transform: translateY(-1px);
}

.fx-register-type:focus-visible[b-chyryr9gnz] {
    outline: none;
    box-shadow: var(--fx-focus-ring);
}

.fx-register-type__icon[b-chyryr9gnz] {
    grid-row: 1 / span 2;
    width: 1.75rem;
    height: 1.75rem;
    color: var(--fx-amber);
}

.fx-register-type__label[b-chyryr9gnz] {
    grid-column: 2;
    font-size: 1rem;
    font-weight: 600;
    color: var(--fx-navy-deep);
}

.fx-register-type__desc[b-chyryr9gnz] {
    grid-column: 2;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--fx-ink-muted);
}

.fx-register-type__arrow[b-chyryr9gnz] {
    grid-row: 1 / span 2;
    grid-column: 3;
    align-self: center;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--fx-ink-disabled);
}

.fx-register-form__back[b-chyryr9gnz] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 1rem;
    padding: 0;
    border: none;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--fx-navy-mid);
    cursor: pointer;
}

.fx-register-form__back:hover[b-chyryr9gnz] {
    color: var(--fx-navy-deep);
}

.fx-register-form__back svg[b-chyryr9gnz] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pratica/PraticaDossierFotovoltaicoSection.razor.rz.scp.css */
.fotovoltaico-panel[b-mymfwbj5mf] {
    border: 1px solid rgba(27, 58, 92, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

.fotovoltaico-panel__header[b-mymfwbj5mf] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.12) 0%, rgba(27, 58, 92, 0.04) 100%);
    border-bottom: 1px solid rgba(27, 58, 92, 0.08);
}

.fotovoltaico-panel__body[b-mymfwbj5mf] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.fotovoltaico-status[b-mymfwbj5mf] {
    border-left: 4px solid var(--mud-palette-success);
}

.fotovoltaico-status--pending[b-mymfwbj5mf] {
    border-left-color: var(--mud-palette-info);
}

.fotovoltaico-actions[b-mymfwbj5mf] {
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
/* /Components/Seo/ProgrammaticSeoArticle.razor.rz.scp.css */
/* Styles in wwwroot/fondix-programmatic-seo.css (shared with index pages) */
