@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/CarroForm.razor.rz.scp.css */
.icon-sm[b-rksrp6y8mw] {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.w-100[b-rksrp6y8mw] {
    width: 100%;
}

.p-4[b-rksrp6y8mw] {
    padding: 1.5rem;
}

.image-grid[b-rksrp6y8mw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.image-box[b-rksrp6y8mw] {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 2px solid transparent;
}

.image-box img[b-rksrp6y8mw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box.principal[b-rksrp6y8mw] {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(196,30,47,0.2);
}

.badge-principal[b-rksrp6y8mw] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(196,30,47,0.9);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 4px;
}

.image-box.new-image[b-rksrp6y8mw] {
    opacity: 0.8;
}

.overlay-new[b-rksrp6y8mw] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: white;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
}

@media(max-width: 768px) {
    .header-section[b-rksrp6y8mw] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }
    
    .btn-back[b-rksrp6y8mw] {
        width: 100%;
    }
}

.btn-remove-image[b-rksrp6y8mw] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-remove-image:hover[b-rksrp6y8mw] {
    background: #dc3545;
    transform: scale(1.1);
}

.btn-remove-image svg[b-rksrp6y8mw] {
    width: 14px;
    height: 14px;
}

/* Custom Checkboxes matching the Design System */
input[type="checkbox"][b-rksrp6y8mw] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--bg);
    border: 1px solid var(--border);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

input[type="checkbox"]:hover[b-rksrp6y8mw] {
    border-color: var(--primary);
}

input[type="checkbox"]:checked[b-rksrp6y8mw] {
    background-color: var(--primary);
    border-color: var(--primary);
}

input[type="checkbox"]:checked[b-rksrp6y8mw]::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 2px;
}

.feature-grid label[b-rksrp6y8mw],
label[for="checkAtivo"][b-rksrp6y8mw],
label[for="checkVendido"][b-rksrp6y8mw] {
    cursor: pointer;
    user-select: none;
}

label[for="checkAtivo"][b-rksrp6y8mw],
label[for="checkVendido"][b-rksrp6y8mw] {
    font-weight: 600;
    color: var(--text-primary);
}

.status-title[b-rksrp6y8mw] {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.empty-images span[b-rksrp6y8mw] {
    color: var(--text-muted);
}
/* /Pages/Estoque.razor.rz.scp.css */
/* No inline CSS rule enforcement */
.icon-sm[b-6g868p4t4x] {
    width: 16px;
    height: 16px;
}

.icon-xl[b-6g868p4t4x] {
    width: 48px;
    height: 48px;
}

.h-100[b-6g868p4t4x] {
    height: 100%;
}

.loading-card[b-6g868p4t4x] {
    height: 100%;
    min-height: 380px;
}

.badge-inactive[b-6g868p4t4x] {
    background-color: #8A8A8A;
}

.empty-state[b-6g868p4t4x] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.empty-title[b-6g868p4t4x] {
    font-family: var(--font-display);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-desc[b-6g868p4t4x] {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.card-img-real[b-6g868p4t4x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Filter bar */
.filter-bar[b-6g868p4t4x] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.filter-row[b-6g868p4t4x] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-6g868p4t4x] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 140px;
}

.filter-group select.form-input[b-6g868p4t4x] {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    cursor: pointer;
}

.filter-search[b-6g868p4t4x] {
    flex: 1;
    min-width: 200px;
}

.filter-label[b-6g868p4t4x] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.filter-action[b-6g868p4t4x] {
    min-width: auto;
    justify-content: flex-end;
}

.btn-clear[b-6g868p4t4x] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--border) !important;
    background: transparent !important;
    color: var(--text-muted) !important;
}

.btn-clear:hover[b-6g868p4t4x] {
    border-color: var(--primary) !important;
    background: transparent !important;
    color: var(--primary) !important;
}

@media (max-width: 768px) {
    .header-section[b-6g868p4t4x] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-add[b-6g868p4t4x] {
        width: 100%;
    }

    .filter-row[b-6g868p4t4x] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-6g868p4t4x] {
        min-width: 100%;
    }

    .filter-action[b-6g868p4t4x] {
        min-width: 100%;
    }

    .btn-clear[b-6g868p4t4x] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/HistoricoRegistroTempoModal.razor.rz.scp.css */
