/* /Components/Layout/MainLayout.razor.rz.scp.css */

/* /Components/Layout/NavMenu.razor.rz.scp.css */

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lcex4vxw8y],
.components-reconnect-repeated-attempt-visible[b-lcex4vxw8y],
.components-reconnect-failed-visible[b-lcex4vxw8y],
.components-pause-visible[b-lcex4vxw8y],
.components-resume-failed-visible[b-lcex4vxw8y],
.components-rejoining-animation[b-lcex4vxw8y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-retrying[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-failed[b-lcex4vxw8y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lcex4vxw8y] {
    display: block;
}


#components-reconnect-modal[b-lcex4vxw8y] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-lcex4vxw8y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lcex4vxw8y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lcex4vxw8y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lcex4vxw8y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lcex4vxw8y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lcex4vxw8y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lcex4vxw8y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lcex4vxw8y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lcex4vxw8y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lcex4vxw8y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lcex4vxw8y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lcex4vxw8y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lcex4vxw8y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lcex4vxw8y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lcex4vxw8y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lcex4vxw8y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lcex4vxw8y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lcex4vxw8y {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Performance.razor.rz.scp.css */
.performance-overview[b-g20vazf3ao]{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(240px,1fr);gap:22px;align-items:stretch}
.chart-panel[b-g20vazf3ao]{min-width:0}
.chart-panel .section-heading[b-g20vazf3ao]{margin:0 0 16px}
.chart-panel h2[b-g20vazf3ao]{margin-top:9px}
.chart-badge[b-g20vazf3ao]{background:var(--bg);color:var(--muted);border:1px solid var(--line);border-radius:20px;padding:5px 10px;white-space:nowrap;font-size:.7rem}
.consistency-ring[b-g20vazf3ao]{width:190px;aspect-ratio:1;margin:28px auto;border-radius:50%;background:conic-gradient(var(--forest) 0 var(--clean),#bc8744 var(--clean) var(--finished),var(--muted) var(--finished) 100%);padding:15px;transform:rotate(-90deg)}
.consistency-ring>div[b-g20vazf3ao]{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface);border-radius:50%;transform:rotate(90deg)}
.consistency-ring strong[b-g20vazf3ao]{font-size:2.8rem;letter-spacing:-.06em;font-weight:650;line-height:1.2}
.consistency-ring strong small[b-g20vazf3ao]{font-size:1.1rem;margin-left:3px}
.consistency-ring span[b-g20vazf3ao]{color:var(--muted);font-size:.75rem}
.consistency-legend[b-g20vazf3ao]{margin:20px 0}
.consistency-legend>div[b-g20vazf3ao]{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-size:.8rem}
.consistency-legend span[b-g20vazf3ao]{display:flex;align-items:center;gap:9px;color:var(--muted)}
.consistency-legend i[b-g20vazf3ao]{width:8px;height:8px;border-radius:50%;background:var(--forest)}
.consistency-legend .cones[b-g20vazf3ao]{background:#bc8744}.consistency-legend .dnf[b-g20vazf3ao]{background:var(--muted)}
@media(max-width:1100px){.performance-overview[b-g20vazf3ao]{grid-template-columns:1fr}.consistency-ring[b-g20vazf3ao]{margin:22px auto}.consistency-legend[b-g20vazf3ao]{max-width:420px;margin:20px auto}}
/* /Components/Shared/PerformanceChart.razor.rz.scp.css */
.performance-chart[b-pm4n4jx0j7]{margin:24px 0;color:var(--forest)}
.chart-legend[b-pm4n4jx0j7]{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;font-size:.75rem;color:var(--muted)}
.chart-legend>span[b-pm4n4jx0j7]{display:inline-flex;align-items:center;gap:7px}
.chart-legend i[b-pm4n4jx0j7]{width:18px;height:3px;background:var(--forest);border-radius:3px}
.chart-legend i.secondary[b-pm4n4jx0j7]{background:#bc8744}
.chart-unit[b-pm4n4jx0j7]{margin-left:auto;font-size:.58rem;letter-spacing:.1em}
.chart-scroll[b-pm4n4jx0j7]{min-width:0;margin-top:18px}
.pace-chart[b-pm4n4jx0j7]{display:block;width:100%;height:auto;overflow:visible}
.chart-gridline[b-pm4n4jx0j7]{stroke:var(--line);stroke-dasharray:3 5}
.chart-axis[b-pm4n4jx0j7]{fill:var(--muted);font:12px 'Segoe UI',sans-serif;font-variant-numeric:tabular-nums}
.chart-line[b-pm4n4jx0j7]{fill:none;stroke:var(--forest);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.chart-line.secondary[b-pm4n4jx0j7]{stroke:#bc8744;stroke-width:2;stroke-dasharray:6 5}
.chart-dot[b-pm4n4jx0j7]{fill:var(--forest);stroke:var(--surface);stroke-width:2}
.chart-dot.secondary[b-pm4n4jx0j7]{fill:#bc8744}
.chart-cursor[b-pm4n4jx0j7]{stroke:var(--muted);stroke-width:1;opacity:.4}
.chart-readout[b-pm4n4jx0j7]{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:10px;background:var(--bg);padding:15px 18px;color:var(--ink);font-size:.8rem;min-height:76px}
.chart-readout>div[b-pm4n4jx0j7]{min-width:0}
.chart-readout strong[b-pm4n4jx0j7]{display:block;overflow-wrap:anywhere}
.chart-readout small[b-pm4n4jx0j7]{display:block;color:var(--muted);font-size:.7rem}
.chart-readout>div:last-child[b-pm4n4jx0j7]{display:flex;gap:20px;flex-shrink:0}
.chart-readout span[b-pm4n4jx0j7]{font-size:.65rem;color:var(--muted)}
.chart-readout b[b-pm4n4jx0j7]{display:block;color:var(--ink);font-size:1.1rem;font-variant-numeric:tabular-nums}
.chart-readout b small[b-pm4n4jx0j7]{display:inline;font-weight:400}
.chart-point-picker[b-pm4n4jx0j7]{display:flex;flex-wrap:wrap;gap:6px;padding:10px 3px 6px}
.chart-point-picker button[b-pm4n4jx0j7]{min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);font-size:.75rem;cursor:pointer}
.chart-point-picker button:hover[b-pm4n4jx0j7]{border-color:var(--forest);color:var(--ink)}
.chart-point-picker button.selected[b-pm4n4jx0j7]{background:var(--accent);border-color:var(--accent);color:#172820;font-weight:700}
@media(max-width:600px){.chart-readout[b-pm4n4jx0j7]{flex-direction:column}.chart-readout>div:last-child[b-pm4n4jx0j7]{justify-content:space-between}.chart-unit[b-pm4n4jx0j7]{width:100%;margin:0}.chart-legend[b-pm4n4jx0j7]{gap:8px 16px}.chart-axis[b-pm4n4jx0j7]{font-size:21px}.chart-line[b-pm4n4jx0j7]{stroke-width:4}.chart-line.secondary[b-pm4n4jx0j7]{stroke-width:3}}
