@import '_content/SimpleBlazorMultiselect/SimpleBlazorMultiselect.mz53lri8gf.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* ── Login page ─────────────────────────────────────────────── */

.login-bg[b-b22a2i9bj9] {
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(38, 82, 247, 0.2) 0%, rgba(25, 17, 53, 0.2) 100%);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.login-center[b-b22a2i9bj9] {
    width: 100%;
    max-width: 580px;
}

/* Glass card */
.login-glass[b-b22a2i9bj9] {
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), inset 0 0 30px rgba(255, 255, 255, 0.03);
    padding: 2.5rem 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Logo ATLEA */
.login-logo-wrap[b-b22a2i9bj9] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.6rem;
}

.login-logo[b-b22a2i9bj9] {
    max-width: 220px;
    width: 100%;
}

/* Sottotitolo */
.login-subtitle[b-b22a2i9bj9] {
    text-align: center;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: rgba(200, 215, 255, 0.55);
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

/* Link recupera password */
.login-forgot[b-b22a2i9bj9] {
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(200, 215, 255, 0.5);
    text-decoration: none;
}

.login-forgot:hover[b-b22a2i9bj9] {
    color: #cedc00;
}

/* Powered by footer */
.login-powered[b-b22a2i9bj9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.login-powered-text[b-b22a2i9bj9] {
    font-size: 10px;
    letter-spacing: 1.2px;
    color: rgba(200, 215, 255, 0.35);
    text-transform: lowercase;
}

.login-anteria-logo[b-b22a2i9bj9] {
    height: 22px;
    opacity: 0.5;
    filter: brightness(0) invert(1);
}
/* /Components/Components/Widgets/NavCustomizePanel.razor.rz.scp.css */
.nav-customize-row[b-2u7r5my6xk] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .55rem .25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.nav-customize-icon[b-2u7r5my6xk] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .5);
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
}

.nav-customize-label[b-2u7r5my6xk] {
    flex: 1;
    color: rgba(255, 255, 255, .85);
    font-size: .875rem;
}

/* /Components/Components/Widgets/PanelCalendarioContatti.razor.rz.scp.css */
.cal-date[b-ecfuvuzmnz] {
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--analytics-text-secondary);
    margin-left: 0.5rem;
    text-transform: capitalize;
}

.cal-list[b-ecfuvuzmnz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.25rem 0;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.cal-list[b-ecfuvuzmnz]::-webkit-scrollbar {
    width: 8px;
}

.cal-list[b-ecfuvuzmnz]::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.cal-list[b-ecfuvuzmnz]::-webkit-scrollbar-track {
    background-color: transparent;
}

.cal-item[b-ecfuvuzmnz] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
    text-align: left;
}

.cal-item:hover[b-ecfuvuzmnz] {
    background: rgba(38, 82, 247, 0.1);
    border-color: rgba(38, 82, 247, 0.3);
}

.cal-time[b-ecfuvuzmnz] {
    flex-shrink: 0;
    min-width: 42px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--analytics-primary);
    background: rgba(38, 82, 247, 0.12);
    border-radius: 6px;
    padding: 0.2rem 0.4rem;
    text-align: center;
    line-height: 1.4;
}

.cal-info[b-ecfuvuzmnz] {
    flex: 1;
    min-width: 0;
}

.cal-name[b-ecfuvuzmnz] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--analytics-text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-type[b-ecfuvuzmnz] {
    font-size: 0.72rem;
    color: var(--analytics-text-secondary);
    margin-top: 1px;
}

.cal-notes[b-ecfuvuzmnz] {
    font-size: 0.72rem;
    color: var(--analytics-text-secondary);
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.cal-contacts[b-ecfuvuzmnz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 4px;
}

.cal-contact-pill[b-ecfuvuzmnz] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.7rem;
    color: var(--analytics-text-secondary);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 5px;
    padding: 1px 6px;
}

