/* /Components/MeterControl.razor.rz.scp.css */
.fieldHeader[b-gwpdvsb6dv] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

    .fieldHeader .fieldValue[b-gwpdvsb6dv] {
        font-size: 12px;
        color: var(--Muted);
    }
/* /Components/TimerReadout.razor.rz.scp.css */
.timer[b-8whydnkzwm] {
}

    .timer .timerValue[b-8whydnkzwm] {
        font-size: 14px;
        font-weight: 700;
        color: var(--Text);
    }
/* /Components/Transport.razor.rz.scp.css */
.mud-stack[b-bnwwyym8h4] {
    justify-content: center;
}
/* /Components/VisualPulse.razor.rz.scp.css */
.pulse[b-t5vl5dfnrq] {
    height: 140px;
    border: 1px solid rgba(107, 79, 42, 0.22);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.55);
    text-align: center;
    user-select: none;
    border-radius: 0;
}

    .pulse .pulseBeat[b-t5vl5dfnrq] {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        align-self: center;
        line-height: 1;
        align-self: flex-end;
    }

    .pulse .pulseSub[b-t5vl5dfnrq] {
        width: 100%;
        text-align: center;
        margin-top: 6px;
        font-size: 12px;
        color: var(--Muted);
    }

    .pulse.beat[b-t5vl5dfnrq] {
        background: rgba(0, 0, 0, 0.03);
    }

    .pulse.down[b-t5vl5dfnrq] {
        background: rgba(0, 0, 0, 0.06);
    }

    .pulse.sub[b-t5vl5dfnrq] {
        background: rgba(255, 255, 255, 0.55);
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.shell[b-fos5sn3eh5] {
}

    .shell .topBar[b-fos5sn3eh5] {
        position: sticky;
        top: 0;
        z-index: 50;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 16px;
        background: #ffffff;
        border-bottom: 1px solid #c9c9c9;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 1px 0 rgba(0, 0, 0, 0.06);
    }

        .shell .topBar .brand[b-fos5sn3eh5] {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: var(--Text);
        }

            .shell .topBar .brand:hover[b-fos5sn3eh5] {
                text-decoration: none;
            }

            .shell .topBar .brand:focus[b-fos5sn3eh5] {
                outline: none;
            }

            .shell .topBar .brand .brandIcon[b-fos5sn3eh5] {
                width: 24px;
                height: 24px;
                flex: 0 0 24px;
                display: block;
            }

            .shell .topBar .brand .brandName[b-fos5sn3eh5] {
                font-weight: 650;
                font-size: 14px;
                letter-spacing: 0.2px;
                color: var(--Text);
            }

    .shell .content[b-fos5sn3eh5] {
    }
/* /Pages/Metronome.razor.rz.scp.css */
.tool[b-8yrq5f8oyi] {
}

    .tool .card[b-8yrq5f8oyi] {
        max-width: 760px;
        margin: 0 auto;
        background: #f2f2f2;
        border: 1px solid #7f9db9;
        border-radius: 0;
        padding: 16px;
        box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.85), inset -1px -1px 0 rgba(0, 0, 0, 0.10), 0 10px 26px rgba(0, 0, 0, 0.12);
    }

        .tool .card .top[b-8yrq5f8oyi] {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .tool .card .top .topRight[b-8yrq5f8oyi] {
                display: flex;
                gap: 10px;
                flex-wrap: wrap;
                justify-content: center;
            }

                .tool .card .top .topRight .chip[b-8yrq5f8oyi] {
                    font-size: 13px;
                    font-weight: 750;
                    padding: 6px 10px;
                    background: #ffffff;
                    border: 1px solid #7f9db9;
                    border-radius: 0;
                    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.08);
                }

        .tool .card .divider[b-8yrq5f8oyi] {
            height: 1px;
            background: #c9c9c9;
            margin: 14px 0;
        }

        .tool .card .pulsePanel[b-8yrq5f8oyi] {
            background: #ffffff;
            border: 1px solid #7f9db9;
            border-radius: 0;
            padding: 12px;
            box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.08);
        }

            .tool .card .pulsePanel .panelTitle[b-8yrq5f8oyi] {
                font-size: 12px;
                font-weight: 800;
                margin-bottom: 10px;
                color: #0b1b33;
            }

            .tool .card .pulsePanel .pulseWrap[b-8yrq5f8oyi] {
                max-width: 360px;
                margin: 0 auto;
            }

        .tool .card .grid[b-8yrq5f8oyi] {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 12px;
        }

@media (max-width: 700px) {
    .tool .card .grid[b-8yrq5f8oyi] {
        grid-template-columns: 1fr;
    }
}

.tool .card .grid .panel[b-8yrq5f8oyi] {
    background: #ffffff;
    border: 1px solid #7f9db9;
    border-radius: 0;
    padding: 12px;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.9), inset -1px -1px 0 rgba(0, 0, 0, 0.08);
}

    .tool .card .grid .panel .panelTitleRow[b-8yrq5f8oyi] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    .tool .card .grid .panel .panelTitle[b-8yrq5f8oyi] {
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 10px;
        color: #0b1b33;
    }

    .tool .card .grid .panel.controlsPanel[b-8yrq5f8oyi] {
        display: flex;
        justify-content: center;
        align-items: center;
    }
