:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-synthesis:none;--bg: #f5f5f7;--surface: rgba(255,255,255,.88);--surface-solid: #fff;--text: #1d1d1f;--muted: #6e6e73;--line: rgba(0,0,0,.09);--line-strong: rgba(0,0,0,.16);--accent: #0071e3;--accent-hover: #0077ed;--success: #16794d;--warning: #8a5b08;--danger: #b42318;--navy: #001b4d;--light-blue: #eef5fc;--required-bg: #edf4fb;--highlight: #ffef78;--shadow: 0 24px 70px rgba(0,0,0,.1), 0 2px 8px rgba(0,0,0,.05);--radius-xl: 32px;--radius-lg: 22px;--radius-md: 14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 15% -10%,rgba(0,113,227,.11),transparent 34rem),radial-gradient(circle at 100% 10%,rgba(175,82,222,.08),transparent 30rem),var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip;display:flex;flex-direction:column}body.menu-open{overflow:hidden}a{color:inherit}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}.wrap,.shell{width:min(1240px,calc(100% - 32px));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-70px;z-index:999;padding:12px 16px;background:var(--navy);color:#fff;border-radius:0 0 10px 10px;text-decoration:none;font-weight:700}.skip-link:focus{top:0}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#f5f5f7c2;border-bottom:1px solid rgba(0,0,0,.06)}.brand-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo-box{width:min(303px,62vw);height:48px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;text-decoration:none}.logo{display:block;width:auto;height:auto;max-width:303px;max-height:40px;object-fit:contain;object-position:left center}.header-actions{display:flex;align-items:center;gap:12px}.menu-button{width:44px;height:44px;display:grid;place-content:center;gap:5px;border:1px solid var(--line);border-radius:50%;background:#ffffffb8;color:var(--text);cursor:pointer;transition:background .2s ease,transform .2s ease}.menu-button:hover{background:#fff}.menu-button:active{transform:scale(.96)}.menu-button span{display:block;width:18px;height:1.7px;border-radius:99px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.menu-button[aria-expanded=true] span:nth-child(1){transform:translateY(6.7px) rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:nth-child(3){transform:translateY(-6.7px) rotate(-45deg)}.menu-overlay{position:fixed;top:68px;right:0;bottom:0;left:0;z-index:48;background:#00000042;opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease}.menu-overlay.open{opacity:1;visibility:visible}.site-menu{position:fixed;z-index:49;right:max(16px,calc((100vw - 1240px)/2));top:78px;width:min(360px,calc(100vw - 32px));padding:16px;background:#fffffffa;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-10px) scale(.98);transform-origin:top right;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.site-menu.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.menu-group{display:grid;gap:4px}.menu-group-title{padding:8px 12px 6px;color:var(--muted);font-size:.72rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.site-menu a{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 13px;border-radius:12px;text-decoration:none;color:var(--text);font-weight:650}.site-menu a:hover,.site-menu a[aria-current=page]{background:var(--light-blue);color:var(--navy)}.site-menu a span:last-child{color:var(--muted);font-size:1.3rem}main{flex:1 0 auto}.home-shell{padding:74px 0 76px;display:grid;align-content:center;gap:28px}.app-shell{padding:40px 0 64px}.hero{max-width:850px;margin:0 auto;text-align:center}.eyebrow,.section-kicker{margin:0;color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1,.page-heading h1{margin:6px 0 10px;color:var(--text);font-size:clamp(2.35rem,6vw,4.8rem);line-height:.98;letter-spacing:-.055em}.hero .lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:clamp(1.02rem,2vw,1.2rem);line-height:1.55}.privacy-banner{padding:15px 19px;border:1px solid rgba(0,113,227,.22);border-radius:var(--radius-md);background:#eef5fcd1;color:#264e78;text-align:center;font-size:.93rem}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.module-card,.settings-card,.table-card,.summary-item{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.module-card{min-height:260px;padding:34px;border-radius:var(--radius-xl);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.module-card:hover{transform:translateY(-4px);box-shadow:0 28px 76px #00000024,0 2px 8px #0000000d}.module-icon{width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:var(--navy);color:#fff;font-size:.82rem;font-weight:850;letter-spacing:.08em}.module-card h2{margin:24px 0 9px;font-size:1.55rem;letter-spacing:-.025em}.module-card p{min-height:46px;margin:0 0 20px;color:var(--muted);line-height:1.5}.module-link{color:var(--accent);font-weight:720}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 26px}.page-heading h1{font-size:clamp(2.25rem,5vw,3.75rem)}.settings-card,.table-card{margin-top:22px;padding:24px;border-radius:var(--radius-lg)}.settings-card h2,.table-card h2{margin:0 0 18px;font-size:1.18rem;letter-spacing:-.01em}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}label{display:grid;gap:7px;color:#3a3a3c;font-size:.87rem;font-weight:680}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:12px;padding:11px 13px;background:#fffffff0;color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px #0071e31f}.technical-note,.review-hint{color:var(--muted);font-size:.84rem;line-height:1.45}.technical-note{margin:14px 0 0}.review-hint{margin:-4px 0 12px}.drop-zone{min-height:180px;margin-top:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1.5px dashed rgba(0,113,227,.38);border-radius:var(--radius-lg);background:#ffffff9e;color:var(--muted);transition:border-color .2s ease,background .2s ease,transform .2s ease}.drop-zone.dragover{border-color:var(--accent);background:var(--light-blue);transform:scale(1.005)}.drop-zone strong{color:var(--text);font-size:1.12rem}.button,.btn{min-height:42px;border:1px solid transparent;border-radius:999px;padding:9px 17px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease}.button:hover,.btn:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.48;transform:none}.button.primary,.btn-primary{background:var(--accent);color:#fff}.button.primary:hover,.btn-primary:hover{background:var(--accent-hover)}.button.ghost{background:#ffffffe6;color:var(--text);border-color:var(--line)}.button.ghost:hover{background:#fff;border-color:var(--line-strong)}.button.small{min-height:34px;padding:6px 11px;font-size:.8rem}.summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:22px}.summary-item{padding:17px;border-radius:18px}.summary-item strong{display:block;font-size:1.58rem;letter-spacing:-.035em}.summary-item span{color:var(--muted);font-size:.8rem}.section-title{display:flex;align-items:center;justify-content:space-between;gap:16px}.table-wrap{overflow-x:auto}table{width:100%;min-width:820px;border-collapse:collapse}th,td{padding:14px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--muted);font-size:.73rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}td{font-size:.88rem}.empty{padding:34px;color:var(--muted);text-align:center}.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:850;white-space:nowrap}.status.ready{background:#e3f5eb;color:var(--success)}.status.review{background:#fff2d8;color:var(--warning)}.status.error{background:#fde7e5;color:var(--danger)}.status.processing,.status.pending{background:#ececf0;color:#515154}.actions{display:flex;flex-wrap:wrap;gap:7px}.review-dialog{width:min(1220px,calc(100% - 24px));max-height:94vh;padding:0;border:0;border-radius:24px;background:var(--surface-solid);box-shadow:0 40px 100px #0000004d}.review-dialog::backdrop{background:#000f268f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.review-frame{max-height:94vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.review-frame>header,.review-frame>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid var(--line);background:#fffffff5}.review-frame>footer{justify-content:flex-end;border-top:1px solid var(--line);border-bottom:0}.review-frame h2{margin:3px 0 0;font-size:1.35rem;letter-spacing:-.02em}.icon-button{width:42px;height:42px;border:0;border-radius:50%;background:#f1f1f3;color:var(--text);font-size:1.8rem;line-height:1;cursor:pointer}.review-columns{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.review-columns>section{min-width:0;padding:20px;overflow:auto}.review-columns>section+section{border-left:1px solid var(--line)}.review-columns h3{margin:0 0 12px;font-size:1rem}.source-text{min-height:56vh;padding:16px;white-space:pre-wrap;word-break:break-word;border:1px solid var(--line);border-radius:14px;background:#f7f7f9;color:#2c2c2e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.65}.json-editor{min-height:61vh;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.55}.source-highlight{position:relative;border-radius:3px;padding:0 .08em;background:var(--highlight);color:inherit;box-shadow:inset 0 -1px #785f0024}.interactive-highlights .source-highlight{cursor:pointer}.source-highlight:hover,.source-highlight:focus-visible{z-index:3;background:#ffe34f;outline:2px solid rgba(0,113,227,.28);outline-offset:1px}.source-highlight:after{content:attr(data-tooltip);position:absolute;z-index:20;left:50%;bottom:calc(100% + 8px);width:max-content;max-width:min(360px,72vw);padding:8px 10px;border-radius:9px;background:#111827;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;font-weight:650;line-height:1.35;white-space:normal;box-shadow:0 10px 28px #0000003d;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:opacity .14s ease,transform .14s ease}.source-highlight:hover:after,.source-highlight:focus-visible:after{opacity:1;transform:translate(-50%)}.validation-box{margin-top:14px;font-size:.84rem;line-height:1.45}.validation-box ul{margin:7px 0 0;padding-left:19px}.validation-box.error{color:var(--danger)}.validation-box.ok{color:var(--success)}.issue-link{cursor:pointer;text-decoration:underline dotted}.communication-dialog{width:min(1380px,calc(100% - 24px))}.communication-review{grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr)}.type-selector{position:sticky;top:-20px;z-index:4;padding:0 0 14px;background:linear-gradient(#fff 82%,#fff0)}.fields-editor,.communication-fields{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}.communication-field{padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.communication-field.required-field{background:var(--required-bg);border-color:#0071e32e}.communication-field.missing-required{background:#fff1f0;border-color:#b4231873}.field-title-row{display:flex;align-items:center;gap:8px;font-weight:750}.required-badge{padding:3px 7px;border-radius:999px;background:#0071e31c;color:#075cae;font-size:.65rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.field-error-icon{margin-left:auto;width:21px;height:21px;display:inline-grid;place-items:center;border-radius:50%;background:var(--danger);color:#fff;font-size:.76rem;font-weight:900}.field-error-message{color:var(--danger)!important;font-weight:650!important}.communication-field small{color:var(--muted);font-weight:450}.field-focus-flash{animation:fieldFlash 1.2s ease}@keyframes fieldFlash{0%,to{box-shadow:0 0 #0071e300}25%{box-shadow:0 0 0 5px #0071e333}}.registry-lookup{margin-top:12px;padding:17px;border:1px solid var(--line);border-radius:17px;background:#f8fafc}.registry-lookup-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.registry-lookup-heading h3{margin:4px 0 0}.catalog-count{color:var(--muted);font-size:.76rem;white-space:nowrap}.registry-search-grid{display:grid;grid-template-columns:80px 1fr 1.35fr;gap:10px;margin-top:14px}.registry-live-note{margin:11px 0 0;color:var(--muted);font-size:.75rem;line-height:1.4}.catalog-updated-note{margin:5px 4px 0;color:#a1a1a6;font-size:.68rem;font-style:italic;text-align:right}.registry-results{margin-top:12px}.registry-result-list{display:grid;gap:7px;max-height:220px;overflow:auto}.registry-result{position:relative;display:grid;gap:3px;padding:11px 44px 11px 12px;border:1px solid var(--line);border-radius:11px;background:#fff;text-align:left;cursor:pointer}.registry-result:hover{border-color:var(--accent);background:var(--light-blue)}.registry-result.selected{border-color:#16794d6b;background:#eef9f3}.registry-result strong{font-size:.8rem}.registry-result span,.registry-empty{color:var(--muted);font-size:.75rem;line-height:1.4}.registry-selected-check{position:absolute;top:50%;right:13px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--success);color:#fff!important;font-size:.84rem!important;font-weight:900;transform:translateY(-50%)}.registry-empty{margin:0;padding:10px;border-radius:10px;background:#fff}.site-footer{flex:0 0 auto;margin-top:auto;border-top:1px solid var(--line);background:#ffffffb8}.footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:22px;color:var(--muted);font-size:.78rem;line-height:1.45}.footer-bottom span:last-child{text-align:right}@media(max-width:960px){.home-grid,.review-columns,.communication-review{grid-template-columns:1fr}.review-columns>section+section{border-left:0;border-top:1px solid var(--line)}.form-grid,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.registry-search-grid{grid-template-columns:90px 1fr}.registry-search-grid label:last-child{grid-column:1 / -1}.communication-review>section:first-child{max-height:46vh}}@media(max-width:640px){.wrap,.shell{width:min(100% - 20px,1240px)}.logo-box{width:min(250px,72vw)}.logo{max-width:250px;max-height:35px}.home-shell{padding:48px 0}.home-grid,.form-grid,.summary-grid,.registry-search-grid{grid-template-columns:1fr}.registry-search-grid label:last-child{grid-column:auto}.page-heading{align-items:flex-end}.module-card{min-height:0;padding:26px}.settings-card,.table-card{padding:18px}.review-dialog{width:calc(100% - 10px);max-height:98vh;border-radius:18px}.review-frame{max-height:98vh}.review-frame>header,.review-frame>footer{padding:14px}.review-columns>section{padding:14px}.footer-bottom{padding:18px 0;flex-direction:column;align-items:flex-start;gap:7px}.footer-bottom span:last-child{text-align:left}}.unified-app-shell{padding-top:34px}.unified-heading{margin-bottom:18px}.unified-heading h1{margin-bottom:0}.module-tabs{position:sticky;top:76px;z-index:18;width:min(620px,100%);margin:0 auto 30px;padding:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;border:1px solid rgba(0,0,0,.08);border-radius:20px;background:#ebebf0d1;box-shadow:0 12px 34px #00000014;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.module-tab{min-height:62px;display:grid;place-content:center;gap:2px;border:0;border-radius:15px;background:transparent;color:var(--muted);font-weight:760;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.module-tab:hover{color:var(--text)}.module-tab.active,.module-tab[aria-selected=true]{background:#fffffff7;color:var(--text);box-shadow:0 5px 18px #0000001a,inset 0 0 0 1px #ffffffbf}.module-tab:focus-visible{outline:3px solid rgba(0,113,227,.26);outline-offset:2px}.module-tab-kicker{color:var(--accent);font-size:.67rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.tab-panel{animation:tabPanelIn .22s ease both}.tab-panel[hidden]{display:none!important}@keyframes tabPanelIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.module-heading{margin-top:0}.module-heading h2{margin:5px 0 0;font-size:clamp(2rem,4.5vw,3.25rem);letter-spacing:-.045em}.communication-errors-top{margin:12px 0 14px;padding:13px 15px;border:1px solid rgba(22,121,77,.24);border-radius:13px;background:#eff9f3}.communication-errors-top.error{border-color:#b4231859;background:#fff1f0}.communication-errors-top>strong{display:block;margin-bottom:4px}.communication-errors-top ul{margin-bottom:0}.communication-field.field-has-error{background:#fff0ef;border-color:#b423188c;box-shadow:0 0 0 1px #b423180f}.communication-field.field-has-error input,.communication-field.field-has-error textarea,.communication-field.field-has-error select{border-color:#b423189e;background:snow}.communication-field.field-has-error input:focus,.communication-field.field-has-error textarea:focus,.communication-field.field-has-error select:focus{box-shadow:0 0 0 4px #b423181c}.communication-field .field-error-message{display:block;margin-top:7px;line-height:1.38}@media(max-width:760px){.module-tabs{top:68px;margin-bottom:22px}.module-tab{min-height:56px}.unified-heading{display:none}}.status.inform-cns{background:#ffe8cc;color:#9a4f00}.status.revision-error{background:#f7dedd;color:#8f342f}.communication-errors-top.confirm-destination{color:#725200;border-color:#b5840047;background:#fff7d6}.communication-errors-top.destination-missing{color:#8d4a00;border-color:#cd700052;background:#fff0dd}.header-switch-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border:1px solid var(--line);border-radius:999px;background:#ffffffe0;color:var(--text);box-shadow:0 3px 12px #0000000b;font-size:.84rem;font-weight:720;text-decoration:none;white-space:nowrap;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.header-switch-button:hover{transform:translateY(-1px);border-color:var(--line-strong);background:#fff;box-shadow:0 6px 18px #00000012}.type-pill{display:inline-flex;align-items:center;min-height:26px;padding:5px 10px;border-radius:999px;font-size:.71rem;font-weight:820;line-height:1;text-transform:capitalize;white-space:nowrap}.type-pill.type-nascimento{background:#e5f1fc;color:#175f9d}.type-pill.type-casamento{background:#eee8fa;color:#64479b}.type-pill.type-obito{background:#ececef;color:#4d4d52}.type-pill.type-inteiro-teor{background:#fff0d5;color:#81560c}.type-pill.type-desconhecido{background:#f7dedd;color:#8f342f}#cert-filesTable .file-name-cell{width:220px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.certificate-table td:last-child,.certificate-table th:last-child{width:250px;min-width:250px}.table-actions{flex-wrap:nowrap;justify-content:flex-end;min-width:230px}.table-actions .button{flex:0 0 auto}@media(max-width:640px){.header-actions{gap:8px}.header-switch-button{min-height:38px;padding:8px 13px;font-size:.77rem}.menu-button{width:40px;height:40px}}.button.download-complete,.button.download-complete:disabled{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;border:0;border-radius:50%;background:#3f9a68;color:#fff;box-shadow:0 5px 14px #3f9a683d;font-size:1.05rem;font-weight:900;line-height:1;opacity:1;cursor:default}.button.download-complete:hover,.button.download-complete:disabled:hover{background:#3f9a68;transform:none;box-shadow:0 5px 14px #3f9a683d}.source-highlight.source-highlight-error{background:#ffd9d5;box-shadow:inset 0 -1px #8e262033}.source-highlight.source-highlight-error:hover,.source-highlight.source-highlight-error:focus-visible,.source-highlight.source-highlight-error.source-highlight-active{background:#ffc5bf;outline-color:#a72d2657}.source-highlight.source-highlight-active{background:#ffe066;outline:3px solid rgba(0,113,227,.24);outline-offset:2px}.review-view-tabs{display:inline-flex;gap:4px;padding:4px;margin-bottom:12px;border:1px solid var(--line);border-radius:999px;background:#eef0f3}.review-view-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;padding:9px 18px;background:transparent;color:var(--muted);font:inherit;font-size:.84rem;font-weight:700;cursor:pointer}.review-view-tab.active{background:#fff;color:var(--text);box-shadow:0 2px 8px #0000001a}.certificate-review-editor{display:block}.certificate-errors-top{margin:0 0 14px;padding:13px 15px;border-radius:13px;background:#f4f6f8}.certificate-errors-top.error{color:#8f2924;background:#fff0ee;border:1px solid rgba(143,41,36,.2)}.certificate-errors-top.ok{color:var(--success);background:#eef8f1;border:1px solid rgba(35,124,70,.18)}.certificate-fields{margin-top:0}.certificate-field{display:grid;gap:8px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.certificate-field.required-field{background:var(--required-bg);border-color:#0071e32e}.certificate-field.field-has-error{background:#fff0ee;border-color:#a1312a61}.certificate-field input,.certificate-field textarea,.certificate-field select{width:100%}.certificate-field textarea{min-height:92px;resize:vertical}.certificate-field.field-has-error input,.certificate-field.field-has-error textarea,.certificate-field.field-has-error select{border-color:#b6524b;background:snow}.certificate-field .field-error-message{color:#9c3029;font-size:.78rem;font-weight:600}.certificate-field .field-error-icon{margin-left:auto}.certificate-review-columns>section{scroll-behavior:smooth}#cert-jsonPanel[hidden],#cert-formPanel[hidden]{display:none}#cert-jsonPanel .json-editor{width:100%}.issue-link{cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.certificate-review{grid-template-columns:minmax(0,.94fr) minmax(500px,1.06fr)}.certificate-review>section{scroll-behavior:smooth}.certificate-review-panel{display:block}.certificate-review-toolbar{position:sticky;top:-20px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 0 12px;background:linear-gradient(#fff 82%,#fff0)}.certificate-review-toolbar h3,.certificate-review-toolbar .review-view-tabs{margin:0}.certificate-form-section-title{margin:6px 2px 0;padding:9px 2px 4px;color:var(--navy);font-size:.75rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.certificate-fields{display:grid;grid-template-columns:1fr;gap:12px}.certificate-field small:not(.field-error-message){color:var(--muted);font-weight:450}.certificate-field.field-has-warning{border-color:#b5840052;background:#fffaf0}.certificate-errors-top.warning{color:#725200;background:#fff7d6;border:1px solid rgba(181,132,0,.25)}.certificate-errors-top>strong{display:block;margin-bottom:4px}.certificate-errors-top ul{margin-bottom:0}.issue-warning{color:#725200}.issue-error{color:#8f2924}#cert-jsonView .json-editor{width:100%;min-height:61vh}.source-highlight.source-highlight-active{scroll-margin-block:35%}@media(max-width:960px){.certificate-review{grid-template-columns:1fr}.certificate-review-toolbar{top:-14px}}@media(max-width:640px){.certificate-review-toolbar{align-items:flex-start;flex-direction:column}.certificate-review-toolbar .review-view-tabs{width:100%}.certificate-review-toolbar .review-view-tab{flex:1}}.source-highlight.source-highlight-error.source-highlight-active{background:#ffc5bf;outline:3px solid rgba(167,45,38,.34);outline-offset:2px}.source-highlight.source-highlight-error:hover,.source-highlight.source-highlight-error:focus-visible{background:#ffc5bf}.credentials-card{margin-top:22px}.credentials-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.credentials-header h2{margin:0}.credentials-compact{display:flex;align-items:center;gap:14px}.credentials-form{margin-top:16px}.credentials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.credentials-actions{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.credentials-warning{display:block;margin-top:10px;color:var(--muted);font-size:.78rem;line-height:1.4;max-width:640px}.credentials-status{font-size:.85rem;font-weight:650}.credentials-status.ok{color:var(--success)}.credentials-status.pending{color:var(--muted)}.credentials-status.error{color:var(--danger)}.drop-zone[hidden],#batch-summary[hidden],#batch-results[hidden]{display:none}.drop-zone-normal,.drop-zone-feedback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}.drop-zone-feedback[hidden],.drop-zone-normal[hidden]{display:none}.upload-limit-note{color:var(--muted);font-size:.68rem;font-weight:500;line-height:1.3}.drop-zone.uploading{pointer-events:none;border-color:var(--accent);background:var(--light-blue)}.drop-zone.upload-complete{border-color:#16794d80;background:#eef9f3}.drop-zone-spinner{width:34px;height:34px;border:4px solid rgba(0,113,227,.18);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.drop-zone-check{display:none;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--success);color:#fff;font-size:1.25rem;font-weight:900}.drop-zone.upload-complete .drop-zone-spinner{display:none}.drop-zone.upload-complete .drop-zone-check{display:grid}@keyframes spin{to{transform:rotate(360deg)}}.table-actions-header{display:flex;align-items:center;gap:10px}.section-title .receipt-format-toggle{margin-bottom:18px}.send-all-header{display:grid;gap:7px;justify-items:start}.queue-actions{display:flex;align-items:center;gap:7px}.receipt-format-toggle{display:inline-grid;grid-template-columns:1fr 1fr;padding:2px;border:1px solid #cfd5dc;border-radius:999px;background:#eef1f4}.receipt-format-toggle[hidden]{display:none}.receipt-format-toggle button{min-width:48px;border:0;border-radius:999px;padding:5px 9px;background:transparent;color:var(--muted);font:inherit;font-size:.68rem;font-weight:800;cursor:pointer}.receipt-format-toggle button.selected{background:#fff;color:var(--accent);box-shadow:0 1px 4px #001b4d24}.stop-button{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid rgba(180,35,24,.3);border-radius:50%;background:#fff;cursor:pointer}.stop-button span{width:11px;height:11px;border-radius:2px;background:var(--danger)}.stop-button:disabled{cursor:not-allowed;opacity:.48}.button-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.button.is-sending:disabled{opacity:1}.type-pill.type-administrativo{background:#eef0f3;color:#45464b}.type-pill.type-informacoes-processuais{background:#e5f1fc;color:#175f9d}.type-pill.type-anexo{background:#f5f5f7;color:var(--muted)}.type-pill.type-oficio{background:#001b4d14;color:var(--navy)}.type-badge-confianca{margin-left:6px;font-size:.66rem;font-weight:800;color:var(--warning)}.alert-dialog{width:min(420px,calc(100% - 24px))}.alert-frame{padding:26px 26px 20px;text-align:center}.alert-frame p{margin:0 0 18px;font-size:1rem}.alert-frame footer{display:flex;justify-content:center;gap:10px;padding:0;border:0;background:none}.batch-table{table-layout:fixed}.batch-table .col-oficio{width:13%}.batch-table .col-destinatario{width:23%}.batch-table .col-tipo{width:7%}.batch-table .col-assunto{width:28%}.batch-table .col-status{width:16%}.batch-table .col-acoes{width:13%}.batch-table td{word-break:break-word}.batch-table .status{white-space:normal;text-align:center;line-height:1.25}.batch-table tr.row-no-border>td{border-bottom:none}.anexo-merged-cell{font-size:.85rem}.arquivo-link{color:inherit;text-decoration:none}.arquivo-link:hover,.arquivo-link:focus-visible{color:var(--accent);text-decoration:underline}.cell-subtitle{margin-top:5px;color:#4b4b50;font-size:.64rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.cell-subtitle:first-child{margin-top:0}.cell-valor-negrito{font-weight:650}.destinatario-cell{display:flex;flex-direction:column;gap:3px}.destinatario-selecionado-box{position:relative;width:100%;margin-top:5px;padding:8px 32px 8px 10px;border:1px solid rgba(22,121,77,.42);border-radius:11px;background:#eef9f3;color:inherit;font:inherit;text-align:left;cursor:pointer}.destinatario-selecionado-check{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--success);color:#fff;font-size:.68rem;font-weight:900}.inline-review-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;margin:0;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.inline-review-link:hover,.inline-review-link:focus-visible,.destinatario-selecionado-box:hover{color:var(--accent);text-decoration:underline}.confirm-suggestion-badge{align-self:flex-start;margin-top:3px;padding:4px 9px;border:0;border-radius:999px;background:#e5f1fc;color:#075cae;font-size:.67rem;font-weight:800;cursor:pointer}.confirm-suggestion-badge:hover{background:#d7eafd}.assunto-cell{display:flex;flex-direction:column;gap:3px;text-align:left}.actions{align-items:flex-start}.batch-review-dialog .review-columns>section label{display:grid;gap:7px;margin-top:14px}.batch-review-dialog .review-columns>section:first-child label{margin-top:0}.batch-review-dialog textarea{min-height:90px;resize:vertical}.review-current-suggestion{display:block;width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer}.review-current-suggestion:hover,.review-current-suggestion:focus-visible{color:var(--accent);text-decoration:underline}.review-file-list strong{color:var(--text)}.review-file-list ul{margin:5px 0 0;padding:0;list-style:none}.review-file-list li:before{content:"- "}.breadcrumb-trilha{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:10px}.breadcrumb-trilha button{border:0;background:none;padding:2px 3px;color:var(--accent);font-size:.78rem;font-weight:650;cursor:pointer}.breadcrumb-trilha button:disabled{color:var(--text);font-weight:750;cursor:default}.breadcrumb-trilha button:not(:disabled):hover{text-decoration:underline}.breadcrumb-separador{color:var(--muted);font-size:.78rem}.registry-result.is-folder{background:#f8fafc;cursor:pointer}.registry-result.is-folder:hover{background:var(--light-blue)}.registry-drill-indicator{position:absolute;top:50%;right:16px;transform:translateY(-50%);color:var(--muted);font-size:1.1rem;font-weight:700}.registry-result.registry-voltar{background:#fff;border-style:dashed}.registry-result.registry-voltar strong{color:var(--accent);font-size:.8rem}.registry-result.registry-voltar:hover{border-color:var(--accent);background:var(--light-blue)}.status-cell{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.group-error-detail{flex-basis:100%;color:var(--danger);font-size:.72rem;line-height:1.35;overflow-wrap:anywhere}.circular-progress{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto}.circular-progress svg{width:100%;height:100%;transform:rotate(-90deg)}.circular-track{fill:none;stroke:var(--line);stroke-width:4}.circular-indicator{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.circular-label{position:absolute;font-size:.62rem;font-weight:800;color:var(--text)}.progress-stage{flex-basis:100%;display:block;font-size:.7rem;line-height:1.35;overflow-wrap:anywhere}.progress-current-stage{color:var(--text);font-weight:750}.progress-last-stage{color:var(--muted)}.button.download-recibo{min-height:30px;padding:5px 12px;font-size:.78rem}.download-complete{width:118px;min-height:34px;display:inline-grid;grid-template-columns:24px 40px 18px;align-items:center;justify-content:center;column-gap:7px;box-sizing:border-box;padding:5px 9px;border-radius:999px;font-size:.76rem;font-weight:850;line-height:1;white-space:nowrap}.download-complete-pdf{background:#238556;color:#fff;box-shadow:0 4px 12px #23855633}.download-complete-json{background:#e3f5eb;color:#2e7d55;border:1px solid #b9dfc9}.download-complete-icon{display:inline-grid;place-items:center;width:24px;height:24px;line-height:1}.download-complete-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.download-complete-label{text-align:center}.download-complete-check{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#ffffff38;font-size:.75rem;font-weight:950}.download-complete-json .download-complete-check{background:#bfe5cf;color:#237047}.send-error{display:block;width:100%;margin-top:4px;color:var(--danger);font-size:.72rem;line-height:1.35}@media(max-width:640px){.credentials-grid{grid-template-columns:1fr}.credentials-header{flex-direction:column;align-items:flex-start}}
