.letter-spacing-3 {
    letter-spacing: 3px;
}

.hud-landing-grid {
    pointer-events: none;
    background-image: linear-gradient(rgba(var(--bs-theme-rgb), .035) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--bs-theme-rgb), .035) 1px, transparent 1px);
    background-size: 44px 44px;
}

.hud-landing-glow {
    pointer-events: none;
    background: radial-gradient(ellipse 90% 55% at 50% 40%, rgba(var(--bs-theme-rgb), .12) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 15% 20%, rgba(var(--bs-theme-rgb), .06) 0%, transparent 60%);
}
.pace {
    display: none !important;
}
.app-content {
    margin-inline-start:unset !important;
}

/* MAF Gold is the only theme color on this page — the picker in the
   shared theme panel is disabled below, so this can't drift out of sync. */
.theme-yellow {
    --bs-theme: #b5985a !important;
    --bs-theme-rgb: 181, 152, 90 !important;
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

/* Shared theme customizer panel (right-edge drawer + toggle tab) is not
   used on the landing page and is hidden permanently. */
.app-theme-panel {
    display: none !important;
}