@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Wallpoet&display=swap";@import"https://fonts.googleapis.com/css2?family=Freckle+Face&display=swap";*{margin:0;padding:0;box-sizing:border-box;letter-spacing:.05rem;word-spacing:4px;font-family:Freckle Face,cursive}:root{line-height:1.2;font-weight:400;color-scheme:light dark;color:#fff;background:#000;background-size:1rem 1rem;background-position:center center;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}input{outline:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.loader{margin-bottom:-4px;margin-left:10px;font-size:20px;animation:loading 1s linear infinite}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.layout{box-sizing:border-box}.content{padding:3% 5%}.p-r{position:relative}.w100{width:100%}.h100{height:100%}.f1{flex:1}.df{display:flex}.jcc{justify-content:center}.jcsb{justify-content:space-between}.aic{align-items:center}.fdc{flex-direction:column}.fw{flex-wrap:wrap}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-20{font-size:20px}.fs-24{font-size:24px}.ls-1{letter-spacing:1px}.p-h-5{padding:0 5px}.p-h-10{padding:0 10px}.p-v-5{padding:5px 0}.p-v-10{padding:10px 0}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.bg{position:fixed;top:0;left:0;width:100%;height:100dvh;z-index:-1}.sad{position:absolute;left:3%;bottom:0}.store-wrapper{min-height:100vh;background:linear-gradient(160deg,#ffe2ec,#e0f7ff);padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.store-header{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;background:#fffd;padding:1rem 2rem;border-radius:16px;box-shadow:0 4px 10px #0000001a;color:#e44c8b}.store-header h1{font-size:2.5rem}.store-header .currency-btn{padding:.5rem 1.2rem;background:#e44c8b;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:.3s ease}.store-header .currency-btn:hover{background:#c33b72}.labubu-grid{width:100%;max-width:1280px;padding:0 40px;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem}.mystery-box{width:100%;max-width:1000px;margin:2rem auto;padding:2rem;background:linear-gradient(135deg,#fff0f9,#d8f8ff);border:2px dashed #e44c8b;border-radius:16px;text-align:center;box-shadow:0 10px 20px #0000000d;animation:fadeInMystery .6s ease-in-out}.mystery-box h2{font-size:1.8rem;color:#e44c8b;margin-bottom:.5rem}.mystery-box p{color:#444;font-size:1rem;margin-bottom:1.5rem}.mystery-box .mystery-image{width:50%;object-fit:cover}.mystery-box .mystery-btn{margin:auto}.labubu-section{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:2rem;margin-top:2rem;padding:2rem;background:linear-gradient(120deg,#fff8fb,#e8faff);border:1px solid #e44c8b33;border-radius:20px;box-shadow:0 10px 25px #0000000a}.labubu-info-block{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.labubu-info-block:hover{transform:translateY(-5px)}.labubu-info-block h3{color:#e44c8b;font-size:1.3rem;margin-bottom:.75rem}.labubu-info-block p,.labubu-info-block li{font-size:.95rem;color:#333;line-height:1.6}.labubu-info-block ul{padding-left:1.2rem;list-style-type:square}.labubu-info-block ul li::marker{color:#e44c8b}.store-footer{width:100%;max-width:1200px;margin-top:3rem;padding:1rem 2rem;background-color:#fff;border-top:2px solid #e44c8b;text-align:center;border-radius:12px;font-size:.9rem;color:#555}.store-footer small{display:block;margin-top:.3rem;color:#999}.notification-container{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.notification-pop{background-color:#fff6fa;color:#e44c8b;border:2px solid #e44c8b;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;box-shadow:0 5px 15px #0000001a;animation:slideInUp .6s ease,fadeOut .6s ease 3.5s;min-width:280px;text-align:center}@keyframes slideInUp{0%{opacity:0;transform:translate(-50%,50px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{to{opacity:0;transform:translate(-50%,20px)}}@keyframes fadeInMystery{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.activity-feed{width:100%;max-width:1000px;padding:1rem 2rem;background:linear-gradient(135deg,#fff0f9,#e3f7ff);border-radius:16px;box-shadow:0 6px 18px #00000014;margin-bottom:1rem;text-align:center;overflow:hidden;position:relative}.activity-item{display:flex;justify-content:center;align-items:center;gap:1rem;font-weight:600;font-size:1rem;color:#e44c8b;transition:all .4s ease}.emoji{font-size:1.5rem;animation:bounceEmoji .6s ease}.message{flex:1;color:#444}.badge{background-color:#e44c8b;color:#fff;padding:.3rem .8rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;box-shadow:0 2px 6px #e44c8b66;animation:badgePop .4s ease}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(20px)}@keyframes bounceEmoji{0%{transform:scale(.8)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes badgePop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.labubu-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column;position:relative}.labubu-card:hover{transform:translateY(-5px);box-shadow:0 14px 35px #0000001f}@keyframes badgeGlow{0%{filter:brightness(1) drop-shadow(0 0 3px rgba(255,255,255,.4))}to{filter:brightness(1.15) drop-shadow(0 0 6px rgba(255,255,255,.7))}}.labubu-card i{position:absolute;overflow:hidden;width:150px;height:150px;top:-10px;left:-10px;display:flex;align-items:center;justify-content:center;animation:badgeGlow 2s ease-in-out infinite alternate}.labubu-card i:before{content:attr(data-text);position:absolute;width:150%;height:40px;background-image:var(--badge-gradient);transform:rotate(-45deg) translateY(-20px);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 5px 10px #0000003b}.labubu-card i:after{content:"";position:absolute;width:10px;bottom:0;left:0;height:10px;z-index:-1;box-shadow:140px -140px #cc3f47;background-image:var(--badge-gradient)}.image-wrapper{width:100%;height:220px;background:#fafafa;display:flex;justify-content:center;align-items:center;padding:1rem;border-radius:20px 20px 0 0}.labubu-image{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.labubu-card:hover .labubu-image{transform:scale(1.1)}.card-body{padding:1rem;text-align:center}.card-body h3{font-size:1.2rem;color:#e44c8b;margin-bottom:.5rem}.card-body .price{font-weight:700;color:#444}.card-body .stock,.card-body .watchers{font-size:.85rem;color:#777;margin-top:.3rem}.badge.popularity-badge{display:inline-block;margin-top:.5rem;background:#e44c8b;color:#fff;font-size:.7rem;padding:.3rem .7rem;border-radius:8px;text-transform:uppercase;font-weight:700}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:20px;max-width:900px;width:90%;display:flex;flex-direction:row;padding:4rem 2rem;gap:2rem;position:relative;animation:popIn .4s ease}.modal-image{margin:auto;width:45%;border-radius:16px;background:#fff;position:relative;transition:all .3s ease}.modal-image h2{font-size:1.5rem;color:#db098b;text-shadow:2px 2px 0 #fff,4px 4px 0 rgba(0,0,0,.2666666667);text-align:center}.modal-image img{width:100%;border-radius:12px;transition:all .5s ease;transform-origin:center;z-index:99}.modal-image.buying img{animation:playfulPop 1s cubic-bezier(.2,1.5,.5,1) forwards;box-shadow:0 10px 30px #0003,inset 0 0 20px #ffffff80,inset 0 -5px 15px #0000001a}@keyframes playfulPop{0%{opacity:0;transform:scale(.3) rotate(0)}30%{opacity:1;transform:scale(1.1) rotate(3deg)}60%{transform:scale(.95) rotate(-2deg)}to{transform:perspective(800px) rotateX(3deg) rotateY(-4deg) scale(1)}}.modal-details{width:50%;display:flex;flex-direction:column;justify-content:space-between}.modal-details h2{font-size:1.8rem;color:#e44c8b}.modal-details p{font-size:.95rem;color:#444;margin-bottom:1rem}.specs{list-style:none;padding:0;font-size:.9rem;color:#333}.specs li{margin-bottom:.5rem}.close-btn{margin-top:1rem;align-self:flex-start;padding:.6rem 1.2rem;background:#e44c8b;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:.3s ease}.close-btn:hover{background:#c4376f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{transform:scale(.9);opacity:.4}to{transform:scale(1);opacity:1}}.button{width:180px;height:40px;background-image:linear-gradient(#fecaca,#fe8181);border:none;border-radius:50px;color:#fff;font-weight:600;font-size:1.2rem;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;box-shadow:1px 3px #ff7171;transition-duration:.3s}.cartIcon{width:14px;height:fit-content}.cartIcon path{fill:#fff}.button:active{transform:translate(2px);box-shadow:0 1px #ff7171;padding-bottom:1px}
