/* Auto-generated by habitat/scripts/generate_css.py - do not edit. */
/* Brand overrides for artists.bonfirerecords.com; loaded after main.css. */

:root {
    --brand-primary: #F48A24;
    --brand-secondary: #F09AB0;
    --primary: #F48A24;
    --secondary: #F09AB0;
}

/* BonFire Records (artists.bonfirerecords.com) brand overrides.
   Loaded after main.css (appended to the generated brand stylesheet by
   habitat/scripts/generate_css.py). It uses BonFire's internal brand guide in
   bonfirerecords/marketingsite#2 as a restrained accent system around a clean,
   professional application shell. */

@font-face {
    font-family: "BonFire Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../../fonts/bonfire-manrope-variable.101877a7a906.woff2") format("woff2");
}

@font-face {
    font-family: "BonFire Yeseva One";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/bonfire-yeseva-one-400.9e567f284bf4.woff2") format("woff2");
}

@font-face {
    font-family: "BonFire DM Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/bonfire-dm-mono-400.b4ddae058212.woff2") format("woff2");
}

@font-face {
    font-family: "BonFire DM Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/bonfire-dm-mono-500.ecb3fd43cbea.woff2") format("woff2");
}

:root {
    /* BonFire's exact brand-guide palette. Orange and pink are supplied by
       the WhiteLabelInfo row as --primary and --secondary. */
    --bonfire-cream: #F4ECDD;
    --bonfire-ink: #171A1A;
    --bonfire-orange: #F48A24;
    --bonfire-pink: #F09AB0;
    --bonfire-pool: #55C8BD;
    --bonfire-yellow: #F3DC4E;
    --bonfire-white: #FFFDF7;

    --black: var(--bonfire-ink);
    --action: var(--bonfire-orange);
    --surface-base: #F8F4EC;
    --surface-container: var(--bonfire-white);
    --surface-elevated: #F1ECE4;
    --main-background: #F8F4EC;
    --md-sys-color-surface-container-low: var(--bonfire-white);
    --text-primary: var(--bonfire-ink);
    --text-secondary: #4F514D;
    --text-on-primary: var(--bonfire-ink);
    --outline: #AAA39A;
    --outline-light: #DED8CF;
    --text-light: var(--bonfire-ink);
    --text-dark: var(--bonfire-ink);
    --primary-active: #FCE8D6;
    --secondary-active: #E4F5F2;
    --secondary-light: #FBE8ED;
    --chart-secondary: var(--bonfire-pool);
    --focus-ring: color-mix(in srgb, var(--bonfire-orange) 35%, transparent);
    --brand-shadow: color-mix(in srgb, var(--bonfire-orange) 30%, transparent);
    --secondary-shadow: color-mix(in srgb, var(--bonfire-pink) 35%, transparent);
    --shadow-elevation-1: 0 1px 3px rgba(23, 26, 26, .08);
    --shadow-elevation-2: 0 6px 18px rgba(23, 26, 26, .09);
    --shadow-elevation-3: 0 14px 36px rgba(23, 26, 26, .11);
    --border-radius: 12px;

    --bs-body-bg: #F8F4EC;
    --bs-body-color: var(--bonfire-ink);
    --bs-card-bg: var(--bonfire-white);
    --bs-tertiary-bg: var(--bonfire-white);
    --bs-link-color: var(--bonfire-ink);
    --bs-link-hover-color: #A94800;
    --bs-border-color: var(--outline-light);
}

body,
button,
input,
select,
textarea,
.btn {
    font-family: "BonFire Manrope", Manrope, Arial, sans-serif;
}

.accounts-content-wrapper h1,
.accounts-content-wrapper .auth-title {
    font-family: "BonFire Yeseva One", Georgia, serif;
    font-weight: 400;
    letter-spacing: -.035em;
}

.badge,
.breadcrumb,
.table thead {
    font-family: "BonFire DM Mono", monospace;
}

::selection {
    background: var(--bonfire-pink);
    color: var(--bonfire-ink);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
    outline: 3px solid var(--bonfire-orange);
    outline-offset: 3px;
}

/* Quiet neutral surfaces keep business data primary; color carries only
   interaction and wayfinding. */
.card,
.accordion,
.accordion-item,
.dropdown-menu,
.modal-content {
    border: 1px solid var(--outline-light);
    border-radius: 12px;
    background: var(--bonfire-white);
    box-shadow: var(--shadow-elevation-1);
}

.card:hover {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: var(--shadow-elevation-2);
    transform: none;
}

.card-header,
.modal-header,
.modal-footer {
    border-color: var(--outline-light);
}

/* Orange leads. Supporting colors are punctuation for hover, selection,
   charts, and table wayfinding, matching the guide's color hierarchy. */
