@import"https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Caveat:wght@400;700&display=swap";html,body{margin:0;padding:0;height:100%;overflow-x:hidden;font-family:Arial,sans-serif;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}#root{height:100vh;width:100vw;overflow:hidden}body{background:url(./assets/paper.jpeg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center center}.shantell-font{font-family:Shantell Sans,cursive}.felt-tip-font{font-family:Felt Tip Senior,sans-serif}.mobile-redirect-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#ec3750,#ff6b6b,orange);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;z-index:10001}.mobile-message{background:#fff;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%;animation:mobilePopIn .6s cubic-bezier(.68,-.55,.265,1.55)}.mobile-icon{font-size:4rem;margin-bottom:20px;animation:bounce 2s infinite}.mobile-message h1{font-family:Kalam,cursive;font-size:2rem;font-weight:700;color:#333;margin:0 0 20px;line-height:1.2}.mobile-message p{font-family:Kalam,cursive;font-size:1.1rem;color:#666;margin:0 0 15px;line-height:1.4}.mobile-message p:last-child{margin-bottom:0;font-weight:600;color:#ec3750}@keyframes mobilePopIn{0%{opacity:0;transform:scale(.5) translateY(-50px) rotate(10deg)}50%{opacity:.8;transform:scale(1.05) translateY(0) rotate(-2deg)}to{opacity:1;transform:scale(1) translateY(0) rotate(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.app-container{position:relative;width:100vw;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-image:var(--bg-image);transition:background-image .3s ease-in-out;will-change:background-image;backface-visibility:hidden;transform:translateZ(0)}@media (max-width: 768px){.app-container{background-image:var(--bg-mobile)}}@media (min-width: 769px) and (max-width: 1280px){.app-container{background-image:var(--bg-tablet)}}@media (min-width: 1281px){.app-container{background-image:var(--bg-desktop)}}.flag-wave{transition:transform .2s ease;transform-origin:left center}.flag-wave:hover{animation:wave 1s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}.start-button{position:absolute;bottom:180px;left:50%;transform:translate(-220px);width:200px;padding:20px 0;background-color:#ec3750;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;font-family:Kalam,cursive;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.start-button:hover{background-color:#d63447;transform:translate(-220px) translateY(-1px)}.submit-button{position:absolute;bottom:180px;left:50%;transform:translate(20px);width:200px;padding:20px 0;background-color:#338a3e;color:#fff;border:none;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;font-family:Kalam,cursive;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.submit-button:hover{background-color:#2e7233;transform:translate(20px) translateY(-1px)}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out;padding:20px;box-sizing:border-box}.popup-content{background:linear-gradient(135deg,#fff,#f8f9fa);padding:clamp(30px,5vw,50px);border-radius:25px;text-align:center;position:relative;width:100%;max-width:min(600px,90vw);min-width:320px;margin:auto;box-shadow:0 25px 80px #0000004d,0 0 0 1px #ffffff1a inset;animation:popIn .5s cubic-bezier(.68,-.55,.265,1.55);border:5px solid #ec3750;overflow:hidden}.popup-hey{font-family:Kalam,cursive;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;color:#ec3750;margin:0 0 25px;text-shadow:3px 3px 6px rgba(0,0,0,.15);transform:rotate(-2deg);animation:bounceIn .8s ease-out .2s both}.popup-message{font-family:Kalam,cursive;color:#333;margin:0;line-height:1.5}.popup-message p{font-size:clamp(1.1rem,3vw,1.4rem);margin:0 0 20px}.popup-highlight{background:linear-gradient(45deg,#fff3cd,#ffeaa7);padding:15px 20px;border-radius:15px;border:2px dashed #f39c12;margin:20px 0 0!important;position:relative;overflow:hidden}.popup-highlight:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.animated-text{font-weight:700;color:#e67e22;font-size:clamp(1rem,2.8vw,1.3rem);display:inline-block;animation:pulse 2s ease-in-out infinite,glow 3s ease-in-out infinite alternate;text-shadow:0 0 10px rgba(230,126,34,.5)}.popup-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.popup-close:hover{background-color:#f0f0f0;color:#ec3750}.info-button{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background-color:#338a3e;border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #0003;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.info-button:hover{background-color:#2e7233;transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.footer{position:fixed;bottom:0;left:0;width:100%;background:linear-gradient(135deg,#000c,#000000e6);backdrop-filter:blur(10px);padding:15px 20px;display:flex;justify-content:space-between;align-items:center;z-index:500;border-top:1px solid rgba(255,255,255,.1);font-family:Kalam,cursive}.created-by{color:#fff;font-size:1rem;font-weight:400;text-shadow:0 1px 3px rgba(0,0,0,.5)}.social-links{display:flex;gap:15px}.social-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;padding:8px 12px;border-radius:20px;transition:all .3s ease;display:flex;align-items:center;gap:5px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.social-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.social-link.slack:hover{background:linear-gradient(135deg,#4a154b,#611f69);border-color:#4a154b}.social-link.github:hover{background:linear-gradient(135deg,#333,#24292e);border-color:#333}@media (max-width: 480px){.footer{flex-direction:column;gap:10px;padding:12px 15px}.created-by{font-size:.9rem}.social-links{gap:10px}.social-link{font-size:.8rem;padding:6px 10px}}@keyframes fadeIn{0%{opacity:0;backdrop-filter:blur(0px)}to{opacity:1;backdrop-filter:blur(5px)}}@keyframes popIn{0%{opacity:0;transform:scale(.6) translateY(-50px) rotate(10deg)}50%{opacity:.8;transform:scale(1.05) translateY(0) rotate(-2deg)}to{opacity:1;transform:scale(1) translateY(0) rotate(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) rotate(-15deg)}50%{opacity:1;transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(-2deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%{text-shadow:0 0 5px rgba(230,126,34,.5),0 0 10px rgba(230,126,34,.3),0 0 15px rgba(230,126,34,.1)}to{text-shadow:0 0 10px rgba(230,126,34,.8),0 0 20px rgba(230,126,34,.5),0 0 30px rgba(230,126,34,.3),0 0 40px rgba(230,126,34,.1)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.logo-frame{position:absolute;top:8vh;left:55px;width:600px;height:360px;display:flex;align-items:center;justify-content:center;z-index:2}.logo-img{max-width:100%;max-height:100%;object-fit:contain}.challenge-intro{position:absolute;top:calc(8vh + 380px);left:55px;width:600px;background:#ffffffd9;padding:24px 32px;border-radius:24px;border:6px solid #222;box-shadow:0 2px 12px #0000000f;font-family:inherit;text-align:center;color:#222;z-index:2;max-width:calc(100vw - 110px);box-sizing:border-box}.challenge-intro h2{margin:0 0 12px;font-size:2.4rem;font-weight:900;color:#222;background:linear-gradient(90deg,#fffbe6 60%,#fff9c4);border-radius:12px;padding:8px 0;box-shadow:0 2px 8px #ffeb3b1f;text-shadow:1px 2px 8px rgba(0,0,0,.1)}.challenge-intro p{margin:0;font-size:1.4rem;color:#222;font-weight:600;text-shadow:0 1px 6px rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.08)}.frames-section{position:absolute;bottom:30vh;right:50px;display:flex;gap:40px;align-items:flex-end;justify-content:flex-end;width:fit-content;padding:20px;box-sizing:border-box;z-index:1;flex-wrap:wrap}.frame-item{position:relative;width:280px;height:330px;flex-shrink:0;border-radius:5px}.framed-image{position:absolute;top:33px;left:33px;width:214px;height:264px;object-fit:cover;z-index:1;border:none}.frame-overlay{position:relative;width:280px;height:330px;background-size:contain;background-repeat:no-repeat;background-position:center;z-index:10}.real-btn{padding:14px 36px;color:#222;font-size:1.3rem;font-weight:700;border:2px solid #222;border-radius:12px;box-shadow:0 4px 16px #0000001a;cursor:pointer;transition:background .2s,box-shadow .2s,transform .1s;outline:none;margin-top:28px;margin-left:10px;margin-right:10px;display:inline-block;background-color:#fff;position:relative}.real-btn:hover{background:linear-gradient(90deg,#fffbe6 60%,#fff9c4);box-shadow:0 6px 24px #00000029;transform:translateY(-2px) scale(1.03)}.real-btn:active{background:#ffe082;box-shadow:0 2px 8px #00000014;transform:translateY(1px) scale(.98)}.button-container{display:flex;width:100%;padding:10px;box-sizing:border-box;justify-content:space-between;gap:20px}.long-btn{min-width:200px;width:240px;max-width:320px;padding-left:0;padding-right:0}.align-right{margin-left:auto;margin-right:0}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}@media (max-width: 1200px){.logo-frame{left:30px;width:500px;height:300px}.challenge-intro{left:30px;width:500px;top:calc(8vh + 320px)}.frames-section{right:30px;gap:30px;bottom:20vh}.frame-item{width:250px;height:300px}.framed-image{top:30px;left:30px;width:190px;height:230px}.frame-overlay{width:250px;height:300px}}@media (max-width: 992px){.logo-frame,.challenge-intro{position:static;margin:20px auto;width:90%;max-width:600px;height:auto;transform:none;top:auto;left:auto}.frames-section{position:static;bottom:auto;right:auto;width:100%;justify-content:center;flex-direction:column;padding:20px 0;gap:20px}.frame-item{width:80%;max-width:350px;height:auto;margin:0 auto}.framed-image{width:calc(100% - 66px);height:auto;left:33px;top:33px}.frame-overlay{width:100%;height:auto;padding-bottom:117.85%}.real-btn{position:static;transform:none;margin:20px auto;display:block;width:fit-content}}@media (max-width: 768px){.logo-frame{height:250px}.logo-img{width:80%;height:auto}.challenge-intro{padding:15px 20px;border-radius:15px}.challenge-intro h2{font-size:2rem}.challenge-intro p{font-size:1.2rem}}@media (max-width: 480px){.logo-frame{height:200px}.logo-img{width:70%}.challenge-intro h2{font-size:1.6rem}.challenge-intro p{font-size:1rem}.frames-section{padding:10px 0;gap:15px}.frame-item{width:90%;max-width:300px}.framed-image{width:calc(100% - 60px);left:30px;top:30px}.real-btn{font-size:1.1rem;padding:10px 20px;min-width:unset;width:unset;max-width:unset}}
