@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");:root{--azul:#225880;--teal:#73b9b6;--agua:#bae0e2;--coral:#e8a98a;--creme:#eee6df;--texto:#2a3e4a;--texto-leve:#5a6e78;--rosa-suave:#f4d9d2;--borda:#d0dfe0;--branco:#fff;--sucesso:#166534;--sucesso-bg:#dcfce7;--alerta:#92400e;--alerta-bg:#fef3c7;--erro:#b91c1c;--erro-bg:#fee2e2;--bg:#f7f9fb;--surface:#fff;--surface-alt:#f4f7f9;--fonte:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--texto-pp:16px;--texto-titulo:28px;--texto-sub:20px;--texto-mini:13px;--r-sm:6px;--r-md:10px;--r-lg:16px;--sombra-sm:0 1px 2px rgba(34,88,128,.06);--sombra-md:0 4px 12px rgba(34,88,128,.08)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--texto);font-family:var(--fonte);font-size:var(--texto-pp);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--azul);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.shell{display:flex;flex-direction:column;min-height:100vh}.shell-header{background:var(--branco);border-bottom:1px solid var(--borda);padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-header-brand{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--azul)}.shell-header-brand img{height:36px;width:auto}.shell-header-nav{display:flex;align-items:center;gap:16px;font-size:var(--texto-mini)}.shell-header-nav a,.shell-header-nav button{color:var(--texto-leve);background:none;border:0;font-size:var(--texto-mini);padding:6px 10px;border-radius:var(--r-sm);transition:background .15s}.shell-header-nav a:hover,.shell-header-nav button:hover{background:var(--creme);color:var(--azul);text-decoration:none}.shell-main{flex:1 1;width:100%;max-width:1200px;margin:0 auto;padding:32px 24px}.shell-footer{background:var(--creme);color:var(--texto-leve);font-size:var(--texto-mini);padding:20px 24px;text-align:center;border-top:1px solid var(--borda)}.shell-footer p{margin:4px 0}@media (max-width:640px){.shell-header{padding:12px 16px;flex-wrap:wrap}.shell-header-brand{font-size:var(--texto-mini)}.shell-header-brand img{height:28px}.shell-main{padding:20px 16px}}