/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-c1of74qhz1] {
    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-c1of74qhz1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/RenkoChart.razor.rz.scp.css */
.renko-chart-container[b-jxv2u3hrj2] {
    background: var(--renko-bg, #1a1d24);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.renko-chart-title[b-jxv2u3hrj2] {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--renko-title, #e8eaed);
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.renko-chart-empty[b-jxv2u3hrj2] {
    color: var(--renko-muted, #9aa0a6);
    padding: 2.5rem;
    text-align: center;
    font-size: 0.95rem;
}

.renko-chart-wrap[b-jxv2u3hrj2] {
    width: 100%;
    border-radius: 10px;
    min-height: 400px;
}

.renko-chart-inner[b-jxv2u3hrj2] {
    display: flex;
    align-items: stretch;
    min-width: min-content;
    overflow: hidden; /* скроллим только кирпичики, не шкалу */
}

.renko-y-axis[b-jxv2u3hrj2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    margin-right: 6px;
    min-width: 52px;
    font-size: 11px;
    color: var(--renko-muted, #9aa0a6);
    font-variant-numeric: tabular-nums;
}

.renko-y-tick[b-jxv2u3hrj2] {
    line-height: 1.2;
}

.renko-scroll-area[b-jxv2u3hrj2] {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    flex: 1;
}

.renko-svg[b-jxv2u3hrj2] {
    display: block;
    min-width: 0;
    height: 380px;
}

.renko-brick rect[b-jxv2u3hrj2] {
    transition: filter 0.15s ease;
}

.renko-brick:hover rect[b-jxv2u3hrj2] {
    filter: brightness(1.15);
}

.renko-price-label[b-jxv2u3hrj2] {
    font-size: 10px;
    fill: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    pointer-events: none;
    font-variant-numeric: tabular-nums;
}

.renko-stats[b-jxv2u3hrj2] {
    margin-top: 0.6rem;
    font-size: 0.78rem;
    color: var(--renko-muted, #9aa0a6);
}
