#wc-floating-coupon-icon{position:fixed;bottom:80px;right:20px;width:55px;height:55px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.25);transition:all .3s ease;z-index:9999;color:#000}#wc-floating-coupon-icon:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.3)}#wc-floating-coupon-icon svg{width:32px;height:32px;position:relative;top:2px}.wc-coupon-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:10000;padding:20px;box-sizing:border-box}.wc-coupon-popup.show{display:flex}.wc-coupon-popup-content{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{from{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.wc-coupon-popup-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 10px;border-bottom:1px solid #eee}.wc-coupon-popup-header h3{margin:0;font-size:20px;font-weight:600;color:#333}.wc-popup-close{background:0 0;border:none;cursor:pointer;margin-right:0;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.wc-popup-close:hover{background-color:#f5f5f5}.wc-popup-close svg{width:20px;height:20px;color:#666}.wc-coupon-popup-subtitle{padding:20px 24px 20px;color:#666;font-size:14px;line-height:1.4}.wc-coupon-list{flex:1;overflow-y:auto;padding:0 24px;max-height:400px}.wc-coupon-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:12px;transition:all .2s ease}.wc-coupon-item:hover{border-color:#667eea;box-shadow:0 2px 8px rgba(102,126,234,.1)}.wc-coupon-content{flex:1;margin-right:16px}.wc-coupon-title{font-weight:700;color:#333;margin-bottom:4px;font-size:16px;text-transform:uppercase}.wc-coupon-description{color:#666;font-size:14px;margin-bottom:4px;line-height:1.3}.wc-coupon-expiry{color:#999;font-size:12px}.wc-coupon-actions{text-align:right}.wc-coupon-code{font-size:12px;color:#666;margin-bottom:8px;font-weight:500}.wc-coupon-code label{text-transform:uppercase}.wc-copy-code-btn{background-color:#fff;color:#ee4699;border:1px solid #ee4699;margin-right:0;padding:4px 10px 4px 16px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block}.wc-copy-code-btn.copied,.wc-copy-code-btn.persistent-copied{color:#999 !important;border-color:#ccc !important;background-color:#f5f5f5 !important;cursor:pointer !important;position:relative}.wc-copy-code-btn.copied:before,.wc-copy-code-btn.persistent-copied:before{content:"✓";position:absolute;left:5px;top:50%;transform:translateY(-50%);color:#28a745;font-weight:700;font-size:10px}.wc-copy-code-btn:hover{transform:translateY(-1px)}.wc-copy-code-btn.copied:hover,.wc-copy-code-btn.persistent-copied:hover{background-color:#e8e8e8 !important;border-color:#bbb !important}.wc-copy-code-btn:hover:not(.copied):not(.persistent-copied){background-color:#ee4699;color:#fff}.wc-copy-code-btn:active{transform:translateY(0)}.wc-popup-footer{padding:20px 24px;border-top:1px solid #eee;text-align:center}.wc-continue-btn{background:#ee4699;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;width:100%;transition:all .2s ease}.wc-coupon-list.loading{display:flex;align-items:center;justify-content:center;min-height:100px;color:#666}.wc-no-coupons{text-align:center;padding:40px 20px;color:#666}.wc-error-message{text-align:center;padding:40px 20px;color:#d63638}.wc-copy-message{position:fixed;top:20px;right:20px;padding:12px 16px;border-radius:6px;color:#fff;font-size:14px;font-weight:500;z-index:10001;animation:messageSlideIn .3s ease-out}.wc-copy-message.success{background:#28a745}.wc-copy-message.error{background:#dc3545}@keyframes messageSlideIn{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.wc-coupon-popup{padding:5px}.wc-coupon-popup-content{width:90%;max-height:85vh;border-radius:12px 12px 0 0;margin:0;position:relative;top:-95px}.wc-coupon-popup-header{padding:16px 20px 8px}.wc-coupon-popup-header h3{font-size:18px}.wc-coupon-popup-subtitle{padding:16px 20px 16px;font-size:13px}.wc-coupon-list{padding:0 20px;max-height:50vh}.wc-coupon-item{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.wc-coupon-content{margin-right:0;width:100%}.wc-coupon-title{font-size:15px}.wc-coupon-description{font-size:13px}.wc-coupon-actions{text-align:left;width:100%;display:flex;justify-content:space-between;align-items:center}.wc-copy-code-btn{padding:4px 12px 4px 18px;font-size:13px;min-width:90px}.wc-popup-footer{padding:16px 20px}.wc-continue-btn{padding:14px 24px;font-size:15px}#wc-floating-coupon-icon{width:56px;height:56px;right:20px;bottom:140px;box-shadow:0 6px 30px rgba(0,0,0,.3)}#wc-floating-coupon-icon svg{width:22px;height:22px}#wc-floating-coupon-icon:active{transform:translateY(-1px) scale(.95)}}@media (max-width:480px){.wc-coupon-popup{padding:0}.wc-coupon-popup-content{max-height:90vh;border-radius:8px 8px 0 0;position:relative;top:-50px}.wc-coupon-popup-header{padding:14px 16px 6px}.wc-coupon-popup-header h3{font-size:16px}.wc-coupon-popup-subtitle{padding:14px 16px 14px;font-size:12px}.wc-coupon-list{padding:0 16px;max-height:45vh}.wc-coupon-item{padding:12px}.wc-coupon-title{display:none;font-size:14px}.wc-coupon-code label{font-size:16px}.wc-coupon-description{font-size:12px}.wc-copy-code-btn{font-size:12px}.wc-popup-footer{padding:14px 16px}#wc-floating-coupon-icon{width:52px;height:52px;right:16px}#wc-floating-coupon-icon svg{width:28px;height:28px}}@media (max-width:768px){.wc-copy-code-btn,.wc-continue-btn,.wc-popup-close,#wc-floating-coupon-icon{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.wc-copy-code-btn:active,.wc-continue-btn:active{transform:translateY(0) scale(.98)}.wc-popup-close:active{background-color:#e5e5e5}}