/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8847nw5d82] {
    background: hsl(var(--card));
    color: hsl(var(--foreground));
    border-top: 1px solid hsl(var(--destructive) / 0.4);
    bottom: 0;
    box-shadow: 0 -4px 20px hsl(0 0% 0% / 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    padding: 12px 44px 12px 20px;
    font-size: 13px;
}

.error-ui-content[b-8847nw5d82] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.error-ui-content svg[b-8847nw5d82] {
    color: hsl(var(--destructive));
    flex-shrink: 0;
}

#blazor-error-ui .reload[b-8847nw5d82] {
    color: hsl(var(--primary));
    font-weight: 600;
    text-decoration: none;
}
#blazor-error-ui .reload:hover[b-8847nw5d82] { text-decoration: underline; }

#blazor-error-ui .dismiss[b-8847nw5d82] {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--muted-foreground));
}
#blazor-error-ui .dismiss:hover[b-8847nw5d82] { color: hsl(var(--foreground)); }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4zh8ib97lo],
.components-reconnect-repeated-attempt-visible[b-4zh8ib97lo],
.components-reconnect-failed-visible[b-4zh8ib97lo],
.components-pause-visible[b-4zh8ib97lo],
.components-resume-failed-visible[b-4zh8ib97lo],
.components-rejoining-animation[b-4zh8ib97lo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-retrying[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-failed[b-4zh8ib97lo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4zh8ib97lo] {
    display: block;
}


#components-reconnect-modal[b-4zh8ib97lo] {
    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-4zh8ib97lo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4zh8ib97lo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4zh8ib97lo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4zh8ib97lo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4zh8ib97lo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4zh8ib97lo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4zh8ib97lo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4zh8ib97lo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4zh8ib97lo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4zh8ib97lo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4zh8ib97lo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4zh8ib97lo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4zh8ib97lo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4zh8ib97lo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4zh8ib97lo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4zh8ib97lo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4zh8ib97lo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4zh8ib97lo {
    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/Calendario/Calendario.razor.rz.scp.css */
.cal-toolbar[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.cal-legend[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cal-toggles[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(var(--border));
}

.cal-legend-item[b-0vmljyke0e] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: hsl(var(--muted-foreground));
    white-space: nowrap;
}

.cal-legend-item[b-0vmljyke0e]  .cal-legend-icon.warn { color: hsl(var(--warning)); }
.cal-legend-item[b-0vmljyke0e]  .cal-legend-icon.primary { color: hsl(var(--primary)); }

.cal-legend-link[b-0vmljyke0e] {
    text-decoration: none;
    cursor: pointer;
    transition: color .12s;
}

.cal-legend-link:hover[b-0vmljyke0e] {
    color: hsl(var(--primary));
}

.cal-legend-dots[b-0vmljyke0e] {
    display: inline-flex;
    gap: 2px;
}

.cal-legend-dots span[b-0vmljyke0e] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}

.cal-legend-sep[b-0vmljyke0e] {
    width: 1px;
    height: 12px;
    background: hsl(var(--border));
}

.cal-legend-bar[b-0vmljyke0e] {
    width: 16px;
    height: 5px;
    border-radius: 999px;
    display: inline-block;
}

.cal-legend-bar.success[b-0vmljyke0e] { background: hsl(var(--success)); }
.cal-legend-bar.warn[b-0vmljyke0e] { background: hsl(var(--warning)); }
.cal-legend-bar.destructive[b-0vmljyke0e] { background: hsl(var(--destructive)); }

.cal-nav[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 14px;
}

.cal-nav-label[b-0vmljyke0e] {
    min-width: 170px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.cal-nav[b-0vmljyke0e]  > .btn:last-child {
    margin-left: 10px;
}

.cal-divider[b-0vmljyke0e] {
    font-size: 10px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 4px 0 2px;
}

/* ── Vista mese ─────────────────────────────────────────────── */
.cal-layout[b-0vmljyke0e] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.cal-main[b-0vmljyke0e] {
    flex: 2;
    min-width: 420px;
    display: flex;
    flex-direction: column;
}

.cal-grid[b-0vmljyke0e] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.cal-dow[b-0vmljyke0e] {
    font-size: 11px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase;
}

.cal-cell[b-0vmljyke0e] {
    position: relative;
    min-height: 118px;
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid hsl(var(--border));
    border-radius: 10px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    background: hsl(var(--card));
    transition: background .1s, border-color .1s;
}

.cal-day-dot[b-0vmljyke0e] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cal-day-dot-success[b-0vmljyke0e]     { background: hsl(var(--success)); }
.cal-day-dot-warn[b-0vmljyke0e]        { background: hsl(var(--warning)); }
.cal-day-dot-destructive[b-0vmljyke0e] { background: hsl(var(--destructive)); }

.cal-cell:hover[b-0vmljyke0e] {
    background: hsl(var(--accent));
    border-color: hsl(var(--primary) / 0.4);
}

.cal-cell.outside[b-0vmljyke0e] {
    background: hsl(var(--muted) / 0.4);
}

.cal-cell.outside .cal-day-num[b-0vmljyke0e] {
    color: hsl(var(--muted-foreground));
    opacity: .6;
}

.cal-cell.today[b-0vmljyke0e] {
    border-color: hsl(var(--primary) / 0.5);
}

.cal-cell.selected[b-0vmljyke0e] {
    background: hsl(var(--primary) / 0.08);
    border-color: hsl(var(--primary));
}

.cal-cell.pending[b-0vmljyke0e] { border-left-width: 3px; }
.cal-cell.pending-success[b-0vmljyke0e]     { border-left-color: hsl(var(--success)); }
.cal-cell.pending-warn[b-0vmljyke0e]        { border-left-color: hsl(var(--warning)); }
.cal-cell.pending-destructive[b-0vmljyke0e] { border-left-color: hsl(var(--destructive)); }

.cal-day-num[b-0vmljyke0e] {
    font-size: 12px;
    font-weight: 600;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.cal-cell.today .cal-day-num[b-0vmljyke0e] {
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
}

.cal-cell-items[b-0vmljyke0e] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cal-mini-item[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 3px 6px;
    border-radius: 5px;
    border-left: 3px solid var(--c, hsl(var(--muted-foreground)));
    background: color-mix(in srgb, var(--c, transparent) 16%, hsl(var(--card)));
}

.cal-mini-item.done[b-0vmljyke0e] {
    opacity: .55;
    border-left-color: hsl(var(--muted-foreground));
    background: hsl(var(--muted) / 0.5);
}

.cal-mini-text[b-0vmljyke0e] {
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-mini-item.done .cal-mini-text[b-0vmljyke0e] {
    text-decoration: line-through;
    color: hsl(var(--muted-foreground));
}

.cal-start-item[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 3px 6px;
    border-radius: 5px;
    background: hsl(var(--primary) / 0.14);
    color: hsl(var(--primary));
    font-weight: 600;
}

.cal-start-item[b-0vmljyke0e]  svg {
    flex-shrink: 0;
}

.cal-start-item .cal-mini-text[b-0vmljyke0e] {
    color: hsl(var(--primary));
}

.cal-pm-item[b-0vmljyke0e] {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    padding: 3px 6px;
    border-radius: 5px;
    background: hsl(var(--warning) / 0.14);
    color: hsl(var(--warning));
    font-weight: 500;
}

.cal-pm-item[b-0vmljyke0e]  svg {
    flex-shrink: 0;
}

.cal-pm-item .cal-mini-text[b-0vmljyke0e] {
    color: hsl(var(--warning));
}

.cal-pm-item.done[b-0vmljyke0e] {
    opacity: .55;
    background: hsl(var(--muted) / 0.5);
    color: hsl(var(--muted-foreground));
}

.cal-pm-item.done .cal-mini-text[b-0vmljyke0e] {
    color: hsl(var(--muted-foreground));
    text-decoration: line-through;
}

.cal-start-card[b-0vmljyke0e] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid hsl(var(--primary) / 0.25);
    background: hsl(var(--primary) / 0.08);
    margin-bottom: 4px;
}

.cal-start-card-icon[b-0vmljyke0e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
}

.cal-start-card-text[b-0vmljyke0e] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cal-start-card-goto[b-0vmljyke0e] {
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background));
    color: hsl(var(--muted-foreground));
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s;
}

.cal-start-card-goto:hover[b-0vmljyke0e] {
    background: hsl(var(--accent));
    border-color: hsl(var(--muted-foreground) / 0.4);
    color: hsl(var(--foreground));
}

.cal-start-card-title[b-0vmljyke0e] {
    font-size: 13px;
    font-weight: 600;
    color: hsl(var(--primary));
}

.cal-start-card-sub[b-0vmljyke0e] {
    font-size: 12px;
    color: hsl(var(--muted-foreground));
}

.cal-mini-more[b-0vmljyke0e] {
    font-size: 10px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    padding-left: 2px;
}

.cal-day-panel[b-0vmljyke0e] {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cal-day-panel-title[b-0vmljyke0e] {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}

/* ── Vista settimana ────────────────────────────────────────── */
.cal-week-grid[b-0vmljyke0e] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    align-items: start;
}

.cal-week-col[b-0vmljyke0e] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 0 12px;
}

.cal-week-col:first-child[b-0vmljyke0e] { padding-left: 0; }
.cal-week-col:last-child[b-0vmljyke0e] { padding-right: 0; }
.cal-week-col + .cal-week-col[b-0vmljyke0e] { border-left: 1px solid hsl(var(--border)); }

.cal-week-col-header[b-0vmljyke0e] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid hsl(var(--border));
}

.cal-week-col-header.today .cal-week-col-num[b-0vmljyke0e] {
    color: hsl(var(--primary));
}

.cal-week-col-dow[b-0vmljyke0e] {
    font-size: 11px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-transform: uppercase;
}

.cal-week-col-num[b-0vmljyke0e] {
    font-size: 15px;
    font-weight: 700;
}

.cal-week-dot[b-0vmljyke0e] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cal-week-col-body[b-0vmljyke0e] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* /Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
[b-bet1clk376] .alert {
    margin-bottom: 16px;
}

.dash-page[b-bet1clk376] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.dash-kpi-grid[b-bet1clk376] {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.dash-kpi-grid-3[b-bet1clk376] { grid-template-columns: repeat(3, 1fr); }

.dash-grid-3[b-bet1clk376] {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
    flex: 1;
    min-height: 0;
}

[b-bet1clk376] .dash-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.dash-col-stack[b-bet1clk376] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
}

[b-bet1clk376] .dash-card-half {
    height: auto;
    flex: 1;
    min-height: 0;
}

.dash-list[b-bet1clk376] {
    padding: 10px 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.dash-section-title[b-bet1clk376] {
    font-size: 12px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 12px 4px 6px;
}

.dash-section-title:first-child[b-bet1clk376] {
    margin-top: 4px;
}

.dash-section-title-destructive[b-bet1clk376] {
    color: hsl(var(--destructive));
}

.dash-empty[b-bet1clk376] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 4px;
    color: hsl(var(--muted-foreground));
    font-size: 13px;
}

.dash-more-link[b-bet1clk376] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 4px 2px;
    font-size: 12.5px;
    color: hsl(var(--primary));
    text-decoration: none;
}

