@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Layout/AccountMenu.razor.rz.scp.css */
.account-menu[b-qjq9l3bw4d] { position: relative; }

.account-trigger[b-qjq9l3bw4d] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-1) var(--space-2) var(--space-1) var(--space-1);
    border-radius: var(--radius-full);
    border: 1px solid var(--line);
    background: var(--bg-inset);
    color: var(--text);
    min-height: 40px;
}
.account-trigger:hover[b-qjq9l3bw4d] { border-color: var(--brand-400); }

.avatar[b-qjq9l3bw4d] {
    display: grid;
    place-items: center;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
    color: var(--text-on-brand);
    font-size: var(--text-xs);
    font-weight: 700;
    flex: none;
}

.account-name[b-qjq9l3bw4d] { font-size: var(--text-sm); font-weight: 550; max-width: 12ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.scrim[b-qjq9l3bw4d] { position: fixed; inset: 0; z-index: var(--z-dropdown); }

.menu[b-qjq9l3bw4d] {
    position: absolute;
    inset-block-start: calc(100% + var(--space-2));
    inset-inline-end: 0;
    z-index: calc(var(--z-dropdown) + 1);
    min-width: 260px;
    padding: var(--space-2);
    background: var(--bg-overlay);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 2px;
    animation: menu-in-b-qjq9l3bw4d var(--dur-fast) var(--ease-out);
}

@keyframes menu-in-b-qjq9l3bw4d {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: none; }
}

.menu-head[b-qjq9l3bw4d] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    padding: var(--space-3);
    margin-block-end: var(--space-1);
    border-bottom: 1px solid var(--line);
}
.menu-head strong[b-qjq9l3bw4d] { font-size: var(--text-sm); }
.menu-head .subtle[b-qjq9l3bw4d] { font-size: var(--text-xs); overflow: hidden; text-overflow: ellipsis; }

.menu a[b-qjq9l3bw4d] {
    padding: var(--space-3);
    border-radius: var(--radius-sm);
    color: var(--text-muted);
    text-decoration: none;
    font-size: var(--text-sm);
    min-height: 40px;
    display: flex;
    align-items: center;
}
.menu a:hover[b-qjq9l3bw4d] { background: var(--bg-raised); color: var(--text); }
.menu a.danger[b-qjq9l3bw4d] { color: var(--danger-500); }
.menu a.danger:hover[b-qjq9l3bw4d] { background: oklch(0.63 0.21 27 / 0.12); color: var(--danger-500); }
.menu hr[b-qjq9l3bw4d] { border: none; border-top: 1px solid var(--line); margin-block: var(--space-1); }
/* /Components/Layout/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-httzb8lm7c] {
    position: fixed;
    inset-block-end: 0;
    inset-inline: 0;
    z-index: var(--z-overlay);
    background: var(--bg-overlay);
    border-top: 1px solid var(--line-strong);
    box-shadow: var(--shadow-lg);
    animation: cookie-in-b-httzb8lm7c var(--dur-slow) var(--ease-out);
    max-height: 85vh;
    overflow-y: auto;
}

@keyframes cookie-in-b-httzb8lm7c {
    from { transform: translateY(100%); }
    to   { transform: none; }
}

.cookie-inner[b-httzb8lm7c] {
    display: flex;
    gap: var(--space-5);
    align-items: flex-start;
    max-width: var(--container-wide);
    margin-inline: auto;
    padding: var(--space-5) var(--space-4);
    flex-wrap: wrap;
}

.cookie-banner h2[b-httzb8lm7c] { font-size: var(--text-lg); margin-block-end: var(--space-2); }
.cookie-banner p[b-httzb8lm7c] { font-size: var(--text-sm); color: var(--text-muted); max-width: 72ch; }

.cookie-list[b-httzb8lm7c] { display: flex; flex-direction: column; gap: var(--space-3); margin-block-start: var(--space-4); }
.cookie-list li[b-httzb8lm7c] { padding: var(--space-3); background: var(--bg-inset); border: 1px solid var(--line); border-radius: var(--radius); }
.cookie-list strong[b-httzb8lm7c] { display: block; font-size: var(--text-sm); }
.cookie-list .subtle[b-httzb8lm7c] { display: block; font-size: var(--text-xs); margin-block-start: 2px; }

.cookie-choice[b-httzb8lm7c] { cursor: pointer; gap: var(--space-4); align-items: flex-start; }
.cookie-choice input[b-httzb8lm7c] { width: 20px; height: 20px; flex: none; accent-color: var(--brand-500); cursor: pointer; }

.cookie-actions[b-httzb8lm7c] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    min-width: 200px;
}
.cookie-link[b-httzb8lm7c] { font-size: var(--text-xs); color: var(--text-muted); text-align: center; }

@media (min-width: 768px) {
    .cookie-actions[b-httzb8lm7c] { min-width: 220px; }
}
/* /Components/Layout/NotificationBell.razor.rz.scp.css */
.bell-wrap[b-npwspohoh9] { position: relative; }

.bell[b-npwspohoh9] {
    position: relative;
    display: grid;
    place-items: center;
    width: 40px; height: 40px;
    border-radius: var(--radius);
    color: var(--text-muted);
}
.bell:hover[b-npwspohoh9] { color: var(--text); background: var(--bg-overlay); }

.bell-count[b-npwspohoh9] {
    position: absolute;
    inset-block-start: 4px;
    inset-inline-end: 2px;
    min-width: 16px;
    height: 16px;
    padding-inline: 3px;
    border-radius: var(--radius-full);
    background: var(--danger-500);
    color: oklch(0.99 0 0);
    font-size: 10px;
    font-weight: 700;
    display: grid;
    place-items: center;
    line-height: 1;
}

.scrim[b-npwspohoh9] { position: fixed; inset: 0; z-index: var(--z-dropdown); }

