.CartPage-module__a95xHa__cartContainer{color:#1e293b;background:#fff;min-height:100vh;padding:4rem 1rem}.CartPage-module__a95xHa__cartContent{max-width:1200px;margin:0 auto}.CartPage-module__a95xHa__header{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.CartPage-module__a95xHa__iconBox{color:#ff2d78;background:#fff;border-radius:1.25rem;padding:1rem;box-shadow:0 4px 12px #0000000d}.CartPage-module__a95xHa__title{color:#0f172a;letter-spacing:-.03em;margin:0;font-size:2.5rem;font-weight:800}.CartPage-module__a95xHa__subtitle{color:#64748b;margin:.25rem 0 0}.CartPage-module__a95xHa__emptyState{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:2rem;padding:6rem 2rem;box-shadow:0 10px 30px #00000008}.CartPage-module__a95xHa__grid{grid-template-columns:1fr;align-items:flex-start;gap:2.5rem;display:grid}@media (min-width:1024px){.CartPage-module__a95xHa__grid{grid-template-columns:1fr 380px}}.CartPage-module__a95xHa__itemList{flex-direction:column;gap:1.5rem;display:flex}.CartPage-module__a95xHa__cartItem{background:#fff;border:1px solid #0000000d;border-radius:2rem;align-items:center;gap:2rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 20px #00000005}.CartPage-module__a95xHa__cartItem:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000d}.CartPage-module__a95xHa__imageWrapper{background:0 0;border:1px solid #0000000d;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:160px;display:flex;position:relative;overflow:hidden}.CartPage-module__a95xHa__itemImage{aspect-ratio:2480/3508!important;width:194.66%!important;max-width:none!important;height:auto!important;max-height:none!important;position:absolute!important;top:-12%!important;left:-43.64%!important}.CartPage-module__a95xHa__cuttedItemImage{object-fit:contain!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;position:relative!important;top:0!important;left:0!important}.CartPage-module__a95xHa__itemDetails{flex:1}.CartPage-module__a95xHa__itemName{color:#0f172a;margin-bottom:.5rem;padding-right:2.5rem;font-size:1.35rem;font-weight:700}.CartPage-module__a95xHa__itemModel{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.CartPage-module__a95xHa__itemPrice{color:#0f172a;font-size:1.25rem;font-weight:800}.CartPage-module__a95xHa__deleteBtn{color:#94a3b8;cursor:pointer;z-index:10;background:#f8fafc;border:none;border-radius:1rem;padding:.75rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.CartPage-module__a95xHa__deleteBtn:hover{color:#ef4444;background:#fee2e2}.CartPage-module__a95xHa__summaryCard{background:#fff;border:1px solid #0000000d;border-radius:2rem;padding:2.5rem;position:sticky;top:6rem;box-shadow:0 10px 40px #0000000a}.CartPage-module__a95xHa__summaryTitle{color:#0f172a;border-bottom:1px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1.5rem;font-size:1.5rem;font-weight:800}.CartPage-module__a95xHa__totalRow{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.CartPage-module__a95xHa__totalLabel{color:#64748b;font-size:1.125rem;font-weight:500}.CartPage-module__a95xHa__totalAmount{color:#ff2d78;font-size:2rem;font-weight:900}@property --color-start{syntax:"<color>";inherits:false;initial-value:#7c3aed}@property --color-end{syntax:"<color>";inherits:false;initial-value:#c026d3}.CartPage-module__a95xHa__checkoutBtn{background:linear-gradient(135deg, var(--color-start) 0%, #a855f7 60%, var(--color-end) 100%);color:#fff;cursor:pointer;border:none;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:--color-start .3s,--color-end .3s,transform .3s,box-shadow .3s;display:flex}.CartPage-module__a95xHa__checkoutBtn:hover{--color-start:#c026d3;--color-end:#7c3aed;transform:translateY(-3px);box-shadow:0 10px 25px #7c3aed4d}.CartPage-module__a95xHa__termsWrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:1.5rem;padding:1rem}.CartPage-module__a95xHa__termsLabel{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.CartPage-module__a95xHa__checkbox{accent-color:#ff2d78;cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:2px}.CartPage-module__a95xHa__termsText{color:#475569;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:.85rem;line-height:1.5}.CartPage-module__a95xHa__checkoutBtn.CartPage-module__a95xHa__disabled{color:#94a3b8;cursor:not-allowed;--color-start:#e2e8f0;--color-end:#e2e8f0;background:#e2e8f0;box-shadow:none!important;transform:none!important}.CartPage-module__a95xHa__addMoreBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:2px solid #64748b;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.CartPage-module__a95xHa__addMoreBtn:hover{color:#fff;background:#64748b}.CartPage-module__a95xHa__quantityControl{align-items:center;gap:1.25rem;margin-top:.75rem;display:flex}.CartPage-module__a95xHa__qtyBtn{color:#64748b;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.CartPage-module__a95xHa__qtyBtn:hover:not(:disabled){color:#ff2d78;background:#ff2d7805;border-color:#ff2d78}.CartPage-module__a95xHa__qtyBtn:disabled{opacity:.3;cursor:not-allowed}.CartPage-module__a95xHa__qtyValue{color:#0f172a;text-align:center;min-width:24px;font-size:1.125rem;font-weight:700}.CartPage-module__a95xHa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0f172a66;justify-content:center;align-items:center;padding:1rem;animation:.3s CartPage-module__a95xHa__fadeIn;display:flex;position:fixed;inset:0}.CartPage-module__a95xHa__modalContent{text-align:center;background:#fff;border-radius:2.5rem;width:100%;max-width:480px;padding:3rem;animation:.4s cubic-bezier(.16,1,.3,1) CartPage-module__a95xHa__slideUp;box-shadow:0 25px 50px -12px #00000040}.CartPage-module__a95xHa__modalTitle{color:#0f172a;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.CartPage-module__a95xHa__modalText{color:#64748b;margin-bottom:2.5rem;line-height:1.6}.CartPage-module__a95xHa__authOptions{flex-direction:column;gap:1rem;display:flex}.CartPage-module__a95xHa__authLoginBtn{color:#fff;background:#0f172a;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.CartPage-module__a95xHa__authLoginBtn:hover{background:#1e293b;transform:translateY(-2px)}.CartPage-module__a95xHa__authGuestBtn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex}.CartPage-module__a95xHa__authGuestBtn:hover{color:#0f172a;background:#e2e8f0}.CartPage-module__a95xHa__loginForm{text-align:left;flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.CartPage-module__a95xHa__loginInputGroup{flex-direction:column;gap:.5rem;display:flex}.CartPage-module__a95xHa__loginLabel{color:#475569;font-size:.875rem;font-weight:600}.CartPage-module__a95xHa__loginInput{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.CartPage-module__a95xHa__loginInput:focus{background:#fff;border-color:#ff2d78;outline:none;box-shadow:0 0 0 4px #ff2d781a}.CartPage-module__a95xHa__loginError{color:#ef4444;background:#fef2f2;border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.CartPage-module__a95xHa__divider{color:#94a3b8;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.875rem;display:flex}.CartPage-module__a95xHa__divider:before,.CartPage-module__a95xHa__divider:after{content:"";background:#f1f5f9;flex:1;height:1px}.CartPage-module__a95xHa__googleBtn{color:#0f172a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem;font-weight:700;transition:all .2s;display:flex}.CartPage-module__a95xHa__googleBtn:hover{background:#f8fafc;border-color:#cbd5e1}@keyframes CartPage-module__a95xHa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CartPage-module__a95xHa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.CartPage-module__a95xHa__cartContainer{padding:5rem 1rem 160px}.CartPage-module__a95xHa__header{border-bottom:1px solid #f1f5f9;flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding-bottom:.75rem}.CartPage-module__a95xHa__title{text-align:center;width:100%;font-size:1.5rem}.CartPage-module__a95xHa__cartItem{border-radius:1.25rem;gap:.75rem;padding:.75rem}.CartPage-module__a95xHa__deleteBtn{padding:.4rem;top:.5rem;right:.5rem}.CartPage-module__a95xHa__deleteBtn svg{width:16px;height:16px}.CartPage-module__a95xHa__quantityControl{gap:.5rem;margin-top:.4rem}.CartPage-module__a95xHa__qtyBtn{width:30px;height:30px}.CartPage-module__a95xHa__qtyBtn svg{width:14px;height:14px}.CartPage-module__a95xHa__qtyValue{min-width:16px;font-size:1rem}.CartPage-module__a95xHa__imageWrapper{width:60px;height:110px}.CartPage-module__a95xHa__itemName{padding-right:2rem;font-size:.75rem}.CartPage-module__a95xHa__itemPrice{font-size:1rem}.CartPage-module__a95xHa__summaryColumn{z-index:1000;position:fixed;bottom:0;left:0;right:0}.CartPage-module__a95xHa__summaryCard{background:#fff;border:none;border-top:1px solid #0000000d;border-radius:1.25rem 1.25rem 0 0;margin:0;padding:1rem;position:static;box-shadow:0 -10px 40px #0000001a}.CartPage-module__a95xHa__summaryTitle{display:none}.CartPage-module__a95xHa__totalRow{margin-bottom:.75rem}.CartPage-module__a95xHa__totalAmount{color:#ff2d78;font-size:1.35rem}.CartPage-module__a95xHa__checkoutBtn{border-radius:1rem;padding:.875rem;font-size:1rem}.CartPage-module__a95xHa__termsWrapper{background:#f1f5f9;border-radius:.75rem;margin-bottom:.75rem;padding:.75rem}.CartPage-module__a95xHa__termsText{font-size:.7rem;line-height:1.3}.CartPage-module__a95xHa__checkbox{width:16px;height:16px}.CartPage-module__a95xHa__addMoreBtn{border-radius:.75rem;margin-top:.75rem;padding:.6rem;font-size:.9rem}}
.LoginModal-module__pkVGLG__overlay{z-index:20000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;animation:.2s ease-out LoginModal-module__pkVGLG__fadeIn;display:flex;position:fixed;inset:0}.LoginModal-module__pkVGLG__modal{color:#fff;background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:400px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) LoginModal-module__pkVGLG__slideUp;position:relative;box-shadow:0 20px 40px #0006}.LoginModal-module__pkVGLG__closeButton{color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.LoginModal-module__pkVGLG__closeButton:hover{color:#fff;background-color:#ffffff1a}.LoginModal-module__pkVGLG__header{text-align:center;margin-bottom:2rem}.LoginModal-module__pkVGLG__title{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.LoginModal-module__pkVGLG__subtitle{color:#fff;font-size:.85rem;line-height:1.5}.LoginModal-module__pkVGLG__form{flex-direction:column;gap:1rem;display:flex}.LoginModal-module__pkVGLG__inputGroup{align-items:center;display:flex;position:relative}.LoginModal-module__pkVGLG__inputIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}.LoginModal-module__pkVGLG__input{border:1px solid var(--border);color:#fff;background:#ffffff0d;border-radius:10px;width:100%;padding:.75rem 1rem .75rem 2.8rem;font-size:.95rem;transition:all .2s}.LoginModal-module__pkVGLG__input:focus{border-color:var(--accent-cyan);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #00cdff1a}.LoginModal-module__pkVGLG__submitBtn{background:var(--brand-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem;font-weight:700;transition:all .2s;display:flex}.LoginModal-module__pkVGLG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00e5ff4d}.LoginModal-module__pkVGLG__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.LoginModal-module__pkVGLG__divider{color:#fff;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.8rem;display:flex}.LoginModal-module__pkVGLG__divider:before,.LoginModal-module__pkVGLG__divider:after{content:"";background:var(--border);flex:1;height:1px}.LoginModal-module__pkVGLG__googleBtn{border:1px solid var(--border);color:#fff;cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.LoginModal-module__pkVGLG__googleBtn:hover{border-color:var(--text-muted);background:#ffffff0d}.LoginModal-module__pkVGLG__googleIcon{width:20px;height:20px}.LoginModal-module__pkVGLG__footer{text-align:center;color:#fff;margin-top:1.5rem;font-size:.9rem}.LoginModal-module__pkVGLG__footer button{color:var(--accent-cyan);cursor:pointer;background:0 0;border:none;padding:0 4px;font-weight:700}.LoginModal-module__pkVGLG__footer button:hover{text-decoration:underline}.LoginModal-module__pkVGLG__guestBtn{border:1px solid var(--border);width:100%;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.85rem;font-weight:600;transition:all .2s;display:flex}.LoginModal-module__pkVGLG__guestBtn:hover{color:#fff;border-color:var(--text-muted);background:#ffffff1a}.LoginModal-module__pkVGLG__error{color:#fb7185;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:.85rem}@keyframes LoginModal-module__pkVGLG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoginModal-module__pkVGLG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.LoginModal-module__pkVGLG__checkboxContainer{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.LoginModal-module__pkVGLG__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.8rem;line-height:1.4;display:flex}.LoginModal-module__pkVGLG__checkboxLabel a{color:var(--accent-cyan);font-weight:500;text-decoration:underline}.LoginModal-module__pkVGLG__checkboxLabel a:hover{color:#fff}.LoginModal-module__pkVGLG__checkbox{width:16px;height:16px;accent-color:var(--accent-cyan);cursor:pointer;margin-top:2px}
.AddedToCartModal-module__A8ygnq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;animation:.3s AddedToCartModal-module__A8ygnq__fadeIn;display:flex;position:fixed;inset:0}.AddedToCartModal-module__A8ygnq__modal{text-align:center;background:#1c1c24;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:2.5rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) AddedToCartModal-module__A8ygnq__slideUp;position:relative;box-shadow:0 20px 40px #0006}.AddedToCartModal-module__A8ygnq__iconWrapper{color:#22c55e;background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.AddedToCartModal-module__A8ygnq__title{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.AddedToCartModal-module__A8ygnq__subtitle{color:#94a3b8;margin-bottom:2rem;line-height:1.5}.AddedToCartModal-module__A8ygnq__buttonGroup{flex-direction:column;gap:1rem;display:flex}.AddedToCartModal-module__A8ygnq__checkoutBtn{background:var(--brand-CTA,#ff2d78);color:#fff;border-radius:12px;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #ff2d784d}.AddedToCartModal-module__A8ygnq__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff2d7866}.AddedToCartModal-module__A8ygnq__continueBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.AddedToCartModal-module__A8ygnq__continueBtn:hover{background:#ffffff1a}@keyframes AddedToCartModal-module__A8ygnq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AddedToCartModal-module__A8ygnq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AddedToCartModal-module__A8ygnq__savingIconWrapper{color:#6f85ff;background:#6f85ff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.AddedToCartModal-module__A8ygnq__spinner{animation:1s linear infinite AddedToCartModal-module__A8ygnq__spin}@keyframes AddedToCartModal-module__A8ygnq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.OperationTipsModal-module__PZEPcq__overlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:999999;background-color:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.4s ease-out OperationTipsModal-module__PZEPcq__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes OperationTipsModal-module__PZEPcq__overlayFadeIn{0%{opacity:0}to{opacity:1}}.OperationTipsModal-module__PZEPcq__modal{color:#fff;background:#1c1c24;border:1px solid #ffffff1a;border-radius:28px;width:100%;max-width:420px;padding:32px;position:relative;box-shadow:0 25px 50px -12px #00000080}.OperationTipsModal-module__PZEPcq__header{justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.OperationTipsModal-module__PZEPcq__iconWrapper{background:#14b8a61a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:12px;display:flex}.OperationTipsModal-module__PZEPcq__infoIcon{color:#14b8a6}.OperationTipsModal-module__PZEPcq__title{color:#fff;letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.OperationTipsModal-module__PZEPcq__content{color:#94a3b8;text-align:center;margin-bottom:32px;font-size:16px;line-height:1.6}.OperationTipsModal-module__PZEPcq__imageContainer{justify-content:center;margin-bottom:24px;display:flex}.OperationTipsModal-module__PZEPcq__imageWrapper{background:#0f0f12;border-radius:16px;width:160px;height:234px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.OperationTipsModal-module__PZEPcq__imageSlide{flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.OperationTipsModal-module__PZEPcq__tipImage{object-fit:contain;width:100%;height:100%}.OperationTipsModal-module__PZEPcq__badge{letter-spacing:.05em;color:#fff;z-index:10;border-radius:100px;padding:4px 12px;font-size:10px;font-weight:800;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.OperationTipsModal-module__PZEPcq__badgeGood{background:#10b981;box-shadow:0 0 15px #10b98166}.OperationTipsModal-module__PZEPcq__badgeBad{background:#ef4444;box-shadow:0 0 15px #ef444466}.OperationTipsModal-module__PZEPcq__content p{margin:0}.OperationTipsModal-module__PZEPcq__divider{background:#ffffff1a;width:40px;height:1px;margin:20px auto}.OperationTipsModal-module__PZEPcq__subContent{opacity:.8;font-size:14px!important}.OperationTipsModal-module__PZEPcq__content strong{color:#fff;font-weight:700}.OperationTipsModal-module__PZEPcq__startBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 50%,#c026d3 100%);border:none;border-radius:16px;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #ff2d784d}.OperationTipsModal-module__PZEPcq__startBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 12px 35px #ff2d7866}.OperationTipsModal-module__PZEPcq__startBtn:active{transform:translateY(0)}@media (max-width:480px){.OperationTipsModal-module__PZEPcq__modal{border-radius:24px;padding:24px}.OperationTipsModal-module__PZEPcq__title{font-size:20px}.OperationTipsModal-module__PZEPcq__content{font-size:15px}}
.ObjectAlignmentToolbar-module__kNP_cq__container{z-index:1000;pointer-events:auto;flex-direction:column;gap:.75rem;display:flex;position:absolute;bottom:1.25rem;left:1.25rem}.ObjectAlignmentToolbar-module__kNP_cq__group{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0d1a99;border:1px solid #ffffff26;border-radius:16px;flex-direction:column;align-items:center;padding:6px;display:flex}@media (max-width:900px){.ObjectAlignmentToolbar-module__kNP_cq__group{-webkit-backdrop-filter:none;backdrop-filter:none;background:#334155d9}}.ObjectAlignmentToolbar-module__kNP_cq__toolBtn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ObjectAlignmentToolbar-module__kNP_cq__toolBtn:hover{color:#fff;background:#ffffff14;transform:scale(1.05)}.ObjectAlignmentToolbar-module__kNP_cq__toolBtn:active{transform:scale(.95)}.ObjectAlignmentToolbar-module__kNP_cq__divider{background:#ffffff14;width:24px;height:1px;margin:4px 0}@media (max-width:900px){.ObjectAlignmentToolbar-module__kNP_cq__container{left:0;bottom:calc(var(--real-toolbar-height,132px) + .5rem);gap:.5rem;position:fixed}.ObjectAlignmentToolbar-module__kNP_cq__toolBtn{width:36px;height:36px}.ObjectAlignmentToolbar-module__kNP_cq__group{border-left:none;border-radius:0 14px 14px 0;padding:4px}}
.FilterSliderPanel-module__3lUPpG__panel{bottom:calc(var(--real-toolbar-height,132px) + .5rem);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1001;pointer-events:auto;background:#334155eb;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:10px;width:calc(100% - 6rem);max-width:320px;padding:12px 16px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.FilterSliderPanel-module__3lUPpG__row{justify-content:space-between;align-items:center;display:flex}.FilterSliderPanel-module__3lUPpG__label{color:#ffffffb3;letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;font-weight:700}.FilterSliderPanel-module__3lUPpG__value{color:#a855f7;text-align:right;min-width:44px;font-family:monospace;font-size:.85rem;font-weight:700}.FilterSliderPanel-module__3lUPpG__slider{appearance:none;cursor:pointer;background:#ffffff26;border-radius:4px;outline:none;width:100%;height:4px}.FilterSliderPanel-module__3lUPpG__slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#a855f7;border-radius:50%;width:22px;height:22px;transition:box-shadow .15s;box-shadow:0 0 0 3px #a855f740}.FilterSliderPanel-module__3lUPpG__slider::-webkit-slider-thumb:active{box-shadow:0 0 0 5px #a855f759}.FilterSliderPanel-module__3lUPpG__slider::-moz-range-thumb{cursor:pointer;background:#a855f7;border:none;border-radius:50%;width:22px;height:22px;box-shadow:0 0 0 3px #a855f740}.FilterSliderPanel-module__3lUPpG__textInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;min-height:44px;padding:11px 12px;font-family:inherit;font-size:.95rem;line-height:1.2;transition:all .2s}.FilterSliderPanel-module__3lUPpG__textInput:focus{background:#ffffff14;border-color:#a855f7}.FilterSliderPanel-module__3lUPpG__colorList{scrollbar-width:none;-ms-overflow-style:none;gap:12px;width:100%;padding:4px 0 8px;display:flex;overflow-x:auto}.FilterSliderPanel-module__3lUPpG__colorList::-webkit-scrollbar{display:none}.FilterSliderPanel-module__3lUPpG__scrollIndicatorTrack{background:#ffffff14;border-radius:10px;width:100%;height:3px;margin-top:-2px;position:relative;overflow:hidden}.FilterSliderPanel-module__3lUPpG__scrollIndicatorThumb{will-change:transform;background:#ff2d78;border-radius:10px;width:35%;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 8px #ff2d7866}.FilterSliderPanel-module__3lUPpG__colorCircle{cursor:pointer;border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:0;transition:all .2s}.FilterSliderPanel-module__3lUPpG__colorCircleActive{border-color:#fff;transform:scale(1.15);box-shadow:0 0 10px #ffffff4d}.FilterSliderPanel-module__3lUPpG__fontChip{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:50px;padding:6px 16px;font-size:1.1rem;transition:all .2s;display:flex}.FilterSliderPanel-module__3lUPpG__fontChipActive{color:#ff2d78;background:#ff2d7826;border-color:#ff2d78;transform:scale(1.05)}.FilterSliderPanel-module__3lUPpG__alignGroup{background:#ffffff0d;border-radius:12px;width:100%;padding:4px;display:flex}.FilterSliderPanel-module__3lUPpG__alignBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:flex}.FilterSliderPanel-module__3lUPpG__alignBtnActive{color:#fff;background:#a855f7;transform:scale(.95);box-shadow:0 0 12px #a855f766}@media (min-width:901px){.FilterSliderPanel-module__3lUPpG__panel{border-color:#fff3;width:calc(100vw - 820px);max-width:450px;bottom:2rem;left:50vw;transform:translate(-50%);box-shadow:0 10px 40px #0006}}.FilterSliderPanel-module__3lUPpG__panelInline{border-radius:10px;margin:0;width:100%!important;max-width:100%!important;box-shadow:none!important;background:#ffffff0a!important;border:1px solid #ffffff14!important;position:static!important;bottom:auto!important;left:auto!important;transform:none!important}
.SaveTemplateModal-module___BNsgG__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background-color:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SaveTemplateModal-module___BNsgG__modal{background:#1c1c24;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:500px;animation:.3s cubic-bezier(.34,1.56,.64,1) SaveTemplateModal-module___BNsgG__modalPop;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes SaveTemplateModal-module___BNsgG__modalPop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.SaveTemplateModal-module___BNsgG__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.SaveTemplateModal-module___BNsgG__titleGroup{align-items:center;gap:.75rem;display:flex}.SaveTemplateModal-module___BNsgG__headerIcon{color:#ff2d78;filter:drop-shadow(0 0 5px #ff2d7880)}.SaveTemplateModal-module___BNsgG__title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.SaveTemplateModal-module___BNsgG__closeBtn{color:#94a3b8;cursor:pointer;background:#ffffff0d;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.SaveTemplateModal-module___BNsgG__closeBtn:hover{color:#fff;background:#ffffff1a;transform:rotate(90deg)}.SaveTemplateModal-module___BNsgG__content{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.SaveTemplateModal-module___BNsgG__inputGroup{flex-direction:column;gap:.75rem;display:flex}.SaveTemplateModal-module___BNsgG__label{color:#94a3b8;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.SaveTemplateModal-module___BNsgG__input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.85rem 1rem;font-size:1rem;transition:all .2s}.SaveTemplateModal-module___BNsgG__input:focus{background:#ffffff0d;border-color:#ff2d78;outline:none;box-shadow:0 0 0 4px #ff2d781a}.SaveTemplateModal-module___BNsgG__categoryDisplay{color:#ff2d78;background:#ff2d781a;border:1px solid #ff2d7833;border-radius:12px;padding:.85rem 1rem;font-size:1rem;font-weight:600}.SaveTemplateModal-module___BNsgG__helperText{color:#64748b;margin:-.25rem 0 0;font-size:.75rem}.SaveTemplateModal-module___BNsgG__toggleRow{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.SaveTemplateModal-module___BNsgG__toggleInfo{flex-direction:column;gap:.25rem;display:flex}.SaveTemplateModal-module___BNsgG__toggleSub{color:#64748b;margin:0;font-size:.75rem}.SaveTemplateModal-module___BNsgG__toggle{cursor:pointer;background:#ffffff1a;border:none;border-radius:100px;width:48px;height:24px;padding:4px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.SaveTemplateModal-module___BNsgG__toggleActive{background:#ff2d78}.SaveTemplateModal-module___BNsgG__toggleThumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.SaveTemplateModal-module___BNsgG__toggleActive .SaveTemplateModal-module___BNsgG__toggleThumb{transform:translate(24px)}.SaveTemplateModal-module___BNsgG__footer{background:#ffffff05;justify-content:flex-end;align-items:center;gap:1rem;padding:1.5rem;display:flex}.SaveTemplateModal-module___BNsgG__cancelBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.SaveTemplateModal-module___BNsgG__cancelBtn:hover{color:#fff}.SaveTemplateModal-module___BNsgG__saveBtn{background:var(--brand-gradient,linear-gradient(135deg, #ff2d78, #ffbd2e));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #ff2d784d}.SaveTemplateModal-module___BNsgG__saveBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ff2d7866}.SaveTemplateModal-module___BNsgG__saveBtn:disabled{opacity:.5;cursor:not-allowed}
.TemplateActionModal-module__luTH5W__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000d9;padding:1.5rem;position:fixed;inset:0}@media (max-width:600px){.TemplateActionModal-module__luTH5W__overlay{padding:1.25rem}}.TemplateActionModal-module__luTH5W__modal{background:#111115;border:1px solid #ffffff1a;border-radius:32px;width:100%;max-width:480px;animation:.3s cubic-bezier(.4,0,.2,1) TemplateActionModal-module__luTH5W__modalEnter;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@media (max-width:600px){.TemplateActionModal-module__luTH5W__modal{-webkit-overflow-scrolling:touch;border-radius:24px;flex-direction:column;width:auto;max-width:none;max-height:none;display:flex;position:absolute;inset:2rem 1.25rem;overflow-y:auto}}@keyframes TemplateActionModal-module__luTH5W__modalEnter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.TemplateActionModal-module__luTH5W__topBar{justify-content:space-between;align-items:center;padding:1.5rem 1.5rem .5rem;display:flex}@media (max-width:600px){.TemplateActionModal-module__luTH5W__topBar{z-index:20!important;background:#111115!important;border-bottom:1px solid #ffffff0d!important;justify-content:flex-start!important;align-items:center!important;min-height:3.5rem!important;padding:0 3.5rem 0 1.25rem!important;display:flex!important;position:sticky!important;top:0!important}.TemplateActionModal-module__luTH5W__closeBtn{width:32px!important;height:32px!important;position:absolute!important;top:.75rem!important;right:.75rem!important}.TemplateActionModal-module__luTH5W__modalTitle{text-align:left!important;color:#fff!important;margin-right:auto!important;font-size:1rem!important;transform:translateY(4px)!important}}.TemplateActionModal-module__luTH5W__modalTitle{color:#fff;margin:0;font-size:1.25rem;font-weight:800}.TemplateActionModal-module__luTH5W__closeBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.TemplateActionModal-module__luTH5W__closeBtn:hover{background:#ffffff1a;transform:rotate(90deg)}.TemplateActionModal-module__luTH5W__templateHeader{align-items:center;gap:1.5rem;padding:1rem 1.5rem 2rem;display:flex}.TemplateActionModal-module__luTH5W__previewContainer{background:#000;border:1px solid #ffffff1a;border-radius:20px;flex-shrink:0;width:160px;height:240px;overflow:hidden;box-shadow:0 15px 35px #0006}.TemplateActionModal-module__luTH5W__preview{object-fit:cover;width:100%;height:100%}.TemplateActionModal-module__luTH5W__headerText{flex-direction:column;flex:1;gap:.5rem;display:flex}.TemplateActionModal-module__luTH5W__fieldLabel{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.TemplateActionModal-module__luTH5W__nameRow{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.TemplateActionModal-module__luTH5W__templateDisplayName{color:#fff;word-break:break-word;margin:0;font-size:1.6rem;font-weight:900;line-height:1.1}.TemplateActionModal-module__luTH5W__editBtn,.TemplateActionModal-module__luTH5W__saveNameBtn{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.TemplateActionModal-module__luTH5W__editBtn:hover{color:#fff;background:#ffffff1a}.TemplateActionModal-module__luTH5W__saveNameBtn{color:#fff;background:#22c55e}.TemplateActionModal-module__luTH5W__inlineEdit{gap:.5rem;width:100%;display:flex}.TemplateActionModal-module__luTH5W__nameInput{color:#fff;background:#ffffff14;border:1.5px solid #ff2d78;border-radius:8px;flex:1;padding:.4rem .75rem;font-size:1.1rem;font-weight:700}.TemplateActionModal-module__luTH5W__dateRow{color:#fff6;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.TemplateActionModal-module__luTH5W__content{flex-direction:column;gap:1.5rem;padding:0 1.5rem 2.5rem;display:flex}.TemplateActionModal-module__luTH5W__toggleRow{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.TemplateActionModal-module__luTH5W__toggleInfo{flex-direction:column;gap:.25rem;display:flex}.TemplateActionModal-module__luTH5W__label{color:#fff;font-size:.9rem;font-weight:700}.TemplateActionModal-module__luTH5W__toggleSub{color:#fff6;margin:0;font-size:.75rem}.TemplateActionModal-module__luTH5W__toggle{cursor:pointer;background:#ffffff1a;border:none;border-radius:20px;width:50px;height:28px;padding:4px;transition:all .3s}.TemplateActionModal-module__luTH5W__toggleActive{background:#22c55e}.TemplateActionModal-module__luTH5W__toggleThumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.TemplateActionModal-module__luTH5W__toggleActive .TemplateActionModal-module__luTH5W__toggleThumb{transform:translate(22px)}.TemplateActionModal-module__luTH5W__actions{flex-direction:column;gap:1rem;display:flex}.TemplateActionModal-module__luTH5W__loadBtn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:14px;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:800;transition:all .2s;box-shadow:0 8px 25px #7c3aed4d}.TemplateActionModal-module__luTH5W__loadBtn:hover{background:#8b5cf6;transform:translateY(-2px);box-shadow:0 12px 35px #7c3aed66}.TemplateActionModal-module__luTH5W__secondaryActions{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.TemplateActionModal-module__luTH5W__updateBtn,.TemplateActionModal-module__luTH5W__deleteBtn,.TemplateActionModal-module__luTH5W__confirmDeleteBtn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:.9rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.TemplateActionModal-module__luTH5W__updateBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.TemplateActionModal-module__luTH5W__updateBtn:disabled{opacity:.3}.TemplateActionModal-module__luTH5W__deleteBtn{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.TemplateActionModal-module__luTH5W__confirmDeleteBtn{color:#fff;background:#ef4444;border:none}.TemplateActionModal-module__luTH5W__communityModal{max-width:380px}.TemplateActionModal-module__luTH5W__communityContent{flex-direction:column;align-items:center;gap:1.25rem;padding:1rem 0;display:flex}.TemplateActionModal-module__luTH5W__largePreviewContainer{aspect-ratio:1/2;background:#111115;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:240px;overflow:hidden;box-shadow:0 10px 30px #00000080}.TemplateActionModal-module__luTH5W__largePreview{object-fit:cover;width:100%;height:100%}.TemplateActionModal-module__luTH5W__communityAuthor{color:#ffffff80;margin-top:-.5rem;font-size:.9rem}.TemplateActionModal-module__luTH5W__communityContent .TemplateActionModal-module__luTH5W__loadBtn{width:auto;min-width:220px;padding:.85rem 2.5rem;font-weight:600}.TemplateActionModal-module__luTH5W__loadWarning{color:#ff2d78cc;text-align:center;margin:.5rem 0 0;font-size:.75rem;font-weight:500;line-height:1.4}.TemplateActionModal-module__luTH5W__communityActions{flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;display:flex}
.CommunityTemplateModal-module__T5hFaa__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background:#000c;justify-content:center;align-items:center;padding:2rem;animation:.3s CommunityTemplateModal-module__T5hFaa__fadeIn;display:flex;position:fixed;inset:0}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__overlay{padding:1.25rem}}@keyframes CommunityTemplateModal-module__T5hFaa__fadeIn{0%{opacity:0}to{opacity:1}}.CommunityTemplateModal-module__T5hFaa__modal{background:#0f0f13;border:1px solid #ffffff1a;border-radius:32px;flex-direction:column;width:100%;max-width:800px;animation:.4s cubic-bezier(.16,1,.3,1) CommunityTemplateModal-module__T5hFaa__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #000c}@keyframes CommunityTemplateModal-module__T5hFaa__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.CommunityTemplateModal-module__T5hFaa__closeBtn{color:#fff;cursor:pointer;z-index:40;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__closeBtn{width:32px;height:32px;top:.75rem;right:.75rem}}.CommunityTemplateModal-module__T5hFaa__closeBtn:hover{background:#ffffff1a;transform:rotate(90deg)}.CommunityTemplateModal-module__T5hFaa__container{flex:1;min-height:500px;display:flex}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__modal{border-radius:24px;flex-direction:column;width:auto;max-width:none;max-height:none;display:flex;position:absolute;inset:2rem 1.25rem}.CommunityTemplateModal-module__T5hFaa__container{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;overflow-y:auto}}.CommunityTemplateModal-module__T5hFaa__previewColumn{background:0 0;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.CommunityTemplateModal-module__T5hFaa__imageWrapper{aspect-ratio:1/2;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:260px;position:relative;overflow:hidden;box-shadow:0 20px 40px #000c}.CommunityTemplateModal-module__T5hFaa__previewImage{object-fit:cover;width:100%;height:100%}.CommunityTemplateModal-module__T5hFaa__infoColumn{flex-direction:column;flex:1.2;gap:2rem;padding:3rem;display:flex}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__infoColumn{padding:2rem}}.CommunityTemplateModal-module__T5hFaa__header{flex-direction:column;gap:.75rem;display:flex}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__authorBadge{padding:.25rem .75rem!important;font-size:.75rem!important}.CommunityTemplateModal-module__T5hFaa__previewColumn{padding-top:4.5rem!important}}.CommunityTemplateModal-module__T5hFaa__title{color:#fff;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700;line-height:1.1}.CommunityTemplateModal-module__T5hFaa__authorBadgeOverlay{z-index:5;color:#fff;pointer-events:none;background:#00000080;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;display:inline-flex;position:absolute;top:1rem;left:1rem}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__authorBadgeOverlay{padding:.3rem .6rem;font-size:.7rem;top:.75rem;left:.75rem}}.CommunityTemplateModal-module__T5hFaa__statsGrid{flex-direction:column;gap:1rem;display:flex}.CommunityTemplateModal-module__T5hFaa__statItem{flex-direction:column;gap:.25rem;display:flex}.CommunityTemplateModal-module__T5hFaa__statLabel{text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;font-size:.75rem;font-weight:700}.CommunityTemplateModal-module__T5hFaa__statValue{color:#fff;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.CommunityTemplateModal-module__T5hFaa__statValue svg{color:#ffbd2e}.CommunityTemplateModal-module__T5hFaa__votingSection{flex-direction:column;gap:.75rem;padding-top:.5rem;display:flex}.CommunityTemplateModal-module__T5hFaa__rateCallout{color:#ffffff80;margin:0;font-size:.85rem;font-weight:700}.CommunityTemplateModal-module__T5hFaa__starPicker{gap:.5rem;display:flex}.CommunityTemplateModal-module__T5hFaa__starBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.CommunityTemplateModal-module__T5hFaa__starBtn:hover:not(:disabled){transform:scale(1.2)}.CommunityTemplateModal-module__T5hFaa__loginPrompt{background:#ffffff08;border:1px dashed #ffffff1a;border-radius:12px;padding:1rem}.CommunityTemplateModal-module__T5hFaa__loginPrompt p{color:#fff9;margin:0;font-size:.85rem}.CommunityTemplateModal-module__T5hFaa__loginPrompt button{color:#ff2d78;cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline;transition:color .2s}.CommunityTemplateModal-module__T5hFaa__loginPrompt button:hover{color:#ff5c9d}.CommunityTemplateModal-module__T5hFaa__ratingDisplay{background:#ffffff08;border-radius:12px;align-items:center;gap:.75rem;width:fit-content;padding:.75rem 1rem;display:flex}.CommunityTemplateModal-module__T5hFaa__avgStars{gap:2px;display:flex}.CommunityTemplateModal-module__T5hFaa__avgValue{color:#ffbd2e;font-size:1.25rem;font-weight:600}.CommunityTemplateModal-module__T5hFaa__ratingNote{color:#ffffff4d;font-size:.8rem}.CommunityTemplateModal-module__T5hFaa__actionSection{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.CommunityTemplateModal-module__T5hFaa__loadBtnOverlay{color:#fff;cursor:pointer;z-index:5;text-align:center;background:#7c3aed;border:none;border-radius:100px;padding:1.1rem;font-size:1rem;font-weight:800;transition:all .3s;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;box-shadow:0 4px 15px #7c3aed4d}.CommunityTemplateModal-module__T5hFaa__loadBtnOverlay:hover{background:#8b5cf6;transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed66}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__loadBtnOverlay{padding:.75rem;font-size:.9rem;bottom:1rem;left:1rem;right:1rem}}.CommunityTemplateModal-module__T5hFaa__loadWarning{color:#ffffff4d;text-align:center;margin:0;font-size:.8rem;line-height:1.4}@media (max-width:768px){.CommunityTemplateModal-module__T5hFaa__header{z-index:30!important;background:#0f0f13!important;border-bottom:1px solid #ffffff0d!important;justify-content:flex-start!important;align-items:center!important;height:3.5rem!important;padding:.5rem 3.5rem 0 1.25rem!important;display:flex!important;position:absolute!important;top:0!important;left:0!important;right:0!important}.CommunityTemplateModal-module__T5hFaa__title{text-align:left!important;color:#fff!important;width:auto!important;margin:0 auto 0 0!important;font-size:1rem!important;font-weight:800!important;display:block!important;transform:translateY(10px)!important}}
.LanguageSwitcher-module__OkSVoa__wrapper{align-items:center;display:inline-flex;position:relative}.LanguageSwitcher-module__OkSVoa__toggle{cursor:pointer;border-radius:var(--radius-sm,6px);transition:background var(--transition-fast,.15s), color var(--transition-fast,.15s);color:var(--text-secondary);-webkit-user-select:none;user-select:none;background:0 0;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:.8rem;font-weight:600;line-height:1;display:inline-flex}.LanguageSwitcher-module__OkSVoa__toggle:hover,.LanguageSwitcher-module__OkSVoa__toggle.LanguageSwitcher-module__OkSVoa__active{background:var(--surface-1);color:var(--brand-1)}.LanguageSwitcher-module__OkSVoa__toggle:disabled{opacity:.5;cursor:not-allowed}.LanguageSwitcher-module__OkSVoa__currentText{color:inherit;letter-spacing:0;font-size:.8rem;font-weight:600}.LanguageSwitcher-module__OkSVoa__optionText{color:#7c3aed;text-align:center;background:#7c3aed1a;border-radius:4px;min-width:24px;padding:2px 4px;font-size:.75rem;font-weight:700}.LanguageSwitcher-module__OkSVoa__chevron{opacity:1;font-size:.75rem}.LanguageSwitcher-module__OkSVoa__dropdown{z-index:1000;background:#fff;border-radius:12px;min-width:140px;margin:0;padding:6px;list-style:none;animation:.15s both LanguageSwitcher-module__OkSVoa__popIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 32px #00000024,0 2px 8px #0000000f}@keyframes LanguageSwitcher-module__OkSVoa__popIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.LanguageSwitcher-module__OkSVoa__option{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:background-color .15s;display:flex}.LanguageSwitcher-module__OkSVoa__option:hover{background:#7c3aed14}.LanguageSwitcher-module__OkSVoa__option.LanguageSwitcher-module__OkSVoa__selected{background:#7c3aed1f}.LanguageSwitcher-module__OkSVoa__label{font-family:var(--font-display,inherit);color:#1a1a2e;font-size:.875rem;font-weight:600}@media (max-width:768px){.LanguageSwitcher-module__OkSVoa__dropdown{left:0;right:auto}}
.Footer-module__yg9ahW__footer{z-index:10;border-top:1px solid var(--border);scroll-snap-align:end;background:#fff;margin-top:0;position:relative}.Footer-module__yg9ahW__inner{justify-content:space-between;gap:var(--space-12);padding-top:var(--space-12);padding-bottom:var(--space-12);display:flex}.Footer-module__yg9ahW__brand{max-width:280px}.Footer-module__yg9ahW__logo{margin-bottom:var(--space-4);align-items:center;text-decoration:none;transition:opacity .2s;display:inline-flex}.Footer-module__yg9ahW__logo:hover{opacity:.85}.Footer-module__yg9ahW__logoImage{object-fit:contain;width:auto;height:auto;max-height:38px;display:block}.Footer-module__yg9ahW__brand p{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.Footer-module__yg9ahW__links{gap:var(--space-12);display:flex}.Footer-module__yg9ahW__links h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-4);font-size:.75rem;font-weight:700}.Footer-module__yg9ahW__links ul{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__yg9ahW__links a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.875rem}.Footer-module__yg9ahW__links a:hover{color:var(--brand-1)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border);padding:var(--space-5) var(--space-6);text-align:center}.Footer-module__yg9ahW__bottom p{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.Footer-module__yg9ahW__inner{gap:var(--space-8);flex-direction:column}.Footer-module__yg9ahW__links{gap:var(--space-8)}.Footer-module__yg9ahW__brand{max-width:100%}}.Footer-module__yg9ahW__simplePaySection{border-top:1px solid var(--border);padding:var(--space-6) 0;background:#f1f5f9}.Footer-module__yg9ahW__simplePayContent{justify-content:space-between;align-items:center;gap:var(--space-8);display:flex}.Footer-module__yg9ahW__simplePayText p{color:var(--text-muted);max-width:700px;font-size:.75rem;line-height:1.5}.Footer-module__yg9ahW__simplePayLogos{align-items:flex-end;gap:var(--space-4);flex-direction:column;flex-shrink:0;display:flex}.Footer-module__yg9ahW__simplePayLogo{object-fit:contain;width:auto;max-width:160px;height:auto}@media (max-width:768px){.Footer-module__yg9ahW__simplePayContent{text-align:center;flex-direction:column}.Footer-module__yg9ahW__simplePayLogos{align-items:center}}
.ErrorFallback-module__DWVBkq__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out ErrorFallback-module__DWVBkq__fadeIn;display:flex;position:fixed;inset:0}.ErrorFallback-module__DWVBkq__card{color:#fff;background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:1.25rem;width:90%;max-width:500px;max-height:90vh;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) ErrorFallback-module__DWVBkq__slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0009}.ErrorFallback-module__DWVBkq__header{align-items:flex-start;gap:1rem;display:flex}.ErrorFallback-module__DWVBkq__iconWrap{background:linear-gradient(135deg,#ff2d78 0%,#ff6b35 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ErrorFallback-module__DWVBkq__errorIcon{font-size:1.4rem}.ErrorFallback-module__DWVBkq__title{background:var(--brand-gradient,linear-gradient(135deg, #ff2d78, #ff6b35));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0 0 .25rem;font-size:1.4rem;font-weight:800}.ErrorFallback-module__DWVBkq__subtitle{color:var(--text-secondary,#888);margin:0;font-size:.85rem;line-height:1.5}.ErrorFallback-module__DWVBkq__errorBox{background:#ef444414;border:1px solid #ef444433;border-radius:10px;padding:1rem 1.25rem}.ErrorFallback-module__DWVBkq__errorName{color:#fb7185;letter-spacing:.05em;text-transform:uppercase;background:#ff2d7833;border-radius:999px;margin-bottom:.5rem;padding:.2rem .6rem;font-family:monospace;font-size:.7rem;font-weight:700;display:inline-block}.ErrorFallback-module__DWVBkq__errorMessage{color:#fca5a5;word-break:break-word;margin:0;font-family:monospace;font-size:.875rem;line-height:1.5}.ErrorFallback-module__DWVBkq__detailsToggle{color:#666;cursor:pointer;text-align:left;letter-spacing:.02em;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600;transition:color .2s}.ErrorFallback-module__DWVBkq__detailsToggle:hover{color:#aaa}.ErrorFallback-module__DWVBkq__stackTrace{color:#94a3b8;white-space:pre-wrap;word-break:break-word;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;max-height:180px;margin:0;padding:1rem;font-family:Fira Code,Courier New,monospace;font-size:.7rem;line-height:1.6;overflow-y:auto}.ErrorFallback-module__DWVBkq__reportSection{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.875rem;padding:1.25rem;display:flex}.ErrorFallback-module__DWVBkq__reportLabel{color:#aaa;margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.ErrorFallback-module__DWVBkq__noteInput{color:#fff;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.ErrorFallback-module__DWVBkq__noteInput::placeholder{color:#555}.ErrorFallback-module__DWVBkq__noteInput:focus{background:#ffffff12;border-color:#ff2d7880;box-shadow:0 0 0 4px #ff2d7814}.ErrorFallback-module__DWVBkq__sendError{color:#fb7185;margin:0;font-size:.8rem}.ErrorFallback-module__DWVBkq__sendBtn{background:var(--brand-gradient,linear-gradient(135deg, #ff2d78, #ff6b35));color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex}.ErrorFallback-module__DWVBkq__sendBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff2d7859}.ErrorFallback-module__DWVBkq__sendBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ErrorFallback-module__DWVBkq__sentMsg{color:#6ee7b7;background:#10b9811a;border:1px solid #10b98133;border-radius:10px;padding:1rem 1.25rem;font-size:.9rem;font-weight:600}.ErrorFallback-module__DWVBkq__actions{gap:.75rem;display:flex}.ErrorFallback-module__DWVBkq__reloadBtn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;flex:1;padding:.85rem;font-size:.875rem;font-weight:700;transition:all .2s}.ErrorFallback-module__DWVBkq__reloadBtn:hover{background:#ffffff21;border-color:#fff3}.ErrorFallback-module__DWVBkq__retryBtn{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:10px;flex:1;padding:.85rem;font-size:.875rem;font-weight:600;transition:all .2s}.ErrorFallback-module__DWVBkq__retryBtn:hover{color:#ccc;background:#ffffff0d}@keyframes ErrorFallback-module__DWVBkq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ErrorFallback-module__DWVBkq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.ErrorFallback-module__DWVBkq__card{padding:1.25rem}.ErrorFallback-module__DWVBkq__actions{flex-direction:column}}
