/* ppss.ee */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #000000; color: #ffffff; font-family: 'Inter', sans-serif; font-weight: 300; line-height: 1.5; min-height: 100vh; }
.name { display: flex; align-items: center; justify-content: center; min-height: 100vh; text-align: center; }
.massive { font-family: 'Space Grotesk', sans-serif; font-weight: 900; font-size: clamp(80px, 15vw, 160px); }
.reveal { text-align: center; padding: 4rem 2rem; }
.domain { font-family: 'Space Grotesk', sans-serif; font-weight: 900; font-size: clamp(2rem, 4vw, 3rem); color: #ffffff; opacity: 0.6; }
.rule { width: 50%; height: 1px; background: rgba(255, 255, 255, 0.3); margin: 40px auto; }
.void { min-height: 50vh; }
.exit { text-align: center; padding: 2rem 2rem 4rem; display: flex; justify-content: center; gap: 2rem; }
.footer-link { font-family: 'Fira Code', monospace; font-size: 12px; color: #666666; text-decoration: none; transition: color 0.3s ease; }
.footer-link:hover { color: #404040; }
.footer-link:active { color: #ffffff; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
