.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100000}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:400px;background:#0d0d0d;z-index:100001;display:flex;flex-direction:column;box-shadow:-10px 0 30px #00000080;border-left:1px solid rgba(255,255,255,.05)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.cart-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#fff}.cart-close-btn{background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px;transition:color .2s}.cart-close-btn:hover{color:#fff}.cart-items{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff9;gap:16px}.cart-empty-icon{color:#00a49880}.continue-shopping{margin-top:10px;background:transparent;border:1px solid #00A498;color:#00a498;padding:10px 24px;border-radius:99px;font-weight:600;cursor:pointer;transition:all .3s}.continue-shopping:hover{background:#00a4981a}.cart-item{display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.05)}.cart-item-img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;background:#1a1a1a;border-radius:8px;padding:8px}.cart-item-details{flex:1;display:flex;flex-direction:column}.cart-item-details h4{margin:0 0 6px;font-size:.95rem;font-weight:500;color:#fff;line-height:1.3}.cart-item-price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 12px}.cart-item-price{font-size:.9rem;color:#00a498;font-weight:600}.cart-item-mrp{font-size:.8rem;color:#fff6;text-decoration:line-through}.cart-item-discount-badge{font-size:.7rem;color:#f59e0b;background:#f59e0b1a;padding:2px 6px;border-radius:4px;font-weight:700}.cart-item-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.cart-item-line-total{font-size:.85rem;font-weight:700;color:#fff}.quantity-controls{display:flex;align-items:center;gap:12px;background:#ffffff0d;padding:4px 8px;border-radius:6px}.quantity-controls button{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:2px;transition:color .2s}.quantity-controls button:hover{color:#00a498}.quantity-controls span{font-size:.9rem;font-weight:500;min-width:16px;text-align:center}.cart-item-remove{background:transparent;border:none;color:#fff6;cursor:pointer;transition:color .2s}.cart-item-remove:hover{color:#ff4d4d}.cart-footer{padding:24px;border-top:1px solid rgba(255,255,255,.1);background:#0d0d0d}.cart-coupon{margin-bottom:16px}.cart-coupon-input-row{display:flex;gap:8px}.cart-coupon-input-row input{flex:1;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.85rem;outline:none}.cart-coupon-input-row button{padding:10px 16px;background:#00a4981f;border:1px solid rgba(0,164,152,.35);border-radius:8px;color:#00a498;font-weight:700;font-size:.8rem;cursor:pointer;white-space:nowrap}.cart-coupon-input-row button:disabled{opacity:.5;cursor:not-allowed}.cart-coupon-applied{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#00a4981a;border:1px solid rgba(0,164,152,.3);border-radius:8px;color:#00a498;font-size:.85rem;font-weight:600}.cart-coupon-applied span{display:flex;align-items:center;gap:6px}.cart-coupon-applied button{background:none;border:none;color:#ff4d4d;font-size:.75rem;cursor:pointer;font-weight:700}.cart-coupon-err{margin:6px 0 0;font-size:.75rem;color:#ff4d4d}.cart-summary-box{border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;margin-bottom:10px}.cart-summary-header{background:#ffffff0d;color:#fff;font-size:.85rem;font-weight:700;text-align:center;padding:10px;border-bottom:1px solid rgba(255,255,255,.1)}.cart-summary-body{padding:14px 16px 6px}.cart-subtotal{display:flex;justify-content:space-between;font-size:.95rem;font-weight:500;color:#fffc;margin-bottom:8px}.cart-subtotal-discount{color:#f59e0b}.cart-grand-total{font-size:1.15rem;font-weight:700;color:#fff;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.cart-taxes{margin:12px 0 20px;font-size:.8rem;color:#ffffff80}.cart-checkout-btn{width:100%;padding:16px;border-radius:99px;background:#00a498;color:#000;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,background .2s}.cart-checkout-btn:hover{background:#00c8ba;transform:translateY(-2px)}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.3);color:#00a498}to{transform:scale(1)}}.pop-anim{animation:pop .3s cubic-bezier(.25,1,.5,1)}.checkout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.checkout-modal{background:#0f1318;width:100%;max-width:940px;max-height:90vh;display:flex;flex-direction:column;border-radius:20px;border:1px solid #1e2530;box-shadow:0 40px 80px #000c,inset 0 1px #ffffff0d;overflow:hidden;position:relative;font-family:SamsungOne,Samsung One,sans-serif}.checkout-header{position:sticky;top:0;background:#0f1318;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #1e2530;box-sizing:border-box;border-top-left-radius:inherit;border-top-right-radius:inherit}.checkout-body{display:grid;grid-template-columns:1.12fr 1fr;flex:1;overflow-y:auto;max-height:calc(90vh - 72px)}.checkout-left-col{padding:24px;border-right:1px solid #1e2530;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.checkout-right-col{padding:24px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.checkout-success{padding:80px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px;min-height:400px;background:#0f1318}.checkout-success h2{margin:0;font-size:2.2rem;color:#fff;font-weight:800}.checkout-success p{color:#ffffffb3;line-height:1.6;font-size:15px}.checkout-overlay,.checkout-modal,.checkout-body,.checkout-success,.checkout-success *,.checkout-left-col,.checkout-right-col{scrollbar-width:thin;scrollbar-color:#00C8A0 transparent}.checkout-overlay::-webkit-scrollbar,.checkout-modal::-webkit-scrollbar,.checkout-body::-webkit-scrollbar,.checkout-success::-webkit-scrollbar,.checkout-success *::-webkit-scrollbar,.checkout-left-col::-webkit-scrollbar,.checkout-right-col::-webkit-scrollbar{width:4px;height:4px}.checkout-overlay::-webkit-scrollbar-track,.checkout-modal::-webkit-scrollbar-track,.checkout-body::-webkit-scrollbar-track,.checkout-success::-webkit-scrollbar-track,.checkout-success *::-webkit-scrollbar-track,.checkout-left-col::-webkit-scrollbar-track,.checkout-right-col::-webkit-scrollbar-track{background:transparent}.checkout-overlay::-webkit-scrollbar-thumb,.checkout-modal::-webkit-scrollbar-thumb,.checkout-body::-webkit-scrollbar-thumb,.checkout-success::-webkit-scrollbar-thumb,.checkout-success *::-webkit-scrollbar-thumb,.checkout-left-col::-webkit-scrollbar-thumb,.checkout-right-col::-webkit-scrollbar-thumb{background:#00c8a0;border-radius:4px}.checkout-overlay::-webkit-scrollbar-thumb:hover,.checkout-modal::-webkit-scrollbar-thumb:hover,.checkout-body::-webkit-scrollbar-thumb:hover,.checkout-success::-webkit-scrollbar-thumb:hover,.checkout-success *::-webkit-scrollbar-thumb:hover,.checkout-left-col::-webkit-scrollbar-thumb:hover,.checkout-right-col::-webkit-scrollbar-thumb:hover{background:#00b592}@media (max-width: 768px){.checkout-overlay{align-items:flex-start;padding:12px}.checkout-modal{max-height:none;margin:20px 0;border-radius:16px;overflow:visible}.checkout-body{grid-template-columns:1fr;max-height:none;overflow-y:visible}.checkout-left-col{border-right:none;border-bottom:1px solid #1e2530;padding:20px 16px}.checkout-right-col{padding:20px 16px}}@media (max-width: 480px){.checkout-2col-grid{grid-template-columns:1fr!important}}.pn-navbar{position:fixed;top:44px;left:50%;transform:translate(-50%);width:calc(100% - 48px);max-width:1360px;z-index:9999;font-family:SamsungOne,Samsung One,sans-serif;color:#fff;background:#080a0eed;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid rgba(255,255,255,.08);border-radius:999px;transition:transform .45s cubic-bezier(.22,1,.36,1),top .45s cubic-bezier(.22,1,.36,1),background .3s ease,border-color .3s ease;box-shadow:none;will-change:transform}.pn-navbar.pn-navbar-hide{transform:translate(-50%) translateY(calc(-100% - 80px));pointer-events:none}.pn-navbar.scrolled{top:12px;background:#080a0eed;border-color:#ffffff14;box-shadow:none}.pn-microbar{position:fixed;top:12px;left:50%;width:calc(100% - 48px);max-width:1360px;transform:translate(-50%);z-index:10000;opacity:1;transition:opacity .25s ease}.pn-microbar.scrolled,.pn-microbar.pn-navbar-hide{opacity:0;pointer-events:none}.pn-microbar-inner{padding:0 20px;display:flex;justify-content:flex-end;align-items:center;gap:14px}.pn-microbar-link{font-size:14.5px;letter-spacing:.02em;color:#fff;text-decoration:none;font-weight:500;text-shadow:none;transition:color .22s ease,text-shadow .22s ease}.pn-microbar-link:hover{color:#00e0b4;text-shadow:0 0 16px rgba(0,200,160,.65)}.pn-theme-switch{width:40px;height:22px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;transition:background .22s ease,border-color .22s ease;flex-shrink:0}.pn-theme-switch.is-light{background:#00a49859;border-color:#00a4988c}.pn-theme-switch-knob{width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000059;transform:translate(0);transition:transform .22s cubic-bezier(.22,1,.36,1);display:flex;align-items:center;justify-content:center;color:#111418}.pn-theme-switch.is-light .pn-theme-switch-knob{transform:translate(18px)}.pn-main{max-width:100%;margin:0 auto;padding:7px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;transition:padding .32s ease}.pn-navbar.scrolled .pn-main{padding:5px 24px}.pn-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;color:#fff;font-weight:700;letter-spacing:.04em}.pn-logo img{height:28px;width:auto;display:block;-o-object-fit:contain;object-fit:contain;transition:filter .28s ease,transform .28s ease,height .32s ease}.pn-navbar.scrolled .pn-logo img{height:23px}.pn-center{display:flex;align-items:center;justify-content:center;gap:2px;position:static}.pn-nav-item{position:relative}.pn-nav-link{display:inline-block;padding:9px 14px;font-size:13.5px;letter-spacing:.015em;font-weight:500;color:#ffffffdb;text-decoration:none;position:relative;transition:color .22s ease}.pn-nav-link:after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:1.5px;background:linear-gradient(90deg,#00a498,#00a49873);border-radius:2px;transform:scaleX(0);transform-origin:left center;transition:transform .38s cubic-bezier(.22,1,.36,1);box-shadow:0 0 10px #00a49873}.pn-nav-link:hover{color:#fff}.pn-nav-link:hover:after,.pn-nav-item.is-open .pn-nav-link:after{transform:scaleX(1)}.pn-nav-item.is-open .pn-nav-link{color:#fff}.pn-icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.pn-icon-btn{background:transparent;border:1px solid transparent;color:#ffffffc7;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:color .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease}.pn-icon-btn:hover{color:#00a498;border-color:#00a49859;background:#00a4980f;box-shadow:0 0 22px #00a49838,inset 0 0 18px #00a4980f;transform:translateY(-1px)}.pn-cart-badge{position:absolute;top:-2px;right:-2px;min-width:19px;height:19px;padding:0 5px;background:linear-gradient(135deg,#00e0b8,#00a498);color:#061211;border-radius:999px;font-size:10.5px;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2.5px #0a0d0ff2,0 2px 8px #00c8a080;animation:pn-cart-badge-pop .32s cubic-bezier(.34,1.56,.64,1)}@keyframes pn-cart-badge-pop{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.pn-hamburger{display:none}.pn-mega{position:absolute;top:calc(100% + 10px);left:0;right:0;margin-left:auto;margin-right:auto;width:-moz-max-content;width:max-content;max-width:calc(100vw - 40px);background:#0a0c10f2;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border:1px solid rgba(0,164,152,.45);border-radius:20px;box-shadow:none;pointer-events:auto}.pn-mega:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,164,152,.7) 50%,transparent 100%);filter:blur(1px);opacity:.9;pointer-events:none}.pn-mega-inner{max-width:1440px;margin:0 auto;padding:44px 52px 52px;display:grid;grid-template-columns:1fr 280px;align-items:start;gap:60px}.pn-mega-eyebrow{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:#00a498d9;font-weight:600;margin-bottom:14px}.pn-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:8px 12px}.pn-mega-empty{grid-column:1 / -1;font-size:13px;color:#ffffff80;padding:24px;text-align:center;border:1px dashed rgba(255,255,255,.08);border-radius:12px}.pn-product-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;text-decoration:none;padding:16px 12px;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .22s ease}.pn-product-card:hover{border-color:#00a49840;background:#00a49814;transform:translateY(-4px);box-shadow:none}.pn-product-img{flex:0 0 auto;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:12px;padding:10px;box-sizing:border-box;overflow:hidden}.pn-product-img img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;filter:none;transition:transform .32s ease}.pn-product-card:hover .pn-product-img img{transform:scale(1.08)}.pn-product-name{font-size:13px;font-weight:500;color:#ffffffd1;letter-spacing:.01em;transition:color .24s ease;line-height:1.35}.pn-product-card:hover .pn-product-name{color:#fff}.pn-mega-discover{border-left:1px solid rgba(255,255,255,.06);padding-left:24px;display:flex;flex-direction:column}.pn-mega-discover ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.pn-mega-discover a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#ffffffc7;font-size:13px;padding:12px 14px;border-radius:10px;border:1px solid transparent;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .24s ease}.pn-mega-discover a:hover{color:#fff;background:#00a49814;border-color:#00a49840;transform:translate(4px)}.pn-mega-discover svg{opacity:.55;transition:opacity .22s ease,transform .22s ease,color .22s ease}.pn-mega-discover a:hover svg{color:#00a498;opacity:1;transform:translate(2px)}.pn-mega-cta{margin-top:28px;padding:18px 16px;border-radius:12px;background:linear-gradient(140deg,#00a4981f,#00a49805);border:1px solid rgba(0,164,152,.25)}.pn-mega-cta span{display:block;font-size:11px;color:#fff9;letter-spacing:.02em;margin-bottom:6px}.pn-mega-cta a{font-size:13px;font-weight:600;color:#00a498;text-decoration:none;transition:color .22s ease}.pn-mega-cta a:hover{color:#fff}.pn-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10998}.pn-drawer{position:fixed;top:0;right:0;bottom:0;width:min(86vw,360px);background:#0a0a0a;border-left:1px solid rgba(0,164,152,.25);z-index:10999;display:flex;flex-direction:column;box-shadow:-30px 0 80px #000000b3}.pn-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.pn-drawer-head img{height:28px;width:auto}.pn-drawer-close{background:transparent;border:1px solid rgba(255,255,255,.08);color:#ffffffd9;cursor:pointer;width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;transition:all .22s ease}.pn-drawer-close:hover{color:#00a498;border-color:#00a49859;background:#00a4980f}.pn-drawer-nav{flex:1;overflow-y:auto;padding:12px 18px}.pn-drawer-section{border-bottom:1px solid rgba(255,255,255,.05)}.pn-drawer-link{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:#ffffffeb;padding:18px 6px;font-size:15px;font-weight:500;font-family:inherit;text-decoration:none;cursor:pointer;letter-spacing:.01em}.pn-drawer-link--solo{border-bottom:1px solid rgba(255,255,255,.05)}.pn-drawer-link svg{transition:transform .28s ease;color:#00a498cc}.pn-drawer-link svg.rot{transform:rotate(90deg)}.pn-drawer-sub{overflow:hidden;display:flex;flex-direction:column;padding:0 6px 14px;gap:2px}.pn-drawer-sub a{text-decoration:none;color:#ffffffa6;font-size:13px;padding:9px 14px;border-radius:8px;transition:background .2s ease,color .2s ease,padding-left .2s ease}.pn-drawer-sub a:hover{background:#00a49814;color:#fff;padding-left:18px}.pn-drawer-empty{font-size:12px;color:#fff6;padding:4px 14px 8px;font-style:italic}.pn-drawer-footer{padding:18px 24px 24px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center}.pn-drawer-support{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:#fff9;text-decoration:none;transition:color .22s ease}.pn-drawer-support:hover{color:#00a498}.pn-drawer-copy{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ffffff52}@media (max-width: 1100px){.pn-mega-inner{grid-template-columns:1fr 240px;padding:36px 30px 40px;gap:36px}.pn-nav-link{padding:9px 12px}.pn-nav-link:after{left:12px;right:12px}}@media (max-width: 960px){.pn-navbar{width:calc(100% - 24px);top:12px}.pn-navbar.scrolled{top:8px}.pn-microbar,.pn-center{display:none}.pn-hamburger{display:inline-flex}.pn-main{padding:7px 18px}.pn-navbar.scrolled .pn-main{padding:5px 18px}.pn-logo img{height:26px}}@media (max-width: 480px){.pn-icons{gap:2px}.pn-icon-btn{width:34px;height:34px}}.pn-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding-top:80px}.pn-search-box{width:100%;max-width:640px;margin:0 16px}.pn-search-input-wrap{display:flex;align-items:center;gap:12px;background:#121214fa;border:1px solid rgba(0,200,160,.3);border-radius:14px;padding:12px 16px}.pn-search-icon{color:#fff6;flex-shrink:0}.pn-search-input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:16px;font-family:SamsungOne,Samsung One,sans-serif}.pn-search-input::-moz-placeholder{color:#ffffff4d}.pn-search-input::placeholder{color:#ffffff4d}.pn-search-close{background:none;border:none;cursor:pointer;color:#fff6;display:flex;align-items:center;padding:2px;border-radius:6px;transition:color .15s}.pn-search-close:hover{color:#fff}.pn-search-results{background:#0e0e10fa;border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 0 14px 14px;overflow:hidden;max-height:420px;overflow-y:auto}.pn-search-results-header{padding:10px 16px 6px;font-size:11px;color:#ffffff59;letter-spacing:.5px;text-transform:uppercase;font-weight:500}.pn-search-result-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .12s;text-align:left}.pn-search-result-item:last-child{border-bottom:none}.pn-search-result-item:hover{background:#00c8a00f}.pn-search-result-img{width:40px;height:40px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.08);flex-shrink:0}.pn-search-result-img--placeholder{display:flex;align-items:center;justify-content:center;background:#ffffff0f;color:#ffffff4d}.pn-search-result-info{flex:1;min-width:0}.pn-search-result-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pn-search-result-model{font-size:12px;color:#fff6;margin-top:2px}.pn-search-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:500;white-space:nowrap;flex-shrink:0}.pn-search-badge--smartphone{background:#63b3ed26;color:#63b3ed}.pn-search-badge--button-phone{background:#68d39126;color:#68d391}.pn-search-badge--laptop{background:#f687b326;color:#f687b3}.pn-search-badge--headphone{background:#f6ad5526;color:#f6ad55}.pn-search-loading{display:flex;align-items:center;padding:16px}.pn-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#00c8a0;margin:0 2px;animation:pnPulse 1s infinite}.pn-dot:nth-child(2){animation-delay:.2s}.pn-dot:nth-child(3){animation-delay:.4s}@keyframes pnPulse{0%,to{opacity:.3}50%{opacity:1}}.pn-search-empty{padding:20px 16px;text-align:center;color:#ffffff59;font-size:13px}.pn-search-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:999999!important;background:#000000d9!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding-top:100px!important}.pn-searchbar{background:#0c0c0efa;border-top:1px solid rgba(0,200,160,.15);border-bottom:1px solid rgba(0,200,160,.15);animation:pnSearchSlide .25s ease}@keyframes pnSearchSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pn-searchbar-inner{max-width:1440px;margin:0 auto;padding:12px 36px;display:flex;align-items:center;gap:12px}.pn-searchbar-icon{color:#fff6;flex-shrink:0}.pn-searchbar-input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:15px;font-family:SamsungOne,Samsung One,sans-serif}.pn-searchbar-input::-moz-placeholder{color:#ffffff4d}.pn-searchbar-input::placeholder{color:#ffffff4d}.pn-searchbar-close{background:none;border:none;cursor:pointer;color:#fff6;display:flex;align-items:center;padding:4px;border-radius:6px;transition:color .15s}.pn-searchbar-close:hover{color:#fff}.pn-searchbar-results{border-top:1px solid rgba(255,255,255,.06);max-height:380px;overflow-y:auto}.pn-searchbar-status{padding:14px 36px;color:#fff6;font-size:13px}.pn-searchbar-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 36px;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.04);cursor:pointer;text-align:left;transition:background .15s}.pn-searchbar-item:hover{background:#00c8a00f}@media (max-width: 600px){.pn-searchbar-inner{padding:12px 16px}.pn-searchbar-status{padding:14px 16px}.pn-searchbar-item{padding:10px 16px}}.pn-searchbar-item-img{width:42px;height:42px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.08);flex-shrink:0}.pn-searchbar-item-noimg{background:#ffffff0f}.pn-searchbar-item-info{flex:1;min-width:0}.pn-searchbar-item-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pn-searchbar-item-model{font-size:12px;color:#fff6;margin-top:2px}.pn-searchbar-item-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:500;flex-shrink:0;background:#00c8a026;color:#00c8a0}:root.light .pn-searchbar{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000d}:root.light .pn-searchbar-icon{color:#94a3b8}:root.light .pn-searchbar-input{color:#0f172a}:root.light .pn-searchbar-input::-moz-placeholder{color:#94a3b8}:root.light .pn-searchbar-input::placeholder{color:#94a3b8}:root.light .pn-searchbar-close{color:#94a3b8}:root.light .pn-searchbar-close:hover{color:#0f172a}:root.light .pn-searchbar-results{border-top:1px solid #e2e8f0;background:#fff}:root.light .pn-searchbar-status{color:#64748b}:root.light .pn-searchbar-item{border-bottom:1px solid #f1f5f9}:root.light .pn-searchbar-item:hover{background:#00a4980a}:root.light .pn-searchbar-item-img{border:1px solid #e2e8f0}:root.light .pn-searchbar-item-noimg{background:#f1f5f9}:root.light .pn-searchbar-item-name{color:#0f172a}:root.light .pn-searchbar-item-model{color:#64748b}:root.light .pn-searchbar-item-badge{background:#00a4981a;color:#00a498}.pf-footer{position:relative;width:100vw;background:#0a0d0f;overflow:hidden;font-family:SamsungOne,Samsung One,sans-serif}.pf-social-section{position:relative;z-index:1;background:#0a0d0f;border-bottom:1px solid rgba(255,255,255,.06);padding:2rem 5vw 4rem;overflow:hidden}.pf-social-section:before,.pf-support-section:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:700px;height:400px;background:radial-gradient(ellipse,rgba(0,164,152,.1) 0%,transparent 70%);pointer-events:none;z-index:0}.pf-social-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.pf-social-text{display:flex;flex-direction:column;gap:.9rem;align-items:center}.pf-social-heading{margin:0;font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:800;letter-spacing:2px;background:linear-gradient(135deg,#00c8a0,#00e5c0,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pf-social-sub{margin:0;color:#6b7280;font-size:.95rem;line-height:1.65;max-width:560px}.pf-social-icons{display:flex;gap:1.8rem;flex-wrap:wrap;justify-content:center}.pf-social-platform{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-decoration:none;cursor:pointer}.pf-platform-icon-wrap{width:72px;height:72px;border-radius:20px;background:var(--platform-bg, rgba(255,255,255,.06));border:1px solid var(--platform-border, rgba(255,255,255,.12));display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s,box-shadow .25s;box-shadow:0 4px 20px #0000004d}.pf-social-platform:hover .pf-platform-icon-wrap{background:var(--platform-bg, rgba(255,255,255,.1));border-color:var(--platform-color, #00C8A0);box-shadow:0 8px 32px color-mix(in srgb,var(--platform-color, #00C8A0) 30%,transparent)}.pf-platform-svg{width:30px;height:30px}.pf-platform-name{color:#6b7280;font-size:.78rem;font-weight:600;letter-spacing:.3px;transition:color .2s}.pf-social-platform:hover .pf-platform-name{color:#fff}.pf-support-section{position:relative;z-index:1;background:#0a0d0f;padding:2rem 5vw 1.5rem;overflow:hidden}.pf-support-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem;text-align:center}.pf-support-header{display:flex;flex-direction:column;gap:.85rem;align-items:center}.pf-support-heading{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;letter-spacing:-.01em}.pf-support-sub{margin:0;color:#6b7280;font-size:.95rem;line-height:1.65;max-width:580px}.pf-support-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:900px}.pf-support-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem 2rem;background:#0d1117;border:1px solid rgba(255,255,255,.07);border-radius:20px;text-decoration:none;transition:border-color .3s,background .3s,transform .3s,box-shadow .3s;overflow:hidden}.pf-support-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0;background:var(--card-color, #00C8A0);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.pf-support-card:hover:after{transform:scaleX(1)}.pf-support-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% -20%,var(--card-bg, rgba(0, 200, 160, .08)) 0%,transparent 70%);opacity:0;transition:opacity .35s;pointer-events:none}.pf-support-card:hover{border-color:var(--card-color, #00C8A0);background:#0f1a18;box-shadow:0 16px 40px -12px color-mix(in srgb,var(--card-color, #00C8A0) 35%,transparent)}.pf-support-card:hover:before{opacity:1}.pf-support-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;background:var(--card-bg, rgba(0, 200, 160, .08));border:1px solid color-mix(in srgb,var(--card-color, #00C8A0) 35%,transparent);transition:background .3s,border-color .3s}.pf-support-card:hover .pf-support-icon-wrap{background:color-mix(in srgb,var(--card-color, #00C8A0) 18%,transparent);border-color:var(--card-color, #00C8A0)}.pf-support-icon-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--card-color, #00C8A0);filter:blur(20px);opacity:0;transition:opacity .35s;pointer-events:none}.pf-support-card:hover .pf-support-icon-glow{opacity:.4}.pf-support-card-title{margin:0;font-size:1.05rem;font-weight:700;color:#fff;letter-spacing:-.01em}.pf-support-card-phone{margin:0;font-size:1.1rem;font-weight:700;color:#00c8a0;letter-spacing:.5px}.pf-support-card-desc{margin:0;font-size:.85rem;color:#6b7280;line-height:1.5;white-space:pre-line}@media (max-width: 700px){.pf-support-cards{grid-template-columns:1fr;max-width:380px}.pf-social-icons{gap:1.2rem}.pf-platform-icon-wrap{width:60px;height:60px;border-radius:16px}.pf-platform-svg{width:24px;height:24px}.pf-support-section,.pf-social-section{padding:3.5rem 5vw}}@media (max-width: 900px) and (min-width: 701px){.pf-support-cards{grid-template-columns:repeat(3,1fr);gap:1rem}}.pf-orb{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.pf-orb--l{width:560px;height:560px;background:#00a49812;top:-80px;left:-180px}.pf-orb--r{width:400px;height:400px;background:#00a4980d;bottom:60px;right:-100px}.pf-hero-band{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 5vw 2rem;text-align:center;gap:1.5rem}.pf-hero-text{display:flex;flex-direction:column;align-items:center;gap:1.4rem}.pf-hero-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.8rem;border-radius:50px;background:#00a4981a;border:1px solid rgba(0,164,152,.4);color:#00a498;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;letter-spacing:.3px}.pf-hero-cta:hover{background:#00a4982e;border-color:#00a498;transform:translateY(-2px)}.pf-divider{position:relative;z-index:1;height:1px;margin:0 5vw;background:linear-gradient(90deg,transparent 0%,rgba(0,164,152,.5) 30%,rgba(0,164,152,.5) 70%,transparent 100%)}.pf-main-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:3rem 2.5rem;max-width:1400px;margin:0 auto;padding:4rem 5vw 1.5rem}.pf-brand-col{display:flex;flex-direction:column;gap:1.4rem}.pf-wordmark{width:130px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.pf-brand-blurb{color:#666;font-size:.88rem;line-height:1.7;margin:0}.pf-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.pf-contact-list li{display:flex;align-items:flex-start;gap:.55rem;color:#666;font-size:.83rem;line-height:1.45}.pf-contact-list li svg{color:#00a498;flex-shrink:0;margin-top:2px}.pf-nav-col{display:flex;flex-direction:column;gap:1rem}.pf-col-heading{color:#fff;font-size:.8rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin:0}.pf-col-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.pf-col-links a{color:#666;font-size:.88rem;text-decoration:none;transition:color .2s;display:inline-block}.pf-col-links a:hover{color:#00a498}.pf-bottom-bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;padding:1rem 5vw 1.4rem;border-top:1px solid rgba(255,255,255,.05)}.pf-bottom-bar--center{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.9rem}.pf-bottom-bar--center .pf-legal{margin:0}.pf-bottom-bar--center .pf-payments{justify-content:center;width:100%}.pf-legal{color:#444;font-size:.8rem;margin:0}.pf-credit{color:#444;font-size:.75rem;font-weight:500;white-space:nowrap;margin:0}.pf-credit a{color:#00a498;text-decoration:none;font-weight:600}.pf-credit a:hover{text-decoration:underline}.pf-socials{display:flex;gap:.75rem}.pf-social-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);color:#666;text-decoration:none;transition:border-color .25s,color .25s,background .25s}.pf-social-btn:hover{border-color:#00a498;color:#00a498;background:#00a49814}.pf-payments{display:flex;align-items:center;gap:.9rem}.pf-pay-logo{height:22px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);opacity:.45;transition:opacity .25s}.pf-pay-logo--bkash{height:18px}.pf-pay-logo:hover{opacity:.85}@media (max-width: 1100px){.pf-main-grid{grid-template-columns:1fr 1fr 1fr}.pf-brand-col{grid-column:1 / -1}}@media (max-width: 700px){.pf-main-grid{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;padding:3rem 5vw 2rem}.pf-hero-band{padding:1rem 5vw 2rem}.pf-bottom-bar{flex-direction:column;align-items:flex-start;gap:1.4rem}}@media (max-width: 420px){.pf-main-grid{grid-template-columns:1fr}}.pp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#0a0d0f;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;color:#fff}.pp-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:#9ca3af;margin-bottom:24px;flex-wrap:wrap}.pp-breadcrumb span{cursor:pointer}.pp-breadcrumb span:hover{color:#fff}.pp-breadcrumb-current{color:#fff!important;font-weight:600;cursor:default!important}.pp-sticky-header{transition:padding .25s ease,background .25s ease}.pp-sticky-header .pp-title{transition:font-size .25s ease,margin .25s ease}.pp-mini-nav{display:flex;gap:24px;padding-bottom:4px}.pp-mini-nav button{background:none;border:none;color:#9ca3af;font-size:14px;font-weight:600;padding:4px 0;cursor:pointer;transition:color .2s ease}.pp-mini-nav button:hover{color:#fff}.pp-mini-nav button.is-active{color:#00c8a0}.pp-sticky-header.is-stuck{position:fixed;top:0;left:0;right:0;z-index:101;padding:14px 5vw;background:#0a0d0ff2;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px #00000026}.pp-sticky-header.is-stuck .pp-title{font-size:1.4rem;margin:0 0 6px}.pp-close-btn{width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.pp-close-btn:hover{background:#00a498;border-color:#00a498;transform:scale(1.05);color:#000}.pp-close-btn--floating{position:fixed;top:100px;right:5vw;z-index:600;background:#0a0d0fb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.pp-content-wrap{flex:1;padding:8rem 5vw 2.5rem;max-width:1200px;margin:0 auto;width:100%}.pp-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:6rem;align-items:start}.pp-image-col{background:transparent;border-radius:24px;border:none;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;box-shadow:none}.pp-image-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,#00a49826,#0000 70%);top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(40px);pointer-events:none}.pp-wishlist-btn{position:absolute;top:12px;right:12px;z-index:10;background:#0a0d0fcc;border:1px solid #2d3748;border-radius:50%;width:38px;height:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:border-color .2s ease}.pp-wishlist-btn.is-active{border-color:#00c8a0}.pp-main-img-wrap{position:relative;width:100%;max-height:400px;overflow:hidden;margin-bottom:2.5rem;z-index:1;cursor:zoom-in}.pp-main-img{width:100%;max-height:400px;-o-object-fit:contain;object-fit:contain;transition:transform .15s ease-out}.pp-main-img-wrap.is-zooming .pp-main-img{transform:scale(2.2)!important}.pp-thumbnails{display:flex;gap:1rem;z-index:1}.pp-thumb{width:60px;height:60px;border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:8px;background:#0a0d0f;cursor:pointer;transition:all .3s}.pp-thumb:hover{border-color:#00a498;transform:translateY(-2px)}.pp-thumb img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pp-spec-highlights{display:flex;gap:12px;width:100%;margin-top:1.5rem;flex-wrap:wrap}.pp-spec-highlight{display:flex;align-items:center;gap:10px;flex:1;min-width:140px;padding:10px 14px;border-radius:10px;background:#00c8a00f;border:1px solid rgba(0,200,160,.15);color:#00c8a0}.pp-spec-highlight>div{display:flex;flex-direction:column;line-height:1.3}.pp-spec-highlight-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280}.pp-spec-highlight-value{font-size:13px;font-weight:700;color:#fff}.pp-info-col{display:flex;flex-direction:column;justify-content:center}.pp-title{font-size:2.08rem;font-weight:700;margin:0 0 .75rem;line-height:1.1}.pp-title-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin:0 0 3rem}.pp-info-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:3rem;background:#111;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.03)}.pp-info-row{display:flex;align-items:baseline;padding-bottom:1.2rem;border-bottom:1px dashed rgba(255,255,255,.1)}.pp-info-row:last-child{border-bottom:none;padding-bottom:0}.pp-info-label{flex:0 0 160px;color:#a0a0a0;font-weight:600;font-size:.85rem;letter-spacing:1px}.pp-info-value{color:#fff;font-weight:500;flex:1;line-height:1.4}.pp-info-value.is-price{font-size:1.5rem;color:#00a498;font-weight:700}.pp-actions{display:flex;gap:1rem}.pp-tabs{display:flex;gap:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.25rem}.pp-tab-btn{padding:.5rem 0 .6rem;font-size:1.1rem;font-weight:600;background:transparent;color:#a0a0a0;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .3s;letter-spacing:1px;margin-bottom:-1px}.pp-tab-btn:hover{color:#fff}.pp-tab-btn.is-active{color:#00a498;border-bottom-color:#00a498}.pp-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.pp-feature-card{display:flex;gap:1.25rem;background:transparent;padding:1rem .5rem;border-radius:0;border:none;transition:transform .3s ease}.pp-feature-card:hover{transform:none}.pp-features-grid.pp-features-grid--stacked{grid-template-columns:1fr}.pp-feature-card.pp-feature-card--banner{flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.pp-feature-banner-img{width:100%;aspect-ratio:21 / 9;-o-object-fit:cover;object-fit:cover;display:block}.pp-feature-card--banner .pp-feature-body{padding:2rem 2.5rem 2.5rem}@media (max-width: 768px){.pp-feature-banner-img{aspect-ratio:16 / 9}.pp-feature-card--banner .pp-feature-body{padding:1.5rem}}.pp-feature-icon{width:60px;height:60px;border-radius:16px;background:#00a4981a;color:#00a498;display:flex;justify-content:center;align-items:center;flex-shrink:0}.pp-feature-body h4{margin:0 0 .8rem;font-size:1.2rem;color:#fff;font-weight:700}.pp-feature-body p{margin:0;color:#a0a0a0;font-size:1rem;line-height:1.6}.pp-accordion-wrap{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.pp-acc-item{background:transparent;border-radius:0;border:none;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden;transition:border-color .3s}.pp-acc-item.is-open{background:#151515;border-color:#00a49833}.pp-acc-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem .5rem;cursor:pointer;background:transparent;width:100%;border:none;text-align:left;color:#fff;font-size:1.1rem;font-weight:600}.pp-acc-chevron{transition:transform .3s ease;color:#a0a0a0}.pp-acc-item.is-open .pp-acc-chevron{transform:rotate(180deg);color:#00a498}.pp-acc-content{overflow:hidden}.pp-acc-inner{padding:0 2rem 2rem;color:#a0a0a0;line-height:1.6;font-size:1rem;white-space:pre-line}.pp-btn{padding:.7rem 1.1rem;font-size:.92rem;font-weight:700;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:none;min-height:46px;line-height:1.2;text-align:center;transition:transform .25s,background .25s,box-shadow .25s;flex:1;min-width:0}.pp-btn svg{flex-shrink:0}.pp-btn-cart{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.pp-btn-cart:hover{background:#ffffff0d;transform:translateY(-3px);border-color:#fff}.pp-btn-buy{background:#00a498;color:#fff;box-shadow:0 6px 18px #00a49840}.pp-btn-buy:hover{background:#008a7e;transform:translateY(-3px);box-shadow:0 10px 25px #00a49859}.pp-emi-grid{display:grid;grid-template-columns:190px 1fr}@media (max-width: 900px){.pp-top-grid{grid-template-columns:1fr;gap:2rem}.pp-features-grid{grid-template-columns:1fr}}@media (max-width: 480px){.pp-emi-grid{grid-template-columns:1fr;grid-template-rows:auto 1fr}.pp-emi-grid>div:first-child{border-right:none!important;border-bottom:1px solid #1e2530;max-height:140px}}@media (max-width: 600px){.pp-nav{padding:1rem 1.5rem}.pp-content-wrap{padding:5rem 1.5rem 6rem}.pp-close-btn--floating{top:80px}.pp-title{font-size:1.76rem}.pp-info-row{flex-direction:column;gap:.5rem}.pp-actions{flex-direction:column}.pp-image-col{padding:1.25rem}.pp-thumbnails{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.pp-thumb{width:52px;height:52px;flex-shrink:0}}.pp-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#0f1318f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 5vw;display:flex;justify-content:space-between;align-items:center;z-index:99999;box-shadow:0 -2px 12px #00000024;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);pointer-events:none}.pp-sticky-bar.is-visible{transform:translateY(0);pointer-events:auto}.pp-sticky-info{display:flex;align-items:center;gap:1.2rem}.pp-sticky-img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;border-radius:8px;background:#111418;border:1px solid rgba(255,255,255,.05);padding:4px}.pp-sticky-details{display:flex;flex-direction:column;gap:.2rem}.pp-sticky-name{font-weight:700;font-size:1rem;color:#fff}.pp-sticky-price{font-weight:800;font-size:1.1rem;color:#00c8a0}.pp-sticky-actions{display:flex;gap:1rem;align-items:center}.pp-sticky-btn{padding:.9rem 2.2rem;font-size:.95rem;font-weight:600;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;border:none;transition:transform .2s,background .2s,box-shadow .2s}.pp-sticky-btn-cart{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.pp-sticky-btn-cart:hover{background:#ffffff0d;border-color:#fff;transform:translateY(-2px)}.pp-sticky-btn-buy{background:#00c8a0;color:#000}.pp-sticky-btn-buy:hover{background:#00a880;transform:translateY(-2px);box-shadow:0 4px 12px #00c8a040}@media (max-width: 768px){.pp-sticky-bar{padding:1rem 3vw}.pp-sticky-btn{padding:.8rem 1.6rem;font-size:.9rem}}@media (max-width: 600px){.pp-sticky-bar{padding:.8rem 1rem calc(.8rem + env(safe-area-inset-bottom))}.pp-sticky-info{display:none}.pp-sticky-actions{width:100%}.pp-sticky-btn{flex:1;padding:.8rem .5rem;font-size:.85rem;gap:.4rem}}.pp-reviews-wrap{padding:1.5rem 0}.pp-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.pp-review-card{background:#111418;border:1px solid #1e2530;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;transition:all .3s ease}.pp-review-card:hover{transform:translateY(-4px);border-color:#00c8a04d;box-shadow:0 10px 30px #0006}.pp-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.pp-review-platform{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:4px}.pp-review-platform.is-youtube{background:#ef44441a;color:#ef4444}.pp-review-platform.is-facebook{background:#3b82f61a;color:#3b82f6}.pp-review-platform.is-instagram{background:#ec48991a;color:#ec4899}.pp-review-platform.is-tiktok{background:#ffffff14;color:#fff}.pp-review-platform.is-blog{background:#00c8a01a;color:#00c8a0}.pp-review-platform.is-other{background:#6b728026;color:#9ca3af}.pp-review-rating{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#f59e0b}.pp-review-title{color:#fff;font-size:1.1rem;font-weight:700;margin:0 0 6px;line-height:1.3}.pp-review-reviewer{color:#888;font-size:12px;margin:0 0 10px}.pp-review-reviewer span{color:#eee;font-weight:600}.pp-review-desc{color:#a0a0a0;font-size:13px;line-height:1.5;margin:0 0 14px;flex:1}.pp-review-link{color:#00c8a0;font-size:13px;font-weight:600;text-decoration:none;display:inline-block;transition:color .2s}.pp-review-link:hover{color:#00a880;text-decoration:underline}.pp-reviews-empty{text-align:center;padding:4rem 1.5rem;background:#111418;border-radius:16px;border:1px dashed #1e2530}.pp-recs-section{margin-top:5rem;border-top:1px solid rgba(255,255,255,.05);padding-top:3.5rem;padding-bottom:130px}.pp-recs-carousel{position:relative}.pp-recs-grid.is-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.pp-recs-grid.is-carousel::-webkit-scrollbar{display:none}.pp-recs-grid.is-carousel .pp-rec-card{flex:0 0 calc((100% - 4.5rem)/4);scroll-snap-align:start}.pp-recs-arrow{position:absolute;top:45%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:1px solid var(--pn-border, rgba(255, 255, 255, .15));background:var(--pn-panel, rgba(20, 24, 30, .92));color:var(--pn-text, #fff);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #00000026;transition:background .2s,color .2s,border-color .2s}.pp-recs-arrow:hover{border-color:#00a498;color:#00a498}.pp-recs-arrow--l{left:-14px}.pp-recs-arrow--r{right:-14px}@media (max-width: 768px){.pp-recs-grid.is-carousel .pp-rec-card{flex-basis:calc((100% - 1.5rem)/2)}}.pp-recs-title{color:#fff;font-size:1.8rem;font-weight:800;margin:0 0 2rem;letter-spacing:-.5px}.pp-recs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.pp-rec-card{background:#111418;border:1px solid #1e2530;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pp-rec-card:hover{transform:translateY(-5px);border-color:#00c8a0;box-shadow:0 10px 20px #00c8a00d}.pp-rec-img-wrapper{width:100%;height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative}.pp-rec-img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.pp-rec-card:hover .pp-rec-img{transform:scale(1.05)}.pp-rec-name{color:#fff;font-size:14px;font-weight:700;margin:0 0 .5rem;line-height:1.4;height:2.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pp-rec-price{color:#00c8a0;font-size:16px;font-weight:800}.pp-rec-badge{position:absolute;top:10px;left:10px;z-index:2;background:#00c8a01a;color:#00c8a0;font-size:9px;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.pp-recs-section{margin-top:3.5rem;padding-top:2.5rem}.pp-recs-title{font-size:1.4rem}.pp-recs-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.pp-rec-img-wrapper{height:120px}.pp-rec-name{font-size:12px}.pp-rec-price{font-size:14px}}.pp-instock-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#22c55e1a;color:#22c55e;font-size:15.6px;font-weight:700;margin-bottom:10px}.pp-instock-badge--plain{background:none;padding:0;border-radius:0}.pp-variant-summary{color:#9ca3af;font-size:16.8px;margin:0 0 4px}.pp-sku-code{color:#6b7280;font-size:15px;margin:0 0 16px;font-family:monospace}.pp-choose-section{margin-bottom:16px}.pp-choose-label{display:block;color:#6b7280;font-size:13.2px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.pp-price-row{display:flex;align-items:flex-end;justify-content:space-between;margin:24px 0;flex-wrap:wrap;gap:16px}.pp-price-values{display:flex;align-items:baseline;gap:10px}.pp-price-original{color:#6b7280;font-size:15px;text-decoration:line-through}.pp-price-current{color:#00c8a0;font-size:26px;font-weight:800}.pp-qty-stepper{display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px 14px}.pp-qty-stepper button{background:none;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;width:20px}.pp-qty-stepper span{color:#fff;font-weight:700;min-width:16px;text-align:center}.pp-rating-row{display:flex;align-items:center;gap:4px;margin-bottom:12px}.pp-rating-score{margin-left:6px;font-size:16.8px;font-weight:700;color:#fff}.pp-rating-count{font-size:15.6px;color:#6b7280}.pp-selected-color-name{font-weight:700}.pp-meta-row{display:flex;align-items:center;gap:12px;padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.08)}.pp-meta-icon{color:#9ca3af;flex-shrink:0}.pp-meta-text{color:#d1d5db;font-size:16.8px}.pp-meta-text strong{color:#fff;font-weight:700}.pp-know-more-link{color:#00c8a0;font-size:15.6px;font-weight:600;cursor:pointer;text-decoration:underline;white-space:nowrap}.pp-gift-row{cursor:pointer}.pp-gift-checkbox{width:16px;height:16px;accent-color:#00C8A0;cursor:pointer;flex-shrink:0}.pp-details-card{background:linear-gradient(135deg,#14181ebf,#0a0c10bf);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 12px 40px #00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.pp-details-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.04)}.pp-details-row:last-of-type{border-bottom:none;padding-bottom:0}.pp-details-row:first-of-type{padding-top:0}.pp-details-label{color:#6b7280;font-size:14px;font-weight:600;min-width:130px;display:flex;align-items:center}.pp-details-value{color:#fff;font-size:14px;text-align:right;flex:1}.pp-color-container{display:flex;gap:12px;flex-wrap:wrap}.pp-color-dot{width:26px;height:26px;border-radius:50%;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;background-clip:content-box}.pp-color-dot:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:2px solid transparent;transition:all .3s}.pp-color-dot.is-active:after{border-color:#00c8a0;box-shadow:0 0 10px #00c8a04d}.pp-color-dot:hover{transform:scale(1.15)}.pp-storage-pill{padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#9ca3af;font-size:15.6px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.pp-storage-pill:hover{border-color:#ffffff4d;color:#fff;background:#ffffff0d}.pp-storage-pill.is-active{border-color:#00c8a0;background:#00c8a014;color:#00c8a0;box-shadow:0 0 12px #00c8a026}.pp-spec-toggle-bar{display:flex;justify-content:flex-end;padding:8px 0 14px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:6px}.pp-spec-toggle-btn{display:flex;align-items:center;gap:6px;background:#00c8a00f;border:1px solid rgba(0,200,160,.25);border-radius:8px;color:#00c8a0;font-size:13px;font-weight:600;padding:6px 14px;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;outline:none;letter-spacing:.02em}.pp-spec-toggle-btn:hover{background:#00c8a01f;box-shadow:0 0 10px #00c8a02e}@media (max-width: 600px){.pp-spec-toggle-bar{justify-content:flex-start}.pp-spec-toggle-btn{font-size:12px;padding:5px 12px}}.pct-tabs-wrap{width:100%;padding:14px 5vw;box-sizing:border-box;display:flex;justify-content:center}.pct-tabs-wrap.pct-stuck{position:fixed;top:0;left:0;right:0;z-index:9998;background:#0a0d0ff2;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);box-shadow:0 2px 8px #00000014;animation:pct-slide-down .3s ease}@keyframes pct-slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.pct-tabs-inner{width:100%;max-width:1360px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap;align-items:center}.pct-tab{background:none;border:none;color:#9ca3af;font-size:14px;font-weight:600;font-family:inherit;padding:8px 2px;cursor:pointer;position:relative;transition:color .2s ease;white-space:nowrap}.pct-tab:hover{color:#fff}.pct-tab.active{color:#00c8a0}.pct-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#00c8a0;border-radius:2px}@media (max-width: 768px){.pct-tabs-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.pct-tabs-wrap::-webkit-scrollbar{display:none}.pct-tabs-inner{flex-wrap:nowrap;justify-content:flex-start;width:-moz-max-content;width:max-content;min-width:100%;gap:18px}.pct-tab{font-size:13px}}.pn-carousel{position:relative;width:100%}.pn-carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:#00A498 transparent;-webkit-overflow-scrolling:touch}.pn-carousel-track::-webkit-scrollbar{height:6px}.pn-carousel-track::-webkit-scrollbar-track{background:transparent}.pn-carousel-track::-webkit-scrollbar-thumb{background:#00a498;border-radius:3px}.pn-carousel-track>*{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start}.pn-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:42px;height:42px;border-radius:50%;background:#0000008c;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;transition:background .2s}.pn-carousel-arrow:hover{background:#00a498}.pn-carousel-arrow--l{left:-6px}.pn-carousel-arrow--r{right:-6px}@media (max-width: 900px){.pn-carousel-track>*{flex:0 0 calc((100% - 20px)/2)}}@media (max-width: 520px){.pn-carousel-track>*{flex:0 0 82%}}.smg-section{padding:0 20px;background-color:#0a0d0f;color:#fff;display:flex;flex-direction:column;gap:20px;position:relative;z-index:10}.smg-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.smg-prod-card{position:relative;display:flex;flex-direction:column;align-items:center;height:340px;padding:1.5rem 1rem 1.2rem;border-radius:16px;background:#00a49814;cursor:pointer;overflow:hidden;transition:box-shadow .35s ease,transform .35s ease}:root.light .smg-prod-card{background:#00a49814}.smg-prod-card:hover{box-shadow:0 6px 16px #00000029}:root.light .smg-prod-card:hover{box-shadow:0 6px 16px #00000012}.smg-prod-name{margin:0;font-size:1.2rem;font-weight:700;text-align:center;letter-spacing:-.02em;color:#f0f2f5;transition:color .35s ease}:root.light .smg-prod-name{color:#0f172a}.smg-prod-image-wrap{flex:1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center;padding:.5rem 0;position:relative}.smg-oos-badge{position:absolute;top:8px;left:8px;z-index:3;background:#ef4444;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;padding:3px 10px;border-radius:6px;box-shadow:0 2px 8px #ef44444d}.smg-prod-image{width:216px;height:216px;max-width:100%;-o-object-fit:contain;object-fit:contain;transition:transform .4s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 6px 10px rgba(0,0,0,.22))}:root.light .smg-prod-image{filter:drop-shadow(0 5px 8px rgba(0,0,0,.1))}.smg-prod-card:hover .smg-prod-image{transform:scale(1.05)}.smg-prod-hover{position:absolute;bottom:1.1rem;left:0;width:100%;display:flex;justify-content:center;opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.smg-prod-card:hover .smg-prod-hover{opacity:1;transform:translateY(0);pointer-events:auto}.smg-prod-buy{background:#00a498;color:#fff;border:none;border-radius:50px;padding:.7rem 2.4rem;font-size:.9rem;font-weight:600;cursor:pointer}.smg-prod-buy:hover{background:#00a498;color:#fff;transform:none}@media (hover: none){.smg-prod-hover{opacity:1;transform:none;pointer-events:auto}}@media (max-width: 1024px){.smg-product-grid{grid-template-columns:repeat(2,1fr)}.smg-prod-card{height:320px}}@media (max-width: 560px){.smg-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.smg-prod-card{height:300px;padding:1.2rem .6rem 1rem}.smg-prod-name{font-size:1.05rem}}:root.light .smg-section{background-color:#fff;color:#0f172a}.smg-header{text-align:left;margin-bottom:2.5rem}.smg-editorial-section .smg-header{text-align:center;margin-top:60px;margin-bottom:60px}.smg-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;padding-right:1vw}.smg-eyebrow{color:#00a498;font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;display:block}.smg-title{font-size:3rem;font-weight:700;line-height:1.1;margin:0}.smg-title span{color:#00a498}.smg-carousel-controls{display:flex;gap:12px;margin-bottom:6px}.smg-carousel-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#111418;border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:all .3s ease}.smg-carousel-btn:hover:not(.disabled){background:#00a498;border-color:#00a498;color:#000}.smg-carousel-btn.disabled{opacity:.25;cursor:default}:root.light .smg-carousel-btn{background:#f1f5f9;border:1px solid rgba(0,0,0,.08);color:#0f172a}:root.light .smg-carousel-btn:hover:not(.disabled){background:#00a498;border-color:#00a498;color:#000}.smg-carousel-outer{position:relative;width:100%}.smg-carousel-container{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding:10px 4px 24px;width:100%;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}@media (min-width: 1250px){.smg-carousel-container.center-mode{justify-content:center}.smg-carousel-container.overflow-mode{justify-content:flex-start}}.smg-carousel-container::-webkit-scrollbar{display:none}.smg-category-card{flex:0 0 280px;height:380px;background:#0b0e14;border:none;border-radius:20px;padding:1.5rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.smg-category-card:hover{transform:translateY(-6px);box-shadow:none!important}:root.light .smg-category-card{background:#00a49814!important;border:1px solid rgba(0,0,0,.05);box-shadow:none!important}:root.light .smg-category-card:hover{transform:translateY(-6px);box-shadow:none!important}.smg-category-image-wrap{width:100%;aspect-ratio:1 / 1;border-radius:16px;background:transparent;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:transform .4s ease}.smg-category-card:hover .smg-category-image-wrap{transform:scale(1.03)}.smg-category-image{max-width:80%;max-height:80%;-o-object-fit:contain;object-fit:contain;filter:none}:root.light .smg-category-image{filter:none}.smg-category-fallback-image{color:#9ca3af;font-size:13px;font-weight:500}.smg-category-info{margin-top:1.5rem;width:100%;text-align:center}.smg-category-name{font-size:1.35rem;font-weight:700;color:#fff;margin:0;letter-spacing:.3px}:root.light .smg-category-name{color:#0f172a}.smg-carousel-progress-container{display:flex;justify-content:center;width:100%;margin-top:1rem}.smg-carousel-progress-track{position:relative;width:120px;height:4px;background:#1e293b;border-radius:10px;overflow:hidden}:root.light .smg-carousel-progress-track{background:#e2e8f0}.smg-carousel-progress-bar{position:absolute;top:0;height:100%;background:#00a498;border-radius:10px;transition:left .1s ease}.smg-editorial-outer{position:relative;width:100%}.smg-editorial-container{display:flex;gap:24px;width:100%;height:70vh}.smg-editorial-container.grid-mode{justify-content:center;align-items:stretch}.smg-editorial-container.carousel-mode{overflow-x:auto;scroll-behavior:smooth;padding:10px 4px 24px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.smg-editorial-container.carousel-mode::-webkit-scrollbar{display:none}.smg-editorial-card{position:relative;border-radius:20px;background:#0b0e14;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;border:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.smg-editorial-container.grid-mode .smg-editorial-card{flex:1}.smg-editorial-container.grid-mode .smg-editorial-card:hover{flex:1.3}.smg-editorial-container.carousel-mode .smg-editorial-card{flex:0 0 280px!important;flex-shrink:0!important}.smg-editorial-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #00c8a014}:root.light .smg-editorial-card{background:#00a49814;border:none}:root.light .smg-editorial-card:hover{box-shadow:0 15px 40px #00c8a01f}.smg-edit-glow-line{position:absolute;left:0;bottom:0;width:3px;height:0%;background:#00a498;box-shadow:0 0 15px #00a498;transition:height .4s ease;z-index:10}.smg-editorial-card:hover .smg-edit-glow-line{height:100%}.smg-edit-name-top{position:absolute;top:2.2rem;left:0;width:100%;text-align:center;font-size:1.55rem;font-weight:700;color:#f0f2f5;margin:0;padding:0 1.5rem;z-index:10;transition:transform .45s ease,color .45s ease;letter-spacing:.5px}:root.light .smg-edit-name-top{color:#0f172a}.smg-editorial-card:hover .smg-edit-name-top{color:#00a498}.smg-edit-image-wrap{position:absolute;top:18%;left:0;width:100%;height:58%;display:flex;justify-content:center;align-items:center;transition:transform .4s ease}.smg-editorial-card:hover .smg-edit-image-wrap{transform:scale(1.06) translateY(-2%)}.smg-edit-image{max-height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(0,0,0,.8))}:root.light .smg-edit-image{filter:drop-shadow(0 15px 15px rgba(0,0,0,.15))}.smg-edit-hover-action{position:absolute;bottom:2.2rem;left:0;width:100%;display:flex;justify-content:center;opacity:0;transform:translateY(15px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);z-index:10}.smg-editorial-card:hover .smg-edit-hover-action{opacity:1;transform:translateY(0)}.smg-edit-buy-btn{background:#00a498;color:#000;border:none;border-radius:50px;padding:.6rem 2.2rem;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #00a4984d;transition:all .3s ease}.smg-edit-buy-btn:hover{background:#fff;color:#000;box-shadow:0 4px 20px #fff6;transform:scale(1.05)}:root.light .smg-edit-buy-btn:hover{background:#0f172a;color:#fff;box-shadow:0 4px 20px #0f172a4d}@media (max-width: 900px){.smg-category-card{flex:0 0 250px;padding:16px}.smg-category-name{font-size:1.2rem}.smg-title{font-size:2.2rem}}@media (max-width: 768px){.smg-carousel-controls{display:none}.smg-header-row{flex-direction:column;align-items:flex-start;gap:12px}.smg-editorial-container{flex-direction:column;height:auto}.smg-editorial-container.grid-mode .smg-editorial-card,.smg-editorial-container.carousel-mode .smg-editorial-card{flex:none}.smg-editorial-card{height:40vh}.smg-edit-name-top{font-size:1.3rem;top:1.5rem}.smg-edit-image-wrap{top:18%;height:52%}.smg-edit-hover-action{opacity:1;transform:none;bottom:1.5rem}}.cp-page{min-height:100vh;background:#0a0e13}:root.light .cp-page{background:var(--pn-bg)}.cp-wrap{max-width:1300px;margin:0 auto;padding:140px 24px 100px}.cp-empty{text-align:center;padding:100px 20px;border-radius:24px;background:#111418;border:1px dashed rgba(255,255,255,.08)}:root.light .cp-empty{background:#fff;border-color:#0f172a1f}.cp-empty-icon{color:#2d3748;margin-bottom:18px}:root.light .cp-empty-icon{color:#cbd5e1}.cp-empty-title{color:#fff;font-size:18px;font-weight:800;margin:0 0 6px}:root.light .cp-empty-title{color:#0f172a}.cp-empty-sub{color:#6b7280;font-size:14px;margin:0 0 24px}.cp-empty-cta{background:#00c8a0;color:#000;border:none;border-radius:50px;padding:13px 28px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 8px 24px #00c8a040}.cp-grid{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}.cp-items-title{color:#fff;font-size:22px;font-weight:800;margin:0 0 16px}:root.light .cp-items-title{color:#0f172a}.cp-items-list{background:#111418;border:1px solid #1e2530;border-radius:16px;overflow:hidden}:root.light .cp-items-list{background:#fff;border-color:#0f172a14}.cp-item{display:flex;align-items:flex-start;gap:18px;padding:22px}.cp-item--divided{border-top:1px solid #1e2530}:root.light .cp-item--divided{border-color:#eef1f4}.cp-item-img{width:96px;height:96px;flex-shrink:0;-o-object-fit:contain;object-fit:contain;background:#0f1318;border:1px solid #1e2530;border-radius:12px;padding:8px}:root.light .cp-item-img{background:#00a49814;border-color:#0f172a14}.cp-item-info{flex:1;min-width:0}.cp-item-name{color:#fff;font-size:15px;font-weight:700;margin:0 0 6px;line-height:1.35}:root.light .cp-item-name{color:#0f172a}.cp-item-sold-by,.cp-item-variant{color:#6b7280;font-size:12.5px;margin:0 0 4px}.cp-item-sold-by span,.cp-item-variant span{color:#9ca3af;font-weight:600}:root.light .cp-item-sold-by span,:root.light .cp-item-variant span{color:#334155}.cp-item-price-row{display:flex;align-items:baseline;gap:10px;margin-top:10px}.cp-item-price{color:#00c8a0;font-size:17px;font-weight:800}.cp-item-mrp{color:#6b7280;font-size:13px;text-decoration:line-through}.cp-item-discount-badge{background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);color:#f59e0b;font-size:11px;font-weight:800;padding:2px 8px;border-radius:20px}.cp-item-side{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:140px}.cp-item-qty-label{color:#6b7280;font-size:12px;font-weight:600}.cp-item-qty-stepper{display:flex;align-items:center;gap:10px;border:1px solid #2d3748;border-radius:8px;padding:5px 10px}:root.light .cp-item-qty-stepper{border-color:#0f172a26}.cp-item-qty-stepper button{background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center}.cp-item-qty-stepper button:hover{color:#00c8a0}.cp-item-qty-stepper span{color:#fff;font-weight:700;min-width:16px;text-align:center;font-size:13px}:root.light .cp-item-qty-stepper span{color:#0f172a}.cp-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cp-item-save{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:#6b7280;font-size:12.5px;font-weight:600;cursor:pointer}.cp-item-save:hover{color:#00c8a0}.cp-item-remove{background:none;border:none;color:#ef4444;font-size:12.5px;font-weight:700;cursor:pointer;text-decoration:underline}.cp-summary-col{position:sticky;top:100px}.cp-summary-box{background:#111418;border:1px solid #1e2530;border-radius:16px;padding:22px}:root.light .cp-summary-box{background:#fff;border-color:#0f172a14}.cp-summary-title{color:#fff;font-size:17px;font-weight:800;margin:0 0 16px}:root.light .cp-summary-title{color:#0f172a}.cp-coupon-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;border-top:1px solid #1e2530;border-bottom:1px solid #1e2530;padding:14px 2px;color:#d1d5db;font-size:13.5px;font-weight:600;cursor:pointer}:root.light .cp-coupon-toggle{color:#334155;border-color:#eef1f4}.cp-coupon-toggle svg{transition:transform .2s ease;color:#6b7280}.cp-coupon-toggle svg.is-open{transform:rotate(180deg)}.cp-coupon-panel{padding:14px 2px 4px}.cp-coupon-input-row{display:flex;gap:8px}.cp-coupon-input-row input{flex:1;padding:10px 12px;background:#0f1318;border:1px solid #2d3748;border-radius:8px;color:#fff;font-size:13px;outline:none}:root.light .cp-coupon-input-row input{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}.cp-coupon-input-row button{padding:10px 16px;background:#00c8a0;border:none;border-radius:8px;color:#000;font-weight:700;font-size:13px;cursor:pointer}.cp-coupon-input-row button:disabled{opacity:.5;cursor:not-allowed}.cp-coupon-applied{display:flex;align-items:center;justify-content:space-between;background:#00c8a014;border:1px solid rgba(0,200,160,.3);border-radius:8px;padding:10px 12px;color:#00c8a0;font-size:13px;font-weight:700}.cp-coupon-applied span{display:inline-flex;align-items:center;gap:6px}.cp-coupon-applied button{background:none;border:none;color:#ef4444;font-size:12px;font-weight:700;cursor:pointer;text-decoration:underline}.cp-coupon-err{color:#ef4444;font-size:12px;margin:8px 0 0}.cp-summary-divider{height:1px;background:#1e2530;margin:14px 0}:root.light .cp-summary-divider{background:#eef1f4}.cp-summary-subhead{color:#6b7280;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px}.cp-summary-row{display:flex;justify-content:space-between;align-items:center;color:#d1d5db;font-size:13.5px;padding:6px 0}:root.light .cp-summary-row{color:#334155}.cp-summary-row--discount{color:#00c8a0}.cp-summary-row--total{color:#fff;font-size:17px;font-weight:800}:root.light .cp-summary-row--total{color:#0f172a}.cp-summary-note{color:#6b7280;font-size:11.5px;line-height:1.5;margin:8px 0 0}.cp-checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;background:#00c8a0;color:#000;border:none;border-radius:12px;padding:15px;font-size:15px;font-weight:800;cursor:pointer;margin-top:18px;transition:background .2s ease,transform .15s ease}.cp-checkout-btn:hover{background:#00e0b4}.cp-checkout-btn:active{transform:scale(.98)}@media (max-width: 960px){.cp-grid{grid-template-columns:1fr}.cp-summary-col{position:static}}@media (max-width: 640px){.cp-wrap{padding:100px 16px 60px}.cp-item{flex-wrap:wrap}.cp-item-side{width:100%;flex-direction:row;align-items:center;justify-content:space-between;min-width:0}.cp-item-actions{flex-direction:row;align-items:center}}.abc-section{background:#0a0d0f;padding:0}:root.light .abc-section{background:var(--pn-bg)}.abc-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:0;overflow:hidden;cursor:pointer;box-shadow:0 0 0 1px #ffffff0d,0 40px 100px #000000a6,0 0 50px #00a4980a;-moz-user-select:none;user-select:none;-webkit-user-select:none}:root.light .abc-wrapper{box-shadow:0 0 0 1px #00000012,0 20px 60px #00000029}.abc-track{position:relative;width:100%;height:100%}.abc-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.abc-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;pointer-events:none;transition:transform .6s ease}.abc-wrapper:hover .abc-media{transform:scale(1.04)}.abc-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 80% at 65% 40%,rgba(0,164,152,.07) 0%,transparent 60%),#0a0d0f}.abc-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(108deg,rgba(0,0,0,.83) 0%,rgba(0,0,0,.54) 36%,rgba(0,0,0,.14) 62%,transparent 100%);pointer-events:none;z-index:2}.abc-content{position:absolute;left:clamp(22px,5vw,72px);top:50%;transform:translateY(-50%);z-index:3;display:flex;flex-direction:column;gap:10px;max-width:52%;pointer-events:none}.abc-eyebrow{display:inline-block;font-size:clamp(9px,.62vw,11px);font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#00a498}.abc-title{margin:0;font-size:clamp(18px,3vw,50px);font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1.1}.abc-sub{margin:0;font-size:clamp(11px,1.1vw,17px);color:#ffffffad;line-height:1.5;font-weight:400}.abc-btn{display:inline-flex;align-items:center;margin-top:6px;padding:clamp(9px,.85vw,13px) clamp(18px,1.8vw,30px);border-radius:999px;background:linear-gradient(135deg,#00cfc0,#00a498 60%,#008c82);color:#041210;font-size:clamp(11px,.9vw,14px);font-weight:700;letter-spacing:.01em;text-decoration:none;width:-moz-fit-content;width:fit-content;pointer-events:auto;position:relative;z-index:5;box-shadow:0 6px 24px #00a4986b;transition:transform .24s ease,box-shadow .24s ease}.abc-btn:hover{transform:translateY(-2px);box-shadow:0 12px 36px #00a4988f}.abc-click-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;display:block}.abc-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:clamp(34px,3vw,46px);height:clamp(34px,3vw,46px);border-radius:50%;border:1px solid rgba(255,255,255,.14);background:#00000080;color:#ffffffe0;display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .2s,border-color .2s,color .2s;flex-shrink:0}.abc-arrow--l{left:clamp(12px,1.4vw,20px)}.abc-arrow--r{right:clamp(12px,1.4vw,20px)}.abc-arrow:hover{background:#00a498;border-color:#00a498;color:#000}.abc-dots{position:absolute;bottom:clamp(14px,2vw,22px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:7px;z-index:10}.abc-dot{width:22px;height:3px;border-radius:999px;border:none;background:#ffffff38;cursor:pointer;padding:0;transition:width .3s ease,background .28s ease}.abc-dot.is-active{width:44px;background:linear-gradient(90deg,#00c8ba,#00a498);box-shadow:0 0 8px #00a49880}.abc-bar{position:absolute;bottom:0;left:0;right:0;height:2.5px;background:#ffffff0f;z-index:10;overflow:hidden}.abc-bar-fill{height:100%;background:linear-gradient(90deg,#00c8ba,#00a498);transform-origin:left}@media (max-width: 1100px){.abc-wrapper{width:100%;aspect-ratio:16 / 9}}@media (max-width: 768px){.abc-wrapper{width:100%;aspect-ratio:16 / 9;border-radius:0}.abc-content{max-width:78%;top:auto;bottom:clamp(20px,4.5vw,40px);transform:none}.abc-grad{background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.42) 55%,transparent 100%)}}@media (max-width: 480px){.abc-wrapper{width:100%;aspect-ratio:16 / 9;border-radius:0}.abc-content{max-width:90%}.abc-sub,.abc-arrow{display:none}}@media (prefers-reduced-motion: reduce){.abc-slide,.abc-bar-fill{transition:none!important}}.zvr-section{position:relative;width:calc(100% - 40px);max-width:none;height:85vh;margin:0 auto;background-color:#0a0d0f;overflow:hidden;z-index:5;display:flex;align-items:center;border-radius:24px;box-shadow:0 12px 32px #0000002e;transition:box-shadow .4s ease}.zvr-section:hover{box-shadow:none}.zvr-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.zvr-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;pointer-events:none;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .3s ease}.zvr-section:hover .zvr-video{transform:scale(1.05);filter:brightness(1.05)}.zvr-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0a0d0fe6,#0a0d0f99 40%,#0a0d0f00);z-index:2;pointer-events:none}.zvr-content-container{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 5vw;display:flex;justify-content:flex-start}.zvr-text-block{max-width:500px;color:#fff}.zvr-eyebrow{color:#00a498;font-size:.9rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;display:block}.zvr-headline{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem}.zvr-headline span{color:#00a498}.zvr-paragraph{color:#a0a0a0;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.zvr-actions{display:flex;gap:1.2rem}.zvr-btn{padding:.8rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;gap:.5rem;transition:transform .3s,background .3s,box-shadow .3s;text-decoration:none}.zvr-btn-primary{background:#00a498;color:#000}.zvr-btn-primary:hover{background:#008a7e;transform:translateY(-3px);box-shadow:0 10px 20px #00a4984d}.zvr-btn-ghost{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff}.zvr-btn-ghost:hover{background:#ffffff1a;transform:translateY(-3px);border-color:#fff}@media (max-width: 768px){.zvr-section{height:auto;min-height:85vh;overflow:visible}.zvr-headline{font-size:2.5rem}.zvr-paragraph{font-size:1rem}.zvr-actions{flex-direction:column}.zvr-btn{justify-content:center}}.lvr-section{position:relative;width:calc(100% - 40px);max-width:none;height:85vh;margin:0 auto;background-color:#0a0d0f;overflow:hidden;z-index:5;display:flex;align-items:center;border-radius:24px;box-shadow:0 12px 32px #0000002e;transition:box-shadow .4s ease}.lvr-section:hover{box-shadow:none}.lvr-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.lvr-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .3s ease}.lvr-section:hover .lvr-video{transform:scale(1.05);filter:brightness(1.05)}.lvr-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#0a0d0fe6,#0a0d0f99 40%,#0a0d0f00);z-index:2;pointer-events:none}.lvr-content-container{position:relative;z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 5vw;display:flex;justify-content:flex-end}.lvr-text-block{max-width:520px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}.lvr-eyebrow{color:#00a498;font-size:.9rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;display:block}.lvr-headline{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem}.lvr-headline span{color:#00a498}.lvr-paragraph{color:#a0a0a0;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.lvr-actions{display:flex;gap:1.2rem;justify-content:center;width:100%}.lvr-btn{padding:.8rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;gap:.5rem;transition:transform .3s,background .3s,box-shadow .3s;text-decoration:none}.lvr-btn-primary{background:#00a498;color:#000}.lvr-btn-primary:hover{background:#008a7e;transform:translateY(-3px);box-shadow:0 10px 20px #00a4984d}.lvr-btn-ghost{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff}.lvr-btn-ghost:hover{background:#ffffff1a;transform:translateY(-3px);border-color:#fff}@media (max-width: 768px){.lvr-section{height:auto;min-height:85vh;overflow:visible}.lvr-content-container{justify-content:center;text-align:center}.lvr-text-block{align-items:center}.lvr-headline{font-size:2.5rem}.lvr-paragraph{font-size:1rem}.lvr-actions{flex-direction:column}.lvr-btn{justify-content:center}}.lg-section{width:100%;background-color:#0a0d0f;padding:0 20px}.lg-header{text-align:center;margin-bottom:5rem}.lg-eyebrow{display:block;font-size:.95rem;letter-spacing:3px;text-transform:uppercase;color:#00a498;margin-bottom:1rem;font-weight:700}.lg-title{color:#fff;font-size:clamp(1.8rem,6vw,3.5rem);font-weight:800;margin:0;line-height:1.1}.lg-title span{color:#00a498}.lg-editorial-container{display:flex;justify-content:center;align-items:stretch;gap:1.5vw;width:100%;height:70vh;max-width:1500px;margin:0 auto}.lg-editorial-card{position:relative;flex:1;border-radius:20px;background:#111;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(255,255,255,.05)}.lg-edit-glow-line{position:absolute;left:0;bottom:0;width:3px;height:0%;background:#00a498;box-shadow:0 0 15px #00a498;transition:height .4s ease;z-index:10}.lg-editorial-card:hover .lg-edit-glow-line{height:100%}.lg-edit-image-wrap{position:absolute;top:5%;left:0;width:100%;height:70%;display:flex;justify-content:center;align-items:center;transition:transform .4s ease}.lg-editorial-card:hover .lg-edit-image-wrap{transform:scale(1.05)}.lg-edit-image{max-height:100%;max-width:90%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(0,0,0,.8))}.lg-edit-overlay{position:absolute;bottom:0;left:0;width:100%;height:55%;background:linear-gradient(to top,#0a0d0f,#0a0d0f00);display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem 2rem;z-index:5}.lg-edit-info{transform:translateY(30px);transition:transform .4s ease}.lg-editorial-card:hover .lg-edit-info{transform:translateY(0)}.lg-chip{display:inline-block;padding:.3rem .8rem;background:#ffffff0d;border:1px solid #00A498;border-radius:50px;color:#00a498;font-size:.75rem;font-weight:700;margin-bottom:.8rem;letter-spacing:1px}.lg-edit-name{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.lg-edit-price{font-size:1.2rem;color:#00a498;margin-bottom:1.5rem;font-weight:700}.lg-edit-actions{display:flex;gap:.8rem;opacity:0;transition:opacity .4s ease;pointer-events:none}.lg-editorial-card:hover .lg-edit-actions{opacity:1;pointer-events:auto}.lg-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;background:transparent;width:50%;transition:all .3s}.lg-btn-primary{background:#00a498;color:#000}.lg-btn-primary:hover{background:#008a7e}.lg-btn-cart{border:1px solid rgba(255,255,255,.2);color:#fff}.lg-btn-cart:hover{border-color:#00a498;color:#00a498;background:#00a4980d}@media (max-width: 1024px){.lg-editorial-container{flex-direction:column;height:auto;gap:2rem}.lg-editorial-card{height:350px}.lg-edit-actions{opacity:1;pointer-events:auto}.lg-edit-info{transform:translateY(0)}}.avr-section{position:relative;width:calc(100% - 40px);max-width:none;height:85vh;margin:0 auto;background-color:#001427;overflow:hidden;z-index:5;display:flex;align-items:center;border-radius:24px;box-shadow:0 12px 32px #0000002e;transition:box-shadow .4s ease}.avr-section:hover{box-shadow:none}.avr-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.avr-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center;pointer-events:none;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .3s ease}.avr-section:hover .avr-video{transform:scale(1.05);filter:brightness(1.05)}.avr-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#0a0d0feb,#0a0d0fa6 45%,#0a0d0f00);z-index:2;pointer-events:none}.avr-content-container{position:relative;z-index:3;width:100%;max-width:1400px;margin:0 auto;padding:0 5vw;display:flex;justify-content:flex-end}.avr-text-block{max-width:520px;color:#fff}.avr-eyebrow{color:#00a498;font-size:.9rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;display:block}.avr-headline{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem}.avr-headline span{color:#00a498}.avr-paragraph{color:#a0a0a0;font-size:1.05rem;line-height:1.65;margin-bottom:1.8rem}.avr-spec-pills{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;padding:0;margin:0 0 2.2rem}.avr-spec-pills li{padding:.3rem .9rem;border:1px solid rgba(0,164,152,.45);border-radius:50px;font-size:.78rem;font-weight:600;color:#00a498;letter-spacing:.8px;background:#00a4980f}.avr-actions{display:flex;gap:1.2rem}.avr-btn{padding:.8rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;gap:.5rem;transition:transform .3s,background .3s,box-shadow .3s;text-decoration:none}.avr-btn-primary{background:#00a498;color:#000}.avr-btn-primary:hover{background:#008a7e;transform:translateY(-3px);box-shadow:0 10px 24px #00a49859}.avr-btn-ghost{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff}.avr-btn-ghost:hover{background:#ffffff1a;transform:translateY(-3px);border-color:#fff}@media (max-width: 768px){.avr-section{height:auto;min-height:85vh;overflow:visible}.avr-content-container{justify-content:center}.avr-text-block{text-align:center}.avr-headline{font-size:2.4rem}.avr-paragraph{font-size:.95rem}.avr-spec-pills{justify-content:center}.avr-actions{flex-direction:column;align-items:center}.avr-btn{justify-content:center;width:100%}}.ag-section{width:100%;background:#0a0d0f;padding:0 20px}:root.light .ag-section{background:var(--pn-bg)}.ag-header{text-align:center;margin-bottom:3.5rem}.ag-eyebrow{display:block;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;color:#00c8a0;margin-bottom:1rem;font-weight:700}.ag-title{color:#fff;font-size:3.2rem;font-weight:800;margin:0 0 1rem;line-height:1.1}:root.light .ag-title{color:#0f172a}.ag-title span{color:#00c8a0}.ag-subtitle{color:#9ca3af;font-size:1rem;max-width:520px;margin:0 auto;line-height:1.65}:root.light .ag-subtitle{color:#475569}.ag-carousel-wrap{position:relative;max-width:1400px;margin:0 auto}.ag-carousel{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem 0 .5rem}.ag-carousel::-webkit-scrollbar{display:none}.ag-cat-card{flex:0 0 calc(25% - 1.05rem);min-width:220px;aspect-ratio:1 / 1;scroll-snap-align:start;position:relative;border-radius:20px;overflow:hidden;cursor:pointer;background:#141920;border:1px solid rgba(255,255,255,.07);box-shadow:none!important;transition:border-color .32s ease;-webkit-tap-highlight-color:transparent}:root.light .ag-cat-card{background:#00a49814;border-color:#0000000d}.ag-cat-card:hover{border-color:#00c8a080}:root.light .ag-cat-card:hover{border-color:#00a49866}.ag-cat-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.ag-cat-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .55s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 6px 18px rgba(0,0,0,.45))}:root.light .ag-cat-img{filter:drop-shadow(0 4px 14px rgba(0,0,0,.14))}.ag-cat-card:hover .ag-cat-img{transform:scale(1.08)}.ag-cat-overlay{position:absolute;bottom:0;left:0;right:0;height:52%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);z-index:2;pointer-events:none;transition:height .32s ease}:root.light .ag-cat-overlay{background:linear-gradient(to top,rgba(0,0,0,.68) 0%,transparent 100%)}.ag-cat-card:hover .ag-cat-overlay{height:62%}.ag-cat-label{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:1rem 1.2rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ag-cat-name{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.2px;text-shadow:0 2px 8px rgba(0,0,0,.7);line-height:1.2}.ag-cat-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#00c8a033;border:1px solid rgba(0,200,160,.4);color:#00c8a0;opacity:0;transform:translate(-6px);transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}.ag-cat-arrow svg{width:13px;height:13px}.ag-cat-card:hover .ag-cat-arrow{opacity:1;transform:translate(0)}.ag-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#0000008c;border:1px solid rgba(255,255,255,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .22s ease,border-color .22s ease,opacity .22s ease,transform .22s ease;box-shadow:none!important}:root.light .ag-arrow{background:#ffffffd9;border-color:#0000001a;color:#1e293b}.ag-arrow:hover{background:#00c8a02e;border-color:#00c8a080;color:#00c8a0}.ag-arrow--prev{left:-22px}.ag-arrow--next{right:-22px}.ag-arrow--hidden{opacity:0;pointer-events:none}@media (max-width: 1200px){.ag-cat-card{flex:0 0 calc(33.33% - .94rem)}.ag-arrow--prev{left:0}.ag-arrow--next{right:0}}@media (max-width: 860px){.ag-title{font-size:2.4rem}.ag-cat-card{flex:0 0 calc(50% - .7rem);min-width:160px}}@media (max-width: 480px){.ag-section{padding:0 4vw}.ag-carousel{gap:.8rem}.ag-cat-card{flex:0 0 75vw;min-width:0}.ag-title{font-size:2rem}.ag-cat-name{font-size:.95rem}.ag-arrow{width:36px;height:36px}.ag-arrow--prev{left:4px}.ag-arrow--next{right:4px}}.hpt-section{width:100%;max-width:none;margin:0 auto;padding:0 20px}.hpt-header{text-align:center;margin-top:60px;margin-bottom:2.5rem}.hpt-eyebrow{display:block;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;color:#00c8a0;margin-bottom:1rem;font-weight:700}.hpt-title{color:#fff;font-size:clamp(1.8rem,5.5vw,3.2rem);font-weight:800;margin:0 0 1rem;line-height:1.1}:root.light .hpt-title{color:#0f172a}.hpt-title span{color:#00c8a0}.hpt-subtitle{color:#9ca3af;font-size:1rem;max-width:520px;margin:0 auto;line-height:1.65}:root.light .hpt-subtitle{color:#475569}.hpt-tabbar-row{display:flex;justify-content:center;margin-bottom:2rem}.hpt-carousel-wrap{display:flex;align-items:center;gap:.5rem}.hpt-carousel-track{flex:1;display:flex;gap:1.4rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px}.hpt-carousel-track::-webkit-scrollbar{display:none}.hpt-carousel-track>.smg-prod-card{flex:0 0 calc((100% - 3 * 1.4rem) / 4);min-width:240px;scroll-snap-align:start}@media (max-width: 900px){.hpt-carousel-track>.smg-prod-card{flex-basis:calc((100% - 1.4rem)/2)}}@media (max-width: 560px){.hpt-carousel-track>.smg-prod-card{flex-basis:82%;min-width:0}}.hpt-tab-arrow{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:transparent;border:1px solid rgba(255,255,255,.1);color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease}.hpt-tab-arrow:hover{background:#00c8a01a;border-color:#00c8a066;color:#00c8a0}:root.light .hpt-tab-arrow{border-color:#e2e8f0;color:#64748b}.hpt-tabbar{flex:1;display:flex;justify-content:center;gap:.5rem;overflow-x:auto;scrollbar-width:none}.hpt-tabbar::-webkit-scrollbar{display:none}.hpt-tab-btn{flex:0 0 auto;background:transparent;border:none;padding:.7rem 1rem .6rem;font-size:.85rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:#8b95a5;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}:root.light .hpt-tab-btn{color:#64748b}.hpt-tab-btn:hover{color:#d1d5db}:root.light .hpt-tab-btn:hover{color:#334155}.hpt-tab-btn--active{color:#00c8a0;border-color:#00c8a0}:root.light .hpt-tab-btn--active{color:#00a498;border-color:#00a498}.hpt-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.hpt-card{aspect-ratio:1 / 1;position:relative;border-radius:20px;overflow:hidden;cursor:pointer;background:#141920;border:1px solid rgba(255,255,255,.07);transition:border-color .32s ease}:root.light .hpt-card{background:#00a49814;border-color:#0000000d}.hpt-card:hover{border-color:#00c8a080}:root.light .hpt-card:hover{border-color:#00a49866}.hpt-card-img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:2rem}.hpt-card-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .55s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 6px 18px rgba(0,0,0,.45))}:root.light .hpt-card-img{filter:drop-shadow(0 4px 14px rgba(0,0,0,.14))}.hpt-card:hover .hpt-card-img{transform:scale(1.05)}.hpt-card-img-fallback{width:100%;height:100%;background:linear-gradient(135deg,#1e2630,#2a3545)}:root.light .hpt-card-img-fallback{background:linear-gradient(135deg,#cdd7e0,#b8c8d6)}.hpt-card-overlay{position:absolute;bottom:0;left:0;right:0;height:52%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);pointer-events:none;transition:height .32s ease}:root.light .hpt-card-overlay{background:linear-gradient(to top,rgba(0,0,0,.68) 0%,transparent 100%)}.hpt-card:hover .hpt-card-overlay{height:62%}.hpt-card-label{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.2rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hpt-card-name{color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.2px;text-shadow:0 2px 8px rgba(0,0,0,.7);line-height:1.2}.hpt-card-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#00c8a033;border:1px solid rgba(0,200,160,.4);color:#00c8a0;opacity:0;transform:translate(-6px);transition:opacity .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}.hpt-card:hover .hpt-card-arrow{opacity:1;transform:translate(0)}.hpt-card-skeleton{aspect-ratio:1 / 1;border-radius:20px;background:linear-gradient(90deg,#1e2630 25%,#252f3d,#1e2630 75%);background-size:200% 100%;animation:hpt-shimmer 1.4s ease-in-out infinite}:root.light .hpt-card-skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#d1d9e0,#e2e8f0 75%);background-size:200% 100%}@keyframes hpt-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hpt-empty{grid-column:1 / -1;font-size:.85rem;color:#4a5568;text-align:center;padding:2rem 0}@media (max-width: 900px){.hpt-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.hpt-section{padding:0 .75rem}.hpt-tab-btn{font-size:.75rem;padding:.6rem .75rem .5rem}}.erv-section{width:100%;background:#0a0d0f;padding:0 5vw}.erv-container{max-width:1400px;margin:0 auto;position:relative}.erv-header{text-align:center;margin-top:60px;margin-bottom:4rem}.erv-eyebrow{display:block;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;color:#00c8a0;margin-bottom:1rem;font-weight:700}.erv-title{color:#fff;font-size:3.2rem;font-weight:800;margin:0 0 1rem;line-height:1.1}.erv-title span{color:#00c8a0}.erv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;max-width:1400px;margin:0 auto}.erv-card{position:relative;aspect-ratio:9 / 16;border-radius:20px;background:#0f1318;border:1px solid rgba(255,255,255,.06);cursor:pointer;overflow:hidden;display:flex;flex-direction:column;transition:border-color .4s ease,box-shadow .4s ease,transform .4s cubic-bezier(.16,1,.3,1)}.erv-card:hover{transform:translateY(-6px);border-color:#00c8a066;box-shadow:0 15px 40px #00c8a01f}.erv-card-glow-line{position:absolute;left:0;top:0;width:3px;height:0%;background:#00c8a0;box-shadow:0 0 15px #00c8a0cc;transition:height .4s ease;z-index:10}.erv-card:hover .erv-card-glow-line{height:100%}.erv-card-bg-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1}.erv-card-bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s ease}.erv-card:hover .erv-card-bg{transform:scale(1.06);filter:brightness(.7)}.erv-card-overlay-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000000bf,#00000040 45%,#0000004d 65%,#000c);z-index:2;transition:background .4s ease}.erv-card:hover .erv-card-overlay-dim{background:linear-gradient(to bottom,#000000d9,#00000073 45%,#00000073 65%,#000000e6)}.erv-card-content{position:relative;width:100%;height:100%;padding:1.8rem;z-index:3;display:flex;flex-direction:column;justify-content:space-between}.erv-card-header{display:flex;justify-content:space-between;align-items:center;width:100%}.erv-card-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#00c8a0;background:#00c8a01f;border:1px solid rgba(0,200,160,.3);padding:3px 10px;border-radius:30px}.erv-card-sound-icon{background:#0009;border:1px solid rgba(255,255,255,.1);color:#d1d5db;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease}.erv-card:hover .erv-card-sound-icon{border-color:#00c8a066;color:#00c8a0}.erv-card-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0;line-height:1.4;text-shadow:0 4px 10px rgba(0,0,0,.6);position:absolute;top:4.5rem;left:1.8rem;right:1.8rem}.erv-card-play-wrap{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.erv-card-play-btn{background:#00c8a0e6;color:#000;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #00c8a066;transition:all .3s cubic-bezier(.16,1,.3,1);opacity:.8;transform:scale(.95)}.erv-card:hover .erv-card-play-btn{opacity:1;transform:scale(1.1);background:#fff;box-shadow:0 0 25px #fff9}.erv-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#040508f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1100;display:flex;align-items:center;justify-content:center;padding-top:68px;animation:fadeIn .3s cubic-bezier(.16,1,.3,1)}.erv-shorts-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.erv-shorts-back-btn{position:absolute;top:14px;left:14px;background:#00000073;border:1px solid rgba(255,255,255,.12);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:60;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.erv-shorts-back-btn:hover{background:#00c8a0cc;border-color:#00c8a0;transform:scale(1.08) translate(-2px)}.erv-shorts-swipe-hint{position:absolute;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#00C8A0,transparent);z-index:55;pointer-events:none;animation:ervSwipeHintFade .25s ease-out}.erv-shorts-swipe-up{top:0}.erv-shorts-swipe-down{bottom:0}@keyframes ervSwipeHintFade{0%{opacity:1}to{opacity:0}}.erv-shorts-player-card{position:relative;aspect-ratio:9 / 16;height:82vh;max-height:720px;background:#000;border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 80px #000c;display:flex;overflow:visible}.erv-shorts-video-container{position:relative;flex:1;height:100%;overflow:hidden;border-radius:18px;cursor:pointer;display:flex;flex-direction:column}.erv-shorts-native-video,.erv-shorts-youtube-iframe{width:100%;flex:1;border:none;-o-object-fit:cover;object-fit:cover;background:#000;margin-top:28px;border-radius:14px}.erv-shorts-controls-overlay{position:absolute;top:20px;right:20px;display:flex;gap:8px;z-index:20}.erv-shorts-overlay-btn{background:#0009;border:1px solid rgba(255,255,255,.15);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease}.erv-shorts-overlay-btn:hover{background:#00c8a0e6;color:#000;border-color:#00c8a0}.erv-shorts-play-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:#000000a6;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:25;pointer-events:none;animation:popScale .8s ease-out forwards}@keyframes popScale{0%{transform:translate(-50%,-50%) scale(.6);opacity:0}20%{transform:translate(-50%,-50%) scale(1.1);opacity:1}80%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(.8);opacity:0}}.erv-shorts-info-panel{position:absolute;bottom:0;left:0;right:0;padding:30px 20px 20px;background:linear-gradient(to top,#000000e6,#0006 60%,#0000);z-index:10;display:flex;flex-direction:column;gap:10px;pointer-events:none}.erv-shorts-profile{display:flex;align-items:center;gap:10px;pointer-events:auto}.erv-shorts-avatar{width:28px;height:28px;background:#00c8a026;border:1px solid rgba(0,200,160,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px #00c8a033}.erv-shorts-username{color:#fff;font-weight:700;font-size:13px;letter-spacing:.2px}.erv-shorts-action-cta{background:#00c8a0;border:none;color:#000;font-weight:800;font-size:11px;padding:6px 14px;border-radius:30px;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px #00c8a04d}.erv-shorts-action-cta:hover{background:#fff;transform:scale(1.05);box-shadow:0 3px 12px #fff6}.erv-shorts-video-title{color:#fff;font-size:14px;font-weight:700;margin:0;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.6)}.erv-shorts-video-desc{color:#d1d5db;font-size:12px;margin:0;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.6);opacity:.95;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.erv-shorts-progress-bar{position:absolute;bottom:0;left:0;right:0;height:18px;display:flex;align-items:center;z-index:16;cursor:pointer;touch-action:none}.erv-shorts-progress-bar:before{content:"";position:absolute;left:0;right:0;height:3px;background:#fff3;transition:height .15s ease}.erv-shorts-progress-bar:hover:before,.erv-shorts-progress-bar:active:before{height:5px}.erv-shorts-progress-fill{position:relative;height:3px;background:#ef4444;box-shadow:0 0 8px #ef444499;transition:width .1s linear,height .15s ease;pointer-events:none}.erv-shorts-progress-bar:hover .erv-shorts-progress-fill,.erv-shorts-progress-bar:active .erv-shorts-progress-fill{height:5px}.erv-shorts-progress-fill:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#ef4444;opacity:0;transition:opacity .15s ease}.erv-shorts-progress-bar:hover .erv-shorts-progress-fill:after,.erv-shorts-progress-bar:active .erv-shorts-progress-fill:after{opacity:1}.erv-shorts-actions-sidebar{position:absolute;right:-75px;bottom:40px;display:flex;flex-direction:column;gap:16px;align-items:center;z-index:30}.erv-shorts-action-item{display:flex;flex-direction:column;align-items:center;gap:4px}.erv-shorts-action-button{background:#0f1318d9;border:1px solid rgba(255,255,255,.1);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.erv-shorts-action-button:hover{transform:scale(1.08);border-color:#ffffff40;background:#1e2530f2}.erv-shorts-action-button.liked{border-color:#00c8a04d;background:#00c8a01f;box-shadow:0 0 15px #00c8a033}.erv-shorts-action-button.disliked{border-color:#ef44444d;background:#ef44441f;box-shadow:0 0 15px #ef444433}.erv-shorts-action-label{color:#fff;font-size:11px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.5)}.erv-shorts-disc-spinner{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#111,#333);border:2px dashed #00C8A0;display:flex;align-items:center;justify-content:center;animation:spin 4s linear infinite;box-shadow:0 4px 10px #00c8a033;cursor:pointer;transition:transform .2s}.erv-shorts-disc-spinner:hover{transform:scale(1.05)}.erv-shorts-disc-inner{font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.erv-shorts-comments-panel{position:absolute;left:calc(100% + 15px);top:0;bottom:0;width:320px;background:#111418;border:1px solid #1e2530;border-radius:20px;box-shadow:0 15px 40px #0009;display:flex;flex-direction:column;z-index:40;animation:slideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.erv-comments-header{padding:16px 20px;border-bottom:1px solid #1e2530;display:flex;justify-content:space-between;align-items:center}.erv-comments-header h3{color:#fff;font-size:15px;font-weight:800;margin:0}.erv-comments-close{background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;transition:color .2s}.erv-comments-close:hover{color:#fff}.erv-comments-list{flex:1;padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.erv-comment-row{display:flex;flex-direction:column;gap:6px}.erv-comment-meta{display:flex;align-items:center;gap:8px}.erv-comment-avatar{width:28px;height:28px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.erv-comment-author{color:#9ca3af;font-size:12px;font-weight:700;display:block}.erv-comment-author.logged-in{color:#00c8a0}.erv-comment-time{color:#6b7280;font-size:10px;display:block}.erv-comment-text{color:#e5e7eb;font-size:12px;margin:0 0 0 36px;line-height:1.5}.erv-comments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 20px;color:#4b5563;text-align:center}.erv-comments-empty p{font-size:12px;margin:0;line-height:1.5}.erv-comment-input-wrap{padding:12px 16px;border-top:1px solid #1e2530;display:flex;gap:8px;align-items:center}.erv-comment-input-avatar{width:28px;height:28px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(0,200,160,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.erv-comment-input-wrap input{flex:1;background:#1a1f2e;border:1px solid #2d3748;border-radius:8px;padding:8px 12px;color:#fff;font-size:12px;outline:none}.erv-comment-input-wrap input:focus{border-color:#00c8a0}.erv-comment-input-wrap button{background:#00c8a0;border:none;color:#000;font-weight:700;font-size:12px;padding:8px 14px;border-radius:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.erv-comment-input-wrap button:hover{filter:brightness(1.1)}.erv-shorts-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#111418;border:1px solid #1e2530;color:#fff;padding:10px 20px;border-radius:30px;font-size:12px;font-weight:700;box-shadow:0 10px 35px #00000080;display:flex;align-items:center;gap:8px;z-index:1000;animation:fadeInUp .25s cubic-bezier(.16,1,.3,1)}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1200px){.erv-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 990px){.erv-shorts-comments-panel{position:absolute;left:auto;right:0;width:280px}}@media (max-width: 860px){.erv-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.erv-title{font-size:2.4rem}.erv-shorts-player-card{height:80vh}.erv-shorts-actions-sidebar{right:15px;bottom:80px;gap:12px}.erv-shorts-action-button{width:42px;height:42px}.erv-shorts-action-label{font-size:10px}.erv-shorts-disc-spinner{width:38px;height:38px}.erv-shorts-comments-panel{position:absolute;left:0;right:0;bottom:0;top:auto;width:100%;height:60%;border-radius:20px 20px 0 0;border-bottom:none;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}@media (max-width: 480px){.erv-section{padding:0 4vw}.erv-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:320px}.erv-title{font-size:2rem}.erv-card-title{font-size:1.15rem;top:3.8rem}.erv-shorts-player-card{height:90vh;border-radius:0;border:none;width:100%}.erv-shorts-back-btn{top:12px;left:12px;width:36px;height:36px}}.bot-fab{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:#00a498;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2147483647;box-shadow:0 10px 25px #00a49866;color:#000;transition:box-shadow .3s}.bot-fab:hover{box-shadow:0 15px 35px #00a49899}.bot-window{position:fixed;bottom:110px;right:30px;width:380px;height:600px;max-width:calc(100vw - 40px);max-height:calc(100vh - 140px);background:#0a0a0ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,164,152,.3);border-radius:20px;z-index:2147483647;display:flex;flex-direction:column;box-shadow:0 25px 50px #00000080,0 0 30px #00a4981a;overflow:hidden}.bot-header{padding:18px 20px;background:#00a4981a;border-bottom:1px solid rgba(0,164,152,.2);display:flex;justify-content:space-between;align-items:center}.bot-title{display:flex;align-items:center;gap:10px;color:#fff;font-weight:600;font-size:1.1rem}.bot-status{width:8px;height:8px;border-radius:50%;background:#00a498;box-shadow:0 0 10px #00a498;margin-left:4px}.bot-close{background:none;border:none;color:#fff9;cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center}.bot-close:hover{color:#fff}.bot-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.bot-messages::-webkit-scrollbar{width:6px}.bot-messages::-webkit-scrollbar-track{background:transparent}.bot-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.msg-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:.95rem;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.msg-ai{align-self:flex-start;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:4px;color:#fff}.msg-user{align-self:flex-end;background:#00a498;color:#000;border-bottom-right-radius:4px}.bot-input-area{padding:16px;border-top:1px solid rgba(255,255,255,.05);display:flex;gap:10px;background:#0003}.bot-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:12px 16px;color:#fff;font-family:inherit;font-size:.95rem;outline:none;transition:border-color .2s,background .2s}.bot-input:focus{border-color:#00a49880;background:#ffffff14}.bot-input::-moz-placeholder{color:#ffffff4d}.bot-input::placeholder{color:#ffffff4d}.bot-send{background:#00a498;color:#000;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;flex-shrink:0}.bot-send:hover:not(:disabled){transform:scale(1.05);background:#00b5a8}.bot-send:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed;transform:none}.typing-indicator{display:flex;gap:4px;padding:4px 6px}.typing-dot{width:6px;height:6px;background:#ffffff80;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width: 480px){.bot-window{width:100vw;height:100vh;bottom:0;right:0;max-width:100vw;max-height:100vh;border-radius:0;border:none}}.fs-section{width:100%;background:#0a0d0f;padding:0 20px;margin-top:0;overflow:hidden}:root.light .fs-section{background:var(--pn-bg)}:root.light .fs-box{background:var(--pn-bg);box-shadow:none}:root.light .fs-title{color:#0f172a}:root.light .fs-subtitle{color:#64748b}:root.light .fs-banner{border-bottom-color:#00000012}:root.light .fs-timer-label{color:#94a3b8}:root.light .fs-timer-block{background:#f1f5f9;border-color:#00000014}:root.light .fs-timer-block span{color:#0f172a}:root.light .fs-card{background:#00a49814;border:none}:root.light .fs-card:hover{border:none}:root.light .fs-product-name{color:#0f172a}:root.light .fs-stock-bar{background:#e2e8f0}:root.light .fs-card-cta{color:#00a498;border-color:#00a498}:root.light .fs-price-new{color:#000c}:root.light .fs-price-old{color:#6b7280}:root.light .fs-discount-badge{background:#00a49826;border-color:#00a49880;color:#00786d}:root.light .fs-stock-critical{background:#f59e0b2e;border-color:#f59e0b8c;color:#b45309}.fsb-wrapper{position:relative;left:50%;transform:translate(-50%);width:100vw;margin:0 0 1.25rem;aspect-ratio:16 / 4.5;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}@media (max-width: 768px){.fsb-wrapper{aspect-ratio:16 / 9;border-radius:10px}}@media (max-width: 480px){.fsb-wrapper{aspect-ratio:4 / 3}}.fs-container{max-width:none;margin:0 auto;position:relative}.fs-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 0;color:#9ca3af;font-size:14px;font-weight:600}.fs-icon{animation:pulse 1.8s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.fs-box{background:#0a0d0f;padding:0;box-shadow:none;position:relative}.fs-banner{display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.06);padding:0 0 2.2rem;margin-bottom:1rem;flex-wrap:wrap;gap:24px;position:relative}.fs-banner-left{flex:1;min-width:280px}.fs-title{color:#fff;font-size:1.7rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-.5px}.fs-subtitle{color:#6b7280;font-size:13px;margin:0;line-height:1.5;max-width:500px}.fs-timer-container{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.fs-timer-label{font-size:11px;text-transform:uppercase;letter-spacing:2px;color:#6b7280;font-weight:700}.fs-timer{display:flex;align-items:center;gap:10px}.fs-timer-block{background:#11151d;border:1px solid rgba(255,255,255,.06);border-radius:12px;width:58px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0006}.fs-timer-block span{font-size:22px;font-weight:800;color:#fff;line-height:1.1;font-variant-numeric:tabular-nums}.fs-timer-block label{font-size:9px;text-transform:uppercase;color:#00c8a0;font-weight:700;letter-spacing:.5px;margin-top:1px}.fs-timer-colon{font-size:20px;font-weight:800;color:#00c8a0;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.fs-grid-wrap{position:relative}.fs-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:20px;scrollbar-width:none}.fs-grid::-webkit-scrollbar{display:none}.fs-grid>.fs-card{scroll-snap-align:start;flex:0 0 calc((100% - 60px)/4)}.fs-grid-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:40px;height:40px;border-radius:50%;background:#0a0d0fd9;border:1px solid rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.fs-grid-arrow:hover{background:#00c8a0;border-color:#00c8a0;color:#000}.fs-grid-arrow--l{left:-20px}.fs-grid-arrow--r{right:-20px}:root.light .fs-grid-arrow{background:#ffffffe6;border-color:#0000001a;color:#0f172a}.fs-card{background:#0b0e14;border:none;border-radius:20px;padding:1.8rem;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.fs-card:hover{box-shadow:0 15px 40px #00c8a014}.fs-card-badge-row{position:absolute;top:18px;left:18px;right:18px;display:flex;justify-content:space-between;align-items:center;z-index:5}.fs-discount-badge{background:#00c8a01f;border:1px solid rgba(0,200,160,.3);color:#00c8a0;font-size:10px;font-weight:800;padding:4px 10px;border-radius:20px;letter-spacing:.5px}.fs-stock-critical{background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);color:#f59e0b;font-size:9px;font-weight:800;padding:4px 8px;border-radius:20px;display:flex;align-items:center;gap:4px;text-transform:uppercase}.fs-img-wrap{position:relative;width:100%;height:216px;margin-top:1.2rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.fs-product-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:216px;height:216px;max-width:100%;-o-object-fit:contain;object-fit:contain;filter:none;transition:transform .4s cubic-bezier(.16,1,.3,1)}.fs-card:hover .fs-product-img{transform:translate(-50%,-50%) scale(1.04)}.fs-card-info{display:flex;flex-direction:column;gap:12px}.fs-product-name{color:#fff;font-size:17.5px;font-weight:700;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fs-price-row{display:flex;align-items:baseline;gap:10px}.fs-price-new{color:#00c8a0;font-size:17px;font-weight:800;letter-spacing:-.5px}.fs-price-old{color:#4b5563;font-size:11px;text-decoration:line-through}.fs-stock-bar-wrap{display:flex;flex-direction:column;gap:6px}.fs-stock-bar-header{display:flex;justify-content:flex-start;gap:8px;font-size:11px;color:#6b7280;font-weight:600}.fs-stock-remaining{color:#f59e0b}.fs-stock-bar{width:100%;height:6px;background:#181d28;border-radius:10px;overflow:hidden}.fs-stock-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#ef4444);border-radius:10px;box-shadow:0 0 8px #f59e0b66}.fs-card-cta{width:100%;background:transparent;border:1px solid #00C8A0;color:#00c8a0;padding:10px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .25s ease,transform .25s ease,background .25s ease,color .25s ease;margin-top:6px;opacity:0;transform:translateY(8px);pointer-events:none}.fs-card:hover .fs-card-cta{opacity:1;transform:translateY(0);pointer-events:auto}@media (hover: none){.fs-card-cta{opacity:1;transform:none;pointer-events:auto}}@media (max-width: 1200px){.fs-grid>.fs-card{flex-basis:calc((100% - 2 * 20px) / 3)}}@media (max-width: 900px){.fs-box{padding:0}.fs-banner{padding:0 0 1.8rem;flex-direction:column;align-items:flex-start;gap:20px}.fs-timer-container{align-items:flex-start}.fs-grid{gap:.84rem}.fs-grid>.fs-card{flex-basis:calc((100% - .84rem)/2)}.fs-grid-arrow--l{left:-12px}.fs-grid-arrow--r{right:-12px}}@media (max-width: 600px){.fs-box{padding:0}.fs-title{font-size:1.6rem}.fs-subtitle{font-size:12px}.fs-grid{gap:7px;margin:0 auto}.fs-grid>.fs-card{flex-basis:calc((100% - 7px)/2)}.fs-grid-arrow{width:32px;height:32px}.fs-grid-arrow--l{left:-8px}.fs-grid-arrow--r{right:-8px}.fs-card{padding:12px 10px;border-radius:12px}.fs-product-name{font-size:16.25px}.fs-price-new{font-size:15px}.fs-price-old{font-size:11px}.fs-card-cta{padding:6px;font-size:11px;border-radius:6px;margin-top:2px}.fs-timer-block{width:48px;height:48px}.fs-timer-block span{font-size:18px}}.fts-section{width:100%;background:#0a0d0f;padding:0 20px}.fts-container{max-width:none;margin:0 auto;position:relative}.fts-header{text-align:center;margin-top:60px;margin-bottom:60px}.fts-eyebrow{display:block;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;color:#00c8a0;margin-bottom:1rem;font-weight:700}.fts-title{color:#fff;font-size:3.2rem;font-weight:800;margin:0 0 1rem;line-height:1.1}.fts-title span{color:#00c8a0}.fts-grid{display:flex;flex-direction:column;gap:20px}.fts-banner-card{display:flex;background:linear-gradient(135deg,#0f1318a6,#090b0fa6);border:1px solid rgba(255,255,255,.05);border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:420px;transition:border-color .4s ease,box-shadow .4s ease}.fts-banner-card:hover{border-color:#00c8a040;box-shadow:0 20px 60px #00c8a00d}.fts-banner-card.reverse{flex-direction:row-reverse}.fts-content-col{flex:1.1;padding:3.5rem 4.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:5}.fts-highlight-badge{display:flex;align-items:center;gap:6px;background:#00c8a014;border:1px solid rgba(0,200,160,.25);color:#00c8a0;padding:4px 10px;border-radius:30px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.fts-headline{color:#fff;font-size:2.2rem;font-weight:800;line-height:1.25;margin:0 0 1.2rem;letter-spacing:-.5px}.fts-subcopy{color:#9ca3af;font-size:15px;line-height:1.6;margin:0 0 2rem;max-width:550px}.fts-specs-grid{display:flex;gap:20px;margin-bottom:2.5rem}.fts-spec-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#d1d5db;font-weight:600}.fts-cta-btn{display:flex;align-items:center;gap:10px;background:#00c8a0;border:none;color:#000;font-weight:800;font-size:14px;padding:12px 28px;border-radius:12px;cursor:pointer;box-shadow:0 4px 20px #00c8a04d;transition:all .3s cubic-bezier(.16,1,.3,1)}.fts-cta-btn:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff40}.fts-cta-btn:disabled{background:#1e2530;color:#6b7280;cursor:not-allowed;box-shadow:none}.fts-img-col{flex:.9;position:relative;background:#0003;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:420px}.fts-banner-img{max-width:75%;max-height:75%;-o-object-fit:contain;object-fit:contain;z-index:2;filter:drop-shadow(0 20px 30px rgba(0,0,0,.6));transition:transform .6s cubic-bezier(.16,1,.3,1)}.fts-banner-card:hover .fts-banner-img{transform:scale(1.05) rotate(1deg)}.fts-glow-bg{position:absolute;width:280px;height:280px;background:radial-gradient(circle,#00c8a01f,#00c8a000 70%);border-radius:50%;filter:blur(20px);z-index:1}.fts-img-fallback{width:120px;height:120px;background:#ffffff08;border-radius:50%}.fts-banner-card.graphic-only{display:block;padding:0;cursor:pointer;position:relative;overflow:hidden;min-height:auto}.fts-graphic-banner-img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .3s ease}.fts-banner-card.graphic-only:hover .fts-graphic-banner-img{transform:scale(1.02);filter:brightness(1.05)}.fts-img-fallback-banner{height:380px;display:flex;align-items:center;justify-content:center;color:#6b7280;background:#ffffff05;font-size:16px;font-weight:600;border-radius:24px}.fts-banner-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10}.fts-banner-loading-text{color:#00c8a0;font-weight:700;font-size:16px;text-shadow:0 0 10px rgba(0,200,160,.5);animation:ftsPulse 1.5s infinite ease-in-out}@keyframes ftsPulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 1024px){.fts-headline{font-size:1.8rem}.fts-content-col{padding:3rem}.fts-img-col{min-height:360px}}@media (max-width: 860px){.fts-banner-card,.fts-banner-card.reverse{flex-direction:column;min-height:auto}.fts-content-col{padding:2.5rem;order:2}.fts-img-col{order:1;min-height:300px;padding:2rem 0}.fts-banner-img{max-width:60%;max-height:240px}}@media (max-width: 480px){.fts-title{font-size:2.2rem}.fts-headline{font-size:1.5rem}.fts-content-col{padding:1.8rem}.fts-specs-grid{flex-direction:column;gap:10px}}.bs-section{width:100%;background:#0a0d0f;padding:0 5vw}.bs-container{max-width:1400px;margin:0 auto;position:relative}.bs-header{text-align:center;margin-top:60px;margin-bottom:60px}.bs-eyebrow{display:block;font-size:.8rem;letter-spacing:4px;text-transform:uppercase;color:#00c8a0;margin-bottom:1rem;font-weight:700}.bs-title{color:#fff;font-size:3.2rem;font-weight:800;margin:0 0 1rem;line-height:1.1}.bs-title span{color:#00c8a0}.bs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.bs-card{background:#0b0e14;border:1px solid rgba(255,255,255,.04);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #00000014}.bs-card:hover{transform:translateY(-6px);border-color:#00c8a04d;box-shadow:0 6px 16px #00c8a00d}.bs-img-wrap{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:#111418}.bs-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bs-card:hover .bs-cover-img{transform:scale(1.05)}.bs-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#181d28,#0c0e14)}.bs-category-badge{position:absolute;top:16px;left:16px;background:#000000bf;border:1px solid rgba(0,200,160,.35);color:#00c8a0;font-size:10px;font-weight:700;padding:4px 10px;border-radius:30px;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.bs-card-content{padding:20px 24px 24px;display:flex;flex-direction:column;flex:1}.bs-meta-row{display:flex;gap:16px;margin-bottom:12px}.bs-meta-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:11px;font-weight:600}.bs-card-title{font-size:1.15rem;font-weight:700;line-height:1.4;margin:0 0 10px}.bs-title-link{color:#fff;text-decoration:none;transition:color .2s}.bs-title-link:hover{color:#00c8a0}.bs-card-excerpt{color:#9ca3af;font-size:13px;line-height:1.6;margin:0 0 20px}.bs-read-more{margin-top:auto;display:flex;align-items:center;gap:6px;color:#00c8a0;font-size:12px;font-weight:700;text-decoration:none;width:-moz-fit-content;width:fit-content;transition:gap .2s}.bs-read-more:hover{color:#fff;gap:10px}.bs-explore-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.1);color:#d1d5db;font-weight:700;font-size:14px;padding:12px 28px;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .25s ease}.bs-explore-btn:hover{border-color:#00c8a0;color:#00c8a0;box-shadow:0 0 20px #00c8a014}@media (max-width: 1024px){.bs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.bs-title{font-size:2.4rem}.bs-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.bp-main-content{max-width:1400px;margin:0 auto;width:100%}.bp-inner-container{max-width:1200px;margin:0 auto}.bp-header{margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:flex-start}.bp-back-home{display:inline-flex;align-items:center;gap:6px;color:#6b7280;text-decoration:none;font-size:13px;font-weight:600;margin-bottom:1.5rem;transition:color .2s}.bp-back-home:hover{color:#00c8a0}.bp-title{color:#fff;font-size:3.5rem;font-weight:800;margin:0 0 1rem;letter-spacing:-1px;line-height:1.1}.bp-title span{color:#00c8a0}.bp-subtitle{color:#9ca3af;font-size:16px;line-height:1.6;margin:0;max-width:600px}.bp-controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:20px;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1.5rem}.bp-tabs{display:flex;gap:8px;flex-wrap:wrap}.bp-tab{background:transparent;border:1px solid rgba(255,255,255,.06);color:#9ca3af;padding:8px 18px;border-radius:30px;font-size:13px;font-weight:700;cursor:pointer;transition:all .25s ease}.bp-tab:hover{border-color:#fff3;color:#fff}.bp-tab.active{background:#00c8a0;border-color:#00c8a0;color:#000;box-shadow:0 4px 15px #00c8a040}.bp-search-wrap{position:relative;width:280px}.bp-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.bp-search-wrap input{width:100%;padding:10px 14px 10px 42px;background:#111418;border:1px solid #1e2530;border-radius:10px;color:#fff;font-size:13px;outline:none;box-sizing:border-box;transition:border-color .2s}.bp-search-wrap input:focus{border-color:#00c8a0}.bp-empty{text-align:center;padding:80px 20px;color:#6b7280}.bp-empty h3{color:#fff;font-size:18px;margin:16px 0 8px}.bp-empty p{font-size:13px;margin:0}.bp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.bp-card{background:#0b0e14;border:1px solid rgba(255,255,255,.04);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 15px 35px #0000004d}.bp-card:hover{transform:translateY(-6px);border-color:#00c8a04d;box-shadow:0 15px 40px #00c8a00f}.bp-img-wrap{position:relative;width:100%;padding-top:50%;overflow:hidden;background:#111418}.bp-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bp-card:hover .bp-cover-img{transform:scale(1.05)}.bp-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#181d28,#0c0e14)}.bp-category-badge{position:absolute;top:16px;left:16px;background:#000000bf;border:1px solid rgba(0,200,160,.35);color:#00c8a0;font-size:10px;font-weight:700;padding:4px 10px;border-radius:30px;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.bp-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.bp-meta-row{display:flex;gap:16px;margin-bottom:12px}.bp-meta-item{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:11px;font-weight:600}.bp-card-title{font-size:1.3rem;font-weight:800;line-height:1.35;margin:0 0 12px}.bp-title-link{color:#fff;text-decoration:none;transition:color .2s}.bp-title-link:hover{color:#00c8a0}.bp-card-excerpt{color:#9ca3af;font-size:14px;line-height:1.6;margin:0 0 20px}.bp-read-more{margin-top:auto;display:flex;align-items:center;gap:6px;color:#00c8a0;font-size:13px;font-weight:700;text-decoration:none;width:-moz-fit-content;width:fit-content;transition:gap .2s}.bp-read-more:hover{color:#fff;gap:10px}@media (max-width: 1024px){.bp-grid{gap:1.5rem}}@media (max-width: 900px){.bp-controls-bar{flex-direction:column;align-items:stretch}.bp-search-wrap{width:100%}.bp-grid{grid-template-columns:1fr}.bp-title{font-size:2.8rem}}@media (max-width: 480px){.bp-title{font-size:2.2rem}.bp-header{margin-bottom:2rem}.bp-tab{padding:6px 14px;font-size:12px}}.bpd-container{max-width:1200px;margin:0 auto}.bpd-back{display:inline-flex;align-items:center;gap:6px;color:#6b7280;text-decoration:none;font-size:13px;font-weight:600;margin-bottom:2rem;transition:color .2s}.bpd-back:hover{color:#00c8a0}.bpd-layout{display:grid;grid-template-columns:1fr 340px;gap:3.5rem;align-items:start}.bpd-article{background:#0b0e14;border:1px solid rgba(255,255,255,.04);border-radius:24px;padding:3rem;box-shadow:0 15px 35px #0000004d}.bpd-category{display:inline-block;background:#00c8a014;border:1px solid rgba(0,200,160,.25);color:#00c8a0;font-size:10px;font-weight:700;padding:4px 12px;border-radius:30px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.bpd-title{color:#fff;font-size:2.5rem;font-weight:800;line-height:1.2;margin:0 0 1.5rem;letter-spacing:-.5px}.bpd-meta{display:flex;gap:24px;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1.5rem;flex-wrap:wrap}.bpd-meta-item{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:12px;font-weight:600}.bpd-cover-wrap{position:relative;width:100%;padding-top:52%;overflow:hidden;border-radius:16px;background:#111418;margin-bottom:2.5rem;border:1px solid rgba(255,255,255,.05)}.bpd-cover-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bpd-content{color:#d1d5db;font-size:16px;line-height:1.8}.bpd-content p{margin:0 0 1.6rem}.bpd-content h3{color:#fff;font-size:1.5rem;font-weight:800;margin:2.5rem 0 1rem;letter-spacing:-.3px}.bpd-tags{margin-top:3rem;border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.bpd-tag-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;font-weight:700;margin-right:8px}.bpd-tag{background:#11151d;border:1px solid rgba(255,255,255,.05);color:#9ca3af;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600}.bpd-sidebar{display:flex;flex-direction:column;gap:2rem}.bpd-widget{background:#0b0e14;border:1px solid rgba(255,255,255,.04);border-radius:20px;padding:24px}.bpd-widget-title{color:#fff;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin:0 0 18px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.05)}.bpd-prod-item{display:flex;flex-direction:column;align-items:center;text-align:center}.bpd-prod-img{max-width:60%;height:120px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem;filter:drop-shadow(0 10px 15px rgba(0,0,0,.4))}.bpd-prod-name{color:#fff;font-size:15px;font-weight:700;margin:0 0 6px}.bpd-prod-price{color:#00c8a0;font-size:18px;font-weight:800;margin-bottom:1.2rem;display:block}.bpd-prod-link{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#00c8a01a;border:1px solid rgba(0,200,160,.25);color:#00c8a0;padding:10px;border-radius:10px;text-decoration:none;font-size:13px;font-weight:700;transition:all .2s}.bpd-prod-link:hover{background:#00c8a0;color:#000}.bpd-rec-list{display:flex;flex-direction:column;gap:16px}.bpd-rec-item{display:flex;gap:12px;text-decoration:none;align-items:center}.bpd-rec-img{width:70px;height:50px;-o-object-fit:cover;object-fit:cover;border-radius:6px;background:#111418;flex-shrink:0}.bpd-rec-info{flex:1;min-width:0}.bpd-rec-cat{color:#00c8a0;font-size:9px;font-weight:700;text-transform:uppercase;display:block;margin-bottom:2px}.bpd-rec-title{color:#fff;font-size:12px;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.bpd-rec-item:hover .bpd-rec-title{color:#00c8a0}@media (max-width: 960px){.bpd-layout{grid-template-columns:1fr;gap:2rem}.bpd-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.bpd-article{padding:2rem}}@media (max-width: 680px){.bpd-sidebar{grid-template-columns:1fr}.bpd-title{font-size:1.8rem}}.cp-sat-white{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#fff,transparent)}.cp-sat-black{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000,transparent)}.cp-hue-track{background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)!important}.pn-app{position:relative;min-height:100vh;background:#0a0d0f;color:#fff;overflow-x:clip}.pn-canvas{position:relative}.pn-canvas>[data-section]+[data-section]{margin-top:20px}.pn-canvas-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:160px 24px;overflow:hidden;isolation:isolate}.pn-hero-video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.pn-hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%) scale(1.04);-o-object-fit:cover;object-fit:cover;pointer-events:none}.pn-hero-model{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;--poster-color: transparent;background-color:transparent;pointer-events:auto}.pn-hero-overlay,.pn-hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:none;pointer-events:none}.pn-hero-grain{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.07;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}.pn-hero-static-overlays{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.pn-hero-beams{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.pn-hero-beam{position:absolute;top:-20%;width:420px;height:140%;background:radial-gradient(ellipse at center,rgba(0,164,152,.18),transparent 65%);filter:blur(60px);opacity:.85;animation:pn-beam-drift 14s ease-in-out infinite}.pn-hero-beam--l{left:-8%;transform:rotate(18deg)}.pn-hero-beam--r{right:-8%;transform:rotate(-18deg);animation-delay:-7s}@keyframes pn-beam-drift{0%,to{opacity:.55;transform:translateY(0) rotate(18deg)}50%{opacity:.95;transform:translateY(-30px) rotate(18deg)}}.pn-hero-beam--r{animation-name:pn-beam-drift-r}@keyframes pn-beam-drift-r{0%,to{opacity:.55;transform:translateY(0) rotate(-18deg)}50%{opacity:.95;transform:translateY(-30px) rotate(-18deg)}}.pn-hero-stage{position:relative;z-index:3;max-width:1100px;width:100%;display:flex;flex-direction:column;align-items:center;perspective:1200px}.pn-hero-title{font-size:clamp(30px,4.8vw,63px);font-weight:800;letter-spacing:-.025em;line-height:1.02;margin:0;color:#fff;text-shadow:0 1px 0 #2a2a2a,0 2px 0 #232323,0 3px 0 #1c1c1c,0 4px 0 #161616,0 5px 0 #111111,0 6px 0 #0c0c0c,0 14px 26px rgba(0,0,0,.85),0 0 60px rgba(0,164,152,.16);cursor:default;will-change:transform;transform-style:preserve-3d;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 12px}.pn-hero-title span{display:inline-block;color:#00d4c4;text-shadow:0 1px 0 #143631,0 2px 0 #0f2c28,0 3px 0 #0a221f,0 4px 0 #061915,0 5px 0 #04130f,0 6px 0 #020c0a,0 14px 26px rgba(0,0,0,.85),0 0 50px rgba(0,164,152,.42)}.pn-hero-lede{margin:30px auto 0;font-size:17px;line-height:1.6;color:#ffffffc7;max-width:600px;font-weight:400;text-shadow:0 2px 14px rgba(0,0,0,.85)}.pn-hero-cta-row{position:absolute;right:5vw;bottom:86px;z-index:4;display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.pn-cta{display:inline-flex;align-items:center;gap:12px;padding:15px 28px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;letter-spacing:.005em;cursor:pointer;transition:transform .36s cubic-bezier(.22,1,.36,1),box-shadow .36s cubic-bezier(.22,1,.36,1),background .32s ease,color .32s ease,border-color .32s ease;position:relative;font-family:inherit;border:1px solid transparent}.pn-cta--primary{background:linear-gradient(180deg,#00c8ba,#00a498);color:#051210;border-color:#00dcc88c;box-shadow:0 14px 36px #00a4986b,0 0 0 1px #00dcc840,inset 0 1px #ffffff59}.pn-cta--primary:hover{transform:translateY(-2px);box-shadow:0 20px 44px #00a4988c,0 0 0 1px #00dcc873,inset 0 1px #fff6}.pn-cta--primary svg{transition:transform .32s cubic-bezier(.22,1,.36,1)}.pn-cta--primary:hover svg{transform:translate(3px)}.pn-cta--ghost{background:#ffffff0a;border-color:#ffffff2e;color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.pn-cta--ghost:hover{background:#00a49814;border-color:#00a49873;color:#00d4c4;transform:translateY(-2px)}.pn-cta-play{width:22px;height:22px;border-radius:50%;background:#00a4982e;border:1px solid rgba(0,164,152,.45);display:inline-flex;align-items:center;justify-content:center;color:#00d4c4;padding-left:2px;transition:background .28s ease,border-color .28s ease}.pn-cta--ghost:hover .pn-cta-play{background:#00a49852;border-color:#00dcc8b3}.pn-hero-specs{position:absolute;left:5vw;bottom:86px;z-index:4;display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;gap:4px}.pn-hero-spec{display:inline-flex;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:500;color:#ffffffc7;letter-spacing:.02em;white-space:nowrap;position:relative;text-shadow:0 2px 10px rgba(0,0,0,.8)}.pn-hero-spec:first-child{padding-left:0}.pn-hero-spec+.pn-hero-spec:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:14px;background:#ffffff1a}.pn-hero-spec svg{color:#00a498;flex-shrink:0}.pn-hero-pagination{position:absolute;bottom:86px;left:50%;transform:translate(-50%);z-index:4;display:flex;align-items:center;gap:18px}.pn-hero-arrows{display:flex;align-items:center;gap:10px}.pn-hero-arrow{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);color:#fff;cursor:pointer;transition:background .22s ease,border-color .22s ease,transform .18s ease}.pn-hero-arrow:hover{background:#00a49829;border-color:#00a49899;transform:translateY(-2px)}.pn-hero-arrow:active{transform:translateY(0)}.pn-hero-scroll{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:3;pointer-events:none}.pn-hero-scroll-mouse{width:22px;height:36px;border:1.5px solid rgba(255,255,255,.45);border-radius:12px;display:flex;justify-content:center;padding-top:6px;box-shadow:0 0 18px #00000073}.pn-hero-scroll-mouse span{display:block;width:3px;height:6px;background:#00d4c4;border-radius:2px;box-shadow:0 0 8px #00d4c4b3;animation:pn-scroll-dot 1.7s ease-in-out infinite}@keyframes pn-scroll-dot{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.35}}.pn-hero-scroll-label{font-size:9px;letter-spacing:.32em;text-transform:uppercase;color:#ffffff8c;font-weight:500}.pn-canvas-spacer{height:80vh;background:#0a0d0f}@media (max-width: 900px){.pn-canvas-hero{padding:130px 22px 110px}.pn-hero-lede{font-size:15.5px;margin-top:24px}.pn-hero-cta-row{margin-top:32px}.pn-hero-specs{margin-top:44px}.pn-hero-pagination{bottom:76px;gap:14px}}@media (max-width: 720px){.pn-canvas-hero{min-height:auto;padding:84px 18px 26px;justify-content:center}.pn-hero-title{text-shadow:0 1px 0 #2a2a2a,0 2px 0 #1f1f1f,0 3px 0 #161616,0 4px 0 #0e0e0e,0 8px 18px rgba(0,0,0,.85),0 0 40px rgba(0,164,152,.18)}.pn-hero-title span{text-shadow:0 1px 0 #143631,0 2px 0 #0f2c28,0 3px 0 #0a221f,0 4px 0 #061915,0 8px 18px rgba(0,0,0,.85),0 0 38px rgba(0,164,152,.4)}.pn-hero-lede{font-size:14.5px;margin-top:12px}.pn-cta{padding:13px 22px;font-size:13px}.pn-hero-specs{margin-top:16px}.pn-hero-spec{padding:0 12px;font-size:11px}.pn-hero-scroll{display:none}.pn-hero-pagination{bottom:34px;gap:10px}.pn-hero-arrow{width:32px;height:32px}.pn-hero-cta-row{position:static;right:auto;bottom:auto;margin-top:18px;justify-content:center}.pn-hero-video{min-width:0;min-height:0;width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;transform:translate(-50%,-50%)}.pn-hero-overlay{background:linear-gradient(180deg,#0000004d,#0000001a 45%,#00000061)}.pn-hero-title,.pn-hero-title span{color:#fff!important}.pn-hero-lede{color:#ffffffeb!important}.pn-hero-spec{color:#fff!important}}@media (prefers-reduced-motion: reduce){.pn-hero-beam,.pn-hero-chip-dot,.pn-hero-scroll-mouse span{animation:none!important}}.admin-sidebar::-webkit-scrollbar{width:3px}.admin-sidebar::-webkit-scrollbar-track{background:#111418}.admin-sidebar::-webkit-scrollbar-thumb{background:#1e2530;border-radius:4px}.admin-sidebar::-webkit-scrollbar-thumb:hover{background:#00c8a0}.pn-app::-webkit-scrollbar{width:12px;height:12px}.pn-app::-webkit-scrollbar-track{background:#0a0d0f}.pn-app::-webkit-scrollbar-thumb{background:#00a498;border-radius:999px;border:3px solid #0A0D0F}.pn-app::-webkit-scrollbar-thumb:hover{background:#00c8a0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,-apple-system,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.break-all{word-break:break-all}.border{border-width:1px}.p-1{padding:.25rem}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:SamsungOne;src:url(/fonts/samsungone-300.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:SamsungOne;src:url(/fonts/samsungone-600.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SamsungOne;src:url(/fonts/samsungone-600.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SamsungOne;src:url(/fonts/samsungone-700.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SamsungOne;src:url(/fonts/samsungone-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SamsungOne;src:url(/fonts/samsungone-800.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Samsung Sharp Sans;src:url(/fonts/SamsungSharpSans-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Samsung Sharp Sans;src:url(/fonts/SamsungSharpSans-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Samsung Sharp Sans;src:url(/fonts/SamsungSharpSans-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--pn-bg: #0A0D0F;--pn-bg-2: #0E1317;--pn-panel: #141A1E;--pn-text: #ffffff;--pn-text-mute: #a0a0a0;--pn-border: #1e2530;--pn-aqua: #00A498;--pn-aqua-glow: rgba(0, 164, 152, .35);color-scheme:dark}:root.light{--pn-bg: #FAF9F6;--pn-bg-2: #F3F1EC;--pn-panel: #ffffff;--pn-text: #0f172a;--pn-text-mute: #475569;--pn-border: #e2e8f0;--pn-aqua: #00A498;--pn-aqua-glow: rgba(0, 164, 152, .15);color-scheme:light}body,header,footer,aside,main,section,div,a,button,input,select,textarea,span,p,h1,h2,h3,h4,h5,h6{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--pn-bg);color:var(--pn-text);font-family:SamsungOne,Samsung One,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;line-height:1.5;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-family:Samsung Sharp Sans,SamsungOne,Samsung One,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-.02em}p{line-height:1.6;letter-spacing:0;margin-bottom:1rem}body{min-height:100vh;overflow-x:hidden}html{scrollbar-width:thin;scrollbar-color:#00A498 transparent}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00a498;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#00c8a0}::-moz-selection{background:#00a49859;color:#fff}::selection{background:#00a49859;color:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit}.responsive-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px;align-items:start}@media (max-width: 600px){.responsive-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}.product-card-container{background:#111418;border:1px solid #1e2530;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column;position:relative}.product-card-image-wrap{width:100%;background:#0f1318;display:flex;align-items:center;justify-content:center;padding:27px 0 37px;position:relative;overflow:hidden;box-sizing:border-box}.product-card-image-wrap img{width:216px;height:216px;max-width:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.product-card-quicklook{position:absolute;bottom:12px;left:50%;transform:translate(-50%,6px);font-size:12px;font-weight:600;color:var(--pn-text);text-decoration:underline;text-underline-offset:3px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.product-card-quicklook.is-visible{opacity:1;transform:translate(-50%)}.pn-computers-grid .product-card-image-wrap{padding:22px 0 14px}.product-card-info{padding:16px 18px 18px;flex:1;display:flex;flex-direction:column;gap:8px;transition:padding .2s ease,gap .2s ease}.product-card-name{color:#fff;font-size:20px;font-weight:800;margin:0;line-height:1.25}.product-card-price{color:#00a896;font-size:16px;font-weight:800;margin-top:auto;transition:font-size .2s ease}.product-card-btn-row{display:flex;flex-direction:column;gap:8px}.product-card-btn-cart{width:100%;padding:11px;background:transparent;border:1px solid #2d3748;border-radius:10px;color:var(--pn-text);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;transition:all .2s}.product-card-btn-cart:hover{border-color:#00c8a0;color:#00c8a0}.product-card-btn-buy{width:100%;padding:11px;background:#00a896;border:1px solid #00a896;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:700;transition:all .2s ease}.product-card-btn-buy:hover{background:#009585;border-color:#009585}@media (max-width: 600px){.product-card-image-wrap{padding:16px 0 22px}.product-card-image-wrap img{width:auto;height:auto;max-width:82%;max-height:160px}.product-card-info{padding:10px 8px;gap:6px}.product-card-name,.product-card-price{font-size:15px}.product-card-btn-row{flex-direction:column;gap:6px}.product-card-btn-cart,.product-card-btn-buy{padding:6px 4px;min-height:40px;font-size:11px;border-radius:6px}}:root.light [style*="background:#111418"],:root.light [style*="background: #111418"],:root.light [style*="background: rgb(17, 20, 24)"],:root.light [style*="background:rgb(17, 20, 24)"],:root.light [style*="background: linear-gradient(135deg, #111418, #161a22)"],:root.light [style*="background:linear-gradient(135deg, #111418, #161a22)"],:root.light [style*="background:linear-gradient(135deg,#111418,#161a22)"],:root.light [style*="background: linear-gradient(135deg,#111418,#161a22)"],:root.light [style*="background: linear-gradient(180deg, #161b1f 0%, #111418 100%)"],:root.light [style*="background:#171c24"],:root.light [style*="background: #171c24"],:root.light [style*="background: rgb(23, 28, 36)"],:root.light [style*="background:rgb(23, 28, 36)"],:root.light [style*="background:#111418 !important"],:root.light [style*="background: #111418 !important"],:root.light [style*="background: rgb(17, 20, 24) !important"],:root.light [style*="background:rgb(17, 20, 24) !important"],:root.light [style*=linear-gradient]{background:var(--pn-panel)!important}:root.light [style*="background:#0a0d0f"],:root.light [style*="background: #0a0d0f"],:root.light [style*="background:#0A0D0F"],:root.light [style*="background: #0A0D0F"],:root.light [style*="background: rgb(10, 13, 15)"],:root.light [style*="background:rgb(10, 13, 15)"]{background:var(--pn-bg)!important}:root.light .pn-product-listing{background:#f9fafa!important}:root.light .pct-tabs-wrap.pct-stuck{background:#f9fafaf2!important}:root.light .pct-tab{color:var(--pn-text-mute)!important}:root.light .pct-tab:hover{color:var(--pn-text)!important}:root.light .pct-tab.active{color:#00a498!important}:root.light [style*="background:#1a1f2e"],:root.light [style*="background: #1a1f2e"],:root.light [style*="background: rgb(26, 31, 46)"],:root.light [style*="background:rgb(26, 31, 46)"],:root.light [style*="background:#161b1f"],:root.light [style*="background: #161b1f"],:root.light [style*="background: rgb(22, 27, 31)"],:root.light [style*="background:rgb(22, 27, 31)"],:root.light [style*="background:#0F1214"],:root.light [style*="background: #0F1214"],:root.light [style*="background: rgb(15, 18, 20)"],:root.light [style*="background:rgb(15, 18, 20)"],:root.light [style*="background:#0a0d10"],:root.light [style*="background: #0a0d10"],:root.light [style*="background: rgb(10, 13, 16)"],:root.light [style*="background:rgb(10, 13, 16)"],:root.light [style*="background:#0f1318"],:root.light [style*="background: #0f1318"],:root.light [style*="background: rgb(15, 19, 24)"],:root.light [style*="background:rgb(15, 19, 24)"],:root.light [style*="background:#161922"],:root.light [style*="background: #161922"],:root.light [style*="background: rgb(22, 25, 34)"],:root.light [style*="background:rgb(22, 25, 34)"],:root.light [style*="background:#2d3748"],:root.light [style*="background: #2d3748"],:root.light [style*="background: rgb(45, 55, 72)"],:root.light [style*="background:rgb(45, 55, 72)"],:root.light [style*="background:#0e1117"],:root.light [style*="background: #0e1117"],:root.light [style*="background: rgb(14, 17, 23)"],:root.light [style*="background:rgb(14, 17, 23)"],:root.light [style*="background:#090b0e"],:root.light [style*="background: #090b0e"],:root.light [style*="background: rgb(9, 11, 14)"],:root.light [style*="background:rgb(9, 11, 14)"],:root.light [style*="background:#161b24"],:root.light [style*="background: #161b24"],:root.light [style*="background: rgb(22, 27, 36)"],:root.light [style*="background:rgb(22, 27, 36)"]{background:var(--pn-bg-2)!important}:root.light [style*="background: rgba(17,20,24"],:root.light [style*="background:rgba(17,20,24"],:root.light [style*="background: rgba(17, 20, 24"],:root.light [style*="background:rgba(17, 20, 24"],:root.light [style*="background: rgba(0,0,0,0.15)"],:root.light [style*="background:rgba(0,0,0,0.15)"]{background:var(--pn-bg-2)!important}:root.light [style*="border:1px solid #1e2530"],:root.light [style*="border: 1px solid #1e2530"],:root.light [style*="border: 1px solid rgb(30, 37, 48)"],:root.light [style*="border:1px solid rgb(30, 37, 48)"],:root.light [style*="border:1px solid #2d3748"],:root.light [style*="border: 1px solid #2d3748"],:root.light [style*="border: 1px solid rgb(45, 55, 72)"],:root.light [style*="border:1px solid rgb(45, 55, 72)"],:root.light [style*="border:1px solid #2A3540"],:root.light [style*="border: 1px solid #2A3540"],:root.light [style*="border: 1px solid rgb(42, 53, 64)"],:root.light [style*="border:1px solid rgb(42, 53, 64)"],:root.light [style*="border:1px solid rgba(255,255,255,0.06)"],:root.light [style*="border: 1px solid rgba(255, 255, 255, 0.06)"],:root.light [style*="border-bottom:1px solid rgba(255,255,255,0.06)"],:root.light [style*="border-bottom: 1px solid rgba(255, 255, 255, 0.06)"],:root.light [style*="rgba(255, 255, 255, 0.04)"],:root.light [style*="rgba(255,255,255,0.04)"],:root.light [style*="rgba(255, 255, 255, 0.05)"],:root.light [style*="rgba(255,255,255,0.05)"],:root.light [style*="rgba(255, 255, 255, 0.07)"],:root.light [style*="rgba(255,255,255,0.07)"],:root.light [style*="rgba(255, 255, 255, 0.08)"],:root.light [style*="rgba(255,255,255,0.08)"]{border-color:#eef1f5!important}:root.light [style*="border-bottom:1px solid #1e2530"],:root.light [style*="border-bottom: 1px solid #1e2530"],:root.light [style*="border-bottom: 1px solid rgb(30, 37, 48)"],:root.light [style*="border-bottom:1px solid rgb(30, 37, 48)"],:root.light [style*="border-bottom:1px solid #2d3748"],:root.light [style*="border-bottom: 1px solid #2d3748"],:root.light [style*="border-bottom: 1px solid rgb(45, 55, 72)"],:root.light [style*="border-bottom:1px solid rgb(45, 55, 72)"],:root.light [style*="border-bottom:1px solid rgba(30,37,48,0.3)"],:root.light [style*="border-bottom: 1px solid rgba(30, 37, 48, 0.3)"],:root.light [style*="border-bottom:1px solid rgba(30, 37, 48, 0.3)"]{border-bottom-color:#eef1f5!important}:root.light [style*="border-top:1px solid #1e2530"],:root.light [style*="border-top: 1px solid #1e2530"],:root.light [style*="border-top: 1px solid rgb(30, 37, 48)"],:root.light [style*="border-top:1px solid rgb(30, 37, 48)"]{border-top-color:#eef1f5!important}:root.light [style*="border-right:1px solid #1e2530"],:root.light [style*="border-right: 1px solid #1e2530"],:root.light [style*="border-right: 1px solid rgb(30, 37, 48)"],:root.light [style*="border-right:1px solid rgb(30, 37, 48)"]{border-right-color:#eef1f5!important}:root.light [style*="border-left:1px solid #1e2530"],:root.light [style*="border-left: 1px solid #1e2530"],:root.light [style*="border-left: 1px solid rgb(30, 37, 48)"],:root.light [style*="border-left:1px solid rgb(30, 37, 48)"]{border-left-color:#eef1f5!important}:root.light [style*="color:#fff"],:root.light [style*="color: #fff"],:root.light [style*="color: rgb(255, 255, 255)"],:root.light [style*="color:rgb(255, 255, 255)"],:root.light [style*="color:#ffffff"],:root.light [style*="color: #ffffff"]{color:var(--pn-text)!important}:root.light [style*="color:#6b7280"],:root.light [style*="color: #6b7280"],:root.light [style*="color: rgb(107, 114, 128)"],:root.light [style*="color:rgb(107, 114, 128)"],:root.light [style*="color:#9ca3af"],:root.light [style*="color: #9ca3af"],:root.light [style*="color: rgb(156, 163, 175)"],:root.light [style*="color:rgb(156, 163, 175)"]{color:var(--pn-text-mute)!important}:root.light [style*="color:#d1d5db"],:root.light [style*="color: #d1d5db"],:root.light [style*="color: rgb(209, 213, 219)"],:root.light [style*="color:rgb(209, 213, 219)"],:root.light [style*="color:#e5e7eb"],:root.light [style*="color: #e5e7eb"],:root.light [style*="color: rgb(229, 231, 235)"],:root.light [style*="color:rgb(229, 231, 235)"],:root.light [style*="color:#f3f4f6"],:root.light [style*="color: #f3f4f6"],:root.light [style*="color: rgb(243, 244, 246)"],:root.light [style*="color:rgb(243, 244, 246)"]{color:var(--pn-text-mute)!important}:root.light .recharts-cartesian-axis-tick text{fill:var(--pn-text-mute)!important}:root.light .recharts-tooltip-wrapper .recharts-default-tooltip{background-color:var(--pn-panel)!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .pn-app{background:var(--pn-bg)!important;color:var(--pn-text)!important}:root.light .pn-hero-chip{background:#00a4980f!important;border-color:#00a49840!important;color:#00a498!important}:root.light .pn-hero-title{color:var(--pn-text)!important;text-shadow:none!important}:root.light .pn-hero-title span{color:#00a498!important;text-shadow:none!important}:root.light .pn-hero-lede{color:var(--pn-text-mute)!important;text-shadow:none!important}:root.light .pn-cta--ghost{background:#0f172a0a!important;border-color:#0f172a26!important;color:var(--pn-text)!important}:root.light .pn-cta--ghost:hover{background:#00a49814!important;border-color:#00a49873!important;color:#00a498!important}:root.light .pn-cta-play{background:#00a4981a!important;border-color:#00a4984d!important;color:#00a498!important}:root.light .pn-cta--ghost:hover .pn-cta-play{background:#00a49833!important;border-color:#00a49880!important}:root.light .pn-hero-specs{border-color:transparent!important;background:transparent!important;box-shadow:none!important}:root.light .pn-hero-spec{color:var(--pn-text)!important}:root.light .pn-hero-spec+.pn-hero-spec:before{background:#0f172a1a!important}:root.light .pn-hero-counter{color:var(--pn-text)!important}:root.light .pn-hero-counter-divider{color:#0f172a26!important}:root.light .pn-hero-counter-total{color:var(--pn-text-mute)!important}:root.light .pn-hero-arrow{background:#0f172a0d!important;border-color:#0f172a26!important;color:var(--pn-text)!important}:root.light .pn-hero-arrow:hover{background:#00a4981f!important;border-color:#00a498!important}:root.light .pn-hero-active-label{color:var(--pn-text-mute)!important}:root.light .pn-hero-scroll-mouse{border-color:#0f172a59!important;box-shadow:0 0 10px #0f172a0d!important}:root.light .pn-hero-scroll-label{color:var(--pn-text-mute)!important}:root.light .pf-social-platform:hover .pf-platform-name{color:var(--pn-text)!important}:root.light .pnc-section,:root.light .pnc-bg,:root.light .smg-section,:root.light .lg-section,:root.light .ag-section,:root.light .erv-section,:root.light .hpt-section,:root.light .fs-section,:root.light .fts-section,:root.light .bs-section,:root.light .pf-footer,:root.light .pf-social-section{background:var(--pn-bg)!important;background-color:var(--pn-bg)!important;color:var(--pn-text)!important}:root.light .pnc-title,:root.light .smg-title,:root.light .lg-title,:root.light .ag-title,:root.light .erv-title,:root.light .fts-title,:root.light .bs-title{color:var(--pn-text)!important}:root.light .pf-social-heading{background:linear-gradient(135deg,#00a498,#0f172a)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}:root.light .ag-subtitle,:root.light .erv-subtitle,:root.light .hpt-tab,:root.light .pf-social-sub{color:var(--pn-text-mute)!important}:root.light .product-card-container{background:#00a49814!important;border-color:var(--pn-border)!important;box-shadow:0 6px 18px #0f172a1a!important}:root.light .product-card-image-wrap{background:transparent!important}:root.light .product-card-name{color:var(--pn-text)!important}:root.light .product-card-btn-cart{border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .product-card-btn-cart:hover{border-color:var(--pn-aqua)!important;color:var(--pn-aqua)!important;background:#00a4980d!important}:root.light .smg-trip-card,:root.light .lg-editorial-card,:root.light .ag-card{background:var(--pn-panel)!important;border-color:var(--pn-border)!important;box-shadow:0 10px 30px #0f172a0a!important}:root.light .smg-trip-card.is-active{border-color:var(--pn-aqua)!important;box-shadow:0 20px 45px #00a4982e!important}:root.light .smg-trip-card .smg-trip-name{color:var(--pn-text)!important}:root.light .smg-trip-card .smg-trip-price{color:var(--pn-text-mute)!important}:root.light .smg-trip-series{color:var(--pn-text-mute)!important}:root.light .smg-btn-border{border-color:#0f172a33!important;color:var(--pn-text)!important}:root.light .pp-overlay{background:var(--pn-bg)!important;color:var(--pn-text)!important}:root.light .pp-close-btn{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .pp-close-btn--floating{background:#ffffffd9!important}:root.light .pp-breadcrumb{color:var(--pn-text-mute)!important}:root.light .pp-breadcrumb span:hover{color:var(--pn-text)!important}:root.light .pp-breadcrumb-current{color:var(--pn-text)!important}:root.light .pp-image-col{background:transparent!important;border-color:transparent!important;box-shadow:none!important}:root.light .bot-window{background:#ffffffe6!important;border-color:#00a49833!important;box-shadow:0 25px 50px #0f172a1a!important}:root.light .bot-title{color:var(--pn-text)!important}:root.light .bot-close{color:var(--pn-text-mute)!important}:root.light .bot-close:hover{color:var(--pn-text)!important}:root.light .cart-drawer{background:var(--pn-panel)!important;border-left-color:var(--pn-border)!important;box-shadow:-10px 0 30px #0f172a14!important}:root.light .cart-header h3{color:var(--pn-text)!important}:root.light .cart-item{border-bottom-color:var(--pn-border)!important}:root.light .cart-close-btn{color:var(--pn-text-mute)!important}:root.light .cart-close-btn:hover{color:var(--pn-text)!important}:root.light .cart-item-details h4,:root.light .cart-subtotal{color:var(--pn-text)!important}:root.light .quantity-controls{background:var(--pn-bg-2)!important}:root.light .quantity-controls button,:root.light .quantity-controls span{color:var(--pn-text)!important}:root.light .cart-item-remove{color:#0f172a59!important}:root.light .cart-footer{background:var(--pn-panel)!important;border-top-color:var(--pn-border)!important}:root.light .cart-taxes{color:var(--pn-text-mute)!important}:root.light .cart-item-mrp{color:var(--pn-text-mute)!important}:root.light .cart-item-line-total{color:var(--pn-text)!important}:root.light .cart-grand-total{color:var(--pn-text)!important;border-top-color:var(--pn-border)!important}:root.light .cart-coupon-input-row input{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .cart-summary-box{border-color:var(--pn-border)!important}:root.light .cart-summary-header{background:var(--pn-bg-2)!important;color:var(--pn-text)!important;border-bottom-color:var(--pn-border)!important}:root.light .checkout-overlay{background:#0f172a66!important}:root.light .checkout-modal,:root.light .checkout-header,:root.light .checkout-success{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .checkout-left-col{border-right-color:var(--pn-border)!important}:root.light .checkout-success h2{color:var(--pn-text)!important}:root.light [style*="background: rgba(10,13,15,0.7)"],:root.light [style*="background:rgba(10,13,15,0.7)"],:root.light [style*="background: rgba(10, 13, 15, 0.7)"],:root.light [style*="background:rgba(10, 13, 15, 0.7)"],:root.light [style*="background: rgba(7, 10, 18, 0.7)"],:root.light [style*="background:rgba(7, 10, 18, 0.7)"]{background:#ffffffd9!important}:root.light [style*="background: rgba(255,255,255,0.01)"],:root.light [style*="background:rgba(255,255,255,0.01)"],:root.light [style*="background: rgba(255, 255, 255, 0.01)"],:root.light [style*="background:rgba(255, 255, 255, 0.01)"],:root.light [style*="background: rgba(255,255,255,0.02)"],:root.light [style*="background:rgba(255,255,255,0.02)"],:root.light [style*="background: rgba(255, 255, 255, 0.02)"],:root.light [style*="background:rgba(255, 255, 255, 0.02)"],:root.light [style*="background: rgba(255,255,255,0.03)"],:root.light [style*="background:rgba(255,255,255,0.03)"],:root.light [style*="background: rgba(255, 255, 255, 0.03)"],:root.light [style*="background:rgba(255, 255, 255, 0.03)"]{background:var(--pn-bg-2)!important}:root.light [style*="background:#080808"],:root.light [style*="background: #080808"],:root.light [style*="background: rgb(8, 8, 8)"],:root.light [style*="background:rgb(8, 8, 8)"],:root.light [style*="background:#050505"],:root.light [style*="background: #050505"],:root.light [style*="background: rgb(5, 5, 5)"],:root.light [style*="background:rgb(5, 5, 5)"],:root.light [style*="background:#06090f"],:root.light [style*="background: #06090f"],:root.light [style*="background: rgb(6, 9, 15)"],:root.light [style*="background:rgb(6, 9, 15)"],:root.light [style*="background:#040508"],:root.light [style*="background: #040508"],:root.light [style*="background: rgb(4, 5, 8)"],:root.light [style*="background:rgb(4, 5, 8)"],:root.light [style*="background:#060910"],:root.light [style*="background: #060910"],:root.light [style*="background: rgb(6, 9, 16)"],:root.light [style*="background:rgb(6, 9, 16)"],:root.light [style*="background:#070a12"],:root.light [style*="background: #070a12"],:root.light [style*="background:#080b0f"],:root.light [style*="background: #080b0f"],:root.light [style*="background: rgb(8, 11, 15)"],:root.light [style*="background:rgb(8, 11, 15)"]{background:var(--pn-bg)!important}:root.light [style*="background:#111418"],:root.light [style*="background: #111418"],:root.light [style*="background: rgb(17, 20, 24)"],:root.light [style*="background:rgb(17, 20, 24)"],:root.light [style*="background:#0a0e17"],:root.light [style*="background: #0a0e17"],:root.light [style*="background: rgb(10, 14, 23)"],:root.light [style*="background:rgb(10, 14, 23)"],:root.light [style*="background:#0d1117"],:root.light [style*="background: #0d1117"],:root.light [style*="background: rgb(13, 17, 23)"],:root.light [style*="background:rgb(13, 17, 23)"],:root.light [style*="background:#111"],:root.light [style*="background: #111"],:root.light [style*="background: rgb(17, 17, 17)"],:root.light [style*="background:rgb(17, 17, 17)"],:root.light [style*="background:rgba(17, 20, 24, 0.65)"],:root.light [style*="background: rgba(17, 20, 24, 0.65)"]{background:var(--pn-panel)!important}:root.light [style*="background:#0d1013"],:root.light [style*="background: #0d1013"],:root.light [style*="background: rgb(13, 16, 19)"],:root.light [style*="background:rgb(13, 16, 19)"],:root.light [style*="background:#0d0f12"],:root.light [style*="background: #0d0f12"],:root.light [style*="background: rgb(13, 15, 18)"],:root.light [style*="background:rgb(13, 15, 18)"],:root.light [style*="background:#0d1220"],:root.light [style*="background: #0d1220"],:root.light [style*="background: rgb(13, 18, 32)"],:root.light [style*="background:rgb(13, 18, 32)"]{background:var(--pn-bg-2)!important}:root.light [style*="linear-gradient(135deg, #101626, #0a0e17)"],:root.light [style*="linear-gradient(135deg, rgb(16, 22, 38), rgb(10, 14, 23))"]{background:var(--pn-panel)!important}:root.light [style*="background-color: #131a2b"],:root.light [style*="background-color:#131a2b"],:root.light [style*="background-color: rgb(19, 26, 43)"],:root.light [style*="background-color:rgb(19, 26, 43)"],:root.light [style*="background-color: rgba(19, 26, 43, 1)"],:root.light [style*="background-color:rgba(19, 26, 43, 1)"]{background-color:var(--pn-border)!important}:root.light .msg-ai{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .bot-input{color:var(--pn-text)!important;background:var(--pn-bg)!important;border-color:var(--pn-border)!important}:root.light .bot-input::-moz-placeholder{color:var(--pn-text-mute)!important}:root.light .bot-input::placeholder{color:var(--pn-text-mute)!important}:root.light .bot-input-area{border-top-color:var(--pn-border)!important;background:var(--pn-panel)!important}:root.light .typing-dot{background:var(--pn-text-mute)!important}:root.light .bot-send:disabled{background:var(--pn-bg-2)!important;color:var(--pn-text-mute)!important}:root.light [style*="background: linear-gradient(to right, #ffffff, #8892b0)"],:root.light [style*="background:linear-gradient(to right, #ffffff, #8892b0)"],:root.light [style*="background:linear-gradient(to right,#ffffff,#8892b0)"]{background:linear-gradient(to right,var(--pn-text),var(--pn-text-mute))!important;-webkit-background-clip:text!important;background-clip:text!important}:root.light [style*="color: #8892b0"],:root.light [style*="color:#8892b0"],:root.light [style*="color: rgb(136, 146, 176)"],:root.light [style*="color:rgb(136, 146, 176)"]{color:var(--pn-text-mute)!important}:root.light h1[style*=linear-gradient],:root.light h2[style*=linear-gradient],:root.light h3[style*=linear-gradient],:root.light [style*="-webkit-background-clip: text"],:root.light [style*="background-clip: text"]{background:linear-gradient(to right,var(--pn-text),var(--pn-text-mute))!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}:root.light .pn-hero-video{filter:none}:root.light .pn-hero-overlay{background:none!important}:root.light .pn-hero-vignette{background:none!important}:root.light .pn-hero-title,:root.light .pn-hero-chip,:root.light .pn-hero-counter-current,:root.light .pn-hero-active-label{color:var(--pn-text)!important}:root.light .pn-hero-title,:root.light .pn-hero-title span,:root.light .pn-hero-lede{text-shadow:none!important}:root.light .pn-hero-lede,:root.light .pn-hero-spec,:root.light .pn-hero-counter-divider,:root.light .pn-hero-counter-total,:root.light .pn-hero-scroll-label{color:var(--pn-text-mute)!important}:root.light .pn-hero-specs{background:transparent!important;border-color:transparent!important}:root.light .pn-hero-spec+.pn-hero-spec:before{background:#0f172a1f!important}:root.light .fs-section,:root.light .fs-box{background:transparent!important;background-color:transparent!important}:root.light .fs-timer-block{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important}:root.light .fs-card{background:#00a49814!important;border:none!important}:root.light .pnc-frame{background:var(--pn-bg-2)!important}:root.light .pnc-reflect-mask{background:linear-gradient(to bottom,transparent 0%,var(--pn-bg) 65%)!important}:root.light .fts-banner-card{background:linear-gradient(135deg,#ffffffa6,#f1f5f9a6)!important;border-color:var(--pn-border)!important;box-shadow:0 8px 24px #00000014!important}:root.light .fts-banner-card:hover{box-shadow:0 10px 28px #00c8a01a!important}:root.light .fts-spec-item{color:var(--pn-text-mute)!important}:root.light .hpt-card{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .hpt-carousel-arrow{background:#ffffffd9!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .hpt-card-name,:root.light .hpt-card-price{color:var(--pn-text)!important}:root.light .hpt-card-price--original{color:var(--pn-text-mute)!important}:root.light .erv-card{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .bs-card{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .bs-title-link{color:var(--pn-text)!important}:root.light .bs-title-link:hover{color:#00a498!important}:root.light .bs-card-excerpt{color:var(--pn-text-mute)!important}:root.light .bs-explore-btn{color:var(--pn-text)!important;border-color:var(--pn-border)!important}:root.light .bs-explore-btn:hover{border-color:#00a498!important;color:#00a498!important}:root.light .bs-read-more:hover{color:#00a498!important}:root.light .ag-image-wrap{background:var(--pn-bg-2)!important}:root.light .ag-name{color:var(--pn-text)!important;text-shadow:0 1px 2px rgba(248,250,252,.95),0 0 16px rgba(248,250,252,.85),0 0 28px rgba(248,250,252,.6)!important}:root.light .ag-card:after{background:radial-gradient(circle,#f8fafc2e,#f8fafc00 55%)!important}:root.light .ag-card:hover:after{background:radial-gradient(circle,#f8fafc47,#f8fafc00 55%)!important}:root.light .ag-card{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important}:root.light .ag-image-wrap{background:linear-gradient(180deg,#ffffff 0%,var(--pn-bg-2) 100%)!important}:root.light .ag-card:hover .ag-image{filter:brightness(1) drop-shadow(0 8px 20px rgba(15,23,42,.2))!important}:root.light .lg-edit-overlay{background:linear-gradient(to top,#f8fafc,#f8fafc00)!important}:root.light .lg-edit-name{color:var(--pn-text)!important}:root.light .lg-btn-cart{border-color:#0f172a33!important;color:var(--pn-text)!important}:root.light .smg-editorial-card{background:#00a49814!important;border:none!important}:root.light .smg-edit-name-top{color:var(--pn-text)!important}:root.light .smg-editorial-card:hover .smg-edit-name-top{color:#00a498!important}:root.light .fts-headline{color:var(--pn-text)!important}:root.light .fts-subcopy{color:var(--pn-text-mute)!important}:root.light .fts-img-fallback,:root.light .fts-img-fallback-banner{background:var(--pn-bg-2)!important;color:var(--pn-text-mute)!important}:root.light .pnc-ctrl-title,:root.light .pnc-info-name{color:var(--pn-text)!important}:root.light .pnc-hint{color:#0f172a66!important}:root.light .pnc-action--ghost{background:#0f172a0a!important;border-color:#0f172a2e!important;color:var(--pn-text)!important}:root.light .pnc-action--ghost:hover{background:#00a49814!important;border-color:#00a49880!important;color:var(--pn-text)!important}:root.light .fs-title,:root.light .fs-timer-block span,:root.light .fs-product-name{color:var(--pn-text)!important}:root.light .fs-card-cta{border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .fs-card:hover .fs-card-cta{color:#000!important}:root.light .bp-title,:root.light .bp-title-link,:root.light .bpd-title,:root.light .bpd-content h3,:root.light .bpd-widget-title,:root.light .bpd-prod-name,:root.light .bpd-rec-title{color:var(--pn-text)!important}:root.light .bp-subtitle,:root.light .bp-meta-item,:root.light .bp-card-excerpt,:root.light .bpd-meta-item,:root.light .bpd-content,:root.light .bpd-tag-label,:root.light .bpd-back{color:var(--pn-text-mute)!important}:root.light .bp-tab{border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .bp-tab:hover{border-color:#0f172a33!important;color:var(--pn-text)!important}:root.light .bp-search-wrap input{background:var(--pn-panel)!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .bp-card,:root.light .bpd-article,:root.light .bpd-widget{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .bp-img-wrap,:root.light .bpd-cover-wrap,:root.light .bpd-rec-img{background:var(--pn-bg-2)!important}:root.light .bp-img-placeholder,:root.light .bs-img-placeholder{background:linear-gradient(135deg,var(--pn-bg-2) 0%,var(--pn-panel) 100%)!important}:root.light .bpd-tag{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .bp-controls-bar{border-color:var(--pn-border)!important}:root.light .bp-read-more:hover{color:#00a498!important}:root.light .erv-lightbox{background:#f8fafcf5!important}:root.light .erv-shorts-player-card{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important}:root.light .erv-shorts-comments-panel{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .erv-comments-header{border-color:var(--pn-border)!important}:root.light .erv-comments-header h3{color:var(--pn-text)!important}:root.light .erv-comments-close{color:var(--pn-text-mute)!important}:root.light .erv-comments-close:hover{color:var(--pn-text)!important}:root.light .erv-comment-author{color:var(--pn-text-mute)!important}:root.light .erv-comment-time{color:#0f172a73!important}:root.light .erv-comment-text{color:var(--pn-text)!important}:root.light .erv-comments-empty{color:var(--pn-text-mute)!important}:root.light .erv-comment-input-wrap{border-color:var(--pn-border)!important}:root.light .erv-comment-input-wrap input{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important;color:var(--pn-text)!important}:root.light .pf-support-section{background:var(--pn-bg)!important;border-color:var(--pn-border)!important}:root.light .pf-support-heading{color:var(--pn-text)!important}:root.light .pf-support-sub{color:var(--pn-text-mute)!important}:root.light .pf-support-card{background:var(--pn-panel)!important;border-color:var(--pn-border)!important;box-shadow:0 4px 20px #0f172a0f!important}:root.light .pf-support-card:hover{background:var(--pn-panel)!important;box-shadow:0 16px 40px -12px color-mix(in srgb,var(--card-color, #00C8A0) 30%,transparent)!important}:root.light .pf-support-card-title{color:var(--pn-text)!important}:root.light .pf-support-card-desc{color:var(--pn-text-mute)!important}:root.light .pf-col-heading{color:var(--pn-text)!important}:root.light .pf-wordmark{filter:brightness(0)!important;opacity:.85!important}:root.light .pp-thumb{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .pp-btn-cart,:root.light .pp-sticky-btn-cart{border-color:#0f172a33!important;color:var(--pn-text)!important}:root.light .pp-btn-cart:hover,:root.light .pp-sticky-btn-cart:hover{background:#0f172a0a!important;border-color:var(--pn-text)!important}:root.light .pp-sticky-bar{background:#fffffff5!important;border-color:var(--pn-border)!important}:root.light .pp-sticky-name{color:var(--pn-text)!important}:root.light .pp-reviews-empty{background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important}:root.light .pp-details-card{background:linear-gradient(135deg,var(--pn-panel) 0%,var(--pn-bg-2) 100%)!important;border-color:var(--pn-border)!important}:root.light .pp-details-row{border-bottom-color:var(--pn-border)!important}:root.light .pp-mini-nav button{color:var(--pn-text-mute)!important}:root.light .pp-mini-nav button:hover{color:var(--pn-text)!important}:root.light .pp-mini-nav button.is-active{color:#00a498!important}:root.light .pp-sticky-header.is-stuck{background:#f9fafaf2!important;border-bottom-color:var(--pn-border)!important}:root.light .pp-title-divider{border-top-color:var(--pn-border)!important}:root.light .pp-variant-summary{color:var(--pn-text-mute)!important}:root.light .pp-sku-code{color:var(--pn-text-mute)!important}:root.light .pp-choose-label{color:var(--pn-text-mute)!important}:root.light .pp-price-original{color:var(--pn-text-mute)!important}:root.light .pp-qty-stepper{border-color:var(--pn-border)!important}:root.light .pp-qty-stepper button,:root.light .pp-qty-stepper span{color:var(--pn-text)!important}:root.light .pp-spec-highlight-value{color:var(--pn-text)!important}:root.light .pp-details-label{color:var(--pn-text-mute)!important}:root.light .pp-details-value{color:var(--pn-text)!important}:root.light .pp-feature-card{background:transparent!important;border:none!important}:root.light .pp-feature-body h4{color:var(--pn-text)!important}:root.light .pp-feature-body p,:root.light .pp-acc-inner{color:var(--pn-text-mute)!important}:root.light .pp-review-card,:root.light .pp-rec-card{background:var(--pn-panel)!important;border-color:var(--pn-border)!important}:root.light .pp-review-title,:root.light .pp-rec-name,:root.light .pp-recs-title{color:var(--pn-text)!important}:root.light .pp-review-reviewer{color:var(--pn-text-mute)!important}:root.light .pp-review-reviewer span{color:var(--pn-text)!important}:root.light .pp-review-desc{color:var(--pn-text-mute)!important}:root.light .pp-acc-item{background:transparent!important;border:none!important;border-bottom:1px solid rgba(15,23,42,.1)!important}:root.light .pp-acc-item.is-open{background:transparent!important}:root.light .pp-acc-header{color:var(--pn-text)!important}:root.light .pp-tab-btn:not(.is-active){color:var(--pn-text-mute)!important}:root.light .pp-tab-btn:not(.is-active):hover{color:var(--pn-text)!important}:root.light .pp-storage-pill:not(.is-active){background:var(--pn-panel)!important;border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .pp-storage-pill:not(.is-active):hover{border-color:var(--pn-text)!important;color:var(--pn-text)!important}:root.light .pp-acc-chevron{color:var(--pn-text-mute)!important}:root.light .pp-image-glow{display:none!important}:root.light .pp-wishlist-btn{background:var(--pn-panel)!important;border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .pp-rating-score{color:var(--pn-text)!important}:root.light .pp-rating-count{color:var(--pn-text-mute)!important}:root.light .pp-meta-row{border-bottom-color:var(--pn-border)!important}:root.light .pp-meta-text{color:var(--pn-text-mute)!important}:root.light .pp-meta-text strong{color:var(--pn-text)!important}:root.light [style*="color: #8c98a9"],:root.light [style*="color:#8c98a9"]{color:var(--pn-text-mute)!important}:root.light [style*="rgba(255, 255, 255, 0.1)"],:root.light [style*="rgba(255,255,255,0.1)"]{border-color:var(--pn-border)!important}:root.light .spotlight-card{background:linear-gradient(135deg,var(--pn-panel) 0%,var(--pn-bg-2) 100%)!important;border-color:var(--pn-border)!important}:root.light .custom-tab-btn{background:var(--pn-panel)!important;border-color:var(--pn-border)!important;color:var(--pn-text-mute)!important}:root.light .custom-tab-btn:hover{color:var(--pn-text)!important;background:var(--pn-bg-2)!important;border-color:var(--pn-border)!important}:root.light .pn-wtb-wrapper{background:var(--pn-bg)!important;color:var(--pn-text)!important}:root.light .pn-wtb-wrapper h1,:root.light .pn-wtb-wrapper h3,:root.light #wtb-hero-title{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background:none!important;background-image:none!important}:root.light .pn-wtb-wrapper p,:root.light .pn-wtb-wrapper span{color:var(--pn-text-mute)!important}:root.light .pn-wtb-wrapper span[style*="color: rgb(0, 200, 160)"],:root.light .pn-wtb-wrapper span[style*="color:#00C8A0"]{color:#00a498!important;-webkit-text-fill-color:#00A498!important}.pn-thin-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.pn-thin-scroll::-webkit-scrollbar{width:6px;height:6px}.pn-thin-scroll::-webkit-scrollbar-track{background:transparent}.pn-thin-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.pn-thin-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.pn-xthin-scroll{scrollbar-width:thin;scrollbar-color:#3a4353 transparent}.pn-xthin-scroll::-webkit-scrollbar{width:4px;height:4px}.pn-xthin-scroll::-webkit-scrollbar-track{background:transparent}.pn-xthin-scroll::-webkit-scrollbar-thumb{background:#3a4353;border-radius:4px}.pn-xthin-scroll::-webkit-scrollbar-thumb:hover{background:#00c8a0}.admin-side-scroll{scrollbar-width:thin;scrollbar-color:#00A498 transparent}.admin-side-scroll::-webkit-scrollbar{width:4px;height:4px}.admin-side-scroll::-webkit-scrollbar-track{background:transparent}.admin-side-scroll::-webkit-scrollbar-thumb{background:#00a498;border-radius:4px}.admin-side-scroll::-webkit-scrollbar-thumb:hover{background:#00c8a0}
