:root{--bg:#000;--text:#fff;background:var(--bg);color:var(--text);font-family:system-ui,sans-serif}body{margin:0;padding:0;overflow-x:hidden}#root{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex}h1,p{margin:0;padding:10px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:#000;width:100%;height:100%;overflow:hidden}.container{color:#fff;text-align:center;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:10px;font-family:Arial Black,sans-serif;display:flex;overflow:hidden}.content{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;height:100%;display:flex}.alerta-piscante{color:red;margin-bottom:2vh;font-size:clamp(3rem,8vmin,5rem);line-height:1;animation:1s infinite piscar}@keyframes piscar{0%{opacity:1}50%{opacity:0}to{opacity:1}}.imagem-container{flex:0 auto;justify-content:center;margin:2vh 0;display:flex}.imagem-perigo{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;pointer-events:none;border:8px solid red;width:auto;max-width:100%;max-height:50dvh}.texto-aviso{text-transform:uppercase;color:#fff;margin-top:1.5vh;font-size:clamp(1rem,3.5vmin,2rem);font-weight:700}@media (width<=480px){.content{justify-content:center;padding-top:0}.alerta-piscante{margin-top:0;margin-bottom:4vh}.imagem-perigo{border-width:4px;max-height:40dvh}.texto-aviso{margin-top:3vh}}
