/* /Pages/BrushyCounter.razor.rz.scp.css */
.brushy-label[b-uug0m6ou5j] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #4f8cff 0%, #38c6ff 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 16px rgba(60, 120, 255, 0.15);
    margin: 0 auto;
    width: 60vw;
    text-align: center;
    letter-spacing: 0.05em;
}

.brushy-image-container[b-uug0m6ou5j] {
    position: relative;
}

.progress-bar[b-uug0m6ou5j] {
    transition: none !important;
}

.progress-bar[b-uug0m6ou5j] {
    background-color: #194D25;
}
/* /Pages/BrushyPage.razor.rz.scp.css */
.brushy-label[b-gs69rg84vl] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #4f8cff 0%, #38c6ff 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 16px rgba(60, 120, 255, 0.15);
    margin: 0 auto;
    width: 60vw;
    text-align: center;
    letter-spacing: 0.05em;
}

.highlight[b-gs69rg84vl] {
    position: absolute;
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.4);
    border-radius: 20px;
    pointer-events: none;
    background: rgba(255,255,0,0.25);
    transition: all 0.3s;
}

.highlight-bottom-right[b-gs69rg84vl] {
    width: 80px;
    height: 80px;
    right: 30px;
    bottom: 30px;
}

.highlight-bottom-left[b-gs69rg84vl] {
    width: 80px;
    height: 80px;
    left: 30px;
    bottom: 30px;
}

.highlight-top-left[b-gs69rg84vl] {
    width: 80px;
    height: 80px;
    left: 30px;
    top: 30px;
}

.highlight-top-right[b-gs69rg84vl] {
    width: 80px;
    height: 80px;
    right: 30px;
    top: 30px;
}

.highlight-outer-right[b-gs69rg84vl] {
    width: 40px;
    height: 200px;
    right: 0;
    top: 100px;
}

.highlight-outer-front[b-gs69rg84vl] {
    width: 200px;
    height: 40px;
    left: 100px;
    top: 0;
}

.highlight-outer-left[b-gs69rg84vl] {
    width: 40px;
    height: 200px;
    left: 0;
    top: 100px;
}

.brushy-image-container[b-gs69rg84vl] {
    position: relative;
}

.progress-bar[b-gs69rg84vl] {
    transition: none !important;
}

.progress-bar[b-gs69rg84vl] {
    background-color: #F8F4EC;
}
/* /Pages/Home.razor.rz.scp.css */
.home-start-btn[b-hpxe0yb06x] {
    background-color: white;
    color: #194D25;
    border: 3px dashed #194D25;
    border-radius: 18px;
    font-family: 'Comic Sans MS', 'Comic Sans', cursive;
    font-size: 2rem;
    padding: 1rem 2.5rem;
    box-shadow: 0 4px 12px rgba(25, 77, 37, 0.15);
    transition: transform 0.1s, box-shadow 0.1s;
    outline: none;
    cursor: pointer;
    position: relative;
}

    .home-start-btn:hover[b-hpxe0yb06x], .home-start-btn:focus[b-hpxe0yb06x] {
        background-color: white;
        color: #F8F4EC;
        box-shadow: 0 6px 18px rgba(25, 77, 37, 0.25);
        transform: scale(1.05) rotate(-2deg);
    }

    .home-start-btn:active[b-hpxe0yb06x] {
        transform: scale(0.98) rotate(2deg);
        box-shadow: 0 2px 6px rgba(25, 77, 37, 0.10);
    }
