/* /Pages/Index.razor.rz.scp.css */
.identify-page[b-bp9njzgo64] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
    padding: 48px 24px;
    gap: 48px;
}

.identify-header[b-bp9njzgo64] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.identify-title[b-bp9njzgo64] {
    font-family: 'Pastiche Grotesque', sans-serif;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -1.44px;
    line-height: 75.6px;
    color: #f5fbff;
    margin: 0;
}

.identify-subtitle[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #a1a1a1;
    margin: 0;
}

.identify-body[b-bp9njzgo64] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.btn-record[b-bp9njzgo64] {
    background: #0076dc;
    color: #e6f5ff;
    border: none;
    border-radius: 100px;
    padding: 12px 32px;
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 200px;
}

.btn-record:hover[b-bp9njzgo64] {
    background: #0979c6;
}

.recording-indicator[b-bp9njzgo64] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.recording-pulse[b-bp9njzgo64] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d03845;
    animation: pulse-b-bp9njzgo64 1s ease-in-out infinite;
}

@keyframes pulse-b-bp9njzgo64 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.15); }
}

.recording-text[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    color: #f5fbff;
    margin: 0;
}

.card[b-bp9njzgo64] {
    background: #0b0b0b;
    border-radius: 8px;
    padding: 64px;
    max-width: 480px;
    width: 100%;
    text-align: center;
}

.result-card[b-bp9njzgo64] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.result-title[b-bp9njzgo64] {
    font-family: 'Pastiche Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.64px;
    color: #f5fbff;
    margin: 0;
}

.result-artist[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    color: #a1a1a1;
    margin: 0;
}

.result-confidence[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    color: #0aa289;
    margin: 12px 0 0;
}

.result-not-found[b-bp9njzgo64] {
    padding: 48px 64px;
}

.not-found-text[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #f5fbff;
    margin: 0;
}

.not-found-hint[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    color: #a1a1a1;
    margin: 8px 0 0;
}

.btn-retry[b-bp9njzgo64] {
    background: transparent;
    color: #0076dc;
    border: none;
    border-radius: 0;
    padding: 4px 0;
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: -12px;
}

.btn-retry:hover[b-bp9njzgo64] {
    color: #0979c6;
}

