:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#050508;color:#fafafa}.venus-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.venus-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,120,200,.15) 0%,rgba(180,80,255,.08) 40%,transparent 70%);pointer-events:none;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}}.venus-title{margin:0;font-size:clamp(5rem,18vw,14rem);font-weight:900;letter-spacing:.06em;display:flex;gap:.02em;position:relative;z-index:1}.letter{display:inline-block;background:linear-gradient(135deg,#ff7bc6,#c97aff,#7bafff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 40px rgba(200,120,255,.35));animation:float 3s ease-in-out infinite}.letter:nth-child(1){animation-delay:0s}.letter:nth-child(2){animation-delay:.15s}.letter:nth-child(3){animation-delay:.3s}.letter:nth-child(4){animation-delay:.45s}.letter:nth-child(5){animation-delay:.6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.venus-subtitle{margin:1.5rem 0 0;font-size:clamp(.8rem,2vw,1.2rem);font-weight:500;letter-spacing:.45em;color:#c8a0ff80;text-transform:uppercase;position:relative;z-index:1}
