:root{--bg:#f3f6fb;--card:#fff;--text:#172033;--muted:#667085;--line:#e7edf5;--brand:#0b5fff;--brand2:#00a3ff;--danger:#d92d20;--ok:#039855}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--brand);text-decoration:none}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#071833;color:#fff;padding:22px}.brand{display:flex;gap:12px;align-items:center;font-size:22px;margin-bottom:25px}.brand span{background:linear-gradient(135deg,var(--brand),var(--brand2));border-radius:14px;padding:12px;font-weight:800}.sidebar a{display:block;color:#dbe8ff;padding:12px;border-radius:12px;margin:4px 0}.sidebar a:hover{background:#10294f}.main{margin-left:250px}.top{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.top small{display:block;color:var(--muted);margin-top:4px}.content{padding:28px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 12px 32px rgba(12,30,66,.05)}.metric b{font-size:30px}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;padding:10px 14px;background:var(--brand);color:#fff;cursor:pointer;font-weight:700}.btn.secondary{background:#eef4ff;color:#164ca6}.btn.danger{background:var(--danger)}input,select,textarea{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:#fff}label{font-size:13px;color:var(--muted);font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.actions{display:flex;gap:8px;flex-wrap:wrap}.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.preview{height:130px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc}.preview img{width:100%;height:100%;object-fit:cover}.pill{display:inline-block;padding:5px 10px;border-radius:99px;background:#eef4ff;color:#164ca6;font-size:12px;font-weight:700}.print-only{display:none}@media(max-width:900px){.sidebar{position:relative;width:auto}.main{margin:0}.grid,.form-grid,.doc-grid{grid-template-columns:1fr}.top{height:auto;gap:12px;align-items:flex-start;flex-direction:column;padding:16px}.content{padding:16px}}@media print{.sidebar,.top,.no-print{display:none}.main{margin:0}.content{padding:0}.card{box-shadow:none;border:0}.print-only{display:block}}

/* Documentos de funcionários */
.alert{margin-bottom:16px;border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fff;font-weight:600}.alert.success{border-color:#b7ebc6;background:#ecfdf3;color:#027a48}.alert.danger{border-color:#fecdca;background:#fff1f3;color:#b42318}.soft-separator{border:0;border-top:1px solid var(--line);margin:24px 0}.employee-doc-section{display:grid;grid-template-columns:280px 1fr;gap:22px;align-items:start;margin-top:14px}.avatar-upload-card,.doc-upload-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;box-shadow:0 10px 24px rgba(12,30,66,.04)}.avatar-upload-card label,.doc-upload-card label{display:block;margin-bottom:10px;color:var(--text);font-size:15px}.avatar-preview{height:286px;border-radius:16px;background:linear-gradient(180deg,#f4f7fb,#e9eef6);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e3eaf3}.avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:end;justify-content:center;color:#c3ccd8;font-size:118px;line-height:1}.avatar-placeholder span{filter:grayscale(1);opacity:.55;margin-bottom:22px}.file-input-hidden{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.upload-button{margin-top:12px;display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%;border:1px solid #bdd1f5;border-radius:12px;padding:10px 12px;color:#164ca6!important;background:#fff;font-weight:800;cursor:pointer}.upload-button:before{content:'↥';font-size:16px}.avatar-upload-card small,.doc-upload-card small{display:block;text-align:center;color:var(--muted);line-height:1.35;margin-top:10px}.doc-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.doc-upload-drop{min-height:190px;border:1px dashed #cfd9e8;border-radius:16px;background:#fbfdff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;overflow:hidden;text-align:center;color:var(--muted);padding:10px}.doc-upload-drop img{width:100%;height:100%;object-fit:cover;border-radius:14px}.doc-upload-drop iframe{width:100%;height:190px;border:0;background:#fff}.doc-upload-icon{width:70px;height:70px;border:2px solid #a9c5ef;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef6ff;color:#164ca6;font-weight:900;font-size:28px}.doc-current-link{display:block;text-align:center;margin-top:10px;font-size:13px;font-weight:700}.table-avatar{width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:#eef4ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.table-avatar img{width:100%;height:100%;object-fit:cover}.employee-profile-header{display:flex;gap:18px;align-items:center}.employee-profile-avatar{width:110px;height:140px;border-radius:18px;background:#eef4ff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:50px}.employee-profile-avatar img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.employee-doc-section{grid-template-columns:1fr}.doc-upload-grid{grid-template-columns:1fr}.employee-profile-header{align-items:flex-start}.avatar-preview{height:240px}}

/* Dashboard pastas */
.dashboard-folder-panel{padding:18px 20px}.dashboard-folder-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.dashboard-folder-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:18px}.dashboard-folder-shortcut,.weekday-folder-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px 12px;color:var(--text);text-align:center;box-shadow:0 10px 24px rgba(12,30,66,.04);transition:.2s transform,.2s box-shadow,.2s border-color}.dashboard-folder-shortcut:hover,.weekday-folder-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(12,30,66,.08)}.dashboard-folder-shortcut.updated,.weekday-folder-card.updated{background:#fff1f1;border-color:#f0b6b6}.folder-thumb{width:78px;height:58px;display:flex;align-items:center;justify-content:center}.folder-thumb img{max-width:100%;max-height:100%;display:block}.dashboard-folder-shortcut strong,.weekday-folder-card strong{font-size:16px}.dashboard-folder-shortcut small,.weekday-folder-card small{color:var(--muted);font-weight:600}.folder-counter{display:inline-block;margin-top:2px;padding:4px 10px;border-radius:999px;background:#fff;color:#8b5d00;font-size:12px;font-weight:800;border:1px solid #f3d17f}.dashboard-folder-shortcut.updated .folder-counter,.weekday-folder-card.updated .folder-counter{color:#b42318;border-color:#f7b3b0}.weekday-folder-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:16px}.weekday-folder-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.weekday-folder-card.active{outline:2px solid #ffd590}.weekday-folder-card.updated.active{outline-color:#ef8d8d}.employee-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.employee-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}.table-wrap{overflow:auto}.misc-upload-box{border:1px dashed #cfd9e8;border-radius:18px;background:#fbfdff;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.misc-upload-box small{color:var(--muted)}.alert{margin-bottom:16px;border:1px solid var(--line);border-radius:16px;padding:14px 16px;background:#fff;font-weight:600}.alert.success{border-color:#b7ebc6;background:#ecfdf3;color:#027a48}.alert.danger{border-color:#fecdca;background:#fff1f3;color:#b42318}.employee-profile-header{display:flex;gap:18px;align-items:center}.employee-profile-avatar{width:110px;height:140px;border-radius:18px;background:#eef4ff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:50px}.employee-profile-avatar img{width:100%;height:100%;object-fit:cover}
@media(max-width:1100px){.dashboard-folder-row,.weekday-folder-grid,.weekday-folder-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.dashboard-folder-row,.weekday-folder-grid,.weekday-folder-grid.compact{grid-template-columns:1fr}.dashboard-folder-title-row{align-items:flex-start}}
