.tsc-collect-wrapper{margin:20px 0;padding:20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px rgb(102 126 234 / .35),inset 0 1px 0 rgb(255 255 255 / .2);text-align:center;position:relative;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.tsc-collect-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,#fff0 70%);animation:rotateGlow 8s linear infinite}@keyframes rotateGlow{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.tsc-collect-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;min-height:48px;background:rgb(255 255 255 / .95);color:#667eea;border:none;border-radius:12px;font-size:16px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;letter-spacing:.3px;cursor:pointer;position:relative;z-index:1;transition:all 0.4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px rgb(0 0 0 / .15),0 1px 3px rgb(0 0 0 / .08);-webkit-tap-highlight-color:#fff0;user-select:none;-webkit-user-select:none}.tsc-collect-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px rgb(0 0 0 / .25),0 4px 10px rgb(102 126 234 / .3)}.tsc-collect-button:active{transform:translateY(-1px) scale(.98);transition:all 0.1s ease}.tsc-collect-button:disabled{background:rgb(224 224 224 / .9);color:#999;cursor:not-allowed;transform:none;box-shadow:none}.tsc-collect-button .tsc-icon{font-size:22px;line-height:1;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.tsc-counter{margin-top:12px;color:rgb(255 255 255 / .95);font-size:13px;font-weight:500;letter-spacing:.3px}.tsc-login-notice{color:rgb(255 255 255 / .95);margin:0;font-size:14px;font-weight:500;line-height:1.6}.tsc-promotion-notice{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff!important;padding:20px 24px;margin:20px 0;border-radius:16px;border:2px solid rgb(255 255 255 / .2);box-shadow:0 8px 32px rgb(102 126 234 / .3),inset 0 1px 0 rgb(255 255 255 / .2);font-weight:600;font-size:15px;line-height:1.6;text-align:center;position:relative;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);-webkit-font-smoothing:antialiased;animation:slideInScale 0.5s cubic-bezier(.34,1.56,.64,1)}@keyframes slideInScale{0%{opacity:0;transform:translateY(-20px) scale(.95)}100%{opacity:1;transform:translateY(0) scale(1)}}.tsc-promotion-notice::before{content:"🎁";font-size:48px;position:absolute;top:50%;left:-25px;transform:translateY(-50%) rotate(-15deg);opacity:.15;animation:float 3s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(-50%) rotate(-15deg)}50%{transform:translateY(-55%) rotate(-12deg)}}.tsc-promotion-notice::after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0 0%,rgb(255 255 255 / .2) 50%,#fff0 100%);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}100%{left:100%}}.tsc-promotion-notice.coupon-style{background:#fff;color:#333!important;border:3px dashed #ff6b6b;border-radius:12px;padding:18px 20px 18px 65px;text-align:right;position:relative;box-shadow:0 4px 20px rgb(255 107 107 / .2),inset 0 0 0 1px rgb(255 107 107 / .1)}.tsc-promotion-notice.coupon-style::before{content:"🎁";position:absolute;top:50%;left:18px;transform:translateY(-50%);font-size:36px;opacity:1;animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.1)}}.tsc-promotion-notice.coupon-style .promo-text{display:block;font-weight:600;color:#333}.tsc-my-coupons{margin:30px 0}.tsc-my-coupons h3{font-size:26px;font-weight:700;margin-bottom:24px;color:#2d3748;letter-spacing:-.5px}.tsc-coupon-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;margin-bottom:16px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px rgb(0 0 0 / .04);transition:all 0.3s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:#fff0}.tsc-coupon-item:hover{border-color:#667eea;box-shadow:0 8px 24px rgb(102 126 234 / .15),0 2px 8px rgb(0 0 0 / .08);transform:translateY(-2px)}.tsc-coupon-item.used{opacity:.5;background:#f7fafc;border-color:#cbd5e0}.tsc-coupon-item.expired{opacity:.6;background:#fff5f5;border-color:#feb2b2}.tsc-coupon-item.active{border-color:#48bb78;background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);box-shadow:0 4px 16px rgb(72 187 120 / .2)}.tsc-coupon-code{flex:0 0 auto}.tsc-coupon-code code{display:inline-block;padding:10px 18px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:10px;font-size:16px;font-weight:700;font-family:'Courier New',monospace;letter-spacing:2px;box-shadow:0 4px 12px rgb(102 126 234 / .3)}.tsc-coupon-details{flex:1;display:flex;flex-direction:column;gap:4px}.tsc-coupon-details span{display:block;font-size:13px;color:#718096;line-height:1.5}.tsc-discount{font-size:20px!important;font-weight:700!important;color:#48bb78!important}.tsc-copy-coupon{padding:10px 24px;min-height:44px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgb(102 126 234 / .3);-webkit-tap-highlight-color:#fff0}.tsc-copy-coupon:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(102 126 234 / .4)}.tsc-copy-coupon:active{transform:scale(.95)}.tsc-copy-coupon.copied{background:linear-gradient(135deg,#48bb78 0%,#38a169 100%);animation:successPop 0.4s cubic-bezier(.34,1.56,.64,1)}@keyframes successPop{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.tsc-no-coupons{text-align:center;padding:60px 20px;color:#a0aec0;font-size:16px;font-weight:500}.tsc-no-coupons::before{content:"🎫";display:block;font-size:64px;margin-bottom:16px;opacity:.5}.tsc-promo-banner-wrap{margin-bottom:24px!important;animation:slideDown 0.6s cubic-bezier(.34,1.56,.64,1);width:100%!important;clear:both!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px) scale(.95)}100%{opacity:1;transform:translateY(0) scale(1)}}.tsc-promo-banner-main{display:flex!important;align-items:center!important;gap:16px!important;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a6f 100%)!important;padding:18px 22px!important;border-radius:16px!important;box-shadow:0 8px 32px rgb(255 107 107 / .35)!important,inset 0 1px 0 rgb(255 255 255 / .2)!important;border:2px solid rgb(255 255 255 / .2)!important;position:relative!important;overflow:hidden!important;margin:0!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important}.tsc-promo-banner-main::before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,#fff0 0%,rgb(255 255 255 / .3) 50%,#fff0 100%)!important;animation:bannerShimmer 3s infinite!important}@keyframes bannerShimmer{0%{left:-100%}100%{left:100%}}.tsc-promo-icon-wrap{flex-shrink:0!important;width:56px!important;height:56px!important;background:rgb(255 255 255 / .25)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border-radius:50%!important;border:2px solid rgb(255 255 255 / .3)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 12px rgb(0 0 0 / .1)!important;animation:iconPulse 3s ease-in-out infinite!important}@keyframes iconPulse{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.08) rotate(5deg)}}.tsc-promo-icon{font-size:30px!important;line-height:1!important;margin:0!important;padding:0!important;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .1))!important}.tsc-promo-text-wrap{flex:1!important;color:white!important;text-align:right!important;position:relative!important;z-index:1!important}.tsc-promo-title{font-size:17px!important;font-weight:700!important;margin-bottom:4px!important;line-height:1.3!important;color:white!important;letter-spacing:0.2px!important;text-shadow:0 1px 3px rgb(0 0 0 / .1)!important}.tsc-promo-subtitle{font-size:13px!important;opacity:0.95!important;line-height:1.4!important;color:rgb(255 255 255 / .95)!important;font-weight:500!important}.tsc-promo-banner-main.style-gradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;box-shadow:0 8px 32px rgb(102 126 234 / .35)!important,inset 0 1px 0 rgb(255 255 255 / .2)!important}.tsc-promo-banner-main.style-success{background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)!important;box-shadow:0 8px 32px rgb(72 187 120 / .35)!important,inset 0 1px 0 rgb(255 255 255 / .2)!important}.tsc-promo-banner-main.style-hot{background:linear-gradient(135deg,#f6ad55 0%,#ed8936 100%)!important;box-shadow:0 8px 32px rgb(246 173 85 / .35)!important,inset 0 1px 0 rgb(255 255 255 / .2)!important}.tsc-success-message{position:fixed;top:24px;right:24px;background:linear-gradient(135deg,#48bb78 0%,#38a169 100%);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 8px 32px rgb(72 187 120 / .4),inset 0 1px 0 rgb(255 255 255 / .2);font-weight:600;font-size:15px;z-index:9999;animation:toastSlide 0.5s cubic-bezier(.34,1.56,.64,1)}@keyframes toastSlide{0%{transform:translateX(120%) scale(.8);opacity:0}100%{transform:translateX(0) scale(1);opacity:1}}.tsc-mega-promo{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:32px 28px;margin:24px 0;border-radius:20px;text-align:center;box-shadow:0 12px 48px rgb(102 126 234 / .4),inset 0 1px 0 rgb(255 255 255 / .2);border:2px solid rgb(255 255 255 / .2);position:relative;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.tsc-mega-promo::before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,#fff0 70%);animation:megaGlow 10s linear infinite}@keyframes megaGlow{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.tsc-mega-promo .promo-icon{font-size:56px;margin-bottom:16px;display:block;animation:iconBounce 2s infinite;position:relative;z-index:1}@keyframes iconBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.tsc-mega-promo .promo-title{font-size:28px;font-weight:700;margin:12px 0;line-height:1.3;letter-spacing:-.5px;position:relative;z-index:1}.tsc-mega-promo .promo-subtitle{font-size:16px;opacity:.95;margin:8px 0;line-height:1.5;font-weight:500;position:relative;z-index:1}.tsc-promo-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.3px;margin:12px 0;box-shadow:0 4px 12px rgb(102 126 234 / .3);animation:badgePulse 2s infinite}@keyframes badgePulse{0%,100%{transform:scale(1);box-shadow:0 4px 12px rgb(102 126 234 / .3)}50%{transform:scale(1.05);box-shadow:0 6px 16px rgb(102 126 234 / .4)}}.tsc-loading{opacity:.6;pointer-events:none;position:relative}.tsc-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgb(255 255 255 / .3);border-radius:50%;border-top-color:#fff;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.tsc-collect-wrapper{padding:16px;margin:16px 0;border-radius:14px}.tsc-collect-button{padding:12px 24px;font-size:15px;width:100%;max-width:320px}.tsc-promotion-notice{padding:16px 20px;font-size:14px;margin:16px 0;border-radius:14px}.tsc-promotion-notice::before{font-size:40px;left:-20px}.tsc-promotion-notice.coupon-style{padding:14px 16px 14px 56px}.tsc-promotion-notice.coupon-style::before{font-size:28px;left:14px}.tsc-mega-promo{padding:24px 20px;border-radius:16px}.tsc-mega-promo .promo-icon{font-size:48px}.tsc-mega-promo .promo-title{font-size:22px}.tsc-mega-promo .promo-subtitle{font-size:14px}.tsc-coupon-item{flex-direction:column;text-align:center;padding:18px 16px;gap:16px}.tsc-coupon-details{margin:0}.tsc-copy-coupon{width:100%;max-width:280px}.tsc-coupon-code code{font-size:15px;padding:8px 16px}.tsc-promo-banner-wrap{margin-bottom:20px!important}.tsc-promo-banner-main{padding:14px 16px!important;gap:14px!important;border-radius:14px!important}.tsc-promo-icon-wrap{width:48px!important;height:48px!important}.tsc-promo-icon{font-size:26px!important}.tsc-promo-title{font-size:15px!important}.tsc-promo-subtitle{font-size:12px!important}.tsc-success-message{right:12px;left:12px;top:12px;width:auto;font-size:14px;padding:14px 18px}}@media (max-width:480px){.tsc-collect-button{padding:12px 20px;font-size:14px}.tsc-promotion-notice{padding:14px 16px;font-size:13px}.tsc-promo-banner-main{padding:12px 14px!important;gap:12px!important}.tsc-promo-icon-wrap{width:44px!important;height:44px!important}.tsc-promo-icon{font-size:24px!important}}@supports (-webkit-touch-callout:none){*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tsc-collect-wrapper,.tsc-promotion-notice,.tsc-promo-banner-main,.tsc-mega-promo{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.tsc-collect-wrapper::before,.tsc-mega-promo::before{background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,rgb(255 255 255 / .001) 70%)}}@media (prefers-color-scheme:dark){.tsc-promotion-notice.coupon-style{background:#2d3748;color:#fff!important;border-color:#ff6b6b}.tsc-promotion-notice.coupon-style .promo-text{color:#fff}.tsc-coupon-item{background:#2d3748;border-color:#4a5568}.tsc-coupon-item:hover{border-color:#667eea}.tsc-my-coupons h3{color:#e2e8f0}.tsc-coupon-details span{color:#cbd5e0}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media (prefers-contrast:high){.tsc-collect-button,.tsc-copy-coupon{border:3px solid currentColor;font-weight:800}}@media print{.tsc-collect-wrapper,.tsc-copy-coupon,.tsc-success-message,.tsc-promotion-notice::before,.tsc-promotion-notice::after,.tsc-promo-banner-main::before{display:none!important}.tsc-promotion-notice{background:#f5f5f5!important;color:#000!important;border:2px solid #333!important;box-shadow:none!important}}[dir="rtl"] .tsc-promotion-notice::before,body.rtl .tsc-promotion-notice::before{left:auto;right:-25px;transform:translateY(-50%) rotate(15deg)}[dir="rtl"] .tsc-promo-text-wrap,body.rtl .tsc-promo-text-wrap{text-align:left!important}[dir="rtl"] .tsc-promotion-notice.coupon-style,body.rtl .tsc-promotion-notice.coupon-style{padding:18px 65px 18px 20px;text-align:left}[dir="rtl"] .tsc-promotion-notice.coupon-style::before,body.rtl .tsc-promotion-notice.coupon-style::before{left:auto;right:18px}[dir="rtl"] .tsc-success-message,body.rtl .tsc-success-message{right:auto;left:24px}@media (max-width:768px){[dir="rtl"] .tsc-success-message,body.rtl .tsc-success-message{left:12px;right:12px}}