/* 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: #8A8178;
    --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;

    /* The demo portal keeps the shared flow and uses BonFire's editorial
       surface, logo, and interaction treatment. */
    --demo-canvas: var(--bonfire-cream);
    --demo-card-surface: var(--bonfire-white);
    --demo-card-border: 1px solid var(--bonfire-ink);
    --demo-card-radius: 12px;
    --demo-card-shadow: 6px 6px 0 var(--bonfire-ink);
    --demo-brand-rule: var(--bonfire-orange);
    --demo-brand-rule-height: 6px;
    --brand-demo-support-accent: var(--bonfire-pool);
    --demo-meta-font: "BonFire DM Mono", monospace;
    --demo-button-radius: 999px;
    --demo-primary-button-shadow: 3px 3px 0 var(--bonfire-ink);
    --demo-primary-button-hover-shadow: 4px 4px 0 var(--bonfire-ink);
    --demo-primary-button-hover-transform: translate(-1px, -1px);
    --demo-logo-frame-width: 190px;
    --demo-logo-max-width: 190px;
    --demo-logo-height: 76px;
    --demo-logo-large-frame-width: 250px;
    --demo-logo-large-max-width: min(250px, 82vw);
    --demo-logo-large-height: 100px;
    --demo-logo-image-width: 100%;
    --demo-logo-fit: cover;
    --demo-logo-mobile-frame-width: 164px;
    --demo-logo-mobile-max-width: 164px;
    --demo-logo-mobile-height: 66px;
    --demo-logo-large-mobile-frame-width: 220px;
    --demo-logo-large-mobile-max-width: min(220px, 78vw);
    --demo-logo-large-mobile-height: 88px;

    --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.demo-portal {
    background: var(--bonfire-cream);
}

/* Stack the wordmark over the inbox name. The tall hand-drawn wordmark
   competes with the title when the two sit in a row. */
body .accounts-content-wrapper.demo-portal .demo-brand-header {
    flex-direction: column;
    gap: 0.625rem;
    min-height: 0;
    padding: 1.75rem 1.5rem 1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--bonfire-ink) 15%, transparent);
    text-align: center;
}

body .accounts-content-wrapper.demo-portal .demo-brand-header--large {
    border-bottom: 0;
}

/* Success page. The confirmation is the one playful moment the brand guide
   asks for (09: "choose the moment"): a sticker-style badge in place of the
   default soft-circle check, and the next-steps panel unboxed so the page
   keeps its quiet editorial hierarchy. */
body .accounts-content-wrapper.demo-portal .demo-success-icon {
    width: 72px;
    height: 72px;
    border: 2px solid var(--bonfire-ink);
    background: var(--bonfire-orange);
    box-shadow: 4px 4px 0 var(--bonfire-ink);
    color: var(--bonfire-ink);
    font-size: 2.5rem;
    transform: rotate(-6deg);
}

body .accounts-content-wrapper.demo-portal .demo-next-steps {
    padding: 0;
    border: 0;
    background: none;
    text-align: center;
}

body .accounts-content-wrapper.demo-portal .demo-next-steps h2 {
    font-family: var(--demo-meta-font);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-secondary);
}

body .accounts-content-wrapper.demo-portal .demo-brand-name {
    font-family: var(--demo-meta-font);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-secondary);
}

/* Ink wordmark for light surfaces. bonfire_logo_ink.png carries the color of
   the supplied light-background lockup (brand guide 06) on the transparent
   400x160 mark, so nothing is recolored at runtime. */
body .accounts-content-wrapper.demo-portal .demo-brand-logo-frame {
    background: url("../../img/client_logos/bonfire_logo_ink.ce8f4c11127e.png") center / contain no-repeat;
}

body .accounts-content-wrapper.demo-portal .demo-brand-logo {
    opacity: 0;
}

.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;
    }
}
