@charset "UTF-8";.products-page{background:radial-gradient(1280px 600px at 72% 18%,rgba(37,99,235,.22),transparent 62%),radial-gradient(1100px 520px at 18% 78%,rgba(249,115,22,.16),transparent 60%),linear-gradient(180deg,#0b1220,#070a12);min-height:100vh;position:relative;overflow-x:hidden;color:#fff;padding-top:0}.products-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.03) 1px,transparent 0);background-size:40px 40px;pointer-events:none;opacity:.26;z-index:1}.products-page .hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;z-index:2}@media (max-width: 768px){.products-page .hero-section{min-height:90vh;padding:2rem 1.25rem}}.products-page .hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.products-page .hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(251,146,60,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(59,130,246,.08) 0%,transparent 50%);animation:gradientFloat 20s ease-in-out infinite}.products-page .hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.02) 0%,transparent 2%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.02) 0%,transparent 2%);background-size:60px 60px;animation:patternMove 30s linear infinite}@keyframes gradientFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20px,-20px) scale(1.05)}66%{transform:translate(20px,-10px) scale(.95)}}@keyframes patternMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.products-page .hero-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 1024px){.products-page .hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}}.products-page .hero-content{z-index:10}.products-page .hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:100px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem;font-size:.875rem;font-weight:500;color:#fffc}.products-page .hero-badge .badge-text{position:relative;z-index:2}.products-page .hero-badge .badge-dot{width:4px;height:4px;background:#fb923c;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.products-page .hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;margin-bottom:1.5rem}.products-page .hero-title .title-gradient{background:linear-gradient(135deg,#fb923c,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-page .hero-title .title-emphasis{color:#fff;display:block}.products-page .hero-description{font-size:1.25rem;line-height:1.6;color:#ffffffb3;margin-bottom:3rem;max-width:500px}.products-page .hero-description .desktop-break{display:none}@media (min-width: 768px){.products-page .hero-description .desktop-break{display:block}}.products-page .hero-stats{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.products-page .hero-stats{justify-content:center;flex-wrap:wrap;gap:1.5rem}}.products-page .stat-item{text-align:center}@media (max-width: 768px){.products-page .stat-item{flex:1;min-width:100px}}.products-page .stat-number{font-size:2.5rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#fff,#fffc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.products-page .stat-label{font-size:.875rem;color:#fff9;font-weight:500}.products-page .stat-divider{width:1px;height:2rem;background:#fff3}@media (max-width: 768px){.products-page .stat-divider{display:none}}.products-page .hero-visual{position:relative;height:400px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.products-page .hero-visual{height:300px}}.products-page .floating-cards{position:relative;width:100%;height:100%}.products-page .floating-card{position:absolute;padding:1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:140px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.products-page .floating-card:hover{background:#ffffff1f;border-color:#fff3;box-shadow:0 12px 32px #0000004d}.products-page .floating-card:hover .card-icon{transform:scale(1.1);box-shadow:0 8px 24px #fb923c4d}.products-page .floating-card:hover .card-title{color:#fff}.products-page .floating-card .card-icon{width:48px;height:48px;background:linear-gradient(135deg,#fb923c,#f97316);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.products-page .floating-card .card-icon svg{flex-shrink:0}.products-page .floating-card .card-title{font-size:.875rem;font-weight:600;color:#ffffffe6;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.products-page .floating-card.card-1{top:20%;left:10%;animation:float1 6s ease-in-out infinite}.products-page .floating-card.card-1:hover{animation-play-state:paused}.products-page .floating-card.card-2{top:50%;right:20%;animation:float2 8s ease-in-out infinite}.products-page .floating-card.card-2:hover{animation-play-state:paused}.products-page .floating-card.card-3{bottom:20%;left:30%;animation:float3 7s ease-in-out infinite}.products-page .floating-card.card-3:hover{animation-play-state:paused}@keyframes float1{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes float2{0%,to{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-15px) rotate(-1deg)}}@keyframes float3{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-25px) rotate(1deg)}}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.scroll-arrow{width:24px;height:32px;border:2px solid rgba(255,255,255,.3);border-radius:12px;position:relative;animation:bounce 2s infinite}.scroll-arrow:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#ffffff80;border-radius:2px;animation:scroll 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scroll{0%{opacity:1;top:8px}to{opacity:0;top:16px}}.products-section{position:relative;z-index:10;padding:calc(var(--app-header-height) + .5rem) 0 6rem;background:radial-gradient(1120px 620px at 65% 15%,rgba(37,99,235,.18),transparent 62%),radial-gradient(1120px 620px at 22% 78%,rgba(249,115,22,.12),transparent 60%),linear-gradient(180deg,#111111e6,#0b1220eb)}.products-section__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.products-section__container{padding:0 1.25rem}}.products-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem}@media (max-width: 1024px){.products-header{flex-direction:column;align-items:stretch;gap:2rem}}.products-page .header-left{flex:1}.products-page .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;letter-spacing:-.03em;margin-bottom:1rem}.products-page .section-title .title-main{color:#fff}.products-page .section-title .title-accent{background:linear-gradient(135deg,#fb923c,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-page .section-subtitle{font-size:1.125rem;color:#fff9;line-height:1.6}.products-page .header-right{flex:0 0 auto}.products-page .search-container{position:relative;display:flex;align-items:center;width:100%;max-width:320px}@media (max-width: 768px){.products-page .search-container{max-width:100%}}.products-page .search-icon{position:absolute;left:1rem;color:#fff6;z-index:2;transition:color .2s}.products-page .search-input{width:100%;height:48px;padding:0 1rem 0 3rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9375rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.products-page .search-input::placeholder{color:#fff6}.products-page .search-input:focus{outline:none;border-color:#fb923c;background:#ffffff1f;box-shadow:0 0 0 4px #fb923c1a}.products-page .search-input:focus+.search-icon{color:#fb923c}.products-page .search-shortcut{position:absolute;right:1rem;padding:.25rem .5rem;background:#ffffff1a;border-radius:6px;font-size:.75rem;color:#ffffff80;font-weight:500;pointer-events:none}.products-categories{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.products-categories{flex-direction:column;align-items:stretch;gap:1.5rem;margin-bottom:2rem}}.products-page .category-tabs{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.products-page .category-tabs{justify-content:center}}.products-page .category-tab{position:relative;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.products-page .category-tab:hover{background:#ffffff14;border-color:#fff3;color:#ffffffe6;transform:translateY(-2px)}.products-page .category-tab--active{background:linear-gradient(135deg,#fb923c,#f97316);border-color:transparent;color:#fff;box-shadow:0 8px 24px #fb923c4d}.products-page .category-tab--active .tab-count{background:#fff3;color:#fff}.products-page .category-tab--active:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 32px #fb923c66}.tab-text{line-height:1}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:700;background:#ffffff1a;color:#fff9;border-radius:6px;transition:all .25s}@media (max-width: 768px){.category-results{text-align:center}}.results-text{font-size:.9375rem;color:#ffffff80;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#fb923c,#f97316);opacity:0;transition:opacity .35s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#fff3;box-shadow:0 24px 48px #0000004d,0 0 0 1px #ffffff1a}.product-card:hover:before{opacity:1}.product-card:hover .product-glow{opacity:.15;transform:scale(1.2)}.product-card:hover .product-icon{transform:scale(1.1) rotate(-5deg);box-shadow:0 16px 32px #0003}.product-card:hover .product-title{color:#fb923c}.product-card:hover .action-btn{transform:translateY(-2px)}.product-card-inner{padding:2rem;height:100%;display:flex;flex-direction:column}.product-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.product-icon-wrapper{position:relative;flex:0 0 auto}.product-icon{width:3.5rem;height:3.5rem;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0003;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%)}.product-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;filter:blur(60px);transition:all .5s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-meta{flex:1;text-align:right}.product-badge{display:inline-block;padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:#fff;border-radius:8px;margin-bottom:.5rem;box-shadow:0 2px 8px #0003}.product-category{font-size:.8125rem;color:#ffffff80;font-weight:500}.product-content{flex:1;margin-bottom:1.5rem}.product-title{font-size:1.375rem;font-weight:700;color:#fff;line-height:1.3;letter-spacing:-.02em;margin-bottom:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.product-description{font-size:.9375rem;line-height:1.6;color:#fff9;margin-bottom:1rem;min-height:3.2rem}.product-tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-tag{padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:#ffffffb3;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.product-tag:hover{background:#ffffff1f;color:#ffffffe6;border-color:#fff3;transform:translateY(-1px)}.product-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.repo-link{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .75rem;border-radius:10px;text-decoration:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.repo-link:hover{background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-1px)}.repo-link__icon{width:16px;height:16px;flex:0 0 auto;opacity:.92}.repo-link__text{font-size:.8125rem;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:10px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.action-btn:hover{transform:translateY(-2px)}.action-btn .btn-icon{width:1rem;height:1rem;flex-shrink:0;position:relative;z-index:1}.action-btn span{position:relative;z-index:1}.action-btn--primary{background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;border:none;box-shadow:0 4px 16px #fb923c4d}.action-btn--primary:hover{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 24px #fb923c66}.action-group{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;min-width:0}.action-group .action-btn{padding:.5rem;border-radius:10px}.action-group .action-btn .btn-icon{width:1.05rem;height:1.05rem}.action-btn--gitee{color:#c71d23;background:#c71d231a;border:1px solid rgba(199,29,35,.2)}.action-btn--gitee:hover{background:#c71d2333;border-color:#c71d234d;box-shadow:0 4px 12px #c71d2333}.action-btn--gitcode{color:#ff9a2e;background:#ff9a2e1f;border:1px solid rgba(255,154,46,.22)}.action-btn--gitcode:hover{background:#ff9a2e2e;border-color:#ff9a2e52;box-shadow:0 4px 12px #ff9a2e29}.action-btn--github{color:#4080ff;background:#4080ff1f;border:1px solid rgba(64,128,255,.22)}.action-btn--github:hover{background:#4080ff2e;border-color:#4080ff52;box-shadow:0 4px 12px #4080ff29}.action-btn--docs{color:#0ea5e9;background:#0ea5e91a;border:1px solid rgba(14,165,233,.2)}.action-btn--docs:hover{background:#0ea5e933;border-color:#0ea5e94d;box-shadow:0 4px 12px #0ea5e933}@media (max-width: 768px){.hero-title{font-size:clamp(2rem,6vw,3rem)}.hero-description{font-size:1.0625rem}.section-title{font-size:clamp(1.5rem,4vw,2rem)}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card-inner{padding:1.5rem}.product-icon{width:3rem;height:3rem}.product-title{font-size:1.25rem}.product-description{font-size:.875rem}.action-btn{padding:.625rem 1rem;font-size:.8125rem}.repo-link__text{font-size:.8rem}}
