/* /Components/Layout/MainLayout.razor.rz.scp.css */
.logout-button[b-f53c9xkc1y]{display:inline;padding:0}

.navbar-nav[b-f53c9xkc1y] {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.5rem !important;
    align-items: center;
}

.navbar-nav .nav-item[b-f53c9xkc1y] {
    margin-right: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.navbar-nav.me-auto[b-f53c9xkc1y] {
    margin-right: auto !important;
}

.navbar-nav.ms-auto[b-f53c9xkc1y] {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.gamezone[b-f53c9xkc1y] {
    background-color: RebeccaPurple;
    color: Yellow;
}
/* /Components/Pages/Admin/AdminJobs.razor.rz.scp.css */
.admin-container[b-k40490uomq] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.admin-header[b-k40490uomq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.admin-header h2[b-k40490uomq] {
    margin: 0;
}

/* Job Controls Section Styling */
.job-controls[b-k40490uomq] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #2a2a2a !important;
    border: 2px solid #444 !important;
    border-radius: 0.5rem;
    color: #e0e0e0;
}

.job-controls h5[b-k40490uomq] {
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
}

.job-controls .alert[b-k40490uomq] {
    background-color: #1e3a5f;
    border: 1px solid #2d5a8c;
    color: #e0e0e0;
    padding: 0.75rem 1rem;
}

.job-controls .alert strong[b-k40490uomq] {
    color: #ffffff;
}

/* Close Button Styling */
.close-btn[b-k40490uomq] {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: none;
    border: none;
    color: #a0a0a0;
    font-size: 1.5rem;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.close-btn:hover[b-k40490uomq] {
    color: #ffffff;
}

.jobs-grid[b-k40490uomq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.job-card[b-k40490uomq] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    background: #2a2a2a;
    color: #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.job-card:hover[b-k40490uomq] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.job-header[b-k40490uomq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 2px solid #444;
    padding-bottom: 1rem;
}

.job-header h3[b-k40490uomq] {
    margin: 0;
    font-size: 1.25rem;
    color: #e0e0e0;
}

.job-info[b-k40490uomq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.info-row[b-k40490uomq] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
}

.info-row .label[b-k40490uomq] {
    font-weight: 600;
    color: #a0a0a0;
    font-size: 0.9rem;
}

.info-row .value[b-k40490uomq] {
    color: #e0e0e0;
    font-size: 1rem;
}

/* Error Section - Full Width, Label Above Textarea */
.error-section[b-k40490uomq] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
    border-top: 1px solid #444;
    margin-top: auto;
    width: 100%;
}

.error-section .label[b-k40490uomq] {
    font-weight: 600;
    color: #a0a0a0;
    font-size: 0.9rem;
    margin: 0;
}

.label[b-k40490uomq] {
    font-weight: 600;
    color: #a0a0a0;
    font-size: 0.9rem;
}

.value[b-k40490uomq] {
    text-align: left;
    color: #e0e0e0;
}

.error-display[b-k40490uomq] {
    background-color: #1a1a1a;
    border: 1px solid #555;
    color: #ff6b6b;
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    min-height: 100px;
    max-height: 300px;
    resize: vertical;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.4;
}

.error-display[b-k40490uomq]::-webkit-scrollbar {
    width: 8px;
}

.error-display[b-k40490uomq]::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.error-display[b-k40490uomq]::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}

.error-display[b-k40490uomq]::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.text-muted[b-k40490uomq] {
    color: #666;
}

.progress[b-k40490uomq] {
    background-color: #444;
}
/* /Components/Pages/Guilds/Forums.razor.rz.scp.css */
.forum-container[b-yezmsf0x1l] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #e4e4e4;
}

.forum-header[b-yezmsf0x1l] {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 2rem;
    backdrop-filter: blur(10px);
}

.forum-header-content[b-yezmsf0x1l] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forum-title[b-yezmsf0x1l] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.forum-description[b-yezmsf0x1l] {
    color: #adb5bd;
    margin: 0.25rem 0 0 0;
    font-size: 0.95rem;
}

.forum-layout[b-yezmsf0x1l] {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
}

