:root,[data-theme=dark]{--color-primary: #FF5E2A;--color-primary-hover: #FF7A4A;--color-bg: #050408;--color-bg-start: #050408;--color-bg-end: #0A0610;--color-surface: rgba(16, 12, 20, .5);--color-surface-elevated: rgba(24, 18, 30, .92);--color-text: #F0F0F0;--color-text-secondary: #AAAAAA;--color-text-tertiary: #777777;--color-border: rgba(255, 94, 42, .1);--color-shadow: rgba(0, 0, 0, .7);--color-nav-active-bg: rgba(255, 94, 42, .08);--svg-filter: invert(1) brightness(2);--color-t1: #FF7A28;--color-t2: #5DB8AE;--color-t3: #FF5E2A;--color-t4: #8FCAA6;--color-verified: #52c41a;--color-unverified: #8c8c8c;--color-suspicious: #fa8c16;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--spacing-2xl: 64px;--transition: .12s ease}[data-theme=light]{--color-primary: #6366F1;--color-primary-hover: #4F46E5;--color-bg: #F0F4FF;--color-bg-start: #FFFFFF;--color-bg-end: #E8EEFF;--color-surface: rgba(255, 255, 255, .78);--color-surface-elevated: rgba(255, 255, 255, .92);--color-text: #1E1B4B;--color-text-secondary: #4B5563;--color-text-tertiary: #9CA3AF;--color-border: rgba(99, 102, 241, .12);--color-shadow: rgba(99, 102, 241, .08);--color-nav-active-bg: rgba(99, 102, 241, .08);--svg-filter: none;--color-t1: #E05A3A;--color-t2: #0891B2;--color-t3: #6366F1;--color-t4: #10B981;--color-verified: #059669;--color-unverified: #8c8c8c;--color-suspicious: #D97706}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,SF Pro,思源黑体,HarmonyOS Sans,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}[data-theme=dark] body{background:linear-gradient(135deg,#050408,#2a0818 15%,#450028 28%,#1a0038 50%,#100030 68%,#080020 82%,#050408);background-attachment:fixed;background-repeat:no-repeat;background-size:cover}[data-theme=light] body{background:linear-gradient(135deg,#fff,#f5f3ff 25%,#fff7ed 60%,#f0f4ff);background-attachment:fixed}code,pre,.mono{font-family:JetBrains Mono,Fira Code,monospace}#root{min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}.ant-card{background:var(--color-surface)!important;border-color:var(--color-border)!important;border-radius:var(--radius-md)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .3s ease,border-color .3s ease}.ant-btn-primary{background:var(--color-primary)!important;border-color:var(--color-primary)!important}.ant-btn-primary:hover{background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-select-selector,.ant-picker{background:var(--color-surface)!important;border-color:var(--color-border)!important;color:var(--color-text)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s ease,box-shadow .2s ease!important}.ant-input::placeholder,.ant-input-affix-wrapper input::placeholder,.ant-select-selection-placeholder{color:var(--color-text-tertiary)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #ff5e2a26!important}.ant-select-dropdown{background:var(--color-surface-elevated)!important;border-radius:var(--radius-md)!important;box-shadow:0 6px 24px var(--color-shadow)!important}.ant-tag{max-width:100%!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important}.ant-card-body{overflow-wrap:break-word!important;word-break:break-word!important}.ant-typography{overflow-wrap:break-word!important;color:var(--color-text)!important}.ant-typography-secondary{color:var(--color-text-secondary)!important}.ant-card-head-title,.ant-card-head{color:var(--color-text)!important}.ant-statistic-title{color:var(--color-text-secondary)!important}.ant-statistic-content{color:var(--color-text)!important}.ant-collapse-header{font-size:16px!important;font-weight:600!important;color:var(--color-text)!important}.ant-collapse-content,.ant-collapse-content-box{color:var(--color-text-secondary)!important}.ant-divider{border-color:var(--color-border)!important}.ant-divider-inner-text{color:var(--color-text-secondary)!important}.ant-steps-item-title{color:var(--color-text)!important}.ant-steps-item-description{color:var(--color-text-secondary)!important}.ant-table{color:var(--color-text)!important}.ant-table-thead>tr>th{color:var(--color-text-secondary)!important;background:var(--color-surface-elevated)!important;border-color:var(--color-border)!important}.ant-table-tbody>tr>td{color:var(--color-text)!important;border-color:var(--color-border)!important}.ant-table-tbody>tr:hover>td{background:var(--color-nav-active-bg)!important}.ant-list-item{color:var(--color-text)!important;border-color:var(--color-border)!important}.ant-modal-content{background:var(--color-surface-elevated)!important}.ant-modal-header{background:transparent!important}.ant-modal-title{color:var(--color-text)!important}.ant-modal-close-icon{color:var(--color-text-secondary)!important}.ant-alert{border-radius:var(--radius-md)!important}.ant-alert-message{color:var(--color-text)!important}.ant-alert-description,.ant-progress-text,.ant-tabs-tab{color:var(--color-text-secondary)!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)!important}.ant-empty-description{color:var(--color-text-secondary)!important}.ant-form-item-label>label{color:var(--color-text)!important}.ant-radio-button-wrapper{color:var(--color-text-secondary)!important;background:var(--color-surface)!important;border-color:var(--color-border)!important}.ant-radio-button-wrapper-checked{color:#fff!important;background:var(--color-primary)!important;border-color:var(--color-primary)!important}.ant-tooltip-inner{background:var(--color-surface-elevated)!important;color:var(--color-text)!important}.ant-select-item{color:var(--color-text)!important}.ant-select-item-option-selected{background:var(--color-nav-active-bg)!important}.ant-input-number-handler-wrap{background:var(--color-surface)!important;border-color:var(--color-border)!important}.ant-input-number-input,.ant-picker,.ant-text{color:var(--color-text)!important}.app-header{display:flex;align-items:center;position:sticky;top:0;z-index:50;height:64px;background:transparent;border-bottom:1px solid transparent;transition:transform .3s ease,background-color .3s ease,border-color .3s ease}.app-header--scrolled{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=dark] .app-header--scrolled{background:#100c14bf;border-bottom-color:#ff5e2a14}[data-theme=light] .app-header--scrolled{background:#f0f4ffcc;border-bottom-color:#6366f114}.app-header--hidden{transform:translateY(-100%)}.app-header__inner{display:flex;align-items:center;width:100%;max-width:1420px;margin:0 auto;padding:0 32px;height:100%}.app-header__logo{display:flex;align-items:center;gap:8px;cursor:pointer;margin-right:36px;flex-shrink:0}.app-header__logo-icon{width:28px;height:28px;flex-shrink:0}.app-header__logo-wordmark{height:20px;width:auto;flex-shrink:0}.app-header__nav{display:flex;gap:4px;align-items:center;flex:1}.app-header__nav-item{padding:6px 14px;border-radius:6px;cursor:pointer;font-size:14px;color:var(--color-text-secondary);background:transparent;text-decoration:none;display:inline-flex;align-items:center;transition:color .2s ease,background .2s ease}.app-header__nav-item:hover{color:var(--color-primary)}.app-header__nav-item--active{color:var(--color-primary);background:var(--color-nav-active-bg);font-weight:500}.app-header__theme-toggle{color:var(--color-text-secondary);cursor:pointer;font-size:16px}.app-header__actions{display:flex;align-items:center;gap:12px;margin-left:auto}.app-header__cta{font-weight:600!important;border-radius:8px!important;height:32px!important;padding:0 16px!important;box-shadow:0 2px 8px #ff5e2a33!important}[data-theme=light] .app-header__cta{box-shadow:0 2px 8px #6366f126!important}.app-footer{padding:48px 32px 32px;border-top:1px solid var(--color-border);margin-top:80px}.app-footer__inner{max-width:1420px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px}.app-footer__links{display:flex;gap:24px;flex-wrap:wrap}.app-footer__link{color:var(--color-text-secondary);font-size:14px;text-decoration:none;transition:color .2s ease}.app-footer__link:hover{color:var(--color-primary)}.floating-cta{position:fixed;bottom:32px;right:32px;z-index:100;animation:floatingCtaFadeIn .3s ease}@keyframes floatingCtaFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{padding:120px 24px 90px;position:relative;overflow:hidden}[data-theme=dark] .hero-section{background:radial-gradient(circle at 15% 20%,rgba(255,94,42,.08),transparent 35%),radial-gradient(circle at 85% 15%,rgba(93,184,174,.06),transparent 30%),linear-gradient(160deg,#0a0f18,#111827,#0f1620 60%,#0a0e16)}[data-theme=dark] .hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,94,42,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,94,42,.03) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);pointer-events:none}[data-theme=light] .hero-section{background:radial-gradient(circle at 15% 20%,rgba(99,102,241,.06),transparent 35%),radial-gradient(circle at 85% 15%,rgba(255,94,42,.04),transparent 30%),linear-gradient(160deg,#fff,#f0f4ff 40%,#ede9fe)}.hero-section__container{max-width:1420px;margin:0 auto;display:flex;align-items:center;gap:60px;flex-wrap:wrap;position:relative;z-index:1}.hero-section__left{flex:1 1 480px;min-width:320px}.hero-section__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:20px;margin-bottom:28px;font-size:14px;font-weight:500;color:#e0e0e0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=light] .hero-section__badge{background:#6366f10f;border-color:#6366f11f;color:#4b5563}.hero-section__headline{margin:0;line-height:1.15}.hero-section__headline-line1{color:#e8e8e8;font-size:44px;font-weight:700;letter-spacing:-.025em;display:block}[data-theme=light] .hero-section__headline-line1{color:#1e1b4b}.hero-section__headline-line2{font-size:56px;font-weight:800;letter-spacing:-.03em;display:block;color:#fff;margin-top:2px}[data-theme=light] .hero-section__headline-line2{color:#312e81}.hero-section__headline-accent{color:#ff5757;text-shadow:0 0 30px rgba(255,87,87,.3)}[data-theme=light] .hero-section__headline-accent{color:#6366f1;text-shadow:none}.hero-section__desc{color:#aaa;font-size:17px;max-width:520px;margin:18px 0 32px;line-height:1.7}[data-theme=light] .hero-section__desc{color:#4b5563}.hero-section__stats{display:flex;gap:36px;margin-bottom:36px;flex-wrap:wrap}.hero-section__stat-value{font-size:34px;font-weight:800;line-height:1.15;background:linear-gradient(135deg,#ffc859,#ff5e2a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;letter-spacing:-.02em}[data-theme=light] .hero-section__stat-value{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-section__stat-label{color:#999;font-size:14px;margin-top:5px}[data-theme=light] .hero-section__stat-label{color:#9ca3af}.section-block{padding:80px 24px;max-width:1420px;margin:0 auto}.section-block__title{font-size:36px;font-weight:700;text-align:center;margin-bottom:16px;color:var(--color-text)}.section-block__subtitle{font-size:18px;color:var(--color-text-secondary);text-align:center;margin-bottom:48px}.feature-card{height:100%;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--color-shadow),0 0 24px #ff5e2a0f;border-color:#ff5e2a33!important}[data-theme=light] .feature-card:hover{box-shadow:0 12px 32px var(--color-shadow),0 0 24px #6366f114;border-color:#6366f133!important}.industry-card{cursor:pointer;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.industry-card:hover{transform:translateY(-4px);border-color:var(--color-primary)!important;box-shadow:0 12px 32px var(--color-shadow),0 0 24px #ff5e2a14}[data-theme=light] .industry-card:hover{box-shadow:0 12px 32px var(--color-shadow),0 0 24px #6366f114}.gradient-text{background:linear-gradient(135deg,#ff5e2a,#ffc859);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}[data-theme=light] .gradient-text{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #ff5e2a1a}50%{box-shadow:0 0 32px #ff5e2a33}}.hero-section__container{animation:fadeInUp .6s ease-out}.steps-progress{margin:24px 0}.report-section{margin-bottom:24px;scroll-margin-top:80px}.report-section__title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;margin-bottom:16px;color:var(--color-text)}.bottleneck-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600;background:#ff57571a;color:#ff5757;border:1px solid rgba(255,87,87,.2)}.quick-win-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;background:#52c41a1a;color:var(--color-verified);border:1px solid rgba(82,196,26,.2)}.chat-demo{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chat-demo__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border)}.chat-demo__messages{overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.chat-demo__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.chat-demo__system{text-align:center}.chat-demo__row{display:flex;align-items:flex-start;gap:8px}.chat-demo__row--agent{justify-content:flex-start}.chat-demo__row--user{justify-content:flex-end}.chat-demo__avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;flex-shrink:0;font-size:16px}.chat-demo__avatar--agent{background:#ff5e2a1a;color:var(--color-primary)}[data-theme=light] .chat-demo__avatar--agent{background:#6366f11a}.chat-demo__avatar--user{background:#ffffff14;color:var(--color-text-secondary)}[data-theme=light] .chat-demo__avatar--user{background:#0000000d}.chat-demo__bubble{max-width:75%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.chat-demo__bubble--agent{background:var(--color-surface-elevated);color:var(--color-text);border:1px solid var(--color-border);border-top-left-radius:4px}[data-theme=dark] .chat-demo__bubble--agent{background:#18121ecc}[data-theme=light] .chat-demo__bubble--agent{background:#ffffffe6}.chat-demo__bubble--user{background:var(--color-primary);color:#fff;border-top-right-radius:4px}.chat-demo__input{display:flex;align-items:flex-end;gap:10px;padding:12px 16px;border-top:1px solid var(--color-border);background:var(--color-surface)}.chat-demo__textarea{flex:1;resize:none;min-height:40px!important;border-radius:10px!important;font-size:14px!important;padding:8px 12px!important}.chat-demo__textarea::placeholder{color:var(--color-text-secondary)!important;opacity:.85!important;font-weight:500}.chat-demo__textarea:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 2px #ff5e2a1f!important}[data-theme=light] .chat-demo__textarea:focus{box-shadow:0 0 0 2px #6366f11f!important}.chat-demo__send{flex-shrink:0;height:40px!important;min-width:40px;width:40px;border-radius:10px!important;display:flex!important;align-items:center;justify-content:center;transition:all .2s ease}.chat-demo__send:active{transform:scale(.92)}@media(max-width:768px){.hero-section{padding:80px 16px 60px}.hero-section__headline-line1{font-size:32px}.hero-section__headline-line2{font-size:40px}.section-block{padding:48px 16px}.section-block__title{font-size:28px}.app-header__inner{padding:0 16px}.app-header__cta{display:none!important}.app-header__nav-item{font-size:13px;padding:6px 10px}.floating-cta{bottom:16px;right:16px}}@media print{@page{size:A4;margin:12mm 10mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}html,body{background:#fff!important;color:#333!important;font-size:12px!important;line-height:1.5!important}.app-header,.app-footer,.floating-cta,nav,.ant-float-btn,.ant-back-top,.report-toolbar{display:none!important}.ant-card{background:#fff!important;border:1px solid #e8e8e8!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;break-inside:avoid!important}.report-section{page-break-after:always!important;break-after:page!important;margin-bottom:0!important;padding:0!important}.report-section:last-child{page-break-after:auto!important;break-after:auto!important}.ant-alert{break-inside:avoid!important;border-radius:6px!important}.ant-table-wrapper{break-inside:avoid!important}.ant-tag{border-radius:3px!important;padding:1px 6px!important}.ant-progress{break-inside:avoid!important}.ant-statistic-content-value{font-size:20px!important;font-weight:700!important}.ant-divider{break-inside:avoid!important}.ant-list-item{break-inside:avoid!important;padding:12px 0!important;border-bottom:1px solid #f0f0f0!important}.ant-steps,.ant-timeline,.ant-row,.ant-col{break-inside:avoid!important}[class*=report-page-]{page-break-before:always!important;break-before:page!important}[class*=report-page-]:first-child{page-break-before:auto!important;break-before:auto!important}.echarts-for-react{break-inside:avoid!important;page-break-inside:avoid!important}.echarts-for-react canvas{max-width:100%!important;height:auto!important}.ant-btn{display:none!important}.ant-card-head{border-bottom:2px solid #FF5E2A!important;min-height:40px!important}.ant-card-head-title{font-size:16px!important;font-weight:700!important}h1,h2,h3,h4,h5{break-after:avoid!important}p{break-inside:avoid!important}canvas{max-width:100%!important;height:auto!important}.ant-card-body{padding:16px!important}}
