@keyframes twinkle{0%,to{opacity:.2}50%{opacity:1}}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes tileAppear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes tileGlow{0%{box-shadow:0 0 0 rgba(255,255,255,0)}50%{box-shadow:0 0 10px rgba(255,255,255,.3)}to{box-shadow:0 0 0 rgba(255,255,255,0)}}@keyframes tilePulse{0%,to{background-color:rgba(255,255,255,.1)}50%{background-color:rgba(255,255,255,.2)}}.tile-loading{animation:tilePulse 1s ease-in-out infinite}.star{animation:twinkle 3s infinite}.star:nth-child(2n){animation-duration:2s}.star:nth-child(3n){animation-duration:4s}.star:nth-child(4n){animation-duration:2.5s}.star:nth-child(5n){animation-duration:3.5s}.loading-dot{animation:bounce .6s infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}.text-appear{animation:fadeInUp 1s ease-out}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInSlideRight{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes twinkleIntense{0%,to{opacity:.1}50%{opacity:1}}.star.intense{animation:twinkleIntense 2s infinite}@keyframes constellation-glow{0%,to{opacity:.8;box-shadow:0 0 15px rgba(255,215,0,.8)}50%{opacity:1;box-shadow:0 0 25px rgba(255,215,0,1),0 0 35px rgba(255,255,255,.5)}}@keyframes constellation-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes constellation-line-draw{0%{opacity:0;stroke-dashoffset:100}to{opacity:.7;stroke-dashoffset:0}}.cancer-constellation{position:fixed;top:20%;right:15%;width:200px;height:150px;z-index:1;pointer-events:none;opacity:0;animation:fadeInSlideRight 2s ease-out 3s forwards}.cancer-star{position:absolute;width:6px;height:6px;background:linear-gradient(45deg,#ffd700,#ffffff);border-radius:50%;animation:constellation-glow 3s ease-in-out infinite;box-shadow:0 0 10px rgba(255,215,0,.8)}.cancer-star.main{width:8px;height:8px;animation:constellation-glow 2s ease-in-out infinite,constellation-pulse 4s ease-in-out infinite}.cancer-star.bright{width:7px;height:7px;background:linear-gradient(45deg,#ffffff,#ffd700)}.cancer-star:first-child{top:80px;left:30px;animation-delay:0s}.cancer-star:nth-child(2){top:45px;left:60px;animation-delay:.5s}.cancer-star:nth-child(3){top:25px;left:40px;animation-delay:1s}.cancer-star:nth-child(4){top:50px;left:90px;animation-delay:1.5s}.cancer-star:nth-child(5){top:60px;left:130px;animation-delay:2s}.constellation-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.constellation-line{stroke:rgba(255,215,0,.6);stroke-width:1;fill:none;stroke-dasharray:5,5;stroke-dashoffset:100;animation:constellation-line-draw 2s ease-out forwards;filter:drop-shadow(0 0 3px rgba(255,215,0,.5))}.constellation-line:first-child{animation-delay:3s}.constellation-line:nth-child(2){animation-delay:3.5s}.constellation-line:nth-child(3){animation-delay:4s}.constellation-line:nth-child(4){animation-delay:4.5s}.constellation-label{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);color:#ffd700;font-size:14px;font-weight:700;text-shadow:0 0 10px rgba(255,215,0,.8);opacity:0;animation:fadeInUp 1s ease-out 6s forwards;font-family:Arial,sans-serif;letter-spacing:2px}@keyframes cancer-special-glow{0%,to{filter:brightness(1) drop-shadow(0 0 5px rgba(255,215,0,.5))}25%{filter:brightness(1.3) drop-shadow(0 0 15px rgba(255,215,0,.8))}50%{filter:brightness(1.5) drop-shadow(0 0 20px rgba(255,215,0,1))}75%{filter:brightness(1.3) drop-shadow(0 0 15px rgba(255,215,0,.8))}}.cancer-constellation.special-moment{animation:cancer-special-glow 3s ease-in-out infinite}@media (max-width:768px){.star{animation-duration:3s!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.loading-dot{width:8px!important;height:8px!important}.text-appear{animation-duration:.8s}.cancer-constellation{top:15%;right:5%;width:150px;height:120px}.cancer-star{width:4px;height:4px}.cancer-star.main{width:6px;height:6px}.cancer-star.bright{width:5px;height:5px}.constellation-label{font-size:12px;bottom:-5px}.cancer-star:first-child{top:65px;left:22px}.cancer-star:nth-child(2){top:35px;left:45px}.cancer-star:nth-child(3){top:18px;left:30px}.cancer-star:nth-child(4){top:38px;left:68px}.cancer-star:nth-child(5){top:45px;left:98px}}@media (max-width:1024px) and (min-width:769px){.star{animation-duration:2.5s!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.loading-dot{width:10px!important;height:10px!important}.cancer-constellation{top:18%;right:10%;width:175px;height:135px}.constellation-label{font-size:13px}}@media (max-width:768px){.star{will-change:opacity}.loading-dot,.star{transform:translateZ(0)}.loading-dot{will-change:transform}}@media (prefers-reduced-motion:reduce){.star{animation-duration:10s!important;animation-timing-function:linear!important}.loading-dot{animation-duration:2s!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}}