/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-40ntr3cal1] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-40ntr3cal1] {
    flex: 1;
}

@media (max-width: 640.98px) {
    article[b-40ntr3cal1]{
        padding: 10px;
    }
}

#blazor-error-ui[b-40ntr3cal1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-40ntr3cal1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ku4n6kj088],
.components-reconnect-repeated-attempt-visible[b-ku4n6kj088],
.components-reconnect-failed-visible[b-ku4n6kj088],
.components-pause-visible[b-ku4n6kj088],
.components-resume-failed-visible[b-ku4n6kj088],
.components-rejoining-animation[b-ku4n6kj088] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-retrying[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-failed[b-ku4n6kj088],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ku4n6kj088] {
    display: block;
}


#components-reconnect-modal[b-ku4n6kj088] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ku4n6kj088 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ku4n6kj088 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ku4n6kj088 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ku4n6kj088]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ku4n6kj088 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ku4n6kj088 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ku4n6kj088 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ku4n6kj088 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ku4n6kj088] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ku4n6kj088] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ku4n6kj088] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ku4n6kj088] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ku4n6kj088] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ku4n6kj088] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ku4n6kj088] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ku4n6kj088 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ku4n6kj088] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ku4n6kj088 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.subsDiv[b-dgr7qbq1qo] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
    padding: 5px;
    gap: 10px;
    row-gap: 5px;
    border: none;
    border-radius: 12px;
    background-color: ghostwhite;
    box-shadow: 0 0 10px 0 lightgray;
    justify-content: center;
    align-items: center;
}

    .subsDiv .plan[b-dgr7qbq1qo] {
        font-family: Signika-Bold;
        color: var(--AccentColor);
    }

    .subsDiv label[b-dgr7qbq1qo], .subsDiv label label[b-dgr7qbq1qo] {
        font-family: Signika-Bold;
        color: var(--TextColor);
    }

        .subsDiv label label[b-dgr7qbq1qo] {
            font-family: Signika-Regular;
        }

    .subsDiv .endDate[b-dgr7qbq1qo] {
        width: 100%;
        text-align: right;
        font-family: Signika-Light;
        font-size: 13px;
        color: var(--TextColor);
        display: block;
    }

    .subsDiv button[b-dgr7qbq1qo] {
        width: max-content;
        height: max-content;
        background-color: transparent;
        border: none;
        font-family: Signika-Bold;
        margin: auto;
        margin-right: 5px;
        color: var(--AccentColor);
    }

        .subsDiv button:hover[b-dgr7qbq1qo] {
            color: darkorange;
        }

