/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6pvqyyw7x3] {
    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-6pvqyyw7x3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xtih1g5gca],
.components-reconnect-repeated-attempt-visible[b-xtih1g5gca],
.components-reconnect-failed-visible[b-xtih1g5gca],
.components-pause-visible[b-xtih1g5gca],
.components-resume-failed-visible[b-xtih1g5gca],
.components-rejoining-animation[b-xtih1g5gca] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-xtih1g5gca {
    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;
    }
}
/* /Layout/SignUpLayout.razor.rz.scp.css */
/* ── BACKGROUND GRID ── */
.bg-grid[b-dmp4cpv5c8] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
    background-size: 48px 48px;
    transition: background-image 0.25s ease;
}

.bg-glow[b-dmp4cpv5c8] {
    position: fixed;
    pointer-events: none;
    z-index: 0;
}

.bg-glow-1[b-dmp4cpv5c8] {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--glow-1) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    transition: background 0.25s ease;
}

.bg-glow-2[b-dmp4cpv5c8] {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--glow-2) 0%, transparent 70%);
    bottom: -200px;
    left: -100px;
    transition: background 0.25s ease;
}

/* ── LAYOUT ── */
.page[b-dmp4cpv5c8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

/* ── THEME TOGGLE ── */
/* Base look (.theme-toggle / .knob) is shared with the main site's nav
   toggle and lives in wwwroot/app.css — this page just has no header to
   put it in, so it floats. */
.theme-toggle-signup[b-dmp4cpv5c8] {
    position: fixed;
    top: 20px;
    right: 24px;
    z-index: 20;
    box-shadow: var(--shadow-sm);
}

    .theme-toggle-signup:focus-visible[b-dmp4cpv5c8] {
        outline: 2px solid var(--amber-mid);
        outline-offset: 2px;
    }

/* Responsive */
@media (max-width: 900px) {
    .page[b-dmp4cpv5c8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .theme-toggle-signup[b-dmp4cpv5c8] {
        top: 12px;
        right: 12px;
    }
}
/* /Pages/SignUp/SignUp.razor.rz.scp.css */
/* ── RIGHT PANEL ── */
.right-panel[b-73oxwrrtme] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 48px;
    background: var(--surface);
}

.signup-container[b-73oxwrrtme] {
    width: 100%;
    max-width: 420px;
}

.mobile-logo[b-73oxwrrtme] {
    display: none;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 32px;
}

/* ── SHARED STEP CHROME ──
   These classes are used by more than one step component (AccountStep,
   WorkspaceStep, PlanStep, SetupStep, SuccessPanel). Blazor's CSS isolation
   only scopes markup written directly in this file, so ::deep is required
   for these rules to reach the child components' rendered output — this is
   the standard Blazor mechanism for styling shared across a page's own
   subcomponents, not a workaround. */
[b-73oxwrrtme] .step-panel {
    animation: stepIn-b-73oxwrrtme 0.3s ease both;
}

@keyframes stepIn-b-73oxwrrtme {
    from {
        opacity: 0;
        transform: translateX(16px);
    }

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

[b-73oxwrrtme] .form-header {
    margin-bottom: 28px;
}

[b-73oxwrrtme] .form-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 26px;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 6px;
}

[b-73oxwrrtme] .form-title em {
    font-style: italic;
    color: var(--amber);
}

[b-73oxwrrtme] .form-subtitle {
    font-size: 13.5px;
    color: var(--text-dim);
}

[b-73oxwrrtme] .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px;
}

[b-73oxwrrtme] .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dim);
}

[b-73oxwrrtme] .form-label span {
    color: var(--red);
    margin-left: 2px;
}

[b-73oxwrrtme] .form-input {
    padding: 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: 9px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    color: var(--text);
    background: var(--surface-2);
    outline: none;
    transition: all 0.2s;
    width: 100%;
}

[b-73oxwrrtme] .form-input:focus {
    border-color: var(--amber-mid);
    background: var(--amber-light);
    box-shadow: 0 0 0 3px var(--amber-light);
}

