/* MÓDULO: base | EXTRAÍDO DE: app019-app.html | VERSÃO: 1.0 | DATA: 2026-06-25 */
*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
body{margin:0;background:radial-gradient(1100px 600px at 12% -8%,#FFF6E2,transparent 55%),linear-gradient(#FAF6EC,#F1E8D5);color:var(--ink);line-height:1.5;min-height:100vh}
@keyframes shine{to{background-position:-200% center}}
@keyframes radar{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.85);opacity:0}}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes slideIn{from{opacity:0;transform:translateX(24px)}to{opacity:1;transform:none}}
@keyframes btnpulse{0%,100%{box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 0 0 0 color-mix(in srgb,var(--ca) 55%,transparent)}50%{box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 0 0 7px color-mix(in srgb,var(--ca) 0%,transparent)}}
.ic{width:1em;height:1em;display:inline-block;vertical-align:-2px;fill:currentColor}
.app{position:relative;width:100%;min-height:100vh;padding-bottom:24px}