@keyframes cal-spin-b-ecfuvuzmnz {
    to { transform: rotate(360deg); }
}

.cal-spin[b-ecfuvuzmnz] {
    animation: cal-spin-b-ecfuvuzmnz 0.9s linear infinite;
    display: inline-block;
}
/* /Components/Components/Widgets/PanelObiettiviMensili.razor.rz.scp.css */
.obj-content[b-aj19vy6lyi] {
    max-height: 308px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 20px;
}
/* /Components/Components/Widgets/WidgetCustomizePanel.razor.rz.scp.css */
.widget-row[b-yxz2p8qcfs] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .55rem .25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.widget-dot[b-yxz2p8qcfs] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.widget-label[b-yxz2p8qcfs] {
    flex: 1;
    color: rgba(255, 255, 255, .85);
    font-size: .875rem;
}

.widget-toggle-btn[b-yxz2p8qcfs] {
    min-width: 90px;
    font-size: .8rem;
}
/* /Components/CustomControl/NotificaSociDialog.razor.rz.scp.css */
.notify-spotlight-dialog[b-8kbibcr6ar] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notify-spotlight-header[b-8kbibcr6ar] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.notify-spotlight-header h3[b-8kbibcr6ar] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #e8f0ff;
}

.notify-spotlight-header p[b-8kbibcr6ar] {
    margin: 4px 0 0;
    color: rgba(200, 215, 255, 0.60);
    font-size: 0.88rem;
}

.notify-close[b-8kbibcr6ar] {
    border: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255,255,255,0.07);
    color: #C5C7D2;
    cursor: pointer;
    flex-shrink: 0;
}

.notify-close:hover[b-8kbibcr6ar] {
    background: rgba(255,255,255,0.13);
}

/* ── risultati ricerca ── */
.notify-results[b-8kbibcr6ar] {
    overflow-y: auto;
    max-height: 220px;
    padding: 4px 2px;
}

.notify-socio-item[b-8kbibcr6ar] {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
    user-select: none;
}

.notify-socio-item:hover[b-8kbibcr6ar],
.notify-socio-item.selected[b-8kbibcr6ar] {
    background: rgba(99, 149, 255, 0.18);
}

.notify-socio-main[b-8kbibcr6ar] {
    color: #e8f0ff;
    font-weight: 600;
    font-size: 14px;
}

