*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden;max-width:100vw}body{font-family:var(--fonte-corpo);background:var(--preto-naruto);min-height:100vh;color:#fff;position:relative}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 20%,rgba(196,30,58,.1) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(255,107,0,.1) 0,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(15,52,96,.3) 0,transparent 70%);pointer-events:none;z-index:-1}img[data-fallback=true]{background:#2a2a2a}img:not([src]),img[src=""]{visibility:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--preto-naruto)}::-webkit-scrollbar-thumb{background:var(--laranja-naruto);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--laranja-escuro)}::selection{background:var(--laranja-naruto);color:var(--preto-naruto)}