/* _content/Hiroku.App.Web/Components/Charts/ChartContainer.razor.rz.scp.css */
.chart-surface[b-yp5lise1hh] {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 0.75rem;
}

.chart-surface canvas[b-yp5lise1hh] {
    width: 100%;
    height: 100%;
}
/* _content/Hiroku.App.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-quv0eopf8j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-quv0eopf8j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Hiroku.App.Web/Components/Shared/ConfettiOverlay.razor.rz.scp.css */
.confetti-overlay[b-8ig96bze9g] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.confetti-piece[b-8ig96bze9g] {
    position: absolute;
    width: 10px;
    height: 14px;
    top: -18px;
    left: calc((var(--index) * 2.1%) + 4%);
    opacity: 0;
    border-radius: 3px;
    animation: confetti-fall-b-8ig96bze9g 1.6s ease-out forwards;
    animation-delay: calc(var(--index) * 12ms);
    background-color: #4f46e5;
}

.confetti-piece:nth-child(5n)[b-8ig96bze9g] {
    background-color: #22c55e;
}

.confetti-piece:nth-child(5n + 1)[b-8ig96bze9g] {
    background-color: #f97316;
}

.confetti-piece:nth-child(5n + 2)[b-8ig96bze9g] {
    background-color: #0ea5e9;
}

.confetti-piece:nth-child(5n + 3)[b-8ig96bze9g] {
    background-color: #e11d48;
}

.confetti-piece:nth-child(5n + 4)[b-8ig96bze9g] {
    background-color: #a855f7;
}

@keyframes confetti-fall-b-8ig96bze9g {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 110vh, 0) rotate(720deg);
        opacity: 0;
    }
}