.notify-socio-sub[b-8kbibcr6ar] {
    color: rgba(200, 215, 255, 0.65);
    font-size: 12px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── altezza textarea ── */
.notify-textarea-wrap textarea[b-8kbibcr6ar] {
    min-height: 100px !important;
    height: auto !important;
    resize: vertical;
}

/* ── footer ── */
.notify-footer[b-8kbibcr6ar] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.notify-target[b-8kbibcr6ar] {
    font-size: 0.82rem;
    color: rgba(200, 215, 255, 0.60);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notify-send-btn[b-8kbibcr6ar] {
    border: 0;
    border-radius: 999px;
    min-width: 120px;
    height: 40px;
    padding: 0 20px;
    font-weight: 700;
    color: #111827;
    cursor: pointer;
    background: linear-gradient(90deg, #cedc00 0%, #fff36d 100%);
    flex-shrink: 0;
}

.notify-send-btn:disabled[b-8kbibcr6ar] {
    opacity: 0.40;
    cursor: default;
}
/* /Components/CustomControl/PrintPreviewModal.razor.rz.scp.css */
/* ── Backdrop ────────────────────────────────────────────────────────────── */
.print-preview-backdrop[b-gkcy4ukumo] {
    position: fixed;
    inset: 0;
    z-index: 999999;   /* sopra header, spinner e qualsiasi stacking context */
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* ── Dialog card ─────────────────────────────────────────────────────────── */
.print-preview-dialog[b-gkcy4ukumo] {
    background: #f0f2f5;
    border-radius: 14px;
    width: min(92vw, 1280px);
    height: 70vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.45);
}

/* ── Toolbar ─────────────────────────────────────────────────────────────── */
.print-preview-toolbar[b-gkcy4ukumo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: var(--header-bg, #fff);
    border-bottom: 1px solid var(--border-color, #e0e0e0);
    flex-shrink: 0;
    gap: 12px;
}

.print-preview-title[b-gkcy4ukumo] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary, #1a1a2e);
    display: flex;
    align-items: center;
}

.print-preview-actions[b-gkcy4ukumo] {
    display: flex;
    align-items: center;
}

/* ── Scrollable body – fogli impilati verticalmente ─────────────────────── */
.print-preview-body[b-gkcy4ukumo] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;   /* consente scroll orizzontale se il foglio è più largo del dialog */
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #e8eaed;
}

/* ── Print: hide the dialog (stampa avviene in finestra separata) ─────────── */
@media print {
    .print-preview-backdrop[b-gkcy4ukumo] {
        display: none !important;
    }
}
/* /Components/Layout/ModernLayout.razor.rz.scp.css */
.header-logo[b-8whq0l2s52] {
    height: 36px;
    width: auto;
    object-fit: contain;
}
/* /Components/Pages/AreaAnagrafica/MascheraAllenamento.razor.rz.scp.css */
.allenamento-table[b-pj3nh97xg2] {
    border-collapse: separate;
    border-spacing: 0;
}

.allenamento-scroll[b-pj3nh97xg2] {
    height: 380px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.allenamento-table thead th[b-pj3nh97xg2] {
    background-color: rgba(29, 36, 63, 0.95);
    color: var(--analytics-text-secondary);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 8px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    white-space: nowrap;
}

.allenamento-table tbody.esercizio-group tr[b-pj3nh97xg2] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.allenamento-table tbody.esercizio-group[b-pj3nh97xg2] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    transition: background 0.15s;
    cursor: pointer;
}

.allenamento-table tbody.esercizio-group:nth-child(odd) td[b-pj3nh97xg2] {
    background: rgba(255, 255, 255, 0.02);
}

.allenamento-table tbody.esercizio-group:nth-child(even) td[b-pj3nh97xg2] {
    background: rgba(255, 255, 255, 0.0);
}

.allenamento-table tbody.esercizio-group:hover td[b-pj3nh97xg2] {
    background: rgba(100, 181, 246, 0.08);
}

.allenamento-table td[b-pj3nh97xg2] {
    padding: 5px 4px;
    vertical-align: middle;
    color: var(--analytics-text-primary);
}

.allenamento-input[b-pj3nh97xg2] {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 0.88rem;
    color: var(--analytics-text-primary);
    font-family: var(--font-family);
    outline: none;
}

.allenamento-input:focus[b-pj3nh97xg2] {
    border-color: var(--analytics-focus-color);
    background: rgba(255, 255, 255, 0.08);
}

.allenamento-table .input_box[b-pj3nh97xg2] {
    margin: 0;
}

.allenamento-table .input_box select.inputbox[b-pj3nh97xg2] {
    padding: 6px 8px;
    height: auto;
    font-size: 0.88rem;
    border-radius: 8px;
}

/* /Components/Pages/AreaAnagrafica/MascheraSchedaTemplate.razor.rz.scp.css */
.template-picker[b-9ubtv3ka23] {
    min-width: 700px;
}

.template-grid[b-9ubtv3ka23] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    max-height: 460px;
    overflow-y: auto;
    padding-right: 4px;
}

.template-card[b-9ubtv3ka23] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 14px;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
}

.template-card:hover[b-9ubtv3ka23] {
    background: rgba(100,181,246,0.08);
    border-color: rgba(100,181,246,0.4);
}

.template-card.selected[b-9ubtv3ka23] {
    background: rgba(100,181,246,0.12);
    border-color: var(--bs-primary, #64b5f6);
    box-shadow: 0 0 0 2px rgba(100,181,246,0.25);
}

.template-title[b-9ubtv3ka23] {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-bottom: 8px;
    line-height: 1.3;
}

.template-meta[b-9ubtv3ka23] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    font-size: 0.72rem;
    color: #ffffff;
}

.template-meta span[b-9ubtv3ka23] {
    display: flex;
    align-items: center;
}

.template-note[b-9ubtv3ka23] {
    margin-top: 8px;
    font-size: 0.7rem;
    color: #ffffff;
    line-height: 1.4;
}

.obiettivo-badge[b-9ubtv3ka23], .target-badge[b-9ubtv3ka23] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}
/* /Components/Pages/AreaImpostazioni/SezioniImpostazioni/NavCustomizeSection.razor.rz.scp.css */
/* → Stili spostati in app-light.css */
/* /Components/Pages/AreaLive/LiveCorso.razor.rz.scp.css */
/* ── Layout generale ─────────────────────────────────────────────────── */
.live-page[b-4hvg3vnoda] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    background: #111;
    color: #f0f0f0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    overflow: hidden;
}

