*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#c9a96e;--brand-light:#d4b97e;--brand-dark:#a8894e;--accent:#c9a96e;--bg-dark:#000;--bg-dark-2:#0a0a0f;--bg-light:#fafafa;--bg-white:#fff;--text-dark:#111827;--text-light:#f3f4f6;--text-muted:#6b7280;--text-muted-light:#ffffff80;--border:#e5e7eb;--radius:16px;--shadow:0 4px 24px #0000000f;--shadow-lg:0 8px 40px #0000001f;--glass:#ffffff0f;--glass-border:#ffffff14}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-dark);background:var(--bg-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;overflow-x:hidden}.nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f14d9;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:64px;padding:0 48px;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{background:#0f0f14f5}.nav-logo{color:#fff;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.nav-logo span{color:var(--brand);-webkit-text-fill-color:var(--brand)}.nav-links{gap:32px;display:flex}.nav-links a{color:#ffffffb3;font-size:14px;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{color:#000;cursor:pointer;background:#fff;border:none;border-radius:200px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s}.nav-cta:hover{background:#ffffffe6;transform:translateY(-1px)}.hero{background:var(--bg-dark);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:100px 5vw 60px;display:flex;position:relative;overflow:hidden}.hero-grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#0009 0%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 30%,#0009 0%,#0000 70%)}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 30%,#c9a96e14 0%,#0000 60%);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 40%,#a8894e0a 0%,#0000 40%),radial-gradient(circle at 70% 60%,#c9a96e08 0%,#0000 40%);width:200%;height:200%;animation:12s infinite alternate heroGlow;position:absolute;top:-50%;left:-50%}@keyframes heroGlow{0%{transform:translate(0)}to{transform:translate(2%,-2%)}}.hero-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.particle{width:2px;height:2px;animation:float var(--dur) ease-in-out infinite;background:#c9a96e66;border-radius:50%;position:absolute}@keyframes float{0%,to{opacity:0;transform:translateY(0)scale(1)}10%{opacity:1}90%{opacity:1}50%{transform:translateY(calc(var(--dy) * 1px)) scale(1.5)}}.hero-content{z-index:2;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:32px;width:100%;max-width:1400px;display:grid;position:relative}.hero-left-img{aspect-ratio:16/9;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 50px #00000080,0 0 60px #c9a96e14}.hero-left-img img{object-fit:contain;filter:brightness(.95)saturate(1.1);width:100%;height:100%;animation:25s ease-in-out infinite alternate kenBurns1}.hero-left-img:after{content:"";pointer-events:none;border-radius:20px;position:absolute;inset:0;box-shadow:inset 0 0 60px #0000004d}.hero-right{text-align:left;flex-direction:column;gap:20px;min-width:0;max-width:100%;display:flex}.hero-info{text-align:left;flex-direction:column;min-width:0;max-width:100%;display:flex}.hero-badge{background:var(--glass);border:1px solid var(--glass-border);color:#ffffffb3;border-radius:200px;align-items:center;gap:6px;width:fit-content;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:500;display:inline-flex;position:relative;box-shadow:inset 3px 3px 1px -3.5px #ffffff4d,inset 0 0 0 1px #ffffff1a}.hero-badge .dot{background:#c9a96e;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.hero h1{color:#fff;text-shadow:0 0 80px #c9a96e26,0 0 40px #c9a96e14;margin-bottom:16px;font-size:clamp(32px,4vw,56px);font-weight:800;line-height:1.15}.hero h1 em{background:linear-gradient(135deg,#d4b97e,#c9a96e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:normal}.hero-sub{color:var(--text-muted-light);max-width:500px;margin-bottom:28px;font-size:16px;line-height:1.7}.hero-actions{gap:16px;margin-bottom:32px;display:flex}.btn-primary{color:#000;cursor:pointer;background:linear-gradient(#d4b97e 0%,#c9a96e 100%);border:none;border-radius:200px;padding:14px 40px;font-size:16px;font-weight:600;transition:all .25s;box-shadow:0 4px 20px #a8894e40}.btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 32px #a8894e66}.btn-secondary{background:var(--glass);color:#fff;cursor:pointer;border:none;border-radius:200px;padding:14px 36px;font-size:16px;font-weight:500;transition:all .25s;box-shadow:inset 3px 3px 1px -3.5px #ffffff4d,inset 0 0 0 1px #ffffff1a}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-1px)}.hero-video-wrap{border-radius:20px;width:100%;max-width:960px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 0 1px #ffffff0f,0 0 80px #a8894e14}.hero-video-wrap video,.hero-video-wrap .video-placeholder{aspect-ratio:16/9;object-fit:cover;background:#0a0a12;width:100%;display:block}.hero-demo-area{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;width:100%;min-width:0;max-width:100%;margin-top:0;overflow:hidden}.hero-demo-tabs{border-bottom:1px solid #ffffff14;padding:0;display:flex;overflow:hidden}.demo-tab{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;padding:14px 4px;font-size:14px;transition:all .3s;position:relative}.demo-tab.active{color:#fff}.style-opt:hover{background:#c9a96e14!important}.genre-opt:hover{background:#c9a96e1a!important}.demo-tab.active:after{content:"";background:linear-gradient(90deg, var(--brand), var(--brand-light));border-radius:2px;height:2px;position:absolute;bottom:-1px;left:20%;right:20%}.demo-panel{scrollbar-width:none;-ms-overflow-style:none;height:480px;padding:16px 18px;overflow-y:auto}.demo-panel::-webkit-scrollbar{display:none}.demo-chat{max-height:175px;margin-bottom:8px;overflow-y:auto}.demo-chat::-webkit-scrollbar{width:3px}.demo-chat::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.demo-chat-msg{border-radius:14px;max-width:85%;margin-bottom:6px;padding:8px 12px;font-size:12px;line-height:1.5;animation:.3s msgIn}@keyframes msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.demo-chat-msg.bot{color:#ffffffd9;background:#ffffff0f;border-bottom-left-radius:4px;max-width:90%}.demo-chat-msg.user{background:var(--brand-dark);color:#fff;border-bottom-right-radius:4px;max-width:75%;margin-left:auto}.typing-dots span{font-size:18px;animation:1.4s infinite blink}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,60%,to{opacity:.2}30%{opacity:1}}.demo-options{flex-wrap:wrap;gap:6px;margin-top:6px;margin-bottom:4px;display:flex}.option-btn{color:var(--brand-light);cursor:pointer;background:#d4b97e1a;border:1px solid #d4b97e4d;border-radius:20px;padding:6px 14px;font-size:13px;transition:all .2s}.option-btn:hover{border-color:var(--brand);color:#fff;background:#d4b97e40;transform:translateY(-1px)}.demo-chat-msg.user-choice{background:var(--brand-dark);color:#fff;text-align:right;border-radius:14px 14px 4px;max-width:70%;margin-bottom:6px;margin-left:auto;padding:6px 12px;font-size:12px;animation:.3s msgIn}.blocks-dim-tabs{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.blocks-dim-tab{cursor:pointer;color:#ffffff80;white-space:nowrap;background:0 0;border:1px solid #ffffff1a;border-radius:20px;padding:4px 10px;font-size:10px;transition:all .3s}.blocks-dim-tab:hover{color:#fffc;border-color:#ffffff40}.blocks-dim-tab.active{border-color:var(--brand);color:#fff;background:#d4b97e33}.demo-blocks-grid{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:8px;display:grid}.demo-blocks-grid::-webkit-scrollbar{width:3px}.demo-blocks-grid::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.demo-block-card{text-align:center;cursor:grab;color:#fff;-webkit-user-select:none;user-select:none;border:1px solid #ffffff14;border-radius:8px;padding:6px 4px;font-size:10px;line-height:1.3;transition:all .2s}.demo-block-card:hover{transform:translateY(-1px)}.demo-block-card:active{cursor:grabbing;transform:scale(.95)}.block-icon{margin-bottom:1px;font-size:13px;display:block}.tpl-count{opacity:.6;margin-left:4px;font-size:10px}.demo-blocks-timeline{border:1.5px dashed #ffffff1f;border-radius:10px;flex-wrap:wrap;align-items:center;gap:4px;min-height:40px;margin-bottom:6px;padding:6px 8px;transition:border-color .3s;display:flex}.demo-blocks-timeline.over{border-color:var(--brand);background:#d4b97e0d}.timeline-placeholder{color:#fff3;text-align:center;width:100%;font-size:10px}.blocks-gen-btn{cursor:pointer;background:linear-gradient(135deg, var(--brand), #8a6f3a);color:#fff;border:none;border-radius:10px;width:100%;margin-top:4px;padding:9px;font-size:12px;font-weight:600;transition:all .3s;display:none}.blocks-gen-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #d4b97e66}.blocks-gen-btn.visible{display:block}.timeline-node{color:#fff;border-radius:8px;padding:6px 12px;font-size:11px;animation:.3s nodeIn}@keyframes nodeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.timeline-node[data-type=hook]{background:#f59e0b4d}.timeline-node[data-type=conflict]{background:#f973164d}.timeline-node[data-type=turn]{background:#d4b97e4d}.timeline-node[data-type=climax]{background:#ef44444d}.timeline-node[data-type=rising]{background:#c9a96e4d}.timeline-node[data-type=resolution]{background:#10b9814d}.timeline-node[data-type=resolve]{background:#22c55e4d}.timeline-node[data-type=emotion]{background:#ec48994d}.timeline-node[data-type=genre]{background:#ea580c4d}.timeline-node[data-type=relation]{background:#0891b24d}.timeline-node[data-type=identity]{background:#8b5cf64d}.timeline-node[data-type=betrayal]{background:#dc26264d}.timeline-node[data-type=mystery]{background:#6366f14d}.timeline-node[data-type=power]{background:#ca8a044d}.timeline-node[data-type=love]{background:#ec48994d}.timeline-node[data-type=fate]{background:#7c3aed4d}.timeline-node[data-type=chase]{background:#0596694d}.timeline-node[data-type=twist]{background:#ef44444d}.timeline-node[data-type=social]{background:#64748b4d}.timeline-node[data-type=archetype]{background:#7c3aed4d}.timeline-node[data-type=formula]{background:#f973164d}.timeline-node[data-type=scene]{background:#14b8a64d}.demo-blocks-templates{align-items:center;gap:6px;display:flex}.template-btn{color:#fff9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:20px;padding:4px 12px;font-size:11px;transition:all .2s}.template-btn:hover{border-color:var(--brand);color:#fff;background:#d4b97e26}.register-modal{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.register-modal.show{display:flex}.register-box{text-align:center;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:400px;padding:40px}.register-box h3{color:#fff;margin-bottom:8px;font-size:20px}.register-box p{color:#ffffff80;margin-bottom:20px;font-size:14px}.register-tabs{border:1px solid #ffffff1a;border-radius:10px;gap:0;margin-bottom:20px;display:flex;overflow:hidden}.register-tab{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex:1;padding:10px;font-size:13px;transition:all .3s}.register-tab.active{color:#fff;background:#d4b97e33;font-weight:600}.register-panel{display:none}.register-panel.active{display:block}.reg-phone-input{gap:8px;margin-bottom:12px;display:flex}.reg-phone-input input{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-size:14px}.reg-phone-input input:focus{border-color:var(--brand)}.reg-phone-input button{color:var(--brand);cursor:pointer;white-space:nowrap;background:#d4b97e1a;border:1px solid #d4b97e4d;border-radius:10px;padding:12px 16px;font-size:12px;transition:all .3s}.reg-phone-input button:hover{background:#d4b97e33}.reg-phone-input button:disabled{opacity:.5;cursor:not-allowed}.reg-error{color:#ef4444;text-align:center;margin-bottom:8px;font-size:13px}.register-box .btn-primary{width:100%;padding:14px;font-size:15px}.register-box .btn-primary:disabled{opacity:.5;cursor:not-allowed}.reg-wechat-qr{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 16px;display:flex}.reg-wechat-qr svg{width:100px;height:100px}.reg-wechat-tip{text-align:center;color:#ffffff80;font-size:12px}.register-box .close-btn{color:#fff6;cursor:pointer;background:0 0;border:none;margin-top:12px;font-size:13px}.poster-wall{-webkit-mask-composite:source-in;width:100vw;margin-top:40px;position:relative;left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000 0% 70%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#000 0% 70%,#0000 100%),linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.poster-row{animation:scrollRow var(--scroll-dur) linear infinite;gap:16px;width:max-content;padding:8px 0;display:flex}.poster-row.reverse{animation-direction:reverse}.poster-card{border-radius:10px;flex-shrink:0;width:120px;height:170px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px #0006}.poster-card:hover{transform:scale(1.08);box-shadow:0 8px 30px #d4b97e4d}.poster-card img{object-fit:cover;object-position:top;filter:brightness(.85);width:100%;height:100%}.poster-card:hover img{filter:brightness()}@keyframes scrollRow{0%{transform:translate(0)}to{transform:translate(-50%)}}.video-placeholder{color:var(--text-muted-light);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:14px;display:flex}.video-placeholder .icon{opacity:.3;font-size:48px}.hero-video-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0009;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;position:absolute;bottom:16px;left:16px}.features-section{background:var(--bg-light);padding:60px 48px}.features-trio{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;padding:0 24px;display:grid}.feature-trio-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px 28px;transition:all .3s;position:relative;overflow:hidden}.feature-trio-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000014}.feature-trio-card .ftc-bar{height:4px;position:absolute;top:0;left:0;right:0}.feature-trio-card h3{color:var(--text-dark);margin-top:4px;margin-bottom:8px;font-size:20px;font-weight:800}.feature-trio-card .ftc-desc{color:var(--text-muted);margin-bottom:20px;font-size:14px;line-height:1.5}.ftc-highlights{margin:0;padding:0;list-style:none}.ftc-highlights li{color:#9ca3af;border-radius:8px;align-items:center;gap:10px;margin-bottom:4px;padding:8px 12px;font-size:14px;line-height:1.6;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(1)}.ftc-highlights li.ftc-active{color:#111827;background:linear-gradient(135deg,#a8894e0f,#a8894e05);border-left:3px solid #a8894e;padding-left:9px;font-weight:600;transform:scale(1.02);box-shadow:0 2px 8px #a8894e14}.ftc-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .5s}@media (max-width:900px){.features-trio{grid-template-columns:1fr;max-width:500px}}.section-header{text-align:center;margin-bottom:40px}.section-tag{color:#a8894e;letter-spacing:.05em;background:#a8894e14;border-radius:200px;margin-bottom:16px;padding:4px 14px;font-size:13px;font-weight:600;display:inline-block}.section-header h2{color:var(--text-dark);margin-bottom:16px;font-size:36px;font-weight:700}.section-header p{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:16px}.feature-block{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto 48px;transition:opacity .7s,transform .7s;display:grid;transform:translateY(40px)}.feature-block.visible{opacity:1;transform:translateY(0)}.feature-block:nth-child(2n) .feature-text{order:2}.feature-block:nth-child(2n) .feature-media{order:1}.feature-text .feature-number{color:#fff;background:linear-gradient(135deg,#d4b97e,#a8894e);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:16px;font-size:14px;font-weight:700;display:inline-flex}.feature-text h3{color:var(--text-dark);margin-bottom:12px;font-size:26px;font-weight:700}.feature-text p{color:var(--text-muted);margin-bottom:20px;font-size:15px;line-height:1.7}.feature-highlights{list-style:none}.feature-highlights li{color:var(--text-dark);align-items:flex-start;gap:10px;margin-bottom:10px;font-size:14px;display:flex}.feature-highlights li:before{content:"✓";color:#a8894e;background:#a8894e1a;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.feature-media{border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#fff;position:relative;overflow:hidden}.feature-media video,.feature-media .video-placeholder{aspect-ratio:16/10;object-fit:cover;background:#f3f4f6;width:100%;display:block}.feature-media .video-placeholder{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.mock-ui{aspect-ratio:16/10;color:#333;background:#fefefe;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;position:relative;overflow:hidden}.mock-ui *{box-sizing:border-box}.mu-header{color:#fff;background:linear-gradient(135deg,#ff7a30,#ff9a56);align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.mu-header .mu-icon{font-size:15px}.mu-body{height:calc(100% - 36px);display:flex}.mu-panel{border-right:1px solid #f0f0f0;flex-shrink:0;padding:10px;overflow:hidden}.mu-label{color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:9px}.mu-input{color:#555;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:5px;justify-content:space-between;align-items:center;margin-bottom:6px;padding:4px 8px;font-size:10px;display:flex}.mu-input .caret{color:#ccc;font-size:8px}.mu-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#ff7a30,#ff9a56);border:none;border-radius:5px;width:100%;padding:5px 10px;font-size:10px;font-weight:600}.mu-tag{border-radius:10px;margin:2px;padding:2px 7px;font-size:9px;font-weight:600;display:inline-block}.mu-tag-red{color:#e74c3c;background:#fff0f0}.mu-tag-blue{color:#c9a96e;background:#f0f4ff}.mu-tag-green{color:#22c55e;background:#f0fdf4}.mu-tag-purple{color:#c9a96e;background:#f5f0ff}.mu-tag-orange{color:#f97316;background:#fff7ed}.mu-tag-pink{color:#ec4899;background:#fdf2f8}.mu-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:6px;padding:8px;transition:all .3s}.mu-card.active{border-color:#ff7a30;box-shadow:0 0 0 2px #ff7a3026}.mu-bar{background:#f0f0f0;border-radius:2px;height:4px;margin:3px 0;overflow:hidden}.mu-bar-fill{border-radius:2px;height:100%;animation:3s ease-in-out infinite barGrow}@keyframes barGrow{0%,to{width:0}50%{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes progressBar{0%{width:0}80%{width:100%}to{width:100%}}.mu-anim-1{animation:.5s both fadeInUp}.mu-anim-2{animation:.5s .5s both fadeInUp}.mu-anim-3{animation:.5s 1s both fadeInUp}.mu-anim-4{animation:.5s 1.5s both fadeInUp}.mu-anim-5{animation:.5s 2s both fadeInUp}.mu-anim-6{animation:.5s 2.5s both fadeInUp}.mu-typewriter{white-space:nowrap;color:#444;border-right:2px solid #ff7a30;font-size:10px;line-height:1.6;animation:4s steps(40,end) infinite typing,1s step-end infinite pulse;overflow:hidden}.mu-scene-label{color:#d35400;background:linear-gradient(135deg,#ff7a3015,#ff9a5610);border-left:3px solid #ff7a30;border-radius:0 5px 5px 0;margin:6px 0 4px;padding:3px 8px;font-size:10px;font-weight:700}.mu-timeline-node{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;margin:2px;font-size:14px;animation:.4s both slideIn;display:inline-flex}.mu-shot-card{background:#fff;border:1px solid #eee;border-radius:6px;align-items:flex-start;gap:8px;margin-bottom:5px;padding:6px 8px;display:flex}.mu-shot-thumb{background:linear-gradient(135deg,#e8e8e8,#d4d4d4);border-radius:4px;flex-shrink:0;width:50px;height:34px}.mu-shot-text{color:#666;flex:1;font-size:9px;line-height:1.4}.mu-char-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:8px;transition:all .3s}.mu-char-card.active{border-color:#ff7a30;transform:scale(1.03)}.mu-char-avatar{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 4px;font-size:18px;display:flex}.mu-char-name{margin-bottom:2px;font-size:11px;font-weight:700}.mu-char-desc{color:#999;font-size:8px;line-height:1.3}.mu-progress-step{border-bottom:1px solid #f5f5f5;align-items:center;gap:8px;padding:6px 0;display:flex}.mu-progress-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;display:flex}.mu-progress-done{color:#22c55e;background:#f0fdf4}.mu-progress-active{color:#f97316;background:#fff7ed;animation:1.5s infinite pulse}.mu-progress-wait{color:#ccc;background:#f5f5f5}.narrative-highlight{border-radius:var(--radius);opacity:0;background:linear-gradient(135deg,#a8894e0f 0%,#c9a96e0a 50%,#a8894e05 100%);border:1px solid #a8894e1a;grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1100px;margin:0 auto 80px;padding:48px;transition:opacity .7s,transform .7s;display:grid;transform:translateY(40px)}.narrative-highlight.visible{opacity:1;transform:translateY(0)}.narrative-highlight h3{color:var(--text-dark);margin-bottom:12px;font-size:26px;font-weight:700}.narrative-highlight p{color:#4b5563;margin-bottom:16px;font-size:15px;line-height:1.7}.narrative-metrics{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.metric-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#ffffffb3;border-radius:12px;padding:16px}.metric-card .metric-value{color:#a8894e;font-size:28px;font-weight:800}.metric-card .metric-label{color:var(--text-muted);margin-top:4px;font-size:12px}.narrative-demo{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 16px #0000000f}.narrative-demo .demo-title{color:var(--text-dark);margin-bottom:16px;font-size:14px;font-weight:600}.narrative-demo-img{border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.narrative-demo-img img{width:100%;height:auto;display:block}.score-bar{margin-bottom:12px}.score-bar .bar-label{color:var(--text-muted);justify-content:space-between;margin-bottom:4px;font-size:12px;display:flex}.score-bar .bar-track{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.score-bar .bar-fill{border-radius:4px;height:100%;transition:width 1.5s}.stats-section{background:var(--bg-light);padding:48px}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1000px;margin:0 auto;display:grid}.stat-item .stat-number{background:linear-gradient(135deg,#d4b97e,#a8894e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:48px;font-weight:800}.stat-item .stat-label{color:var(--text-muted);margin-top:8px;font-size:14px}.comparison-section{background:linear-gradient(#fdfbf7 0%,#fff 100%);padding:60px 48px}.comparison-wrapper{max-width:960px;margin:0 auto}.comparison-table{border-collapse:separate;border-spacing:0;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 4px 24px #0000000f}.comparison-table thead th{text-align:center;border-bottom:2px solid var(--border);padding:20px 24px;font-size:15px;font-weight:700}.comparison-table thead th:first-child{text-align:left;color:var(--text-dark);background:#fafafa;width:40%}.comparison-table thead th:nth-child(2){color:var(--text-muted);background:#f5f5f5}.comparison-table thead th:nth-child(3){color:#fff;background:linear-gradient(135deg,#a8894e,#c9a96e)}.comparison-table tbody td{text-align:center;vertical-align:middle;border-bottom:1px solid #0000000a;padding:16px 24px;font-size:14px}.comparison-table tbody td:first-child{text-align:left;color:var(--text-dark);background:0 0;font-weight:500}.comparison-table tbody td:nth-child(2){color:var(--text-muted);background:#fafafa}.comparison-table tbody td:nth-child(3){color:var(--text-dark);background:#c9a96e0f;font-weight:500}.comparison-table tbody tr:last-child td{border-bottom:none}.cmp-check{color:#c9a96e;font-size:18px;font-weight:700}.cmp-cross{color:#ccc;font-size:18px}.cmp-partial{color:#e0a800;font-size:13px}.comparison-note{text-align:center;color:var(--text-muted);margin-top:24px;font-size:13px}@media (max-width:768px){.comparison-table thead th,.comparison-table tbody td{padding:12px;font-size:13px}.comparison-table thead th:first-child{width:35%}}.usecases-section{background:var(--bg-light);padding:60px 48px}.usecases-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.usecase-card{background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:36px 32px;transition:all .3s;position:relative;overflow:hidden}.usecase-card:hover{border-color:#c9a96e66;transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.usecase-card .uc-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:24px;display:flex}.usecase-card h3{color:var(--text-dark);margin-bottom:8px;font-size:20px;font-weight:700}.usecase-card .uc-desc{color:var(--text-muted);margin-bottom:20px;font-size:14px;line-height:1.7}.usecase-card .uc-example{background:#c9a96e0f;border:1px solid #c9a96e26;border-radius:12px;padding:16px}.usecase-card .uc-example-label{color:#8b7040;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}.usecase-card .uc-example p{color:#444;margin:0;font-size:13px;line-height:1.6}.usecase-card .uc-example .uc-arrow{color:var(--brand);margin:0 6px;font-weight:700}.usecase-card.featured-uc{border-color:var(--brand);background:linear-gradient(#c9a96e14 0%,#fff 100%)}.usecase-card .uc-badge{background:linear-gradient(135deg, var(--brand), var(--brand-light));color:#000;border-radius:200px;padding:4px 12px;font-size:11px;font-weight:700;position:absolute;top:20px;right:20px}@media (max-width:768px){.usecases-grid{grid-template-columns:1fr}}.scripts-section{background:var(--bg-light);padding:60px 48px}.scripts-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.script-card{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:#fff;transition:all .3s;overflow:hidden}.script-card:hover{box-shadow:var(--shadow-lg), 0 0 0 1px #a8894e33;border-color:#a8894e4d;transform:translateY(-4px)}.script-card-cover{background-position:top;background-size:cover;height:220px;position:relative}.script-card-cover:after{content:"";background:linear-gradient(#0000,#00000080);height:60%;position:absolute;bottom:0;left:0;right:0}.script-card-body{padding:20px}.script-card-genre{color:#a8894e;background:#a8894e14;border-radius:10px;margin-bottom:8px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-block}.script-card-body h4{color:var(--text-dark);margin-bottom:4px;font-size:15px;font-weight:600}.script-card-body p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.script-card-footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding:12px 20px;font-size:12px;display:flex}.script-card-score{color:#c9a96e;align-items:center;gap:4px;font-weight:600;display:flex}.marketplace-header{text-align:center;margin-bottom:32px}.marketplace-subtitle{color:var(--text-muted);max-width:600px;margin:8px auto 0;font-size:16px}.marketplace-stats{justify-content:center;gap:32px;margin-top:20px;display:flex}.marketplace-stats .ms-item{color:var(--text-muted);font-size:13px}.marketplace-stats .ms-num{color:var(--brand);margin-right:4px;font-size:18px;font-weight:700}.market-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto 32px;display:flex}.market-tags{flex-wrap:wrap;gap:8px;display:flex}.market-tag{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #0000;border-radius:200px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.market-tag:hover{color:var(--brand-dark);background:#a8894e14}.market-tag.active{background:var(--brand);color:#fff;border-color:var(--brand)}.market-right{align-items:center;gap:12px;display:flex}.market-search{border:1px solid var(--border);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 10-1.397 1.398h-.001l3.85 3.85a1 1 0 001.415-1.414l-3.85-3.85zm-5.242.156a5 5 0 110-10 5 5 0 010 10z'/%3E%3C/svg%3E") 12px no-repeat;border-radius:200px;outline:none;width:200px;padding:8px 16px 8px 36px;font-size:13px;transition:border .2s}.market-search:focus{border-color:var(--brand);box-shadow:0 0 0 3px #c9a96e1a}.market-sort{border:1px solid var(--border);color:var(--text-dark);cursor:pointer;background:#fff;border-radius:200px;outline:none;padding:8px 16px;font-size:13px}.script-card-price{color:var(--brand-dark);align-items:center;gap:6px;font-size:16px;font-weight:700;display:flex}.script-card-price .price-unit{color:var(--text-muted);font-size:12px;font-weight:400}.script-card-price .price-suggested{color:var(--text-muted);margin-left:4px;font-size:11px;font-weight:400;text-decoration:line-through}.script-card-author{align-items:center;gap:8px;margin-top:10px;display:flex}.script-card-avatar{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:600;display:flex}.script-card-author-name{color:var(--text-muted);font-size:12px}.script-card-sales{color:var(--text-muted);margin-left:auto;font-size:11px}.script-card-tags{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.script-card-tags span{color:var(--text-muted);background:#f3f4f6;border-radius:8px;padding:2px 8px;font-size:10px;font-weight:500}.script-card-preview-btn{border:none;border-top:1px solid var(--border);width:100%;color:var(--brand);cursor:pointer;background:0 0;padding:10px 0;font-size:13px;font-weight:600;transition:all .2s}.script-card-preview-btn:hover{background:#c9a96e0f}.script-card-badge{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.badge-hot{color:#fff;background:#ff5050d9}.badge-new{color:#fff;background:#c9a96ee6}.badge-top{color:#fff;background:#5050ffd9}.license-filter-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .2s}.license-filter-btn:hover{background:#f8fafc}.license-filter-btn.active{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.license-badge{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.5px;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:12px;right:12px}.license-standard{color:#fff;background:#3b82f6d9}.license-exclusive{color:#1a1a2e;background:linear-gradient(135deg,#c9a96e,#e6c77a);box-shadow:0 2px 8px #c9a96e66}.verify-section{text-align:center;background:linear-gradient(#0a0a1a 0%,#111827 100%);padding:48px 5vw}.verify-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;max-width:720px;margin:0 auto;padding:40px}.verify-input-row{gap:12px;margin:28px 0;display:flex}.verify-input{color:#fff;letter-spacing:1px;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;outline:none;flex:1;padding:14px 18px;font-family:monospace;font-size:15px;transition:border-color .2s}.verify-input:focus{border-color:var(--brand)}.verify-input::placeholder{color:#ffffff40;letter-spacing:0;font-family:system-ui}.verify-btn{background:var(--brand);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:14px 28px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s}.verify-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #c9a96e66}.verify-result{text-align:left;margin-top:32px;display:none}.verify-result.show{display:block}.verify-card-standard{background:linear-gradient(135deg,#3b82f614,#3b82f608);border:1px solid #3b82f64d;border-radius:16px;padding:28px}.verify-card-exclusive{background:linear-gradient(135deg,#c9a96e1a,#c9a96e08);border:2px solid #c9a96e80;border-radius:16px;padding:28px;position:relative;overflow:hidden}.verify-card-exclusive:before{content:"";background:#c9a96e0f;border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.verify-status{border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:12px;font-size:16px;font-weight:700;display:flex}.verify-status.valid{color:#22c55e}.verify-status.exclusive{color:#c9a96e}.verify-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.verify-row-label{color:#ffffff73}.verify-row-value{color:#fff;font-weight:500}.verify-exclusive-tag{color:#1a1a2e;letter-spacing:.5px;background:linear-gradient(135deg,#c9a96e,#e6c77a);border-radius:6px;align-items:center;gap:4px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.market-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.market-modal-overlay.show{display:flex}.market-modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:900px;max-height:85vh;animation:.3s modalSlide;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000040}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.modal-header h3{font-size:18px;font-weight:700}.modal-close{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:background .2s;display:flex}.modal-close:hover{background:#e5e7eb}.modal-body{flex:1;display:flex;overflow:hidden}.modal-left{border-right:1px solid var(--border);flex:1.2;padding:24px 28px;overflow-y:auto}.modal-right{flex:1;padding:24px 28px;overflow-y:auto}.modal-tabs{border-bottom:1px solid var(--border);gap:0;margin-bottom:20px;display:flex;overflow-x:auto}.modal-tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s}.modal-tab:hover{color:var(--text-dark)}.modal-tab.active{color:var(--brand);border-bottom-color:var(--brand)}.modal-tab-content{display:none}.modal-tab-content.active{display:block}.modal-script-text{color:var(--text-dark);white-space:pre-line;max-height:360px;padding-right:8px;font-size:14px;line-height:1.8;overflow-y:auto}.modal-char-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.modal-char-card{text-align:center;border:1px solid var(--border);background:#f9fafb;border-radius:12px;padding:16px 8px}.modal-char-avatar{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 8px;font-size:18px;font-weight:600;display:flex}.modal-char-name{color:var(--text-dark);font-size:13px;font-weight:600}.modal-char-role{color:var(--text-muted);margin-top:2px;font-size:11px}.modal-radar-wrap{justify-content:center;padding:20px 0;display:flex}.modal-radar-wrap svg{max-width:280px}.modal-sidebar-section{margin-bottom:24px}.modal-sidebar-section h4{color:var(--text-dark);margin-bottom:12px;font-size:14px;font-weight:700}.modal-info-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.modal-info-label{color:var(--text-muted)}.modal-info-value{color:var(--text-dark);font-weight:600}.modal-ep-list{list-style:none}.modal-ep-item{border-radius:8px;align-items:center;gap:10px;margin-bottom:4px;padding:8px 12px;font-size:13px;display:flex}.modal-ep-item:hover{background:#f9fafb}.modal-ep-item .ep-num{color:var(--brand);min-width:32px;font-weight:700}.modal-ep-item .ep-title{color:var(--text-dark);flex:1}.modal-ep-item .ep-lock{color:var(--text-muted);font-size:14px}.modal-ep-item.free{background:#c9a96e0f}.modal-ep-item.free .ep-lock{color:var(--brand)}.modal-buy-area{border-top:1px solid var(--border);background:#fafafa;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}.modal-buy-price{color:var(--brand-dark);font-size:24px;font-weight:700}.modal-buy-price .unit{color:var(--text-muted);font-size:14px;font-weight:400}.modal-buy-btn{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:200px;padding:12px 40px;font-size:15px;font-weight:600;transition:all .2s}.modal-buy-btn:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 16px #c9a96e66}.modal-buy-sub{color:var(--text-muted);margin-top:4px;font-size:12px}.script-card-chars{border-top:1px solid #f3f4f6;align-items:center;gap:0;margin-top:10px;padding-top:10px;display:flex}.script-card-chars .char-mini{background:linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);color:#fff;z-index:1;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-left:-6px;font-size:10px;font-weight:600;display:flex;position:relative}.script-card-chars .char-mini:first-child{margin-left:0}.script-card-chars .char-more{width:26px;height:26px;color:var(--text-muted);background:#e5e7eb;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-left:-6px;font-size:9px;font-weight:600;display:flex}.script-card-narrative{color:var(--text-muted);align-items:center;gap:10px;margin-top:8px;font-size:11px;display:flex}.script-card-narrative .n-item{white-space:nowrap;align-items:center;gap:3px;display:flex}.script-card-narrative .n-icon{font-size:12px}.hook-list{list-style:none}.hook-item{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:12px;padding:10px 0;font-size:13px;display:flex}.hook-ep{color:var(--brand);min-width:36px;font-weight:700}.hook-type{white-space:nowrap;text-align:center;border-radius:6px;min-width:60px;padding:2px 8px;font-size:10px;font-weight:600}.hook-type.conflict{color:#dc2626;background:#fef2f2}.hook-type.suspense{color:#d97706;background:#fffbeb}.hook-type.identity{color:#0284c7;background:#f0f9ff}.hook-type.visual{color:#7c3aed;background:#f5f3ff}.hook-type.emotion{color:#db2777;background:#fdf2f8}.hook-desc{color:var(--text-dark);flex:1;line-height:1.5}.foreshadow-timeline{padding:0;list-style:none}.foreshadow-item{border-left:2px solid #e5e7eb;align-items:flex-start;gap:10px;margin-left:12px;padding:12px 0 12px 28px;display:flex;position:relative}.foreshadow-dot{border:2px solid;border-radius:50%;flex-shrink:0;width:12px;height:12px;position:absolute;top:16px;left:-7px}.foreshadow-dot.planted{background:#dcfce7;border-color:#22c55e}.foreshadow-dot.resolved{background:#fef9c3;border-color:#eab308}.foreshadow-dot.pending{background:#e5e7eb;border-color:#9ca3af}.foreshadow-body{flex:1}.foreshadow-label{align-items:center;gap:6px;margin-bottom:4px;display:flex}.foreshadow-tag{border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.foreshadow-tag.tag-planted{color:#166534;background:#dcfce7}.foreshadow-tag.tag-resolved{color:#854d0e;background:#fef9c3}.foreshadow-tag.tag-pending{color:#991b1b;background:#fee2e2}.foreshadow-arrow{color:var(--text-muted);font-size:12px}.foreshadow-text{color:var(--text-dark);font-size:13px;line-height:1.5}.rhythm-chart{text-align:center;padding:16px 0}.rhythm-chart svg{max-width:100%}.ann-hook{background:#c9a96e1f;border-radius:4px;padding:0 4px}.ann-foreshadow{border-bottom:2px solid #22c55e;padding-bottom:1px}.ann-climax{background:#ef444414;border-radius:4px;padding:0 4px}.ann-tag{vertical-align:middle;border-radius:4px;margin-right:2px;padding:1px 5px;font-size:10px;font-weight:700;display:inline-block}.ann-tag.hook-tag{background:var(--brand);color:#fff}.ann-tag.fore-tag{color:#fff;background:#22c55e}.ann-tag.climax-tag{color:#fff;background:#ef4444}.char-relation-graph{text-align:center;padding:12px 0}.char-relation-graph svg{max-width:100%}.char-stats{align-items:center;gap:8px;width:100%;margin-top:8px;display:flex}.char-stat-bar{background:#f3f4f6;border-radius:3px;flex:1;height:6px;overflow:hidden}.char-stat-fill{border-radius:3px;height:100%;transition:width .6s}.char-stat-label{color:var(--text-muted);white-space:nowrap;font-size:11px;font-weight:500}.modal-char-card .char-stats span{white-space:nowrap}.creator-incentive{background:linear-gradient(135deg,#c9a96e0f 0%,#a8894e08 100%);border:1px solid #c9a96e26;border-radius:20px;justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:48px auto 0;padding:32px 40px;display:flex}.creator-incentive-text h3{color:var(--text-dark);margin-bottom:8px;font-size:18px;font-weight:700}.creator-incentive-text p{color:var(--text-muted);max-width:560px;font-size:14px;line-height:1.6}.creator-incentive-example{text-align:center;background:#fff;border-radius:16px;min-width:240px;padding:20px 32px;box-shadow:0 2px 12px #0000000a}.creator-incentive-example .calc-row{color:var(--text-muted);justify-content:space-between;padding:4px 0;font-size:13px;display:flex}.creator-incentive-example .calc-row .val{color:var(--text-dark);font-weight:600}.creator-incentive-example .calc-total{border-top:1px solid var(--border);color:var(--brand);margin-top:8px;padding-top:8px;font-size:20px;font-weight:700}.creator-cta-btn{border:2px solid var(--brand);color:var(--brand);cursor:pointer;background:0 0;border-radius:200px;margin-top:16px;padding:10px 28px;font-size:14px;font-weight:600;transition:all .2s}.creator-cta-btn:hover{background:var(--brand);color:#fff}.pricing-section{background:var(--bg-dark-2);padding:60px 48px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.pricing-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:40px 32px;transition:transform .3s,box-shadow .3s;display:flex}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.pricing-card.featured{border-color:var(--brand);background:linear-gradient(#c9a96e14 0%,#c9a96e05 100%);position:relative}.pricing-card.featured:before{content:"推荐";background:linear-gradient(135deg, var(--brand), var(--brand-light));color:#000;border-radius:200px;padding:4px 16px;font-size:12px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h3{color:#fff;margin-bottom:8px;font-size:20px;font-weight:700}.pricing-card .price{color:#fff;margin-bottom:4px;font-size:40px;font-weight:800}.pricing-card .price span{color:#fff6;font-size:16px;font-weight:400}.pricing-card .price-note{color:#fff6;margin-bottom:24px;font-size:13px}.pricing-card ul{flex:1;margin-bottom:32px;list-style:none}.pricing-card ul li{color:#ffffffb3;border-bottom:1px solid #ffffff0a;align-items:center;gap:8px;padding:8px 0;font-size:14px;display:flex}.pricing-card ul li:before{content:"✓";color:var(--brand);font-weight:700}.pricing-card ul li.disabled{color:#ffffff4d}.pricing-card ul li.disabled:before{content:"—";color:#fff3}.credits-table{width:100%;max-width:700px;margin:32px auto 0}.credits-table table{border-collapse:collapse;width:100%}.credits-table th{text-align:left;color:var(--brand);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #c9a96e33;padding:10px 16px;font-size:13px;font-weight:600}.credits-table td{color:#ffffffb3;border-bottom:1px solid #ffffff0a;padding:10px 16px;font-size:14px}.credits-table tr:hover td{background:#ffffff05}.credits-table .cost-cell{text-align:right;color:#fff;font-weight:600}.pricing-badge{border-radius:200px;margin-left:8px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.pricing-badge.free{color:#66bb6a;background:#4caf5026}.pricing-badge.user-api{color:#42a5f5;background:#2196f326}.pricing-btn{cursor:pointer;text-align:center;border:none;border-radius:200px;padding:14px 0;font-size:15px;font-weight:600;transition:all .25s}.pricing-btn.primary{color:#000;background:linear-gradient(#d4b97e 0%,#c9a96e 100%)}.pricing-btn.primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.pricing-btn.secondary{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f}.pricing-btn.secondary:hover{background:#ffffff1a}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:400px}}.cta-section{text-align:center;background:#000;padding:60px 48px;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(60% 80%,#a8894e1f 0%,#0000 70%);position:absolute;inset:0}.cta-section h2{color:#fff;z-index:1;margin-bottom:16px;font-size:36px;font-weight:700;position:relative}.cta-section p{color:#ffffff80;z-index:1;max-width:500px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:16px;position:relative}.cta-btn{z-index:1;color:#000;cursor:pointer;background:linear-gradient(#d4b97e 0%,#c9a96e 100%);border:none;border-radius:200px;padding:16px 48px;font-size:18px;font-weight:700;transition:all .25s;position:relative;box-shadow:0 4px 24px #a8894e4d}.cta-btn:hover{filter:brightness(1.08);transform:translateY(-3px);box-shadow:0 8px 36px #a8894e80}.footer{background:var(--bg-dark);color:var(--text-muted-light);border-top:1px solid #ffffff0f;padding:60px 48px 30px;font-size:13px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto 40px;display:grid}.footer-brand h4{color:#fff;margin-bottom:12px;font-size:18px}.footer-brand p{color:#fff6;margin-bottom:16px;font-size:13px;line-height:1.7}.footer-social{gap:12px;display:flex}.footer-social a{color:#ffffff80;background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;text-decoration:none;transition:all .3s;display:flex}.footer-social a:hover{background:var(--brand-dark);color:#fff}.footer-col h5{color:#ffffffb3;margin-bottom:16px;font-size:14px}.footer-col a{color:#ffffff59;padding:4px 0;font-size:13px;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--brand-light)}.footer-bottom{color:#ffffff80;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px 48px;font-size:13px;display:flex}.footer-bottom a{color:#ffffff80;text-decoration:none}.footer-bottom a:hover{color:#fffc}.pipeline-section{background:var(--bg-light);color:var(--text-dark);padding:60px 48px}.pipeline-steps{grid-template-columns:repeat(6,1fr);gap:12px;max-width:1100px;margin:0 auto;display:grid;position:relative}.pipeline-steps:before{content:"";z-index:0;background:#e5e7eb;border-radius:2px;height:3px;position:absolute;top:28px;left:8%;right:8%}.pipeline-progress{background:linear-gradient(90deg, var(--brand-dark), var(--brand-light));z-index:1;border-radius:2px;width:0;height:3px;animation:4s ease-in-out infinite pipelineGrow;position:absolute;top:28px;left:8%}@keyframes pipelineGrow{0%{width:0}80%{width:84%}to{width:84%}}.pipeline-step{text-align:center;z-index:2;opacity:0;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.pipeline-step.visible{opacity:1;transform:translateY(0)}.pipeline-step-icon{background:#c9a96e1f;border:1px solid #c9a96e40;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:24px;display:flex}.pipeline-step h4{margin-bottom:6px;font-size:14px;font-weight:700}.pipeline-step p{color:var(--text-muted);font-size:12px;line-height:1.5}.showcase-section{background:var(--bg-light);padding:60px 48px}.showcase-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto;display:grid}.showcase-card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;transition:all .3s;overflow:hidden}.showcase-card:hover{box-shadow:var(--shadow-lg), 0 0 0 1px #a8894e33;transform:translateY(-6px)}.showcase-card-cover{background-position:top;background-size:cover;height:200px;position:relative}.showcase-card-cover:after{content:"";background:linear-gradient(#0000 40%,#0000008c);position:absolute;inset:0}.showcase-card-tag{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0000008c;border-radius:200px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;bottom:12px;left:12px}.showcase-card-body{padding:16px}.showcase-card-body h3,.showcase-card-body h4{color:var(--text-dark);margin-bottom:6px;font-size:15px;font-weight:700}.showcase-card-body p{color:var(--text-muted);font-size:13px;line-height:1.6}.multiplatform-section{background:var(--bg-light);padding:60px 48px}.multiplatform-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.platform-card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:16px;padding:28px 16px;transition:all .3s}.platform-card:hover{border-color:var(--brand);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.platform-card .platform-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 12px;font-size:22px;font-weight:700;display:flex;overflow:hidden}.platform-card .platform-icon img{object-fit:contain;width:100%;height:100%}.platform-card h3,.platform-card h4{color:var(--text-dark);margin-bottom:6px;font-size:15px;font-weight:700}.platform-card p{color:var(--text-muted);font-size:12px;line-height:1.5}.platform-card .platform-ratio{color:#d4b97e;background:#d4b97e26;border-radius:6px;margin-top:8px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.scripts-preview-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.scripts-preview-card{border:1px solid var(--border);cursor:pointer;color:inherit;background:#fff;border-radius:16px;text-decoration:none;transition:transform .3s;display:block;overflow:hidden}.scripts-preview-card:hover{transform:translateY(-4px)}.scripts-preview-cover{background-position:50%;background-size:cover;height:140px}.scripts-preview-body{padding:12px}.scripts-preview-body h3,.scripts-preview-body h4{color:var(--text-dark);font-size:13px;font-weight:600}.scripts-preview-body p{color:var(--text-muted);margin-top:4px;font-size:11px}.scripts-cta{color:#fff;background:linear-gradient(#d4b97e 0%,#c9a96e 100%);border-radius:200px;align-items:center;gap:8px;padding:14px 40px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #c9a96e4d}.scripts-cta:hover{filter:brightness(1.05);transform:translateY(-2px)}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes kenBurns1{0%{transform:scale(1)translate(0)}to{transform:scale(1.08)translate(-2%,-1%)}}@keyframes kenBurns2{0%{transform:scale(1.05)translate(-1%)}to{transform:scale(1)translate(1%,-2%)}}@keyframes kenBurns3{0%{transform:scale(1)translate(1%,1%)}to{transform:scale(1.06)translate(-1%,-1%)}}@media (max-width:1200px){.hero-content{gap:24px}.hero{padding:90px 4vw 50px}.demo-tab{padding:8px 2px;font-size:12px}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:20px}.hero-left-img{aspect-ratio:auto;max-height:400px}.hero-left-img img{object-fit:contain}.hero-info{text-align:center;align-items:center;overflow:visible}.hero-badge{margin:0 auto 16px}.hero h1{text-align:center}.hero-sub{text-align:center;margin-left:auto;margin-right:auto}.demo-tab{padding:10px 4px;font-size:13px}}@media (max-width:768px){.nav{padding:0 20px}.nav-links{display:none}.hero{padding:100px 20px 60px}.hero h1{font-size:28px}.features-section{padding:60px 20px}.feature-block{grid-template-columns:1fr;gap:32px}.feature-block:nth-child(2n) .feature-text{order:1}.feature-block:nth-child(2n) .feature-media{order:2}.narrative-highlight{grid-template-columns:1fr;padding:24px}.stats-grid{grid-template-columns:repeat(2,1fr)}.scripts-grid{grid-template-columns:1fr}.showcase-grid,.multiplatform-grid{grid-template-columns:1fr 1fr}.pipeline-steps{grid-template-columns:repeat(3,1fr);gap:24px}.pipeline-steps:before,.pipeline-progress{display:none}.scripts-preview-grid{grid-template-columns:1fr 1fr}.cta-section{padding:60px 20px}}
