.gift-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(8,9,14,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.gift-modal-card{width:100%;max-width:480px;border-radius:var(--r-xl);border:1px solid var(--border-hover);background:#0e101a;box-shadow:0 30px 90px rgba(0,0,0,.9),0 0 40px rgba(255,49,49,.15);overflow:hidden}.gift-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:rgba(255,255,255,.02)}.gift-modal-title-group{display:flex;align-items:flex-start;gap:12px}.gift-modal-icon{width:40px;height:40px;border-radius:10px;background:rgba(255,49,49,.15);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gift-modal-header h3{font-family:Space Grotesk,Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;line-height:1.25}.gift-modal-header p{font-size:.78rem;color:var(--grey-300);margin-top:2px}.gift-modal-close{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:var(--grey-300);width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.gift-modal-close:hover{background:rgba(255,255,255,.12);color:#fff}.gift-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.gift-login-prompt{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0;gap:.75rem}.gift-login-badge{width:56px;height:56px;border-radius:16px;background:rgba(255,191,0,.12);display:flex;align-items:center;justify-content:center}.gift-login-prompt h4{font-size:1.1rem;font-weight:700;color:#fff}.gift-login-prompt p{font-size:.85rem;color:var(--grey-300);line-height:1.6;max-width:380px}.gift-login-btn{background:linear-gradient(135deg,#ff3131,#d20d14)}.gift-login-btn-icon{width:16px;height:16px;object-fit:contain;filter:brightness(0) invert(1);opacity:.95}.gift-user-status{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:var(--grey-200);padding:8px 14px;border-radius:8px;background:rgba(255,255,255,.03);border:1px solid var(--border)}.gift-user-status strong{color:#fff}.gift-input-group{display:flex;flex-direction:column;gap:.5rem}.gift-input-group label{font-size:.82rem;font-weight:700;color:var(--grey-100)}.gift-text-input{width:100%;height:44px;padding:0 1rem;font-size:.88rem;color:#fff;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.15);border-radius:9px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.gift-text-input:focus{border-color:var(--red);box-shadow:0 0 14px rgba(255,49,49,.3)}.gift-error-message{display:flex;align-items:center;gap:6px;color:#f87171;font-size:.78rem;font-weight:600;margin-top:2px}.gift-confirm-card{display:flex;flex-direction:column;gap:.75rem;padding:1.1rem;border-radius:10px;background:rgba(255,255,255,.03);border:1px solid var(--border)}.gift-confirm-row{display:flex;align-items:center;justify-content:space-between;font-size:.84rem;color:var(--grey-300)}.confirm-value{color:var(--grey-100)}.gift-confirm-row.highlight{padding-top:.6rem;border-top:1px solid rgba(255,255,255,.08)}.recipient-highlight{color:#fff;font-weight:700;font-size:.92rem;background:rgba(255,49,49,.15);padding:3px 10px;border-radius:6px;border:1px solid rgba(255,49,49,.3)}.gift-confirm-note{font-size:.76rem;color:var(--grey-400);line-height:1.5}.gift-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.product-detail{min-height:100vh;padding-top:6.5rem;padding-bottom:4rem;background:var(--bg-base)}.product-detail__breadcrumb{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.84rem;color:var(--grey-400);margin-bottom:.5rem}.product-detail__breadcrumb a{color:var(--grey-300);transition:color .2s ease}.product-detail__breadcrumb a:hover{color:var(--red)}.product-detail__breadcrumb span:last-child{color:var(--grey-100);font-weight:600}.product-detail__hero-banner{margin-bottom:2rem;display:flex;flex-direction:column;gap:.85rem}.banner-stage-wrapper{position:relative;width:100%;aspect-ratio:21/9;max-height:480px;min-height:300px;border-radius:var(--r-xl);overflow:hidden;background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center}.banner-video-container{width:100%;height:100%;background:#000}.banner-iframe{width:100%;height:100%;border:none}.banner-image-container{position:relative;display:flex;align-items:center;justify-content:center}.banner-image,.banner-image-container{width:100%;height:100%;background:var(--bg-surface)}.banner-image{object-fit:contain}.banner-overlay-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,14,.8) 0,transparent 60%);pointer-events:none}.banner-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--grey-400);font-size:1.1rem;font-weight:700}.banner-thumbnails-strip{display:flex;gap:.6rem;overflow-x:auto;padding:4px 2px 8px;scrollbar-width:none}.banner-thumbnails-strip::-webkit-scrollbar{display:none}.banner-thumb-btn{position:relative;width:92px;height:56px;flex-shrink:0;border-radius:var(--r-sm);overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:all .2s ease;background:var(--bg-surface)}.banner-thumb-btn img{width:100%;height:100%;object-fit:cover}.banner-thumb-btn:hover{border-color:var(--border-hover);transform:translateY(-2px)}.banner-thumb-btn.active{border-color:var(--red)!important;box-shadow:0 0 16px rgba(255,49,49,.3)}.banner-thumb-video-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7)}.banner-thumb-tag{position:absolute;bottom:2px;right:3px;font-size:.54rem;font-weight:800;color:#fff;background:rgba(0,0,0,.8);padding:1px 4px;border-radius:3px;letter-spacing:.04em}.product-detail__content-grid{display:grid;grid-template-columns:1fr 340px;grid-gap:2.5rem;gap:2.5rem;align-items:start}.product-detail__main-col{display:flex;flex-direction:column;gap:1.5rem}.product-detail__header-group{display:flex;flex-direction:column;gap:.85rem}.product-detail__category-badge{display:inline-flex;align-items:center;gap:6px;padding:.2rem .65rem;font-size:.72rem;font-weight:800;letter-spacing:.06em;color:var(--grey-100);background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:var(--r-pill);width:-moz-fit-content;width:fit-content}.product-detail__name{font-family:Space Grotesk,Outfit,Inter,sans-serif;font-size:clamp(1.85rem,3.8vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.015em;color:var(--grey-100)}.product-detail__framework-row{display:flex;flex-wrap:wrap;gap:.45rem}.fw-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;padding:.35rem .8rem;border-radius:6px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:var(--grey-400);white-space:nowrap;letter-spacing:.02em;transition:all .2s ease}.fw-pill.active{background:rgba(255,49,49,.08);border-color:rgba(255,49,49,.4);color:#fff;box-shadow:0 0 10px rgba(255,49,49,.1)}.fw-pill svg{opacity:.8}.fw-pill.active svg{opacity:1}.product-detail__description{padding-top:1.5rem;border-top:1px solid var(--border)}.product-detail__description h3{font-family:Space Grotesk,Outfit,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:1rem;color:var(--grey-100);display:flex;align-items:center;letter-spacing:-.01em}.product-detail__desc-content{color:var(--grey-200);line-height:1.85;font-size:.96rem}.product-detail__desc-content p{margin-bottom:1rem}.product-detail__desc-content ol,.product-detail__desc-content ul{padding-left:1.25rem;margin-bottom:1rem}.product-detail__desc-content li{margin-bottom:.45rem}.product-detail__sidebar-col{position:-webkit-sticky;position:sticky;top:90px}.purchase-sticky-card{display:flex;flex-direction:column;gap:1.25rem;padding:1.85rem 1.75rem 1.6rem;border-radius:20px;background:rgba(13,15,24,.88);border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 36px rgba(0,0,0,.45);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.purchase-card__price-row{display:flex;align-items:baseline;gap:.75rem}.purchase-card__price{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.85rem;font-weight:800;color:var(--red,#ff3131);letter-spacing:-.02em;line-height:1}.purchase-card__original-price{font-size:1.2rem;color:var(--grey-400,#7a829e);text-decoration:line-through}.purchase-card__sync-box{display:flex;align-items:center;gap:.85rem;padding:1.1rem 1.15rem;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07)}.sync-box__icon{color:var(--grey-400,#9ca3af);flex-shrink:0}.sync-box__text{font-size:.92rem;font-weight:600;color:var(--grey-300,#d1d5db);line-height:1.35}.purchase-card__actions{display:flex;flex-direction:column;gap:.85rem}.purchase-card__btn-gift{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.88rem 1.25rem;font-size:.95rem;font-weight:700;color:#ffffff;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:14px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.purchase-card__btn-gift svg{color:#ff3131;transition:transform .2s ease}.purchase-card__btn-gift:hover{background:rgba(255,49,49,.1);border-color:rgba(255,49,49,.3);color:#ffffff;transform:translateY(-1px)}.purchase-card__btn-gift:hover svg{transform:scale(1.1) rotate(-6deg)}.purchase-card__btn-cart{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:1.05rem 1.4rem;border-radius:14px;font-size:1.02rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase;background:linear-gradient(135deg,#ff2a2a,#d41212);color:#ffffff;border:none;cursor:pointer;box-shadow:0 6px 24px rgba(255,42,42,.4);transition:all .2s cubic-bezier(.16,1,.3,1)}.purchase-card__btn-cart:hover{background:linear-gradient(135deg,#ff3d3d,#e01b1b);box-shadow:0 8px 30px rgba(255,42,42,.55);transform:translateY(-2px)}.purchase-card__btn-cart:active{transform:translateY(0)}.purchase-card__footer-note{text-align:center;font-size:.76rem;font-weight:600;color:var(--grey-400,#7a829e);margin-top:.2rem}.gift-card-box.is-active{background:rgba(255,49,49,.05);border-color:rgba(255,49,49,.35);box-shadow:0 0 20px rgba(255,49,49,.1)}.gift-card-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:0;text-align:left}.gift-toggle-left{display:flex;align-items:center;gap:10px}.gift-icon-badge{width:34px;height:34px;border-radius:8px;background:rgba(255,49,49,.12);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,transform .2s ease,color .2s ease}.gift-card-box.is-active .gift-icon-badge{background:var(--red);color:#ffffff;transform:scale(1.05)}.gift-toggle-text{display:flex;flex-direction:column}.gift-title{font-size:.84rem;font-weight:700;color:var(--grey-100)}.gift-subtitle{font-size:.72rem;color:var(--grey-300)}.gift-switch{width:36px;height:20px;border-radius:10px;background:rgba(255,255,255,.12);position:relative;transition:background .25s ease;flex-shrink:0}.gift-switch.active{background:var(--red)}.gift-switch-knob{width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .25s cubic-bezier(.16,1,.3,1)}.gift-switch.active .gift-switch-knob{transform:translateX(16px)}.gift-input-wrapper{overflow:hidden;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.gift-username-input{width:100%;height:40px;padding:0 .85rem;color:#fff;background:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.82rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.gift-username-input:focus{border-color:var(--red);box-shadow:0 0 12px rgba(255,49,49,.25)}.purchase-sticky-card .buy-now-btn{padding:14px 20px;font-size:.95rem;font-weight:800;width:100%}.purchase-sticky-card .license-note{text-align:center;font-size:.72rem;color:var(--grey-400);font-weight:600}.product-detail__related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.75rem;gap:1.75rem;margin-top:1.5rem}.product-detail__back-section{padding-top:2rem}.product-detail__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:var(--grey-300)}.product-detail__loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--red);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.product-detail__not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem;text-align:center}@media (max-width:960px){.product-detail__content-grid{grid-template-columns:1fr;gap:1.75rem}.banner-stage-wrapper{aspect-ratio:16/9}.product-detail__sidebar-col{position:static}}