.live-page.fullscreen[b-4hvg3vnoda] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    height: 100vh;
}

/* Body 2 colonne */
.live-body[b-4hvg3vnoda] {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 3fr;
    min-height: 0;
}

.live-column[b-4hvg3vnoda] {
    background: #0c0c0d;
    border-right: 1px solid #2c2c2e;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.live-column-header[b-4hvg3vnoda] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #1c1c1e;
}

.live-cards-list[b-4hvg3vnoda] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.timer-column[b-4hvg3vnoda] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 16px;
    overflow: hidden;
}

.timer-empty[b-4hvg3vnoda] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #555;
    text-align: center;
}

.timer-empty p[b-4hvg3vnoda] { margin: 0; font-size: 0.95rem; }

/* Header 3 zone (sx, centro chips, dx) */
.live-header[b-4hvg3vnoda] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: #1c1c1e;
    border-bottom: 1px solid #2c2c2e;
    flex-shrink: 0;
}

.live-header-left[b-4hvg3vnoda] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.live-header-center[b-4hvg3vnoda] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.live-header-right[b-4hvg3vnoda] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

/* Chip selettore timer */
.timer-chip[b-4hvg3vnoda] {
    background: #2c2c2e;
    border: 1.5px solid #3a3a3c;
    color: #8e8e93;
    border-radius: 18px;
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

.timer-chip:hover[b-4hvg3vnoda] { color: #fff; }

.timer-chip.active.chip-emom[b-4hvg3vnoda]    { background: #ff453a; border-color: #ff453a; color: #fff; }
.timer-chip.active.chip-amrap[b-4hvg3vnoda]   { background: #30d158; border-color: #30d158; color: #000; }
.timer-chip.active.chip-fortime[b-4hvg3vnoda] { background: #0a84ff; border-color: #0a84ff; color: #fff; }
.timer-chip.active.chip-hiit[b-4hvg3vnoda]    { background: #ff9f0a; border-color: #ff9f0a; color: #000; }

/* ── Header ──────────────────────────────────────────────────────────── */
/* Header vecchio rimosso - sostituito sopra con versione 3 zone */
.live-header-old-removed[b-4hvg3vnoda] {
    display: none;
}

.live-icon-pulse[b-4hvg3vnoda] {
    font-size: 1.4rem;
    color: #ff453a;
    animation: pulse-b-4hvg3vnoda 1.5s infinite;
}

@keyframes pulse-b-4hvg3vnoda {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.live-title[b-4hvg3vnoda] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
}

.live-corso-badge[b-4hvg3vnoda] {
    background: #2c2c2e;
    color: #aeaeb2;
    font-size: 0.78rem;
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid #3a3a3c;
}

.live-participant-count[b-4hvg3vnoda] {
    background: #ff453a22;
    color: #ff6b63;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
}

.live-select[b-4hvg3vnoda] {
    background: #2c2c2e;
    color: #f0f0f0;
    border: 1px solid #3a3a3c;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 0.85rem;
    outline: none;
    cursor: pointer;
    min-width: 200px;
}

.live-select option[b-4hvg3vnoda] {
    background: #2c2c2e;
}

.live-btn-fs[b-4hvg3vnoda] {
    background: #2c2c2e;
    border: 1px solid #3a3a3c;
    color: #aeaeb2;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.15s;
}

.live-btn-fs:hover[b-4hvg3vnoda] {
    background: #3a3a3c;
    color: #fff;
}

/* ── Empty state ─────────────────────────────────────────────────────── */
.live-empty[b-4hvg3vnoda] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #555;
    padding: 24px 16px;
    text-align: center;
}

.live-empty p[b-4hvg3vnoda] {
    margin: 0;
    font-size: 0.85rem;
}

.live-hint[b-4hvg3vnoda] {
    font-size: 0.75rem !important;
    color: #444 !important;
}

/* ── Grid widget ─────────────────────────────────────────────────────── */
.live-grid[b-4hvg3vnoda] {
    display: none;
}

/* ── Widget card (stile iOS Live Activity) ───────────────────────────── */
.live-card[b-4hvg3vnoda] {
    background: #1c1c1e;
    border-radius: 16px;
    border: 1px solid #2c2c2e;
    padding: 16px;
    transition: border-color 0.2s;
}

.live-card.paused[b-4hvg3vnoda] {
    border-color: #ff9f0a44;
    background: #1c1a14;
}

.live-card-header[b-4hvg3vnoda] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

/* Avatar circolare */
.live-card-avatar[b-4hvg3vnoda] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3a3a3c, #636366);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.1);
}

.live-avatar-img[b-4hvg3vnoda] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-avatar-initials[b-4hvg3vnoda] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.live-card-nome[b-4hvg3vnoda] {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.live-badge-active[b-4hvg3vnoda] {
    background: #ff453a22;
    color: #ff6b63;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 8px;
    letter-spacing: 0.05em;
    animation: pulse-b-4hvg3vnoda 1.5s infinite;
}

.live-badge-paused[b-4hvg3vnoda] {
    background: #ff9f0a22;
    color: #ff9f0a;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 8px;
    letter-spacing: 0.05em;
}

.live-card-metrics[b-4hvg3vnoda] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.live-metric[b-4hvg3vnoda] {
    background: #2c2c2e;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.live-metric-icon[b-4hvg3vnoda] {
    font-size: 1rem;
    line-height: 1;
}

.live-metric-value[b-4hvg3vnoda] {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.live-metric-label[b-4hvg3vnoda] {
    font-size: 0.68rem;
    color: #636366;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── Footer ──────────────────────────────────────────────────────────── */
.live-footer[b-4hvg3vnoda] {
    padding: 6px 14px;
    font-size: 0.68rem;
    color: #3a3a3c;
    background: #0c0c0d;
    border-top: 1px solid #1c1c1e;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.live-total-badge[b-4hvg3vnoda] {
    background: #2c2c2e;
    color: #636366;
    font-size: 0.72rem;
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid #3a3a3c;
}

/* Timer Section: deprecato (sostituito da .timer-column) */
.timer-section[b-4hvg3vnoda],
.timer-section-header[b-4hvg3vnoda],
.timer-toggle-icon[b-4hvg3vnoda],
.timer-selector[b-4hvg3vnoda],
.timer-check[b-4hvg3vnoda] { display: none; }

/* Timer Grid layout dinamico (1=full, 2=2col, 3=2+1full, 4=2x2) */
.timer-grid[b-4hvg3vnoda] {
    flex: 1;
    display: grid;
    gap: 16px;
    min-height: 0;
}

.timer-grid-1[b-4hvg3vnoda] {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.timer-grid-2[b-4hvg3vnoda] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.timer-grid-3[b-4hvg3vnoda] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.timer-grid-3 .timer-card:nth-child(3)[b-4hvg3vnoda] { grid-column: 1 / -1; }

.timer-grid-4[b-4hvg3vnoda] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

/* ── Timer Card ──────────────────────────────────────────────────────── */
.timer-card[b-4hvg3vnoda] {
    border-radius: 20px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 0;
    overflow: hidden;
}

.timer-card-emom[b-4hvg3vnoda]  { background: #1c1c1e; border: 2px solid #ff453a55; }
.timer-card-amrap[b-4hvg3vnoda] { background: #1c1c1e; border: 2px solid #30d15855; }
.timer-card-fortime[b-4hvg3vnoda] { background: #1c1c1e; border: 2px solid #0a84ff55; }
.timer-card-hiit[b-4hvg3vnoda]  { background: #1c1c1e; border: 2px solid #ff9f0a55; }

.timer-label[b-4hvg3vnoda] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
}

.timer-card-emom  .timer-label[b-4hvg3vnoda] { color: #ff453a; background: #ff453a18; }
.timer-card-amrap .timer-label[b-4hvg3vnoda] { color: #30d158; background: #30d15818; }
.timer-card-fortime .timer-label[b-4hvg3vnoda] { color: #0a84ff; background: #0a84ff18; }
.timer-card-hiit  .timer-label[b-4hvg3vnoda] { color: #ff9f0a; background: #ff9f0a18; }

/* ── Config block ────────────────────────────────────────────────────── */
.timer-config[b-4hvg3vnoda] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 12px;
    width: 100%;
}

.timer-config label[b-4hvg3vnoda] {
    font-size: 0.75rem;
    color: #636366;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.timer-input[b-4hvg3vnoda] {
    background: #2c2c2e;
    border: 1px solid #3a3a3c;
    color: #f0f0f0;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 0.9rem;
    width: 72px;
    text-align: center;
    outline: none;
}

.timer-input:focus[b-4hvg3vnoda] { border-color: #0a84ff; }

/* ── Big countdown display ───────────────────────────────────────────── */
.timer-display[b-4hvg3vnoda] {
    font-size: clamp(3rem, 9vw, 8rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    line-height: 1;
}

.timer-grid-1 .timer-display[b-4hvg3vnoda] { font-size: clamp(5rem, 18vw, 14rem); }
.timer-grid-2 .timer-display[b-4hvg3vnoda] { font-size: clamp(4rem, 11vw, 10rem); }

.timer-card-emom  .timer-display[b-4hvg3vnoda] { color: #ff453a; }
.timer-card-amrap .timer-display[b-4hvg3vnoda] { color: #30d158; }
.timer-card-fortime .timer-display[b-4hvg3vnoda] { color: #0a84ff; }
.timer-card-hiit  .timer-display[b-4hvg3vnoda] { color: #ff9f0a; }

/* ── EMOM dots ───────────────────────────────────────────────────────── */
.emom-minutes-track[b-4hvg3vnoda] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    max-width: 280px;
}

.emom-dot[b-4hvg3vnoda] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    background: #2c2c2e;
    color: #ff9f0a;
    border: 1.5px solid #ff9f0a55;
    transition: background 0.3s, color 0.3s;
}

.emom-dot-current[b-4hvg3vnoda] {
    background: #ff453a;
    color: #fff;
    border-color: #ff453a;
    animation: pulse-b-4hvg3vnoda 1s infinite;
}

.emom-dot-past[b-4hvg3vnoda] {
    background: #3a3a3c;
    color: #636366;
    border-color: #3a3a3c;
}

/* ── HIIT phase indicator ────────────────────────────────────────────── */
.hiit-phase[b-4hvg3vnoda] {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 4px 18px;
    border-radius: 20px;
    transition: background 0.3s, color 0.3s;
}

.hiit-work[b-4hvg3vnoda] { background: #ff453a22; color: #ff453a; }
.hiit-rest[b-4hvg3vnoda] { background: #30d15822; color: #30d158; }

.hiit-round-info[b-4hvg3vnoda] {
    font-size: 0.8rem;
    color: #636366;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* ── Timer controls ──────────────────────────────────────────────────── */
.timer-controls[b-4hvg3vnoda] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.timer-btn[b-4hvg3vnoda] {
    border: none;
    border-radius: 12px;
    padding: 8px 20px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.15s;
}

.timer-btn:hover[b-4hvg3vnoda] { opacity: 0.85; }

.timer-btn-start[b-4hvg3vnoda] { background: #30d158; color: #000; }
.timer-btn-stop[b-4hvg3vnoda]  { background: #ff453a; color: #fff; }
.timer-btn-reset[b-4hvg3vnoda] {
    background: #2c2c2e;
    color: #aeaeb2;
    padding: 8px 12px;
    border: 1px solid #3a3a3c;
}
/* /Components/Pages/ConsulenteChat.razor.rz.scp.css */
/* ============================================================
   ConsulenteChat.razor.css — chat stile WhatsApp desktop
   ============================================================ */

/* ── Dialog wrapper ───────────────────────────────────── */
.consulente-dialog-wrap[b-9ajstr2v6j] {
    display: flex;
    flex-direction: column;
    height: 76vh;
    min-height: 500px;
    /* background: var(--analytics-bg, #1a1a2e); */
    border-radius: 12px;
    overflow: hidden;
}

.consulente-dialog-header[b-9ajstr2v6j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
}

.consulente-dialog-close[b-9ajstr2v6j] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.consulente-dialog-close:hover[b-9ajstr2v6j] {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.consulente-chat-layout[b-9ajstr2v6j] {
    display: flex;
    flex: 1;
    min-height: 0;
    background: transparent;
    overflow: hidden;
}

/* ── Sidebar sinistra ─────────────────────────────────── */
.consulente-chat-sidebar[b-9ajstr2v6j] {
    width: 320px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.04);
    border-right: 1px solid rgba(255,255,255,0.08);
}

.consulente-chat-sidebar-header[b-9ajstr2v6j] {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.06);
}

.consulente-chat-sidebar-search[b-9ajstr2v6j] {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.consulente-search-icon[b-9ajstr2v6j] {
    font-size: 16px;
    color: rgba(255,255,255,0.45);
    flex-shrink: 0;
}

.consulente-search-input[b-9ajstr2v6j] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
}

.consulente-search-input[b-9ajstr2v6j]::placeholder {
    color: rgba(255,255,255,0.35);
}

.consulente-soci-list[b-9ajstr2v6j] {
    overflow-y: auto;
    flex: 1;
}

.consulente-socio-item[b-9ajstr2v6j] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.15s;
}

.consulente-socio-item:hover[b-9ajstr2v6j] {
    background: rgba(255,255,255,0.06);
}

.consulente-socio-item.selected[b-9ajstr2v6j] {
    background: rgba(109,76,255,0.25);
    border-left: 3px solid #7c4dff;
}

.consulente-avatar[b-9ajstr2v6j] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c4dff, #4a90e2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
}

.consulente-avatar-img[b-9ajstr2v6j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.consulente-socio-info[b-9ajstr2v6j] {
    flex: 1;
    min-width: 0;
}

.consulente-socio-nome[b-9ajstr2v6j] {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.consulente-socio-preview[b-9ajstr2v6j] {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
    margin-top: 2px;
}

.consulente-socio-time[b-9ajstr2v6j] {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    white-space: nowrap;
    align-self: flex-start;
    margin-top: 2px;
}

.consulente-badge[b-9ajstr2v6j] {
    background: #7c4dff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 6px;
    min-width: 18px;
    text-align: center;
}

.consulente-badge-tot[b-9ajstr2v6j] {
    margin-left: auto;
    background: #7c4dff;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 10px;
    padding: 2px 7px;
}

/* ── Main chat ────────────────────────────────────────── */
.consulente-chat-main[b-9ajstr2v6j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.consulente-chat-placeholder[b-9ajstr2v6j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.consulente-chat-header[b-9ajstr2v6j] {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.consulente-chat-header-nome[b-9ajstr2v6j] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.consulente-chat-header-email[b-9ajstr2v6j] {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.consulente-chat-messages[b-9ajstr2v6j] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.consulente-msg-row[b-9ajstr2v6j] {
    display: flex;
}

.consulente-msg-row.mio[b-9ajstr2v6j] { justify-content: flex-end; }
.consulente-msg-row.suo[b-9ajstr2v6j] { justify-content: flex-start; }

.consulente-msg-bubble[b-9ajstr2v6j] {
    max-width: 65%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.consulente-msg-bubble.mio[b-9ajstr2v6j] {
    background: #7c4dff;
    color: #fff;
    border-bottom-right-radius: 4px;
}

.consulente-msg-bubble.suo[b-9ajstr2v6j] {
    background: rgba(255,255,255,0.10);
    color: #fff;
    border-bottom-left-radius: 4px;
}

.consulente-msg-testo[b-9ajstr2v6j] { margin-bottom: 4px; }

.consulente-msg-time[b-9ajstr2v6j] {
    font-size: 10px;
    opacity: 0.6;
    text-align: right;
}

/* Delete button on own messages */
.consulente-msg-delete[b-9ajstr2v6j] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
    cursor: pointer;
    padding: 4px 6px;
    align-self: center;
    opacity: 0;
    transition: opacity 0.15s, color 0.15s;
    flex-shrink: 0;
}

.consulente-msg-row:hover .consulente-msg-delete[b-9ajstr2v6j] {
    opacity: 1;
}

.consulente-msg-delete:hover[b-9ajstr2v6j] {
    color: #ff5252;
}

/* ── Input row ────────────────────────────────────────── */
.consulente-chat-input-row[b-9ajstr2v6j] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(255,255,255,0.04);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.consulente-chat-input[b-9ajstr2v6j] {
    flex: 1;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    resize: none;
    outline: none;
    font-family: inherit;
    line-height: 1.4;
    max-height: 120px;
    overflow-y: auto;
}

.consulente-chat-input[b-9ajstr2v6j]::placeholder { color: rgba(255,255,255,0.35); }
.consulente-chat-input:focus[b-9ajstr2v6j] { border-color: rgba(124,77,255,0.5); }

.consulente-send-btn[b-9ajstr2v6j] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #7c4dff;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
}

.consulente-send-btn:hover:not(:disabled)[b-9ajstr2v6j] { background: #6a3de8; }
.consulente-send-btn:disabled[b-9ajstr2v6j] { opacity: 0.4; cursor: default; }

/* ── Utility ─────────────────────────────────────────── */
.consulente-chat-loading[b-9ajstr2v6j],
.consulente-chat-empty[b-9ajstr2v6j] {
    text-align: center;
    padding: 32px 16px;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
}

@keyframes spin-b-9ajstr2v6j { to { transform: rotate(360deg); } }
/* /Components/Pages/DashboardModern.razor.rz.scp.css */
/* Pulsante "Personalizza" nella griglia widget                           */
/* Estende .metric-card sovrascrivendo bg, border e layout.               */
.btn-add-widget[b-24iltb6r81] {
    cursor: pointer;
    border: 2px dashed rgba(255, 255, 255, .18) !important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    color: rgba(255, 255, 255, .35);
    transition: color .2s, border-color .2s;
}

.btn-add-widget:hover[b-24iltb6r81] {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .45) !important;
}

/* Wrapper relativo per ogni slot panel (usato da panel-slot, riservato) */
.panel-slot[b-24iltb6r81] {
    position: relative;
}