[b-73oxwrrtme] .form-input::placeholder {
    color: var(--text-faint);
}

[b-73oxwrrtme] .form-input.error {
    border-color: var(--red);
    box-shadow: 0 0 0 3px var(--red-light);
}

[b-73oxwrrtme] .form-input.success {
    border-color: var(--teal-mid);
    box-shadow: 0 0 0 3px var(--teal-light);
}

[b-73oxwrrtme] .form-helper {
    font-size: 11.5px;
    color: var(--text-faint);
    margin-top: 3px;
    min-height: 14px;
}

[b-73oxwrrtme] .form-helper.error-msg {
    color: var(--red);
}

[b-73oxwrrtme] .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

[b-73oxwrrtme] .form-select {
    appearance: none;
    padding: 11px 36px 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: 9px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    color: var(--text);
    background: var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;
    outline: none;
    width: 100%;
    cursor: pointer;
    transition: border-color 0.2s;
}

[b-73oxwrrtme] .form-select:focus {
    border-color: var(--amber-mid);
    box-shadow: 0 0 0 3px var(--amber-light);
}

[b-73oxwrrtme] .btn-submit {
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: var(--amber);
    color: #0a0c10;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

[b-73oxwrrtme] .btn-submit:hover {
    background: var(--amber-h);
    box-shadow: 0 4px 20px var(--amber-glow);
    transform: translateY(-1px);
}

[b-73oxwrrtme] .btn-submit:active {
    transform: scale(0.99);
}

[b-73oxwrrtme] .btn-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

[b-73oxwrrtme] .btn-back {
    width: 100%;
    padding: 11px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid var(--border);
    background: none;
    color: var(--text-dim);
    transition: all 0.2s;
    margin-bottom: 10px;
}

[b-73oxwrrtme] .btn-back:hover {
    border-color: var(--text-dim);
    color: var(--text);
}

[b-73oxwrrtme] .btn-back:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

[b-73oxwrrtme] .terms {
    font-size: 12px;
    color: var(--text-faint);
    text-align: center;
    margin-top: 14px;
    line-height: 1.6;
}

[b-73oxwrrtme] .terms a {
    color: var(--amber);
    text-decoration: none;
}

[b-73oxwrrtme] .terms a:hover {
    text-decoration: underline;
}

/* ── TOAST ── */
.toast[b-73oxwrrtme] {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 500;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}

.toast-success[b-73oxwrrtme] {
    background: var(--teal);
}

.toast-warn[b-73oxwrrtme] {
    background: var(--amber-h);
}

/* Responsive */
@media (max-width: 900px) {
    .right-panel[b-73oxwrrtme] {
        padding: 32px 24px;
        min-height: 100vh;
    }

    .signup-container[b-73oxwrrtme] {
        max-width: 100%;
    }

    .mobile-logo[b-73oxwrrtme] {
        display: flex;
    }
}

@media (max-width: 480px) {
    .right-panel[b-73oxwrrtme] {
        padding: 24px 16px;
    }
}
/* /Pages/SignUp/SignUpComponents/AccountStep/AccountStep.razor.rz.scp.css */
/* Password strength */
.pw-strength[b-gi73ukak5b] {
    margin-top: 6px;
}

.pw-bars[b-gi73ukak5b] {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
}

.pw-bar[b-gi73ukak5b] {
    height: 3px;
    border-radius: 2px;
    flex: 1;
    background: var(--border);
    transition: background 0.3s;
}

.pw-label[b-gi73ukak5b] {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10.5px;
    color: var(--text-faint);
}

.pw-strength-1 .pw-bar:nth-child(1)[b-gi73ukak5b] {
    background: var(--red);
}

.pw-strength-2 .pw-bar:nth-child(-n+2)[b-gi73ukak5b] {
    background: var(--amber);
}

.pw-strength-3 .pw-bar:nth-child(-n+3)[b-gi73ukak5b] {
    background: var(--teal);
}

.pw-strength-4 .pw-bar[b-gi73ukak5b] {
    background: var(--teal);
}

/* Input with icon */
.input-wrap[b-gi73ukak5b] {
    position: relative;
}

    .input-wrap .form-input[b-gi73ukak5b] {
        padding-left: 40px;
    }

    .input-wrap .input-icon[b-gi73ukak5b] {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        opacity: 0.5;
        display: flex;
        color: var(--text-dim);
    }

        .input-wrap .input-icon svg[b-gi73ukak5b] {
            width: 15px;
            height: 15px;
        }

.pw-toggle[b-gi73ukak5b] {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-faint);
    cursor: pointer;
    display: flex;
    background: none;
    border: none;
    padding: 0;
}

    .pw-toggle svg[b-gi73ukak5b] {
        width: 15px;
        height: 15px;
    }

    .pw-toggle:hover[b-gi73ukak5b] {
        color: var(--text-dim);
    }

