:root{--primary-color: #121212;--secondary-color: #bb86fc;--accent-color: #03dac5;--background-color: #0d0d0d;--text-color: #b9b5b5}body{background-color:var(--background-color);color:var(--text-color);font-family:Poppins,sans-serif;margin:0;padding:0;position:relative;min-height:100vh}.glowing-lines{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.line{position:absolute;width:2px;height:200%;background:#ba86fc4d;animation:moveLine 8s linear infinite;box-shadow:0 0 15px #ba86fccc,0 0 25px #ba86fc99,0 0 50px #ba86fc4d}.line:nth-child(1){left:5%;animation-delay:0s}.line:nth-child(2){left:20%;animation-delay:2s}.line:nth-child(3){left:40%;animation-delay:4s}.line:nth-child(4){left:60%;animation-delay:6s}.line:nth-child(5){left:80%;animation-delay:8s}@keyframes moveLine{0%{transform:translateY(0);opacity:.7}to{transform:translateY(100vh);opacity:0}}@media (max-width: 768px){body{font-size:14px}.btn{padding:8px 16px}h1{font-size:1.8rem}p{font-size:.9rem}}@media (max-width: 480px){body{font-size:12px}.btn{padding:6px 12px}h1{font-size:1.5rem}p{font-size:.85rem}}