.historico-registro-tempo-modal-body[b-8jakikbzkk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.historico-titulo[b-8jakikbzkk] {
    font-weight: 600;
    margin-bottom: 0;
}

.historico-media[b-8jakikbzkk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
}

.historico-media-label[b-8jakikbzkk] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.historico-media-valor[b-8jakikbzkk] {
    font-weight: 700;
    color: var(--primary);
}

.historico-vazio[b-8jakikbzkk] {
    color: var(--text-muted);
    text-align: center;
    padding: 1.5rem 0;
}

.historico-erro[b-8jakikbzkk] {
    color: var(--danger);
    text-align: center;
    padding: 1.5rem 0;
}

.historico-lista[b-8jakikbzkk] {
    display: flex;
    flex-direction: column;
    max-height: 320px;
    overflow-y: auto;
}

.registro-tempo-duracao[b-8jakikbzkk] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.historico-registro-tempo-modal-actions[b-8jakikbzkk] {
    margin-top: 0.5rem;
}
/* /Pages/Login.razor.rz.scp.css */
.login-hero[b-uol6d4ghx5] {
    --stone-900: var(--ds-stone-900);
    --stone-500: var(--ds-stone-500);
    --stone-400: var(--ds-stone-400);
    --stone-300: var(--ds-stone-300);
    --stone-100: var(--ds-stone-100);
    --bg-main: var(--ds-bg);
    --accent: var(--ds-accent);
    --accent-dark: var(--ds-accent-dark);
    --accent-soft: var(--ds-accent-soft);

    position: relative;
    min-height: 100vh;
    background: var(--bg-main);
    font-family: var(--ds-font-sans);
    overflow: hidden;
}

.login-grid-lines[b-uol6d4ghx5] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(90deg, rgba(28, 28, 28, 0.055) 1px, transparent 1px),
        linear-gradient(rgba(28, 28, 28, 0.055) 1px, transparent 1px);
    background-size: 8.333% 100%, 100% 64px;
}

.login-corner[b-uol6d4ghx5] {
    position: absolute;
    z-index: 1;
    font-family: var(--ds-font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--stone-400);
}

.login-corner-tl[b-uol6d4ghx5] {
    top: 1.75rem;
    left: 1.75rem;
}

.login-corner-br[b-uol6d4ghx5] {
    bottom: 1.75rem;
    right: 1.75rem;
}

.login-hero-content[b-uol6d4ghx5] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1.5rem;
}

.login-card[b-uol6d4ghx5] {
    max-width: 420px;
    width: 100%;
    padding: 3rem 2.5rem;
    background: var(--ds-surface);
    border: 1px solid var(--stone-300);
    box-shadow: 0 24px 60px -32px rgba(28, 28, 28, 0.25);
}

.login-header[b-uol6d4ghx5] {
    margin-bottom: 1.75rem;
}

.login-eyebrow[b-uol6d4ghx5] {
    display: inline-block;
    font-family: var(--ds-font-mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--stone-500);
    margin-bottom: 1.5rem;
}

.login-logo-placeholder[b-uol6d4ghx5] {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem auto;
    background: var(--stone-100);
    border: 1px solid var(--stone-300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
}

.login-logo-svg[b-uol6d4ghx5] {
    width: 26px;
    height: 26px;
}

.login-title[b-uol6d4ghx5] {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--stone-900);
    margin-bottom: 0.6rem;
}

.login-title span[b-uol6d4ghx5] {
    color: var(--accent);
}

.login-subtitle[b-uol6d4ghx5] {
    font-family: var(--ds-font-mono);
    color: var(--stone-500);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.login-divider[b-uol6d4ghx5] {
    height: 1px;
    background: var(--stone-300);
    margin-bottom: 1.75rem;
}

.form-group[b-uol6d4ghx5] {
    margin-bottom: 1.5rem;
}

.login-label[b-uol6d4ghx5] {
    display: block;
    font-family: var(--ds-font-mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--stone-500);
    margin-bottom: 0.6rem;
}

.login-input-wrap[b-uol6d4ghx5] {
    position: relative;
}

.login-input[b-uol6d4ghx5] {
    width: 100%;
    padding: 0.6rem 0.1rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--stone-300);
    border-radius: 0;
    color: var(--stone-900);
    font-family: var(--ds-font-sans);
    font-size: 0.95rem;
    transition: border-color 0.25s ease;
}

