:root{--blue:#3a4ba3;--green:#a6c946;--orange:#e6512d;--ink:#303642;--muted:#68707c;--line:#dfe3e8;--soft:#f5f7f9;--sidebar:340px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.62}.book-shell{width:100%;min-height:100vh;overflow-x:clip;display:grid;grid-template:64px 1fr/var(--sidebar) minmax(0,1fr)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;grid-column:1/-1;display:grid;grid-template-columns:var(--sidebar) 1fr auto;min-height:64px;color:white;background:#283438;box-shadow:0 1px 5px #0002}.brand,.topbar{align-items:center}.brand{height:100%;display:flex;gap:12px;padding:0 24px;border-right:1px solid #ffffff22;font-size:18px;font-weight:700}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#283438;background:var(--green);font-size:14px}.preview-state{padding:0 28px;font-size:12px;letter-spacing:.12em;color:#dbe2e4}.plan-badges{display:flex;gap:8px;padding-right:24px}.plan-badges span{padding:5px 10px;border:1px solid #ffffff55;border-radius:999px;font-size:11px;font-weight:700}.sidebar{min-width:0;position:-webkit-sticky;position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;grid-column:1;padding:28px 20px 40px;background:#f3f4f4;border-right:1px solid var(--line)}.book-title{color:var(--blue);font-size:18px;font-weight:700}.module-label{margin-top:26px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sidebar h2{margin:5px 0 18px;font-size:17px;line-height:1.35}.sidebar ol{margin:0;padding:0;list-style:none}.index-controls{display:flex;gap:8px;margin:18px 0 20px}.index-controls button{flex:1 1;padding:7px 8px;color:var(--blue);background:#fff;border:1px solid #cfd4da;border-radius:6px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.index-controls button:hover{border-color:var(--blue);background:#edf0ff}.full-index details{margin:0 0 8px;border-bottom:1px solid #dfe3e8}.full-index summary{position:relative;padding:9px 25px 10px 5px;cursor:pointer;list-style:none}.full-index summary::-webkit-details-marker{display:none}.full-index summary:after{position:absolute;top:50%;right:6px;content:"›";color:var(--blue);font-size:20px;transform:translateY(-50%) rotate(90deg);transition:transform .15s ease}.full-index details[open] summary:after{transform:translateY(-50%) rotate(-90deg)}.full-index summary .module-label{display:block;margin:0 0 3px}.full-index summary strong{display:block;color:var(--ink);font-size:14px;line-height:1.3}.full-index details[open] summary strong{color:var(--blue)}.full-index ol{padding-bottom:10px}.sidebar li{display:grid;grid-template-columns:30px 1fr;grid-gap:8px;gap:8px;align-items:center;margin:2px 0;padding:11px 10px;border-radius:8px;color:#555e68;font-size:13px;line-height:1.25}.sidebar li.active{color:#fff;background:var(--blue);font-weight:700}.sidebar li.pending{opacity:.72}.chapter-number{display:grid;place-items:center;width:24px;height:24px;border:1px solid;border-radius:50%;font-size:11px}.sidebar small{grid-column:2;color:#8a929b;font-size:10px}.chapter{min-width:0;overflow-wrap:anywhere;grid-column:2;width:min(100%,1040px);padding:48px clamp(30px,6vw,92px) 90px}.chapter-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.chapter-meta span{padding-right:10px;border-right:1px solid var(--line)}.chapter h1{margin:0 0 10px;color:var(--blue);font-size:clamp(36px,5vw,60px);line-height:1.08;letter-spacing:-.03em}.chapter h2{margin:54px 0 16px;padding-top:10px;color:var(--blue);font-size:28px;line-height:1.2;border-top:1px solid var(--line)}.chapter h3{margin:30px 0 12px;color:var(--blue);font-size:21px;line-height:1.3}.chapter li,.chapter p{font-size:17px}.chapter blockquote{margin:24px 0;padding:18px 22px;color:#353c45;background:#f8f9fc;border:1px solid #cbd2f1;border-left:5px solid var(--blue);border-radius:3px}.chapter blockquote p{margin:0}.chapter blockquote strong{color:var(--orange);text-transform:uppercase;letter-spacing:.02em}.chapter table{width:100%;margin:24px 0 32px;border-collapse:collapse;font-size:15px;line-height:1.4}.chapter th{padding:12px 14px;color:white;background:var(--blue);text-align:left}.chapter td{padding:11px 14px;border:1px solid #ccd1d7;vertical-align:top}.chapter tbody tr:nth-child(2n){background:var(--soft)}.chapter td:first-child,.chapter th:first-child{min-width:clamp(150px,22vw,220px);overflow-wrap:normal;word-break:keep-all;-webkit-hyphens:none;hyphens:none}.chapter code{padding:2px 5px;color:#273372;background:#edf0ff;border-radius:3px;white-space:normal}.chapter input[type=checkbox]{width:17px;height:17px;accent-color:var(--green)}.chapter-navigation{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:20px;gap:20px;align-items:center;margin-top:64px;padding-top:28px;border-top:2px solid var(--green)}.chapter-navigation div{display:flex;flex-direction:column;text-align:center}.chapter-navigation span{color:var(--muted);font-size:12px}.chapter-navigation a,.chapter-navigation button{padding:12px;color:#8b9298;background:var(--soft);border:1px solid var(--line);border-radius:6px;font:inherit;text-align:center;text-decoration:none}.chapter-navigation a{color:var(--blue);font-weight:700}.chapter-navigation a:hover{border-color:var(--blue);background:#edf0ff}@media (max-width:850px){.book-shell{display:block}.topbar{grid-template-columns:1fr auto}.preview-state{display:none}.sidebar{position:static;height:auto;padding:20px;border-right:0;border-bottom:1px solid var(--line)}.sidebar nav{overflow:visible}.sidebar ol{display:block;min-width:0}.sidebar li{width:auto}.chapter{padding:34px 20px 70px}.chapter table{display:block;overflow-x:auto}.chapter-navigation{grid-template-columns:1fr}}.chapter img{display:block;width:auto;max-width:100%;max-height:72vh;height:auto;margin:24px auto 32px;object-fit:contain}.chapter .matrix-table-scroll{width:100%;max-width:100%;margin:24px 0 32px;overflow-x:auto;border:1px solid var(--line);-webkit-overflow-scrolling:touch}.chapter .matrix-table{margin:0;border-collapse:collapse;table-layout:fixed}.chapter .matrix-main{width:1884px}.chapter .matrix-main th:first-child{width:64px}.chapter .matrix-main th:nth-child(2){width:130px}.chapter .matrix-main th:nth-child(3){width:220px}.chapter .matrix-main th:nth-child(4){width:230px}.chapter .matrix-main th:nth-child(5){width:90px}.chapter .matrix-main th:nth-child(6){width:260px}.chapter .matrix-main th:nth-child(7){width:250px}.chapter .matrix-main th:nth-child(8){width:300px}.chapter .matrix-main th:nth-child(9){width:190px}.chapter .matrix-main th:nth-child(10){width:150px}.chapter .matrix-support{width:1120px}.chapter .matrix-table td,.chapter .matrix-table td:first-child,.chapter .matrix-table th,.chapter .matrix-table th:first-child{min-width:0;overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.chapter img[src^="/anexos/112/tabela-modelo-"]{width:100%;max-width:760px;max-height:none;margin-inline:auto;border:0}.chapter img[src^="/anexos/114/"]{width:100%;max-width:100%;max-height:none}.chapter .matrix-table-scroll:has(.matrix-main){max-height:68vh;overflow:auto;scrollbar-gutter:stable}.chapter .matrix-main thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2}.chapter .matrix-main td:last-child,.chapter .matrix-main th:last-child{border-right:2px solid var(--blue)}.chapter img[src^="/anexos/116/"]{width:100%;max-width:100%;max-height:none}.chapter img[src="/anexos/112/tabela-modelo-08.png"]{max-width:100%}.paywall{margin:28px 0;padding:22px 24px;background:var(--soft);border:1px solid var(--line);border-left:5px solid var(--orange);border-radius:6px}.paywall h2{padding:0;border:0;color:var(--ink);font-size:21px}.paywall h2,.paywall p{margin:0 0 10px}.paywall p:last-child{margin-bottom:0}.paywall-legal{color:var(--ink);font-weight:700}.paywall-aviso{padding:10px 12px;background:#fff;border:1px dashed var(--orange);border-radius:4px;color:var(--muted);font-size:13px}