.btn-primary {
    border: 1px solid var(--bonfire-orange) !important;
    background: var(--bonfire-orange) !important;
    box-shadow: none;
    color: var(--bonfire-ink) !important;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary:active {
    border-color: #D86D0B !important;
    background: #E9780E !important;
    box-shadow: 0 3px 10px rgba(244, 138, 36, .22);
    color: var(--bonfire-ink) !important;
    transform: none;
}

.btn-outline-primary {
    border: 1px solid var(--outline) !important;
    background: var(--bonfire-white) !important;
    color: var(--bonfire-ink) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary.active {
    border-color: var(--bonfire-pool) !important;
    background: #E4F5F2 !important;
    color: var(--bonfire-ink) !important;
}

.form-control,
.form-select,
.accounts-content-wrapper .enhanced-form-field input {
    border: 1px solid var(--outline) !important;
    border-radius: 10px;
    background: var(--bonfire-white) !important;
    box-shadow: none !important;
    color: var(--bonfire-ink) !important;
}

.form-control:focus,
.form-select:focus,
.accounts-content-wrapper .enhanced-form-field input:focus {
    border-color: var(--bonfire-orange) !important;
    box-shadow: 0 0 0 3px var(--focus-ring) !important;
    transform: none;
}

.table {
    --bs-table-bg: var(--bonfire-white);
    --bs-table-color: var(--bonfire-ink);
    --bs-table-border-color: var(--outline-light);
}

.table thead {
    background: #E4F5F2 !important;
    color: var(--bonfire-ink) !important;
}

.table thead th {
    color: var(--bonfire-ink) !important;
}

.chart-bar {
    background: var(--bonfire-pool) !important;
}

.card-title-icon,
.charts-card .card-title-icon,
.alerts-card .card-title-icon,
.dashboard-card .card-title-icon {
    color: var(--bonfire-orange) !important;
}

.badge,
.breadcrumb-item[aria-current="page"] > span,
.breadcrumb-item[aria-current="page"] a {
    border: 1px solid #E7CF3E;
    background: #FBF4C5 !important;
    color: var(--bonfire-ink) !important;
}

.page-link.active,
.active > .page-link {
    border-color: var(--bonfire-orange);
    background: var(--bonfire-orange);
    color: var(--bonfire-ink);
}

/* Navigation stays neutral and familiar. BonFire appears as a slim orange
   selection marker and gentle pink hover tint instead of full color blocks. */
.nav-rail {
    border: 1px solid var(--outline-light);
    border-radius: 18px;
    background: var(--bonfire-white) !important;
    box-shadow: var(--shadow-elevation-1);
}

.account-nav-items {
    border-top: 1px solid var(--outline-light);
    border-radius: 0 0 17px 17px;
    background: var(--bonfire-white) !important;
}

.nav-rail .nav-link {
    color: var(--bonfire-ink);
}

.nav-rail .nav-link.active {
    border: 0;
    background: #FCE8D6 !important;
    box-shadow: inset 3px 0 0 var(--bonfire-orange);
    color: var(--bonfire-ink) !important;
}

.nav-rail .nav-link:hover {
    background: #FBE8ED !important;
    color: var(--bonfire-ink) !important;
}

.main-content-wrapper,
.accounts-content-wrapper {
    background: #F8F4EC;
}

/* The supplied transparent wordmark is white for use on charcoal. Invert it
   on Habitat's warm light surfaces; email uses the supplied black-on-white
   derivative through full_logo_dark_url instead. */
.sidebar-logo img[src*="bonfire_logo_white"],
.accounts-logo img[src*="bonfire_logo_white"] {
    width: auto;
    max-width: 190px;
    max-height: 76px;
    filter: invert(1);
}

body .accounts-content-wrapper .card {
    border: 1px solid var(--outline-light);
    border-radius: 16px;
    background: var(--bonfire-white);
    box-shadow: var(--shadow-elevation-3);
}

body .accounts-content-wrapper .card::before {
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--bonfire-orange) 0 25%,
        var(--bonfire-pink) 25% 50%,
        var(--bonfire-pool) 50% 75%,
        var(--bonfire-yellow) 75% 100%
    );
}

.accounts-content-wrapper .auth-title,
.accounts-content-wrapper .auth-subtitle {
    color: var(--bonfire-ink);
}

.accounts-content-wrapper .btn-auth-primary {
    border: 1px solid var(--bonfire-orange);
    border-radius: 10px;
    background: var(--bonfire-orange);
    box-shadow: none;
    color: var(--bonfire-ink);
}

.accounts-content-wrapper .btn-auth-primary:hover,
.accounts-content-wrapper .btn-auth-primary:focus-visible,
.accounts-content-wrapper .btn-auth-primary:active {
    border-color: #D86D0B;
    background: #E9780E;
    box-shadow: 0 3px 10px rgba(244, 138, 36, .22);
    color: var(--bonfire-ink);
    transform: none;
}

.accounts-content-wrapper .btn-auth-secondary {
    border: 1px solid var(--outline);
    border-radius: 10px;
    color: var(--bonfire-ink);
}

.accounts-content-wrapper .btn-auth-secondary:hover,
.accounts-content-wrapper .btn-auth-secondary:focus-visible {
    border-color: var(--bonfire-pool);
    background: #E4F5F2;
    box-shadow: none;
    color: var(--bonfire-ink);
    transform: none;
}

@media (max-width: 768px) {
    .nav-rail {
        border-right: 1px solid var(--outline-light) !important;
        border-radius: 0 18px 18px 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-primary:hover,
    .btn-primary:focus-visible,
    .btn-primary:active {
        transform: none;
    }
}
