@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/TimerContainer.razor.rz.scp.css */
.timer-container[b-gm298nxpcs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* No padding - widgets handle their own backgrounds */
}

.coming-soon[b-gm298nxpcs] {
    font-size: 1.5rem;
    color: #666;
    text-align: center;
    padding: 2rem;
}
/* /Components/Widgets/AnalogTimer.razor.rz.scp.css */
.analog-timer[b-kd7dixs9ub] {
    width: 95%;
    height: 95%;
    cursor: pointer;
}

.analog-timer[b-kd7dixs9ub]  .number {
    font-size: 5px;
}

.analog-timer[b-kd7dixs9ub]  .minor {
    stroke-width: 0.3;
}

.analog-timer[b-kd7dixs9ub]  .major {
    stroke-width: 0.8;
}

.analog-timer[b-kd7dixs9ub]  .caption {
    cursor: pointer;
    font-size: 8px;
}

.timer-controls[b-kd7dixs9ub] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
}
/* /Components/Widgets/CircleTimer.razor.rz.scp.css */
/* Container query setup */
.circle-timer[b-u5xxop0lrx] {
    container-type: size;
    container-name: circle-timer;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circle-timer svg[b-u5xxop0lrx] {
    width: min(90cqw, 90cqh, 400px);
    height: min(90cqw, 90cqh, 400px);
}

.circle-progress[b-u5xxop0lrx] {
    stroke-width: 4;
    fill: none;
}

.circle-progress-path[b-u5xxop0lrx] {
    opacity: 0.3;
}

.circle-progress-fill[b-u5xxop0lrx] {
    transition: stroke-dashoffset 0.3s ease;
}

.caption[b-u5xxop0lrx] {
    cursor: pointer;
}

.timer-controls[b-u5xxop0lrx] {
    display: flex;
    justify-content: center;
    gap: clamp(0.25rem, 2cqw, 0.5rem);
    padding: clamp(0.25rem, 2cqh, 0.5rem);
}
/* /Components/Widgets/DigitalTimer.razor.rz.scp.css */
/* Container query setup */
.digital-timer[b-5tb12469eo] {
    container-type: size;
    container-name: digital-timer;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.timer-controls[b-5tb12469eo] {
    display: flex;
    justify-content: center;
    gap: clamp(0.25rem, 2cqw, 0.5rem);
    padding: clamp(0.25rem, 2cqh, 0.5rem);
}
/* /Components/Widgets/FancyDigitalTimer.razor.rz.scp.css */
/* Container query setup */
.fancy-digital-timer[b-r8gj66i4gx] {
    container-type: size;
    container-name: fancy-digital-timer;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.timer-controls[b-r8gj66i4gx] {
    display: flex;
    justify-content: center;
    gap: clamp(0.25rem, 2cqw, 0.5rem);
    padding: clamp(0.25rem, 2cqh, 0.5rem);
}
/* /Components/Widgets/HorizontalBarTimer.razor.rz.scp.css */
/* Container query setup */
.horizontal-bar-container[b-ytkran6nao] {
    container-type: size;
    container-name: horizontal-bar;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bar-wrapper[b-ytkran6nao] {
    width: 85cqw;
    height: clamp(40px, 15cqh, 80px);
    display: flex;
    align-items: center;
}

.bar-background[b-ytkran6nao] {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.bar-fill[b-ytkran6nao] {
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.timer-controls[b-ytkran6nao] {
    display: flex;
    justify-content: center;
    gap: clamp(0.25rem, 2cqw, 0.5rem);
    padding: clamp(0.25rem, 2cqh, 0.5rem);
}
/* /Components/Widgets/ModernTimer.razor.rz.scp.css */
/* Container query setup */
.app-container[b-j5r776yqfy] {
    container-type: size;
    container-name: modern-timer;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 1s ease;
    cursor: pointer;
}

.circle-container[b-j5r776yqfy] {
    /* Use container query units for responsive sizing */
    width: min(70cqw, 70cqh);
    height: min(70cqw, 70cqh);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 0 clamp(3px, 1.5cqmin, 10px) currentColor,
                inset 2cqmin 2cqmin 4cqmin rgba(0, 0, 0, 0.125),
                2cqmin 2cqmin 4cqmin rgba(0, 0, 0, 0.125);
    text-shadow: 2cqmin 2cqmin 4cqmin rgba(0, 0, 0, 0.125);
    transition: transform 0.3s ease;
}

/* Smaller containers get slightly smaller circle */
@container modern-timer (max-width: 300px) {
    .circle-container[b-j5r776yqfy] {
        width: min(80cqw, 80cqh);
        height: min(80cqw, 80cqh);
    }
}

.circle[b-j5r776yqfy] {
    position: relative;
    z-index: 200;
    animation: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.running .circle-container .circle[b-j5r776yqfy] {
    animation: pulse-b-j5r776yqfy 1s ease-in-out;
}

@keyframes pulse-b-j5r776yqfy {
    0% { transform: scale(1); }
    50% { transform: scale(1.175); }
    100% { transform: scale(1); }
}

.back[b-j5r776yqfy] {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.125);
    transform: translateY(var(--progress, 0%));
    transition: transform 1s linear;
}
/* /Components/Widgets/VerticalBarTimer.razor.rz.scp.css */
/* Container query setup */
.vertical-bar-container[b-450k9fc65w] {
    container-type: size;
    container-name: vertical-bar;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bar-wrapper[b-450k9fc65w] {
    width: clamp(40px, 15cqw, 80px);
    height: 85cqh;
    display: flex;
    align-items: flex-end;
}

.bar-background[b-450k9fc65w] {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bar-fill[b-450k9fc65w] {
    width: 100%;
    border-radius: 0 0 8px 8px;
}

.timer-controls[b-450k9fc65w] {
    display: flex;
    justify-content: center;
    gap: clamp(0.25rem, 2cqw, 0.5rem);
    padding: clamp(0.25rem, 2cqh, 0.5rem);
}
/* /Pages/Home.razor.rz.scp.css */
.settings-form[b-0bt7o72765] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.setting-group[b-0bt7o72765] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.setting-group label[b-0bt7o72765] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
}

.setting-row[b-0bt7o72765] {
    display: flex;
    gap: 1rem;
}

.setting-row .setting-group[b-0bt7o72765] {
    flex: 1;
}

.advanced-settings[b-0bt7o72765] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.5rem;
}

.color-picker[b-0bt7o72765] {
    width: 100%;
    height: 40px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    background: none;
}

.color-picker[b-0bt7o72765]::-webkit-color-swatch-wrapper {
    padding: 2px;
}

.color-picker[b-0bt7o72765]::-webkit-color-swatch {
    border-radius: 2px;
    border: none;
}

.license-prompt[b-0bt7o72765] {
    text-align: center;
    padding: 2rem;
}

.license-prompt p[b-0bt7o72765] {
    margin-bottom: 1rem;
}

.footer-links[b-0bt7o72765] {
    margin-top: 0.5rem;
}

.footer-links a[b-0bt7o72765] {
    color: var(--accent-fill-rest);
    text-decoration: none;
    cursor: pointer;
}

.footer-links a:hover[b-0bt7o72765] {
    text-decoration: underline;
}
