:root{--azul-petroleo:#1a4870;--azul-escuro:#0b2d50;--mostarda:#c9921b;--fundo:#f4f6fa;--vermelho:#e24b4a;--laranja:#ef9f27;--verde:#16a34a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body{max-width:100vw;overflow-x:hidden}html{height:100%}body{background:var(--fundo);min-height:100dvh;color:var(--azul-escuro);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;font-weight:400}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}button,input{font:inherit}@media (min-width:560px){body{background:#dfe4ec}#app-frame{background:var(--fundo);contain:layout;max-width:900px;min-height:100dvh;margin:0 auto;box-shadow:0 0 0 1px #0b2d5014,0 16px 48px #0b2d502e}}.campo-topbar{z-index:40;background:var(--azul-escuro);color:#fff;align-items:center;gap:12px;height:52px;padding:0 16px;display:flex;position:sticky;top:0}.campo-hamburguer{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;font-size:20px;line-height:1}.campo-overlay{z-index:45;background:#0b2d5080;position:fixed;inset:0}.campo-sidebar{background:var(--azul-escuro);z-index:50;flex-direction:column;width:250px;transition:transform .18s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.campo-sidebar[data-aberto=true]{transform:translate(0)}.campo-content{min-height:100dvh}@media (min-width:560px){.campo-topbar,.campo-overlay{display:none}.campo-sidebar{transform:translate(0)}.campo-content{margin-left:250px}}
