:root{--font-sans:'Lato',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;--bg-principal:#ffffff;--bg-secundario:#f7f7f9;--bg-terciario:#f1f1f4;--texto-primario:#0d0d0d;--texto-secundario:#666;--borda-padrao:#e6e6ea;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0, 0, 0, .06);--shadow-md:0 10px 26px rgba(0, 0, 0, .08);--t-normal:.20s ease;--dourado:#E4C67B}body,html{height:100%}body.credencial-public{margin:0;font-family:var(--font-sans);background:var(--bg-secundario);color:var(--texto-primario);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;position:relative;overflow-x:hidden;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.cred-shell{width:100%;flex:1 0 auto;min-height:100vh;min-height:100dvh;display:flex!important;flex-direction:column!important}.cred-topbar{position:sticky;top:0;left:0;right:0;z-index:60;background:var(--bg-principal);border-bottom:1px solid var(--borda-padrao)}.cred-topbar::after{content:'';display:block;height:1px;background:linear-gradient(90deg,var(--dourado),#d4b66b);opacity:.42}.cred-topbar__inner{max-width:1100px;margin:0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cred-brand{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none;color:inherit}.cred-brand img{height:34px;width:auto;display:block}.cred-brand__text{display:flex;flex-direction:column;gap:2px;min-width:0}.cred-brand__text strong{font-size:14px;line-height:1.1;color:var(--texto-primario);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cred-brand__text span{font-size:12px;color:var(--texto-secundario);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cred-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--texto-secundario);font-size:13px}.cred-breadcrumbs a{color:inherit;text-decoration:none}.cred-breadcrumbs a:hover{text-decoration:underline}.cred-breadcrumbs--header{margin:0;justify-content:flex-end;text-align:right;max-width:48%;min-width:0;white-space:nowrap;overflow:hidden}.cred-breadcrumbs--header a,.cred-breadcrumbs--header span{overflow:hidden;text-overflow:ellipsis}.cred-breadcrumbs__sep{opacity:.55}.cred-breadcrumbs__current{color:var(--texto-primario);opacity:.9}.cred-main{flex:1 0 auto;max-width:1100px;margin:0 auto;padding:18px 16px 26px}.cred-footer{margin-top:auto;max-width:1100px;margin-left:auto;margin-right:auto;padding:18px 16px 28px;color:var(--texto-secundario);font-size:13px}.cred-footer__inner{display:block}.cred-footer__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cred-footer__nav{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;text-align:right}.cred-footer__nav a{color:var(--texto-secundario);text-decoration:none;font-weight:700}.cred-footer__nav a:active,.cred-footer__nav a:focus,.cred-footer__nav a:hover,.cred-footer__nav a:visited{color:var(--texto-secundario);text-decoration:underline}.cred-footer__sep{opacity:.45}@media (max-width:780px){.cred-breadcrumbs--header{display:none}}@media (max-width:520px){.cred-brand__text span{display:none}}@media (max-width:640px){.cred-footer__row{flex-direction:column;align-items:flex-start}.cred-footer__nav{justify-content:flex-start;text-align:left}}