@import"https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;700&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--bg-deep: #0a1a2f;--bg-soft: #12395a;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--text: #10223a;--text-soft: #46617b;--accent: #ff7a3d;--accent-2: #1fbf9b;--danger: #b92626;--shadow: 0 24px 60px rgba(8, 20, 41, .26)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Space Grotesk,Trebuchet MS,sans-serif;color:var(--text);background:radial-gradient(circle at 0% 0%,rgba(31,191,155,.24),transparent 45%),radial-gradient(circle at 100% 100%,rgba(255,122,61,.25),transparent 55%),linear-gradient(140deg,var(--bg-deep),var(--bg-soft))}#root{min-height:100vh}h1,h2,h3{margin:0;font-family:Chakra Petch,Segoe UI,sans-serif}p{margin:0}.login-layout,.dashboard-layout{width:min(1150px,calc(100% - 2rem));margin:0 auto;padding:2rem 0}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.2fr 1fr;gap:1.4rem;align-items:center}.login-hero,.login-card,.topbar,.kpi-card,.status-card{border-radius:1.1rem;box-shadow:var(--shadow);animation:rise-in .55s ease both}.login-hero{background:linear-gradient(165deg,#ffffff14,#ffffff38);border:1px solid rgba(255,255,255,.18);color:#f6fbff;padding:2.1rem}.eyebrow{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:#8ad8c7;font-weight:700;margin-bottom:.8rem}.login-hero h1{font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:1rem}.hero-copy{color:#d4e4f5;margin-bottom:1rem}.hero-list{margin:0;padding-left:1rem;display:grid;gap:.4rem;color:#edf7ff}.login-card{background:var(--surface);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:2rem}.login-card h2{font-size:1.5rem;margin-bottom:.5rem}.login-card>p{margin-bottom:1.2rem;color:var(--text-soft)}.login-form{display:grid;gap:.65rem}.login-form label{font-size:.95rem;font-weight:700}.login-form input{border:1px solid #c8d7e8;border-radius:.75rem;padding:.72rem .86rem;font-size:.98rem;font-family:inherit}.login-form input:focus{outline:2px solid #1fbf9b;outline-offset:1px}button{border:0;border-radius:.85rem;padding:.78rem 1rem;font-size:1rem;font-family:inherit;font-weight:700;cursor:pointer;background:linear-gradient(120deg,var(--accent),#ff914f);color:#fff;transition:transform .18s ease,box-shadow .18s ease}button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #ff7a3d59}button:disabled{opacity:.7;cursor:wait}.ghost-btn{background:linear-gradient(120deg,#1b3857,#234f7c)}.dashboard-layout{display:grid;gap:1rem}.panel-layout{width:min(1260px,calc(100% - 2rem));margin:0 auto;min-height:100vh;padding:1rem 0;position:relative}.menu-toggle-btn{position:fixed;top:1.5rem;left:2rem;z-index:1001;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:none;cursor:pointer;box-shadow:0 8px 25px #ff7a3d66;font-size:1.35rem;transition:all .2s ease}.menu-toggle-btn:hover{transform:scale(1.05);background:#ff8c5a}.panel-sidebar{position:fixed;top:1rem;left:calc((100vw - min(1260px,calc(100vw - 2rem)))/2);width:280px;height:calc(100vh - 2rem);z-index:1000;background:linear-gradient(170deg,#0a1a2ffa,#12395afa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:1.25rem;padding:5.5rem 1.2rem 1.5rem;color:#f5faff;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 50px #0000004d;overflow-y:auto;transition:transform .4s cubic-bezier(.19,1,.22,1),opacity .3s ease}.sidebar-collapsed .panel-sidebar{opacity:0;pointer-events:none;transform:translate(-40px)}.sidebar-header{margin-bottom:.5rem}.sidebar-header h2{font-size:1.3rem;margin-bottom:.2rem;color:#fff}.sidebar-user{font-size:.95rem;color:var(--accent-2);font-weight:600}.readonly-input{background-color:#ffffff0d;cursor:not-allowed;border-color:#ffffff1a!important;color:#aaa;font-weight:500}.upload-form{display:flex!important;flex-wrap:wrap!important;gap:1.5rem!important;align-items:flex-end!important}.upload-form .field-stack{flex:1;min-width:250px}.check-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;color:var(--text-main);background:#ffffff08;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.check-item input{margin:0;width:auto}.panel-nav{display:grid;gap:.6rem}.panel-link{display:flex;align-items:center;border-radius:.8rem;padding:.75rem 1rem;color:#cae6ff;text-decoration:none;border:1px solid rgba(255,255,255,.05);background:#ffffff08;transition:all .2s ease;font-weight:500}.panel-link:hover{background:#ffffff1a;color:#fff;transform:translate(6px)}.panel-link-active{background:linear-gradient(120deg,var(--accent),var(--accent-2));border-color:transparent;color:#fff;box-shadow:0 4px 15px #ff7a3d4d}.sidebar-logout{margin-top:auto;background:#b9262626!important;border:1px solid rgba(185,38,38,.3)!important;color:#ff9b9b!important}.sidebar-logout:hover{background:#b92626!important;color:#fff!important}.sidebar-overlay{position:fixed;inset:0;background:#050c1899;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;animation:fade-in .3s ease both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.panel-content{background:#fffffff0;border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow);overflow:auto}.module-wrap{display:grid;gap:1rem}.section-card{background:#fff;border:1px solid #d9e6f3;border-radius:.9rem;padding:1rem;display:grid;gap:.9rem}.section-card h2{font-size:1.15rem}.toolbar-row{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:.8rem;align-items:center}.search-input{border:1px solid #cad9ea;border-radius:.7rem;min-height:44px;padding:.72rem .8rem;font-size:.98rem}.inline-note{color:var(--text-soft)}.small-btn{padding:.5rem .7rem;border-radius:.6rem;font-size:.86rem}.inline-actions{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.loading-inline{display:inline-flex;align-items:center;gap:.55rem;color:var(--text-soft);font-size:.92rem}.btn-loading-wrap{display:inline-flex;align-items:center;gap:.35rem}.spinner{width:16px;height:16px;border:2px solid rgba(29,79,121,.25);border-top-color:#1d4f79;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}.spinner-sm{width:13px;height:13px}.module-header p{color:var(--text-soft)}.module-form{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:.8rem;background:#f5f9fd;border:1px solid #d5e3f2;border-radius:.9rem;padding:1rem}.module-form-wide{grid-template-columns:repeat(4,minmax(200px,1fr))}.module-form input,.module-form select{border:1px solid #cad9ea;border-radius:.7rem;min-height:46px;width:100%;max-width:100%;padding:.78rem .88rem;font-family:inherit;font-size:.99rem}.module-form button{min-height:42px}.field-stack{display:grid;gap:.35rem;font-size:.88rem;color:#2f4b66;font-weight:600}.field-stack span{font-size:.83rem;color:#3f5f7e}.vinculo-form-grid{grid-template-columns:repeat(2,minmax(260px,1fr));align-items:start}.vinculo-form-grid>*{min-width:0}.vinculo-form-grid button[type=submit]{grid-column:1 / -1;justify-self:start}.upload-form{grid-template-columns:repeat(3,minmax(220px,1fr));align-items:center}.check-item{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.perfis-box{grid-column:1 / -1;border:1px solid #d6e4f2;border-radius:.7rem;background:#f8fbff;padding:.7rem}.perfis-box p{margin-bottom:.55rem;font-size:.88rem;color:#2d4c69;font-weight:700}.perfis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.4rem}.table-wrap{border:1px solid #d4e2f2;border-radius:.9rem;overflow:auto;background:#fff}.secretaria-table-wrap th,.secretaria-table-wrap td,.funcionarios-table-wrap th,.funcionarios-table-wrap td{font-size:.82rem;padding:.58rem .62rem}.pager-row{display:flex;justify-content:flex-end;gap:.6rem}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.72rem;border-bottom:1px solid #edf2f8;font-size:.92rem}th{font-weight:700;color:#22405d;background:#f6faff}.topbar{background:var(--surface-strong);padding:1.2rem 1.3rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.topbar h1{font-size:clamp(1.2rem,2.4vw,1.8rem)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.charts-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:1rem}.admissions-bars{display:grid;gap:.6rem}.admissions-row{display:grid;grid-template-columns:90px 1fr 60px;align-items:center;gap:.6rem}.admissions-row p{color:#355675;font-size:.86rem}.admissions-row strong{text-align:right;color:#0f3352}.admissions-track{height:12px;border-radius:999px;background:#dde8f4;overflow:hidden}.admissions-fill{height:100%;border-radius:999px;background:linear-gradient(120deg,#1fbf9b,#1d4f79)}.pie-wrap{display:grid;grid-template-columns:170px 1fr;gap:.9rem;align-items:center}.pie-chart{width:170px;height:170px;border-radius:50%;border:6px solid #eff5fb;box-shadow:inset 0 0 0 1px #10223a14}.pie-legend{display:grid;gap:.4rem}.pie-legend p{display:flex;align-items:center;gap:.45rem;font-size:.86rem;color:#2d4c69}.pie-legend p span{width:12px;height:12px;border-radius:3px;display:inline-block}.folha-toolbar{grid-template-columns:minmax(260px,520px) 1fr}.folha-actions{gap:.5rem}.export-btn-pdf,.export-btn-excel{display:inline-flex;align-items:center;gap:.42rem}.export-icon{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:20px;border-radius:4px;font-size:.65rem;font-weight:800;letter-spacing:.02em;color:#fff}.export-icon-pdf{background:#d43b34}.export-icon-excel{background:#18823b}.table-pager-note{margin-right:auto}.folha-table-wrap th,.folha-table-wrap td{font-size:.76rem;padding:.46rem .52rem}.comissionado-icon{display:inline-block;margin-left:.4rem;width:16px;height:16px;line-height:16px;text-align:center;border-radius:999px;background:#ff5a3d;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.03em;vertical-align:middle}.kpi-card{background:var(--surface-strong);padding:1.2rem}.kpi-icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c8d8ea;border-radius:.6rem;color:#1d4f79;margin-bottom:.55rem}.kpi-icon svg{width:1.15rem;height:1.15rem}.kpi-card p{color:var(--text-soft);margin-bottom:.35rem}.kpi-card strong{font-size:2rem;color:#0f3352}.status-card{background:var(--surface-strong);padding:1.3rem;display:grid;gap:.45rem}.error-box{margin-top:.2rem;background:#ffe5e5;color:var(--danger);border:1px solid #f6b8b8;border-radius:.65rem;padding:.65rem .72rem;font-size:.92rem}.success-box{margin-top:.2rem;background:#e6faef;color:#1a7a44;border:1px solid #91d4b0;border-radius:.65rem;padding:.65rem .72rem;font-size:.92rem}.audit-badge{display:inline-block;padding:.2rem .55rem;border-radius:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.02em}.audit-insert{background:#e6faef;color:#1a7a44}.audit-update{background:#fff5e0;color:#8a5700}.audit-delete{background:#ffe5e5;color:#a41010}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.login-layout{grid-template-columns:1fr;padding-top:1.6rem}.kpi-grid,.charts-grid{grid-template-columns:1fr}.pie-wrap{grid-template-columns:1fr;justify-items:start}.pie-chart{width:150px;height:150px}.admissions-row{grid-template-columns:84px 1fr 42px}.topbar{flex-direction:column;align-items:flex-start}.panel-layout{width:100%}.module-form,.upload-form,.toolbar-row{grid-template-columns:1fr}}@media(max-width:1280px){.module-form-wide{grid-template-columns:repeat(3,minmax(200px,1fr))}.vinculo-form-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:900px){.vinculo-form-grid{grid-template-columns:1fr}}.portal-ponto-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(140deg,var(--bg-deep),var(--bg-soft));padding:20px}.portal-ponto-card{background:#fff;border-radius:20px;padding:32px 28px;max-width:440px;width:100%;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px}.portal-ponto-logo{font-size:3rem;text-align:center}.portal-ponto-title{font-size:1.6rem;font-weight:700;text-align:center;margin:0;color:var(--bg-deep)}.portal-ponto-subtitle{text-align:center;color:var(--text-soft);font-size:.9rem;margin:0}.portal-ponto-nome{font-size:1.2rem;font-weight:600;color:var(--bg-deep)}.portal-ponto-setor{font-size:.85rem;color:var(--text-soft);background:#f0f4f8;border-radius:6px;padding:4px 10px;width:fit-content}.portal-ponto-section{font-size:.9rem;font-weight:600;color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em;margin:8px 0 4px}.portal-ponto-form{display:flex;flex-direction:column;gap:12px}.portal-ponto-form label{font-size:.85rem;font-weight:600;color:var(--text-soft)}.portal-ponto-form input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;color:var(--text);transition:border-color .2s}.portal-ponto-form input:focus{outline:none;border-color:var(--accent)}.portal-btn-primary{width:100%;padding:14px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s}.portal-btn-primary:hover:not(:disabled){opacity:.88}.portal-btn-primary:disabled{opacity:.5;cursor:not-allowed}.portal-btn-secondary{width:100%;padding:12px;background:#f0f4f8;color:var(--text);border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.portal-btn-secondary:hover{background:#e2e8f0}.portal-erro{background:#fee2e2;color:#991b1b;border-radius:8px;padding:10px 14px;font-size:.9rem}.portal-tipos-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.portal-tipo-btn{padding:14px 10px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.portal-tipo-btn:hover{background:#f8fafc}.portal-tipo-btn.selected{background:#f0fdf4;font-weight:700}.portal-foto-area{display:flex;flex-direction:column;align-items:center;gap:10px}.portal-foto-preview{width:100%;max-height:200px;object-fit:cover;border-radius:12px;border:2px solid #e2e8f0}.portal-foto-placeholder{width:100%;height:120px;background:#f0f4f8;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:3rem}.portal-gps-ok{background:#f0fdf4;color:#166534;border-radius:8px;padding:10px 14px;font-size:.85rem}.portal-confirmacao{text-align:center}.portal-check{font-size:4rem}.portal-confirmacao-info{background:#f8fafc;border-radius:12px;padding:16px;text-align:left}.portal-confirmacao-info div{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #e2e8f0}.portal-confirmacao-info div:last-child{border-bottom:none}.portal-confirmacao-info span{color:var(--text-soft);font-size:.85rem}.portal-confirmacao-info strong{font-size:.9rem}.portal-foto-confirmacao{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--accent-2);align-self:center}.portal-link-box{background:#f0f9ff;border:1.5px solid #bae6fd;border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.portal-link-box span{font-weight:600;font-size:.9rem;color:var(--text-soft)}.portal-link-box a{font-size:.85rem;color:#0369a1;text-decoration:none;word-break:break-all}.portal-link-box a:hover{text-decoration:underline}.btn-icon{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:4px}.relatorio-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.relatorio-titulo{margin-bottom:16px}.relatorio-titulo h2{margin:0 0 4px}.relatorio-titulo p{margin:2px 0;color:var(--text-soft);font-size:.9rem}.relatorio-table td,.relatorio-table th{padding:6px 10px;font-size:.82rem}.row-ok{background:#f0fdf4}.row-warn{background:#fefce8}.row-falta{background:#fef2f2}.row-weekend{background:#f8fafc;color:var(--text-soft)}.relatorio-legenda{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;font-size:.82rem;color:var(--text-soft)}.relatorio-assinatura{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}.assinatura-campo{border-top:2px solid var(--text);padding-top:8px;text-align:center;font-size:.8rem;color:var(--text-soft)}@media print{.no-print,.panel-sidebar,.menu-toggle-btn,.tabs-bar,.portal-link-box{display:none!important}.panel-content{margin-left:0!important;padding:0!important}body{background:#fff!important}#area-impressao{box-shadow:none!important}}.modal-overlay{position:fixed;inset:0;background:#0a1a2fbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fade-in .25s ease-out both;padding:1rem}.modal-content{background:var(--surface-strong);border-radius:1.25rem;width:100%;max-height:90vh;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;animation:rise-in .3s ease-out both;border:1px solid rgba(255,255,255,.15)}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #edf2f8;display:flex;align-items:center;justify-content:space-between;background:#f8fbff}.modal-header h2{font-size:1.25rem;color:#10223a;margin:0}.close-btn{background:none;border:none;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:.2rem .5rem;border-radius:.5rem;transition:all .2s;box-shadow:none}.close-btn:hover{background:#fee2e2;color:#ef4444;transform:none;box-shadow:none}.modal-body{padding:1.5rem;overflow-y:auto}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #edf2f8}
