html,body{overflow-x:hidden!important;max-width:100%!important;width:100%!important}.home-container{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.hero-section{background:linear-gradient(135deg,#8b4513,sienna,#d2691e);border-radius:30px;padding:4rem 2rem;text-align:center;margin-bottom:4rem;position:relative;overflow:hidden;animation:heroFadeIn 1.2s ease-out}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.05)" points="0,1000 1000,0 1000,1000"/></svg>');pointer-events:none}.hero-content{position:relative;z-index:2}.hero-badge{display:inline-block;background:#fff3;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;animation:badgeSlide 1s ease-out .3s both}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;animation:titleSlide 1s ease-out .5s both}.hero-subtitle{font-size:1.3rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;animation:subtitleSlide 1s ease-out .7s both}.cta-button{display:inline-block;padding:1.2rem 3rem;background:#fdfbf7;color:#667eea;text-decoration:none;border-radius:60px;font-weight:700;font-size:1.1rem;transition:all .4s ease;box-shadow:0 10px 30px #0003;animation:ctaSlide 1s ease-out .9s both}.cta-button:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;color:#667eea}.stats-section{background:#fdfbf7;border-radius:25px;padding:3rem 2rem;margin-bottom:4rem;box-shadow:0 15px 40px #00000014;animation:statsSlide 1s ease-out 1.1s both}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.stats-carousel{display:none;position:relative;overflow:hidden;border-radius:20px}.stats-carousel-wrapper{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.stats-carousel-item{min-width:100%;text-align:center;padding:2rem 1rem;opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s ease}.stats-carousel-item.active{opacity:1;transform:scale(1)}.stat-item{position:relative}.stat-number{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(45deg,#8b4513,sienna);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#5a4037;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.stats-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.stats-indicator{width:8px;height:8px;border-radius:50%;background:#8b45134d;cursor:pointer;transition:all .3s ease}.stats-indicator.active{background:#8b4513;width:24px;border-radius:4px}.categories-section{margin-bottom:4rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:#2c1810;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#5a4037;max-width:600px;margin:0 auto}.category-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem;justify-content:center}.category-tab{background:#ffffffe6;border:2px solid rgba(139,69,19,.2);border-radius:50px;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;font-weight:600;color:#2c1810;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;font-size:1rem}.category-tab i{font-size:1.1rem;color:#8b4513}.category-tab .tab-count{background:#8b45131a;color:#8b4513;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:700;margin-left:.5rem}.category-tab:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b451333;border-color:#8b4513;background:#fff}.category-tab:hover i{color:sienna}.category-tab:hover .tab-count{background:#8b4513;color:#fff}.category-tab.active{background:linear-gradient(45deg,#8b4513,sienna);color:#fff;border-color:#8b4513;transform:translateY(-2px);box-shadow:0 8px 25px #8b45134d}.category-tab.active i{color:#fff}.category-tab.active .tab-count{background:#fff3;color:#fff}.category-card{background:#fdfbf7;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .4s ease;border:2px solid transparent;cursor:pointer;animation:cardSlide .8s ease-out}.category-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026;border-color:var(--category-color)}.category-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;position:relative;overflow:hidden}.category-icon:before{content:"";position:absolute;inset:0;background:var(--category-color);opacity:.9;transition:opacity .3s ease}.category-card:hover .category-icon:before,.category-card.active .category-icon:before{opacity:1}.category-card.active{border-color:var(--category-color);transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.category-name{font-size:1.3rem;font-weight:700;color:#2c1810;margin-bottom:.5rem}.category-description{color:#5a4037;font-size:.95rem;line-height:1.5}.products-section{margin-bottom:4rem;position:relative}.products-header{text-align:center;margin-bottom:2rem}.products-category-name{font-size:2rem;font-weight:800;color:#2c1810;margin-bottom:.5rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;width:100%;padding:0;align-items:start}.products-grid>*{width:100%;max-width:100%}.products-grid .category-product-card{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important;height:580px!important;min-height:580px!important;max-height:580px!important;box-sizing:border-box;position:relative!important;transform:none!important}.products-grid .category-product-card[style]{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important}.products-grid .category-product-card{grid-column:span 1}@media (min-width: 1600px){.products-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1200px) and (max-width: 1599px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 992px) and (max-width: 1199px){.products-grid{grid-template-columns:repeat(3,1fr)}}.categories-slider-wrapper{margin-bottom:3rem}.category-section{margin-bottom:3rem;animation:productSlide .8s ease-out}.category-section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(139,69,19,.1)}.category-section-title{font-size:2rem;font-weight:700;color:#2c1810;display:flex;align-items:center;gap:1rem}.category-section-title i{color:#8b4513;font-size:1.8rem}.category-products-carousel{position:relative;overflow:hidden;border-radius:20px;width:100%;margin-bottom:2rem}.category-products-container{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform;width:100%;position:relative;gap:1.5rem;padding:0 1rem;align-items:stretch;box-sizing:border-box}.category-carousel-slide{display:none}.category-carousel-slide>.category-product-card{height:580px!important;min-height:580px!important;max-height:580px!important}.category-carousel-slide .category-product-card{flex:0 0 calc(25% - 1.125rem)!important;width:calc(25% - 1.125rem)!important;min-width:calc(25% - 1.125rem)!important;max-width:calc(25% - 1.125rem)!important;height:580px!important;min-height:580px!important;max-height:580px!important;box-sizing:border-box}.category-carousel-slide .category-product-card-empty{visibility:hidden!important;pointer-events:none!important;flex:0 0 calc(25% - 1.125rem)!important;width:calc(25% - 1.125rem)!important;min-width:calc(25% - 1.125rem)!important;max-width:calc(25% - 1.125rem)!important}@media (max-width: 1200px){.category-carousel-slide .category-product-card{flex:0 0 calc(25% - 1.125rem)!important;width:calc(25% - 1.125rem)!important;min-width:calc(25% - 1.125rem)!important;max-width:calc(25% - 1.125rem)!important;height:580px!important;min-height:580px!important;max-height:580px!important}.category-carousel-slide .category-product-card-empty{flex:0 0 calc(25% - 1.125rem)!important;width:calc(25% - 1.125rem)!important;min-width:calc(25% - 1.125rem)!important;max-width:calc(25% - 1.125rem)!important}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width: 992px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 768px){.category-carousel-slide .category-product-card{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:500px!important;min-height:500px!important;max-height:500px!important}.category-carousel-slide>.category-product-card{height:500px!important;min-height:500px!important;max-height:500px!important}.category-product-card{height:500px!important;min-height:500px!important;max-height:500px!important}.category-carousel-slide .category-product-card-empty{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:500px!important}}.category-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:2px solid rgba(139,69,19,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;color:#8b4513;font-size:1.2rem}.category-carousel-nav:hover{background:#8b4513;color:#fff;border-color:#8b4513;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #8b45134d}.category-carousel-nav.prev{left:10px}.category-carousel-nav.next{right:10px}.category-carousel-nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.products-header{margin-bottom:2rem;text-align:center}.products-category-name{font-size:2.5rem;font-weight:800;color:#2c1810;margin:0}.products-carousel-wrapper{position:relative;overflow:hidden;border-radius:20px}.products-carousel-container{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.products-carousel-item{min-width:100%;flex-shrink:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:0 1rem}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:2px solid rgba(139,69,19,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;color:#8b4513;font-size:1.2rem}.carousel-nav-btn:hover{background:#8b4513;color:#fff;border-color:#8b4513;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #8b45134d}.carousel-nav-btn.prev{left:10px}.carousel-nav-btn.next{right:10px}.carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-indicator{width:10px;height:10px;border-radius:50%;background:#8b45134d;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background:#8b4513;width:30px;border-radius:5px}.product-card:not(.category-product-card){background:#fdfbf7;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;animation:productSlide .8s ease-out;border:2px solid transparent;min-height:450px;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #00000026}.category-product-card{background:linear-gradient(135deg,#fff,#fdfbf7);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .4s ease;position:relative;animation:productSlide .8s ease-out;border:2px solid transparent;height:580px!important;min-height:580px!important;max-height:580px!important;display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box}.category-product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #8b451333;border-color:var(--category-color, #8b4513);z-index:5}.product-badges{position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:10;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:0}.category-product-card .product-badge{padding:.25rem .6rem;border-radius:10px;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase}.product-badge{padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:700;color:#fff;text-transform:uppercase}.badge-popular{background:linear-gradient(45deg,#ff6b6b,#ee5a52)}.badge-featured{background:linear-gradient(45deg,#4ecdc4,#44a08d)}.badge-discount{background:linear-gradient(45deg,#f093fb,#f5576c)}.category-product-card .product-icon{width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;max-width:60px!important;max-height:60px!important;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.8rem;color:#fff;float:right;flex-shrink:0}.category-product-card .product-image{width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;max-width:60px!important;max-height:60px!important;border-radius:15px;overflow:hidden;margin-bottom:1rem;float:right;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;flex-shrink:0}.category-product-card .product-image img{width:100%!important;height:100%!important;object-fit:cover;display:block}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-image:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}.category-product-card .product-content{padding:4rem 2rem 2rem;position:relative;flex:1 1 0;display:flex;flex-direction:column;min-height:0;height:100%!important;box-sizing:border-box;overflow:hidden}.category-product-card .product-header+.product-body{margin-top:0!important}.category-product-card .product-header{margin-bottom:.75rem;flex:0 0 auto;flex-shrink:0;min-height:130px!important;max-height:130px!important}.category-product-card .product-body{flex:1 1 0;margin-bottom:1.5rem;margin-top:0!important;min-height:0!important;overflow:hidden;display:flex;flex-direction:column}.category-product-card .product-footer{margin-top:auto!important;flex:0 0 auto;flex-shrink:0;width:100%;min-height:180px!important}.category-product-card .product-category{font-size:.8rem;color:#8b4513;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem}.category-product-card .product-name{font-size:1.4rem;font-weight:600;color:#2c1810;margin-bottom:.25rem!important;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;height:3.6rem!important;min-height:3.6rem!important;max-height:3.6rem!important;flex:0 0 auto}.category-product-card .product-features{margin-bottom:.75rem;margin-top:0!important;padding-top:0!important;flex:1 1 0;min-height:0!important;max-height:110px!important;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.category-product-card .product-features::-webkit-scrollbar{width:4px}.category-product-card .product-features::-webkit-scrollbar-thumb{background:#8b45134d;border-radius:2px}.category-product-card .product-feature{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:#5a4037;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-product-card .feature-check{color:#4ecdc4;margin-right:.5rem;font-size:.8rem}.category-product-card .product-price-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex:0 0 auto;min-height:40px!important;max-height:40px!important}.category-product-card .product-price{font-size:1.8rem;font-weight:800;color:#2c1810}.category-product-card .product-original-price{font-size:1.2rem;color:#999;text-decoration:line-through;margin-left:.5rem}.category-product-card .product-rating{display:flex;align-items:center;gap:.3rem;font-size:.9rem;color:#5a4037}.rating-stars{color:gold}.category-product-card .product-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch;margin-top:0!important;width:100%;flex:0 0 auto}.category-product-card .btn-view,.category-product-card .btn-buy,.category-product-card .btn-request-stock{display:flex;align-items:center;justify-content:center;height:44px!important;min-height:44px!important;max-height:44px!important}.category-product-card .btn-view{padding:.8rem 1.5rem;border:2px solid #8b4513;color:#8b4513;text-decoration:none;border-radius:15px;font-weight:600;font-size:.9rem;text-align:center;transition:all .3s ease}.btn-view:hover{background:#8b4513;color:#fff}.category-product-card .btn-buy{padding:.8rem 1.5rem;background:linear-gradient(45deg,#8b4513,sienna);color:#fff;text-decoration:none;border-radius:15px;font-weight:600;font-size:.9rem;text-align:center;transition:all .3s ease;border:none}.category-product-card .btn-request-stock{padding:.8rem 1.5rem;background:#8b451326;color:#8b4513;text-decoration:none;border-radius:15px;font-weight:600;font-size:.9rem;text-align:center;transition:all .3s ease;border:1px solid rgba(139,69,19,.3);cursor:pointer;width:100%}.category-product-card .btn-request-stock:hover{background:#8b451340;border-color:#8b451380}.category-product-card .btn-request-stock:disabled{opacity:.6;cursor:not-allowed}.product-content{padding:4rem 2rem 2rem;position:relative;flex:1;display:flex;flex-direction:column}.product-header{margin-bottom:1.5rem}.product-body{flex:1;margin-bottom:1.5rem}.product-footer{margin-top:auto}.product-category{font-size:.8rem;color:#8b4513;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.product-name{font-size:1.4rem;font-weight:700;color:#2c1810;margin-bottom:1rem;line-height:1.3}.product-features{margin-bottom:1.5rem}.product-feature{display:flex;align-items:center;margin-bottom:.5rem;font-size:.9rem;color:#5a4037}.feature-check{color:#4ecdc4;margin-right:.5rem;font-size:.8rem}.product-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.8rem;color:#fff;float:right}.product-image{width:60px;height:60px;border-radius:15px;overflow:hidden;margin-bottom:1rem;float:right;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.product-price-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.product-price{font-size:1.8rem;font-weight:800;color:#2c1810}.product-original-price{font-size:1.2rem;color:#999;text-decoration:line-through;margin-left:.5rem}.product-rating{display:flex;align-items:center;gap:.3rem;font-size:.9rem;color:#5a4037}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-view{padding:.8rem 1.5rem;border:2px solid #8b4513;color:#8b4513;text-decoration:none;border-radius:15px;font-weight:600;text-align:center;transition:all .3s ease}.btn-buy{padding:.8rem 1.5rem;background:linear-gradient(45deg,#8b4513,sienna);color:#fff;text-decoration:none;border-radius:15px;font-weight:600;text-align:center;transition:all .3s ease;border:none}.btn-buy:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d;color:#fff}.category-product-card .product-stock-info{margin:.8rem 0 1rem;padding:.5rem 0;border-top:1px solid #f0f0f0;flex:0 0 auto;min-height:45px!important;max-height:45px!important}.category-product-card .stock-status{font-size:.85rem;padding:.4rem .8rem}.product-stock-info{margin:.8rem 0;padding:.5rem 0;border-top:1px solid #f0f0f0}.stock-status{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;padding:.4rem .8rem;border-radius:20px;background:#fffc;border:1px solid}.stock-status.stock-high{color:#28a745;border-color:#28a745;background:#28a7451a}.stock-status.stock-low{color:#ffc107;border-color:#ffc107;background:#ffc1071a}.stock-status.stock-out{color:#dc3545;border-color:#dc3545;background:#dc35451a}.stock-count{margin-left:auto;font-weight:700;font-size:.9rem}.activity-section{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:4rem;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.live-activity,.top-buyers{background:#fdfbf7;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.activity-header{display:flex;align-items:center;margin-bottom:1rem}.activity-title{font-size:1.3rem;font-weight:700;color:#2c1810;margin-left:.5rem}.activity-item{display:flex;align-items:center;padding:.6rem .8rem;border-radius:12px;margin-bottom:.6rem;background:#f9f6f0;border-left:4px solid #8b4513;animation:activitySlide .5s ease-out;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden;min-height:55px}.activity-avatar{width:34px;height:34px;border-radius:50%;margin-right:.75rem;background:linear-gradient(45deg,#8b4513,sienna);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.activity-details{flex:1;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:.2rem}.activity-user{font-weight:600;color:#2c1810;font-size:.9rem}.activity-action{color:#5a4037;font-size:.85rem;margin-top:.2rem;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;width:100%;min-width:0}.activity-action-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.activity-action-text strong{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.activity-product-name-desktop{display:inline}.activity-product-name-mobile{display:none}.activity-action-data{flex:0 0 auto;flex-shrink:0;white-space:nowrap;display:flex;align-items:center;gap:.3rem;text-align:right;margin-left:auto}.activity-time{font-size:.8rem;color:#999;text-align:right;flex-shrink:0;white-space:nowrap;margin-left:.75rem;min-width:fit-content}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes badgeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes titleSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes subtitleSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ctaSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes statsSlide{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes cardSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes productSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes activitySlide{0%{opacity:0;transform:translate(-20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.activity-item{transition:all .3s cubic-bezier(.4,0,.2,1)}.activity-item:hover{transform:translate(2px);box-shadow:0 2px 8px #8b451326}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}@media (max-width: 1024px){.activity-section{grid-template-columns:1fr}}@media (max-width: 768px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.85rem;margin-bottom:1rem;line-height:1.4}.hero-section{padding:1.5rem 1rem;margin-bottom:1.5rem;border-radius:15px}.hero-badge{padding:.3rem 1rem;font-size:.7rem;margin-bottom:.8rem}.cta-button{padding:.7rem 1.5rem;font-size:.85rem}.stats-grid{display:none}.stats-carousel{display:block}.stats-section{padding:1.5rem 1rem;margin-bottom:1.5rem;border-radius:15px}.stats-carousel-item{padding:1rem .5rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.75rem}.stats-indicators{margin-top:1rem}.section-header{display:none}.category-tabs{gap:.4rem;margin-bottom:1.5rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.category-tabs::-webkit-scrollbar{height:4px}.category-tabs::-webkit-scrollbar-track{background:#8b45131a;border-radius:2px}.category-tabs::-webkit-scrollbar-thumb{background:#8b45134d;border-radius:2px}.category-tab{width:auto!important;padding:.7rem;border-radius:50%;min-width:48px!important;min-height:48px;max-width:48px!important;justify-content:center;position:relative;flex-shrink:0}.category-tab i{font-size:1.2rem;margin:0}.category-tab .category-tab-text{display:none}.category-tab .tab-count{display:none!important}.products-grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.products-grid .category-product-card{width:100%!important;min-width:0!important;max-width:100%!important;height:450px!important;min-height:450px!important;max-height:450px!important}.products-category-name{font-size:1.5rem}.products-carousel-item{grid-template-columns:1fr;padding:0 .5rem}.products-grid{grid-template-columns:1fr}.products-category-name,.category-section-title{font-size:1.5rem}.category-section-title i{font-size:1.3rem}.category-carousel-slide{flex-direction:column}.category-carousel-nav,.carousel-nav-btn{width:40px;height:40px;font-size:1rem}.carousel-nav-btn.prev{left:5px}.carousel-nav-btn.next{right:5px}.activity-section{grid-template-columns:1fr!important;gap:1.5rem!important;margin-bottom:2rem!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.live-activity,.top-buyers{padding:.75rem!important;border-radius:15px!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.activity-header{margin-bottom:.75rem!important}.activity-title{font-size:1rem!important;margin-left:.4rem!important}.activity-header i{font-size:1rem!important}.activity-item{padding:.5rem!important;margin-bottom:.5rem!important;border-radius:10px!important;border-left-width:3px!important;min-height:auto!important;display:flex!important;align-items:center!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important}.activity-avatar{width:28px!important;height:28px!important;margin-right:.5rem!important;font-size:.7rem!important;flex-shrink:0!important}.activity-details{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;max-width:100%!important}.activity-user{font-size:.75rem!important;font-weight:600!important;margin-bottom:.15rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1.3!important}.activity-action{font-size:.6rem!important;margin-top:.05rem!important;line-height:1.3!important;gap:.3rem!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;color:#5a4037!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.activity-action-text{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.6rem!important;max-width:100%!important}.activity-action-text strong{display:inline!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:.6rem!important}.activity-action-data{flex:0 0 auto!important;flex-shrink:0!important;white-space:nowrap!important;display:flex!important;align-items:center!important;gap:.2rem!important;font-size:.55rem!important;margin-left:auto!important}.activity-action-data strong{font-size:.55rem!important;font-weight:700!important}.activity-action-data span{font-size:.5rem!important}.activity-product-name-desktop{display:none!important}.activity-product-name-mobile{display:inline!important}.activity-time{font-size:.55rem!important;color:#999!important;text-align:right!important;flex:0 0 auto!important;flex-shrink:0!important;margin-left:.3rem!important;white-space:nowrap!important;min-width:fit-content!important}#activity-feed,.top-buyers>div[style*=max-height]{max-height:300px!important;padding-right:5px!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.no-activity{text-align:center!important;padding:1.5rem 1rem!important}.no-activity i{font-size:1.5rem!important;margin-bottom:.5rem!important}.no-activity p{font-size:.75rem!important;color:#666!important}.product-icon,.product-image{width:50px;height:50px}.product-icon{font-size:1.5rem}.category-product-card{height:360px!important;min-height:360px!important;max-height:360px!important}.category-product-card .product-badges{top:.5rem!important;left:.5rem!important;right:.5rem!important;gap:.3rem!important}.category-product-card .product-badge{padding:.15rem .5rem!important;font-size:.65rem!important;border-radius:8px!important}.category-product-card .product-content{padding:2rem .9rem .9rem!important}.category-product-card .product-header{min-height:70px!important;max-height:70px!important;margin-bottom:.4rem!important}.category-product-card .product-category{font-size:.65rem!important;margin-bottom:.2rem!important}.category-product-card .product-name{font-size:.9rem!important;font-weight:600!important;height:1.4rem!important;min-height:1.4rem!important;max-height:1.4rem!important;margin-bottom:.3rem!important;-webkit-line-clamp:1!important;line-height:1.4!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.category-product-card .product-body{margin-bottom:.4rem!important;margin-top:0!important}.category-product-card .product-features{max-height:65px!important;margin-bottom:.4rem!important;margin-top:0!important;padding-top:0!important}.category-product-card .product-feature{font-size:.7rem!important;margin-bottom:.25rem!important}.category-product-card .feature-check{font-size:.65rem!important;margin-right:.35rem!important}.category-product-card .product-price{font-size:1.1rem!important}.category-product-card .product-original-price{font-size:.85rem!important}.category-product-card .product-rating{font-size:.7rem!important}.category-product-card .review-count{display:none!important}.category-product-card .product-price-section{min-height:32px!important;max-height:32px!important;margin-bottom:.4rem!important}.category-product-card .product-stock-info{min-height:28px!important;max-height:28px!important;margin:.3rem 0 .8rem!important;padding:.2rem 0!important}.category-product-card .stock-status{padding:.25rem .6rem!important;font-size:.7rem!important}.category-product-card .product-footer{min-height:110px!important}.category-product-card .product-icon,.category-product-card .product-image{width:36px!important;height:36px!important;font-size:1.1rem!important;margin-bottom:.4rem!important}.category-product-card .btn-view,.category-product-card .btn-buy,.category-product-card .btn-request-stock{padding:.45rem .7rem!important;font-size:.7rem!important;height:32px!important;min-height:32px!important}.category-product-card .product-actions{gap:.5rem!important;margin-top:0!important}}@media (max-width: 480px){.hero-title{font-size:1.3rem}.hero-subtitle{font-size:.75rem;margin-bottom:.8rem;line-height:1.3}.hero-section{padding:1.2rem .8rem;margin-bottom:1rem;border-radius:12px}.hero-badge{padding:.25rem .8rem;font-size:.65rem;margin-bottom:.6rem}.cta-button{padding:.6rem 1.3rem;font-size:.8rem}.stats-section{padding:1rem .8rem;margin-bottom:1rem;border-radius:12px}.stats-carousel-item{padding:.8rem .3rem}.stat-number{font-size:1.8rem}.stat-label{font-size:.7rem}.stats-indicators{margin-top:.8rem;gap:.4rem}.stats-indicator{width:6px;height:6px}.stats-indicator.active{width:18px}.category-tabs{gap:.3rem;margin-bottom:1rem}.category-tab{min-width:44px!important;min-height:44px;max-width:44px!important;padding:.6rem}.category-tab i{font-size:1.1rem}.category-tab .tab-count{display:none!important}.product-actions{grid-template-columns:1fr}}.notice-overlay{position:fixed;inset:0;background:#0009;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;animation:noticeOverlayFadeIn .3s ease-out;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.notice-popup{max-width:500px;width:100%;border-radius:20px;box-shadow:0 20px 60px #0006;position:relative;animation:noticePopupSlideIn .6s ease-out;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.2);margin:0;transform:translateY(0)}.notice-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:28px;color:inherit;cursor:pointer;opacity:.7;transition:all .3s ease;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center}.notice-close:hover{opacity:1;background:#ffffff1a;transform:rotate(90deg)}.notice-content{padding:30px}.notice-title{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:inherit}.notice-body{margin-bottom:20px;line-height:1.6}.notice-body p{margin:0 0 10px;color:inherit}.notice-actions{text-align:center;margin:25px 0}.notice-button{display:inline-block;padding:12px 30px;color:#fff!important;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0003}.notice-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;color:#fff!important;text-decoration:none}.notice-footer{display:flex;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.1);padding-top:15px;margin-top:10px}.notice-hide-btn{background:#fff!important;border:none!important;color:#333!important;padding:12px 28px;border-radius:30px;cursor:pointer;font-size:.9rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 12px #00000026;text-transform:uppercase;letter-spacing:.5px}.notice-hide-btn:hover{background:#f8f9fa!important;transform:translateY(-3px) scale(1.02);box-shadow:0 6px 15px #0003}.notice-hide-btn:active{transform:translateY(-1px)}.notice-hide-btn i{font-size:1rem;color:#667eea}@keyframes noticeOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes noticePopupSlideIn{0%{opacity:0;transform:translateY(-100px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes noticePopupSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-100px) scale(.8)}}@media (max-width: 768px){.notice-overlay{padding:15px;align-items:center;justify-content:center}.notice-popup{margin:0;max-width:100%;border-radius:15px}.notice-content{padding:20px}.notice-title{font-size:1.2rem}.notice-body{font-size:.9rem}.notice-button{padding:12px 20px;font-size:.85rem}.notice-hide-btn{padding:8px 16px;font-size:.8rem}}@media (max-width: 480px){.notice-overlay{padding:10px;align-items:center;justify-content:center}.notice-popup{margin:0;border-radius:12px;max-width:calc(100% - 20px)}.notice-content{padding:15px}.notice-title{font-size:1.3rem}.notice-close{top:10px;right:15px;font-size:24px}}.buy-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.buy-modal.show{display:flex!important;opacity:1!important;visibility:visible!important}.buy-modal-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:1200px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-header{padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:sticky;top:0;z-index:10;flex-shrink:0}.popup-header h3{margin:0;font-size:1.5rem;font-weight:700}.popup-close{background:#fff3;border:none;color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;line-height:1}.popup-close:hover{background:#ffffff4d;transform:rotate(90deg)}.buy-modal-body{display:flex;flex:1;overflow:hidden;min-height:0;position:relative}.modal-left-section{flex:1;padding:2rem;border-right:2px solid #f0f0f0;overflow-y:auto;display:flex;flex-direction:column}.modal-product-header{margin-bottom:1.5rem}.modal-category{color:#8b4513;font-weight:600;font-size:.9rem;text-transform:uppercase;margin-bottom:.75rem;letter-spacing:1px}.modal-price-header{display:flex;align-items:center;gap:.5rem}.price-label{color:#666;font-size:.95rem}.modal-price-display{font-size:1.5rem;font-weight:700;color:#8b4513}.modal-price-display .currency-symbol{font-size:1.2rem;margin-right:.25rem}.modal-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.modal-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#666;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.modal-tab:hover{color:#8b4513;background:#8b45130d}.modal-tab.active{color:#8b4513;border-bottom-color:#8b4513;background:#8b45130d}.modal-tab-content{flex:1;position:relative;overflow:hidden}.tab-pane{display:none;animation:fadeIn .4s ease}.tab-pane.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.modal-description-scroll{color:#555;line-height:1.8;max-height:400px;overflow-y:auto;padding-right:.5rem}.modal-description-scroll::-webkit-scrollbar{width:8px}.modal-description-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-description-scroll::-webkit-scrollbar-thumb{background:#8b4513;border-radius:10px}.modal-description-scroll::-webkit-scrollbar-thumb:hover{background:sienna}.api-info-content{display:flex;flex-direction:column;gap:1.5rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.api-info-content::-webkit-scrollbar{width:8px}.api-info-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.api-info-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:10px}.api-info-content::-webkit-scrollbar-thumb:hover{background:sienna}.api-key-section{background:#f8f9fa;padding:1.25rem;border-radius:12px;border:1px solid #e0e0e0}.api-label{display:block;font-weight:600;color:#333;margin-bottom:.75rem;font-size:.95rem}.api-label i{color:#8b4513;margin-right:.5rem}.api-key-display{display:flex;gap:.5rem;align-items:center}.api-key-input{flex:1;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-family:Courier New,monospace;font-size:.85rem;background:#fff;color:#333}.copy-api-key-btn{padding:.75rem 1rem;background:#8b4513;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.copy-api-key-btn:hover{background:sienna;transform:scale(1.05)}.api-key-message{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:.9rem}.api-key-message a{color:#8b4513;font-weight:600;text-decoration:underline}.api-endpoint-section{background:#f8f9fa;padding:1.25rem;border-radius:12px;border:1px solid #e0e0e0}.endpoint-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.method-badge{padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:.8rem;text-transform:uppercase}.method-badge.get{background:#28a745;color:#fff}.endpoint-title{flex:1;font-weight:600;color:#333}.copy-endpoint-btn{padding:.5rem;background:#8b4513;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.copy-endpoint-btn:hover{background:sienna}.endpoint-url{font-family:Courier New,monospace;font-size:.85rem;background:#fff;padding:.75rem;border-radius:8px;border:1px solid #ddd;color:#333;word-break:break-all;margin-bottom:.75rem}.endpoint-params{margin-top:.75rem;font-size:.9rem;color:#555}.endpoint-params ul{margin:.5rem 0 0 1.5rem;padding:0}.endpoint-params li{margin-bottom:.25rem}.endpoint-params code{background:#f0f0f0;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;color:#8b4513}.api-response-section{background:#f8f9fa;padding:1.25rem;border-radius:12px;border:1px solid #e0e0e0}.api-response-section strong{display:block;margin-bottom:.75rem;color:#333}.api-response-code{background:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;margin:0}.api-response-code code{color:inherit;background:none}.modal-right-section{width:380px;padding:2rem;background:#fafafa;overflow-y:auto;display:flex;flex-direction:column;max-height:calc(90vh - 80px)}.modal-right-section::-webkit-scrollbar{width:8px}.modal-right-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-right-section::-webkit-scrollbar-thumb{background:#8b4513;border-radius:10px}.modal-right-section::-webkit-scrollbar-thumb:hover{background:sienna}.mobile-price-display{display:none}.purchase-section{display:flex;flex-direction:column;gap:1.5rem;flex:1;overflow-y:auto}.purchase-section .order-button{position:sticky;bottom:0;margin-top:auto;z-index:5;background:linear-gradient(45deg,#4caf50,#45a049)!important}.purchase-title{margin:0 0 .5rem;font-size:1.3rem;font-weight:700;color:#333;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.balance-display{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.balance-display label{font-weight:600;margin:0}.balance-amount{font-size:1.2rem;font-weight:700}.discount-badge{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);padding:1rem;border-radius:12px;border-left:4px solid #4caf50;display:flex;gap:.75rem;align-items:flex-start}.discount-badge i{color:#2e7d32;font-size:1.2rem;margin-top:.2rem}.discount-badge strong{display:block;color:#2e7d32;margin-bottom:.25rem}.discount-badge span{color:#388e3c;font-size:.9rem}.quantity-section,.coupon-section{display:flex;flex-direction:column;gap:.5rem}.quantity-section label,.coupon-section label{font-weight:600;color:#333;font-size:.95rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{width:40px;height:40px;border:2px solid #8b4513;background:#fff;color:#8b4513;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.2rem;transition:all .3s}.qty-btn:hover{background:#8b4513;color:#fff}#modalQuantityInput{width:80px;height:40px;border:2px solid #ddd;border-radius:8px;text-align:center;font-size:1rem;font-weight:600}.coupon-input{display:flex;gap:.5rem}#modalCouponInput{flex:1;height:40px;border:2px solid #ddd;border-radius:8px;padding:0 1rem}#modalCouponBtn{height:40px;padding:0 1.5rem;background:#8b4513;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}#modalCouponBtn:hover{background:sienna}#modalCouponBtn.cancel{background:#dc3545}.coupon-message{margin-top:.5rem;font-size:.9rem;font-weight:600}.coupon-message.success{color:#4caf50}.coupon-message.error{color:#dc3545}.price-breakdown{background:#f8f9fa;border:2px solid #8b4513;border-radius:15px;padding:1.5rem;margin-bottom:2rem}.price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem 0}.price-row:last-child{margin-bottom:0}.price-row.total{border-top:2px solid #8b4513;padding-top:1rem;font-size:1.2rem;font-weight:700}.discount-value{color:#4caf50;font-weight:600}.total-price{color:#8b4513;font-weight:700;font-size:1.2rem}.progress-container{margin-bottom:1.5rem}.progress-bar-container{background:#e0e0e0;border-radius:10px;height:8px;overflow:hidden;margin-bottom:.5rem}.progress-bar{height:100%;background:linear-gradient(45deg,#4caf50,#45a049);border-radius:10px;width:0%;transition:width .3s ease}.progress-text{text-align:center;font-size:.9rem;color:#666;font-weight:600}.order-button{width:100%;height:50px;background:linear-gradient(45deg,#4caf50,#45a049);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.order-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #4caf5066}.order-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.buy-modal{padding:10px!important;align-items:center!important;justify-content:center!important}.buy-modal-content.pc-split-layout{max-width:95%!important;width:95%!important;max-height:95vh!important;border-radius:12px;margin:0 auto!important;align-self:center}.popup-header{padding:.5rem .75rem!important;position:sticky!important;top:0!important;z-index:20!important;flex-shrink:0!important}.popup-header h3{font-size:.85rem!important;font-weight:600;margin:0;line-height:1.3}.popup-close{width:24px!important;height:24px!important;font-size:1.2rem!important;line-height:1}.buy-modal-body{flex-direction:column;gap:0;min-height:0;overflow:hidden}.modal-right-section{order:1;width:100%;padding:0!important;max-height:calc(90vh - 60px)!important;border-bottom:1px solid #e0e0e0;background:#fafafa;overflow-y:auto;display:flex;flex-direction:column}.modal-right-section::-webkit-scrollbar{width:6px}.modal-right-section::-webkit-scrollbar-track{background:#f1f1f1}.modal-right-section::-webkit-scrollbar-thumb{background:#8b4513;border-radius:3px}.modal-left-section{order:2;border-right:none;border-bottom:none;padding:.75rem!important;max-height:35vh!important;overflow-y:auto;flex-shrink:0;display:none!important}.modal-left-section .modal-product-header .modal-price-header,.modal-left-section .modal-category{display:none!important}.mobile-price-display{display:block!important;background:#f5f5f5;padding:.45rem .55rem!important;border-radius:6px;margin-bottom:.45rem}.mobile-price-header{display:flex;justify-content:space-between;align-items:center}.price-label-mobile{font-size:.75rem!important;color:#666;font-weight:500}.modal-price-display-mobile{font-size:.875rem!important;font-weight:700;color:#8b4513}.purchase-section{gap:.5rem!important;padding:.75rem!important;flex:1;overflow-y:auto;min-height:0}.purchase-section::-webkit-scrollbar{width:5px}.purchase-section::-webkit-scrollbar-track{background:transparent}.purchase-section::-webkit-scrollbar-thumb{background:#8b45134d;border-radius:3px}.purchase-title{font-size:.8125rem!important;margin-bottom:.5rem;padding-bottom:.4rem;font-weight:600}.balance-display{padding:.45rem .55rem!important;font-size:.75rem!important;margin-bottom:.45rem;border-radius:6px}.balance-display label{font-size:.75rem!important;font-weight:500}.balance-amount{font-size:.875rem!important;font-weight:700}.quantity-section,.coupon-section{margin-bottom:.45rem}.quantity-section label,.coupon-section label{font-size:.75rem!important;margin-bottom:.4rem;font-weight:500}.quantity-controls{gap:.4rem}.qty-btn{width:28px!important;height:28px!important;font-size:.875rem!important;border-radius:4px}#modalQuantityInput{width:50px!important;height:28px!important;font-size:.8125rem!important;padding:.25rem;border-radius:4px}.coupon-input{gap:.4rem}.coupon-input input{font-size:.75rem!important;padding:.4rem .5rem;height:28px!important;border-radius:4px}#modalCouponBtn{padding:.4rem .75rem!important;font-size:.75rem!important;height:28px!important;border-radius:4px}.price-breakdown{font-size:.75rem!important;gap:.3rem;margin-bottom:.45rem}.price-row{padding:.3rem 0}.price-row.total{padding-top:.5rem;font-size:.8125rem!important}.order-button{padding:.5rem .75rem!important;font-size:.8125rem!important;height:36px!important;margin-top:.5rem!important;margin-bottom:0!important;border-radius:6px;font-weight:600;position:sticky!important;bottom:0!important;background:linear-gradient(45deg,#4caf50,#45a049)!important;box-shadow:0 -2px 10px #0000001a!important;z-index:10!important}.modal-tabs{flex-wrap:wrap;margin-bottom:.5rem;gap:.4rem}.modal-tab{padding:.4rem .65rem!important;font-size:.75rem!important;min-height:28px!important;border-radius:6px;font-weight:500}.modal-tab i{font-size:.7rem!important;margin-right:.3rem}.modal-description-scroll{max-height:120px!important;overflow-y:auto;padding:.5rem!important;font-size:.75rem!important;line-height:1.4;border-radius:4px}.modal-description-scroll::-webkit-scrollbar{width:3px}.modal-description-scroll::-webkit-scrollbar-thumb{background:#8b45134d;border-radius:2px}.api-info-scroll-container{max-height:120px!important;overflow-y:auto}.api-info-content{gap:.5rem;padding:.4rem;font-size:.75rem!important}.api-key-section,.api-endpoint-section,.api-response-section{padding:.5rem!important;margin-bottom:.5rem;border-radius:4px}.api-label{font-size:.75rem!important;margin-bottom:.4rem;font-weight:500}.api-label i{font-size:.7rem!important}.copy-btn{padding:.3rem .5rem!important;font-size:.7rem!important;height:24px!important;border-radius:4px}.endpoint-url{font-size:.7rem!important}.method-badge{font-size:.65rem!important;padding:.15rem .4rem}}@media (max-width: 480px){.buy-modal{padding:8px!important;align-items:center!important;justify-content:center!important}.buy-modal-content.pc-split-layout{max-width:98%!important;width:98%!important;border-radius:12px;max-height:96vh!important;margin:0 auto!important;align-self:center}.popup-header{padding:.4rem .6rem!important}.popup-header h3{font-size:.8125rem!important}.popup-close{width:22px!important;height:22px!important;font-size:1.1rem!important}.modal-left-section,.modal-right-section{padding:0!important;max-height:calc(96vh - 50px)!important}.purchase-section{padding:.6rem!important}.modal-left-section{max-height:30vh!important;display:none!important}.modal-right-section{padding:0!important}.purchase-section{padding:.65rem!important;gap:.45rem!important}.mobile-price-display{padding:.4rem .5rem!important;margin-bottom:.5rem}.price-label-mobile{font-size:.7rem!important}.modal-price-display-mobile{font-size:.8125rem!important}.purchase-title{font-size:.75rem!important;margin-bottom:.4rem;padding-bottom:.3rem}.balance-display{padding:.4rem .5rem!important;font-size:.7rem!important;margin-bottom:.5rem}.balance-display label{font-size:.7rem!important}.balance-amount{font-size:.8125rem!important}.quantity-section,.coupon-section{margin-bottom:.5rem}.quantity-section label,.coupon-section label{font-size:.7rem!important;margin-bottom:.35rem}.qty-btn{width:26px!important;height:26px!important;font-size:.8125rem!important}#modalQuantityInput{width:45px!important;height:26px!important;font-size:.75rem!important;padding:.2rem}.coupon-input input{font-size:.7rem!important;padding:.35rem .45rem;height:26px!important}#modalCouponBtn{padding:.35rem .65rem!important;font-size:.7rem!important;height:26px!important}.price-breakdown{font-size:.7rem!important;gap:.3rem;margin-bottom:.5rem}.price-row{padding:.25rem 0}.price-row.total{padding-top:.4rem;font-size:.75rem!important}.order-button{padding:.45rem .65rem!important;font-size:.75rem!important;height:32px!important;margin-top:.4rem!important;margin-bottom:0!important;position:sticky!important;bottom:0!important;background:linear-gradient(45deg,#4caf50,#45a049)!important;box-shadow:0 -2px 8px #0000001a!important;z-index:10!important}.modal-tabs{margin-bottom:.4rem;gap:.3rem}.modal-tab{padding:.35rem .6rem!important;font-size:.7rem!important;min-height:26px!important}.modal-tab i{font-size:.65rem!important;margin-right:.25rem}.modal-description-scroll{max-height:100px!important;font-size:.7rem!important;padding:.4rem!important;line-height:1.35}.api-info-scroll-container{max-height:100px!important}.api-info-content{font-size:.7rem!important;gap:.4rem;padding:.3rem}.api-key-section,.api-endpoint-section,.api-response-section{padding:.4rem!important;margin-bottom:.4rem}.api-label{font-size:.7rem!important;margin-bottom:.3rem}.api-label i{font-size:.65rem!important}.copy-btn{padding:.25rem .4rem!important;font-size:.65rem!important;height:22px!important}.endpoint-url{font-size:.65rem!important}.method-badge{font-size:.6rem!important;padding:.1rem .3rem}}.success-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10001;display:none;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.success-modal.show{display:flex!important;opacity:1!important;visibility:visible!important}.success-modal-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:successModalSlideIn .4s ease;padding:2.5rem}@keyframes successModalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.success-popup-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;color:#666;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;line-height:1;z-index:10}.success-popup-close:hover{background:#0003;transform:rotate(90deg)}.success-top-section{text-align:center;margin-bottom:1.5rem}.success-icon-wrapper{margin-bottom:.75rem}.success-icon-wrapper i{font-size:5rem;color:#4caf50;animation:successIconBounce .6s ease}@keyframes successIconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.success-title{font-size:2rem;font-weight:700;color:#333;margin:0 0 1rem}.order-id-box{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;box-shadow:0 4px 15px #667eea4d}.order-id-box i{font-size:1.1rem}.order-id-box span{font-weight:700}.success-summary-section{background:#f8f9fa;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.order-detail{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem 0;font-size:.95rem}.order-detail:last-child{margin-bottom:0}.order-detail span:first-child{color:#666;font-weight:500}.order-detail strong{color:#333;font-weight:600}.order-detail.discount strong{color:#4caf50}.order-detail.total{border-top:2px solid #ddd;padding-top:1rem;margin-top:.5rem;font-size:1.1rem}.order-detail.total strong{color:#8b4513;font-size:1.2rem;font-weight:700}.success-data-section{margin-bottom:1rem}.data-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.data-header h3{margin:0;color:#333;font-size:1.1rem;font-weight:600}.data-count-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #ff6b6b4d}.data-scroll-container{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;max-height:300px;overflow-y:auto;padding:1rem}.data-scroll-container::-webkit-scrollbar{width:8px}.data-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.data-scroll-container::-webkit-scrollbar-thumb{background:#8b4513;border-radius:10px}.data-scroll-container::-webkit-scrollbar-thumb:hover{background:sienna}.data-container{font-family:Courier New,monospace;font-size:.85rem;line-height:1.6;color:#333}.data-item{padding:.5rem 0;border-bottom:1px solid #e0e0e0;word-break:break-all}.data-item:last-child{border-bottom:none}.no-data{text-align:center;color:#999;padding:2rem;font-style:italic}.success-actions{display:flex;gap:1rem;margin-top:2rem}.action-btn{flex:1;min-width:150px;height:50px;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;box-shadow:0 4px 15px #0000001a}.action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.copy-btn{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff}.copy-btn:hover{background:linear-gradient(135deg,#138496,#117a8b)}.view-order-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.view-order-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.buy-more-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.buy-more-btn:hover{background:linear-gradient(135deg,#45a049,#388e3c)}.data-container{background:transparent;border:none;max-height:none;overflow-x:hidden;padding:1rem;width:100%;box-sizing:border-box}.data-item{background:#fff;border:1px solid #e0e0e0;border-radius:5px;padding:.75rem;margin-bottom:.5rem;font-family:Courier New,monospace;width:100%;box-sizing:border-box;word-wrap:break-word;word-break:break-all;overflow-wrap:break-word;max-width:100%;font-size:.9rem;white-space:pre-wrap;line-height:1.4}.data-item:last-child{margin-bottom:0}.no-data{text-align:center;color:#999;font-style:italic;padding:2rem}.success-actions{display:flex;gap:1rem;flex-wrap:wrap}.action-btn{flex:1;min-width:150px;height:45px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.copy-btn{background:#17a2b8;color:#fff}.copy-btn:hover{background:#138496}.download-btn{background:#ffc107;color:#212529}.download-btn:hover{background:#e0a800}.orders-btn{background:#8b4513;color:#fff}.orders-btn:hover{background:sienna}@media (max-width: 768px){.buy-modal,.success-modal{padding:10px}.success-modal{padding:5px!important}.success-modal-content{max-width:95%!important;width:95%!important;padding:1rem!important;max-height:95vh!important;border-radius:12px 12px 0 0}.success-top-section{margin-bottom:.75rem!important}.success-icon-wrapper{margin-bottom:.5rem!important}.success-icon-wrapper i{font-size:3.5rem!important}.success-title{font-size:1.3rem!important;margin-bottom:.5rem!important}.order-id-box{padding:.5rem .9rem!important;font-size:.85rem!important;border-radius:8px}.success-summary-section{padding:1rem!important;margin-bottom:.75rem!important}.success-summary-section h3{font-size:1rem!important;margin-bottom:.5rem!important}.order-detail{font-size:.85rem!important;padding:.5rem 0;margin-bottom:.5rem}.order-detail.total{font-size:.95rem!important;padding-top:.75rem}.order-detail.total strong{font-size:1.1rem!important}.success-data-section{margin-bottom:.75rem!important}.success-data-section h3{font-size:1rem!important;margin-bottom:.5rem!important}.data-count-badge{font-size:.75rem!important;padding:.25rem .6rem}.data-scroll-container{max-height:180px!important;border-radius:8px}.data-container{font-size:.75rem!important;padding:.75rem}.data-item{padding:.5rem;margin-bottom:.5rem;font-size:.75rem}.success-actions{display:flex;flex-wrap:wrap;gap:.5rem!important;margin-top:.75rem!important}.action-btn{min-width:auto;height:38px!important;font-size:.8rem!important;padding:.5rem .75rem;border-radius:8px}.copy-btn,.view-order-btn{flex:1 1 calc(50% - .25rem);width:calc(50% - .25rem)}.modal-pricing{gap:1.5rem}.price-display{font-size:1.1rem}.quantity-controls{gap:.5rem}.qty-btn{width:35px;height:35px;font-size:1.2rem}#modalQuantityInput{width:60px;height:35px;font-size:.9rem}.coupon-input{flex-direction:column;gap:.75rem}#modalCouponInput,#modalCouponBtn{height:45px;font-size:.9rem}#modalCouponBtn{padding:0 1rem}.price-breakdown{font-size:.9rem}.price-row{padding:.5rem 0}.order-button{padding:.9rem 1.5rem;font-size:1rem}.success-modal-content{padding:1.5rem;max-height:95vh}.success-title{font-size:1.5rem}.success-icon-wrapper i{font-size:4rem}.success-actions{display:flex;flex-wrap:wrap;gap:.4rem!important;margin-top:.5rem!important}.action-btn{min-width:auto;height:36px!important;font-size:.75rem!important;padding:.4rem .6rem;border-radius:8px}.copy-btn,.view-order-btn{flex:1 1 calc(50% - .2rem);width:calc(50% - .2rem)}.buy-more-btn{width:100%;flex:1 1 100%}.data-scroll-container{max-height:200px}.data-container{font-size:.8rem}.data-item{padding:.5rem 0;font-size:.8rem}.order-detail{font-size:.9rem}.order-detail.total{font-size:1rem}.order-detail.total strong{font-size:1.1rem}}@media (max-width: 480px){.buy-modal,.success-modal{padding:5px}.success-modal{padding:3px!important}.success-modal-content{max-width:98%!important;width:98%!important;padding:.6rem!important;max-height:96vh!important;border-radius:12px}.success-top-section{margin-bottom:.5rem!important}.success-icon-wrapper{margin-bottom:.4rem!important}.success-icon-wrapper i{font-size:2.5rem!important}.success-title{font-size:.875rem!important;margin-bottom:.3rem!important}.order-id-box{padding:.3rem .6rem!important;font-size:.7rem!important}.success-summary-section{padding:.75rem!important;margin-bottom:.5rem!important}.success-summary-section h3,.success-data-section h3{font-size:.75rem!important;margin-bottom:.35rem!important}.success-data-section{margin-bottom:.5rem!important}.order-detail{font-size:.7rem!important;padding:.35rem 0;margin-bottom:.35rem}.order-detail.total{font-size:.75rem!important;padding-top:.4rem}.order-detail.total strong{font-size:.875rem!important}.data-count-badge{font-size:.65rem!important;padding:.15rem .4rem}.data-scroll-container{max-height:100px!important}.data-container{font-size:.65rem!important;padding:.4rem}.data-item{padding:.35rem;font-size:.65rem;margin-bottom:.35rem}.success-actions{display:flex;flex-wrap:wrap;gap:.35rem!important;margin-top:.5rem!important}.action-btn{height:32px!important;font-size:.7rem!important;padding:.35rem .5rem;border-radius:6px}.action-btn i{font-size:.65rem!important}.copy-btn,.view-order-btn{flex:1 1 calc(50% - .175rem);width:calc(50% - .175rem)}.buy-more-btn{width:100%;flex:1 1 100%}.modal-product-info{margin-bottom:1.5rem}.modal-category{font-size:.8rem}.modal-description{font-size:.85rem}.price-display{font-size:1rem}.qty-btn{width:32px;height:32px;font-size:1.1rem}#modalQuantityInput{width:55px;height:32px;font-size:.85rem}#modalCouponInput,#modalCouponBtn{height:40px;font-size:.85rem}.price-breakdown{font-size:.85rem}.order-button{padding:.8rem 1.2rem;font-size:.9rem}.action-btn{padding:.8rem;font-size:.85rem}.data-container{max-height:180px;font-size:.75rem;overflow-x:hidden;width:100%;box-sizing:border-box}.data-item{padding:.4rem;font-size:.75rem;line-height:1.3;width:100%;box-sizing:border-box;overflow-wrap:break-word;max-width:100%}}@media (min-width: 1200px){.order-button{padding:1rem 2rem;font-size:1.1rem}}
