/* /Areas/Landing/Components/Landing/LandingFooter/LandingFooter.razor.rz.scp.css */
.footer-col h5[b-ae6s9ann0q] {
        color: white;
        font-size: 1.1rem;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .footer-col p[b-ae6s9ann0q] {
        margin-bottom: 15px;
        line-height: 1.6;
    }
/* /Areas/Landing/Components/Landing/LandingHero/LandingHero.razor.rz.scp.css */
.btn-signup-hero[b-sp6eax11t9] {
        /* Already inherits from .btn-hero-common, adding specific gradient if needed */
        background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
    }

    @media (max-width: 768px) {
        .btn-primary[b-sp6eax11t9], .btn-hero-common[b-sp6eax11t9], .btn-hero-secondary[b-sp6eax11t9] {
            width: 100%;
            min-width: unset;
        }
    }
/* /Areas/Landing/Components/Landing/PlanCalculator/PlanCalculator.razor.rz.scp.css */
.credit-flow[b-jlmx0cas6b] {
        margin: 0 auto 40px;
        max-width: 1200px;
    }

    .credit-flow-panel[b-jlmx0cas6b] {
        position: relative;
        overflow: hidden;
        padding: 28px;
        border-radius: 26px;
        border: 1px solid rgba(74, 222, 128, 0.14);
        background:
            radial-gradient(circle at top left, rgba(16, 185, 129, 0.22), transparent 34%),
            radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.18), transparent 30%),
            linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.94));
        box-shadow: 0 24px 50px rgba(2, 6, 23, 0.35);
    }

    .credit-flow-panel[b-jlmx0cas6b]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(120deg, transparent 10%, rgba(255, 255, 255, 0.05) 45%, transparent 75%);
        transform: translateX(-100%);
        animation: credit-sheen-b-jlmx0cas6b 5s ease-in-out infinite;
    }

    .credit-flow-copy[b-jlmx0cas6b] {
        max-width: 720px;
        margin-bottom: 22px;
    }

    .credit-flow-kicker[b-jlmx0cas6b] {
        display: inline-flex;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(16, 185, 129, 0.14);
        color: #6ee7b7;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.72rem;
        font-weight: 800;
    }

    .credit-flow-copy h4[b-jlmx0cas6b] {
        margin: 14px 0 10px;
        color: white;
        font-size: 1.8rem;
        line-height: 1.15;
    }

    .credit-flow-copy p[b-jlmx0cas6b] {
        margin: 0;
        color: #94a3b8;
        font-size: 1rem;
        line-height: 1.8;
        max-width: 760px;
    }

    .credit-flow-steps[b-jlmx0cas6b] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .credit-step[b-jlmx0cas6b] {
        position: relative;
        padding: 18px;
        border-radius: 18px;
        border: 1px solid rgba(148, 163, 184, 0.14);
        background: rgba(15, 23, 42, 0.62);
        backdrop-filter: blur(6px);
    }

    .credit-step strong[b-jlmx0cas6b] {
        display: block;
        color: white;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .credit-step small[b-jlmx0cas6b] {
        display: block;
        color: #94a3b8;
        line-height: 1.6;
        font-size: 0.88rem;
    }

    .credit-step-icon[b-jlmx0cas6b] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-bottom: 14px;
        border-radius: 12px;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(16, 185, 129, 0.24));
        color: #f8fafc;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .calc-col-left[b-jlmx0cas6b] {
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .module-section-shell .plan-item.selected:not(.is-included)[b-jlmx0cas6b] {
        background: color-mix(in srgb, var(--group-accent, #3b82f6) 10%, rgba(15, 23, 42, 0.94)) !important;
        border-color: var(--group-accent, #3b82f6) !important;
        box-shadow: 0 0 0 1px var(--group-accent, #3b82f6) !important;
    }

    .module-section-shell .plan-item.selected:not(.is-included) .custom-box[b-jlmx0cas6b] {
        background: var(--group-accent, #3b82f6) !important;
        border-color: var(--group-accent, #3b82f6) !important;
    }

    .calc-fallback[b-jlmx0cas6b] {
        max-width: 1200px;
        margin: 0 auto;
    }

    .calc-fallback-panel[b-jlmx0cas6b] {
        position: relative;
        overflow: hidden;
        padding: 28px;
        border-radius: 26px;
        border: 1px solid rgba(59, 130, 246, 0.2);
        background:
            radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 34%),
            radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.12), transparent 32%),
            linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.94));
        box-shadow: 0 24px 50px rgba(2, 6, 23, 0.28);
        text-align: left;
    }

    .calc-fallback-kicker[b-jlmx0cas6b] {
        display: inline-flex;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(59, 130, 246, 0.12);
        color: #93c5fd;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.72rem;
        font-weight: 800;
    }

    .calc-fallback-panel h4[b-jlmx0cas6b] {
        margin: 14px 0 12px;
        color: white;
        font-size: 1.8rem;
        line-height: 1.15;
        max-width: 760px;
    }

    .calc-fallback-panel p[b-jlmx0cas6b] {
        margin: 0;
        color: #94a3b8;
        font-size: 1rem;
        line-height: 1.8;
        max-width: 760px;
    }

    .calc-fallback-cta[b-jlmx0cas6b] {
        margin-top: 22px;
        max-width: 340px;
    }


    .counter-btn:hover[b-jlmx0cas6b],
    .counter-btn:focus-visible[b-jlmx0cas6b] {
        border-color: rgba(96, 165, 250, 0.65) !important;
        background: rgba(59, 130, 246, 0.08);
        transform: translateY(-1px) scale(1.04);
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16), 0 0 18px rgba(59, 130, 246, 0.14);
    }

    .calc-loading[b-jlmx0cas6b] {
        display: flex;
        gap: 24px;
        margin-top: 30px;
        align-items: flex-start;
    }

    .calc-loading-left[b-jlmx0cas6b] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .calc-loading-right[b-jlmx0cas6b] {
        width: 320px;
        max-width: 100%;
    }

    .skeleton-line[b-jlmx0cas6b],
    .skeleton-card[b-jlmx0cas6b],
    .skeleton-summary[b-jlmx0cas6b] {
        background: linear-gradient(90deg, rgba(30, 41, 59, 0.35) 25%, rgba(51, 65, 85, 0.6) 50%, rgba(30, 41, 59, 0.35) 75%);
        background-size: 200% 100%;
        animation: skeleton-shimmer-b-jlmx0cas6b 1.4s ease-in-out infinite;
        border-radius: 14px;
        border: 1px solid rgba(148, 163, 184, 0.12);
    }

    .skeleton-title[b-jlmx0cas6b] {
        height: 28px;
        width: 55%;
    }

    .skeleton-card[b-jlmx0cas6b] {
        height: 110px;
    }

    .skeleton-summary[b-jlmx0cas6b] {
        height: 320px;
    }

    @keyframes skeleton-shimmer-b-jlmx0cas6b {
        0% { background-position: 200% 0; }
        100% { background-position: -200% 0; }
    }

    @keyframes credit-sheen-b-jlmx0cas6b {
        0% { transform: translateX(-100%); }
        55% { transform: translateX(100%); }
        100% { transform: translateX(100%); }
    }

    @media (max-width: 980px) {
        .credit-flow-panel[b-jlmx0cas6b] {
            padding: 22px;
        }

        .module-section-shell[b-jlmx0cas6b],
        .calc-fallback-panel[b-jlmx0cas6b] {
            padding: 20px;
        }

        .credit-flow-steps[b-jlmx0cas6b] {
            grid-template-columns: 1fr;
        }

        .credit-flow-copy h4[b-jlmx0cas6b] {
            font-size: 1.45rem;
        }

        .calc-loading[b-jlmx0cas6b] {
            flex-direction: column;
        }

        .calc-loading-right[b-jlmx0cas6b] {
            width: 100%;
        }

        .skeleton-summary[b-jlmx0cas6b] {
            height: 220px;
        }
    }

    @media (max-width: 640px) {
        .module-section-shell[b-jlmx0cas6b] {
            padding: 18px 18px 16px;
        }
    }
/* /Areas/Suite/Layout/MainLayout/MainLayout.razor.rz.scp.css */
.page[b-u4p174yrx1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u4p174yrx1] {
    flex: 1;
}

.sidebar[b-u4p174yrx1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u4p174yrx1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u4p174yrx1]  a, .top-row[b-u4p174yrx1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u4p174yrx1]  a:hover, .top-row[b-u4p174yrx1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u4p174yrx1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u4p174yrx1] {
        justify-content: space-between;
    }

    .top-row[b-u4p174yrx1]  a, .top-row[b-u4p174yrx1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u4p174yrx1] {
        flex-direction: row;
    }

    .sidebar[b-u4p174yrx1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u4p174yrx1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u4p174yrx1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u4p174yrx1], article[b-u4p174yrx1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* /Areas/Suite/Layout/NavigationMenuItems/NavigationMenuItems.razor.rz.scp.css */
.menu-skeleton-home[b-c0q483pk0l] {
    position: relative;
    overflow: hidden;
    background-color: rgba(30, 41, 59, 0.9);
    background-image: linear-gradient(
        110deg,
        rgba(30, 41, 59, 0.92) 0%,
        rgba(51, 65, 85, 0.96) 28%,
        rgba(56, 189, 248, 0.14) 48%,
        rgba(71, 85, 105, 0.96) 62%,
        rgba(30, 41, 59, 0.92) 100%
    );
    background-size: 220% 100%;
    animation: menu-skeleton-surface-b-c0q483pk0l 2s ease-in-out infinite;
}

.menu-skeleton-card[b-c0q483pk0l] {
    position: relative;
    overflow: hidden;
    background-color: rgba(30, 41, 59, 0.55);
    background-image: linear-gradient(
        110deg,
        rgba(30, 41, 59, 0.7) 0%,
        rgba(51, 65, 85, 0.78) 30%,
        rgba(99, 102, 241, 0.18) 48%,
        rgba(16, 185, 129, 0.1) 62%,
        rgba(30, 41, 59, 0.7) 100%
    );
    background-size: 220% 100%;
    animation: menu-skeleton-surface-b-c0q483pk0l 1.9s ease-in-out infinite;
}

.menu-skeleton-block[b-c0q483pk0l],
.menu-skeleton-line[b-c0q483pk0l],
.menu-skeleton-label[b-c0q483pk0l] {
    position: relative;
    z-index: 1;
    background: rgba(148, 163, 184, 0.58);
}

.menu-skeleton-line-soft[b-c0q483pk0l] {
    background: rgba(100, 116, 139, 0.62);
}

.menu-skeleton-label[b-c0q483pk0l] {
    background: rgba(100, 116, 139, 0.72);
}

.menu-skeleton-divider[b-c0q483pk0l] {
    background: rgba(71, 85, 105, 0.5);
}

@keyframes menu-skeleton-shimmer-b-c0q483pk0l {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes menu-skeleton-surface-b-c0q483pk0l {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/* /Areas/Suite/Layout/NavMenu/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fdyb47q1kb] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

    .nav-item[b-fdyb47q1kb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-fdyb47q1kb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-fdyb47q1kb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Areas/Suite/Pages/Agenda/Agenda.razor.rz.scp.css */
.agenda-page[b-qjtubwru9y] {
    max-width: 96rem;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
    animation: agenda-in-b-qjtubwru9y 0.45s ease-out;
}

.agenda-shell[b-qjtubwru9y] {
    min-height: calc(100vh - 220px);
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    overflow: hidden;
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(2, 6, 23, 0.98));
    box-shadow: 0 28px 90px -40px rgba(15, 23, 42, 0.95);
}

.agenda-sidebar[b-qjtubwru9y] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.72);
    border-right: 1px solid rgba(148, 163, 184, 0.14);
}

.agenda-main[b-qjtubwru9y] {
    min-width: 0;
    background: radial-gradient(circle at top right, rgba(6, 182, 212, 0.12), transparent 30rem), rgba(2, 6, 23, 0.38);
}

