/* /Pages/Hidden/Index.cshtml.rz.scp.css */
.alert-sm[b-cntc3dvjh0] {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.hidden-item-card[b-cntc3dvjh0] {
    transition: all 0.2s ease;
}

.hidden-item-card:hover[b-cntc3dvjh0] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@keyframes pulse-b-cntc3dvjh0 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.badge[b-cntc3dvjh0] {
    font-size: 0.7rem;
    font-weight: 600;
}

.card-header h6[b-cntc3dvjh0] {
    color: #495057;
    font-weight: 600;
}
/* /Pages/Index.cshtml.rz.scp.css */
.hover-bg-light:hover[b-htbi44rs8o] {
    background-color: rgba(0, 0, 0, 0.02) !important;
    transition: background-color 0.15s ease-in-out;
}

/* Default card hover effects */
.card[b-htbi44rs8o] {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card:hover[b-htbi44rs8o] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Disable hover effects for the static container cards in Explore section */
.static-card[b-htbi44rs8o] {
    transition: none !important;
}

.static-card:hover[b-htbi44rs8o] {
    transform: none !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/* /Pages/Poll/Create.cshtml.rz.scp.css */
.step-label.active[b-o00zjcpu4s] {
    color: var(--bs-primary) !important;
    font-weight: bold;
}

.step-label.completed i[b-o00zjcpu4s] {
    color: var(--bs-success) !important;
}

.wizard-step[b-o00zjcpu4s] {
    min-height: 400px;
}

.option-item[b-o00zjcpu4s] {
    position: relative;
    margin-bottom: 1rem;
}

.option-number[b-o00zjcpu4s] {
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
}

.form-check-input[b-o00zjcpu4s] {
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #0d6efd;
}
/* /Pages/Poll/Details.cshtml.rz.scp.css */
#scope-identifier[b-f78f8em8c5] {
    display: none;
}

/* Poll Details Card */
.poll-details-card[b-f78f8em8c5] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    overflow: hidden;
    height: fit-content;
}

.poll-header[b-f78f8em8c5] {
    padding: 32px 32px 24px 32px;
    border-bottom: 1px solid #f1f3f4;
}

.poll-title[b-f78f8em8c5] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.poll-meta[b-f78f8em8c5] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
}

.poll-image-container[b-f78f8em8c5] {
    padding: 0 32px 24px 32px;
}

