/* /Components/Admin/BannerSelector.razor.rz.scp.css */
.banner-selector[b-0vqdp1b724] {
    margin: 20px 0;
}

.banner-selector-header[b-0vqdp1b724] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.banner-selector-header h6[b-0vqdp1b724] {
    margin: 0;
    font-weight: 600;
}

.banner-actions[b-0vqdp1b724] {
    display: flex;
    gap: 8px;
}

.selected-banners[b-0vqdp1b724] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-item[b-0vqdp1b724] {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.banner-drag-handle[b-0vqdp1b724] {
    cursor: grab;
    font-size: 18px;
    color: #6c757d;
    margin-right: 12px;
    user-select: none;
}

.banner-preview[b-0vqdp1b724] {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    border-left: 4px solid;
}

.banner-preview--info[b-0vqdp1b724] {
    background-color: rgba(13, 110, 253, 0.1);
    border-left-color: #0d6efd;
}

.banner-preview--success[b-0vqdp1b724] {
    background-color: rgba(25, 135, 84, 0.1);
    border-left-color: #198754;
}

.banner-preview--warning[b-0vqdp1b724] {
    background-color: rgba(255, 193, 7, 0.1);
    border-left-color: #ffc107;
}

.banner-preview--error[b-0vqdp1b724] {
    background-color: rgba(220, 53, 69, 0.1);
    border-left-color: #dc3545;
}

.banner-content[b-0vqdp1b724] {
    font-weight: 500;
    margin-bottom: 4px;
}

.banner-meta[b-0vqdp1b724] {
    font-size: 12px;
    color: #6c757d;
}

.banner-item-actions[b-0vqdp1b724] {
    display: flex;
    gap: 4px;
    margin-left: 12px;
}

.no-banners[b-0vqdp1b724] {
    padding: 30px;
    text-align: center;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
}

.modal-overlay[b-0vqdp1b724] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-dialog[b-0vqdp1b724] {
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
}

.available-banners[b-0vqdp1b724] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.available-banner-item[b-0vqdp1b724] {
    padding: 12px;
    border-radius: 6px;
    border-left: 4px solid;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.available-banner-item:hover[b-0vqdp1b724] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* /Components/Admin/PlatformHealth.razor.rz.scp.css */
.platform-health__header[b-1v6tyapp3i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.platform-health__header h3[b-1v6tyapp3i] {
    margin: 0;
}

.platform-health__controls[b-1v6tyapp3i] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.platform-health__auto-label[b-1v6tyapp3i] {
    font-size: 0.85rem;
    color: #6c757d;
}

.platform-health__status[b-1v6tyapp3i] {
    font-weight: 500;
    white-space: nowrap;
}

.platform-health__status--healthy[b-1v6tyapp3i] {
    color: #198754;
}

.platform-health__status--degraded[b-1v6tyapp3i] {
    color: #ffc107;
}

.platform-health__status--unhealthy[b-1v6tyapp3i] {
    color: #dc3545;
}

.platform-health__status--unreachable[b-1v6tyapp3i] {
    color: #6c757d;
}

.platform-health__dep[b-1v6tyapp3i] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    margin: 0.15rem 0.25rem;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
}

.platform-health__dep--healthy[b-1v6tyapp3i] {
    background: #d1e7dd;
    color: #0f5132;
}

.platform-health__dep--unhealthy[b-1v6tyapp3i] {
    background: #f8d7da;
    color: #842029;
}

.platform-health__error-row td[b-1v6tyapp3i] {
    border-top: none !important;
    padding-top: 0 !important;
}
/* /Components/Admin/TopicEditor.razor.rz.scp.css */
.topic-editor[b-02ua4uvgdn] {
    margin: 20px 0;
}

.topic-editor-header[b-02ua4uvgdn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.topic-editor-header h6[b-02ua4uvgdn] {
    margin: 0;
    font-weight: 600;
}

.topics-list[b-02ua4uvgdn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.topic-item[b-02ua4uvgdn] {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    transition: background-color 0.2s;
}

.topic-item:hover[b-02ua4uvgdn] {
    background: #e9ecef;
}

.topic-drag-handle[b-02ua4uvgdn] {
    cursor: grab;
    font-size: 16px;
    color: #6c757d;
    margin-right: 12px;
    user-select: none;
}

.topic-content[b-02ua4uvgdn] {
    flex: 1;
    min-width: 0;
}

.topic-text[b-02ua4uvgdn] {
    display: block;
    font-size: 14px;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic-actions[b-02ua4uvgdn] {
    display: flex;
    gap: 4px;
    margin-left: 12px;
    flex-shrink: 0;
}

.no-topics[b-02ua4uvgdn] {
    padding: 30px;
    text-align: center;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
}

/* Form control styling for inline edit */
.topic-content .form-control-sm[b-02ua4uvgdn] {
    font-size: 14px;
    padding: 4px 8px;
}
/* /Components/Layout/BannersComponent.razor.rz.scp.css */
/* Banner styles - updated for full width and proper alignment */
.banners-container[b-ejummd357g] {
    width: 100%; /* Use 100% instead of 100vw */
    display: flex;
    flex-direction: column;
    z-index: 1000;
    /* position: fixed; has been removed */
}

.banner[b-ejummd357g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}

    /* Add display:none to dismissed banners */
    .banner.dismissed[b-ejummd357g] {
        display: none;
    }

.banner-content[b-ejummd357g] {
    flex: 1;
    text-align: center; /* Center the text */
    margin: 0 auto; /* Center the content */
    max-width: 1024px; /* Match your main container width */
    padding: 0 40px; /* Space for the dismiss button */
}

.banner-dismiss[b-ejummd357g] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    position: absolute; /* Position the button */
    right: 20px; /* Align to the right side */
}

    .banner-dismiss:hover[b-ejummd357g] {
        opacity: 1;
    }

/* Banner type styles */
.banner-info[b-ejummd357g] {
    background-color: #EBF5FF;
    color: #2B6CB0;
    border-bottom: 1px solid rgba(43, 108, 176, 0.2);
}

.banner-warning[b-ejummd357g] {
    background-color: #FFFBEB;
    color: #92400E;
    border-bottom: 1px solid rgba(146, 64, 14, 0.2);
}

.banner-success[b-ejummd357g] {
    background-color: #F0FFF4;
    color: #276749;
    border-bottom: 1px solid rgba(39, 103, 73, 0.2);
}

.banner-error[b-ejummd357g] {
    background-color: #FFF5F5;
    color: #C53030;
    border-bottom: 1px solid rgba(197, 48, 48, 0.2);
}

.banner-maintenance[b-ejummd357g] {
    background-color: #FAF5FF;
    color: #6B46C1;
    border-bottom: 1px solid rgba(107, 70, 193, 0.2);
}

.banner-feature[b-ejummd357g] {
    background-color: #E6FFFA;
    color: #2C7A7B;
    border-bottom: 1px solid rgba(44, 122, 123, 0.2);
}

.banner-survey[b-ejummd357g] {
    background-color: #FFFAF0;
    color: #C05621;
    border-bottom: 1px solid rgba(192, 86, 33, 0.2);
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-53sgk1n6ay] {
    background-color: #f8f9fa;
    border-top: 1px solid #e7e7e7;
    font-size: 0.9rem;
    color: #6c757d;
    padding: 0.5rem 0; /* Add explicit vertical padding */
}

.footer a[b-53sgk1n6ay] {
    color: #0d6efd;
    text-decoration: none;
}

.footer a:hover[b-53sgk1n6ay] {
    text-decoration: underline;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-onsg527qpn] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-onsg527qpn] {
    flex: 1;
}

.sidebar[b-onsg527qpn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-onsg527qpn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-onsg527qpn]  a, .top-row[b-onsg527qpn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-onsg527qpn]  a:hover, .top-row[b-onsg527qpn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-onsg527qpn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-onsg527qpn] {
        justify-content: space-between;
    }

    .top-row[b-onsg527qpn]  a, .top-row[b-onsg527qpn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar[b-onsg527qpn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-onsg527qpn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-onsg527qpn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-onsg527qpn], article[b-onsg527qpn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-onsg527qpn] {
    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-onsg527qpn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Login/LoginHero.razor.rz.scp.css */
.hero-image-container[b-himtzb0ui9] {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #e2e8f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image[b-himtzb0ui9] {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-image-container[b-himtzb0ui9] {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .hero-image-container[b-himtzb0ui9] {
        height: 150px;
    }
}
/* /Components/Login/OtpVerificationForm.razor.rz.scp.css */
.otp-form[b-z7icz317i0] {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.otp-header[b-z7icz317i0] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.otp-icon[b-z7icz317i0] {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.75rem;
    background: linear-gradient(135deg, #2b6cb0 0%, #1e4e8c 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(43, 108, 176, 0.25);
}

.otp-icon i[b-z7icz317i0] {
    font-size: 24px;
    color: white;
}

.otp-title[b-z7icz317i0] {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2b3a;
    margin: 0 0 0.4rem 0;
}

.otp-subtitle[b-z7icz317i0] {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

.otp-subtitle strong[b-z7icz317i0] {
    color: #2b6cb0;
    font-weight: 600;
}

.otp-boxes-container[b-z7icz317i0] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 1.25rem;
}

.otp-group[b-z7icz317i0] {
    display: flex;
    gap: 6px;
}

.otp-separator[b-z7icz317i0] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #94a3b8;
    padding: 0 6px;
    user-select: none;
}

.otp-box[b-z7icz317i0] {
    width: 40px;
    height: 48px;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'SF Mono', 'Consolas', 'Monaco', monospace;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #f8fafc;
    color: #1f2b3a;
    transition: all 0.2s ease;
    text-transform: uppercase;
    box-sizing: border-box;
}

.otp-box:focus[b-z7icz317i0] {
    border-color: #2b6cb0;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
    outline: none;
}

.otp-box.filled[b-z7icz317i0] {
    border-color: #2b6cb0;
    background-color: #fff;
}

.otp-box:disabled[b-z7icz317i0],
.otp-box.disabled[b-z7icz317i0] {
    background-color: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
}

.error-message[b-z7icz317i0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #dc2626;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.otp-verify-button[b-z7icz317i0] {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #2b6cb0 0%, #1e4e8c 100%);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(43, 108, 176, 0.25);
}

.otp-verify-button:hover:not([disabled])[b-z7icz317i0] {
    box-shadow: 0 6px 20px rgba(43, 108, 176, 0.35);
}

.otp-verify-button[disabled][b-z7icz317i0] {
    background: #cbd5e1;
    cursor: not-allowed;
    box-shadow: none;
}

.otp-verify-button i[b-z7icz317i0] {
    font-size: 0.85rem;
}

.spinner[b-z7icz317i0] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-z7icz317i0 0.8s linear infinite;
}

@keyframes spin-b-z7icz317i0 {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-page[b-1quf14bgj5] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.admin-top-bar[b-1quf14bgj5] {
    background: #1f4d8f;
    color: #ffffff;
    padding: 14px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15);
}

.admin-content[b-1quf14bgj5] {
    flex: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px;
    box-sizing: border-box;
}

.admin-top-bar__title[b-1quf14bgj5] {
    font-size: 1.25rem;
    font-weight: 600;
}

.admin-top-bar__user[b-1quf14bgj5] {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.admin-top-bar__email[b-1quf14bgj5] {
    font-size: 0.95rem;
    color: #e2e8f0;
    white-space: nowrap;
}

.admin-top-bar__avatar[b-1quf14bgj5] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #4f80c3;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.admin-top-bar__avatar:hover[b-1quf14bgj5] {
    background: #6ea2e2;
}

.admin-top-bar__menu[b-1quf14bgj5] {
    position: absolute;
    right: 0;
    top: 48px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
    border-radius: 6px;
    min-width: 160px;
    padding: 8px 0;
    z-index: 20;
}

.admin-top-bar__menu-item[b-1quf14bgj5] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 16px;
    font-size: 0.95rem;
    cursor: pointer;
    color: #0f172a;
    transition: background 0.2s ease;
}

.admin-top-bar__menu-item:hover[b-1quf14bgj5] {
    background: #f1f5f9;
}

.admin-loading[b-1quf14bgj5] {
    padding: 24px;
}
/* /Components/Pages/AdminAcceptTerms.razor.rz.scp.css */
.home-page-container[b-4hekrefs5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a4a7a, #0f3057);
    color: #fff;
    padding: 2.5rem 1.5rem;
}

.auth-container[b-4hekrefs5z] {
    width: min(520px, 100%);
    background: #fff;
    color: #1f2b3a;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.auth-title[b-4hekrefs5z] {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
    color: #0f3057;
    text-align: center;
}

.auth-subtitle[b-4hekrefs5z] {
    color: #4b5563;
    margin-bottom: 1.5rem;
    text-align: center;
}

.terms-links[b-4hekrefs5z] {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.terms-links li[b-4hekrefs5z] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.terms-links li:last-child[b-4hekrefs5z] {
    border-bottom: none;
}

.terms-links a[b-4hekrefs5z] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.terms-links a:hover[b-4hekrefs5z] {
    text-decoration: underline;
}

.checkbox-label[b-4hekrefs5z] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.4;
}

.checkbox-label input[type="checkbox"][b-4hekrefs5z] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}
/* /Components/Pages/AdminLogin.razor.rz.scp.css */
.home-page-container[b-6na4to8g9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a4a7a, #0f3057);
    color: #fff;
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}

.hero-wrapper[b-6na4to8g9u] {
    width: min(1100px, 100%);
}

.auth-container[b-6na4to8g9u] {
    width: min(600px, 100%);
    background: #fff;
    color: #1f2b3a;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.auth-title[b-6na4to8g9u] {
    font-size: 2rem;
    margin-bottom: 0.25rem;
    text-align: center;
}

.auth-subtitle[b-6na4to8g9u] {
    color: #4b5563;
    margin-bottom: 1.5rem;
    text-align: center;
}

.error-message[b-6na4to8g9u] {
    color: #b91c1c;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .home-page-container[b-6na4to8g9u] {
        padding: 1.5rem 1rem;
    }

    .auth-container[b-6na4to8g9u] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-content[b-sgx656p6na] {
    max-width: 600px;
    margin: 0 auto;
    background-color: #f1f5f9;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.error-header[b-sgx656p6na] {
    margin-bottom: 20px;
}

.error-title[b-sgx656p6na] {
    font-size: 28px;
    color: #2b6cb0;
    font-weight: 600;
    margin-bottom: 10px;
}

.error-subtitle[b-sgx656p6na] {
    font-size: 16px;
    color: #4a5568;
}

.error-details[b-sgx656p6na] {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.error-actions[b-sgx656p6na] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;
}

.return-button[b-sgx656p6na], .retry-button[b-sgx656p6na] {
    padding: 10px 20px;
    border-radius: 18px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.return-button[b-sgx656p6na] {
    background-color: #2b6cb0;
    color: white;
    border: none;
    text-decoration: none;
}

    .return-button:hover[b-sgx656p6na] {
        background-color: #1e4e8c;
    }

.retry-button[b-sgx656p6na] {
    background-color: white;
    color: #2b6cb0;
    border: 1px solid #2b6cb0;
}

    .retry-button:hover[b-sgx656p6na] {
        background-color: rgba(43, 108, 176, 0.1);
    }

.dev-notice[b-sgx656p6na] {
    margin-top: 30px;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    text-align: left;
}

    .dev-notice h3[b-sgx656p6na] {
        color: #2b6cb0;
        margin-bottom: 10px;
    }
/* /Components/Pages/Future/PricingTiers.razor.rz.scp.css */
.card[b-u2s3pjo7z1] {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card:hover[b-u2s3pjo7z1] {
    transform: scale(1.03);
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.card.popular[b-u2s3pjo7z1] {
    border: 2px solid #0d6efd;
    transform: scale(1.05);
    z-index: 1;
}

.card-title[b-u2s3pjo7z1] {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.card-price[b-u2s3pjo7z1] {
    font-size: 3rem;
    margin: 0;
}

.card-price .period[b-u2s3pjo7z1] {
    font-size: 0.8rem;
    color: #adb5bd;
}

.card ul li[b-u2s3pjo7z1] {
    margin-bottom: 1rem;
}

.fa-ul[b-u2s3pjo7z1] {
    padding-left: 2em; /* Adjust based on icon size */
}

.fa-li[b-u2s3pjo7z1] {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
}

.btn[b-u2s3pjo7z1] {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.welcome-page-container[b-uy7rxd1d0v] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f7fb;
}

.welcome-content[b-uy7rxd1d0v] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* hero styles moved to LoginHero.razor.css */

.auth-container[b-uy7rxd1d0v] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-title[b-uy7rxd1d0v] {
    font-size: 2rem;
    color: #2b6cb0;
    margin-bottom: 0.5rem;
    text-align: center;
}

.auth-subtitle[b-uy7rxd1d0v] {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
    text-align: center;
}

.login-form[b-uy7rxd1d0v], .otp-form[b-uy7rxd1d0v] {
    width: 100%;
    max-width: 400px;
}

.form-group[b-uy7rxd1d0v] {
    margin-bottom: 1.5rem;
}

    .form-group label[b-uy7rxd1d0v] {
        display: block;
        margin-bottom: 0.5rem;
        color: #4a5568;
        font-weight: 500;
    }

.input-group[b-uy7rxd1d0v] {
    position: relative;
}

.form-control[b-uy7rxd1d0v] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    transition: border 0.2s;
    box-sizing: border-box;
}

    .form-control:focus[b-uy7rxd1d0v] {
        border-color: #2b6cb0;
        outline: none;
    }

.error-message[b-uy7rxd1d0v] {
    color: #e53e3e;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.attempts-remaining[b-uy7rxd1d0v] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #718096;
}

.auth-button[b-uy7rxd1d0v] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #2b6cb0;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    min-width: 100px;
}

    .auth-button:hover:not([disabled])[b-uy7rxd1d0v] {
        background-color: #1e4e8c;
    }

    .auth-button[disabled][b-uy7rxd1d0v] {
        background-color: #90b0d0;
        cursor: not-allowed;
    }

    .auth-button.secondary[b-uy7rxd1d0v] {
        background-color: #e2e8f0;
        color: #4a5568;
    }

        .auth-button.secondary:hover:not([disabled])[b-uy7rxd1d0v] {
            background-color: #cbd5e0;
        }

.auth-buttons[b-uy7rxd1d0v] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.spinner[b-uy7rxd1d0v] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-uy7rxd1d0v 0.8s linear infinite;
}

/* Modern OTP Verification Styling */
.otp-form[b-uy7rxd1d0v] {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.otp-header[b-uy7rxd1d0v] {
    text-align: center;
    margin-bottom: 2rem;
}

.otp-icon[b-uy7rxd1d0v] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #2b6cb0 0%, #1e4e8c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(43, 108, 176, 0.25);
}

.otp-icon i[b-uy7rxd1d0v] {
    font-size: 28px;
    color: white;
}

.otp-title[b-uy7rxd1d0v] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2b3a;
    margin: 0 0 0.5rem 0;
}

.otp-subtitle[b-uy7rxd1d0v] {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

.otp-subtitle strong[b-uy7rxd1d0v] {
    color: #2b6cb0;
    font-weight: 600;
}

/* OTP Input Boxes */
.otp-boxes-container[b-uy7rxd1d0v] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.otp-group[b-uy7rxd1d0v] {
    display: flex;
    gap: 8px;
}

.otp-separator[b-uy7rxd1d0v] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #cbd5e1;
    padding: 0 4px;
    user-select: none;
}

.otp-box[b-uy7rxd1d0v] {
    width: 40px;
    height: 48px;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'SF Mono', 'Consolas', 'Monaco', monospace;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #f8fafc;
    color: #1f2b3a;
    transition: all 0.2s ease;
    text-transform: uppercase;
    box-sizing: border-box;
}

.otp-box:focus[b-uy7rxd1d0v] {
    border-color: #2b6cb0;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(43, 108, 176, 0.15);
    outline: none;
    transform: translateY(-2px);
}

.otp-box.filled[b-uy7rxd1d0v] {
    border-color: #2b6cb0;
    background-color: #fff;
}

.otp-box:disabled[b-uy7rxd1d0v],
.otp-box.disabled[b-uy7rxd1d0v] {
    background-color: #f1f5f9;
    color: #94a3b8;
    cursor: not-allowed;
    transform: none;
}

/* Error Message */
.error-message[b-uy7rxd1d0v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #dc2626;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.error-message i[b-uy7rxd1d0v] {
    font-size: 1rem;
}

/* Verify Button */
.otp-verify-button[b-uy7rxd1d0v] {
    width: 100%;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #2b6cb0 0%, #1e4e8c 100%);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(43, 108, 176, 0.25);
}

.otp-verify-button:hover:not([disabled])[b-uy7rxd1d0v] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 108, 176, 0.35);
}

