*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#000;color:#fff;min-height:100vh;overflow:hidden;position:relative}.container{min-height:100vh;position:relative;z-index:2;padding:2rem}.container,.text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.text-container{background:hsla(0,0%,100%,.4);border-radius:0;padding:3rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.4);max-width:800px;width:90%}.y-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.y-svg-line{stroke:#fff;opacity:.8;filter:blur(4px)}.y-triangle-area{filter:blur(2px);animation:triangleGlow 4s ease-in-out infinite alternate}@keyframes triangleGlow{0%{opacity:.6}to{opacity:.8}}@keyframes blinkWhite{0%,70%{stroke:url(#lineGradient);opacity:.8;filter:blur(.5px)}85%,to{stroke:#fff;opacity:1;filter:none}}.title{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem;text-align:center;line-height:1.2}.title-white{color:#fff;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.title-blue{color:#1e40af}.subtitle{font-size:clamp(1.2rem,3vw,2rem);margin-bottom:2rem;opacity:.9;font-weight:300}.description{font-size:clamp(1rem,2vw,1.3rem);line-height:1.6;margin-bottom:2rem;opacity:.7;max-width:600px;text-align:center}.cooking-animation{display:inline-block;font-size:2rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes titleGlow{0%{filter:drop-shadow(0 0 20px rgba(59,130,246,.5))}to{filter:drop-shadow(0 0 30px rgba(59,130,246,.8)) drop-shadow(0 0 40px rgba(29,78,216,.4))}}.glow-effect{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.1) 0,transparent 70%);animation:glow 4s ease-in-out infinite alternate;pointer-events:none}@keyframes glow{0%{transform:scale(.8);opacity:.3}to{transform:scale(1.2);opacity:.1}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.particle{position:absolute;background:hsla(0,0%,100%,.1);border-radius:50%;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.y-svg-line{stroke-width:1.5}.title{font-size:clamp(2rem,8vw,3rem)}.subtitle{font-size:clamp(1rem,4vw,1.5rem)}}