.poll-image[b-f78f8em8c5] {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.poll-description[b-f78f8em8c5] {
    padding: 0 32px 24px 32px;
}

.poll-description p[b-f78f8em8c5] {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
}

.poll-actions[b-f78f8em8c5] {
    border-top: 1px solid #f1f3f4;
    padding: 24px 32px 32px;
}

/* Voting Section */
.voting-section[b-f78f8em8c5] {
    position: sticky;
    top: 100px;
}

/* Comments Section */
.comments-section[b-f78f8em8c5] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.comments-header[b-f78f8em8c5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid #f1f3f4;
    background: #f8f9fa;
}

.comments-title[b-f78f8em8c5] {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
    flex: 1;
}

.comments-count[b-f78f8em8c5] {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

.comment-form-toggle[b-f78f8em8c5] {
    padding: 20px 32px;
    text-align: center;
    border-bottom: 1px solid #f1f3f4;
}

.comment-form-card[b-f78f8em8c5] {
    border-bottom: 1px solid #f1f3f4;
    animation: slideDown-b-f78f8em8c5 0.3s ease-out;
}

.comment-form-header[b-f78f8em8c5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 32px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.comment-form-body[b-f78f8em8c5] {
    padding: 24px 32px;
}

.comments-list[b-f78f8em8c5] {
    padding: 0;
}

.comment-item[b-f78f8em8c5] {
    padding: 20px 32px;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.2s ease;
}

.comment-item:hover[b-f78f8em8c5] {
    background: #f9fafb;
}

.comment-item:last-child[b-f78f8em8c5] {
    border-bottom: none;
}

.comment-meta[b-f78f8em8c5] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.comment-content[b-f78f8em8c5] {
    font-size: 15px;
    line-height: 1.5;
    color: #374151;
}

.comments-pagination[b-f78f8em8c5] {
    padding: 24px 32px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.no-comments[b-f78f8em8c5] {
    text-align: center;
    padding: 60px 32px;
    color: #6b7280;
}

.no-comments i[b-f78f8em8c5] {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.no-comments p[b-f78f8em8c5] {
    margin: 0;
    font-size: 16px;
}

/* Button Styles */
.btn[b-f78f8em8c5] {
    transition: all 0.2s ease;
}

.btn:hover[b-f78f8em8c5] {
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .voting-section[b-f78f8em8c5] {
        position: static;
        top: auto;
    }

    .poll-header[b-f78f8em8c5],
    .poll-image-container[b-f78f8em8c5],
    .poll-description[b-f78f8em8c5],
    .poll-actions[b-f78f8em8c5] {
        padding-left: 24px;
        padding-right: 24px;
    }

    .comments-header[b-f78f8em8c5],
    .comment-form-toggle[b-f78f8em8c5],
    .comment-form-header[b-f78f8em8c5],
    .comment-form-body[b-f78f8em8c5],
    .comment-item[b-f78f8em8c5],
    .comments-pagination[b-f78f8em8c5],
    .no-comments[b-f78f8em8c5] {
        padding-left: 24px;
        padding-right: 24px;
    }

    .poll-title[b-f78f8em8c5] {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .poll-header[b-f78f8em8c5],
    .poll-image-container[b-f78f8em8c5],
    .poll-description[b-f78f8em8c5],
    .poll-actions[b-f78f8em8c5] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .comments-header[b-f78f8em8c5],
    .comment-form-toggle[b-f78f8em8c5],
    .comment-form-header[b-f78f8em8c5],
    .comment-form-body[b-f78f8em8c5],
    .comment-item[b-f78f8em8c5],
    .comments-pagination[b-f78f8em8c5],
    .no-comments[b-f78f8em8c5] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Voting Statistics Card */
.voting-stats-card[b-f78f8em8c5] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    padding: 16px;
}

.voting-stats-card .progress-bar[b-f78f8em8c5] {
    border-radius: 4px;
}

.voting-stats-card .badge[b-f78f8em8c5] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.voting-stats-card .bg-outline-primary[b-f78f8em8c5] {
    background-color: transparent !important;
}

/* Share Success Modal Styles */
.success-animation[b-f78f8em8c5] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark-circle[b-f78f8em8c5] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    animation: checkmarkPop-b-f78f8em8c5 0.6s ease-out;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.modal-share-section[b-f78f8em8c5] {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.modal-share-section .share-poll-section[b-f78f8em8c5] {
    background: #f8f9fa;
    border-radius: 12px;
    margin: 0;
}

@keyframes checkmarkPop-b-f78f8em8c5 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.share-poll-section[b-f78f8em8c5] {
    scroll-margin-top: 100px;
}

/* Animations */
.fade-in[b-f78f8em8c5] {
    animation: slideDown-b-f78f8em8c5 0.3s ease-out;
}

@keyframes slideDown-b-f78f8em8c5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Poll/Index.cshtml.rz.scp.css */
.hover-lift[b-z3fi96adrv] {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hover-lift:hover[b-z3fi96adrv] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.input-group .form-control:focus[b-z3fi96adrv] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.input-group-text[b-z3fi96adrv] {
    border-color: #dee2e6;
}

.btn-group .btn[b-z3fi96adrv] {
    position: relative;
}

.alert-info[b-z3fi96adrv] {
    background-color: rgba(13, 202, 240, 0.1);
    border-color: rgba(13, 202, 240, 0.2);
    color: #055160;
}
/* /Pages/Shared/Partials/_CommentForm.cshtml.rz.scp.css */
.form-control:focus[b-a9m4xwp94e] {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
}

.btn-primary[b-a9m4xwp94e] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-a9m4xwp94e] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

.alert-info[b-a9m4xwp94e] {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border: 1px solid #b8daff;
    border-radius: 8px;
}

.comment-input[b-a9m4xwp94e] {
    resize: vertical;
    min-height: 100px;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}
/* /Pages/Shared/Partials/_PollCardPartial.cshtml.rz.scp.css */
.hover-card:hover[b-pgy81pt8yj] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.object-fit-cover[b-pgy81pt8yj] {
    object-fit: cover;
}

.progress-bar[b-pgy81pt8yj] {
    border-radius: 4px;
}

.badge[b-pgy81pt8yj] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
}

.bg-outline-primary[b-pgy81pt8yj] {
    background-color: transparent !important;
}
/* /Pages/Shared/Partials/_SharePollPartial.cshtml.rz.scp.css */
.share-poll-section[b-dl29blbcdk] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
    border: 1px solid #e9ecef;
}

.share-header[b-dl29blbcdk] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
}

.share-icon[b-dl29blbcdk] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.share-text[b-dl29blbcdk] {
    flex: 1;
}

.share-title[b-dl29blbcdk] {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 4px 0;
}

.share-subtitle[b-dl29blbcdk] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.share-buttons[b-dl29blbcdk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.share-button[b-dl29blbcdk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    border: 2px solid transparent;
    border-radius: 10px;
    background: white;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-height: 80px;
    position: relative;
    overflow: hidden;
}

.share-button[b-dl29blbcdk]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.share-button:hover[b-dl29blbcdk]::before {
    opacity: 1;
}

.share-button:hover[b-dl29blbcdk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.share-button-icon[b-dl29blbcdk] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.share-button-label[b-dl29blbcdk] {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Facebook specific styling */
.facebook-share .share-button-icon[b-dl29blbcdk] {
    background: #e8f2ff;
    color: #1877f2;
}

.facebook-share[b-dl29blbcdk]::before {
    background: linear-gradient(135deg, #1877f2, #42a5f5);
}

.facebook-share:hover .share-button-icon[b-dl29blbcdk] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.facebook-share:hover .share-button-label[b-dl29blbcdk] {
    color: white;
}

/* Twitter specific styling */
.twitter-share .share-button-icon[b-dl29blbcdk] {
    background: #f3f4f6;
    color: #000;
}

.twitter-share[b-dl29blbcdk]::before {
    background: linear-gradient(135deg, #000, #333);
}

.twitter-share:hover .share-button-icon[b-dl29blbcdk] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.twitter-share:hover .share-button-label[b-dl29blbcdk] {
    color: white;
}

/* Copy link specific styling */
.copy-link .share-button-icon[b-dl29blbcdk] {
    background: #f0fdf4;
    color: #16a34a;
}

.copy-link[b-dl29blbcdk]::before {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.copy-link:hover .share-button-icon[b-dl29blbcdk] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.copy-link:hover .share-button-label[b-dl29blbcdk] {
    color: white;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .share-poll-section[b-dl29blbcdk] {
        padding: 20px 16px;
    }

    .share-buttons[b-dl29blbcdk] {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .share-button[b-dl29blbcdk] {
        padding: 12px 8px;
        min-height: 70px;
    }

    .share-button-icon[b-dl29blbcdk] {
        width: 28px;
        height: 28px;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .share-button-label[b-dl29blbcdk] {
        font-size: 11px;
    }

    .share-header[b-dl29blbcdk] {
        margin-bottom: 16px;
    }

    .share-icon[b-dl29blbcdk] {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .share-title[b-dl29blbcdk] {
        font-size: 15px;
    }

    .share-subtitle[b-dl29blbcdk] {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .share-buttons[b-dl29blbcdk] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .share-button[b-dl29blbcdk] {
        flex-direction: row;
        text-align: left;
        padding: 12px 16px;
        min-height: auto;
    }

    .share-button-icon[b-dl29blbcdk] {
        margin-bottom: 0;
        margin-right: 12px;
    }
}
/* /Pages/Shared/Partials/_VoteForm.cshtml.rz.scp.css */
.vote-container[b-9mofm740gx] {
    width: 100%;
}

.vote-card[b-9mofm740gx] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.2s ease;
}

.vote-card:hover[b-9mofm740gx] {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Card States */
.voted-state[b-9mofm740gx] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-color: #0ea5e9;
}

.active-state[b-9mofm740gx] {
    background: #ffffff;
}

.credits-state[b-9mofm740gx] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-color: #f59e0b;
}

.login-state[b-9mofm740gx] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-color: #64748b;
}

/* Header */
.vote-header[b-9mofm740gx] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.vote-icon[b-9mofm740gx] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.vote-icon.success[b-9mofm740gx] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.vote-icon.warning[b-9mofm740gx] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.vote-icon.info[b-9mofm740gx] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.vote-content[b-9mofm740gx] {
    flex: 1;
}

.vote-content h4[b-9mofm740gx] {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.vote-content p[b-9mofm740gx] {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

.credit-badge[b-9mofm740gx] {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 16px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    color: #d97706;
    font-size: 12px;
}

/* Body */
.vote-body[b-9mofm740gx] {
    padding: 20px;
}

/* Vote Buttons */
.vote-buttons[b-9mofm740gx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.vote-btn[b-9mofm740gx] {
    width: 100%;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.vote-btn:hover[b-9mofm740gx] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.vote-btn.positive[b-9mofm740gx] {
    border-color: #10b981;
}

.vote-btn.positive:hover[b-9mofm740gx] {
    background: #10b981;
    color: white;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.vote-btn.negative[b-9mofm740gx] {
    border-color: #ef4444;
}

.vote-btn.negative:hover[b-9mofm740gx] {
    background: #ef4444;
    color: white;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.vote-btn-icon[b-9mofm740gx] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.vote-btn.positive .vote-btn-icon[b-9mofm740gx] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.vote-btn.positive:hover .vote-btn-icon[b-9mofm740gx] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.vote-btn.negative .vote-btn-icon[b-9mofm740gx] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.vote-btn.negative:hover .vote-btn-icon[b-9mofm740gx] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.vote-btn-content[b-9mofm740gx] {
    flex: 1;
    text-align: left;
}

.vote-btn-label[b-9mofm740gx] {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

/* Vote Divider */
.vote-divider[b-9mofm740gx] {
    text-align: center;
    position: relative;
    margin: 6px 0;
    color: #9ca3af;
    font-size: 11px;
    font-weight: 500;
    background: white;
    padding: 0 8px;
}

.vote-divider[b-9mofm740gx]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
    z-index: -1;
}

/* Vote Info */
.vote-info[b-9mofm740gx] {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 6px;
}

.info-item[b-9mofm740gx] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
}

.vote-notice[b-9mofm740gx] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 6px;
    color: #1d4ed8;
    font-size: 11px;
}

/* Credits Info */
.credits-info[b-9mofm740gx] {
    margin-bottom: 16px;
}

.credit-comparison[b-9mofm740gx] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.credit-item[b-9mofm740gx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 500;
}

.credit-item.needed[b-9mofm740gx] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
}

.credit-item.current[b-9mofm740gx] {
    background: rgba(107, 114, 128, 0.1);
    color: #4b5563;
}

.credit-item i[b-9mofm740gx] {
    font-size: 16px;
}

/* Action Buttons */
.buy-credits-btn[b-9mofm740gx],
.login-btn[b-9mofm740gx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.buy-credits-btn:hover[b-9mofm740gx],
.login-btn:hover[b-9mofm740gx] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    color: white;
}

/* Login Benefits */
.login-benefits[b-9mofm740gx] {
    margin-bottom: 16px;
}

.benefit-item[b-9mofm740gx] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    font-size: 12px;
    color: #4b5563;
}

/* Privacy Badge */
.privacy-badge[b-9mofm740gx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .vote-header[b-9mofm740gx],
    .vote-body[b-9mofm740gx] {
        padding: 16px;
    }

    .vote-btn[b-9mofm740gx] {
        padding: 14px;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7b3e4v5bi2] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7b3e4v5bi2] {
  color: #0077cc;
}

.btn-primary[b-7b3e4v5bi2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7b3e4v5bi2], .nav-pills .show > .nav-link[b-7b3e4v5bi2] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7b3e4v5bi2] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7b3e4v5bi2] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7b3e4v5bi2] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7b3e4v5bi2] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-7b3e4v5bi2] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
