/* /Components/Layout/MobileLayout.razor.rz.scp.css */
*[b-z5xbu6eh71] {
    box-sizing: border-box;
}

.mobile-app[b-z5xbu6eh71] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header */
.mobile-header[b-z5xbu6eh71] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #7367F0;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.mobile-logo[b-z5xbu6eh71] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.mobile-header-title[b-z5xbu6eh71] {
    font-size: 16px;
    font-weight: 700;
    flex: 1;
}

.mobile-user-name[b-z5xbu6eh71] {
    font-size: 12px;
    opacity: 0.85;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Content */
.mobile-content[b-z5xbu6eh71] {
    flex: 1;
    padding: 72px 0 80px;
    overflow-y: auto;
}

/* Bottom Navigation */
.mobile-bottom-nav[b-z5xbu6eh71] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    background: white;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
}

.mobile-nav-item[b-z5xbu6eh71] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    text-decoration: none;
    color: #888;
    font-size: 10px;
    gap: 3px;
    transition: color 0.2s;
}

.mobile-nav-item i[b-z5xbu6eh71] {
    font-size: 22px;
}

.mobile-nav-item.active[b-z5xbu6eh71] {
    color: #7367F0;
}

.mobile-logout-form[b-z5xbu6eh71] {
    padding: 0;
    border: none;
    background: none;
}

.mobile-logout-btn[b-z5xbu6eh71] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    background: none;
    border: none;
    color: #e74c3c;
    font-size: 10px;
    gap: 3px;
    cursor: pointer;
    width: 100%;
}

.mobile-logout-btn i[b-z5xbu6eh71] {
    font-size: 22px;
}
/* /Components/Pages/App/AppAgenda.razor.rz.scp.css */
.app-agenda[b-fgwcisex5j] {
    padding: 12px;
}