.agenda-sidebar-card[b-qjtubwru9y],
.agenda-mini[b-qjtubwru9y],
.agenda-sidebar-note[b-qjtubwru9y] {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 1.5rem;
    background: rgba(15, 23, 42, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.agenda-sidebar-card[b-qjtubwru9y] {
    position: relative;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    overflow: hidden;
}

.agenda-sidebar-card[b-qjtubwru9y]::after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, #06b6d4, transparent);
}

.agenda-section-label[b-qjtubwru9y],
.agenda-sidebar-card small[b-qjtubwru9y],
.agenda-sidebar-note[b-qjtubwru9y] {
    color: #94a3b8;
    font-size: 0.78rem;
}

.agenda-section-label[b-qjtubwru9y] { text-transform: uppercase; font-weight: 800; }
.agenda-sidebar-card strong[b-qjtubwru9y] { color: #ffffff; font-size: 1.55rem; line-height: 1; }

.agenda-sidebar-note[b-qjtubwru9y] {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    line-height: 1.45;
}

.agenda-sidebar-note i[b-qjtubwru9y] { color: #38bdf8; margin-top: 0.15rem; }
.agenda-mini[b-qjtubwru9y] { padding: 1rem; }

.agenda-mini-header[b-qjtubwru9y],
.agenda-toolbar[b-qjtubwru9y],
.agenda-toolbar-left[b-qjtubwru9y],
.agenda-toolbar-right[b-qjtubwru9y],
.agenda-modal header[b-qjtubwru9y],
.agenda-modal footer[b-qjtubwru9y] {
    display: flex;
    align-items: center;
}

.agenda-mini-header[b-qjtubwru9y] { justify-content: space-between; margin-bottom: 0.75rem; }
.agenda-mini-header strong[b-qjtubwru9y] { color: #f8fafc; font-size: 0.95rem; }

.agenda-mini-header button[b-qjtubwru9y],
.agenda-modal header button[b-qjtubwru9y] {
    border: 0;
    color: #94a3b8;
    background: transparent;
}

.agenda-mini-header button:hover[b-qjtubwru9y],
.agenda-modal header button:hover[b-qjtubwru9y] {
    color: #ffffff;
}

.agenda-mini-weekdays[b-qjtubwru9y],
.agenda-mini-grid[b-qjtubwru9y] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.15rem;
    text-align: center;
}

.agenda-mini-weekdays span[b-qjtubwru9y] { color: #64748b; font-size: 0.68rem; font-weight: 800; }

.agenda-mini-grid button[b-qjtubwru9y] {
    height: 2rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: #cbd5e1;
    background: transparent;
    font-size: 0.75rem;
    transition: 0.16s ease;
}

.agenda-mini-grid button.selected[b-qjtubwru9y],
.agenda-mini-grid button:hover[b-qjtubwru9y] {
    color: #ffffff;
    border-color: rgba(6, 182, 212, 0.65);
    background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.agenda-mini-grid button.muted[b-qjtubwru9y] { color: #475569; }
.agenda-mini-grid button.busy:not(.selected)[b-qjtubwru9y] { border-color: rgba(16, 185, 129, 0.48); background: rgba(16, 185, 129, 0.08); }

.agenda-toolbar[b-qjtubwru9y] {
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(15, 23, 42, 0.56);
}

.agenda-toolbar-left[b-qjtubwru9y], .agenda-toolbar-right[b-qjtubwru9y] { gap: 0.5rem; }

.agenda-toolbar h1[b-qjtubwru9y] { margin: 0 0 0 0.5rem; color: #ffffff; font-size: 1.25rem; font-weight: 900; }

.agenda-filters[b-qjtubwru9y] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(2, 6, 23, 0.24);
}

.agenda-primary[b-qjtubwru9y],
.agenda-secondary[b-qjtubwru9y],
.agenda-ghost[b-qjtubwru9y],
.agenda-icon[b-qjtubwru9y],
.agenda-view-switch button[b-qjtubwru9y] {
    min-height: 2.25rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 0.5rem;
    font-size: 0.82rem;
    font-weight: 800;
    transition: 0.16s ease;
}

.agenda-primary[b-qjtubwru9y] {
    color: #ffffff;
    border-color: rgba(6, 182, 212, 0.65);
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    padding: 0 0.9rem;
}

.agenda-secondary[b-qjtubwru9y],
.agenda-ghost[b-qjtubwru9y],
.agenda-icon[b-qjtubwru9y],
.agenda-view-switch button[b-qjtubwru9y] {
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.72);
    padding: 0 0.75rem;
}

.agenda-secondary[b-qjtubwru9y] { color: #86efac; border-color: rgba(34, 197, 94, 0.38); }

.agenda-primary:hover[b-qjtubwru9y],
.agenda-secondary:hover[b-qjtubwru9y],
.agenda-ghost:hover[b-qjtubwru9y],
.agenda-icon:hover[b-qjtubwru9y],
.agenda-view-switch button:hover[b-qjtubwru9y] {
    color: #ffffff;
    border-color: rgba(6, 182, 212, 0.65);
    transform: translateY(-1px);
}

.agenda-toolbar input[b-qjtubwru9y],
.agenda-form-grid input[b-qjtubwru9y],
.agenda-form-grid select[b-qjtubwru9y] {
    min-height: 2.25rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 0.5rem;
    color: #e2e8f0;
    background: rgba(2, 6, 23, 0.62);
    padding: 0 0.75rem;
    outline: none;
}

.agenda-toolbar input:focus[b-qjtubwru9y],
.agenda-form-grid input:focus[b-qjtubwru9y],
.agenda-form-grid select:focus[b-qjtubwru9y] {
    border-color: #06b6d4;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.14);
}

.agenda-view-switch[b-qjtubwru9y] { display: flex; gap: 0.25rem; }
.agenda-view-switch button.active[b-qjtubwru9y] { color: #ffffff; border-color: rgba(6, 182, 212, 0.7); background: rgba(6, 182, 212, 0.16); }
.agenda-loading[b-qjtubwru9y] { padding: 5rem; color: #94a3b8; text-align: center; }

.agenda-month[b-qjtubwru9y], .agenda-time-grid[b-qjtubwru9y] { display: grid; }

.agenda-month[b-qjtubwru9y] { grid-template-columns: repeat(7, minmax(7.5rem, 1fr)); }

.agenda-month-label[b-qjtubwru9y] {
    padding: 0.75rem;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 800;
}

.agenda-month-day[b-qjtubwru9y] {
    min-height: 7.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.3);
    padding: 0.6rem;
    text-align: left;
}

.agenda-month-day:hover[b-qjtubwru9y],
.agenda-slot:hover[b-qjtubwru9y] {
    background: rgba(30, 41, 59, 0.5);
}

.agenda-month-day.muted[b-qjtubwru9y] { color: #64748b; background: rgba(2, 6, 23, 0.32); }
.agenda-month-day.today[b-qjtubwru9y] { box-shadow: inset 0 0 0 2px rgba(6, 182, 212, 0.9); }
.agenda-month-day small[b-qjtubwru9y] { color: #86efac; font-size: 0.7rem; font-weight: 800; }
.agenda-month-day.released[b-qjtubwru9y], .agenda-day-header.released[b-qjtubwru9y], .agenda-slot.released[b-qjtubwru9y] { border-color: rgba(34, 197, 94, 0.58); box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.32); }
.agenda-slot.closed[b-qjtubwru9y], .agenda-slot.unavailable[b-qjtubwru9y] { border-color: rgba(148, 163, 184, 0.18); background: rgba(15, 23, 42, 0.48); }
.agenda-slot.unavailable[b-qjtubwru9y] { background: rgba(100, 116, 139, 0.2); box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.22); }
.agenda-slot.partial[b-qjtubwru9y] { border-color: rgba(234, 179, 8, 0.55); background: rgba(234, 179, 8, 0.12); box-shadow: inset 0 0 0 1px rgba(234, 179, 8, 0.24); }
.agenda-slot.occupied[b-qjtubwru9y] { border-color: rgba(249, 115, 22, 0.58); background: rgba(249, 115, 22, 0.14); box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.28); }
.agenda-slot.current[b-qjtubwru9y] { border-color: rgba(125, 211, 252, 0.9); box-shadow: inset 0 0 0 2px rgba(125, 211, 252, 0.72), 0 0 24px rgba(56, 189, 248, 0.12); }
.agenda-month-day.disabled[b-qjtubwru9y], .agenda-day-header.disabled[b-qjtubwru9y], .agenda-slot.disabled[b-qjtubwru9y] { opacity: 0.42; cursor: not-allowed; filter: grayscale(0.5); }
.agenda-time-grid[b-qjtubwru9y] { grid-template-columns: 3.25rem repeat(7, minmax(7.25rem, 1fr)); }
.agenda-time-grid.day-view[b-qjtubwru9y] { grid-template-columns: 3.25rem minmax(0, 1fr); }

.agenda-time-spacer[b-qjtubwru9y],
.agenda-day-header[b-qjtubwru9y],
.agenda-hour[b-qjtubwru9y],
.agenda-slot[b-qjtubwru9y] {
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.agenda-day-header[b-qjtubwru9y] {
    min-height: 4.25rem;
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.48);
    padding: 0.65rem 0.75rem;
    text-align: left;
}

.agenda-day-header strong[b-qjtubwru9y] { display: block; color: #38bdf8; font-size: 1.25rem; }
.agenda-day-header.today[b-qjtubwru9y] { border-top: 3px solid #06b6d4; }
.agenda-hour[b-qjtubwru9y] { min-height: 3.65rem; color: #64748b; padding: 0.4rem; font-size: 0.75rem; }
.agenda-slot[b-qjtubwru9y] { min-height: 3.65rem; color: #e2e8f0; background: rgba(15, 23, 42, 0.22); padding: 0.25rem; text-align: left; }

.agenda-event[b-qjtubwru9y],
.agenda-release[b-qjtubwru9y],
.agenda-slot-marker[b-qjtubwru9y] {
    display: block;
    margin-bottom: 0.2rem;
    border-radius: 0.45rem;
    padding: 0.25rem 0.45rem;
    font-size: 0.75rem;
    font-style: normal;
}

.agenda-event[b-qjtubwru9y] { color: #bfdbfe; border: 1px solid rgba(59, 130, 246, 0.26); background: rgba(37, 99, 235, 0.16); }
.agenda-event.pending[b-qjtubwru9y] { color: #fde68a; border-color: rgba(245, 158, 11, 0.26); background: rgba(245, 158, 11, 0.14); }
.agenda-event.canceled[b-qjtubwru9y] { color: #fecdd3; border-color: rgba(244, 63, 94, 0.24); background: rgba(244, 63, 94, 0.12); }
.agenda-release[b-qjtubwru9y] { color: #bbf7d0; border: 1px solid rgba(34, 197, 94, 0.24); background: rgba(22, 163, 74, 0.14); }
.agenda-slot-marker.closed[b-qjtubwru9y], .agenda-slot-marker.unavailable[b-qjtubwru9y] { color: #cbd5e1; border: 1px solid rgba(148, 163, 184, 0.18); background: rgba(100, 116, 139, 0.16); }
.agenda-slot-marker.partial[b-qjtubwru9y] { color: #fef3c7; border: 1px solid rgba(234, 179, 8, 0.25); background: rgba(234, 179, 8, 0.16); }
.agenda-slot-marker.occupied[b-qjtubwru9y] { color: #fed7aa; border: 1px solid rgba(249, 115, 22, 0.25); background: rgba(249, 115, 22, 0.16); }

.agenda-modal-backdrop[b-qjtubwru9y] {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(12px);
}

.agenda-modal[b-qjtubwru9y] {
    width: min(40rem, 100%);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 1.25rem;
    color: #e2e8f0;
    background: #0f172a;
    box-shadow: 0 32px 90px -28px rgba(0, 0, 0, 0.8);
}

.agenda-modal header[b-qjtubwru9y], .agenda-modal footer[b-qjtubwru9y] { justify-content: space-between; padding: 1rem; border-bottom: 1px solid rgba(148, 163, 184, 0.14); }

.agenda-modal footer[b-qjtubwru9y] { border-top: 1px solid rgba(148, 163, 184, 0.14); border-bottom: 0; }
.agenda-modal h2[b-qjtubwru9y] { margin: 0; color: #ffffff; font-size: 1.12rem; font-weight: 900; }
.agenda-form-grid[b-qjtubwru9y] { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; padding: 1rem; }
.agenda-form-grid label[b-qjtubwru9y] { display: grid; gap: 0.4rem; color: #94a3b8; font-size: 0.78rem; font-weight: 800; }
.agenda-form-label[b-qjtubwru9y] { display: block; color: #94a3b8; font-size: 0.78rem; font-weight: 800; }
.agenda-form-stack[b-qjtubwru9y] { display: grid; gap: 0.4rem; }
.agenda-form-grid .span-2[b-qjtubwru9y] { grid-column: span 2; }
.agenda-client-line[b-qjtubwru9y] { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem; border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 0.75rem; background: rgba(15, 23, 42, 0.5); }
.agenda-client-line div[b-qjtubwru9y] { flex: 1; min-width: 0; }
.agenda-client-line strong[b-qjtubwru9y] { display: block; color: #ffffff; }
.agenda-client-search[b-qjtubwru9y] { display: grid; gap: 0.5rem; padding: 0.75rem; border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 0.75rem; background: rgba(15, 23, 42, 0.58); }
.agenda-client-search-bar[b-qjtubwru9y] { display: grid; grid-template-columns: 1fr auto; gap: 0.5rem; }
.agenda-client-result[b-qjtubwru9y] { display: grid; gap: 0.15rem; border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 0.6rem; color: #e2e8f0; background: rgba(2, 6, 23, 0.4); padding: 0.65rem; text-align: left; }
.agenda-client-result span[b-qjtubwru9y], .agenda-duration-summary[b-qjtubwru9y] { color: #94a3b8; font-size: 0.78rem; }
.agenda-duration-summary[b-qjtubwru9y] { align-self: end; min-height: 2.25rem; display: flex; align-items: center; padding: 0 0.75rem; border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 0.5rem; background: rgba(2, 6, 23, 0.36); font-weight: 800; }
.agenda-toggle-line[b-qjtubwru9y] { display: flex; align-items: center; gap: 0.75rem; min-height: 2rem; line-height: 1.3; }
.agenda-toggle-line span[b-qjtubwru9y] { color: #94a3b8; }
.agenda-error[b-qjtubwru9y] { margin: 0 1rem 0.75rem; color: #fca5a5; font-size: 0.82rem; }

.agenda-confirmation-modal[b-qjtubwru9y] { max-width: 34rem; }

.agenda-confirmation-body[b-qjtubwru9y] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.agenda-confirmation-body i[b-qjtubwru9y] { color: #86efac; font-size: 1.35rem; margin-top: 0.15rem; }
.agenda-confirmation-body strong[b-qjtubwru9y] { color: #ffffff; }
.agenda-confirmation-body p[b-qjtubwru9y] { margin: 0.5rem 0 0; color: #94a3b8; line-height: 1.55; }

@keyframes agenda-in-b-qjtubwru9y {
    from { opacity: 0; transform: translateY(0.75rem); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
    .agenda-shell[b-qjtubwru9y] { grid-template-columns: 1fr; }
    .agenda-sidebar[b-qjtubwru9y] { border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, 0.14); }

    .agenda-toolbar[b-qjtubwru9y],
    .agenda-toolbar-left[b-qjtubwru9y],
    .agenda-toolbar-right[b-qjtubwru9y],
    .agenda-filters[b-qjtubwru9y] {
        align-items: stretch;
        flex-direction: column;
    }

    .agenda-filters[b-qjtubwru9y] { grid-template-columns: 1fr; }

    .agenda-month[b-qjtubwru9y],
    .agenda-time-grid[b-qjtubwru9y],
    .agenda-time-grid.day-view[b-qjtubwru9y] {
        min-width: 47.5rem;
    }

    .agenda-main[b-qjtubwru9y] { overflow-x: auto; }

    .agenda-form-grid[b-qjtubwru9y],
    .agenda-form-grid .span-2[b-qjtubwru9y] {
        grid-template-columns: 1fr;
        grid-column: auto;
    }
}
/* /Areas/Suite/Pages/Agenda/AgendaSetup/AgendaReleaseMultiSelect/AgendaReleaseMultiSelect.razor.rz.scp.css */
.release-multi-select[b-q5w3qpw4x8] {
    position: relative;
    display: grid;
    gap: 0.5rem;
    outline: none;
}

.release-multi-label[b-q5w3qpw4x8] {
    margin-left: 0.25rem;
    color: #64748b;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.release-multi-trigger[b-q5w3qpw4x8] {
    min-height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(51, 65, 85, 0.85);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.5);
    color: #fff;
    font-weight: 800;
    text-align: left;
}

.release-multi-trigger.active[b-q5w3qpw4x8] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.release-multi-trigger i[b-q5w3qpw4x8] {
    color: #60a5fa;
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.release-multi-trigger i.open[b-q5w3qpw4x8] {
    transform: rotate(180deg);
}

.release-multi-menu[b-q5w3qpw4x8] {
    position: absolute;
    inset-inline: 0;
    top: calc(100% + 0.45rem);
    z-index: 20;
    max-height: 17rem;
    overflow-y: auto;
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 8px;
    background: #1e293b;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

.release-multi-option[b-q5w3qpw4x8],
.release-multi-empty[b-q5w3qpw4x8] {
    width: 100%;
    padding: 0.8rem 1rem;
    color: #94a3b8;
    font-weight: 700;
}

.release-multi-option[b-q5w3qpw4x8] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    background: transparent;
    text-align: left;
}

.release-multi-option:hover[b-q5w3qpw4x8],
.release-multi-option.selected[b-q5w3qpw4x8] {
    background: rgba(59, 130, 246, 0.14);
    color: #60a5fa;
}

.release-multi-all[b-q5w3qpw4x8] {
    color: #fff;
    border-bottom: 1px solid rgba(51, 65, 85, 0.75);
}
/* /Areas/Suite/Pages/Agenda/AgendaSetup/AgendaSetup.razor.rz.scp.css */
.agenda-setup-surface[b-j67swjt1ny],
.agenda-setup-preview[b-j67swjt1ny] {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px);
}

.agenda-setup-surface[b-j67swjt1ny] {
    position: relative;
    z-index: 2;
    padding: 2rem;
    border-radius: 1.75rem;
    box-shadow: 0 28px 80px -42px rgba(2, 6, 23, 0.88);
}

.agenda-setup-progress-label[b-j67swjt1ny] {
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: #60a5fa;
    text-transform: uppercase;
}

.agenda-setup-progress h2[b-j67swjt1ny] {
    margin: 0;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 900;
}

.agenda-setup-progress p[b-j67swjt1ny] {
    max-width: 42rem;
    margin: 0.85rem 0 0;
    color: #94a3b8;
    line-height: 1.65;
}

.agenda-setup-body[b-j67swjt1ny] {
    margin-top: 2rem;
}

.agenda-setup-step-stack[b-j67swjt1ny] {
    display: grid;
    gap: 1rem;
}

.agenda-setup-field[b-j67swjt1ny] {
    max-width: 20rem;
}

.agenda-setup-toggle-step[b-j67swjt1ny],
.agenda-setup-release-callout[b-j67swjt1ny] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.4rem;
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 1.2rem;
    background: rgba(30, 41, 59, 0.55);
}

.agenda-setup-toggle-step strong[b-j67swjt1ny],
.agenda-setup-release-callout strong[b-j67swjt1ny] {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.agenda-setup-toggle-step p[b-j67swjt1ny],
.agenda-setup-release-callout p[b-j67swjt1ny] {
    margin: 0.4rem 0 0;
    color: #94a3b8;
    line-height: 1.6;
}

.agenda-setup-inline-note[b-j67swjt1ny] {
    padding: 0.1rem 0;
}

.agenda-setup-inline-note strong[b-j67swjt1ny] {
    display: block;
    color: #dbeafe;
    font-size: 0.95rem;
    font-weight: 800;
}

.agenda-setup-inline-note p[b-j67swjt1ny] {
    margin: 0.35rem 0 0;
    color: #94a3b8;
    line-height: 1.6;
}

.agenda-setup-release-callout span[b-j67swjt1ny] {
    color: #fff;
    font-weight: 800;
}

.agenda-setup-interval-editor[b-j67swjt1ny] {
    display: grid;
    gap: 1rem;
}

.agenda-setup-interval-row[b-j67swjt1ny] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
}

.agenda-setup-interval-stack[b-j67swjt1ny] {
    display: grid;
    gap: 0.45rem;
}

.agenda-setup-link[b-j67swjt1ny] {
    justify-self: start;
    border: 0;
    background: transparent;
    color: #fca5a5;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0;
}

.agenda-setup-secondary[b-j67swjt1ny] {
    justify-self: start;
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.6);
    color: #dbeafe;
    font-size: 0.9rem;
    font-weight: 800;
    padding: 0.8rem 1rem;
}

.agenda-setup-review[b-j67swjt1ny] {
    display: grid;
    gap: 0.75rem;
}

.agenda-setup-review-row[b-j67swjt1ny] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(51, 65, 85, 0.9);
    background: rgba(30, 41, 59, 0.5);
}

.agenda-setup-review-row strong[b-j67swjt1ny] {
    color: #fff;
    font-size: 0.95rem;
}

.agenda-setup-review-row span[b-j67swjt1ny] {
    color: #cbd5e1;
    text-align: right;
}

.agenda-setup-error[b-j67swjt1ny] {
    margin: 1rem 0 0;
    color: #fca5a5;
    font-size: 0.88rem;
    font-weight: 700;
}

.agenda-setup-footer[b-j67swjt1ny] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.agenda-setup-preview[b-j67swjt1ny] {
    position: relative;
    z-index: 1;
    padding: 1.25rem 1.4rem;
    border-radius: 1.25rem;
}

.agenda-config-surface[b-j67swjt1ny] {
    display: grid;
    gap: 1.5rem;
}

.agenda-config-callout[b-j67swjt1ny],
.agenda-config-card[b-j67swjt1ny] {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px);
}

.agenda-config-callout[b-j67swjt1ny] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border-radius: 1.25rem;
}

.agenda-config-callout-label[b-j67swjt1ny] {
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: #60a5fa;
    text-transform: uppercase;
}

.agenda-config-callout strong[b-j67swjt1ny] {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
}

.agenda-config-callout p[b-j67swjt1ny] {
    margin: 0.45rem 0 0;
    color: #94a3b8;
    line-height: 1.65;
}

.agenda-config-grid[b-j67swjt1ny] {
    display: grid;
    gap: 1.5rem;
}

.agenda-config-card[b-j67swjt1ny] {
    padding: 1.5rem;
    border-radius: 1.4rem;
}

.agenda-config-card-header h3[b-j67swjt1ny] {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 900;
}

.agenda-config-card-header p[b-j67swjt1ny] {
    margin: 0.45rem 0 0;
    color: #94a3b8;
    line-height: 1.6;
}

.agenda-config-fields[b-j67swjt1ny] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.agenda-config-days[b-j67swjt1ny] {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.agenda-config-day-card[b-j67swjt1ny] {
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 1rem;
    background: rgba(30, 41, 59, 0.42);
    overflow: hidden;
}

.agenda-config-day-trigger[b-j67swjt1ny] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1rem 1.1rem;
    text-align: left;
}

.agenda-config-day-trigger strong[b-j67swjt1ny] {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.agenda-config-day-trigger-icon[b-j67swjt1ny] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(96, 165, 250, 0.18);
    color: #cbd5e1;
    transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.agenda-config-day-trigger-icon.expanded[b-j67swjt1ny] {
    transform: rotate(180deg);
    color: #fff;
    border-color: rgba(96, 165, 250, 0.32);
}

.agenda-config-day-body[b-j67swjt1ny] {
    display: grid;
    gap: 1rem;
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid rgba(51, 65, 85, 0.72);
}

.agenda-config-footer[b-j67swjt1ny] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.agenda-release-overlay[b-j67swjt1ny] {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(10px);
}

.agenda-release-dialog[b-j67swjt1ny] {
    width: min(100%, 42rem);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.25rem;
    background: #0f172a;
    box-shadow: 0 30px 90px rgba(2, 6, 23, 0.56);
}

.agenda-release-header[b-j67swjt1ny],
.agenda-release-content[b-j67swjt1ny],
.agenda-release-actions[b-j67swjt1ny] { padding: 1.35rem; }

.agenda-release-header[b-j67swjt1ny] { border-bottom: 1px solid rgba(51, 65, 85, 0.8); }

.agenda-release-header span[b-j67swjt1ny] {
    display: block;
    margin-bottom: 0.45rem;
    color: #60a5fa;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.agenda-release-header h3[b-j67swjt1ny] { margin: 0; color: #fff; font-size: 1.35rem; font-weight: 900; }

.agenda-release-header p[b-j67swjt1ny],
.agenda-release-section p[b-j67swjt1ny] {
    margin: 0.45rem 0 0;
    color: #94a3b8;
    line-height: 1.6;
}

.agenda-release-content[b-j67swjt1ny],
.agenda-release-section[b-j67swjt1ny] {
    display: grid;
    gap: 1rem;
}

.agenda-release-section[b-j67swjt1ny] {
    padding: 1rem;
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 1rem;
    background: rgba(30, 41, 59, 0.45);
}

.agenda-release-section strong[b-j67swjt1ny] { color: #fff; font-weight: 900; }

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

.agenda-release-actions[b-j67swjt1ny] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    border-top: 1px solid rgba(51, 65, 85, 0.8);
}

.agenda-setup-preview-label[b-j67swjt1ny] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #60a5fa;
    text-transform: uppercase;
}

.agenda-setup-preview-value[b-j67swjt1ny] {
    margin-top: 0.4rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.agenda-setup-preview p[b-j67swjt1ny] {
    margin: 0.5rem 0 0;
    color: #94a3b8;
}

.agenda-setup-skeleton[b-j67swjt1ny] { display: grid; gap: 1rem; }

.agenda-setup-surface-loading[b-j67swjt1ny],
.agenda-setup-preview-loading[b-j67swjt1ny] {
    min-height: 16rem;
    border-radius: 1.75rem;
    animation: agenda-setup-pulse-b-j67swjt1ny 1.8s ease-in-out infinite;
}

.agenda-setup-preview-loading[b-j67swjt1ny] {
    min-height: 7rem;
    border-radius: 1.25rem;
}

@keyframes agenda-setup-pulse-b-j67swjt1ny {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}

@media (max-width: 768px) {
    .agenda-setup-surface[b-j67swjt1ny] {
        padding: 1.25rem;
    }

    .agenda-setup-progress h2[b-j67swjt1ny] {
        font-size: 1.45rem;
    }

    .agenda-setup-interval-row[b-j67swjt1ny] {
        grid-template-columns: 1fr;
    }

    .agenda-config-fields[b-j67swjt1ny] {
        grid-template-columns: 1fr;
    }

    .agenda-setup-footer[b-j67swjt1ny],
    .agenda-setup-review-row[b-j67swjt1ny],
    .agenda-config-footer[b-j67swjt1ny],
    .agenda-config-callout[b-j67swjt1ny],
    .agenda-release-actions[b-j67swjt1ny] {
        flex-direction: column;
        align-items: stretch;
    }

    .agenda-setup-review-row span[b-j67swjt1ny] {
        text-align: left;
    }

    .agenda-release-grid[b-j67swjt1ny] {
        grid-template-columns: 1fr;
    }
}
/* /Areas/Suite/Pages/ClientConversations/ClientConversations.razor.rz.scp.css */
.client-conversations-page[b-zgs00vcn9r] {
    --wa-shell: #0b1120;
    --wa-panel: #0f172a;
    --wa-panel-soft: #1e293b;
    --wa-chat: #08111f;
    --wa-line: rgba(100, 116, 139, 0.35);
    --wa-muted: #94a3b8;
    --wa-text: #f8fafc;
    --wa-primary: #2563eb;
    --wa-primary-soft: rgba(37, 99, 235, 0.14);
    --wa-success: #4ade80;
    height: calc(100dvh - 190px);
    min-height: 520px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
}

.wa-shell[b-zgs00vcn9r] {
    display: grid;
    grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
    flex: 1;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(100, 116, 139, 0.5);
    border-radius: 16px;
    background: var(--wa-shell);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.wa-shell-maximized[b-zgs00vcn9r] {
    position: fixed;
    inset: 16px;
    z-index: 2147483640;
    height: auto;
    min-height: 0;
    border-radius: 28px;
    background: rgba(8, 17, 31, 0.98);
    backdrop-filter: blur(22px);
}
.wa-sidebar[b-zgs00vcn9r],
.wa-chat[b-zgs00vcn9r] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.wa-sidebar[b-zgs00vcn9r] {
    background: var(--wa-shell);
    border-right: 1px solid var(--wa-line);
}
.wa-chat[b-zgs00vcn9r] {
    background: var(--wa-chat);
}
.wa-sidebar-header[b-zgs00vcn9r],
.wa-chat-header[b-zgs00vcn9r] {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 18px;
    background: var(--wa-panel);
    border-bottom: 1px solid rgba(100, 116, 139, 0.24);
}
.wa-sidebar-header h2[b-zgs00vcn9r],
.wa-chat-header h3[b-zgs00vcn9r] {
    margin: 0;
    color: var(--wa-text);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}
.wa-sidebar-header p[b-zgs00vcn9r],
.wa-chat-header p[b-zgs00vcn9r] {
    margin: 3px 0 0;
    color: var(--wa-muted);
    font-size: 12px;
}
.wa-icon-button[b-zgs00vcn9r],
.wa-send-button[b-zgs00vcn9r] {
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, filter 160ms ease;
}
.wa-icon-button[b-zgs00vcn9r] {
    width: 38px;
    height: 38px;
    color: #cbd5e1;
    background: transparent;
}
.wa-icon-button:hover:not(:disabled)[b-zgs00vcn9r] {
    color: var(--wa-text);
    background: rgba(37, 99, 235, 0.16);
}
.wa-icon-button:disabled[b-zgs00vcn9r],
.wa-send-button:disabled[b-zgs00vcn9r] {
    opacity: 0.7;
    cursor: wait;
}
.wa-search-area[b-zgs00vcn9r] {
    padding: 10px 12px 12px;
    border-bottom: 1px solid var(--wa-line);
    background: var(--wa-shell);
}
.wa-search[b-zgs00vcn9r] {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid rgba(100, 116, 139, 0.28);
    border-radius: 12px;
    color: var(--wa-muted);
    background: var(--wa-panel-soft);
}
.wa-search input[b-zgs00vcn9r],
.wa-composer-input textarea[b-zgs00vcn9r] {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--wa-text);
    background: transparent;
    font-size: 14px;
}
.wa-search input[b-zgs00vcn9r]::placeholder,
.wa-composer-input textarea[b-zgs00vcn9r]::placeholder {
    color: var(--wa-muted);
}
.wa-filters[b-zgs00vcn9r] {
    display: flex;
    gap: 8px;
    padding-top: 10px;
    overflow-x: auto;
}
.wa-filters span[b-zgs00vcn9r] {
    flex: 0 0 auto;
    padding: 6px 12px;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 10px;
    color: #bfdbfe;
    background: var(--wa-primary-soft);
    font-size: 12px;
    font-weight: 700;
}
.wa-list[b-zgs00vcn9r] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
.wa-contact[b-zgs00vcn9r] {
    width: 100%;
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid rgba(134, 150, 160, 0.12);
    color: inherit;
    background: transparent;
    transition: background-color 160ms ease;
}
.wa-contact:hover[b-zgs00vcn9r],
.wa-contact-selected[b-zgs00vcn9r] {
    background: rgba(30, 41, 59, 0.86);
}
.wa-contact-selected[b-zgs00vcn9r] {
    box-shadow: inset 3px 0 0 var(--wa-primary);
}
.wa-avatar[b-zgs00vcn9r] {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #eff6ff;
    background: linear-gradient(135deg, #2563eb, #0891b2);
    font-size: 13px;
    font-weight: 900;
}
.wa-avatar-lg[b-zgs00vcn9r] {
    width: 44px;
    height: 44px;
}
.wa-contact-main[b-zgs00vcn9r] {
    min-width: 0;
    flex: 1;
    text-align: left;
}
.wa-contact-row[b-zgs00vcn9r],
.wa-chat-person[b-zgs00vcn9r],
.wa-chat-actions[b-zgs00vcn9r],
.wa-composer[b-zgs00vcn9r],
.wa-bubble time[b-zgs00vcn9r] {
    display: flex;
    align-items: center;
}
.wa-contact-row[b-zgs00vcn9r] {
    justify-content: space-between;
    gap: 12px;
}
.wa-contact-row strong[b-zgs00vcn9r],
.wa-chat-person h3[b-zgs00vcn9r] {
    overflow: hidden;
    color: var(--wa-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wa-contact-row strong[b-zgs00vcn9r] {
    min-width: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}
.wa-contact-row time[b-zgs00vcn9r],
.wa-bubble time[b-zgs00vcn9r] {
    color: var(--wa-muted);
    font-size: 11px;
    white-space: nowrap;
}
.wa-contact-main p[b-zgs00vcn9r] {
    margin: 4px 0 0;
    overflow: hidden;
    color: var(--wa-muted);
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wa-empty-list[b-zgs00vcn9r],
.wa-chat-empty[b-zgs00vcn9r] {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 28px;
    color: var(--wa-muted);
    text-align: center;
}
.wa-empty-list i[b-zgs00vcn9r],
.wa-chat-empty-icon[b-zgs00vcn9r] {
    color: #64748b;
    font-size: 34px;
}
.wa-empty-list strong[b-zgs00vcn9r],
.wa-chat-empty h3[b-zgs00vcn9r] {
    color: var(--wa-text);
    font-weight: 800;
}
.wa-empty-list span[b-zgs00vcn9r],
.wa-chat-empty p[b-zgs00vcn9r] {
    max-width: 360px;
    margin: 0;
    color: var(--wa-muted);
    font-size: 14px;
    line-height: 1.5;
}
.wa-list-skeleton[b-zgs00vcn9r] {
    height: 78px;
    border-bottom: 1px solid rgba(134, 150, 160, 0.12);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}
.wa-chat-person[b-zgs00vcn9r] {
    min-width: 0;
    gap: 13px;
}
.wa-chat-person > div:last-child[b-zgs00vcn9r] {
    min-width: 0;
}
.wa-chat-actions[b-zgs00vcn9r] {
    gap: 4px;
}
.wa-sidebar-actions[b-zgs00vcn9r] {
    display: flex;
    align-items: center;
    gap: 4px;
}
.wa-messages[b-zgs00vcn9r] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 22px clamp(18px, 4vw, 72px);
    background-color: var(--wa-chat);
    background-image: radial-gradient(circle at 20% 20%, rgba(148, 163, 184, 0.09) 0 1px, transparent 1px), radial-gradient(circle at 70% 30%, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px), linear-gradient(rgba(37, 99, 235, 0.04), rgba(15, 23, 42, 0.02));
    background-size: 38px 38px, 54px 54px, auto;
}
.wa-day-chip[b-zgs00vcn9r] {
    width: max-content;
    margin: 0 auto 18px;
    padding: 6px 12px;
    border: 1px solid rgba(100, 116, 139, 0.35);
    border-radius: 10px;
    color: #dbe5ea;
    background: rgba(15, 23, 42, 0.88);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.wa-message-row[b-zgs00vcn9r] {
    display: flex;
    margin: 3px 0;
}
.wa-message-row-in[b-zgs00vcn9r] {
    justify-content: flex-start;
}
.wa-message-row-out[b-zgs00vcn9r] {
    justify-content: flex-end;
}
.wa-bubble[b-zgs00vcn9r] {
    max-width: min(680px, 74%);
    padding: 8px 10px 6px;
    border-radius: 12px;
    color: var(--wa-text);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.wa-bubble p[b-zgs00vcn9r] {
    margin: 0;
    padding-right: 54px;
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}
.wa-bubble time[b-zgs00vcn9r] {
    justify-content: flex-end;
    gap: 4px;
    margin-top: 2px;
    line-height: 1;
}
.wa-bubble-out[b-zgs00vcn9r] {
    border-top-right-radius: 2px;
    background: var(--wa-primary);
}
.wa-bubble-in[b-zgs00vcn9r] {
    border-top-left-radius: 2px;
    border: 1px solid rgba(100, 116, 139, 0.28);
    background: #1e293b;
}
.wa-bubble-out time[b-zgs00vcn9r] {
    color: rgba(233, 237, 239, 0.68);
}
.wa-bubble-out time i[b-zgs00vcn9r] {
    color: #bfdbfe;
    font-size: 10px;
}
.wa-composer[b-zgs00vcn9r] {
    min-height: 72px;
    gap: 10px;
    padding: 12px 16px;
    background: var(--wa-panel);
    border-top: 1px solid rgba(100, 116, 139, 0.24);
}
.wa-composer-input[b-zgs00vcn9r] {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(100, 116, 139, 0.28);
    border-radius: 12px;
    background: #1e293b;
}
.wa-composer-input textarea[b-zgs00vcn9r] {
    max-height: 128px;
    resize: none;
    padding: 12px 16px;
    line-height: 1.45;
}
.wa-send-button[b-zgs00vcn9r] {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    color: #ffffff;
    background: var(--wa-primary);
}
.wa-send-button:hover:not(:disabled)[b-zgs00vcn9r] {
    filter: brightness(1.08);
    transform: translateY(-1px);
}
@media (max-width: 1023px) {
    .wa-shell[b-zgs00vcn9r] {
        grid-template-columns: 1fr;
        height: 100%;
        min-height: 0;
    }
    .wa-sidebar[b-zgs00vcn9r] {
        max-height: 34%;
        border-right: 0;
        border-bottom: 1px solid var(--wa-line);
    }
    .wa-chat[b-zgs00vcn9r] {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .client-conversations-page[b-zgs00vcn9r] {
        height: calc(100dvh - 150px);
        min-height: 560px;
    }

    .wa-shell-maximized[b-zgs00vcn9r] {
        inset: 0;
        border-radius: 0;
    }
}
@media (max-width: 640px) {
    .wa-messages[b-zgs00vcn9r] {
        padding: 18px 12px;
    }
    .wa-bubble[b-zgs00vcn9r] {
        max-width: 88%;
    }
    .wa-sidebar-header[b-zgs00vcn9r],
    .wa-chat-header[b-zgs00vcn9r],
    .wa-composer[b-zgs00vcn9r] {
        padding-inline: 12px;
    }
}
/* /Areas/Suite/Pages/ModuleManagement/ModuleManagement.razor.rz.scp.css */
.module-card-item[b-6fz4294gop] {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.25rem;
        background: rgba(30, 41, 59, 0.42);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 1.8rem;
        transition: all 0.3s ease;
        min-height: 180px;
        overflow: hidden;
    }

    .module-card-item:hover[b-6fz4294gop] {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        border-color: rgba(255, 255, 255, 0.2);
    }

    .module-section-shell .module-card-item.is-active[b-6fz4294gop] {
        background: color-mix(in srgb, var(--group-accent, #3b82f6) 12%, rgba(15, 23, 42, 0.94)) !important;
        border-color: var(--group-accent, #3b82f6) !important;
        box-shadow: 0 0 0 1px var(--group-accent, #3b82f6), 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    }

    .module-card-item:not(.is-active)[b-6fz4294gop] {
        opacity: 0.8;
        filter: grayscale(0.2);
    }

    .module-accent-bar[b-6fz4294gop] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, transparent 0%, var(--group-accent, #3b82f6) 50%, transparent 100%);
        border-radius: 1.8rem 1.8rem 0 0;
    }

    .module-icon-badge[b-6fz4294gop] {
        width: 3rem;
        height: 3rem;
        border-radius: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.05);
        color: #94a3b8;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .module-card-item.is-active .module-icon-badge[b-6fz4294gop] {
        background: color-mix(in srgb, var(--group-accent, #3b82f6) 20%, transparent);
        color: white;
        border-color: color-mix(in srgb, var(--group-accent, #3b82f6) 40%, transparent);
        box-shadow: 0 0 20px color-mix(in srgb, var(--group-accent, #3b82f6) 15%, transparent);
    }

    .module-card-item[b-6fz4294gop] {
        padding-bottom: 2rem !important;
    }
/* /Areas/Viewer/Layout/NavMenu/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q67ntz2nkx] {
    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-q67ntz2nkx] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

    .nav-item[b-q67ntz2nkx]  .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-q67ntz2nkx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Areas/Viewer/Layout/ViewerLayout/ViewerLayout.razor.rz.scp.css */
.page[b-9fxqhugxbv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9fxqhugxbv] {
    flex: 1;
}

.sidebar[b-9fxqhugxbv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9fxqhugxbv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9fxqhugxbv]  a, .top-row[b-9fxqhugxbv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9fxqhugxbv]  a:hover, .top-row[b-9fxqhugxbv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9fxqhugxbv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9fxqhugxbv] {
        justify-content: space-between;
    }

    .top-row[b-9fxqhugxbv]  a, .top-row[b-9fxqhugxbv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9fxqhugxbv] {
        flex-direction: row;
    }

    .sidebar[b-9fxqhugxbv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9fxqhugxbv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9fxqhugxbv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9fxqhugxbv], article[b-9fxqhugxbv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9fxqhugxbv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9fxqhugxbv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Common/ActivationAreaPlaceholder/ActivationAreaPlaceholder.razor.rz.scp.css */
.activation-area-placeholder[b-havysv3va5] {
    display: inline-flex;
    min-height: 62px;
    min-width: 224px;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    border: 2px dashed rgba(56, 189, 248, 0.55);
    border-radius: 1.4rem;
    background: linear-gradient(135deg, rgba(240, 253, 255, 0.92), rgba(236, 248, 252, 0.9));
    padding: 0.9rem 1rem;
    text-align: left;
    box-shadow: 0 18px 42px -28px rgba(14, 116, 144, 0.45);
    backdrop-filter: blur(10px);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.activation-area-placeholder:hover[b-havysv3va5] {
    border-color: rgba(6, 182, 212, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(224, 247, 250, 0.96));
    box-shadow: 0 22px 44px -26px rgba(8, 145, 178, 0.42);
    transform: translateY(-1px);
}

.activation-area-placeholder:active[b-havysv3va5] {
    transform: translateY(0);
}

.activation-area-placeholder-icon[b-havysv3va5] {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(6, 182, 212, 0.12);
    color: #0891b2;
}

.activation-area-placeholder-copy[b-havysv3va5] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.activation-area-placeholder-eyebrow[b-havysv3va5] {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #94a3b8;
}

.activation-area-placeholder-title[b-havysv3va5] {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #1e293b;
}

.activation-area-placeholder-block[b-havysv3va5] {
    width: 100%;
}

.activation-area-placeholder-reveal[b-havysv3va5] {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
}

.activation-area-placeholder-reveal.is-visible[b-havysv3va5] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.activation-area-placeholder-disabled[b-havysv3va5] {
    cursor: not-allowed;
    opacity: 0.55;
    pointer-events: none;
}

@media (max-width: 768px) {
    .activation-area-placeholder[b-havysv3va5] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Common/ActivationFloatingButton/ActivationFloatingButton.razor.rz.scp.css */
.activation-floating-button[b-3xh5cvqam7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(15, 23, 42, 0.88);
    border-radius: 9999px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    box-shadow: 0 18px 32px -18px rgba(59, 130, 246, 0.88);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.activation-floating-button.activation-floating-button-md[b-3xh5cvqam7] {
    height: 3rem;
    width: 3rem;
}

.activation-floating-button.activation-floating-button-sm[b-3xh5cvqam7] {
    height: 2rem;
    width: 2rem;
    border-width: 2px;
}

.activation-floating-button:hover[b-3xh5cvqam7] {
    box-shadow: 0 22px 34px -18px rgba(59, 130, 246, 0.95);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.activation-floating-button:active[b-3xh5cvqam7] {
    filter: brightness(1);
}

.activation-floating-button.activation-floating-button-success[b-3xh5cvqam7] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 18px 32px -18px rgba(34, 197, 94, 0.88);
}

.activation-floating-button.activation-floating-button-success:hover[b-3xh5cvqam7] {
    box-shadow: 0 22px 34px -18px rgba(34, 197, 94, 0.95);
}

.activation-floating-button.activation-floating-button-danger[b-3xh5cvqam7] {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    box-shadow: 0 18px 32px -18px rgba(239, 68, 68, 0.88);
}

.activation-floating-button.activation-floating-button-danger:hover[b-3xh5cvqam7] {
    box-shadow: 0 22px 34px -18px rgba(239, 68, 68, 0.95);
}
/* /Components/Common/ActivationSurfacePlaceholder/ActivationSurfacePlaceholder.razor.rz.scp.css */
.activation-surface-placeholder[b-quj98w6ru5] {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 2px dashed rgba(148, 163, 184, 0.42);
    background: rgba(255, 255, 255, 0.72);
    padding: 1.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 24px 60px -42px rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(10px);
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.activation-surface-placeholder:hover:not(:disabled)[b-quj98w6ru5],
.activation-surface-placeholder:focus-visible:not(:disabled)[b-quj98w6ru5] {
    border-color: rgba(34, 197, 94, 0.58);
    background: rgba(248, 255, 250, 0.82);
    box-shadow: 0 28px 68px -44px rgba(21, 128, 61, 0.32);
}

.activation-surface-placeholder-disabled[b-quj98w6ru5] {
    cursor: not-allowed;
    opacity: 0.7;
}

.activation-surface-placeholder-copy[b-quj98w6ru5] {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 56rem;
    margin: 0 auto;
}

.activation-surface-placeholder-eyebrow[b-quj98w6ru5] {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #64748b;
}

.activation-surface-placeholder-title[b-quj98w6ru5] {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.25;
    color: #1e293b;
}

.activation-surface-placeholder-description[b-quj98w6ru5] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #64748b;
}

.activation-surface-placeholder-overlay[b-quj98w6ru5] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at center,
        rgba(34, 197, 94, 0.2) 0%,
        rgba(134, 239, 172, 0.16) 18%,
        rgba(220, 252, 231, 0.1) 38%,
        rgba(255, 255, 255, 0.34) 68%,
        rgba(255, 255, 255, 0.82) 100%);
    opacity: 0;
    transition: opacity 0.25s ease, background-color 0.25s ease;
    pointer-events: none;
}

.activation-surface-placeholder:hover:not(:disabled) .activation-surface-placeholder-overlay[b-quj98w6ru5],
.activation-surface-placeholder:focus-visible:not(:disabled) .activation-surface-placeholder-overlay[b-quj98w6ru5] {
    opacity: 1;
}

.activation-surface-placeholder-icon[b-quj98w6ru5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 9999px;
    color: rgba(21, 128, 61, 0.48);
    font-size: 2rem;
    transform: scale(0.9);
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.activation-surface-placeholder:hover:not(:disabled) .activation-surface-placeholder-icon[b-quj98w6ru5],
.activation-surface-placeholder:focus-visible:not(:disabled) .activation-surface-placeholder-icon[b-quj98w6ru5] {
    color: rgba(21, 128, 61, 0.62);
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1);
}

@media (min-width: 640px) {
    .activation-surface-placeholder[b-quj98w6ru5] {
        padding: 1.5rem 2rem;
    }
}
/* /Components/Common/AddBalanceModal/AddBalanceModal.razor.rz.scp.css */
.custom-scrollbar[b-dp9r476c64]::-webkit-scrollbar {
        width: 4px;
    }
    .custom-scrollbar[b-dp9r476c64]::-webkit-scrollbar-track {
        background: transparent;
    }
    .custom-scrollbar[b-dp9r476c64]::-webkit-scrollbar-thumb {
        background: #334155;
        border-radius: 10px;
    }
    .custom-scrollbar[b-dp9r476c64]::-webkit-scrollbar-thumb:hover {
        background: #475569;
    }

    .animate-scale-in[b-dp9r476c64] {
        animation: scaleIn-b-dp9r476c64 0.2s ease-out forwards;
    }

    @keyframes scaleIn-b-dp9r476c64 {
        from { opacity: 0; transform: scale(0.95); }
        to { opacity: 1; transform: scale(1); }
    }
/* /Components/Common/BackgroundFillEditor/BackgroundFillEditor.razor.rz.scp.css */
.hbg-mode-btn[b-utcnhszyu7] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.75rem 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    color: rgb(100 116 139);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    width: 100%;
}

.hbg-mode-btn:hover[b-utcnhszyu7] {
    border-color: rgba(96, 165, 250, 0.35);
    color: rgb(203 213 225);
}

.hbg-mode-btn.is-active[b-utcnhszyu7] {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(6, 182, 212, 0.25));
    border-color: rgba(168, 85, 247, 0.55);
    color: #e9d5ff;
    box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.12) inset;
}

.background-fill-preview-animated[b-utcnhszyu7] {
    background-size: 220% 220% !important;
    animation: background-fill-shift-b-utcnhszyu7 14s ease infinite;
}

@keyframes background-fill-shift-b-utcnhszyu7 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
/* /Components/Common/BannerGlassToggleButton/BannerGlassToggleButton.razor.rz.scp.css */
.banner-glass-toggle-button[b-a1gio6oagl] {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(15, 23, 42, 0.88);
    border-radius: 9999px;
    color: #ffffff;
    box-shadow: 0 18px 32px -18px rgba(59, 130, 246, 0.88);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.banner-glass-toggle-button:hover[b-a1gio6oagl] {
    box-shadow: 0 22px 34px -18px rgba(59, 130, 246, 0.95);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.banner-glass-toggle-button:active[b-a1gio6oagl] {
    transform: translateY(0);
    filter: brightness(1);
}

.banner-glass-toggle-button-on[b-a1gio6oagl] {
    background: linear-gradient(135deg, #dc2626, #ef4444);
    box-shadow: 0 18px 32px -18px rgba(239, 68, 68, 0.88);
}

.banner-glass-toggle-button-off[b-a1gio6oagl] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 18px 32px -18px rgba(34, 197, 94, 0.88);
}

.banner-glass-toggle-button-on:hover[b-a1gio6oagl] {
    box-shadow: 0 22px 34px -18px rgba(239, 68, 68, 0.95);
}

.banner-glass-toggle-button-off:hover[b-a1gio6oagl] {
    box-shadow: 0 22px 34px -18px rgba(74, 222, 128, 0.95);
}
/* /Components/Common/CurrencyInput/CurrencyInput.razor.rz.scp.css */
.currency-input-shell[b-s0i2lnij64] {
        display: flex;
        align-items: center;
        background: #0f172a;
        border: 1px solid #334155;
        border-radius: 1rem;
        overflow: hidden;
        min-height: 3.6rem;
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease;
        position: relative;
    }

    .currency-input-shell:focus-within[b-s0i2lnij64] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
        background: rgba(15, 23, 42, 0.92);
    }

    .currency-input-prefix[b-s0i2lnij64] {
        padding: 0 1rem;
        color: #94a3b8;
        font-weight: 700;
        border-right: 1px solid rgba(51, 65, 85, 0.7);
        background: rgba(15, 23, 42, 0.45);
        align-self: stretch;
        display: inline-flex;
        align-items: center;
    }

    .currency-input-field[b-s0i2lnij64] {
        width: 100%;
        padding: 1rem 1.1rem;
        background: transparent;
        color: white;
        border: 0;
        outline: none;
        font-weight: 700;
        font-size: 1.1rem;
        letter-spacing: .02em;
        text-align: right;
        cursor: text;
    }

    .currency-input-field[b-s0i2lnij64]::placeholder {
        color: #64748b;
    }

    .currency-input-reset-btn[b-s0i2lnij64] {
        padding: 0 1rem;
        background: transparent;
        border: 0;
        color: #475569;
        font-size: 1.2rem;
        cursor: pointer;
        transition: color .2s ease, transform .2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: stretch;
    }

    .currency-input-reset-btn:hover[b-s0i2lnij64] {
        color: #f43f5e;
        transform: scale(1.1);
    }

    .currency-input-shell:hover .currency-input-reset-btn[b-s0i2lnij64] {
        color: #64748b;
    }
/* /Components/Common/Dropdown/Dropdown.razor.rz.scp.css */
.dropdown-shell[b-d3x3d5lj8u] {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        outline: none;
    }

    .dropdown-label[b-d3x3d5lj8u] {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-left: 0.25rem;
    }

    .dropdown-shell-compact[b-d3x3d5lj8u] {
        gap: 0.25rem;
    }

    .dropdown-trigger[b-d3x3d5lj8u] {
        width: 100%;
        background-color: rgba(15, 23, 42, 0.5);
        border: 1px solid rgba(51, 65, 85, 0.5);
        border-radius: 1rem;
        padding: 0.875rem 1rem;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        min-height: 52px;
    }

    .dropdown-trigger-compact[b-d3x3d5lj8u] {
        min-height: 42px;
        padding: 0.625rem 0.9rem;
        border-radius: 0.9rem;
        background-color: #111827;
        border-color: rgba(255, 255, 255, 0.08);
    }

    .dropdown-trigger:hover[b-d3x3d5lj8u] {
        border-color: rgba(59, 130, 246, 0.4);
        background-color: rgba(15, 23, 42, 0.7);
    }

    .trigger-active[b-d3x3d5lj8u] {
        border-color: #3b82f6 !important;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
        background-color: rgba(15, 23, 42, 0.8) !important;
    }

    .selected-text[b-d3x3d5lj8u] {
        font-size: 0.875rem;
        font-weight: 600;
        color: white;
    }

    .dropdown-trigger-compact .selected-text[b-d3x3d5lj8u],
    .dropdown-trigger-compact .placeholder-text[b-d3x3d5lj8u] {
        font-size: 0.95rem;
        font-weight: 700;
    }

    .placeholder-text[b-d3x3d5lj8u] {
        font-size: 0.875rem;
        color: #475569;
    }

    .arrow-icon[b-d3x3d5lj8u] {
        font-size: 0.75rem;
        color: #64748b;
        transition: transform 0.3s ease, color 0.2s;
    }

    .trigger-active .arrow-icon[b-d3x3d5lj8u] {
        color: #3b82f6;
    }

    .arrow-rotate[b-d3x3d5lj8u] {
        transform: rotate(180deg);
    }

    .dropdown-menu[b-d3x3d5lj8u] {
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0;
        right: 0;
        background: #1e293b;
        border: 1px solid rgba(51, 65, 85, 0.8);
        border-radius: 1rem;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.4);
        z-index: 1000;
        overflow: hidden;
        animation: dropdown-in-b-d3x3d5lj8u 0.2s ease-out;
        max-height: 300px;
        overflow-y: auto;
    }

    @keyframes dropdown-in-b-d3x3d5lj8u {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .menu-item[b-d3x3d5lj8u] {
        padding: 0.75rem 1rem;
        color: #94a3b8;
        font-size: 0.875rem;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.15s ease;
    }

    .menu-item:hover[b-d3x3d5lj8u] {
        background-color: rgba(59, 130, 246, 0.1);
        color: white;
    }

    .item-selected[b-d3x3d5lj8u] {
        background-color: rgba(59, 130, 246, 0.15);
        color: #3b82f6;
        font-weight: 700;
    }

    .check-icon[b-d3x3d5lj8u] {
        font-size: 0.75rem;
    }

    .empty-state[b-d3x3d5lj8u] {
        color: #475569;
        font-style: italic;
        text-align: center;
    }

    /* Custom Scrollbar */
    .dropdown-menu[b-d3x3d5lj8u]::-webkit-scrollbar {
        width: 4px;
    }
    .dropdown-menu[b-d3x3d5lj8u]::-webkit-scrollbar-track {
        background: transparent;
    }
    .dropdown-menu[b-d3x3d5lj8u]::-webkit-scrollbar-thumb {
        background: #334155;
        border-radius: 10px;
    }
/* /Components/Common/EditorFloatingIconButton/EditorFloatingIconButton.razor.rz.scp.css */
.editor-floating-icon-button[b-12ko9b8r1y] {
    display: inline-flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 22px 44px -24px rgba(2, 6, 23, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.editor-floating-icon-button:hover[b-12ko9b8r1y] {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.28);
    box-shadow: 0 28px 48px -26px rgba(2, 6, 23, 0.92);
}

.editor-floating-icon-button:active[b-12ko9b8r1y] {
    transform: translateY(0);
}

.editor-floating-icon-button__inner[b-12ko9b8r1y] {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #ffffff;
    box-shadow: 0 18px 32px -20px rgba(59, 130, 246, 0.78);
}

.editor-floating-icon-button__icon-text[b-12ko9b8r1y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.editor-floating-icon-button__inner--blue[b-12ko9b8r1y] {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.editor-floating-icon-button__inner--green[b-12ko9b8r1y] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 18px 32px -20px rgba(34, 197, 94, 0.82);
}

.editor-floating-icon-button__inner--purple[b-12ko9b8r1y] {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4);
    box-shadow: 0 18px 32px -20px rgba(139, 92, 246, 0.82);
}

.editor-floating-icon-button__inner--slate[b-12ko9b8r1y] {
    background: linear-gradient(135deg, #475569, #64748b);
    box-shadow: 0 18px 32px -20px rgba(100, 116, 139, 0.82);
}
/* /Components/Common/EmailInput/EmailInput.razor.rz.scp.css */
.input-container[b-slma6cqwsh] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .input-label[b-slma6cqwsh] {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-left: 0.25rem;
    }
    .input-wrapper[b-slma6cqwsh] {
        position: relative;
    }
    .input-icon[b-slma6cqwsh] {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #64748b;
        transition: color 0.2s;
        pointer-events: none;
    }
    .input-wrapper:focus-within .input-icon[b-slma6cqwsh] {
        color: #3b82f6;
    }
    .input-field[b-slma6cqwsh] {
        width: 100%;
        background-color: rgba(15, 23, 42, 0.5);
        border: 1px solid rgba(51, 65, 85, 0.5);
        border-radius: 1rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 3rem;
        padding-right: 1rem;
        color: white;
        transition: all 0.2s;
        outline: none;
    }
    .input-field:focus[b-slma6cqwsh] {
        border-color: rgba(59, 130, 246, 0.5);
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
    }
    .input-field[b-slma6cqwsh]::placeholder {
        color: #475569;
    }
/* /Components/Common/FloatingAgent/FloatingAgent.razor.rz.scp.css */
.chat-window-wrapper[b-2nn7ge371i] {
        position: fixed;
        right: 1.5rem;
        width: 350px;
        height: 520px;
        transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        border-radius: 2.5rem;
        z-index: 2147483641;
    }
    
    .window-closed[b-2nn7ge371i] {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .window-closed[b-2nn7ge371i] {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .window-open[b-2nn7ge371i] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Quadrant-aware expansion (Desktop) */
    @media (min-width: 768px) {
        .chat-window-wrapper[b-2nn7ge371i] { width: 400px; height: 620px; }
        
        .q-tl[b-2nn7ge371i] { transform-origin: top left; }
        .q-tr[b-2nn7ge371i] { transform-origin: top right; }
        .q-bl[b-2nn7ge371i] { transform-origin: bottom left; }
        .q-br[b-2nn7ge371i] { transform-origin: bottom right; }

        .window-closed.q-tl[b-2nn7ge371i] { transform: scale(0.95); }
        .window-closed.q-tr[b-2nn7ge371i] { transform: translateX(-100%) scale(0.95); }
        .window-closed.q-bl[b-2nn7ge371i] { transform: translateY(-100%) scale(0.95); }
        .window-closed.q-br[b-2nn7ge371i] { transform: translate(-100%, -100%) scale(0.95); }

        .window-open.q-tl[b-2nn7ge371i] { transform: scale(1); }
        .window-open.q-tr[b-2nn7ge371i] { transform: translateX(-100%) scale(1); }
        .window-open.q-bl[b-2nn7ge371i] { transform: translateY(-100%) scale(1); }
        .window-open.q-br[b-2nn7ge371i] { transform: translate(-100%, -100%) scale(1); }
    }

    /* Mobile logic */
    @media (max-width: 767px) {
        #chat-toggle-wrapper[b-2nn7ge371i] { display: none !important; }
        .chat-window-wrapper:not(.window-open)[b-2nn7ge371i] { display: none !important; }
        
        .chat-window-wrapper.window-open[b-2nn7ge371i],
        .chat-window-wrapper.window-docked.window-open[b-2nn7ge371i] {
            position: fixed !important;
            width: 100vw !important;
            height: 100vh !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            border-radius: 0 !important;
            transform: none !important;
            z-index: 2147483647 !important;
        }
        
        .chat-window-container[b-2nn7ge371i] {
            border-radius: 0 !important;
            border: none !important;
        }
    }

    .chat-window-wrapper.is-dragging[b-2nn7ge371i] {
        transition: none !important;
        cursor: grabbing !important;
        opacity: 0.9 !important;
    }

    .inline-window[b-2nn7ge371i] {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        width: 100% !important;
        height: 600px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        border-radius: 1.5rem !important;
        margin-bottom: 2rem;
    }

    .window-maximized[b-2nn7ge371i] {
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        transform: none !important;
        border-radius: 0 !important;
        z-index: 2147483647 !important;
    }

    .window-docked[b-2nn7ge371i] {
        top: 5rem !important;
        right: 1rem !important;
        bottom: 1rem !important;
        left: auto !important;
        width: min(430px, calc(100vw - 2rem)) !important;
        height: auto !important;
        transform: none !important;
        border-radius: 2rem !important;
    }

    .window-docked.window-closed[b-2nn7ge371i] {
        transform: translateX(1rem) scale(0.98) !important;
    }

    .window-docked .chat-window-container[b-2nn7ge371i] {
        border-radius: 2rem;
        border-color: rgba(59, 130, 246, 0.25);
    }

    .window-docked.window-maximized[b-2nn7ge371i] {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        border-radius: 0 !important;
    }

    .chat-window-container[b-2nn7ge371i] {
        width: 100%;
        height: 100%;
        background: rgba(15, 23, 42, 0.98);
        backdrop-filter: blur(24px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 2.5rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .chat-header[b-2nn7ge371i] {
        padding: 1.25rem 1.5rem;
        background: #0f172a;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        cursor: grab;
        position: relative;
    }

    .chat-header:active[b-2nn7ge371i] { cursor: grabbing; }

    .drag-handle-indicator[b-2nn7ge371i] {
        position: absolute;
        left: -8px;
        top: -8px;
        width: 32px;
        height: 32px;
        background: #2563eb;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 0.8rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        border: 2px solid rgba(255, 255, 255, 0.2);
        opacity: 1; /* Always visible on the wrapper if open */
        transition: all 0.2s;
        z-index: 50;
        cursor: grab;
        pointer-events: auto;
    }

    .is-dragging .drag-handle-indicator[b-2nn7ge371i] { background: #2563eb !important; transform: scale(1.2); }

    .window-maximized .drag-handle-indicator[b-2nn7ge371i] {
        left: 12px;
        top: 12px;
    }

    .chat-header-info[b-2nn7ge371i] { display: flex; align-items: center; gap: 0.75rem; }
    .chat-header-avatar[b-2nn7ge371i] {
        width: 2.5rem;
        height: 2.5rem;
        background: linear-gradient(135deg, #2563eb, #0891b2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .chat-header-title[b-2nn7ge371i] { font-size: 0.875rem; font-weight: 700; color: white; margin: 0; }
    .chat-header-status[b-2nn7ge371i] { display: flex; align-items: center; gap: 0.375rem; }
    .status-indicator[b-2nn7ge371i] { width: 0.5rem; height: 0.5rem; background: #4ade80; border-radius: 50%; }
    .status-text[b-2nn7ge371i] { font-size: 10px; font-weight: 700; color: #4ade80; text-transform: uppercase; letter-spacing: 0.05em; }

    .chat-close-btn[b-2nn7ge371i] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 0.4);
        transition: all 0.2s;
        border: none;
        background: transparent;
        cursor: pointer;
    }
    .chat-close-btn:hover[b-2nn7ge371i] { background: rgba(255, 255, 255, 0.1); color: white; }

    .chat-messages-container[b-2nn7ge371i] {
        flex: 1;
        overflow-y: auto;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }
    .message-row[b-2nn7ge371i] { display: flex; width: 100%; }
    .row-user[b-2nn7ge371i] { justify-content: flex-end; }
    .row-model[b-2nn7ge371i] { justify-content: flex-start; }
    .message-bubble[b-2nn7ge371i] { max-width: 85%; padding: 1rem 1.25rem; border-radius: 1.5rem; font-size: 0.9375rem; line-height: 1.5; }
    .bubble-user[b-2nn7ge371i] { background: #2563eb; color: white; border-bottom-right-radius: 0.25rem; }
    .bubble-model[b-2nn7ge371i] { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.1); color: #f1f5f9; border-bottom-left-radius: 0.25rem; }
    .message-author[b-2nn7ge371i] { font-size: 10px; font-weight: 800; color: #60a5fa; margin-bottom: 0.375rem; text-transform: uppercase; }
    .message-time[b-2nn7ge371i] { font-size: 9px; opacity: 0.3; margin-top: 0.5rem; text-align: right; }

    .chat-footer[b-2nn7ge371i] { padding: 1.5rem; background: rgba(15, 23, 42, 0.7); border-top: 1px solid rgba(255, 255, 255, 0.05); }
    .input-wrapper[b-2nn7ge371i] { display: flex; gap: 0.75rem; position: relative; }
    .chat-input[b-2nn7ge371i] { flex: 1; background: #1e293b; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1.25rem; padding: 0.875rem 3.5rem 0.875rem 1.25rem; color: white; outline: none; transition: border-color 0.2s; font-size: 0.875rem; }
    .chat-input:focus[b-2nn7ge371i] { border-color: #2563eb; }
    .chat-send-btn[b-2nn7ge371i] { position: absolute; right: 0.375rem; top: 0.375rem; width: 2.5rem; height: 2.5rem; background: #2563eb; border-radius: 1rem; color: white; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; }

    .brand-credits[b-2nn7ge371i] { display: flex; align-items: center; justify-content: center; gap: 0.75rem; opacity: 0.2; margin-top: 1rem; }
    .brand-line[b-2nn7ge371i] { flex: 1; height: 1px; background: white; }
    .brand-text[b-2nn7ge371i] { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: white; }

    .toggle-button[b-2nn7ge371i] {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .toggle-button:hover[b-2nn7ge371i] { transform: scale(1.05); border-color: white; }

    .toggle-drag-handle[b-2nn7ge371i] {
        position: absolute;
        top: -4px;
        left: -4px;
        width: 20px;
        height: 20px;
        background: rgba(37, 99, 235, 0.8);
        backdrop-filter: blur(4px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 7px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border: 1.5px solid rgba(255, 255, 255, 0.2);
        opacity: 0;
        transition: all 0.2s;
        cursor: grab;
        z-index: 20;
    }
    
    #chat-toggle-wrapper:hover .toggle-drag-handle[b-2nn7ge371i] { opacity: 1; transform: scale(1.1); }
    .toggle-drag-handle:active[b-2nn7ge371i] { cursor: grabbing; }
    
    #chat-toggle-wrapper.is-dragging[b-2nn7ge371i] {
        transition: none !important;
        opacity: 0.9 !important;
    }

    #chat-toggle-wrapper.is-returning-home[b-2nn7ge371i] {
        transition:
            top 2s ease,
            left 2s ease,
            transform 0.3s ease,
            opacity 0.3s ease !important;
    }
    
    #chat-toggle-wrapper.is-dragging .toggle-drag-handle[b-2nn7ge371i] {
        opacity: 1 !important;
        background: #2563eb !important;
    }

    .unread-badge[b-2nn7ge371i] {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 1.5rem;
        height: 1.5rem;
        background: #ef4444;
        border: 2px solid #0f172a;
        color: white;
        font-size: 11px;
        font-weight: 900;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
    }

    .typing-indicator[b-2nn7ge371i] { display: flex; gap: 0.375rem; padding: 0.5rem; }
    .dot[b-2nn7ge371i] { width: 0.375rem; height: 0.375rem; background: #60a5fa; border-radius: 50%; animation: bounce-b-2nn7ge371i 1s infinite alternate; }
    .delay-1[b-2nn7ge371i] { animation-delay: 0.15s; }
    .delay-2[b-2nn7ge371i] { animation-delay: 0.3s; }

    @keyframes bounce-b-2nn7ge371i { from { transform: translateY(0); } to { transform: translateY(-4px); } }
    @keyframes fade-in-b-2nn7ge371i { from { opacity: 0; } to { opacity: 1; } }
    @keyframes fade-in-up-b-2nn7ge371i { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
/* /Components/Common/FormInput/FormInput.razor.rz.scp.css */
input:-webkit-autofill[b-o3krta983y],
    input:-webkit-autofill:hover[b-o3krta983y], 
    input:-webkit-autofill:hover[b-o3krta983y],
    input:-webkit-autofill:focus[b-o3krta983y],
    input:-webkit-autofill:active[b-o3krta983y]{
        -webkit-box-shadow: 0 0 0 30px #0f172a inset !important;
        -webkit-text-fill-color: white !important;
        caret-color: white !important;
    }
/* /Components/Common/HoverRangeControl/HoverRangeControl.razor.rz.scp.css */
.hover-range-control[b-l9yrgb7l1l] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.45rem;
    min-width: 0;
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.72));
    box-shadow: 0 16px 32px -24px rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.hover-range-control__icon-wrap[b-l9yrgb7l1l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.16);
    color: #93c5fd;
    font-size: 0.72rem;
}

.hover-range-control__track-wrap[b-l9yrgb7l1l] {
    min-width: 0;
    flex: 1 1 auto;
}

.hover-range-control__slider[b-l9yrgb7l1l] {
    width: 100%;
    cursor: ew-resize;
}

.hover-range-control__slider--blue[b-l9yrgb7l1l] {
    accent-color: #38bdf8;
}

.hover-range-control__slider--light[b-l9yrgb7l1l] {
    accent-color: #f8fafc;
}

.hover-range-control__value[b-l9yrgb7l1l] {
    flex: 0 0 auto;
    min-width: 2.35rem;
    text-align: right;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.hover-range-control__slider[b-l9yrgb7l1l]::-webkit-slider-thumb {
    cursor: grab;
}

.hover-range-control__slider:active[b-l9yrgb7l1l]::-webkit-slider-thumb {
    cursor: grabbing;
}

.hover-range-control__slider[b-l9yrgb7l1l]::-moz-range-thumb {
    cursor: grab;
}

.hover-range-control__slider:active[b-l9yrgb7l1l]::-moz-range-thumb {
    cursor: grabbing;
}

@media (max-width: 768px) {
    .hover-range-control[b-l9yrgb7l1l] {
        gap: 0.45rem;
        padding: 0.5rem 0.6rem;
    }
}
/* /Components/Common/NameInput/NameInput.razor.rz.scp.css */
.input-container[b-5azev776ye] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .input-label[b-5azev776ye] {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-left: 0.25rem;
    }
    .input-wrapper[b-5azev776ye] {
        position: relative;
    }
    .input-icon[b-5azev776ye] {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #64748b;
        transition: color 0.2s;
        pointer-events: none;
    }
    .input-wrapper:focus-within .input-icon[b-5azev776ye] {
        color: #3b82f6;
    }
    .input-field[b-5azev776ye] {
        width: 100%;
        background-color: rgba(15, 23, 42, 0.5);
        border: 1px solid rgba(51, 65, 85, 0.5);
        border-radius: 1rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 3rem;
        padding-right: 1rem;
        color: white;
        transition: all 0.2s;
        outline: none;
    }
    .input-field:focus[b-5azev776ye] {
        border-color: rgba(59, 130, 246, 0.5);
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
    }
    .input-field[b-5azev776ye]::placeholder {
        color: #475569;
    }
/* /Components/Common/PasswordInput/PasswordInput.razor.rz.scp.css */
input:-webkit-autofill[b-gjvfhcpp23],
    input:-webkit-autofill:hover[b-gjvfhcpp23], 
    input:-webkit-autofill:focus[b-gjvfhcpp23], 
    input:-webkit-autofill:active[b-gjvfhcpp23]{
        -webkit-box-shadow: 0 0 0 30px #0f172a inset !important;
        -webkit-text-fill-color: white !important;
        caret-color: white !important;
    }
/* /Components/Common/PercentageInput/PercentageInput.razor.rz.scp.css */
.percentage-input-shell[b-czz1w9l6x5] {
        display: flex;
        align-items: center;
        background: rgba(15, 23, 42, 0.5);
        border: 1px solid rgba(51, 65, 85, 0.5);
        border-radius: 1rem;
        overflow: hidden;
        min-height: 52px;
        transition: all .2s ease;
        position: relative;
    }

    .percentage-input-shell:focus-within[b-czz1w9l6x5] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
        background: rgba(15, 23, 42, 0.8);
    }

    .percentage-input-prefix[b-czz1w9l6x5] {
        padding: 0 1rem;
        color: #3b82f6;
        font-weight: 800;
        border-right: 1px solid rgba(51, 65, 85, 0.3);
        align-self: stretch;
        display: inline-flex;
        align-items: center;
        font-size: 1.1rem;
    }

    .percentage-input-field[b-czz1w9l6x5] {
        width: 100%;
        padding: 0.875rem 1rem;
        background: transparent;
        color: white;
        border: 0;
        outline: none;
        font-weight: 700;
        font-size: 1.1rem;
        letter-spacing: .02em;
    }

    .percentage-input-field[b-czz1w9l6x5]::placeholder {
        color: #475569;
    }
/* /Components/Common/PhoneInput/PhoneInput.razor.rz.scp.css */
.input-container[b-j2lxiemup8] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .input-label[b-j2lxiemup8] {
        font-size: 10px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-left: 0.25rem;
    }
    .input-wrapper[b-j2lxiemup8] {
        position: relative;
    }
    .input-icon[b-j2lxiemup8] {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #64748b;
        transition: color 0.2s;
        pointer-events: none;
    }
    .input-wrapper:focus-within .input-icon[b-j2lxiemup8] {
        color: #3b82f6;
    }
    .input-field[b-j2lxiemup8] {
        width: 100%;
        background-color: rgba(15, 23, 42, 0.5);
        border: 1px solid rgba(51, 65, 85, 0.5);
        border-radius: 1rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        padding-left: 3rem;
        padding-right: 1rem;
        color: white;
        transition: all 0.2s;
        outline: none;
        font-weight: 600;
    }
    .input-field:focus[b-j2lxiemup8] {
        border-color: rgba(59, 130, 246, 0.5);
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
    }
    .input-field[b-j2lxiemup8]::placeholder {
        color: #475569;
    }
    .input-field:disabled[b-j2lxiemup8] {
        opacity: 0.55;
        cursor: not-allowed;
    }
/* /Components/Common/PulsingSystemActionButton/PulsingSystemActionButton.razor.rz.scp.css */
.pulsing-system-action-button--primary[b-qd6r5dd7y8] {
    animation: pulsing-system-action-button-bg-b-qd6r5dd7y8 2s ease-in-out infinite;
}

.pulsing-system-action-button__label[b-qd6r5dd7y8] {
    animation: pulsing-system-action-button-text-b-qd6r5dd7y8 2s ease-in-out infinite;
}

.pulsing-system-action-button--primary:hover:not(:disabled)[b-qd6r5dd7y8],
.pulsing-system-action-button--primary:focus-visible:not(:disabled)[b-qd6r5dd7y8],
.pulsing-system-action-button--primary:hover:not(:disabled) .pulsing-system-action-button__label[b-qd6r5dd7y8],
.pulsing-system-action-button--primary:focus-visible:not(:disabled) .pulsing-system-action-button__label[b-qd6r5dd7y8] {
    animation-play-state: paused;
}

@keyframes pulsing-system-action-button-bg-b-qd6r5dd7y8 {
    0% {
        background-color: rgba(37, 99, 235, 1);
    }

    50% {
        background-color: rgba(29, 78, 216, 1);
    }

    100% {
        background-color: rgba(37, 99, 235, 1);
    }
}

@keyframes pulsing-system-action-button-text-b-qd6r5dd7y8 {
    0% {
        color: rgba(255, 255, 255, 1);
    }

    50% {
        color: rgba(191, 219, 254, 1);
    }

    100% {
        color: rgba(255, 255, 255, 1);
    }
}
/* /Components/Common/SettingsFloatingButton/SettingsFloatingButton.razor.rz.scp.css */
.settings-floating-button[b-p74xrbumri] {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(15, 23, 42, 0.88);
    border-radius: 9999px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    box-shadow: 0 18px 32px -18px rgba(59, 130, 246, 0.88);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.settings-floating-button:hover[b-p74xrbumri] {
    box-shadow: 0 22px 34px -18px rgba(59, 130, 246, 0.95);
    filter: brightness(1.05);
}

.settings-floating-button:active[b-p74xrbumri] {
    filter: brightness(1);
}
/* /Components/Common/SiteLogoMark/SiteLogoMark.razor.rz.scp.css */
.site-logo-mark[b-lsnw2h3rm8] {
    display: inline-flex;
    max-width: 100%;
}

.site-logo-mark-image[b-lsnw2h3rm8] {
    display: block;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.2s ease;
}

.site-logo-mark-text-wrap[b-lsnw2h3rm8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    line-height: 1;
}

.site-logo-mark-lines[b-lsnw2h3rm8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.site-logo-mark-line[b-lsnw2h3rm8] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    line-height: 1;
}

.site-logo-fill-animated[b-lsnw2h3rm8] {
    animation: site-logo-mark-gradient-shift-b-lsnw2h3rm8 14s ease infinite;
}

@keyframes site-logo-mark-gradient-shift-b-lsnw2h3rm8 {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
/* /Components/Common/SystemActionButton/SystemActionButton.razor.rz.scp.css */
.system-action-button--danger[b-r8v1t7mx44] {
        background-color: rgba(220, 38, 38, 0.42);
    }

    .system-action-button--danger:hover:not(:disabled)[b-r8v1t7mx44] {
        background-color: rgba(239, 68, 68, 0.55);
    }
/* /Components/Common/TimeInput/TimeInput.razor.rz.scp.css */
.time-input-shell[b-a5kej1kakw] {
    position: relative;
    width: 100%;
    outline: none;
    z-index: 1;
}

.time-input-shell:focus-within[b-a5kej1kakw] {
    z-index: 20;
}

.time-input-trigger[b-a5kej1kakw] {
    width: 100%;
    min-height: 52px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(51, 65, 85, 0.6);
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.92);
    padding: 0.45rem 0.55rem 0.45rem 0.9rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.time-input-trigger:hover[b-a5kej1kakw] {
    border-color: rgba(59, 130, 246, 0.45);
    background: rgba(15, 23, 42, 1);
}

.time-input-trigger-open[b-a5kej1kakw] {
    border-color: #3b82f6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.16);
}

.time-input-field[b-a5kej1kakw] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: white;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0;
}

.time-input-field[b-a5kej1kakw]::placeholder {
    color: #64748b;
    font-weight: 700;
}

.time-input-field:disabled[b-a5kej1kakw] {
    cursor: not-allowed;
    opacity: 0.6;
}

.time-input-trigger-button[b-a5kej1kakw],
.time-input-clear-button[b-a5kej1kakw] {
    border: 0;
    background: transparent;
    padding: 0;
}

.time-input-trigger-button:disabled[b-a5kej1kakw] {
    cursor: not-allowed;
    opacity: 0.6;
}

.time-input-trigger-icon[b-a5kej1kakw],
.time-input-clear-button[b-a5kej1kakw] {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.15);
    flex-shrink: 0;
}

.time-input-clear-button[b-a5kej1kakw] {
    font-size: 0.75rem;
}

.time-input-popover[b-a5kej1kakw] {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    padding: 0.9rem;
    border: 1px solid rgba(59, 130, 246, 0.5);
    border-top: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.35);
    z-index: 1200;
    backdrop-filter: blur(12px);
    animation: time-input-enter-b-a5kej1kakw 0.16s ease-out;
}

@keyframes time-input-enter-b-a5kej1kakw {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.time-input-stepper-row[b-a5kej1kakw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.time-stepper[b-a5kej1kakw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    width: 6rem;
}

.time-stepper-action[b-a5kej1kakw] {
    width: 100%;
    height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    border: 1px solid rgba(59, 130, 246, 0.16);
    background: rgba(30, 41, 59, 0.9);
    color: #cbd5e1;
}

.time-stepper-value[b-a5kej1kakw] {
    width: 100%;
    padding: 0.65rem 0.6rem;
    border-radius: 0.95rem;
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.2);
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
}

.time-stepper-divider[b-a5kej1kakw] {
    font-size: 1.55rem;
    font-weight: 900;
    color: #60a5fa;
}

.time-stepper-action:hover[b-a5kej1kakw],
.time-input-clear-button:hover[b-a5kej1kakw],
.time-input-trigger-button:hover .time-input-trigger-icon[b-a5kej1kakw] {
    border-color: rgba(96, 165, 250, 0.55);
    color: white;
}

@media (max-width: 640px) {
    .time-input-trigger[b-a5kej1kakw] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .time-input-clear-button[b-a5kej1kakw] {
        display: none;
    }

    .time-stepper[b-a5kej1kakw] {
        width: 5.2rem;
    }
}
/* /Components/Common/ToastNotification/ToastNotification.razor.rz.scp.css */
.toast-item[b-pkyix22b0a] {
        animation: toast-enter-b-pkyix22b0a 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    }

    @keyframes toast-enter-b-pkyix22b0a {
        from {
            opacity: 0;
            transform: translateY(100%) scale(0.9);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .toast-item:hover[b-pkyix22b0a] {
        box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    }
/* /Components/Common/ToggleSwitch/ToggleSwitch.razor.rz.scp.css */
.toggle-switch-shell[b-a672uar4ar] {
        position: relative;
        display: inline-flex;
        align-items: center;
        width: 3.2rem;
        height: 1.8rem;
        border-radius: 999px;
        border: 0;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        cursor: pointer;
        flex-shrink: 0;
        padding: 0.15rem;
        overflow: hidden;
        box-sizing: border-box;
        transform: none !important;
    }

    .toggle-switch-shell[b-a672uar4ar]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, 
            transparent 0%, 
            rgba(255, 255, 255, 0) 30%, 
            rgba(255, 255, 255, 0.45) 50%, 
            rgba(255, 255, 255, 0) 70%, 
            transparent 100%);
        transform: translateX(120%);
        pointer-events: none;
        z-index: 2;
    }

    .toggle-switch-shell:hover:not(.toggle-switch-disabled)[b-a672uar4ar]::after {
        transform: translateX(-120%);
        transition: transform 0.7s ease-in-out;
    }

    .toggle-switch-on[b-a672uar4ar] {
        background-color: #059669;
        box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    }

    .toggle-switch-on:hover:not(.toggle-switch-disabled)[b-a672uar4ar] {
        background-color: #059669;
        box-shadow: 0 6px 16px rgba(16, 185, 129, 0.3);
    }

    .toggle-switch-off[b-a672uar4ar] {
        background-color: #334155;
    }

    .toggle-switch-off:hover:not(.toggle-switch-disabled)[b-a672uar4ar] {
        background-color: #475569;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

    .toggle-switch-shell:hover:not(.toggle-switch-disabled)[b-a672uar4ar] {
        transform: none !important;
    }

    .toggle-switch-disabled[b-a672uar4ar] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .is-loading[b-a672uar4ar] {
        cursor: wait;
    }

    .toggle-switch-thumb[b-a672uar4ar] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.4rem;
        height: 1.4rem;
        border-radius: 50%;
        background: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1;
        left: 0;
    }

    .toggle-switch-thumb-on[b-a672uar4ar] {
        left: 1.35rem;
    }

    .thumb-loading[b-a672uar4ar] {
        background: rgba(255, 255, 255, 0.9);
    }

    .toggle-switch-spinner[b-a672uar4ar] {
        width: 0.9rem;
        height: 0.9rem;
        animation: toggle-spin-b-a672uar4ar 0.8s linear infinite;
    }

    .toggle-switch-spinner-track[b-a672uar4ar] {
        fill: none;
        stroke: rgba(0, 0, 0, 0.05);
        stroke-width: 3;
    }

    .toggle-switch-spinner-head[b-a672uar4ar] {
        fill: none;
        stroke: currentColor;
        stroke-width: 3;
        stroke-linecap: round;
    }

    .toggle-switch-on .toggle-switch-spinner-head[b-a672uar4ar] {
        color: #000000ff;
    }

    .toggle-switch-off .toggle-switch-spinner-head[b-a672uar4ar] {
        color: #334155;
    }

    @keyframes toggle-spin-b-a672uar4ar {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
/* /Components/Editor/Banner/BannerBackgroundImageWindow/BannerBackgroundImageWindow.razor.rz.scp.css */
.hbgi-tab[b-1ue2dzpjly] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.6rem 0.4rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    color: rgb(100 116 139);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    width: 100%;
}

.hbgi-tab:hover[b-1ue2dzpjly] {
    border-color: rgba(52, 211, 153, 0.35);
    color: rgb(167 243 208);
}

.hbgi-tab.is-active[b-1ue2dzpjly] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(6, 182, 212, 0.2));
    border-color: rgba(16, 185, 129, 0.5);
    color: #6ee7b7;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.1) inset;
}
/* /Components/Editor/EditorFloatingPanel/EditorFloatingPanel.razor.rz.scp.css */
.editor-floating-panel[b-22qqal5qxd] {
        max-height: calc(100vh - 7rem);
    }

    .editor-floating-shell[b-22qqal5qxd] {
        display: flex;
        max-height: calc(100vh - 7rem);
        flex-direction: column;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 2rem;
        background: rgba(15, 23, 42, 0.94);
        backdrop-filter: blur(24px);
        box-shadow: 0 24px 80px -30px rgba(15, 23, 42, 0.95);
    }

    .editor-floating-header[b-22qqal5qxd] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        background: rgba(15, 23, 42, 0.95);
        padding: 0.9rem 1rem 0.8rem;
        cursor: grab;
    }

    .editor-floating-header:active[b-22qqal5qxd] {
        cursor: grabbing;
    }

    .editor-floating-content[b-22qqal5qxd] {
        overflow-y: auto;
        padding: 1.1rem;
        min-height: 220px;
        max-height: var(--editor-content-max-height, min(58vh, 640px));
    }

    .editor-header-btn[b-22qqal5qxd] {
        display: inline-flex;
        height: 2rem;
        width: 2rem;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 9999px;
        background: transparent;
        color: rgba(255, 255, 255, 0.55);
        transition: all 0.2s ease;
    }

    .editor-header-btn:hover[b-22qqal5qxd] {
        background: rgba(255, 255, 255, 0.08);
        color: white;
    }

    .is-dragging[b-22qqal5qxd] {
        transition: none !important;
        opacity: 0.92;
    }

    .editor-toggle-drag-handle[b-22qqal5qxd] {
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 10;
        display: flex;
        height: 20px;
        width: 20px;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(37, 99, 235, 0.88);
        color: white;
        font-size: 7px;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
        cursor: grab;
        opacity: 0;
        transition: all 0.2s ease;
    }

    .editor-floating-toggle:hover .editor-toggle-drag-handle[b-22qqal5qxd] {
        opacity: 1;
        transform: scale(1.08);
    }

    .editor-toggle-drag-handle:active[b-22qqal5qxd] {
        cursor: grabbing;
    }

    .editor-floating-toggle.is-returning-home[b-22qqal5qxd] {
        transition:
            top 2s ease,
            left 2s ease,
            transform 0.3s ease,
            opacity 0.3s ease !important;
    }

    @media (max-width: 767px) {
        .editor-floating-panel[b-22qqal5qxd],
        .editor-floating-toggle[b-22qqal5qxd] {
            display: none;
        }
    }
/* /Components/Editor/EditorFloatingWindow/EditorFloatingWindow.razor.rz.scp.css */
.editor-floating-window[b-zd5jii1wnw] {
    max-height: calc(100vh - 7rem);
}

.editor-floating-window__shell[b-zd5jii1wnw] {
    display: flex;
    max-height: calc(100vh - 7rem);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 2rem;
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(24px);
    box-shadow: 0 24px 80px -30px rgba(15, 23, 42, 0.95);
}

.editor-floating-window__header[b-zd5jii1wnw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(15, 23, 42, 0.95);
    padding: 0.9rem 1rem 0.8rem;
    cursor: grab;
}

.editor-floating-window__header:active[b-zd5jii1wnw] {
    cursor: grabbing;
}

.editor-floating-window__icon[b-zd5jii1wnw] {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    box-shadow: 0 18px 40px -20px rgba(37, 99, 235, 0.9);
}

.editor-floating-window__content[b-zd5jii1wnw] {
    overflow-y: auto;
    padding: 1.1rem;
    min-height: 220px;
    max-height: var(--editor-window-content-max-height, min(68vh, 720px));
}

.editor-header-btn[b-zd5jii1wnw] {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    transition: all 0.2s ease;
}

.editor-header-btn:hover[b-zd5jii1wnw] {
    background: rgba(255, 255, 255, 0.08);
    color: white;
}

@media (max-width: 767px) {
    .editor-floating-window[b-zd5jii1wnw] {
        left: 1rem !important;
        right: 1rem !important;
        top: 1rem !important;
        width: auto !important;
        max-height: calc(100vh - 2rem);
    }

    .editor-floating-window__shell[b-zd5jii1wnw] {
        max-height: calc(100vh - 2rem);
    }
}
/* /Components/Editor/EditorRequiredTasksOverlay/EditorRequiredTasksOverlay.razor.rz.scp.css */
.editor-task-card[b-3nwro5ixyy] {
        border-radius: 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.03);
        padding: 1.35rem;
        transition: all 0.2s ease;
    }

    .editor-task-card.is-current[b-3nwro5ixyy] {
        border-color: rgba(34, 211, 238, 0.38);
        box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.08) inset;
    }

    .editor-task-card.is-done[b-3nwro5ixyy] {
        border-color: rgba(16, 185, 129, 0.2);
        background: rgba(16, 185, 129, 0.06);
    }

    .editor-task-card.is-locked[b-3nwro5ixyy] {
        border-color: rgba(245, 158, 11, 0.18);
        background: rgba(245, 158, 11, 0.05);
    }

    .editor-task-action[b-3nwro5ixyy],
    .editor-task-done[b-3nwro5ixyy],
    .editor-task-locked[b-3nwro5ixyy] {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.6rem;
        border-radius: 1rem;
        padding: 0.95rem 1rem;
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .editor-task-action[b-3nwro5ixyy] {
        border: 1px solid rgba(34, 211, 238, 0.3);
        background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(8, 145, 178, 0.88));
        color: white;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 16px 30px -18px rgba(59, 130, 246, 0.75);
    }

    .editor-task-action:hover[b-3nwro5ixyy] {
        transform: translateY(-1px);
    }

    .editor-task-done[b-3nwro5ixyy] {
        border: 1px solid rgba(16, 185, 129, 0.2);
        background: rgba(16, 185, 129, 0.12);
        color: #a7f3d0;
    }

    .editor-task-locked[b-3nwro5ixyy] {
        border: 1px solid rgba(245, 158, 11, 0.18);
        background: rgba(245, 158, 11, 0.1);
        color: #fcd34d;
    }
/* /Components/Editor/EditorSidebar/EditorSidebar.razor.rz.scp.css */
.editor-choice-scope .editor-choice-btn[b-vugbdgkjdk] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.03);
        padding: 0.85rem 0.9rem;
        color: rgb(148 163 184);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: all 0.2s ease;
    }

    .editor-choice-scope .editor-choice-btn:hover[b-vugbdgkjdk] {
        border-color: rgba(96, 165, 250, 0.45);
        color: rgb(226 232 240);
    }

    .editor-choice-scope .editor-choice-btn.is-active[b-vugbdgkjdk],
    .editor-choice-scope .editor-choice-btn.is-active-light[b-vugbdgkjdk] {
        background: linear-gradient(135deg, #2563eb, #0891b2);
        border-color: transparent;
        color: white;
        box-shadow: 0 16px 30px -18px rgba(59, 130, 246, 0.75);
    }
/* /Components/Editor/EditorViewportFloatingToggle/EditorViewportFloatingToggle.razor.rz.scp.css */
.editor-viewport-floating__shell[b-gwykr1jpkz] {
        display: inline-grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.35rem;
        padding: 0.28rem;
        border: 1px solid rgba(148, 163, 184, 0.14);
        border-radius: 9999px;
        background: rgba(15, 23, 42, 0.94);
        backdrop-filter: blur(18px);
        box-shadow: 0 20px 44px -26px rgba(2, 6, 23, 0.88);
    }

    .editor-viewport-floating__option[b-gwykr1jpkz] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        width: 2.8rem;
        min-width: 2.8rem;
        height: 2.8rem;
        border: 1px solid rgba(148, 163, 184, 0.16);
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.02);
        color: rgb(148 163 184);
        transition: all 0.2s ease;
    }

    .editor-viewport-floating__option:hover[b-gwykr1jpkz] {
        border-color: rgba(96, 165, 250, 0.42);
        color: rgb(226 232 240);
    }

    .editor-viewport-floating__option.is-active[b-gwykr1jpkz] {
        border-color: transparent;
        background: linear-gradient(135deg, #2563eb, #0891b2);
        color: white;
        box-shadow: 0 16px 30px -18px rgba(59, 130, 246, 0.78);
    }

    .editor-viewport-floating__drag-handle[b-gwykr1jpkz] {
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 10;
        display: flex;
        height: 20px;
        width: 20px;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(37, 99, 235, 0.88);
        color: white;
        font-size: 7px;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
        cursor: grab;
        opacity: 0;
        transition: all 0.2s ease;
    }

    .editor-viewport-floating:hover .editor-viewport-floating__drag-handle[b-gwykr1jpkz] {
        opacity: 1;
        transform: scale(1.08);
    }

    .editor-viewport-floating__drag-handle:active[b-gwykr1jpkz] {
        cursor: grabbing;
    }

    .editor-viewport-floating.is-returning-home[b-gwykr1jpkz] {
        transition:
            top 2s ease,
            left 2s ease,
            transform 0.3s ease,
            opacity 0.3s ease !important;
    }

    @media (max-width: 767px) {
        .editor-viewport-floating[b-gwykr1jpkz] {
            display: none;
        }
    }
/* /Components/Editor/EditorViewportToggle/EditorViewportToggle.razor.rz.scp.css */
.editor-viewport-toggle[b-xazwzjw07k] {
        display: inline-grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
        min-width: 300px;
        padding: 0.3rem;
        border: 1px solid rgba(148, 163, 184, 0.12);
        border-radius: 1.15rem;
        background: rgba(15, 23, 42, 0.68);
        box-shadow: 0 18px 40px -28px rgba(2, 6, 23, 0.85);
    }

    .editor-viewport-toggle__option[b-xazwzjw07k] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.6rem;
        min-height: 2.8rem;
        border: 1px solid rgba(148, 163, 184, 0.14);
        border-radius: 0.95rem;
        background: rgba(255, 255, 255, 0.02);
        color: rgb(148 163 184);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        transition: all 0.2s ease;
    }

    .editor-viewport-toggle__option:hover[b-xazwzjw07k] {
        border-color: rgba(96, 165, 250, 0.38);
        color: rgb(226 232 240);
    }

    .editor-viewport-toggle__option.is-active[b-xazwzjw07k] {
        border-color: transparent;
        background: linear-gradient(135deg, #2563eb, #0891b2);
        color: white;
        box-shadow: 0 14px 28px -18px rgba(59, 130, 246, 0.78);
    }
/* /Components/Editor/ExtraSectionPickerWindow/ExtraSectionPickerWindow.razor.rz.scp.css */
.extra-section-picker-window[b-z1tlfae8jt] {
    display: grid;
    gap: 0.875rem;
}

.extra-section-picker-window__option[b-z1tlfae8jt] {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.extra-section-picker-window__option:hover[b-z1tlfae8jt],
.extra-section-picker-window__option:focus-visible[b-z1tlfae8jt] {
    transform: translateY(-1px);
    border-color: rgba(34, 197, 94, 0.38);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 34px -26px rgba(15, 23, 42, 0.55);
    outline: none;
}

.extra-section-picker-window__eyebrow[b-z1tlfae8jt] {
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #94a3b8;
}

.extra-section-picker-window__title[b-z1tlfae8jt] {
    font-size: 1rem;
    font-weight: 800;
    color: #f8fafc;
}

.extra-section-picker-window__description[b-z1tlfae8jt] {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #94a3b8;
}
/* /Components/Editor/Header/AnchorMenuSettingsWindow/AnchorMenuSettingsWindow.razor.rz.scp.css */
.anchor-menu-window-eyebrow[b-33bqsflhea] {
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgb(103 232 249);
    }

    .anchor-menu-window-title[b-33bqsflhea] {
        margin-top: 0.45rem;
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.25;
        color: white;
    }

    .anchor-menu-window-helper[b-33bqsflhea] {
        margin-top: 0.5rem;
        font-size: 0.75rem;
        line-height: 1.5;
        color: rgb(148 163 184);
    }

    .anchor-menu-window-label[b-33bqsflhea] {
        font-size: 0.625rem;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgb(148 163 184);
    }

    .anchor-menu-window-color-row[b-33bqsflhea] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .anchor-menu-window-color-picker[b-33bqsflhea] {
        height: 2.75rem;
        width: 3.5rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1rem;
        background: #0b1220;
        padding: 0.35rem;
    }

    .anchor-menu-window-input[b-33bqsflhea] {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1rem;
        background: #0b1220;
        padding: 0.8rem 1rem;
        font-size: 0.92rem;
        font-weight: 600;
        color: white;
        outline: none;
    }

    .anchor-menu-window-item[b-33bqsflhea] {
        display: grid;
        gap: 0.9rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1.25rem;
        background: rgba(11, 18, 32, 0.72);
        padding: 1rem;
    }

    .anchor-menu-window-item-label[b-33bqsflhea] {
        font-size: 0.625rem;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgb(100 116 139);
    }
/* /Components/Editor/Header/ColorPickerField/ColorPickerField.razor.rz.scp.css */
.color-picker-trigger[b-7qodl43d1v] {
        width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 0.85rem;
        border: 1px solid rgba(34, 211, 238, 0.35);
        border-radius: 1rem;
        background: #111827;
        padding: 0.85rem 1rem;
        transition: all 0.2s ease;
    }

    .color-picker-trigger.is-compact[b-7qodl43d1v] {
        width: 42px;
        height: 42px;
        justify-content: center;
        border-radius: 9999px;
        padding: 0;
    }

    .color-picker-trigger:hover[b-7qodl43d1v] {
        border-color: rgba(34, 211, 238, 0.75);
        box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.12) inset;
    }

    .color-picker-swatch[b-7qodl43d1v] {
        display: inline-flex;
        width: 1.9rem;
        height: 1.9rem;
        flex-shrink: 0;
        border-radius: 9999px;
        border: 2px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.45) inset;
    }

    .editor-choice-btn[b-7qodl43d1v] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.03);
        padding: 0.85rem 0.9rem;
        color: rgb(148 163 184);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: all 0.2s ease;
    }

    .editor-choice-btn:hover[b-7qodl43d1v] {
        border-color: rgba(96, 165, 250, 0.45);
        color: rgb(226 232 240);
    }

    .editor-choice-btn.is-active-light[b-7qodl43d1v] {
        background: linear-gradient(135deg, #2563eb, #0891b2);
        border-color: transparent;
        color: white;
        box-shadow: 0 16px 30px -18px rgba(59, 130, 246, 0.75);
    }
/* /Components/Editor/Header/EditableSiteHeader/EditableSiteHeader.razor.rz.scp.css */
.site-header-floating-action[b-vm5m18ao3o] {
        display: inline-flex;
        height: 3rem;
        width: 3rem;
        align-items: center;
        justify-content: center;
        border: 3px solid rgba(15, 23, 42, 0.88);
        border-radius: 9999px;
        background: linear-gradient(135deg, #2563eb, #06b6d4);
        color: #ffffff;
        box-shadow: 0 18px 32px -18px rgba(59, 130, 246, 0.88);
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }

    .site-header-floating-action:hover[b-vm5m18ao3o] {
        box-shadow: 0 22px 34px -18px rgba(59, 130, 246, 0.95);
        filter: brightness(1.05);
        transform: translateY(-1px);
    }

    .site-header-floating-action:active[b-vm5m18ao3o] {
        filter: brightness(1);
    }

    .site-header-floating-action.site-header-floating-action-danger[b-vm5m18ao3o] {
        background: linear-gradient(135deg, #dc2626, #ef4444);
        box-shadow: 0 18px 32px -18px rgba(239, 68, 68, 0.88);
    }

    .site-header-floating-action.site-header-floating-action-danger:hover[b-vm5m18ao3o] {
        box-shadow: 0 22px 34px -18px rgba(239, 68, 68, 0.95);
    }

    .site-header-floating-action.site-header-floating-action-success[b-vm5m18ao3o] {
        background: linear-gradient(135deg, #16a34a, #22c55e);
        box-shadow: 0 18px 32px -18px rgba(34, 197, 94, 0.88);
    }

    .site-header-floating-action.site-header-floating-action-success:hover[b-vm5m18ao3o] {
        box-shadow: 0 22px 34px -18px rgba(74, 222, 128, 0.95);
    }

    .site-header-floating-action.site-header-floating-action-background[b-vm5m18ao3o] {
        background: linear-gradient(135deg, #a855f7, #06b6d4);
        box-shadow: 0 18px 32px -18px rgba(168, 85, 247, 0.88);
    }

    .site-header-floating-action.site-header-floating-action-background:hover[b-vm5m18ao3o] {
        box-shadow: 0 22px 34px -18px rgba(168, 85, 247, 0.95);
    }

    .site-header-floating-action.site-header-floating-action-image[b-vm5m18ao3o] {
        background: linear-gradient(135deg, #10b981, #06b6d4);
        box-shadow: 0 18px 32px -18px rgba(16, 185, 129, 0.88);
    }

    .site-header-floating-action.site-header-floating-action-image:hover[b-vm5m18ao3o] {
        box-shadow: 0 22px 34px -18px rgba(16, 185, 129, 0.95);
    }

    .site-header-floating-action.site-header-floating-action-undo[b-vm5m18ao3o] {
        background: linear-gradient(135deg, #475569, #64748b);
        box-shadow: 0 18px 32px -18px rgba(100, 116, 139, 0.88);
    }

.site-header-floating-action.site-header-floating-action-undo:hover[b-vm5m18ao3o] {
    box-shadow: 0 22px 34px -18px rgba(148, 163, 184, 0.95);
}
/* /Components/Editor/Header/FontPickerField/FontPickerField.razor.rz.scp.css */
.font-picker-trigger[b-5pmeppn23w] {
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(34, 211, 238, 0.55);
        border-radius: 1rem;
        background: #111827;
        padding: 1rem 1.1rem;
        transition: all 0.2s ease;
    }

    .font-picker-trigger:hover[b-5pmeppn23w] {
        border-color: rgba(34, 211, 238, 0.8);
        box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.15) inset;
    }

    .font-picker-trigger.is-compact[b-5pmeppn23w] {
        padding: 0.625rem 1rem;
        min-height: 2.625rem;
        display: flex;
        align-items: center;
    }

    .font-picker-option[b-5pmeppn23w] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        border: 1px solid transparent;
        border-radius: 1rem;
        padding: 1rem;
        text-align: left;
        transition: all 0.2s ease;
    }

    .font-picker-option:hover[b-5pmeppn23w] {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(96, 165, 250, 0.2);
    }

    .font-picker-option.is-selected[b-5pmeppn23w] {
        background: rgba(37, 99, 235, 0.18);
        border-color: rgba(96, 165, 250, 0.45);
    }
/* /Components/Editor/Header/HeaderBackgroundImageWindow/HeaderBackgroundImageWindow.razor.rz.scp.css */
.hbgi-tab[b-gfs8hqvzi1] {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.6rem 0.4rem;
        border: 1px solid rgba(148, 163, 184, 0.14);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.03);
        color: rgb(100 116 139);
        font-size: 0.65rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        transition: all 0.2s ease;
        width: 100%;
    }

    .hbgi-tab:hover[b-gfs8hqvzi1] {
        border-color: rgba(52, 211, 153, 0.35);
        color: rgb(167 243 208);
    }

    .hbgi-tab.is-active[b-gfs8hqvzi1] {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(6, 182, 212, 0.2));
        border-color: rgba(16, 185, 129, 0.5);
        color: #6ee7b7;
        box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.1) inset;
    }
/* /Components/Editor/Header/HeaderBackgroundWindow/HeaderBackgroundWindow.razor.rz.scp.css */
.hbg-mode-btn[b-0pv2tps9lv] {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.75rem 0.5rem;
        border: 1px solid rgba(148, 163, 184, 0.14);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.03);
        color: rgb(100 116 139);
        font-size: 0.68rem;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        transition: all 0.2s ease;
        width: 100%;
    }

    .hbg-mode-btn:hover[b-0pv2tps9lv] {
        border-color: rgba(96, 165, 250, 0.35);
        color: rgb(203 213 225);
    }

    .hbg-mode-btn.is-active[b-0pv2tps9lv] {
        background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(6, 182, 212, 0.25));
        border-color: rgba(168, 85, 247, 0.55);
        color: #e9d5ff;
        box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.12) inset;
    }
/* /Components/Editor/Header/HeaderLivePreview/HeaderLivePreview.razor.rz.scp.css */
.header-live-preview-animated[b-sezmmqq3d0] {
        background-size: 220% 220% !important;
        animation: header-live-preview-shift-b-sezmmqq3d0 14s ease infinite;
    }

    .logo-fill-animated[b-sezmmqq3d0] {
        animation: header-live-preview-shift-b-sezmmqq3d0 14s ease infinite;
    }

    @keyframes header-live-preview-shift-b-sezmmqq3d0 {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
/* /Components/Editor/Header/HeaderPresetPicker/HeaderPresetPicker.razor.rz.scp.css */
.header-preset-animated[b-sjq94b1gsj] {
        background-size: 220% 220% !important;
        animation: header-preset-shift-b-sjq94b1gsj 14s ease infinite;
    }

    @keyframes header-preset-shift-b-sjq94b1gsj {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
/* /Components/Editor/Header/HeaderSettingsWindow/HeaderSettingsWindow.razor.rz.scp.css */
.editor-header-btn[b-r9comog7ch] {
        display: inline-flex;
        height: 2rem;
        width: 2rem;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 9999px;
        background: transparent;
        color: rgba(255, 255, 255, 0.55);
        transition: all 0.2s ease;
    }

    .editor-header-btn:hover[b-r9comog7ch] {
        background: rgba(255, 255, 255, 0.08);
        color: white;
    }

    .editor-choice-btn[b-r9comog7ch] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.03);
        padding: 0.85rem 0.9rem;
        color: rgb(148 163 184);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: all 0.2s ease;
    }

    .editor-choice-btn:hover[b-r9comog7ch] {
        border-color: rgba(96, 165, 250, 0.45);
        color: rgb(226 232 240);
    }

    .editor-choice-btn.is-active-light[b-r9comog7ch] {
        background: linear-gradient(135deg, #2563eb, #0891b2);
        border-color: transparent;
        color: white;
        box-shadow: 0 16px 30px -18px rgba(59, 130, 246, 0.75);
    }
/* /Components/Editor/Header/IconPickerField/IconPickerField.razor.rz.scp.css */
.icon-picker-trigger[b-peyq0h1gc0] {
        width: 100%;
        border: 1px solid rgba(34, 211, 238, 0.35);
        border-radius: 1rem;
        background: #111827;
        padding: 0.85rem 1rem;
        transition: all 0.2s ease;
    }

    .icon-picker-trigger:hover[b-peyq0h1gc0] {
        border-color: rgba(34, 211, 238, 0.75);
        box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.12) inset;
    }

    .icon-picker-option[b-peyq0h1gc0] {
        display: inline-flex;
        height: 3rem;
        width: 100%;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(148, 163, 184, 0.2);
        border-radius: 0.9rem;
        background: #162033;
        color: white;
        font-size: 1.1rem;
        position: relative;
        transition: all 0.2s ease;
    }

    .icon-picker-option:hover[b-peyq0h1gc0] {
        border-color: rgba(96, 165, 250, 0.45);
        background: #1b2740;
    }

    .icon-picker-option.is-selected[b-peyq0h1gc0] {
        border-color: rgba(59, 130, 246, 0.9);
        box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25) inset;
        background: linear-gradient(180deg, rgba(37, 99, 235, 0.18), rgba(8, 145, 178, 0.12));
    }
/* /Components/Editor/Header/SiteLogoSettingsWindow/SiteLogoSettingsWindow.razor.rz.scp.css */
.editor-header-btn[b-3if88d6oi4] {
        display: inline-flex;
        height: 2rem;
        width: 2rem;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 9999px;
        background: transparent;
        color: rgba(255, 255, 255, 0.55);
        transition: all 0.2s ease;
    }

.editor-header-btn:hover[b-3if88d6oi4] {
        background: rgba(255, 255, 255, 0.08);
        color: white;
    }

    .site-logo-window-eyebrow[b-3if88d6oi4] {
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgb(103 232 249);
    }

    .site-logo-window-title[b-3if88d6oi4] {
        margin-top: 0.45rem;
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.25;
        color: white;
    }

    .site-logo-window-helper[b-3if88d6oi4] {
        font-size: 0.75rem;
        line-height: 1.5;
        color: rgb(148 163 184);
    }

    .site-logo-window-action[b-3if88d6oi4] {
        font-size: 0.625rem;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    .site-logo-window-body[b-3if88d6oi4]  .logo-step-btn {
        font-size: 0.82rem;
        font-weight: 800;
    }

    .site-logo-window-body[b-3if88d6oi4]  .editor-choice-btn {
        font-size: 0.68rem;
        letter-spacing: 0.16em;
    }

    .site-logo-window-body[b-3if88d6oi4]  input[type="text"] {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .site-logo-window-body[b-3if88d6oi4]  textarea {
        font-size: 0.875rem;
        line-height: 1.5;
    }
/* /Components/Editor/LogoQuickSettingsBody/LogoQuickSettingsBody.razor.rz.scp.css */
.logo-quick-settings-body[b-9csqlj5t5v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.logo-quick-settings-preview[b-9csqlj5t5v],
.logo-quick-settings-card[b-9csqlj5t5v] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    padding: 1rem;
}

.logo-quick-settings-preview__eyebrow[b-9csqlj5t5v],
.logo-quick-settings-card__eyebrow[b-9csqlj5t5v],
.logo-quick-settings-field__label[b-9csqlj5t5v] {
    font-size: 0.625rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgb(148 163 184);
}

.logo-quick-settings-preview__surface[b-9csqlj5t5v] {
    margin-top: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    padding: 1.25rem;
}

.logo-quick-settings-preview__helper[b-9csqlj5t5v] {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgb(148 163 184);
}

.logo-quick-settings-card__header[b-9csqlj5t5v] {
    margin-bottom: 0.85rem;
}

.logo-quick-settings-card__title[b-9csqlj5t5v],
.logo-quick-settings-word-card__title[b-9csqlj5t5v] {
    margin-top: 0.35rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
}

.logo-quick-settings-grid[b-9csqlj5t5v],
.logo-quick-settings-word-list[b-9csqlj5t5v] {
    display: grid;
    gap: 0.85rem;
}

.logo-quick-settings-word-list[b-9csqlj5t5v] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.logo-quick-settings-word-card[b-9csqlj5t5v] {
    display: grid;
    gap: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.15rem;
    background: #111827;
    padding: 0.9rem;
}

.logo-quick-settings-field[b-9csqlj5t5v] {
    display: grid;
    gap: 0.5rem;
}

.logo-quick-settings-number[b-9csqlj5t5v] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: #0f172a;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    outline: none;
}

.logo-quick-settings-number:focus[b-9csqlj5t5v] {
    border-color: rgba(34, 211, 238, 0.55);
    box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.2);
}

.logo-quick-settings-color-field[b-9csqlj5t5v]  .color-picker-trigger {
    border-color: rgba(255, 255, 255, 0.12);
}
/* /Components/Editor/SiteLogoEditorBody/SiteLogoEditorBody.razor.rz.scp.css */
.logo-step-btn[b-s3ddb6x1c1] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.6rem;
        border-radius: 1rem;
        border: 1px solid rgba(71, 85, 105, 0.82);
        background: rgba(15, 23, 42, 0.25);
        padding: 1rem;
        color: rgb(148 163 184);
        font-size: 0.9rem;
        font-weight: 900;
        transition: all 0.2s ease;
    }

    .logo-step-btn:hover[b-s3ddb6x1c1] {
        border-color: rgba(96, 165, 250, 0.5);
        color: white;
    }

    .logo-step-btn.is-active[b-s3ddb6x1c1] {
        border-color: rgba(96, 165, 250, 0.75);
        background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(8, 145, 178, 0.88));
        color: white;
        box-shadow: 0 20px 45px -28px rgba(37, 99, 235, 0.95);
    }

    .editor-choice-btn[b-s3ddb6x1c1] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        border: 1px solid rgba(148, 163, 184, 0.18);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.03);
        padding: 0.85rem 0.9rem;
        color: rgb(148 163 184);
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: all 0.2s ease;
    }

    .editor-choice-btn:hover[b-s3ddb6x1c1] {
        border-color: rgba(96, 165, 250, 0.45);
        color: rgb(226 232 240);
    }

    .editor-choice-btn.is-active-light[b-s3ddb6x1c1] {
        background: linear-gradient(135deg, #2563eb, #0891b2);
        border-color: transparent;
        color: white;
        box-shadow: 0 16px 30px -18px rgba(59, 130, 246, 0.75);
    }

    .logo-fill-animated[b-s3ddb6x1c1] {
        animation: site-logo-overlay-fill-shift-b-s3ddb6x1c1 14s ease infinite;
    }

    @keyframes site-logo-overlay-fill-shift-b-s3ddb6x1c1 {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
/* /Components/Editor/SiteVisualSetupTaskOverlay/SiteVisualSetupTaskOverlay.razor.rz.scp.css */
.visual-mode-btn[b-kuin629jg7] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        border-radius: 1rem;
        border: 1px solid rgba(71, 85, 105, 0.82);
        background: rgba(15, 23, 42, 0.25);
        padding: 0.95rem 1rem;
        color: rgb(148 163 184);
        font-size: 0.9rem;
        font-weight: 900;
        transition: all 0.2s ease;
    }

    .visual-mode-btn:hover[b-kuin629jg7] {
        border-color: rgba(96, 165, 250, 0.5);
        color: white;
    }

    .visual-mode-btn.is-active[b-kuin629jg7] {
        border-color: rgba(96, 165, 250, 0.75);
        background: linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(8, 145, 178, 0.88));
        color: white;
        box-shadow: 0 20px 45px -28px rgba(37, 99, 235, 0.95);
    }

    .visual-palette-card[b-kuin629jg7] {
        display: flex;
        min-height: 136px;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
        border-radius: 1.15rem;
        border: 1px solid rgba(71, 85, 105, 0.72);
        background: rgba(15, 23, 42, 0.18);
        padding: 1rem;
        text-align: left;
        transition: all 0.2s ease;
    }

    .visual-palette-card:hover[b-kuin629jg7] {
        border-color: rgba(96, 165, 250, 0.55);
        background: rgba(30, 41, 59, 0.45);
        transform: translateY(-1px);
    }

    .visual-palette-card.is-selected[b-kuin629jg7] {
        border-color: rgba(34, 211, 238, 0.92);
        background: rgba(8, 145, 178, 0.12);
        box-shadow: 0 22px 40px -28px rgba(34, 211, 238, 0.88);
    }
/* /Components/Form/CardCvvInput/CardCvvInput.razor.rz.scp.css */
.card-input-shell[b-v331cnzjiq] {
        display: flex;
        align-items: center;
        background: #0b1120;
        border: 1px solid #334155;
        border-radius: 0.75rem;
        overflow: hidden;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .card-input-shell:focus-within[b-v331cnzjiq] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
    }

    .card-input-field[b-v331cnzjiq] {
        width: 100%;
        padding: 0.75rem 1rem;
        background: transparent;
        color: white;
        border: 0;
        outline: none;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
    }

    .card-input-field[b-v331cnzjiq]::placeholder {
        color: #475569;
    }
/* /Components/Form/CardExpiryInput/CardExpiryInput.razor.rz.scp.css */
.card-input-shell[b-n8lcr8nxja] {
        display: flex;
        align-items: center;
        background: #0b1120;
        border: 1px solid #334155;
        border-radius: 0.75rem;
        overflow: hidden;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .card-input-shell:focus-within[b-n8lcr8nxja] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
    }

    .card-input-field[b-n8lcr8nxja] {
        width: 100%;
        padding: 0.75rem 1rem;
        background: transparent;
        color: white;
        border: 0;
        outline: none;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
    }

    .card-input-field[b-n8lcr8nxja]::placeholder {
        color: #475569;
    }
/* /Components/Form/CardNameInput/CardNameInput.razor.rz.scp.css */
.card-input-shell[b-bdp2iv6wlb] {
        display: flex;
        align-items: center;
        background: #0b1120;
        border: 1px solid #334155;
        border-radius: 0.75rem;
        overflow: hidden;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .card-input-shell:focus-within[b-bdp2iv6wlb] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
    }

    .card-input-field[b-bdp2iv6wlb] {
        width: 100%;
        padding: 0.75rem 1rem;
        background: transparent;
        color: white;
        border: 0;
        outline: none;
        font-size: 0.875rem;
    }

    .card-input-field[b-bdp2iv6wlb]::placeholder {
        color: #475569;
    }
/* /Components/Form/CardNumberInput/CardNumberInput.razor.rz.scp.css */
.card-input-shell[b-ccwqf4jjwt] {
        display: flex;
        align-items: center;
        background: #0b1120;
        border: 1px solid #334155;
        border-radius: 0.75rem;
        overflow: hidden;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

    .card-input-shell:focus-within[b-ccwqf4jjwt] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
    }

    .card-input-icon[b-ccwqf4jjwt] {
        padding-left: 1rem;
        color: #64748b;
        display: flex;
        align-items: center;
    }

    .card-input-field[b-ccwqf4jjwt] {
        width: 100%;
        padding: 0.75rem 1rem;
        background: transparent;
        color: white;
        border: 0;
        outline: none;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
    }

    .card-input-field[b-ccwqf4jjwt]::placeholder {
        color: #475569;
    }
/* /Components/Home/ModuleHubCard/ModuleHubCard.razor.rz.scp.css */
.module-card-enter[b-l2rhd9jqh7] {
        animation: fadeInUp-b-l2rhd9jqh7 0.4s ease-out forwards;
    }

    @keyframes fadeInUp-b-l2rhd9jqh7 {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .pulse-card[b-l2rhd9jqh7] {
        animation: cardGlow-b-l2rhd9jqh7 2s ease-in-out infinite;
        z-index: 10;
        border-color: rgba(255, 255, 255, 0.4) !important;
    }

    @keyframes cardGlow-b-l2rhd9jqh7 {
        0% { box-shadow: 0 0 0 0px rgba(59, 130, 246, 0.4); }
        50% { box-shadow: 0 0 20px 5px rgba(59, 130, 246, 0.2); }
        100% { box-shadow: 0 0 0 0px rgba(59, 130, 246, 0.4); }
    }
/* /Components/Home/UserTaskPanel/UserTaskPanel.razor.rz.scp.css */
.user-task-panel[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, rgba(234, 179, 8, 0.08), rgba(234, 179, 8, 0.04));
        border: 1px solid rgba(234, 179, 8, 0.25);
        border-radius: 1rem;
        padding: 1.25rem 1.5rem;
        animation: fadeInDown-b-2vo8q1ijgr 0.4s ease-out;
    }

    .user-task-panel[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, rgba(234, 179, 8, 0.08), rgba(234, 179, 8, 0.04));
        border: 1px solid rgba(234, 179, 8, 0.25);
        border-radius: 1rem;
        padding: 1.25rem 1.5rem;
        animation: fadeInDown-b-2vo8q1ijgr 0.4s ease-out;
    }

    .task-item-icon[b-2vo8q1ijgr] {
        font-size: 1.25rem;
        flex-shrink: 0;
    }
        font-size: 10px;
        font-weight: 700;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border: 1px solid;[b-2vo8q1ijgr]
    }

    .status-pending[b-2vo8q1ijgr] {
        background: rgba(234, 179, 8, 0.1);
        color: #eab308;
        border-color: rgba(234, 179, 8, 0.2);
    }

    .status-done[b-2vo8q1ijgr] {
        background: rgba(34, 197, 94, 0.1);
        color: #22c55e;
        border-color: rgba(34, 197, 94, 0.2);
    }

    @keyframes fadeInDown-b-2vo8q1ijgr {
        from { opacity: 0; transform: translateY(-12px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .task-panel-header[b-2vo8q1ijgr] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }

    @media (max-width: 640px) {
        .task-panel-header[b-2vo8q1ijgr] {
            flex-direction: column;
            align-items: flex-start;
            gap: 1.25rem;
        }

        .task-progress-badge[b-2vo8q1ijgr] {
            align-items: flex-start !important;
            width: 100%;
        }

        .task-progress-bar-wrapper[b-2vo8q1ijgr] {
            width: 100% !important;
        }
    }

    .task-panel-header-left[b-2vo8q1ijgr] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .task-panel-icon[b-2vo8q1ijgr] {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.625rem;
        background: rgba(234, 179, 8, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #eab308;
        font-size: 1.1rem;
    }

    .task-panel-title[b-2vo8q1ijgr] {
        font-size: 0.9375rem;
        font-weight: 700;
        color: #f8fafc;
        margin: 0;
    }

    .task-panel-subtitle[b-2vo8q1ijgr] {
        font-size: 0.75rem;
        color: #94a3b8;
        margin: 0;
    }

    .task-progress-badge[b-2vo8q1ijgr] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.3rem;
        font-size: 0.72rem;
        color: #94a3b8;
    }

    .task-progress-bar-wrapper[b-2vo8q1ijgr] {
        width: 8rem;
        height: 4px;
        background: rgba(255,255,255,0.1);
        border-radius: 9999px;
        overflow: hidden;
    }

    .task-progress-bar[b-2vo8q1ijgr] {
        height: 100%;
        background: linear-gradient(90deg, #eab308, #22c55e);
        border-radius: 9999px;
        transition: width 0.5s ease-out;
    }

    .task-list[b-2vo8q1ijgr] {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
    }

    .task-item[b-2vo8q1ijgr] {
        display: flex;
        align-items: center;
        gap: 0.875rem;
        padding: 0.75rem 1rem;
        border-radius: 0.625rem;
        transition: background 0.2s;
    }

    @media (max-width: 640px) {
        .task-item[b-2vo8q1ijgr] {
            flex-direction: column;
            align-items: flex-start;
            gap: 1.25rem;
            padding: 1.25rem;
        }

        .task-item-icon[b-2vo8q1ijgr] {
            display: none;
        }

        .task-item-info[b-2vo8q1ijgr] {
            width: 100%;
        }

        .task-action-group[b-2vo8q1ijgr],
        .task-action-btn[b-2vo8q1ijgr], .otp-input-container[b-2vo8q1ijgr] {
            width: 100%;
        }

        .task-action-group[b-2vo8q1ijgr] {
            align-items: stretch;
        }

        .otp-input-group[b-2vo8q1ijgr] {
            width: 100%;
            flex-direction: column;
        }

        .otp-input[b-2vo8q1ijgr] {
            width: 100% !important;
            max-width: none;
        }
    }

    .task-pending[b-2vo8q1ijgr] {
        background: rgba(234, 179, 8, 0.06);
        border: 1px solid rgba(234, 179, 8, 0.15);
    }

    .skeleton-item[b-2vo8q1ijgr] {
        background: rgba(30, 41, 59, 0.3) !important;
        border: 1px solid rgba(255,255,255,0.03) !important;
    }

    .skeleton-icon[b-2vo8q1ijgr] {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.625rem;
        background: rgba(255,255,255,0.05);
    }

    .skeleton-badge[b-2vo8q1ijgr] {
        width: 6rem;
        height: 1.5rem;
        border-radius: 9999px;
        background: rgba(255,255,255,0.05);
    }

    .skeleton-circle[b-2vo8q1ijgr] {
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 9999px;
        background: rgba(255,255,255,0.05);
        flex-shrink: 0;
    }

    .icon-pending[b-2vo8q1ijgr] { color: #eab308; }
    .icon-done[b-2vo8q1ijgr] { color: #22c55e; }

    .task-item-info[b-2vo8q1ijgr] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.125rem;
        text-align: left;
    }

    .task-item-title[b-2vo8q1ijgr] {
        font-size: 0.875rem;
        font-weight: 600;
        color: #f1f5f9;
    }

    .title-done[b-2vo8q1ijgr] {
        color: #64748b;
        text-decoration: line-through;
    }

    .task-item-desc[b-2vo8q1ijgr] {
        font-size: 0.75rem;
        color: #94a3b8;
    }

    .task-item-highlight[b-2vo8q1ijgr] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        margin-top: 0.35rem;
        padding: 0.25rem 0.6rem;
        border-radius: 9999px;
        font-size: 0.675rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #67e8f9;
        background: rgba(6, 182, 212, 0.12);
        border: 1px solid rgba(34, 211, 238, 0.25);
        width: fit-content;
    }

    .task-action-group[b-2vo8q1ijgr] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 0.55rem;
        flex-shrink: 0;
    }

    .task-action-btn[b-2vo8q1ijgr] {
        background: rgba(217, 119, 6, 0.1); /* bg-amber-600/10 */
        color: #fbbf24; /* text-amber-400 */
        border: 1px solid rgba(245, 158, 11, 0.2); /* border-amber-500/20 */
        border-radius: 0.75rem; /* rounded-xl */
        padding: 0.5rem 1.25rem;
        font-size: 10px; /* text-[10px] */
        font-weight: 900; /* font-black */
        text-transform: uppercase;
        letter-spacing: 0.1em; /* tracking-widest */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        transition: all 0.2s;
        white-space: nowrap;
        flex-shrink: 0;
        min-width: 220px;
    }

    .task-action-btn:hover:not(:disabled)[b-2vo8q1ijgr] {
        background: rgba(217, 119, 6, 0.2); /* hover:bg-amber-600/20 */
    }

    .secondary-btn[b-2vo8q1ijgr] {
        background: rgba(59, 130, 246, 0.1);
        color: #93c5fd;
        border-color: rgba(96, 165, 250, 0.25);
        min-width: 170px;
    }

    .secondary-btn:hover:not(:disabled)[b-2vo8q1ijgr] {
        background: rgba(59, 130, 246, 0.18);
    }

    .tertiary-btn[b-2vo8q1ijgr] {
        background: rgba(16, 185, 129, 0.12);
        color: #6ee7b7;
        border-color: rgba(52, 211, 153, 0.28);
        min-width: 170px;
    }

    .tertiary-btn:hover:not(:disabled)[b-2vo8q1ijgr] {
        background: rgba(16, 185, 129, 0.2);
    }

    .task-action-btn:disabled[b-2vo8q1ijgr] {
        opacity: 0.7;
        cursor: not-allowed;
    }

    .task-action-btn.disabled-cooldown[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, #475569, #334155);
        color: #94a3b8;
    }

    .task-action-btn.sending[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, #64748b, #475569);
    }

    .complete-btn[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, #22c55e, #16a34a);
        color: white !important;
    }

    .complete-btn:hover:not(:disabled)[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, #16a34a, #15803d) !important;
    }

    .resend-btn[b-2vo8q1ijgr] {
        background: linear-gradient(135deg, rgba(234, 179, 8, 0.1), rgba(234, 179, 8, 0.05));
        border: 1px solid rgba(234, 179, 8, 0.3);
        color: #eab308;
    }

    .resend-btn:hover:not(:disabled)[b-2vo8q1ijgr] {
        background: rgba(234, 179, 8, 0.2);
    }

    .otp-input-container[b-2vo8q1ijgr] {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        align-items: flex-start;
    }

    .otp-input-group[b-2vo8q1ijgr] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .otp-input[b-2vo8q1ijgr] {
        background: rgba(15, 23, 42, 0.6);
        border: 1px solid rgba(148, 163, 184, 0.2);
        border-radius: 0.5rem;
        color: #f8fafc;
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
        width: 5.5rem;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 600;
        outline: none;
        transition: border-color 0.2s;
    }

    .otp-input:focus[b-2vo8q1ijgr] {
        border-color: #eab308;
    }

    .otp-error[b-2vo8q1ijgr] {
        color: #ef4444;
        font-size: 0.7rem;
        font-weight: 500;
        margin-right: 0.2rem;
    }
/* /Components/Modals/EmployeeLedgerModal/EmployeeLedgerModal.razor.rz.scp.css */
.custom-scrollbar[b-33p3veh37c]::-webkit-scrollbar {
        width: 4px;
    }
    .custom-scrollbar[b-33p3veh37c]::-webkit-scrollbar-track {
        background: rgba(30, 41, 59, 0.5);
    }
    .custom-scrollbar[b-33p3veh37c]::-webkit-scrollbar-thumb {
        background: rgba(71, 85, 105, 0.5);
        border-radius: 10px;
    }
/* /Components/Modules/ModuleCatalogSectionShell/ModuleCatalogSectionShell.razor.rz.scp.css */
.module-section-shell[b-04523arfu2] {
        position: relative;
        padding: 22px 22px 18px;
        border-radius: 24px;
        border: 1px solid rgba(148, 163, 184, 0.16);
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.88));
        box-shadow: 0 18px 38px rgba(2, 6, 23, 0.22);
        overflow: hidden;
    }

    .module-section-shell[b-04523arfu2]::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at top right, var(--group-glow, rgba(148, 163, 184, 0.12)), transparent 42%);
        opacity: 0.65;
    }

    .catalog-ai[b-04523arfu2] {
        --group-accent: #d946ef;
        --group-glow: rgba(217, 70, 239, 0.16);
        border-color: rgba(217, 70, 239, 0.55);
        background: linear-gradient(180deg, rgba(38, 14, 55, 0.88), rgba(27, 16, 46, 0.94));
    }

    .catalog-channels[b-04523arfu2] {
        --group-accent: #3b82f6;
        --group-glow: rgba(59, 130, 246, 0.16);
        border-color: rgba(59, 130, 246, 0.42);
        background: linear-gradient(180deg, rgba(14, 29, 56, 0.9), rgba(15, 23, 42, 0.94));
    }

    .catalog-mgmt[b-04523arfu2] {
        --group-accent: #22c55e;
        --group-glow: rgba(34, 197, 94, 0.16);
        border-color: rgba(34, 197, 94, 0.4);
        background: linear-gradient(180deg, rgba(11, 34, 32, 0.9), rgba(15, 23, 42, 0.94));
    }

    .catalog-social[b-04523arfu2] {
        --group-accent: #f59e0b;
        --group-glow: rgba(245, 158, 11, 0.15);
        border-color: rgba(245, 158, 11, 0.36);
        background: linear-gradient(180deg, rgba(43, 28, 10, 0.9), rgba(15, 23, 42, 0.94));
    }

    .catalog-lang[b-04523arfu2] {
        --group-accent: #38bdf8;
        --group-glow: rgba(56, 189, 248, 0.15);
        border-color: rgba(56, 189, 248, 0.36);
        background: linear-gradient(180deg, rgba(9, 29, 41, 0.9), rgba(15, 23, 42, 0.94));
    }

    .catalog-admin[b-04523arfu2] {
        --group-accent: #818cf8;
        --group-glow: rgba(129, 140, 248, 0.15);
        border-color: rgba(129, 140, 248, 0.38);
        background: linear-gradient(180deg, rgba(20, 25, 52, 0.92), rgba(15, 23, 42, 0.94));
    }

    .module-section-toggle[b-04523arfu2] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0;
        margin-bottom: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        text-align: left;
        position: relative;
        z-index: 1;
    }

    .module-section-title[b-04523arfu2] {
        min-width: 0;
        flex: 1;
        line-height: 1.35;
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
        font-size: 1.4rem;
        margin: 0;
        padding-bottom: 10px;
    }

    .module-section-title i[b-04523arfu2] {
        color: var(--group-accent, #e2e8f0);
    }

    .module-section-meta[b-04523arfu2] {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-left: auto;
        color: #94a3b8;
        flex-shrink: 0;
    }

    .module-section-count[b-04523arfu2] {
        min-width: 32px;
        padding: 5px 10px;
        border-radius: 999px;
        background: color-mix(in srgb, var(--group-accent, #94a3b8) 16%, transparent);
        color: white;
        font-size: 0.8rem;
        font-weight: 700;
        text-align: center;
        border: 1px solid color-mix(in srgb, var(--group-accent, #94a3b8) 42%, transparent);
    }

    .module-section-badge[b-04523arfu2] {
        font-size: 0.7rem;
        background: #d946ef;
        color: white;
        padding: 4px 10px;
        border-radius: 20px;
        font-weight: 800;
    }

    .module-section-chevron[b-04523arfu2] {
        font-size: 0.85rem;
        transition: transform 0.22s ease, color 0.22s ease;
    }

    .module-section-chevron.is-open[b-04523arfu2] {
        transform: rotate(180deg);
        color: white;
    }

    .module-section-shell.is-expanded .module-section-toggle[b-04523arfu2] {
        margin-bottom: 14px;
    }

    .module-section-body[b-04523arfu2] {
        position: relative;
        z-index: 1;
    }

    .module-section-body-header[b-04523arfu2] {
        margin-bottom: 15px;
    }

    .module-section-body-footer[b-04523arfu2] {
        margin-top: 20px;
    }

    @media (max-width: 640px) {
        .module-section-shell[b-04523arfu2] {
            padding: 18px 18px 16px;
        }

        .module-section-toggle[b-04523arfu2] {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
            column-gap: 12px;
        }

        .module-section-title[b-04523arfu2] {
            font-size: 1.05rem;
            padding-right: 4px;
        }

        .module-section-meta[b-04523arfu2] {
            margin-left: 0;
        }
    }
/* /Components/Sections/AboutSection/AboutSection.razor.rz.scp.css */
.about-section[b-0jgk4pkbiv] {
    isolation: isolate;
}

.about-section__background-media[b-0jgk4pkbiv] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.about-section__creative-banner-wrap[b-0jgk4pkbiv] {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    z-index: 30;
    transform: translateX(-50%);
}

.about-section__creative-banner[b-0jgk4pkbiv] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(34, 197, 94, 0.28);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    padding: 0.6rem 1rem;
    color: #f8fafc;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.about-section__creative-banner-approve[b-0jgk4pkbiv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #10b981);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(16, 185, 129, 0.24);
}

.about-section__creative-banner-label[b-0jgk4pkbiv] {
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #cbd5e1;
}

.about-section__creative-banner-timer[b-0jgk4pkbiv] {
    min-width: 2.5rem;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 900;
    color: #86efac;
}

.about-section__background-image[b-0jgk4pkbiv] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-section__background-overlay[b-0jgk4pkbiv] {
    position: absolute;
    inset: 0;
}

.about-section__container[b-0jgk4pkbiv] {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 80rem;
}

.about-section__surface[b-0jgk4pkbiv] {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2rem;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.about-section__content[b-0jgk4pkbiv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 1.5rem;
}

.about-section__image-column[b-0jgk4pkbiv],
.about-section__text-column[b-0jgk4pkbiv] {
    flex: 1 1 0;
    width: 100%;
}

.about-section__image-shell[b-0jgk4pkbiv] {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.about-section__image-shell.rounded-3xl[b-0jgk4pkbiv] {
    border-radius: 2rem;
}

.about-section__image-shell.rounded-full[b-0jgk4pkbiv] {
    max-width: 26rem;
    margin: 0 auto;
}

.about-section__image[b-0jgk4pkbiv] {
    display: block;
    width: 100%;
    min-height: 18rem;
}

.about-section__text-column[b-0jgk4pkbiv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section__text[b-0jgk4pkbiv] {
    color: #0f172a;
    text-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.about-section__text--light[b-0jgk4pkbiv] {
    color: #f8fafc;
}

.about-section__body[b-0jgk4pkbiv] {
    font-size: 1.35rem;
    line-height: 1.8rem;
    color: rgba(30, 41, 59, 0.82);
}

.about-section__body--light[b-0jgk4pkbiv] {
    color: rgba(241, 245, 249, 0.9);
}

.about-section__hover-editor[b-0jgk4pkbiv] {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 25;
    transform: translateX(-50%);
    width: min(96%, 72rem);
}

.about-section__hover-editor-panel[b-0jgk4pkbiv] {
    border: 1px solid rgba(99, 102, 241, 0.22);
    border-radius: 999px;
    background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.16), transparent 38%),
        rgba(15, 23, 42, 0.9);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.38);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0.8rem 1rem;
}

.about-section__hover-editor-row[b-0jgk4pkbiv] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: nowrap;
}

.about-section__primary-action[b-0jgk4pkbiv] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.875rem;
    padding: 0.8rem 1.15rem;
    border: 1px solid rgba(165, 180, 252, 0.35);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.92), rgba(99, 102, 241, 0.68));
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 16px 34px rgba(79, 70, 229, 0.28);
}

.about-section__primary-action:hover[b-0jgk4pkbiv] {
    filter: brightness(1.08);
}

.about-section__action-btn[b-0jgk4pkbiv] {
    flex-shrink: 0;
}

.about-section__divider[b-0jgk4pkbiv] {
    width: 1px;
    height: 2rem;
    background: rgba(148, 163, 184, 0.22);
    flex-shrink: 0;
}

.about-section__range[b-0jgk4pkbiv] {
    min-width: 15rem;
}

@media (min-width: 768px) {
    .about-section__content[b-0jgk4pkbiv] {
        flex-direction: row;
        gap: 3.75rem;
        padding: 2rem;
    }

    .about-section__content--reverse[b-0jgk4pkbiv] {
        flex-direction: row-reverse;
    }
}

@media (max-width: 900px) {
    .about-section__hover-editor[b-0jgk4pkbiv] {
        width: min(94%, 40rem);
    }

    .about-section__hover-editor-panel[b-0jgk4pkbiv] {
        border-radius: 2rem;
    }

    .about-section__hover-editor-row[b-0jgk4pkbiv] {
        overflow-x: auto;
        padding-bottom: 0.1rem;
    }
}
/* /Components/Sections/BannerSection/BannerSection.razor.rz.scp.css */
.banner-section-glass-anchor[b-itiey42i04] {
    pointer-events: none;
}

.banner-section-glass-shell[b-itiey42i04] {
    pointer-events: auto;
    will-change: transform;
    transition: transform 0.2s ease;
    z-index: 20;
}

.banner-section-glass-hover-editor[b-itiey42i04] {
    position: absolute;
    top: calc(100% + 0.9rem);
    left: 50%;
    z-index: 26;
    width: min(100%, 520px);
    transform: translateX(-50%);
    animation: banner-section-glass-editor-in-b-itiey42i04 0.18s ease-out;
}

/* Ponte invisível que cobre o gap entre o card e o painel, mantendo o hover ativo */
.banner-section-glass-hover-editor[b-itiey42i04]::before {
    content: '';
    position: absolute;
    top: -0.9rem;
    left: 0;
    right: 0;
    height: 0.9rem;
}

.banner-section-glass-hover-editor__panel[b-itiey42i04] {
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.84));
    box-shadow: 0 26px 48px -30px rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.banner-section-glass-hover-editor__grid[b-itiey42i04] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

@keyframes banner-section-glass-editor-in-b-itiey42i04 {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.banner-section-glass-shell.is-dragging[b-itiey42i04] {
    transition: none;
}

.banner-section-card[b-itiey42i04] {
    padding: 2rem;
    transition: background-color 0.25s ease, backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

.banner-section-card--glass-on[b-itiey42i04] {
    box-shadow: 0 22px 44px -30px rgba(15, 23, 42, 0.72);
}

.banner-section-card--glass-off[b-itiey42i04] {
    box-shadow: none;
}

.banner-section-stack[b-itiey42i04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.banner-section-editable-area[b-itiey42i04] {
    position: relative;
    width: 100%;
}

.banner-section-logo-action-button[b-itiey42i04] {
    height: 2.75rem;
    width: 2.75rem;
}

.banner-section-logo-outside-slot[b-itiey42i04] {
    position: absolute;
    inset-inline: 0;
    top: 1.5rem;
    z-index: 22;
    display: flex;
    justify-content: center;
    padding-inline: 1rem;
}

.banner-section-logo-outside-placeholder[b-itiey42i04] {
    width: min(100%, 640px);
}

.banner-section-cta-drag-handle[b-itiey42i04] {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 35;
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    background: rgba(37, 99, 235, 0.8);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
    cursor: grab !important;
}

.banner-section-cta-drag-handle i[b-itiey42i04] {
    font-size: 7px;
    line-height: 1;
    cursor: inherit !important;
}

.banner-section-button-responsive:hover .banner-section-cta-drag-handle[b-itiey42i04],
.banner-section-button-responsive:focus-within .banner-section-cta-drag-handle[b-itiey42i04],
.banner-section-button-responsive.is-dragging .banner-section-cta-drag-handle[b-itiey42i04] {
    opacity: 1;
    pointer-events: auto;
    cursor: grab !important;
}

.banner-section-button-responsive:hover .banner-section-cta-drag-handle[b-itiey42i04],
.banner-section-button-responsive:focus-within .banner-section-cta-drag-handle[b-itiey42i04] {
    transform: scale(1.1);
}

.banner-section-button-responsive.is-dragging .banner-section-cta-drag-handle[b-itiey42i04] {
    background: #2563eb;
    cursor: grabbing !important;
}

.banner-section-cta-drag-handle:active[b-itiey42i04] {
    cursor: grabbing !important;
}

.banner-section-logo-responsive[b-itiey42i04] {
    transform: translate(var(--site-header-logo-offset-x, 0px), var(--site-header-logo-offset-y, 0px));
}

.banner-section-logo-mark[b-itiey42i04] {
    max-width: 100%;
}

.banner-section-inline-action[b-itiey42i04] {
    position: absolute;
    top: -0.75rem;
    right: -0.35rem;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.group\/banner-area:hover .banner-section-inline-action[b-itiey42i04],
.group\/banner-area:focus-within .banner-section-inline-action[b-itiey42i04] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.banner-section-inline-action:hover[b-itiey42i04] {
    filter: brightness(1.06);
}

.banner-section-empty-state[b-itiey42i04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4.5rem;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.42), rgba(30, 41, 59, 0.3));
    backdrop-filter: blur(8px);
}

.banner-section-empty-eyebrow[b-itiey42i04] {
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(103, 232, 249, 0.92);
}

.banner-section-empty-title[b-itiey42i04] {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.94);
}

.banner-section-creative-banner-wrap[b-itiey42i04] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 35;
    pointer-events: none;
}

.banner-section-creative-banner[b-itiey42i04] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.42);
    box-shadow: 0 16px 30px -24px rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(16px);
    pointer-events: auto;
}

.banner-section-creative-banner-approve[b-itiey42i04] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.45rem;
    width: 2.45rem;
    border: 2px solid rgba(21, 128, 61, 0.34);
    border-radius: 9999px;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #ffffff;
    box-shadow: 0 18px 30px -18px rgba(34, 197, 94, 0.82);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.banner-section-creative-banner-approve:hover[b-itiey42i04] {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 22px 34px -18px rgba(74, 222, 128, 0.92);
}

.banner-section-creative-banner-timer[b-itiey42i04] {
    min-width: 3.4rem;
    padding: 0.25rem 0.55rem;
    border: 2px solid rgba(15, 23, 42, 0.92);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-shadow:
        -1px -1px 0 rgba(15, 23, 42, 0.98),
         1px -1px 0 rgba(15, 23, 42, 0.98),
        -1px  1px 0 rgba(15, 23, 42, 0.98),
         1px  1px 0 rgba(15, 23, 42, 0.98);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 768px) {
    .banner-section-glass-hover-editor[b-itiey42i04] {
        width: min(100%, 420px);
        top: calc(100% + 0.75rem);
    }

    .banner-section-glass-hover-editor__panel[b-itiey42i04] {
        padding: 0.85rem 0.85rem 0.9rem;
        border-radius: 1.2rem;
    }

    .banner-section-logo-outside-slot[b-itiey42i04] {
        top: 1rem;
        padding-inline: 0.75rem;
    }

    .banner-section-card[b-itiey42i04] {
        padding: 1.5rem;
    }

    .banner-section-empty-state[b-itiey42i04] {
        min-height: 4rem;
        padding: 0.95rem 1rem;
    }

    .banner-section-creative-banner[b-itiey42i04] {
        gap: 0.5rem;
        padding: 0.38rem 0.5rem;
    }

    .banner-section-creative-banner-approve[b-itiey42i04] {
        height: 2.2rem;
        width: 2.2rem;
    }

    .banner-section-creative-banner-timer[b-itiey42i04] {
        min-width: 3rem;
        font-size: 0.72rem;
    }

    .banner-section-creative-banner-wrap[b-itiey42i04] {
        top: 0.75rem;
        left: 0.75rem;
    }
}
/* /Components/Sections/FeaturesSection/FeaturesSection.razor.rz.scp.css */
/* ── Card wrapper ─────────────────────────────────────────── */
.features-section-card-wrapper[b-tai4x7023m] {
    position: relative;
}

/* ── Action rail por card (settings + icon toggle + delete) ── */
.features-section-card-action-rail[b-tai4x7023m] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-3px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.features-section-card-action-rail--visible[b-tai4x7023m] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Tamanho reduzido para os botões dentro do card */
.features-section-action-btn[b-tai4x7023m] {
    height: 2rem !important;
    width: 2rem !important;
}

/* ── Confirmação de remoção ──────────────────────────────── */
.features-section-card-confirm[b-tai4x7023m] {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.55rem 0.3rem 0.65rem;
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.93);
    box-shadow: 0 8px 24px -8px rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: features-card-confirm-in-b-tai4x7023m 0.14s ease-out;
}

.features-section-card-confirm__label[b-tai4x7023m] {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    white-space: nowrap;
    margin-right: 0.15rem;
}

.features-section-card-confirm__yes[b-tai4x7023m],
.features-section-card-confirm__no[b-tai4x7023m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.55rem;
    width: 1.55rem;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: transform 0.14s ease, filter 0.14s ease;
    flex-shrink: 0;
}

.features-section-card-confirm__yes[b-tai4x7023m] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.4);
}

.features-section-card-confirm__no[b-tai4x7023m] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.features-section-card-confirm__yes:hover[b-tai4x7023m],
.features-section-card-confirm__no:hover[b-tai4x7023m] {
    transform: scale(1.12);
    filter: brightness(1.1);
}

/* Card com confirmação ativa — destaque visual sutil */
.features-section-card-wrapper--confirming > div:first-child[b-tai4x7023m] {
    outline: 2px solid rgba(239, 68, 68, 0.4);
    outline-offset: 2px;
}

/* ── Painel hover editor da seção ────────────────────────── */
.features-section-hover-editor[b-tai4x7023m] {
    position: absolute;
    bottom: 1.1rem;
    left: 50%;
    z-index: 26;
    width: min(calc(100% - 2rem), 980px);
    transform: translateX(-50%);
    animation: features-section-editor-in-b-tai4x7023m 0.18s ease-out;
}

.features-section-hover-editor__panel[b-tai4x7023m] {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.86));
    box-shadow: 0 20px 48px -24px rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.features-section-hover-editor__row[b-tai4x7023m] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
}

/* Botão "Adicionar card" */
.features-section-hover-editor__add-btn[b-tai4x7023m] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.8rem;
    border: 1.5px solid rgba(99, 102, 241, 0.45);
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.28), rgba(139, 92, 246, 0.22));
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.14s ease;
    flex-shrink: 0;
}

.features-section-hover-editor__add-btn:hover[b-tai4x7023m] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.48), rgba(139, 92, 246, 0.38));
    border-color: rgba(139, 92, 246, 0.65);
    transform: translateY(-1px);
}

/* Divisor vertical */
.features-section-hover-editor__divider[b-tai4x7023m] {
    width: 1px;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* Controle de colunas */
.features-section-hover-editor__columns[b-tai4x7023m] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 1;
    justify-content: flex-end;
}

.features-section-hover-editor__design-actions[b-tai4x7023m] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.features-section-hover-editor__surface-controls[b-tai4x7023m] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.features-section-hover-editor__range[b-tai4x7023m] {
    min-width: 150px;
}

.features-section-hover-editor__action-btn[b-tai4x7023m] {
    height: 2.45rem !important;
    width: 2.45rem !important;
}

.features-section-hover-editor__action-btn .editor-floating-icon-button__inner[b-tai4x7023m] {
    height: 1.8rem;
    width: 1.8rem;
}

.features-section-hover-editor__columns-label[b-tai4x7023m] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.features-section-hover-editor__stepper[b-tai4x7023m] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.16rem 0.28rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.06);
}

.features-section-hover-editor__step-btn[b-tai4x7023m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    width: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    transition: background 0.14s ease, transform 0.14s ease;
}

.features-section-hover-editor__step-btn:hover:not(:disabled)[b-tai4x7023m] {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.features-section-hover-editor__step-btn:disabled[b-tai4x7023m] {
    opacity: 0.3;
    cursor: not-allowed;
}

.features-section-hover-editor__step-value[b-tai4x7023m] {
    min-width: 0.95rem;
    font-size: 0.74rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    line-height: 1;
}

/* ── Animações ───────────────────────────────────────────── */
@keyframes features-section-editor-in-b-tai4x7023m {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes features-card-confirm-in-b-tai4x7023m {
    from {
        opacity: 0;
        transform: scale(0.82);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ── Responsivo ──────────────────────────────────────────── */
@media (max-width: 768px) {
    .features-section-hover-editor[b-tai4x7023m] {
        bottom: 0.75rem;
        width: min(calc(100% - 1.5rem), 96vw);
    }

    .features-section-hover-editor__panel[b-tai4x7023m] {
        padding: 0.6rem 0.85rem;
    }

    .features-section-hover-editor__add-btn[b-tai4x7023m] {
        font-size: 0.74rem;
        padding: 0.4rem 0.85rem;
    }

    .features-section-hover-editor__columns-label[b-tai4x7023m] {
        display: none;
    }
}
/* /Components/Sections/LocationSection/LocationSection.razor.rz.scp.css */
.location-section[b-zeppu2z1pg] {
    isolation: isolate;
}

.location-section__creative-banner-wrap[b-zeppu2z1pg] {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    z-index: 30;
    transform: translateX(-50%);
}

.location-section__creative-banner[b-zeppu2z1pg] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(34, 197, 94, 0.28);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    padding: 0.6rem 1rem;
    color: #f8fafc;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.location-section__creative-banner-approve[b-zeppu2z1pg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #10b981);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(16, 185, 129, 0.24);
}

.location-section__creative-banner-label[b-zeppu2z1pg] {
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #cbd5e1;
}

.location-section__creative-banner-timer[b-zeppu2z1pg] {
    min-width: 2.5rem;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 900;
    color: #86efac;
}

.location-section__background-media[b-zeppu2z1pg] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.location-section__background-image[b-zeppu2z1pg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-section__background-overlay[b-zeppu2z1pg] {
    position: absolute;
    inset: 0;
}

.location-section__container[b-zeppu2z1pg] {
    position: relative;
    z-index: 1;
    max-width: 80rem;
    margin: 0 auto;
}

.location-section__surface-shell[b-zeppu2z1pg] {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.location-section__surface-media[b-zeppu2z1pg] {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.location-section__surface-media-image[b-zeppu2z1pg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-section__surface-media-overlay[b-zeppu2z1pg] {
    position: absolute;
    inset: 0;
}

.location-section__surface[b-zeppu2z1pg] {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2rem;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.location-section__content[b-zeppu2z1pg] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
}

.location-section__text-column[b-zeppu2z1pg],
.location-section__map-column[b-zeppu2z1pg] {
    flex: 1 1 0;
    width: 100%;
}

.location-section__map-column--full[b-zeppu2z1pg] {
    width: 100%;
}

.location-section__text-column--full-map[b-zeppu2z1pg] {
    order: 2;
}

.location-section__title[b-zeppu2z1pg] {
    color: #0f172a;
    text-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.location-section__title--light[b-zeppu2z1pg] {
    color: #f8fafc;
}

.location-section__body[b-zeppu2z1pg] {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.9rem;
    color: rgba(30, 41, 59, 0.82);
}

.location-section__body--light[b-zeppu2z1pg] {
    color: rgba(241, 245, 249, 0.92);
}

.location-section__info-list[b-zeppu2z1pg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.location-section__info-item[b-zeppu2z1pg] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.location-section__info-icon[b-zeppu2z1pg] {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.14);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.location-section__info-text[b-zeppu2z1pg] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(30, 41, 59, 0.88);
}

.location-section__info-text--light[b-zeppu2z1pg] {
    color: rgba(241, 245, 249, 0.92);
}

.location-section__map-shell[b-zeppu2z1pg] {
    min-height: 24rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.75rem;
    background: rgba(148, 163, 184, 0.18);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}

.location-section__map-frame[b-zeppu2z1pg] {
    width: 100%;
    height: 100%;
    min-height: 24rem;
    border: 0;
}

.location-section__map-placeholder[b-zeppu2z1pg] {
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 2rem;
    text-align: center;
    color: rgba(51, 65, 85, 0.82);
}

.location-section__map-placeholder-title[b-zeppu2z1pg] {
    font-size: 1rem;
    font-weight: 900;
}

.location-section__map-placeholder-text[b-zeppu2z1pg] {
    max-width: 22rem;
    font-size: 0.96rem;
    line-height: 1.5rem;
}

.location-section__hover-editor[b-zeppu2z1pg] {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    z-index: 25;
    transform: translateX(-50%);
    width: min(96%, 64rem);
}

.location-section__hover-editor-panel[b-zeppu2z1pg] {
    border: 1px solid rgba(99, 102, 241, 0.22);
    border-radius: 999px;
    background: radial-gradient(circle at top left, rgba(99, 102, 241, 0.16), transparent 38%), rgba(15, 23, 42, 0.9);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.38);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0.8rem 1rem;
}

.location-section__hover-editor-row[b-zeppu2z1pg] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: nowrap;
}

.location-section__primary-action[b-zeppu2z1pg] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.875rem;
    padding: 0.8rem 1.15rem;
    border: 1px solid rgba(165, 180, 252, 0.35);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.92), rgba(99, 102, 241, 0.68));
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 16px 34px rgba(79, 70, 229, 0.28);
}

.location-section__primary-action:hover[b-zeppu2z1pg] {
    filter: brightness(1.08);
}

.location-section__action-btn[b-zeppu2z1pg] {
    flex-shrink: 0;
}

.location-section__divider[b-zeppu2z1pg] {
    width: 1px;
    height: 2rem;
    background: rgba(148, 163, 184, 0.22);
    flex-shrink: 0;
}

.location-section__range[b-zeppu2z1pg] {
    min-width: 15rem;
}

@media (min-width: 768px) {
    .location-section__content[b-zeppu2z1pg] {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
        padding: 2rem;
    }

    .location-section__content--reverse[b-zeppu2z1pg] {
        flex-direction: row-reverse;
    }

    .location-section__content--full-map[b-zeppu2z1pg] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .location-section__content--full-map .location-section__map-column[b-zeppu2z1pg] {
        order: 1;
    }

    .location-section__content--full-map .location-section__text-column[b-zeppu2z1pg] {
        order: 2;
        margin-top: 1.5rem;
    }

    .location-section__content--full-map .location-section__map-shell[b-zeppu2z1pg],
    .location-section__content--full-map .location-section__map-frame[b-zeppu2z1pg],
    .location-section__content--full-map .location-section__map-placeholder[b-zeppu2z1pg] {
        min-height: 32rem;
    }
}

@media (max-width: 900px) {
    .location-section__hover-editor[b-zeppu2z1pg] {
        width: min(94%, 40rem);
    }

    .location-section__hover-editor-panel[b-zeppu2z1pg] {
        border-radius: 2rem;
    }

    .location-section__hover-editor-row[b-zeppu2z1pg] {
        overflow-x: auto;
        padding-bottom: 0.1rem;
    }
}
/* /Components/Theme/SiteHeader/SiteHeader.razor.rz.scp.css */
.site-header-logo-action-button[b-0evjwscpa7] {
        height: 2.75rem;
        width: 2.75rem;
    }

    .site-header-anchor-link:hover[b-0evjwscpa7],
    .site-header-anchor-mobile-link:hover[b-0evjwscpa7] {
        color: var(--site-anchor-hover, currentColor) !important;
    }

.site-header-anchor-mobile-link[b-0evjwscpa7] {
        font-size: 1rem !important;
        font-weight: 700 !important;
        line-height: 1.3;
    }

    .site-header-creative-banner-wrap[b-0evjwscpa7] {
        position: absolute;
        inset: 0 auto auto 50%;
        z-index: 35;
        transform: translateX(-50%);
        pointer-events: none;
    }

    .site-header-creative-banner[b-0evjwscpa7] {
        margin-top: 0.75rem;
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.45rem 0.65rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 9999px;
        background: rgba(15, 23, 42, 0.42);
        box-shadow: 0 16px 30px -24px rgba(15, 23, 42, 0.72);
        backdrop-filter: blur(16px);
        pointer-events: auto;
    }

    .site-header-creative-banner-approve[b-0evjwscpa7] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 2.45rem;
        width: 2.45rem;
        border: 2px solid rgba(21, 128, 61, 0.34);
        border-radius: 9999px;
        background: linear-gradient(135deg, #16a34a, #22c55e);
        color: #ffffff;
        box-shadow: 0 18px 30px -18px rgba(34, 197, 94, 0.82);
        transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    }

    .site-header-creative-banner-approve:hover[b-0evjwscpa7] {
        transform: translateY(-1px);
        filter: brightness(1.05);
        box-shadow: 0 22px 34px -18px rgba(74, 222, 128, 0.92);
    }

    .site-header-creative-banner-timer[b-0evjwscpa7] {
        min-width: 3.4rem;
        padding: 0.25rem 0.55rem;
        border: 2px solid rgba(15, 23, 42, 0.92);
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        text-shadow:
            -1px -1px 0 rgba(15, 23, 42, 0.98),
             1px -1px 0 rgba(15, 23, 42, 0.98),
            -1px  1px 0 rgba(15, 23, 42, 0.98),
             1px  1px 0 rgba(15, 23, 42, 0.98);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        text-align: center;
    }

    .site-header-logo-responsive[b-0evjwscpa7] {
        transform: translate(var(--site-header-logo-offset-x, 0px), var(--site-header-logo-offset-y, 0px));
    }

    .site-header-anchor-menu-responsive[b-0evjwscpa7] {
        transform: translate(var(--site-header-anchor-offset-x, 0px), var(--site-header-anchor-offset-y, 0px));
    }

    @media (max-width: 767px) {
        .site-header-logo-responsive:not(.site-header-logo-editor-controlled)[b-0evjwscpa7] {
            transform: translate(var(--site-header-logo-offset-x-mobile, 0px), var(--site-header-logo-offset-y-mobile, 0px));
        }

        .site-header-creative-banner[b-0evjwscpa7] {
            gap: 0.5rem;
            padding: 0.38rem 0.5rem;
        }

        .site-header-creative-banner-approve[b-0evjwscpa7] {
            height: 2.2rem;
            width: 2.2rem;
        }

        .site-header-creative-banner-timer[b-0evjwscpa7] {
            min-width: 3rem;
            font-size: 0.72rem;
        }
    }

    .site-header-animated[b-0evjwscpa7] {
        background-size: 220% 220% !important;
        animation: site-header-gradient-shift-b-0evjwscpa7 14s ease infinite;
    }

    @keyframes site-header-gradient-shift-b-0evjwscpa7 {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }
/* /Components/Viewer/SectionActionRail/SectionActionRail.razor.rz.scp.css */
.section-action-rail[b-9udzba2da2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.section-action-rail-design-group[b-9udzba2da2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.2rem 0;
    align-items: center;
}

[b-9udzba2da2] .section-action-rail-editor-button {
    height: 3rem;
    width: 3rem;
    border: 3px solid rgba(15, 23, 42, 0.88);
    background: transparent;
    box-shadow: 0 18px 32px -18px rgba(15, 23, 42, 0.88);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

[b-9udzba2da2] .section-action-rail-editor-button:hover {
    box-shadow: 0 22px 34px -18px rgba(15, 23, 42, 0.95);
    border-color: rgba(15, 23, 42, 0.88);
}

[b-9udzba2da2] .section-action-rail-editor-button .editor-floating-icon-button__inner {
    height: 100%;
    width: 100%;
    box-shadow: none;
}

.section-action-rail-move-button[b-9udzba2da2] {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #334155;
    border-radius: 9999px;
    background: #1e293b;
    color: #cbd5e1;
    box-shadow: 0 18px 32px -20px rgba(15, 23, 42, 0.95);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.section-action-rail-move-button:hover[b-9udzba2da2] {
    background: #334155;
    color: #ffffff;
    transform: translateY(-1px);
}

.section-action-rail-move-button:active[b-9udzba2da2] {
    transform: translateY(0);
}

.section-action-rail-move-button-disabled[b-9udzba2da2] {
    background: linear-gradient(180deg, rgba(211, 219, 230, 0.94), rgba(189, 199, 213, 0.92));
    color: #a7b1bf;
    border-color: rgba(186, 197, 211, 0.98);
    box-shadow: none;
    cursor: not-allowed;
}

.section-action-rail-move-button-disabled:hover[b-9udzba2da2] {
    background: linear-gradient(180deg, rgba(211, 219, 230, 0.94), rgba(189, 199, 213, 0.92));
    color: #a7b1bf;
    border-color: rgba(186, 197, 211, 0.98);
    box-shadow: none;
    transform: none;
}
/* /Components/Viewer/SectionWrapper/SectionWrapper.razor.rz.scp.css */
.section-wrapper-shell.section-reorder-up-primary[b-54dcdts0tl] {
    animation: section-reorder-up-primary-b-54dcdts0tl 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-wrapper-shell.section-reorder-up-secondary[b-54dcdts0tl] {
    animation: section-reorder-up-secondary-b-54dcdts0tl 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-wrapper-shell.section-reorder-down-primary[b-54dcdts0tl] {
    animation: section-reorder-down-primary-b-54dcdts0tl 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.section-wrapper-shell.section-reorder-down-secondary[b-54dcdts0tl] {
    animation: section-reorder-down-secondary-b-54dcdts0tl 2s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes section-reorder-up-primary-b-54dcdts0tl {
    0% {
        transform: translateY(26px);
        filter: brightness(0.98);
    }
    45% {
        transform: translateY(-8px);
        filter: brightness(1.04);
    }
    100% {
        transform: translateY(0);
        filter: brightness(1);
    }
}

@keyframes section-reorder-up-secondary-b-54dcdts0tl {
    0% {
        transform: translateY(-18px);
        opacity: 0.96;
    }
    45% {
        transform: translateY(6px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes section-reorder-down-primary-b-54dcdts0tl {
    0% {
        transform: translateY(-26px);
        filter: brightness(0.98);
    }
    45% {
        transform: translateY(8px);
        filter: brightness(1.04);
    }
    100% {
        transform: translateY(0);
        filter: brightness(1);
    }
}

@keyframes section-reorder-down-secondary-b-54dcdts0tl {
    0% {
        transform: translateY(18px);
        opacity: 0.96;
    }
    45% {
        transform: translateY(-6px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Viewer/SitePreview/SitePreview.razor.rz.scp.css */
.site-preview-skeleton[b-ycsi9p8o19] {
        position: relative;
        height: 100%;
        min-height: 100%;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.95));
    }

.site-preview-activation-surface[b-ycsi9p8o19] {
        display: block;
    }

[b-ycsi9p8o19] .site-preview-header-placeholder {
        min-height: 129px;
    }

.site-preview-page-shell[b-ycsi9p8o19] {
        display: flex;
        flex: 1 0 auto;
        min-height: 0;
        flex-direction: column;
    }

.site-preview-footer-slot[b-ycsi9p8o19] {
        margin-top: auto;
        padding-top: 1rem;
    }

.site-preview-footer-slot--placeholder[b-ycsi9p8o19] {
        display: flex;
        flex: 1 0 auto;
        min-height: 0;
    }

[b-ycsi9p8o19] .site-preview-footer-placeholder {
        display: block;
        flex: 1 0 auto;
        min-height: 100%;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0;
        box-shadow: none;
    }

.site-preview-mobile-stage[b-ycsi9p8o19] {
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        height: 100%;
        padding: 1.5rem 1rem 2rem;
        background: transparent !important;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.site-preview-mobile-device-rail[b-ycsi9p8o19] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

.site-preview-mobile-frame-stage[b-ycsi9p8o19] {
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        background: transparent !important;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.site-preview-mobile-frame-meta[b-ycsi9p8o19] {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        border: 1px solid rgba(148, 163, 184, 0.16);
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.72);
        padding: 0.6rem 0.95rem;
        box-shadow: 0 20px 48px -34px rgba(2, 6, 23, 0.86);
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }

.site-preview-mobile-frame-layout[b-ycsi9p8o19] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        background: transparent !important;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

.site-preview-mobile-frame-label[b-ycsi9p8o19] {
        font-size: 0.82rem;
        font-weight: 800;
        color: #f8fafc;
    }

.site-preview-mobile-frame-size[b-ycsi9p8o19] {
        font-size: 0.72rem;
        color: #94a3b8;
    }

.site-preview-mobile-frame-shell[b-ycsi9p8o19] {
        width: calc(var(--device-width) * var(--device-scale));
        height: calc(var(--device-height) * var(--device-scale) + 44px);
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent !important;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
        transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), height 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s ease;
    }

.site-preview-mobile-frame-device[b-ycsi9p8o19] {
        position: relative;
        width: calc(var(--device-width) * var(--device-scale));
        height: calc(var(--device-height) * var(--device-scale));
        border-radius: 2.6rem;
        padding: 10px;
        background: linear-gradient(180deg, #0f172a, #020617);
        box-shadow:
            0 34px 90px -36px rgba(2, 6, 23, 0.92),
            0 12px 24px rgba(15, 23, 42, 0.55);
        transition:
            width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            border-radius 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.45s ease;
    }

.site-preview-mobile-frame-bezel[b-ycsi9p8o19] {
        position: absolute;
        inset: 0;
        border-radius: 2.6rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        pointer-events: none;
        transition: border-radius 0.35s ease, border-color 0.35s ease;
    }

.site-preview-mobile-frame-cutout[b-ycsi9p8o19] {
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        z-index: 3;
        background: #020617;
        pointer-events: none;
        transition:
            width 0.35s ease,
            height 0.35s ease,
            top 0.35s ease,
            border-radius 0.35s ease,
            transform 0.35s ease;
    }

.site-preview-mobile-frame-cutout.is-dynamic-island[b-ycsi9p8o19] {
        width: 96px;
        height: 26px;
        border-radius: 999px;
    }

.site-preview-mobile-frame-cutout.is-classic[b-ycsi9p8o19] {
        width: 122px;
        height: 18px;
        border-radius: 0 0 18px 18px;
    }

.site-preview-mobile-frame-cutout.is-punch-hole[b-ycsi9p8o19] {
        width: 16px;
        height: 16px;
        border-radius: 999px;
        top: 16px;
    }

.site-preview-mobile-frame-screen[b-ycsi9p8o19] {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 2rem;
        background: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
        transition: border-radius 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    }

[b-ycsi9p8o19] .site-preview-mobile-frame-screen #site-preview-scroll-host {
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
    }

[b-ycsi9p8o19] .site-preview-mobile-frame-screen #site-preview-scroll-host.is-mobile-finger-scroll-ready,
[b-ycsi9p8o19] .site-preview-mobile-frame-screen #site-preview-scroll-host.is-mobile-finger-scrolling {
        cursor: grabbing;
    }

.site-preview-mobile-device-button[b-ycsi9p8o19] {
        position: relative;
    }

[b-ycsi9p8o19] .site-preview-mobile-device-button .editor-floating-icon-button__inner i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.2rem;
        height: 1.2rem;
        line-height: 1;
    }
.site-preview-mobile-device-button.is-active[b-ycsi9p8o19]::after {
        content: "";
        position: absolute;
        inset: -4px;
        border-radius: 9999px;
        border: 1px solid rgba(34, 197, 94, 0.35);
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
        pointer-events: none;
    }

@media (max-width: 1180px) {
    .site-preview-mobile-stage[b-ycsi9p8o19] {
        justify-content: center;
    }

    .site-preview-mobile-device-rail[b-ycsi9p8o19] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, auto));
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .site-preview-mobile-stage[b-ycsi9p8o19] {
        padding: 1rem;
        gap: 1rem;
    }

    .site-preview-mobile-frame-layout[b-ycsi9p8o19] {
        flex-direction: column;
        align-items: center;
    }

    .site-preview-mobile-device-rail[b-ycsi9p8o19] {
        grid-template-columns: repeat(3, minmax(0, auto));
    }
}

    .site-preview-scroll-host[b-ycsi9p8o19] {
        scrollbar-width: auto;
        scrollbar-color: var(--preview-scrollbar-thumb-top) var(--preview-scrollbar-track);
    }

    .site-preview-scroll-host[b-ycsi9p8o19]::-webkit-scrollbar {
        width: 14px;
        height: 14px;
    }

    .site-preview-scroll-host[b-ycsi9p8o19]::-webkit-scrollbar-track {
        background: linear-gradient(180deg, var(--preview-scrollbar-track), var(--preview-scrollbar-track-alt));
        border-left: 1px solid var(--preview-scrollbar-track-border);
    }

    .site-preview-scroll-host[b-ycsi9p8o19]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, var(--preview-scrollbar-thumb-top), var(--preview-scrollbar-thumb-bottom));
        border-radius: 999px;
        border: 3px solid var(--preview-scrollbar-thumb-border);
    }

    .site-preview-scroll-host[b-ycsi9p8o19]::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, var(--preview-scrollbar-thumb-hover-top), var(--preview-scrollbar-thumb-hover-bottom));
    }

    .site-preview-scroll-host[b-ycsi9p8o19]::-webkit-scrollbar-corner {
        background: transparent;
    }

    .site-preview-skeleton[b-ycsi9p8o19]::before {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateX(-100%);
        background: linear-gradient(110deg, transparent 0%, rgba(59, 130, 246, 0.08) 28%, rgba(99, 102, 241, 0.14) 48%, rgba(6, 182, 212, 0.08) 70%, transparent 100%);
        animation: site-preview-skeleton-shimmer-b-ycsi9p8o19 1.8s ease-in-out infinite;
    }

    .site-preview-skeleton-top[b-ycsi9p8o19],
    .site-preview-skeleton-card[b-ycsi9p8o19],
    .site-preview-skeleton-line[b-ycsi9p8o19],
    .site-preview-skeleton-button[b-ycsi9p8o19],
    .site-preview-skeleton-footer[b-ycsi9p8o19] {
        position: relative;
        z-index: 1;
        border-radius: 999px;
        background: rgba(148, 163, 184, 0.28);
    }

    .site-preview-skeleton-top[b-ycsi9p8o19] {
        height: 88px;
        margin: 0;
        border-radius: 0;
    }

    .site-preview-skeleton-body[b-ycsi9p8o19] {
        display: flex;
        min-height: calc(100% - 88px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        padding: 3rem 2rem 8rem;
    }

    .site-preview-skeleton-card[b-ycsi9p8o19] {
        width: min(880px, 82%);
        height: 260px;
        border-radius: 2rem;
        background: rgba(15, 23, 42, 0.08);
    }

    .site-preview-skeleton-line[b-ycsi9p8o19] {
        height: 18px;
    }

    .site-preview-skeleton-button[b-ycsi9p8o19] {
        width: 180px;
        height: 54px;
        border-radius: 1.2rem;
        background: rgba(59, 130, 246, 0.2);
    }

    .site-preview-skeleton-footer[b-ycsi9p8o19] {
        position: absolute;
        left: 50%;
        bottom: 88px;
        height: 160px;
        width: min(680px, 64%);
        transform: translateX(-50%);
        border-radius: 2rem;
        background: rgba(148, 163, 184, 0.16);
    }

    @keyframes site-preview-skeleton-shimmer-b-ycsi9p8o19 {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(100%); }
    }