/* Sidebar */
.forum-sidebar[b-yezmsf0x1l] {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.6) 0%, rgba(22, 33, 62, 0.6) 100%);
    border-radius: 12px;
    padding: 1.25rem;
    height: fit-content;
    position: sticky;
    top: 1.5rem;
    border: 1px solid rgba(13, 110, 253, 0.2);
    box-shadow: 0 8px 32px rgba(13, 110, 253, 0.1);
}

.sidebar-title[b-yezmsf0x1l] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(13, 110, 253, 0.4);
}

.create-topic-card[b-yezmsf0x1l] {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15) 0%, rgba(108, 92, 231, 0.1) 100%);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(13, 110, 253, 0.3);
}

.topics-list[b-yezmsf0x1l] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.topic-item[b-yezmsf0x1l] {
    background: linear-gradient(90deg, rgba(13, 110, 253, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 8px;
    padding: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    border-left: 3px solid rgba(13, 110, 253, 0.5);
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    user-select: none;
}

    .topic-item:hover[b-yezmsf0x1l] {
        background: linear-gradient(90deg, rgba(13, 110, 253, 0.2) 0%, rgba(108, 92, 231, 0.1) 100%);
        border-color: rgba(13, 110, 253, 0.5);
        border-left-color: rgba(13, 110, 253, 0.8);
        text-decoration: none;
        color: inherit;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    }

    .topic-item:focus[b-yezmsf0x1l] {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }

.topic-content[b-yezmsf0x1l] {
    padding: 0;
    margin: 0;
}

.topic-header[b-yezmsf0x1l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.topic-title[b-yezmsf0x1l] {
    font-weight: 600;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.4;
    display: block;
    flex: 1;
}

.topic-description[b-yezmsf0x1l] {
    color: #adb5bd;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-meta[b-yezmsf0x1l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.topic-stat[b-yezmsf0x1l] {
    color: #adb5bd;
    white-space: nowrap;
}

.topic-stat-count[b-yezmsf0x1l] {
    color: #6ea8fe;
}

.topic-stat-count i[b-yezmsf0x1l] {
    color: #0d6efd;
}

.topic-stat-conversations[b-yezmsf0x1l] {
    margin-left: auto;
    margin-right: auto;
    color: #a78bfa;
}

.topic-stat-conversations i[b-yezmsf0x1l] {
    color: #8b5cf6;
}

.topic-stat-date[b-yezmsf0x1l] {
    margin-left: auto;
    color: #fb923c;
}

.topic-stat-date i[b-yezmsf0x1l] {
    color: #f97316;
}

.topic-stat strong[b-yezmsf0x1l] {
    color: #d4d4d8;
    margin-right: 0.25rem;
}

.topic-badge[b-yezmsf0x1l] {
    background: rgba(13, 110, 253, 0.2);
    color: #6ea8fe;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.topic-count[b-yezmsf0x1l] {
    color: #adb5bd;
}

.topic-last-post[b-yezmsf0x1l] {
    color: #adb5bd;
}

.topic-type-badge[b-yezmsf0x1l] {
    margin-top: 0.75rem;
}

.type-pill[b-yezmsf0x1l] {
    display: inline-block;
    background: rgba(26, 26, 46, 1);
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    border: 1px solid #00ff00;
    font-size: 0.65rem;
    font-weight: 600;
    white-space: nowrap;
    margin-left: auto;
}

/* Main Content */
.forum-main[b-yezmsf0x1l] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 0;
    min-height: 600px;
}

.empty-state[b-yezmsf0x1l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .forum-layout[b-yezmsf0x1l] {
        grid-template-columns: 1fr;
    }

    .forum-sidebar[b-yezmsf0x1l] {
        position: static;
    }
}

/* Modal Styles */
.modal-overlay[b-yezmsf0x1l] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    animation: fadeIn-b-yezmsf0x1l 0.2s ease-in;
}

@keyframes fadeIn-b-yezmsf0x1l {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-dialog[b-yezmsf0x1l] {
    background: #1a1a2e;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 90%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideUp-b-yezmsf0x1l 0.3s ease-out;
}

@keyframes slideUp-b-yezmsf0x1l {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content[b-yezmsf0x1l] {
    display: flex;
    flex-direction: column;
}

.modal-header[b-yezmsf0x1l] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-yezmsf0x1l] {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}

.btn-close-white[b-yezmsf0x1l] {
    background: transparent;
    border: none;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close-white:hover[b-yezmsf0x1l] {
    opacity: 1;
}

.modal-body[b-yezmsf0x1l] {
    padding: 1.25rem;
    flex: 1;
}

.modal-footer[b-yezmsf0x1l] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.25rem;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.modal-body .form-label[b-yezmsf0x1l] {
    color: #e4e4e4;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.modal-body .form-control[b-yezmsf0x1l],
.modal-body .form-select[b-yezmsf0x1l] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e4e4e4;
}

.modal-body .form-control:focus[b-yezmsf0x1l],
.modal-body .form-select:focus[b-yezmsf0x1l] {
    background: rgba(255, 255, 255, 0.08);
    border-color: #0d6efd;
    color: #e4e4e4;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.modal-body .form-control[b-yezmsf0x1l]::placeholder {
    color: rgba(228, 228, 228, 0.5);
}

/* /Components/Pages/Guilds/ForumTopic.razor.rz.scp.css */
/* Topic Detail Page Styles */

/* Back button icon spacing */
.fa-arrow-left[b-2317k4apfi] {
    margin-right: 0.75rem !important;
}

/* Conversation Card Styles */
.conversation-meta[b-2317k4apfi] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.conversation-author[b-2317k4apfi] {
    flex-shrink: 0;
}

.conversation-date[b-2317k4apfi] {
    margin-left: auto;
    flex-shrink: 0;
    color: #fb923c;
}

.conversation-date i[b-2317k4apfi] {
    color: #f97316;
}

.conversation-stats[b-2317k4apfi] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.stat-item.messages[b-2317k4apfi] {
    flex-shrink: 0;
    color: #6ea8fe;
}

.stat-item.messages i[b-2317k4apfi] {
    color: #0d6efd;
}

.stat-item.last-activity[b-2317k4apfi] {
    margin-left: auto;
    flex-shrink: 0;
    color: #fb923c;
}

.stat-item.last-activity i[b-2317k4apfi] {
    color: #f97316;
}

.forum-header[b-2317k4apfi] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 0;
}

.topic-header-bar[b-2317k4apfi] {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.topic-info[b-2317k4apfi] {
    flex: 1;
}

.topic-header-actions[b-2317k4apfi] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-left: 1rem;
}

.topic-header-title[b-2317k4apfi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem 0;
}

.topic-header-description[b-2317k4apfi] {
    color: #adb5bd;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0.5rem 0 0 0;
}

.topic-type-badge[b-2317k4apfi] {
    margin: 0.5rem 0;
}

.type-pill[b-2317k4apfi] {
    display: none;
}

.topic-header-meta[b-2317k4apfi] {
    color: #adb5bd;
    font-size: 0.9rem;
}

.messages-container[b-2317k4apfi] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* Message Card */
.message-card[b-2317k4apfi] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.2s ease;
}

    .message-card:hover[b-2317k4apfi] {
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.message-sticky[b-2317k4apfi] {
    border-left: 4px solid #ffc107;
    background: rgba(255, 193, 7, 0.08);
}

.sticky-indicator[b-2317k4apfi] {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 193, 7, 0.3);
}

.message-main[b-2317k4apfi] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.message-votes[b-2317k4apfi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    min-width: 50px;
}

.vote-btn[b-2317k4apfi] {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #adb5bd;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vote-btn:hover:not(:disabled)[b-2317k4apfi] {
        border-color: #0d6efd;
        color: #0d6efd;
        background: rgba(13, 110, 253, 0.1);
    }

    .vote-btn.vote-up.voted[b-2317k4apfi],
    .vote-btn.vote-up:hover:not(:disabled)[b-2317k4apfi] {
        border-color: #28a745;
        color: #28a745;
    }

    .vote-btn.vote-down.voted[b-2317k4apfi],
    .vote-btn.vote-down:hover:not(:disabled)[b-2317k4apfi] {
        border-color: #dc3545;
        color: #dc3545;
    }

    .vote-btn:disabled[b-2317k4apfi] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.vote-count[b-2317k4apfi] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    padding: 0.25rem 0;
}

    .vote-count.positive[b-2317k4apfi] {
        color: #28a745;
    }

    .vote-count.negative[b-2317k4apfi] {
        color: #dc3545;
    }