.divider[b-gi73ukak5b] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
}

    .divider[b-gi73ukak5b]::before,
    .divider[b-gi73ukak5b]::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--border);
    }

    .divider span[b-gi73ukak5b] {
        font-size: 12px;
        color: var(--text-faint);
        white-space: nowrap;
    }

/* Social login */
.social-btn[b-gi73ukak5b] {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--border);
    border-radius: 9px;
    background: var(--surface-2);
    color: var(--text-dim);
    font-size: 13.5px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.15s;
    margin-bottom: 8px;
}

    .social-btn:hover[b-gi73ukak5b] {
        border-color: var(--text-faint);
        background: var(--surface);
        color: var(--text);
    }

.social-icon[b-gi73ukak5b] {
    display: flex;
    align-items: center;
    color: var(--text-dim);
}

    .social-icon svg[b-gi73ukak5b] {
        width: 15px;
        height: 15px;
    }

    .social-icon.gmark[b-gi73ukak5b] {
        font-family: "IBM Plex Mono", monospace;
        font-weight: 700;
        font-size: 14px;
    }

/* Sign in link */
.signin-row[b-gi73ukak5b] {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: var(--text-faint);
}

    .signin-row a[b-gi73ukak5b] {
        color: var(--amber);
        text-decoration: none;
        font-weight: 500;
    }

        .signin-row a:hover[b-gi73ukak5b] {
            text-decoration: underline;
        }
/* /Pages/SignUp/SignUpComponents/PlanStep/PlanStep.razor.rz.scp.css */
/* Plan selector */
.plan-grid[b-8kqoz4yau2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}

.plan-opt[b-8kqoz4yau2] {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 14px 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

    .plan-opt:hover[b-8kqoz4yau2] {
        border-color: var(--amber-mid);
        background: var(--amber-light);
    }

    .plan-opt.selected[b-8kqoz4yau2] {
        border-color: var(--amber);
        background: var(--amber-light);
        box-shadow: 0 0 0 3px var(--amber-light);
    }

.plan-opt-name[b-8kqoz4yau2] {
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-faint);
    margin-bottom: 4px;
}

.plan-opt-price[b-8kqoz4yau2] {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--text);
    line-height: 1;
}

.plan-opt-per[b-8kqoz4yau2] {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    color: var(--text-faint);
}

.plan-opt-details[b-8kqoz4yau2] {
    font-size: 11px;
    color: var(--text-faint);
    margin-top: 6px;
    line-height: 1.4;
}

.plan-opt-badge[b-8kqoz4yau2] {
    display: inline-block;
    font-family: "IBM Plex Mono", monospace;
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 4px;
}

.pb-popular[b-8kqoz4yau2] {
    background: var(--amber-light);
    color: var(--amber);
}

.trial-banner[b-8kqoz4yau2] {
    padding: 10px 12px;
    background: var(--teal-light);
    border: 1px solid var(--teal-mid);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 12.5px;
    color: var(--text-dim);
}

/* Team size options */
.team-size-grid[b-8kqoz4yau2] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 14px;
}

