:root{--bg:#f3f6fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e3e8f0;--primary:#1b5cff;--primary-dark:#1247cc;--danger:#c9363e;--success:#18794e;--warning:#9a6700;--sidebar:#101827;--shadow:0 10px 30px rgba(22,34,54,.07);--radius:16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{font-size:14px}a{color:var(--primary);text-decoration:none}button,input,select,textarea{font:inherit}code{font-family:"SFMono-Regular",Consolas,monospace;font-size:.88em}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--sidebar);color:#dbe5f3;padding:22px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:11px;color:#fff;padding:0 8px 22px}.brand strong,.brand small{display:block}.brand strong{font-size:17px;letter-spacing:.05em}.brand small{color:#8fa2bd}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#2e75ff,#68a0ff);display:inline-grid;place-items:center;color:#fff;font-size:22px;font-weight:800;box-shadow:0 8px 22px rgba(27,92,255,.3)}.sidebar nav{display:grid;gap:6px}.sidebar nav a{color:#b9c8dc;padding:11px 13px;border-radius:10px;font-weight:600}.sidebar nav a:hover,.sidebar nav a.active{background:#1d2a3e;color:#fff}.sidebar-user{margin-top:auto;border-top:1px solid #26354c;padding:16px 10px 0;display:grid;gap:5px}.sidebar-user small{color:#91a5bf;margin-bottom:6px}.sidebar-user a{color:#b9c8dc;font-size:13px}.main-content{min-width:0}.topbar{height:76px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.topbar h1{font-size:21px;margin:0}.security-badge{font-size:12px;color:var(--success);background:#ecf8f1;border:1px solid #ccebdd;padding:8px 12px;border-radius:999px;font-weight:700}.content-wrap{padding:26px 30px 50px;max-width:1800px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;margin-bottom:20px}.card h2,.card h3{margin:0 0 14px}.card p{line-height:1.55}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow)}.stat-card span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.stat-card strong{font-size:25px}.stat-card.accent{background:linear-gradient(135deg,#173e9e,#1b5cff);color:#fff;border:0}.stat-card.accent span{color:#d8e4ff}.warning-card{border-color:#f2d28d;background:#fffaf0}.toolbar,.document-head,.section-title,.timeline-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.toolbar{margin-bottom:18px}.toolbar>div{display:flex;gap:10px;align-items:center}.btn{border:1px solid #ccd5e2;background:#fff;color:#243047;border-radius:10px;padding:9px 14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:hover{border-color:#aebbd0;background:#f8fafc}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-dark)}.btn.danger{background:#fff2f2;border-color:#f1b8bb;color:var(--danger)}.btn.ghost{background:transparent}.btn.small{padding:6px 10px;font-size:12px}.btn.full{width:100%}.link{font-weight:700}.table-card{padding:0;overflow:hidden}.table-card>.section-title,.table-card>h3{padding:20px 22px 0}.table-responsive{overflow:auto;max-width:100%}table{border-collapse:collapse;width:100%;min-width:850px}th,td{padding:13px 15px;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#667085;background:#f8fafc;position:sticky;top:0;z-index:1}td small,th small{display:block;color:var(--muted);font-size:12px;margin-top:4px;max-width:560px}td strong{font-weight:750}.actions{white-space:nowrap}.actions .btn{margin-left:5px}.badge,.year-pill{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;background:#eef2f7;color:#46546a}.year-pill{background:#e9f0ff;color:#1b5cff;font-size:13px}.status-ready{background:#eaf8f0;color:var(--success)}.status-processing{background:#fff7e5;color:var(--warning)}.status-error{background:#fff0f0;color:var(--danger)}.status-archived{background:#eef0f4;color:#657085}.alert{border-radius:12px;padding:13px 15px;margin:0 0 18px;border:1px solid}.alert.success{background:#edfaf3;border-color:#c9ebda;color:#146b45}.alert.danger{background:#fff0f1;border-color:#f2c1c5;color:#a82f36}.alert.warning{background:#fff9eb;border-color:#eed99e;color:#795500}.alert.info{background:#edf5ff;border-color:#c8ddff;color:#204d93}.empty-state{text-align:center;padding:55px 20px;color:var(--muted)}.empty-state h2{color:var(--text)}.two-column{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:20px}.two-column.wide-left{grid-template-columns:minmax(0,2fr) minmax(300px,.75fr)}.narrow-card{max-width:650px}.install-card{max-width:520px}.info-card{align-self:start}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px;margin:0}.details-grid div{border-bottom:1px solid var(--line);padding-bottom:10px;min-width:0}.details-grid dt{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.05em}.details-grid dd{margin:6px 0 0;font-weight:650;word-break:break-word}.hash{font-family:monospace;font-size:11px}.document-head{margin-bottom:16px}.document-head h2{margin:5px 0 0;font-size:18px}.eyebrow{font-size:12px;color:var(--muted);font-weight:700}.head-actions{display:flex;align-items:center;gap:10px}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow:auto}.tabs a{padding:11px 14px;color:#687386;font-weight:700;white-space:nowrap;border-bottom:3px solid transparent}.tabs a.active{color:var(--primary);border-bottom-color:var(--primary)}label{display:grid;gap:6px;font-weight:650;color:#344054;margin-bottom:13px}input,select,textarea{width:100%;border:1px solid #cfd7e4;border-radius:9px;padding:9px 10px;background:#fff;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:#6c96ff;box-shadow:0 0 0 3px rgba(27,92,255,.11)}textarea{resize:vertical}.inline-form,.filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.inline-form label,.filters label{margin:0;min-width:180px}.filters .grow,.inline-form .grow{flex:1}.filters.compact{margin-top:14px}.checkbox{display:flex!important;align-items:center;flex-direction:row;gap:7px}.checkbox input{width:auto}.dropzone{border:2px dashed #c8d4e7;border-radius:16px;padding:42px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;cursor:pointer;background:#f9fbff}.dropzone:hover{border-color:#6f99ff;background:#f3f7ff}.dropzone input{display:none}.drop-icon{width:64px;height:52px;border-radius:12px;background:#e8f0ff;color:var(--primary);display:grid;place-items:center;font-weight:900;font-size:17px;margin-bottom:12px}.dropzone small{color:var(--muted);font-weight:400}.upload-form>.btn{margin-top:15px}.auth-body{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,#e5eeff,transparent 35%),#f5f7fb}.auth-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 24px 70px rgba(28,45,76,.14)}.auth-card>.brand-mark{margin-bottom:15px}.auth-card h1{margin:0 0 6px}.muted{color:var(--muted)}.year-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.year-list a{border:1px solid var(--line);border-radius:10px;padding:11px;display:flex;justify-content:space-between}.year-list span{font-weight:800}.annual-table td:not(:first-child){min-width:180px}.cell-form,.field-form{display:flex;align-items:center;gap:5px;min-width:150px}.cell-form input{min-width:120px;padding:7px 8px}.field-form input,.field-form select{min-width:190px;padding:7px 8px}.field-form textarea{min-width:260px}.icon-btn{width:31px;height:31px;border-radius:8px;border:1px solid #cdd6e4;background:#fff;cursor:pointer;font-weight:900;color:var(--success);flex:0 0 auto}.danger-icon{color:var(--danger)}.value-cell{min-width:210px}.changed-note{color:#a36a00!important}.deleted-value{color:var(--danger);font-weight:700;text-decoration:line-through}.row-deleted{opacity:.62;background:#fff5f5}.path-cell{max-width:430px}.path-cell code{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-edit-cell{min-width:320px}.read-value{display:block;max-width:480px;white-space:pre-wrap;overflow-wrap:anywhere}.danger-zone{border-color:#f1c9cc;background:#fffdfd}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:16px}.pagination a{font-weight:700}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:8px;top:5px;bottom:5px;width:2px;background:var(--line)}.timeline-item{position:relative;padding-left:32px;margin-bottom:20px}.timeline-dot{position:absolute;left:2px;top:6px;width:14px;height:14px;border-radius:50%;background:var(--primary);border:3px solid #dce8ff}.timeline-item.reverted .timeline-dot{background:#9aa4b2;border-color:#e9edf2}.timeline-content{border:1px solid var(--line);border-radius:12px;padding:15px}.timeline-content>code{display:block;margin:10px 0;color:#516078;word-break:break-all}.change-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0}.change-pair span{background:#f7f9fc;padding:8px;border-radius:8px;word-break:break-word}.compare-picker{display:grid;gap:14px}.doc-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;max-height:260px;overflow:auto}.doc-checkboxes label{display:flex;align-items:flex-start;gap:9px;border:1px solid var(--line);border-radius:10px;padding:10px;margin:0;cursor:pointer}.doc-checkboxes input{width:auto;margin-top:3px}.doc-checkboxes span{display:block}.doc-checkboxes small{display:block;color:var(--muted)}.compare-table th:not(:first-child),.compare-table td:not(:first-child){min-width:175px}.compare-table th small{font-weight:400;text-transform:none;letter-spacing:0}.compare-table td:first-child{min-width:420px}.section-title p{margin:4px 0 0;color:var(--muted)}@media(max-width:1100px){.app-shell{grid-template-columns:78px minmax(0,1fr)}.sidebar{padding:18px 10px}.brand span:last-child,.sidebar nav a{font-size:0}.sidebar nav a:before{content:"•";font-size:22px}.sidebar-user strong,.sidebar-user small,.sidebar-user a{font-size:0}.stats-grid{grid-template-columns:repeat(2,1fr)}.two-column,.two-column.wide-left{grid-template-columns:1fr}}@media(max-width:720px){.app-shell{display:block}.sidebar{position:static;height:auto;display:flex;flex-direction:row;align-items:center;overflow:auto}.sidebar nav{display:flex}.sidebar-user{display:none}.topbar{padding:0 16px}.content-wrap{padding:18px 14px 40px}.stats-grid{grid-template-columns:1fr}.document-head,.toolbar,.section-title{align-items:flex-start;flex-direction:column}.details-grid{grid-template-columns:1fr}.card{padding:17px}.filters,.inline-form{align-items:stretch;flex-direction:column}.filters label,.inline-form label{width:100%}.change-pair{grid-template-columns:1fr}}
.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0 14px;color:var(--muted);font-size:12px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-back{margin-top:10px}.credential-box{display:grid;grid-template-columns:1fr auto;gap:8px 18px;border:1px solid var(--line);background:#f8fafc;border-radius:12px;padding:15px;margin:18px 0}.credential-box span{color:var(--muted)}.credential-box strong{font-family:monospace}.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:700px}.request-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.request-actions .inline-form{flex-wrap:nowrap;gap:7px}.request-actions select{min-width:105px;padding:6px 8px}.log-details{min-width:280px;max-width:520px;white-space:normal;overflow-wrap:anywhere}label small{font-weight:400;color:var(--muted)}@media(max-width:720px){.admin-stats{grid-template-columns:1fr}.request-actions,.request-actions .inline-form{align-items:stretch;flex-direction:column}.request-actions form,.request-actions select,.request-actions button{width:100%}}

/* Relatório SIOPS organizado */
.report-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:2px 0 20px;padding:3px 2px}.report-hero h2{font-size:25px;line-height:1.25;margin:6px 0 7px;color:#12335f}.report-hero p{margin:0;color:var(--muted)}.report-update-box{border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 15px;min-width:190px;display:grid;gap:3px;box-shadow:var(--shadow)}.report-update-box strong{font-size:12px;color:#536174}.report-update-box span{font-weight:750;color:#173d70}.report-filter-card{padding:17px 18px}.report-filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.report-filters label{margin:0;min-width:170px}.report-filters .report-selector{flex:1 1 430px}.report-filters .grow{flex:1 1 240px}.report-table-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px 16px}.report-table-heading h3{margin:0 0 4px;font-size:18px;color:#15365f}.report-table-heading p{margin:0;color:var(--muted)}.siops-report-card{border-radius:15px}.siops-table-scroll{border-top:1px solid #d8e2ef}.siops-report-table{min-width:1050px;border-collapse:separate;border-spacing:0}.siops-report-table thead th{position:sticky;top:0;background:linear-gradient(180deg,#0c5598,#07477f);color:#fff;text-align:center;text-transform:none;letter-spacing:0;font-size:12px;line-height:1.3;padding:13px 12px;border-right:1px solid rgba(255,255,255,.24);border-bottom:1px solid #063b6b;z-index:4}.siops-report-table thead tr:nth-child(2) th{top:43px;background:#0d5a9e;font-size:11px}.siops-report-table thead .description-head{left:0;z-index:7;min-width:390px;text-align:left;padding-left:20px}.siops-report-table .year-group-head{font-size:14px;font-weight:850}.siops-report-table td{padding:10px 14px;border-right:1px solid #e1e7ef;border-bottom:1px solid #dde4ed;background:#fff}.siops-report-table tbody tr:nth-child(even) td{background:#f9fbfd}.siops-report-table .report-label-cell{position:sticky;left:0;z-index:2;min-width:390px;max-width:520px;background:#fff!important;box-shadow:2px 0 0 #e1e7ef;white-space:normal}.siops-report-table tbody tr:nth-child(even) .report-label-cell{background:#f4f7fb!important}.report-label-cell strong{display:block;color:#203249;font-size:13px}.report-label-cell small{opacity:0;max-height:0;margin:0;transition:.16s ease}.report-row:hover .report-label-cell small,.report-settings[open] .report-label-cell small{opacity:1;max-height:25px;margin-top:3px}.report-number-cell{text-align:right;min-width:175px;font-variant-numeric:tabular-nums;font-weight:650;color:#26384d}.report-number-cell.total-column{background:#f1f6fd!important;color:#123c70;font-weight:800}.report-zero{color:#8a96a6}.report-row.source-primary td{background:#edf4ff!important;font-weight:760}.report-row.source-primary .report-label-cell{background:#e8f1ff!important}.report-row.child .report-label-cell{padding-left:35px}.report-row.child .row-indicator{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:9px;background:#8da0b8}.report-row.asps .report-label-cell strong,.report-row.asps .report-number-cell{color:#16845a}.report-row.asps .row-indicator{background:#18a56d}.report-row.non-asps .report-label-cell strong,.report-row.non-asps .report-number-cell{color:#ce2c36}.report-row.non-asps .row-indicator{background:#d93640}.report-row.total td{background:#e8f1ff!important;color:#0a3f78;border-top:2px solid #b5cce8;font-size:14px;font-weight:850}.report-row.total .report-label-cell{background:#dfeeff!important}.report-cell-form{min-width:145px;justify-content:flex-end}.report-money-input{width:128px;min-width:128px;text-align:right;font-weight:750;border-color:transparent;background:transparent;padding:6px 7px}.report-number-cell:hover .report-money-input,.report-money-input:focus{border-color:#a9bfdc;background:#fff}.report-save{opacity:.25}.report-number-cell:hover .report-save,.report-money-input:focus+.report-save{opacity:1}.cell-code-note{font-size:10px!important;opacity:0;max-height:0;margin:0!important}.report-number-cell:hover .cell-code-note{opacity:1;max-height:20px;margin-top:3px!important}.report-footer-note{padding:11px 20px;background:#f8fafc;color:#6b7789;border-top:1px solid var(--line);font-size:12px}.report-note{margin:-4px 0 20px;border:1px solid #c9dced;background:#f1f7fd;border-radius:11px;padding:12px 15px;color:#34546f}.empty-report-cell{text-align:center;color:var(--muted);padding:35px!important}.technical-report-table .description-head{min-width:360px}.technical-report-table th:not(:first-child){min-width:175px}.report-settings summary{cursor:pointer;font-weight:800;color:#173d70}.report-settings summary::marker{color:var(--primary)}.report-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:18px}.report-settings-grid section{min-width:0}.alias-form{display:grid;grid-template-columns:62px minmax(190px,1fr) 78px auto 34px;align-items:center;gap:7px;border-bottom:1px solid var(--line);padding:7px 0}.alias-form input{padding:7px 8px}.alias-form code{font-weight:800;color:#42617f}.alias-order{min-width:0}.compact-check{display:flex!important;align-items:center;gap:5px;margin:0!important;font-size:11px;white-space:nowrap}.compact-check input{width:auto}.report-settings .icon-btn{width:32px}.siops-report-table .changed-note{font-size:10px!important;margin-top:2px!important}
@media(max-width:1000px){.report-hero{flex-direction:column}.report-update-box{min-width:0}.report-settings-grid{grid-template-columns:1fr}.report-filters{align-items:stretch}.report-filters label,.report-filters .report-selector,.report-filters .grow{flex:1 1 100%;width:100%}}
@media(max-width:720px){.report-hero h2{font-size:20px}.report-table-heading{align-items:flex-start;flex-direction:column}.siops-report-table .report-label-cell,.siops-report-table thead .description-head{min-width:280px}.report-number-cell{min-width:155px}.alias-form{grid-template-columns:52px minmax(150px,1fr) 64px 34px}.compact-check{grid-column:2/4}}
@media print{.sidebar,.topbar,.tabs,.document-head,.report-filter-card,.report-note,.report-settings,.head-actions,.report-update-box{display:none!important}.app-shell{display:block}.content-wrap{padding:0;max-width:none}.report-hero{margin:0 0 12px}.report-hero h2{font-size:18px}.card{box-shadow:none;border:0}.siops-report-card{overflow:visible}.table-responsive{overflow:visible}.siops-report-table{min-width:0;font-size:8px}.siops-report-table thead th{position:static!important;padding:6px}.siops-report-table td{padding:5px}.siops-report-table .report-label-cell{position:static!important;min-width:220px;box-shadow:none}.report-cell-form .report-save,.cell-code-note,.report-label-cell small{display:none!important}.report-money-input{border:0;padding:0;width:80px;min-width:80px}.report-table-heading{padding:0 0 8px}.report-footer-note{padding:6px}.main-content{width:100%}}
