body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App_container__Rt8T2{align-items:center;background:linear-gradient(135deg,#ff6ec4,#7873f5);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;justify-content:center;min-height:100vh;padding:clamp(20px,5vw,40px) clamp(10px,3vw,20px);text-align:center}.App_header__fhC8n{-webkit-text-fill-color:#0000;text-fill-color:#0000;animation:App_headerBounce__dfVya 1s ease-out;background:linear-gradient(90deg,#ff8ee6,#6e8fff);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-bottom:clamp(30px,6vw,50px);position:relative;text-align:center;text-shadow:0 2px 5px #00000040}.App_header__fhC8n:after{animation:App_shine__eiYhg 2s ease-in-out 1;background:linear-gradient(120deg,#fff6,#fff0);content:"";height:100%;left:-75%;position:absolute;top:0;transform:skewX(-20deg);width:50%}.App_grid__71kR\+{grid-gap:clamp(15px,3vw,30px);display:grid;gap:clamp(15px,3vw,30px);grid-template-columns:repeat(3,1fr);max-width:900px;transition:filter .3s ease;width:100%}.App_blur__4rK-P{filter:blur(6px);pointer-events:none}.App_box__69Fv4{align-items:center;background:linear-gradient(145deg,#ff8ee6,#6e8fff);border-radius:15px;box-shadow:0 8px 20px #0000004d;cursor:pointer;display:flex;justify-content:center;overflow:hidden;perspective:1000px;position:relative;transition:transform .4s ease,box-shadow .4s ease}.App_box__69Fv4:focus,.App_box__69Fv4:hover{box-shadow:0 25px 50px #fff9,inset 0 0 25px #fff3;transform:scale(1.25) rotateY(15deg) translateY(-5px)}.App_box__69Fv4:before{background:radial-gradient(circle,#ffffff4d 0,#0000 60%);border-radius:15px;content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(45deg);transition:opacity .4s ease,transform .6s ease;width:200%}.App_box__69Fv4:after{animation:App_sparkle__wQLPJ 1s infinite alternate;content:"✨";font-size:1rem;left:-10%;opacity:0;pointer-events:none;position:absolute;top:-10%}.App_box__69Fv4:focus:before,.App_box__69Fv4:hover:before{opacity:1;transform:rotate(45deg) translate(10%,10%)}.App_box__69Fv4:focus:after,.App_box__69Fv4:hover:after{opacity:1}.App_box__69Fv4:active{transform:scale(1.3) rotateY(15deg) translateY(-10px)}.App_image__sGTHO{border-radius:15px;box-shadow:0 4px 15px #0000004d;height:auto;max-width:200px;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease;width:100%}.App_box__69Fv4:focus .App_image__sGTHO,.App_box__69Fv4:hover .App_image__sGTHO{box-shadow:0 20px 40px #fff6,inset 0 0 15px #fff3;transform:translateY(-10px) rotateX(5deg)}.App_modal__2zt2I{align-items:center;animation:App_fadeIn__AtT-p .3s ease-in-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.App_modalcontent__YuXdJ{background:linear-gradient(145deg,#ff8ee6,#6e8fff);border-radius:15px;box-shadow:0 20px 40px #0006,inset 0 0 20px #fff3;max-width:500px;min-width:280px;padding:clamp(1.5rem,4vw,2.5rem);position:relative;text-align:center;transition:transform .4s ease,box-shadow .4s ease;width:90%}.App_modalcontenttitle__96PRx{color:#fff;font-size:clamp(1.4rem,5vw,2rem);font-weight:700;margin-bottom:1rem;text-shadow:0 2px 5px #0000004d}.App_modalcontentdescription__we2e1{color:#f0f0f0;font-size:clamp(1rem,3vw,1.2rem);line-height:1.6;margin-bottom:2rem}.App_redirectButton__S8sPy{background:linear-gradient(135deg,#ff8ee6,#6e8fff);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:clamp(1rem,3vw,1.1rem);font-weight:600;margin-top:1.5rem;padding:clamp(12px,3vw,14px) clamp(20px,5vw,30px);transition:transform .3s ease,box-shadow .3s ease;width:100%}.App_redirectButton__S8sPy:focus,.App_redirectButton__S8sPy:hover{box-shadow:0 10px 25px #fff6;transform:scale(1.05)}.App_checkboxcontainer__gJQBZ{align-items:center;display:flex;justify-content:center;margin-top:1.5rem}.App_modalcheckbox__YhNc-{display:none}.App_checkboxlabel__O0EYj{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:clamp(1rem,3vw,1.1rem)}.App_checkboxcustom__S0cQz{background:#0000;border:2px solid #fff;border-radius:4px;height:24px;margin-right:10px;transition:background .2s ease;width:24px}.App_modalcheckbox__YhNc-:checked+.App_checkboxlabel__O0EYj .App_checkboxcustom__S0cQz{background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') 50% /16px no-repeat}.App_checkboxtxt__TjuSQ{text-shadow:0 1px 3px #0003}.App_loadercontainer__NnIzL{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem}.App_loader__SbZCZ{animation:App_spin__RBUaI 1s linear infinite;border:4px solid #fff;border-radius:50%;border-top-color:#0000;height:40px;width:40px}.App_loadingtext__yUuix{color:#fff;font-size:clamp(.9rem,3vw,1rem);margin-top:.5rem;text-shadow:0 1px 3px #0003}@media (max-width:1024px){.App_grid__71kR\+{gap:clamp(15px,3vw,25px);grid-template-columns:repeat(2,1fr);max-width:700px}.App_image__sGTHO{max-width:160px}.App_modalcontent__YuXdJ{max-width:400px;padding:clamp(1.5rem,4vw,2rem)}}@media (max-width:768px){.App_header__fhC8n{font-size:clamp(1.8rem,5vw,2.2rem);margin-bottom:clamp(20px,5vw,40px)}.App_grid__71kR\+{gap:clamp(10px,3vw,20px);grid-template-columns:repeat(2,1fr)}.App_image__sGTHO{max-width:140px}.App_modalcontent__YuXdJ{animation:none;max-width:400px;padding:clamp(1.2rem,4vw,1.8rem);transform:none!important}.App_modalcontenttitle__96PRx{font-size:clamp(1.2rem,4vw,1.6rem)}.App_modalcontentdescription__we2e1{font-size:clamp(.9rem,3vw,1rem)}.App_modal__2zt2I{animation:none;transform:none!important}}@media (max-width:480px){.App_header__fhC8n{font-size:clamp(1.6rem,5vw,2rem);margin-bottom:clamp(15px,4vw,30px)}.App_grid__71kR\+{gap:clamp(10px,3vw,15px);grid-template-columns:1fr}.App_image__sGTHO{max-width:120px}.App_modal__2zt2I,.App_modalcontent__YuXdJ{animation:none;transform:none!important}.App_modalcontent__YuXdJ{max-width:100%;min-width:0;padding:clamp(1rem,4vw,1.5rem)}.App_modalcontenttitle__96PRx{font-size:clamp(1.2rem,4vw,1.4rem)}.App_modalcontentdescription__we2e1{font-size:clamp(.8rem,3vw,1rem)}.App_redirectButton__S8sPy{font-size:clamp(.9rem,3vw,1rem);padding:clamp(10px,3vw,12px) clamp(15px,4vw,20px)}.App_checkboxcustom__S0cQz{height:20px;width:20px}}@keyframes App_headerBounce__dfVya{0%{opacity:0;transform:translateY(-20px)}60%{opacity:1;transform:translateY(10px)}to{transform:translateY(0)}}@keyframes App_shine__eiYhg{0%{left:-75%}to{left:125%}}@keyframes App_fadeIn__AtT-p{0%{opacity:0}to{opacity:1}}@keyframes App_spin__RBUaI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App_sparkle__wQLPJ{0%{opacity:.7;transform:translate(0) scale(1)}50%{opacity:1;transform:translate(5px,-5px) scale(1.2)}to{opacity:.7;transform:translate(-5px,5px) scale(1)}}
/*# sourceMappingURL=main.c5ead210.css.map*/