.login-input-wrap .login-input[b-uol6d4ghx5] {
    padding-right: 2rem;
}

.login-input[b-uol6d4ghx5]::placeholder {
    color: var(--stone-400);
}

.login-input:focus[b-uol6d4ghx5] {
    outline: none;
    border-bottom-color: var(--accent);
}

.login-input:disabled[b-uol6d4ghx5] {
    color: var(--stone-500);
}

.btn-eye[b-uol6d4ghx5] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--stone-400);
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.btn-eye svg[b-uol6d4ghx5] {
    width: 17px;
    height: 17px;
}

.btn-eye:hover[b-uol6d4ghx5] {
    color: var(--accent);
}

.login-error-message[b-uol6d4ghx5] {
    color: var(--accent-dark);
    font-size: 0.82rem;
    text-align: center;
    background: var(--accent-soft);
    padding: 0.75rem 1rem;
    border: 1px solid rgba(174, 98, 70, 0.25);
    margin-bottom: 1.25rem;
}

.login-success-message[b-uol6d4ghx5] {
    color: var(--stone-900);
    font-size: 0.82rem;
    text-align: center;
    background: var(--stone-100);
    padding: 0.75rem 1rem;
    border: 1px solid var(--stone-300);
    margin-bottom: 1.25rem;
}

.login-actions[b-uol6d4ghx5] {
    margin-top: 0.5rem;
}