.message-content[b-2317k4apfi] {
    flex: 1;
}

.message-header[b-2317k4apfi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    gap: 1rem;
}

.message-author[b-2317k4apfi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.author-name[b-2317k4apfi] {
    font-weight: 600;
    color: #6ea8fe;
    font-size: 0.95rem;
}

.message-time[b-2317k4apfi] {
    color: #6c757d;
    font-size: 0.85rem;
    white-space: nowrap;
}

.message-actions[b-2317k4apfi] {
    display: flex;
    gap: 0.5rem;
}

.message-subject[b-2317k4apfi] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.75rem 0;
}

.message-body[b-2317k4apfi] {
    color: #e4e4e4;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.message-vote-stats[b-2317k4apfi] {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vote-stat[b-2317k4apfi] {
    font-size: 0.9rem;
    font-weight: 600;
}

    .vote-stat.vote-for[b-2317k4apfi] {
        color: #28a745;
    }

    .vote-stat.vote-against[b-2317k4apfi] {
        color: #dc3545;
    }

/* Polls */
.polls-section[b-2317k4apfi],
.post-message-section[b-2317k4apfi],
.create-poll-section[b-2317k4apfi] {
    padding: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.section-title[b-2317k4apfi] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.poll-card[b-2317k4apfi] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
}