/* Navegação de data */
.agenda-date-nav[b-fgwcisex5j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.btn-nav[b-fgwcisex5j] {
    background: none;
    border: none;
    font-size: 22px;
    color: #7367F0;
    padding: 4px 8px;
    cursor: pointer;
}

.date-display[b-fgwcisex5j] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-weekday[b-fgwcisex5j] {
    font-size: 11px;
    color: #888;
    text-transform: capitalize;
}

.date-value[b-fgwcisex5j] {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* Toggle de escopo (meus / todos) */
.escopo-toggle[b-fgwcisex5j] {
    display: flex;
    background: white;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.btn-escopo[b-fgwcisex5j] {
    flex: 1;
    border: none;
    background: none;
    padding: 10px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
}

.btn-escopo.ativo[b-fgwcisex5j] {
    background: #7367F0;
    color: white;
}

.card-profissional[b-fgwcisex5j] {
    font-size: 12px;
    color: #7367F0;
    font-weight: 600;
    margin-top: 2px;
}

/* Cards de agendamento */
.agendamentos-lista[b-fgwcisex5j] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.agendamento-card[b-fgwcisex5j] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    border-left: 4px solid #ccc;
    cursor: pointer;
}

.agendamento-card:active[b-fgwcisex5j] {
    background: #f9f9f9;
}

.agendamento-card.status-agendado[b-fgwcisex5j] { border-left-color: #f39c12; }
.agendamento-card.status-confirmado[b-fgwcisex5j] { border-left-color: #3498db; }
.agendamento-card.status-emandamento[b-fgwcisex5j] { border-left-color: #7367F0; }
.agendamento-card.status-concluido[b-fgwcisex5j] { border-left-color: #27ae60; }
.agendamento-card.status-cancelado[b-fgwcisex5j] { border-left-color: #e74c3c; }
.agendamento-card.status-naocompareceu[b-fgwcisex5j] { border-left-color: #95a5a6; }

.card-hora[b-fgwcisex5j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 52px;
    text-align: center;
}

.hora-inicio[b-fgwcisex5j] {
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.hora-fim[b-fgwcisex5j] {
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.card-info[b-fgwcisex5j] {
    flex: 1;
    min-width: 0;
}

.card-cliente[b-fgwcisex5j] {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-servico[b-fgwcisex5j] {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

.card-obs[b-fgwcisex5j] {
    font-size: 11px;
    color: #999;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-right[b-fgwcisex5j] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.card-valor[b-fgwcisex5j] {
    font-size: 13px;
    font-weight: 700;
    color: #7367F0;
}

/* Estados vazios e loading */
.empty-state[b-fgwcisex5j], .loading-state[b-fgwcisex5j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    color: #aaa;
    gap: 12px;
    font-size: 14px;
}

.empty-state i[b-fgwcisex5j], .loading-state i[b-fgwcisex5j] {
    font-size: 48px;
}

.spinner[b-fgwcisex5j] {
    width: 32px;
    height: 32px;
    border: 3px solid #e0e0e0;
    border-top-color: #7367F0;
    border-radius: 50%;
    animation: spin-b-fgwcisex5j 0.8s linear infinite;
}

@keyframes spin-b-fgwcisex5j {
    to { transform: rotate(360deg); }
}

/* Botão novo agendamento */
.btn-novo-agendamento[b-fgwcisex5j] {
    position: fixed;
    bottom: 88px;
    right: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #7367F0;
    color: white;
    border: none;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(115, 103, 240, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Alert card */
.alert-card[b-fgwcisex5j] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.alert-card.warning[b-fgwcisex5j] {
    border-left: 4px solid #f39c12;
    color: #856404;
}

.badge[b-fgwcisex5j] {
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.text-muted[b-fgwcisex5j] { color: #999; font-size: 13px; }
/* /Components/Pages/App/AppAgendamentoCreate.razor.rz.scp.css */
.app-agendamento-novo[b-1nolh786o7] {
    padding: 12px;
}

.form-header[b-1nolh786o7] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.btn-nav[b-1nolh786o7] {
    background: none;
    border: none;
    font-size: 20px;
    color: #7367F0;
    padding: 0;
    cursor: pointer;
}

.form-field[b-1nolh786o7] {
    margin-bottom: 16px;
}

.form-field label[b-1nolh786o7] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.form-select-app[b-1nolh786o7] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    background: white;
    color: #333;
}

.btn-salvar-agendamento[b-1nolh786o7] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #7367F0;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
}

.btn-salvar-agendamento:disabled[b-1nolh786o7] {
    opacity: 0.7;
}

.spinner-sm[b-1nolh786o7] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.5);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-1nolh786o7 0.8s linear infinite;
}

@keyframes spin-b-1nolh786o7 {
    to { transform: rotate(360deg); }
}

.alert-card[b-1nolh786o7] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.alert-card.warning[b-1nolh786o7] {
    border-left: 4px solid #f39c12;
    color: #856404;
}

.loading-state[b-1nolh786o7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    color: #aaa;
    gap: 12px;
    font-size: 14px;
}

.spinner[b-1nolh786o7] {
    width: 32px;
    height: 32px;
    border: 3px solid #e0e0e0;
    border-top-color: #7367F0;
    border-radius: 50%;
    animation: spin-b-1nolh786o7 0.8s linear infinite;
}

.modal-msg[b-1nolh786o7] {
    margin-top: 4px;
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
}

.modal-msg.msg-ok[b-1nolh786o7] { background: #e8f5e9; color: #2e7d32; }
.modal-msg.msg-erro[b-1nolh786o7] { background: #ffebee; color: #c62828; }
/* /Components/Pages/App/AppAgendamentoDetalhe.razor.rz.scp.css */
.detalhe-agendamento[b-qyf1t02jhp] {
    padding: 12px;
}

.detalhe-header[b-qyf1t02jhp] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.btn-nav[b-qyf1t02jhp] {
    background: none;
    border: none;
    font-size: 22px;
    color: #7367F0;
    padding: 4px 8px;
    cursor: pointer;
}

.detalhe-card[b-qyf1t02jhp] {
    background: white;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    border-left: 4px solid #ccc;
    margin-bottom: 16px;
}

.detalhe-card.status-agendado[b-qyf1t02jhp] { border-left-color: #f39c12; }
.detalhe-card.status-confirmado[b-qyf1t02jhp] { border-left-color: #3498db; }
.detalhe-card.status-emandamento[b-qyf1t02jhp] { border-left-color: #7367F0; }
.detalhe-card.status-concluido[b-qyf1t02jhp] { border-left-color: #27ae60; }
.detalhe-card.status-cancelado[b-qyf1t02jhp] { border-left-color: #e74c3c; }
.detalhe-card.status-naocompareceu[b-qyf1t02jhp] { border-left-color: #95a5a6; }

.detalhe-status-row[b-qyf1t02jhp] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.badge-lg[b-qyf1t02jhp] {
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.detalhe-cliente[b-qyf1t02jhp] {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px;
}

.detalhe-contato[b-qyf1t02jhp] {
    font-size: 13px;
    color: #7367F0;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.detalhe-secao[b-qyf1t02jhp] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.detalhe-item[b-qyf1t02jhp] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #444;
}

.detalhe-item i[b-qyf1t02jhp] {
    font-size: 18px;
    color: #7367F0;
    width: 22px;
    text-align: center;
}

.detalhe-obs[b-qyf1t02jhp] {
    align-items: flex-start;
    color: #666;
    font-style: italic;
}

.detalhe-acoes[b-qyf1t02jhp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.acao-btn[b-qyf1t02jhp] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: #f5f5f5;
    color: #333;
}

.acao-btn i[b-qyf1t02jhp] { font-size: 20px; }
.acao-btn.confirmar[b-qyf1t02jhp] { background: #e8f5e9; color: #2e7d32; }
.acao-btn.iniciar[b-qyf1t02jhp] { background: #e8eaf6; color: #3949ab; }
.acao-btn.concluir[b-qyf1t02jhp] { background: #e0f2f1; color: #00695c; }
.acao-btn.cancelar[b-qyf1t02jhp] { background: #ffebee; color: #c62828; }
.acao-btn.naocompareceu[b-qyf1t02jhp] { background: #f5f5f5; color: #616161; }

.detalhe-msg[b-qyf1t02jhp] {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
}

.detalhe-msg.msg-ok[b-qyf1t02jhp] { background: #e8f5e9; color: #2e7d32; }
.detalhe-msg.msg-erro[b-qyf1t02jhp] { background: #ffebee; color: #c62828; }

.alert-card[b-qyf1t02jhp] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.alert-card.warning[b-qyf1t02jhp] {
    border-left: 4px solid #f39c12;
    color: #856404;
}

.loading-state[b-qyf1t02jhp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    color: #aaa;
    gap: 12px;
    font-size: 14px;
}

.spinner[b-qyf1t02jhp] {
    width: 32px;
    height: 32px;
    border: 3px solid #e0e0e0;
    border-top-color: #7367F0;
    border-radius: 50%;
    animation: spin-b-qyf1t02jhp 0.8s linear infinite;
}

@keyframes spin-b-qyf1t02jhp {
    to { transform: rotate(360deg); }
}
/* /Components/Pages/App/AppBloqueios.razor.rz.scp.css */
.app-bloqueios[b-x96w96r5eq] {
    padding: 12px;
}

.section-title[b-x96w96r5eq] {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.form-card[b-x96w96r5eq] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-row[b-x96w96r5eq] {
    display: flex;
    gap: 12px;
}

.form-row .form-group[b-x96w96r5eq] {
    flex: 1;
}

.form-group[b-x96w96r5eq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-group label[b-x96w96r5eq] {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input[b-x96w96r5eq] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fafafa;
    outline: none;
    width: 100%;
}

.form-input:focus[b-x96w96r5eq] {
    border-color: #7367F0;
    background: white;
}

.btn-dia-todo[b-x96w96r5eq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #f0eeff;
    color: #7367F0;
    border: 1px dashed #7367F0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.btn-bloquear[b-x96w96r5eq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    background: #7367F0;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.btn-bloquear:disabled[b-x96w96r5eq] {
    opacity: 0.6;
    cursor: default;
}

.msg[b-x96w96r5eq] {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
}

.msg.msg-ok[b-x96w96r5eq] { background: #e8f5e9; color: #2e7d32; }
.msg.msg-erro[b-x96w96r5eq] { background: #ffebee; color: #c62828; }

/* Lista de bloqueios */
.bloqueios-lista[b-x96w96r5eq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bloqueio-card[b-x96w96r5eq] {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    border-left: 4px solid #e74c3c;
    gap: 12px;
}

.bloqueio-info[b-x96w96r5eq] {
    flex: 1;
}

.bloqueio-data[b-x96w96r5eq] {
    font-size: 13px;
    color: #888;
}

.bloqueio-horario[b-x96w96r5eq] {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 2px 0;
}

.bloqueio-motivo[b-x96w96r5eq] {
    font-size: 13px;
    color: #555;
}

.btn-remover[b-x96w96r5eq] {
    background: #ffebee;
    border: none;
    border-radius: 8px;
    width: 38px;
    height: 38px;
    color: #c62828;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.empty-state[b-x96w96r5eq], .loading-state[b-x96w96r5eq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    color: #aaa;
    gap: 10px;
    font-size: 14px;
}

.empty-state i[b-x96w96r5eq] { font-size: 40px; }

.spinner[b-x96w96r5eq] {
    width: 28px;
    height: 28px;
    border: 3px solid #e0e0e0;
    border-top-color: #7367F0;
    border-radius: 50%;
    animation: spin-b-x96w96r5eq 0.8s linear infinite;
}

.spinner-sm[b-x96w96r5eq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-x96w96r5eq 0.8s linear infinite;
}

@keyframes spin-b-x96w96r5eq {
    to { transform: rotate(360deg); }
}

.alert-card[b-x96w96r5eq] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.alert-card.warning[b-x96w96r5eq] {
    border-left: 4px solid #f39c12;
    color: #856404;
}
/* /Components/Pages/App/AppComissoes.razor.rz.scp.css */
.app-comissoes[b-b84l9c1q4f] {
    padding: 12px;
}

.section-title[b-b84l9c1q4f] {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

/* Seletor de período */
.periodo-seletor[b-b84l9c1q4f] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 14px;
}

.periodo-btn[b-b84l9c1q4f] {
    background: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    color: #7367F0;
    font-size: 16px;
    cursor: pointer;
}

.periodo-btn:disabled[b-b84l9c1q4f] {
    color: #ccc;
    cursor: not-allowed;
}

.periodo-label[b-b84l9c1q4f] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    min-width: 120px;
    text-align: center;
}

/* Resumo cards */
.resumo-cards[b-b84l9c1q4f] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.resumo-card[b-b84l9c1q4f] {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.resumo-card.total[b-b84l9c1q4f] { border-top: 3px solid #7367F0; }
.resumo-card.pago[b-b84l9c1q4f] { border-top: 3px solid #27ae60; }
.resumo-card.pendente[b-b84l9c1q4f] { border-top: 3px solid #f39c12; }

.resumo-label[b-b84l9c1q4f] {
    font-size: 10px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.resumo-valor[b-b84l9c1q4f] {
    font-size: 14px;
    font-weight: 800;
    color: #333;
}

/* Lista de comissões */
.comissoes-lista[b-b84l9c1q4f] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comissao-card[b-b84l9c1q4f] {
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    border-left: 4px solid #ccc;
    cursor: pointer;
}

.comissao-card.paga[b-b84l9c1q4f] { border-left-color: #27ae60; }
.comissao-card.pendente-card[b-b84l9c1q4f] { border-left-color: #f39c12; }

.comissao-header[b-b84l9c1q4f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.comissao-periodo[b-b84l9c1q4f] {
    font-size: 13px;
    color: #555;
}

.comissao-total[b-b84l9c1q4f] {
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.comissao-meta[b-b84l9c1q4f] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.data-pagamento[b-b84l9c1q4f] {
    font-size: 11px;
    color: #888;
    flex: 1;
}

.toggle-icon[b-b84l9c1q4f] {
    font-size: 16px;
    color: #999;
    margin-left: auto;
}

/* Detalhes expandidos */
.comissao-detalhes[b-b84l9c1q4f] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.detalhe-row[b-b84l9c1q4f] {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
}

.detalhe-obs[b-b84l9c1q4f] {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin-top: 4px;
}

/* Estados */
.empty-state[b-b84l9c1q4f], .loading-state[b-b84l9c1q4f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    color: #aaa;
    gap: 12px;
    font-size: 14px;
}

.empty-state i[b-b84l9c1q4f] { font-size: 48px; }

.spinner[b-b84l9c1q4f] {
    width: 28px;
    height: 28px;
    border: 3px solid #e0e0e0;
    border-top-color: #7367F0;
    border-radius: 50%;
    animation: spin-b-b84l9c1q4f 0.8s linear infinite;
}

@keyframes spin-b-b84l9c1q4f {
    to { transform: rotate(360deg); }
}

.alert-card[b-b84l9c1q4f] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.alert-card.warning[b-b84l9c1q4f] {
    border-left: 4px solid #f39c12;
    color: #856404;
}

.badge[b-b84l9c1q4f] {
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 20px;
    font-weight: 600;
}
/* /Components/Pages/App/AppLogin.razor.rz.scp.css */
.app-login-screen[b-paug8eesm1] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #5a50d4 0%, #7367F0 50%, #9c8fff 100%);
    padding: 24px 20px;
}

.app-login-card[b-paug8eesm1] {
    width: 100%;
    max-width: 380px;
    background: white;
    border-radius: 24px;
    padding: 36px 28px 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-login-logo[b-paug8eesm1] {
    width: 72px;
    height: 72px;
    background: #7367F0;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(115, 103, 240, 0.4);
}

.app-login-logo img[b-paug8eesm1] {
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.app-login-title[b-paug8eesm1] {
    font-size: 22px;
    font-weight: 800;
    color: #222;
    margin: 0 0 4px;
    letter-spacing: -0.3px;
}

.app-login-title:focus[b-paug8eesm1] {
    outline: none;
}

.app-login-subtitle[b-paug8eesm1] {
    font-size: 13px;
    color: #888;
    margin: 0 0 24px;
    font-weight: 500;
}

/* Erro */
.app-login-erro[b-paug8eesm1] {
    width: 100%;
    background: #ffebee;
    color: #c62828;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Campos */
.app-field[b-paug8eesm1] {
    width: 100%;
    margin-bottom: 16px;
}

.app-field label[b-paug8eesm1] {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.app-input[b-paug8eesm1] {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    color: #222;
    background: #fafafa;
    outline: none;
    transition: border-color 0.2s;
    -webkit-appearance: none;
}

.app-input:focus[b-paug8eesm1] {
    border-color: #7367F0;
    background: white;
    box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.12);
}

.app-validation[b-paug8eesm1] {
    display: block;
    font-size: 12px;
    color: #c62828;
    margin-top: 4px;
}

/* Botão entrar */
.app-login-btn[b-paug8eesm1] {
    width: 100%;
    padding: 15px;
    background: #7367F0;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
}

.app-login-btn:active[b-paug8eesm1] {
    transform: scale(0.98);
}

.app-login-btn:disabled[b-paug8eesm1] {
    opacity: 0.7;
    cursor: default;
}

/* Spinner */
.app-spinner[b-paug8eesm1] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2.5px solid rgba(255,255,255,0.35);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-paug8eesm1 0.7s linear infinite;
}

@keyframes spin-b-paug8eesm1 {
    to { transform: rotate(360deg); }
}

/* Esqueceu a senha */
.app-forgot[b-paug8eesm1] {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    color: #7367F0;
    text-decoration: none;
    font-weight: 600;
}

/* Footer */
.app-login-footer[b-paug8eesm1] {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin-top: 24px;
}
/* /Components/Pages/App/AppMudarSenha.razor.rz.scp.css */
.app-mudar-senha[b-igznpr3bn9] {
    padding: 12px;
}

.section-title[b-igznpr3bn9] {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.form-card[b-igznpr3bn9] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.form-group[b-igznpr3bn9] {
    margin-bottom: 14px;
}

.form-group label[b-igznpr3bn9] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.form-input[b-igznpr3bn9] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.form-input:focus[b-igznpr3bn9] {
    outline: none;
    border-color: #7367F0;
}

.validation-message[b-igznpr3bn9] {
    color: #e74c3c;
    font-size: 11px;
    margin-top: 4px;
    display: block;
}

.btn-salvar[b-igznpr3bn9] {
    width: 100%;
    background: #7367F0;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.btn-salvar:disabled[b-igznpr3bn9] {
    opacity: 0.7;
}

.spinner-sm[b-igznpr3bn9] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-igznpr3bn9 0.8s linear infinite;
}

@keyframes spin-b-igznpr3bn9 {
    to { transform: rotate(360deg); }
}

.msg[b-igznpr3bn9] {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 10px;
}

.msg.msg-ok[b-igznpr3bn9] { background: #e8f5e9; color: #2e7d32; }
.msg.msg-erro[b-igznpr3bn9] { background: #ffebee; color: #c62828; }