.settingsBar[b-dgr7qbq1qo] {
    width: 100%;
    height: max-content;
    right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

    .settingsBar a[b-dgr7qbq1qo] {
        text-decoration: none;
        font-family: Signika-Regular;
        color: var(--TextColor);
    }

    .settingsBar img[b-dgr7qbq1qo] {
        width: 40px;
        height: 40px;
    }

    .settingsBar *:hover[b-dgr7qbq1qo] {
        cursor: pointer;
        font-family: Signika-Bold;
        text-decoration: underline;
    }

.header[b-dgr7qbq1qo], .sectionTitle[b-dgr7qbq1qo], .privateKey[b-dgr7qbq1qo] {
    margin-top: 20px;
    font-family: Signika-Bold;
    width: 100%;
    text-align: left;
    color: var(--TextColor);
}

.sectionTitle a[b-dgr7qbq1qo] {
    text-decoration: underline;
    text-decoration-color: var(--TextColor);
    color: var(--AccentColor);
    cursor: pointer;
}


    .header label[b-dgr7qbq1qo], .privateKey label[b-dgr7qbq1qo] {
        color: var(--AccentColor);
    }

.privateKey[b-dgr7qbq1qo] {
    font-family: Signika-Regular;
}

    .privateKey img[b-dgr7qbq1qo] {
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-left: 5px;
    }

.line[b-dgr7qbq1qo] {
    width: 100%;
    background-color: var(--CustomGray);
    height: 1px;
    display: block;
}

    .line.thick[b-dgr7qbq1qo] {
        height: 3px;
    }

.sectionTitle label[b-dgr7qbq1qo] {
    color: var(--AccentColor);
    font-family: Signika-Regular;
}

.sectionTitle button[b-dgr7qbq1qo] {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    color: white;
    background-color: var(--AccentColor);
    font-family: Signika-Bold;
}

    .sectionTitle button:hover[b-dgr7qbq1qo] {
        box-shadow: 0 0 5px 0 var(--AccentColor);
    }

select[b-dgr7qbq1qo], input[b-dgr7qbq1qo], textarea[b-dgr7qbq1qo], input[date][b-dgr7qbq1qo] {
    width: 100%;
    max-width: 350px;
    height: 40px;
    background-color: white;
    border: 2px solid var(--TextColor);
    border-radius: 12px;
    padding: 5px;
    display: block;
    font-family: Signika-Regular;
    color: var(--TextColor);
    margin-top: 10px;
}

    select.date[b-dgr7qbq1qo], .dateApplyButton[b-dgr7qbq1qo] {
        display: inline;
        max-width: max-content;
        text-align: center;
        font-family: Signika-Bold;
        color: var(--AccentColor)
    }

.dateApplyButton[b-dgr7qbq1qo] {
    padding: 0 10px;
    max-width: none;
    margin-left: 5px;
    height: 40px;
    background-color: var(--AccentColor);
    color: white;
    border: none;
    border-radius: 12px;
}

    .dateApplyButton:hover[b-dgr7qbq1qo] {
        box-shadow: 0 0 5px 0 var(--AccentColor);
    }

input[type=date][b-dgr7qbq1qo] {
    display: inline;
    width: max-content;
    max-width: max-content;
    text-align: center;
}

textarea[b-dgr7qbq1qo] {
    margin-top: 20px;
    min-height: 120px;
}

.editButton[b-dgr7qbq1qo] {
    width: max-content;
    height: max-content;
    padding: 5px 10px;
    font-family: Signika-Regular;
    background-color: AccentColor;
    border: none;
    border-radius: 12px;
    display: block;
    margin-top: 5px;
    color: white;
}

    .editButton:hover[b-dgr7qbq1qo] {
        box-shadow: 0 0 5px 0 AccentColor;
    }

.categoryWrapper[b-dgr7qbq1qo] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.categoryCard[b-dgr7qbq1qo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 12px;
    border: 1px solid var(--AccentColor);
    cursor: pointer;
    font-family: Signika-Regular;
}

    .categoryCard.selected[b-dgr7qbq1qo] {
        background-color: var(--AccentColor);
        color: white;
    }

.info[b-dgr7qbq1qo] {
    width: 100%;
    font-family: Signika-Light;
    color: orangered;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.popupSubtitle[b-dgr7qbq1qo] {
    width: 100%;
    font-family: Signika-Bold;
    color: var(--TextColor);
    margin-top: 20px;
}

input[type=checkbox][b-dgr7qbq1qo] {
    width: 25px;
    height: 25px;
    display: block;
}

.ctaButton[b-dgr7qbq1qo] {
    width: 100%;
    max-width: 350px;
    height: 40px;
    background-color: var(--AccentColor);
    border: none;
    border-radius: 12px;
    font-family: Signika-Bold;
    color: white;
    margin-top: 10px;
}

    .ctaButton:hover[b-dgr7qbq1qo] {
        cursor: pointer;
        box-shadow: 0 0 5px 0 var(--AccentColor);
    }

.eventGrid[b-dgr7qbq1qo] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.eventCard[b-dgr7qbq1qo] {
    flex-direction: column;
    max-width: 300px;
    height: max-content;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 var(--CustomGray);
    background-color: white;
    align-content: center;
    padding: 5px;
}

    .eventCard .emoji[b-dgr7qbq1qo] {
        padding: 5px;
        background-color: var(--CustomGray);
        border-radius: 12px;
        font-size: 20px;
        box-shadow: 0 0 10px 0 var(--CustomGray);
        width: max-content;
        margin: auto;
        display: block;
    }

    .eventCard .message[b-dgr7qbq1qo] {
        font-family: Signika-Regular;
        width: 100%;
        font-size: 18px;
        color: var(--TextColor);
        text-align: center;
        margin-top: 5px;
    }

    .eventCard .bottomText[b-dgr7qbq1qo] {
        width: 100%;
        font-family: Signika-Bold;
        font-size: 14px;
        color: var(--AccentColor);
        text-align: center;
        margin-top: 10px;
    }

@media (max-width: 500px) {
    .pageWrapper[b-dgr7qbq1qo] {
        padding: 0;
    }
}

@media (max-width: 400px) {
    .subsDiv[b-dgr7qbq1qo] {
        display: block;
        flex-wrap: nowrap;
    }

        .subsDiv *[b-dgr7qbq1qo] {
            display: block;
            margin: auto;
            text-align: center;
        }
}
/* /Components/Pages/Docs.razor.rz.scp.css */
.docs-page[b-uyi1b0dunx] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
    background: #fffaeb;
    color: var(--TextColor);
}

.docs-sidebar[b-uyi1b0dunx] {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 26px 20px;
    background: white;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 18px 0 var(--CustomGray);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.docs-brand[b-uyi1b0dunx] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 18px;
    font-family: Signika-Bold;
}

    .docs-brand span[b-uyi1b0dunx] {
        color: var(--AccentColor);
    }

.docs-sidebar a[b-uyi1b0dunx] {
    text-decoration: none;
    color: var(--TextColor);
    font-family: Signika-Regular;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 10px;
}

    .docs-sidebar a:hover[b-uyi1b0dunx] {
        background: #fffaeb;
        color: var(--AccentColor);
    }

.docs-content[b-uyi1b0dunx] {
    width: 100%;
    max-width: 980px;
    padding: 50px 30px 80px;
}

.docs-hero[b-uyi1b0dunx] {
    margin-bottom: 50px;
}

.docs-kicker[b-uyi1b0dunx] {
    display: inline-block;
    color: var(--AccentColor);
    font-family: Signika-Bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.docs-hero h1[b-uyi1b0dunx] {
    margin: 0;
    max-width: 780px;
    font-family: Signika-Bold;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.docs-hero p[b-uyi1b0dunx] {
    max-width: 760px;
    margin-top: 20px;
    font-family: Signika-Regular;
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
}

.docs-section[b-uyi1b0dunx] {
    margin-top: 46px;
}

    .docs-section h2[b-uyi1b0dunx] {
        margin: 0 0 16px;
        font-family: Signika-Bold;
        font-size: 30px;
    }

    .docs-section h3[b-uyi1b0dunx] {
        margin: 0;
        font-family: Signika-Bold;
    }

.docs-text[b-uyi1b0dunx] {
    font-family: Signika-Regular;
    color: #64748b;
    line-height: 1.7;
}

.steps-grid[b-uyi1b0dunx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.step-card[b-uyi1b0dunx],
.note-card[b-uyi1b0dunx] {
    background: white;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 0 10px 0 var(--CustomGray);
}

    .step-card span[b-uyi1b0dunx] {
        display: inline-flex;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        background: var(--AccentColor);
        color: white;
        border-radius: 10px;
        font-family: Signika-Bold;
        margin-bottom: 12px;
    }

    .step-card p[b-uyi1b0dunx],
    .note-card p[b-uyi1b0dunx] {
        margin-bottom: 0;
        font-family: Signika-Regular;
        color: #64748b;
        line-height: 1.5;
    }

.endpoint-box[b-uyi1b0dunx] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background: white;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 0 10px 0 var(--CustomGray);
}

    .endpoint-box span[b-uyi1b0dunx] {
        background: var(--AccentColor);
        color: white;
        padding: 7px 12px;
        border-radius: 10px;
        font-family: Signika-Bold;
        font-size: 13px;
    }

    .endpoint-box code[b-uyi1b0dunx] {
        font-size: 15px;
        color: var(--TextColor);
    }

pre[b-uyi1b0dunx] {
    margin: 16px 0 0;
    padding: 22px;
    border-radius: 18px;
    background: #111827;
    color: #e5e7eb;
    overflow-x: auto;
    box-shadow: 0 0 10px 0 var(--CustomGray);
}

code[b-uyi1b0dunx] {
    font-family: Consolas, Monaco, monospace;
    font-size: 14px;
    line-height: 1.7;
}

.field-table[b-uyi1b0dunx] {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

    .field-table div[b-uyi1b0dunx] {
        background: white;
        border-radius: 14px;
        padding: 14px 16px;
        box-shadow: 0 0 10px 0 var(--CustomGray);
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 14px;
    }

    .field-table strong[b-uyi1b0dunx] {
        font-family: Signika-Bold;
        color: var(--AccentColor);
    }

    .field-table span[b-uyi1b0dunx] {
        font-family: Signika-Regular;
        color: #64748b;
    }

.note-list[b-uyi1b0dunx] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.note-card strong[b-uyi1b0dunx] {
    display: block;
    font-family: Signika-Bold;
    margin-bottom: 8px;
}

@media (max-width: 900px) {
    .docs-page[b-uyi1b0dunx] {
        grid-template-columns: 1fr;
    }

    .docs-sidebar[b-uyi1b0dunx] {
        position: relative;
        height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .docs-sidebar[b-uyi1b0dunx] {
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding: 16px;
    }

    .docs-brand[b-uyi1b0dunx] {
        min-width: max-content;
        margin-bottom: 0;
    }

    .docs-sidebar a[b-uyi1b0dunx] {
        min-width: max-content;
    }

    .docs-content[b-uyi1b0dunx] {
        padding: 34px 18px 70px;
    }

    .steps-grid[b-uyi1b0dunx],
    .note-list[b-uyi1b0dunx] {
        grid-template-columns: 1fr;
    }

    .field-table div[b-uyi1b0dunx] {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.pageWrapper[b-9p7aoqzhlv] {
    max-width: 900px;
}

.navBar[b-9p7aoqzhlv] {
    display: flex;
    gap: 5px;
    box-shadow: 0 0 7px 0 var(--AccentColor);
    border-radius: 12px;
    padding: 5px;
}

.brand[b-9p7aoqzhlv] {
    margin: unset;
}

    .brand img[b-9p7aoqzhlv] {
        width: 70px;
        height: 70px;
    }

.navBar .navLinks[b-9p7aoqzhlv] {
    width: max-content;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-right: 5px;
    display: inline-flex;
    gap: 10px;
}

    .navBar .navLinks *[b-9p7aoqzhlv] {
        text-decoration: none;
        cursor: pointer;
        font-family: Signika-Regular;
        color: var(--TextColor);
    }

        .navBar .navLinks *:hover[b-9p7aoqzhlv] {
            text-decoration: underline;
            text-decoration-color: var(--AccentColor);
        }

.heroBadge[b-9p7aoqzhlv] {
    display: block;
    width: max-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: white;
    color: var(--AccentColor);
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    margin: auto;
    margin-top: 20px;
    font-family: Signika-Regular;
}

h1[b-9p7aoqzhlv], h5[b-9p7aoqzhlv] {
    font-family: Signika-Bold;
    color: var(--TextColor);
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

h5[b-9p7aoqzhlv] {
    font-family: Signika-Regular;
    max-width: 700px;
    color: var(--AccentColor);
}

.ctaButton[b-9p7aoqzhlv] {
    display: block;
    margin: auto;
    background-color: var(--AccentColor);
    color: white;
    font-family: Signika-Bold;
    border: none;
    border-radius: 12px;
    height: 40px;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
}

    .ctaButton.empty[b-9p7aoqzhlv] {
        margin-top: 12px;
        background-color: transparent;
        color: var(--AccentColor);
        box-shadow: 0 0 4px 0 var(--AccentColor);
    }

    .ctaButton:hover[b-9p7aoqzhlv] {
        box-shadow: 0 0 7px 0 var(--AccentColor);
    }


.heroPoints[b-9p7aoqzhlv] {
    width: 100%;
    max-width: 500px;
    font-family: Signika-Light;
    color: var(--TextColor);
    margin: auto;
    margin-top: 20px;
    font-weight: 700;
}

    .heroPoints span[b-9p7aoqzhlv] {
        display: block;
        text-align: center;
    }

        .heroPoints span label[b-9p7aoqzhlv] {
            color: var(--AccentColor);
        }

.featureGrid[b-9p7aoqzhlv] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

.featureItem[b-9p7aoqzhlv] {
    width: 100%;
    max-width: 280px;
    min-height: 150px;
    height: max-content;
    padding: 20px;
    background-color: white;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    border-radius: 12px;
}

    .featureItem .order[b-9p7aoqzhlv] {
        font-family: Signika-Bold;
        background-color: var(--AccentColor);
        color: white;
        text-align: center;
        align-content: center;
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }

    .featureItem .title[b-9p7aoqzhlv] {
        margin-top: 5px;
        font-family: Signika-Bold;
        width: 100%;
        color: var(--AccentColor);
    }

    .featureItem .desc[b-9p7aoqzhlv] {
        margin-top: 10px;
        font-family: Signika-Regular;
        width: 100%;
        color: var(--TextColor);
    }

.code-section[b-9p7aoqzhlv] {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

    .code-section pre[b-9p7aoqzhlv] {
        padding: 10px;
        width: 100%;
        max-width: 350px;
        border-radius: 22px;
        background: #020617;
        color: #dbeafe;
        overflow-x: auto;
        box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    }

    .code-section .left[b-9p7aoqzhlv] {
        max-width: 200px;
    }

        .code-section .left span[b-9p7aoqzhlv] {
            font-family: Signika-Light;
            color: var(--AccentColor);
        }

        .code-section .left h2[b-9p7aoqzhlv] {
            color: var(--TextColor);
            font-family: Signika-Bold;
        }

        .code-section .left p[b-9p7aoqzhlv] {
            font-family: Signika-Regular;
            color: var(--TextColor);
        }


.pricingGrid[b-9p7aoqzhlv] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pricingDiv[b-9p7aoqzhlv] {
    width: 100%;
    max-width: 250px;
    height: max-content;
    background-color: ghostwhite;
    border-radius: 12px;
    padding: 40px 0 40px 15px;
}

    .pricingDiv.popular[b-9p7aoqzhlv] {
        border: 2px solid var(--AccentColor);
    }

    .pricingDiv .title[b-9p7aoqzhlv] {
        width: 100%;
        font-family: Signika-Regular;
        color: var(--TextColor);
    }

    .pricingDiv .price[b-9p7aoqzhlv] {
        font-family: Signika-Bold;
        color: var(--TextColor);
        text-align: left;
    }

    .pricingDiv .subTitle[b-9p7aoqzhlv] {
        width: 100%;
        font-family: Signika-Light;
        color: var(--AccentColor);
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .pricingDiv .planFeature[b-9p7aoqzhlv] {
        width: 100%;
        font-family: Signika-Regular;
        color: black;
    }

        .pricingDiv .planFeature[b-9p7aoqzhlv]::before {
            content: "✓";
            color: #22c55e;
            font-weight: 900;
            margin-right: 8px;
        }

    .pricingDiv button[b-9p7aoqzhlv] {
        background-color: var(--BackgroundColor);
        width: 100%;
        max-width: 200px;
        height: 40px;
        margin: auto;
        margin-right: 0px;
        margin-top: 30px;
        border: none;
        border-bottom-left-radius: 12px;
        border-top-left-radius: 12px;
        color: var(--AccentColor);
        cursor: pointer;
        font-family: Signika-Bold;
        display: block;
        box-shadow: 0 0 10px 0 whitesmoke;
    }

    .pricingDiv.popular button[b-9p7aoqzhlv] {
        background-color: var(--AccentColor);
        color: white;
    }

    .pricingDiv button:hover[b-9p7aoqzhlv] {
        box-shadow: 0 0 10px 0 var(--AccentColor);
    }

.ctaDiv[b-9p7aoqzhlv] {
    width: 100%;
    padding: 50px;
    background-color: var(--AccentColor);
    border-radius: 12px;
    display: block;
    margin-top: 50px;
}

    .ctaDiv h1[b-9p7aoqzhlv] {
        font-family: Signika-Bold;
        width: 100%;
        text-align: center;
        color: white;
    }

    .ctaDiv .desc[b-9p7aoqzhlv] {
        color: var(--TextColor);
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-family: Signika-Regular;
    }

    .ctaDiv button[b-9p7aoqzhlv] {
        width: 100%;
        max-width: 200px;
        height: 45px;
        font-family: Signika-Bold;
        border: none;
        border-radius: 12px;
        color: white;
        background-color: #020617;
        margin: auto;
        display: block;
        margin-top: 20px;
    }

        .ctaDiv button:hover[b-9p7aoqzhlv] {
            box-shadow: 0 0 5px 0 #020617;
        }

.landing-footer[b-9p7aoqzhlv] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 34px 24px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #64748b;
    font-size: 14px;
}

/*preview*/
.hero-dashboard-preview[b-9p7aoqzhlv] {
    position: relative;
    border-radius: 30px;
    padding: 14px;
    background: #111827;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.35);
    margin-top: 40px;
}

.preview-top[b-9p7aoqzhlv] {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 8px 12px;
}

.preview-dots[b-9p7aoqzhlv] {
    display: flex;
    gap: 7px;
}

    .preview-dots span[b-9p7aoqzhlv] {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #475569;
    }

.preview-url[b-9p7aoqzhlv] {
    flex: 1;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-screen[b-9p7aoqzhlv] {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border-radius: 22px;
    background: #fffaeb;
    padding: 18px;
}

.preview-header[b-9p7aoqzhlv] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.preview-kicker[b-9p7aoqzhlv] {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--AccentColor);
    margin-bottom: 4px;
}

.preview-header h3[b-9p7aoqzhlv] {
    margin: 0;
    font-size: 24px;
    font-family: Signika-Bold;
    color: var(--TextColor);
}

.preview-live[b-9p7aoqzhlv] {
    padding: 7px 12px;
    border-radius: 20px;
    background: white;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 0 10px 0 var(--CustomGray);
}

.preview-event-grid[b-9p7aoqzhlv] {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: stretch;
    padding: 10px;
}

.preview-event-card[b-9p7aoqzhlv] {
    flex: 0 1 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 210px;
    min-height: 145px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 var(--CustomGray);
    background-color: white;
    padding: 12px;
}

    .preview-event-card .emoji[b-9p7aoqzhlv] {
        padding: 5px 9px;
        background-color: var(--CustomGray);
        border-radius: 12px;
        font-size: 20px;
        box-shadow: 0 0 10px 0 var(--CustomGray);
        width: max-content;
        margin: auto;
        display: block;
    }

    .preview-event-card .message[b-9p7aoqzhlv] {
        font-family: Signika-Regular;
        width: 100%;
        font-size: 16px;
        color: var(--TextColor);
        text-align: center;
        margin-top: 8px;
    }

    .preview-event-card .bottomText[b-9p7aoqzhlv] {
        width: 100%;
        font-family: Signika-Bold;
        font-size: 13px;
        color: var(--AccentColor);
        text-align: center;
        margin-top: 10px;
    }
/*previewend*/

@media (max-width: 700px) {
    .preview-screen[b-9p7aoqzhlv] {
        min-height: 380px;
        padding: 18px;
    }

    .preview-event-card[b-9p7aoqzhlv] {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 115px;
    }

    .preview-play[b-9p7aoqzhlv] {
        width: 62px;
        height: 62px;
        font-size: 22px;
    }
}



@media(max-width: 550px) {
    .navBar[b-9p7aoqzhlv] {
        display: block;
        align-content: center;
    }

        .navBar .brand[b-9p7aoqzhlv] {
            margin: auto;
        }

        .navBar .navLinks[b-9p7aoqzhlv] {
            display: flex;
            margin: auto;
            margin-top: 10px;
        }
}

@media (max-width: 480px) {
    .hero-dashboard-preview[b-9p7aoqzhlv] {
        border-radius: 20px;
        padding: 8px;
    }

    .preview-top[b-9p7aoqzhlv] {
        height: 36px;
        padding: 0 6px 10px;
        gap: 10px;
    }

    .preview-dots span[b-9p7aoqzhlv] {
        width: 9px;
        height: 9px;
    }

    .preview-url[b-9p7aoqzhlv] {
        height: 24px;
        font-size: 10px;
    }

    .preview-screen[b-9p7aoqzhlv] {
        padding: 14px;
        border-radius: 16px;
    }

    .preview-kicker[b-9p7aoqzhlv] {
        font-size: 11px;
    }

    .preview-header h3[b-9p7aoqzhlv] {
        font-size: 20px;
    }

    .preview-event-card[b-9p7aoqzhlv] {
        min-height: 95px;
        border-radius: 10px;
    }

        .preview-event-card .message[b-9p7aoqzhlv] {
            font-size: 14px;
        }

    .preview-play[b-9p7aoqzhlv] {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.formWrapper[b-o9gao9gymf] {
    width: 100%;
    max-width: 350px;
    height: max-content;
    padding: 20px;
    border: 2px solid var(--AccentColor);
    border-radius: 12px;
    margin: auto;
    display: block;
    background-color: white;
    margin-top: 10px;
}

.formHeader[b-o9gao9gymf] {
    font-family: Signika-Bold;
    color: var(--TextColor);
    width: 100%;
    text-align: center;
}

    .formHeader label[b-o9gao9gymf] {
        color: var(--AccentColor);
    }

.inputHeader[b-o9gao9gymf] {
    font-family: Signika-Regular;
    color: var(--TextColor);
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-top: 5px;
}

input[b-o9gao9gymf] {
    width: 100%;
    height: 45px;
    border: 2px solid var(--AccentColor);
    background-color: var(--BackgroundColor);
    border-radius: 12px;
    font-family: Signika-Bold;
    color: var(--TextColor);
    padding: 5px;
}

.submitButton[b-o9gao9gymf] {
    width: 100%;
    max-width: 200px;
    height: 45px;
    border: none;
    border-radius: 12px;
    font-family: Signika-Bold;
    color: white;
    background-color: var(--AccentColor);
    margin: auto;
    display: block;
    margin-top: 10px;
}

    .submitButton:hover[b-o9gao9gymf] {
        box-shadow: 0 0 5px 0 var(--AccentColor);
    }

.cleanButton[b-o9gao9gymf] {
    width: max-content;
    height: max-content;
    font-family: Signika-Regular;
    color: var(--TextColor);
    border: none;
    background-color: transparent;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--AccentColor);
}

    .cleanButton:hover[b-o9gao9gymf] {
        border-bottom: 2px solid var(--AccentColor);
    }

    .cleanButton.forgotPass[b-o9gao9gymf] {
        margin: auto;
        margin-top: 20px;
        box-shadow: none;
    }
/* /Components/Panels/PopUpPanel.razor.rz.scp.css */
.sp-overlay[b-b23fmnelcm] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 999;
}

.sp-panel[b-b23fmnelcm] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: var(--BackgroundColor);
    box-shadow: -8px 0 24px rgba(0,0,0,.18);
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.sp-header[b-b23fmnelcm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.sp-title[b-b23fmnelcm] {
    margin: 0;
    font-size: 1.05rem;
    font-family: Signika-Bold;
    color: var(--AccentColor);
}

    .sp-title.close[b-b23fmnelcm] {
        color: red;
        width: 100%;
        display: block;
        margin: 10px;
        cursor: pointer
    }

        .sp-title.close:hover[b-b23fmnelcm] {
            color: darkred;
        }

.sp-body[b-b23fmnelcm] {
    padding: 20px;
    overflow: auto;
    flex: 1;
}