.dash-more-link:hover[b-bet1clk376] { text-decoration: underline; }

.dash-mini-card[b-bet1clk376] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 6px;
    border-radius: var(--radius);
    cursor: pointer;
}

.dash-mini-card:hover[b-bet1clk376] {
    background: hsl(var(--muted) / .5);
}

.dash-mini-card-icon[b-bet1clk376] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: hsl(var(--primary) / .12);
    color: hsl(var(--primary));
    flex-shrink: 0;
}

.dash-mini-card-dot[b-bet1clk376] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 8px;
}

.dash-mini-card-dot-success[b-bet1clk376]   { background: hsl(var(--success)); }
.dash-mini-card-dot-warn[b-bet1clk376]      { background: hsl(var(--warning)); }
.dash-mini-card-dot-destructive[b-bet1clk376] { background: hsl(var(--destructive)); }

.dash-mini-card-text[b-bet1clk376] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.dash-mini-card-title[b-bet1clk376] {
    font-size: 13px;
    font-weight: 500;
    color: hsl(var(--foreground));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dash-mini-card-sub[b-bet1clk376] {
    font-size: 12px;
    color: hsl(var(--muted-foreground));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .dash-kpi-grid-3[b-bet1clk376] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1100px) {
    .dash-grid-3[b-bet1clk376] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .dash-grid-3[b-bet1clk376] { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .dash-kpi-grid-3[b-bet1clk376] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Impostazioni/Impostazioni.razor.rz.scp.css */
.imp-page[b-en3xl7b9c2] {
    max-width: 920px;
}

.imp-hero[b-en3xl7b9c2] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 4px 22px;
}

.imp-hero-name[b-en3xl7b9c2] {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.imp-hero-meta[b-en3xl7b9c2] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 12px;
    color: hsl(var(--muted-foreground));
}

.imp-hero-dot[b-en3xl7b9c2] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: hsl(var(--muted-foreground));
    flex-shrink: 0;
}

.imp-grid[b-en3xl7b9c2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.imp-grid[b-en3xl7b9c2]  .imp-avatar-card {
    grid-column: 1 / -1;
}

@media (max-width: 760px) {
    .imp-grid[b-en3xl7b9c2] { grid-template-columns: 1fr; }
}

.prof-info-item[b-en3xl7b9c2] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px 0;
}

.prof-info-item + .prof-info-item[b-en3xl7b9c2] {
    border-top: 1px solid hsl(var(--border));
}

.prof-info-icon[b-en3xl7b9c2] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    flex-shrink: 0;
    background: hsl(var(--muted) / 0.6);
    color: hsl(var(--muted-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
}

.prof-info-text[b-en3xl7b9c2] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.prof-info-label[b-en3xl7b9c2] {
    font-size: 11px;
    color: hsl(var(--muted-foreground));
}

.prof-info-value[b-en3xl7b9c2] {
    font-size: 13px;
    font-weight: 500;
    color: hsl(var(--foreground));
}

/* ── Selettore avatar ──────────────────────────────────────────── */
.imp-avatar-row[b-en3xl7b9c2] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.imp-grid[b-en3xl7b9c2]  .imp-avatar-preview {
    flex-shrink: 0;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
}

.imp-avatar-controls[b-en3xl7b9c2] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.imp-hue-slider[b-en3xl7b9c2] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 14px;
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    background: linear-gradient(to right,
        hsl(0 70% 50%), hsl(60 70% 50%), hsl(120 70% 50%),
        hsl(180 70% 50%), hsl(240 70% 50%), hsl(300 70% 50%), hsl(360 70% 50%));
}

.imp-hue-slider[b-en3xl7b9c2]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid hsl(var(--foreground));
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.imp-hue-slider[b-en3xl7b9c2]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid hsl(var(--foreground));
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.imp-hue-grid[b-en3xl7b9c2] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.imp-hue-swatch[b-en3xl7b9c2] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    transition: transform .12s, border-color .12s;
}

