@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Lithium.Components/Lithium.Components.7hy5ceodf3.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Components/Landing/FeatureWheel/FeatureWheel.razor.rz.scp.css */
.feature-wheel-container[b-a5cfwa56ka] {
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .feature-wheel-container:active[b-a5cfwa56ka] {
        cursor: grabbing;
    }

.feature-node[b-a5cfwa56ka] {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.feature-dot[b-a5cfwa56ka] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .feature-dot:hover[b-a5cfwa56ka] {
        transform: scale(1.1);
    }

.feature-label[b-a5cfwa56ka] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 168px;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.5s ease-in-out;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.feature-label-left[b-a5cfwa56ka] {
    right: 100%;
    text-align: right;
    padding-right: 8px;
}

.feature-label-right[b-a5cfwa56ka] {
    left: 100%;
    text-align: left;
    padding-left: 8px;
}

@@media (max-width: 768px) {
    .feature-label[b-a5cfwa56ka] {
        display: none !important;
    }

    .feature-wheel-container[b-a5cfwa56ka] {
        width: auto !important;
        max-width: 100%;
        margin-top: -40px;
        margin-bottom: 20px;
    }

    .feature-node[b-a5cfwa56ka] {
        transform: translateX(-84px);
    }
}
/* /Components/Landing/StatsCube.razor.rz.scp.css */
.stats-cube[b-r2qeh9i8mk] {
    background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 50%, #6A1B9A 100%) !important;
    border-radius: 24px !important;
    min-width: 200px;
    min-height: 180px;
    color: white;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-cube[b-r2qeh9i8mk]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

.stats-cube:hover[b-r2qeh9i8mk] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(156, 39, 176, 0.4) !important;
}

.stats-value[b-r2qeh9i8mk] {
    position: relative;
    z-index: 1;
}
/* /Pages/Public/LandingPage.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-7mkhm6as58] {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.hero-overlay[b-7mkhm6as58] {
    position: absolute;
    inset: 0;
}

.hero-content[b-7mkhm6as58] {
    position: relative;
    z-index: 10;
    padding: 40px 20px;
    width: 100%;
}

.hero-text-container[b-7mkhm6as58] {
    text-align: left;
}

.hero-tagline[b-7mkhm6as58] {
    font-size: 0.85rem;
}

.hero-divider[b-7mkhm6as58] {
    width: 80px;
    height: 3px;
    border-radius: 2px;
}

.hero-wave[b-7mkhm6as58] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .hero-wave svg[b-7mkhm6as58] {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 150px;
    }

/* Section Waves */
.section-wave-top[b-7mkhm6as58] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .section-wave-top svg[b-7mkhm6as58] {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 80px;
    }

.section-wave-bottom[b-7mkhm6as58] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .section-wave-bottom svg[b-7mkhm6as58] {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 70px;
    }

/* Feature wheel wrapper */
.feature-wheel-wrapper[b-7mkhm6as58] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Feature Detail Panel */
.feature-detail-panel[b-7mkhm6as58] {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    min-height: 580px;
}

    .feature-detail-panel:hover[b-7mkhm6as58] {
        border-color: rgba(255, 179, 0, 0.2);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    }

.feature-detail-image[b-7mkhm6as58] {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 179, 0, 0.08), rgba(0, 188, 212, 0.08));
    position: relative;
}

    .feature-detail-image img[b-7mkhm6as58] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.5s ease;
    }

.feature-detail-panel:hover .feature-detail-image img[b-7mkhm6as58] {
    transform: scale(1.05);
}

.feature-detail-image-placeholder[b-7mkhm6as58] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* App Mockup */
.app-mockup[b-7mkhm6as58] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .app-mockup:hover[b-7mkhm6as58] {
        transform: translateY(-10px) rotate(2deg);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4) !important;
    }

/* Contact Input */
.contact-input .mud-input-outlined-border[b-7mkhm6as58] {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.contact-input:hover .mud-input-outlined-border[b-7mkhm6as58] {
    border-color: rgba(255, 179, 0, 0.5) !important;
}

/* Responsive */
@@media (max-width: 960px) {
    .hero-title[b-7mkhm6as58] {
        font-size: 3rem !important;
    }

    .hero-section[b-7mkhm6as58] {
        min-height: 500px;
        justify-content: center;
    }

    .hero-text-container[b-7mkhm6as58] {
        text-align: center;
    }

    .hero-divider[b-7mkhm6as58] {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-subtitle[b-7mkhm6as58] {
        max-width: 100% !important;
        margin: 0 auto;
    }

    .feature-detail-panel[b-7mkhm6as58] {
        min-height: auto;
    }

    .feature-detail-image[b-7mkhm6as58] {
        height: 280px;
    }
}

@@media (max-width: 768px) {
    .feature-wheel-wrapper[b-7mkhm6as58] {
        transform: translateX(-84px);
    }

    .feature-detail-image[b-7mkhm6as58] {
        height: 220px;
    }
}

@@media (max-width: 480px) {
    .feature-detail-image[b-7mkhm6as58] {
        height: 180px;
    }
}
/* /Pages/Public/Login.razor.rz.scp.css */
.mud-error-text[b-wc95k5i7d4] {
    color: var(--mud-palette-error);
    font-size: 0.75rem;
    margin-top: 3px;
    margin-left: 14px;
    display: block;
}
/* /Pages/User/Bariton/Artists/Index.razor.rz.scp.css */
.artist-avatar[b-w5xgmrnkyl] {
    width: 80px !important;
    height: 80px !important;
    font-size: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.artist-avatar img[b-w5xgmrnkyl] {
    object-fit: cover;
}
/* /Pages/User/Bariton/Songs/Index.razor.rz.scp.css */
.artist-avatar[b-38mkehk1sc] {
    width: 70px !important;
    height: 70px !important;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

    .artist-avatar img[b-38mkehk1sc] {
        object-fit: cover;
    }

.song-title[b-38mkehk1sc] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.genre-chip[b-38mkehk1sc] {
    font-size: 0.7rem !important;
}
