@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

:root {
    --bg: #63626b;
    --surface: #0f172a;
    --muted: #94a3b8;
    --stroke: #1f2937;
    --accent: #065f1a;
    --accent-2: #27910d;
    --pill: #111827;
    --success: #10b981;
    --color-scheme: dark;
    --header-top: clamp(24px, 5vh, 48px);
    --header-height: clamp(230px, 28vh, 280px);
    --content-top: calc(var(--header-top) + var(--header-height));
}

* { box-sizing: border-box; }
body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg);
    color: #e2e8f0;
    min-height: 100vh;
    margin: 0;
}


.curated-headline {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    letter-spacing: -2px;
    font-family: 'Lilita One', sans-serif;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(0.35rem, 2vw, 0.9rem);
    font-size: clamp(2.4rem, 7vw, 4.8rem);
    font-weight: 900;
    color: #121212da;
    min-height: var(--header-height);
    position: fixed;
    top: var(--header-top);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.curated-title { margin: 0; line-height: 1; }
.curated-logo {
    height: clamp(72px, 12vw, 140px);
    width: auto;
    align-self: center;
}

main { max-width: 1200px; margin: 0 auto; padding: 2rem 1.25rem 3rem; }

.page-shell { display: flex; flex-direction: column; gap: 1.5rem; }
.page-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.headline { font-size: clamp(2rem, 3vw, 2.5rem); margin: 0.1rem 0 0.35rem; }
.lede { color: var(--muted); max-width: 56ch; margin: 0; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: #3908cc; font-size: 0.8rem; margin: 0; }

.grid { display: grid; gap: 1rem; }
.grid-metrics { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.card {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.8), rgba(17, 24, 39, 0.8));
    border: 1px solid var(--stroke);
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
}

.metric-card { position: relative; overflow: hidden; }
.metric-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.12), transparent 50%);
    pointer-events: none;
}
.metric-label { color: var(--muted); font-weight: 600; }
.metric-value { font-size: 1.1rem; font-weight: 700; margin: 0.15rem 0; }
.metric-footnote { color: var(--muted); margin: 0; }

.panel { display: flex; flex-direction: column; gap: 1rem; }
.panel-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.panel-title { margin: 0.1rem 0; }
.panel-subtitle { margin: 0; color: var(--muted); }

.toolbar, .artist-toolbar { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.75rem; align-items: end; }
.field { display: flex; flex-direction: column; gap: 0.3rem; color: var(--muted); font-weight: 600; }
.field-label { font-size: 0.85rem; }
.input {
    background: #0b1324;
    border: 1px solid var(--stroke);
    border-radius: 0.9rem;
    padding: 0.7rem 0.85rem;
    color: #e2e8f0;
    font-size: 0.95rem;
}

.button {
    border: none;
    background-color: #3908cc;
    color: #f5f5f5;
    padding: 0.75rem 1.1rem;
    border-radius: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}
