:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#2d3748;background:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.15) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.15) 0%,transparent 60%),radial-gradient(circle at 40% 40%,rgba(236,72,153,.1) 0%,transparent 60%),radial-gradient(circle at 60% 70%,rgba(34,197,94,.08) 0%,transparent 50%);pointer-events:none;z-index:-1;animation:backgroundShift 20s ease-in-out infinite}#app{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.coming-soon-container{text-align:center;animation:fadeInUp 1.5s ease-out;position:relative;z-index:10}.logo-container{margin-bottom:4rem;position:relative;display:inline-block;animation:float 4s ease-in-out infinite}.logo{width:300px;height:auto;filter:drop-shadow(0 25px 50px rgba(0,0,0,.2));transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;z-index:2}.logo-glow{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,rgba(139,92,246,.2) 40%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite;z-index:1}.title{font-size:clamp(3rem,8vw,5rem);font-weight:900;color:#e2e8f0;margin-bottom:1.5rem;letter-spacing:.1em;text-shadow:0 4px 20px rgba(59,130,246,.3),0 0 40px rgba(139,92,246,.2);display:flex;justify-content:center;flex-wrap:nowrap;gap:.1em}.letter{display:inline-block;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;animation:slideInFromBottom .8s ease-out both;height:1.2em;position:relative}.letter:nth-child(1){animation-delay:.1s}.letter:nth-child(2){animation-delay:.15s}.letter:nth-child(3){animation-delay:.2s}.letter:nth-child(4){animation-delay:.25s}.letter:nth-child(5){animation-delay:.3s}.letter:nth-child(6){animation-delay:.35s}.letter:nth-child(8){animation-delay:.4s}.letter:nth-child(9){animation-delay:.45s}.letter:nth-child(10){animation-delay:.5s}.letter:nth-child(11){animation-delay:.55s}.spacer{width:.5em}.subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#94a3b8;font-weight:300;letter-spacing:.05em;animation:slideInFromBottom 1s ease-out .8s both;margin-bottom:2rem;text-shadow:0 2px 10px rgba(59,130,246,.2)}.cryptic-contact{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.2rem;color:#64748b;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);padding:.8rem 1.5rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f234d;border:1px solid rgba(100,116,139,.2);animation:slideInFromBottom 1.2s ease-out 1.5s both;position:relative;overflow:hidden}.cryptic-contact:before{content:var(--reveal-text, "");position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Inter,monospace;font-size:1.4rem;font-weight:500;color:#3b82f6;opacity:0;transition:opacity .3s ease;white-space:nowrap;text-shadow:0 0 10px rgba(59,130,246,.5)}.cryptic-contact[data-reveal=true]:before{opacity:1}.cryptic-contact[data-reveal=true] i,.cryptic-contact[data-reveal=true] .dot{opacity:0;transform:scale(.8)}.cryptic-contact:hover{transform:scale(1.05);background:#0f0f2380;border-color:#3b82f64d;box-shadow:0 10px 30px #3b82f633}.cryptic-contact i{transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.cryptic-contact i:hover{color:#3b82f6;transform:scale(1.2);text-shadow:0 0 10px rgba(59,130,246,.5)}.cryptic-contact .dot{font-size:1.5rem;color:#475569;transition:all .3s ease}.interactive-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-orb{position:absolute;border-radius:50%;pointer-events:all;cursor:pointer;transition:all .3s ease}.orb-1{width:80px;height:80px;background:linear-gradient(45deg,#3b82f6,#8b5cf6);top:20%;left:15%;animation:float 6s ease-in-out infinite;box-shadow:0 10px 30px #3b82f666}.orb-2{width:60px;height:60px;background:linear-gradient(45deg,#8b5cf6,#ec4899);top:70%;right:20%;animation:float 8s ease-in-out infinite reverse;box-shadow:0 10px 30px #8b5cf666}.orb-3{width:100px;height:100px;background:linear-gradient(45deg,#22c55e,#3b82f6);top:15%;right:10%;animation:float 7s ease-in-out infinite;box-shadow:0 10px 30px #22c55e66}.orb-4{width:70px;height:70px;background:linear-gradient(45deg,#ec4899,#f59e0b);bottom:20%;left:10%;animation:float 5s ease-in-out infinite reverse;box-shadow:0 10px 30px #ec489966}.custom-cursor{position:fixed;width:20px;height:20px;background:radial-gradient(circle,#3b82f6 0%,#8b5cf6 50%,transparent 70%);border-radius:50%;pointer-events:none;z-index:9999;transition:transform .1s ease;animation:cursorPulse 2s ease-in-out infinite;mix-blend-mode:screen;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes cursorPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes spinReel{0%{transform:translateY(0)}to{transform:translateY(-95%)}}@keyframes backgroundShift{0%,to{opacity:1}50%{opacity:.8}}@keyframes logoSpinAndSettle{0%{transform:scale(1) rotate(0)}60%{transform:scale(1.05) rotate(720deg)}to{transform:scale(1.1) rotate(725deg)}}@keyframes logoReturn{0%{transform:scale(1.1) rotate(725deg)}to{transform:scale(1) rotate(0)}}@keyframes iconBounce{0%{transform:scale(1)}50%{transform:scale(1.3) rotate(10deg)}to{transform:scale(1)}}@media (max-width: 768px){body{overflow-y:auto;align-items:flex-start;padding:2rem 0}#app{height:auto;min-height:100vh;padding:2rem 1rem}.custom-cursor{display:none}.coming-soon-container{padding:1rem;width:100%;max-width:400px;margin:0 auto}.logo{width:180px}.logo-glow{width:220px;height:220px}.logo-container{margin-bottom:2rem}.floating-orb{display:none}.title{font-size:clamp(2rem,12vw,3rem);flex-direction:row;flex-wrap:wrap;gap:.05em;line-height:1.1;margin-bottom:1rem}.spacer{width:100%;height:.2em}.subtitle{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:1.5rem}.cryptic-contact{font-size:1rem;padding:.6rem 1.2rem;margin-top:1.5rem;flex-wrap:wrap;gap:.3rem}}@media (max-width: 480px){#app{padding:1rem .5rem}.coming-soon-container{padding:.5rem;max-width:350px}.logo{width:140px}.logo-glow{width:180px;height:180px}.logo-container{margin-bottom:1.5rem}.title{font-size:clamp(1.8rem,10vw,2.5rem);letter-spacing:.05em;margin-bottom:.8rem}.subtitle{font-size:clamp(.9rem,3.5vw,1.1rem);margin-bottom:1rem}.cryptic-contact{font-size:.9rem;gap:.2rem;padding:.5rem 1rem;margin-top:1rem}}.cherry-rain{position:fixed;top:-50px;color:#dc2626;pointer-events:none;z-index:1000;animation:cherryFall linear forwards;text-shadow:0 0 10px rgba(220,38,38,.5);filter:drop-shadow(0 2px 4px rgba(220,38,38,.3))}@keyframes cherryFall{0%{transform:translateY(-50px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(calc(100vh + 50px)) rotate(720deg);opacity:0}}
