* Copyright (c) 2025-2026 | notmaz.rf.gd | All rights reserved.

*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;overflow:hidden;background:#000}.cosmos-container{position:relative;width:100vw;height:100vh;background:radial-gradient(ellipse at bottom,#1b2735 0,#090a0f 100%);overflow:hidden}.stars-container{position:absolute;top:0;left:0;width:100%;height:100%}.nebula{position:absolute;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="500" cy="500" r="500" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="%239C27B0" stop-opacity="0.3"/><stop offset="100%" stop-color="%23000" stop-opacity="0"/></radialGradient></defs><rect width="100%" height="100%" fill="url(%23a)"/></svg>') center center/cover no-repeat;opacity:.7;animation:50s infinite alternate nebulaFloat}.galaxy{position:absolute;width:400px;height:400px;top:20%;right:10%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400"><defs><radialGradient id="a" cx="200" cy="200" r="200" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="%234CAF50" stop-opacity="0.8"/><stop offset="50%" stop-color="%232196F3" stop-opacity="0.4"/><stop offset="100%" stop-color="%23000" stop-opacity="0"/></radialGradient></defs><ellipse cx="200" cy="200" rx="200" ry="100" fill="url(%23a)" transform="rotate(45 200 200)"/></svg>') center center/contain no-repeat;animation:120s linear infinite galaxyRotate;opacity:.8}.planet{position:absolute;width:200px;height:200px;bottom:10%;left:10%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><defs><radialGradient id="a" cx="100" cy="100" r="100" gradientUnits="userSpaceOnUse"><stop offset="0%" stop-color="%23FF9800"/><stop offset="70%" stop-color="%23F57C00"/><stop offset="100%" stop-color="%23E65100"/></radialGradient></defs><circle cx="100" cy="100" r="100" fill="url(%23a)"/></svg>') center center/contain no-repeat;animation:30s infinite alternate planetFloat;border-radius:50%;box-shadow:0 0 50px rgba(255,152,0,.5)}.shooting-stars{position:absolute;width:100%;height:100%}.shooting-star{position:absolute;width:2px;height:2px;background:#fff;box-shadow:0 0 10px 2px rgba(255,255,255,.8);border-radius:50%;opacity:0}.shooting-star:nth-child(1){top:20%;left:10%;animation:3s infinite shooting}.shooting-star:nth-child(2){top:40%;left:30%;animation:4s 1s infinite shooting}.shooting-star:nth-child(3){top:10%;left:60%;animation:5s 2s infinite shooting}.copyright-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center}.copyright-text{color:#fff;font-size:1.5rem;padding:20px 40px;border-radius:10px;background:rgba(0,0,0,.5);backdrop-filter:blur(5px);box-shadow:0 0 20px rgba(255,255,255,.3);letter-spacing:1px;text-shadow:0 0 10px rgba(255,255,255,.5);animation:2s infinite alternate glow}@keyframes nebulaFloat{0%{transform:scale(1) rotate(0);opacity:.7}100%{transform:scale(1.1) rotate(5deg);opacity:.5}}@keyframes galaxyRotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes planetFloat{0%{transform:translateY(0) scale(1)}100%{transform:translateY(-20px) scale(1.05)}}@keyframes shooting{0%{opacity:0;transform:translateX(0) translateY(0)}10%{opacity:1}20%{opacity:0;transform:translateX(300px) translateY(300px)}100%{opacity:0}}@keyframes glow{0%{box-shadow:0 0 20px rgba(255,255,255,.3)}100%{box-shadow:0 0 30px rgba(255,255,255,.6)}}@media (max-width:768px){.copyright-text{font-size:1.2rem;padding:15px 25px}.galaxy{width:300px;height:300px}.planet{width:150px;height:150px}}
