@import '_content/Lestr.ComponentLibrary/Lestr.ComponentLibrary.jg0j7bc4ul.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cxqx7rht9v] {
    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-cxqx7rht9v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.subscription-modal-overlay[b-cxqx7rht9v] {
    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: 1000;
}

.subscription-modal-dialog[b-cxqx7rht9v] {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.subscription-modal-dialog h3[b-cxqx7rht9v] {
    margin: 1rem 0 0.5rem 0;
    color: #111827;
}

.subscription-dialog-icon[b-cxqx7rht9v] {
    display: flex;
    justify-content: center;
}

.subscription-dialog-message[b-cxqx7rht9v] {
    color: #374151;
    margin-bottom: 0.5rem;
}

.subscription-dialog-submessage[b-cxqx7rht9v] {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.subscription-modal-actions[b-cxqx7rht9v] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.subscription-btn[b-cxqx7rht9v] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.subscription-btn-secondary[b-cxqx7rht9v] {
    background: #f3f4f6;
    color: #374151;
}

.subscription-btn-secondary:hover[b-cxqx7rht9v] {
    background: #e5e7eb;
}

.subscription-btn-primary[b-cxqx7rht9v] {
    background: #7030a0;
    color: white;
}

.subscription-btn-primary:hover[b-cxqx7rht9v] {
    background: #5a2480;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-4jafpzm44u] {
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 10000;
}

#components-reconnect-modal.components-reconnect-show[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-retrying[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-failed[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-paused[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-resume-failed[b-4jafpzm44u] {
    display: block;
}

.reconnect-indicator[b-4jafpzm44u] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    animation: reconnect-fade-in-b-4jafpzm44u 0.3s ease;
}

.reconnect-spinner[b-4jafpzm44u] {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.8);
    animation: reconnect-spin-b-4jafpzm44u 1s linear infinite;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-spinner[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-paused .reconnect-spinner[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-resume-failed .reconnect-spinner[b-4jafpzm44u] {
    display: none;
}

.reconnect-text[b-4jafpzm44u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4jafpzm44u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4jafpzm44u] {
    display: inline;
}

.reconnect-link[b-4jafpzm44u] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
}

.reconnect-link:hover[b-4jafpzm44u] {
    color: white;
}

@keyframes reconnect-spin-b-4jafpzm44u {
    to {
        transform: rotate(360deg);
    }
}

@keyframes reconnect-fade-in-b-4jafpzm44u {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.reviews-section[b-db627z1onr] {
    background: white;
    border-radius: 8px;
    padding: 24px 32px;
    margin-top: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.reviews-section h2[b-db627z1onr] {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px;
}

.reviews-summary[b-db627z1onr] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.reviews-stars[b-db627z1onr] {
    font-size: 22px;
    letter-spacing: 2px;
}

.star-filled[b-db627z1onr] {
    color: #f5a623;
}

.star-empty[b-db627z1onr] {
    color: #ccc;
}

.reviews-score[b-db627z1onr] {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.reviews-count[b-db627z1onr] {
    font-size: 14px;
    color: #666;
}

.reviews-list[b-db627z1onr] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-card[b-db627z1onr] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e9ecef;
}

.review-header[b-db627z1onr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-stars[b-db627z1onr] {
    font-size: 14px;
    letter-spacing: 1px;
}

.review-date[b-db627z1onr] {
    font-size: 12px;
    color: #999;
}

.review-comment[b-db627z1onr] {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}
/* /Components/Pages/Widget/Index.razor.rz.scp.css */
.widget-page[b-lhthjya2st] {
}

.widget-columns[b-lhthjya2st] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
    align-items: start;
    min-width: 0;
}

.widget-col[b-lhthjya2st] {
    min-width: 0;
}

@media (max-width: 768px) {
    .widget-columns[b-lhthjya2st] {
        grid-template-columns: 1fr;
    }
}

.widget-page h1[b-lhthjya2st] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.page-description[b-lhthjya2st] {
    color: var(--text-secondary, #6b7280);
    margin-bottom: 1.5rem;
}

.widget-section[b-lhthjya2st] {
    background: var(--card-bg, white);
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.widget-section h2[b-lhthjya2st] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.api-key-display[b-lhthjya2st] {
    margin-bottom: 0.75rem;
}

.api-key-warning[b-lhthjya2st] {
    color: #d97706;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.api-key-value[b-lhthjya2st] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f9fafb;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.api-key-value code[b-lhthjya2st] {
    flex: 1;
    font-size: 0.8rem;
    word-break: break-all;
}

.api-key-masked[b-lhthjya2st] {
    color: var(--text-secondary, #6b7280);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.embed-code[b-lhthjya2st] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #1f2937;
    color: #e5e7eb;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    overflow-x: auto;
}

.embed-code code[b-lhthjya2st] {
    flex: 1;
    font-size: 0.8rem;
    white-space: normal;
    word-break: break-all;
}

.status-toggles[b-lhthjya2st] {
    display: flex;
    gap: 2rem;
}

.active-toggle[b-lhthjya2st] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.active-badge[b-lhthjya2st] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
}

.active-on[b-lhthjya2st] {
    background: #d1fae5;
    color: #065f46;
}

.active-off[b-lhthjya2st] {
    background: #fee2e2;
    color: #991b1b;
}

.toggle-label[b-lhthjya2st] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.toggle-label input[type="checkbox"][b-lhthjya2st] {
    width: 18px;
    height: 18px;
}

.form-grid[b-lhthjya2st] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group[b-lhthjya2st] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.form-group label[b-lhthjya2st] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary, #374151);
}

.color-input[b-lhthjya2st] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.color-input input[type="color"][b-lhthjya2st] {
    width: 36px;
    height: 36px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 2px;
    cursor: pointer;
}

.color-input input[type="text"][b-lhthjya2st] {
    flex: 1;
    padding: 0.4rem 0.6rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.85rem;
    font-family: monospace;
}


.avatar-preview[b-lhthjya2st] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.avatar-preview img[b-lhthjya2st] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
}

.field-hint[b-lhthjya2st] {
    color: var(--text-secondary, #6b7280);
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.form-control[b-lhthjya2st] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.9rem;
    font-family: inherit;
    resize: vertical;
}

.form-control:focus[b-lhthjya2st] {
    outline: none;
    border-color: var(--primary, #1a56db);
}

.char-count[b-lhthjya2st] {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: var(--text-secondary, #9ca3af);
    margin-top: 0.25rem;
}

.widget-page-header[b-lhthjya2st] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.widget-page-header .page-description[b-lhthjya2st] {
    margin-bottom: 0;
}

.upgrade-prompt[b-lhthjya2st] {
    background: var(--card-bg, white);
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 8px;
    padding: 2rem;
    max-width: 480px;
    margin-top: 1.5rem;
}

.upgrade-prompt h2[b-lhthjya2st] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.upgrade-prompt p[b-lhthjya2st] {
    color: var(--text-secondary, #6b7280);
    margin-bottom: 1rem;
}

.alert[b-lhthjya2st] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.alert-success[b-lhthjya2st] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.alert-error[b-lhthjya2st] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}
