/* Volunteer Event heading gold color */
#volunteerSignupSection h3,
#volunteerSignupSection .btc-volunteer-event-title {
    color: #FFD700 !important;
}
/* Make 'Register as a Volunteer' section text yellow for visibility */
#volunteerProfileSection,
#volunteerProfileSection label,
#volunteerProfileSection h3 {
    color: #FFD700 !important;
}
#volunteerProfileSection input,
#volunteerProfileSection select,
#volunteerProfileSection textarea {
    color: #111 !important;
    background-color: #fff !important;
    caret-color: #111 !important;
}
/* Ensure public volunteer page heading and subheading are gold and visible on black */
section.content-section.volunteer-page-head h2,
section.content-section.volunteer-page-head p {
    color: #FFD700 !important;
    text-shadow: 0 2px 8px #181818, 0 1px 0 #000;
}
/* ---- Public Volunteer Page Custom Styling ---- */
.btc-volunteer-need-block {
    border: 1px solid #ececec;
    border-left: 4px solid #FFD700;
    border-radius: 10px;
    background: #fffdf4;
    margin-bottom: 18px;
    padding: 14px 18px 12px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.btc-volunteer-need-title {
    font-size: 1.08rem;
}
.btc-members-table td.btc-member-notes {
    color: #444;
    font-size: 0.98rem;
}
.btc-members-table-responsive {
    overflow-x: auto;
}
.btc-members-add-btn {
    background: #FFD700;
    color: #181818;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 12px;
    margin-top: 4px;
    transition: background 0.18s, color 0.18s;
}
.btc-members-add-btn:hover {
    background: #000;
    color: #FFD700;
}

.btc-members-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.btc-members-export-btn {
    background: #fff3c1;
    border: 1px solid #d4b03d;
}

.btc-anonymous-requested-pill {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #1f2937;
    color: #fcd34d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    vertical-align: middle;
}

.btc-contact-nav-count {
    margin-left: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff3b30;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.btc-submissions-nav-count {
    margin-left: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff3b30;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}
.btc-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(24,24,24,0.82);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px;
}
.btc-modal {
    background: #181818;
    color: #FFD700;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.33);
    padding: 32px 32px 18px 32px;
    min-width: 320px;
    max-width: 95vw;
    width: 370px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

body.btc-modal-open {
    overflow: hidden;
}
.btc-modal-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #FFD700;
    text-align: center;
}
.btc-modal-form label {
    display: block;
    margin-bottom: 10px;
    color: #FFD700;
    font-size: 1.05rem;
}
.btc-modal-form input[type="text"],
.btc-modal-form input[type="email"],
.btc-modal-form input[type="url"],
.btc-modal-form input[type="date"],
.btc-modal-form input[type="time"],
.btc-modal-form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #FFD700;
    background: #fff;
    color: #181818;
    font-size: 1rem;
    margin-top: 4px;
    margin-bottom: 2px;
    box-sizing: border-box;
}
.btc-modal-form textarea {
    resize: vertical;
}
.btc-modal-public-toggle {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    font-size: 0.98rem !important;
}
.btc-modal-public-toggle input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #FFD700;
    margin: 0;
}

.btc-modal-schedule-levels {
    margin: 6px 0 2px;
    border: 1px solid rgba(255, 215, 0, 0.55);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btc-modal-schedule-levels legend {
    color: #FFD700;
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0 6px;
}

.btc-modal-schedule-levels label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 0.92rem;
}

.btc-modal-schedule-levels input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #FFD700;
}
.btc-modal-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 10px;
}
.btc-modal-submit {
    background: #FFD700;
    color: #181818;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}
.btc-modal-submit:hover {
    background: #000;
    color: #FFD700;
}
.btc-modal-cancel {
    background: #fff;
    color: #181818;
    border: 1px solid #FFD700;
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 1.08rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}
.btc-modal-cancel:hover {
    background: #FFD700;
    color: #000;
}
.btc-modal-error {
    color: #FFD700;
    background: #000;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 8px;
    font-size: 0.98rem;
    display: none;
    text-align: center;
}
body {
    font-family: 'Segoe UI', 'Arial', sans-serif;
    background: #181818;
    margin: 0;
    padding: 0;
    color: #222;
}

.btc-app-layout {
    display: flex;
    min-height: 100vh;
}

.btc-sidebar {
    width: 220px;
    background: #000;
    color: #FFD700;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    min-height: 100vh;
    box-shadow: 2px 0 12px rgba(0,0,0,0.13);
    z-index: 10;
}
.btc-sidebar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 28px 0 18px 32px;
    letter-spacing: 1px;
}
.btc-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 10px;
}
.btc-sidebar-btn {
    background: none;
    color: #FFD700;
    border: none;
    text-align: left;
    font-size: 1.08rem;
    font-weight: 600;
    padding: 14px 32px 14px 32px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, border 0.18s;
    display: flex;
    align-items: center;
    gap: 12px;
}
.btc-sidebar-btn.active, .btc-sidebar-btn:hover {
    background: #FFD700;
    color: #000;
    border-left: 4px solid #FFD700;
}
.btc-sidebar-icon {
    font-size: 1.2em;
    width: 1.5em;
    display: inline-block;
}

