@import '_content/CommonUI/CommonUI.ywayelt16b.bundle.scp.css';
@import '_content/LicenseClient/LicenseClient.7k87zhr0my.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Components/Stopwatch.razor.rz.scp.css */
.stopwatch-container[b-2znshj0ned] {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
    box-sizing: border-box;
    min-height: 100dvh;
    height: 100dvh;
    overflow: hidden;
}

.stopwatch-dial[b-2znshj0ned] {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    height: 100%;
    min-width: 160px;
    min-height: 160px;
    max-width: 400px;
    max-height: 400px;
    aspect-ratio: 1 / 1;
    margin: auto;
    background: radial-gradient(circle at 60% 40%, #f7f7f7 60%, #e0e0e0 100%);
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 0 #bbb inset;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
    border: 6px solid #bdbdbd;
    /*min-width: 220px;*/
}

.stopwatch-crown[b-2znshj0ned] {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    width: 18%;
    min-width: 36px;
    max-width: 60px;
    height: 9%;
    min-height: 18px;
    max-height: 32px;
    background: #bdbdbd;
    border-radius: 14px 14px 10px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border: 2px solid #aaa;
    z-index: 2;
}

.stopwatch-display[b-2znshj0ned] {
    width: 90%;
    max-width: 90%;
    font-size: clamp(1.2rem, 8vw, 2.8rem);
    font-family: 'Share Tech Mono', 'Consolas', monospace;
    color: #222;
    background: #fffbe8;
    border-radius: 1.2rem;
    padding: 0.7em 0.2em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) inset;
    border: 2px solid #e0e0e0;
    letter-spacing: 0.13em;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.stopwatch-controls[b-2znshj0ned] {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    padding: 1rem;
    align-items: center;
    width: 100vw;
    box-sizing: border-box;
}

.stopwatch-laps[b-2znshj0ned] {
    /*max-width: 320px;*/
    margin: 0 auto;
    border-radius: 0.5rem;
    padding: 1rem;
}

.stopwatch-laps h4[b-2znshj0ned] {
    margin-top: 0;
    font-size: 1.1rem;
    text-align: center;
}

.stopwatch-laps ol[b-2znshj0ned] {
    max-height: 7.2rem;
    overflow-y: auto;
    padding-left: 2.4rem; /* Increased for visible numbers */
    margin: 0;
    list-style-position: outside;
}

.stopwatch-laps li[b-2znshj0ned] {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.lap-btn[b-2znshj0ned] {
    position: relative;
}

.lap-key-icon[b-2znshj0ned] {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.7;
    z-index: 2;
    font-size: 1em;
    display: flex;
    align-items: center;
}