.panel-pop[b-npwspohoh9] {
    position: absolute;
    inset-block-start: calc(100% + var(--space-2));
    inset-inline-end: 0;
    z-index: calc(var(--z-dropdown) + 1);
    width: min(380px, calc(100vw - var(--space-6)));
    max-height: 70vh;
    overflow-y: auto;
    padding: var(--space-4);
    background: var(--bg-overlay);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.notif-list[b-npwspohoh9] { display: flex; flex-direction: column; gap: var(--space-1); }

.notif[b-npwspohoh9] {
    display: flex;
    gap: var(--space-3);
    padding: var(--space-3);
    border-radius: var(--radius);
    align-items: flex-start;
}
.notif.unread[b-npwspohoh9] { background: oklch(0.58 0.21 285 / 0.08); }
.notif strong[b-npwspohoh9] { font-size: var(--text-sm); display: block; }
.notif p[b-npwspohoh9] { font-size: var(--text-xs); margin-block: 2px; }

.notif-dot[b-npwspohoh9] { width: 8px; height: 8px; border-radius: 50%; margin-top: 6px; flex: none; }
.notif-dot.info[b-npwspohoh9]   { background: var(--info-500); }
.notif-dot.ok[b-npwspohoh9]     { background: var(--ok-500); }
.notif-dot.warn[b-npwspohoh9]   { background: var(--warn-500); }
.notif-dot.danger[b-npwspohoh9] { background: var(--danger-500); }
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-k6rmt84pe2] {
    margin-block-start: var(--space-8);
    border-top: 1px solid var(--line);
    background: var(--bg-inset);
}

.footer-inner[b-k6rmt84pe2] {
    display: grid;
    /* The class list also carries .container-wide, which supplies the centring; this
       only adds the columns. Keeping the two concerns apart is why the footer broke
       once — .container-wide had no auto margin at the time. */
    gap: var(--space-6);
    padding: var(--space-7) var(--space-4) var(--space-6);
    grid-template-columns: 1fr;
}

/* The brand column is wider than the link columns, and only once there is room. */
@media (min-width: 640px) { .footer-inner[b-k6rmt84pe2] { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-inner[b-k6rmt84pe2] { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } }

.footer-brand[b-k6rmt84pe2] { display: flex; flex-direction: column; gap: var(--space-3); max-width: 42ch; }
.brand-line[b-k6rmt84pe2] { display: flex; align-items: center; gap: var(--space-2); text-decoration: none; color: var(--text); font-size: var(--text-lg); }
.brand-line strong[b-k6rmt84pe2] { font-weight: 750; }
.brand-mark[b-k6rmt84pe2] { width: 24px; height: 24px; border-radius: 8px; background: conic-gradient(from 140deg, var(--brand-400), var(--accent-500), var(--brand-400)); flex: none; }
.footer-brand p[b-k6rmt84pe2] { font-size: var(--text-sm); }

.social a[b-k6rmt84pe2] {
    font-size: var(--text-sm);
    padding: var(--space-2) var(--space-3);
    border: 1px solid var(--line);
    border-radius: var(--radius-full);
    text-decoration: none;
    color: var(--text-muted);
    min-height: 36px;
    display: inline-flex;
    align-items: center;
}
.social a:hover[b-k6rmt84pe2] { border-color: var(--brand-400); color: var(--brand-300); }

.site-footer h2[b-k6rmt84pe2] { font-size: var(--text-sm); color: var(--text); margin-block-end: var(--space-3); }
.site-footer ul[b-k6rmt84pe2] { display: flex; flex-direction: column; gap: var(--space-2); }
.site-footer li a[b-k6rmt84pe2] { font-size: var(--text-sm); color: var(--text-muted); text-decoration: none; }
.site-footer li a:hover[b-k6rmt84pe2] { color: var(--brand-300); text-decoration: underline; }

.footer-base[b-k6rmt84pe2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
    padding: var(--space-4);
    border-top: 1px solid var(--line);
    font-size: var(--text-xs);
}
.footer-live[b-k6rmt84pe2] { display: inline-flex; align-items: center; gap: var(--space-2); }
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
/* Scoped to the header. Blazor's CSS isolation means these names cannot collide with
   anything else in the site, so they can be short. */

.site-header[b-i67go2z7d7] {
    position: sticky;
    top: 0;
    z-index: var(--z-header);
    background: color-mix(in oklab, var(--bg) 82%, transparent);
    backdrop-filter: blur(14px) saturate(1.4);
    border-bottom: 1px solid var(--line);
}

.header-inner[b-i67go2z7d7] {
    display: flex;
    align-items: center;
    gap: var(--space-5);
    height: var(--header-height);
    margin-inline: auto;
    padding-inline: var(--space-4);
    max-width: var(--container-wide);
}

.brand[b-i67go2z7d7] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    text-decoration: none;
    color: var(--text);
    flex: none;
}

/* A geometric mark rather than a mascot: the niche is full of borrowed sprites, and
   a shape we own reads as a product instead of as fan art. */
.brand-mark[b-i67go2z7d7] {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: conic-gradient(from 140deg, var(--brand-400), var(--accent-500), var(--brand-400));
    box-shadow: var(--shadow-glow);
    flex: none;
}

.brand-text[b-i67go2z7d7] { font-size: var(--text-lg); font-weight: 500; letter-spacing: -0.02em; }
.brand-text strong[b-i67go2z7d7] { font-weight: 750; }

.primary-nav[b-i67go2z7d7] { display: none; gap: var(--space-1); flex: 1 1 auto; }

@media (min-width: 1024px) {
    .primary-nav[b-i67go2z7d7] { display: flex; }
}

.header-actions[b-i67go2z7d7] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-inline-start: auto;
}

/* The live count. Monospaced digits so the pill does not resize every time the number
   ticks — a control that jitters draws the eye for the wrong reason. */
.live-pill[b-i67go2z7d7] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-full);
    border: 1px solid var(--line);
    background: var(--bg-inset);
    text-decoration: none;
    color: var(--text);
    font-size: var(--text-sm);
    transition: border-color var(--dur-fast) var(--ease-out);
}
.live-pill:hover[b-i67go2z7d7] { border-color: var(--brand-400); color: var(--text); }
.live-count[b-i67go2z7d7] { font-variant-numeric: tabular-nums; font-weight: 650; }
.live-label[b-i67go2z7d7] { color: var(--text-muted); font-size: var(--text-xs); }

.menu-toggle[b-i67go2z7d7] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius);
    color: var(--text);
}
.menu-toggle:hover[b-i67go2z7d7] { background: var(--bg-overlay); }
.menu-icon[b-i67go2z7d7] { font-size: 1.25rem; line-height: 1; }