.imp-hue-swatch:hover[b-en3xl7b9c2] {
    transform: scale(1.12);
}

.imp-hue-swatch.selected[b-en3xl7b9c2] {
    border-color: hsl(var(--foreground));
    box-shadow: 0 0 0 2px hsl(var(--background));
}

.imp-style-grid[b-en3xl7b9c2] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.imp-style-btn[b-en3xl7b9c2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--card));
    cursor: pointer;
    font-size: 11px;
    color: hsl(var(--muted-foreground));
    transition: border-color .12s, background .12s, color .12s;
}

.imp-style-btn:hover[b-en3xl7b9c2] {
    border-color: hsl(var(--muted-foreground) / 0.5);
}

.imp-style-btn.selected[b-en3xl7b9c2] {
    border-color: hsl(var(--primary));
    background: hsl(var(--primary) / 0.06);
    color: hsl(var(--foreground));
    font-weight: 600;
}

.imp-style-preview[b-en3xl7b9c2] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
/* ============================================================
   Login — split panel: sinistra gradiente + calendario, destra bianco
   ============================================================ */

.login-shell[b-9nr3npt56g] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

/* ── Theme toggle, top-right ────────────────────────────────── */
.login-theme-toggle[b-9nr3npt56g] {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(var(--card) / 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid hsl(var(--foreground) / 0.12);
    color: hsl(var(--foreground));
    cursor: pointer;
    box-shadow: 0 8px 20px hsl(204 60% 35% / 0.12);
    transition: transform 0.15s ease, background 0.15s ease;
}
.login-theme-toggle:hover[b-9nr3npt56g] { transform: scale(1.06); background: hsl(var(--card) / 0.8); }

/* ── Left: gradient + calendar illustration ────────────────── */
.login-brand[b-9nr3npt56g] {
    background: linear-gradient(165deg, hsl(205 85% 12%) 0%, hsl(204 78% 22%) 55%, hsl(199 70% 28%) 100%);
    display: flex;
    flex-direction: column;
    padding: 48px;
    position: relative;
    overflow: hidden;
}

.login-logo[b-9nr3npt56g] { display: flex; align-items: center; gap: 14px; }
.login-logo-mark[b-9nr3npt56g] { width: 84px; height: 84px; }
.petal-blue[b-9nr3npt56g] { fill: hsl(204 100% 45%); }
.petal-gray[b-9nr3npt56g] { fill: hsl(0 0% 70%); }

.login-logo-text[b-9nr3npt56g] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.login-logo-word[b-9nr3npt56g] {
    color: hsl(0 0% 100%);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.06em;
    font-family: "Geist Mono", monospace;
}

.login-logo-word-light[b-9nr3npt56g] {
    font-weight: 500;
    color: hsl(0 0% 100% / 0.75);
}

.login-logo-subtitle[b-9nr3npt56g] {
    font-size: 13px;
    color: hsl(0 0% 100% / 0.55);
    letter-spacing: 0.01em;
}

.cal-illustration[b-9nr3npt56g] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.cal-glow[b-9nr3npt56g] {
    position: absolute;
    inset: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, hsl(196 90% 60% / 0.22), transparent 65%);
    filter: blur(24px);
    animation: login-glow-pulse-b-9nr3npt56g 5s ease-in-out infinite;
}
@keyframes login-glow-pulse-b-9nr3npt56g {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50%      { transform: scale(1.08); opacity: 1; }
}

