/* /Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
/* ===================================================
   Layout autenticado — mobile-first
   =================================================== */

.wa-layout[b-65noakaaqe] {
    min-height: 100vh;
}

/* ─── Sidebar: desktop default (sticky, sempre visível) ─── */
.wa-sidebar[b-65noakaaqe] {
    width: 240px;
    min-width: 240px;
    min-height: 100vh;
    height: 100vh;
    flex-shrink: 0;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: sticky;
    top: 0;
    overflow-y: auto;
    z-index: 100;
}

/* ─── Main: ocupa o restante ─── */
.wa-main[b-65noakaaqe] {
    flex: 1 1 0;
    min-width: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ─── Nav links ─── */
.wa-nav-link[b-65noakaaqe] {
    color: rgba(255, 255, 255, 0.75) !important;
    border-radius: 8px;
    padding: 0.5rem 1rem !important;
    transition: all 0.2s;
}

.wa-nav-link:hover[b-65noakaaqe],
.wa-nav-link.active[b-65noakaaqe] {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* ─── Top bar ─── */
.wa-topbar[b-65noakaaqe] {
    background: #ffffff;
    min-height: 52px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    position: sticky;
    top: 0;
    z-index: 50;
}

/* ─── Content ─── */
.wa-content[b-65noakaaqe] {
    background: #f8f9fa;
}

/* ===================================================
   MOBILE: drawer off-canvas (< 768px)
   =================================================== */
@media (max-width: 767.98px) {

    /* Layout vira block para que o fixed sidebar não empurre conteúdo */
    .wa-layout[b-65noakaaqe] {
        display: block !important;
    }

    /* Sidebar sai da tela via transform — GPU-accelerated, sem conflito de left */
    .wa-sidebar[b-65noakaaqe] {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 78vw !important;
        max-width: 300px;
        min-width: 0 !important;
        height: 100dvh !important;
        min-height: unset !important;
        z-index: 1060 !important;
        /* Começa fora da tela para a esquerda */
        transform: translateX(-110%) !important;
        transition: transform .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s ease !important;
        overflow-y: auto !important;
        box-shadow: none !important;
    }

    /* Quando o toggle abre o drawer */
    .wa-sidebar.wa-sidebar-open[b-65noakaaqe] {
        transform: translateX(0) !important;
        box-shadow: 6px 0 32px rgba(0,0,0,.4) !important;
    }

    /* Backdrop semitransparente */
    .wa-sidebar-backdrop[b-65noakaaqe] {
        position: fixed;
        inset: 0;
        z-index: 1059;
        background: rgba(0, 0, 0, .5);
        animation: backdrop-in-b-65noakaaqe .2s ease;
    }

    /* Botão de fechar dentro da sidebar */
    .wa-sidebar-close[b-65noakaaqe] {
        color: rgba(255,255,255,.7) !important;
    }

    /* Main: não tem margin, ocupa toda a tela */
    .wa-main[b-65noakaaqe] {
        margin-left: 0 !important;
        width: 100% !important;
    }

    /* Conteúdo com menos padding para aproveitar tela */
    .wa-content[b-65noakaaqe] {
        padding: 0.75rem !important;
    }

    /* Impede scroll horizontal da página enquanto sidebar está fechada */
    .wa-layout[b-65noakaaqe] {
        overflow-x: hidden;
    }
}

@keyframes backdrop-in-b-65noakaaqe {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vildqp73n0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vildqp73n0] {
    flex: 1;
}

.sidebar[b-vildqp73n0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vildqp73n0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vildqp73n0]  a, .top-row[b-vildqp73n0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vildqp73n0]  a:hover, .top-row[b-vildqp73n0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vildqp73n0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vildqp73n0] {
        justify-content: space-between;
    }

    .top-row[b-vildqp73n0]  a, .top-row[b-vildqp73n0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vildqp73n0] {
        flex-direction: row;
    }

    .sidebar[b-vildqp73n0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vildqp73n0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vildqp73n0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vildqp73n0], article[b-vildqp73n0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vildqp73n0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vildqp73n0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3g8mlc0hu7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-3g8mlc0hu7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3g8mlc0hu7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3g8mlc0hu7] {
    font-size: 1.1rem;
}

.bi[b-3g8mlc0hu7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-3g8mlc0hu7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-3g8mlc0hu7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-3g8mlc0hu7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-3g8mlc0hu7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3g8mlc0hu7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3g8mlc0hu7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3g8mlc0hu7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-3g8mlc0hu7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3g8mlc0hu7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3g8mlc0hu7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3g8mlc0hu7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3g8mlc0hu7] {
        display: none;
    }

    .nav-scrollable[b-3g8mlc0hu7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Appointments/Index.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   WikiAgenda — Calendar View  (Appointments/Index.razor.css)
   ═══════════════════════════════════════════════════════════════ */

/* ─── Card wrapper ─────────────────────────────────────────────── */
.cal-card[b-j4ifxi8caa] {
    border-radius: .75rem !important;
    overflow: hidden;
}

/* ═══════════════════════════════════════════════════════════════
   MONTH VIEW
   ═══════════════════════════════════════════════════════════════ */

.cal-month-grid[b-j4ifxi8caa] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #e2e8f0;
    gap: 1px;
}

.cal-weekday-header[b-j4ifxi8caa] {
    background: #f8fafc;
    padding: 8px 4px;
    text-align: center;
    font-size: .72rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.cal-day[b-j4ifxi8caa] {
    background: #ffffff;
    min-height: 90px;
    padding: 6px;
    transition: background .12s;
}

.cal-day:hover[b-j4ifxi8caa] {
    background: #f8fafc;
}

.cal-other-month[b-j4ifxi8caa] {
    background: #fafafa;
}

.cal-other-month .cal-day-num[b-j4ifxi8caa] {
    color: #cbd5e1;
}

.cal-today[b-j4ifxi8caa] {
    background: #eef0fd;
}

.cal-today:hover[b-j4ifxi8caa] {
    background: #e6e9fc;
}

.cal-day-num[b-j4ifxi8caa] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 4px;
    cursor: pointer;
    transition: background .12s;
}

.cal-day-num:hover[b-j4ifxi8caa] {
    background: rgba(67, 97, 238, .12);
    color: #4361ee;
}

.cal-day-num-today[b-j4ifxi8caa] {
    background: var(--wa-primary) !important;
    color: #fff !important;
}

/* ─── Appointment chips (month) ─────────────────────────────── */
.cal-apt-chip[b-j4ifxi8caa] {
    display: block;
    font-size: .68rem;
    line-height: 1.4;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity .15s;
    cursor: pointer;
}

.cal-apt-chip:hover[b-j4ifxi8caa] {
    opacity: .8;
    text-decoration: none;
}

.apt-more[b-j4ifxi8caa] {
    background: #f1f5f9;
    color: #64748b;
    font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════
   WEEK VIEW
   ═══════════════════════════════════════════════════════════════ */

.cal-week-grid[b-j4ifxi8caa] {
    display: grid;
    grid-template-columns: 48px repeat(7, 1fr);
    background: #e2e8f0;
    gap: 1px;
}

.cal-day-grid[b-j4ifxi8caa] {
    display: grid;
    grid-template-columns: 48px 1fr;
    background: #e2e8f0;
    gap: 1px;
}

/* ─── Column headers ─────────────────────────────────────────── */
.cal-corner[b-j4ifxi8caa] {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.cal-col-header[b-j4ifxi8caa] {
    background: #f8fafc;
    padding: 10px 4px 8px;
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
}

.cal-today-header[b-j4ifxi8caa] {
    background: #eef0fd;
    border-bottom-color: var(--wa-primary);
}

.cal-col-header-day[b-j4ifxi8caa] {
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #94a3b8;
    margin-bottom: 2px;
}

.cal-col-header-num[b-j4ifxi8caa] {
    font-size: 1rem;
    font-weight: 500;
    color: #334155;
}

.cal-today-num[b-j4ifxi8caa] {
    color: var(--wa-primary) !important;
    font-weight: 700 !important;
}

/* ─── Time axis ──────────────────────────────────────────────── */
.cal-time-label[b-j4ifxi8caa] {
    background: #f8fafc;
    min-height: 54px;
    padding: 4px 6px 0;
    font-size: .68rem;
    color: #94a3b8;
    text-align: right;
    white-space: nowrap;
}

/* ─── Hour cells ─────────────────────────────────────────────── */
.cal-hour-cell[b-j4ifxi8caa] {
    background: #ffffff;
    min-height: 54px;
    padding: 3px 4px;
}

.cal-today-col[b-j4ifxi8caa] {
    background: #fafbff;
}

/* ─── Appointment blocks (week / day grid) ───────────────────── */
.cal-block[b-j4ifxi8caa] {
    display: block;
    font-size: .72rem;
    line-height: 1.35;
    padding: 4px 7px;
    border-radius: 4px;
    margin-bottom: 2px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity .15s;
}

.cal-block:hover[b-j4ifxi8caa] {
    opacity: .85;
    text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════════
   DAY VIEW  (card list)
   ═══════════════════════════════════════════════════════════════ */

.cal-apt-card[b-j4ifxi8caa] {
    border-left-width: 4px !important;
    transition: box-shadow .15s, transform .1s;
}

.cal-apt-card:hover[b-j4ifxi8caa] {
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08) !important;
    transform: translateY(-1px);
}

.cal-time-block[b-j4ifxi8caa] {
    min-width: 48px;
    color: #334155;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   STATUS COLOR TOKENS  (used in .cal-apt-chip and .cal-block)
   ═══════════════════════════════════════════════════════════════ */

.apt-pending[b-j4ifxi8caa] {
    background: #fef3c7;
    color: #92400e;
}

.apt-confirmed[b-j4ifxi8caa] {
    background: #eef0fd;
    color: #2d46c8;
}

.apt-completed[b-j4ifxi8caa] {
    background: #d1fae5;
    color: #065f46;
}

.apt-cancelled[b-j4ifxi8caa] {
    background: #fee2e2;
    color: #991b1b;
    text-decoration: line-through;
    opacity: .85;
}

.apt-noshow[b-j4ifxi8caa] {
    background: #f1f5f9;
    color: #475569;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 767.98px) {
    .cal-day[b-j4ifxi8caa] {
        min-height: 60px;
        padding: 3px 4px;
    }

    .cal-apt-chip[b-j4ifxi8caa] {
        font-size: .62rem;
        padding: 1px 4px;
    }

    .cal-time-label[b-j4ifxi8caa] {
        font-size: .6rem;
        padding: 3px 3px 0;
    }

    .cal-block[b-j4ifxi8caa] {
        font-size: .65rem;
        padding: 3px 5px;
    }
}
/* /Components/Pages/Clients/Details.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   WikiAgenda — Client Detail page  (Clients/Details.razor.css)
   ═══════════════════════════════════════════════════════════════ */

/* ─── KPI label ───────────────────────────────────────────────── */
.wa-kpi-label[b-qckxtjtx3h] {
    font-size: .68rem;
    letter-spacing: .04em;
    white-space: nowrap;
}

/* ─── Ícone do KPI card ───────────────────────────────────────── */
.wa-kpi-icon[b-qckxtjtx3h] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── Avatar grande para o header ────────────────────────────── */
.wa-detail-avatar[b-qckxtjtx3h] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    flex-shrink: 0;
}

.wa-avatar-blue[b-qckxtjtx3h]   { background: #4361ee; }
.wa-avatar-green[b-qckxtjtx3h]  { background: #2ec4b6; }
.wa-avatar-purple[b-qckxtjtx3h] { background: #7b2d8b; }
.wa-avatar-orange[b-qckxtjtx3h] { background: #f77f00; }
.wa-avatar-pink[b-qckxtjtx3h]   { background: #e11d48; }

/* ─── Tabela do histórico ─────────────────────────────────────── */
.table thead th[b-qckxtjtx3h] {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    border-bottom: 2px solid #e2e8f0;
    padding-top: 1rem;
    padding-bottom: .75rem;
    white-space: nowrap;
}

.table tbody td[b-qckxtjtx3h] {
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    padding-top: .85rem;
    padding-bottom: .85rem;
}

.table tbody tr:last-child td[b-qckxtjtx3h] {
    border-bottom: none;
}

.table tbody tr[b-qckxtjtx3h] {
    transition: background .1s;
}

.table tbody tr:hover[b-qckxtjtx3h] {
    background-color: #f8fafc;
}
/* /Components/Pages/Clients/Index.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   WikiAgenda — Clients page  (Clients/Index.razor.css)
   ═══════════════════════════════════════════════════════════════ */

/* ─── KPI label (evita quebra de linha em telas pequenas) ─────── */
.wa-kpi-label[b-0d1m1syogx] {
    font-size: .68rem;
    letter-spacing: .04em;
    white-space: nowrap;
}

/* ─── Ícone do KPI card ───────────────────────────────────────── */
.wa-kpi-icon[b-0d1m1syogx] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── Avatar circular com inicial ────────────────────────────── */
.wa-avatar-sm[b-0d1m1syogx] {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .9rem;
    color: #fff;
    text-transform: uppercase;
}

.wa-avatar-blue[b-0d1m1syogx]   { background: #4361ee; }
.wa-avatar-green[b-0d1m1syogx]  { background: #2ec4b6; }
.wa-avatar-purple[b-0d1m1syogx] { background: #7b2d8b; }
.wa-avatar-orange[b-0d1m1syogx] { background: #f77f00; }
.wa-avatar-teal[b-0d1m1syogx]   { background: #0d9488; }
.wa-avatar-rose[b-0d1m1syogx]   { background: #e11d48; }

/* ─── Tabela de clientes ──────────────────────────────────────── */
.wa-clients-table thead th[b-0d1m1syogx] {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    border-bottom: 2px solid #e2e8f0;
    padding-top: 1rem;
    padding-bottom: .75rem;
    white-space: nowrap;
}

.wa-clients-table tbody tr[b-0d1m1syogx] {
    transition: background .1s;
}

.wa-clients-table tbody tr:hover[b-0d1m1syogx] {
    background-color: #f8fafc;
}

.wa-clients-table tbody td[b-0d1m1syogx] {
    padding-top: .9rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.wa-clients-table tbody tr:last-child td[b-0d1m1syogx] {
    border-bottom: none;
}

/* ─── Input de busca: remove borda duplicada ──────────────────── */
.input-group .form-control:focus[b-0d1m1syogx] {
    box-shadow: none;
    border-color: #dee2e6;
}

.input-group .input-group-text:has(+ .form-control:focus)[b-0d1m1syogx] {
    border-color: #dee2e6;
}

/* ─── Modal: fixa o scroll do body quando aberto ─────────────── */
:global(body.modal-open)[b-0d1m1syogx] {
    overflow: hidden;
}
/* /Components/Pages/Schedule/Index.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════
   Schedule/Index — estilos complementares responsivos
   ═══════════════════════════════════════════════════════ */

/* ─── Bloqueio item ──────────────────────────────────── */
.exc-item[b-49gql43klw] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: background .12s;
}

.exc-item:hover[b-49gql43klw] {
    background: #f1f5f9;
}

/* ─── Time inputs do form de exceção ─────────────────── */
.ex-time-input[b-49gql43klw] {
    flex: 1 1 100px;
    min-width: 100px;
}
/* /Components/Pages/Schedule/ScheduleWeekEditor.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════
   ScheduleWeekEditor — layout responsivo mobile-first
   ═══════════════════════════════════════════════════════ */

.sched-week[b-tamhcc24t0] {
    border: 1px solid #e2e8f0;
    border-radius: .5rem;
    overflow: hidden;
}

.sched-row[b-tamhcc24t0] {
    display: flex;
    align-items: center;
    gap: 0 16px;
    padding: 10px 16px;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
    row-gap: 8px;
    transition: background .12s;
}

.sched-row:last-child[b-tamhcc24t0] {
    border-bottom: none;
}

.sched-row-off[b-tamhcc24t0] {
    background: #fafafa;
}

.sched-row:not(.sched-row-off):hover[b-tamhcc24t0] {
    background: #fafbff;
}

/* ─── Esquerda: nome do dia + toggle ─────────────────── */
.sched-left[b-tamhcc24t0] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 210px;
}

.sched-day-name[b-tamhcc24t0] {
    font-size: .875rem;
    font-weight: 600;
    color: #334155;
    min-width: 130px;
}

.sched-row-off .sched-day-name[b-tamhcc24t0] {
    color: #94a3b8;
}

/* ─── Direita: inputs de horário ─────────────────────── */
.sched-times[b-tamhcc24t0] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex: 1 1 auto;
    transition: opacity .2s;
}

.sched-times-hidden[b-tamhcc24t0] {
    opacity: .3;
    pointer-events: none;
}

.sched-time-group[b-tamhcc24t0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sched-time-label[b-tamhcc24t0] {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #94a3b8;
    font-weight: 600;
}

.sched-time-input[b-tamhcc24t0] {
    min-width: 108px;
}

.sched-sep[b-tamhcc24t0] {
    padding-bottom: 6px;
    flex-shrink: 0;
}

/* ─── Mobile: empilha esquerda/direita ───────────────── */
@media (max-width: 575.98px) {
    .sched-left[b-tamhcc24t0] {
        flex: 1 1 100%;
    }

    .sched-times[b-tamhcc24t0] {
        flex: 1 1 100%;
    }

    .sched-time-input[b-tamhcc24t0] {
        min-width: 0;
        flex: 1 1 auto;
    }

    .sched-sep[b-tamhcc24t0] {
        padding-bottom: 4px;
    }
}
/* /Components/Pages/Services/Packages.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════
   WikiAgenda — Packages.razor.css
   ═══════════════════════════════════════════════════ */

.pkg-card[b-zhz0un967n] {
    transition: box-shadow .18s ease, transform .12s ease;
}

.pkg-card:hover[b-zhz0un967n] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .09) !important;
    transform: translateY(-2px);
}

.pkg-inactive[b-zhz0un967n] {
    opacity: .65;
}

/* ─── Métricas ─────────────────────────────────── */
.pkg-stat[b-zhz0un967n] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pkg-stat-value[b-zhz0un967n] {
    font-size: .9rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.1;
}

.pkg-stat-label[b-zhz0un967n] {
    font-size: .68rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .04em;
}