@media (min-width: 1024px) {
    .menu-toggle[b-i67go2z7d7] { display: none; }
}

.mobile-nav[b-i67go2z7d7] {
    display: flex;
    flex-direction: column;
    padding: var(--space-2) var(--space-4) var(--space-4);
    border-top: 1px solid var(--line);
    background: var(--bg-raised);
}
.mobile-nav a[b-i67go2z7d7] {
    padding: var(--space-3) var(--space-2);
    color: var(--text);
    text-decoration: none;
    border-radius: var(--radius-sm);
    min-height: 44px;
    display: flex;
    align-items: center;
}
.mobile-nav a:hover[b-i67go2z7d7] { background: var(--bg-overlay); color: var(--brand-300); }
/* /Components/Layout/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-gljfx72u4o] {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: var(--radius);
    color: var(--text-muted);
    font-size: 1rem;
    transition: color var(--dur-fast) var(--ease-out), background-color var(--dur-fast) var(--ease-out);
}
.theme-toggle:hover[b-gljfx72u4o] { color: var(--text); background: var(--bg-overlay); }
/* /Components/Layout/ToastHost.razor.rz.scp.css */
.toast-close[b-aa6daqzcsy] {
    color: var(--text-subtle);
    font-size: var(--text-sm);
    padding: var(--space-1);
    border-radius: var(--radius-sm);
    align-self: flex-start;
    min-width: 28px;
    min-height: 28px;
}
.toast-close:hover[b-aa6daqzcsy] { color: var(--text); background: var(--bg-raised); }
/* /Components/Pages/Community/Guilds.razor.rz.scp.css */
.guild[b-ssfn3u6khg] { display: flex; flex-direction: column; }
.guild-head[b-ssfn3u6khg] { display: flex; align-items: center; gap: var(--space-3); }
.guild-head h3[b-ssfn3u6khg] { font-size: var(--text-lg); }

