*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img{max-width:100%;height:auto}body{font-size:16px;line-height:1.5;color:#333}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin:0}p{margin:0}button{font-family:inherit;cursor:pointer}.header-main{background:#fff;border-bottom:1px solid #e8e8e8;position:-webkit-sticky;position:sticky;top:0;z-index:1000;transition:all .3s ease}.header-main.header-sticky{box-shadow:0 2px 8px rgba(0,0,0,.1)}.header-main .container{max-width:1600px;margin:0 auto;padding:0 16px}.header-main .header-content{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:16px}.header-main .header-logo{flex-shrink:0}.header-main .header-logo a{text-decoration:none;color:inherit;display:inline-block}.header-main .header-logo .logo-wrapper{display:flex;align-items:center;line-height:1}.header-main .header-logo .logo-icon{width:32px;height:32px;object-fit:contain}.header-main .header-logo .logo-text{font-size:28px;font-weight:700;color:#1a1a1a;margin:0;line-height:1;letter-spacing:-.5px}.header-main .header-logo .logo-text span{color:#fd8d27}.header-main .header-search{flex:1 1;max-width:600px}.header-main .header-search .search-wrapper{display:flex;align-items:center;width:100%;background:#f5f5f5;border-radius:8px;padding:12px 16px;gap:12px}.header-main .header-search .search-wrapper .search-input{flex:1 1;border:none;background:transparent;outline:none;font-size:14px}.header-main .header-search .search-wrapper .search-input::placeholder{color:#999}.header-main .search-wrapper{position:relative;display:flex;align-items:center;gap:.75rem}.header-main .search-wrapper .search-clear-btn{background:none;border:none;color:#333;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:color .2s}.header-main .search-wrapper .search-clear-btn:hover{color:#fd8d27}.header-main .search-results-count{color:#333;font-size:.875rem;margin-top:.5rem}.header-main .header-actions{display:flex;align-items:center;gap:12px}.header-main .header-actions .btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.header-main .header-actions .btn.btn-primary{background:#fd8d27;color:#fff;border:none}.header-main .header-actions .btn.btn-primary:hover{background:#ef7302}.header-main .header-actions .btn.btn-outline{background:transparent;color:#333;border:1px solid #e8e8e8}.header-main .header-actions .btn.btn-outline:hover{border-color:#fd8d27;color:#fd8d27}.header-main .header-actions .icon-btn{width:40px;height:40px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#333}.header-main .header-actions .icon-btn:hover{background:#f5f5f5;color:#fd8d27}.header-main .header-actions .user-menu{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px}.header-main .header-actions .user-menu .user-menu-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s;outline:none}.header-main .header-actions .user-menu .user-menu-btn .ant-avatar{line-height:50px;border-radius:50%;border:1px solid transparent;transition:border-color .2s ease,background-color .2s ease;background-color:#fd8d27;color:#fff}.header-main .header-actions .user-menu .user-menu-btn.active .ant-avatar,.header-main .header-actions .user-menu .user-menu-btn:hover .ant-avatar{border-color:#fd8d27}.header-main .header-actions .user-menu .dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:220px;padding:8px 0;z-index:1001;animation:slideDown .2s ease;display:flex;flex-direction:column}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header-main .header-actions .user-menu .dropdown a,.header-main .header-actions .user-menu .dropdown button{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:#333;border:none;background:transparent;width:100%;text-align:left;cursor:pointer;font-size:14px;transition:all .2s}.header-main .header-actions .user-menu .dropdown a:hover,.header-main .header-actions .user-menu .dropdown button:hover{background:#f5f5f5;color:#fd8d27}.header-main .header-actions .user-menu .dropdown .dropdown-divider{height:1px;background:#e8e8e8;margin:8px 0}.header-main .header-actions .user-menu .dropdown .logout-btn{color:#dc3545}.header-main .header-actions .user-menu .dropdown .logout-btn:hover{background:#fff5f5;color:#c82333}.header-main .header-search-mobile{padding:0 0 16px;max-height:60px;opacity:1;overflow:hidden;transition:max-height .3s ease,opacity .2s ease,padding .3s ease;will-change:max-height,opacity}.header-main .header-search-mobile.search-hidden{max-height:0;opacity:0;padding:0}.header-main .header-search-mobile .search-wrapper{display:flex;align-items:center;background:#f5f5f5;border-radius:8px;padding:12px 16px;gap:12px;width:100%}.header-main .header-search-mobile .search-wrapper .search-input{flex:1 1;border:none;background:transparent;outline:none;font-size:16px}.header-main .mobile-header-actions{display:none;align-items:center;gap:0}@media(max-width:992px){.header-main .mobile-header-actions{display:flex}}.header-main .mobile-alert-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#333;transition:color .2s}.header-main .mobile-alert-btn:hover{color:#fd8d27}.header-main .mobile-menu-toggle{width:44px;height:44px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:85vw;max-width:320px;background:#fff;z-index:9999;transform:translateX(-100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:2px 0 12px rgba(0,0,0,.15);overflow-y:auto}.mobile-menu.active{transform:translateX(0)}.mobile-menu .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e8e8e8;min-height:60px}.mobile-menu .mobile-menu-header .mobile-menu-logo{display:flex;align-items:center;gap:12px}.mobile-menu .mobile-menu-header .mobile-menu-logo .logo-text{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}.mobile-menu .mobile-menu-header .mobile-menu-logo .logo-text span{color:#fd8d27}.mobile-menu .mobile-menu-header .mobile-menu-close{width:40px;height:40px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;border-radius:50%;transition:all .2s}.mobile-menu .mobile-menu-header .mobile-menu-close:hover{background:#f5f5f5;color:#fd8d27}.mobile-menu .mobile-menu-content{flex:1 1;padding:12px 16px}.mobile-menu .mobile-menu-content .mobile-menu-user{display:flex;align-items:center;gap:16px;padding:12px 16px;text-decoration:none;border-radius:8px;transition:all .2s;margin-bottom:8px}.mobile-menu .mobile-menu-content .mobile-menu-user:hover{background:#f5f5f5}.mobile-menu .mobile-menu-content .mobile-menu-user .ant-avatar{flex-shrink:0;background-color:#fd8d27}.mobile-menu .mobile-menu-content .mobile-menu-user .mobile-menu-user-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.mobile-menu .mobile-menu-content .mobile-menu-user .mobile-menu-user-info .mobile-menu-user-name{font-weight:600;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu .mobile-menu-content .mobile-menu-user .mobile-menu-user-info .mobile-menu-user-email{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu .mobile-menu-content .mobile-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;text-decoration:none;color:#333;font-weight:500;margin-bottom:2px;border:none;background:transparent;width:100%;text-align:left;cursor:pointer;font-size:14px;transition:all .2s}.mobile-menu .mobile-menu-content .mobile-menu-item svg{flex-shrink:0;color:#666}.mobile-menu .mobile-menu-content .mobile-menu-item:hover{background:#f5f5f5}.mobile-menu .mobile-menu-content .mobile-menu-item:hover svg{color:#fd8d27}.mobile-menu .mobile-menu-content .mobile-menu-item.primary{background:#fd8d27;color:#fff;margin-bottom:12px}.mobile-menu .mobile-menu-content .mobile-menu-item.primary svg{color:#fff}.mobile-menu .mobile-menu-content .mobile-menu-item.primary:hover{background:#ef7302}.mobile-menu .mobile-menu-content .mobile-menu-item.logout-item,.mobile-menu .mobile-menu-content .mobile-menu-item.logout-item svg{color:#dc3545}.mobile-menu .mobile-menu-content .mobile-menu-item.logout-item:hover{background:#fff5f5}.mobile-menu .mobile-menu-content .mobile-menu-item.expandable{justify-content:flex-start}.mobile-menu .mobile-menu-content .mobile-menu-item.expandable .expand-icon{margin-left:auto;color:#999}.mobile-menu .mobile-menu-content .mobile-menu-item .ant-avatar{width:24px;height:24px;line-height:24px;font-size:14px;border-radius:50%;background-color:#fd8d27;color:#fff;flex-shrink:0}.mobile-menu .mobile-menu-content .mobile-menu-item .mobile-menu-badge{margin-left:auto;background-color:#dc3545;color:#fff;font-size:12px;font-weight:700;padding:2px 8px;border-radius:12px;min-width:24px;text-align:center;display:inline-block;line-height:1.4}.mobile-menu .mobile-menu-content .mobile-menu-subitems{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;padding:0 16px 12px;margin-bottom:8px}.mobile-menu .mobile-menu-content .mobile-menu-subitems .mobile-menu-subitem{padding:8px 12px;font-size:13px;color:#666;background:transparent;border:none;text-align:left;cursor:pointer;border-radius:4px;transition:all .2s;text-decoration:none}.mobile-menu .mobile-menu-content .mobile-menu-subitems .mobile-menu-subitem:hover{background:#f5f5f5;color:#fd8d27}.mobile-menu .mobile-menu-content .mobile-menu-subitems .mobile-menu-subitem.active,.mobile-menu .mobile-menu-content .mobile-menu-subitems .mobile-menu-subitem.see-more{color:#fd8d27;font-weight:600}.mobile-menu .mobile-menu-content .mobile-menu-divider{height:1px;background:#e8e8e8;margin:12px 0}.mobile-menu .mobile-menu-footer{border-top:1px solid #e8e8e8;padding:12px 16px;background:#fff}.mobile-menu .mobile-menu-footer .mobile-menu-footer-item{display:flex;align-items:center;gap:12px;padding:8px 16px;text-decoration:none;color:#666;font-size:13px;border-radius:6px;transition:all .2s;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.mobile-menu .mobile-menu-footer .mobile-menu-footer-item svg{flex-shrink:0;width:16px;height:16px}.mobile-menu .mobile-menu-footer .mobile-menu-footer-item:hover{background:#f5f5f5;color:#fd8d27}.mobile-menu .mobile-menu-footer .mobile-menu-footer-item.logout-item{color:#dc3545;margin-top:8px}.mobile-menu .mobile-menu-footer .mobile-menu-footer-item.logout-item svg{color:#dc3545}.mobile-menu .mobile-menu-footer .mobile-menu-footer-item.logout-item:hover{background:#fff5f5;color:#c82333}.desktop-only{display:flex}@media(max-width:992px){.desktop-only{display:none!important}}.mobile-only{display:none}@media(max-width:992px){.mobile-only{display:flex!important}.header-main .container{padding:0 12px}.header-main .header-content{padding:12px 0}.header-main .header-logo .logo-icon{width:28px;height:28px}.header-main .header-logo .logo-text{font-size:24px}}.footer{background:#2c3e50;color:#ecf0f1;padding:64px 0 24px;margin-top:64px}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px;margin-bottom:32px}@media(max-width:768px){.footer .footer-content{grid-template-columns:1fr;gap:24px}}.footer .footer-col .footer-title{font-size:18px;font-weight:600;margin:0 0 16px;color:#fff}.footer .footer-col .footer-links{list-style:none;padding:0;margin:0}.footer .footer-col .footer-links li{margin-bottom:12px}.footer .footer-col .footer-links li a{color:#bdc3c7;text-decoration:none;font-size:14px;transition:color .2s}.footer .footer-col .footer-links li a:hover{color:#fd8d27}.footer .footer-col .social-links{display:flex;gap:12px;margin-bottom:24px}.footer .footer-col .social-links a{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s}.footer .footer-col .social-links a:hover{background:#fd8d27;transform:translateY(-2px)}.footer .footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:24px;text-align:center}.footer .footer-bottom p{margin:12px 0;font-size:14px;color:#95a5a6}.footer .footer-bottom .footer-disclaimer{font-size:12px;color:#7f8c8d}.promotion-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column}.promotion-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.promotion-card.is-popular .promotion-title{color:#d66702}.promotion-card.expired{filter:grayscale(100%);opacity:.8}.promotion-card.expired:hover{transform:none;box-shadow:none}.promotion-card.expired .promotion-image .expired-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:6px 0;text-align:center;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:10}.promotion-card.expired .discount-badge{display:none}.promotion-card .promotion-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.promotion-card .promotion-header-mobile{display:none}.promotion-card .promotion-image{position:relative;width:100%;height:200px;background:#fff;overflow:hidden;border-radius:8px 8px 0 0}.promotion-card .promotion-image img{width:100%;height:100%;object-fit:contain;padding:8px}.promotion-card .promotion-image .discount-badge{position:absolute;top:12px;right:12px;background:#ff4d4f;color:#fff;padding:4px 12px;border-radius:20px;font-weight:700;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.promotion-card .promotion-content{padding:12px;display:flex;flex-direction:column;flex:1 1}.promotion-card .promotion-meta{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.promotion-card .promotion-meta .meta-item{display:flex;align-items:center;gap:3px;font-size:11px;color:#666;background:#f5f5f5;padding:2px 6px;border-radius:4px}.promotion-card .promotion-meta .meta-item svg{flex-shrink:0;width:12px;height:12px}.promotion-card .promotion-title{font-size:14px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3;min-height:36px}.promotion-card .promotion-description,.promotion-card .promotion-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promotion-card .promotion-description{font-size:12px;color:#666;line-height:1.4;margin:0 0 12px}.promotion-card .promotion-prices{display:flex;align-items:baseline;gap:8px;margin-bottom:12px;margin-top:auto}.promotion-card .promotion-prices .current-price{font-size:20px;font-weight:700;color:#fd8d27}.promotion-card .promotion-prices .old-price{font-size:14px;color:#999;text-decoration:line-through}.promotion-card .promotion-coupon{margin-bottom:12px}.promotion-card .promotion-coupon code{display:inline-block;background:#fff3cd;border:1px dashed #ffc107;color:#856404;padding:4px 8px;border-radius:4px;font-family:Courier New,monospace;font-weight:600;font-size:12px}.promotion-card .promotion-footer{border-top:1px solid #e8e8e8;padding:12px;margin-top:auto}.promotion-card .promotion-actions{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.promotion-card .promotion-actions .action-btn{display:flex;align-items:center;gap:3px;padding:4px 8px;border-radius:4px;border:1px solid #e8e8e8;background:transparent;color:#666;font-size:12px;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.promotion-card .promotion-actions .action-btn svg{width:14px;height:14px}.promotion-card .promotion-actions .action-btn:hover{background:#f5f5f5}.promotion-card .promotion-actions .action-btn.like-btn{transition:all .3s ease}.promotion-card .promotion-actions .action-btn.like-btn.loading{opacity:.6;cursor:wait;pointer-events:none}.promotion-card .promotion-actions .action-btn.like-btn.active{color:#fd8d27;background:rgba(253,141,39,.1);border-color:#fd8d27}.promotion-card .promotion-actions .action-btn.like-btn.active svg{fill:#fd8d27}.promotion-card .promotion-actions .action-btn.like-btn:hover:not(.loading){border-color:#fd8d27;color:#fd8d27;background:rgba(253,141,39,.05)}.promotion-card .promotion-actions .action-btn.like-btn:hover:not(.loading).active{background:rgba(253,141,39,.15)}.promotion-card .promotion-actions .action-btn.like-btn:active:not(.loading){transform:scale(.95)}.promotion-card .promotion-actions .action-btn.view-offer-btn{background:transparent;border:1px solid #fd8d27;color:#fd8d27;flex:1 1;justify-content:center;font-weight:600}.promotion-card .promotion-actions .action-btn.view-offer-btn:hover{background:rgba(253,141,39,.05);border-color:#ef7302;color:#ef7302}.promotion-card .promotion-info{display:flex;justify-content:space-between;font-size:11px;color:#999;gap:8px}.promotion-card .promotion-info .promotion-author,.promotion-card .promotion-info .promotion-time{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:992px){.promotion-card .promotion-image{height:160px}.promotion-card .promotion-title{font-size:13px}.promotion-card .promotion-prices .current-price{font-size:18px}.promotion-card .promotion-prices .old-price{font-size:13px}}@media(max-width:768px){.promotion-card{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.promotion-card:hover{transform:none}.promotion-card .promotion-header-mobile{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e8e8e8;background:#fff}.promotion-card .promotion-header-mobile .header-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.promotion-card .promotion-header-mobile .store-name{font-size:13px;font-weight:600;color:#fd8d27}.promotion-card .promotion-header-mobile .posted-by{font-size:12px;color:#666}.promotion-card .promotion-header-mobile .posted-by:before{content:"•";margin-right:6px;color:#ccc}.promotion-card .promotion-header-mobile .posted-time{font-size:12px;color:#999}.promotion-card .promotion-card-link{display:flex;flex-direction:row;flex-wrap:wrap;padding:12px;gap:12px}.promotion-card .promotion-image{width:100px;min-width:100px;height:100px;border-radius:8px;background:#fff;order:1}.promotion-card .promotion-image img{padding:8px;max-height:90px}.promotion-card .promotion-image .discount-badge{display:block;top:4px;right:4px;padding:2px 6px;font-size:10px;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.2)}.promotion-card .promotion-image .expired-overlay{font-size:10px!important;padding:3px 0!important;letter-spacing:.5px!important;background:rgba(0,0,0,.8)!important}.promotion-card .promotion-content{flex:1 1;min-width:0;padding:0;display:flex;flex-direction:column;gap:4px;order:2}.promotion-card .promotion-meta{display:flex;margin-bottom:2px}.promotion-card .promotion-meta .category-badge{background:linear-gradient(135deg,#fd8d27,#ef7302);color:#fff;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase}.promotion-card .promotion-meta .category-badge svg{display:none}.promotion-card .promotion-title{font-size:14px;font-weight:600;-webkit-line-clamp:2;line-clamp:2;min-height:auto;margin-bottom:0;color:#333}.promotion-card .free-shipping{font-size:11px;color:#52c41a;display:flex;align-items:center;gap:4px}.promotion-card .promotion-prices{margin-top:auto;margin-bottom:0;flex-wrap:wrap}.promotion-card .promotion-prices .current-price{font-size:18px;color:#fd8d27;font-weight:700}.promotion-card .promotion-prices .old-price{font-size:13px;color:#bbb}.promotion-card .promotion-coupon{display:none}.promotion-card .promotion-footer{border-top:1px solid #e8e8e8;padding:12px 0 0;margin-top:0;width:100%;order:3}.promotion-card .promotion-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:0}.promotion-card .promotion-actions .action-btn{padding:6px 12px;font-size:13px;border:1px solid #e8e8e8;background:#fff}.promotion-card .promotion-actions .action-btn svg{width:16px;height:16px}.promotion-card .promotion-actions .action-btn.like-btn{display:flex;gap:6px}.promotion-card .promotion-actions .action-btn.like-btn.active{color:#fd8d27;border-color:#fd8d27;background:rgba(253,141,39,.05)}.promotion-card .promotion-actions .action-btn.like-btn.active svg{fill:#fd8d27}.promotion-card .promotion-actions .action-btn.comments-btn{display:flex;gap:6px}.promotion-card .promotion-actions .action-btn.view-more-btn{margin-left:auto;background:transparent;border:none;color:#333;font-weight:500;padding-right:0}.promotion-card .promotion-actions .action-btn.view-more-btn svg{width:14px;height:14px}.promotion-card .promotion-info{display:none}}.comment-section{background:#fff;border-radius:12px;padding:32px}@media(max-width:768px){.comment-section{padding:24px}}.comment-section .comment-header{margin-bottom:24px}.comment-section .comment-header h3{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;margin:0}.comment-section .comment-form-wrapper{margin-bottom:32px}.comment-section .comment-form{display:flex;flex-direction:column;gap:16px}.comment-section .comment-form textarea{width:100%;padding:16px;border:2px solid #e8e8e8;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s}.comment-section .comment-form textarea:focus{outline:none;border-color:#fd8d27}.comment-section .comment-form textarea:disabled{background:#f5f5f5;cursor:not-allowed}.comment-section .comment-form button{align-self:flex-end}.comment-section .comment-login-prompt{text-align:center;padding:32px;background:#f5f5f5;border-radius:8px}.comment-section .comment-login-prompt p{margin:0 0 16px;color:#666}.comment-section .comment-list{display:flex;flex-direction:column;gap:24px}.comment-section .comment-item{display:flex;gap:16px;padding-bottom:24px;border-bottom:1px solid #e8e8e8}.comment-section .comment-item:last-child{border-bottom:none;padding-bottom:0}.comment-section .comment-item .comment-avatar{flex-shrink:0}.comment-section .comment-item .comment-avatar .avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#fd8d27;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.comment-section .comment-item .comment-content{flex:1 1;min-width:0}.comment-section .comment-item .comment-content .comment-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.comment-section .comment-item .comment-content .comment-header .comment-author{font-weight:600;color:#333}.comment-section .comment-item .comment-content .comment-header .comment-time{font-size:12px;color:#999}.comment-section .comment-item .comment-content .comment-header .comment-report-wrapper{margin-left:auto}.comment-section .comment-item .comment-content .comment-text{font-size:14px;line-height:1.6;color:#666;margin:0 0 12px;word-wrap:break-word}.comment-section .comment-item .comment-content .comment-actions{display:flex;gap:16px}.comment-section .comment-item .comment-content .comment-actions .action-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#999;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.comment-section .comment-item .comment-content .comment-actions .action-btn:hover{background:#f5f5f5;color:#333}.comment-section .comment-item .comment-content .comment-actions .action-btn.danger:hover{color:#ff4d4f}.comment-section .comment-item .comment-content .comment-edit-form textarea{width:100%;padding:12px;border:2px solid #e8e8e8;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px}.comment-section .comment-item .comment-content .comment-edit-form textarea:focus{outline:none;border-color:#fd8d27}.comment-section .comment-item .comment-content .comment-edit-form .edit-actions{display:flex;gap:12px}.comment-section .comment-item .comment-content .comment-edit-form .edit-actions .btn-sm{padding:6px 16px;font-size:13px}.comment-section .comment-item.comment-deleted{opacity:.6}.comment-section .comment-item.comment-deleted .avatar-placeholder.deleted{background:#ccc}.comment-section .comment-item.comment-deleted .comment-author.deleted,.comment-section .comment-item.comment-deleted .comment-text.deleted{font-style:italic;color:#999}.comment-section .empty-comments,.comment-section .loading-comments{text-align:center;padding:64px;color:#999}.comment-section .empty-comments .spinner,.comment-section .loading-comments .spinner{animation:spin 1s linear infinite;margin:0 auto 16px}.comment-section .empty-comments p,.comment-section .loading-comments p{margin:12px 0}.comment-section .empty-comments p.sub,.comment-section .loading-comments p.sub{font-size:14px;color:#ccc}.bottom-navigation{position:fixed;bottom:0;left:0;right:0;height:65px;background:#fff;border-top:1px solid #e8e8e8;display:none;z-index:1000;box-shadow:0 -2px 10px rgba(0,0,0,.05)}@media(max-width:992px){.bottom-navigation{display:flex;justify-content:space-around;align-items:center;padding:0 8px}}.bottom-navigation .bottom-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:1 1;border:none;background:transparent;color:#999;cursor:pointer;transition:all .2s;padding:8px 4px;min-width:0}.bottom-navigation .bottom-nav-item .nav-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:all .3s}.bottom-navigation .bottom-nav-item .nav-icon svg{transition:all .3s}.bottom-navigation .bottom-nav-item .nav-label{font-size:10px;font-weight:500;white-space:nowrap;transition:all .3s}.bottom-navigation .bottom-nav-item.special .nav-icon{background:#fd8d27;color:#fff;width:48px;height:48px;margin-top:-20px;box-shadow:0 4px 12px rgba(253,141,39,.3)}.bottom-navigation .bottom-nav-item.special .nav-label{color:#fd8d27;font-weight:600}.bottom-navigation .bottom-nav-item.active:not(.special){color:#fd8d27}.bottom-navigation .bottom-nav-item.active:not(.special) .nav-icon{background:rgba(253,141,39,.1)}.bottom-navigation .bottom-nav-item.active:not(.special) svg{transform:scale(1.1)}.bottom-navigation .bottom-nav-item.active:not(.special) .nav-label{font-weight:600}.bottom-navigation .bottom-nav-item:active{transform:scale(.95)}.bottom-navigation .bottom-nav-item:not(.active):not(.special):hover{color:#666}.bottom-navigation .bottom-nav-item .bottom-nav-avatar{border:1px solid #fd8d27;transition:border-color .3s;box-sizing:border-box}.bottom-navigation .bottom-nav-item.active .bottom-nav-avatar{border-color:#fd8d27}@media(max-width:992px){.page-container{padding-bottom:80px}}.moderation-list{display:flex;flex-direction:column;gap:16px}.moderation-card{display:flex;align-items:flex-start;gap:24px;background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease}.moderation-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}@media(max-width:992px){.moderation-card{flex-direction:column;gap:16px}}.moderation-card .card-image{flex-shrink:0;width:100px;height:100px;background:#f8f9fa;border-radius:8px;overflow:hidden}.moderation-card .card-image img{width:100%;height:100%;object-fit:contain}@media(max-width:992px){.moderation-card .card-image{width:80px;height:80px}}.moderation-card .card-content{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:12px}.moderation-card .card-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.moderation-card .card-header .card-id{font-weight:700;color:#666;font-size:.85rem}.moderation-card .card-header .card-date{font-size:.85rem;color:#999}.moderation-card .card-header .status-tag{margin:0;font-weight:600;font-size:.8rem;padding:4px 12px;border-radius:20px}.moderation-card .card-field{display:flex;align-items:center;gap:12px;min-width:0}.moderation-card .card-field label{font-weight:600;color:#333;font-size:.85rem;min-width:70px;flex-shrink:0}.moderation-card .card-field .editable-field{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0}.moderation-card .card-field .editable-field .editable-value{flex:1 1;word-break:break-word;color:#333;font-size:.95rem;line-height:1.4}.moderation-card .card-field .editable-field .edit-btn{opacity:.5;transition:opacity .2s}.moderation-card .card-field .editable-field .edit-btn:hover{opacity:1}.moderation-card .card-field.card-field-link{flex-direction:column;align-items:flex-start;width:100%}.moderation-card .card-field.card-field-link .link-container{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.moderation-card .card-field.card-field-link .link-container .link-preview{display:flex;align-items:center;gap:8px;color:#fd8d27;font-size:.85rem;text-decoration:none;max-width:100%;word-break:break-all;line-height:1.4}.moderation-card .card-field.card-field-link .link-container .link-preview svg{flex-shrink:0}.moderation-card .card-field.card-field-link .link-container .link-preview:hover{text-decoration:underline}.moderation-card .card-row{display:flex;gap:24px;flex-wrap:wrap}.moderation-card .card-row .card-field{flex:1 1;min-width:200px}@media(max-width:768px){.moderation-card .card-row{flex-direction:column;gap:12px}.moderation-card .card-row .card-field{min-width:100%}}.moderation-card .card-badges{display:flex;gap:8px;flex-wrap:wrap}.moderation-card .card-badges .badge{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:20px}.moderation-card .card-badges .badge.badge-shipping{background:#e6f7f0;color:#00875a}.moderation-card .card-stats{display:flex;gap:16px}.moderation-card .card-stats .stat-item{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#666}.moderation-card .card-stats .stat-item svg{color:#999}.moderation-card .card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}.moderation-card .card-actions .action-buttons{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:992px){.moderation-card .card-actions{flex-direction:row;justify-content:space-between;width:100%;padding-top:12px;border-top:1px solid #f0f0f0}}.admin-promotions-page{background:#f8f9fa;min-height:calc(100vh - 80px);padding:24px 0 48px}.admin-promotions-page .container{max-width:1200px;margin:0 auto;padding:0 16px}.admin-promotions-page .page-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 24px}.admin-promotions-page .filter-card{display:flex;align-items:center;gap:16px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:24px}@media(max-width:768px){.admin-promotions-page .filter-card{flex-direction:column;align-items:flex-start;gap:12px}}.admin-promotions-page .filter-label{font-weight:600;color:#333;font-size:.95rem;white-space:nowrap}.admin-promotions-page .filter-select{padding:12px 24px 12px 16px;border:2px solid #e8e8e8;border-radius:8px;font-size:.95rem;color:#333;background:#fff;min-width:180px;cursor:pointer;transition:all .2s ease}.admin-promotions-page .filter-select:focus,.admin-promotions-page .filter-select:hover{border-color:#fd8d27;outline:none}@media(max-width:768px){.admin-promotions-page .filter-select{width:100%}}.admin-promotions-page .empty-state{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.admin-promotions-page .empty-state .empty-icon{color:#ccc;margin-bottom:16px}.admin-promotions-page .empty-state .empty-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}.admin-promotions-page .empty-state .empty-text{font-size:1rem;color:#666;margin:0}.admin-promotions-page .load-more-container{display:flex;justify-content:center;margin-top:32px}.admin-promotions-page .load-more-btn{display:flex;align-items:center;gap:12px;background:#fd8d27;color:#fff;font-weight:600;padding:12px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.admin-promotions-page .load-more-btn:hover:not(:disabled){background:#ef7302;transform:translateY(-1px)}.admin-promotions-page .load-more-btn:disabled{opacity:.7;cursor:not-allowed}.admin-promotions-page .load-more-btn .spinner{animation:spin 1s linear infinite}.notification-bell{position:relative;display:inline-flex;align-items:center}.notification-bell .icon-btn{position:relative;display:flex;align-items:center;justify-content:center}.notification-bell .notification-badge{position:absolute;top:-6px;right:-6px;background:#ff4d4f;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px;line-height:1;box-shadow:0 1px 3px rgba(0,0,0,.2)}.notification-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:380px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:1000;overflow:hidden}@media(max-width:768px){.notification-dropdown{position:fixed;left:0;right:0;top:auto;bottom:0;width:100%;max-height:70vh;border-radius:16px 16px 0 0}}.notification-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e8e8e8;background:#fafafa}.notification-dropdown-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.notification-dropdown-header .mark-all-read-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#fd8d27;font-size:13px;font-weight:500;cursor:pointer;padding:6px 10px;border-radius:6px;transition:background .2s}.notification-dropdown-header .mark-all-read-btn:hover:not(:disabled){background:rgba(253,141,39,.08)}.notification-dropdown-header .mark-all-read-btn:disabled{opacity:.6;cursor:not-allowed}.notification-dropdown-list{max-height:400px;overflow-y:auto}@media(max-width:768px){.notification-dropdown-list{max-height:calc(70vh - 60px)}}.notification-item{display:flex;gap:12px;padding:14px 16px;cursor:pointer;transition:background .2s;border-bottom:1px solid hsla(0,0%,91%,.5)}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#f8f9fa}.notification-item:focus{outline:none;background:#f0f1f2}.notification-item.unread{background:rgba(253,141,39,.04)}.notification-item.unread .notification-title{font-weight:600}.notification-item.unread:hover{background:rgba(253,141,39,.08)}.notification-thumbnail{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f0f0f0}.notification-thumbnail img{width:100%;height:100%;object-fit:cover}.notification-content{flex:1 1;min-width:0}.notification-title{font-size:14px;font-weight:500;color:#333;margin:0 0 4px;line-height:1.3}.notification-message{font-size:13px;color:#666;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:12px;color:#999}.notification-loading{padding:40px}.notification-empty,.notification-loading{display:flex;justify-content:center;align-items:center}.notification-empty{flex-direction:column;padding:48px 24px;color:#999}.notification-empty svg{color:#ccc;margin-bottom:12px}.notification-empty p{margin:0;font-size:14px}.notification-load-more{padding:12px 16px;text-align:center;border-top:1px solid #e8e8e8}.notification-load-more button{background:none;border:1px solid #e8e8e8;color:#333;font-size:13px;font-weight:500;padding:8px 20px;border-radius:6px;cursor:pointer;transition:all .2s}.notification-load-more button:hover:not(:disabled){border-color:#fd8d27;color:#fd8d27}.notification-load-more button:disabled{opacity:.6;cursor:not-allowed}.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:12px;background:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.08);border-top:1px solid #e8e8e8;animation:slideUp .4s ease-out}@media(max-width:768px){.cookie-consent{bottom:60px}}.cookie-consent__content{max-width:1600px;margin:0 auto;display:flex;align-items:center;gap:16px}@media(max-width:768px){.cookie-consent__content{flex-direction:column;text-align:center;gap:12px}}.cookie-consent__icon{color:#fd8d27;flex-shrink:0}@media(max-width:768px){.cookie-consent__icon{display:none}}.cookie-consent__text{flex:1 1}.cookie-consent__text p{margin:0;color:#333;font-size:14px;line-height:1.5}.cookie-consent__text p a{color:#003f88;text-decoration:underline;font-weight:500}.cookie-consent__text p a:hover{color:#fd8d27}.cookie-consent__actions{display:flex;gap:12px;flex-shrink:0}.cookie-consent__actions .btn-sm{padding:8px 20px;font-size:14px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cookie-consent__actions .btn-outline{background:transparent;border:1px solid #e8e8e8;color:#333}.cookie-consent__actions .btn-outline:hover{background:#f5f5f5;border-color:#cfcfcf;color:#000}.cookie-consent__actions .btn-primary{background:#fd8d27;border:1px solid #fd8d27;color:#fff;box-shadow:0 2px 8px rgba(253,141,39,.3)}.cookie-consent__actions .btn-primary:hover{background:#fd800e;border-color:#fd800e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(253,141,39,.4)}.cookie-consent__actions .btn-primary:active{transform:translateY(0)}.tag-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}.tag-badge svg{width:12px;height:12px;flex-shrink:0}.promotion-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.promotion-detail-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.promotion-detail-tags .tag-badge{padding:4px 10px;font-size:12px}.promotion-detail-tags .tag-badge svg{width:14px;height:14px}.scroll-to-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background-color:#fd8d27;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;z-index:999;display:none}@media(min-width:992px){.scroll-to-top{display:flex}}.scroll-to-top:hover{background-color:#ef7302;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.scroll-to-top:active{transform:translateY(0)}.page-container{background:#f8f9fa;min-height:100vh;padding:24px 0}.page-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;align-items:start}@media(max-width:992px){.page-layout{grid-template-columns:1fr}}.sidebar{background:#fff;border-radius:12px;padding:24px}@media(max-width:992px){.sidebar{display:none}.sidebar.sidebar-mobile{display:block;position:fixed;top:0;left:0;bottom:0;width:280px;z-index:1001;overflow-y:auto;box-shadow:2px 0 10px rgba(0,0,0,.1)}}.sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.sidebar .sidebar-header h3{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;margin:0}.sidebar .sidebar-header .sidebar-close{background:none;border:none;cursor:pointer;padding:4px}.sidebar .sidebar-section{margin-bottom:32px}.sidebar .sidebar-section:last-child{margin-bottom:0}.sidebar .sidebar-title{font-size:16px;font-weight:600;color:#333;margin:0 0 16px}.sidebar .filter-buttons{display:flex;flex-direction:column;gap:12px}.sidebar .filter-buttons .filter-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:1px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:#666;width:100%;text-align:left}.sidebar .filter-buttons .filter-btn:hover{background:#f5f5f5;border-color:#fd8d27;color:#fd8d27}.sidebar .filter-buttons .filter-btn.active{background:#fd8d27;border-color:#fd8d27;color:#fff}.sidebar .sidebar-list{list-style:none;padding:0;margin:0}.sidebar .sidebar-list li{margin-bottom:8px}.sidebar .sidebar-list li .btn-link{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px;color:#666;text-align:left;text-decoration:none}.sidebar .sidebar-list li .btn-link:hover{background:#f5f5f5;color:#fd8d27}.sidebar .sidebar-list li .btn-link.active{background:#fff;color:#fd8d27;font-weight:600}.sidebar .sidebar-list li .btn-link.all-items,.sidebar .sidebar-list li .btn-link.see-more{color:#333;font-weight:600}.sidebar .sidebar-list li .btn-link.all-items:hover,.sidebar .sidebar-list li .btn-link.see-more:hover{background:rgba(253,141,39,.05);color:#fd8d27}.sidebar .sidebar-list li .btn-link.all-items.active,.sidebar .sidebar-list li .btn-link.see-more.active{color:#fd8d27}.sidebar .sidebar-list.sidebar-stores .btn-link{display:flex;align-items:center}.sidebar .sidebar-list.sidebar-stores .store-logo{width:20px;height:20px;object-fit:contain;border-radius:4px;margin-right:8px}.page-main{min-height:500px}.feed-header{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}@media(max-width:768px){.feed-header{padding:16px}}.feed-header .feed-title{display:flex;align-items:center;gap:12px}.feed-header .feed-title h1{font-size:24px;font-weight:600;margin:0;color:#333}@media(max-width:768px){.feed-header .feed-title h1{font-size:20px}}.feed-header .feed-stats{font-size:14px;color:#666}.promotions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}@media(max-width:992px){.promotions-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}@media(max-width:768px){.promotions-grid{grid-template-columns:1fr}}.loading-more{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 0;gap:12px}.loading-more .spinner{animation:spin 1s linear infinite;color:#fd8d27}.loading-more span{color:#666;font-size:14px}.end-of-list{text-align:center;padding:32px 0;color:#666}.end-of-list p{font-size:16px;margin:0}.empty-state{background:#fff;border-radius:12px;padding:64px;text-align:center}.empty-state .empty-icon{font-size:64px;margin-bottom:24px}.empty-state h2{font-size:24px;font-weight:600;color:#333;margin:0 0 12px}.empty-state p{color:#666;margin:0 0 24px}.empty-state .btn{display:inline-block;padding:12px 24px;background:#fd8d27;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s}.empty-state .btn:hover{background:#ef7302}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px}@media(max-width:992px){.auth-page{padding:16px}}.auth-container{max-width:1100px;width:100%;background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;display:grid;grid-template-columns:1fr 1fr}@media(max-width:992px){.auth-container{grid-template-columns:1fr}}.auth-left{background:linear-gradient(135deg,#fd8d27,#d66702);color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:center}@media(max-width:992px){.auth-left{padding:32px;display:none}}.auth-left .auth-brand{margin-bottom:64px}.auth-left .auth-brand h1{font-size:36px;font-weight:700;margin:0 0 16px}.auth-left .auth-brand p{font-size:18px;opacity:.9;margin:0}.auth-left .auth-features{display:flex;flex-direction:column;gap:32px}.auth-left .auth-features .feature-item{display:flex;gap:16px}.auth-left .auth-features .feature-item .feature-icon{font-size:32px;flex-shrink:0}.auth-left .auth-features .feature-item .feature-text h3{font-size:18px;font-weight:600;margin:0 0 8px}.auth-left .auth-features .feature-item .feature-text p{font-size:14px;opacity:.85;margin:0}.auth-left .auth-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:32px}.auth-left .auth-stats .stat-item{text-align:center}.auth-left .auth-stats .stat-item .stat-number{font-size:28px;font-weight:700;margin-bottom:8px}.auth-left .auth-stats .stat-item .stat-label{font-size:12px;opacity:.85}.auth-right{padding:64px;display:flex;align-items:center;justify-content:center}@media(max-width:992px){.auth-right{padding:32px}}@media(max-width:768px){.auth-right{padding:24px}}.auth-form-container{width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:32px}.auth-header h2{font-size:28px;font-weight:700;color:#333;margin:0 0 12px}.auth-header p{font-size:14px;color:#666;margin:0}.auth-form .form-group{margin-bottom:24px}.auth-form .form-group label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:12px}.auth-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.auth-form .form-group .input-wrapper .input-icon{position:absolute;left:16px;color:#999;pointer-events:none}.auth-form .form-group .input-wrapper input{width:100%;padding:12px 16px 12px 48px;border:2px solid #e8e8e8;border-radius:10px;font-size:14px;transition:all .3s}.auth-form .form-group .input-wrapper input:focus{outline:none;border-color:#fd8d27;box-shadow:0 0 0 3px rgba(253,141,39,.1)}.auth-form .form-group .input-wrapper input:disabled{background:#f5f5f5;cursor:not-allowed}.auth-form .form-group .input-wrapper .input-toggle{position:absolute;right:16px;background:none;border:none;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.auth-form .form-group .input-wrapper .input-toggle:hover{color:#fd8d27}.auth-form .form-group .input-wrapper .input-toggle:disabled{cursor:not-allowed;opacity:.5}.auth-form .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:768px){.auth-form .form-options{flex-direction:column;align-items:flex-start;gap:12px}}.auth-form .form-options .checkbox-label{display:flex;align-items:center;gap:12px;font-size:14px;color:#666;cursor:pointer}.auth-form .form-options .checkbox-label input[type=checkbox]{cursor:pointer}.auth-form .form-options .forgot-link{font-size:14px;color:#fd8d27;text-decoration:none;font-weight:500}.auth-form .form-options .forgot-link:hover{text-decoration:underline}.auth-form .checkbox-label{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#666;cursor:pointer}.auth-form .checkbox-label input[type=checkbox]{margin-top:2px;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;border:none;text-decoration:none}.btn.btn-primary{background:#fd8d27;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#ef7302;transform:translateY(-1px);box-shadow:0 4px 12px rgba(253,141,39,.3)}.btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn.btn-block{width:100%;padding:16px}.btn.btn-social{width:100%;background:#fff;color:#333;border:2px solid #e8e8e8;padding:12px 16px}.btn.btn-social img{width:20px;height:20px}.btn.btn-social:hover:not(:disabled){border-color:#fd8d27;background:#f5f5f5}.btn.btn-social:disabled{opacity:.6;cursor:not-allowed}.btn .spinner{animation:spin 1s linear infinite}.alert{display:flex;gap:12px;padding:16px;border-radius:10px;margin-bottom:24px;font-size:14px}.alert svg{flex-shrink:0;margin-top:2px}.alert p{margin:0;line-height:1.5}.alert p+p{margin-top:4px}.alert.alert-error{background:#fff1f0;border:1px solid #ffccc7;color:#cf1322}.alert.alert-success{background:#f6ffed;border:1px solid #b7eb8f;color:#389e0d}.divider{display:flex;align-items:center;text-align:center;margin:32px 0}.divider:after,.divider:before{content:"";flex:1 1;border-bottom:1px solid #e8e8e8}.divider span{padding:0 16px;color:#999;font-size:14px}.social-login{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.social-login .btn-social{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;border:1px solid #dadce0;border-radius:4px;background:#fff;color:#3c4043;font-size:14px;cursor:pointer;transition:all .3s}.social-login .btn-social img{width:20px;height:20px;margin-right:12px;flex-shrink:0}.social-login .btn-social span{text-align:center;flex-grow:1}.social-login .btn-social:hover:not(:disabled){border-color:#fd8d27;background:#f5f5f5}.social-login .btn-social:disabled{opacity:.6;cursor:not-allowed}.social-login .btn-social .spinner{animation:spin 1s linear infinite;margin-right:12px}.social-login .btn-facebook,.social-login .btn-google{padding:16px 32px}.auth-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8}.auth-footer p{margin:0;font-size:14px;color:#666}.auth-footer p .link-primary{color:#fd8d27;text-decoration:none;font-weight:600}.auth-footer p .link-primary:hover{text-decoration:underline}.promotion-detail-layout{display:grid;grid-template-columns:1fr;grid-template-areas:"main" "sidebar" "related";grid-gap:24px;gap:24px;margin-top:24px}.promotion-detail-layout .promotion-sidebar{grid-area:sidebar}.promotion-detail-layout .promotion-main{grid-area:main}.promotion-detail-layout .promotion-related{grid-area:related;display:none}@media(min-width:768px){.promotion-detail-layout{grid-template-columns:60px 1fr;grid-template-areas:"sidebar main" "sidebar main"}}@media(min-width:1200px){.promotion-detail-layout{grid-template-columns:80px 1fr 300px;grid-template-areas:"sidebar main related"}.promotion-detail-layout .promotion-related{display:block}.promotion-detail-layout:not(:has(.promotion-related)){grid-template-columns:80px 1fr;grid-template-areas:"sidebar main"}}.promotion-sidebar{display:none}@media(min-width:768px){.promotion-sidebar{display:block;position:-webkit-sticky;position:sticky;top:80px;height:-moz-fit-content;height:fit-content}}.vote-buttons{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;border:2px solid #e8e8e8;transition:all .3s}@media(min-width:768px){.vote-buttons{flex-direction:column;gap:12px}}.vote-buttons.status-top{border-color:#ffc107;background:linear-gradient(180deg,#fff,#fffbe6)}.vote-buttons.status-trending{border-color:#fd8d27;background:linear-gradient(180deg,#fff,rgba(253,141,39,.05))}.vote-buttons .popularity-indicator{order:1}@media(min-width:768px){.vote-buttons .popularity-indicator{margin-bottom:12px}}.vote-buttons .popularity-indicator .pop-icon.top{color:#ffc107;animation:pop-bounce 1.5s ease-in-out infinite}.vote-buttons .popularity-indicator .pop-icon.trending{color:#fd8d27;animation:pop-float 2s ease-in-out infinite}.vote-buttons .vote-btn{width:44px;height:44px;border-radius:50%;border:2px solid #e8e8e8;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#666;order:2}@media(min-width:768px){.vote-buttons .vote-btn{width:48px;height:48px}}.vote-buttons .vote-btn:hover:not(:disabled){transform:scale(1.1)}.vote-buttons .vote-btn:disabled{opacity:.3;cursor:not-allowed}.vote-buttons .vote-btn.vote-up:hover{border-color:#52c41a;color:#52c41a;background:#e4fad9}.vote-buttons .vote-btn.vote-up.active{background:#52c41a;border-color:#52c41a;color:#fff}.vote-buttons .vote-count{font-size:20px;font-weight:700;color:#333;order:3}@media(min-width:768px){.vote-buttons .vote-count{font-size:24px;padding:12px 0}}.vote-buttons .vote-count.positive{color:#52c41a}.vote-buttons .popularity-label{font-size:11px;font-weight:600;text-align:center;color:#666;order:4}@media(min-width:768px){.vote-buttons .popularity-label{margin-top:12px}}@keyframes pop-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pop-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.1)}}.promotion-detail-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 20px rgba(0,0,0,.05);margin-bottom:24px}.promotion-detail-card .promotion-mobile-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e8e8e8;margin-bottom:16px}@media(min-width:768px){.promotion-detail-card .promotion-mobile-header{display:none}}.promotion-detail-card .promotion-mobile-header .header-left{display:flex;align-items:center}.promotion-detail-card .promotion-mobile-header .header-left .store-badge{margin:0;background:#f5f5f5;padding:5px 12px;border-radius:6px;font-size:14px;font-weight:700;display:flex;align-items:center;gap:6px;color:#333}.promotion-detail-card .promotion-mobile-header .header-left .store-badge svg{color:#fd8d27}.promotion-detail-card .promotion-mobile-header .header-right{display:flex;align-items:center;gap:8px}.promotion-detail-card .promotion-mobile-header .header-right .time-badge{font-size:12px;color:#999;display:flex;align-items:center;gap:4px}.promotion-detail-card .promotion-mobile-header .header-right .time-badge:before{content:"•";color:#ccc}@media(min-width:768px){.promotion-detail-card{padding:32px}}.promotion-detail-card .promotion-content-grid{display:flex;flex-direction:column;gap:24px}@media(min-width:1200px){.promotion-detail-card .promotion-content-grid{display:grid;grid-template-columns:40% 1fr;grid-gap:32px;gap:32px;align-items:start}}.promotion-detail-card .content-left{width:100%}.promotion-detail-card .content-left .promotion-image-container{position:relative;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e8e8e8;display:flex;justify-content:center;align-items:center;padding:16px}@media(min-width:1200px){.promotion-detail-card .content-left .promotion-image-container{position:-webkit-sticky;position:sticky;top:100px}}.promotion-detail-card .content-left .promotion-image-container img{width:100%;height:auto;max-height:250px;object-fit:contain}@media(min-width:768px){.promotion-detail-card .content-left .promotion-image-container img{max-height:400px}}.promotion-detail-card .content-left .promotion-image-container .discount-badge{position:absolute;top:12px;left:12px;background:#ff4d4f;color:#fff;padding:6px 14px;border-radius:30px;font-weight:700;font-size:16px;box-shadow:0 4px 10px rgba(220,53,69,.3)}.promotion-detail-card .content-left .promotion-image-container.expired{filter:grayscale(100%);opacity:.8}.promotion-detail-card .content-left .promotion-image-container.expired .expired-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:10px 0;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;z-index:10}.promotion-detail-card .content-left .promotion-image-placeholder{width:100%;height:300px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#999}.promotion-detail-card .content-right{display:flex;flex-direction:column}.promotion-detail-card .content-right .promotion-meta-header{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;border-bottom:1px solid #e8e8e8;padding-bottom:16px}@media(max-width:768px){.promotion-detail-card .content-right .promotion-meta-header.desktop-only{display:none}}.promotion-detail-card .content-right .promotion-meta-header .meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.promotion-detail-card .content-right .promotion-meta-header .meta-row.secondary{margin-top:4px}.promotion-detail-card .content-right .promotion-meta-header .store-badge{display:flex;align-items:center;gap:6px;background:#f5f5f5;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;color:#333}.promotion-detail-card .content-right .promotion-meta-header .store-badge svg{color:#fd8d27}.promotion-detail-card .content-right .promotion-meta-header .category-link{color:#666;font-size:13px;text-decoration:none;font-weight:500}.promotion-detail-card .content-right .promotion-meta-header .category-link:hover{color:#fd8d27;text-decoration:underline}.promotion-detail-card .content-right .promotion-meta-header .meta-item{display:flex;align-items:center;gap:4px;font-size:12px;color:#999}.promotion-detail-card .content-right .promotion-title{font-size:20px;line-height:1.3;font-weight:700;color:#333;margin:0 0 16px}@media(min-width:768px){.promotion-detail-card .content-right .promotion-title{font-size:28px}}.promotion-detail-card .content-right .price-and-vote-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}@media(min-width:768px){.promotion-detail-card .content-right .price-and-vote-wrapper{display:block}}.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block{margin-bottom:0;flex:1 1}@media(min-width:768px){.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block{margin-bottom:24px}}.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block .price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px}.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block .price-row .current-price{font-size:24px;font-weight:800;color:#fd8d27;line-height:1}@media(min-width:768px){.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block .price-row .current-price{font-size:32px}}.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block .price-row .old-price{font-size:18px;color:#999;text-decoration:line-through}.promotion-detail-card .content-right .price-and-vote-wrapper .promotion-prices-block .savings-badge{display:inline-block;font-size:13px;color:#52c41a;background:rgba(82,196,26,.1);padding:4px 8px;border-radius:4px;font-weight:600}@media(min-width:768px){.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline{display:none}}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons{display:inline-flex;flex-direction:row;align-items:center;background:#f8f9fa;border:1px solid #e8e8e8;border-radius:50px;padding:3px 5px;gap:3px;box-shadow:0 2px 10px rgba(0,0,0,.03)}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .vote-btn{width:38px;height:38px;border:none;background:#fff;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;color:#555;transition:all .2s}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .vote-btn svg{width:18px;height:18px}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .vote-btn.active{background:#52c41a;color:#fff;box-shadow:0 4px 12px rgba(82,196,26,.3)}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .vote-count{font-size:15px;font-weight:700;padding-right:10px;color:#333}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .vote-count.positive{color:#52c41a}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .vote-count.negative{color:#ff4d4f}.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .popularity-indicator,.promotion-detail-card .content-right .price-and-vote-wrapper .mobile-vote-inline .vote-buttons .popularity-label{display:none}.promotion-detail-card .content-right .promotion-main-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media(min-width:768px){.promotion-detail-card .content-right .promotion-main-actions{flex-direction:row}.promotion-detail-card .content-right .promotion-main-actions .btn{flex:1 1}}.promotion-detail-card .content-right .promotion-main-actions .btn-large{padding:16px;font-size:16px;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px rgba(253,141,39,.2);transition:all .2s}.promotion-detail-card .content-right .promotion-main-actions .btn-large:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(253,141,39,.3)}.promotion-detail-card .content-right .promotion-main-actions .btn-share{padding:16px;font-size:16px;font-weight:600;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;color:#555;border-color:#ddd}.promotion-detail-card .content-right .promotion-main-actions .btn-share:hover{background:#f8f9fa;border-color:#ccc;color:#333}.promotion-detail-card .content-right .promotion-coupon-block{background:#fff8e1;border:1px dashed #ffc107;border-radius:8px;padding:16px;margin-bottom:24px}.promotion-detail-card .content-right .promotion-coupon-block .coupon-label{font-size:13px;color:#856404;margin-bottom:8px;font-weight:600}.promotion-detail-card .content-right .promotion-coupon-block .coupon-row{display:flex;gap:12px}.promotion-detail-card .content-right .promotion-coupon-block .coupon-row code{flex:1 1;background:#fff;border:1px solid #ffd54f;padding:10px;border-radius:6px;font-family:monospace;font-size:18px;font-weight:700;color:#333;text-align:center;letter-spacing:1px}.promotion-detail-card .content-right .promotion-coupon-block .coupon-row .btn-copy{background:#ffc107;color:#333;border:none;padding:0 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.promotion-detail-card .content-right .promotion-coupon-block .coupon-row .btn-copy:hover{background:#d39e00}.promotion-detail-card .content-right .promotion-description-block{margin-bottom:32px}.promotion-detail-card .content-right .promotion-description-block h3{font-size:18px;font-weight:600;border-bottom:2px solid #f5f5f5;padding-bottom:12px;margin-bottom:16px;display:inline-block}.promotion-detail-card .content-right .promotion-description-block p{font-size:15px;line-height:1.6;color:#555}.promotion-detail-card .content-right .promotion-card-footer{display:flex;flex-direction:column;align-items:flex-start;padding-top:16px;border-top:1px solid #f5f5f5;margin-top:auto}.promotion-detail-card .content-right .promotion-card-footer .post-meta-footer{width:100%}.promotion-detail-card .content-right .promotion-card-footer .post-meta-footer .meta-info{font-size:13px;color:#888}.promotion-detail-card .content-right .promotion-card-footer .post-meta-footer .meta-info strong{color:#333;font-weight:600}.report-menu-container{position:relative;margin-left:auto}.report-menu-container .report-menu-trigger{background:transparent;border:none;padding:6px;border-radius:50%;cursor:pointer;color:#999;display:flex;align-items:center;justify-content:center;transition:all .2s}.report-menu-container .report-menu-trigger:hover{background:#f5f5f5;color:#333}.report-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);min-width:160px;z-index:100;overflow:hidden;animation:fadeIn .15s ease}.report-dropdown .report-dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:12px 16px;border:none;background:transparent;font-size:14px;color:#333;cursor:pointer;transition:background .2s;text-align:left}.report-dropdown .report-dropdown-item:hover{background:#f5f5f5}.report-dropdown .report-dropdown-item svg{color:#999}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:fadeIn .2s ease}.report-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .25s ease}.report-modal .report-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e8e8e8}.report-modal .report-modal-header h3{font-size:18px;font-weight:600;margin:0}.report-modal .report-modal-header .report-modal-close{background:transparent;border:none;padding:6px;border-radius:50%;cursor:pointer;color:#999;transition:all .2s}.report-modal .report-modal-header .report-modal-close:hover{background:#f5f5f5;color:#333}.report-modal .report-modal-body{padding:24px}.report-modal .report-modal-body .report-modal-subtitle{font-size:14px;color:#666;margin:0 0 16px}.report-modal .report-modal-body .report-loading{text-align:center;padding:32px;color:#999}.report-modal .report-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e8e8e8}.report-modal .report-modal-footer .btn{padding:10px 20px;font-weight:600}.report-options{display:flex;flex-direction:column;gap:12px}.report-option{display:flex;align-items:flex-start;gap:16px;padding:16px;border:2px solid #e8e8e8;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.report-option svg{flex-shrink:0;color:#999;margin-top:2px}.report-option .report-option-content{display:flex;flex-direction:column;gap:2px}.report-option .report-option-label{font-size:15px;font-weight:600;color:#333}.report-option .report-option-desc{font-size:13px;color:#999}.report-option .report-option-reported{font-size:12px;color:#fd8d27;font-weight:600;margin-top:4px}.report-option:hover:not(.disabled){border-color:#cfcfcf;background:#f5f5f5}.report-option.selected{border-color:#fd8d27;background:rgba(253,141,39,.05)}.report-option.selected svg{color:#fd8d27}.report-option.disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}.report-other-input{margin-top:16px;position:relative}.report-other-input textarea{width:100%;padding:16px;border:2px solid #e8e8e8;border-radius:8px;font-size:14px;resize:none;font-family:inherit;transition:border-color .2s}.report-other-input textarea:focus{outline:none;border-color:#fd8d27}.report-other-input textarea::placeholder{color:#aaa}.report-other-input .char-count{position:absolute;bottom:8px;right:12px;font-size:11px;color:#999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.promotion-related{position:-webkit-sticky;position:sticky;top:80px;height:-moz-fit-content;height:fit-content}.promotion-related .related-card{background:#fff;border-radius:12px;padding:24px}.promotion-related .related-card h3{font-size:18px;font-weight:600;margin:0 0 16px}.promotion-related .related-list{display:flex;flex-direction:column;gap:12px}.promotion-related .related-item{display:flex;gap:12px;padding:12px;border-radius:8px;text-decoration:none;color:inherit;transition:background .2s}.promotion-related .related-item:hover{background:#f5f5f5}.promotion-related .related-item .related-item-image{width:72px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f5f5f5;position:relative;display:flex;align-items:center;justify-content:center}.promotion-related .related-item .related-item-image img{width:100%;height:100%;object-fit:cover}.promotion-related .related-item .related-item-image.expired{filter:grayscale(100%);opacity:.6}.promotion-related .related-item .related-item-image .related-discount{position:absolute;top:4px;left:4px;background:#ff4d4f;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px}.promotion-related .related-item .related-item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.promotion-related .related-item .related-item-info .related-item-title{font-size:13px;font-weight:600;color:#333;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.promotion-related .related-item .related-item-info .related-item-price{display:flex;align-items:baseline;gap:6px}.promotion-related .related-item .related-item-info .related-item-price .price-current{font-size:14px;font-weight:700;color:#fd8d27}.promotion-related .related-item .related-item-info .related-item-price .price-old{font-size:11px;color:#999;text-decoration:line-through}.promotion-related .related-item .related-item-info .related-item-store{display:flex;align-items:center;gap:4px;font-size:11px;color:#999}.related-section-mobile{margin-top:32px;padding-top:32px;border-top:1px solid #e8e8e8}@media(min-width:1200px){.related-section-mobile{display:none}}.related-section-mobile h3{font-size:18px;font-weight:600;margin:0 0 24px}.related-section-mobile .related-list-mobile{display:flex;flex-direction:column;gap:16px}.related-section-mobile .related-mobile-item{display:flex;background:#fff;border-radius:12px;padding:16px;gap:16px;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid transparent;transition:all .2s}.related-section-mobile .related-mobile-item:active{transform:scale(.98);background:#f5f5f5}.related-section-mobile .related-mobile-item .mobile-item-image{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f5f5f5;position:relative;display:flex;align-items:center;justify-content:center}.related-section-mobile .related-mobile-item .mobile-item-image img{width:100%;height:100%;object-fit:cover}.related-section-mobile .related-mobile-item .mobile-item-image.expired{filter:grayscale(100%);opacity:.6}.related-section-mobile .related-mobile-item .mobile-item-image .mobile-discount{position:absolute;top:6px;left:6px;background:#ff4d4f;color:#fff;font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.related-section-mobile .related-mobile-item .mobile-item-info{display:flex;flex-direction:column;justify-content:center;flex:1 1;min-width:0}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:12px;color:#888}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-header .mobile-store{display:flex;align-items:center;gap:4px}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-header .mobile-store svg{color:#999}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-header .mobile-likes{display:flex;align-items:center;gap:4px;color:#fd8d27;font-weight:600}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-title{font-size:15px;font-weight:500;color:#333;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-price{display:flex;align-items:baseline;gap:8px}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-price .price-current{font-size:18px;font-weight:700;color:#fd8d27}.related-section-mobile .related-mobile-item .mobile-item-info .mobile-item-price .price-old{font-size:13px;color:#bbb;text-decoration:line-through}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#666;margin-bottom:16px;flex-wrap:wrap}@media(min-width:768px){.breadcrumb{gap:12px;font-size:14px;margin-bottom:24px}}.breadcrumb a{display:flex;align-items:center;gap:4px;color:inherit;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#fd8d27}.breadcrumb a svg{width:18px;height:18px}@media(min-width:768px){.breadcrumb a svg{width:20px;height:20px}}.breadcrumb span{color:#ccc}.error-page,.loading-page{text-align:center;padding:64px 0}@media(min-width:768px){.error-page,.loading-page{padding:96px 0}}.error-page .spinner,.loading-page .spinner{animation:spin 1s linear infinite;color:#fd8d27;margin:0 auto 16px}@media(min-width:768px){.error-page .spinner,.loading-page .spinner{margin:0 auto 24px}}.error-page h1,.loading-page h1{font-size:20px;margin-bottom:12px}@media(min-width:768px){.error-page h1,.loading-page h1{font-size:24px;margin-bottom:16px}}.error-page p,.loading-page p{color:#666;font-size:14px;margin-bottom:16px}@media(min-width:768px){.error-page p,.loading-page p{font-size:16px;margin-bottom:24px}}.submit-promotion-page{max-width:800px;margin:0 auto;padding:32px 0}.submit-promotion-page .page-header{text-align:center;margin-bottom:32px}.submit-promotion-page .page-header h1{font-size:32px;font-weight:700;color:#333;margin:0 0 12px}@media(max-width:768px){.submit-promotion-page .page-header h1{font-size:24px}}.submit-promotion-page .page-header p{font-size:16px;color:#666;margin:0}.submit-promotion-page .promotion-form{background:#fff;border-radius:12px;padding:32px}@media(max-width:768px){.submit-promotion-page .promotion-form{padding:24px}}.submit-promotion-page .promotion-form .form-section{padding-bottom:32px}.submit-promotion-page .promotion-form .form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.submit-promotion-page .promotion-form .form-section h3{font-size:20px;font-weight:600;color:#333;margin:0 0 24px}.submit-promotion-page .promotion-form .form-group{margin-bottom:24px}.submit-promotion-page .promotion-form .form-group:last-child{margin-bottom:0}.submit-promotion-page .promotion-form .form-group label{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.submit-promotion-page .promotion-form .form-group input[type=date],.submit-promotion-page .promotion-form .form-group input[type=number],.submit-promotion-page .promotion-form .form-group input[type=text],.submit-promotion-page .promotion-form .form-group input[type=url],.submit-promotion-page .promotion-form .form-group select,.submit-promotion-page .promotion-form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #e8e8e8;border-radius:8px;font-size:14px;font-family:inherit;color:#333;background-color:#fff;transition:border-color .2s}.submit-promotion-page .promotion-form .form-group input[type=date]:focus,.submit-promotion-page .promotion-form .form-group input[type=number]:focus,.submit-promotion-page .promotion-form .form-group input[type=text]:focus,.submit-promotion-page .promotion-form .form-group input[type=url]:focus,.submit-promotion-page .promotion-form .form-group select:focus,.submit-promotion-page .promotion-form .form-group textarea:focus{outline:none;border-color:#fd8d27}.submit-promotion-page .promotion-form .form-group input[type=date]:disabled,.submit-promotion-page .promotion-form .form-group input[type=number]:disabled,.submit-promotion-page .promotion-form .form-group input[type=text]:disabled,.submit-promotion-page .promotion-form .form-group input[type=url]:disabled,.submit-promotion-page .promotion-form .form-group select:disabled,.submit-promotion-page .promotion-form .form-group textarea:disabled{background-color:#d3d3d3;cursor:not-allowed}.submit-promotion-page .promotion-form .form-group textarea{resize:vertical;min-height:100px}.submit-promotion-page .promotion-form .form-group small{font-size:12px;color:#999;margin-top:8px;display:block}.submit-promotion-page .promotion-form .form-row{display:flex;gap:24px}@media(max-width:768px){.submit-promotion-page .promotion-form .form-row{flex-direction:column;gap:16px}}.submit-promotion-page .promotion-form .form-row .form-group{flex:1 1;margin-bottom:0}.submit-promotion-page .promotion-form .alert{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;margin-bottom:24px}.submit-promotion-page .promotion-form .alert svg{flex-shrink:0}.submit-promotion-page .promotion-form .alert p{margin:0;font-size:14px}.submit-promotion-page .promotion-form .alert.alert-error{background-color:#fff;border:1px solid #ff4d4f;color:#ff4d4f;font-weight:600}.submit-promotion-page .promotion-form .alert.alert-success{background-color:#caf5b5;border:1px solid #52c41a;color:#52c41a;font-weight:600}.submit-promotion-page .promotion-form .image-preview-url{margin-top:16px;border-radius:12px;border:2px solid #e8e8e8;height:400px;width:100%;display:inline-flex;align-items:center;justify-content:center;padding:3px}.submit-promotion-page .promotion-form .image-preview-url img{height:100%;max-width:80%;width:100%;object-fit:contain;display:block}@media(max-width:768px){.submit-promotion-page .promotion-form .image-preview-url img{max-width:80%}}.submit-promotion-page .promotion-form .form-actions{display:flex;gap:16px;justify-content:flex-end;margin-top:32px;padding-top:32px;border-top:1px solid #e8e8e8}@media(max-width:768px){.submit-promotion-page .promotion-form .form-actions{flex-direction:column-reverse}.submit-promotion-page .promotion-form .form-actions .btn{width:100%}}.submit-promotion-page .promotion-form .form-actions .btn{padding:16px 32px;font-size:16px;font-weight:600}.submit-promotion-page .tips-section{background:#fff;border:1px solid #fff8f1;border-radius:12px;padding:32px}.submit-promotion-page .tips-section h3{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.submit-promotion-page .tips-section ul{list-style:none;padding:0;margin:0}.submit-promotion-page .tips-section ul li{padding:12px 0 12px 24px;position:relative;font-size:14px;color:#666}.submit-promotion-page .tips-section ul li:before{content:"✓";position:absolute;left:0;color:#fd8d27;font-weight:700}.submit-promotion-page .link-input-step{background:#fff;border-radius:12px;padding:48px 32px}@media(max-width:768px){.submit-promotion-page .link-input-step{padding:32px 24px}}.submit-promotion-page .link-input-step .link-step-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;margin:0 auto}.submit-promotion-page .link-input-step .link-step-icon{width:64px;height:64px;border-radius:50%;background:#fffdfb;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fd8d27}.submit-promotion-page .link-input-step h2{font-size:24px;font-weight:700;color:#333;margin:0 0 12px}@media(max-width:768px){.submit-promotion-page .link-input-step h2{font-size:20px}}.submit-promotion-page .link-input-step .link-step-description{font-size:15px;color:#666;margin:0 0 32px;line-height:1.5}.submit-promotion-page .link-input-step .link-input-wrapper{width:100%;margin-bottom:32px}.submit-promotion-page .link-input-step .link-input-group{display:flex;align-items:center;border:2px solid #e8e8e8;border-radius:10px;background:#fff;transition:border-color .2s,box-shadow .2s;overflow:hidden}.submit-promotion-page .link-input-step .link-input-group:focus-within{border-color:#fd8d27;box-shadow:0 0 0 3px rgba(253,141,39,.12)}.submit-promotion-page .link-input-step .link-input-group.has-error{border-color:#ff4d4f}.submit-promotion-page .link-input-step .link-input-group.has-error:focus-within{box-shadow:0 0 0 3px rgba(255,77,79,.12)}.submit-promotion-page .link-input-step .link-input-group.is-valid{border-color:#52c41a}.submit-promotion-page .link-input-step .link-input-group.is-valid:focus-within{box-shadow:0 0 0 3px rgba(82,196,26,.12)}.submit-promotion-page .link-input-step .link-input-group .link-input-icon{display:flex;align-items:center;padding:0 16px;color:#999}.submit-promotion-page .link-input-step .link-input-group input{flex:1 1;border:none;outline:none;font-size:15px;padding:14px 0;color:#333;background:transparent;min-width:0}.submit-promotion-page .link-input-step .link-input-group input::placeholder{color:#bbb}.submit-promotion-page .link-input-step .link-input-group .paste-btn{display:flex;align-items:center;justify-content:center;padding:0 16px;border:none;background:transparent;color:#999;cursor:pointer;transition:color .2s}.submit-promotion-page .link-input-step .link-input-group .paste-btn:hover{color:#fd8d27}.submit-promotion-page .link-input-step .link-error-message{display:block;text-align:left;font-size:13px;color:#ff4d4f;margin-top:8px}.submit-promotion-page .link-input-step .advance-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 40px;font-size:16px;font-weight:600;color:#fff;background:#fd8d27;border:none;border-radius:28px;cursor:pointer;transition:background .2s,transform .15s,opacity .2s}.submit-promotion-page .link-input-step .advance-btn:hover:not(:disabled){background:#f97802;transform:translateY(-1px)}.submit-promotion-page .link-input-step .advance-btn:active:not(:disabled){transform:translateY(0)}.submit-promotion-page .link-input-step .advance-btn:disabled{opacity:.5;cursor:not-allowed}.submit-promotion-page .link-input-step .manual-fill-btn{margin-top:16px;background:transparent;border:none;color:#999;font-size:14px;text-decoration:underline;cursor:pointer;transition:color .2s}.submit-promotion-page .link-input-step .manual-fill-btn:hover{color:#fd8d27}.submit-promotion-page .loading-scraper-overlay{background:#fff;border-radius:12px;padding:48px 32px}@media(max-width:768px){.submit-promotion-page .loading-scraper-overlay{padding:32px 24px}}.submit-promotion-page .loading-scraper-overlay .loading-scraper-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:520px;margin:0 auto}.submit-promotion-page .loading-scraper-overlay .loading-scraper-animation{margin-bottom:32px;color:#fd8d27}.submit-promotion-page .loading-scraper-overlay .loading-scraper-animation .loading-spin-icon{animation:scraper-spin 1s linear infinite}.submit-promotion-page .loading-scraper-overlay h2{font-size:22px;font-weight:700;color:#333;margin:0 0 32px;line-height:1.4}@media(max-width:768px){.submit-promotion-page .loading-scraper-overlay h2{font-size:18px}}.submit-promotion-page .loading-scraper-overlay .loading-progress-bar{width:100%;max-width:320px;height:4px;background:#e8e8e8;border-radius:2px;overflow:hidden;margin-bottom:32px}.submit-promotion-page .loading-scraper-overlay .loading-progress-bar .loading-progress-fill{height:100%;width:40%;background:#fd8d27;border-radius:2px;animation:scraper-progress 1.8s ease-in-out infinite}.submit-promotion-page .loading-scraper-overlay .loading-tip{display:flex;align-items:flex-start;gap:12px;text-align:left;padding:16px 24px;background:#fff;border-radius:10px;max-width:480px}.submit-promotion-page .loading-scraper-overlay .loading-tip svg{flex-shrink:0;color:#fd8d27;margin-top:2px}.submit-promotion-page .loading-scraper-overlay .loading-tip p{font-size:14px;color:#555;margin:0;line-height:1.5}.submit-promotion-page .loading-scraper-overlay .loading-tip p strong{color:#fd8d27}.submit-promotion-page .url-indicator{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #fff2e7;border-radius:8px;margin-bottom:24px;font-size:13px}.submit-promotion-page .url-indicator svg{flex-shrink:0;color:#fd8d27}.submit-promotion-page .url-indicator .url-indicator-text{flex:1 1;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submit-promotion-page .url-indicator .url-indicator-change{flex-shrink:0;border:none;background:transparent;color:#fd8d27;font-weight:600;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s}.submit-promotion-page .url-indicator .url-indicator-change:hover{background:#fff8f1}.submit-promotion-page .url-indicator .url-indicator-change:disabled{opacity:.5;cursor:not-allowed}.submit-promotion-page .scraper-info-banner{display:flex;align-items:center;gap:24px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 4px 12px rgba(0,0,0,.03);animation:slide-up .4s ease-out}@media(max-width:768px){.submit-promotion-page .scraper-info-banner{flex-direction:column;text-align:center;padding:24px;gap:12px}}.submit-promotion-page .scraper-info-banner .banner-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#fffdfb;display:flex;align-items:center;justify-content:center;color:#fd8d27}@media(max-width:768px){.submit-promotion-page .scraper-info-banner .banner-icon{width:40px;height:40px}}.submit-promotion-page .scraper-info-banner .banner-content{flex:1 1;display:flex;flex-direction:column;gap:4px}.submit-promotion-page .scraper-info-banner .banner-content h3{font-size:18px;font-weight:700;color:#333;margin:0 0 4px}@media(max-width:768px){.submit-promotion-page .scraper-info-banner .banner-content h3{font-size:16px}}.submit-promotion-page .scraper-info-banner .banner-content p{font-size:14px;color:#666;margin:0;line-height:1.5}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scraper-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes scraper-progress{0%{transform:translateX(-100%)}50%{transform:translateX(150%)}to{transform:translateX(350%)}}.profile-page{background:#f8f9fa;padding:24px 0 48px}.profile-page .profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.profile-page .profile-loading .spinner{animation:spin 1s linear infinite;color:#fd8d27}.profile-page .profile-loading p{color:#666;font-size:1rem}.profile-header{margin-bottom:32px}.profile-header .back-button{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:.9rem;margin-bottom:16px;transition:color .2s ease}.profile-header .back-button:hover{color:#fd8d27}.profile-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.profile-header .profile-subtitle{font-size:1rem;color:#666;margin:0}.profile-content{display:grid;grid-template-columns:320px 1fr;grid-gap:32px;gap:32px;align-items:start}@media(max-width:992px){.profile-content{grid-template-columns:1fr}}.profile-sidebar{position:-webkit-sticky;position:sticky;top:100px}@media(max-width:992px){.profile-sidebar{position:static}}.sidebar-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08)}.sidebar-header{background:#fd8d27;padding:32px 24px;display:flex;justify-content:center;position:relative}.sidebar-header:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:60px;height:60px;background:inherit;border-radius:50%;z-index:0}.avatar-container{position:relative;z-index:1}.avatar-container .user-avatar{border:4px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.15)}.avatar-container .avatar-overlay{position:absolute;bottom:4px;right:4px;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease}.avatar-container .avatar-overlay svg{color:#fd8d27}.avatar-container .avatar-overlay:hover{transform:scale(1.1);background:#fd8d27}.avatar-container .avatar-overlay:hover svg{color:#fff}.avatar-container .avatar-overlay.avatar-loading{background:hsla(0,0%,100%,.9);cursor:default}.avatar-container .avatar-overlay.avatar-loading:hover{transform:none;background:hsla(0,0%,100%,.9)}.avatar-container .avatar-overlay.avatar-loading .spinner{animation:spin 1s linear infinite;color:#fd8d27}.avatar-container .avatar-actions{position:absolute;bottom:0;right:0;display:flex;gap:6px}.avatar-container .avatar-action-btn{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease;border:none;padding:0}.avatar-container .avatar-action-btn svg{color:#666}.avatar-container .avatar-action-btn:hover{transform:scale(1.1)}.avatar-container .avatar-action-btn.upload-btn:hover{background:#fd8d27}.avatar-container .avatar-action-btn.upload-btn:hover svg{color:#fff}.avatar-container .avatar-action-btn.delete-btn:hover{background:#ff4d4f}.avatar-container .avatar-action-btn.delete-btn:hover svg{color:#fff}.sidebar-body{padding:32px 24px;text-align:center}.sidebar-body .user-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}.sidebar-body .role-badge{display:inline}.sidebar-body .role-badge .ant-badge-status-text{font-size:.85rem;font-weight:500}.sidebar-body .user-meta{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.sidebar-body .user-meta .meta-item{display:flex;align-items:center;justify-content:center;gap:8px;color:#888;font-size:.9rem}.user-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:24px;padding:16px;background:#f8f9fa;border-radius:12px}.user-stats .stat-item{display:flex;align-items:center;gap:12px;padding:12px}.user-stats .stat-item svg{color:#fd8d27}.user-stats .stat-item .stat-info{display:flex;flex-direction:column;text-align:left}.user-stats .stat-item .stat-info .stat-value{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1}.user-stats .stat-item .stat-info .stat-label{font-size:.75rem;color:#888}.user-bio{margin-top:24px;padding:16px;background:linear-gradient(135deg,rgba(253,141,39,.05),rgba(253,141,39,.1));border-radius:12px;border-left:3px solid #fd8d27}.user-bio p{margin:0;font-style:italic;color:#555;font-size:.95rem;line-height:1.5}.profile-main{width:100%}.form-card{background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.08);overflow:hidden}.form-card-header{display:flex;align-items:center;gap:16px;padding:24px 32px;background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:1px solid #f0f0f0}.form-card-header svg{color:#fd8d27}.form-card-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.form-card-header p{margin:0;font-size:.9rem;color:#888}.form-loading,.profile-form{padding:32px}.profile-form .ant-form-item-label>label{font-weight:600;color:#333}.profile-form .ant-input,.profile-form .ant-input-affix-wrapper{border-radius:10px;border:2px solid #e8e8e8;transition:all .2s ease}.profile-form .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,.profile-form .ant-input-affix-wrapper:focus,.profile-form .ant-input-affix-wrapper:hover,.profile-form .ant-input.ant-input-affix-wrapper-focused,.profile-form .ant-input:focus,.profile-form .ant-input:hover{border-color:#fd8d27;box-shadow:0 0 0 3px rgba(253,141,39,.1)}.profile-form .ant-input-textarea textarea{border-radius:10px;border:2px solid #e8e8e8;transition:all .2s ease}.profile-form .ant-input-textarea textarea:focus,.profile-form .ant-input-textarea textarea:hover{border-color:#fd8d27;box-shadow:0 0 0 3px rgba(253,141,39,.1)}.profile-form .input-icon{color:#aaa}.role-display{margin-bottom:24px}.role-display label{display:block;font-weight:600;color:#333;margin-bottom:8px}.role-display .role-value{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background:#f8f9fa;border-radius:10px;font-size:.95rem;color:#555}.role-display .role-value svg{color:#fd8d27}.role-display .role-value .ant-badge{margin-left:8px}.form-actions{margin-top:32px;margin-bottom:0;padding-top:24px;border-top:1px solid #f0f0f0}@media(max-width:768px){.profile-page{padding:16px 0 32px}.profile-header h1{font-size:1.5rem}.sidebar-card{border-radius:16px}.sidebar-header{padding:24px}.avatar-container .ant-avatar{width:80px!important;height:80px!important}.sidebar-body{padding:24px}.sidebar-body .user-name{font-size:1.25rem}.user-stats .stat-item{flex-direction:column;text-align:center}.user-stats .stat-item .stat-info{text-align:center}.form-card{border-radius:16px}.form-card-header{padding:16px 24px}.form-card-header h3{font-size:1.1rem}.profile-form{padding:24px}}.settings-page{padding:32px 0;min-height:calc(100vh - 200px);background:#f5f5f5}@media(max-width:768px){.settings-page{padding:24px 0}}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#666}.settings-loading .spinner{animation:spin 1s linear infinite}.settings-header{margin-bottom:32px}.settings-header .back-button{display:inline-flex;align-items:center;gap:12px;color:#666;font-size:14px;transition:color .2s}.settings-header .back-button:hover{color:#fd8d27}.settings-header h1{font-size:28px;font-weight:700;color:#333;margin:0}@media(max-width:768px){.settings-header h1{font-size:22px}}.settings-content{display:flex;flex-direction:column;gap:24px;max-width:700px}.settings-card{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e8e8e8}.settings-card.settings-card-disabled{opacity:.6}.settings-card-header{display:flex;align-items:flex-start;gap:16px;padding-bottom:24px;border-bottom:1px solid #e8e8e8;margin-bottom:24px}.settings-card-header svg{color:#fd8d27;flex-shrink:0}.settings-card-header h3{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.settings-card-header p{font-size:14px;color:#666;margin:0}.settings-section h4{font-size:16px;font-weight:600;color:#333;margin:0 0 12px}.settings-section .section-description{font-size:14px;color:#666;margin:0 0 24px}.settings-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.settings-toggle-row .toggle-info{flex:1 1}.settings-toggle-row .toggle-info h4{margin-bottom:8px}.settings-toggle-row .toggle-info .toggle-description{font-size:14px;color:#666;margin:0;line-height:1.5}.settings-toggle-row .ant-switch{flex-shrink:0;margin-top:4px}.settings-note{font-size:13px;color:#888;background:#f9f9f9;padding:12px 16px;border-radius:8px;margin:0;line-height:1.5}.settings-note .link-primary{color:#fd8d27;font-weight:500}.settings-note .link-primary:hover{text-decoration:underline}.settings-form{max-width:400px}.settings-form .ant-form-item{margin-bottom:24px}.success-message{text-align:center;padding:32px;background:#f6ffed;border-radius:12px;border:1px solid #b7eb8f}.success-message svg{color:#52c41a;margin-bottom:16px}.success-message h4{font-size:18px;font-weight:600;color:#333;margin:0 0 12px}.success-message p{font-size:14px;color:#666;max-width:400px;margin:0 auto 24px}.filter-radio-group{display:flex;flex-direction:column;gap:12px}.filter-radio-group .ant-radio-wrapper{font-size:14px;color:#333;padding:12px 16px;border-radius:8px;transition:background .2s}.filter-radio-group .ant-radio-wrapper:hover{background:#f5f5f5}.filter-radio-group .ant-radio-wrapper.ant-radio-wrapper-checked{background:rgba(253,141,39,.06);font-weight:500}.reset-password-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background:#f5f5f5;padding:32px 0}@media(max-width:768px){.reset-password-page{padding:24px 0}}.reset-password-container{width:100%;max-width:480px;margin:0 auto}.reset-password-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px;color:#666}.reset-password-loading .spinner{animation:spin 1s linear infinite}.reset-password-form-container{background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 24px rgba(0,0,0,.08);border:1px solid #e8e8e8}@media(max-width:768px){.reset-password-form-container{padding:24px}}.reset-password-header{text-align:center;margin-bottom:32px}.reset-password-header .header-icon{color:#fd8d27;margin-bottom:16px}.reset-password-header h2{font-size:24px;font-weight:700;color:#333;margin:0 0 12px}.reset-password-header p{font-size:14px;color:#666;margin:0}.error-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff1f0;border:1px solid #ffccc7;border-radius:8px;margin-bottom:24px}.error-banner svg{color:#ff4d4f;flex-shrink:0;margin-top:2px}.error-banner p{font-size:14px;color:#cf1322;margin:0 0 8px}.error-banner .retry-link{font-size:14px;color:#fd8d27;font-weight:500}.error-banner .retry-link:hover{text-decoration:underline}.reset-password-form .ant-form-item{margin-bottom:24px}.reset-password-footer{text-align:center;padding-top:24px;border-top:1px solid #e8e8e8;margin-top:24px}.reset-password-footer p{font-size:14px;color:#666;margin:0}.reset-password-result{background:#fff;border-radius:16px;padding:64px;box-shadow:0 4px 24px rgba(0,0,0,.08);border:1px solid #e8e8e8;text-align:center}.reset-password-result .success-icon{color:#52c41a}.reset-password-result .error-icon{color:#ff4d4f}.reset-password-result .ant-result{padding:0}.reset-password-result .ant-result .ant-result-title{font-size:24px;font-weight:700;color:#333}.reset-password-result .ant-result .ant-result-subtitle{font-size:14px;color:#666}.static-page{padding:32px 0;min-height:calc(100vh - 200px);background:#f5f5f5}@media(max-width:768px){.static-page{padding:24px 0}}.static-page-header{text-align:center;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #e8e8e8}.static-page-header .page-icon{width:80px;height:80px;background:linear-gradient(135deg,#fd8d27,#d66702);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;font-size:36px;box-shadow:0 8px 24px rgba(253,141,39,.3)}.static-page-header h1{font-size:32px;font-weight:700;color:#333;margin:0 0 16px}@media(max-width:768px){.static-page-header h1{font-size:26px}}.static-page-header .subtitle{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.static-page-content{background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid #e8e8e8}@media(max-width:768px){.static-page-content{padding:24px;border-radius:12px}}.static-section{margin-bottom:48px}.static-section:last-child{margin-bottom:0}.static-section h2{font-size:22px;font-weight:600;color:#333;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #fd8d27;display:inline-block}@media(max-width:768px){.static-section h2{font-size:18px}}.static-section h3{font-size:18px;font-weight:600;color:#333;margin:24px 0 16px}@media(max-width:768px){.static-section h3{font-size:16px}}.static-section p{font-size:15px;color:#555;line-height:1.75;margin:0 0 16px}.static-section p:last-child{margin-bottom:0}.static-section ol,.static-section ul{margin:0 0 16px;padding-left:24px}.static-section ol li,.static-section ul li{font-size:15px;color:#555;line-height:1.75;margin-bottom:12px}.static-section ol li:last-child,.static-section ul li:last-child{margin-bottom:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:24px}.feature-card{background:#f5f5f5;border-radius:12px;padding:24px;transition:all .3s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#fd8d27}.feature-card .feature-icon{width:56px;height:56px;background:linear-gradient(135deg,#fd8d27,#ef7302);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:24px}.feature-card h3{font-size:18px;font-weight:600;color:#333;margin:0 0 12px}.feature-card p{font-size:14px;color:#666;line-height:1.6;margin:0}.steps-container{display:flex;flex-direction:column;gap:24px;margin-top:24px}.step-card{display:flex;align-items:flex-start;gap:24px;background:#f5f5f5;border-radius:12px;padding:24px;transition:all .3s ease}.step-card:hover{background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}@media(max-width:768px){.step-card{flex-direction:column;text-align:center;align-items:center}}.step-card .step-number{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#fd8d27,#d66702);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;box-shadow:0 4px 12px rgba(253,141,39,.3)}.step-card .step-content{flex:1 1}.step-card .step-content h3{font-size:18px;font-weight:600;color:#333;margin:0 0 12px}.step-card .step-content p{font-size:14px;color:#666;line-height:1.6;margin:0}.contact-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px}@media(max-width:992px){.contact-container{grid-template-columns:1fr}}.contact-form-section .ant-form-item{margin-bottom:24px}.contact-form-section .ant-input,.contact-form-section .ant-select-selector{border-radius:8px!important}.contact-form-section textarea.ant-input{min-height:150px;resize:vertical}.contact-info-section{background:linear-gradient(135deg,#fd8d27,#d66702);border-radius:16px;padding:32px;color:#fff}.contact-info-section h3{font-size:22px;font-weight:600;margin:0 0 16px;color:#fff}.contact-info-section p{font-size:14px;opacity:.9;line-height:1.6;margin:0 0 32px}.contact-info-section .contact-item{display:flex;align-items:center;gap:16px;margin-bottom:24px}.contact-info-section .contact-item .contact-icon{width:44px;height:44px;background:hsla(0,0%,100%,.2);border-radius:10px;display:flex;align-items:center;justify-content:center}.contact-info-section .contact-item .contact-text h4{font-size:14px;font-weight:600;margin:0 0 4px;color:#fff}.contact-info-section .contact-item .contact-text span{font-size:13px;opacity:.85}.faq-container .ant-collapse{background:transparent;border:none}.faq-container .ant-collapse .ant-collapse-item{background:#fff;border:1px solid #e8e8e8;border-radius:12px!important;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-container .ant-collapse .ant-collapse-item:hover{border-color:#fd8d27;box-shadow:0 4px 12px rgba(253,141,39,.1)}.faq-container .ant-collapse .ant-collapse-item.ant-collapse-item-active{border-color:#fd8d27;box-shadow:0 4px 16px rgba(253,141,39,.15)}.faq-container .ant-collapse .ant-collapse-header{padding:24px!important;font-size:16px;font-weight:500;color:#333}@media(max-width:768px){.faq-container .ant-collapse .ant-collapse-header{font-size:14px;padding:16px!important}}.faq-container .ant-collapse .ant-collapse-content{border-top:1px solid #e8e8e8}.faq-container .ant-collapse .ant-collapse-content .ant-collapse-content-box{padding:24px;font-size:14px;color:#555;line-height:1.75}@media(max-width:768px){.faq-container .ant-collapse .ant-collapse-content .ant-collapse-content-box{padding:16px}}.legal-content .legal-update{display:flex;align-items:center;gap:12px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px;padding:16px;margin-bottom:32px;font-size:14px;color:#0050b3}.legal-content .legal-update svg{flex-shrink:0}.legal-content .legal-section{margin-bottom:48px}.legal-content .legal-section:last-child{margin-bottom:0}.legal-content .legal-section h2{font-size:20px;font-weight:600;color:#333;margin:0 0 24px;display:flex;align-items:center;gap:12px}.legal-content .legal-section h2 .section-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fd8d27;color:#fff;border-radius:50%;font-size:14px;font-weight:700}@media(max-width:768px){.legal-content .legal-section h2{font-size:17px}}.legal-content .legal-section p{font-size:14px;color:#555;line-height:1.8;margin:0 0 16px;text-align:justify}.legal-content .legal-section p:last-child{margin-bottom:0}.legal-content .legal-section ul{margin:16px 0;padding-left:24px}.legal-content .legal-section ul li{font-size:14px;color:#555;line-height:1.8;margin-bottom:12px}.legal-content .legal-footer{margin-top:32px;padding-top:32px;border-top:1px solid #e8e8e8;text-align:center}.legal-content .legal-footer p{font-size:13px;color:#666;margin:0}.guideline-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin:24px 0}.guideline-card{background:#f5f5f5;border-radius:12px;padding:24px;border-left:4px solid #fd8d27}.guideline-card.guideline-success{border-left-color:#52c41a;background:#f6ffed}.guideline-card.guideline-success h4{color:#389e0d}.guideline-card.guideline-danger{border-left-color:#ff4d4f;background:#fff1f0}.guideline-card.guideline-danger h4{color:#cf1322}.guideline-card h4{font-size:16px;font-weight:600;color:#333;margin:0 0 16px;display:flex;align-items:center;gap:12px}.guideline-card ul{margin:0;padding-left:24px}.guideline-card ul li{font-size:14px;color:#555;line-height:1.6;margin-bottom:12px}.guideline-card ul li:last-child{margin-bottom:0}.penalty-levels{display:flex;flex-direction:column;gap:16px;margin:24px 0}.penalty-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f5f5f5;border-radius:8px}.penalty-item .penalty-icon{width:40px;height:40px;min-width:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.penalty-item .penalty-icon.warning{background:#fff7e6}.penalty-item .penalty-icon.suspension{background:#fff1f0}.penalty-item .penalty-icon.ban{background:#f5222d;color:#fff}.penalty-item .penalty-content h4{font-size:15px;font-weight:600;color:#333;margin:0 0 4px}.penalty-item .penalty-content p{font-size:13px;color:#666;margin:0;line-height:1.5}.my-promotions-page{background:#f8f9fa;min-height:calc(100vh - 80px);padding:24px 0 48px}.my-promotions-page .container{max-width:900px;margin:0 auto;padding:0 16px}.my-promotions-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.my-promotions-page .loading-state .spinner{animation:spin 1s linear infinite;color:#fd8d27}.my-promotions-page .loading-state p{color:#666;font-size:1rem}.my-promotions-page .page-header{margin-bottom:24px}.my-promotions-page .page-header h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.my-promotions-page .page-header .back-button{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:.9rem;margin-bottom:16px;transition:color .2s ease}.my-promotions-page .page-header .back-button:hover{color:#fd8d27}.my-promotions-page .filter-card{display:flex;align-items:center;gap:16px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:24px}@media(max-width:768px){.my-promotions-page .filter-card{flex-direction:column;align-items:flex-start;gap:12px}}.my-promotions-page .filter-label{font-weight:600;color:#333;font-size:.95rem;white-space:nowrap}.my-promotions-page .filter-select{padding:12px 24px 12px 16px;border:2px solid #e8e8e8;border-radius:8px;font-size:.95rem;color:#333;background:#fff;min-width:180px;cursor:pointer;transition:all .2s ease}.my-promotions-page .filter-select:focus,.my-promotions-page .filter-select:hover{border-color:#fd8d27;outline:none}@media(max-width:768px){.my-promotions-page .filter-select{width:100%}}.my-promotions-page .promotions-list{display:flex;flex-direction:column;gap:12px}.my-promotions-page .promotion-item{display:flex;align-items:center;gap:16px;background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:all .2s ease}.my-promotions-page .promotion-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-1px)}@media(max-width:768px){.my-promotions-page .promotion-item{flex-wrap:wrap;gap:12px}}.my-promotions-page .promotion-image{flex-shrink:0;width:80px;height:80px;background:#f8f9fa;border-radius:8px;overflow:hidden}.my-promotions-page .promotion-image img{width:100%;height:100%;object-fit:contain}.my-promotions-page .promotion-content{flex:1 1;min-width:0}@media(max-width:768px){.my-promotions-page .promotion-content{flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 96px)}}.my-promotions-page .promotion-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-promotions-page .promotion-badges{display:flex;gap:8px;flex-wrap:wrap}.my-promotions-page .badge{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:20px}.my-promotions-page .badge.badge-shipping{background:#e6f7f0;color:#00875a}.my-promotions-page .promotion-meta{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}@media(max-width:768px){.my-promotions-page .promotion-meta{flex-direction:row;justify-content:space-between;width:100%;margin-top:8px;padding-top:12px;border-top:1px solid #f0f0f0}}.my-promotions-page .status-tag{margin:0;font-weight:600;font-size:.8rem;padding:4px 12px;border-radius:20px}.my-promotions-page .promotion-stats{display:flex;gap:16px}.my-promotions-page .stat-item{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#666}.my-promotions-page .stat-item svg{color:#999}.my-promotions-page .empty-state{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.my-promotions-page .empty-state .empty-icon{color:#ccc;margin-bottom:16px}.my-promotions-page .empty-state .empty-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}.my-promotions-page .empty-state .empty-text{font-size:1rem;color:#666;margin:0 0 24px;max-width:400px}.my-promotions-page .empty-state .empty-action-btn{display:inline-block;background:#fd8d27;color:#fff;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none;transition:all .2s ease}.my-promotions-page .empty-state .empty-action-btn:hover{background:#ef7302;transform:translateY(-1px)}.my-promotions-page .load-more-container{display:flex;justify-content:center;margin-top:32px}.my-promotions-page .load-more-btn{display:flex;align-items:center;gap:12px;background:#fd8d27;color:#fff;font-weight:600;padding:12px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.my-promotions-page .load-more-btn:hover:not(:disabled){background:#ef7302;transform:translateY(-1px)}.my-promotions-page .load-more-btn:disabled{opacity:.7;cursor:not-allowed}.my-promotions-page .load-more-btn .spinner{animation:spin 1s linear infinite}.my-alerts-page{background:#f8f9fa;min-height:calc(100vh - 80px);padding:24px 0 48px}.my-alerts-page .container{max-width:800px;margin:0 auto;padding:0 16px}.my-alerts-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.my-alerts-page .loading-state .spinner{animation:spin 1s linear infinite;color:#fd8d27}.my-alerts-page .loading-state p{color:#666;font-size:1rem}.my-alerts-page .page-header{margin-bottom:24px}.my-alerts-page .page-header h1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0}.my-alerts-page .page-header .back-button{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:.9rem;margin-bottom:16px;transition:color .2s ease}.my-alerts-page .page-header .back-button:hover{color:#fd8d27}.my-alerts-page .page-header .page-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.my-alerts-page .page-header .page-header-row .btn{display:flex;align-items:center;gap:8px;font-weight:600;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none}.my-alerts-page .page-header .page-header-row .btn.btn-primary{background:#fd8d27;color:#fff}.my-alerts-page .page-header .page-header-row .btn.btn-primary:hover{background:#ef7302;transform:translateY(-1px)}.my-alerts-page .alerts-list{display:flex;flex-direction:column;gap:12px}.my-alerts-page .alert-item{display:flex;align-items:center;gap:16px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .2s ease}.my-alerts-page .alert-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}@media(max-width:768px){.my-alerts-page .alert-item{flex-wrap:wrap;padding:16px;gap:12px}}.my-alerts-page .alert-content{flex:1 1;min-width:0}@media(max-width:768px){.my-alerts-page .alert-content{flex:1 1 100%;order:1}}.my-alerts-page .alert-query{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.4}.my-alerts-page .alert-price{font-size:.9rem;color:#666;margin:0}.my-alerts-page .alert-toggle{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}@media(max-width:768px){.my-alerts-page .alert-toggle{flex-direction:row;gap:12px;order:2}}.my-alerts-page .alert-toggle .toggle-label{font-size:.75rem;font-weight:600;text-transform:uppercase}.my-alerts-page .alert-toggle .toggle-label.active{color:#52c41a}.my-alerts-page .alert-toggle .toggle-label.paused{color:#999}.my-alerts-page .alert-actions{display:flex;gap:8px;flex-shrink:0}@media(max-width:768px){.my-alerts-page .alert-actions{order:3;margin-left:auto}}.my-alerts-page .action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.my-alerts-page .action-btn.edit{background:#f0f5ff;color:#4096ff}.my-alerts-page .action-btn.edit:hover{background:#4096ff;color:#fff}.my-alerts-page .action-btn.delete{background:#fff1f0;color:#ff4d4f}.my-alerts-page .action-btn.delete:hover{background:#ff4d4f;color:#fff}.my-alerts-page .empty-state{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.06);padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.my-alerts-page .empty-state .empty-icon{color:#ccc;margin-bottom:16px}.my-alerts-page .empty-state .empty-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}.my-alerts-page .empty-state .empty-text{font-size:1rem;color:#666;margin:0 0 24px;max-width:400px}.my-alerts-page .empty-state .empty-action-btn{display:inline-flex;align-items:center;gap:8px;background:#fd8d27;color:#fff;font-weight:600;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.my-alerts-page .empty-state .empty-action-btn:hover{background:#ef7302;transform:translateY(-1px)}.my-alerts-page .load-more-container{display:flex;justify-content:center;margin-top:32px}.my-alerts-page .load-more-btn{display:flex;align-items:center;gap:12px;background:#fd8d27;color:#fff;font-weight:600;padding:12px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.my-alerts-page .load-more-btn:hover:not(:disabled){background:#ef7302;transform:translateY(-1px)}.my-alerts-page .load-more-btn:disabled{opacity:.7;cursor:not-allowed}.my-alerts-page .load-more-btn .spinner{animation:spin 1s linear infinite}.alert-modal .alert-modal-title{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:600}.alert-modal .alert-modal-title svg{color:#fd8d27}.alert-modal .alert-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.unsubscribe-page{background:#f5f5f5;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:32px 0}@media(max-width:768px){.unsubscribe-page{padding:24px 0;min-height:calc(100vh - 160px)}}.unsubscribe-container{width:100%;max-width:500px;margin:0 auto;padding:0 16px}.unsubscribe-card{background:#fff;border-radius:16px;padding:64px;box-shadow:0 4px 24px rgba(0,0,0,.08);border:1px solid #e8e8e8;text-align:center}@media(max-width:768px){.unsubscribe-card{padding:32px}}.unsubscribe-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px;color:#666}.unsubscribe-loading .spinner{animation:spin 1s linear infinite;color:#fd8d27}.unsubscribe-loading p{font-size:1rem;margin:0}.unsubscribe-icon{margin-bottom:24px}.unsubscribe-icon.success svg{color:#52c41a}.unsubscribe-icon.error svg{color:#ff4d4f}.unsubscribe-title{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 16px}@media(max-width:768px){.unsubscribe-title{font-size:1.25rem}}.unsubscribe-message{font-size:1rem;color:#666;line-height:1.6;margin:0 0 32px}.unsubscribe-actions{display:flex;flex-direction:column;gap:12px}.unsubscribe-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;text-decoration:none;border:none}.unsubscribe-actions .btn.btn-primary{background:#fd8d27;color:#fff}.unsubscribe-actions .btn.btn-primary:hover{background:#ef7302;transform:translateY(-1px)}.unsubscribe-actions .btn.btn-outline{background:transparent;color:#666;border:2px solid #e8e8e8}.unsubscribe-actions .btn.btn-outline:hover{border-color:#fd8d27;color:#fd8d27}.notifications-page{min-height:calc(100vh - 200px);padding:24px 0;background:#f8f9fa}.notifications-page .page-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.notifications-page .page-header .back-button{display:inline-flex;align-items:center;gap:6px;color:#666;font-size:14px;padding:8px 12px;border-radius:8px;transition:all .2s}.notifications-page .page-header .back-button:hover{color:#fd8d27;background:rgba(253,141,39,.05)}.notifications-page .page-header h1{flex:1 1;margin:0;font-size:24px;font-weight:600;color:#333}@media(max-width:768px){.notifications-page .page-header h1{font-size:20px}}.notifications-page .page-header .mark-all-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid #fd8d27;color:#fd8d27;font-size:13px;font-weight:500;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s}.notifications-page .page-header .mark-all-btn:hover:not(:disabled){background:#fd8d27;color:#fff}.notifications-page .page-header .mark-all-btn:disabled{opacity:.6;cursor:not-allowed}.notifications-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.notifications-page .loading-state .spinner{animation:spin 1s linear infinite;color:#fd8d27;margin-bottom:16px}.notifications-page .loading-state p{color:#666;font-size:14px}.notifications-page .notifications-list{display:flex;flex-direction:column;gap:12px}.notifications-page .notification-card{display:flex;gap:16px;padding:16px;background:#fff;border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px rgba(0,0,0,.08)}.notifications-page .notification-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.notifications-page .notification-card:focus{outline:2px solid #fd8d27;outline-offset:2px}.notifications-page .notification-card.unread{background:rgba(253,141,39,.04);border-left:3px solid #fd8d27}.notifications-page .notification-card.unread .notification-card-title{font-weight:600}.notifications-page .notification-card-image{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f0f0f0}.notifications-page .notification-card-image img{width:100%;height:100%;object-fit:cover}.notifications-page .notification-card-content{flex:1 1;min-width:0}.notifications-page .notification-card-title{font-size:15px;font-weight:500;color:#333;margin:0 0 4px;line-height:1.3}.notifications-page .notification-card-message{font-size:14px;color:#666;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notifications-page .notification-card-time{font-size:12px;color:#999}.notifications-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.notifications-page .empty-state .empty-icon{color:#ccc;margin-bottom:16px}.notifications-page .empty-state .empty-title{font-size:20px;font-weight:600;color:#333;margin:0 0 8px}.notifications-page .empty-state .empty-text{font-size:14px;color:#666;margin:0}.notifications-page .load-more-container{display:flex;justify-content:center;margin-top:24px}.notifications-page .load-more-container .load-more-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e8e8e8;color:#333;font-size:14px;font-weight:500;padding:12px 24px;border-radius:8px;cursor:pointer;transition:all .2s}.notifications-page .load-more-container .load-more-btn:hover:not(:disabled){border-color:#fd8d27;color:#fd8d27}.notifications-page .load-more-container .load-more-btn:disabled{opacity:.6;cursor:not-allowed}.notifications-page .load-more-container .load-more-btn .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.listing-page{background:#f8f9fa;min-height:100vh;padding:24px 0}@media(max-width:768px){.listing-page{padding:16px 0}}.listing-container{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px}@media(max-width:768px){.listing-container{padding:16px;border-radius:0}}.listing-header{margin-bottom:32px}.listing-header h1{font-size:24px;font-weight:600;color:#333;margin:0}@media(max-width:768px){.listing-header h1{font-size:20px}}.alphabet-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e8e8e8}@media(max-width:768px){.alphabet-nav{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px;justify-items:center}}.alphabet-letter{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:14px;font-weight:600;color:#333;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.alphabet-letter:hover{background:#f5f5f5;color:#fd8d27}.alphabet-letter.active{background:#fd8d27;color:#fff}.alphabet-letter.disabled{color:#ccc;cursor:default}.alphabet-letter.disabled:hover{background:transparent;color:#ccc}@media(max-width:768px){.alphabet-letter{width:100%;height:40px;font-size:16px}}.letter-section{display:flex;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.letter-section:last-child{margin-bottom:0;border-bottom:none}@media(max-width:768px){.letter-section{flex-direction:column}}.letter-header{font-size:24px;font-weight:700;color:#333;width:50px;margin:0;flex-shrink:0}@media(max-width:768px){.letter-header{width:100%;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #fd8d27;font-size:20px}}.items-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px 32px;gap:12px 32px;flex-grow:1}@media(max-width:1200px){.items-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.items-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.items-grid{grid-template-columns:1fr;gap:8px}}.item-link{display:block;padding:8px 0;font-size:15px;color:#333;text-align:left;background:none;border:none;cursor:pointer;transition:color .2s;width:100%}.item-link:hover{color:#fd8d27;background:none;text-decoration:underline}@media(max-width:768px){.item-link{font-size:14px}}.back-button{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:14px;margin-bottom:16px;transition:color .2s}.back-button:hover{color:#fd8d27}.listing-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px;gap:16px}.listing-loading .spinner{animation:spin 1s linear infinite;color:#fd8d27}.listing-loading span{color:#666;font-size:14px}.listing-empty{text-align:center;padding:64px;color:#666}.listing-empty p{margin:0;font-size:16px}.header-desktop{display:none}@media(min-width:992px){.header-desktop{display:block}}.header-mobile{display:block}@media(min-width:992px){.header-mobile{display:none}}.ps-header{background:#fff;border-bottom:1px solid #eee;padding:15px 0;transition:all .3s}.ps-header.ps-header--sticky{position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}.ps-header .ps-header__content{display:flex;align-items:center;gap:30px}.ps-header .ps-header__left{flex:0 0 auto}.ps-header .ps-header__center{flex:1 1;max-width:600px}.ps-header .ps-header__right{flex:0 0 auto}.ps-header .ps-header__actions{display:flex;align-items:center;gap:15px}.ps-header-mobile{background:#fff;border-bottom:1px solid #eee;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.ps-header-mobile .ps-header-mobile__content{display:flex;align-items:center;justify-content:space-between;padding:12px 15px}.ps-header-mobile .ps-header-mobile__icon,.ps-header-mobile .ps-header-mobile__menu{background:none;border:none;font-size:24px;padding:8px;cursor:pointer}.ps-header-mobile .ps-header-mobile__logo img{height:30px}.ps-header-mobile .ps-header-mobile__actions{display:flex;gap:10px}.ps-header-mobile .ps-header-mobile__search{padding:10px 15px;border-top:1px solid #eee}.ps-header-mobile .ps-header-mobile__search input{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:20px;font-size:14px}.ps-header-mobile .ps-header-mobile__search input:focus{outline:none;border-color:#fcb800}.ps-layout{display:flex;gap:30px;margin-top:20px}@media(max-width:991px){.ps-layout{flex-direction:column}}@media(min-width:992px){.ps-layout .ps-layout__left{flex:0 0 280px;position:-webkit-sticky;position:sticky;top:80px;height:-moz-fit-content;height:fit-content}.ps-layout .ps-layout__right{flex:1 1}}.ps-sidebar{background:#fff;border-radius:8px;padding:20px}@media(max-width:991px){.ps-sidebar{position:fixed;top:0;left:-300px;width:280px;height:100vh;z-index:2000;transition:left .3s;overflow-y:auto;box-shadow:2px 0 10px rgba(0,0,0,.1)}.ps-sidebar.active{left:0}}.ps-sidebar .ps-sidebar__close{display:none}@media(max-width:991px){.ps-sidebar .ps-sidebar__close{display:block;position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer}}.ps-sidebar .ps-sidebar__section{margin-bottom:30px}.ps-sidebar .ps-sidebar__section:last-child{margin-bottom:0}.ps-sidebar .ps-sidebar__title{font-size:18px;font-weight:600;margin-bottom:15px;color:#333}.ps-sidebar .ps-sidebar__list{list-style:none;padding:0}.ps-sidebar .ps-sidebar__list li{margin-bottom:10px}.ps-sidebar .ps-sidebar__list li a,.ps-sidebar .ps-sidebar__list li button{display:block;width:100%;text-align:left;padding:8px 12px;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .2s;color:#666}.ps-sidebar .ps-sidebar__list li a:hover,.ps-sidebar .ps-sidebar__list li button:hover{background:#f5f5f5;color:#fcb800}.ps-sidebar-overlay{display:none}@media(max-width:991px){.ps-sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1999}}.ps-container{width:100%;max-width:1400px;margin:0 auto;padding:0 15px}@media(min-width:768px){.ps-container{padding:0 20px}}@media(min-width:1200px){.ps-container{padding:0 30px}}*{box-sizing:border-box}body{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;background:#f8f9fa}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1600px;margin:0 auto;padding:0 12px}@media(min-width:768px){.container{padding:0 24px}}@media(min-width:1200px){.container{padding:0 48px}}a{color:inherit;text-decoration:none}.link-primary{color:#fd8d27}.link-primary:hover{text-decoration:underline}