.feature-category-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.what-is-this-link{color:var(--text-secondary);font-size:.7rem;font-weight:500;text-decoration:none;padding:.06rem .5rem;border:1px solid var(--glass-border-hover);border-radius:4px;white-space:nowrap;position:relative;top:-.3rem;text-transform:lowercase}@media(hover:hover)and (pointer:fine){.what-is-this-link:hover{color:var(--text-primary);border-color:var(--accent-cyan)}}.product-page{position:relative;z-index:1;min-height:100vh;padding:0}.product-page .sc-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:2rem}.product-page .sc-panel{background:var(--glass-bg-strong);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);border:1px solid var(--glass-border)}.product-hero{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-xl);overflow:hidden}.product-hero:hover{border-color:var(--glass-border-hover)}.product-hero-top{display:flex;gap:0}.product-hero-image{position:relative;overflow:hidden;flex:0 0 340px;aspect-ratio:16 / 9}.product-hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-hero-image:hover img{transform:scale(1.05)}.product-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.5) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.product-status{display:flex;justify-content:flex-start}.status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border-radius:6px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.status-badge.status-working{background:#00d4ff33;border:1px solid rgba(0,212,255,.4);color:var(--accent-cyan)}.status-badge.status-updating{background:#ff980033;border:1px solid rgba(255,152,0,.4);color:#ffb74d}.status-badge.status-warning{background:#ffc10733;border:1px solid rgba(255,193,7,.4);color:#ffd54f}.status-badge i{font-size:.7rem}.product-hero-header{flex:1;padding:1.25rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.product-hero-header .product-hero-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1.2}.product-hero-header .product-hero-subtitle{color:var(--text-secondary);font-size:.93rem;line-height:1.5;margin:0 0 1rem}.product-hero-header .product-hero-tags{margin-top:auto}.product-hero-tags{display:flex;flex-wrap:wrap;gap:.4rem}.product-tag{display:inline-flex;align-items:center;padding:.3rem .65rem;background:var(--glass-bg-strong);border:1px solid var(--glass-border);border-radius:6px;color:var(--text-secondary);font-size:.68rem;font-weight:600;letter-spacing:.3px}.product-tag.product-tag-more{background:#00d4ff14;border-color:#00d4ff4d;color:var(--accent-cyan);cursor:pointer;position:relative}.product-tag.product-tag-more:hover{border-color:var(--accent-cyan);background:#00d4ff26}.product-tag-more-wrapper{position:relative;display:inline-flex}.product-tags-popover{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#0c1018f2;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid var(--glass-border-hover);border-radius:var(--radius-md);padding:.75rem;min-width:200px;max-width:300px;z-index:100;box-shadow:0 12px 40px #00000080;display:none}.product-tags-popover.show{display:block}.product-tags-popover .popover-tags{display:flex;flex-wrap:wrap;gap:.4rem}.product-tags-popover .popover-tag{display:inline-flex;align-items:center;padding:.3rem .6rem;background:var(--glass-bg-strong);border:1px solid var(--glass-border);border-radius:4px;color:var(--text-secondary);font-size:.65rem;font-weight:600}.product-hero-specs{background:var(--glass-bg-strong);border-radius:0;padding:1rem 1.5rem;border-top:1px solid var(--glass-border)}.specs-title{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--glass-border)}.specs-title i{color:var(--accent-cyan)}.specs-grid{display:grid;grid-template-columns:1fr;gap:.4rem}.spec-item{display:flex;align-items:flex-start;gap:.5rem;color:var(--text-secondary);font-size:.83rem;padding:.2rem 0}.spec-item i{color:var(--accent-cyan);font-size:.85rem;width:1.2rem;min-width:1.2rem;text-align:center;margin-top:.15rem}.spec-item span{word-break:break-word}.spec-item span a{color:var(--accent-cyan);text-decoration:none}.spec-item span a:hover{text-decoration:underline}.spec-item .spec-help-link{color:var(--accent-cyan);font-size:.78rem;margin-left:.25rem;text-decoration:none;white-space:nowrap}.spec-item .spec-help-link:hover{color:#4de8ff;text-decoration:underline}.product-hero-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--glass-border)}.product-hero-price{display:flex;flex-direction:row;align-items:baseline;gap:.5rem}.product-hero-price .price-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.product-hero-price .price-value{font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-hero-action{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;background:var(--glass-bg-strong);border:1px solid var(--glass-border);color:var(--text-secondary);border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;text-decoration:none}.btn-hero-action:hover{border-color:var(--glass-border-hover);color:var(--text-primary);background:var(--glass-bg-hover)}.btn-hero-action i{font-size:1rem;color:var(--accent-cyan)}.product-page .sticky-sidebar{position:sticky;top:5rem;z-index:10}.pricing-card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:1.25rem;text-align:center;transition:transform var(--transition-smooth);position:relative;overflow:hidden}.pricing-card:hover{border-color:var(--glass-border-hover);transform:translateY(-2px);box-shadow:0 8px 30px #0003}.pricing-card__period{font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.pricing-card__price{font-size:1.6rem;font-weight:700;margin-bottom:.75rem}.pricing-card--primary .pricing-card__price{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card--gold .pricing-card__price{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card__btn{display:block;width:100%;padding:.7rem 1.5rem;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;text-align:center;transition:transform var(--transition-smooth);position:relative;overflow:hidden}.pricing-card--primary .pricing-card__btn{background:var(--gradient-primary);color:#fff}.pricing-card--primary .pricing-card__btn:hover{box-shadow:0 6px 20px #00d4ff59;transform:translateY(-1px);color:#fff}.pricing-card--gold .pricing-card__btn{background:var(--gradient-gold);color:#1a1206}.pricing-card--gold .pricing-card__btn:hover{box-shadow:0 6px 20px #c9a84c59;transform:translateY(-1px);color:#1a1206}@media(max-width:1199.98px){.product-hero-image{flex:0 0 260px}.product-hero-header .product-hero-title{font-size:1.5rem}}@media(max-width:767.98px){.product-hero-top{flex-direction:column}.product-hero-image{flex:none;width:100%;aspect-ratio:16 / 9}.product-hero-header{padding:1rem 1.25rem}.product-hero-header .product-hero-title{font-size:1.35rem}.product-hero-header .product-hero-subtitle{font-size:.88rem}}@media(max-width:575.98px){.product-hero-header{padding:.75rem 1rem}.product-hero-header .product-hero-title{font-size:1.2rem}.product-hero-tags{gap:.3rem}.product-tag{padding:.25rem .5rem;font-size:.6rem}.product-hero-specs{padding:.75rem 1rem}.specs-title{font-size:.68rem;margin-bottom:.5rem;padding-bottom:.5rem}.product-hero-action{padding:.75rem 1rem}.specs-grid{grid-template-columns:1fr;gap:.3rem}.spec-item{font-size:.78rem}.product-hero-action{flex-direction:column;align-items:stretch;text-align:center;gap:.75rem}.product-hero-price{flex-direction:row;justify-content:center;align-items:baseline;gap:.5rem}.product-hero-price .price-value{font-size:1.2rem}.btn-hero-action{justify-content:center;padding:.6rem 1rem;font-size:.88rem}}.product-page .product-poster{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);min-height:300px;overflow:hidden}.product-page .product-poster img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md)}.product-page .product-screenshot{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);height:150px;overflow:hidden;border:1px solid var(--glass-border);position:relative;cursor:pointer;text-decoration:none}.product-page .product-screenshot img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md);transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-page .product-screenshot .screenshot-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-smooth);border-radius:var(--radius-md)}.product-page .product-screenshot .screenshot-overlay i{font-size:1.8rem;color:var(--text-primary)}.product-page .product-screenshot:hover{border-color:var(--accent-cyan);box-shadow:0 4px 20px #00d4ff26}.product-page .product-screenshot:hover img{transform:scale(1.05)}.product-page .product-screenshot:hover .screenshot-overlay{opacity:1}.product-page .product-video{width:100%}.product-page .product-video .product-video-iframe{border-radius:var(--radius-md);border:none}.product-page .badge-custom{padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:50px;display:inline-flex;align-items:center;position:relative;overflow:hidden}.product-page .badge-custom.badge-success{background:#00d4ff26;border:1px solid rgba(0,212,255,.3);color:var(--accent-cyan)}.product-page .badge-custom.badge-success:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shimmer 3s infinite}.product-page .badge-custom.badge-primary{background:var(--gradient-primary);color:#fff}.product-page .badge-custom i{font-size:1rem}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-page .text-white{color:var(--text-primary)!important}.product-page .text-light{color:var(--text-secondary)!important}.product-page .text-warning{color:var(--accent-cyan)!important}.product-page .text-decoration-none{text-decoration:none}.feature-category{border-left:2px solid;border-image:var(--gradient-primary) 1;padding-left:1rem;margin-bottom:2rem}.feature-category .feature-category-title{color:var(--accent-cyan)!important;font-weight:600;text-transform:uppercase;letter-spacing:1px}.feature-link-card{text-decoration:none!important;color:inherit;display:block}.feature-link-card .sc-panel{cursor:pointer}.feature-link-card .sc-panel:hover{border-color:var(--glass-border-hover)}.feature-subsections .text-warning{border-bottom:1px solid rgba(0,212,255,.3);padding-bottom:.5rem;margin-bottom:1rem!important}.feature-subsections .text-info{color:var(--accent-purple)!important;font-weight:500}.world-subsections{margin-left:1rem;border-left:2px solid rgba(123,97,255,.3);padding-left:1rem}@media(hover:hover)and (pointer:fine){.feature-link-card:hover .sc-panel{border-color:var(--glass-border-hover)}.feature-link-card:hover .text-white,.product-page .text-decoration-none:hover .text-white{color:var(--accent-cyan)!important}}@media(max-width:767.98px){.product-page .sc-card{padding:1.5rem}.product-page .product-poster{min-height:200px}.feature-category{padding-left:.5rem}.feature-category .feature-category-title{font-size:1.05rem}.world-subsections{margin-left:.5rem;padding-left:.5rem}}.mobile-pricing-bar{position:fixed;top:56px;left:0;right:0;z-index:1000;background:#080b12e6;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-bottom:1px solid var(--glass-border);padding:.5rem 1rem}.pricing-bar-inner{display:flex;align-items:center;gap:.75rem;max-width:100%}.pricing-plans-toggle{display:flex;background:var(--glass-bg-strong);border-radius:var(--radius-sm);padding:.2rem;border:1px solid var(--glass-border);flex-shrink:0}.plan-btn{padding:.4rem .6rem;border:none;background:transparent;color:var(--text-muted);font-size:.72rem;font-weight:500;border-radius:6px;cursor:pointer;white-space:nowrap}.plan-btn.active{background:#00d4ff26;color:var(--accent-cyan);border:1px solid rgba(0,212,255,.2)}.plan-btn:hover:not(.active){color:var(--text-secondary)}.pricing-bar-price{font-size:1.05rem;font-weight:700;white-space:nowrap;margin-left:auto;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-bar-buy{padding:.5rem 1rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:none;transition:transform var(--transition-smooth)}.pricing-bar-buy:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00d4ff4d;color:#fff}@media(max-width:991.98px){.product-page{padding-top:60px}}