.login-button[b-uol6d4ghx5] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 0.95rem 1.5rem;
    font-family: var(--ds-font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.login-button:hover:not(:disabled)[b-uol6d4ghx5] {
    background: var(--accent-dark);
}

.login-button:active:not(:disabled)[b-uol6d4ghx5] {
    transform: translateY(1px);
}

.login-button:disabled[b-uol6d4ghx5] {
    background: var(--stone-400);
    cursor: not-allowed;
}

.login-spinner[b-uol6d4ghx5] {
    width: 0.9rem;
    height: 0.9rem;
}

@media (max-width: 480px) {
    .login-card[b-uol6d4ghx5] {
        padding: 2.5rem 1.75rem;
    }

    .login-corner[b-uol6d4ghx5] {
        display: none;
    }
}
/* /Pages/PecaForm.razor.rz.scp.css */
.icon-sm[b-lae6jphovo] {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.w-100[b-lae6jphovo] {
    width: 100%;
}

/* Menos margem lateral nesta página para dar mais espaço à digitação/visualização das etapas e tarefas */
.ds-section[b-lae6jphovo] {
    padding-left: 0px;
    padding-right: 0px;
}

.comp-box[b-lae6jphovo] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.etapas-desc[b-lae6jphovo] {
    margin-bottom: 1.5rem;
}

.empty-etapas[b-lae6jphovo] {
    padding: 2rem 1rem;
    text-align: center;
    color: var(--text-muted);
    background: var(--bg);
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
}

/* Etapas list — cada etapa fica abaixo da outra, com uma linha vertical unindo os cartões */
.etapas-list[b-lae6jphovo] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.etapa-card[b-lae6jphovo] {
    position: relative;
    background: var(--bg);
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-sm);
    padding: 1.25rem 1.5rem;
}

.etapa-card:not(:last-child)[b-lae6jphovo]::after {
    content: '';
    position: absolute;
    left: -4px;
    bottom: -1.5rem;
    width: 1px;
    height: 1.5rem;
    background: var(--border);
}

.etapa-header[b-lae6jphovo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.etapa-numero[b-lae6jphovo] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
}

.etapa-nome-group[b-lae6jphovo] {
    margin-bottom: 1rem;
}

.etapa-nome-input[b-lae6jphovo] {
    resize: vertical;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    field-sizing: content;
    min-height: 2.75rem;
    max-height: 10rem;
    line-height: 1.4;
    font-family: inherit;
}

/* Tarefas — visualmente aninhadas dentro da etapa, com identação e marcadores */
.tarefas-section[b-lae6jphovo] {
    padding-left: 1.25rem;
    border-left: 2px solid var(--border-light);
}

.tarefas-label[b-lae6jphovo] {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.empty-tarefas[b-lae6jphovo] {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.tarefas-list[b-lae6jphovo] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
}

.tarefa-row[b-lae6jphovo] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.tarefa-bullet[b-lae6jphovo] {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-light);
    margin-top: 0.75rem;
}

.tarefa-input[b-lae6jphovo] {
    flex: 1;
    padding: 0.6rem 0.85rem;
    resize: vertical;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    field-sizing: content;
    min-height: 2.5rem;
    max-height: 10rem;
    line-height: 1.4;
    font-family: inherit;
}

.tarefa-row .btn-icon-remove[b-lae6jphovo] {
    margin-top: 0.15rem;
}

.btn-icon-remove[b-lae6jphovo] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-icon-remove svg[b-lae6jphovo] {
    width: 14px;
    height: 14px;
}

.btn-icon-remove:hover[b-lae6jphovo] {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.btn-icon-historico[b-lae6jphovo] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}

.btn-icon-historico svg[b-lae6jphovo] {
    width: 14px;
    height: 14px;
}

.btn-icon-historico:hover[b-lae6jphovo] {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.add-tarefa-btn[b-lae6jphovo] {
    padding: 0.5rem 1rem;
}

.add-etapa-btn[b-lae6jphovo] {
    width: 100%;
}

@media (max-width: 768px) {
    .header-section[b-lae6jphovo] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-back[b-lae6jphovo] {
        width: 100%;
    }

    .etapas-header[b-lae6jphovo] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .etapas-header .btn[b-lae6jphovo] {
        width: 100%;
    }
}
/* /Pages/Pecas.razor.rz.scp.css */
.icon-sm[b-5txs212hb7] {
    width: 16px;
    height: 16px;
}

.icon-xl[b-5txs212hb7] {
    width: 48px;
    height: 48px;
}

.loading-card[b-5txs212hb7] {
    height: 100%;
    min-height: 180px;
}

.empty-state[b-5txs212hb7] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.empty-title[b-5txs212hb7] {
    font-family: var(--font-display);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-desc[b-5txs212hb7] {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.peca-count[b-5txs212hb7] {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

/* Filter bar */
.filter-bar[b-5txs212hb7] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.filter-row[b-5txs212hb7] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-5txs212hb7] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 140px;
}

.filter-search[b-5txs212hb7] {
    flex: 1;
    min-width: 200px;
}

.filter-label[b-5txs212hb7] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.filter-toggle-btn[b-5txs212hb7] {
    flex-shrink: 0;
}

.filter-panel-wrapper[b-5txs212hb7] {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.2s ease, opacity 0.2s ease;
}

.filter-panel-wrapper.is-open[b-5txs212hb7] {
    grid-template-rows: 1fr;
    opacity: 1;
}

.filter-panel-inner[b-5txs212hb7] {
    overflow: hidden;
}

.filter-panel[b-5txs212hb7] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}

.filter-checkbox[b-5txs212hb7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    cursor: pointer;
}

.filter-checkbox input[type="checkbox"][b-5txs212hb7] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
    cursor: pointer;
}

/* Peca cards */
.peca-card[b-5txs212hb7] {
    padding: 0;
}

.peca-card-header[b-5txs212hb7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.peca-code[b-5txs212hb7] {
    font-family: var(--ds-font-mono, monospace);
    font-size: 0.75rem;
    color: var(--text-muted);
}

.peca-header-right[b-5txs212hb7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.peca-valor-hora-badge[b-5txs212hb7] {
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
    background: var(--primary);
    color: #fff;
}

.peca-card-actions[b-5txs212hb7] {
    display: flex;
    gap: 0.5rem;
}

.peca-action-btn[b-5txs212hb7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}

.peca-action-btn svg[b-5txs212hb7] {
    width: 14px;
    height: 14px;
}

.peca-action-btn:hover[b-5txs212hb7] {
    border-color: var(--primary);
    color: var(--primary);
}

.peca-action-danger:hover[b-5txs212hb7] {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.peca-title[b-5txs212hb7] {
    margin-bottom: 1rem;
}

.peca-stats[b-5txs212hb7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.peca-stat[b-5txs212hb7] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.peca-stat-label[b-5txs212hb7] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.peca-stat-value[b-5txs212hb7] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
}

@media (max-width: 768px) {
    .header-section[b-5txs212hb7] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-add[b-5txs212hb7] {
        width: 100%;
    }

    .filter-row[b-5txs212hb7] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-5txs212hb7] {
        min-width: 100%;
    }

    .filter-toggle-btn[b-5txs212hb7] {
        width: 100%;
    }
}
/* /Pages/ProducaoDetalhe.razor.rz.scp.css */
.icon-sm[b-b565iq78yq] {
    width: 16px;
    height: 16px;
}

.grid-2[b-b565iq78yq] {
    gap: 0;
}

.etapas-row[b-b565iq78yq] {
    gap: 1rem;
}

.etapas-tarefa[b-b565iq78yq] {
    margin-top: 0.75rem;
}

.etapas-duracao[b-b565iq78yq] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: 0.35rem;
}

.etapas-duracao-label[b-b565iq78yq] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.etapas-duracao-valor[b-b565iq78yq] {
    font-weight: 600;
}

.etapas-actions-andamento[b-b565iq78yq] {
    gap: 0.35rem;
    align-items: flex-end;
    flex-shrink: 0;
}

.registro-tempo-item[b-b565iq78yq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
}

.registro-tempo-item:last-child[b-b565iq78yq] {
    border-bottom: none;
    padding-bottom: 0;
}

.registro-tempo-referencia[b-b565iq78yq] {
    font-weight: 600;
}

.registro-tempo-data[b-b565iq78yq] {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.registro-tempo-actions[b-b565iq78yq] {
    margin-top: 0.25rem;
    justify-content: flex-start;
}

.finalizar-producao-wrapper[b-b565iq78yq] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .header-section[b-b565iq78yq] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .header-actions[b-b565iq78yq] {
        width: 100%;
        flex-wrap: wrap;
    }

    .header-actions .btn[b-b565iq78yq] {
        flex: 1;
        min-width: 45%;
    }

    .registro-tempo-actions[b-b565iq78yq] {
        width: 100%;
        justify-content: space-between;
    }
}
/* /Pages/ProducaoForm.razor.rz.scp.css */
.icon-sm[b-hmlkgzrefj] {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.w-100[b-hmlkgzrefj] {
    width: 100%;
}

.empty-etapas[b-hmlkgzrefj] {
    padding: 2rem 1rem;
    text-align: center;
    color: var(--text-muted);
    background: var(--bg);
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
}

.etapas-list[b-hmlkgzrefj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.add-etapa-btn[b-hmlkgzrefj] {
    width: 100%;
}

@media (max-width: 768px) {
    .header-section[b-hmlkgzrefj] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-back[b-hmlkgzrefj] {
        width: 100%;
    }
}
/* /Pages/ProducaoPecaEditor.razor.rz.scp.css */
.producao-peca-editor[b-lfcexndeq8] {
    margin-bottom: 1rem;
}

.producao-peca-editor-header[b-lfcexndeq8] {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.producao-peca-editor-toggle[b-lfcexndeq8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-width: 0;
}

.btn-icon-remove[b-lfcexndeq8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}

@media (max-width: 480px) {
    .producao-peca-editor-toggle .btn[b-lfcexndeq8] {
        padding: 0.5rem 0.75rem;
        font-size: 0.65rem;
    }
}

.btn-icon-remove svg[b-lfcexndeq8] {
    width: 14px;
    height: 14px;
}

.btn-icon-remove:hover[b-lfcexndeq8] {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}
/* /Pages/Producoes.razor.rz.scp.css */
.icon-sm[b-h3r40kljyb] {
    width: 16px;
    height: 16px;
}

.icon-xl[b-h3r40kljyb] {
    width: 48px;
    height: 48px;
}

.loading-card[b-h3r40kljyb] {
    height: 100%;
    min-height: 180px;
}

.empty-state[b-h3r40kljyb] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.empty-title[b-h3r40kljyb] {
    font-family: var(--font-display);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-desc[b-h3r40kljyb] {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.producao-count[b-h3r40kljyb] {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

/* Filter bar */
.filter-bar[b-h3r40kljyb] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
}

.filter-row[b-h3r40kljyb] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-h3r40kljyb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 140px;
}

.filter-search[b-h3r40kljyb] {
    flex: 1;
    min-width: 200px;
}

.filter-label[b-h3r40kljyb] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.filter-toggle-btn[b-h3r40kljyb] {
    flex-shrink: 0;
}

.filter-panel-wrapper[b-h3r40kljyb] {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.2s ease, opacity 0.2s ease;
}

.filter-panel-wrapper.is-open[b-h3r40kljyb] {
    grid-template-rows: 1fr;
    opacity: 1;
}

.filter-panel-inner[b-h3r40kljyb] {
    overflow: hidden;
}

.filter-panel[b-h3r40kljyb] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border);
}

.filter-checkbox[b-h3r40kljyb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    cursor: pointer;
}

.filter-checkbox input[type="checkbox"][b-h3r40kljyb] {
    width: 16px;
    height: 16px;
    accent-color: var(--primary);
    cursor: pointer;
}

/* Producao cards */
.producao-card[b-h3r40kljyb] {
    padding: 0;
    cursor: pointer;
}

.producao-card-header[b-h3r40kljyb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.producao-card-actions[b-h3r40kljyb] {
    display: flex;
    gap: 0.5rem;
}

.producao-action-btn[b-h3r40kljyb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
}

.producao-action-btn svg[b-h3r40kljyb] {
    width: 14px;
    height: 14px;
}

.producao-action-btn:hover[b-h3r40kljyb] {
    border-color: var(--primary);
    color: var(--primary);
}

.producao-action-danger:hover[b-h3r40kljyb] {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.producao-title[b-h3r40kljyb] {
    margin-bottom: 1rem;
}

.status-badge[b-h3r40kljyb] {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.status-em-andamento[b-h3r40kljyb] {
    background-color: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}

.status-concluida[b-h3r40kljyb] {
    background-color: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.producao-stats[b-h3r40kljyb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.producao-stat[b-h3r40kljyb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.producao-stat-label[b-h3r40kljyb] {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.producao-stat-value[b-h3r40kljyb] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
}

@media (max-width: 768px) {
    .header-section[b-h3r40kljyb] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-add[b-h3r40kljyb] {
        width: 100%;
    }

    .filter-row[b-h3r40kljyb] {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group[b-h3r40kljyb] {
        min-width: 100%;
    }

    .filter-toggle-btn[b-h3r40kljyb] {
        width: 100%;
    }
}
/* /Pages/RegistroTempoAnteriorModal.razor.rz.scp.css */
.registro-tempo-periodos[b-az09aeljd9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.registro-tempo-par[b-az09aeljd9] {
    gap: 0.5rem;
}

.registro-tempo-par .form-group[b-az09aeljd9] {
    flex: 1;
    min-width: 0;
}
/* /Pages/RegistroTempoModal.razor.rz.scp.css */
.registro-tempo-periodos[b-qz5bz9vsr2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.registro-tempo-par[b-qz5bz9vsr2] {
    gap: 0.5rem;
}

.registro-tempo-par .form-group[b-qz5bz9vsr2] {
    flex: 1;
    min-width: 0;
}
/* /Pages/UsuarioForm.razor.rz.scp.css */
.icon-sm[b-9ktw92yj0h] {
    width: 16px;
    height: 16px;
}

.form-container[b-9ktw92yj0h] {
    max-width: 640px;
}

.btn-save[b-9ktw92yj0h] {
    margin-top: 1.5rem;
}

/* Error box */
.error-box[b-9ktw92yj0h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #ef4444;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 1rem;
}

.error-icon[b-9ktw92yj0h] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Reset password section */
.reset-box[b-9ktw92yj0h] {
    margin-top: 1.5rem;
}

.reset-title[b-9ktw92yj0h] {
    margin-bottom: 0.25rem;
}

.reset-desc[b-9ktw92yj0h] {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin: 0;
}

.btn-reset-senha[b-9ktw92yj0h] {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .header-section[b-9ktw92yj0h] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-back[b-9ktw92yj0h] {
        width: 100%;
    }

    .form-container[b-9ktw92yj0h] {
        max-width: 100%;
    }

    .reset-box .d-flex[b-9ktw92yj0h] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-reset-senha[b-9ktw92yj0h] {
        width: 100%;
        justify-content: center;
    }
}

/* Custom Checkboxes matching the Design System */
input[type="checkbox"][b-9ktw92yj0h] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--bg);
    border: 1px solid var(--border);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    flex-shrink: 0;
}

input[type="checkbox"]:hover[b-9ktw92yj0h] {
    border-color: var(--primary);
}

input[type="checkbox"]:checked[b-9ktw92yj0h] {
    background-color: var(--primary);
    border-color: var(--primary);
}

input[type="checkbox"]:checked[b-9ktw92yj0h]::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 2px;
}

label[for="checkAtivo"][b-9ktw92yj0h] {
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    color: var(--text-primary);
}
/* /Pages/Usuarios.razor.rz.scp.css */
.icon-sm[b-0nysohrn85] {
    width: 16px;
    height: 16px;
}

.icon-xl[b-0nysohrn85] {
    width: 48px;
    height: 48px;
}

.empty-state[b-0nysohrn85] {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}

.empty-title[b-0nysohrn85] {
    font-family: var(--font-display);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-desc[b-0nysohrn85] {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

/* Table */
.table-container[b-0nysohrn85] {
    overflow-x: auto;
}

.user-table[b-0nysohrn85] {
    width: 100%;
    border-collapse: collapse;
}

.user-table thead th[b-0nysohrn85] {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border);
    text-align: left;
}

.user-table tbody tr[b-0nysohrn85] {
    transition: background-color 0.15s ease;
}

.user-table tbody tr:hover[b-0nysohrn85] {
    background-color: rgba(255, 255, 255, 0.02);
}

.user-table tbody td[b-0nysohrn85] {
    padding: 1rem;
    border-bottom: 1px solid var(--border);
    font-size: 0.9rem;
    color: var(--text-primary);
    vertical-align: middle;
}

/* User info cell */
.user-info[b-0nysohrn85] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-avatar[b-0nysohrn85] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.user-name[b-0nysohrn85] {
    font-weight: 500;
}

.user-email[b-0nysohrn85] {
    color: var(--text-muted);
}

/* Status badges */
.status-badge[b-0nysohrn85] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.status-ativo[b-0nysohrn85] {
    background-color: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.status-inativo[b-0nysohrn85] {
    background-color: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

/* Skeleton */
.table-skeleton[b-0nysohrn85] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-row[b-0nysohrn85] {
    height: 3rem;
}

@media (max-width: 768px) {
    .header-section[b-0nysohrn85] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .btn-add[b-0nysohrn85] {
        width: 100%;
    }
}
/* /Shared/AdminLayout.razor.rz.scp.css */
.admin-layout[b-z0q3azpwfp] {
    display: flex;
    min-height: 100vh;
    background: var(--bg);
}

.admin-main[b-z0q3azpwfp] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background: var(--bg);
}

.admin-header[b-z0q3azpwfp] {
    background: var(--bg-card);
    padding: 1rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 10;
}

.btn-hamburger[b-z0q3azpwfp] {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-primary);
    cursor: pointer;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
}

.btn-hamburger svg[b-z0q3azpwfp] {
    width: 24px;
    height: 24px;
}

.admin-header-actions[b-z0q3azpwfp] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.admin-user-info[b-z0q3azpwfp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--bg-alt);
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    border-radius: 50px;
    border: 1px solid var(--border);
}

.admin-user-avatar[b-z0q3azpwfp] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.admin-user-details[b-z0q3azpwfp] {
    display: flex;
    flex-direction: column;
}

.admin-user-details strong[b-z0q3azpwfp] {
    font-size: 0.85rem;
    color: var(--text-primary);
    line-height: 1.2;
}

.admin-user-details span[b-z0q3azpwfp] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.admin-content[b-z0q3azpwfp] {
    padding: 2.5rem;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .btn-hamburger[b-z0q3azpwfp] {
        display: flex;
    }

    .admin-header[b-z0q3azpwfp] {
        padding: 0.85rem 1.25rem;
    }

    .admin-user-info[b-z0q3azpwfp] {
        gap: 0;
        padding: 0;
        background: transparent;
        border: none;
    }

    .admin-user-details[b-z0q3azpwfp] {
        display: none;
    }

    .admin-content[b-z0q3azpwfp] {
        padding: 1.25rem;
    }
}
/* /Shared/AdminNavMenu.razor.rz.scp.css */
.admin-sidebar[b-2wwu546b2w] {
    width: 280px;
    background: var(--accent);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    transition: width 0.3s ease;
}

.admin-sidebar.collapsed[b-2wwu546b2w] {
    width: 80px;
}

.admin-brand[b-2wwu546b2w] {
    padding: 1.5rem;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.2;
    overflow: hidden;
}

.admin-brand span[b-2wwu546b2w] {
    color: var(--primary);
}

.brand-collapsed[b-2wwu546b2w] {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
}

.brand-collapsed span[b-2wwu546b2w] {
    color: var(--primary);
}

.btn-toggle-menu[b-2wwu546b2w] {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}

.btn-toggle-menu:hover[b-2wwu546b2w] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.btn-toggle-menu svg[b-2wwu546b2w] {
    width: 20px;
    height: 20px;
}

.admin-nav[b-2wwu546b2w] {
    flex-grow: 1;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-2wwu546b2w] .admin-nav-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-weight: 600;
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

[b-2wwu546b2w] .admin-nav-link svg {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    transition: all var(--transition);
}

[b-2wwu546b2w] .admin-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

[b-2wwu546b2w] .admin-nav-link:hover svg {
    opacity: 1;
    transform: translateX(3px);
    color: var(--primary);
}

[b-2wwu546b2w] .admin-nav-link.active {
    color: #fff;
    background: rgba(196, 30, 47, 0.15);
    border-left: 3px solid var(--primary);
}

[b-2wwu546b2w] .admin-nav-link.active svg {
    opacity: 1;
    color: var(--primary);
}

.admin-nav-footer[b-2wwu546b2w] {
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-sidebar.collapsed .admin-nav[b-2wwu546b2w] {
    padding: 1.5rem 0.5rem;
    align-items: center;
}

.admin-sidebar.collapsed[b-2wwu546b2w]  .admin-nav-link {
    padding: 1rem;
    justify-content: center;
    width: auto;
}

.admin-sidebar.collapsed[b-2wwu546b2w]  .admin-nav-link svg {
    margin: 0;
}

.admin-sidebar.collapsed .admin-nav-footer a.btn[b-2wwu546b2w] {
    padding: 0.5rem;
    min-height: 40px;
}

.admin-sidebar-overlay[b-2wwu546b2w] {
    display: none;
}

.btn-close-mobile[b-2wwu546b2w] {
    display: none;
}

/* ===== MOBILE: off-canvas hamburger menu ===== */
@media (max-width: 768px) {
    .admin-sidebar[b-2wwu546b2w] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100dvh;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }

    .admin-sidebar.collapsed[b-2wwu546b2w] {
        width: 100vw;
        max-width: 100vw;
    }

    .admin-sidebar.mobile-open[b-2wwu546b2w] {
        transform: translateX(0);
    }

    .btn-toggle-menu[b-2wwu546b2w] {
        display: none;
    }

    .admin-nav[b-2wwu546b2w] {
        flex-grow: 0;
        align-items: center;
        padding: 2rem 1.5rem 0.5rem;
    }

    [b-2wwu546b2w] .admin-nav-link {
        justify-content: center;
        text-align: center;
        border-left: none;
    }

    [b-2wwu546b2w] .admin-nav-link.active {
        border-left: none;
        background: rgba(196, 30, 47, 0.15);
    }

    .admin-nav-footer[b-2wwu546b2w] {
        margin-top: 0.5rem;
        padding: 1rem 1.5rem;
    }

    .admin-sidebar-overlay[b-2wwu546b2w] {
        display: none;
    }

    .btn-close-mobile[b-2wwu546b2w] {
        display: flex;
        position: absolute;
        top: 1rem;
        right: 1rem;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.05);
        border: none;
        color: rgba(255, 255, 255, 0.7);
        cursor: pointer;
        padding: 0.5rem;
        border-radius: var(--radius-sm);
        transition: all var(--transition);
        z-index: 1;
    }

    .btn-close-mobile svg[b-2wwu546b2w] {
        width: 20px;
        height: 20px;
    }

    .btn-close-mobile:hover[b-2wwu546b2w] {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
    }
}
