*{box-sizing:border-box;margin:0;padding:0}html{height:max-content;background:linear-gradient(to bottom,#d9d9d9 75%,#67b3ba)}body{font-family:Bebas Neue,sans-serif}h2{color:#fff;font-size:48px;text-align:center;margin-bottom:28px}.header-container{padding:0;margin:0;width:100%}.app-header{padding:0;margin:0;width:100%;height:64px;background:#78ced6;align-items:center;position:fixed;display:flex;top:-64px;left:0;right:0;z-index:3;transition:.5s ease-in-out}.app-header.scrolled{top:0}.app-header:after{content:"";position:fixed;display:block;opacity:0;top:0;right:0;width:50%;height:30px;background:linear-gradient(to top right,#78ced6 35%,#fff);transition:opacity .4s ease-in-out}.app-header.scrolled:after{opacity:100}.logo-box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;transition:all .5s ease-in-out;display:flex;align-items:center;justify-content:center;width:100%;max-width:750px;max-height:750px;border-radius:0;padding:0;margin:0;transition:.5s ease-in-out}.logo-box.scrolled{top:0;left:0;transform:translate(0);width:350px;height:350px;max-width:800px;max-height:750px;transition:.5s ease-in-out}.logo-box:before{content:"";position:absolute;display:block;top:0;right:0;width:100%;height:100%;border-radius:0 0 50%;background:linear-gradient(180deg,#78ced6 0%,#78ced6 60%,transparent 100%);transition:transform .2s ease-in-out;z-index:-2;transform:translateY(-200%)}.logo-box.scrolled:before{transition:transform .4s ease-in-out .6s;transform:translateY(0)}.mtcg-logo{width:100%;height:100%;border-radius:0 0 42% 42%;padding:0;object-fit:contain;transition:all .5s ease-in-out;background:transparent}.logo-box.scrolled .mtcg-logo{border-radius:40%;background:transparent;width:100%;height:100%;object-fit:contain;transition:.5s ease-in-out}.storm-box{width:100%;z-index:3;opacity:100}.storm-box.scrolled{width:0%;opacity:0}.storm-img{width:100%;opacity:100;height:100vh;margin:0 auto;transition:.4s ease}.storm-img.scrolled{max-width:0%;opacity:0}@media screen and (max-width: 1200px){.logo-box{max-width:750px;max-height:750px}.logo-box.scrolled{width:300px;height:300px}}@media screen and (max-width: 960px){.logo-box{width:80vw;height:80vw}.logo-box.scrolled{width:300px;height:300px}}@media screen and (max-width: 768px){.logo-box{width:80vw;height:80vw;max-width:400px;max-height:400px}.logo-box.scrolled{width:200px;height:200px;top:0;left:0}.app-header.scrolled:after{opacity:0}}@media screen and (max-width: 430px){.logo-box{width:80vw;height:80vw;max-width:300px;max-height:300px}.logo-box.scrolled{width:180px;height:180px;top:0;left:0}.logo-box:before{transform:translateY(-320%)}}.appbody-container{width:100%;display:flex;flex-direction:column;align-items:center;min-height:100vh;overflow-x:hidden;padding:4rem 2rem}.header-text{font-size:56px;font-weight:700;letter-spacing:-1px;width:auto;padding:1rem 3rem;border-radius:16px;background:linear-gradient(135deg,#78ced6,#96d8de);color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:3rem;box-shadow:0 8px 32px #78ced633}.header-text:last-of-type{margin-top:4rem;font-size:48px;text-align:center}.link-container{position:relative;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;width:100%;align-items:center;margin:0 auto}.img-link-container{padding:2rem;margin:0;width:100%;aspect-ratio:1;transition:transform .4s cubic-bezier(.34,1.56,.64,1);border-radius:24px;background:url(/MTCG-PokeStop-Page/assets/pokeball-bg-Cw7N5uuq.png) no-repeat center;background-size:contain;z-index:0;display:flex;align-items:center;justify-content:center;position:relative}.desc-box{padding:2rem;width:100%;position:relative;display:flex;flex-direction:column;margin:0 auto;gap:2rem}.desc-link{width:50%;transition:all .3s cubic-bezier(.34,1.56,.64,1);border-radius:20px;color:#fff;font-size:32px;font-weight:600;background:linear-gradient(135deg,#78ced6,#5dbcc3);border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #78ced640,0 0 0 1px #ffffff1a inset;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;position:relative;overflow:hidden;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.desc-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;border-radius:20px;pointer-events:none}.desc-text{text-align:center}.sidenote-text{font-size:18px;font-weight:500;padding:1.5rem;text-align:center;color:#555;letter-spacing:.3px}.tcg-img{width:100%;max-width:280px;height:auto;display:block;margin:1rem auto 0;object-fit:contain}.desc-link:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 48px #78ced666,0 0 0 1px #fff3 inset;background:linear-gradient(135deg,#5dbcc3,#4aafba)}.desc-link:hover:before{opacity:1}.forSale-img:hover{transform:scale(1.08);filter:drop-shadow(0 12px 36px rgba(120,206,214,.4))}.img-link-container:hover{transform:scale(1.02)}.forSale-link:hover:before{width:45%;height:45%}.forSale-link:hover:after{width:45%;height:45%}@media screen and (max-width: 1200px){.header-text{font-size:48px;padding:1.2rem 2.5rem}.desc-link{font-size:28px;padding:2.5rem 1.5rem}.tcg-img{max-width:240px}}@media screen and (max-width: 960px){.link-container{grid-template-columns:1fr;gap:3rem}.img-link-container{max-width:400px;margin:0 auto}.desc-box{max-width:500px;margin:0 auto}}@media screen and (max-width: 768px){.appbody-container{padding:2rem 1rem}.header-text{font-size:40px;padding:1rem 2rem;margin-bottom:2rem}.header-text:last-of-type{font-size:36px}.link-container{gap:2rem}.img-link-container{width:100%;max-width:300px}.desc-link{font-size:24px;padding:2rem 1.5rem}.tcg-img{max-width:200px}.sidenote-text{font-size:16px;padding:1rem}}@media screen and (max-width: 430px){.appbody-container{padding:1.5rem 1rem}.header-text{font-size:32px;padding:.8rem 1.5rem;margin-bottom:1.5rem}.header-text:last-of-type{font-size:28px}.link-container{gap:1.5rem}.img-link-container{max-width:250px;padding:1rem}.forSale-link{width:90%}.desc-link{width:100%;font-size:18px;padding:1.5rem 1rem}.tcg-img{max-width:150px}.sidenote-text{font-size:14px;padding:.8rem}.forSale-link:hover:before{width:40%;height:40%}.forSale-link:hover:after{width:40%;height:40%}}.gallery-section{width:100%;padding:4rem 2rem;background:radial-gradient(circle,#fff,#78ced6);border-radius:24px;border:1px solid #e0e0e0}.gallery-container{max-width:1400px;margin:0 auto}.gallery-title{font-size:48px;font-weight:700;text-align:center;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-1px}.gallery-subtitle{text-align:center;font-size:18px;color:#fff;margin-bottom:3rem;letter-spacing:.5px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0}.card-wrapper{cursor:pointer;position:relative;height:100%}.card-image-container{position:relative;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 4px 16px #78ced626;transition:all .3s ease;aspect-ratio:250 / 350;display:flex;align-items:center;justify-content:center}.card-wrapper:hover .card-image-container{box-shadow:0 12px 32px #78ced640;transform:scale(1.02)}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-wrapper:hover .card-image{transform:scale(1.05)}.card-badge{position:absolute;top:12px;right:12px;background:#fff;color:#000;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #78ced64d}.card-info{padding:1.5rem 1rem;background:#fff;border-radius:12px;margin-top:1rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.card-wrapper:hover .card-info{background:#f8f8f8;box-shadow:0 4px 16px #00000014}.card-name{font-size:18px;font-weight:700;margin:0 0 .5rem;color:#1a1a1a}.card-set{font-size:14px;color:#999;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.3px}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0}.card-price{font-size:18px;font-weight:700;color:#78ced6}.card-rarity{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.3px}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:24px;max-width:600px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modal-close:hover{background:#e0e0e0;transform:rotate(90deg)}.modal-image{width:100%;height:auto;border-radius:16px;object-fit:contain;aspect-ratio:250 / 350}.modal-info{display:flex;flex-direction:column;justify-content:space-between}.modal-info h2{font-size:28px;margin:0 0 1.5rem;color:#1a1a1a}.modal-info p{margin:.8rem 0;font-size:16px;color:#555;line-height:1.6}.modal-info strong{color:#1a1a1a;font-weight:600}.modal-price{font-size:28px!important;color:#78ced6!important;font-weight:700!important;margin-top:1.5rem!important}.modal-note{font-size:14px!important;color:#999!important;font-style:italic;margin-top:1.5rem!important}@media screen and (max-width: 1200px){.cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.gallery-title{font-size:42px}}@media screen and (max-width: 768px){.gallery-section{padding:2.5rem 1rem}.gallery-title{font-size:36px;margin-bottom:.5rem}.gallery-subtitle{font-size:16px;margin-bottom:2rem}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem}.card-info{padding:1rem;margin-top:.8rem}.card-name,.card-price{font-size:16px}.modal-overlay{padding:.5rem}.modal-content{grid-template-columns:1fr;padding:1rem;gap:1rem;max-height:90vh;overflow-y:auto}.modal-image{aspect-ratio:250 / 350;max-height:350px;width:100%}.modal-info h2{font-size:22px;margin-bottom:.8rem}.modal-info p{font-size:14px;margin:.5rem 0}.modal-close{width:36px;height:36px;font-size:20px}}@media screen and (max-width: 430px){.gallery-section{padding:2rem .75rem}.gallery-title{font-size:28px}.gallery-subtitle{font-size:14px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.card-image-container{border-radius:12px}.card-info{padding:.8rem;margin-top:.6rem}.card-name{font-size:14px}.card-set{font-size:12px}.card-footer{padding-top:.8rem}.card-price{font-size:14px}.modal-overlay{padding:.75rem}.modal-content{border-radius:16px;padding:1rem;max-height:90vh;overflow-y:auto}.modal-image{aspect-ratio:250 / 350;max-height:250px}.modal-close{width:36px;height:36px;font-size:20px}.modal-info h2{font-size:22px;margin-bottom:1rem}.modal-info p{font-size:14px}.modal-price{font-size:22px!important}}.sprite-container{width:100%;overflow:hidden;padding:2% 0;display:inline-flex}.sprite-container:before{content:"";width:100%;height:2px;background:#fff;position:absolute;z-index:-1}@keyframes loopingImg{0%{transform:translate(0)}to{transform:translate(-100%)}}.looping-container{width:200%;position:relative;animation:loopingImg 50s infinite linear;display:inline-flex;padding-top:1%}.looping-img-container{width:250px}.sprite-img{width:100%;transition:.3s ease}.sprite-img:hover{transform:scale(1.2)}@media screen and (max-width: 1200px){.looping-container{width:350%}}@media screen and (max-width: 960px){.looping-container{width:400%}.looping-img-container{width:150px}}@media screen and (max-width: 768px){.looping-container{width:550%}}@media screen and (max-width: 430px){.looping-container{width:800%}.looping-img-container{width:150px}}.footer-container{padding:0;margin:0;width:100%;height:12vh;background-color:#78ced6;flex-direction:row;align-items:center;align-content:center;position:relative;display:flex;z-index:4;overflow:hidden}.insta-box{display:flex;width:200px;outline:2px white solid;background-color:#78ced6;border-radius:25px;transition:.3s ease;margin:auto}.insta-box:hover{background-color:#67b3ba;opacity:85%;scale:1.1}.footer-text{width:100%;vertical-align:middle;text-align:center;color:#fff;margin:auto 0}.insta-link{width:100%;display:flex;text-decoration:none}.insta-icon{padding:2% 5%;height:50px}@media screen and (max-width: 768px){.insta-box{width:150px}.footer-text{font-size:18px}}