.crest[b-ssfn3u6khg] {
    display: grid; place-items: center;
    width: 46px; height: 46px;
    border-radius: 12px;
    font-weight: 800; font-size: var(--text-lg);
    color: oklch(0.99 0 0);
    flex: none;
}
.crest-1[b-ssfn3u6khg] { background: linear-gradient(140deg, #7c5cff, #3b2a80); }
.crest-2[b-ssfn3u6khg] { background: linear-gradient(140deg, #ff8a4d, #8c3418); }
.crest-3[b-ssfn3u6khg] { background: linear-gradient(140deg, #4dd6a0, #14624a); }
.crest-4[b-ssfn3u6khg] { background: linear-gradient(140deg, #4da6ff, #123a66); }
.crest-5[b-ssfn3u6khg] { background: linear-gradient(140deg, #ff6b8a, #7a1230); }
.crest-6[b-ssfn3u6khg] { background: linear-gradient(140deg, #d6c24d, #6b5a12); }

.guild-motto[b-ssfn3u6khg] { font-size: var(--text-sm); font-style: italic; margin-block: var(--space-3); flex: 1 1 auto; }

.guild-stats[b-ssfn3u6khg] { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); margin-block-end: var(--space-4); }
.guild-stats dt[b-ssfn3u6khg] { font-size: var(--text-xs); color: var(--text-subtle); text-transform: uppercase; letter-spacing: 0.05em; }
.guild-stats dd[b-ssfn3u6khg] { margin: 0; font-size: var(--text-sm); }
/* /Components/Pages/Community/Houses.razor.rz.scp.css */
.house[b-qns38gm0za] { border-inline-start: 3px solid var(--line-strong); }
.house.is-free[b-qns38gm0za] { border-inline-start-color: var(--ok-500); }
.house.is-auction[b-qns38gm0za] { border-inline-start-color: var(--warn-500); }
.house.is-owned[b-qns38gm0za] { border-inline-start-color: var(--line-strong); }

.house-stats[b-qns38gm0za] { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); margin-block-end: var(--space-4); }
.house-stats dt[b-qns38gm0za] { font-size: var(--text-xs); color: var(--text-subtle); text-transform: uppercase; letter-spacing: 0.05em; }
.house-stats dd[b-qns38gm0za] { margin: 0; font-size: var(--text-sm); }

.auction[b-qns38gm0za] {
    display: flex; flex-direction: column; gap: var(--space-2);
    padding: var(--space-3);
    background: var(--bg-inset);
    border-radius: var(--radius);
    font-size: var(--text-sm);
}
/* /Components/Pages/Downloads.razor.rz.scp.css */
/* ── The download block ───────────────────────────────────────────────────── */

.download-primary[b-6rolb8ihaq] {
    border-color: oklch(0.58 0.21 285 / 0.45);
    background:
        radial-gradient(90% 160% at 8% 0%, oklch(0.58 0.21 285 / 0.18), transparent 60%),
        var(--bg-raised);
}
.download-primary h2[b-6rolb8ihaq] { font-size: var(--text-2xl); margin-block: var(--space-2); }
.download-cta[b-6rolb8ihaq] { display: flex; flex-direction: column; gap: var(--space-2); min-width: 220px; }

.download-meta[b-6rolb8ihaq] {
    display: grid;
    gap: var(--space-4);
    margin-block-start: var(--space-5);
    padding-block-start: var(--space-4);
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .download-meta[b-6rolb8ihaq] { grid-template-columns: repeat(3, auto); justify-content: start; gap: var(--space-7); } }
.download-meta dt[b-6rolb8ihaq] { font-size: var(--text-xs); color: var(--text-subtle); text-transform: uppercase; letter-spacing: 0.06em; }
.download-meta dd[b-6rolb8ihaq] { margin: 0; font-size: var(--text-sm); }
.download-hash dd[b-6rolb8ihaq] { display: flex; align-items: center; gap: var(--space-2); flex-wrap: wrap; }

/* A download card is a flex column with the buttons pinned to the bottom, so a row of
   them lines up regardless of how long each hint runs. */
.download-card[b-6rolb8ihaq] { display: flex; flex-direction: column; }
.download-file[b-6rolb8ihaq] { margin-block: var(--space-2); font-size: var(--text-xs); }
.download-hint[b-6rolb8ihaq] { font-size: var(--text-sm); flex: 1 1 auto; }
.download-card-foot[b-6rolb8ihaq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    margin-block-start: var(--space-4);
    padding-block-start: var(--space-3);
    border-top: 1px solid var(--line);
}

.block-title[b-6rolb8ihaq] {
    font-size: var(--text-xl);
    padding-block-end: var(--space-3);
    border-bottom: 1px solid var(--line);
}
.block-lede[b-6rolb8ihaq] { font-size: var(--text-sm); margin-block-start: var(--space-2); }

/* ── The help block ───────────────────────────────────────────────────────────
   Deliberately NOT card-shaped. The first version put requirements in the same grid
   as the packages and the reader could not tell which boxes had a button in them;
   these read as prose sections behind a rule, so the eye separates them from the
   download block without reading a word. */

.help[b-6rolb8ihaq] {
    padding-block-start: var(--space-6);
    border-top: 2px solid var(--line-strong);
}

.help-grid[b-6rolb8ihaq] {
    display: grid;
    gap: var(--space-6);
    grid-template-columns: 1fr;
    margin-block-start: var(--space-5);
}
@media (min-width: 900px) { .help-grid[b-6rolb8ihaq] { grid-template-columns: repeat(2, 1fr); gap: var(--space-7); } }

.help-item h3[b-6rolb8ihaq] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-lg);
    margin-block-end: var(--space-3);
}
.help-icon[b-6rolb8ihaq] { color: var(--brand-300); font-size: 1.1em; }
.help-item.is-warning .help-icon[b-6rolb8ihaq] { color: var(--warn-500); }
.help-item p[b-6rolb8ihaq] { font-size: var(--text-sm); }
.help-item p + p[b-6rolb8ihaq] { margin-block-start: var(--space-3); }

.help-list[b-6rolb8ihaq] { font-size: var(--text-sm); display: flex; flex-direction: column; gap: var(--space-2); margin-block-start: var(--space-3); }
.help-list code[b-6rolb8ihaq] { display: inline-block; margin-block-start: 2px; padding: 2px 6px; background: var(--bg-inset); border-radius: var(--radius-sm); font-size: 0.85em; }

/* Requirements as a definition list, not bullets: a label/value pair is what the
   reader is actually looking for ("quanta memória?"), and bullets hide the labels. */
.req[b-6rolb8ihaq] { display: grid; gap: var(--space-2); margin-block-start: var(--space-3); }
.req > div[b-6rolb8ihaq] { display: grid; grid-template-columns: 108px 1fr; gap: var(--space-3); align-items: baseline; }
.req dt[b-6rolb8ihaq] { font-size: var(--text-xs); color: var(--text-subtle); text-transform: uppercase; letter-spacing: 0.05em; }
.req dd[b-6rolb8ihaq] { margin: 0; font-size: var(--text-sm); color: var(--text-muted); }

.cta-help[b-6rolb8ihaq] {
    display: flex;
    gap: var(--space-4);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta-help p[b-6rolb8ihaq] { font-size: var(--text-sm); margin-block-start: var(--space-1); }

.req-note[b-6rolb8ihaq] { display: block; font-size: var(--text-xs); margin-block-start: 2px; }
/* /Components/Pages/Events.razor.rz.scp.css */
.event-layout[b-3dgsz8adnr] { display: grid; gap: var(--space-6); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 1024px) { .event-layout[b-3dgsz8adnr] { grid-template-columns: 1.6fr 1fr; } }

.calendar[b-3dgsz8adnr] { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }

.cal-weekday[b-3dgsz8adnr] {
    font-size: var(--text-xs);
    color: var(--text-subtle);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    padding-block: var(--space-2);
    text-decoration: none;
    border: none;
}

.cal-day[b-3dgsz8adnr] {
    min-height: 76px;
    padding: var(--space-2);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--bg-inset);
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}
.cal-day.is-blank[b-3dgsz8adnr] { background: none; border-color: transparent; }
.cal-day.has-events[b-3dgsz8adnr] { border-color: var(--line-strong); }

/* Today gets a ring rather than a fill: a filled square competes with the event
   pips it contains. */
.cal-day.is-today[b-3dgsz8adnr] { box-shadow: inset 0 0 0 2px var(--brand-400); }

.cal-num[b-3dgsz8adnr] { font-size: var(--text-xs); color: var(--text-muted); font-variant-numeric: tabular-nums; }
.cal-day.is-today .cal-num[b-3dgsz8adnr] { color: var(--brand-200); font-weight: 700; }

.cal-pip[b-3dgsz8adnr] {
    font-size: 10px;
    line-height: 1.4;
    padding: 1px 4px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: oklch(0.58 0.21 285 / 0.22);
    color: var(--brand-200);
}
.cal-pip.k-raid[b-3dgsz8adnr] { background: oklch(0.63 0.21 27 / 0.22); color: var(--danger-500); }
.cal-pip.k-xp[b-3dgsz8adnr] { background: oklch(0.72 0.17 152 / 0.22); color: var(--ok-500); }
.cal-pip.k-maintenance[b-3dgsz8adnr] { background: oklch(0.79 0.16 82 / 0.22); color: var(--warn-500); }
.cal-pip.k-season[b-3dgsz8adnr] { background: oklch(0.72 0.18 62 / 0.22); color: var(--accent-300); }

.cal-more[b-3dgsz8adnr] { font-size: 10px; color: var(--text-subtle); }

.event-card[b-3dgsz8adnr] { border-inline-start: 3px solid var(--brand-400); }
.event-card.k-raid[b-3dgsz8adnr] { border-inline-start-color: var(--danger-500); }
.event-card.k-xp[b-3dgsz8adnr] { border-inline-start-color: var(--ok-500); }
.event-card.k-maintenance[b-3dgsz8adnr] { border-inline-start-color: var(--warn-500); }
.event-card.k-season[b-3dgsz8adnr] { border-inline-start-color: var(--accent-500); }
/* /Components/Pages/Gallery.razor.rz.scp.css */
.gallery[b-yglcf2u191] {
    display: grid;
    gap: var(--space-4);
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
}

.shot[b-yglcf2u191] {
    display: flex;
    flex-direction: column;
    text-align: left;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-raised);
    transition: transform var(--dur) var(--ease-out),
                border-color var(--dur) var(--ease-out),
                box-shadow var(--dur) var(--ease-out);
}
.shot:hover[b-yglcf2u191] { transform: translateY(-3px); border-color: var(--brand-400); box-shadow: var(--shadow); }

/* Placeholder art built from gradients, varied by a hash of the id so the grid does
   not read as one repeated tile. Stands in for screenshots without pretending. */
.shot-art[b-yglcf2u191] { display: block; aspect-ratio: 16 / 10; }
.shot-art[b-yglcf2u191], .lightbox-art[b-yglcf2u191] { background-size: cover; }
.tone-0[b-yglcf2u191] { background: linear-gradient(150deg, #2b1f4a, #7a3f52 70%, #ffb066); }
.tone-1[b-yglcf2u191] { background: linear-gradient(150deg, #16233a, #2b3f66 65%, #a8d8ff); }
.tone-2[b-yglcf2u191] { background: linear-gradient(150deg, #3a1418, #8c3418 70%, #ffcf96); }
.tone-3[b-yglcf2u191] { background: linear-gradient(150deg, #14261e, #2c5140 65%, #9fe0b8); }
.tone-4[b-yglcf2u191] { background: linear-gradient(150deg, #241a3a, #4a2c55 60%, #c9a0b8); }
.tone-5[b-yglcf2u191] { background: linear-gradient(150deg, #1b1630, #3a2b5c 70%, #ffd9a0); }

.shot-body[b-yglcf2u191] { display: flex; flex-direction: column; gap: 2px; padding: var(--space-3) var(--space-4); }
.shot-body strong[b-yglcf2u191] { font-size: var(--text-sm); }
.shot-body .subtle[b-yglcf2u191] { font-size: var(--text-xs); }

.lightbox[b-yglcf2u191] {
    position: fixed;
    inset: 0;
    z-index: var(--z-overlay);
    display: grid;
    place-items: center;
    padding: var(--space-4);
    background: oklch(0.08 0.01 285 / 0.86);
    backdrop-filter: blur(6px);
    animation: fade-b-yglcf2u191 var(--dur) var(--ease-out);
}
@keyframes fade-b-yglcf2u191 { from { opacity: 0; } to { opacity: 1; } }

.lightbox-inner[b-yglcf2u191] {
    width: min(1000px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: var(--bg-raised);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}
.lightbox-art[b-yglcf2u191] { aspect-ratio: 16 / 9; }
.lightbox-body[b-yglcf2u191] { display: flex; gap: var(--space-4); align-items: flex-end; padding: var(--space-5); flex-wrap: wrap; }
.lightbox-body h2[b-yglcf2u191] { font-size: var(--text-xl); margin-block: var(--space-2) var(--space-1); }
.lightbox-body p[b-yglcf2u191] { font-size: var(--text-sm); }
/* /Components/Pages/Highscores.razor.rz.scp.css */
.filters[b-4ynxvkusp7] { padding: var(--space-4); }

.filters-grid[b-4ynxvkusp7] {
    display: grid;
    gap: var(--space-4);
    grid-template-columns: 1fr;
    align-items: end;
}
@media (min-width: 640px) { .filters-grid[b-4ynxvkusp7] { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .filters-grid[b-4ynxvkusp7] { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } }

/* Search takes the widest cell it can — the field people actually type in should not
   be the smallest one on the row. */
.filters-search[b-4ynxvkusp7] { grid-column: span 1; }
@media (min-width: 1024px) { .filters-search[b-4ynxvkusp7] { grid-column: span 2; } }

.filters-actions[b-4ynxvkusp7] { flex-direction: row; gap: var(--space-2); }
.filters-actions .btn[b-4ynxvkusp7] { flex: 1 1 auto; }
/* /Components/Pages/Home.razor.rz.scp.css */
/*
  The home page's visual identity.

  The brief was that the site read as a game, not as a well-built brochure. What
  separates the two is mostly depth and framing: a game page has an image behind the
  words, layers that overlap, edges that are not all the same rectangle, and a warm
  light source. A brochure has cards on a flat background.
*/

/* ── Hero ─────────────────────────────────────────────────────────────────────
   The artwork sits behind the copy and bleeds into the page below, so the fold is a
   transition rather than a hard line. */

.hero[b-rkkg5ggtmp] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: min(84vh, 720px);
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.hero-art[b-rkkg5ggtmp] {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 62%;
}

/* Two scrims, not one. A single flat overlay dims the art evenly and kills it; a
   vertical gradient for text contrast plus a horizontal one behind the text column
   keeps the right-hand side of the image bright. */
.hero[b-rkkg5ggtmp]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(to top, var(--bg) 2%, oklch(0.16 0.015 285 / 0.72) 38%, oklch(0.16 0.015 285 / 0.25) 100%),
        linear-gradient(to right, oklch(0.16 0.015 285 / 0.88) 0%, oklch(0.16 0.015 285 / 0.35) 52%, transparent 78%);
}

.hero-inner[b-rkkg5ggtmp] {
    display: grid;
    gap: var(--space-7);
    padding-block: var(--space-8);
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .hero-inner[b-rkkg5ggtmp] { grid-template-columns: 1.15fr 0.85fr; gap: var(--space-8); }
}

.hero-copy[b-rkkg5ggtmp] { display: flex; flex-direction: column; gap: var(--space-5); }

.eyebrow[b-rkkg5ggtmp] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--text-sm);
    color: var(--text);
    align-self: flex-start;
    padding: var(--space-2) var(--space-4);
    border: 1px solid oklch(0.72 0.17 152 / 0.35);
    border-radius: var(--radius-full);
    background: oklch(0.16 0.015 285 / 0.7);
    backdrop-filter: blur(8px);
}

.hero h1[b-rkkg5ggtmp] {
    font-size: clamp(2.75rem, 1.6rem + 4.6vw, 5rem);
    letter-spacing: -0.035em;
    font-weight: 800;
    line-height: 1.02;
    /* A light source in the type itself, matching the sunset in the art. */
    background: linear-gradient(178deg, oklch(0.99 0 0) 30%, oklch(0.85 0.09 62) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-lede[b-rkkg5ggtmp] {
    font-size: var(--text-lg);
    color: var(--text);
    max-width: 46ch;
    text-shadow: 0 1px 12px oklch(0 0 0 / 0.6);
}

.hero-actions[b-rkkg5ggtmp] { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.hero-fineprint[b-rkkg5ggtmp] { font-size: var(--text-xs); text-shadow: 0 1px 8px oklch(0 0 0 / 0.7); }

/* The live panel floats over the art rather than sitting in a column beside it. */
.hero-live[b-rkkg5ggtmp] {
    background: oklch(0.16 0.015 285 / 0.78);
    backdrop-filter: blur(16px) saturate(1.3);
    border: 1px solid oklch(1 0 0 / 0.10);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

/* ── Marquee strip ────────────────────────────────────────────────────────────
   A thin band of numbers directly under the hero — reads as a game HUD rather than
   a row of dashboard tiles. */

.marquee[b-rkkg5ggtmp] {
    border-block-end: 1px solid var(--line);
    background:
        linear-gradient(90deg, oklch(0.58 0.21 285 / 0.10), transparent 40%, oklch(0.72 0.18 62 / 0.08)),
        var(--bg-inset);
}
.marquee-inner[b-rkkg5ggtmp] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
}
@media (min-width: 768px) { .marquee-inner[b-rkkg5ggtmp] { grid-template-columns: repeat(4, 1fr); } }

.marquee-cell[b-rkkg5ggtmp] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: var(--space-4) var(--space-5);
    background: var(--bg);
}
.marquee-cell dt[b-rkkg5ggtmp] { font-size: var(--text-xs); color: var(--text-subtle); text-transform: uppercase; letter-spacing: 0.1em; }
.marquee-cell dd[b-rkkg5ggtmp] { font-size: var(--text-2xl); font-weight: 750; margin: 0; font-variant-numeric: tabular-nums; }
.marquee-cell small[b-rkkg5ggtmp] { font-size: var(--text-xs); color: var(--text-muted); }

/* ── Feature banner ───────────────────────────────────────────────────────── */

.banner[b-rkkg5ggtmp] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid var(--line-strong);
    min-height: 280px;
    display: flex;
    align-items: flex-end;
}
.banner-art[b-rkkg5ggtmp] {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner[b-rkkg5ggtmp]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to top, oklch(0.13 0.014 285 / 0.94), oklch(0.13 0.014 285 / 0.45) 55%, transparent);
}
.banner-body[b-rkkg5ggtmp] { padding: var(--space-6); display: flex; flex-direction: column; gap: var(--space-3); width: 100%; }
.banner-body h3[b-rkkg5ggtmp] { font-size: var(--text-2xl); }
.banner-body p[b-rkkg5ggtmp] { color: var(--text-muted); max-width: 56ch; }
.banner-foot[b-rkkg5ggtmp] { display: flex; gap: var(--space-3); align-items: center; flex-wrap: wrap; margin-block-start: var(--space-2); }

/* ── Pillars ──────────────────────────────────────────────────────────────── */

.pillar[b-rkkg5ggtmp] { position: relative; padding-block-start: var(--space-6); }

/* A numeral behind each claim: gives the section a spine and a reading order. */
.pillar-index[b-rkkg5ggtmp] {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px oklch(0.58 0.21 285 / 0.35);
    pointer-events: none;
}
.pillar h3[b-rkkg5ggtmp] { margin-block-end: var(--space-2); }

/* ── Next event ───────────────────────────────────────────────────────────── */

.next-event[b-rkkg5ggtmp] {
    display: flex;
    gap: var(--space-5);
    align-items: center;
    flex-wrap: wrap;
    border-color: oklch(0.72 0.18 62 / 0.35);
    background:
        linear-gradient(120deg, oklch(0.72 0.18 62 / 0.10), transparent 55%),
        var(--bg-raised);
}
.next-event h2[b-rkkg5ggtmp] { font-size: var(--text-2xl); margin-block: var(--space-2); }
.next-event-cta[b-rkkg5ggtmp] { display: flex; flex-direction: column; gap: var(--space-3); min-width: 200px; }

/* ── Section heading ──────────────────────────────────────────────────────── */

.section-head[b-rkkg5ggtmp] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-4);
    margin-block-end: var(--space-5);
    flex-wrap: wrap;
}
.section-head h2[b-rkkg5ggtmp] { position: relative; padding-inline-start: var(--space-4); }

/* A short accent rule beside the heading — cheap, and it makes the page read as
   authored rather than generated. */
.section-head h2[b-rkkg5ggtmp]::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block: 0.18em 0.18em;
    width: 4px;
    border-radius: var(--radius-full);
    background: linear-gradient(180deg, var(--brand-400), var(--accent-500));
}

/* ── Final call to action ─────────────────────────────────────────────────── */

.cta-final[b-rkkg5ggtmp] {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-block: var(--space-8);
    border-color: oklch(0.58 0.21 285 / 0.3);
    background:
        radial-gradient(80% 140% at 50% 0%, oklch(0.58 0.21 285 / 0.20), transparent 62%),
        var(--bg-raised);
}
.cta-final h2[b-rkkg5ggtmp] { font-size: var(--text-3xl); }
.cta-final p[b-rkkg5ggtmp] { max-width: 52ch; margin-inline: auto; }
/* /Components/Pages/Legal/LegalPages.razor.rz.scp.css */
.legal-layout[b-dnmcm2oh80] { display: grid; gap: var(--space-6); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .legal-layout[b-dnmcm2oh80] { grid-template-columns: 260px 1fr; gap: var(--space-7); } }

@media (min-width: 900px) {
    /* Sticky so the reader can jump between documents without scrolling back. */
    .legal-nav[b-dnmcm2oh80] { position: sticky; top: calc(var(--header-height) + var(--space-4)); }
}
.legal-nav h2[b-dnmcm2oh80] { font-size: var(--text-sm); text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-subtle); }
.legal-nav a[b-dnmcm2oh80] { font-size: var(--text-sm); text-decoration: none; color: var(--text-muted); }
.legal-nav a:hover[b-dnmcm2oh80] { color: var(--brand-300); }
.legal-nav a.is-current[b-dnmcm2oh80] { color: var(--brand-200); font-weight: 650; }

.legal-body[b-dnmcm2oh80] { max-width: var(--container-text); }
.legal-body section + section[b-dnmcm2oh80] { margin-block-start: var(--space-7); }
.legal-body h2[b-dnmcm2oh80] { font-size: var(--text-xl); margin-block-end: var(--space-3); }
.legal-body p[b-dnmcm2oh80] { color: var(--text-muted); }
.legal-body p + p[b-dnmcm2oh80] { margin-block-start: var(--space-3); }
/* /Components/Pages/News.razor.rz.scp.css */
.news-item h2[b-i97yenlnoj] { font-size: var(--text-xl); margin-block: var(--space-3) var(--space-2); }
.news-item h2 a[b-i97yenlnoj] { text-decoration: none; color: inherit; }
.news-item .subtle[b-i97yenlnoj] { font-size: var(--text-xs); display: block; margin-block-start: var(--space-3); }
/* /Components/Pages/NewsArticle.razor.rz.scp.css */
.article-lede[b-hhqmh4zl12] { font-size: var(--text-lg); color: var(--text); padding-inline-start: var(--space-4); border-inline-start: 3px solid var(--brand-400); }
.article-body[b-hhqmh4zl12] { margin-block-start: var(--space-6); }
.article-body p[b-hhqmh4zl12] { color: var(--text-muted); }
.article-body p + p[b-hhqmh4zl12] { margin-block-start: var(--space-4); }
/* /Components/Pages/Rules.razor.rz.scp.css */
.rule h2[b-6yui88lsui] { font-size: var(--text-lg); margin-block-end: var(--space-2); }
.rule p[b-6yui88lsui] { font-size: var(--text-sm); }
.rule-consequence[b-6yui88lsui] {
    margin-block-start: var(--space-3);
    padding-block-start: var(--space-3);
    border-top: 1px solid var(--line);
    color: var(--text-subtle) !important;
}
/* /Components/Pages/Status.razor.rz.scp.css */
.status-hero.is-ok[b-n6o90tl4a1] { border-color: oklch(0.72 0.17 152 / 0.35); background: linear-gradient(120deg, oklch(0.72 0.17 152 / 0.08), transparent 55%), var(--bg-raised); }
.status-hero.is-bad[b-n6o90tl4a1] { border-color: oklch(0.63 0.21 27 / 0.35); background: linear-gradient(120deg, oklch(0.63 0.21 27 / 0.08), transparent 55%), var(--bg-raised); }
.status-hero h2[b-n6o90tl4a1] { font-size: var(--text-2xl); }

/* One bar per day. Flex with a min-width rather than a fixed one, so 90 days fit on
   a phone without a horizontal scrollbar. */
.uptime[b-n6o90tl4a1] { display: flex; gap: 2px; align-items: stretch; height: 44px; }
.uptime-day[b-n6o90tl4a1] { flex: 1 1 0; min-width: 2px; border-radius: 2px; background: var(--ok-600); transition: transform var(--dur-fast) var(--ease-out); }
.uptime-day:hover[b-n6o90tl4a1] { transform: scaleY(1.12); }
.uptime-day.warn[b-n6o90tl4a1] { background: var(--warn-500); }
.uptime-day.bad[b-n6o90tl4a1] { background: var(--danger-500); }
/* /Components/Pages/Support.razor.rz.scp.css */
.support-layout[b-elokex1b4o] { display: grid; gap: var(--space-6); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 1024px) { .support-layout[b-elokex1b4o] { grid-template-columns: 1.7fr 1fr; gap: var(--space-7); } }

.kb-group[b-elokex1b4o] {
    font-size: var(--text-sm);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-subtle);
    padding-block-end: var(--space-2);
    border-bottom: 1px solid var(--line);
}

.kb-item[b-elokex1b4o] {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--bg-raised);
    overflow: hidden;
    transition: border-color var(--dur-fast) var(--ease-out);
}
.kb-item:hover[b-elokex1b4o] { border-color: var(--line-strong); }
.kb-item[open][b-elokex1b4o] { border-color: oklch(0.58 0.21 285 / 0.35); }

.kb-item summary[b-elokex1b4o] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4);
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    min-height: 56px;
}
.kb-item summary[b-elokex1b4o]::-webkit-details-marker { display: none; }

/* A chevron that rotates: the open state must be visible without reading. */
.kb-item summary[b-elokex1b4o]::after {
    content: "▸";
    color: var(--text-subtle);
    transition: transform var(--dur) var(--ease-out);
    flex: none;
}
.kb-item[open] summary[b-elokex1b4o]::after { transform: rotate(90deg); }
.kb-item summary:hover[b-elokex1b4o] { background: var(--bg-overlay); }

.kb-votes[b-elokex1b4o] { font-size: var(--text-xs); white-space: nowrap; }
@media (max-width: 640px) { .kb-votes[b-elokex1b4o] { display: none; } }

.kb-body[b-elokex1b4o] {
    padding: 0 var(--space-4) var(--space-4);
    border-top: 1px solid var(--line);
    padding-block-start: var(--space-4);
}
.kb-body p[b-elokex1b4o] { font-size: var(--text-sm); color: var(--text-muted); }
.kb-body p + p[b-elokex1b4o] { margin-block-start: var(--space-3); }
.kb-summary[b-elokex1b4o] { font-weight: 600; color: var(--text) !important; }

.support-cta[b-elokex1b4o] { border-color: oklch(0.58 0.21 285 / 0.35); }
.support-cta p[b-elokex1b4o] { font-size: var(--text-sm); margin-block: var(--space-2) var(--space-4); }
.support-cta .btn + .btn[b-elokex1b4o] { margin-block-start: var(--space-2); }

.sla[b-elokex1b4o] { display: grid; gap: var(--space-2); margin-block-start: var(--space-3); }
.sla > div[b-elokex1b4o] { display: flex; justify-content: space-between; font-size: var(--text-sm); padding-block: var(--space-1); border-bottom: 1px solid var(--line); }
.sla dt[b-elokex1b4o] { color: var(--text-muted); }
.sla dd[b-elokex1b4o] { margin: 0; font-variant-numeric: tabular-nums; }
/* /Components/Shared/ActivityTicker.razor.rz.scp.css */
.live-panel[b-j9ifkzwi0p] {
    background: var(--bg-raised);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}
.live-panel h2[b-j9ifkzwi0p] { font-size: var(--text-sm); text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.ticker-icon[b-j9ifkzwi0p] { color: var(--brand-300); font-size: var(--text-xs); width: 1em; flex: none; }
.ticker-item strong[b-j9ifkzwi0p] { color: var(--text); font-weight: 600; }
.ticker-item[b-j9ifkzwi0p] { color: var(--text-muted); }
/* /Components/Shared/AuthShell.razor.rz.scp.css */
/* Full-bleed: the site header and footer are still there, but this composition owns
   the viewport between them so the form is never a small box floating in a big page. */
.auth[b-56elxnej3y] {
    display: grid;
    grid-template-columns: 1fr;
    min-height: calc(100dvh - var(--header-height));
}
@media (min-width: 900px) { .auth[b-56elxnej3y] { grid-template-columns: 1.05fr 1fr; } }

.auth-art[b-56elxnej3y] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    /* On a phone this is a band, not a panel — the form has to be reachable without
       scrolling past a picture. */
    min-height: 220px;
}
@media (min-width: 900px) { .auth-art[b-56elxnej3y] { min-height: auto; } }

.auth-art img[b-56elxnej3y] {
    position: absolute; inset: 0; z-index: -2;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 65%;
}
.auth-art[b-56elxnej3y]::before {
    content: "";
    position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(to top, oklch(0.13 0.014 285 / 0.92), oklch(0.13 0.014 285 / 0.35) 60%, transparent);
}

.auth-art-body[b-56elxnej3y] {
    display: flex; flex-direction: column; gap: var(--space-5);
    padding: var(--space-6);
    width: 100%;
}
@media (min-width: 900px) { .auth-art-body[b-56elxnej3y] { padding: var(--space-8) var(--space-7); gap: var(--space-7); } }

.auth-brand[b-56elxnej3y] {
    display: flex; align-items: center; gap: var(--space-3);
    text-decoration: none; color: var(--text);
    font-size: var(--text-lg);
    align-self: flex-start;
}
.auth-brand strong[b-56elxnej3y] { font-weight: 750; }
.auth-mark[b-56elxnej3y] {
    width: 26px; height: 26px; border-radius: 9px; flex: none;
    background: conic-gradient(from 140deg, var(--brand-400), var(--accent-500), var(--brand-400));
    box-shadow: var(--shadow-glow);
}

.auth-art-body h2[b-56elxnej3y] {
    font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.25rem);
    letter-spacing: -0.025em;
    text-wrap: balance;
}
.auth-art-body p[b-56elxnej3y] {
    color: var(--text-muted);
    max-width: 40ch;
    margin-block-start: var(--space-3);
    text-shadow: 0 1px 10px oklch(0 0 0 / 0.6);
}
.auth-aside-extra[b-56elxnej3y] { font-size: var(--text-sm); }

.auth-panel[b-56elxnej3y] {
    display: grid;
    place-items: center;
    padding: var(--space-7) var(--space-4);
}
@media (min-width: 900px) { .auth-panel[b-56elxnej3y] { padding: var(--space-8) var(--space-7); } }

/* A fixed measure so the fields are never wider than comfortable, centred in whatever
   space is left. This is what the first version was missing — it inherited a page
   container and drifted to the left edge. */
.auth-form[b-56elxnej3y] { width: 100%; max-width: 420px; }
/* /Components/Shared/EventCountdown.razor.rz.scp.css */
.countdown[b-p1e4yc8v2u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: var(--space-3) var(--space-4);
    background: var(--bg-inset);
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    text-align: center;
}
.countdown-value[b-p1e4yc8v2u] { font-size: var(--text-xl); font-weight: 700; color: var(--brand-200); }
.countdown-label[b-p1e4yc8v2u] { font-size: var(--text-xs); color: var(--text-subtle); }
.countdown-live[b-p1e4yc8v2u] { color: var(--ok-500); font-size: var(--text-lg); }
/* /Components/Shared/NotFoundContent.razor.rz.scp.css */
.notfound[b-lqfq3l0hu4] { text-align: center; max-width: 56ch; margin-inline: auto; padding-block: var(--space-8); }
.code[b-lqfq3l0hu4] {
    display: block;
    font-size: clamp(4rem, 14vw, 8rem);
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--brand-400), var(--accent-500));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-block-end: var(--space-4);
}
.notfound-links[b-lqfq3l0hu4] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    justify-content: center;
    margin-block-start: var(--space-7);
    padding-block-start: var(--space-5);
    border-top: 1px solid var(--line);
}
.notfound-links a[b-lqfq3l0hu4] {
    font-size: var(--text-sm);
    padding: var(--space-2) var(--space-3);
    border: 1px solid var(--line);
    border-radius: var(--radius-full);
    text-decoration: none;
    color: var(--text-muted);
}
.notfound-links a:hover[b-lqfq3l0hu4] { border-color: var(--brand-400); color: var(--brand-300); }
/* /Components/Shared/Pager.razor.rz.scp.css */
.pager[b-k7m30bgl4f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding-block: var(--space-4);
    flex-wrap: wrap;
}
.pager-status[b-k7m30bgl4f] { color: var(--text-muted); font-size: var(--text-sm); }
.pager-status strong[b-k7m30bgl4f] { color: var(--text); }

/* Disabled links keep their place so the row does not reflow between pages. */
.is-off[b-k7m30bgl4f] { opacity: 0.4; pointer-events: none; }
/* /Components/Shared/StatCard.razor.rz.scp.css */
.stat[b-7gf9dmwhey] {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
    padding: var(--space-4);
    background: var(--bg-inset);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}
/* Label above value, small and muted: the number is what the eye should land on. */
.stat-label[b-7gf9dmwhey] { font-size: var(--text-xs); color: var(--text-subtle); text-transform: uppercase; letter-spacing: 0.06em; }
.stat-value[b-7gf9dmwhey] { font-size: var(--text-2xl); font-weight: 700; line-height: 1.1; }
.stat-hint[b-7gf9dmwhey] { font-size: var(--text-xs); color: var(--text-muted); }
