@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Pages/Home.razor.rz.scp.css */
.hero-overlay[b-df7uge84ju] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.hero-text-container[b-df7uge84ju] {
    animation: fadeInUp-b-df7uge84ju 1s ease-out;
}

.hero-subtitle[b-df7uge84ju] {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.carousel-bullet[b-df7uge84ju] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 1rem 0.5rem;
}

.carousel-bullet.active[b-df7uge84ju] {
    background: #FFD700;
    border-color: #FFD700;
    transform: scale(1.2);
}

.hero-background-image[b-df7uge84ju] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 8s ease-in-out;
}

.hero-background-image:hover[b-df7uge84ju] {
    transform: scale(1.05);
}

@keyframes fadeInUp-b-df7uge84ju {
     from {
         opacity: 0;
         transform: translateY(30px);
     }
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }
/* /Pages/Sys/_Component/Cepea.razor.rz.scp.css */
.commodity-card[b-u2ilj6trj5] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.commodity-card:hover[b-u2ilj6trj5] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.commodity-card:active[b-u2ilj6trj5] {
    transform: translateY(-2px);
    transition: transform 0.1s ease;
}

.commodity-card[b-u2ilj6trj5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.commodity-card:hover[b-u2ilj6trj5]::before {
    left: 100%;
}

.price-animation[b-u2ilj6trj5] {
    transition: all 0.2s ease-in-out;
}

.price-animation:hover[b-u2ilj6trj5] {
    transform: scale(1.05);
}

.chip-pulse[b-u2ilj6trj5] {
    animation: pulse 2s infinite;
}

@
@keyframes pulse {
    0%[b-u2ilj6trj5] {
        opacity: 1;
    }
    50%[b-u2ilj6trj5] {
        opacity: 0.8;
    }
    100%[b-u2ilj6trj5] {
        opacity: 1;
    }
}

.loading-shimmer[b-u2ilj6trj5] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@
@keyframes shimmer {
    0%[b-u2ilj6trj5] {
        background-position: -200% 0;
    }
    100%[b-u2ilj6trj5] {
        background-position: 200% 0;
    }
}

.card-grid[b-u2ilj6trj5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    width: 100%;
}

@
@media (max-width: 1200px) {
    .card-grid[b-u2ilj6trj5] {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}

@
@media (max-width: 768px) {
    .card-grid[b-u2ilj6trj5] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/_Components/JsChart.razor.rz.scp.css */
.chart-container[b-94gp90v5x9] {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}
