.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#searchInput {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 250px;
}

.table-container {
    overflow-x: auto;
}

.modern-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.modern-table thead {
    background-color: #f3f4f6;
    text-align: left;
}

.modern-table th {
    padding: 12px;
    font-weight: 600;
}

.modern-table td {
    padding: 12px;
    border-top: 1px solid #eee;
}

.modern-table tr:hover {
    background-color: #f9fafb;
}

.badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.badge-admin {
    background-color: #facc15;
    color: #000;
}

.badge-colab {
    background-color: #1e293b;
    color: #fff;
}

.setor-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.colab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.colab-card {
    background: white;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.2s;
}

.colab-card:hover {
    transform: translateY(-4px);
}
.setor-section {
    margin-bottom: 40px;
}

.setor-header {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid var(--primary);
}

.colab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.colab-card {
    background: white;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s ease;
}

.colab-card:hover {
    transform: translateY(-5px);
}

.colab-info h3 {
    margin-bottom: 8px;
    font-size: 16px;
}

.colab-info p {
    font-size: 14px;
    color: #6b7280;
}

.colab-footer {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body {
    font-family: 'Inter', sans-serif;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f9;
}

.login-card {
    width: 100%;
    max-width: 420px;
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.dashboard-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
margin-top:25px;
}

.dashboard-card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.dashboard-card h3{
font-size:15px;
color:#6b7280;
margin-bottom:10px;
}

.dashboard-card h1{
font-size:32px;
font-weight:700;
}

.dashboard-card p{
font-size:28px;
font-weight:bold;
color:#111827;
}

.card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
margin-bottom:25px;
}
.btn-edit{
background:#60a5fa;
color:white;
padding:6px 12px;
border-radius:6px;
text-decoration:none;
font-size:12px;
border:none;
cursor:pointer;
transition:0.2s;
}

.btn-edit:hover{
background:#3b82f6;
}
.birthday-list{
margin-top:20px;
}

.birthday-item{
display:grid;
grid-template-columns: 1fr 150px 80px;
align-items:center;
padding:12px 16px;
border-radius:8px;
background:#f9fafb;
margin-bottom:10px;
font-size:14px;
}

.birthday-item:hover{
background:#eef2ff;
}
.birthday-name{
font-weight:500;
color:#111827;
}

.birthday-sector{
color:#6b7280;
text-align:center;
}

.birthday-date{
font-weight:600;
color:#2563eb;
text-align:right;
}

.birthday-title{
display:flex;
align-items:center;
gap:10px;
}

.birthday-icon{
width:75px;
height:75px;
}

/* BOTÕES PADRÃO SISTEMA */

.btn-dark{
background:#111827;
color:white;
padding:6px 14px;
border-radius:6px;
border:none;
font-size:13px;
cursor:pointer;
text-decoration:none;
transition:0.2s;
}

.btn-dark:hover{
background:#1f2937;
}

.btn-outline{
background:transparent;
border:1px solid #111827;
color:#111827;
padding:6px 14px;
border-radius:6px;
font-size:13px;
text-decoration:none;
cursor:pointer;
transition:0.2s;
}

.btn-outline:hover{
background:#111827;
color:white;
}
/* BOTÃO PRINCIPAL */

.btn-primary{
background:#111827;
color:white;
padding:10px 16px;
border-radius:8px;
font-size:14px;
font-weight:500;
text-decoration:none;
display:inline-block;
transition:0.2s;
}

.btn-primary:hover{
background:#1f2937;
}

.mes-bloco{
    width:100%;
    margin-bottom:20px;
}

.mes-titulo{
    font-weight:600;
    font-size:18px;
    cursor:pointer;
    margin-bottom:10px;
}

.mes-conteudo{
    display:none;
}

.colab-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
    gap:20px;
}

.acoes{
display:flex;
gap:8px;
}

.btn-action {
    background: var(--primary);
    color: #111827;
    padding: 8px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.btn-action.senha{
background:#facc15;
color:white;
}

.btn-action.nivel{
background:#2563eb;
color:white;
}

.btn-action.bloquear{
background:#ef4444;
color:white;
}

.page-card{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.toolbar{
margin-bottom:20px;
}

.input-busca{
padding:8px;
border-radius:6px;
border:1px solid #ddd;
margin-right:10px;
}

.usuarios-table{
width:100%;
border-collapse:collapse;
}

.usuarios-table th{
text-align:left;
padding:12px;
border-bottom:2px solid #eee;
}

.usuarios-table td{
padding:12px;
border-bottom:1px solid #eee;
}

.usuarios-table tr:nth-child(even){
background:#fafafa;
}

.badge{
padding:4px 10px;
border-radius:6px;
font-size:12px;
font-weight:600;
}

.badge.ativo{
background:#22c55e;
color:white;
}

.badge.bloqueado{
background:#ef4444;
color:white;
}

.acoes{
display:flex;
gap:8px;
}

.btn-icon{
padding:6px 10px;
border-radius:6px;
text-decoration:none;
font-size:14px;
}

.btn-icon.senha{
background:#f59e0b;
color:white;
}

.btn-icon.bloquear{
background:#ef4444;
color:white;
}

.card-form {
    background: white;
    padding: 28px;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.card-form h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}

.form-group input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
}



.card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.btn {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

.btn-primary { background:#2563eb; color:#fff; }
.btn-success { background:#22c55e; color:#fff; }
.btn-danger { background:#ef4444; color:#fff; }


.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    text-align: left;
    font-size: 13px;
    color: #6b7280;
    padding: 10px;
}

.table td {
    padding: 12px 10px;
    border-top: 1px solid #eee;
}

.file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-file {
    background: #facc15;
    color: #111827;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

#fileName {
    font-size: 13px;
    color: #6b7280;
}
.file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-file {
    background: #facc15;
    color: #111827;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

#fileName {
    font-size: 13px;
    color: #6b7280;
}
/* =========================================
   MEUS ARQUIVOS
========================================= */

.arquivos-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:20px;
    align-items:start;
    margin-top:20px;
}

.arquivo-categoria{
    background:white;
    border-radius:14px;
    padding:20px;
    box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

.arquivo-categoria h4{
    margin-bottom:20px;
    font-size:20px;
    color:#111827;
}

.arquivo-lista{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.arquivo-item{
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:15px;
}

.arquivo-botoes{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:12px;
}