html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}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]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}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{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}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{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}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{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[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}mark{padding:.2em;background-color:#feffe6}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}#root{min-height:100vh}:root{--nav-height: 70px;--sidebar-width: 280px;--sidebar-width-md: 240px;--right-toc-width: 200px;--right-toc-width-md: 160px;--z-navbar: 100;--z-sidebar: 50;--z-right-toc: 40;--z-content: 1;--primary-color: #FFD100;--primary-gradient: linear-gradient(180deg, #FFD100, #FFAA00);--border-color: #e8e8e8;--bg-gray: #f7f8fa;--text-primary: #333;--text-secondary: #666;--text-tertiary: #999}.page-container{padding-top:var(--nav-height);min-height:100vh;background:#fff}.sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border-color);position:fixed;top:var(--nav-height);left:0;bottom:0;overflow-y:auto;z-index:var(--z-sidebar)}.sidebar-header{padding:20px 20px 16px;border-bottom:1px solid #f0f0f0;min-height:63px;box-sizing:border-box}.sidebar-header h2{font-size:18px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.5}.sidebar-header p{font-size:12px;color:var(--text-tertiary);margin:4px 0 0}.menu-item{display:flex;align-items:center;padding:10px 20px;cursor:pointer;transition:all .15s;border-left:3px solid transparent;color:#666;font-size:13px}.menu-item:hover{background:#f5f7fa}.menu-item.active{background:#ffd10014;border-left-color:var(--primary-color);color:var(--text-primary);font-weight:500}.content-area{margin-left:var(--sidebar-width);min-height:calc(100vh - var(--nav-height));background:var(--bg-gray)}.content-area.with-right-toc{margin-right:var(--right-toc-width)}.right-toc{width:var(--right-toc-width);position:fixed;top:var(--nav-height);right:0;bottom:0;padding:24px 20px 24px 0;overflow-y:auto;z-index:var(--z-right-toc)}.right-toc-sticky{position:sticky;top:24px}.toc-title{font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-left:12px}.toc-list{list-style:none;margin:0;padding:0}.toc-item{display:block;padding:6px 12px;font-size:13px;color:#888;border-left:2px solid transparent;transition:all .15s;cursor:pointer;text-decoration:none}.toc-item:hover{color:#555;background:#ffd1000a}.toc-item.active{color:#fa0;border-left-color:var(--primary-color);font-weight:500;background:#ffd1000f}@media (max-width: 1200px){.sidebar{width:var(--sidebar-width-md)}.content-area{margin-left:var(--sidebar-width-md)}.content-area.with-right-toc{margin-right:var(--right-toc-width-md)}.right-toc{width:var(--right-toc-width-md)}}@media (max-width: 900px){.right-toc{display:none}.content-area.with-right-toc{margin-right:0}}@media (max-width: 768px){.sidebar{display:none}.content-area{margin-left:0}}.page-title-section{padding:32px 40px 24px;background:#fff;border-bottom:1px solid #f0f0f0}.page-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.page-subtitle{font-size:14px;color:#666;margin:0;line-height:1.6}.card-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;padding:24px;margin-bottom:24px}.portal-navigation{position:fixed;top:0;left:0;right:0;z-index:var(--z-navbar, 100);background:#fff;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.portal-navigation.scrolled{box-shadow:0 2px 8px #00000014}.portal-navigation .nav-container{max-width:1400px;margin:0 auto;padding:0 40px;height:70px;display:flex;align-items:center;justify-content:space-between}.portal-navigation .nav-left{display:flex;align-items:center;gap:12px}.portal-navigation .nav-logo{display:flex;align-items:center}.portal-navigation .logo-image{width:40px;height:40px;border-radius:8px;display:block}.portal-navigation .nav-title{font-size:18px;font-weight:600;color:#1a1a1a;white-space:nowrap}.portal-navigation .nav-center{flex:1;display:flex;justify-content:center}.portal-navigation .nav-menu{display:flex;align-items:center;gap:48px;list-style:none;margin:0;padding:0}.portal-navigation .nav-menu-item{position:relative;height:70px;display:flex;align-items:center}.portal-navigation .nav-menu-item>a{font-size:15px;color:#333;text-decoration:none;transition:all .3s ease;font-weight:500;display:flex;align-items:center;height:100%;position:relative}.portal-navigation .nav-menu-item>a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffd100;transform:scaleX(0);transition:transform .3s ease}.portal-navigation .nav-menu-item>a:hover,.portal-navigation .nav-menu-item.active>a{color:#ffd100}.portal-navigation .nav-menu-item.active>a:after{transform:scaleX(1)}.portal-navigation .nav-right{display:flex;align-items:center;gap:16px}.portal-navigation .console-btn{height:36px;padding:0 20px;font-size:14px;font-weight:500;border-radius:6px;background:#ffd100!important;border-color:#ffd100!important;color:#333!important;transition:all .3s ease}.portal-navigation .console-btn:hover,.portal-navigation .console-btn:focus{background:#ffdb4d!important;border-color:#ffdb4d!important;color:#333!important;transform:translateY(-1px);box-shadow:0 4px 12px #ffd1004d!important}.portal-navigation .help-icon{font-size:18px;color:#666;cursor:pointer;transition:all .3s ease}.portal-navigation .help-icon:hover{transform:scale(1.1)}.portal-navigation .login-icon-img{width:16.9px;height:17.5px;cursor:pointer;transition:all .3s ease}.portal-navigation .login-icon-img:hover{transform:scale(1.1)}.portal-user-dropdown .ant-dropdown-menu{background-color:#000;border-radius:4px;padding:4px 0}.portal-user-dropdown .ant-dropdown-menu-item{color:#fff!important;padding:8px 16px}.portal-user-dropdown .ant-dropdown-menu-item:hover{background-color:#333!important;color:#fff!important}.developer-dropdown .ant-dropdown-menu{background-color:#fff;border-radius:8px;padding:6px 0;box-shadow:0 6px 20px #0000001a;min-width:180px}.developer-dropdown .ant-dropdown-menu-item-group-title{padding:6px 16px;font-size:11px;color:#bbb;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.developer-dropdown .ant-dropdown-menu-item{padding:9px 20px;font-size:13px;color:#555;transition:all .12s;border-left:3px solid transparent;margin:0}.developer-dropdown .ant-dropdown-menu-item:hover{background-color:#ffd1000f;color:#333;border-left-color:#ffd100}.developer-dropdown .ant-dropdown-menu-item-divider{height:1px;background:#f0f0f0;margin:4px 12px}.portal-navigation .user-info{display:flex;align-items:center;gap:8px;cursor:pointer;border-radius:18px;transition:all .3s ease}.portal-navigation .user-icon-img{width:20px;height:20px}.portal-navigation .username{font-size:14px;color:#1a1a1a;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1200px){.portal-navigation .nav-container{padding:0 24px}.portal-navigation .nav-menu{gap:32px}}@media (max-width: 768px){.portal-navigation .nav-title{font-size:16px}.portal-navigation .nav-menu{gap:20px}.portal-navigation .nav-menu-item>a{font-size:14px}}.portal-carousel{width:100%;position:relative}.portal-carousel .carousel-container{position:relative;width:100%;height:600px;overflow:hidden;background:#f5f5f5}.portal-carousel .carousel-track{display:flex;height:100%;transition:transform .5s ease-in-out}.portal-carousel .carousel-slide{min-width:100%;height:100%;position:relative}.portal-carousel .carousel-image{width:100%;height:100%;object-fit:fill}.portal-carousel .carousel-overlay{position:absolute;left:210px;top:234.44px;width:441px;height:175.56px;opacity:1}.portal-carousel .carousel-content{text-align:left;color:#fff;max-width:600px}.portal-carousel .carousel-title{font-size:48px;font-weight:700;margin:0 0 24px;line-height:80px;letter-spacing:0px;color:#111}.portal-carousel .carousel-description{position:absolute;left:0;top:91.56px;width:441px;height:84px;font-size:16px;font-weight:400;margin:0;line-height:28px;letter-spacing:0px;color:#111;opacity:.95}.portal-carousel .carousel-button{position:absolute;top:50%;transform:translateY(-50%);width:100px;height:74px;border-radius:634.63px;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;opacity:.8}.portal-carousel .carousel-button:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.1)}.portal-carousel .carousel-button-prev{left:40px}.portal-carousel .carousel-button-next{right:40px}.portal-carousel .carousel-indicators{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:none;gap:12px;z-index:10}.portal-carousel .carousel-indicator{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.portal-carousel .carousel-indicator:hover{background:#fffc;transform:scale(1.2)}.portal-carousel .carousel-indicator.active{background:#fff;width:32px;border-radius:6px}@media (max-width: 768px){.portal-carousel .carousel-container{height:400px}.portal-carousel .carousel-overlay{padding:0 40px}.portal-carousel .carousel-title{font-size:32px}.portal-carousel .carousel-description{font-size:16px}.portal-carousel .carousel-button{width:40px;height:40px;font-size:16px}.portal-carousel .carousel-button-prev{left:20px}.portal-carousel .carousel-button-next{right:20px}}.resource-advantages{width:100%;height:710px;background-image:url(//awp-assets.meituan.net/smart-flow-aicode/eco-open-platform/assets/hero-background-CawWUahT.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.resource-advantages .advantages-container{max-width:1400px;margin:0 auto;padding:0 40px}.resource-advantages .section-header{text-align:center}.resource-advantages .section-title{position:absolute;left:50%;transform:translate(-50%);top:144px;min-width:426px;height:60px;opacity:1;font-size:48px;font-weight:700;line-height:60px;letter-spacing:0px;color:#111;margin:0;word-spacing:20px}.resource-advantages .section-subtitle{position:absolute;left:50%;transform:translate(-50%);top:212px;width:256px;height:28px;opacity:1;font-size:16px;font-weight:400;line-height:28px;letter-spacing:0px;color:#111;margin:0}.resource-advantages .advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1400px;margin:0 auto;position:absolute;top:272px;height:358px;left:50%;transform:translate(-50%)}.resource-advantages .advantage-card{position:relative;width:334px;height:358px;border-radius:24px;opacity:1;background:linear-gradient(145deg,#f7faff 10%,#f7faff 21%,#eff5ff 85%,#eff5ff 95%);padding:30px;border:2px solid transparent;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;transition:background .3s ease}.resource-advantages .advantage-card:hover{background:linear-gradient(145deg,#fffdef 10%,#fff7de 35%,#fffadb 71%,#fff0b5 99%)}.resource-advantages .advantage-icon{position:absolute;left:112.34px;top:166px;width:180.54px;height:179px;opacity:1}.resource-advantages .advantage-icon img{width:100%;height:100%;object-fit:contain}.resource-advantages .advantage-title{font-size:28px;font-weight:500;color:#111;margin:0 0 16px;line-height:1.4}.resource-advantages .advantage-description{position:absolute;left:27px;top:82px;width:280px;height:84px;opacity:1;font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;color:#708099}@media (max-width: 1024px){.resource-advantages .advantages-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 768px){.resource-advantages .advantages-grid{grid-template-columns:1fr;gap:24px;max-width:500px}}@media (max-width: 640px){.resource-advantages{padding:60px 0}.resource-advantages .advantages-container{padding:0 20px}.resource-advantages .section-title{font-size:28px}.resource-advantages .section-subtitle{font-size:16px}.resource-advantages .advantage-card{padding:40px 24px}.resource-advantages .advantage-icon{width:64px;height:64px;font-size:32px;margin-bottom:24px}.resource-advantages .advantage-title{font-size:20px;margin-bottom:16px}.resource-advantages .advantage-description{font-size:14px}}.platform-advantages{width:100%;height:619px;background-image:url(//awp-assets.meituan.net/smart-flow-aicode/eco-open-platform/assets/advantages-background-B5WXhIQv.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.platform-advantages .advantages-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.platform-advantages .section-left{position:absolute;top:126px;left:174px}.platform-advantages .section-title{font-size:48px;font-weight:700;line-height:80px;letter-spacing:0px;color:#fff;margin-bottom:40px;word-spacing:20px}.selection-text{display:flex;align-items:center;margin-bottom:24px;gap:16px;opacity:.4;transition:opacity .3s ease}.selection-text.active{opacity:1}.selection-text-left{font-family:FZZH-CJTJW;font-size:56px;font-weight:400;line-height:56px;letter-spacing:5px;background:linear-gradient(164deg,#e3ceff 12%,#ae74ff 96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.selection-text-right{opacity:1;font-size:28px;font-weight:700;line-height:56px;letter-spacing:0px;color:#fff}.platform-advantages .section-right{position:absolute;top:126px;right:174px;width:534px;height:391px}.platform-advantages .carousel-scroll-container{width:100%;height:100%;overflow:visible;touch-action:none;overscroll-behavior:contain;-webkit-overflow-scrolling:auto}.platform-advantages .section-right .ant-carousel,.platform-advantages .section-right .ant-carousel .slick-slide{height:391px}.platform-advantages .section-right .ant-carousel .slick-slide>div{height:100%}.platform-advantages .section-right .ant-carousel .slick-dots{right:-40px}.platform-advantages .section-right .ant-carousel .slick-dots-vertical li{margin:4px 0;height:auto}.platform-advantages .section-right .ant-carousel{--dot-width: 8px;--dot-height: 8px;--dot-active-width: 12px;--dot-active-height: 50px}.platform-advantages .section-right .ant-carousel .slick-dots-vertical li button{width:var(--dot-width);height:var(--dot-height);border-radius:50%;background:#fff6;transition:all .3s ease}.platform-advantages .section-right .ant-carousel .slick-dots-vertical li.slick-active button{background:linear-gradient(180deg,gold,orange);width:var(--dot-active-width);height:var(--dot-active-height);border-radius:6px}.platform-advantage-card{width:534px;height:391px;background:#ffffff1a;opacity:.8;border-radius:24px;padding:48px;display:flex;flex-direction:column;position:relative}.platform-advantage-icon{position:absolute;left:195px;top:158px;width:250px;height:232px;display:flex;align-items:center;justify-content:center}.platform-advantage-icon img{width:100%;height:100%;object-fit:contain}.platform-advantage-title{font-size:32px;font-weight:600;line-height:1.4;letter-spacing:0em;color:#fff;margin:0 0 24px;max-width:300px}.platform-advantage-description{font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;color:#fff;margin:0;max-width:380px}@media (max-width: 1024px){.advantages-cards{gap:30px}}@media (max-width: 768px){.platform-advantages .advantages-container{padding:0 20px}.platform-advantages .section-subtitle{font-size:16px}.advantages-cards{flex-direction:column;align-items:center;gap:40px}.platform-advantage-title{font-size:18px}.platform-advantage-description{font-size:14px}}.access-guide{position:relative;width:100%;height:708px;background-image:url(//awp-assets.meituan.net/smart-flow-aicode/eco-open-platform/assets/business-background-lWcA7HU4.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.guide-container{width:100%;max-width:1200px;padding:0 40px}.access-guide .section-header{text-align:center;margin-bottom:80px}.section-title{font-size:36px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.section-subtitle{font-size:18px;color:#666}.guide-steps{display:flex;justify-content:center;align-items:stretch;gap:24px;margin-bottom:80px}.guide-step-card{flex:0 0 181px;background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.step-number{font-size:48px;font-weight:700;color:#000;margin-bottom:16px}.guide-step-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.step-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.icon-image{width:100%;height:100%;object-fit:contain}.step-content{flex:1;display:flex;flex-direction:column}.step-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.step-description{font-size:14px;color:#666;line-height:1.6}.guide-action{text-align:center}.apply-button{width:358px;height:72px;padding:0 64px;font-size:18px;font-weight:500;border-radius:1000px;opacity:1;background:linear-gradient(120deg,#008cff 11%,#50f 120%);border:none;box-shadow:0 4px 16px #667eea66;transition:all .3s ease}.apply-button:hover,.apply-button:focus,.apply-button:active{background:linear-gradient(120deg,#008cff 11%,#50f 120%)!important;box-shadow:0 4px 16px #667eea66!important;transform:scale(1.06)!important;border:none!important}@media (max-width: 1024px){.guide-steps{flex-wrap:wrap;gap:20px}.guide-step-card{flex:0 0 calc(50% - 12px)}}@media (max-width: 768px){.access-guide{height:auto;padding:60px 0}.guide-container{padding:0 20px}.section-title{font-size:28px}.section-subtitle{font-size:16px}.guide-steps{flex-direction:column;gap:16px}.guide-step-card{flex:1 1 auto}.apply-button{width:100%;max-width:300px}}.portal-footer{width:100%;min-height:326px;background-image:url(//awp-assets.meituan.net/smart-flow-aicode/eco-open-platform/assets/foot-background-xDktpwQR.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:60px 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 40px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:80px;padding-bottom:40px;border-bottom:1px solid rgba(255,209,0,.2)}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:16px;font-weight:600;color:#ffd100;margin:0 0 28px;letter-spacing:1px;position:relative;padding-bottom:12px}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#FFD100 0%,transparent 100%)}.footer-text{font-size:14px;color:#ffffffa6;line-height:1.8;margin:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:14px}.footer-links a{font-size:14px;color:#ffffffa6;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative;padding-left:12px}.footer-links a:before{content:"›";position:absolute;left:0;color:#ffd100;opacity:0;transition:all .3s ease}.footer-links a:hover{color:#ffd100;padding-left:16px}.footer-links a:hover:before{opacity:1}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:14px;color:#ffffffa6;transition:all .3s ease}.footer-contact li:hover{color:#ffffffe6;transform:translate(4px)}.contact-icon{font-size:16px;color:#ffd100;flex-shrink:0}.footer-qrcode{display:flex;flex-direction:column;align-items:center;gap:12px}.qrcode-image{width:120px;height:120px;border-radius:8px;background:#fff;padding:8px;box-shadow:0 2px 8px #0003}.qrcode-text{font-size:14px;color:#ffffffb3;margin:0;text-align:center}.footer-bottom{padding:24px 0;height:80px;display:flex;align-items:center}.footer-copyright{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;text-align:center}.footer-copyright p{font-size:13px;color:#fff6;margin:0;letter-spacing:.5px}.footer-links-bottom{display:flex;align-items:center;gap:20px}.footer-links-bottom a{font-size:13px;color:#ffffff80;text-decoration:none;transition:all .3s ease;position:relative}.footer-links-bottom a:hover{color:#ffd100}.footer-links-bottom a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:#ffd100;transition:width .3s ease}.footer-links-bottom a:hover:after{width:100%}.divider{color:#fff3;font-size:12px}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:60px}}@media (max-width: 768px){.portal-footer{padding:60px 0 0}.footer-container{padding:0 24px}.footer-content{grid-template-columns:1fr;gap:48px;padding-bottom:40px}.footer-title{font-size:15px}.footer-text,.footer-links a,.footer-contact li{font-size:13px}.footer-bottom{padding:24px 0}.footer-copyright p,.footer-links-bottom a{font-size:12px}.footer-links-bottom{flex-wrap:wrap;gap:12px}}.portal-homepage{width:100%;min-height:100vh;background:#fff}.portal-main{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 1440px){.portal-homepage{font-size:14px}}@media (max-width: 768px){.portal-homepage{font-size:13px}}.business-guide-page{min-height:100vh;background:var(--bg-gray);padding-top:var(--nav-height)}.business-guide-page .guide-container{display:flex;min-height:calc(100vh - 70px)}.business-guide-page .guide-sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid #e8e8e8;position:fixed;top:var(--nav-height);left:0;bottom:0;overflow-y:auto;z-index:var(--z-sidebar)}.business-guide-page .menu-item{display:flex;align-items:center;padding:10px 20px;cursor:pointer;transition:all .15s;border-left:3px solid transparent;color:#666;font-size:13px}.business-guide-page .menu-item:hover{background:#f5f7fa}.business-guide-page .menu-item.active{background:#ffd10014;border-left-color:#ffd100;color:#333;font-weight:500}.business-guide-page .guide-content-wrapper{flex:1;margin-left:var(--sidebar-width);margin-right:var(--right-toc-width);padding:32px 40px;max-width:1100px}.business-guide-page .content-header{margin-bottom:32px}.business-guide-page .content-header h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.business-guide-page .content-body{line-height:1.8}.business-guide-page .content-item{margin-bottom:28px}.business-guide-page .content-item h3{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 14px}.business-guide-page .content-item h3:before{content:"";width:4px;height:24px;background:linear-gradient(180deg,#ffd100,#fa0);border-radius:2px;flex-shrink:0}.business-guide-page .content-item p{font-size:14px;color:#555;margin:0 0 12px;line-height:1.8}.business-guide-page .content-item ol{padding-left:24px;margin:16px 0}.business-guide-page .content-item ol li{font-size:14px;color:#555;margin-bottom:8px;line-height:1.8}.business-guide-page .content-item ol li strong{color:#1a1a1a;font-weight:600}.business-guide-page .right-toc{width:var(--right-toc-width);position:fixed;top:var(--nav-height);right:0;bottom:0;padding:24px 20px 24px 0;overflow-y:auto;z-index:var(--z-right-toc)}.business-guide-page .right-toc-sticky{position:sticky;top:24px}.business-guide-page .toc-title{font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-left:12px}.business-guide-page .toc-list{list-style:none;margin:0;padding:0}.business-guide-page .toc-item{display:block;padding:6px 12px;font-size:13px;color:#888;border-left:2px solid transparent;transition:all .15s;cursor:pointer;text-decoration:none}.business-guide-page .toc-item:hover{color:#555;background:#ffd1000a}.business-guide-page .toc-item.active{color:#fa0;border-left-color:#ffd100;font-weight:500;background:#ffd1000f}@media (max-width: 1200px){.business-guide-page .guide-sidebar{width:var(--sidebar-width-md)}.business-guide-page .guide-content-wrapper{margin-left:var(--sidebar-width-md);margin-right:var(--right-toc-width-md);padding:24px 28px}.business-guide-page .right-toc{width:var(--right-toc-width-md)}}@media (max-width: 900px){.business-guide-page .right-toc{display:none}.business-guide-page .guide-content-wrapper{margin-right:0}}@media (max-width: 768px){.business-guide-page .guide-sidebar{display:none}.business-guide-page .guide-content-wrapper{margin-left:0;padding:20px}}.sidebar{position:fixed;left:0;top:var(--nav-height);bottom:0;width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border-color);overflow-y:auto;z-index:var(--z-sidebar)}.sidebar-header{padding:20px 20px 16px;border-bottom:1px solid #f0f0f0;background:#fff;min-height:63px;box-sizing:border-box;display:flex;align-items:center}.sidebar-header h2{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.5}.menu-category{border-bottom:1px solid #f0f0f0!important}.category-header{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:16px 20px!important;cursor:pointer!important;transition:all .2s ease!important;font-size:14px!important;font-weight:600!important;color:#1a1a1a!important;-webkit-user-select:none!important;user-select:none!important;position:relative!important}.category-header:hover{background:linear-gradient(90deg,#fafafa,#fff)!important}.category-header.active{color:#ffd100!important}.category-label{flex:1!important;display:flex!important;align-items:center!important;gap:10px!important}.expand-icon{font-size:10px!important;color:#bbb!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;opacity:.6!important}.category-header:hover .expand-icon{opacity:1!important;color:#999!important}.expand-icon.expanded{transform:rotate(180deg)!important}.menu-items{background:#fafbfc!important}.menu-item{display:flex!important;align-items:center!important;padding:11px 20px 11px 50px!important;cursor:pointer!important;transition:all .2s ease!important;border-left:3px solid transparent!important;color:#666!important;font-size:13px!important;position:relative!important}.menu-item:before{content:""!important;position:absolute!important;left:38px!important;width:4px!important;height:4px!important;background:#d0d0d0!important;border-radius:50%!important;transition:all .2s ease!important}.menu-item:hover{background:#f5f7fa!important;color:#333!important;padding-left:52px!important}.menu-item:hover:before{background:#999!important;transform:scale(1.2)!important}.menu-item.active{background:linear-gradient(90deg,#ffd1001f,#ffd1000a)!important;border-left-color:#ffd100!important;color:#1a1a1a!important;font-weight:500!important;padding-left:52px!important}.menu-item.active:before{background:#ffd100!important;transform:scale(1.3)!important;box-shadow:0 0 4px #ffd10066!important}@media (max-width: 1200px){.sidebar{width:var(--sidebar-width-md)}}@media (max-width: 900px){.sidebar{display:none}}.error-fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:20px}.error-fallback-content{max-width:500px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000014;padding:48px 40px;text-align:center;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-icon{font-size:72px;margin-bottom:24px;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-title{font-size:24px;font-weight:600;color:#333;margin:0 0 12px}.error-message{font-size:15px;color:#666;margin:0 0 24px;line-height:1.6}.error-details{margin:24px 0;text-align:left;background:#f8f9fa;border-radius:8px;padding:16px;border:1px solid #e8e8e8}.error-details summary{cursor:pointer;font-size:13px;color:#666;font-weight:500;-webkit-user-select:none;user-select:none;outline:none;transition:color .2s}.error-details summary:hover{color:#333}.error-details[open] summary{margin-bottom:12px;color:#333}.error-stack{font-size:12px;color:#d32f2f;background:#fff;padding:12px;border-radius:4px;border:1px solid #ffcdd2;overflow-x:auto;margin:0;white-space:pre-wrap;word-break:break-word}.error-actions{display:flex;gap:12px;justify-content:center;margin-bottom:32px}.btn-retry,.btn-home{flex:1;max-width:160px;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-retry{background:linear-gradient(135deg,#ffd100,#fa0);color:#333}.btn-retry:hover{box-shadow:0 4px 12px #ffd10066;transform:translateY(-2px)}.btn-retry:active{transform:translateY(0)}.btn-home{background:#fff;color:#666;border:1px solid #e8e8e8}.btn-home:hover{background:#f8f9fa;border-color:#d0d0d0;color:#333}.btn-icon{font-size:16px}.error-tips{background:#f0f7ff;border-radius:8px;padding:20px;border:1px solid #d0e7ff}.tips-title{font-size:14px;font-weight:600;color:#333;margin:0 0 12px;text-align:left}.tips-list{margin:0;padding-left:20px;text-align:left}.tips-list li{font-size:13px;color:#666;line-height:1.8;margin-bottom:4px}.tips-list li:last-child{margin-bottom:0}@media (max-width: 600px){.error-fallback-content{padding:32px 24px}.error-icon{font-size:56px}.error-title{font-size:20px}.error-actions{flex-direction:column}.btn-retry,.btn-home{max-width:100%}}.account-list-page .page-header{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:20px 24px 16px;border-bottom:1px solid #e8e8e8;flex-shrink:0;min-height:63px;box-sizing:border-box}.account-list-page .page-title{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:0}.account-list-page .table-container{background:#fff;border-radius:8px;border:1px solid #e8e8e8;overflow:hidden;margin-top:16px}.account-list-page .table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #f0f0f0}.account-list-page .table-toolbar-title{font-size:14px;font-weight:600;color:#333}.account-list-page .table-toolbar-right{display:flex;gap:8px}.account-list-page .btn-add{padding:7px 18px;background:linear-gradient(135deg,#ffd100,#fa0);color:#333;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:5px}.account-list-page .btn-add:hover{box-shadow:0 2px 8px #ffd10059}.account-list-page .data-table{width:100%;border-collapse:collapse;font-size:13px}.account-list-page .data-table thead th{background:#fafafa;padding:11px 14px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #e8e8e8;font-size:12px;white-space:nowrap}.account-list-page .data-table tbody td{padding:11px 14px;border-bottom:1px solid #f5f5f5;color:#444;vertical-align:middle}.account-list-page .data-table tbody tr:hover{background:#fafbfc}.account-list-page .data-table tbody tr:last-child td{border-bottom:none}.account-list-page .status-tag{display:inline-block;padding:2px 10px;border-radius:10px;font-size:11px;font-weight:500}.account-list-page .status-tag.success{background:#e8f5e9;color:#2e7d32}.account-list-page .status-tag.disabled{background:#f5f5f5;color:#9e9e9e}.account-list-page .role-tag{display:inline-block;padding:2px 10px;border-radius:4px;font-size:11px;font-weight:500}.account-list-page .role-tag.super{background:#fff8e1;color:#e65100;border:1px solid #ffd180}.account-list-page .role-tag.ops{background:#e3f2fd;color:#1565c0;border:1px solid #90caf9}.account-list-page .role-tag.finance{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.account-list-page .role-tag.dev{background:#f3e5f5;color:#6a1b9a;border:1px solid #ce93d8}.account-list-page .channel-tags{display:flex;flex-wrap:wrap;gap:4px}.account-list-page .channel-tag{display:inline-block;padding:1px 8px;border-radius:3px;font-size:11px;background:#f5f5f5;color:#555;border:1px solid #e8e8e8}.account-list-page .op-links{display:flex;gap:12px}.account-list-page .op-link{color:#1890ff;font-size:12px;cursor:pointer;text-decoration:none;white-space:nowrap}.account-list-page .op-link:hover{color:#40a9ff}.account-list-page .op-link.danger{color:#ff4d4f}.account-list-page .op-link.danger:hover{color:#ff7875}.account-list-page .op-link.success{color:#52c41a}.account-list-page .op-link.success:hover{color:#73d13d}.account-list-page .pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #f0f0f0}.account-list-page .pagination-info{font-size:13px;color:#666}.account-list-page .pagination-btns{display:flex;align-items:center;gap:6px}.account-list-page .page-btn{min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #e8e8e8;background:#fff;border-radius:4px;font-size:13px;cursor:pointer;color:#333;transition:all .15s}.account-list-page .page-btn:hover:not(:disabled){border-color:#ffd100;color:#fa0}.account-list-page .page-btn.active{background:#ffd100;border-color:#ffd100;color:#333;font-weight:600}.account-list-page .page-btn:disabled{opacity:.45;cursor:not-allowed}.account-detail-page{padding-bottom:100px}.account-detail-page .page-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:20px 24px 16px;border-bottom:1px solid #e8e8e8;flex-shrink:0;min-height:63px;box-sizing:border-box;z-index:10}.account-detail-page .page-title{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:0}.account-detail-page .form-card{background:#fff;border-radius:8px;border:1px solid #e8e8e8;padding:24px 32px;margin-top:16px;margin-bottom:16px}.account-detail-page .form-section{display:flex;gap:0;border-bottom:1px solid #f5f5f5;padding:20px 0}.account-detail-page .form-section:last-child{border-bottom:none;padding-bottom:0}.account-detail-page .form-section:first-child{padding-top:0}.account-detail-page .section-label{width:140px;flex-shrink:0;padding-top:2px}.account-detail-page .section-label-title{font-size:13px;font-weight:600;color:#333}.account-detail-page .section-label-desc{font-size:12px;color:#999;margin-top:4px;line-height:1.6}.account-detail-page .section-body{flex:1;min-width:0}.account-detail-page .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 32px;margin-bottom:4px}.account-detail-page .form-item{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.account-detail-page .form-label{font-size:13px;color:#555;font-weight:500;display:flex;align-items:center;gap:4px}.account-detail-page .form-label .required{color:#ff4d4f;font-size:13px}.account-detail-page .form-input{padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s;background:#fff;width:100%}.account-detail-page .form-input:focus{border-color:#ffd100;box-shadow:0 0 0 2px #ffd1001a}.account-detail-page .form-input:disabled{background:#f5f5f5;color:#bbb;cursor:not-allowed}.account-detail-page .form-input::placeholder{color:#bbb}.account-detail-page .form-hint{font-size:12px;color:#999;margin-top:2px}.account-detail-page .role-cards{display:flex;gap:12px;margin-top:2px}.account-detail-page .role-card{flex:1;border:2px solid #e8e8e8;border-radius:8px;padding:14px 16px;cursor:pointer;transition:all .15s;background:#fff;-webkit-user-select:none;user-select:none}.account-detail-page .role-card:hover,.account-detail-page .role-card.selected{border-color:#ffd100;background:#fffdf0}.account-detail-page .role-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.account-detail-page .role-radio{width:16px;height:16px;border-radius:50%;border:2px solid #d9d9d9;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s}.account-detail-page .role-card.selected .role-radio{border-color:#ffd100;background:#ffd100}.account-detail-page .role-card.selected .role-radio:after{content:"";width:6px;height:6px;border-radius:50%;background:#333}.account-detail-page .role-card-name{font-size:14px;font-weight:600;color:#333}.account-detail-page .role-card-desc{font-size:12px;color:#888;line-height:1.6;padding-left:24px}.account-detail-page .channel-selector{border:1px solid #d9d9d9;border-radius:4px;overflow:hidden;margin-top:2px}.account-detail-page .channel-selector-header{background:#fafafa;padding:8px 14px;font-size:12px;color:#666;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.account-detail-page .channel-selector-header .select-all{color:#1890ff;cursor:pointer;font-size:12px}.account-detail-page .channel-selector-header .select-all:hover{color:#40a9ff}.account-detail-page .channel-list{padding:10px 14px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.account-detail-page .channel-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;border:1px solid #e8e8e8;cursor:pointer;transition:all .15s;background:#fff}.account-detail-page .channel-item:hover,.account-detail-page .channel-item.checked{border-color:#ffd100;background:#fffdf0}.account-detail-page .channel-checkbox{width:16px;height:16px;border:2px solid #d9d9d9;border-radius:3px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all .15s}.account-detail-page .channel-item.checked .channel-checkbox{background:#ffd100;border-color:#ffd100}.account-detail-page .channel-item.checked .channel-checkbox:after{content:"✓";font-size:10px;color:#333;font-weight:700}.account-detail-page .channel-info{flex:1}.account-detail-page .channel-info-name{font-size:13px;font-weight:600;color:#333;display:flex;align-items:center;gap:6px}.account-detail-page .channel-info-id{font-size:11px;color:#999;background:#f5f5f5;padding:1px 6px;border-radius:3px}.account-detail-page .channel-mode-tag{font-size:11px;padding:1px 7px;border-radius:3px;font-weight:500}.account-detail-page .channel-mode-tag.product{background:#e8f5e9;color:#2e7d32}.account-detail-page .channel-mode-tag.coupon{background:#fff3e0;color:#e65100}.account-detail-page .form-actions{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 32px 36px;background:#fff;border-top:1px solid #e8e8e8;margin:0 -32px -24px;position:fixed;bottom:0;right:0;left:240px;z-index:50}.account-detail-page .btn-cancel{padding:8px 24px;background:#fff;color:#666;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s}.account-detail-page .btn-cancel:hover{border-color:#666;color:#333}.account-detail-page .btn-save{padding:8px 32px;background:linear-gradient(135deg,#ffd100,#fa0);color:#333;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.account-detail-page .btn-save:hover{box-shadow:0 2px 8px #ffd10066}@media (max-width: 900px){.account-detail-page .form-row{grid-template-columns:1fr}.account-detail-page .form-actions{left:0}}.channel-detail-page{height:100%;display:flex;flex-direction:column;background:#fff}.channel-detail-page .page-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;min-height:63px;box-sizing:border-box;z-index:10}.channel-detail-page .page-title-row{display:flex;align-items:center;gap:12px}.channel-detail-page .page-title{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:0}.channel-detail-page .page-subtitle{font-size:12px;color:#999;line-height:1.5;margin:0 0 0 8px}.channel-detail-page .status-badge{display:inline-block;padding:3px 10px;border-radius:3px;font-size:12px;font-weight:500;white-space:nowrap}.channel-detail-page .status-badge.status-online{background:#e8f5e9;color:#2e7d32}.channel-detail-page .status-badge.status-offline{background:#ffebee;color:#c62828}.channel-detail-page .detail-content{flex:1;overflow-y:auto;background:#fff;padding:0 24px 24px 0}.channel-detail-page .info-section{background:#fff;border:1px solid #e8e8e8;border-radius:4px;padding:20px 24px;margin:20px 0 16px 24px}.channel-detail-page .info-section:first-child{margin-top:20px}.channel-detail-page .info-section:last-child{margin-bottom:0}.channel-detail-page .section-header{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e8e8e8}.channel-detail-page .section-title{font-size:15px;font-weight:600;color:#333;margin:0}.channel-detail-page .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px}.channel-detail-page .info-item{display:flex;align-items:center;gap:8px;min-height:32px}.channel-detail-page .info-item label{font-size:13px;color:#666;white-space:nowrap}.channel-detail-page .info-item label:after{content:"："}.channel-detail-page .info-value{font-size:13px;color:#444;word-break:break-all;flex:1}.channel-detail-page .loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.channel-detail-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;padding:60px 20px}.channel-detail-page .empty-icon{font-size:80px;margin-bottom:24px;opacity:.3}.channel-detail-page .empty-title{font-size:20px;font-weight:600;color:#262626;margin-bottom:12px}.channel-detail-page .empty-description{font-size:14px;color:#8c8c8c;line-height:1.6}@media (max-width: 1200px){.channel-detail-page .info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.channel-detail-page .info-grid{grid-template-columns:1fr}.channel-detail-page .info-item{padding-left:0;flex-direction:column;align-items:flex-start;gap:4px}.channel-detail-page .info-item label{position:static;width:auto;text-align:left}}.order-detail-page{height:100%;display:flex;flex-direction:column;background:#fff}.order-detail-page .page-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;min-height:63px;box-sizing:border-box;z-index:10}.order-detail-page .page-title{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:0}.search-panel{background:#fff;border-bottom:1px solid #e8e8e8;padding:16px 0;flex-shrink:0}.search-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px;padding:0 24px}.search-item{display:flex;align-items:center;gap:0;min-height:36px;position:relative;padding-left:78px}.search-label{font-size:13px;color:#666;white-space:nowrap;position:absolute;left:0;width:70px;text-align:right}.search-input{flex:1;padding:7px 10px;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s;background:#fff}.search-input:focus{border-color:#ffd100}.search-input::placeholder{color:#bbb}.filter-select{flex:1;padding:7px 8px;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;outline:none;background:#fff;color:#555;cursor:pointer}.search-item .ant-picker{flex:1}.search-item .ant-picker-focused{border-color:#ffd100;box-shadow:0 0 0 2px #ffd1001a}.search-item .ant-picker:hover{border-color:#ffd100}.search-actions{grid-column:1/-1;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-top:4px}.btn-reset{padding:7px 18px;background:#fff;color:#666;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s}.btn-reset:hover{border-color:#ffd100;color:#fa0}.btn-primary{padding:7px 28px;background:linear-gradient(135deg,#ffd100,#fa0);color:#333;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-primary:hover{box-shadow:0 2px 8px #ffd10059}.order-detail-page .table-container{background:#fff;flex:1;overflow-y:auto;overflow-x:auto}.order-detail-page .data-table{width:100%;border-collapse:collapse;font-size:13px}.order-detail-page .data-table thead th{background:#fafafa;padding:11px 14px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #e8e8e8;font-size:12px;white-space:nowrap;position:sticky;top:0;z-index:10}.order-detail-page .data-table thead th:first-child{padding-left:24px}.order-detail-page .data-table thead th:last-child{padding-right:24px}.order-detail-page .data-table tbody td{padding:11px 14px;border-bottom:1px solid #f5f5f5;color:#444;vertical-align:middle;font-size:13px}.order-detail-page .data-table tbody td:first-child{padding-left:24px}.order-detail-page .data-table tbody td:last-child{padding-right:24px}.order-detail-page .data-table tbody tr:hover{background:#fafbfc}.order-detail-page .data-table tbody tr:last-child td{border-bottom:1px solid #f5f5f5}.order-detail-page .status-tag{display:inline-block;padding:3px 10px;border-radius:3px;font-size:12px;font-weight:500;white-space:nowrap}.order-detail-page .status-tag.success{background:#e8f5e9;color:#2e7d32}.order-detail-page .status-tag.processing{background:#e3f2fd;color:#1976d2}.order-detail-page .status-tag.pending{background:#fff3e0;color:#f57c00}.order-detail-page .status-tag.failed{background:#ffebee;color:#c62828}@media (max-width: 1200px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.search-grid{grid-template-columns:1fr}}.settlement-detail-page{height:100%;display:flex;flex-direction:column;background:#fff}.settlement-detail-page .page-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;min-height:63px;box-sizing:border-box;z-index:10}.settlement-detail-page .page-title{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:0}.settlement-detail-page .page-subtitle{font-size:12px;color:#999;margin-top:4px;line-height:1.5}.settlement-detail-page .search-panel{background:#fff;border-bottom:1px solid #e8e8e8;padding:16px 0;flex-shrink:0}.settlement-detail-page .search-grid{padding:0 24px}.settlement-detail-page .search-item{position:relative;padding-left:78px;gap:0}.settlement-detail-page .search-label{position:absolute;left:0;width:70px}.settlement-detail-page .table-container{background:#fff;flex:1;overflow-y:auto;overflow-x:auto}.settlement-detail-page .data-table{width:100%;border-collapse:collapse;font-size:13px}.settlement-detail-page .data-table thead th{background:#fafafa;padding:11px 14px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #e8e8e8;font-size:12px;white-space:nowrap;position:sticky;top:0;z-index:10}.settlement-detail-page .data-table thead th:first-child{padding-left:24px}.settlement-detail-page .data-table thead th:last-child{padding-right:24px}.settlement-detail-page .data-table tbody td{padding:11px 14px;border-bottom:1px solid #f5f5f5;color:#444;vertical-align:middle;font-size:13px}.settlement-detail-page .data-table tbody td:first-child{padding-left:24px}.settlement-detail-page .data-table tbody td:last-child{padding-right:24px}.settlement-detail-page .data-table tbody tr:hover{background:#fafbfc}.settlement-detail-page .data-table tbody tr:last-child td{border-bottom:1px solid #f5f5f5}.settlement-detail-page .status-tag{display:inline-block;padding:3px 10px;border-radius:3px;font-size:12px;font-weight:500;white-space:nowrap}.settlement-detail-page .status-tag.success{background:#e8f5e9;color:#2e7d32}.settlement-detail-page .status-tag.processing{background:#e3f2fd;color:#1976d2}.settlement-detail-page .status-tag.pending{background:#fff3e0;color:#f57c00}.settlement-detail-page .status-tag.failed{background:#ffebee;color:#c62828}.amount-text{font-family:Monaco,Menlo,monospace;font-weight:600}.amount-in{color:#52c41a}.amount-out{color:#ff4d4f}.equity-pkg-list{padding:0}.search-bar{margin-bottom:16px;padding:16px;background-color:#f5f5f5;border-radius:8px}.pagination-wrapper{display:flex;justify-content:flex-end;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.ant-tag{min-width:60px;text-align:center}.ant-btn-text{padding:0 4px}.ant-btn-text:hover{background-color:#f0f0f0}.detail-content{padding:16px 0}.detail-item{display:flex;margin-bottom:12px;line-height:1.6}.detail-label{width:100px;color:#666;flex-shrink:0}.detail-value{flex:1;color:#333}.detail-section{margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}.detail-section-title{font-size:16px;font-weight:500;margin-bottom:12px;color:#333}.detail-reject-reason{background-color:#fff2f0;border:1px solid #ffccc7;border-radius:4px;padding:12px;margin-bottom:16px}.detail-reject-reason .detail-label,.detail-reject-reason .reject-reason{color:#cf1322;font-weight:500}.equity-pkg-form{padding:0}.batch-section{margin-top:24px;margin-bottom:24px}.batch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.batch-header h4{margin:0;font-size:16px;font-weight:500}.form-actions{display:flex;justify-content:center;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.batch-section .ant-table{background:#fafafa;border-radius:8px}.batch-section .ant-table-tbody>tr>td{padding:12px 16px}@media (max-width: 768px){.batch-header{flex-direction:column;gap:12px;align-items:flex-start}.form-actions{flex-direction:column;gap:12px}.form-actions .ant-space{flex-direction:column;width:100%}.form-actions .ant-btn{width:100%}}.merchant-center-page{position:fixed;top:70px;left:0;right:0;bottom:0;background:#f7f8fa;overflow:hidden;display:flex;flex-direction:column}.merchant-top-bar{background:#fffbe6;border-bottom:1px solid #ffe58f;padding:0;flex-shrink:0}.top-bar-content{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;max-width:100%}.current-channel{font-size:14px;color:#262626;font-weight:500}.switch-channel-btn{padding:4px 16px;background:#fff;border:1px solid #d9d9d9;border-radius:4px;font-size:13px;color:#262626;cursor:pointer;transition:all .2s ease}.switch-channel-btn:hover{border-color:#ffc300;color:#ffc300}.merchant-container{display:flex;flex:1;overflow:hidden}.content-panel{flex:1;margin-left:var(--sidebar-width);background:#f7f8fa;overflow-y:auto;overflow-x:hidden}.content-inner{padding:0;width:100%;min-height:100%;box-sizing:border-box}@media (max-width: 1200px){.content-panel{margin-left:var(--sidebar-width-md)}}@media (max-width: 900px){.content-panel{margin-left:0}}.subchannel-select-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding-top:var(--nav-height, 70px);padding-bottom:60px;padding-left:20px;padding-right:20px}.subchannel-select-page .subchannel-container{padding-top:60px}.subchannel-container{max-width:1400px;margin:0 auto}.subchannel-header{text-align:center;margin-bottom:56px}.subchannel-title{font-size:32px;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.5px}.subchannel-subtitle{font-size:15px;color:#666;margin:0;font-weight:400}.subchannel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;padding:0 8px}.subchannel-card{position:relative;background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:24px;cursor:pointer;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center;height:280px;box-shadow:0 2px 8px #0000000a}.subchannel-card:hover{border-color:#ffd100;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.subchannel-card.current-selected{border:2px solid #FFD100;background:#fffef8;box-shadow:0 4px 16px #ffd10026}.subchannel-card.current-selected .card-icon-wrapper{background:#ffd100;color:#fff}.current-badge{position:absolute;top:0;right:0;width:40px;height:40px;background:#ffd100;border-radius:0 12px 0 100%;display:flex;align-items:flex-start;justify-content:flex-end;padding:6px 8px;z-index:2;box-shadow:-2px 2px 8px #ffd1004d}.type-badge-corner{position:absolute;top:12px;left:12px;padding:6px 16px;border-radius:8px;font-size:14px;font-weight:600;white-space:nowrap;z-index:1;border:1px solid}.channel-icon{margin-top:32px;margin-bottom:20px;transition:transform .3s ease}.subchannel-card:hover .channel-icon{transform:scale(1.1)}.card-content{width:100%;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.card-title{font-weight:600;color:#1a1a1a;margin:0 0 12px;display:flex;align-items:baseline;justify-content:center;line-height:1.3}.channel-name-small{font-size:16px;color:#1a1a1a;font-weight:500}.separator{font-size:20px;color:#1a1a1a;margin:0 6px;font-weight:500}.subchannel-name-large{font-size:26px;color:#1a1a1a;font-weight:600;letter-spacing:.5px}.card-channel-name{font-size:13px;color:#999;margin:6px 0 16px;font-weight:400}.card-meta{display:flex;justify-content:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #f0f0f0;width:100%}.meta-item{font-size:12px;color:#999}.card-type-badge{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.card-description{font-size:12px;color:#8c8c8c;line-height:1.5;height:36px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffd100;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:11px}.subchannel-card:hover .card-hover-overlay{opacity:1}.enter-btn{padding:12px 32px;background:#fff;color:#1a1a1a;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.enter-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#ffd100;border-right-color:#ffd100;border-radius:50%;animation:spin .8s cubic-bezier(.68,-.55,.265,1.55) infinite;box-shadow:0 4px 12px #ffd10033}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{font-size:15px;color:#666;font-weight:500}.empty-state{text-align:center;padding:80px 20px;color:#8c8c8c;font-size:14px}@media (max-width: 1200px){.subchannel-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 768px){.subchannel-select-page{padding-top:var(--nav-height, 70px);padding-bottom:40px;padding-left:16px;padding-right:16px}.subchannel-select-page .subchannel-container{padding-top:40px}.subchannel-title{font-size:28px}.subchannel-subtitle{font-size:14px}.subchannel-grid{grid-template-columns:1fr;gap:16px}.subchannel-card{padding:24px 20px;min-height:240px}.card-icon-wrapper{width:64px;height:64px}.card-icon{font-size:32px}}.developer-center-page{position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--bg-gray);overflow:hidden;display:flex;flex-direction:column}.main-container{display:flex;flex:1;overflow:hidden}.developer-center-page .sidebar{position:fixed;left:0;top:var(--nav-height);bottom:0;width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border-color);overflow-y:auto;z-index:var(--z-sidebar)}.content-area{flex:1;margin-left:var(--sidebar-width);margin-right:var(--right-toc-width);background:#fff;overflow-y:auto;overflow-x:hidden}.developer-center-page .page-header{position:sticky;top:0;padding:20px 40px 16px;background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;min-height:63px;box-sizing:border-box;z-index:10}.developer-center-page .page-title-row{display:flex;align-items:center;justify-content:space-between}.developer-center-page .page-title{font-size:18px;font-weight:600;color:#333;line-height:1.5;margin:0}.api-detail-content{padding:24px 40px 0}.api-url-section{padding:0 40px;margin-bottom:20px}.api-url-row{display:flex;align-items:center;background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.api-method-badge-lg{padding:12px 20px;font-size:13px;font-weight:700;font-family:Monaco,Menlo,monospace;letter-spacing:.5px;text-transform:uppercase;color:#fff;flex-shrink:0;display:flex;align-items:center;align-self:stretch}.api-method-badge-lg.post{background:#1890ff}.api-method-badge-lg.callback{background:#ff9800}.api-url-text{flex:1;padding:10px 16px;font-size:14px;color:#555;font-family:Monaco,Menlo,monospace;word-break:break-all;line-height:1.6;display:flex;align-items:center}.api-desc-text{font-size:14px;color:#666;line-height:1.8;margin-bottom:24px}.callback-banner{display:flex;align-items:flex-start;gap:10px;padding:14px 18px;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;font-size:13px;color:#9f6f00;line-height:1.7;margin:0 40px 24px}.callback-banner strong{color:#ad6800;white-space:nowrap}.doc-section{padding:0 40px;margin-bottom:32px}.doc-section-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}.doc-section-head:before{content:"";width:4px;height:1em;background:linear-gradient(180deg,#ffd100,#fa0);border-radius:2px;flex-shrink:0;align-self:center}.doc-section-head h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.5}.params-table{width:100%;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;font-size:13px;border-collapse:collapse}.params-table thead th{background:#fafbfc;padding:12px 16px;text-align:left;font-weight:600;color:#555;border-bottom:1px solid #e8e8e8;font-size:12px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.params-table tbody td{padding:11px 16px;border-bottom:1px solid #f5f5f5;vertical-align:top}.params-table tbody tr:last-child td{border-bottom:none}.params-table tbody tr:hover{background:#fafbfc}.pname{font-family:Monaco,Menlo,monospace;color:#1890ff;font-size:13px;font-weight:500}.ptype{color:#722ed1;font-size:12px;background:#f9f0ff;padding:2px 8px;border-radius:4px;display:inline-block}.preq{color:#ff4d4f;font-size:12px;font-weight:600}.preq.opt{color:#999;font-weight:400}.pdesc{color:#555;line-height:1.6}.child-row .pname{padding-left:16px;font-size:12px}.json-block{background:#1a1a2e;border-radius:8px;padding:18px 22px;font-family:Monaco,Menlo,Consolas,monospace;font-size:13px;line-height:1.7;color:#a9b7c6;overflow-x:auto;white-space:pre-wrap;word-break:break-all;position:relative}.json-block:before{content:"JSON";position:absolute;top:8px;right:12px;font-size:10px;color:#555;background:#ffffff0f;padding:2px 8px;border-radius:3px}.jk{color:#cc99cd}.js{color:#6a8759}.jn{color:#6897bb}.jb{color:#cc7832}.jnl{color:gray}.right-toc{position:fixed;top:var(--nav-height);right:0;bottom:0;width:var(--right-toc-width);padding:24px 20px 24px 16px;overflow-y:auto;z-index:var(--z-right-toc);background:#fff;border-left:1px solid var(--border-color)}.right-toc-sticky{position:sticky;top:90px}.toc-title{font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;padding-left:12px}.toc-list{list-style:none}.toc-item{display:block;padding:6px 12px;font-size:13px;color:#888;text-decoration:none;border-left:2px solid transparent;transition:all .15s;line-height:1.5;cursor:pointer}.toc-item:hover{color:#333;background:#ffd1000a}.toc-item.active{color:#fa0;border-left-color:#ffd100;font-weight:500;background:#ffd1000f}@media (max-width: 1200px){.sidebar{width:var(--sidebar-width-md)}.content-area{margin-left:var(--sidebar-width-md);margin-right:var(--right-toc-width-md);padding:24px 28px}.right-toc{width:160px}}@media (max-width: 900px){.right-toc{display:none}.content-area{margin-right:0}}@media (max-width: 768px){.sidebar{display:none}.content-area{margin-left:0;padding:20px}}.debug-page{min-height:100vh;background:var(--bg-gray);padding-top:var(--nav-height);display:flex}.debug-page .doc-panel{width:42%;margin-left:var(--sidebar-width);background:#fff;border-right:1px solid var(--border-color);overflow-y:auto;transition:width .25s ease}.debug-page .doc-panel.guide-mode{width:calc(100% - var(--sidebar-width))}.debug-page .doc-panel-inner{padding:24px}.debug-page .api-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.debug-page .api-title{font-size:18px;font-weight:600;color:#333;margin-bottom:10px}.debug-page .api-url-row{display:flex;align-items:stretch;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden;margin-bottom:8px;min-height:44px}.debug-page .api-method-badge-lg{padding:0 16px;font-size:12px;font-weight:700;font-family:Monaco,Menlo,monospace;letter-spacing:.5px;text-transform:uppercase;color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.debug-page .api-method-badge-lg.post{background:#1890ff}.debug-page .api-url-text{flex:1;padding:12px 14px;font-size:13px;color:#555;font-family:Monaco,Menlo,monospace;display:flex;align-items:center;word-break:break-all;line-height:1.5}.debug-page .api-desc{font-size:13px;color:#666;line-height:1.7}.debug-page .doc-section{margin-bottom:18px}.debug-page .doc-section-title{font-size:13px;font-weight:600;color:#333;margin-bottom:10px;display:flex;align-items:center;gap:6px;line-height:1.5}.debug-page .doc-section-title:before{content:"";width:4px;height:24px;background:linear-gradient(180deg,#ffd100,#fa0);border-radius:2px;flex-shrink:0}.debug-page .param-table{width:100%;border:1px solid #f0f0f0;border-radius:6px;overflow:hidden;font-size:12px;border-collapse:collapse}.debug-page .param-table th{background:#fafafa;padding:9px 12px;text-align:left;font-weight:600;color:#666;border-bottom:1px solid #f0f0f0;white-space:nowrap}.debug-page .param-table td{padding:9px 12px;border-bottom:1px solid #f5f5f5;vertical-align:top}.debug-page .param-table tr:last-child td{border-bottom:none}.debug-page .param-table tr:hover td{background:#fafbfc}.debug-page .pname{font-family:Monaco,Menlo,monospace;color:#1890ff;font-size:12px;font-weight:500}.debug-page .ptype{color:#722ed1;font-size:11px;background:#f9f0ff;padding:2px 6px;border-radius:3px;display:inline-block}.debug-page .preq{color:#ff4d4f;font-size:11px;font-weight:600}.debug-page .preq.opt{color:#999;font-weight:400}.debug-page .pdesc{color:#555;line-height:1.5}.debug-page .child-row{background:#fcfcfc}.debug-page .child-row .pname{padding-left:16px;font-size:11px}.debug-page .param-table.tree-table .nested-row{background:#fafbfc}.debug-page .param-table.tree-table .nested-row:hover td{background:#f5f7fa}.debug-page .json-block{background:#1a1a2e;border-radius:6px;padding:14px 16px;font-family:Monaco,Menlo,Consolas,monospace;font-size:12px;line-height:1.65;color:#a9b7c6;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.debug-page .jk{color:#cc99cd}.debug-page .js{color:#6a8759}.debug-page .jn{color:#6897bb}.debug-page .jb{color:#cc7832}.debug-page .jnl{color:gray}.debug-page .callback-banner{padding:12px 16px;background:#fffbe6;border:1px solid #ffe58f;border-radius:6px;font-size:12px;color:#9f6f00;line-height:1.7;margin-bottom:16px}.debug-page .callback-banner strong{color:#ad6800}.debug-page .callback-card{margin-top:14px;padding:14px 16px;background:#fffbf0;border:1px solid #ffe7ba;border-radius:6px}.debug-page .callback-card-title{font-size:12px;font-weight:600;color:#ad6800;margin-bottom:6px}.debug-page .callback-card p{font-size:12px;color:#996d00;line-height:1.6;margin-bottom:10px}.debug-page .guide-inline-code{background:#f5f5f5;padding:1px 6px;border-radius:3px;font-family:Monaco,Menlo,monospace;font-size:12px;color:#1890ff}.debug-page .debug-panel{position:fixed;top:var(--nav-height);right:0;bottom:0;width:calc(100% - calc(var(--sidebar-width) + 42%));display:flex;flex-direction:column;background:var(--bg-gray);z-index:var(--z-right-toc)}.debug-page .doc-panel.guide-mode~.debug-panel{display:none!important}.debug-page .debug-header{padding:12px 16px;background:#fff;border-bottom:1px solid #e8e8e8}.debug-page .debug-title{font-size:14px;font-weight:600;color:#333}.debug-page .request-bar{display:flex;gap:8px;padding:12px 16px;align-items:stretch;background:#fff;border-bottom:1px solid #e8e8e8}.debug-page .url-input{flex:1;padding:9px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:12px;font-family:Monaco,monospace;background:#fafafa;outline:none;transition:border-color .2s;height:36px;line-height:1.5}.debug-page .url-input:focus{border-color:#ffd100}.debug-page .btn-send{padding:9px 20px;background:linear-gradient(135deg,#ffd100,#fa0);color:#333;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s;height:36px;display:flex;align-items:center;justify-content:center}.debug-page .btn-send:hover:not(:disabled){box-shadow:0 2px 8px #ffd10059}.debug-page .btn-send:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.debug-page .tabs-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.debug-page .tabs-header{display:flex;background:#fff;border-bottom:1px solid #e8e8e8;padding:0 16px}.debug-page .tab-item{padding:12px 18px;font-size:13px;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap}.debug-page .tab-item:hover{color:#333}.debug-page .tab-item.active{color:#fa0;border-bottom-color:#ffd100;font-weight:500}.debug-page .tabs-content{flex:1;overflow:hidden;display:flex}.debug-page .tab-pane{flex:1;display:none;flex-direction:column;overflow:hidden}.debug-page .tab-pane.active{display:flex}.debug-page .json-editor{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.debug-page .json-editor-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#fafafa;border-bottom:1px solid #f0f0f0;font-size:12px;color:#999;flex-shrink:0}.debug-page .json-input-wrap{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.debug-page .json-textarea{flex:1;padding:14px 16px;border:none;outline:none;resize:none;font-family:Monaco,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;background:#fff;color:#333;overflow-y:auto;min-height:80px}.debug-page .json-textarea:focus{background:#fffbe6}.debug-page .json-error-toast{display:none;padding:8px 16px;background:#fff2f0;border-left:3px solid #ff4d4f;color:#cf1322;font-size:12px;line-height:1.5;flex-shrink:0}.debug-page .json-error-toast.show{display:block}.debug-page .json-toolbar{display:flex;gap:8px;padding:10px 16px;background:#fafafa;border-top:1px solid #f0f0f0;flex-shrink:0}.debug-page .toolbar-btn{padding:6px 12px;border:1px solid #d9d9d9;background:#fff;border-radius:4px;cursor:pointer;font-size:12px;color:#666;transition:all .2s}.debug-page .toolbar-btn:hover{border-color:#ffd100;color:#fa0}.debug-page .response-info{padding:12px 16px;background:#fff;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;gap:16px;font-size:12px}.debug-page .status-badge{padding:3px 10px;border-radius:4px;font-weight:500}.debug-page .status-badge.ok{background:#e8f5e9;color:#2e7d32}.debug-page .resp-time{color:#999;font-size:12px}.debug-page .response-body{flex:1;overflow:auto;padding:16px}.debug-page .empty-response{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999;font-size:12px}.debug-page .empty-icon{font-size:40px;margin-bottom:8px;opacity:.5}@media (max-width: 1200px){.debug-page .doc-panel{margin-left:var(--sidebar-width-md);width:40%}.debug-page .doc-panel.guide-mode{width:calc(100% - var(--sidebar-width-md))}.debug-page .debug-panel{width:calc(100% - calc(var(--sidebar-width-md) + 40%))}}@media (max-width: 900px){.debug-page .doc-panel{margin-left:0;width:50%}.debug-page .doc-panel.guide-mode{width:100%}.debug-page .debug-panel{width:50%}}.ai-ecosystem-page{min-height:100vh;background:var(--bg-gray);padding-top:var(--nav-height)}.ai-ecosystem-page .ai-ecosystem-container{display:flex;min-height:calc(100vh - 70px)}.ai-ecosystem-page .ai-ecosystem-sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid #e8e8e8;position:fixed;top:var(--nav-height);left:0;bottom:0;overflow-y:auto;z-index:var(--z-sidebar)}.ai-ecosystem-page .menu-category{border-bottom:1px solid #f0f0f0}.ai-ecosystem-page .category-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600;color:#1a1a1a;-webkit-user-select:none;user-select:none;position:relative}.ai-ecosystem-page .category-header:hover{background:linear-gradient(90deg,#fafafa,#fff)}.ai-ecosystem-page .category-header.active{color:#ffd100}.ai-ecosystem-page .category-label{flex:1;display:flex;align-items:center;gap:10px}.ai-ecosystem-page .expand-icon{font-size:10px;color:#bbb;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:.6}.ai-ecosystem-page .category-header:hover .expand-icon{opacity:1;color:#999}.ai-ecosystem-page .expand-icon.expanded{transform:rotate(180deg)}.ai-ecosystem-page .menu-items{background:#fafbfc}.ai-ecosystem-page .menu-item{display:flex;align-items:center;padding:11px 20px 11px 50px;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;color:#666;font-size:13px;position:relative}.ai-ecosystem-page .menu-item:before{content:"";position:absolute;left:38px;width:4px;height:4px;background:#d0d0d0;border-radius:50%;transition:all .2s ease}.ai-ecosystem-page .menu-item:hover{background:#f5f7fa;color:#333;padding-left:52px}.ai-ecosystem-page .menu-item:hover:before{background:#999;transform:scale(1.2)}.ai-ecosystem-page .menu-item.active{background:linear-gradient(90deg,#ffd1001f,#ffd1000a);border-left-color:#ffd100;color:#1a1a1a;font-weight:500;padding-left:52px}.ai-ecosystem-page .menu-item.active:before{background:#ffd100;transform:scale(1.3);box-shadow:0 0 4px #ffd10066}.ai-ecosystem-page .item-icon{margin-right:8px;font-size:13px}.ai-ecosystem-page .ai-ecosystem-content-wrapper{flex:1;margin-left:var(--sidebar-width);margin-right:var(--right-toc-width);padding:32px 40px;overflow-y:auto}.ai-ecosystem-page .ai-ecosystem-content{max-width:1100px}.ai-ecosystem-page .content-header{margin-bottom:24px}.ai-ecosystem-page .content-header h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.ai-ecosystem-page .loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.ai-ecosystem-page .skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-top:20px}.ai-ecosystem-page .skill-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.ai-ecosystem-page .skill-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#ffd100}.ai-ecosystem-page .skill-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.ai-ecosystem-page .skill-title-section{flex:1;margin-right:12px}.ai-ecosystem-page .skill-icon{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.ai-ecosystem-page .skill-icon img{width:100%;height:100%;object-fit:contain}.ai-ecosystem-page .skill-card-body{flex:1;margin-bottom:16px}.ai-ecosystem-page .skill-name{display:flex;align-items:center;font-size:18px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4;word-break:break-word}.ai-ecosystem-page .skill-id{font-size:13px;font-weight:400;color:#999;margin-left:4px}.ai-ecosystem-page .skill-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:12px;background:#f9f9f9;border-radius:4px}.ai-ecosystem-page .meta-item{display:flex;align-items:center;font-size:13px}.ai-ecosystem-page .meta-label{color:#999;min-width:80px;flex-shrink:0}.ai-ecosystem-page .meta-value{color:#333;flex:1}.ai-ecosystem-page .skill-description{font-size:14px;color:#666;line-height:1.8;margin:0;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ai-ecosystem-page .empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}.ai-ecosystem-page .empty-icon{font-size:64px;color:#d9d9d9;margin-bottom:16px}.ai-ecosystem-page .empty-state p{font-size:16px;color:#999;margin:0}.ai-ecosystem-page .right-toc{width:var(--right-toc-width);position:fixed;top:var(--nav-height);right:0;bottom:0;padding:24px 20px 24px 0;overflow-y:auto;z-index:var(--z-right-toc)}.ai-ecosystem-page .right-toc-sticky{position:sticky;top:24px}.ai-ecosystem-page .toc-title{font-size:12px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;padding-left:12px}.ai-ecosystem-page .toc-list{list-style:none;margin:0;padding:0}.ai-ecosystem-page .toc-item{display:block;padding:6px 12px;font-size:13px;color:#888;border-left:2px solid transparent;transition:all .15s;cursor:pointer;text-decoration:none}.ai-ecosystem-page .toc-item:hover{color:#555;background:#ffd1000a}.ai-ecosystem-page .toc-item.active{color:#fa0;border-left-color:#ffd100;font-weight:500;background:#ffd1000f}@media (max-width: 1200px){.ai-ecosystem-page .ai-ecosystem-sidebar{width:var(--sidebar-width-md)}.ai-ecosystem-page .ai-ecosystem-content-wrapper{margin-left:var(--sidebar-width-md);margin-right:var(--right-toc-width-md);padding:24px 28px}.ai-ecosystem-page .right-toc{width:var(--right-toc-width-md)}.ai-ecosystem-page .skills-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 900px){.ai-ecosystem-page .right-toc{display:none}.ai-ecosystem-page .ai-ecosystem-content-wrapper{margin-right:0}}@media (max-width: 768px){.ai-ecosystem-page .ai-ecosystem-sidebar{display:none}.ai-ecosystem-page .ai-ecosystem-content-wrapper{margin-left:0;padding:20px}.ai-ecosystem-page .skills-grid{grid-template-columns:1fr;gap:16px}.ai-ecosystem-page .skill-card{padding:16px}.ai-ecosystem-page .skill-name{font-size:16px}}.api-doc-page{min-height:100vh;background:var(--bg-gray);padding-top:var(--nav-height)}.api-doc-page .api-container{display:flex;min-height:calc(100vh - var(--nav-height))}.api-doc-page .sidebar{position:fixed!important;left:0!important;top:var(--nav-height)!important;bottom:0!important;width:var(--sidebar-width)!important;background:#fff!important;border-right:1px solid var(--border-color)!important;overflow-y:auto!important;z-index:var(--z-sidebar)!important;border-radius:0!important;box-shadow:none!important}.api-doc-page .api-content-wrapper{flex:1;margin-left:var(--sidebar-width);background:#fff;padding:32px 40px;overflow-y:auto;min-height:calc(100vh - var(--nav-height))}.api-doc-page .api-content{max-width:900px}.api-doc-page .content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.api-doc-page .content-header h2{font-size:28px;font-weight:600;color:#1a1a1a;margin:0}.api-doc-page .content-body{line-height:1.8}.api-doc-page .content-item{margin-bottom:32px}.api-doc-page .content-item h3{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px;line-height:1.5}.api-doc-page .content-item h3:before{content:"";width:4px;height:1em;background:linear-gradient(180deg,#ffd100,#fa0);border-radius:2px;flex-shrink:0;align-self:center}.api-doc-page .content-item p{font-size:15px;color:#666;margin:0 0 12px;line-height:1.8}.api-doc-page .content-item ul,.api-doc-page .content-item ol{margin:16px 0;padding-left:24px}.api-doc-page .content-item li{font-size:15px;color:#666;margin-bottom:8px;line-height:1.8}.api-doc-page .content-item li strong{color:#1a1a1a;font-weight:600}.api-doc-page .content-item pre{background:#f7f8fa;border:1px solid #e8e8e8;border-radius:4px;padding:16px;margin:16px 0;overflow-x:auto;font-size:13px;line-height:1.6;color:#333}.api-doc-page .api-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.api-doc-page .api-table thead{background:#fafafa}.api-doc-page .api-table th{padding:12px 16px;text-align:left;font-weight:600;color:#1a1a1a;border:1px solid #e8e8e8}.api-doc-page .api-table td{padding:12px 16px;color:#666;border:1px solid #e8e8e8}.api-doc-page .api-table tbody tr:hover{background:#fafafa}.api-doc-page .api-params-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;background:#fff}.api-doc-page .api-params-table thead{background:#fafafa}.api-doc-page .api-params-table th{padding:12px 16px;text-align:left;font-weight:600;color:#1a1a1a;border:1px solid #e8e8e8;white-space:nowrap}.api-doc-page .api-params-table td{font-size:15px;padding:12px 16px;color:#000;border:1px solid #e8e8e8;vertical-align:middle}.api-doc-page .api-params-table .param-row{transition:background .2s ease}.api-doc-page .api-params-table .param-row:hover{background:#fafafa}.api-doc-page .param-name-cell{display:flex;align-items:center;gap:8px}.api-doc-page .param-name-cell .expand-icon{cursor:pointer;color:#999;font-size:12px;transition:transform .3s ease;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.api-doc-page .param-name-cell .expand-icon:hover{color:#ffd100}.api-doc-page .param-name-cell .expand-icon.expanded{transform:rotate(90deg)}.api-doc-page .param-name{color:#000;font-size:15px;font-weight:400}.api-doc-page .param-type{color:#000;font-size:15px;font-weight:400;padding:2px 8px;border-radius:4px}.api-doc-page .param-required{display:inline-block;padding:2px 8px;border-radius:4px;color:#000;font-size:15px;font-weight:400}.api-doc-page .param-description{font-size:15px;line-height:1.6}.api-doc-page .code-block{background:#f7f8fa;border:1px solid #e8e8e8;border-radius:6px;padding:20px;margin:16px 0;overflow-x:auto;font-size:13px;line-height:1.8;color:#333;font-family:Courier New,Consolas,Monaco,monospace}.api-doc-page .code-block code{font-family:inherit;white-space:pre}.api-doc-page .json-viewer-wrapper{margin:16px 0;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden;background:#fff}.api-doc-page .json-viewer-wrapper .react-json-view{font-family:Courier New,Consolas,Monaco,monospace!important}.api-doc-page .json-viewer-wrapper .string-value{color:#0e7c0e!important}.api-doc-page .json-viewer-wrapper .number-value{color:#1890ff!important}.api-doc-page .json-viewer-wrapper .boolean-value{color:#d4a72c!important}.api-doc-page .json-viewer-wrapper .object-key{color:#881391!important}.api-doc-page .content-header .header-left{display:flex;flex-direction:column;gap:12px}.api-doc-page .api-meta{display:flex;align-items:center;gap:12px}.api-doc-page .api-meta .method-tag{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.api-doc-page .api-meta .api-path{font-family:Courier New,monospace;font-size:14px;background:#f7f8fa;padding:4px 12px;border-radius:4px}.api-doc-page .api-summary{max-width:100%}.api-doc-page .summary-header{margin-bottom:24px}.api-doc-page .summary-header h2{font-size:28px;font-weight:600;color:#1a1a1a;margin:0 0 20px}.api-doc-page .summary-search{max-width:400px}.api-doc-page .summary-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}.api-doc-page .summary-table thead{background:#fafafa}.api-doc-page .summary-table th{padding:14px 16px;text-align:left;font-weight:600;color:#1a1a1a;border:1px solid #e8e8e8;white-space:nowrap}.api-doc-page .summary-table td{padding:14px 16px;border:1px solid #e8e8e8}.api-doc-page .summary-table tbody tr{transition:background .2s ease}.api-doc-page .summary-table tbody tr:hover{background:#fafafa}.api-doc-page .api-name-link{color:#1890ff;text-decoration:none;font-weight:500}.api-doc-page .api-name-link:hover{color:#40a9ff;text-decoration:underline}.api-doc-page .method-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.api-doc-page .method-post{background:#e6f7ff;color:#1890ff}.api-doc-page .method-get{background:#f6ffed;color:#52c41a}.api-doc-page .method-put{background:#fff7e6;color:#fa8c16}.api-doc-page .method-delete{background:#fff1f0;color:#f5222d}.api-doc-page .api-path{font-family:Courier New,monospace;font-size:13px}.api-doc-page .api-description{color:#666;font-size:13px}@media (max-width: 1024px){.api-doc-page .api-container{padding:0 24px}.api-doc-page .api-tabs .ant-tabs-nav{width:160px}.api-doc-page .api-tabs .ant-tabs-content{padding:24px 32px}}@media (max-width: 768px){.api-doc-page .api-container{margin:64px auto 24px;padding:0 16px}.api-doc-page .sidebar-title{font-size:18px;padding:20px 24px}.api-doc-page .api-tabs{flex-direction:column}.api-doc-page .api-tabs .ant-tabs-nav{width:100%;padding:12px 0}.api-doc-page .api-tabs .ant-tabs-tab{padding:10px 24px}.api-doc-page .api-tabs .ant-tabs-content{padding:20px 24px}.api-doc-page .content-header{flex-direction:column;align-items:flex-start;gap:8px}.api-doc-page .content-header h2{font-size:24px}.api-doc-page .content-item h3{font-size:18px}.api-doc-page .content-item p,.api-doc-page .content-item li{font-size:14px}.api-doc-page .api-table{font-size:13px}.api-doc-page .api-table th,.api-doc-page .api-table td{padding:8px 12px}}:root{--nav-height: 70px}.api-docs-page{min-height:100vh;background:var(--bg-gray);padding-top:var(--nav-height)}.api-docs-container{display:flex;min-height:calc(100vh - var(--nav-height))}.api-sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border-color);position:fixed;top:var(--nav-height);left:0;bottom:0;overflow-y:auto;z-index:var(--z-sidebar)}.api-group{border-bottom:1px solid #f0f0f0}.group-title{padding:14px 20px;font-size:13px;font-weight:600;color:#333;background:#fafafa}.api-list{list-style:none;margin:0;padding:0}.api-item{padding:10px 20px 10px 32px;font-size:13px;color:#555;cursor:pointer;transition:all .15s;border-left:3px solid transparent}.api-item:hover{background:#f5f7fa;color:#333}.api-item.active{background:#ffd10014;border-left-color:#ffd100;color:#333;font-weight:500}.api-content{flex:1;margin-left:var(--sidebar-width);margin-right:180px;padding:32px 40px;background:#fff;max-width:1100px}.api-content-inner{width:100%}.api-title{font-size:28px;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}.api-description{font-size:14px;color:#666;line-height:1.8;margin:0 0 24px}.api-url-section{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f7f8fa;border-radius:6px;margin-bottom:32px}.method-badge{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700;font-family:Monaco,Menlo,monospace;text-transform:uppercase;color:#fff;flex-shrink:0}.method-badge.post{background:#1890ff}.method-badge.get{background:#52c41a}.api-url{font-size:14px;color:#333;font-family:Monaco,Menlo,monospace;word-break:break-all}.api-section{margin-bottom:32px}.section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 16px;padding-left:12px;border-left:4px solid #ffd100}.param-table{width:100%;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden;border-collapse:collapse;font-size:13px}.param-table thead{background:#fafafa}.param-table th{padding:12px 16px;text-align:left;font-weight:600;color:#666;border-bottom:1px solid #e8e8e8;white-space:nowrap}.param-table td{padding:12px 16px;border-bottom:1px solid #f5f5f5;vertical-align:top}.param-table tbody tr:last-child td{border-bottom:none}.param-table tbody tr:hover{background:#fafbfc}.child-row{background:#fcfcfc}.param-name{font-family:Monaco,Menlo,monospace;color:#1890ff;font-size:13px;font-weight:500}.param-name.child{padding-left:20px;font-size:12px}.param-type{color:#722ed1;font-size:12px;background:#f9f0ff;padding:2px 8px;border-radius:3px;display:inline-block;font-family:Monaco,Menlo,monospace}.param-required{font-size:12px;font-weight:500}.param-required.required{color:#ff4d4f}.param-required.optional{color:#999}.param-desc{color:#555;line-height:1.6}.code-block{background:#1a1a2e;border-radius:6px;padding:16px 20px;overflow-x:auto}.code-block pre{margin:0;font-family:Monaco,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;color:#a9b7c6;white-space:pre}.anchor-nav{width:180px;position:fixed;top:var(--nav-height);right:0;bottom:0;padding:24px 20px;overflow-y:auto;z-index:var(--z-right-toc);background:#fff;border-left:1px solid var(--border-color)}.anchor-nav-title{font-size:13px;font-weight:600;color:#333;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.anchor-list{list-style:none;margin:0;padding:0}.anchor-item{padding:8px 12px;font-size:13px;color:#666;cursor:pointer;border-radius:4px;transition:all .2s;margin-bottom:4px}.anchor-item:hover{background:#f5f7fa;color:#333}.anchor-item.active{background:#ffd10014;color:#333;font-weight:500}@media (max-width: 1200px){.anchor-nav{display:none}.api-content{margin-right:0}}@media (max-width: 900px){.api-sidebar{display:none}.api-content{margin-left:0;padding:24px 20px}}.merchant-api-docs{min-height:calc(100vh - 64px);background:#f5f5f5;padding:24px}.merchant-api-docs.loading{display:flex;justify-content:center;align-items:center}.docs-header{background:#fff;padding:24px;margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #00000014}.docs-content{background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 8px #00000014;max-width:1200px;margin:0 auto}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;color:#24292f}.markdown-body h1{font-size:32px;font-weight:600;padding-bottom:.3em;border-bottom:1px solid #d0d7de;margin-top:24px;margin-bottom:16px}.markdown-body h2{font-size:24px;font-weight:600;padding-bottom:.3em;border-bottom:1px solid #d0d7de;margin-top:24px;margin-bottom:16px}.markdown-body h3{font-size:20px;font-weight:600;margin-top:24px;margin-bottom:16px}.markdown-body p{margin-top:0;margin-bottom:16px}.markdown-body code{padding:.2em .4em;margin:0;font-size:85%;background-color:#afb8c133;border-radius:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace}.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:6px;margin-bottom:16px}.markdown-body pre code{display:block;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0;font-size:100%}.markdown-body .language-json,.markdown-body .language-javascript,.markdown-body .language-typescript,.markdown-body .language-java,.markdown-body .language-sql{color:#24292f}.markdown-body strong{font-weight:600}.markdown-body ul{padding-left:2em;margin-top:0;margin-bottom:16px}.markdown-body li{margin-top:.25em}.markdown-body a{color:#0969da;text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-table{width:100%;border-collapse:collapse;margin-bottom:16px;border:1px solid #d0d7de}.markdown-table th{padding:12px;background-color:#f6f8fa;border:1px solid #d0d7de;font-weight:600;text-align:left}.markdown-table td{padding:12px;border:1px solid #d0d7de}.markdown-table tr:nth-child(2n){background-color:#f6f8fa}.markdown-table tr:hover{background-color:#f0f0f0}.markdown-body .language-json .token-key{color:#0550ae}.markdown-body .language-json .token-string{color:#0a3069}.markdown-body .language-json .token-number,.markdown-body .language-json .token-boolean{color:#0550ae}@media (max-width: 768px){.docs-content{padding:20px}.markdown-body{font-size:14px}.markdown-body h1{font-size:24px}.markdown-body h2{font-size:20px}.markdown-body h3{font-size:18px}}.floating-chat-fab{position:fixed;right:20px;bottom:80px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 16px #0000001f;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.floating-chat-fab:hover{box-shadow:0 6px 20px #0000002e;transform:translateY(-2px);border-color:#ffb300}.floating-chat-fab.hidden{opacity:0;pointer-events:none;transform:scale(.8) translateY(10px)}.fab-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#ffb300}.fab-text{display:flex;flex-direction:column;align-items:center;font-size:12px;font-weight:500;color:#333;line-height:1.4}.fab-text span{display:block}.floating-chat-panel{position:fixed;right:0;top:70px;bottom:0;z-index:10000;width:400px;background:#fff;border-left:1px solid #e8e8e8;box-shadow:-4px 0 16px #00000014;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translate(100%);pointer-events:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.floating-chat-panel.open{opacity:1;transform:translate(0);pointer-events:auto}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#fff8e1,#fff3cd);border-bottom:1px solid #f0e6c8;flex-shrink:0}.header-left{display:flex;align-items:center;gap:8px}.header-title{font-size:15px;font-weight:600;color:#333}.header-badge{font-size:11px;padding:1px 6px;background:#ffb300;color:#fff;border-radius:4px;font-weight:500}.header-actions{display:flex;align-items:center;gap:4px}.header-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#666;border-radius:6px;cursor:pointer;transition:all .2s}.header-btn:hover{background:#0000000f;color:#333}.header-btn.close-btn:hover{background:#ff000014;color:#e53935}.chat-panel-body{flex:1;overflow-y:auto;padding:16px;background:#fafafa}.chat-panel-body::-webkit-scrollbar{width:4px}.chat-panel-body::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:2px}.chat-welcome{display:flex;flex-direction:column;height:100%}.welcome-text{font-size:14px;color:#666;text-align:center;padding:20px 0 24px}.quick-questions{display:flex;flex-direction:column;gap:8px}.quick-question-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer;transition:all .2s}.quick-question-item:hover{border-color:#ffb300;background:#fffde7;box-shadow:0 2px 8px #ffb3001a}.question-text{font-size:13px;color:#333}.question-arrow{font-size:18px;color:#ffb300;font-weight:700}.chat-messages{display:flex;flex-direction:column;gap:16px}.message-item{display:flex;gap:8px;align-items:flex-start}.message-item.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:50%;background:#fff8e1;border:1px solid #ffe082;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#ffb300}.message-avatar svg{width:18px;height:18px}.message-bubble{max-width:75%;padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.6;word-break:break-word}.message-item.assistant .message-bubble{background:#fff;border:1px solid #eeeeee;border-radius:12px 12px 12px 4px;color:#333}.message-item.user .message-bubble{background:#ffb300;color:#fff;border-radius:12px 12px 4px}.message-content{white-space:pre-wrap}.typing-indicator{display:flex;align-items:center;gap:4px;padding:4px 0}.typing-text{font-size:13px;color:#999;margin-right:4px}.typing-dot{width:6px;height:6px;border-radius:50%;background:#bbb;animation:typing 1.4s infinite}.typing-dot:nth-child(3){animation-delay:.2s}.typing-dot:nth-child(4){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.thinking-block{margin-bottom:8px;padding:8px 10px;background:#fffde7;border:1px solid #fff3cd;border-radius:6px;font-size:12px}.thinking-label{font-size:11px;color:#f9a825;font-weight:600;margin-bottom:4px}.thinking-content{color:#666;line-height:1.5;white-space:pre-wrap;max-height:120px;overflow-y:auto}.message-error-badge{margin-top:4px;font-size:11px;color:#e53935}.chat-panel-footer{padding:12px 16px;border-top:1px solid #f0f0f0;background:#fff;flex-shrink:0}.input-wrapper{display:flex;flex-direction:column;gap:8px;background:#f7f7f7;border:1px solid #e8e8e8;border-radius:8px;padding:10px 12px;transition:border-color .2s}.input-wrapper:focus-within{border-color:#ffb300;background:#fff}.chat-input{width:100%;border:none;outline:none;resize:none;font-size:13px;line-height:1.5;color:#333;background:transparent;font-family:inherit}.chat-input::placeholder{color:#999}.chat-input:disabled{opacity:.6;cursor:not-allowed}.footer-actions{display:flex;justify-content:flex-end}.send-btn{padding:5px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;background:#e0e0e0;color:#999}.send-btn.active{background:#ffb300;color:#fff}.send-btn.active:hover{background:#ffa000}.send-btn:disabled{cursor:not-allowed}.stop-btn{display:flex;align-items:center;gap:4px;padding:5px 14px;border:1px solid #e53935;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;background:#fff;color:#e53935}.stop-btn:hover{background:#ffebee}.history-loading,.history-empty{display:flex;align-items:center;justify-content:center;height:120px;font-size:13px;color:#999}.conversation-list{display:flex;flex-direction:column;gap:4px}.conversation-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fff;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer;transition:all .2s}.conversation-item:hover{border-color:#ffb300;background:#fffde7}.conversation-item.active{border-color:#ffb300;background:#fff8e1}.conversation-title{flex:1;font-size:13px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.conversation-time{font-size:11px;color:#999;flex-shrink:0}@media (max-width: 480px){.floating-chat-panel{width:100vw;top:70px;bottom:0;right:0}.floating-chat-fab{right:12px;bottom:60px}}
