html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
:root{--theme-bg:#f7f8fb;--theme-surface:#fff;--theme-surface-2:#f0f3f7;--theme-surface-3:#e6ebf1;--theme-ink:#15171c;--theme-ink-2:#3e4450;--theme-muted:#6f7784;--theme-line:#dde3ea;--theme-line-2:#cfd7e1;--theme-accent:#0891c7;--theme-accent-soft:#0891c71f;--theme-shadow:0 1px 2px #1118270a;--bg:var(--theme-bg);--surface:var(--theme-surface);--surface-2:var(--theme-surface-2);--surface-3:var(--theme-surface-3);--ink:var(--theme-ink);--ink-2:var(--theme-ink-2);--muted:var(--theme-muted);--line:var(--theme-line);--line-2:var(--theme-line-2);--accent:var(--theme-accent);--accent-soft:var(--theme-accent-soft);--accent-border:#0891c747;--purple:var(--theme-accent);--purple-2:#eaf7fc;--purple-3:#c9ebf7;--shadow:var(--theme-shadow);--shadow-lg:0 8px 24px #11182714;--shadow-xl:0 18px 48px #11182724;--background:var(--theme-bg);--foreground:var(--theme-ink)}html[data-theme=dark]{--theme-bg:#0a0a0b;--theme-surface:#161618;--theme-surface-2:#1d1d20;--theme-surface-3:#232327;--theme-ink:#f4f4f6;--theme-ink-2:#d4d4d8;--theme-muted:#8a8a92;--theme-line:#2a2a2e;--theme-line-2:#34343a;--theme-accent:#4dd0ff;--theme-accent-soft:#4dd0ff24;--theme-shadow:0 1px 4px #0006;--bg:var(--theme-bg);--surface:var(--theme-surface);--surface-2:var(--theme-surface-2);--surface-3:var(--theme-surface-3);--ink:var(--theme-ink);--ink-2:var(--theme-ink-2);--muted:var(--theme-muted);--line:var(--theme-line);--line-2:var(--theme-line-2);--accent:var(--theme-accent);--accent-soft:var(--theme-accent-soft);--accent-border:#4dd0ff66;--purple:var(--theme-accent);--purple-2:var(--theme-surface-2);--purple-3:var(--theme-line-2);--shadow:var(--theme-shadow);--shadow-lg:0 8px 24px #0006;--shadow-xl:0 16px 48px #0000008c;--background:var(--theme-bg);--foreground:var(--theme-ink)}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] body{background:var(--theme-bg)}html[data-theme=dark] .ant-modal-content,html[data-theme=dark] .ant-dropdown,html[data-theme=dark] .ant-dropdown-menu,html[data-theme=dark] .ant-popover-inner{background:var(--theme-surface);color:var(--theme-ink)}html[data-theme=dark] .ant-modal-title,html[data-theme=dark] .ant-modal-close,html[data-theme=dark] .ant-dropdown-menu-title-content,html[data-theme=dark] .ant-popover-inner-content{color:var(--theme-ink)}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-select-selector,html[data-theme=dark] .ant-picker{background:var(--theme-surface-2)!important;border-color:var(--theme-line-2)!important;color:var(--theme-ink)!important}html[data-theme=dark] .ant-input::placeholder,html[data-theme=dark] .ant-select-selection-placeholder{color:var(--theme-muted)}html[data-theme=dark] .chat-page-wrapper,html[data-theme=dark] .create-page-wrapper,html[data-theme=dark] .profilePage,html[data-theme=dark] .generate-content-div,html[data-theme=dark] .about-page,html[data-theme=dark] .agent-page{background:var(--theme-bg);color:var(--theme-ink)}html[data-theme=dark] .chat-layout,html[data-theme=dark] .chat-content,html[data-theme=dark] .left-chat-view,html[data-theme=dark] .generate-content,html[data-theme=dark] .generate-content-wrapper,html[data-theme=dark] .about-page,html[data-theme=dark] .agent-page,html[data-theme=dark] .navbar-container{color:var(--theme-ink);background-color:var(--theme-bg)!important}html[data-theme=dark] .chat-content .top-banner,html[data-theme=dark] .create-page-wrapper .badge-soft,html[data-theme=dark] .profilePage .subTab,html[data-theme=dark] .chat-page-wrapper .ant-card,html[data-theme=dark] .create-page-wrapper .ant-card{background:var(--theme-surface-2);border-color:var(--theme-line);color:var(--theme-ink-2)}html[data-theme=dark] .chat-content .logo-text,html[data-theme=dark] .chat-content .ant-typography,html[data-theme=dark] .create-page-wrapper h1,html[data-theme=dark] .create-page-wrapper h2,html[data-theme=dark] .create-page-wrapper h3,html[data-theme=dark] .generate-content h1,html[data-theme=dark] .generate-content h2,html[data-theme=dark] .generate-content h3,html[data-theme=dark] .agent-page h1,html[data-theme=dark] .agent-page h2,html[data-theme=dark] .agent-page h3,html[data-theme=dark] .agent-page p,html[data-theme=dark] .about-page h1,html[data-theme=dark] .about-page h2,html[data-theme=dark] .about-page h3{color:var(--theme-ink)}html[data-theme=dark] .chat-content .logo-subtitle,html[data-theme=dark] .chat-content .banner-text,html[data-theme=dark] .chat-content .upgrade-link,html[data-theme=dark] .create-page-wrapper .history-status,html[data-theme=dark] .create-page-wrapper .ant-typography-secondary,html[data-theme=dark] .generate-content .video-script-title-span1,html[data-theme=dark] .generate-content .video-script-content-span,html[data-theme=dark] .generate-content .video-script-content-item-span2,html[data-theme=dark] .agent-page .install-subtitle,html[data-theme=dark] .agent-page .feature-desc,html[data-theme=dark] .agent-page .faq-answer{color:var(--theme-muted)!important}html[data-theme=dark] .chat-content .ant-sender,html[data-theme=dark] .create-page-wrapper .chat-input,html[data-theme=dark] .generate-content .video-script-div,html[data-theme=dark] .generate-content .video-script-content-item,html[data-theme=dark] .generate-content .video-script-content-origin-flex,html[data-theme=dark] .marketing-card,html[data-theme=dark] .videoCard-div,html[data-theme=dark] .profilePage .cardItem,html[data-theme=dark] .agent-page .mock-ui-container,html[data-theme=dark] .agent-page .core-card,html[data-theme=dark] .agent-page .copy-input-box,html[data-theme=dark] .pricing-modal-container{color:var(--theme-ink);box-shadow:var(--theme-shadow);background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .marketing-card .card-text,html[data-theme=dark] .marketing-card .card-marketing-item-content,html[data-theme=dark] .videoCard-div .video-card-title,html[data-theme=dark] .profilePage .cardTitle,html[data-theme=dark] .profilePage .userName,html[data-theme=dark] .profilePage .userId,html[data-theme=dark] .profilePage .upgradeText,html[data-theme=dark] .agent-page .mock-title,html[data-theme=dark] .agent-page .step-title,html[data-theme=dark] .agent-page .card-title,html[data-theme=dark] .agent-page .faq-question,html[data-theme=dark] .pricing-modal-container .plan-name,html[data-theme=dark] .pricing-modal-container .amount,html[data-theme=dark] .pricing-modal-container .price-contact{color:var(--theme-ink)!important}html[data-theme=dark] .marketing-card .card-marketing-item-name,html[data-theme=dark] .videoCard-div .video-card-origin,html[data-theme=dark] .profilePage .cardDesc,html[data-theme=dark] .profilePage .cardTag,html[data-theme=dark] .agent-page .mock-ui-container .ant-tabs-tab-btn,html[data-theme=dark] .agent-page .step-label,html[data-theme=dark] .agent-page .step-desc,html[data-theme=dark] .pricing-modal-container .period,html[data-theme=dark] .pricing-modal-container .currency,html[data-theme=dark] .pricing-modal-container .original{color:var(--theme-muted)!important}html[data-theme=dark] .profilePage .subTabActive,html[data-theme=dark] .agent-page .feature-tag,html[data-theme=dark] .agent-page .card-icon-wrapper,html[data-theme=dark] .agent-page .card-sub-title{background:var(--theme-accent-soft)!important;border-color:var(--theme-line-2)!important;color:var(--theme-accent)!important}html[data-theme=dark] .navbar{border-bottom-color:var(--theme-line)}html[data-theme=dark] .navbar .nav-link,html[data-theme=dark] .navbar .language-text{color:var(--theme-muted)}html[data-theme=dark] .navbar .nav-link:hover,html[data-theme=dark] .navbar .nav-link.active,html[data-theme=dark] .navbar .language-text{color:var(--theme-ink)}html[data-theme=dark] .navbar .download-btn,html[data-theme=dark] .agent-page .btn-contact,html[data-theme=dark] .agent-page .mock-logo{background:var(--theme-surface-3);color:var(--theme-ink)}html[data-theme=dark] .login-modal .ant-modal-content,html[data-theme=dark] .login-modal .span-title,html[data-theme=dark] .login-modal .span-google,html[data-theme=dark] .login-modal .span-policy>span{color:var(--theme-ink)}html[data-theme=dark] .login-modal .span-title_desc,html[data-theme=dark] .login-modal .span-policy{color:var(--theme-muted)}html[data-theme=dark] .login-modal .google-button,html[data-theme=dark] .login-modal .qr-code-container{border-color:var(--theme-line)}html[data-theme=dark] .ant-layout,html[data-theme=dark] .ant-layout-content,html[data-theme=dark] .ant-card,html[data-theme=dark] .ant-card-head,html[data-theme=dark] .ant-card-body{background:var(--theme-surface);color:var(--theme-ink);border-color:var(--theme-line)}html[data-theme=dark] .ant-typography,html[data-theme=dark] .ant-card-head-title,html[data-theme=dark] .ant-empty-description{color:var(--theme-ink)}html[data-theme=dark] .input-box,html[data-theme=dark] .card-shell,html[data-theme=dark] .card-shell.card-script,html[data-theme=dark] .source-input-card,html[data-theme=dark] .source-input-card.parsed,html[data-theme=dark] .source-card-expanded,html[data-theme=dark] .more-box,html[data-theme=dark] .detail-section-item,html[data-theme=dark] .script-shot,html[data-theme=dark] .script-trash,html[data-theme=dark] .script-add-btn,html[data-theme=dark] .script-btn-default,html[data-theme=dark] .script-input,html[data-theme=dark] .script-shot-main input,html[data-theme=dark] .detail-title-input,html[data-theme=dark] .detail-delete-button,html[data-theme=dark] .video-script-panel,html[data-theme=dark] .video-progress,html[data-theme=dark] .video-frame-edit,html[data-theme=dark] .play-video-wrapper{color:var(--theme-ink);background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .bot-avatar,html[data-theme=dark] .card-header-fn-icon,html[data-theme=dark] .source-input-icon,html[data-theme=dark] .source-expanded-status,html[data-theme=dark] .source-thumb,html[data-theme=dark] .media-tile,html[data-theme=dark] .script-shot-index,html[data-theme=dark] .vp-icon,html[data-theme=dark] .vp-bar,html[data-theme=dark] .credit-info-strip,html[data-theme=dark] .source-input-card .source-action-pill,html[data-theme=dark] .source-input-card .source-action-icon{background:var(--theme-surface-2)!important;border-color:var(--theme-line)!important;color:var(--theme-ink-2)!important}html[data-theme=dark] .bot-name,html[data-theme=dark] .card-header-title,html[data-theme=dark] .source-expanded-head b,html[data-theme=dark] .source-card-hit,html[data-theme=dark] .detail-title-input,html[data-theme=dark] .more-box h3,html[data-theme=dark] .section-head,html[data-theme=dark] .info-row b,html[data-theme=dark] .script-modal-title,html[data-theme=dark] .script-input,html[data-theme=dark] .script-shot-main input,html[data-theme=dark] .script-card-content-item-span1,html[data-theme=dark] .script-read-shot,html[data-theme=dark] .script-title,html[data-theme=dark] .vp-title,html[data-theme=dark] .vp-pct{color:var(--theme-ink)!important}html[data-theme=dark] .bot-name,html[data-theme=dark] .card-header-title,html[data-theme=dark] .source-type-title,html[data-theme=dark] .source-input-head,html[data-theme=dark] .source-type-value,html[data-theme=dark] .detail-label,html[data-theme=dark] .detail-point-row span:first-child,html[data-theme=dark] .more-box h3 span,html[data-theme=dark] .info-row span:first-child,html[data-theme=dark] .frame-time,html[data-theme=dark] .script-modal-subtitle,html[data-theme=dark] .script-field-label,html[data-theme=dark] .script-shot-main input::placeholder,html[data-theme=dark] .readonly-caption,html[data-theme=dark] .insight-loading,html[data-theme=dark] .insight-loader,html[data-theme=dark] .meta,html[data-theme=dark] .vp-note,html[data-theme=dark] .vp-sub,html[data-theme=dark] .credit-info-main{color:var(--theme-muted)!important}html[data-theme=dark] .source-inline-input,html[data-theme=dark] .script-input,html[data-theme=dark] .script-shot-main input,html[data-theme=dark] .detail-title-input{background:var(--theme-surface-2)!important;border-color:var(--theme-line-2)!important}html[data-theme=dark] .source-inline-input::placeholder,html[data-theme=dark] .prompt-text::placeholder,html[data-theme=dark] .detail-title-input::placeholder{color:var(--theme-muted)!important}html[data-theme=dark] .source-card-hit:hover,html[data-theme=dark] .script-trash:hover,html[data-theme=dark] .script-add-btn:hover,html[data-theme=dark] .script-btn-default:hover,html[data-theme=dark] .source-input-card .source-action-pill:hover,html[data-theme=dark] .source-input-card .source-action-icon:hover{background:var(--theme-surface-3)!important;border-color:var(--theme-line-2)!important}html[data-theme=dark] .insight-chip,html[data-theme=dark] .detail-tag,html[data-theme=dark] .card-link-button,html[data-theme=dark] .script-card-content-item-span3,html[data-theme=dark] .hash,html[data-theme=dark] .tiny-tag,html[data-theme=dark] .tag-blue-light{background:var(--theme-accent-soft)!important;border-color:var(--theme-line-2)!important;color:var(--theme-accent)!important}html[data-theme=dark] .insight-card-item,html[data-theme=dark] .insight-card-item-header,html[data-theme=dark] .card-header,html[data-theme=dark] .collapse,html[data-theme=dark] .info-list,html[data-theme=dark] .script-card-content-item,html[data-theme=dark] .video-card-content-item,html[data-theme=dark] .feature-divider{border-color:var(--theme-line)!important}html[data-theme=dark] .script-btn-primary,html[data-theme=dark] .source-main-action,html[data-theme=dark] .purple-btn.source-main-action{background:var(--theme-accent)!important;border-color:var(--theme-accent)!important;color:#06222e!important}html[data-theme=dark] .video-progress .vp-bar-fill{background:var(--theme-accent)!important}html[data-theme=dark] .chat-page-wrapper .top-banner,html[data-theme=dark] .marketing-content-wrapper,html[data-theme=dark] .marketing-content-div,html[data-theme=dark] .marketing-content-lookMarket,html[data-theme=dark] .marketing-content-lookMarket-list-skeleton-div,html[data-theme=dark] .item-product-item,html[data-theme=dark] .item-video-item,html[data-theme=dark] .item-product-img-div,html[data-theme=dark] .item-video-img-div,html[data-theme=dark] .generate-content .video-script-content-item,html[data-theme=dark] .generate-content .video-script-content-origin-flex,html[data-theme=dark] .generate-content .video-script-div{color:var(--theme-ink);background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .chat-page-wrapper .top-banner,html[data-theme=dark] .item-video-hashtag-div,html[data-theme=dark] .generate-content .video-script-content-hashtag,html[data-theme=dark] .generate-content .video-script-content-origin-count{background:var(--theme-accent-soft)!important;color:var(--theme-accent)!important}html[data-theme=dark] .item-title-div,html[data-theme=dark] .item-product-title,html[data-theme=dark] .item-product-price,html[data-theme=dark] .item-video-title,html[data-theme=dark] .item-video-product-desc-div,html[data-theme=dark] .item-video-info-div,html[data-theme=dark] .title-span,html[data-theme=dark] .generate-content .video-script-title-span2,html[data-theme=dark] .generate-content .video-script-content-item-span1,html[data-theme=dark] .generate-content .video-script-content-item-span6,html[data-theme=dark] .generate-content .video-script-content-origin-title,html[data-theme=dark] .generate-content .video-script-content-origin-price{color:var(--theme-ink)!important}html[data-theme=dark] .item-product-score-span1,html[data-theme=dark] .item-product-score-vertical-line,html[data-theme=dark] .item-video-hashtag-div-wrapper,html[data-theme=dark] .item-video-product-wrapper,html[data-theme=dark] .marketing-content-lookMarket-list-item-div,html[data-theme=dark] .generate-content .video-script-title-span1,html[data-theme=dark] .generate-content .video-script-content-span,html[data-theme=dark] .generate-content .video-script-content-item-span2,html[data-theme=dark] .generate-content .video-script-content-item-span5{color:var(--theme-muted)!important}html[data-theme=dark] .generate-content .video-script-content-item,html[data-theme=dark] .generate-content .video-script-content-origin-flex{border-color:var(--theme-line)!important}html[data-theme=dark] .play-video-wrapper{background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .play-video-wrapper>span,html[data-theme=dark] .play-video-info-div>span,html[data-theme=dark] .play-video-span-title-div>span,html[data-theme=dark] .hashtag-span{color:var(--theme-ink)!important}html[data-theme=dark] .go-ai-button{background-image:linear-gradient(var(--theme-surface), var(--theme-surface)),linear-gradient(90deg, #9a8dff 0%, #586eff 50%, #65b2ff 100%)!important}html[data-theme=dark] .agent-hero-section,html[data-theme=dark] .agent-install-section,html[data-theme=dark] .step-core-flex,html[data-theme=dark] .agent-faq-section,html[data-theme=dark] .agent-cta-section,html[data-theme=dark] .agent-footer,html[data-theme=dark] .installationGuide,html[data-theme=dark] .agentFeaturesContainer,html[data-theme=dark] .demoContent,html[data-theme=dark] .moduleCard,html[data-theme=dark] .rightPanel,html[data-theme=dark] .ig-card{color:var(--theme-ink);background:var(--theme-bg)!important}html[data-theme=dark] .mock-ui-container,html[data-theme=dark] .mock-ui-header,html[data-theme=dark] .mock-ui-body,html[data-theme=dark] .copy-input-box,html[data-theme=dark] .core-card,html[data-theme=dark] .cta-card,html[data-theme=dark] .moduleCardInner,html[data-theme=dark] .chatScenarios,html[data-theme=dark] .demoHeader,html[data-theme=dark] .terminalCode,html[data-theme=dark] .terminalBody,html[data-theme=dark] .ig-header,html[data-theme=dark] .ig-content,html[data-theme=dark] .publish-content,html[data-theme=dark] .link-box{color:var(--theme-ink);background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .agent-hero-title,html[data-theme=dark] .install-title,html[data-theme=dark] .modules-title,html[data-theme=dark] .faq-main-title,html[data-theme=dark] .cta-title,html[data-theme=dark] .mock-title,html[data-theme=dark] .step-title,html[data-theme=dark] .feature-title,html[data-theme=dark] .card-title,html[data-theme=dark] .card-value strong,html[data-theme=dark] .faq-question,html[data-theme=dark] .brand-title,html[data-theme=dark] .step-header,html[data-theme=dark] .step-title,html[data-theme=dark] .featureTitle,html[data-theme=dark] .moduleCard h3,html[data-theme=dark] .terminalBody,html[data-theme=dark] .text-dark,html[data-theme=dark] .fileNote,html[data-theme=dark] .label-text{color:var(--theme-ink)!important}html[data-theme=dark] .agent-hero-desc,html[data-theme=dark] .install-subtitle,html[data-theme=dark] .feature-desc,html[data-theme=dark] .modules-subtitle,html[data-theme=dark] .card-desc,html[data-theme=dark] .card-value,html[data-theme=dark] .faq-answer,html[data-theme=dark] .step-desc,html[data-theme=dark] .step-label,html[data-theme=dark] .featureCategory,html[data-theme=dark] .featureDesc,html[data-theme=dark] .featureTitle,html[data-theme=dark] .footer-copyright,html[data-theme=dark] .cmd-text,html[data-theme=dark] .text-block,html[data-theme=dark] .link-text,html[data-theme=dark] .terminalHeader,html[data-theme=dark] .terminalCode,html[data-theme=dark] .fileNote{color:var(--theme-muted)!important}html[data-theme=dark] .mock-ui-tabs-wrapper,html[data-theme=dark] .custom-tabs .ant-tabs-tab,html[data-theme=dark] .faq-item,html[data-theme=dark] .ig-nav-primary,html[data-theme=dark] .ig-nav-secondary,html[data-theme=dark] .step-wrapper,html[data-theme=dark] .terminalHeader,html[data-theme=dark] .terminalBody,html[data-theme=dark] .featureContent{border-color:var(--theme-line)!important}html[data-theme=dark] .mock-logo,html[data-theme=dark] .step-icon,html[data-theme=dark] .feature-tag,html[data-theme=dark] .card-icon-wrapper,html[data-theme=dark] .card-sub-title,html[data-theme=dark] .nav-btn.active,html[data-theme=dark] .valuePropBadge,html[data-theme=dark] .label-num{background:var(--theme-accent-soft)!important;border-color:var(--theme-line-2)!important;color:var(--theme-accent)!important}html[data-theme=dark] .mock-ui-container .ant-tabs-tab-btn,html[data-theme=dark] .custom-tabs .ant-tabs-tab-btn,html[data-theme=dark] .featureItem,html[data-theme=dark] .featureDesc,html[data-theme=dark] .nav-btn,html[data-theme=dark] .copy-btn,html[data-theme=dark] .label-text{color:var(--theme-muted)!important}html[data-theme=dark] .mock-ui-container .ant-tabs-tab-active .ant-tabs-tab-btn,html[data-theme=dark] .custom-tabs .ant-tabs-tab-active .ant-tabs-tab-btn,html[data-theme=dark] .featureItem.active,html[data-theme=dark] .featureTitle.active,html[data-theme=dark] .highlight,html[data-theme=dark] .highlight-purple{color:var(--theme-accent)!important}html[data-theme=dark] .copy-input-box input,html[data-theme=dark] .cmd-box,html[data-theme=dark] .link-box{background:var(--theme-surface-2)!important;border-color:var(--theme-line-2)!important;color:var(--theme-ink-2)!important}html[data-theme=dark] .chatScenarios .aiMessage,html[data-theme=dark] .chatScenarios .userMessage,html[data-theme=dark] .terminalBody{background:var(--theme-surface-2)!important;color:var(--theme-ink-2)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .installationGuide .nav-btn:hover,html[data-theme=dark] .copy-btn:hover,html[data-theme=dark] .featureItem:hover,html[data-theme=dark] .moduleCard:hover{background:var(--theme-surface-3)!important}html[data-theme=dark] .about-page,html[data-theme=dark] .hero-flex,html[data-theme=dark] .deep_consultation_flex,html[data-theme=dark] .contact-flex,html[data-theme=dark] .user-testimonials-flex,html[data-theme=dark] .about-footer-bar{color:var(--theme-ink)}html[data-theme=dark] .hero-title,html[data-theme=dark] .deep_consultation_title,html[data-theme=dark] .deep_consultation_content_description,html[data-theme=dark] .contact-title,html[data-theme=dark] .testimonials-card-title,html[data-theme=dark] .about-cta-title{color:var(--theme-ink)!important}html[data-theme=dark] .hero-subtitle,html[data-theme=dark] .deep_consultation_content_title,html[data-theme=dark] .testimonials-card-person-company,html[data-theme=dark] .testimonials-card-person-role,html[data-theme=dark] .policy-text,html[data-theme=dark] .copyright,html[data-theme=dark] .about-cta-subtitle{color:var(--theme-muted)!important}html[data-theme=dark] .deep_consultation_content_flex,html[data-theme=dark] .contact-form,html[data-theme=dark] .user-testimonials-card,html[data-theme=dark] .testimonials-card-content,html[data-theme=dark] .form-wrapper,html[data-theme=dark] .about-cta-btn,html[data-theme=dark] .about-footer-flex{color:var(--theme-ink);background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .btn-secondary,html[data-theme=dark] .contact-form .ant-input,html[data-theme=dark] .contact-form .ant-select-selector,html[data-theme=dark] .contact-form textarea,html[data-theme=dark] .submit-item{background:var(--theme-surface-2)!important;border-color:var(--theme-line-2)!important;color:var(--theme-ink)!important}html[data-theme=dark] .deep_consultation_content_flex{background:linear-gradient(168.58deg, #162c42 1.28%, #161618 45%, var(--theme-surface) 101.38%)!important}html[data-theme=dark] .btn-primary,html[data-theme=dark] .submit-btn,html[data-theme=dark] .deep_consultation_button{background:var(--theme-accent)!important;border-color:var(--theme-accent)!important;color:#06222e!important}html[data-theme=dark] .marketing-card,html[data-theme=dark] .videoCard-div,html[data-theme=dark] .pricing-modal-container,html[data-theme=dark] .product-card,html[data-theme=dark] .enterprise-btn-popup,html[data-theme=dark] .loading-div,html[data-theme=dark] .modal-play-video-div .play-video-wrapper{color:var(--theme-ink);background:var(--theme-surface)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .marketing-card,html[data-theme=dark] .videoCard-div{box-shadow:var(--theme-shadow)}html[data-theme=dark] .marketing-card .card-text,html[data-theme=dark] .marketing-card .card-marketing-item-content,html[data-theme=dark] .videoCard-div .video-card-title,html[data-theme=dark] .pricing-modal-container .user-name,html[data-theme=dark] .pricing-modal-container .plan-name,html[data-theme=dark] .pricing-modal-container .amount,html[data-theme=dark] .pricing-modal-container .price-contact,html[data-theme=dark] .pricing-modal-container .feature-text,html[data-theme=dark] .pricing-modal-container .qr-title,html[data-theme=dark] .login-popup .span-title,html[data-theme=dark] .loading-div .title{color:var(--theme-ink)!important}html[data-theme=dark] .marketing-card .card-marketing-item-name,html[data-theme=dark] .videoCard-div .video-card-origin,html[data-theme=dark] .pricing-modal-container .user-meta-row,html[data-theme=dark] .pricing-modal-container .currency,html[data-theme=dark] .pricing-modal-container .period,html[data-theme=dark] .pricing-modal-container .original,html[data-theme=dark] .pricing-modal-container .placeholder,html[data-theme=dark] .pricing-modal-container .feature-0-sub,html[data-theme=dark] .pricing-modal-container .qr-desc,html[data-theme=dark] .login-popup .span-title_desc,html[data-theme=dark] .login-popup .span-policy,html[data-theme=dark] .loading-div .text{color:var(--theme-muted)!important}html[data-theme=dark] .pricing-modal-container .product-card.card-pro,html[data-theme=dark] .pricing-modal-container .qr-section{background:linear-gradient(180deg, #1b2434 0%, var(--theme-surface) 120px)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .pricing-modal-container .enterprise-btn-popup,html[data-theme=dark] .pricing-modal-container .enterprise-btn-popup .arrow{background:var(--theme-surface-2)!important;border-color:var(--theme-line-2)!important}html[data-theme=dark] .pricing-modal-container .btn-black,html[data-theme=dark] .pricing-modal-container .btn-current,html[data-theme=dark] .pricing-modal-container .script-btn-primary{background:var(--theme-surface-3)!important;color:var(--theme-ink)!important}html[data-theme=dark] .pricing-modal-container .feature-divider,html[data-theme=dark] .pricing-modal-container .divider-v,html[data-theme=dark] .pricing-modal-container .product-card,html[data-theme=dark] .pricing-modal-container .enterprise-btn-popup{border-color:var(--theme-line)!important}html[data-theme=dark] .login-popup .google-button,html[data-theme=dark] .login-popup .qr-code-container,html[data-theme=dark] .login-popup .divider{background-color:var(--theme-surface-2);border-color:var(--theme-line)!important}html[data-theme=dark] .login-popup .google-button{color:var(--theme-ink)}html[data-theme=dark] .loading-div-wrapper{background:#0000008c!important}html[data-theme=dark] .credit-info-strip,html[data-theme=dark] .fn-btn,html[data-theme=dark] .link-card,html[data-theme=dark] .link-card.filled,html[data-theme=dark] .source-card,html[data-theme=dark] .source-letter,html[data-theme=dark] .param-menu,html[data-theme=dark] .param-option,html[data-theme=dark] .confirm-inline,html[data-theme=dark] .link-pop,html[data-theme=dark] .link-pop-input,html[data-theme=dark] .media-add{background:var(--theme-surface-2)!important;border-color:var(--theme-line)!important;color:var(--theme-ink-2)!important}html[data-theme=dark] .fn-btn:hover,html[data-theme=dark] .fn-btn.active,html[data-theme=dark] .param-option:hover,html[data-theme=dark] .param-option.selected,html[data-theme=dark] .link-card:hover{background:var(--theme-surface-3)!important;color:var(--theme-accent)!important}html[data-theme=dark] .param-label,html[data-theme=dark] .param-value,html[data-theme=dark] .link-card-label,html[data-theme=dark] .link-pop-label,html[data-theme=dark] .confirm-inline-metrics,html[data-theme=dark] .source-sub,html[data-theme=dark] .link-remove,html[data-theme=dark] .source-edit{color:var(--theme-muted)!important}html[data-theme=dark] .source-title,html[data-theme=dark] .confirm-inline-title,html[data-theme=dark] .confirm-inline-metrics b,html[data-theme=dark] .link-card-value,html[data-theme=dark] .source-letter,html[data-theme=dark] .link-pop-input{color:var(--theme-ink)!important}html[data-theme=dark] .run-btn,html[data-theme=dark] .purple-btn.source-main-action{background:var(--theme-accent)!important;border-color:var(--theme-accent)!important;color:#06222e!important}html[data-theme=dark] .run-btn:disabled,html[data-theme=dark] .purple-btn.source-main-action:disabled{background:var(--theme-surface-3)!important;color:var(--theme-muted)!important;border-color:var(--theme-line)!important}html[data-theme=dark] .market-insight-section{color:var(--theme-ink);background:linear-gradient(173.203deg, #162c42 1.2844%, #161618 45%, var(--theme-bg) 101.38%)!important}html[data-theme=dark] .market-insight-section__copy h2.ant-typography,html[data-theme=dark] .market-insight-section__search .ant-typography{color:var(--theme-ink)!important}html[data-theme=dark] .market-insight-section__copy div.ant-typography{color:var(--theme-muted)!important}html[data-theme=dark] .market-insight-section__tag.ant-tag,html[data-theme=dark] .market-insight-section__search,html[data-theme=dark] .market-insight-section__source-bubble,html[data-theme=dark] .market-insight-section__browser,html[data-theme=dark] .market-insight-section__browser-bar{background:var(--theme-surface)!important;border-color:var(--theme-line)!important;color:var(--theme-ink)!important}html[data-theme=dark] .market-insight-section__browser{background:var(--theme-surface-2)!important}html[data-theme=dark] .market-insight-section__fade{background:linear-gradient(180deg, #0a0a0b00, var(--theme-bg))!important}html[data-theme=dark] .card-bottom-flex.topLine{border-top-color:var(--theme-line)!important}html[data-theme=dark] .card-bottom-button-left,html[data-theme=dark] .card-bottom-button-right{background:var(--theme-accent-soft)!important;border-color:var(--theme-line-2)!important;color:var(--theme-accent)!important}
.login-modal .ant-modal-content{border-radius:16px;padding:20px 0 24px}.login-modal .ant-modal-body{padding:0}.login-modal .login-popup{flex-direction:column;align-items:center;display:flex}.login-modal .span-title{color:#1f2329;margin-top:20px;font-size:16px;line-height:24px}.login-modal .span-title_desc{color:#86878b;font-size:12px;line-height:22px}.login-modal .qr-code-container{box-sizing:border-box;border:1px solid #1617221a;border-radius:16px;justify-content:center;align-items:center;width:148px;height:148px;margin-top:20px;display:flex;position:relative}.login-modal .qr-code-container .qr-code{border-radius:16px;width:100%;height:100%}.login-modal .qr-code-container .qr-overlay{background:#0006;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.login-modal .qr-code-container .qr-overlay .refresh-button{color:#fff;cursor:pointer;background:#08fc;border:none;border-radius:8px;padding:4px 16px}.login-modal .divider{background:#1617221a;width:89px;height:1px}.login-modal .google-button{cursor:pointer;border:1px solid #1617221a;border-radius:8px;justify-content:space-between;align-items:center;width:294px;height:36px;padding:0 4px;display:flex}.login-modal .google-button:hover{opacity:.8}.login-modal .google-button.loading{cursor:not-allowed;opacity:.5}.login-modal .span-google{color:#161722;font-size:14px}.login-modal .span-policy{color:#86878b;font-size:12px}.login-modal .span-policy>span{cursor:pointer;color:#161722}.login-modal .close-img{cursor:pointer;position:absolute;top:16px;right:16px}.login-modal .close-img:hover{opacity:.8}