.btc-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #f7f7f7;
}

.btc-header {
    background: linear-gradient(90deg, #000 60%, #FFD700 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 0 0 0 0;
}
.btc-logo {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    gap: 12px;
    margin-left: 32px;
    letter-spacing: 1px;
}
.btc-nav {
    display: flex;
    gap: 16px;
    margin-right: 32px;
}
/* General nav button styles */
.btc-nav-btn {
    background: #FFD700;
    color: #000;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: 24px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.btc-logout-btn {
    margin-left: 12px;
    background: #dc3545;
    color: #fff;
    font-weight: 700;
    border: none;
    box-shadow: 0 2px 8px rgba(220,53,69,0.13);
    transition: background 0.2s, color 0.2s;
    z-index: 2;
}
.btc-logout-btn:hover, .btc-logout-btn.active {
    background: #a71d2a;
    color: #FFD700;
}
.btc-nav-btn:hover, .btc-nav-btn.active {
    background: #000;
    color: #FFD700;
}

@media (max-width: 1100px) {
    .btc-header {
        height: auto;
        padding: 12px 18px;
        flex-wrap: wrap;
        gap: 10px;
        align-items: flex-start;
    }

    .btc-logo {
        margin-left: 0;
        font-size: 1.3rem;
    }

    .btc-nav {
        margin-right: 0;
        width: 100%;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
    }

    .btc-nav-btn {
        padding: 9px 16px;
        font-size: 0.95rem;
    }

    .btc-logout-btn {
        width: 100%;
        margin: 8px 0 0 0;
        padding: 12px 0;
        border-radius: 18px;
        font-size: 1.05rem;
        display: block;
        box-sizing: border-box;
    }
}

#dashboard {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    padding: 40px 36px 32px 36px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#btc-summary-cards {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
    gap: 18px;
    margin-bottom: 18px;
    align-items: start;
}

.btc-dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(135px, 1fr));
    gap: 12px;
}

.btc-summary-card {
    background: #181818;
    color: #FFD700;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.13);
    padding: 16px 18px 14px 18px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    font-size: 1rem;
    position: relative;
}
.btc-summary-icon {
    font-size: 1.35rem;
    margin-bottom: 2px;
}
.btc-summary-label {
    font-size: 0.9rem;
    color: #FFD700;
    opacity: 0.85;
}
.btc-summary-value {
    font-size: 1.65rem;
    font-weight: bold;
    color: #fff;
}

.btc-membership-tracker {
    background:
        radial-gradient(130px 95px at 82% -12%, rgba(255, 214, 54, 0.27), rgba(255, 214, 54, 0) 70%),
        linear-gradient(160deg, #0d1016 0%, #111722 52%, #1f1810 100%);
    border: 1px solid #303644;
    border-radius: 18px;
    padding: 15px 14px 12px 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 30px rgba(7, 8, 12, 0.34);
    position: relative;
    overflow: hidden;
}

.btc-membership-tracker::before {
    content: '';
    position: absolute;
    top: -36px;
    right: -30px;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 225, 116, 0.35) 0%, rgba(255, 225, 116, 0) 72%);
    pointer-events: none;
}

.btc-membership-tracker::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, #8f7540 0%, #f9dc8d 45%, #9e8246 100%);
}

.btc-membership-tracker-title {
    color: #f3d98f;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.76rem;
    margin-bottom: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.btc-tier-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.btc-tier-list-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(238, 214, 154, 0.22);
    border-radius: 10px;
    padding: 8px 9px;
    position: relative;
    overflow: hidden;
}

.btc-tier-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #f5d27a;
    opacity: 0.9;
}

.btc-tier-icon {
    font-size: 1rem;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
}