.ts-opt[b-8kqoz4yau2] {
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 10px 8px;
    cursor: pointer;
    transition: all 0.15s;
    text-align: center;
}

    .ts-opt:hover[b-8kqoz4yau2] {
        border-color: var(--amber-mid);
        background: var(--amber-light);
    }

    .ts-opt.selected[b-8kqoz4yau2] {
        border-color: var(--amber);
        background: var(--amber-light);
    }

.ts-opt-val[b-8kqoz4yau2] {
    font-family: "IBM Plex Mono", monospace;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
}

.ts-opt-label[b-8kqoz4yau2] {
    font-size: 10px;
    color: var(--text-faint);
    margin-top: 1px;
}

/* Responsive */
@media (max-width: 480px) {
    .plan-grid[b-8kqoz4yau2] {
        grid-template-columns: 1fr;
    }

    .team-size-grid[b-8kqoz4yau2] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Pages/SignUp/SignUpComponents/SetupStep/SetupStep.razor.rz.scp.css */
/* Checkboxes */
.checkbox-group[b-5hqqlzupar] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s;
    margin-bottom: 8px;
}

    .checkbox-group:hover[b-5hqqlzupar] {
        border-color: var(--amber-mid);
    }

    .checkbox-group input[type="checkbox"][b-5hqqlzupar] {
        accent-color: var(--amber);
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-top: 1px;
        cursor: pointer;
    }

.cg-text[b-5hqqlzupar] {
    font-size: 13px;
    color: var(--text-dim);
}

.cg-label[b-5hqqlzupar] {
    font-weight: 500;
    color: var(--text);
    margin-bottom: 1px;
}

.cg-sub[b-5hqqlzupar] {
    font-size: 11.5px;
    color: var(--text-faint);
}
/* /Pages/SignUp/SignUpComponents/SignUpHero/SignUpHero.razor.rz.scp.css */
/* ── LEFT PANEL ── */
.left-panel[b-loac0e7uhw] {
    display: flex;
    flex-direction: column;
    padding: 40px 48px;
    border-right: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

    .left-panel[b-loac0e7uhw]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, var(--amber-light) 0%, transparent 60%);
        pointer-events: none;
    }

.lp-logo[b-loac0e7uhw] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 56px;
}

.lp-hero[b-loac0e7uhw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 440px;
}

.lp-eyebrow[b-loac0e7uhw] {
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--amber);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.eyebrow-dot[b-loac0e7uhw] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--teal);
    animation: pulse-b-loac0e7uhw 2s infinite;
}

@keyframes pulse-b-loac0e7uhw {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.lp-title[b-loac0e7uhw] {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: clamp(32px, 3.5vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--text);
    margin-bottom: 20px;
}

    .lp-title em[b-loac0e7uhw] {
        font-style: italic;
        color: var(--amber);
    }

.lp-desc[b-loac0e7uhw] {
    font-size: 15px;
    color: var(--text-dim);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 380px;
}

.feature-list[b-loac0e7uhw] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 48px;
}

.feature-item[b-loac0e7uhw] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.fi-icon[b-loac0e7uhw] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--border);
}

    .fi-icon svg[b-loac0e7uhw] {
        width: 15px;
        height: 15px;
    }

.fi-blue[b-loac0e7uhw],
.fi-purple[b-loac0e7uhw] {
    background: var(--amber-light);
    border-color: var(--amber-mid);
    color: var(--amber);
}

.fi-green[b-loac0e7uhw],
.fi-orange[b-loac0e7uhw] {
    background: var(--teal-light);
    border-color: var(--teal-mid);
    color: var(--teal);
}

.fi-title[b-loac0e7uhw] {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2px;
}

.fi-desc[b-loac0e7uhw] {
    font-size: 12.5px;
    color: var(--text-faint);
}

.social-proof[b-loac0e7uhw] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.sp-avatars[b-loac0e7uhw] {
    display: flex;
}

.sp-av[b-loac0e7uhw] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--surface);
    margin-left: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
}

    .sp-av:first-child[b-loac0e7uhw] {
        margin-left: 0;
    }

