/* munju.im */
/* Colors: #ff71ce, #01cdfe, #b967ff, #fffb96, #05ffa1, #ff6b6b, #c0c0c0 */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Quicksand', sans-serif; font-weight: 400; font-size: 15px; line-height: 1.8; background: linear-gradient(180deg, #1a0a2e 0%, #0d0221 100%); color: #c0c0c0; overflow-x: hidden; }
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; position: relative; }
.hero-ring { width: 100px; height: 100px; border: 2px solid transparent; border-top-color: #ff71ce; border-right-color: #01cdfe; border-bottom-color: #b967ff; border-left-color: #fffb96; border-radius: 50%; margin-bottom: 32px; animation: spin 8s linear infinite; opacity: 0; animation: fadeIn 1s 0.2s ease forwards, spin 8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-title { font-family: 'Righteous', sans-serif; font-size: clamp(3rem, 8vw, 5.5rem); background: linear-gradient(90deg, #ff71ce, #01cdfe, #b967ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.04em; opacity: 0; animation: fadeIn 1.2s 0.5s ease forwards; }
.hero-sub { font-family: 'Noto Sans JP', sans-serif; font-weight: 300; font-size: 13px; color: #c0c0c0; letter-spacing: 0.1em; margin-top: 16px; opacity: 0; animation: fadeIn 1s 1s ease forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.wave-section { padding: 100px 40px; display: flex; justify-content: center; }
.wave-inner { max-width: 560px; text-align: center; }
.wave-title { font-family: 'Righteous', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 16px; letter-spacing: 0.02em; }
.wave-pink .wave-title { color: #ff71ce; }
.wave-blue .wave-title { color: #01cdfe; }
.wave-purple .wave-title { color: #b967ff; }
.wave-yellow .wave-title { color: #fffb96; }
.wave-text { font-size: 16px; color: #c0c0c0; max-width: 440px; margin: 0 auto; }
.wave-tag { display: inline-block; margin-top: 20px; font-family: 'Noto Sans JP', sans-serif; font-weight: 300; font-size: 11px; color: #05ffa1; letter-spacing: 0.12em; text-transform: lowercase; }
.wave-pink { border-top: 1px solid rgba(255, 113, 206, 0.15); }
.wave-blue { border-top: 1px solid rgba(1, 205, 254, 0.15); }
.wave-purple { border-top: 1px solid rgba(185, 103, 255, 0.15); }
.wave-yellow { border-top: 1px solid rgba(255, 251, 150, 0.15); }
.site-footer { text-align: center; padding: 80px 40px; }
.footer-diamond { display: inline-block; width: 10px; height: 10px; background: #b967ff; transform: rotate(45deg); margin-bottom: 16px; }
.site-footer p { font-family: 'Noto Sans JP', sans-serif; font-weight: 300; font-size: 12px; color: #c0c0c0; opacity: 0.5; letter-spacing: 0.08em; }
@media (max-width: 768px) { .wave-section { padding: 60px 24px; } }