.error-banner[b-bp9njzgo64] {
    background: #141414;
    border: 0.5px solid #d03845;
    border-radius: 8px;
    padding: 16px 24px;
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.error-banner p[b-bp9njzgo64] {
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    color: #d03845;
    margin: 0;
    text-align: center;
}

.btn-dismiss[b-bp9njzgo64] {
    background: transparent;
    color: #a1a1a1;
    border: 0.5px solid #a1a1a1;
    border-radius: 100px;
    padding: 6px 16px;
    font-family: 'Inter Display', sans-serif;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.btn-dismiss:hover[b-bp9njzgo64] {
    color: #f5fbff;
    border-color: #f5fbff;
}

@media (max-width: 640px) {
    .identify-title[b-bp9njzgo64] {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -0.96px;
    }

    .identify-subtitle[b-bp9njzgo64] {
        font-size: 16px;
    }

    .card[b-bp9njzgo64] {
        padding: 32px 24px;
    }

    .result-title[b-bp9njzgo64] {
        font-size: 28px;
        letter-spacing: -0.45px;
    }

    .result-not-found[b-bp9njzgo64] {
        padding: 32px 24px;
    }
}
/* /Pages/Ingest.razor.rz.scp.css */
.ingest-page[b-lwgcb1hidc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    gap: 48px;
}

.ingest-header[b-lwgcb1hidc] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ingest-title[b-lwgcb1hidc] {
    font-family: 'Pastiche Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.64px;
    color: #f5fbff;
    margin: 0;
}

.ingest-subtitle[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #a1a1a1;
    margin: 0;
}

.ingest-body[b-lwgcb1hidc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 480px;
}

.card[b-lwgcb1hidc] {
    background: #0b0b0b;
    border-radius: 8px;
    padding: 48px;
    width: 100%;
}

.form-card[b-lwgcb1hidc] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-field[b-lwgcb1hidc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
}

.form-input[b-lwgcb1hidc] {
    background: #141414;
    color: #f5fbff;
    border: 0.5px solid #a1a1a1;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    transition: border-color 0.2s;
}

.form-input:focus[b-lwgcb1hidc] {
    border-color: #0076dc;
}

.form-input[b-lwgcb1hidc]::placeholder {
    color: #595e76;
}

.form-file[b-lwgcb1hidc] {
    background: #141414;
    color: #f5fbff;
    border: 0.5px solid #a1a1a1;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.form-file[b-lwgcb1hidc]::file-selector-button {
    background: #0076dc;
    color: #e6f5ff;
    border: none;
    border-radius: 100px;
    padding: 6px 16px;
    font-family: 'Inter Display', sans-serif;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-right: 12px;
}

.file-name[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 12px;
    color: #0aa289;
    margin: 0;
}

.file-reading[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 12px;
    color: #a1a1a1;
    margin: 0;
}

.btn-submit[b-lwgcb1hidc] {
    background: #0076dc;
    color: #e6f5ff;
    border: none;
    border-radius: 100px;
    padding: 12px 32px;
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    min-width: 200px;
    align-self: center;
}

.btn-submit:hover:not(:disabled)[b-lwgcb1hidc] {
    background: #0979c6;
}

.btn-submit:disabled[b-lwgcb1hidc] {
    opacity: 0.4;
    cursor: not-allowed;
}

.submitting-indicator[b-lwgcb1hidc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
}

.submitting-text[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    color: #a1a1a1;
    margin: 0;
    text-align: center;
}

.success-card[b-lwgcb1hidc] {
    align-items: center;
    text-align: center;
    gap: 8px;
}

.success-icon[b-lwgcb1hidc] {
    font-size: 32px;
    color: #0aa289;
    margin: 0;
}

.success-title[b-lwgcb1hidc] {
    font-family: 'Pastiche Grotesque', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #f5fbff;
    margin: 0;
}

.success-id[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    color: #a1a1a1;
    margin: 0;
}

.success-id span[b-lwgcb1hidc] {
    color: #0aa289;
    font-weight: 500;
}

.btn-retry[b-lwgcb1hidc] {
    background: transparent;
    color: #0076dc;
    border: none;
    border-radius: 0;
    padding: 4px 0;
    font-family: 'Inter Display', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: -12px;
}

.btn-retry:hover[b-lwgcb1hidc] {
    color: #0979c6;
}

.error-banner[b-lwgcb1hidc] {
    background: #141414;
    border: 0.5px solid #d03845;
    border-radius: 8px;
    padding: 16px 24px;
    width: 100%;
    text-align: center;
}

.error-banner p[b-lwgcb1hidc] {
    font-family: 'Inter Display', sans-serif;
    font-size: 14px;
    color: #d03845;
    margin: 0;
}

@media (max-width: 640px) {
    .ingest-title[b-lwgcb1hidc] {
        font-size: 32px;
        letter-spacing: -0.51px;
    }

    .ingest-subtitle[b-lwgcb1hidc] {
        font-size: 16px;
    }

    .card[b-lwgcb1hidc] {
        padding: 32px 24px;
    }

    .form-input[b-lwgcb1hidc] {
        font-size: 14px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.app-shell[b-e5gvlrcc4y] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #000;
}

.app-main[b-e5gvlrcc4y] {
    flex: 1;
    width: 100%;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-header[b-bz70ht4253] {
    background: #000;
    border-bottom: 0.5px solid #1a1a1a;
    height: 56px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-inner[b-bz70ht4253] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.nav-brand[b-bz70ht4253] {
    font-family: 'Pastiche Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #f5fbff;
    text-decoration: none;
    letter-spacing: -0.3px;
}

.nav-links[b-bz70ht4253] {
    display: flex;
    gap: 4px;
}

.nav-link-item[b-bz70ht4253] {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}

.nav-link-item:hover[b-bz70ht4253] {
    color: #f5fbff;
    background: #141414;
}

.nav-link-item.active[b-bz70ht4253] {
    color: #f5fbff;
    background: #141414;
}

@media (max-width: 375px) {
    .nav-inner[b-bz70ht4253] {
        padding: 0 16px;
    }

    .nav-brand[b-bz70ht4253] {
        font-size: 17px;
    }

    .nav-link-item[b-bz70ht4253] {
        font-size: 13px;
        padding: 6px 8px;
    }
}
