/* /Components/Layout/MainLayout.razor.rz.scp.css */
.ks-app[b-544gg43tln] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ks-header .navbar[b-544gg43tln] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 0.75rem 0;
}

.ks-header .navbar-brand[b-544gg43tln] {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.ks-header .brand-icon[b-544gg43tln] {
    font-size: 1.4rem;
}

.ks-main[b-544gg43tln] {
    flex: 1;
    background: rgba(248, 249, 250, 0.88);
}

.ks-footer[b-544gg43tln] {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #e9ecef;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Unused — navigation is in MainLayout */
/* /Components/Pages/Home.razor.rz.scp.css */
.topic-card[b-c2w6s4embx] {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.topic-card:hover[b-c2w6s4embx] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
/* /Components/Shared/CommentList.razor.rz.scp.css */
.comment-list[b-twxxn9yxiu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.comment-item[b-twxxn9yxiu] {
    padding: 0.75rem 1rem;
    border: 1px solid #eee;
    border-radius: 0.4rem;
    background: #fafbfc;
}

.comment-text[b-twxxn9yxiu] {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
}
/* /Components/Shared/StarRatingDisplay.razor.rz.scp.css */
.star-rating-display[b-2tscnyn13l] {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

.star[b-2tscnyn13l] {
    font-size: 1.15rem;
    line-height: 1;
}

.star.filled[b-2tscnyn13l] {
    color: #f5a623;
}

.star.empty[b-2tscnyn13l] {
    color: #d0d0d0;
}

.star-value[b-2tscnyn13l] {
    margin-left: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
}
/* /Components/Shared/StarRatingInput.razor.rz.scp.css */
.star-rating-input[b-axlt04kg9w] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.star-rating-input .star[b-axlt04kg9w] {
    font-size: 1.6rem;
    cursor: pointer;
    transition: color 0.1s ease, transform 0.1s ease;
    line-height: 1;
    user-select: none;
}

.star-rating-input .star:hover[b-axlt04kg9w] {
    transform: scale(1.15);
}

.star-rating-input .star.filled[b-axlt04kg9w] {
    color: #f5a623;
}

.star-rating-input .star.empty[b-axlt04kg9w] {
    color: #d0d0d0;
}

.star-label[b-axlt04kg9w] {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
}
/* /Components/Shared/SubmissionCard.razor.rz.scp.css */
.submission-card[b-uocyf913jg] {
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.submission-card:hover[b-uocyf913jg] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.submission-card .card-title a[b-uocyf913jg] {
    color: #1a1a2e;
}

.submission-card .card-title a:hover[b-uocyf913jg] {
    color: #d63384;
}