.otp-verify-button:active:not([disabled])[b-uy7rxd1d0v] {
    transform: translateY(0);
}

.otp-verify-button[disabled][b-uy7rxd1d0v] {
    background: #cbd5e1;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.otp-verify-button i[b-uy7rxd1d0v] {
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.otp-verify-button:hover:not([disabled]) i[b-uy7rxd1d0v] {
    transform: translateX(4px);
}

@keyframes spin-b-uy7rxd1d0v {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .auth-container[b-uy7rxd1d0v] {
        padding: 1.5rem;
    }

    .hero-image-container[b-uy7rxd1d0v] {
        height: 200px;
    }

    .auth-title[b-uy7rxd1d0v] {
        font-size: 1.75rem;
    }

    .auth-subtitle[b-uy7rxd1d0v] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .auth-container[b-uy7rxd1d0v] {
        padding: 1rem;
    }

    .hero-image-container[b-uy7rxd1d0v] {
        height: 150px;
    }

    .auth-title[b-uy7rxd1d0v] {
        font-size: 1.5rem;
    }

    .auth-subtitle[b-uy7rxd1d0v] {
        font-size: 0.875rem;
    }

    .auth-button[b-uy7rxd1d0v] {
        padding: 8px 16px;
        font-size: 14px;
    }

    .otp-icon[b-uy7rxd1d0v] {
        width: 56px;
        height: 56px;
    }

    .otp-icon i[b-uy7rxd1d0v] {
        font-size: 24px;
    }

    .otp-title[b-uy7rxd1d0v] {
        font-size: 1.25rem;
    }

    .otp-boxes-container[b-uy7rxd1d0v] {
        gap: 4px;
    }

    .otp-group[b-uy7rxd1d0v] {
        gap: 4px;
    }

    .otp-separator[b-uy7rxd1d0v] {
        font-size: 1.25rem;
        padding: 0 2px;
    }

    .otp-box[b-uy7rxd1d0v] {
        width: 34px;
        height: 42px;
        font-size: 1.1rem;
        border-radius: 8px;
    }

    .otp-verify-button[b-uy7rxd1d0v] {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}
/* /Components/Pages/Signup.razor.rz.scp.css */
.signup-page[b-c3if3wx2tl] {
    display: block;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
    padding: 2rem 1rem;
}

.signup-container[b-c3if3wx2tl] {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.signup-header[b-c3if3wx2tl] {
    text-align: center;
    margin-bottom: 2rem;
}

[b-c3if3wx2tl] .signup-header h1 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

[b-c3if3wx2tl] .signup-header p {
    color: #6c757d;
    font-size: 1.1rem;
}

.signup-content[b-c3if3wx2tl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Plan Selection */
.plan-selection h2[b-c3if3wx2tl],
.account-details h2[b-c3if3wx2tl] {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.plan-cards[b-c3if3wx2tl] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.plan-card[b-c3if3wx2tl] {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    padding: 1.5rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.plan-card:hover[b-c3if3wx2tl] {
    border-color: #007bff;
    transform: translateY(-2px);
}

.plan-card.selected[b-c3if3wx2tl] {
    border-color: #007bff;
    background: #f8f9ff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.plan-card.featured[b-c3if3wx2tl] {
    border-color: #28a745;
}

.plan-card.featured.selected[b-c3if3wx2tl] {
    border-color: #28a745;
    background: #f8fff9;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.15);
}

.popular-tag[b-c3if3wx2tl] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.plan-name[b-c3if3wx2tl] {
    font-weight: 600;
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.plan-price[b-c3if3wx2tl] {
    margin-bottom: 1rem;
}

.plan-price .price-amount[b-c3if3wx2tl] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #007bff;
}

.plan-card.featured .price-amount[b-c3if3wx2tl] {
    color: #28a745;
}

.plan-price .price-period[b-c3if3wx2tl] {
    font-size: 0.9rem;
    color: #6c757d;
}

[b-c3if3wx2tl] .plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

[b-c3if3wx2tl] .plan-features li {
    padding: 0.25rem 0;
    color: #495057;
}

[b-c3if3wx2tl] .plan-features li::before {
    content: "\2713";
    color: #28a745;
    margin-right: 0.5rem;
}

/* Form Styles */
.form-group[b-c3if3wx2tl] {
    margin-bottom: 1.25rem;
}

.form-group label[b-c3if3wx2tl] {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #495057;
}

.required[b-c3if3wx2tl] {
    color: #dc3545;
}

[b-c3if3wx2tl] .form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color 0.15s ease;
}

[b-c3if3wx2tl] .form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.url-preview-container[b-c3if3wx2tl] {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 6px;
    overflow: hidden;
}

.url-prefix[b-c3if3wx2tl] {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    color: #6c757d;
    background: #e9ecef;
    border-right: 1px solid #ced4da;
    white-space: nowrap;
    font-family: monospace;
}

[b-c3if3wx2tl] .slug-input {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    flex: 1;
    font-family: monospace;
}

[b-c3if3wx2tl] .slug-input:focus {
    box-shadow: none !important;
}

.slug-validation[b-c3if3wx2tl] {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    min-height: 1.25rem;
}

.slug-validation.valid[b-c3if3wx2tl] {
    color: #28a745;
}

.slug-validation.invalid[b-c3if3wx2tl] {
    color: #dc3545;
}

.slug-validation.warning[b-c3if3wx2tl] {
    color: #856404;
}

.slug-validation .validating[b-c3if3wx2tl] {
    color: #6c757d;
    font-style: italic;
}

.form-text[b-c3if3wx2tl] {
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.text-muted[b-c3if3wx2tl] {
    color: #6c757d;
}

/* Terms Checkbox */
.terms-group[b-c3if3wx2tl] {
    margin-top: 1.5rem;
}

.checkbox-label[b-c3if3wx2tl] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: normal;
}

[b-c3if3wx2tl] .checkbox-label input[type="checkbox"] {
    margin-top: 0.2rem;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-label a[b-c3if3wx2tl] {
    color: #007bff;
    text-decoration: none;
}

.checkbox-label a:hover[b-c3if3wx2tl] {
    text-decoration: underline;
}

/* Submit Button */
.form-actions[b-c3if3wx2tl] {
    margin-top: 2rem;
}

[b-c3if3wx2tl] .btn-block {
    display: block;
    width: 100%;
}

[b-c3if3wx2tl] .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

[b-c3if3wx2tl] .btn-primary:hover:not(:disabled) {
    background-color: #0056b3;
    border-color: #0056b3;
}

[b-c3if3wx2tl] .btn-primary:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.spinner[b-c3if3wx2tl] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-c3if3wx2tl 0.8s linear infinite;
}

@keyframes spin-b-c3if3wx2tl {
    to { transform: rotate(360deg); }
}

/* Payment Info */
.payment-info[b-c3if3wx2tl] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #495057;
}

/* Alerts */
[b-c3if3wx2tl] .alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

[b-c3if3wx2tl] .alert-info {
    background: #cce5ff;
    border: 1px solid #b8daff;
    color: #004085;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

/* Footer */
.signup-footer[b-c3if3wx2tl] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
    color: #6c757d;
}

.signup-footer p[b-c3if3wx2tl] {
    margin: 0.5rem 0;
}

.signup-footer a[b-c3if3wx2tl] {
    color: #007bff;
    text-decoration: none;
}

.signup-footer a:hover[b-c3if3wx2tl] {
    text-decoration: underline;
}

/* Validation Messages */
[b-c3if3wx2tl] .validation-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .signup-container[b-c3if3wx2tl] {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }

    [b-c3if3wx2tl] .signup-header h1 {
        font-size: 1.5rem;
    }

    .plan-cards[b-c3if3wx2tl] {
        flex-direction: column;
        align-items: center;
    }

    .plan-card[b-c3if3wx2tl] {
        max-width: 100%;
        width: 100%;
    }

    .url-preview-container[b-c3if3wx2tl] {
        flex-direction: column;
        align-items: stretch;
    }

    .url-prefix[b-c3if3wx2tl] {
        border-right: none;
        border-bottom: 1px solid #ced4da;
        text-align: center;
    }
}
/* /Components/Pages/SignupSuccess.razor.rz.scp.css */
.success-page[b-ey4aasbeib] {
    display: block;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 2rem 1rem;
}

.success-container[b-ey4aasbeib] {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
    text-align: center;
}

.success-icon[b-ey4aasbeib] {
    color: #22c55e;
    margin-bottom: 1.5rem;
}

.success-icon svg[b-ey4aasbeib] {
    width: 80px;
    height: 80px;
}

[b-ey4aasbeib] h1 {
    color: #166534;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.success-subtitle[b-ey4aasbeib] {
    color: #6b7280;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.success-details[b-ey4aasbeib] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
    text-align: left;
}

.detail-card[b-ey4aasbeib] {
    background: #f9fafb;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
}

.detail-card.highlight[b-ey4aasbeib] {
    background: #eff6ff;
    border-color: #bfdbfe;
}

[b-ey4aasbeib] .detail-card h3 {
    color: #1f2937;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

[b-ey4aasbeib] .next-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter;
}

[b-ey4aasbeib] .next-steps li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    counter-increment: step-counter;
}

[b-ey4aasbeib] .next-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: #22c55e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

[b-ey4aasbeib] .next-steps li:last-child {
    margin-bottom: 0;
}

[b-ey4aasbeib] .next-steps strong {
    display: block;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

[b-ey4aasbeib] .next-steps p {
    color: #6b7280;
    font-size: 0.9rem;
    margin: 0;
}

[b-ey4aasbeib] .help-options {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0 0;
}

[b-ey4aasbeib] .help-options li {
    margin-bottom: 0.5rem;
}

[b-ey4aasbeib] .help-options a {
    color: #2563eb;
    text-decoration: none;
}

[b-ey4aasbeib] .help-options a:hover {
    text-decoration: underline;
}

.success-actions[b-ey4aasbeib] {
    margin-top: 2rem;
}

[b-ey4aasbeib] .btn-primary {
    display: inline-block;
    background-color: #22c55e;
    border-color: #22c55e;
    color: white;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.15s ease;
}

[b-ey4aasbeib] .btn-primary:hover {
    background-color: #16a34a;
    border-color: #16a34a;
    color: white;
}

.success-footer[b-ey4aasbeib] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 0.9rem;
}

.success-footer a[b-ey4aasbeib] {
    color: #2563eb;
    text-decoration: none;
}

.success-footer a:hover[b-ey4aasbeib] {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 640px) {
    .success-container[b-ey4aasbeib] {
        padding: 2rem 1.5rem;
        margin: 0 0.5rem;
    }

    [b-ey4aasbeib] h1 {
        font-size: 1.5rem;
    }

    .success-subtitle[b-ey4aasbeib] {
        font-size: 1rem;
    }

    .success-icon svg[b-ey4aasbeib] {
        width: 60px;
        height: 60px;
    }
}
/* /Components/Pages/Welcome.razor.rz.scp.css */
/* Welcome/Public Home Page Styles - Blazor CSS Isolation */

/* Reset and Base Styles */
.public-home[b-ppq7g5bltc] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    display: block;
    width: 100%;
}

.welcome-container[b-ppq7g5bltc] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title[b-ppq7g5bltc] {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.section-subtitle[b-ppq7g5bltc] {
    font-size: 1.25rem;
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Section */
.hero-section[b-ppq7g5bltc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

[b-ppq7g5bltc] .hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle[b-ppq7g5bltc] {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta[b-ppq7g5bltc] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* How It Works Section */
.how-it-works-section[b-ppq7g5bltc] {
    padding: 80px 0;
    background: #f8f9fa;
}

.phase-card[b-ppq7g5bltc] {
    background: white;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.phase-badge[b-ppq7g5bltc] {
    display: inline-block;
    background: #667eea;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

[b-ppq7g5bltc] .phase-card h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.step[b-ppq7g5bltc] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.step-icon[b-ppq7g5bltc] {
    font-size: 2rem;
    flex-shrink: 0;
}

[b-ppq7g5bltc] .step-content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #333;
}

[b-ppq7g5bltc] .step-content p,
[b-ppq7g5bltc] .step-content ul {
    color: #666;
    margin: 0;
}

[b-ppq7g5bltc] .step-content ul {
    padding-left: 20px;
}

/* Features Grid - KEY FIX */
.features-grid[b-ppq7g5bltc] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px;
    margin: 30px 0;
}

.feature[b-ppq7g5bltc] {
    display: flex !important;
    align-items: center;
    gap: 12px;
    flex: 0 1 calc(33.333% - 14px);
    min-width: 250px;
}

.phase-pricing[b-ppq7g5bltc] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.phase-cta[b-ppq7g5bltc] {
    text-align: center;
    margin-top: 30px;
}

.diy-features[b-ppq7g5bltc] {
    padding-left: 20px;
    margin: 20px 0;
}

[b-ppq7g5bltc] .diy-features li {
    margin-bottom: 10px;
    color: #666;
}

.platform-note[b-ppq7g5bltc] {
    color: #666;
    font-style: italic;
    margin-top: 20px;
}

/* Pricing Section */
.pricing-section[b-ppq7g5bltc] {
    padding: 80px 0;
    background: white;
}

/* Pricing Table */
.pricing-table-wrapper[b-ppq7g5bltc] {
    overflow-x: auto;
    margin-bottom: 60px;
    padding: 0 10px;
}

.pricing-table[b-ppq7g5bltc] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-width: 900px;
}

[b-ppq7g5bltc] .pricing-table thead tr {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

[b-ppq7g5bltc] .pricing-table th {
    padding: 24px 16px;
    text-align: center;
    vertical-align: top;
    border-bottom: 2px solid #dee2e6;
}

[b-ppq7g5bltc] .pricing-table th.feature-column {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    width: 220px;
    min-width: 180px;
}

[b-ppq7g5bltc] .pricing-table th.plan-column {
    position: relative;
    min-width: 160px;
}

[b-ppq7g5bltc] .pricing-table th.plan-column.featured {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-left: 2px solid #667eea;
    border-right: 2px solid #667eea;
    border-top: 2px solid #667eea;
}

.plan-header[b-ppq7g5bltc] {
    text-align: center;
}

[b-ppq7g5bltc] .plan-header h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}

.price[b-ppq7g5bltc] {
    margin-bottom: 8px;
}

.price-amount[b-ppq7g5bltc] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #667eea;
}

.price-period[b-ppq7g5bltc] {
    font-size: 1rem;
    color: #666;
}

.plan-description[b-ppq7g5bltc] {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
}

.popular-badge[b-ppq7g5bltc] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #667eea;
    color: white;
    padding: 4px 14px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

[b-ppq7g5bltc] .pricing-table tbody td {
    padding: 14px 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 0.95rem;
}

[b-ppq7g5bltc] .pricing-table tbody td.feature-name {
    text-align: left;
    font-weight: 500;
    color: #555;
}

[b-ppq7g5bltc] .pricing-table tbody td.featured {
    background: #667eea08;
    border-left: 2px solid #667eea;
    border-right: 2px solid #667eea;
}

[b-ppq7g5bltc] .pricing-table tbody tr:hover {
    background: #f8f9fa;
}

[b-ppq7g5bltc] .pricing-table tbody tr:hover td.featured {
    background: linear-gradient(135deg, #667eea12 0%, #764ba212 100%);
}

[b-ppq7g5bltc] .pricing-table tbody tr.section-row td {
    background: #f1f3f5;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding: 10px 16px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.check-yes[b-ppq7g5bltc] {
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
}

.check-no[b-ppq7g5bltc] {
    color: #ccc;
    font-size: 1.1rem;
}

[b-ppq7g5bltc] .pricing-table tfoot td {
    padding: 24px 16px;
    text-align: center;
    background: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

[b-ppq7g5bltc] .pricing-table tfoot td.featured {
    background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
    border-left: 2px solid #667eea;
    border-right: 2px solid #667eea;
    border-bottom: 2px solid #667eea;
}

[b-ppq7g5bltc] .pricing-table tfoot .btn {
    white-space: nowrap;
}

/* Add-On Services */
.addon-services[b-ppq7g5bltc] {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: center;
}

/* Add-On Grid - KEY FIX */
.addon-grid[b-ppq7g5bltc] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px;
    margin: 30px 0;
}

.addon-item[b-ppq7g5bltc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    flex: 0 1 calc(50% - 10px);
    min-width: 300px;
}

.addon-price[b-ppq7g5bltc] {
    font-weight: 600;
    color: #667eea;
}

/* Overage Pricing */
.overage-pricing[b-ppq7g5bltc] {
    text-align: center;
    padding: 40px;
}

.overage-list[b-ppq7g5bltc] {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 30px auto;
}

[b-ppq7g5bltc] .overage-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.overage-note[b-ppq7g5bltc] {
    color: #666;
    font-size: 0.9rem;
    margin-top: 20px;
}

/* FAQ Section */
.faq-section[b-ppq7g5bltc] {
    padding: 80px 0;
    background: #f8f9fa;
}

/* FAQ Grid - KEY FIX */
.faq-grid[b-ppq7g5bltc] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 30px;
    justify-content: center !important;
}

.faq-item[b-ppq7g5bltc] {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    flex: 0 1 calc(50% - 15px);
    min-width: 350px;
    max-width: 550px;
}

[b-ppq7g5bltc] .faq-item h4 {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

[b-ppq7g5bltc] .faq-item p {
    color: #666;
    margin: 0;
}

/* CTA Section */
.cta-section[b-ppq7g5bltc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

[b-ppq7g5bltc] .cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

[b-ppq7g5bltc] .cta-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-buttons[b-ppq7g5bltc] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Existing Users Section */
.existing-users-section[b-ppq7g5bltc] {
    padding: 30px 0;
    text-align: center;
    background: #f8f9fa;
}

[b-ppq7g5bltc] .existing-users-section p {
    margin: 0;
    color: #666;
}

[b-ppq7g5bltc] .existing-users-section a {
    color: #667eea;
    font-weight: 600;
}

/* Button Styles */
[b-ppq7g5bltc] .btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    border: 2px solid transparent;
    cursor: pointer;
}

[b-ppq7g5bltc] .btn-lg {
    padding: 16px 40px;
    font-size: 1.1rem;
}

[b-ppq7g5bltc] .btn-primary {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

[b-ppq7g5bltc] .btn-primary:hover {
    background: #5568d3;
    border-color: #5568d3;
    color: white;
    text-decoration: none;
}

[b-ppq7g5bltc] .btn-outline-primary {
    background: transparent;
    color: #667eea;
    border-color: #667eea;
}

[b-ppq7g5bltc] .btn-outline-primary:hover {
    background: #667eea;
    color: white;
    text-decoration: none;
}

[b-ppq7g5bltc] .btn-outline-light {
    background: transparent;
    color: white;
    border-color: white;
}

[b-ppq7g5bltc] .btn-outline-light:hover {
    background: white;
    color: #667eea;
    text-decoration: none;
}

[b-ppq7g5bltc] .btn-secondary {
    background: #6c757d;
    color: white;
    border-color: #6c757d;
}

[b-ppq7g5bltc] .btn-secondary:hover {
    background: #5a6268;
    border-color: #5a6268;
    color: white;
    text-decoration: none;
}

[b-ppq7g5bltc] .btn-outline-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

[b-ppq7g5bltc] .btn-outline-secondary:hover {
    background: white;
    color: #667eea;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    [b-ppq7g5bltc] .hero-content h1 {
        font-size: 2rem;
    }

    .hero-subtitle[b-ppq7g5bltc] {
        font-size: 1.1rem;
    }

    .section-title[b-ppq7g5bltc] {
        font-size: 2rem;
    }

    .pricing-table-wrapper[b-ppq7g5bltc] {
        margin: 0 -20px 60px -20px;
        padding: 0;
    }

    .pricing-table[b-ppq7g5bltc] {
        font-size: 0.85rem;
    }

    [b-ppq7g5bltc] .pricing-table th,
    [b-ppq7g5bltc] .pricing-table td {
        padding: 10px 8px;
    }

    .price-amount[b-ppq7g5bltc] {
        font-size: 1.5rem;
    }

    [b-ppq7g5bltc] .plan-header h3 {
        font-size: 1.1rem;
    }

    .plan-description[b-ppq7g5bltc] {
        font-size: 0.75rem;
    }

    [b-ppq7g5bltc] .pricing-table tfoot .btn {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .faq-item[b-ppq7g5bltc] {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: auto;
    }

    .addon-item[b-ppq7g5bltc] {
        flex: 1 1 100%;
        min-width: auto;
    }

    .feature[b-ppq7g5bltc] {
        flex: 1 1 100%;
        min-width: auto;
    }
}
