*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #7c3aed;--secondary-color: #22d3ee;--accent-color: #fb7185;--text-dark: #eef4ff;--text-light: rgba(226, 232, 240, .78);--bg-light: #090d19;--bg-white: #0b1220;--border-color: rgba(148, 163, 184, .16);--gradient-1: linear-gradient(135deg, #111827 0%, #0b1220 100%);--gradient-2: linear-gradient(135deg, #1e293b 0%, #111827 100%);--gradient-3: linear-gradient(135deg, #0f172a 0%, #1f2937 100%);--shadow-sm: 0 1px 2px 0 rgba(2, 6, 23, .18);--shadow-md: 0 4px 12px -1px rgba(2, 6, 23, .24);--shadow-lg: 0 14px 24px -4px rgba(2, 6, 23, .32);--shadow-xl: 0 24px 40px -10px rgba(2, 6, 23, .4)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;color:var(--text-dark);background:radial-gradient(circle at 12% 14%,rgba(124,58,237,.16),transparent 30%),radial-gradient(circle at 86% 6%,rgba(34,211,238,.14),transparent 26%),radial-gradient(circle at 50% 82%,rgba(251,113,133,.08),transparent 26%),linear-gradient(180deg,#050816,#0a1020 48%,#060816)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#070b18d6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-sm);z-index:1400;transition:all .3s ease}.navbar.scrolled{box-shadow:var(--shadow-md)}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#f5f7ff}.logo-img{height:50px;width:auto;-o-object-fit:contain;object-fit:contain;background:transparent}.nav-menu{display:flex;list-style:none;gap:2.5rem;margin:0 auto}.nav-right{display:flex;align-items:center;gap:1.5rem}.lang-switcher{display:flex;align-items:center;gap:.25rem;background:#ffffff0d;border-radius:20px;padding:.25rem}.lang-btn{background:transparent;border:none;padding:.4rem .8rem;border-radius:16px;font-size:.85rem;font-weight:500;color:#e2e8f0ad;cursor:pointer;transition:all .3s ease}.lang-btn:hover{color:#fff}.lang-btn.active{background:var(--primary-color);color:#fff}.btn-login{padding:.5rem 1.25rem;background:var(--primary-color);color:#fff!important;border-radius:20px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease}.btn-login:hover{background:var(--secondary-color);transform:translateY(-2px)}.theme-toggle-button{border:1px solid rgba(148,163,184,.16);background:#ffffff0f;color:#e2e8f0;border-radius:999px;padding:.55rem 1rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 20px #dc262614}.theme-toggle-button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #02061747}.nav-link{text-decoration:none;color:#e2e8f0d1;font-weight:500;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#7c3aed,#22d3ee);transition:width .3s ease}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:hover:after,.nav-link.active:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;cursor:pointer;padding:8px;border-radius:8px;transition:background .3s ease}.hamburger:hover{background:#ffffff0f}.hamburger span{width:24px;height:2.5px;background:#f5f7ff;border-radius:2px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center}.hero{position:relative;isolation:isolate;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top left,rgba(124,58,237,.26),transparent 28%),radial-gradient(circle at top right,rgba(34,211,238,.16),transparent 24%),linear-gradient(180deg,#050816,#0b1220 68%,#111827);z-index:0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#03071247}.hero .container{position:relative;z-index:1;width:100%}.particles{position:absolute;top:0;left:0;right:0;bottom:0}.hero-content{position:relative;text-align:center;color:#f5f7ff;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.title-line{display:block;animation:fadeInUp 1s ease}.title-line:nth-child(2){animation-delay:.2s}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.95;animation:fadeInUp 1s ease .4s backwards}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem;animation:fadeInUp 1s ease .6s backwards}.btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;font-size:1rem;position:relative;overflow:hidden}.btn.loading{pointer-events:none;opacity:.85}.btn.loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:btn-spinner .8s linear infinite}@keyframes btn-spinner{to{transform:rotate(360deg)}}.btn-primary{background:linear-gradient(135deg,#7c3aed,#22d3ee);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:#ffffff0f;color:#e2e8f0;border:1px solid rgba(148,163,184,.22)}.btn-secondary:hover{background:#7c3aed29;color:#fff}.hero-stats{display:flex;gap:4rem;justify-content:center;animation:fadeInUp 1s ease .8s backwards}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.82);border-radius:15px;position:relative;box-shadow:0 0 0 1px #7c3aed2e}.mouse:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:4px;height:10px;background:linear-gradient(180deg,#7c3aed,#22d3ee);border-radius:2px;animation:scroll 2s infinite}.intro{padding:6rem 0;background:linear-gradient(180deg,#0b1220fa,#090d19fa)}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#f5f7ff}.intro-description{font-size:1.1rem;color:#e2e8f0c2;margin-bottom:1.5rem;line-height:1.8}.intro-features{display:flex;gap:2rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600}.feature-item i{font-size:1.5rem}.intro-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:400px;height:400px;background:var(--gradient-1);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl)}.image-placeholder i{font-size:8rem;color:#f5f7ffe6;opacity:.9}.intro-logo{width:400px;height:400px;-o-object-fit:contain;object-fit:contain;background:#0b1220eb;padding:2rem}@media (max-width: 768px){.intro-logo{width:250px;height:250px}}.services{padding:6rem 0;background:linear-gradient(180deg,#0b1220f5,#080c16fa)}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.2rem;color:var(--text-light);margin-top:1rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.service-card{background:#090f1bd1;padding:3rem;border-radius:20px;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid rgba(148,163,184,.14)}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.service-icon{width:80px;height:80px;background:var(--gradient-1);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.service-icon i{font-size:2.5rem;color:#fff}.service-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.service-description{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.service-list{list-style:none}.service-list li{padding:.5rem 0;color:var(--text-light);display:flex;align-items:center;gap:.5rem}.service-list i{color:var(--primary-color)}.products{padding:6rem 0;background:linear-gradient(180deg,#080c16fa,#0a101cfa)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.product-card{background:#090f1bd6;padding:2.5rem;border-radius:15px;border:1px solid rgba(148,163,184,.16);transition:all .3s ease}.product-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-header i{font-size:2rem;color:var(--primary-color)}.product-header h3{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.product-description{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.product-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{padding:.4rem 1rem;background:var(--bg-light);color:var(--primary-color);border-radius:20px;font-size:.9rem;font-weight:500}.tag-highlight{background:var(--gradient-1);color:#fff}.product-featured{grid-column:span 2;background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid rgba(220,38,38,.3);position:relative;overflow:hidden;padding:3.5rem;box-shadow:0 8px 32px #dc262626;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-featured:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 16px 48px #dc262640;border-color:#dc262680}.product-featured:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:var(--gradient-1);opacity:.08;border-radius:50%;transition:all .4s ease}.product-featured:hover:before{width:300px;height:300px;opacity:.12}.product-featured:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--gradient-1);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-featured:hover:after{transform:scaleX(1)}.product-featured .product-badge{position:absolute;top:1.5rem;right:1.5rem;background:var(--gradient-1);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;box-shadow:0 4px 12px #dc26264d}.product-featured .product-header{gap:2rem;margin-bottom:2rem}.product-icon-large{width:90px;height:90px;background:var(--gradient-1);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #dc26264d;transition:all .3s ease}.product-featured:hover .product-icon-large{transform:rotate(-5deg) scale(1.05)}.product-icon-large i{font-size:2.5rem;color:#fff}.product-featured .product-header h3{font-size:2.2rem;color:var(--text-dark);font-weight:800}.product-feature-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.product-feature-list li{color:var(--text-light);display:flex;align-items:center;gap:.5rem}.product-feature-list i{color:var(--primary-color)}.product-download{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.btn-download{background:var(--gradient-1);color:#fff;padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #dc26264d}.btn-download:hover{transform:translateY(-2px);box-shadow:0 6px 16px #dc261c66}.btn-download-disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;box-shadow:0 4px 12px #6b72804d}.btn-download-disabled:hover{transform:none;box-shadow:0 4px 12px #6b72804d}.download-info{font-size:.85rem;color:var(--text-light)}html[data-fenghuang-theme=dark] body{background:linear-gradient(180deg,#140909,#1b0d0a 48%,#110708);color:#f8e8df}html[data-fenghuang-theme=dark] .navbar{background:#140909d6;border-bottom:1px solid rgba(251,191,36,.14)}html[data-fenghuang-theme=dark] .nav-link,html[data-fenghuang-theme=dark] .section-title,html[data-fenghuang-theme=dark] .service-title,html[data-fenghuang-theme=dark] .product-header h3,html[data-fenghuang-theme=dark] .advantage-item h3,html[data-fenghuang-theme=dark] .value-item h4{color:#fff2eb}html[data-fenghuang-theme=dark] .lang-switcher,html[data-fenghuang-theme=dark] .theme-toggle-button{background:#ffffff14;color:#ffe8d6;border-color:#ffffff1f}html[data-fenghuang-theme=dark] .intro,html[data-fenghuang-theme=dark] .products,html[data-fenghuang-theme=dark] .about,html[data-fenghuang-theme=dark] .contact{background:linear-gradient(180deg,#140909f5,#220e0cfa)}html[data-fenghuang-theme=dark] .services,html[data-fenghuang-theme=dark] .advantages{background:linear-gradient(180deg,#1c0b0af5,#2a110efa)}html[data-fenghuang-theme=dark] .service-card,html[data-fenghuang-theme=dark] .product-card,html[data-fenghuang-theme=dark] .advantage-item,html[data-fenghuang-theme=dark] .value-item,html[data-fenghuang-theme=dark] .contact-form,html[data-fenghuang-theme=dark] .contact-info,html[data-fenghuang-theme=dark] .workflow-card,html[data-fenghuang-theme=dark] .change-card{background:#ffffff0f;border-color:#ffffff1a;box-shadow:0 18px 48px #00000038}html[data-fenghuang-theme=dark] .service-description,html[data-fenghuang-theme=dark] .section-subtitle,html[data-fenghuang-theme=dark] .intro-description,html[data-fenghuang-theme=dark] .product-description,html[data-fenghuang-theme=dark] .advantage-item p,html[data-fenghuang-theme=dark] .about-text p,html[data-fenghuang-theme=dark] .value-item p,html[data-fenghuang-theme=dark] .download-info,html[data-fenghuang-theme=dark] .service-list li,html[data-fenghuang-theme=dark] .feature-item,html[data-fenghuang-theme=dark] .contact-item,html[data-fenghuang-theme=dark] .footer-column a,html[data-fenghuang-theme=dark] .footer-bottom,html[data-fenghuang-theme=dark] .footer p{color:#ffe8d6c7}html[data-fenghuang-theme=dark] .tag{background:#ffffff14;color:#ffd7bf}html[data-fenghuang-theme=dark] .footer{background:linear-gradient(180deg,#130909,#090404)}@media (max-width: 768px){.product-featured{grid-column:span 1}.product-feature-list{grid-template-columns:1fr}}.advantages{padding:6rem 0;background:var(--bg-light)}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.advantage-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;transition:all .3s ease}.advantage-item:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.advantage-icon{width:80px;height:80px;background:var(--gradient-3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.advantage-icon i{font-size:2rem;color:#fff}.advantage-item h3{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.advantage-item p{color:var(--text-light);line-height:1.6}.about{padding:6rem 0;background:linear-gradient(180deg,#0a101cfa,#080c16fa)}.about-content{max-width:900px;margin:0 auto}.about-text p{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.value-item{text-align:center;padding:2rem;background:#ffffff0a;border-radius:15px;border:1px solid rgba(148,163,184,.12)}.value-item h4{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark);display:flex;align-items:center;justify-content:center;gap:.5rem}.value-item i{color:var(--primary-color)}.value-item p{color:var(--text-light)}.contact{padding:6rem 0;background:linear-gradient(180deg,#0b1220f5,#080c16fa)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-item i{font-size:2rem;color:var(--primary-color);margin-top:.5rem}.info-item h4{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}.info-item p{color:var(--text-light)}.contact-form{background:#090f1bd6;padding:3rem;border-radius:20px;box-shadow:var(--shadow-md);border:1px solid rgba(148,163,184,.16)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid rgba(148,163,184,.18);border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#ffffff0a;color:#eef4ff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.footer{background:#060816;color:#eef4ff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#e2e8f0b8;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:var(--primary-color);transform:translateY(-3px)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-section ul li i{margin-right:.5rem;color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}.footer-bottom p{margin-bottom:.5rem}.footer-bottom a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:#fff}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--primary-color);color:#fff;border:none;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow-lg);transition:all .3s ease;z-index:999}.back-to-top:hover{background:var(--secondary-color);transform:translateY(-5px)}.back-to-top.show{display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes scroll{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media (max-width: 1024px){.hero-title{font-size:2.5rem}.services-grid,.products-grid{grid-template-columns:1fr}.advantages-grid{grid-template-columns:repeat(2,1fr)}.intro-content{grid-template-columns:1fr}.image-placeholder{width:100%;max-width:400px}}@media (max-width: 768px){.nav-right{display:none}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#070b18f5;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow-lg);padding:2rem 0;margin:0}.nav-menu.active{left:0}.nav-menu .lang-switcher{display:flex;margin:1rem auto}.nav-menu .btn-login{margin:0 auto;display:inline-block}.hamburger{display:flex}.hamburger.active span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-stats{flex-direction:column;gap:2rem}.section-title{font-size:2rem}.advantages-grid,.about-values,.contact-content,.footer-content{grid-template-columns:1fr}.intro-features{flex-direction:column;gap:1rem}.scroll-indicator{left:14px;bottom:18px;transform:none;opacity:.9;z-index:30}.mouse{width:12px;height:56px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#0b1220b8;box-shadow:0 0 0 1px #7c3aed1f,0 10px 20px #02061738}.mouse:before{width:4px;height:4px;top:12px;box-shadow:0 12px #7c3aede6,0 24px #22d3eedb}}@media (max-width: 480px){.hero-title{font-size:1.5rem}.stat-number{font-size:2rem}.service-card,.product-card,.contact-form{padding:2rem}}.changelog{padding:6rem 0;background:linear-gradient(180deg,#0a101cfa,#080c16fa)}.changelog-content{max-width:800px;margin:0 auto}.version-list{background:#090f1bd6;border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid rgba(148,163,184,.14)}.version-item{padding:2rem;border-bottom:1px solid var(--border-color)}.version-item:last-child{border-bottom:none}.version-latest{background:linear-gradient(135deg,#7c3aed1f,#22d3ee14);border-left:4px solid var(--primary-color)}.version-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.version-tag{background:var(--primary-color);color:#f5f7ff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:1.1rem}.version-date{color:var(--text-light);font-size:.9rem}.version-badge{background:var(--accent-color);color:#f5f7ff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.version-body h4{color:#f5f7ff;margin-bottom:1rem;font-size:1.2rem}.version-body ul{list-style:none;margin-bottom:1.5rem}.version-body li{padding:.5rem 0;color:var(--text-light);border-bottom:1px dashed var(--border-color)}.version-body li:last-child{border-bottom:none}.version-download{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn-sm{padding:.6rem 1.2rem;font-size:.9rem}.version-tip{color:#e2e8f0b8;font-size:.85rem;background:#ffffff0a;padding:.5rem 1rem;border-radius:8px}.changelog-notice{margin-top:2rem;padding:1.5rem;background:#090f1bd1;border-radius:12px;display:flex;align-items:flex-start;gap:1rem;box-shadow:var(--shadow-sm);border:1px solid rgba(148,163,184,.14)}.changelog-notice i{color:var(--primary-color);font-size:1.5rem;margin-top:.25rem}.changelog-notice p{color:var(--text-light);line-height:1.8}.changelog-notice strong{color:var(--primary-color)}.product-meta{margin:.75rem 0;padding:.5rem 0;border-top:1px dashed var(--border-color);color:var(--text-light);font-size:.85rem}.product-meta i{color:var(--primary-color);margin-right:.5rem}.mobile-only{display:none}.footer{background:#0a0a0a;color:#999;padding:4rem 0 2rem}.footer-main{display:flex;justify-content:space-between;gap:4rem;margin-bottom:3rem}.footer-brand{flex:0 0 250px}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo-img{width:50px;height:50px;border-radius:10px}.footer-logo-text h3{color:#fff;font-size:1.2rem;margin-bottom:.25rem}.footer-logo-text p{color:#666;font-size:.85rem;line-height:1.5}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem;transition:all .3s ease}.footer-social a:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px)}.footer-links{display:flex;gap:4rem;flex:1;justify-content:flex-end}.footer-column h4{color:#fff;font-size:1rem;margin-bottom:1.5rem;font-weight:500}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#999;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:var(--primary-color)}.footer-qrcodes{display:flex;justify-content:flex-start;gap:3rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.qr-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.qr-img{width:100px;height:100px;background:#fff;border-radius:8px;padding:5px;overflow:hidden}.qr-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.qr-item span{font-size:.8rem;color:#666}.footer-bottom{text-align:center;padding-top:1rem}.footer-bottom p{color:#666;font-size:.85rem;margin-bottom:.5rem}.footer-beian{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;align-items:center}.footer-beian a{color:#666;text-decoration:none;font-size:.8rem;transition:color .3s ease;display:flex;align-items:center;gap:.25rem}.footer-beian a:hover{color:var(--primary-color)}.footer-beian img{height:14px;width:auto}@media (max-width: 992px){.footer-main{flex-direction:column;gap:2rem}.footer-brand{flex:none;text-align:center}.footer-logo,.footer-social{justify-content:center}.footer-links{justify-content:space-around;gap:2rem}.footer-qrcodes{justify-content:center;gap:2rem}}@media (max-width: 768px){.changelog{padding:4rem 0}.version-header{flex-wrap:wrap}.version-download{flex-direction:column;align-items:flex-start}.changelog-notice{flex-direction:column;text-align:center}.nav-menu{padding:1rem 0}.nav-menu li{margin:.5rem 0}.nav-menu .mobile-only{display:flex!important;flex-direction:row;justify-content:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.nav-menu .mobile-only .lang-switcher,.nav-menu .mobile-only .btn-login{margin:0}.nav-right{display:none}.footer-links{flex-direction:column;gap:2rem;text-align:center}.footer-column h4{margin-bottom:1rem}.footer-qrcodes{flex-wrap:wrap;gap:1.5rem}.qr-img{width:80px;height:80px}.footer-beian{flex-direction:column;gap:.5rem}}.site-shell{--fp-border: rgba(15, 23, 42, .08);--fp-text: #0f172a;--fp-muted: #64748b;--fp-accent: #dc2626;--fp-accent-soft: rgba(220, 38, 38, .08);--fp-surface: rgba(255, 255, 255, .88);--fp-surface-strong: #ffffff;background:radial-gradient(circle at top,rgba(220,38,38,.08),transparent 24%),linear-gradient(180deg,#fff,#fff8f5 42%,#fffaf8);color:var(--fp-text)}.site-shell-dark{--fp-border: rgba(255, 255, 255, .08);--fp-text: #f8fafc;--fp-muted: #cbd5e1;--fp-accent: #fb7185;--fp-accent-soft: rgba(251, 113, 133, .14);--fp-surface: rgba(15, 23, 42, .74);--fp-surface-strong: rgba(17, 24, 39, .95);background:radial-gradient(circle at top,rgba(251,113,133,.16),transparent 22%),linear-gradient(180deg,#070b14,#0b1220 44%,#090b12)}.site-shell .glass-card,.site-shell .feature-card,.site-shell .mode-card,.site-shell .novel-card,.site-shell .contact-card,.site-shell .auth-panel,.site-shell .auth-form,.site-shell .detail-volume,.site-shell .detail-material,.site-shell .detail-chapter,.site-shell .panel-box,.site-shell .assist-card,.site-shell .about-grid{background:var(--fp-surface);border-color:var(--fp-border);color:var(--fp-text)}.site-shell .section-title,.site-shell .page-title,.site-shell .auth-title,.site-shell .auth-form-title,.site-shell .feature-card-head h3,.site-shell .mode-card h3,.site-shell .novel-card h3,.site-shell .detail-cover-inner h1,.site-shell .detail-volume-head h3,.site-shell .detail-chapter-head h4{color:var(--fp-text)}.site-shell .section-subtitle,.site-shell .page-lead,.site-shell .novel-description,.site-shell .novel-author,.site-shell .auth-copy,.site-shell .auth-form-copy,.site-shell .auth-highlight span,.site-shell .detail-meta,.site-shell .detail-copy,.site-shell .detail-outline,.site-shell .detail-chapter p,.site-shell .detail-chapter-excerpt,.site-shell .footer-logo-text p,.site-shell .footer-column a,.site-shell .about-copy,.site-shell .panel-box p,.site-shell .contact-line span{color:var(--fp-muted)}.site-shell .chip,.site-shell .chip-action,.site-shell .novel-status,.site-shell .nav-user-chip,.site-shell .nav-user-card{background:var(--fp-accent-soft);color:var(--fp-accent)}.site-shell .btn-ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18)}.site-shell .btn-ghost:hover{background:#fff3}.page-shell{min-height:calc(100vh - 420px)}.page-title{font-size:clamp(2.2rem,5vw,4rem);line-height:1.04;font-weight:900;letter-spacing:-.04em}.page-lead{margin-top:1rem;max-width:54rem;line-height:1.9;font-size:1.03rem}.hero-grid,.page-hero-grid,.auth-grid,.detail-grid,.about-grid{display:grid;gap:1.25rem}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center}.home-page .hero{min-height:auto;padding-top:104px;padding-bottom:4rem}.home-shell .hero{min-height:clamp(640px,82vh,880px);padding-top:104px}.home-shell .hero-background{background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 22%),radial-gradient(circle at 85% 18%,rgba(251,191,36,.18),transparent 18%),linear-gradient(135deg,#dc2626,#7f1d1d 52%,#111827)}.hero-copy{color:#fff}.hero-title{font-size:clamp(2.4rem,5.6vw,5rem);line-height:1.02;font-weight:900;letter-spacing:-.05em}.hero-subtitle{margin-top:1rem;max-width:54rem;font-size:1.05rem;line-height:1.9;color:#ffffffd6}.hero-actions,.chip-row,.nav-mobile-actions{display:flex;flex-wrap:wrap;gap:.6rem}.home-entry-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:1.25rem;align-items:stretch}.hero-stats{margin-top:1.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.stat-item,.panel-box,.auth-highlight,.contact-card,.detail-volume,.detail-material,.detail-chapter,.feature-card,.mode-card,.novel-card{border:1px solid var(--fp-border)}.stat-item{padding:1rem;border-radius:18px;background:#ffffff1a}.stat-number{font-size:2rem;font-weight:900}.stat-label{margin-top:.35rem;font-size:.85rem;color:#fffc}.hero-panel,.auth-panel,.auth-form,.feature-card,.mode-card,.novel-card,.contact-card,.detail-volume,.detail-material,.detail-chapter,.about-grid{border-radius:28px;box-shadow:0 24px 80px #0f172a14}.panel-heading,.feature-card-head,.novel-card-top,.detail-chapter-head,.detail-stats,.footer-bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center}.panel-heading h2{margin-top:.8rem;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.18;font-weight:900}.panel-stack,.feature-grid,.mode-grid,.novel-grid,.contact-grid,.detail-split,.detail-material-grid,.detail-volumes,.detail-chapter-list,.auth-form-body{display:grid;gap:1rem}.panel-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-box{border-radius:18px;background:#0f172a08;padding:1rem}.home-entry-box{display:grid;gap:.95rem}.home-entry-box h3{margin-top:.35rem;font-size:1.3rem;line-height:1.18;font-weight:900}.home-entry-box-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.home-entry-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .65rem;border-radius:999px;background:#dc26261a;color:var(--fp-accent);font-size:.78rem;font-weight:800;white-space:nowrap}.panel-label,.contact-line strong{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--fp-accent)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.novel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.mode-card,.novel-card{padding:1.35rem}.feature-card p,.mode-card p,.novel-description,.auth-copy,.auth-form-copy,.auth-highlight span,.detail-outline,.detail-chapter p,.detail-chapter-excerpt,.detail-meta,.detail-copy,.footer-logo-text p,.about-copy,.page-lead,.section-subtitle,.panel-box p,.contact-line span{line-height:1.85}.chip,.chip-action,.novel-status,.nav-user-chip,.nav-user-card,.panel-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:.78rem;font-weight:700}.chip{padding:.4rem .75rem}.chip-action{border:1px solid var(--fp-border);background:#ffffffd6;color:var(--fp-text);padding:.6rem .95rem}.chip-action.is-active{background:linear-gradient(135deg,#dc2626,#f59e0b);color:#fff;border-color:transparent}.assist-card{padding:1.25rem;border-radius:28px;background:#0f172aeb;color:#fff}.assist-card-list{display:flex;flex-wrap:wrap;gap:.5rem}.assist-card-list span{padding:.45rem .7rem;border-radius:999px;background:#ffffff1a;font-size:.8rem}.showcase-promo-section{position:relative}.showcase-promo-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1.25rem;align-items:stretch}.showcase-promo-card{position:relative;overflow:hidden;padding:2rem;border-radius:32px;border:1px solid rgba(255,255,255,.7);background:radial-gradient(circle at top right,rgba(248,113,113,.22),transparent 28%),radial-gradient(circle at bottom left,rgba(245,158,11,.18),transparent 26%),linear-gradient(145deg,#fffffff5,#fff7ede6);box-shadow:0 30px 90px #7c2d121f}.showcase-promo-card:after{content:"";position:absolute;inset:auto -10% -35% auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(220,38,38,.14),transparent 68%);pointer-events:none}.showcase-promo-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.home-scroll-notes{padding:0 0 3.5rem}.home-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-quick-grid{margin-top:1rem}.home-quick-card h3{margin-top:.3rem;font-size:1.08rem;line-height:1.2}.home-quick-card .btn-download{margin-top:.15rem}.home-note-card{padding:1.1rem 1.2rem}.home-note-card p{line-height:1.8;color:var(--fp-muted)}.showcase-pill{padding:.65rem .95rem;border-radius:999px;background:#fffc;border:1px solid rgba(220,38,38,.12);color:#7f1d1d;font-size:.85rem;font-weight:700;box-shadow:0 12px 30px #dc262614}.showcase-spotlight,.showcase-highlight{position:relative;overflow:hidden;border-radius:32px;padding:1.75rem;color:#fff;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.22),transparent 18%),radial-gradient(circle at 82% 22%,rgba(251,191,36,.2),transparent 16%),linear-gradient(160deg,#111827,#7f1d1d 58%,#f97316);box-shadow:0 32px 90px #11182747}.showcase-orb{position:absolute;right:-40px;top:-30px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#ffffff40,#fff0 70%);pointer-events:none}.showcase-stage-label{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;background:#ffffff1f;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase}.showcase-spotlight h3,.showcase-highlight h2{margin-top:1rem;font-size:2rem;line-height:1.2}.showcase-metrics{display:grid;gap:.9rem;margin-top:1.5rem}.showcase-metric{display:grid;gap:.3rem;padding:1rem 1.1rem;border-radius:22px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcase-metric strong{font-size:1.4rem;line-height:1}.showcase-metric span{color:#fffc;font-size:.92rem}.showcase-display-wall{display:grid;gap:1.4rem}.showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.showcase-card{position:relative;overflow:hidden;display:grid;gap:1rem;padding:1.45rem;border-radius:30px;border:1px solid rgba(255,255,255,.75);background:linear-gradient(180deg,#fffffff0,#fffaf5eb),var(--fp-surface);box-shadow:0 26px 80px #0f172a17;isolation:isolate}.showcase-card-glow{position:absolute;inset:auto -10% -35% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.18),transparent 70%);z-index:0;pointer-events:none}.showcase-card-top,.showcase-card-body,.showcase-app-actions{position:relative;z-index:1}.showcase-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:center}.showcase-index{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#111827,#7f1d1d);color:#fff;font-size:1.15rem;font-weight:800;letter-spacing:.08em}.showcase-card-body h2{margin-top:1rem;font-size:1.8rem;line-height:1.18;color:#111827}.showcase-card-body p{margin-top:.95rem;color:#475569;line-height:1.85}.showcase-app-actions{display:flex;flex-wrap:wrap;gap:.8rem}.contact-grid,.detail-split,.detail-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:360px minmax(0,1fr);align-items:start}.detail-aside{position:sticky;top:96px;padding:1.1rem;border-radius:28px}.detail-cover{overflow:hidden;border-radius:24px;background:linear-gradient(135deg,#1f2937,#111827)}.detail-cover-inner{min-height:360px;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end}.detail-cover-inner h1{margin-top:.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.05;color:#fff;font-weight:900}.detail-stats div{flex:1;padding:.85rem;border-radius:18px;background:#0f172a08;border:1px solid var(--fp-border)}.detail-stats span{display:block;color:var(--fp-muted);font-size:.76rem}.detail-stats strong{display:block;margin-top:.35rem;color:var(--fp-text);font-size:1.1rem}.detail-outline{margin-top:1rem;padding:1rem;border-radius:20px;background:#0f172a0a;white-space:pre-wrap}.detail-volume{padding:1rem;border-radius:24px;background:#ffffffb8}.detail-chapter{padding:1rem;border-radius:18px;background:#0f172a08}.detail-chapter-excerpt{margin-top:.75rem;padding:.85rem;border-radius:16px;background:#ffffffc2}.auth-title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;font-weight:900}.auth-highlights{margin-top:1.25rem;display:grid;gap:.85rem}.auth-highlight{padding:1rem;border-radius:20px;background:#0f172a08;display:grid;gap:.35rem}.auth-field{display:grid;gap:.55rem}.auth-field span{font-size:.9rem;font-weight:700}.auth-field input{width:100%;border-radius:18px;border:1px solid var(--fp-border);background:#fffffff2;padding:.9rem 1rem;color:var(--fp-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-field input:focus{border-color:#dc262673;box-shadow:0 0 0 4px #dc262614}.auth-field small{color:#dc2626}.auth-alert{border-radius:18px;padding:.9rem 1rem;background:#ef444414;color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.auth-footer-note{margin-top:1rem;color:var(--fp-muted);display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a2e;border:0;z-index:1190}html[data-fenghuang-theme=dark] .nav-backdrop{background:#0206175c}.nav-mobile-panel{display:none}.nav-mobile-label{display:block;margin-bottom:.45rem;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--fp-muted)}.nav-mobile-actions{gap:.6rem}.nav-theme-toggle{width:100%}.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:2rem;align-items:start}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.footer-qrcodes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.footer-bottom{margin-top:2rem}.footer-beian{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.footer-beian a:hover{color:var(--fp-accent)}.section-kicker{background:var(--fp-accent-soft);color:var(--fp-accent)}#home,#novels,#writing,#desktop,#mobile-entry,#services,#products,#about,#contact{scroll-margin-top:110px}@media (max-width: 1200px){.feature-grid,.mode-grid,.novel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-promo-grid,.showcase-grid,.home-entry-grid{grid-template-columns:1fr}.home-note-grid,.panel-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 992px){.hero-grid,.page-hero-grid,.auth-grid,.detail-grid,.about-grid,.footer-grid,.showcase-promo-grid{grid-template-columns:1fr}.detail-aside{position:static}.home-entry-grid{grid-template-columns:1fr}.home-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.nav-right{display:none}.nav-backdrop{display:block}.nav-mobile-panel{display:grid;gap:.75rem;padding-top:1rem;border-top:1px solid var(--fp-border)}.nav-menu{position:fixed;inset:72px 16px auto 16px;display:flex;flex-direction:column;gap:.25rem;padding:.8rem;border-radius:20px;background:#fffdfb;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a1f;max-height:calc(100dvh - 96px);overflow-y:auto;transform:translateY(-10px) scale(.98);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1200}.nav-menu.active{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.nav-menu li{margin:0}.nav-menu .nav-link{display:flex;width:100%;justify-content:flex-start;padding:.72rem .85rem;border-radius:16px;background:#0f172a08;font-size:.94rem}.nav-mobile-panel{gap:.65rem;padding-top:.85rem}.nav-mobile-label{margin-bottom:.25rem;font-size:.72rem;letter-spacing:.1em}.nav-mobile-actions{gap:.45rem}.nav-mobile-actions .btn,.nav-theme-toggle{min-height:40px;padding:.62rem .82rem;font-size:.88rem}.hamburger{display:flex}.hero-title{font-size:1.95rem}.hero-subtitle{font-size:.95rem;line-height:1.72}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.hero-actions .btn:last-child{grid-column:1 / -1}.section-kicker{padding:.36rem .72rem;font-size:.66rem}.panel-heading h2{font-size:1.2rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.feature-grid,.mode-grid,.novel-grid,.home-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid,.detail-split,.detail-material-grid,.footer-links,.footer-qrcodes,.auth-grid-two{grid-template-columns:1fr}.feature-card,.mode-card,.novel-card,.panel-box{padding:.9rem}.feature-card h3,.mode-card h3,.novel-card h3,.home-entry-box h3{font-size:1.02rem;line-height:1.24}.feature-card p,.mode-card p,.novel-description,.home-entry-box p,.home-note-card p{font-size:.88rem;line-height:1.58}.chip{padding:.34rem .56rem;font-size:.72rem}.auth-panel,.auth-form,.detail-aside,.feature-card,.mode-card,.novel-card,.contact-grid,.contact-card,.showcase-card,.showcase-promo-card,.showcase-spotlight,.showcase-highlight{padding:.92rem}.home-entry-box-head{flex-direction:row;gap:.75rem;align-items:flex-start}.panel-stack,.home-quick-grid{grid-template-columns:1fr}.home-note-grid{gap:.7rem}.detail-cover-inner{min-height:300px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.container{padding-left:16px;padding-right:16px}.home-page .hero{padding-top:96px;padding-bottom:3rem}.home-scroll-notes{padding-bottom:3rem}.page-title,.auth-title{font-size:1.95rem}.showcase-card-body h2,.showcase-spotlight h3,.showcase-highlight h2{font-size:1.5rem}.auth-form-title{font-size:1.6rem}.page-lead,.auth-copy,.auth-form-copy,.section-subtitle{font-size:.92rem}.detail-cover-inner{min-height:260px}.hero-title{font-size:1.72rem}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-item{padding:.8rem .65rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.72rem}.feature-card h3,.mode-card h3,.novel-card h3,.home-entry-box h3{font-size:.96rem}.feature-card p,.mode-card p,.novel-description,.home-entry-box p{font-size:.82rem;line-height:1.5}.feature-grid,.mode-grid,.novel-grid{gap:.6rem}.home-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.nav-wrapper{justify-content:flex-start;gap:.75rem}.hamburger{order:-1;margin:0;width:42px;height:42px;flex:0 0 auto;display:inline-flex;border:1px solid rgba(220,38,38,.14);background:#fff9f5fa;box-shadow:0 10px 24px #dc262614;z-index:1305}.logo{min-width:0;flex:1 1 auto}.logo span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.nav-backdrop{z-index:1380;background:#0f172a1f}.nav-menu{left:12px;right:12px;top:74px;width:auto;max-width:none;margin:0;text-align:left;padding:.85rem;border-radius:22px;background:#fffdfbfa;border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 48px #0f172a1f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:1300;pointer-events:none}.nav-menu li{width:100%}.nav-menu.active{pointer-events:auto}.nav-menu .nav-link,.nav-mobile-actions .btn,.nav-theme-toggle{width:100%;justify-content:flex-start;text-align:left;border-radius:16px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.nav-menu .nav-link{color:var(--text-dark);background:#fff4edeb;border:1px solid rgba(220,38,38,.06)}.nav-menu .nav-link:after{display:none}.nav-menu .nav-link.active,.nav-menu .nav-link:hover{color:var(--primary-color);background:#dc262614;border-color:#dc262624}.nav-mobile-panel{display:grid!important;grid-template-columns:1fr;justify-content:stretch}.nav-mobile-actions{display:grid;grid-template-columns:1fr;gap:.5rem}}html[data-fenghuang-theme=dark] .hamburger{background:#131a26f5;border-color:#ffffff14}html[data-fenghuang-theme=dark] .hamburger span{background:#f8fafc}html[data-fenghuang-theme=dark] .nav-menu{background:#0f172af5;border-color:#ffffff14;box-shadow:0 22px 48px #0206175c}html[data-fenghuang-theme=dark] .nav-menu .nav-link{color:#f8fafceb;background:#ffffff0d;border-color:#ffffff0f}html[data-fenghuang-theme=dark] .nav-menu .nav-link.active,html[data-fenghuang-theme=dark] .nav-menu .nav-link:hover{color:#fecaca;background:#dc262638;border-color:#f8717147}.site-shell{min-height:100vh;background:radial-gradient(circle at top,rgba(220,38,38,.08),transparent 24%),linear-gradient(180deg,#fff,#fff8f5 42%,#fffaf8)}html,body,#root{min-height:100%}body{overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}.site-main{min-height:calc(100vh - 420px)}.navbar .btn-secondary{background:#dc26260a;border-color:#dc262638;color:#b91c1c}.navbar .btn-secondary:hover{background:#dc26261f;color:#991b1b}.section-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;border-radius:999px;background:#dc262614;color:#b91c1c;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.glass-card{background:#ffffffe0;border:1px solid rgba(255,255,255,.75);box-shadow:0 20px 60px #11182714;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dark-card{background:linear-gradient(180deg,#111827,#0f172a);border:1px solid rgba(255,255,255,.06);box-shadow:0 24px 80px #0f172a59}.writing-shell{background:radial-gradient(circle at top left,rgba(248,113,113,.12),transparent 22%),linear-gradient(180deg,#fffdfc,#fff7f2)}.writing-scroll,.library-scroll{scrollbar-width:thin;scrollbar-color:rgba(220,38,38,.4) rgba(15,23,42,.08)}.writing-scroll::-webkit-scrollbar,.library-scroll::-webkit-scrollbar{width:8px}.writing-scroll::-webkit-scrollbar-thumb,.library-scroll::-webkit-scrollbar-thumb{background:#dc262659;border-radius:999px}@media (max-width: 1024px){.site-main{min-height:calc(100vh - 520px)}}:root{--fh-ink: #1b0f0a;--fh-ink-soft: #3b251b;--fh-muted: #6a4a3a;--fh-surface: rgba(255, 250, 244, .92);--fh-surface-strong: #fff7f1;--fh-border: rgba(120, 53, 15, .18);--fh-border-strong: rgba(120, 53, 15, .28);--fh-accent: #dc2626;--fh-accent-strong: #b91c1c;--fh-accent-warm: #f97316;--fh-accent-gold: #f59e0b;--fh-glow: 0 24px 80px rgba(239, 68, 68, .16);--fh-shadow: 0 18px 50px rgba(15, 23, 42, .12);--fh-shadow-soft: 0 14px 32px rgba(15, 23, 42, .1);--fh-radius-pill: 999px;--fh-radius-lg: 28px}.site-shell{--fp-border: rgba(148, 163, 184, .16);--fp-text: #ecf4ff;--fp-muted: rgba(203, 213, 225, .72);--fp-accent: #7dd3fc;--fp-accent-soft: rgba(125, 211, 252, .12);--fp-surface: rgba(15, 23, 42, .72);--fp-surface-strong: rgba(8, 15, 28, .94);background:radial-gradient(circle at 12% 10%,rgba(56,189,248,.12),transparent 30%),radial-gradient(circle at 88% 6%,rgba(99,102,241,.12),transparent 28%),radial-gradient(circle at 50% 82%,rgba(15,23,42,.72),transparent 36%),linear-gradient(180deg,#030712,#08111f 46%,#020617);color:var(--fp-text)}.site-shell,.site-main,.page-shell,.home-shell,.showcase-shell,.auth-shell,.writing-shell,.library-shell,.dashboard-shell,.profile-shell{min-height:100dvh;height:auto;overflow:visible;overflow-x:hidden;overscroll-behavior-y:auto;touch-action:pan-y}.navbar{position:fixed;background:#030712e6;border-bottom:1px solid rgba(148,163,184,.12);box-shadow:0 18px 36px #02061757;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.navbar.scrolled{box-shadow:0 20px 44px #0206176b}.navbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#38bdf800,#38bdf859,#6366f161,#38bdf800);opacity:.75;pointer-events:none}.nav-surface{position:relative;border:1px solid rgba(148,163,184,.16);border-radius:42px;padding:.45rem .75rem;background:#0f172ab3;box-shadow:0 18px 50px #02061738;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-surface-grid{position:relative;z-index:2}.nav-wrapper{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr) auto auto;align-items:center;gap:1.1rem;padding:.5rem 0}.logo{color:#e2f2ff;letter-spacing:.04em;gap:.85rem}.nav-brand-block{display:flex;flex-direction:column;gap:.35rem;min-width:0}.nav-tagline{font-size:.85rem;line-height:1.3;color:#cbd5e1b3}.nav-brand-metadata{display:flex;flex-wrap:wrap;gap:.45rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#cbd5e1ad}.nav-brand-metadata span{padding:.25rem .9rem;border-radius:var(--fh-radius-pill);border:1px solid rgba(148,163,184,.16);background:#0f172abd;box-shadow:inset 0 0 0 1px #7dd3fc14}.nav-panel-group{min-width:0;display:flex;flex-direction:column;gap:.35rem}.nav-subline{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#cbd5e199}.nav-panel-note{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#cbd5e1a8}.nav-right.nav-actions{align-items:center}.nav-action-note{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#cbd5e199;border-left:1px solid rgba(148,163,184,.18);padding-left:.8rem;margin-right:.5rem}.nav-accent-strip{position:absolute;left:1.5rem;right:1.5rem;bottom:.4rem;height:5px;border-radius:var(--fh-radius-pill);background:linear-gradient(90deg,#38bdf80d,#38bdf88c,#6366f152);pointer-events:none;filter:blur(.5px)}.logo-text{display:flex;flex-direction:column;line-height:1.05}.logo-title{font-size:1.1rem;font-weight:800;letter-spacing:.06em}.logo-subtitle{margin-top:.15rem;font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--fp-muted);font-weight:600}.logo-img{height:46px}.nav-menu{gap:1.5rem}.nav-link{color:var(--fp-text);font-weight:600;padding:.45rem .7rem;border-radius:var(--fh-radius-pill);font-size:.92rem;transition:color .2s ease,background .2s ease,transform .2s ease}.nav-link:after{display:none}.nav-link:hover{background:#dc262614;color:var(--fh-accent-strong);transform:translateY(-1px)}.nav-link.active{background:#dc262624;color:var(--fh-accent-strong);box-shadow:inset 0 0 0 1px #dc262633}.nav-link-emphasis{border-radius:calc(var(--fh-radius-pill) / 2);padding-inline:1rem;background:linear-gradient(120deg,#dc262624,#f59e0b33);border:1px solid rgba(220,38,38,.35)}.nav-group-header{padding:.45rem .75rem;border-radius:20px;background:#fff9;color:#1c140eb8;display:flex;flex-direction:column;gap:.25rem}.nav-group-header span{font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.nav-group-header p{margin:0;font-size:.75rem;color:#1c140e99}.nav-panel-group nav ul{gap:.25rem}.nav-descriptor{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#1c140e8c;margin-top:.35rem;display:flex;flex-wrap:wrap;gap:.75rem}.nav-descriptor-pill{padding:.25rem .9rem;border-radius:999px;border:1px solid rgba(245,158,11,.4);background:#ffffffd9}.nav-pill-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-right:.8rem}.nav-pill-group span{padding:.25rem .9rem;border-radius:12px;background:#ffffffe6;color:#1c140ebf;font-size:.75rem;letter-spacing:.1em}.nav-mobile-cta{padding:.75rem .5rem;border-radius:24px;background:#ffffffd9;border:1px solid rgba(220,38,38,.18)}.nav-mobile-cta-inner{display:flex;flex-direction:column;gap:.45rem}.nav-mobile-link{display:inline-flex;justify-content:center;padding:.55rem 0;border-radius:999px;text-transform:uppercase;letter-spacing:.2em}.nav-mobile-cta-note{margin-top:.35rem;font-size:.72rem;text-align:center;color:#1c140e99;letter-spacing:.12em}.nav-actions{gap:.85rem}.nav-user-chip{background:#dc262614;border:1px solid rgba(220,38,38,.18);padding:.4rem .85rem;border-radius:var(--fh-radius-pill);font-weight:600;color:#991b1b}.theme-toggle-button{border-color:#f59e0b33;background:#ffffffe6;color:var(--fh-accent-strong);border-radius:var(--fh-radius-pill);padding:.55rem 1.1rem;font-weight:700}.theme-toggle-button:hover{box-shadow:0 14px 30px #dc26262e}.nav-ghost-button{background:#ffffffd9;border-color:#f59e0b33;color:#9a3412;box-shadow:0 10px 22px #78350f1f}.nav-ghost-button:hover{background:#fff7edfa;color:#7c2d12}.nav-cta{background:linear-gradient(120deg,#dc2626,#f97316);color:#fff!important;border:0;padding:.55rem 1.25rem;border-radius:var(--fh-radius-pill);box-shadow:0 16px 36px #dc262638}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 20px 44px #dc262652}.nav-ghost{border-radius:var(--fh-radius-pill);border:1px solid rgba(245,158,11,.28);background:#fffffff0;color:#9a3412;box-shadow:0 12px 26px #78350f1f}.nav-ghost:hover{background:#fff4e7fa;color:#7c2d12}html[data-fenghuang-theme=dark] .navbar{background:#100808e0;border-bottom-color:#f8717133}html[data-fenghuang-theme=dark] .nav-link{color:#fff0e6eb}html[data-fenghuang-theme=dark] .nav-link:hover,html[data-fenghuang-theme=dark] .nav-link.active{background:#f8717133;color:#fecaca;box-shadow:inset 0 0 0 1px #f871714d}html[data-fenghuang-theme=dark] .nav-ghost-button,html[data-fenghuang-theme=dark] .nav-ghost{background:#ffffff14;border-color:#ffffff2e;color:#ffe4d6e6}html[data-fenghuang-theme=dark] .nav-user-chip{background:#f8717133;border-color:#f8717159;color:#fecaca}html[data-fenghuang-theme=dark] .logo-subtitle{color:#ffddc6ad}.section-kicker{background:#f59e0b24;color:#b45309;font-weight:700;letter-spacing:.12em}.glass-card{background:var(--fp-surface);border:1px solid rgba(250,204,21,.12);box-shadow:var(--fh-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero{overflow:hidden}.hero-background{background:radial-gradient(circle at 16% 20%,rgba(255,255,255,.3),transparent 28%),radial-gradient(circle at 80% 12%,rgba(255,214,170,.38),transparent 40%),linear-gradient(130deg,#2b0b0b,#b42318 38%,#f97316 70%,#f59e0b)}.hero-overlay{background:linear-gradient(180deg,#0904041f,#09040452)}.hero-title{text-shadow:0 20px 50px rgba(9,4,4,.35)}.hero-panel,.home-entry-box,.showcase-card,.novel-card,.assist-card,.detail-volume,.detail-chapter,.detail-material{border:1px solid rgba(245,158,11,.18);background:#ffffffe6;box-shadow:0 18px 50px #78350f1f}.chip,.novel-status,.showcase-pill,.home-entry-badge{background:#f59e0b29;color:#b45309;font-weight:600}.chip-action{background:#ffffffeb;border:1px solid rgba(245,158,11,.2);color:var(--fp-text);font-weight:600}.chip-action.is-active{background:linear-gradient(120deg,#dc262629,#f59e0b2e);border-color:#dc262659;color:#991b1b}.btn{border-radius:18px;letter-spacing:.03em;font-weight:700;box-shadow:var(--fh-shadow-soft)}.btn-primary{background:linear-gradient(120deg,#dc2626,#f97316);color:#fff;border:1px solid rgba(255,255,255,.24)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 40px #dc262640}.btn-secondary{background:#0f172ad1;border:1px solid rgba(148,163,184,.18);color:#e2e8f0}.btn-secondary:hover{background:#1e293bf5;color:#f8fafc}.btn-download{background:linear-gradient(120deg,#0ea5e9,#6366f1);box-shadow:0 18px 40px #0ea5e933}.btn-ghost{border:1px solid rgba(148,163,184,.22);background:#0f172a80;color:#e2e8f0}.showcase-card-glow{background:radial-gradient(circle,rgba(56,189,248,.24),transparent 70%)}.detail-cover{background:radial-gradient(circle at top left,rgba(56,189,248,.18),transparent 40%),linear-gradient(160deg,#0f172a,#111827 55%,#020617)}.detail-cover-inner h1,.detail-meta,.detail-copy{color:#fff}.footer{position:relative;background:radial-gradient(circle at 20% 20%,rgba(248,113,113,.18),transparent 40%),linear-gradient(180deg,#2a110b,#120706);color:#ffe6d0db;padding:4.5rem 0 2.75rem;border-top:1px solid rgba(248,113,113,.18)}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 12%,rgba(245,158,11,.18),transparent 42%);pointer-events:none}.footer-main,.footer-qrcodes,.footer-bottom{position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:2.5rem;align-items:start}.footer-logo{gap:1.2rem}.footer-logo-text h3{font-size:1.35rem;letter-spacing:.08em}.footer-logo-text p{line-height:1.7}.footer-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0 1rem}.footer-badges span{padding:.35rem .9rem;border-radius:var(--fh-radius-pill);background:#ffffff14;border:1px solid rgba(255,255,255,.12);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.footer-brand-panel{display:flex;flex-direction:column;gap:.85rem}.footer-brand-copy{max-width:360px;font-size:.95rem;line-height:1.6;color:#ffffffd9}.footer-brand-note{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.78rem;letter-spacing:.1em;color:#ffffffb8}.footer-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.65rem}.footer-column{min-width:0}.footer-contact-collection{background:#0f172ab8;border-radius:24px;padding:1.2rem;border:1px solid rgba(148,163,184,.12)}.footer-contact-item+.footer-contact-item{margin-top:.9rem}.footer-contact-item a{font-weight:600}.footer-contact-item{padding:.75rem .9rem;border-radius:16px;background:#0f172a8f;border:1px solid rgba(148,163,184,.12)}.footer-note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.footer-note-grid div{padding:1rem;border-radius:16px;background:#0f172a8f;border:1px solid rgba(148,163,184,.12)}.footer-note-grid h5{margin:0;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#e2e8f0e0}.footer-note-grid span{display:block;margin-top:.45rem;font-size:.9rem;color:#cbd5e1b8}.footer-support-tray{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.1rem 1.3rem;border-radius:24px;border:1px solid rgba(148,163,184,.12);background:#0f172a8f;margin-bottom:1.5rem}.footer-support-tray p{margin:0;font-size:.95rem;color:#e2e8f0e0}.footer-divider{height:1px;margin:2rem 0;background:linear-gradient(90deg,#fff0,#38bdf88c,#fff0)}.footer-cta-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.footer-cta-card{border-radius:24px;padding:1.4rem;border:1px solid rgba(148,163,184,.12);background:#0f172a8f;box-shadow:0 20px 46px #02061757}.footer-cta-card-light{background:#0f172a5c;border-color:#94a3b814;box-shadow:0 0 #fff0}.footer-cta-card p{font-size:.95rem;margin-bottom:.75rem;color:#e2e8f0e0}.footer-cta-card span{display:block;font-size:.82rem;color:#cbd5e1b8}.footer-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.25rem}.footer-cta-button{min-height:42px;padding:.7rem 1.2rem}.footer .btn-primary{box-shadow:0 16px 34px #f8717152}.footer .btn-secondary{background:#ffffff14;border-color:#fff3;color:#ffe8d6e6}.footer .btn-secondary:hover{background:#f8717133;color:#fff7f2}.footer-social a{width:42px;height:42px;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.footer-social a:hover{transform:translateY(-2px);background:#f871712e;box-shadow:0 14px 30px #f8717138}.footer-column h4{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase}.footer-column li{margin-top:.75rem}.footer-column a{color:#ffdcc7d1}.footer-column a:hover{color:#fed7aa}.footer-qrcodes{margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem}.qr-item{padding:1rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);text-align:center}.qr-img{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff1a}.qr-item span{margin-top:.75rem;display:block;font-size:.8rem}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.navbar{background:#070b18f0}.logo-subtitle{display:none}.nav-link{font-size:.92rem}.nav-cta,.nav-ghost{width:100%;justify-content:center}.footer-main{grid-template-columns:1fr}.footer-cta{width:100%}.footer-cta-button{width:100%;justify-content:center}.hero-title{font-size:clamp(1.9rem,6.6vw,2.8rem)}.hero-actions{grid-template-columns:1fr}.btn{width:100%}.nav-surface{padding:.9rem .5rem}.nav-wrapper{grid-template-columns:1fr}.nav-action-note,.nav-accent-strip{display:none}.footer-link-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.footer-cta-panel{grid-template-columns:1fr}.nav-panel-group nav ul{gap:.4rem}.nav-pill-group{display:none}.nav-mobile-cta{margin-bottom:.75rem}.footer-note-grid{grid-template-columns:1fr}.footer-support-tray{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.nav-wrapper{padding:.75rem 0}.logo-title{font-size:1rem}}.home-shell .hero{position:relative;padding-bottom:5rem}.home-shell .hero:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-20%;height:65%;background:radial-gradient(circle at 40% 0%,rgba(255,245,230,.35),transparent 62%);pointer-events:none;opacity:.8}.home-shell .hero .container{position:relative;z-index:2}.hero-background{filter:saturate(1.12) contrast(1.05)}.hero-copy .section-kicker{background:#ffffff1f;color:#ffffffe6;border:1px solid rgba(255,255,255,.22)}.hero-subtitle{max-width:44rem}.home-entry-grid{gap:2rem}.hero-panel{background:linear-gradient(145deg,#fffffffa,#fff4e8e6);border:1px solid rgba(245,158,11,.25);box-shadow:0 30px 80px #78350f2e}.panel-badge{background:#fff7ede6;border:1px solid rgba(245,158,11,.3);color:#9a3412}.home-entry-box{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;will-change:transform;touch-action:manipulation}.home-entry-box:hover{transform:translateY(-4px);border-color:#f59e0b59;box-shadow:0 18px 45px #b4530933}.home-entry-box p{color:#374151c7;line-height:1.75}.home-entry-badge{letter-spacing:.12em}.home-scroll-notes{padding:1.5rem 0 4.5rem;background:radial-gradient(circle at 12% 20%,rgba(255,235,215,.35),transparent 50%),radial-gradient(circle at 86% 18%,rgba(255,214,170,.28),transparent 46%)}.home-note-card{background:#ffffffeb;border:1px solid rgba(245,158,11,.16);box-shadow:0 18px 45px #78350f1a}.home-quick-card{position:relative;overflow:hidden}.home-quick-card:after{content:"";position:absolute;inset:auto -30% -40% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(251,146,60,.2),transparent 70%);pointer-events:none}.assistant-showcase{position:relative;background:radial-gradient(circle at 12% 12%,rgba(255,232,214,.55),transparent 45%),linear-gradient(180deg,#fff8f0e6,#ffffffe6)}.assistant-carousel{scroll-snap-type:x mandatory}.assistant-carousel>article{scroll-snap-align:start}.assistant-carousel article,.assistant-carousel .glass-card{transition:transform .25s ease,box-shadow .25s ease}.assistant-carousel article:hover{transform:translateY(-6px);box-shadow:0 24px 60px #78350f2e}.assistant-showcase .glass-card{border:1px solid rgba(245,158,11,.18);background:#ffffffeb}@media (max-width: 1024px){.home-entry-grid{grid-template-columns:1fr}.hero-panel{order:2}}@media (max-width: 768px){.home-shell .hero{padding-bottom:3.5rem}.hero-title{letter-spacing:-.02em}.home-note-grid{grid-template-columns:1fr}.assistant-carousel{padding-bottom:.5rem}}.assistant-kpi-grid .assistant-kpi{position:relative;overflow:hidden;border:1px solid rgba(251,146,60,.18);background:#ffffffeb;box-shadow:0 18px 44px #78350f1f}.assistant-kpi-grid .assistant-kpi:after{content:"";position:absolute;inset:auto -30% -60% auto;width:200px;height:200px;background:radial-gradient(circle,rgba(251,146,60,.18),transparent 70%);opacity:.6;pointer-events:none}.assistant-lab-grid .glass-card{border:1px solid rgba(251,191,36,.2);background:linear-gradient(160deg,#fffffff5,#fff3e7e6)}.assist-card-compact{border:1px solid rgba(220,38,38,.2);background:linear-gradient(145deg,#fffffff5,#fff0e8e6);box-shadow:0 22px 55px #78350f2e}.assistant-flow-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.assistant-flow-step{position:relative;padding:1rem 1.1rem 1.1rem;border-radius:20px;border:1px solid rgba(245,158,11,.25);background:#ffffffeb}.assistant-flow-index{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(120deg,#dc26262e,#f59e0b40);color:#9a3412;font-weight:700;margin-bottom:.6rem}.assistant-origin-card{border:1px solid rgba(251,146,60,.18);background:#fffffff2}.assistant-origin-card span{color:#78350fb3}.showcase-hero-card--refined{border:1px solid rgba(251,146,60,.18);background:linear-gradient(160deg,#fffffff5,#fff4e7eb)}.showcase-pipeline-grid .comic-pipeline-card{border:1px solid rgba(251,191,36,.22);background:#ffffffeb;box-shadow:0 18px 45px #78350f1f}.showcase-display-wall--studio{padding:1.5rem 0 .5rem;background:radial-gradient(circle at 12% 18%,rgba(255,231,204,.35),transparent 55%)}.showcase-grid--editorial .showcase-card{border:1px solid rgba(251,146,60,.18);background:#fffffff0;box-shadow:0 20px 48px #78350f29;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;will-change:transform;touch-action:manipulation}.showcase-grid--editorial .showcase-card:hover{transform:translateY(-4px);box-shadow:0 28px 68px #78350f33;border-color:#fb923c47}.reference-card{border:1px solid rgba(251,191,36,.2);background:#fffffff2}.site-shell{--fh-paper: #fff8ef;--fh-paper-strong: #fff2e6;--fh-ink-deep: #2a140b;--fh-ink-soft: #4b2a1a;--fh-seal: #b42318;--fh-seal-dark: #7f1d1d;--fh-bamboo: #b45309;font-family:"Noto Serif SC","Source Han Serif SC",Songti SC,STSong,SimSun,serif;letter-spacing:.01em}.site-shell .page-title,.site-shell .hero-title,.site-shell h1,.site-shell h2{font-family:"Noto Serif SC","Source Han Serif SC",Songti SC,STSong,SimSun,serif;letter-spacing:.02em}.site-shell{background:radial-gradient(circle at 10% 12%,rgba(255,224,189,.32),transparent 40%),radial-gradient(circle at 90% 8%,rgba(255,214,170,.25),transparent 42%),linear-gradient(180deg,var(--fh-paper) 0%,var(--fh-paper-strong) 55%,#fff9f3 100%)}.hero-background{background:radial-gradient(circle at 18% 12%,rgba(255,247,237,.28),transparent 42%),radial-gradient(circle at 82% 16%,rgba(255,214,170,.25),transparent 46%),linear-gradient(120deg,#2a110b,#7f1d1d 38%,#b45309 70%,#f59e0b);background-blend-mode:screen,normal,normal;position:relative}.hero-background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(110deg,#ffffff14,#ffffff14 2px,#fff0 2px,#fff0 6px);opacity:.35;pointer-events:none}.hero-overlay{background:linear-gradient(180deg,#0a050433,#0a05046b)}.section-kicker{background:#b453091f;color:var(--fh-bamboo);border:1px solid rgba(180,83,9,.28);text-transform:none;letter-spacing:.14em}.section-kicker:before{content:"";width:10px;height:10px;border-radius:2px;background:var(--fh-seal);box-shadow:0 0 0 2px #ffffffb3}.glass-card,.home-entry-box,.assistant-dashboard-card,.assistant-flow-step,.novel-card,.home-note-card{background:linear-gradient(180deg,#fffcf8f5,#fff6edeb);border:1px solid rgba(160,90,45,.18);box-shadow:0 18px 42px #2a140b14}.home-entry-box:hover,.assistant-dashboard-card:hover,.novel-card:hover{box-shadow:0 22px 54px #2a140b29;border-color:#b4530959}.page-lead,.section-subtitle,.home-entry-box p,.assistant-dashboard-card p,.novel-description{color:#34180cb8}.btn-primary{background:linear-gradient(120deg,var(--fh-seal),#f97316);box-shadow:0 16px 30px #7f1d1d47}.btn-secondary{background:#fffcf8f5;border:1px solid rgba(180,83,9,.28);color:var(--fh-bamboo)}.btn-secondary:hover{background:#fff4e7f5;color:#7c2d12}.chip,.novel-status,.home-entry-badge{background:#b453091f;color:#7c2d12;border:1px solid rgba(180,83,9,.25)}.assistant-flow{background:#fff7edcc;border-radius:24px;padding:1.2rem;border:1px solid rgba(180,83,9,.18)}.assistant-flow-step{position:relative}.assistant-flow-step:after{content:"";position:absolute;right:-12px;top:50%;width:12px;height:1px;background:#b4530959}.assistant-flow-step:last-child:after{display:none}.assistant-dashboard-section .section-header{border-bottom:1px dashed rgba(180,83,9,.28);padding-bottom:1rem;margin-bottom:1.5rem}.home-shell .hero:after{background:radial-gradient(circle at 45% 0%,rgba(255,239,222,.45),transparent 65%)}.detail-cover{background:radial-gradient(circle at 8% 12%,rgba(255,255,255,.2),transparent 42%),linear-gradient(160deg,#7f1d1d,#b45309 55%,#f59e0b)}@media (max-width: 768px){.site-shell{font-size:.96rem}.hero-title{font-size:clamp(1.8rem,6vw,2.6rem)}.glass-card,.home-entry-box,.assistant-dashboard-card,.novel-card{border-radius:22px}.assistant-flow{padding:1rem}}.assistant-dashboard-section{border:1px solid rgba(245,158,11,.2);background:linear-gradient(180deg,#fffffff2,#fff7f0eb)}.assistant-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.assistant-dashboard-card{border-radius:24px;padding:1.1rem 1.2rem;background:#ffffffe6;border:1px solid rgba(245,158,11,.18);box-shadow:0 18px 40px #78350f1a}.assistant-dashboard-head{display:flex;align-items:baseline;justify-content:space-between;font-weight:700;color:#7c2d12}.assistant-dashboard-card p{margin-top:.75rem;color:#374151bf;line-height:1.6;font-size:.92rem}.assistant-flow{margin-top:1.5rem;padding:1rem 1.2rem;border-radius:22px;background:#fff3e2b3;border:1px solid rgba(245,158,11,.2)}.assistant-flow-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#78350fb3;font-weight:700}.assistant-flow-row{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.assistant-flow-step{border-radius:18px;padding:.75rem .85rem;background:#ffffffd9;border:1px dashed rgba(245,158,11,.35)}.assistant-flow-title{font-size:.95rem;font-weight:700;color:#9a3412}.assistant-flow-hint{margin-top:.25rem;font-size:.78rem;color:#78350fb3}.comic-pipeline{border:1px solid rgba(248,113,113,.2);background:linear-gradient(180deg,#fff8f0e6,#fffffff2)}.comic-pipeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.comic-pipeline-card{position:relative;border-radius:22px;padding:1.25rem;background:#ffffffeb;border:1px solid rgba(248,113,113,.25);box-shadow:0 20px 45px #f871711f}.comic-pipeline-index{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#b91c1ca6;font-weight:700}.comic-pipeline-card h3{margin-top:.4rem;font-size:1.05rem;font-weight:700;color:#7f1d1d}.comic-pipeline-card p{margin-top:.65rem;color:#4b5563cc;line-height:1.65}@media (max-width: 768px){.assistant-dashboard-grid,.comic-pipeline-grid{grid-template-columns:1fr}.assistant-flow-row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width: 900px){.page-hero-grid,.showcase-hero-grid,.assistant-dashboard-grid,.comic-pipeline-grid,.showcase-grid{grid-template-columns:1fr}.assistant-flow-row{flex-direction:column;gap:.75rem}.assistant-flow-step{width:100%}.showcase-display-wall{padding:1.5rem 0}.showcase-grid--editorial .showcase-card{padding:1.2rem}}@media (max-width: 640px){.page-title{font-size:clamp(1.6rem,6.8vw,2.2rem)}.page-lead{font-size:.95rem}.assistant-carousel{scroll-snap-type:x mandatory}.assistant-carousel>*{scroll-snap-align:start}.showcase-app-actions{flex-direction:column}.showcase-app-actions .btn{width:100%}.chip-row{gap:.5rem}.showcase-grid--editorial .showcase-card{border-radius:24px}.showcase-grid--editorial .showcase-card:hover,.home-entry-box:hover{transform:none;box-shadow:0 18px 42px #78350f1f}}.nav-surface{padding:.28rem .6rem;border-radius:28px}.nav-wrapper{grid-template-columns:auto minmax(0,1fr) auto auto;gap:.8rem;padding:.18rem 0}.nav-brand-block{gap:0}.nav-tagline,.nav-brand-metadata,.nav-subline,.nav-descriptor,.nav-action-note,.nav-pill-group,.nav-accent-strip{display:none!important}.nav-panel-group{gap:0}.nav-panel-group nav ul{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.nav-right.nav-actions{gap:.6rem}.nav-link{font-size:.88rem;padding:.45rem .78rem}.logo-img{height:40px}.logo-title{font-size:.98rem}.logo-subtitle{font-size:.62rem;letter-spacing:.22em}.home-page .hero{padding-top:132px}@media (min-width: 769px){.nav-group-header{display:none!important}}@media (max-width: 768px){.nav-surface{padding:.5rem;border-radius:24px}.nav-wrapper{grid-template-columns:1fr;gap:.6rem;padding:.25rem 0}.home-page .hero{padding-top:102px}}:root{--fh-space-0: #040714;--fh-space-1: #070b1d;--fh-space-2: #0e1430;--fh-space-3: #131a3f;--fh-glow-purple: rgba(139, 92, 246, .34);--fh-glow-cyan: rgba(6, 182, 212, .28);--fh-glow-rose: rgba(236, 72, 153, .22);--fh-glow-gold: rgba(245, 158, 11, .22);--fh-surface-0: rgba(12, 16, 34, .8);--fh-surface-1: rgba(19, 24, 49, .72);--fh-surface-2: rgba(255, 255, 255, .05);--fh-border-0: rgba(255, 255, 255, .08);--fh-border-1: rgba(148, 163, 184, .18);--fh-text-0: #f8f7ff;--fh-text-1: rgba(226, 232, 240, .86);--fh-text-2: rgba(203, 213, 225, .7);--fh-text-3: rgba(148, 163, 184, .6);--fh-accent: #8b5cf6;--fh-accent-2: #06b6d4;--fh-accent-3: #ec4899;--fh-accent-warm: #f59e0b;--fh-shadow-strong: 0 30px 90px rgba(2, 6, 23, .48);--fh-shadow-soft: 0 18px 42px rgba(2, 6, 23, .28);color-scheme:dark}html[data-fenghuang-theme=dark],body[data-fenghuang-theme=dark]{color-scheme:dark}body{background:radial-gradient(circle at 12% 18%,rgba(139,92,246,.16),transparent 22%),radial-gradient(circle at 84% 10%,rgba(6,182,212,.14),transparent 24%),radial-gradient(circle at 52% 92%,rgba(236,72,153,.12),transparent 24%),linear-gradient(180deg,var(--fh-space-0) 0%,var(--fh-space-1) 40%,#060816 100%);color:var(--fh-text-0)}.site-shell{position:relative;isolation:isolate;min-height:100vh;background:radial-gradient(circle at 18% 12%,rgba(139,92,246,.12),transparent 24%),radial-gradient(circle at 82% 8%,rgba(6,182,212,.12),transparent 22%),radial-gradient(circle at 50% 86%,rgba(236,72,153,.1),transparent 24%),linear-gradient(180deg,#050816,#070b1d 42%,#060816);color:var(--fh-text-0)}.site-shell:before,.site-shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.site-shell:before{background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.3) 0 1px,transparent 2px),radial-gradient(circle at 72% 28%,rgba(255,255,255,.24) 0 1px,transparent 2px),radial-gradient(circle at 32% 68%,rgba(255,255,255,.22) 0 1px,transparent 2px),radial-gradient(circle at 86% 72%,rgba(255,255,255,.18) 0 1px,transparent 2px);background-size:240px 240px,320px 320px,280px 280px,360px 360px;opacity:.55;mix-blend-mode:screen}.site-shell:after{background:linear-gradient(120deg,#8b5cf60f,#06b6d408,#ec48990d),linear-gradient(180deg,rgba(255,255,255,.02),transparent 12%,transparent 88%,rgba(255,255,255,.02));opacity:.9}.navbar,.site-main,.footer{position:relative;z-index:1}.navbar{background:#050918c2;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 16px 40px #02061747}.navbar:after{height:1px;opacity:.9;background:linear-gradient(90deg,#8b5cf600,#8b5cf680,#06b6d473,#ec489959,#8b5cf600)}.nav-surface{background:#0c1022bd;border:1px solid rgba(148,163,184,.18);box-shadow:var(--fh-shadow-soft)}.nav-link{color:var(--fh-text-1)}.nav-link:hover,.nav-link.active{color:#fff;background:#8b5cf624;box-shadow:inset 0 0 0 1px #8b5cf629}.nav-link-emphasis{background:linear-gradient(135deg,#8b5cf63d,#06b6d42e);border:1px solid rgba(139,92,246,.24)}.nav-user-chip,.nav-user-card{background:#ffffff14;color:var(--fh-text-0);border:1px solid rgba(255,255,255,.12)}.btn,.btn-login,.btn-primary,.btn-download,.nav-ghost,.footer-cta-button,.auth-submit{border-radius:999px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.btn-primary,.btn-login,.btn-download{background:linear-gradient(135deg,var(--fh-accent) 0%,var(--fh-accent-2) 100%);color:#fff!important;box-shadow:0 16px 30px #3b82f63d}.btn-secondary,.nav-ghost,.footer-cta-button:nth-child(2),.footer-cta-button:nth-child(3){background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:var(--fh-text-0)!important}.btn:hover,.btn-login:hover,.btn-primary:hover,.btn-download:hover,.nav-ghost:hover,.footer-cta-button:hover{transform:translateY(-1px);box-shadow:0 22px 40px #02061752}.glass-card,.panel-box,.auth-panel,.auth-form,.showcase-card,.footer-cta-card,.footer-cta-card-light,.footer-brand-panel,.footer-column,.footer-support-tray,.footer-note-grid>div,.phoenix-band-card,.phoenix-preview-card,.phoenix-entry-card{background:linear-gradient(180deg,#0d1022d1,#090c1cc7);border:1px solid rgba(148,163,184,.16);box-shadow:var(--fh-shadow-strong);-webkit-backdrop-filter:blur(22px) saturate(160%);backdrop-filter:blur(22px) saturate(160%)}.section-kicker{background:linear-gradient(135deg,#8b5cf62e,#06b6d41f);color:#e9e4ff;border:1px solid rgba(139,92,246,.16);box-shadow:inset 0 0 0 1px #ffffff0a}.hero{position:relative;overflow:hidden;padding-top:132px;padding-bottom:64px}.hero-background{background:radial-gradient(circle at 12% 20%,rgba(139,92,246,.28),transparent 24%),radial-gradient(circle at 86% 16%,rgba(6,182,212,.2),transparent 22%),radial-gradient(circle at 50% 100%,rgba(236,72,153,.12),transparent 28%),linear-gradient(180deg,#030612e6,#0306129e)}.hero-overlay{background:linear-gradient(180deg,#03061238,#030612c2),radial-gradient(circle at center,rgba(255,255,255,.03),transparent 52%)}.phoenix-hero{min-height:92vh}.phoenix-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1.5rem;align-items:center}.hero-copy,.phoenix-hero-copy{color:var(--fh-text-0)}.hero-title{color:#fff;text-shadow:0 16px 50px rgba(15,23,42,.6)}.hero-subtitle{color:var(--fh-text-1);max-width:58ch}.phoenix-chip-row,.chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.phoenix-chip,.chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:#ffffff0d;color:var(--fh-text-1);padding:.5rem .9rem;font-size:.8rem;font-weight:600;letter-spacing:.04em}.phoenix-chip-soft{background:linear-gradient(135deg,#8b5cf629,#06b6d41f)}.phoenix-metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.phoenix-metric{padding:.95rem 1rem;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.phoenix-metric strong{display:block;font-size:.88rem;color:#fff}.phoenix-metric span{display:block;margin-top:.3rem;font-size:.82rem;color:var(--fh-text-2)}.phoenix-hero-panel,.hero-panel{position:relative;overflow:hidden}.phoenix-hero-panel:before,.phoenix-hero-panel:after,.showcase-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.phoenix-hero-panel:before{background:radial-gradient(circle at top right,rgba(6,182,212,.16),transparent 28%),radial-gradient(circle at bottom left,rgba(139,92,246,.14),transparent 32%)}.phoenix-hero-panel:after{top:18px;right:18px;bottom:18px;left:18px;border-radius:24px;border:1px solid rgba(255,255,255,.06)}.panel-heading{display:flex;align-items:start;justify-content:space-between;gap:1rem}.hero-panel-link{color:#d8d6ff;font-size:.88rem;font-weight:600}.phoenix-preview-stack{display:grid;gap:1rem;margin-top:1.25rem}.phoenix-preview-card{border-radius:26px;padding:1.2rem;position:relative;overflow:hidden}.phoenix-preview-card:after{content:"";position:absolute;inset:auto -20% -40% auto;width:140px;height:140px;border-radius:999px;background:radial-gradient(circle,rgba(139,92,246,.22),transparent 70%);filter:blur(6px)}.phoenix-preview-card-alt:after{background:radial-gradient(circle,rgba(6,182,212,.2),transparent 70%)}.phoenix-preview-label,.phoenix-entry-kicker,.phoenix-band-title{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#e2e8f0b3}.phoenix-preview-card h3,.phoenix-band-card p,.phoenix-entry-card h3{color:#fff}.phoenix-preview-card p,.phoenix-band-card p,.phoenix-section-copy,.phoenix-entry-card p,.phoenix-entry-card .text-slate-400{color:var(--fh-text-1)}.phoenix-band{padding:1rem 0 0}.phoenix-band-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.phoenix-proof-grid,.phoenix-showcase-grid,.phoenix-partner-grid{display:grid;gap:1rem}.phoenix-proof-grid,.phoenix-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.phoenix-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phoenix-band-card{border-radius:24px;padding:1.2rem 1.25rem}.phoenix-proof-card,.phoenix-showcase-card,.phoenix-partner-card{border-radius:26px;padding:1.3rem 1.35rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 60px #02081747}.phoenix-proof-card h3,.phoenix-showcase-card h3,.phoenix-partner-card h3{margin-top:.85rem;color:#fff}.phoenix-proof-card p,.phoenix-showcase-card p,.phoenix-partner-card p{margin-top:.65rem;color:var(--fh-text-1)}.phoenix-showcase-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.phoenix-band-title{margin-bottom:.6rem;color:#f5f3ff}.phoenix-entry-section{padding:4rem 0 5rem}.phoenix-section-heading{margin-bottom:1.25rem}.phoenix-section-copy{max-width:48ch;text-align:right}.phoenix-entry-stack{display:grid;gap:1rem}.phoenix-entry-card{border-radius:30px}.phoenix-entry-index{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:.45rem .75rem;border-radius:999px;background:#ffffff0f;color:var(--fh-text-2);font-size:.72rem;font-weight:700;letter-spacing:.18em}.auth-shell,.showcase-shell,.writing-shell,.page-shell{background:transparent;color:var(--fh-text-0)}.auth-grid,.showcase-hero-grid{display:grid;gap:1.25rem}.auth-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);align-items:start}.showcase-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.78fr);align-items:stretch}.page-shell{padding-top:92px}.site-main{overflow:visible}.auth-panel,.auth-form,.showcase-card{border-radius:30px}.auth-title,.auth-form-title,.page-title,.showcase-shell h1,.showcase-shell h2,.showcase-shell h3,.home-page h1,.home-page h2,.home-page h3{color:#fff}.auth-copy,.auth-form-copy,.showcase-shell p,.page-lead,.page-shell p,.home-page p{color:var(--fh-text-1)}.auth-field span,.auth-footer-note,.auth-footer-note a,.showcase-shell .text-slate-500,.showcase-shell .text-slate-600{color:var(--fh-text-2)}.auth-field input,.auth-field textarea,.auth-field select,.soft-input,.input-modern,.auth-form-body input,.auth-form-body textarea{background:#ffffff0f!important;border-color:#94a3b82e!important;color:#fff!important;box-shadow:inset 0 1px #ffffff0a}.showcase-shell .showcase-grid{gap:1rem}.showcase-card{position:relative;overflow:hidden;border-radius:28px}.showcase-card:before{background:linear-gradient(135deg,rgba(139,92,246,.16),transparent 32%),radial-gradient(circle at top right,rgba(6,182,212,.12),transparent 24%);opacity:.95}.showcase-card h2,.showcase-card h3{color:#fff}.showcase-card p{color:var(--fh-text-1)}.footer{background:linear-gradient(180deg,#03061233,#030612eb),linear-gradient(180deg,#050816,#050816);color:var(--fh-text-1)}.footer:before{content:"";display:block;height:1px;background:linear-gradient(90deg,#8b5cf600,#8b5cf68c,#06b6d480,#ec489966,#8b5cf600)}.footer a,.footer h3,.footer h4,.footer h5,.footer span,.footer p{color:inherit}@media (max-width: 768px){.page-shell{padding-top:84px}.home-shell .hero{min-height:auto;padding-top:96px;padding-bottom:2.5rem}}@media (min-width: 769px){.home-shell .hero{min-height:auto;padding-bottom:3rem}}.footer-logo-text p,.footer-brand-copy,.footer-brand-note,.footer-contact-item .text-xs,.footer-bottom,.footer-support-tray,.footer-note-grid span{color:var(--fh-text-2)}.phoenix-home .hero-buttons{margin-bottom:1rem}.phoenix-hero-background{perspective:1200px}.phoenix-grid{position:absolute;top:-20%;right:-10%;bottom:0;left:-10%;background:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at center,black 38%,transparent 82%);mask-image:radial-gradient(circle at center,black 38%,transparent 82%);opacity:.24;transform:rotateX(62deg) translateY(8%);transform-origin:center top;animation:phoenix-drift 18s linear infinite}.phoenix-orb{position:absolute;border-radius:999px;filter:blur(24px);opacity:.7;mix-blend-mode:screen}.phoenix-orb-left{top:14%;left:4%;width:260px;height:260px;background:radial-gradient(circle,rgba(139,92,246,.4),transparent 68%);animation:phoenix-float 14s ease-in-out infinite}.phoenix-orb-right{top:10%;right:8%;width:220px;height:220px;background:radial-gradient(circle,rgba(6,182,212,.34),transparent 70%);animation:phoenix-float 16s ease-in-out infinite reverse}.phoenix-hero-actions{margin-top:1.4rem}.phoenix-hero-copy,.phoenix-section-heading{position:relative;z-index:1}.phoenix-entry-card:hover,.phoenix-preview-card:hover,.phoenix-band-card:hover,.showcase-card:hover,.auth-panel:hover,.auth-form:hover{transform:translateY(-4px)}.phoenix-entry-card,.phoenix-preview-card,.phoenix-band-card,.showcase-card,.auth-panel,.auth-form{transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.phoenix-entry-card:hover,.phoenix-preview-card:hover,.phoenix-band-card:hover,.showcase-card:hover{border-color:#8b5cf642;box-shadow:0 26px 60px #02061757}@keyframes phoenix-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-18px,0) scale(1.04)}}@keyframes phoenix-drift{0%{background-position:0 0,0 0}to{background-position:72px 72px,-72px 72px}}@media (max-width: 1024px){.phoenix-hero-grid,.phoenix-band-grid,.phoenix-proof-grid,.phoenix-showcase-grid,.phoenix-partner-grid,.auth-grid,.showcase-hero-grid{grid-template-columns:1fr}.phoenix-section-copy{text-align:left}}@media (max-width: 768px){.hero{padding-top:108px}.phoenix-hero{min-height:auto;padding-bottom:1rem}.phoenix-metric-row{grid-template-columns:1fr}.phoenix-chip-row,.hero-buttons{gap:.6rem}.phoenix-hero-grid{gap:1rem}.phoenix-hero-copy,.phoenix-hero-panel,.phoenix-band-card,.phoenix-proof-card,.phoenix-showcase-card,.phoenix-partner-card,.phoenix-entry-card{padding:1rem;border-radius:20px}.phoenix-home-signal-row .phoenix-chip:nth-child(n+5){display:none}.phoenix-home-signal-row .phoenix-chip{min-height:36px;padding:.48rem .8rem;font-size:.75rem}.hero-buttons.phoenix-hero-actions,.phoenix-showcase-actions,.phoenix-entry-actions{display:grid;grid-template-columns:1fr;gap:.7rem}.hero-buttons.phoenix-hero-actions .btn,.phoenix-showcase-actions .btn,.phoenix-entry-actions .btn{width:100%;justify-content:center}.phoenix-preview-card p,.phoenix-showcase-card p,.phoenix-partner-card p,.phoenix-band-card p,.phoenix-entry-card p{font-size:.92rem;line-height:1.7}.phoenix-showcase-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.phoenix-entry-index{min-width:auto;padding:.35rem .6rem;font-size:.68rem;letter-spacing:.12em}.panel-heading{flex-direction:column}.phoenix-section-heading{align-items:start;margin-bottom:1rem}.phoenix-band{padding-top:.35rem}.phoenix-entry-section{padding:2.4rem 0 2.8rem}}.site-shell{--fp-border: rgba(148, 163, 184, .16);--fp-text: #ecf4ff;--fp-muted: rgba(203, 213, 225, .72);--fp-accent: #7dd3fc;--fp-accent-soft: rgba(125, 211, 252, .12);--fp-surface: rgba(15, 23, 42, .78);--fp-surface-strong: rgba(8, 15, 28, .96);background:radial-gradient(circle at 12% 10%,rgba(56,189,248,.12),transparent 30%),radial-gradient(circle at 88% 6%,rgba(99,102,241,.12),transparent 28%),radial-gradient(circle at 50% 82%,rgba(15,23,42,.72),transparent 36%),linear-gradient(180deg,#030712,#08111f 46%,#020617);color:var(--fp-text)}.site-shell-dark{--fp-border: rgba(148, 163, 184, .16);--fp-text: #ecf4ff;--fp-muted: rgba(203, 213, 225, .72);--fp-accent: #7dd3fc;--fp-accent-soft: rgba(125, 211, 252, .12);--fp-surface: rgba(15, 23, 42, .78);--fp-surface-strong: rgba(8, 15, 28, .96);background:radial-gradient(circle at 18% 18%,rgba(56,189,248,.14),transparent 38%),radial-gradient(circle at 82% 12%,rgba(99,102,241,.12),transparent 40%),linear-gradient(180deg,#030712,#09101e 55%,#020617)}.site-shell .navbar,.site-shell .nav-menu,.site-shell .nav-surface,.site-shell .home-shell .hero-background,.site-shell .hero-background,.site-shell .hero-panel,.site-shell .glass-card,.site-shell .auth-panel,.site-shell .auth-form,.site-shell .showcase-card,.site-shell .home-note-card,.site-shell .panel-box,.site-shell .detail-aside,.site-shell .detail-volume,.site-shell .detail-material,.site-shell .detail-chapter,.site-shell .footer,.site-shell .assistant-showcase,.site-shell .assistant-dashboard-section,.site-shell .assistant-dashboard-card,.site-shell .assistant-flow-step,.site-shell .assistant-origin-card,.site-shell .assist-card-compact,.site-shell .showcase-hero-card--refined,.site-shell .comic-pipeline-card,.site-shell .reference-card{background-color:#0f172ad1;border-color:#94a3b824;color:#e2e8f0}.site-shell .navbar{background:#030712e6;border-bottom-color:#94a3b81f;box-shadow:0 18px 36px #02061757}.site-shell .nav-surface{background:#0f172abd;box-shadow:0 18px 50px #02061738}.site-shell .hero-background,.site-shell .home-shell .hero-background,.site-shell .hero-background.phoenix-hero-background{background:radial-gradient(circle at 18% 16%,rgba(56,189,248,.16),transparent 24%),radial-gradient(circle at 84% 14%,rgba(99,102,241,.14),transparent 20%),linear-gradient(135deg,#030712,#0f172a 52%,#020617)!important}.site-shell .hero-copy,.site-shell .hero-copy .section-kicker,.site-shell .hero-title,.site-shell .hero-subtitle,.site-shell .page-title,.site-shell .page-lead,.site-shell .auth-title,.site-shell .auth-form-title,.site-shell .showcase-shell h1,.site-shell .showcase-shell h2,.site-shell .showcase-shell h3,.site-shell .home-page h1,.site-shell .home-page h2,.site-shell .home-page h3{color:#e2e8f0}.site-shell .hero-copy .section-kicker,.site-shell .section-kicker{background:#7dd3fc1f!important;color:#8ddcff!important;border-color:#7dd3fc2e!important}.site-shell .btn-primary,.site-shell .btn-login,.site-shell .btn-download{background:linear-gradient(135deg,#0ea5e9,#6366f1)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 18px 40px #0ea5e933!important}.site-shell .btn-secondary,.site-shell .btn-ghost{background:#0f172ac7!important;color:#e2e8f0!important;border-color:#94a3b82e!important}.site-shell .btn-secondary:hover,.site-shell .btn-ghost:hover{background:#1e293bf5!important;color:#f8fafc!important}.site-shell .chip,.site-shell .chip-action,.site-shell .novel-status,.site-shell .home-entry-badge,.site-shell .nav-user-chip,.site-shell .nav-user-card,.site-shell .panel-badge{background:#7dd3fc1f!important;color:#cfefff!important;border-color:#7dd3fc29!important}.site-shell .home-scroll-notes,.site-shell .assistant-showcase,.site-shell .assistant-dashboard-section{background:radial-gradient(circle at 12% 20%,rgba(56,189,248,.08),transparent 50%),radial-gradient(circle at 86% 18%,rgba(99,102,241,.08),transparent 46%)}.site-shell .home-note-card,.site-shell .assistant-dashboard-card,.site-shell .assistant-flow-step,.site-shell .assistant-origin-card,.site-shell .showcase-card,.site-shell .novel-card,.site-shell .detail-cover,.site-shell .detail-volume,.site-shell .detail-material,.site-shell .detail-chapter,.site-shell .footer-contact-collection,.site-shell .footer-contact-item,.site-shell .footer-note-grid div,.site-shell .footer-support-tray,.site-shell .footer-cta-card{background:#0f172ab8!important;border-color:#94a3b824!important;color:#e2e8f0!important}.site-shell .home-shell .hero:after,.site-shell .home-shell .hero-overlay,.site-shell .hero-overlay{background:linear-gradient(180deg,#0206172e,#0206176b)}.site-shell [class*=bg-red-],.site-shell [class*=bg-rose-],.site-shell [class*=bg-orange-],.site-shell [class*=bg-amber-],.site-shell [class*=bg-yellow-],.site-shell [class*=from-red-],.site-shell [class*=from-rose-],.site-shell [class*=via-orange-],.site-shell [class*=to-orange-],.site-shell [class*=to-amber-],.site-shell [class*=to-yellow-]{background:linear-gradient(135deg,#0f172a,#111827)!important;background-image:linear-gradient(135deg,#0f172a,#111827)!important;color:#e2e8f0!important}.site-shell [class*=text-red-],.site-shell [class*=text-rose-],.site-shell [class*=text-orange-],.site-shell [class*=text-amber-],.site-shell [class*=text-yellow-]{color:#8ddcff!important}.site-shell [class*=border-red-],.site-shell [class*=border-rose-],.site-shell [class*=border-orange-],.site-shell [class*=border-amber-],.site-shell [class*=border-yellow-]{border-color:#94a3b833!important}.site-shell,.site-shell-dark{background:radial-gradient(circle at 14% 10%,rgba(34,211,238,.1),transparent 28%),radial-gradient(circle at 84% 10%,rgba(14,165,233,.12),transparent 24%),radial-gradient(circle at 50% 82%,rgba(15,23,42,.7),transparent 36%),linear-gradient(180deg,#030712,#071120 48%,#020617)}.site-shell:before{opacity:.42}.site-shell:after{background:linear-gradient(180deg,rgba(255,255,255,.015),transparent 14%,transparent 86%,rgba(255,255,255,.015)),linear-gradient(120deg,#22d3ee0a,#0ea5e908,#0f172a0a)}.site-shell .navbar:after,.site-shell .footer:before{background:linear-gradient(90deg,#22d3ee00,#22d3ee6b,#0ea5e957,#22d3ee00)!important}.site-shell .nav-link.active,.site-shell .nav-link:hover,.site-shell .nav-link-emphasis{color:#fff!important;background:#38bdf824!important;box-shadow:inset 0 0 0 1px #38bdf82e!important;border-color:#38bdf829!important}.site-shell .hero-background,.site-shell .home-shell .hero-background,.site-shell .hero-background.phoenix-hero-background{background:radial-gradient(circle at 18% 16%,rgba(34,211,238,.18),transparent 24%),radial-gradient(circle at 84% 14%,rgba(14,165,233,.14),transparent 22%),linear-gradient(135deg,#030712,#0b1220 52%,#020617)!important}.site-shell .phoenix-orb-left{background:radial-gradient(circle,rgba(34,211,238,.28),transparent 68%)}.site-shell .phoenix-orb-right{background:radial-gradient(circle,rgba(14,165,233,.24),transparent 70%)}.site-shell .phoenix-preview-card:after,.site-shell .phoenix-preview-card-alt:after,.site-shell .showcase-card:before{background:radial-gradient(circle,rgba(34,211,238,.18),transparent 72%)!important}.site-shell .auth-field input:focus,.site-shell .auth-field textarea:focus,.site-shell .auth-field select:focus{border-color:#38bdf86b!important;box-shadow:0 0 0 4px #38bdf81f!important}.site-shell .auth-alert{background:#22d3ee1a!important;color:#d9f8ff!important;border-color:#22d3ee2e!important}.site-shell .detail-aside{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important}@media (max-width: 768px){.site-shell .navbar{z-index:1460!important}.site-shell .nav-backdrop{display:none!important}.site-shell .nav-menu{z-index:1480!important;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;max-height:none!important;padding:0!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;opacity:0!important;transform:translateY(-6px)!important;visibility:hidden;pointer-events:none!important}.site-shell .nav-menu.active{opacity:1!important;transform:translateY(0)!important;visibility:visible;pointer-events:auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.site-shell .nav-menu .nav-link{color:#e5eefc!important;background:#ffffff05!important;border:1px solid rgba(148,163,184,.12)!important;min-height:42px;justify-content:center!important;white-space:nowrap}.site-shell .nav-menu .nav-link.active,.site-shell .nav-menu .nav-link:hover{color:#fff!important;background:#38bdf824!important;border-color:#38bdf82e!important}.site-shell .nav-mobile-panel{display:none!important}.site-shell .hamburger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;padding:.75rem;border-radius:16px;border-width:1px;border-style:solid;z-index:1490!important;background:#090f1ef5!important;border-color:#94a3b829!important;box-shadow:0 18px 36px #0206175c!important}.site-shell .hamburger span{display:block;width:100%;height:2px;border-radius:999px;background:linear-gradient(90deg,#e5eefc,#7dd3fc);transition:transform .22s ease,opacity .22s ease,width .22s ease,background .22s ease;transform-origin:center}.site-shell .hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-shell .hamburger.active span:nth-child(2){opacity:0;width:0}.site-shell .hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-shell .home-entry-grid,.site-shell .phoenix-band-grid,.site-shell .home-note-grid{grid-template-columns:1fr!important}.site-shell .hero-buttons .btn,.site-shell .phoenix-entry-card .btn{width:100%;justify-content:center}.site-shell .phoenix-section-copy{max-width:none}.site-shell .writing-shell .writing-scroll:not(textarea),.site-shell .writing-shell .library-scroll{max-height:none!important;overflow-y:visible!important;overflow-x:hidden!important;padding-right:0!important;-webkit-overflow-scrolling:touch}.site-shell textarea.writing-scroll{overflow-y:auto!important}.site-shell .page-shell,.site-shell .home-shell,.site-shell .showcase-shell,.site-shell .writing-shell,.site-shell .library-shell{overflow:visible!important}.site-shell .detail-content,.site-shell .detail-grid,.site-shell .detail-aside{max-height:none!important;overflow:visible!important}}.site-shell .nav-menu{background:linear-gradient(180deg,#0a0f1ef0,#060a18f5)!important;border:1px solid rgba(125,211,252,.12)!important;box-shadow:0 24px 60px #02061761,inset 0 1px #ffffff0a!important;backdrop-filter:blur(18px) saturate(1.15)!important;-webkit-backdrop-filter:blur(18px) saturate(1.15)!important}.site-shell .nav-link{letter-spacing:.04em}.site-shell .nav-ghost,.site-shell .nav-cta,.site-shell .nav-ghost-button{box-shadow:0 18px 36px #0206173d}.site-shell .phoenix-hero-copy,.site-shell .phoenix-hero-panel,.site-shell .premium-hero-card,.site-shell .premium-featured-card,.site-shell .footer-brand-panel,.site-shell .footer-cta-panel{position:relative;overflow:hidden}.site-shell .phoenix-hero-copy:before,.site-shell .phoenix-hero-panel:before,.site-shell .premium-hero-card:before,.site-shell .premium-featured-card:before,.site-shell .footer-brand-panel:before,.site-shell .footer-cta-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.05),transparent 28%,transparent 72%,rgba(255,255,255,.03));opacity:.45}.site-shell .phoenix-hero-copy>*,.site-shell .phoenix-hero-panel>*,.site-shell .premium-hero-card>*,.site-shell .premium-featured-card>*,.site-shell .footer-brand-panel>*,.site-shell .footer-cta-panel>*{position:relative;z-index:1}.site-shell .phoenix-entry-card,.site-shell .phoenix-preview-card,.site-shell .showcase-card,.site-shell .footer-cta-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background-color .28s ease}.site-shell .phoenix-entry-card:hover,.site-shell .phoenix-preview-card:hover,.site-shell .showcase-card:hover,.site-shell .footer-cta-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px #0206173d}.site-shell .phoenix-chip{border-color:#7dd3fc29;background:#080f1e8c}.site-shell .phoenix-chip-soft{background:#ffffff14}.site-shell .phoenix-metric{border-color:#7dd3fc29;background:#070c16ad}.site-shell .showcase-stage-label,.site-shell .phoenix-entry-kicker,.site-shell .phoenix-preview-label{letter-spacing:.16em}.site-shell .page-title,.site-shell .hero-title,.site-shell .showcase-highlight h2,.site-shell .phoenix-panel h2{text-wrap:balance}.site-shell .premium-float{animation:premium-float 10s ease-in-out infinite}@keyframes premium-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}}@media (prefers-reduced-motion: reduce){.site-shell .premium-float,.site-shell .phoenix-grid,.site-shell .phoenix-orb-left,.site-shell .phoenix-orb-right{animation:none!important}.site-shell .phoenix-entry-card,.site-shell .phoenix-preview-card,.site-shell .showcase-card,.site-shell .footer-cta-card{transition:none!important}}.site-shell .brand-nav-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:#ffffff05;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:44px;position:relative;z-index:2;pointer-events:auto}.site-shell .brand-nav-link-text{pointer-events:none}.site-shell .brand-nav-link:hover,.site-shell .brand-nav-link.active{transform:translateY(-1px)}.phoenix-starfield,.phoenix-dust,.phoenix-spotlight{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.phoenix-starfield{opacity:.7;background-image:radial-gradient(circle at 12% 18%,rgba(255,255,255,.95) 0 1px,transparent 1.8px),radial-gradient(circle at 24% 44%,rgba(186,230,253,.8) 0 1px,transparent 1.8px),radial-gradient(circle at 38% 22%,rgba(255,255,255,.8) 0 1.2px,transparent 2px),radial-gradient(circle at 56% 16%,rgba(224,242,254,.9) 0 1px,transparent 2px),radial-gradient(circle at 68% 38%,rgba(255,255,255,.72) 0 1.2px,transparent 2px),radial-gradient(circle at 84% 20%,rgba(125,211,252,.88) 0 1px,transparent 1.8px),radial-gradient(circle at 92% 48%,rgba(255,255,255,.74) 0 1px,transparent 1.8px);animation:starfield-pulse 9s ease-in-out infinite}.phoenix-dust{opacity:.42;mix-blend-mode:screen}.phoenix-dust-one{background:radial-gradient(circle at 18% 68%,rgba(34,211,238,.26),transparent 22%),radial-gradient(circle at 72% 54%,rgba(99,102,241,.2),transparent 20%),radial-gradient(circle at 48% 32%,rgba(255,255,255,.12),transparent 18%);animation:dust-wave 16s ease-in-out infinite}.phoenix-dust-two{background:radial-gradient(circle at 28% 26%,rgba(255,255,255,.16),transparent 18%),radial-gradient(circle at 82% 36%,rgba(14,165,233,.24),transparent 20%),radial-gradient(circle at 62% 72%,rgba(125,211,252,.18),transparent 16%);animation:dust-wave 20s ease-in-out infinite reverse}.phoenix-spotlight-left{background:linear-gradient(135deg,rgba(99,102,241,.18),transparent 46%);transform:translate(-8%) rotate(-4deg);filter:blur(8px)}.phoenix-spotlight-right{background:linear-gradient(225deg,rgba(34,211,238,.14),transparent 42%);transform:translate(10%) rotate(4deg);filter:blur(10px)}.phoenix-launch-ticker{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.15rem 0 1.6rem}.phoenix-launch-pill{display:inline-flex;align-items:center;min-height:38px;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(125,211,252,.14);background:#080f1e94;color:#d9f2ff;font-size:.84rem;font-weight:700;letter-spacing:.04em;box-shadow:0 16px 34px #02061733}@keyframes starfield-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.82;transform:scale(1.015)}}@keyframes dust-wave{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-14px,0) scale(1.03)}}@media (max-width: 768px){.site-shell .brand-nav-link{width:100%;justify-content:center;padding:.72rem .35rem;border-radius:16px}.site-shell .hero-copy .section-kicker{max-width:100%}.site-shell .hero-title{font-size:clamp(2.3rem,10vw,3.4rem);line-height:.98;letter-spacing:-.04em}.site-shell .hero-subtitle{font-size:.98rem;line-height:1.66;color:#e2e8f0db}.site-shell .home-page .section-kicker{font-size:.72rem;letter-spacing:.16em}.phoenix-launch-ticker{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.35rem}.phoenix-launch-pill{justify-content:center;min-height:46px;padding:.75rem .85rem;text-align:center;font-size:.76rem;line-height:1.4}.phoenix-starfield{opacity:.9}.phoenix-orb-left{width:190px;height:190px;left:-6%}.phoenix-orb-right{width:170px;height:170px;right:-4%}.phoenix-spotlight-left,.phoenix-spotlight-right{opacity:.78}.phoenix-preview-stack{gap:.8rem}.phoenix-preview-card,.phoenix-entry-card,.phoenix-band-card{border-radius:22px}.site-shell .home-page .phoenix-preview-card h3,.site-shell .home-page .phoenix-showcase-card h3,.site-shell .home-page .phoenix-partner-card h3,.site-shell .home-page .phoenix-entry-card h3{font-size:1.02rem;line-height:1.35}.site-shell .home-page .phoenix-band-grid,.site-shell .home-page .phoenix-showcase-grid,.site-shell .home-page .phoenix-partner-grid,.site-shell .home-page .phoenix-entry-stack{gap:.85rem}.site-shell .showcase-top-actions{display:flex;flex-wrap:wrap;gap:.7rem}.site-shell .showcase-return-link,.site-shell .showcase-inline-link{white-space:nowrap;writing-mode:horizontal-tb!important;text-orientation:mixed!important}}.site-shell .showcase-inline-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.5rem .95rem;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:transparent;color:var(--fh-text-1);white-space:nowrap;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.site-shell .showcase-return-link{display:inline-flex;align-items:center;justify-content:center;min-width:5.5rem;white-space:nowrap!important;word-break:keep-all!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}.site-shell .showcase-inline-link:hover{background:#ffffff0a;border-color:#7dd3fc38;color:#fff}.site-shell .library-shell .page-title,.site-shell .writing-shell .page-title,.site-shell .writing-shell h1,.site-shell .writing-shell h2,.site-shell .writing-shell h3{text-wrap:balance}.site-shell .library-shell .page-lead,.site-shell .writing-shell .page-lead,.site-shell .writing-shell p{letter-spacing:.01em}.site-shell .library-shell .novel-card,.site-shell .writing-shell section,.site-shell .writing-shell article,.site-shell .writing-shell aside{box-shadow:0 24px 60px #02061752,inset 0 1px #ffffff08!important}.site-shell .library-shell input,.site-shell .library-shell textarea,.site-shell .library-shell select,.site-shell .writing-shell input,.site-shell .writing-shell textarea,.site-shell .writing-shell select{border-color:#7dd3fc24!important;background:#0f172ac7!important;color:#f8fafc!important}.site-shell .library-shell input::-moz-placeholder,.site-shell .library-shell textarea::-moz-placeholder,.site-shell .writing-shell input::-moz-placeholder,.site-shell .writing-shell textarea::-moz-placeholder{color:#cbd5e175!important}.site-shell .library-shell input::placeholder,.site-shell .library-shell textarea::placeholder,.site-shell .writing-shell input::placeholder,.site-shell .writing-shell textarea::placeholder{color:#cbd5e175!important}.site-shell .library-shell input:focus,.site-shell .library-shell textarea:focus,.site-shell .library-shell select:focus,.site-shell .writing-shell input:focus,.site-shell .writing-shell textarea:focus,.site-shell .writing-shell select:focus{border-color:#38bdf866!important;box-shadow:0 0 0 4px #38bdf81f!important;background:#0f172aeb!important;outline:none!important}.site-shell .library-shell .btn-primary,.site-shell .writing-shell .btn-primary,.site-shell .writing-shell button.bg-slate-900,.site-shell .writing-shell a.bg-slate-900{background:linear-gradient(135deg,#06b6d4,#0ea5e9 48%,#6366f1)!important;color:#fff!important;box-shadow:0 18px 40px #0ea5e938!important}.site-shell .library-shell .btn-secondary,.site-shell .writing-shell .btn-secondary{border-color:#7dd3fc2e!important;background:#0a0f1cc7!important}.site-shell .library-shell .assistant-kpi,.site-shell .writing-shell .rounded-2xl,.site-shell .writing-shell .rounded-\[22px\],.site-shell .writing-shell .rounded-\[24px\],.site-shell .writing-shell .rounded-\[26px\],.site-shell .writing-shell .rounded-\[28px\],.site-shell .writing-shell .rounded-\[30px\]{border-color:#7dd3fc29!important}.site-shell .library-shell .novel-card:hover,.site-shell .writing-shell section:hover,.site-shell .writing-shell article:hover{transform:translateY(-2px);transition:transform .24s ease,box-shadow .24s ease}.site-shell .page-shell,.site-shell .home-shell,.site-shell .showcase-shell,.site-shell .library-shell,.site-shell .writing-shell,.site-shell .dashboard-shell,.site-shell .profile-shell,.site-shell .auth-shell{color:#e5eefc!important}.site-shell .page-shell [class*=bg-white],.site-shell .page-shell [class*=bg-slate-50],.site-shell .page-shell [class*=bg-rose-50],.site-shell .page-shell [class*=bg-sky-50],.site-shell .page-shell [class*=bg-amber-50],.site-shell .page-shell [class*=bg-yellow-50],.site-shell .home-shell [class*=bg-white],.site-shell .home-shell [class*=bg-slate-50],.site-shell .showcase-shell [class*=bg-white],.site-shell .showcase-shell [class*=bg-slate-50],.site-shell .library-shell [class*=bg-white],.site-shell .library-shell [class*=bg-slate-50],.site-shell .library-shell [class*=bg-rose-50],.site-shell .library-shell [class*=bg-sky-50],.site-shell .writing-shell [class*=bg-white],.site-shell .writing-shell [class*=bg-slate-50],.site-shell .writing-shell [class*=bg-rose-50],.site-shell .writing-shell [class*=bg-sky-50],.site-shell .dashboard-shell [class*=bg-white],.site-shell .dashboard-shell [class*=bg-slate-50],.site-shell .profile-shell [class*=bg-white],.site-shell .profile-shell [class*=bg-slate-50],.site-shell .auth-shell [class*=bg-white],.site-shell .auth-shell [class*=bg-slate-50]{background:#0a0f1ce0!important;background-image:linear-gradient(180deg,#0a0f1cf0,#060a18eb)!important;color:#e5eefc!important;border-color:#7dd3fc24!important}.site-shell .page-shell [class*=text-slate-900],.site-shell .page-shell [class*=text-slate-800],.site-shell .page-shell [class*=text-slate-700],.site-shell .page-shell [class*=text-slate-600],.site-shell .page-shell [class*=text-slate-500],.site-shell .page-shell [class*=text-gray-900],.site-shell .page-shell [class*=text-gray-800],.site-shell .page-shell [class*=text-gray-700],.site-shell .page-shell [class*=text-gray-600],.site-shell .page-shell [class*=text-gray-500],.site-shell .home-shell [class*=text-slate-900],.site-shell .home-shell [class*=text-slate-700],.site-shell .showcase-shell [class*=text-slate-900],.site-shell .showcase-shell [class*=text-slate-700],.site-shell .library-shell [class*=text-slate-900],.site-shell .library-shell [class*=text-slate-700],.site-shell .writing-shell [class*=text-slate-900],.site-shell .writing-shell [class*=text-slate-700],.site-shell .dashboard-shell [class*=text-slate-900],.site-shell .dashboard-shell [class*=text-slate-700],.site-shell .profile-shell [class*=text-slate-900],.site-shell .profile-shell [class*=text-slate-700],.site-shell .auth-shell [class*=text-slate-900],.site-shell .auth-shell [class*=text-slate-700]{color:#f8fafc!important}.site-shell .page-shell [class*=text-slate-600],.site-shell .page-shell [class*=text-slate-500],.site-shell .page-shell [class*=text-slate-400],.site-shell .page-shell [class*=text-gray-600],.site-shell .page-shell [class*=text-gray-500],.site-shell .page-shell [class*=text-gray-400],.site-shell .home-shell [class*=text-slate-600],.site-shell .showcase-shell [class*=text-slate-600],.site-shell .library-shell [class*=text-slate-600],.site-shell .writing-shell [class*=text-slate-600],.site-shell .dashboard-shell [class*=text-slate-600],.site-shell .profile-shell [class*=text-slate-600],.site-shell .auth-shell [class*=text-slate-600]{color:#e2e8f0cc!important}.site-shell .page-shell [class*=border-white],.site-shell .page-shell [class*=border-slate-],.site-shell .page-shell [class*=border-gray-],.site-shell .page-shell [class*=border-rose-],.site-shell .page-shell [class*=border-sky-],.site-shell .page-shell [class*=border-amber-],.site-shell .page-shell [class*=border-yellow-]{border-color:#7dd3fc29!important}.site-shell .page-shell input,.site-shell .page-shell textarea,.site-shell .page-shell select{background:#0f172ad1!important;color:#f8fafc!important;border-color:#7dd3fc29!important}.site-shell .page-shell input::-moz-placeholder,.site-shell .page-shell textarea::-moz-placeholder{color:#cbd5e180!important}.site-shell .page-shell input::placeholder,.site-shell .page-shell textarea::placeholder{color:#cbd5e180!important}.site-shell .page-shell .bg-white,.site-shell .page-shell .bg-white\/90,.site-shell .page-shell .bg-white\/80,.site-shell .page-shell .bg-white\/70,.site-shell .page-shell .bg-white\/60,.site-shell .page-shell .bg-white\/50,.site-shell .page-shell .bg-slate-50,.site-shell .page-shell .bg-slate-50\/80,.site-shell .page-shell .bg-rose-50,.site-shell .page-shell .bg-rose-50\/70,.site-shell .page-shell .bg-sky-50,.site-shell .page-shell .bg-sky-50\/70,.site-shell .page-shell .bg-amber-50,.site-shell .page-shell .bg-yellow-50,.site-shell .home-shell .bg-white,.site-shell .home-shell .bg-white\/90,.site-shell .home-shell .bg-white\/80,.site-shell .showcase-shell .bg-white,.site-shell .showcase-shell .bg-white\/90,.site-shell .showcase-shell .bg-white\/80,.site-shell .showcase-shell .bg-white\/60,.site-shell .library-shell .bg-white,.site-shell .library-shell .bg-white\/90,.site-shell .library-shell .bg-white\/80,.site-shell .library-shell .bg-white\/70,.site-shell .library-shell .bg-slate-50,.site-shell .library-shell .bg-rose-50,.site-shell .library-shell .bg-sky-50,.site-shell .writing-shell .bg-white,.site-shell .writing-shell .bg-white\/90,.site-shell .writing-shell .bg-white\/80,.site-shell .writing-shell .bg-white\/70,.site-shell .writing-shell .bg-slate-50,.site-shell .writing-shell .bg-rose-50,.site-shell .writing-shell .bg-rose-50\/70,.site-shell .writing-shell .bg-sky-50,.site-shell .writing-shell .bg-sky-50\/70,.site-shell .dashboard-shell .bg-white,.site-shell .dashboard-shell .bg-white\/90,.site-shell .profile-shell .bg-white,.site-shell .profile-shell .bg-white\/90,.site-shell .auth-shell .bg-white,.site-shell .auth-shell .bg-white\/90{background-color:#080f1cf0!important;background-image:none!important;color:#f8fafc!important;border-color:#7dd3fc29!important}.site-shell .page-shell .bg-white *,.site-shell .page-shell .bg-white\/90 *,.site-shell .page-shell .bg-white\/80 *,.site-shell .page-shell .bg-white\/70 *,.site-shell .page-shell .bg-white\/60 *,.site-shell .page-shell .bg-slate-50 *,.site-shell .page-shell .bg-rose-50 *,.site-shell .page-shell .bg-sky-50 *,.site-shell .home-shell .bg-white *,.site-shell .showcase-shell .bg-white *,.site-shell .library-shell .bg-white *,.site-shell .library-shell .bg-white\/90 *,.site-shell .library-shell .bg-white\/80 *,.site-shell .writing-shell .bg-white *,.site-shell .writing-shell .bg-white\/90 *,.site-shell .writing-shell .bg-white\/80 *,.site-shell .writing-shell .bg-slate-50 *,.site-shell .dashboard-shell .bg-white *,.site-shell .profile-shell .bg-white *,.site-shell .auth-shell .bg-white *{border-color:#7dd3fc29!important}.site-shell .page-shell .bg-white .text-white,.site-shell .page-shell .bg-white .text-white\/70,.site-shell .page-shell .bg-white .text-white\/80,.site-shell .page-shell .bg-white\/90 .text-white,.site-shell .page-shell .bg-white\/90 .text-white\/70,.site-shell .page-shell .bg-white\/80 .text-white,.site-shell .library-shell .bg-white .text-white,.site-shell .library-shell .bg-white\/90 .text-white,.site-shell .writing-shell .bg-white .text-white,.site-shell .writing-shell .bg-white\/90 .text-white,.site-shell .dashboard-shell .bg-white .text-white,.site-shell .profile-shell .bg-white .text-white,.site-shell .auth-shell .bg-white .text-white{color:#f8fafc!important;opacity:1!important}.site-shell .library-shell,.site-shell .writing-shell,.site-shell .showcase-shell{background:radial-gradient(circle at 14% 10%,rgba(56,189,248,.12),transparent 26%),radial-gradient(circle at 86% 12%,rgba(99,102,241,.12),transparent 24%),linear-gradient(180deg,#030712,#09101d 48%,#020617)!important}.site-shell .library-shell .glass-card,.site-shell .library-shell .novel-card,.site-shell .library-shell .assistant-kpi,.site-shell .showcase-shell .glass-card,.site-shell .showcase-shell .showcase-card,.site-shell .showcase-shell article,.site-shell .writing-shell .glass-card,.site-shell .writing-shell section,.site-shell .writing-shell article,.site-shell .writing-shell aside{background:#0b1220e0!important;border-color:#7dd3fc24!important;color:#e2e8f0!important;box-shadow:0 24px 60px #0206174d!important}.site-shell .library-shell [class*="bg-white/90"],.site-shell .library-shell [class*="bg-white/80"],.site-shell .library-shell [class*=bg-rose-50],.site-shell .library-shell [class*=bg-slate-50],.site-shell .showcase-shell [class*="bg-white/90"],.site-shell .showcase-shell [class*="bg-white/80"],.site-shell .showcase-shell [class*=bg-slate-50],.site-shell .showcase-shell [class*="bg-white/60"],.site-shell .writing-shell [class*="bg-white/90"],.site-shell .writing-shell [class*="bg-white/80"],.site-shell .writing-shell [class*=bg-slate-50],.site-shell .writing-shell [class*=bg-rose-50],.site-shell .writing-shell [class*="bg-white/10"]{background:#0f172ac7!important;color:#e2e8f0!important}.site-shell .library-shell [class*=border-rose-],.site-shell .library-shell [class*=border-slate-],.site-shell .showcase-shell [class*=border-slate-],.site-shell .showcase-shell [class*="border-white/"],.site-shell .writing-shell [class*=border-rose-],.site-shell .writing-shell [class*=border-slate-],.site-shell .writing-shell [class*="border-white/"]{border-color:#7dd3fc29!important}.site-shell .library-shell [class*=text-slate-900],.site-shell .library-shell [class*=text-rose-900],.site-shell .showcase-shell [class*=text-slate-900],.site-shell .writing-shell [class*=text-slate-900],.site-shell .writing-shell [class*=text-rose-900],.site-shell .writing-shell [class*=text-slate-700]{color:#f8fafc!important}.site-shell .library-shell [class*=text-slate-600],.site-shell .library-shell [class*=text-slate-500],.site-shell .library-shell [class*=text-slate-400],.site-shell .showcase-shell [class*=text-slate-600],.site-shell .showcase-shell [class*=text-slate-500],.site-shell .writing-shell [class*=text-slate-600],.site-shell .writing-shell [class*=text-slate-500],.site-shell .writing-shell [class*=text-slate-400]{color:#cbd5e1c7!important}.site-shell .library-shell .chip,.site-shell .library-shell .chip-action,.site-shell .library-shell .novel-status,.site-shell .showcase-shell .chip,.site-shell .showcase-shell .novel-status,.site-shell .writing-shell .chip,.site-shell .writing-shell .chip-action,.site-shell .writing-shell .novel-status{background:#38bdf81f!important;color:#d9f2ff!important;border-color:#38bdf829!important}.site-shell .library-shell .chip-action.is-active,.site-shell .writing-shell .chip-action.is-active{background:linear-gradient(135deg,#0ea5e9,#6366f1)!important;color:#fff!important;border-color:transparent!important}.site-shell .writing-shell [class*=bg-gradient-to-r],.site-shell .writing-shell [class*=from-rose-500],.site-shell .writing-shell [class*=via-orange-400],.site-shell .writing-shell [class*=to-amber-300]{background:linear-gradient(90deg,#22d3ee,#38bdf8 48%,#6366f1)!important;background-image:linear-gradient(90deg,#22d3ee,#38bdf8 48%,#6366f1)!important}.site-shell .library-shell .section-kicker,.site-shell .showcase-shell .section-kicker,.site-shell .writing-shell .section-kicker{background:#38bdf81f!important;color:#8ddcff!important;border-color:#38bdf82e!important}*,: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,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}}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-3{margin-right:.75rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-10{height:2.5rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-full{height:100%}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[340px\]{max-height:340px}.max-h-\[360px\]{max-height:360px}.max-h-\[420px\]{max-height:420px}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-2\/3{width:66.666667%}.w-24{width:6rem}.w-28{width:7rem}.w-3\/4{width:75%}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-48{width:12rem}.w-5\/6{width:83.333333%}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1700px\]{max-width:1700px}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-\[30px\]{border-radius:30px}.rounded-\[32px\]{border-radius:32px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity, 1))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-sky-300{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity, 1))}.border-sky-400\/20{border-color:#38bdf833}.border-sky-400\/30{border-color:#38bdf84d}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-slate-700\/40{border-color:#33415566}.border-slate-700\/60{border-color:#33415599}.border-slate-800{--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/40{border-color:#fff6}.border-white\/50{border-color:#ffffff80}.border-white\/70{border-color:#ffffffb3}.border-white\/80{border-color:#fffc}.bg-\[\#0b0f17\]{--tw-bg-opacity: 1;background-color:rgb(11 15 23 / var(--tw-bg-opacity, 1))}.bg-\[\#0f0f0f\]{--tw-bg-opacity: 1;background-color:rgb(15 15 15 / var(--tw-bg-opacity, 1))}.bg-\[\#121826\]{--tw-bg-opacity: 1;background-color:rgb(18 24 38 / var(--tw-bg-opacity, 1))}.bg-\[\#1a1a1a\]{--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.bg-\[\#1a2233\]{--tw-bg-opacity: 1;background-color:rgb(26 34 51 / var(--tw-bg-opacity, 1))}.bg-\[\#252525\]{--tw-bg-opacity: 1;background-color:rgb(37 37 37 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-sky-200\/20{background-color:#bae6fd33}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-50\/70{background-color:#f0f9ffb3}.bg-sky-50\/80{background-color:#f0f9ffcc}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-sky-500\/10{background-color:#0ea5e91a}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-50\/80{background-color:#f8fafccc}.bg-slate-700\/60{background-color:#33415599}.bg-slate-800\/80{background-color:#1e293bcc}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-900\/70{background-color:#0f172ab3}.bg-slate-950{--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/40{background-color:#fff6}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-\[linear-gradient\(180deg\,\#030712_0\%\,\#08111f_100\%\)\]{background-image:linear-gradient(180deg,#030712,#08111f)}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(56\,189\,248\,0\.16\)\,transparent_42\%\)\,linear-gradient\(140deg\,\#0f172a_0\%\,\#111827_45\%\,\#020617_100\%\)\]{background-image:radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 42%),linear-gradient(140deg,#0f172a,#111827 45%,#020617)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-cyan-400{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-700{--tw-gradient-from: #334155 var(--tw-gradient-from-position);--tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-sky-400{--tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-indigo-500{--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to: #0f172a var(--tw-gradient-to-position)}.p-10{padding:2.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pr-1{padding-right:.25rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-tight{line-height:1.25}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.2em\]{letter-spacing:.2em}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-rose-900{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity, 1))}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/55{color:#ffffff8c}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow-\[0_30px_80px_rgba\(15\,23\,42\,0\.35\)\]{--tw-shadow: 0 30px 80px rgba(15,23,42,.35);--tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-sky-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1))}.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-blur{--tw-backdrop-blur: blur(8px);-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}:root{--color-primary: #dc2626;--color-gold: #f59e0b;--font-sans: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Songti SC", "STSong", "SimSun", Georgia, serif;color-scheme:light}html{min-height:100%;scroll-behavior:smooth;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto}body{min-height:100%;margin:0;font-family:var(--font-sans);color:#e5eefc;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 14% 12%,rgba(56,189,248,.12),transparent 24%),radial-gradient(circle at 86% 8%,rgba(99,102,241,.12),transparent 22%),linear-gradient(180deg,#030712,#08111f 48%,#020617)}h1,h2,h3,h4,.hero-title,.page-title,.section-title{font-family:var(--font-serif)}#root{min-height:100%;overflow:visible}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}::-moz-selection{background-color:#dc2626e6;color:#fff}::selection{background-color:#dc2626e6;color:#fff}.hover\:bg-\[\#222d43\]:hover{--tw-bg-opacity: 1;background-color:rgb(34 45 67 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-400:hover{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-900\/90:hover{background-color:#0f172ae6}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:text-sky-200:hover{--tw-text-opacity: 1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.hover\:text-slate-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.focus\:border-sky-400:focus{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity, 1))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:bg-gray-700:disabled{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-end{align-items:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:p-10{padding:2.5rem}.sm\:p-8{padding:2rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[minmax\(0\,1\.18fr\)_minmax\(320px\,0\.82fr\)\]{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.lg\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-stretch{align-items:stretch}.lg\:justify-between{justify-content:space-between}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-\[320px_minmax\(0\,1fr\)_320px\]{grid-template-columns:320px minmax(0,1fr) 320px}}@media (min-width: 1536px){.\32xl\:grid-cols-\[360px_minmax\(0\,1fr\)\]{grid-template-columns:360px minmax(0,1fr)}}
