@import"https://fonts.googleapis.com/css2?family=Lilita+One&family=Nunito:wght@400;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:#fff3cd;background-image:radial-gradient(circle at 10% 20%,rgba(255,0,80,.06) 0,transparent 50%),radial-gradient(circle at 90% 80%,rgba(255,200,0,.1) 0,transparent 50%);font-family:Nunito,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}header{background:linear-gradient(135deg,#ff4e50,#fc913a,#f9d423);box-shadow:0 4px 20px #ff4e504d;overflow:hidden;padding:1.5rem 2rem;position:relative;text-align:center}header:before{background:repeating-linear-gradient(45deg,transparent,transparent 20px,hsla(0,0%,100%,.05) 0,hsla(0,0%,100%,.05) 40px);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}.header-link{align-items:center;display:flex;gap:1rem;justify-content:center;position:relative;text-decoration:none;z-index:1}.logo{animation:wobble 3s ease-in-out infinite;filter:drop-shadow(3px 3px 6px rgba(0,0,0,.3));height:80px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease;width:80px}.logo:hover{transform:scale(1.2) rotate(-10deg)}@keyframes wobble{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}h1{color:#fff;font-family:Lilita One,cursive;font-size:2.5rem;letter-spacing:2px;text-shadow:3px 3px 0 #c0392b,-1px -1px 0 #c0392b,1px -1px 0 #c0392b,-1px 1px 0 #c0392b}main{flex:1;margin:0 auto;max-width:800px;padding:2rem;width:100%}footer{background:linear-gradient(135deg,#fc913a,#f9d423);padding:1.5rem;text-align:center}.footer-link{color:#fff;display:inline-block;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;text-shadow:1px 1px 2px rgba(0,0,0,.2);transition:transform .2s ease}.footer-link:hover{transform:scale(1.1)}@media(max-width:768px){header{padding:1rem}.header-link{flex-direction:column;gap:.5rem}.logo{height:64px;width:64px}h1{font-size:1.6rem}main{padding:1rem}}@media(max-width:480px){h1{font-size:1.3rem;letter-spacing:1px}.logo{height:56px;width:56px}}