.btc-tier-name {
    color: #fbfbfb;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.btc-tier-count {
    min-width: 30px;
    text-align: center;
    padding: 2px 9px;
    border-radius: 999px;
    color: #1a1302;
    background: linear-gradient(180deg, #ffe8a8 0%, #e6bd57 100%);
    border: 1px solid rgba(255, 239, 195, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 1px 3px rgba(0, 0, 0, 0.28);
    font-weight: 800;
    font-size: 0.78rem;
}

.btc-tier-legacy::before { background: #ddc06f; }
.btc-tier-varsity::before { background: #7fd7a4; }
.btc-tier-black::before { background: #b6bac3; }
.btc-tier-gold::before { background: #f7d34d; }
.btc-tier-superfan::before { background: #f0a86f; }

.btc-tier-legacy .btc-tier-count { background: linear-gradient(180deg, #ffe9b6 0%, #d8ae52 100%); }
.btc-tier-varsity .btc-tier-count { background: linear-gradient(180deg, #d8f8e5 0%, #84d4a8 100%); }
.btc-tier-black .btc-tier-count { background: linear-gradient(180deg, #fafbff 0%, #bdc2cd 100%); }
.btc-tier-gold .btc-tier-count { background: linear-gradient(180deg, #fff0b3 0%, #e5ba40 100%); }
.btc-tier-superfan .btc-tier-count { background: linear-gradient(180deg, #ffe1ca 0%, #f0a268 100%); }

.btc-membership-compare-note {
    margin: 0 0 10px 0;
    color: #111;
    font-size: 0.88rem;
    line-height: 1.35;
}

.btc-membership-stack {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    align-items: start;
}

.btc-membership-tier-card {
    background: linear-gradient(180deg, #121212 0%, #1a1a1a 100%);
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.btc-membership-tier-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #ffe39a, #e2b642);
    color: #181818;
}

.btc-membership-tier-head h3 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.btc-membership-tier-head span {
    font-size: 0.9rem;
    font-weight: 800;
}

.btc-membership-tier-list {
    list-style: none;
    margin: 0;
    padding: 12px 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btc-membership-tier-list li {
    font-size: 0.88rem;
    line-height: 1.35;
    color: #e9e9e9;
    padding-bottom: 8px;
    border-bottom: 1px solid #262626;
}

.btc-membership-tier-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.btc-membership-tier-list li.included {
    color: #f3e2ac;
    font-weight: 700;
}

.btc-membership-tier-list li.not-included {
    color: #8a8a8a;
}

.btc-membership-compare-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    background: #121212;
}

.btc-membership-compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    table-layout: fixed;
    font-size: 0.82rem;
}

.btc-membership-compare-table th,
.btc-membership-compare-table td {
    border-bottom: 1px solid #2a2a2a;
    border-right: 1px solid #262626;
    padding: 7px 8px;
    text-align: center;
    color: #e9e9e9;
}

.btc-membership-compare-table th:last-child,
.btc-membership-compare-table td:last-child {
    border-right: none;
}

.btc-membership-compare-table thead th {
    background: linear-gradient(180deg, #ffe39a, #e2b642);
    color: #1a1a1a;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.15;
    position: sticky;
    top: 0;
    z-index: 1;
}

.btc-membership-compare-table thead th span {
    font-size: 0.72rem;
    font-weight: 700;
}

.btc-membership-compare-table th:first-child,
.btc-membership-compare-table td:first-child {
    text-align: left;
    width: 33%;
    color: #f3e2ac;
    font-weight: 700;
}

.btc-membership-compare-table tbody tr:nth-child(even) td {
    background: #171717;
}

.btc-membership-compare-table td.included {
    font-size: 1rem;
}

.btc-membership-compare-table td.not-included {
    color: #757575;
    font-weight: 700;
}

@media (max-width: 900px) {
    .btc-membership-stack {
        grid-template-columns: 1fr;
    }

    .btc-membership-compare-table {
        min-width: 700px;
        font-size: 0.8rem;
    }
}

.btc-contact-msg-list {
    display: grid;
    gap: 18px;
    margin-top: 10px;
}

.btc-contact-msg-card {
    background: #fff;
    border-radius: 12px;
    border-left: 6px solid #FFD700;
    padding: 16px 18px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.btc-contact-msg-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.btc-contact-msg-name {
    font-size: 1.08rem;
    font-weight: 800;
    color: #181818;
}

.btc-contact-msg-date {
    font-size: 0.88rem;
    color: #555;
}

.btc-contact-msg-state {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    border-radius: 999px;
    padding: 2px 10px;
    margin-bottom: 8px;
}

.btc-contact-msg-state.unread {
    background: #fce7e6;
    color: #a5241a;
}

.btc-contact-msg-state.read {
    background: #e6f4ea;
    color: #236736;
}

.btc-contact-msg-line {
    font-size: 0.95rem;
    color: #262626;
    margin-bottom: 4px;
}

.btc-contact-msg-body {
    margin-top: 8px;
    font-size: 0.98rem;
    color: #1a1a1a;
    background: #fff8e0;
    border: 1px solid #f2d15d;
    border-radius: 8px;
    padding: 10px 12px;
    white-space: pre-wrap;
}

.btc-contact-msg-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.btc-contact-msg-btn {
    border: none;
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.btc-contact-read-btn {
    background: #ffe08a;
    color: #241a00;
}

.btc-contact-read-btn:disabled {
    background: #dfdfdf;
    color: #666;
    cursor: default;
}

.btc-contact-delete-btn {
    background: #c62828;
    color: #fff;
}

#btc-quick-actions {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.btc-quick-action-btn {
    background: #FFD700;
    color: #000;
    border: none;
    border-radius: 18px;
    padding: 12px 28px;
    font-size: 1.08rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.18s, color 0.18s;
}
.btc-quick-action-btn:hover {
    background: #000;
    color: #FFD700;
}

section#content {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.btc-section-card {
    background: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 28px 32px 24px 32px;
    margin-bottom: 24px;
}

.btc-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.btc-events-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 28px;
    margin-top: 8px;
}

.btc-event-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    padding: 28px 26px 22px 26px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 8px solid #FFD700;
    position: relative;
    transition: box-shadow 0.2s, border 0.2s;
    font-size: 1.05rem;
}

.btc-event-card--clickable {
    cursor: pointer;
}

.btc-event-card--clickable:hover {
    box-shadow: 0 8px 22px rgba(0,0,0,0.18);
    transform: translateY(-2px);
}

.btc-event-card--clickable:focus-visible {
    outline: 3px solid rgba(255, 215, 0, 0.75);
    outline-offset: 2px;
}

.btc-event-card.btc-gameday {
    border-left: 8px solid #000;
    background: linear-gradient(90deg, #FFD700 60%, #fff 100%);
    box-shadow: 0 6px 24px rgba(255,215,0,0.18);
}
.btc-event-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #000;
    color: #FFD700;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 4px 14px;
    border-radius: 16px;
    letter-spacing: 1px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.13);
    z-index: 2;
}
.btc-event-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btc-event-meta {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btc-event-type {
    font-size: 0.95rem;
    color: #fff;
    background: #FFD700;
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 6px;
}
.btc-event-type.btc-gameday-type {
    background: #000;
    color: #FFD700;
}
.btc-event-visibility {
    font-size: 0.87rem;
    border-radius: 999px;
    padding: 2px 10px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2px;
}
.btc-event-visibility.public {
    background: #143b1c;
    color: #a5f7b6;
}
.btc-event-visibility.private {
    background: #3d2b12;
    color: #ffd98a;
}
.btc-event-desc {
    font-size: 1rem;
    color: #222;
    margin-top: 4px;
}

.btc-final-score-box {
    margin: 8px 0 6px 0;
    padding: 8px 10px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-align: center;
}
.btc-event-icon {
    font-size: 1.2em;
    margin-right: 6px;
}

.btc-footer {
    background: #222;
    color: #FFD700;
    text-align: center;
    padding: 18px 0 12px 0;
    font-size: 1rem;
    margin-top: 40px;
    letter-spacing: 1px;
    border-top: 4px solid #FFD700;
}

.btc-member-profile-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
}

.btc-member-photo-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.btc-member-photo-preview {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    border: 3px solid #FFD700;
    background: #f4f4f4;
}

.btc-member-profile-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 0.93rem;
    line-height: 1.25;
}

.btc-member-profile-main input,
.btc-member-profile-main select,
.btc-member-profile-main textarea,
.btc-member-profile-main label {
    font-size: 0.9rem;
}

.btc-member-profile-main input,
.btc-member-profile-main select,
.btc-member-profile-main textarea {
    padding: 6px 8px;
}

.btc-member-profile-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 12px;
}

.btc-profile-notes {
    grid-column: 1 / -1;
}
.btc-profile-notes textarea {
    width: 100%;
    min-height: 120px;
    font-size: 1rem;
    padding: 8px;
    resize: vertical;
    box-sizing: border-box;
}

.btc-profile-toolbar {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 12px;
}

.btc-print-header {
    display: none;
}

.btc-print-header-brand {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
}

.btc-print-header-meta {
    font-size: 0.9rem;
    color: #222;
}

.btc-profile-section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #181818;
    margin-top: 8px;
}

.btc-profile-checklist {
    display: grid;
    gap: 10px;
}

.btc-profile-check-item {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 160px minmax(180px, 1fr);
    gap: 8px;
    align-items: center;
}

.btc-profile-check-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btc-profile-activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
}

.btc-profile-activity-item {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.95rem;
}

.btc-profile-activity-item:last-child {
    border-bottom: none;
}

.btc-profile-activity-date {
    font-weight: 600;
    color: #333;
}

.btc-view-profile-btn {
    background: #222;
    color: #FFD700;
    border: none;
    border-radius: 8px;
    padding: 6px 10px;
    font-weight: 600;
    cursor: pointer;
}

.btc-view-profile-btn:hover {
    background: #000;
}

.btc-volunteer-layout {
    display: grid;
    grid-template-columns: minmax(320px, 420px) 1fr;
    gap: 20px;
    align-items: start;
}

.btc-volunteer-form {
    background: #181818;
    color: #FFD700;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btc-volunteer-form-title {
    font-size: 1.1rem;
    font-weight: 700;
}

.btc-volunteer-form input,
.btc-volunteer-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #FFD700;
    font-size: 0.95rem;
}

.btc-volunteer-form textarea {
    resize: vertical;
}

.btc-volunteer-events-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.btc-volunteer-event-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    border-left: 8px solid #FFD700;
    margin-bottom: 28px;
    padding: 28px 26px 22px 26px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    transition: box-shadow 0.2s, border 0.2s;
    font-size: 1.05rem;
}

.btc-volunteer-event-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btc-volunteer-event-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btc-volunteer-event-meta {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btc-vol-date {
    display: inline-block;
    background: #ffe0ec;
    color: #9b1a4a;
    border-radius: 5px;
    padding: 1px 7px;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
}

.btc-volunteer-event-notes {
    font-size: 1rem;
    color: #222;
    margin-top: 4px;
    margin-bottom: 10px;
}

.btc-team-needs-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.btc-team-needs-title {
    margin: 0;
    color: #181818;
    font-size: 1.15rem;
}

.btc-amazon-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.btc-amazon-url-input {
    min-width: 280px;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.9rem;
}

.btc-amazon-save-btn {
    background: #181818;
    color: #FFD700;
    border: none;
    border-radius: 8px;
    padding: 8px 10px;
    font-weight: 700;
    cursor: pointer;
}

.btc-amazon-btn {
    display: inline-block;
    background: #ff7ea6;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 700;
    text-decoration: none;
}

.btc-amazon-btn:hover {
    background: #e85c8d;
}

.btc-team-needs-msg {
    display: none;
    margin: 4px 0 10px;
    font-weight: 600;
    font-size: 0.9rem;
}

.btc-team-needs-form {
    background: #181818;
    color: #FFD700;
    border-radius: 12px;
    padding: 16px;
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.btc-team-needs-form input,
.btc-team-needs-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #FFD700;
    font-size: 0.95rem;
}

.btc-team-needs-form textarea {
    resize: vertical;
}

.btc-team-needs-list {
    display: grid;
    gap: 10px;
}

.btc-team-need-card {
    border: 1px solid #ececec;
    border-left: 4px solid #ff7ea6;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}

.btc-team-need-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.btc-team-need-name {
    font-weight: 700;
    color: #181818;
}

#volunteerSignupSection .btc-team-need-line {
    margin-top: 6px;
    color: var(--gold, #FFD700) !important;
    font-size: 0.93rem;
}

#volunteerSignupSection .btc-team-claims-wrap {
    margin-top: 10px;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
}

#volunteerSignupSection .btc-team-claims-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--gold, #FFD700) !important;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.btc-team-claims-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

#volunteerSignupSection .btc-team-claims-list li {
    background: #fff8fb;
    border: 1px solid #f6d5e2;
    border-radius: 8px;
    padding: 7px 8px;
    font-size: 0.9rem;
    color: #181818 !important;
}

.btc-team-claim-complete {
    color: #218838;
    font-weight: 700;
}

#volunteerSignupSection .btc-team-need-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--gold, #FFD700) !important;
    margin-bottom: 6px;
}

#volunteerSignupSection .btc-team-need-meta {
    font-size: 0.9rem;
    color: var(--gold, #FFD700) !important;
    margin-bottom: 8px;
}

#volunteerSignupSection .btc-team-need-claim-form {
    margin-top: 10px;
    color: var(--gold, #FFD700);
}

#volunteerSignupSection .btc-team-need-claim-form label {
    color: var(--gold, #FFD700) !important;
}

.btc-team-claim-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 8px;
}

.btc-team-claim-row input,
.btc-team-claim-row select {
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
}

.btc-team-claim-msg {
    font-size: 0.88rem;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f8f9fa;
}

.btc-delete-team-need {
    background: #fff;
    color: #9f1d24;
    border: 1px solid #d8a0a3;
    border-radius: 8px;
    cursor: pointer;
    padding: 6px 8px;
    font-size: 0.84rem;
}

.btc-delete-vol-event,
.btc-delete-vol-need,
.btc-delete-vol-signup {
    background: #fff;
    color: #9f1d24;
    border: 1px solid #d8a0a3;
    border-radius: 8px;
    cursor: pointer;
    padding: 6px 8px;
    font-size: 0.84rem;
}

.btc-volunteer-need-form,
.btc-volunteer-signup-form {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.btc-volunteer-signup-form {
    grid-template-columns: 1fr auto;
}

.btc-volunteer-need-form input,
.btc-volunteer-signup-form input {
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
}

.btc-volunteer-need-form button,
.btc-volunteer-signup-form button {
    background: #FFD700;
    color: #181818;
    border: none;
    border-radius: 8px;
    padding: 7px 10px;
    font-weight: 700;
    cursor: pointer;
}

.btc-volunteer-needs-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.btc-volunteer-need-card {
    border: 1px solid #ececec;
    border-left: 8px solid #FFD700;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 0;
    padding: 18px 22px 14px 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.btc-volunteer-need-head {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.btc-volunteer-need-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 6px;
}

.btc-volunteer-need-meta {
    font-size: 0.88rem;
    color: #555;
    margin-top: 2px;
}

.btc-volunteer-signups {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.btc-volunteer-signups li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 7px 8px;
    font-size: 0.9rem;
}

.btc-volunteer-empty,
.btc-volunteer-empty-small {
    color: #666;
    font-size: 0.95rem;
}

.btc-volunteer-empty-small {
    margin-top: 8px;
}

/* ── Volunteer Tab Navigation ─────────────────────────── */
.btc-vol-tabs {
    display: flex;
    gap: 6px;
    margin: 16px 0 0;
    border-bottom: 2px solid #FFD700;
    flex-wrap: wrap;
}

.btc-vol-tab-btn {
    background: #2a2a2a;
    color: #ccc;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.btc-vol-tab-btn:hover {
    background: #3a3a3a;
    color: #181818;
}

.btc-vol-tab-btn.active {
    background: #FFD700;
    color: #181818;
}

.btc-vol-tab-panel {
    display: none;
    padding-top: 18px;
}

.btc-vol-tab-panel.active {
    display: block;
}

.btc-vol-tab-desc {
    color: #555;
    font-size: 0.95rem;
    margin: 0 0 14px;
}

.btc-volunteer-instructions {
    margin-top: 12px;
    background: #fff8e1;
    border: 1px solid #f0d98b;
    border-left: 4px solid #FFD700;
    color: #4f3c00;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.92rem;
}

.btc-vol-profile-card {
    margin-top: 14px;
    border: 1px solid #ececec;
    border-left: 4px solid #FFD700;
    border-radius: 12px;
    background: #fffdf4;
    padding: 12px;
}

.btc-vol-profile-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.btc-vol-profile-title {
    margin: 0;
    font-size: 1rem;
    color: #181818;
}

.btc-vol-profile-select {
    min-width: 280px;
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
}

.btc-vol-profile-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    gap: 8px;
}

.btc-vol-profile-grid input {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
}

.btc-vol-profile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.btc-vol-profile-delete-btn {
    background: #fff;
    color: #9f1d24;
    border: 1px solid #d8a0a3;
    border-radius: 8px;
    padding: 7px 10px;
    font-weight: 700;
    cursor: pointer;
}

.btc-vol-profile-msg {
    display: none;
    font-size: 0.88rem;
    font-weight: 600;
}

/* ── Tab 2: Public Sign-Up ────────────────────────────── */
.btc-vol-signup-event-header {
    margin-bottom: 12px;
}

.btc-vol-signup-need-row {
    border-top: 1px solid #efefef;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btc-vol-signup-need-row.btc-vol-need-full-card {
    opacity: 0.6;
}

.btc-vol-signup-need-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btc-vol-slots-badge {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
}

.btc-vol-slots-badge.open {
    background: #d4edda;
    color: #155724;
}

.btc-vol-slots-badge.full {
    background: #e2e3e5;
    color: #383d41;
}

.btc-vol-need-full {
    font-size: 0.88rem;
    color: #888;
    font-style: italic;
}

.btc-signup-profile-row {
    margin-bottom: 4px;
}

.btc-signup-profile-row label {
    display: block;
    font-size: 0.82rem;
    color: #555;
    font-weight: 700;
}

.btc-signup-profile-select {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
    background: #fff;
}

.btc-vol-public-signup-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.btc-vol-public-signup-row input {
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
}

.btc-vol-signup-history {
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 8px 10px;
}

.btc-vol-signup-history-title {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    margin-bottom: 6px;
}

.btc-vol-signup-btn {
    background: #FFD700;
    color: #181818;
    border: none;
    border-radius: 8px;
    padding: 7px 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.btc-vol-signup-btn:hover {
    background: #e6c200;
}

.btc-vol-signup-msg {
    font-size: 0.88rem;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f8f9fa;
}

/* ── Tab 3: Volunteer Tracking ────────────────────────── */
.btc-tracking-summary-bar {
    background: #181818;
    color: #FFD700;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.btc-tracking-person-card {
    border: 1px solid #ececec;
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.btc-tracking-person-header {
    background: #181818;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    flex-wrap: wrap;
}

.btc-tracking-person-name {
    font-weight: 700;
    font-size: 1.05rem;
    color: #FFD700;
}

.btc-tracking-person-contact {
    font-size: 0.88rem;
    color: #bbb;
    margin-left: 10px;
}

.btc-tracking-progress {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btc-tracking-count {
    font-size: 0.88rem;
    color: #ddd;
    white-space: nowrap;
}

.btc-tracking-bar-wrap {
    width: 100px;
    height: 8px;
    background: #444;
    border-radius: 4px;
    overflow: hidden;
}

.btc-tracking-bar-fill {
    height: 100%;
    background: #FFD700;
    border-radius: 4px;
    transition: width 0.3s;
}

.btc-tracking-table-wrap {
    overflow-x: auto;
}

.btc-tracking-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.btc-tracking-table th {
    background: #f4f4f4;
    color: #333;
    font-weight: 700;
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.btc-tracking-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.btc-tracking-table tr:last-child td {
    border-bottom: none;
}

.btc-tracking-complete td {
    background: #f6fff8;
    color: #3d7a4a;
}

.btc-tracking-status-cell {
    white-space: nowrap;
}

.btc-tracking-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.btc-tracking-toggle input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.btc-tracking-status-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #888;
}

.btc-tracking-status-label.done {
    color: #28a745;
}

@media (max-width: 900px) {
    .btc-volunteer-layout {
        grid-template-columns: 1fr;
    }

    .btc-volunteer-need-form,
    .btc-volunteer-signup-form {
        grid-template-columns: 1fr;
    }

    .btc-volunteer-event-head,
    .btc-volunteer-need-head,
    .btc-volunteer-signups li {
        flex-direction: column;
    }

    .btc-team-need-head {
        flex-direction: column;
    }

    .btc-team-claim-row {
        grid-template-columns: 1fr;
    }

    .btc-vol-profile-grid {
        grid-template-columns: 1fr;
    }

    .btc-vol-profile-select {
        min-width: 0;
        width: 100%;
    }

    .btc-member-profile-grid {
        grid-template-columns: 1fr;
    }

    .btc-member-profile-fields {
        grid-template-columns: 1fr;
    }

    .btc-profile-check-item {
        grid-template-columns: 1fr;
    }

    .btc-profile-activity-item {
        grid-template-columns: 1fr;
    }

    .btc-vol-public-signup-row {
        grid-template-columns: 1fr;
    }

    .btc-tracking-person-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .btc-tracking-bar-wrap {
        width: 80px;
    }
}

@media print {
    body {
        background: #fff !important;
    }

    .btc-sidebar,
    .btc-header,
    .btc-footer,
    .btc-quick-actions,
    .btc-summary-card,
    .btc-summary-cards,
    .btc-print-hide,
    .btc-nav {
        display: none !important;
    }

    .btc-main-content,
    #dashboard,
    .btc-section-card,
    .btc-member-profile-page {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: #fff !important;
    }

    .btc-member-profile-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        align-items: start;
        grid-auto-flow: dense;
    }

    .btc-member-profile-main {
        display: contents;
    }

    .btc-member-photo-card {
        grid-column: 1;
        align-items: flex-start;
    }

    .btc-member-profile-fields {
        grid-column: 1;
        grid-row: 1 / span 2;
        grid-template-columns: 1fr !important;
        gap: 6px;
    }

    .btc-member-photo-preview {
        width: 130px;
        height: 130px;
        border-color: #000;
    }

    .btc-member-profile-main > .btc-profile-section-title:first-of-type {
        grid-column: 2;
        grid-row: 1;
        margin-top: 0;
    }

    .btc-member-profile-main > .btc-profile-checklist {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
    }

    .btc-profile-check-item {
        grid-template-columns: 1fr 120px 1fr;
        gap: 6px;
    }

    .btc-member-profile-main {
        font-size: 0.86rem;
        line-height: 1.2;
    }

    .btc-profile-activity-block {
        display: none !important;
    }

    .btc-print-header {
        display: grid !important;
        grid-template-columns: 1fr auto auto;
        gap: 14px;
        align-items: end;
        border-bottom: 2px solid #000;
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
}

@media (max-width: 900px) {
    #btc-summary-cards {
        grid-template-columns: 1fr;
    }

    .btc-dashboard-stats-grid {
        grid-template-columns: repeat(2, minmax(130px, 1fr));
    }

    .btc-app-layout {
        flex-direction: column;
    }

    .btc-sidebar {
        flex-direction: column;
        width: 100vw;
        min-height: unset;
        height: auto;
        align-items: stretch;
        padding: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    }

    .btc-sidebar-logo {
        padding: 10px 14px 8px 14px;
        font-size: 1.1rem;
    }

    .btc-sidebar-nav {
        flex-direction: row;
        gap: 6px;
        margin-top: 0;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 10px 8px 10px;
        scrollbar-width: thin;
    }

    .btc-sidebar-btn {
        padding: 9px 12px;
        font-size: 0.92rem;
        border-left: none;
        border-bottom: 4px solid transparent;
        border-radius: 10px;
        white-space: nowrap;
        flex: 0 0 auto;
        background: rgba(255, 215, 0, 0.08);
    }

    .btc-sidebar-btn.active, .btc-sidebar-btn:hover {
        border-left: none;
        border-bottom: 4px solid #FFD700;
    }

    .btc-contact-nav-label {
        white-space: nowrap;
    }
}

@media (max-width: 700px) {
    .btc-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .btc-nav-btn {
        justify-content: center;
        width: 100%;
    }

    #dashboard {
        padding: 18px 4vw 18px 4vw;
    }

    .btc-dashboard-stats-grid {
        grid-template-columns: 1fr;
    }

    .btc-section-card {
        padding: 16px 8px 14px 8px;
    }
    .btc-summary-card {
        padding: 14px 10px 10px 10px;
    }
    .btc-event-card {
        padding: 14px 8px 10px 8px;
    }
}
.btc-event-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 2px;
}
.btc-event-meta {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 2px;
}
.btc-event-type {
    font-size: 0.95rem;
    color: #fff;
    background: #FFD700;
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 6px;
}
.btc-event-type.btc-gameday-type {
    background: #000;
    color: #FFD700;
}
.btc-event-desc {
    font-size: 1rem;
    color: #222;
    margin-top: 4px;
}

.btc-footer {
    background: #222;
    color: #FFD700;
    text-align: center;
    padding: 18px 0 12px 0;
    font-size: 1rem;
    margin-top: 40px;
    letter-spacing: 1px;
    border-top: 4px solid #FFD700;
}

/* ── News Posts Admin ────────────────────────────────────── */
.btc-news-modal { max-width: 640px; width: 100%; }

.btc-news-posts-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 4px;
}

.btc-news-post-card {
    background: #1a1a1a;
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    padding: 16px 18px;
}

.btc-news-post-top {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.btc-news-post-thumb {
    width: 84px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #333;
    flex-shrink: 0;
}

.btc-news-post-info { flex: 1; min-width: 0; }

.btc-news-post-category {
    display: inline-block;
    background: #FFD700;
    color: #111;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.btc-news-post-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    color: #FFD700;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btc-news-post-meta {
    font-size: 0.76rem;
    color: #888;
    margin-bottom: 5px;
}

.btc-news-post-body-preview {
    font-size: 0.84rem;
    color: #bbb;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btc-news-post-actions {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

/* News modal inner sections */
.btc-news-links-section,
.btc-news-photo-section {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #2e2e2e;
}

.btc-news-section-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.btc-news-links-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 8px;
}

.btc-news-link-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.btc-news-link-row input {
    flex: 1;
    background: #121212;
    border: 1px solid #333;
    border-radius: 4px;
    color: #f0f0f0;
    padding: 5px 8px;
    font-size: 0.82rem;
}

.btc-news-link-remove-btn {
    background: none;
    border: none;
    color: #e55;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 2px 6px;
    line-height: 1;
}

.btc-news-add-link-btn {
    background: none;
    border: 1px dashed #555;
    color: #aaa;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    width: 100%;
    margin-bottom: 8px;
    transition: border-color 0.15s, color 0.15s;
}

.btc-news-add-link-btn:hover {
    border-color: #FFD700;
    color: #FFD700;
}

.btc-news-photo-remove {
    border-color: #e55;
    color: #e55;
    margin-top: 4px;
}

.btc-news-photo-remove:hover {
    border-color: #ff3333;
    color: #ff3333;
}

.btc-news-modal-img-preview {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #333;
    margin-top: 8px;
    display: none;
}

.btc-news-photo-section input[type="file"] {
    font-size: 0.82rem;
    color: #ccc;
}

/* Logout button */
/* Unified logout button style for admin nav */
.btc-logout-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    font-weight: 700;
    margin-left: 0;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(220,53,69,0.13);
    transition: background 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btc-logout-btn:hover, .btc-logout-btn.active {
    background: #a71d2a;
    color: #FFD700;
}
/* Responsive: stack nav buttons vertically and make full width on mobile */
@media (max-width: 700px) {
    .btc-header {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        padding: 10px 0;
        gap: 0;
    }
    .btc-logo {
        margin: 0 0 8px 0;
        text-align: center;
        justify-content: center;
    }
    .btc-nav {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        margin: 0;
        align-items: stretch;
    }
    .btc-nav-btn, .btc-logout-btn {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        border-radius: 18px;
        font-size: 1.08rem;
        padding: 14px 0;
        justify-content: center;
    }
}

/* Mobile fix for home-gameday-head bar covering text */
@media (max-width: 600px) {
  .home-gameday-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .home-gameday-head h3 {
    font-size: 1.1rem;
    padding: 0.1rem 0;
  }
  .home-gameday-head a {
    font-size: 0.7rem;
    padding: 0.18rem 0.5rem;
  }
}