.poll-header[b-2317k4apfi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.poll-title[b-2317k4apfi] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.poll-total[b-2317k4apfi] {
    color: #6c757d;
    font-size: 0.9rem;
}

.poll-description[b-2317k4apfi] {
    color: #adb5bd;
    margin-bottom: 1.25rem;
}

.poll-options[b-2317k4apfi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.poll-option[b-2317k4apfi] {
    background: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .poll-option.voted[b-2317k4apfi] {
        border-color: #0d6efd;
        background: rgba(13, 110, 253, 0.1);
    }

.poll-option-header[b-2317k4apfi] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.poll-option-text[b-2317k4apfi] {
    font-weight: 600;
    color: #fff;
}

.poll-option-stats[b-2317k4apfi] {
    color: #adb5bd;
    font-size: 0.9rem;
}

.poll-progress[b-2317k4apfi] {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.poll-progress-bar[b-2317k4apfi] {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #6ea8fe);
    transition: width 0.3s ease;
}

/* Forms */
.post-form[b-2317k4apfi],
.poll-form[b-2317k4apfi] {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.25rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-label[b-2317k4apfi] {
    color: #e4e4e4;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-control[b-2317k4apfi],
.form-select[b-2317k4apfi] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

    .form-control:focus[b-2317k4apfi],
    .form-select:focus[b-2317k4apfi] {
        background: rgba(0, 0, 0, 0.4);
        border-color: #0d6efd;
        color: #fff;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.message-textarea[b-2317k4apfi] {
    min-height: 150px;
    resize: vertical;
}

/* Modal */
.modal[b-2317k4apfi] {
    background: rgba(0, 0, 0, 0.5);
}

.modal-content[b-2317k4apfi] {
    background: #1a1a2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e4e4e4;
}

.modal-header[b-2317k4apfi] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.modal-title[b-2317k4apfi] {
    color: #fff;
    font-weight: 600;
}

.modal-body[b-2317k4apfi] {
    padding: 1.5rem;
}

.modal-footer[b-2317k4apfi] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

.btn-close[b-2317k4apfi] {
    filter: invert(1);
}

/* Responsive */
@media (max-width: 992px) {
    .topic-header-bar[b-2317k4apfi] {
        flex-direction: column;
    }

    .topic-header-actions[b-2317k4apfi] {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }

    .topic-header-actions .btn[b-2317k4apfi] {
        flex: 1;
    }

    .message-main[b-2317k4apfi] {
        flex-direction: column;
    }

    .message-header[b-2317k4apfi] {
        flex-direction: column;
        align-items: flex-start;
    }

    .message-votes[b-2317k4apfi] {
        flex-direction: row;
        width: fit-content;
    }

    .conversation-card[b-2317k4apfi] {
        flex-direction: column;
    }

    .conversation-card-action[b-2317k4apfi] {
        padding: 0 1rem 1rem 1rem;
        border-left: none;
    }
}

/* =====================================================
   Conversation List View Styles
   ===================================================== */

.conversations-list[b-2317k4apfi] {
    padding: 1.5rem;
}

.conversations-header[b-2317k4apfi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.conversations-header .btn i[b-2317k4apfi] {
    margin-right: 0.75rem !important;
}

.conversation-cards[b-2317k4apfi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.conversation-card[b-2317k4apfi] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transition: all 0.2s ease;
    overflow: hidden;
}

    .conversation-card:hover[b-2317k4apfi] {
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
        background: rgba(255, 255, 255, 0.07);
    }

.conversation-card-main[b-2317k4apfi] {
    flex: 1;
    padding: 1.25rem;
}

.conversation-card-header[b-2317k4apfi] {
    margin-bottom: 0.75rem;
}

.conversation-title[b-2317k4apfi] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.5rem 0;
}

.conversation-meta[b-2317k4apfi] {
    display: flex;
    gap: 1.5rem;
    color: #6c757d;
    font-size: 0.85rem;
    flex-wrap: wrap;
}

.conversation-author[b-2317k4apfi],
.conversation-date[b-2317k4apfi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.conversation-preview[b-2317k4apfi] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid #0d6efd;
}

.preview-subject[b-2317k4apfi] {
    font-weight: 600;
    color: #e4e4e4;
    margin-bottom: 0.5rem;
}

.preview-message[b-2317k4apfi] {
    color: #adb5bd;
    font-size: 0.9rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.conversation-stats[b-2317k4apfi] {
    display: flex;
    gap: 2rem;
    color: #adb5bd;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.stat-item[b-2317k4apfi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .stat-item.messages[b-2317k4apfi] {
        color: #6ea8fe;
        font-weight: 600;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        font-family: inherit;
        font-size: inherit;
    }

    .stat-item.messages:hover[b-2317k4apfi] {
        text-decoration: underline;
    }

    .clickable-stat[b-2317k4apfi] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .stat-item.last-activity[b-2317k4apfi] {
        color: #6c757d;
    }

.conversation-card-action[b-2317k4apfi] {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

    .conversation-card-action .btn[b-2317k4apfi] {
        white-space: nowrap;
    }

    .conversation-card-action .btn i[b-2317k4apfi] {
        margin-right: 0.75rem !important;
    }

    .topic-header-actions .btn i[b-2317k4apfi] {
        margin-right: 0.75rem !important;
    }

/* =====================================================
   Conversation View (Single Conversation) Styles
   ===================================================== */

.conversation-view[b-2317k4apfi] {
    padding: 0;
}

.conversation-view-header[b-2317k4apfi] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}

.conversation-view-header .btn i[b-2317k4apfi] {
    margin-right: 0.75rem !important;
}

.conversation-view-title[b-2317k4apfi] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    flex: 1;
}

.conversation-view-count[b-2317k4apfi] {
    color: #6c757d;
    font-size: 0.9rem;
}
/* /Components/Pages/Guilds/Index.razor.rz.scp.css */
.guild-menu-grid[b-h996qv2t8h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.guild-menu-item[b-h996qv2t8h] {
    position: relative;
    display: block;
    background: #1a1a1a;
    border: 2px solid;
    border-radius: 8px;
    padding: 1.5rem;
    text-decoration: none;
    color: #e0e0e0;
    transition: all 0.3s ease;
}

/* Default border color (info) */
.guild-menu-item[b-h996qv2t8h] {
    border-color: #0dcaf0;
}

/* Members button - info color */
.guild-menu-item:nth-child(1)[b-h996qv2t8h] {
    border-color: #0dcaf0;
}

/* Calendar button - primary color */
.guild-menu-item:nth-child(2)[b-h996qv2t8h] {
    border-color: #0d6efd;
}

/* Forums button - success color */
.guild-menu-item:nth-child(3)[b-h996qv2t8h],
.guild-menu-item.primary[b-h996qv2t8h] {
    border-color: #198754;
}

/* Settings button - warning color */
.guild-menu-item:nth-child(4)[b-h996qv2t8h] {
    border-color: #ffc107;
}

.guild-menu-item:hover[b-h996qv2t8h] {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    color: #fff;
}

.guild-menu-item .icon[b-h996qv2t8h] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.guild-menu-item h3[b-h996qv2t8h] {
    margin: 0.5rem 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.guild-menu-item p[b-h996qv2t8h] {
    margin: 0;
    opacity: 0.8;
    font-size: 0.9rem;
}

.shelter-badge[b-h996qv2t8h] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffc107;
    color: #000;
    border-radius: 12px;
    padding: 0.25rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
/* /Components/Pages/G/GuildBoardTopic.razor.rz.scp.css */
.progress-thin[b-f17g7wcv9v] { height: 4px; }
/* /Components/Pages/Index.razor.rz.scp.css */
.image-frame-wrapper[b-spk9dc0jnw] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
    padding: 0.5rem;
}

.shelter-image[b-spk9dc0jnw] {
    max-width: 100%;
    height: auto;
    border: 8px solid #d4af37;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #8b7500;
    display: block;
}

/* Shelter Menu Styling - inspired by Stampede */
.shelter-menu-container[b-spk9dc0jnw] {
    margin: 2rem 0;
}

.shelter-menu-grid[b-spk9dc0jnw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

/* Base styles for all menu items */
.shelter-menu-item[b-spk9dc0jnw] {
    position: relative;
    display: block;
    background: rgba(40, 40, 40, 0.9);
    border: 2px solid #6c757d;
    border-radius: 12px;
    padding: 1.5rem;
    text-decoration: none;
    color: #e0e0e0;
    transition: all 0.3s ease;
    text-align: center;
}

.shelter-menu-item:hover[b-spk9dc0jnw],
.shelter-menu-item:focus[b-spk9dc0jnw] {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
    border-color: #d4af37;
    text-decoration: none;
    color: #ffffff;
}

/* Primary variant */
.shelter-menu-item.primary[b-spk9dc0jnw] {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    border-color: #8B4513;
    color: #ffffff;
}

.shelter-menu-item.primary:hover[b-spk9dc0jnw],
.shelter-menu-item.primary:focus[b-spk9dc0jnw] {
    border-color: #d4af37;
    box-shadow: 0 6px 16px rgba(139, 69, 19, 0.5);
    color: #ffffff;
}

/* Info variant */
.shelter-menu-item.info[b-spk9dc0jnw] {
    background: linear-gradient(135deg, #0c5460 0%, #17a2b8 100%);
    border-color: #17a2b8;
    color: #ffffff;
}

.shelter-menu-item.info:hover[b-spk9dc0jnw],
.shelter-menu-item.info:focus[b-spk9dc0jnw] {
    border-color: #5bc0de;
    box-shadow: 0 6px 16px rgba(23, 162, 184, 0.4);
    color: #ffffff;
}

/* Warning variant */
.shelter-menu-item.warning[b-spk9dc0jnw] {
    background: linear-gradient(135deg, #856404 0%, #ffc107 100%);
    border-color: #ffc107;
    color: #212529;
}

.shelter-menu-item.warning:hover[b-spk9dc0jnw],
.shelter-menu-item.warning:focus[b-spk9dc0jnw] {
    border-color: #ffed4e;
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);
    color: #000000;
}

/* Secondary variant */
.shelter-menu-item.secondary[b-spk9dc0jnw] {
    background: linear-gradient(135deg, #5a6268 0%, #6c757d 100%);
    border-color: #6c757d;
    color: #ffffff;
}

.shelter-menu-item.secondary:hover[b-spk9dc0jnw],
.shelter-menu-item.secondary:focus[b-spk9dc0jnw] {
    border-color: #adb5bd;
    box-shadow: 0 6px 16px rgba(108, 117, 125, 0.4);
    color: #ffffff;
}

.shelter-icon[b-spk9dc0jnw] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.75rem;
}

.shelter-menu-item h3[b-spk9dc0jnw] {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.shelter-menu-item p[b-spk9dc0jnw] {
    margin: 0.25rem 0 0 0;
    opacity: 0.9;
    font-size: 0.9rem;
    line-height: 1.4;
}

.shelter-menu-item.primary h3[b-spk9dc0jnw],
.shelter-menu-item.primary p[b-spk9dc0jnw] {
    color: #ffffff;
}

.shelter-menu-item.info h3[b-spk9dc0jnw],
.shelter-menu-item.info p[b-spk9dc0jnw] {
    color: #ffffff;
}

.shelter-menu-item.warning h3[b-spk9dc0jnw],
.shelter-menu-item.warning p[b-spk9dc0jnw] {
    color: #212529;
}

.shelter-menu-item.secondary h3[b-spk9dc0jnw],
.shelter-menu-item.secondary p[b-spk9dc0jnw] {
    color: #ffffff;
}

.shelter-badge[b-spk9dc0jnw] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #856404;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    .image-frame-wrapper[b-spk9dc0jnw] {
        padding: 0.25rem;
        margin: 1rem 0;
    }

    .shelter-image[b-spk9dc0jnw] {
        border-width: 6px;
        border-radius: 6px;
    }

    .shelter-menu-grid[b-spk9dc0jnw] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .shelter-menu-item[b-spk9dc0jnw] {
        padding: 1.25rem;
    }

    .shelter-icon[b-spk9dc0jnw] {
        font-size: 2rem;
    }

    .shelter-menu-item h3[b-spk9dc0jnw] {
        font-size: 1.1rem;
    }

    .shelter-menu-item p[b-spk9dc0jnw] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Instructions.razor.rz.scp.css */
/* Instructions Page Styles - Synced with Web Instructions */
:root[b-982dypqme4] {
    --game-bg-primary: #0a0a0a;
    --game-bg-secondary: #282828;
    --game-border: #555;
    --game-accent: #ffaa55;
    --game-accent-hover: #ffcc77;
    --game-text-primary: #f5f5f5;
    --game-text-secondary: #d0d0d0;
    --game-text-muted: #aaa;
    --game-success: #44dd77;
    --game-danger: #ff6666;
    --game-warning: #ffdd44;
    --game-info: #44ccff;
}

.instructions-container[b-982dypqme4] {
    max-width: 1200px;
    margin: 1.25rem auto 2rem;
    padding: 1.5rem 1.75rem 2.5rem;
    background: linear-gradient(135deg, #333 0%, #222 100%);
    border: 3px solid var(--game-border);
    border-radius: 12px;
    box-shadow: 0 0 0 1px #000 inset, 0 6px 16px rgba(0, 0, 0, 0.6);
}

    .instructions-container:focus[b-982dypqme4] {
        outline: 3px solid var(--game-accent);
        outline-offset: 4px;
    }

.page-title[b-982dypqme4] {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .05rem;
    margin: 0 0 1.5rem 0;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--game-border);
    color: var(--game-accent-hover);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.instructions-content[b-982dypqme4] {
    color: var(--game-text-secondary);
}

.instruction-section[b-982dypqme4] {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: var(--game-bg-secondary);
    border: 3px solid var(--game-border);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    animation: fadeIn-b-982dypqme4 0.4s ease-out;
}

    .instruction-section:last-of-type[b-982dypqme4] {
        margin-bottom: 2rem;
    }

.section-title[b-982dypqme4] {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--game-accent-hover);
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgba(255, 170, 85, 0.4);
    text-shadow: 0 0 2px #000;
}

.section-text[b-982dypqme4] {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: var(--game-text-secondary);
    font-weight: 500;
}

    .section-text.emphasis[b-982dypqme4] {
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--game-accent-hover);
        text-align: center;
        margin-top: 1.5rem;
        font-style: italic;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }

.help-item[b-982dypqme4] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(255, 170, 85, 0.15);
    border-left: 4px solid var(--game-accent);
    border-radius: 6px;
    border: 3px solid rgba(255, 170, 85, 0.3);
}

    .help-item:last-child[b-982dypqme4] {
        margin-bottom: 0;
    }

    .help-item h3[b-982dypqme4] {
        font-size: 1.2rem;
        margin: 0 0 0.5rem 0;
        font-weight: 700;
        color: var(--game-accent-hover);
        text-shadow: 0 0 2px #000;
    }

    .help-item p[b-982dypqme4] {
        margin: 0;
        line-height: 1.5;
        font-size: 0.95rem;
        color: var(--game-text-secondary);
        font-weight: 500;
    }

    .help-item ul[b-982dypqme4] {
        margin: 0.5rem 0 0 1.5rem;
        padding: 0;
        color: var(--game-text-secondary);
    }

    .help-item li[b-982dypqme4] {
        margin-bottom: 0.35rem;
        line-height: 1.4;
        font-weight: 500;
    }

span.key[b-982dypqme4] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: #1a1a1a;
    border: 2px solid var(--game-border);
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--game-accent-hover);
    margin: 0 0.15rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.fas[b-982dypqme4], .far[b-982dypqme4], .fab[b-982dypqme4] {
    margin-right: 0.35rem;
    opacity: 1;
}

.actions[b-982dypqme4] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 3px solid var(--game-border);
}

    .actions .btn[b-982dypqme4] {
        min-width: 160px;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
        transition: all 0.2s;
        border: 3px solid;
    }

        .actions .btn:hover[b-982dypqme4] {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
        }

    .actions .btn-primary[b-982dypqme4] {
        background: linear-gradient(135deg, var(--game-accent) 0%, var(--game-accent-hover) 100%);
        border-color: var(--game-accent-hover);
        color: #000;
        font-weight: 700;
    }

        .actions .btn-primary:hover[b-982dypqme4] {
            background: linear-gradient(135deg, var(--game-accent-hover) 0%, #ffd8a0 100%);
            border-color: #ffd8a0;
        }

    .actions .btn-secondary[b-982dypqme4] {
        background: linear-gradient(145deg, #333, #252525);
        border-color: var(--game-border);
        color: var(--game-text-primary);
    }

        .actions .btn-secondary:hover[b-982dypqme4] {
            background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
            border-color: #666;
            color: #fff;
        }

strong[b-982dypqme4] {
    color: var(--game-text-primary);
    font-weight: 700;
}

label[b-982dypqme4] {
    color: var(--game-text-primary);
    font-weight: 600;
}

@media (max-width: 768px) {
    .instructions-container[b-982dypqme4] {
        padding: 1rem 1rem 2rem;
        margin: 0.5rem;
    }

    .page-title[b-982dypqme4] {
        font-size: 2rem;
    }

    .section-title[b-982dypqme4] {
        font-size: 1.4rem;
    }

    .actions[b-982dypqme4] {
        flex-direction: column;
    }

        .actions .btn[b-982dypqme4] {
            width: 100%;
        }

    .instruction-section[b-982dypqme4] {
        padding: 1rem;
    }
}

@media (max-width: 640px) {
    .page-title[b-982dypqme4] {
        font-size: 1.7rem;
    }

    .section-title[b-982dypqme4] {
        font-size: 1.3rem;
    }

    .help-item h3[b-982dypqme4] {
        font-size: 1.1rem;
    }
}

.instructions-container *:focus-visible[b-982dypqme4] {
    outline: 3px solid var(--game-accent);
    outline-offset: 2px;
}

button:focus-visible[b-982dypqme4] {
    outline: 3px solid var(--game-accent);
    outline-offset: 2px;
}

.instructions-container[b-982dypqme4] {
    scroll-behavior: smooth;
}

@keyframes fadeIn-b-982dypqme4 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.instructions-content p[b-982dypqme4],
.instructions-content li[b-982dypqme4],
.instructions-content div[b-982dypqme4] {
    color: var(--game-text-secondary);
}

.instructions-content h1[b-982dypqme4],
.instructions-content h2[b-982dypqme4],
.instructions-content h3[b-982dypqme4],
.instructions-content h4[b-982dypqme4] {
    color: var(--game-text-primary);
}