.button:hover { transform: translateY(-1px); }
.button-secondary { background: #0b1324; color: #e2e8f0; border: 1px solid var(--stroke); box-shadow: none; }

.header-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.table { width: 100%; border: 1px solid var(--stroke); border-radius: 1rem; overflow: hidden; }
.table-head, .table-row { display: grid; grid-template-columns: 1.7fr 1.2fr 0.8fr 0.9fr; gap: 0.75rem; padding: 0.75rem 1rem; align-items: center; }
.table-head { background: #0c182d; font-weight: 700; color: #cbd5e1; }
.table-body { display: flex; flex-direction: column; }
.table-row { border-top: 1px solid var(--stroke); }
.table-cell { display: flex; align-items: flex-start; gap: 0.5rem; flex-wrap: wrap; }
.actions { gap: 0.5rem; justify-content: flex-end; }

.stack { display: flex; flex-direction: column; gap: 0.25rem; }
.text-strong { font-weight: 700; }
.text-subtle { color: var(--muted); font-size: 0.9rem; }

.chip, .pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.2rem 0.65rem; border-radius: 999px; font-size: 0.85rem; border: 1px solid var(--stroke); background: var(--pill); color: #e2e8f0; }
.chip-quiet { background: transparent; color: var(--muted); }
.pill-group { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.pill-secondary { background: #3908cc; color: #f5f5f5; }

.checkbox { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--muted); font-weight: 600; }
.checkbox input { accent-color: #8b5cf6; width: 1rem; height: 1rem; }

.panel-footer { display: flex; justify-content: space-between; color: var(--muted); font-size: 0.9rem; flex-wrap: wrap; gap: 0.5rem; }
.status { display: flex; align-items: center; gap: 0.35rem; }

.artist-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.artist-summary, .artist-releases { background: #0c1426; border: 1px solid var(--stroke); border-radius: 1rem; padding: 1rem; }
.stat-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.stat-label { color: var(--muted); }
.stat-value { font-weight: 700; }
.sparkline { width: 160px; height: 70px; }
.sparkline svg { width: 100%; height: 100%; }

.release-list { display: flex; flex-direction: column; gap: 0.6rem; }
.release-card { display: flex; justify-content: space-between; align-items: center; background: #0b1324; border: 1px solid var(--stroke); border-radius: 0.9rem; padding: 0.8rem 1rem; flex-wrap: wrap; gap: 0.5rem; }

.auto-chip { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.7rem; border-radius: 0.9rem; background: rgba(34, 211, 238, 0.1); color: #7de5f2; border: 1px solid rgba(34, 211, 238, 0.35); font-weight: 700; }
.auto-chip .dot { width: 10px; height: 10px; background: #22d3ee; border-radius: 50%; box-shadow: 0 0 0 6px rgba(34, 211, 238, 0.15); }

.pill + .pill { margin-left: 0; }

/* Utility fallbacks for template classes */
.min-h-screen { min-height: 100vh; }
.bg-slate-950 { background-color: #020617; }
.text-white { color: #fff; }
.max-w-5xl { max-width: 64rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.p-6 { padding: 1.5rem; }

@media (max-width: 840px) {
    .table-head, .table-row { grid-template-columns: 1.4fr 1fr; }
    .table-cell:nth-child(3), .table-cell:nth-child(4) { display: none; }
}



.main-page-artwork {
    width: 300px;
    max-width: 350px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    margin: 4px auto;
}
.main-page-artwork:hover {
    transform: translateY(-2px);
}

.main-page-grid {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    align-items: start;
    justify-items: center;
    gap: 5rem;
    padding: 2rem 1.25rem 3rem;
    margin-top: var(--content-top);
    margin-left: auto;
    margin-right: auto;
}

.main-col-left,
.main-col-middle,
.main-col-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.2rem;
}

.main-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-card-link h1 { text-decoration: none; color: inherit; }

@media (max-width: 960px) {
    .main-page-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }
}

@media (max-width: 640px) {
    :root {
        --header-top: 10px;
        --header-height: 140px;
        --content-top: calc(var(--header-top) + var(--header-height));
    }
    .curated-headline {
        position: static;
        transform: none;
        min-height: auto;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
        font-size: clamp(2.1rem, 10vw, 3.4rem);
    }
    .curated-logo {
        height: clamp(64px, 18vw, 110px);
    }
    .main-page-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 2rem;
    }
}

.main-title-lockup{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}
.strutting-header-main{
    color: #dad6ca;
    text-transform: lowercase;
}
.strutting-header-secondary{
    color: #09b926;
    text-transform: uppercase;
}
.crash-header-main{
    color: #ffde00;
    text-transform: lowercase;
}
.crash-header-secondary{
    color: #f6f5f3;
    text-transform: lowercase;
}
.currently-header-main{
    color: #0024b8;
    text-transform: lowercase;
}


h1 {
    font-family: 'Lilita One', sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: clamp(2.2rem, 9vw, 3.6rem);
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: -15px;
    position: relative;
    z-index: 5;
}

h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    margin: 0;
    font-weight: 200;
    font-size: 1rem;
    letter-spacing: 0px;
    text-transform: lowercase;
    color: var(--crashout-primary);
    margin-bottom: 5px;
    position: relative;
    z-index: 5;
}
