/* Lyrix AI — extends MegaMix app styles */

.navbar-links a.nav-active {
    color: #a78bfa;
}
.navbar-links a.nav-active::after {
    transform: scaleX(1);
    opacity: 1;
}

.lyrix-hero-title {
    font-size: 1.5rem;
    color: #e2e8f0;
    margin: 0 0 8px;
    font-weight: 600;
}

.lyrix-hero-sub {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0 0 24px;
    max-width: 52rem;
}

.lyrix-lyrics-editor {
    width: 100%;
    min-height: 220px;
    margin: 12px 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(139, 92, 246, 0.35);
    background: rgba(15, 23, 42, 0.75);
    color: #e2e8f0;
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.55;
    resize: vertical;
}

.lyrix-lyrics-editor:focus {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2);
}

.lyrix-lyrics-editor:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.lyrix-vibe-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 8px 0 16px;
}

.lyrix-vibe-row .guidance-input {
    flex: 1 1 200px;
    min-width: 0;
}

.lyrix-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.lyrix-transcribe-status {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0;
}

.lyrix-step-locked {
    opacity: 0.45;
    pointer-events: none;
    user-select: none;
}

.lyrix-step-locked .lyrix-unlock-hint {
    opacity: 1;
    pointer-events: auto;
}

.lyrix-unlock-hint {
    color: #94a3b8;
    font-size: 0.9rem;
    margin: 0 0 12px;
}

.lyrix-export-section {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.lyrix-handoff-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.lyrix-handoff-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #94a3b8;
}

.lyrix-handoff-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
