.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem}.not-found h1{font-size:3rem;margin-bottom:1rem;color:#f60}.not-found .pumpkin{font-size:8rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.spooky{min-height:80vh;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#f60;position:relative;overflow:hidden}.spooky h1{font-size:3rem;text-align:center;margin-bottom:1rem;text-shadow:0 0 10px rgba(255,102,0,.5);animation:glow 2s ease-in-out infinite alternate}.spooky .subtitle{text-align:center;font-size:1.5rem;margin-bottom:3rem;color:orange}.content{max-width:800px;margin:0 auto;position:relative}.haunted-message{background:#0000004d;padding:2rem;border-radius:10px;border:2px solid #ff6600;margin-bottom:2rem}.haunted-message h2{margin-bottom:1rem;color:#ff4500}.haunted-message p{font-size:1.2rem;line-height:1.8;color:orange}.floating-emojis{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.ghost{position:absolute;font-size:3rem;animation:float 4s ease-in-out infinite;opacity:.8}.ghost:nth-child(1){left:10%;animation-delay:0s}.ghost:nth-child(2){left:30%;animation-delay:.5s}.ghost:nth-child(3){left:50%;animation-delay:1s}.ghost:nth-child(4){left:70%;animation-delay:1.5s}.ghost:nth-child(5){left:90%;animation-delay:2s}.ghost:nth-child(6){left:20%;animation-delay:2.5s}.ghost:nth-child(7){left:40%;animation-delay:3s}.ghost:nth-child(8){left:60%;animation-delay:3.5s}.ghost:nth-child(9){left:80%;animation-delay:4s}.ghost:nth-child(10){left:15%;animation-delay:4.5s}.decorations{position:fixed;bottom:2rem;left:0;right:0;display:flex;justify-content:space-around;padding:0 2rem;z-index:2}.decoration{font-size:2rem;animation:spin 3s linear infinite}.decoration:nth-child(2n){animation-direction:reverse}@keyframes float{0%,to{transform:translate3d(0,100vh,0) rotate(0);opacity:0}10%{opacity:.8}90%{opacity:.8}to{transform:translate3d(0,-100px,0) rotate(360deg);opacity:0}}@keyframes glow{0%{text-shadow:0 0 10px rgba(255,102,0,.5),0 0 20px rgba(255,102,0,.3)}to{text-shadow:0 0 20px rgba(255,102,0,.8),0 0 30px rgba(255,102,0,.5)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app{width:100%;min-height:100vh}.nav{background-color:#1a1a1a;padding:1rem;display:flex;gap:1rem;justify-content:center;border-bottom:2px solid #ff6600}.nav button{padding:.75rem 1.5rem;font-size:1.1rem;background-color:#f60;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;font-weight:700}.nav button:hover{background-color:#f83;transform:scale(1.05)}.nav button:active{transform:scale(.95)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
