/* _content/Bloodthirst.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.alpha-banner[b-xyworw428s] {
    background: linear-gradient(90deg, #5c0a0a, #8b0000, #5c0a0a);
    color: #fff;
    text-align: center;
    padding: 0.4rem 2rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 9999;
}

.alpha-banner a[b-xyworw428s] {
    color: #ffd1d1;
    text-decoration: underline;
}

.alpha-banner-dismiss[b-xyworw428s] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
}

.alpha-banner-dismiss:hover[b-xyworw428s] {
    color: #fff;
}

.page[b-xyworw428s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xyworw428s] {
    flex: 1;
    background: var(--bt-bg-darkest);
    background-image:
        radial-gradient(ellipse at 0% 0%, rgba(139, 0, 0, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(139, 21, 40, 0.03) 0%, transparent 40%);
    min-height: 100vh;
}

.sidebar[b-xyworw428s] {
    background: linear-gradient(180deg, #0e0809 0%, #0a0607 100%);
    border-right: 1px solid var(--bt-border);
}

.top-row[b-xyworw428s] {
    background: rgba(17, 10, 12, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--bt-border);
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-row[b-xyworw428s]  a, .top-row[b-xyworw428s]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: var(--bt-text-muted);
    font-size: 0.82rem;
    transition: color 0.2s;
}

.top-row[b-xyworw428s]  a:hover, .top-row[b-xyworw428s]  .btn-link:hover {
    color: var(--bt-red-bright);
}

@media (max-width: 640.98px) {
    .top-row[b-xyworw428s] { justify-content: space-between; }
}

.site-footer[b-xyworw428s] {
    border-top: 1px solid var(--bt-border);
    background: rgba(8, 4, 5, 0.9);
    padding: 1.5rem 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--bt-text-muted);
    margin-top: 3rem;
}

.footer-inner[b-xyworw428s] {
    margin-bottom: 0.4rem;
}

.footer-brand[b-xyworw428s] {
    font-family: 'Permanent Marker', cursive;
    color: var(--bt-red-bright);
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.footer-sep[b-xyworw428s] {
    margin: 0 0.4rem;
    opacity: 0.3;
}

.footer-meta[b-xyworw428s] {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.footer-meta a[b-xyworw428s] {
    color: var(--bt-text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-meta a:hover[b-xyworw428s] {
    color: var(--bt-red-bright);
}

.footer-name[b-xyworw428s] {
    color: var(--bt-text-bright);
    font-weight: 600;
}

.footer-copy[b-xyworw428s] {
    font-size: 0.7rem;
    opacity: 0.4;
}

@media (min-width: 641px) {
    .page[b-xyworw428s] { flex-direction: row; }
    .sidebar[b-xyworw428s] { width: 240px; height: 100vh; position: sticky; top: 0; }
    .top-row[b-xyworw428s] { position: sticky; top: 0; z-index: 1; }
    .top-row[b-xyworw428s], article[b-xyworw428s] { padding-left: 2rem !important; padding-right: 1.5rem !important; }
}
/* _content/Bloodthirst.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Toggler ───────────────────────────────────────────────── */

.navbar-toggler[b-rk7o78s5h6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(139, 0, 0, 0.2);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28139,0,0,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem transparent;
    border-radius: 4px;
}

.navbar-toggler:checked[b-rk7o78s5h6] {
    background-color: rgba(139, 0, 0, 0.1);
}

/* ── Top row / brand ──────────────────────────────────────── */

.top-row[b-rk7o78s5h6] {
    min-height: 3.5rem;
    background: transparent;
    border-bottom: 1px solid var(--bt-border);
    padding: 0 1rem;
}

.navbar-brand[b-rk7o78s5h6] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none !important;
}

.brand-icon[b-rk7o78s5h6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #8b0000, #6b0f1e);
    border: 1.5px solid var(--bt-red);
    border-radius: 5px;
    color: #fff;
    font-family: 'Permanent Marker', cursive;
    font-size: 1rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 12px rgba(139, 0, 0, 0.3);
}

.brand-text[b-rk7o78s5h6] {
    font-family: 'Permanent Marker', cursive;
    font-size: 1.15rem;
    color: var(--bt-red-bright);
    letter-spacing: 0.02em;
    text-shadow: 0 0 20px rgba(139, 0, 0, 0.3);
}

/* ── Section labels ───────────────────────────────────────── */

.nav-section-label[b-rk7o78s5h6] {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bt-text-muted);
    padding: 1rem 1.25rem 0.25rem;
    opacity: 0.5;
}

/* ── Nav icons ────────────────────────────────────────────── */

.nav-icon[b-rk7o78s5h6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.3rem;
    margin-right: 0.5rem;
    font-size: 0.85rem;
    opacity: 0.45;
    transition: opacity 0.2s;
}

/* ── Nav items ────────────────────────────────────────────── */

.nav-item[b-rk7o78s5h6] {
    font-size: 0.92rem;
    padding: 0 0.5rem;
    margin-bottom: 1px;
}

.nav-item[b-rk7o78s5h6]  .nav-link {
    color: var(--bt-text);
    background: none;
    border: none;
    border-radius: 4px;
    height: 2.4rem;
    display: flex;
    align-items: center;
    line-height: 2.4rem;
    width: 100%;
    padding: 0 0.75rem;
    transition: all 0.15s;
    font-weight: 400;
}

.nav-item[b-rk7o78s5h6]  a.active {
    background: rgba(139, 0, 0, 0.08);
    color: var(--bt-red-bright);
    font-weight: 500;
    box-shadow: inset 3px 0 0 var(--bt-red);
}

.nav-item[b-rk7o78s5h6]  a.active .nav-icon {
    opacity: 1;
}

.nav-item[b-rk7o78s5h6]  .nav-link:hover {
    background: rgba(139, 0, 0, 0.04);
    color: var(--bt-text-bright);
}

.nav-item[b-rk7o78s5h6]  .nav-link:hover .nav-icon {
    opacity: 0.75;
}

/* ── Scrollable ───────────────────────────────────────────── */

.nav-scrollable[b-rk7o78s5h6] { display: none; }
.navbar-toggler:checked ~ .nav-scrollable[b-rk7o78s5h6] { display: block; }

@media (min-width: 641px) {
    .navbar-toggler[b-rk7o78s5h6] { display: none; }
    .nav-scrollable[b-rk7o78s5h6] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    .nav-scrollable[b-rk7o78s5h6]::-webkit-scrollbar { width: 3px; }
    .nav-scrollable[b-rk7o78s5h6]::-webkit-scrollbar-track { background: transparent; }
    .nav-scrollable[b-rk7o78s5h6]::-webkit-scrollbar-thumb { background: rgba(139, 0, 0, 0.1); border-radius: 2px; }
}
