/* Bess Vibes Filament — compact, denser admin UI */
.fi-body {
    font-size: 0.875rem;
}

.fi-sidebar-header {
    padding-block: 0.5rem !important;
    background-color: #000000 !important;
    --tw-ring-shadow: 0 0 #0000 !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    justify-content: center !important;
}

.fi-sidebar-header .fi-icon-btn,
.fi-sidebar-header .fi-icon-btn svg {
    color: #d4af37 !important;
}

.fi-sidebar-header > .fi-icon-btn,
.fi-sidebar-header > button {
    position: absolute !important;
    inset-inline-end: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.fi-sidebar-header .fi-logo,
.fi-sidebar-header img {
    background-color: #000000;
    margin-inline: auto !important;
    display: block !important;
}

.fi-sidebar-nav {
    row-gap: 0.15rem !important;
    padding-block: 0.5rem !important;
}

.fi-sidebar-item-button,
.fi-sidebar-group-button {
    padding-block: 0.4rem !important;
    min-height: 2rem !important;
}

.fi-sidebar-item-label,
.fi-sidebar-group-label {
    font-size: 0.8125rem !important;
}

.fi-topbar {
    min-height: 3.25rem !important;
}

.fi-header {
    margin-bottom: 0.75rem !important;
    gap: 0.5rem !important;
}

.fi-header-heading {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
}

.fi-section-content-ctn,
.fi-fo-component-ctn {
    gap: 0.75rem !important;
}

.fi-section-header {
    padding-block: 0.65rem !important;
}

.fi-section-content {
    padding: 0.85rem !important;
}

.fi-input-wrp,
.fi-select-input,
.fi-ta-text-input {
    --tw-ring-offset-shadow: 0 0 #0000;
}

.fi-fo-field-wrp {
    gap: 0.35rem !important;
}

.fi-fo-field-wrp-label {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}

.fi-ta-ctn {
    border-radius: 0.65rem;
}

.fi-ta-header-cell,
.fi-ta-cell {
    padding-block: 0.45rem !important;
    padding-inline: 0.65rem !important;
    font-size: 0.8125rem !important;
}

.fi-ta-header-cell {
    font-size: 0.7rem !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700 !important;
}

.fi-wi-stats-overview-stat {
    padding: 0.7rem 0.85rem !important;
    gap: 0.15rem !important;
}

.fi-wi-stats-overview-stat-value {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.fi-wi-stats-overview-stat-label {
    font-size: 0.7rem !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fi-wi-stats-overview-stat-description {
    font-size: 0.68rem !important;
}

.fi-btn {
    padding-block: 0.4rem !important;
    font-size: 0.8125rem !important;
}

.fi-modal-header,
.fi-modal-content,
.fi-modal-footer {
    padding: 0.9rem !important;
}

.fi-simple-page {
    padding-block: 1.5rem !important;
}

/* Login / simple auth pages — black so the logo blends */
.fi-simple-layout {
    background:
        radial-gradient(90% 70% at 50% -10%, rgba(212, 175, 55, 0.18), transparent 55%),
        #000000 !important;
}

.fi-simple-main {
    background-color: #000000 !important;
    box-shadow: none !important;
    --tw-ring-shadow: 0 0 #0000 !important;
    border: 1px solid rgba(212, 175, 55, 0.28) !important;
}

.fi-simple-main .fi-logo,
.fi-simple-main img.fi-logo,
.fi-simple-header img {
    background-color: #000000;
    display: block !important;
    margin: 0 auto 1.25rem !important;
    height: 7rem !important;
    width: 7rem !important;
    max-width: 100%;
    object-fit: contain;
    align-self: center !important;
}

.fi-simple-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
}

.fi-simple-header-heading,
.fi-simple-page h1 {
    color: #fafafa !important;
}

.fi-simple-page .fi-fo-field-wrp-label span,
.fi-simple-page label,
.fi-simple-page .fi-checkbox-input + span {
    color: #e4e4e7 !important;
}

.fi-simple-page .fi-input-wrp {
    background-color: #111111 !important;
}

.fi-simple-page .fi-input {
    color: #fafafa !important;
}

.fi-page > section {
    gap: 0.85rem !important;
}

.fi-resource-list-records-page .fi-header-actions,
.fi-resource-create-record-page .fi-header-actions,
.fi-resource-edit-record-page .fi-header-actions {
    gap: 0.4rem !important;
}

/* ===== Dashboard ===== */
.fi-dashboard-page .fi-header {
    display: none !important;
}

.bv-dash-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background:
        radial-gradient(120% 140% at 50% 0%, rgba(212, 175, 55, 0.16), transparent 55%),
        linear-gradient(135deg, rgba(24, 24, 27, 0.95), rgba(9, 9, 11, 0.98));
}

.bv-dash-kicker {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d4af37;
}

.bv-dash-title {
    margin: 0.15rem 0 0;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fafafa;
}

.bv-dash-sub {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    color: #a1a1aa;
}

.bv-dash-logo {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    border-radius: 999px;
    flex-shrink: 0;
    order: -1;
    margin-inline: auto;
}

.bv-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.bv-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-height: 4.1rem;
    padding: 0.55rem 0.35rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #e4e4e7;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.bv-quick-item:hover {
    border-color: rgba(212, 175, 55, 0.55);
    background: rgba(212, 175, 55, 0.08);
    color: #f5e6b8;
}

.bv-quick-icon {
    width: 1.15rem;
    height: 1.15rem;
    color: #d4af37;
}

.bv-event-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.bv-event-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fafafa;
}

.bv-event-line {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: #a1a1aa;
}

.bv-event-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.45rem;
}

.bv-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bv-pill-published {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
}

.bv-pill-draft {
    background: rgba(161, 161, 170, 0.15);
    color: #d4d4d8;
}

.bv-pill-featured {
    background: rgba(212, 175, 55, 0.18);
    color: #d4af37;
}

.bv-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(212, 175, 55, 0.08);
}

.bv-countdown-num {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    color: #d4af37;
}

.bv-countdown-label {
    margin-top: 0.15rem;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #a1a1aa;
}

.bv-link-sm {
    font-size: 0.75rem;
    font-weight: 600;
    color: #d4af37;
    text-decoration: none;
}

.bv-link-sm:hover {
    text-decoration: underline;
}

.bv-empty {
    margin: 0;
    font-size: 0.8rem;
    color: #a1a1aa;
}

.fi-dashboard-page .fi-wi-widget {
    height: 100%;
}

.fi-dashboard-page .fi-section {
    height: 100%;
}

.fi-dashboard-page .fi-ta-ctn {
    box-shadow: none !important;
}

@media (max-width: 640px) {
    .bv-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bv-dash-logo {
        width: 2.25rem;
        height: 2.25rem;
    }
}