.cal-card[b-9nr3npt56g] {
    position: relative;
    z-index: 1;
    width: 400px;
    background: hsl(0 0% 100% / 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid hsl(0 0% 100% / 0.16);
    border-radius: 22px;
    padding: 28px 28px 22px;
    box-shadow: 0 20px 50px hsl(205 80% 4% / 0.4);
}

.cal-card-header[b-9nr3npt56g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: hsl(0 0% 100%);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.cal-weekdays[b-9nr3npt56g] { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 10px; }
.cal-weekdays span[b-9nr3npt56g] { text-align: center; font-size: 12px; color: hsl(0 0% 100% / 0.4); text-transform: uppercase; }

.cal-grid[b-9nr3npt56g] { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.cal-cell[b-9nr3npt56g] { position: relative; aspect-ratio: 1; border-radius: 7px; background: hsl(0 0% 100% / 0.06); }

.cal-cell-flash[b-9nr3npt56g]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    animation: login-cell-flash-b-9nr3npt56g 6s ease-in-out infinite;
}
.cal-cell-a[b-9nr3npt56g]::before { background: hsl(38 92% 55%);  box-shadow: 0 0 14px hsl(38 92% 55% / 0.7);  animation-delay: 0s; }
.cal-cell-b[b-9nr3npt56g]::before { background: hsl(204 90% 55%); box-shadow: 0 0 14px hsl(204 90% 55% / 0.7); animation-delay: 2s; }
.cal-cell-d[b-9nr3npt56g]::before { background: hsl(0 80% 58%);   box-shadow: 0 0 14px hsl(0 80% 58% / 0.7);   animation-delay: 2s; }
.cal-cell-c[b-9nr3npt56g]::before { background: hsl(142 70% 45%); box-shadow: 0 0 14px hsl(142 70% 45% / 0.7); animation-delay: 4s; }

@keyframes login-cell-flash-b-9nr3npt56g {
    0%   { opacity: 0; transform: scale(0.85); }
    10%  { opacity: 1; transform: scale(1); }
    28%  { opacity: 1; transform: scale(1); }
    38%  { opacity: 0; transform: scale(0.9); }
    100% { opacity: 0; }
}

.cal-toast[b-9nr3npt56g] {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: hsl(0 0% 100% / 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid hsl(0 0% 100% / 0.18);
    color: hsl(0 0% 100%);
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 10px 26px hsl(205 80% 4% / 0.35);
    opacity: 0;
    white-space: nowrap;
    animation: login-toast-in-b-9nr3npt56g 6s ease-in-out infinite;
}
.cal-toast-1[b-9nr3npt56g] { top: 6px; right: 4px; animation-delay: 0s; }
.cal-toast-2[b-9nr3npt56g] { top: 96px; left: -10px; animation-delay: 2s; }
.cal-toast-4[b-9nr3npt56g] { bottom: -6px; left: 30px; animation-delay: 2s; }
.cal-toast-3[b-9nr3npt56g] { bottom: 8px; right: 24px; animation-delay: 4s; }

.cal-toast--danger[b-9nr3npt56g] {
    background: hsl(0 75% 50% / 0.22);
    border-color: hsl(0 80% 65% / 0.4);
    color: hsl(0 0% 100%);
}

@keyframes login-toast-in-b-9nr3npt56g {
    0%   { opacity: 0; transform: translateY(14px) scale(0.9); }
    10%  { opacity: 1; transform: translateY(0) scale(1); }
    28%  { opacity: 1; transform: translateY(0) scale(1); }
    38%  { opacity: 0; transform: translateY(-10px) scale(0.95); }
    100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .cal-glow[b-9nr3npt56g], .cal-toast[b-9nr3npt56g] { animation: none; }
    .cal-cell-flash[b-9nr3npt56g]::before { animation: none; }
}

/* ── Right: white panel with translucent card ─────────────────── */
.login-form-panel[b-9nr3npt56g] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, hsl(var(--background)), hsl(var(--muted) / 0.6));
}

.login-panel-fx[b-9nr3npt56g] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.lp-orb[b-9nr3npt56g] {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
}
.lp-orb-1[b-9nr3npt56g] {
    width: 300px; height: 300px; top: -90px; right: -70px;
    background: radial-gradient(circle, hsl(204 90% 60% / 0.16), transparent 70%);
    animation: lp-orb-breathe-b-9nr3npt56g 9s ease-in-out infinite;
}
.lp-orb-2[b-9nr3npt56g] {
    width: 260px; height: 260px; bottom: -90px; left: -50px;
    background: radial-gradient(circle, hsl(196 85% 65% / 0.13), transparent 70%);
    animation: lp-orb-breathe-b-9nr3npt56g 11s ease-in-out infinite 2s;
}
.lp-orb-3[b-9nr3npt56g] {
    width: 200px; height: 200px; top: 40%; left: 50%;
    background: radial-gradient(circle, hsl(38 92% 60% / 0.09), transparent 70%);
    animation: lp-orb-breathe-b-9nr3npt56g 13s ease-in-out infinite 4.5s;
}

/* scala e opacità crescono e calano dolcemente, stesso valore a 0%/100% → nessun salto nel loop */
@keyframes lp-orb-breathe-b-9nr3npt56g {
    0%, 100% { transform: scale(0.85); opacity: 0.6; }
    50%      { transform: scale(1.15); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-orb[b-9nr3npt56g] { animation: none; }
}

.login-card[b-9nr3npt56g] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    background: hsl(var(--card) / 0.55);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    border: 1px solid hsl(var(--foreground) / 0.12);
    border-radius: 20px;
    padding: 40px 36px 34px;
    box-shadow: 0 24px 60px hsl(204 60% 35% / 0.1), inset 0 1px 0 hsl(0 0% 100% / 0.25);
}

/* ── Corner accents ─────────────────────────────────────────── */
.login-card-accent[b-9nr3npt56g] {
    position: absolute;
    width: 64px;
    height: 64px;
    pointer-events: none;
    z-index: 0;
}
.login-card-accent path[b-9nr3npt56g] {
    fill: none;
    stroke: hsl(204 90% 48%);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    opacity: 0.3;
    animation: lc-accent-draw-in-b-9nr3npt56g 1.1s ease-out 0.3s 1 forwards;
}
.login-card-accent--tr[b-9nr3npt56g] { top: -8px; right: -8px; }
.login-card-accent--bl[b-9nr3npt56g] { bottom: -8px; left: -8px; transform: rotate(180deg); }
.login-card-accent--bl path[b-9nr3npt56g] { animation-delay: 0.7s; }

/* si disegna una sola volta e resta acceso (fill-mode: forwards) */
@keyframes lc-accent-draw-in-b-9nr3npt56g {
    0%   { stroke-dashoffset: 140; opacity: 0.3; }
    100% { stroke-dashoffset: 0; opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .login-card-accent path[b-9nr3npt56g] { animation: none; stroke-dashoffset: 0; opacity: 1; }
}

.login-title[b-9nr3npt56g] {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
    color: hsl(var(--foreground));
}

.login-subtitle[b-9nr3npt56g] {
    font-size: 13px;
    color: hsl(var(--muted-foreground));
    margin: 4px 0 24px;
}

.login-remember-row[b-9nr3npt56g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4px 0 18px;
}

@media (max-width: 768px) {
    .login-shell[b-9nr3npt56g] { grid-template-columns: 1fr; }
    .login-brand[b-9nr3npt56g] { display: none; }
}
/* /Components/Pages/NotFound/NotFound.razor.rz.scp.css */
/* ============================================================
   404 — stesso linguaggio visivo della login
   ============================================================ */

.nf-page[b-a6wetkiocr] {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(165deg, hsl(205 85% 12%) 0%, hsl(204 78% 22%) 55%, hsl(199 70% 28%) 100%);
}

.nf-orb[b-a6wetkiocr] {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}
.nf-orb-1[b-a6wetkiocr] {
    width: 380px; height: 380px; top: -120px; left: -100px;
    background: radial-gradient(circle, hsl(204 90% 55% / 0.28), transparent 70%);
    animation: nf-orb-breathe-b-a6wetkiocr 9s ease-in-out infinite;
}
.nf-orb-2[b-a6wetkiocr] {
    width: 320px; height: 320px; bottom: -140px; right: -100px;
    background: radial-gradient(circle, hsl(196 85% 60% / 0.22), transparent 70%);
    animation: nf-orb-breathe-b-a6wetkiocr 11s ease-in-out infinite 2s;
}
@keyframes nf-orb-breathe-b-a6wetkiocr {
    0%, 100% { transform: scale(0.85); opacity: 0.6; }
    50%      { transform: scale(1.15); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .nf-orb[b-a6wetkiocr] { animation: none; }
}

.nf-card[b-a6wetkiocr] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 380px;
    text-align: center;
    background: hsl(0 0% 100% / 0.08);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    border: 1px solid hsl(0 0% 100% / 0.16);
    border-radius: 20px;
    padding: 40px 36px 36px;
    box-shadow: 0 24px 70px hsl(205 80% 4% / 0.45), inset 0 1px 0 hsl(0 0% 100% / 0.08);
}

.nf-logo-mark[b-a6wetkiocr] { width: 56px; height: 56px; margin: 0 auto 20px; display: block; }
.petal-blue[b-a6wetkiocr] { fill: hsl(204 100% 55%); }
.petal-gray[b-a6wetkiocr] { fill: hsl(0 0% 78%); }

.nf-code[b-a6wetkiocr] {
    font-family: "Geist Mono", monospace;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: hsl(196 90% 68%);
    margin-bottom: 6px;
}

.nf-title[b-a6wetkiocr] {
    font-size: 22px;
    font-weight: 700;
    color: hsl(0 0% 100%);
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.nf-sub[b-a6wetkiocr] {
    font-size: 13px;
    color: hsl(0 0% 100% / 0.65);
    line-height: 1.6;
    margin: 0 0 28px;
}

.nf-btn[b-a6wetkiocr] { text-decoration: none; }
/* /Components/Pages/PreventivoDettaglio/PreventivoDettaglio.razor.rz.scp.css */
.pdet-sections[b-c3s9yjai9r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.pdet-scadenze-cols[b-c3s9yjai9r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

@media (max-width: 900px) {
    .pdet-scadenze-cols[b-c3s9yjai9r] { grid-template-columns: 1fr; }
}

.pdet-section-box[b-c3s9yjai9r] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    background: hsl(var(--muted) / 0.35);
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
}

.pdet-section-label[b-c3s9yjai9r] {
    font-size: 10px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.pdet-info-item[b-c3s9yjai9r] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.pdet-info-icon[b-c3s9yjai9r] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    flex-shrink: 0;
    background: hsl(var(--background));
    color: hsl(var(--muted-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdet-info-icon--accent[b-c3s9yjai9r] {
    background: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
}

.pdet-info-text[b-c3s9yjai9r] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pdet-info-label[b-c3s9yjai9r] {
    font-size: 11px;
    color: hsl(var(--muted-foreground));
}

.pdet-info-value[b-c3s9yjai9r] {
    font-size: 13px;
    font-weight: 500;
    color: hsl(var(--foreground));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdet-note[b-c3s9yjai9r] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid hsl(var(--border));
}

.pdet-note .pdet-info-value[b-c3s9yjai9r] {
    white-space: pre-wrap;
    overflow: visible;
    font-weight: 400;
}
/* /Components/Pages/Statistiche/Statistiche.razor.rz.scp.css */

[b-2j7j4w77d4] .alert {
    margin-bottom: 16px;
}

.stat-toolbar[b-2j7j4w77d4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.stat-presets[b-2j7j4w77d4] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.stat-range[b-2j7j4w77d4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-tab-body[b-2j7j4w77d4] {
    margin-top: 16px;
}

.stat-kpi-grid[b-2j7j4w77d4] {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.stat-kpi-grid-4[b-2j7j4w77d4] { grid-template-columns: repeat(4, 1fr); }
.stat-kpi-grid-3[b-2j7j4w77d4] { grid-template-columns: repeat(3, 1fr); }

.stat-kpi-grid .stat-card[b-2j7j4w77d4] {
    height: 100%;
}

.stat-grid-2[b-2j7j4w77d4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.stat-grid-3[b-2j7j4w77d4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
    margin-top: 16px;
}

@media (max-width: 1100px) {
    .stat-kpi-grid-4[b-2j7j4w77d4] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .stat-kpi-grid-3[b-2j7j4w77d4], .stat-grid-2[b-2j7j4w77d4], .stat-grid-3[b-2j7j4w77d4] { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .stat-kpi-grid-4[b-2j7j4w77d4] { grid-template-columns: 1fr; }
}

.stat-section-title[b-2j7j4w77d4] {
    font-size: 13px;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    margin: 20px 0 10px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
/* /Components/Shared/PromemoriaCard.razor.rz.scp.css */
.pm-card[b-ss7dnz1340] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid hsl(var(--warning) / 0.35);
    background: hsl(var(--warning) / 0.06);
    border-radius: var(--radius);
    cursor: pointer;
    transition: background .1s, border-color .1s;
}

.pm-card:hover[b-ss7dnz1340] {
    background: hsl(var(--warning) / 0.12);
    border-color: hsl(var(--warning) / 0.6);
}

.pm-card.readonly[b-ss7dnz1340] {
    cursor: default;
}

.pm-card.readonly:hover[b-ss7dnz1340] {
    background: hsl(var(--warning) / 0.06);
    border-color: hsl(var(--warning) / 0.35);
}

.pm-card-circle[b-ss7dnz1340] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid hsl(var(--warning) / 0.6);
    color: hsl(var(--warning));
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pm-card-text[b-ss7dnz1340] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pm-card-title[b-ss7dnz1340] {
    font-size: 13px;
    font-weight: 500;
}

.pm-card-title.done[b-ss7dnz1340] {
    text-decoration: line-through;
    color: hsl(var(--muted-foreground));
}

.pm-card-sub[b-ss7dnz1340] {
    font-size: 12px;
    color: hsl(var(--muted-foreground));
    text-transform: capitalize;
}

.pm-card-meta[b-ss7dnz1340] {
    font-size: 11px;
    color: hsl(var(--success));
}

.pm-card-countdown[b-ss7dnz1340] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 3px;
}

.pm-card-countdown-text[b-ss7dnz1340] {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.pm-card-countdown-success[b-ss7dnz1340] { color: hsl(var(--success)); }
.pm-card-countdown-warn[b-ss7dnz1340] { color: hsl(var(--warning)); }
.pm-card-countdown-destructive[b-ss7dnz1340] { color: hsl(var(--destructive)); }

.pm-card-delete[b-ss7dnz1340] {
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 0;
    background: transparent;
    color: hsl(var(--destructive));
    cursor: pointer;
    opacity: 0;
    transition: opacity .12s, background .12s;
}

.pm-card:hover .pm-card-delete[b-ss7dnz1340] {
    opacity: 1;
}

.pm-card-delete:hover[b-ss7dnz1340] {
    background: hsl(var(--destructive) / 0.14);
}

.pm-card-goto[b-ss7dnz1340] {
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background));
    color: hsl(var(--muted-foreground));
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s;
}

.pm-card-goto:hover[b-ss7dnz1340] {
    background: hsl(var(--accent));
    border-color: hsl(var(--muted-foreground) / 0.4);
    color: hsl(var(--foreground));
}
/* /Components/Shared/ScadenzaCard.razor.rz.scp.css */
.sc-card[b-svx2j4jluz] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    cursor: pointer;
    transition: background .1s, border-color .1s;
}

.sc-card:hover[b-svx2j4jluz] {
    background: hsl(var(--accent));
    border-color: hsl(var(--muted-foreground) / 0.4);
}

.sc-card.readonly[b-svx2j4jluz] {
    cursor: default;
}

.sc-card.readonly:hover[b-svx2j4jluz] {
    background: transparent;
    border-color: hsl(var(--border));
}

.sc-card-circle[b-svx2j4jluz] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid hsl(var(--muted-foreground) / 0.5);
    flex-shrink: 0;
    margin-top: 0;
}

.sc-card-dot[b-svx2j4jluz] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.sc-card-text[b-svx2j4jluz] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sc-card-goto[b-svx2j4jluz] {
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background));
    color: hsl(var(--muted-foreground));
    cursor: pointer;
    transition: background .12s, color .12s, border-color .12s;
}

.sc-card-goto:hover[b-svx2j4jluz] {
    background: hsl(var(--accent));
    border-color: hsl(var(--muted-foreground) / 0.4);
    color: hsl(var(--foreground));
}

.sc-card-title[b-svx2j4jluz] {
    font-size: 13px;
    font-weight: 500;
}

.sc-card-title.done[b-svx2j4jluz] {
    text-decoration: line-through;
    color: hsl(var(--muted-foreground));
}

.sc-card-sub[b-svx2j4jluz] {
    font-size: 12px;
    color: hsl(var(--muted-foreground));
    text-transform: capitalize;
}

.sc-card-meta[b-svx2j4jluz] {
    font-size: 11px;
    color: hsl(var(--success));
}

.sc-card-countdown[b-svx2j4jluz] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 3px;
}

.sc-card-countdown-text[b-svx2j4jluz] {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.sc-card-countdown-success[b-svx2j4jluz] { color: hsl(var(--success)); }
.sc-card-countdown-warn[b-svx2j4jluz] { color: hsl(var(--warning)); }
.sc-card-countdown-destructive[b-svx2j4jluz] { color: hsl(var(--destructive)); }