.sp-text[b-loac0e7uhw] {
    flex: 1;
    font-size: 12.5px;
    color: var(--text-dim);
}

    .sp-text strong[b-loac0e7uhw] {
        color: var(--text);
        font-weight: 600;
    }

.sp-stars[b-loac0e7uhw] {
    color: var(--amber);
    font-size: 12px;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 900px) {
    .left-panel[b-loac0e7uhw] {
        display: none;
    }
}
/* /Pages/SignUp/SignUpComponents/SignUpLogo/SignUpLogo.razor.rz.scp.css */
.logo-mark[b-apcpr7y38l] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-mark svg[b-apcpr7y38l] {
        width: 100%;
        height: 100%;
    }

.logo-text[b-apcpr7y38l] {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: var(--text);
}
/* /Pages/SignUp/SignUpComponents/StepIndicator/StepIndicator.razor.rz.scp.css */
.step-indicator[b-3m69twjgw6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 32px;
}

.si-step[b-3m69twjgw6] {
    display: flex;
    align-items: center;
}

.si-dot[b-3m69twjgw6] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    font-weight: 600;
    border: 2px solid var(--border);
    color: var(--text-faint);
    background: var(--surface);
    transition: all 0.3s;
    flex-shrink: 0;
}

    .si-dot.done[b-3m69twjgw6] {
        background: var(--teal);
        border-color: var(--teal);
        color: #0a0c10;
    }

    .si-dot.active[b-3m69twjgw6] {
        background: var(--amber);
        border-color: var(--amber);
        color: #0a0c10;
        box-shadow: 0 0 0 4px var(--amber-light);
    }

.si-label[b-3m69twjgw6] {
    font-family: "IBM Plex Mono", monospace;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-faint);
    margin-top: 4px;
    text-align: center;
    white-space: nowrap;
}

.si-step.active .si-label[b-3m69twjgw6] {
    color: var(--amber);
}

.si-step.done .si-label[b-3m69twjgw6] {
    color: var(--teal);
}

.si-connector[b-3m69twjgw6] {
    width: 48px;
    height: 2px;
    background: var(--border);
    transition: background 0.3s;
}

    .si-connector.done[b-3m69twjgw6] {
        background: var(--teal);
    }

.si-step-wrap[b-3m69twjgw6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
/* /Pages/SignUp/SignUpComponents/SuccessPanel/SuccessPanel.razor.rz.scp.css */
.success-panel[b-tpyptb9oqj] {
    text-align: center;
    animation: successIn-b-tpyptb9oqj 0.5s ease both;
}

@keyframes successIn-b-tpyptb9oqj {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

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

.success-icon[b-tpyptb9oqj] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--teal-light);
    border: 2px solid var(--teal-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: successBounce-b-tpyptb9oqj 0.6s 0.2s ease both;
}

@keyframes successBounce-b-tpyptb9oqj {
    from {
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.success-title[b-tpyptb9oqj] {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: var(--text);
    margin-bottom: 8px;
}

.success-sub[b-tpyptb9oqj] {
    font-size: 14px;
    color: var(--text-dim);
    margin-bottom: 28px;
    line-height: 1.6;
}

.workspace-pill[b-tpyptb9oqj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 9px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12.5px;
    color: var(--text);
    margin-bottom: 28px;
}

.wp-accent[b-tpyptb9oqj] {
    color: var(--amber);
}

.success-footnote[b-tpyptb9oqj] {
    margin-top: 16px;
    font-size: 12px;
    color: var(--text-faint);
    text-align: center;
}
/* /Pages/SignUp/SignUpComponents/WorkspaceStep/WorkspaceStep.razor.rz.scp.css */
/* Workspace URL preview */
.url-preview[b-xdtcw33pz7] {
    padding: 10px 14px;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: 9px;
    font-family: "IBM Plex Mono", monospace;
    font-size: 12.5px;
    color: var(--text-dim);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
}

.url-fixed[b-xdtcw33pz7] {
    color: var(--text-faint);
}

.url-slug[b-xdtcw33pz7] {
    color: var(--amber);
    font-weight: 600;
}
