.login-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#0f172a47;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-modal{position:relative;width:100%;max-width:640px;max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:14px;box-shadow:0 24px 80px #0f172a33}.login-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#ffffffe6;border-radius:8px;color:#64748b;cursor:pointer;transition:background .2s,color .2s}.login-modal-close:hover{background:#f1f5f9;color:#0f172a}.login-modal-header{position:relative;padding:28px 48px 20px;overflow:hidden;border-radius:14px 14px 0 0}.login-modal-header-deco{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e8efff,#f0e8ff 45%,#e0f0ff);opacity:.95}.login-modal-header .login-modal-title,.login-modal-header .login-modal-subtitle{position:relative;z-index:1}.login-modal-title{margin:0 0 10px;font-size:22px;font-weight:600;color:#0f172a;line-height:1.35}.login-modal-subtitle{margin:0;font-size:14px;color:#475569;line-height:1.5}.login-modal-highlight{color:#e54545;font-weight:600}.login-modal-body{padding:0 0 24px}.login-modal-form{display:flex;flex-direction:column}.login-modal-methods{display:flex;align-items:stretch;padding:0 8px}.login-modal-left{flex:1;min-width:0;padding:8px 32px 16px 40px}.login-modal-left-title{margin:0 0 16px;font-size:15px;font-weight:600;color:#0f172a}.login-modal-left>.ant-form-item:last-child{margin-bottom:0}.login-modal-code-btn-wrap{display:inline-flex;min-width:110px;align-items:center;justify-content:center;box-sizing:border-box}.login-modal-input.ant-input,.login-modal-input.ant-input-password{height:48px;border-radius:8px}.login-modal-input.ant-input-affix-wrapper{min-height:48px;padding:0 11px;border-radius:8px;align-items:center}.login-modal-input.ant-input-affix-wrapper .ant-input{height:48px;line-height:48px}.login-modal .ant-input-group-wrapper .ant-input-affix-wrapper,.login-modal .ant-input-group .ant-input-affix-wrapper{min-height:48px}.login-modal-form .ant-input-group .ant-input-group-addon{min-height:48px;vertical-align:middle;text-align:center;line-height:1}.login-modal-form .ant-input-group>.ant-input-affix-wrapper{width:100%;min-height:48px;height:48px;vertical-align:middle}.login-modal-form .ant-input-group>.ant-input{height:48px}.login-modal-code-btn.ant-btn{height:auto;padding:0 4px;color:#2454ff;font-size:13px;width:100%;text-align:center;justify-content:center;outline:none;box-shadow:none;border-color:transparent}.login-modal-code-btn.ant-btn:hover:not(:disabled),.login-modal-code-btn.ant-btn:focus,.login-modal-code-btn.ant-btn:focus-visible,.login-modal-code-btn.ant-btn:active:not(:disabled){background:transparent!important;box-shadow:none!important;outline:none!important;border-color:transparent!important}.login-modal-code-btn.ant-btn:hover:not(:disabled){color:#1a46e6}.login-modal-code-btn.ant-btn:disabled{color:#94a3b8}.login-modal-agreement{font-size:12px;color:#64748b;line-height:1.5}.login-modal-agreement a,.login-modal-agreement-link{color:#2454ff}.login-modal-submit.ant-btn{height:46px;border-radius:8px;font-size:15px;font-weight:500;background:#2454ff}.login-modal-submit.ant-btn:hover{background:#1a46e6!important}.login-modal .ant-btn-primary{background:#2454ff!important;border-color:#2454ff!important}.login-modal .ant-btn-primary:hover{background:#1a46e6!important;border-color:#1a46e6!important}.login-modal-divider{width:1px;flex-shrink:0;align-self:stretch;background:#e8e8e8;margin:18px 0 32px}.login-modal-agreement-row{width:100%;box-sizing:border-box;padding:4px 40px 0 48px;margin-top:0}.login-modal-agreement-item{margin-bottom:0!important}.login-modal-agreement-row .login-modal-agreement{width:100%}.login-modal-agreement-row .ant-checkbox-wrapper{width:100%;align-items:flex-start}.login-modal-right{flex:0 0 240px;padding:8px 40px 16px 24px;display:flex;flex-direction:column;align-items:center}.login-modal-qr-title{margin:0 0 16px;font-size:15px;font-weight:600;color:#0f172a;text-align:center}.login-modal-qr-wrap{position:relative;width:168px;height:168px;display:flex;align-items:center;justify-content:center;padding:12px;border:1.5px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 2px 12px #0000000f;box-sizing:border-box}.login-modal-qr-img{width:100%;height:100%;display:block;object-fit:contain}.login-modal-qr-placeholder{color:#94a3b8;font-size:14px}.login-modal-qr-expired{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#ffffffe0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:14px;cursor:pointer}.login-modal-qr-refresh-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#475569;transition:transform .3s ease}.login-modal-qr-refresh-icon svg{width:28px;height:28px}.login-modal-qr-expired:hover .login-modal-qr-refresh-icon{transform:rotate(180deg)}.login-modal-qr-expired-text{font-size:12px;color:#64748b;text-align:center;line-height:1.4}@media screen and (max-width: 768px){.login-modal-methods{flex-direction:column}.login-modal-divider{width:100%;height:1px;margin:8px 0}.login-modal-right{flex:1;width:100%;padding:8px 24px 16px}.login-modal-left{padding:8px 20px}.login-modal-agreement-row{padding:4px 20px 0 28px}.login-modal-header{padding:24px 40px 16px}}.dl-user-dropdown{position:relative;display:inline-block;vertical-align:middle}.dl-user-trigger{cursor:pointer;display:flex;align-items:center;padding:0;margin:0;border:none;background:transparent;border-radius:8px;outline:none}.dl-user-trigger:focus,.dl-user-trigger:focus-visible{outline:none}.dl-user-avatar{width:28px;height:28px;border-radius:6px;background:#e8e9eb;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:background .2s}.dl-user-avatar:hover{background:#d9dade}.dl-user-avatar-icon{display:flex;align-items:center;justify-content:center;line-height:0;color:#5f6368}.dl-user-avatar-icon svg{display:block;width:20px;height:20px}.dl-user-avatar:hover .dl-user-avatar-icon{color:#374151}.dl-user-popover{position:absolute;top:100%;right:0;width:180px;z-index:1080;padding-top:10px;margin-top:0;animation:popoverFadeIn .15s ease;filter:drop-shadow(0 2px 12px rgba(0,0,0,.12))}.dl-user-popover:before{content:"";position:absolute;top:4px;right:8.5px;width:11px;height:11px;background:#fff;border-left:1px solid rgba(0,0,0,.06);border-top:1px solid rgba(0,0,0,.06);transform:rotate(45deg);z-index:1}.dl-user-popover-inner{position:relative;z-index:2;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:14px 0 10px;overflow:hidden}.dl-user-popover-head{padding:0 16px 12px}.dl-user-popover-name-row{margin-bottom:8px}.dl-user-popover-username{display:inline;font-size:15px;font-weight:600;color:#131212;line-height:1.3;word-break:break-all;vertical-align:middle}.dl-user-id-badge{display:inline-flex;align-items:center;vertical-align:middle;line-height:0}.dl-user-id-icon{display:block;width:30px;height:21px;object-fit:contain}.dl-user-popover-id-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.dl-user-popover-id-label{font-size:13px;color:#8d8e99;line-height:1.4;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dl-user-copy-btn{flex:none;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:#8d8e99;cursor:pointer;transition:background .15s,color .15s}.dl-user-copy-btn:hover{background:#f3f4f6;color:#131212}.dl-user-copy-btn:focus,.dl-user-copy-btn:focus-visible{outline:none}.dl-user-menu-block{padding:4px 0}.dl-user-menu-caption{padding:8px 16px 4px;font-size:12px;font-weight:400;color:#8d8e99;line-height:1.4}.dl-user-menu-row{display:block;width:100%;padding:10px 16px;border:none;background:none;text-align:left;font-size:14px;font-weight:400;font-family:inherit;color:#131212;cursor:pointer;transition:background .12s}.dl-user-menu-row:hover{background:#f7f8fa}.dl-user-menu-row:focus,.dl-user-menu-row:focus-visible{outline:none}.dl-user-menu-row--logout{color:#f1343a}.dl-popover-divider{height:1px;background:#ececee;margin:0}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-container.bm-header{background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #0000000f;position:fixed;top:0;left:0;right:0;z-index:100;min-height:56px;display:flex;align-items:center;padding:0 24px}.bm-header-inner{width:100%;max-width:1320px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.header-left{display:flex;align-items:center;flex-shrink:0}.bm-brand{display:flex;align-items:baseline;gap:2px;text-decoration:none;color:inherit}.bm-brand-mark{font-size:20px;font-weight:700;color:#080808;letter-spacing:-.02em}.bm-brand-ai{font-size:18px;font-weight:700;color:#2454ff}.bm-brand-platform{margin-left:6px;font-size:14px;font-weight:500;color:#080808}.bm-nav{display:flex;align-items:center;gap:4px 20px;flex:1;justify-content:center;flex-wrap:wrap;min-width:0}.bm-nav-item{display:inline-flex;align-items:center;gap:4px;color:#333;text-decoration:none;font-size:14px;line-height:22px;white-space:nowrap;transition:color .2s}.bm-nav-item-wrap{position:relative;display:inline-flex;align-items:center}.bm-nav-item-wrap .bm-nav-item.bm-nav-item--has-menu{border:none;background:transparent;padding:0;margin:0;cursor:pointer;font-family:inherit;font-size:14px;line-height:22px;font-weight:400}.bm-nav-item:hover,.bm-nav-item-wrap:hover .bm-nav-item{color:#2454ff}.bm-nav-item-wrap:hover .bm-nav-caret{border-top-color:#2454ff}.bm-nav-extra{font-size:12px}.bm-nav-item--has-menu .bm-nav-caret{display:inline-block;width:0;height:0;margin-left:2px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #999;vertical-align:middle;transition:border-top-color .2s}.bm-nav-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:12px;z-index:200;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.bm-nav-item-wrap:hover .bm-nav-menu,.bm-nav-item-wrap:focus-within .bm-nav-menu{opacity:1;visibility:visible;pointer-events:auto}.bm-nav-menu-card{width:max-content;max-width:min(320px,calc(100vw - 48px));box-sizing:border-box;padding:24px 28px 28px;background:#fff;border-radius:14px;box-shadow:0 8px 28px #0f172a1f,0 2px 8px #0f172a0f;display:flex;flex-direction:column;align-items:center;text-align:center}.bm-nav-menu-qr{flex-shrink:0;border-radius:10px;overflow:hidden;border:1px solid #e8e8ef;background:#fafafa}.bm-nav-menu-qr-img{display:block;vertical-align:top}.bm-nav-menu-qr-skeleton{border-radius:10px;background:linear-gradient(90deg,#f1f5f9,#e8ecf4,#f1f5f9);background-size:200% 100%;animation:bm-nav-qr-shimmer 1.1s ease-in-out infinite}@keyframes bm-nav-qr-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.bm-nav-menu-desc{margin:10px 0 0;font-size:13px;line-height:1.65;color:#64748b}.bm-nav-menu-accent{color:#5b5eff;font-weight:600}.bm-header-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.bm-console-link{color:#333;font-size:14px;text-decoration:none;padding:6px 10px;border-radius:6px;transition:background .2s,color .2s}.bm-console-link:hover{color:#2454ff;background:#2454ff0f}.bm-console-link--static{cursor:default}.bm-console-link--static:hover{color:#333;background:transparent}button.login-button.bm-login-btn{padding:8px 22px;background:#fff;color:#2454ff!important;border-radius:20px;font-size:14px;font-weight:500;font-family:inherit;border:1px solid #2454ff;height:auto;min-height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.login-button.bm-login-btn:hover{background:#2454ff0f;color:#1a46e6!important}@media screen and (max-width: 1100px){.bm-nav{display:none}.header-container.bm-header{padding:0 16px}}@media screen and (max-width: 576px){.bm-console-link,.bm-brand-platform{display:none}}.footer-container.bm-footer{background:#f7f8fa;padding:48px 24px 32px;margin-top:auto;border-top:1px solid #ebebeb}.bm-footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding-bottom:32px;border-bottom:1px solid #e8e8e8}.bm-footer-col{display:flex;flex-direction:column;gap:12px}.bm-footer-col-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.bm-footer-col a{font-size:13px;color:#666;text-decoration:none;transition:color .2s}.bm-footer-col a:hover{color:#2454ff}.bm-footer-bottom{max-width:1200px;margin:24px auto 0;padding:0 16px;text-align:center;overflow-x:auto;-webkit-overflow-scrolling:touch}.bm-footer-line{display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;margin:0 auto;font-size:12px;color:#999;line-height:1.5;white-space:nowrap}.bm-footer-line a{color:#999;text-decoration:none;flex-shrink:0}.bm-footer-line a:hover{color:#2454ff}.bm-footer-sep{flex-shrink:0;color:#ccc;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}@media screen and (max-width: 768px){.bm-footer-grid{grid-template-columns:1fr;gap:28px}}.home-page{color-scheme:light;min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#080808;padding-top:56px}.home-main{flex:1}.home-inner{max-width:1200px;margin:0 auto;padding:0 24px}.home-hero{position:relative;padding:64px 0 72px;background:linear-gradient(180deg,#eef3ff,#fff 52%);overflow:hidden}.home-hero:after{content:"";position:absolute;top:-30%;right:-15%;width:min(55vw,560px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(36,84,255,.14) 0%,transparent 68%);pointer-events:none}.home-hero-copy{position:relative;z-index:1;max-width:720px}.home-hero-line1{margin:0 0 12px;font-size:clamp(22px,2.5vw,28px);font-weight:600;line-height:1.35;color:#080808}.home-hero-line2{margin:0 0 20px;font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1.25;letter-spacing:-.02em;color:#080808}.home-hero-welfare{margin:0 0 28px;font-size:15px;color:#555}.home-hero-welfare-strong{color:#2454ff;font-weight:600}.home-hero-dot{margin:0 8px;color:#ccc}.home-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 28px;font-size:15px;font-weight:500;border-radius:8px;cursor:pointer;text-decoration:none;border:none;font-family:inherit;transition:background .2s,color .2s,border-color .2s}.home-btn--primary{background:#2454ff;color:#fff}.home-btn--primary:hover{background:#1a46e6;color:#fff}.home-btn--ghost{background:#fff;color:#2454ff;border:1px solid #c8d4ff}.home-btn--ghost:hover{background:#2454ff0f}.home-section{padding:56px 0}.home-section--alt{background:#f7f8fa}.home-eyebrow{margin:0 0 8px;font-size:13px;font-weight:600;color:#2454ff}.home-heading{margin:0;font-size:26px;font-weight:600;color:#080808;letter-spacing:-.02em}.home-heading--center{text-align:center}.home-one-stop{padding-top:48px;padding-bottom:56px}.home-one-stop-heading{margin:0 0 28px;text-align:center;font-size:clamp(22px,3vw,30px);font-weight:600;letter-spacing:-.02em;color:#080808}.home-one-stop-tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:8px 28px;margin-bottom:28px}.home-one-stop-tab{position:relative;padding:10px 2px 12px;font-family:inherit;font-size:16px;line-height:1.3;color:#666;background:none;border:none;cursor:pointer;transition:color .2s;outline:none;box-shadow:none}.home-one-stop-tab::-moz-focus-inner{border:0}.home-one-stop-tab:focus,.home-one-stop-tab:focus-visible,.home-one-stop-tab:active{outline:none;box-shadow:none}.home-one-stop-tab:hover{color:#080808}.home-one-stop-tab--active{font-weight:600;color:#080808}.home-one-stop-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#080808;border-radius:1px}.home-one-stop-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #ebebeb;box-shadow:0 8px 32px #0f172a0f}.home-one-stop-copy{padding:36px 40px 40px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-sizing:border-box}.home-one-stop-panel-title{margin:0 0 20px;font-size:22px;font-weight:600;line-height:1.35;color:#080808}.home-one-stop-bullets{margin:0 0 28px;padding:0;list-style:none}.home-one-stop-bullets li{position:relative;margin-bottom:14px;padding-left:1.1em;font-size:15px;line-height:1.65;color:#444}.home-one-stop-bullets li:last-child{margin-bottom:0}.home-one-stop-bullets li:before{content:"•";position:absolute;left:0;color:#2454ff;font-weight:700}.home-one-stop-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 28px;font-size:15px;font-weight:500;font-family:inherit;color:#fff;background:#080808;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}.home-one-stop-cta:hover{background:#333;color:#fff}.home-one-stop-visual{min-height:280px;display:flex;align-items:center;justify-content:center;padding:28px 32px;box-sizing:border-box;transition:background .55s ease}.home-one-stop-visual--agent{background:linear-gradient(145deg,#e8efff,#f0e8ff 42%,#e0f4ff)}.home-one-stop-visual--search{background:linear-gradient(148deg,#dff2ff,#e8f2ff 45%,#d4e8ff)}.home-one-stop-visual--mcp{background:linear-gradient(142deg,#eef2ff,#f0e6ff 48%,#e4e9ff)}.home-one-stop-visual--kb{background:linear-gradient(150deg,#e4f4f8,#ecf6ff 40%,#dceef5)}.home-one-stop-visual--finetune{background:linear-gradient(146deg,#f0e8ff,#ebe4ff 44%,#e8e2ff)}.home-one-stop-visual-img{display:block;max-width:100%;width:auto;height:auto;max-height:min(360px,50vh);object-fit:contain;border-radius:12px;box-shadow:0 12px 40px #0f172a1f;transform:scale(1);transform-origin:center center;transition:transform .45s cubic-bezier(.22,1,.36,1)}.home-one-stop-visual:hover .home-one-stop-visual-img{transform:scale(1.06)}@media screen and (max-width: 900px){.home-one-stop-card{grid-template-columns:1fr}.home-one-stop-visual{order:-1;min-height:200px;padding:24px 20px}.home-one-stop-copy{padding:28px 24px 32px}.home-one-stop-tabs{gap:6px 16px}.home-one-stop-tab{font-size:15px}}.home-agents-sub{margin:8px 0 28px;text-align:center;font-size:15px;color:#666}.home-agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-agent-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid #eee;border-radius:12px;min-height:176px;background-color:#f7f9fc;background-repeat:no-repeat;background-position:center;background-size:cover;transition:box-shadow .2s,border-color .2s}.home-agent-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(165deg,#fff3,#ffffffb8 38%,#fffffff0 68%,#fff);pointer-events:none}.home-agent-card:hover{box-shadow:0 8px 24px #2454ff14;border-color:#d0d9ff}.home-agent-card-body{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:22px 24px 24px;box-sizing:border-box}.home-agent-title{margin:0 0 10px;font-size:17px;font-weight:600;color:#080808}.home-agent-desc{margin:0;font-size:13px;line-height:1.65;color:#666}.home-partners{padding:48px 0 56px;background:#fff;border-top:1px solid #f0f0f0}.home-partners-title{font-size:clamp(22px,3vw,32px);font-weight:600;margin-bottom:28px}.home-partners-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;width:100%;max-width:1200px;margin:0 auto;align-items:stretch}.home-partners-item{position:relative;display:block;width:100%;min-width:0;height:72px;padding:0;margin:0;line-height:0;box-sizing:border-box;background:#fff;border-radius:8px;border:1px solid #eee;overflow:hidden;isolation:isolate}.home-partners-logo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit}.home-partners-logo-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none!important;max-height:none!important;margin:0;padding:0;border:0;display:block;object-fit:cover;object-position:center;pointer-events:none}.home-partners-logo-slot{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;margin:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px dashed #cbd5e1;border-radius:0}@media screen and (max-width: 900px){.home-agents-grid{grid-template-columns:repeat(2,1fr)}.home-partners-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%}}@media screen and (max-width: 640px){.home-agents-grid{grid-template-columns:1fr}.home-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-partners-item{height:52px;padding:0}}.dl-root{width:100%;height:100vh;display:flex;flex-direction:column;background:#f0f2f6;box-sizing:border-box;font-family:PingFang SC,Helvetica Neue,Helvetica,Microsoft Yahei,Arial,sans-serif}.dl-header{flex:0 0 auto;height:66px;padding:8px;box-sizing:border-box}.dl-header-inner{width:100%;height:50px;--dl-header-inner-pad-x: 24px;padding:0 var(--dl-header-inner-pad-x);box-sizing:border-box;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.dl-header-left{display:flex;align-items:center;gap:0}.dl-logo-wrap{flex:none;margin-right:20px;display:flex;align-items:center;text-decoration:none;color:inherit;cursor:pointer}.dl-logo-wrap:focus,.dl-logo-wrap:focus-visible{outline:none}.dl-logo{height:28px;width:auto;display:block}.dl-header-nav{display:flex;align-items:center;gap:32px;margin-left:24px}.dl-header-right,.dl-header-report-nav{display:flex;align-items:center;gap:28px}.dl-header-report-item{display:inline-flex;align-items:center;gap:8px;margin:0;padding:4px 2px;border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:400;line-height:1.3;color:#374151;cursor:pointer;white-space:nowrap;transition:color .15s,opacity .15s}.dl-header-report-item:hover{color:#1f2937}.dl-header-report-item:focus,.dl-header-report-item:focus-visible{outline:none}.dl-header-report-icon{flex:none;display:block;color:#374151;width:18px;height:18px}.dl-header-report-item:hover .dl-header-report-icon{color:#1f2937}.dl-nav-item{color:#6e6e80;font-size:14px;line-height:48px;cursor:pointer;white-space:nowrap;transition:color .2s}.dl-nav-item:hover{color:#131212}.dl-nav-item--active{color:#131212;font-weight:600}.dl-body{flex:1;padding:0 8px 8px;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.dl-wrapper{flex:1;display:flex;border-radius:8px;overflow:hidden;height:100%}.dl-sidebar{flex:0 0 220px;width:220px;height:100%;display:flex;flex-direction:column;background:#f7f8fa;border-right:1px solid #e8e9eb;box-sizing:border-box}.dl-sidebar-scroll{flex:1;padding:10px 12px 14px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.dl-sidebar-scroll::-webkit-scrollbar{display:none}.dl-side-nav{display:block}.dl-menu{list-style:none;margin:0;padding:0;border:none;background:transparent}.dl-menu>li{margin-bottom:1px}.dl-menu-item{display:flex;align-items:center;width:100%;gap:10px;padding:10px 14px;min-height:42px;border-radius:10px;margin-bottom:4px;cursor:pointer;font-size:14px;font-family:inherit;color:#5e5e66;font-weight:400;background:transparent;border:none;text-align:left;transition:background .15s,color .15s;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.dl-menu-item:hover{background:#00000008}.dl-menu-item--active{background:#e8e9eb;color:#131212;font-weight:500}.dl-menu-item-lead{display:flex;align-items:center;justify-content:center;flex:none;width:18px;height:18px}.dl-sico{flex:none;display:block;color:#8d8e99}.dl-menu-item--active .dl-sico,.dl-sico--active{color:#131212}.dl-sico--sub{color:#8d8e99}.dl-menu-sub-item--active .dl-sico--sub,.dl-sico--sub-active{color:#131212}.dl-sico--footer{color:#8d8e99}.dl-menu-group{list-style:none;margin:0 0 2px;padding:0}.dl-menu-group-title{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;min-height:40px;border-radius:8px;cursor:pointer;font-size:12px;font-family:inherit;font-weight:400;color:#8d8e99;background:transparent;border:none;text-align:left;transition:color .15s,background .15s;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.dl-menu-group-title:hover{color:#6e6e80;background:#00000005}.dl-menu-group-label{flex:1;line-height:20px}.dl-menu-chevron{flex:none;width:0;height:0;margin-left:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #b4b5bd;transition:transform .2s ease;transform-origin:50% 40%}.dl-menu-chevron--open{transform:rotate(180deg)}.dl-menu-sub{list-style:none;margin:2px 0 8px;padding:0 0 0 6px;border:none}.dl-menu-sub-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px 9px 8px;margin-bottom:2px;border-radius:8px;font-size:14px;font-family:inherit;font-weight:400;color:#3d3d45;background:transparent;border:none;text-align:left;cursor:pointer;transition:background .15s,color .15s;box-sizing:border-box}.dl-menu-sub-lead{flex:none;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.dl-menu-sub-text{flex:1;line-height:20px}.dl-menu-sub-item:hover{background:#0000000a;color:#131212}.dl-menu-sub-item--active{background:#e8e9eb;font-weight:500;color:#131212}.dl-menu-label{font-size:14px;line-height:20px}.dl-menu-item:focus,.dl-menu-item:focus-visible,.dl-menu-sub-item:focus,.dl-menu-sub-item:focus-visible,.dl-menu-group-title:focus,.dl-menu-group-title:focus-visible,.dl-help-item:focus,.dl-help-item:focus-visible{outline:none}.dl-sidebar-bottom{flex:0 0 auto;padding:10px 12px 14px;border-top:1px solid #e4e5e9;box-sizing:border-box;display:flex;flex-direction:column;gap:2px}.dl-help-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;min-height:40px;border-radius:8px;cursor:pointer;font-size:14px;color:#5e5e66;background:transparent;border:none;font-family:inherit;text-align:left;transition:background .15s;box-sizing:border-box}.dl-help-item:hover{background:#0000000a}.dl-help-text{font-size:14px;line-height:20px}.dl-main{flex:1;height:100%;overflow:auto;background:#fff;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.dl-main::-webkit-scrollbar{display:none}.dl-overview-blank{min-height:100%;min-height:min(100vh - 66px - 16px,100%);background:#fff}.dl-page-placeholder{padding:40px 48px;min-height:320px;box-sizing:border-box;background:#fff}.dl-page-placeholder-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#131212}.dl-page-placeholder-hint{margin:0;font-size:14px;color:#8d8e99}.payment-modal .ant-modal-content{border-radius:16px;overflow:hidden;padding:0;box-shadow:0 12px 48px #0f172a1f}.payment-modal .ant-modal-header{padding:22px 24px 0;margin:0 0 20px;border-bottom:none}.payment-modal .ant-modal-title{font-size:18px;font-weight:600;color:#1f1f1f;letter-spacing:.02em}.payment-modal .ant-modal-close{top:18px;right:20px}.payment-modal__close-icon{color:#8c8c8c;font-size:14px}.payment-modal__close-icon:hover{color:#134cff}.payment-modal__methods{padding:0 24px 4px}.method-options{display:flex;gap:12px}.method-option{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:10px 16px;margin:0;border:1px solid #e8e8e8;border-radius:10px;background:#fafafa;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;font:inherit;color:#434343}.method-option:hover{border-color:#134cff;background:#fff}.method-option--active{border-color:#134cff;background:#f0f5ff;box-shadow:0 0 0 1px #134cff26}.method-option__icon{width:26px;height:26px;object-fit:contain}.method-option__label{font-size:15px;font-weight:500}.payment-modal__main{display:flex;align-items:flex-start;gap:28px;margin:20px 24px 0;padding:20px;background:linear-gradient(180deg,#f7f8fa,#f2f4f7);border-radius:12px;border:1px solid rgba(0,0,0,.04)}.qr-panel{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:200px}.qr-panel__visual{width:188px;height:188px;flex-shrink:0}.qr-panel__canvas-wrap{position:relative;width:188px;height:188px;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0f172a14}.qr-panel__canvas{display:block;width:168px!important;height:168px!important}.qr-panel__loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffffe0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.qr-panel__loading-text{font-size:14px;color:#8c8c8c}.qr-panel__hint{flex-shrink:0;width:100%;margin:14px 0 0;min-height:40px;font-size:13px;color:#595959;text-align:center;line-height:1.5}.payment-modal__aside{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:20px}.payment-amount-block{display:flex;flex-direction:column;gap:6px}.payment-amount-block__label{font-size:13px;color:#8c8c8c}.payment-amount-block__value{font-size:28px;font-weight:600;color:#134cff;letter-spacing:.02em;line-height:1.2}.payment-tips__title{margin:0 0 8px;font-size:13px;font-weight:600;color:#434343}.payment-tips__list{margin:0;padding-left:18px;font-size:12px;color:#8c8c8c;line-height:1.65}.payment-tips__list li{margin-bottom:6px}.payment-tips__list li:last-child{margin-bottom:0}.payment-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px 24px;margin-top:4px}.payment-modal__btn-cancel{min-width:100px;height:40px;border-radius:8px}.payment-modal__btn-ok{min-width:112px;height:40px;border-radius:8px;font-weight:500}@media (max-width: 576px){.payment-modal__main{flex-direction:column;align-items:center}.payment-modal__aside{width:100%;text-align:center}.payment-amount-block{align-items:center}.payment-tips__list{text-align:left}}.thesis-check-content{--thesis-check-pad-x: 28px;padding:0 var(--thesis-check-pad-x) 32px;box-sizing:border-box}.thesis-check-content .check-steps-guide__title-line{margin-left:calc(-1 * var(--thesis-check-pad-x));margin-right:calc(-1 * var(--thesis-check-pad-x));width:calc(100% + 2 * var(--thesis-check-pad-x))}.thesis-check{height:100%;background:#fff;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e6e6e6 transparent}.thesis-check::-webkit-scrollbar{width:6px}.thesis-check::-webkit-scrollbar-track{background:transparent;border-radius:3px}.thesis-check::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:3px;transition:background-color .3s}.thesis-check::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.thesis-check::-webkit-scrollbar-corner{background:transparent}.report-page{min-height:100%}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.report-tabs{display:flex;gap:24px}.tab{cursor:pointer;padding:8px 0;position:relative}.tab.active{color:#ff4d4f}.tab.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#ff4d4f}.report-search{display:flex;gap:8px}.smart-reduce-content{--smart-reduce-pad-x: 28px;padding:0 var(--smart-reduce-pad-x) 32px;box-sizing:border-box}.smart-reduce-page-head{display:flex;flex-direction:column;height:60px;box-sizing:border-box;margin-bottom:20px}.smart-reduce-page-head__main{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;min-height:0;width:100%}.smart-reduce-page-head__title{flex-shrink:0;margin:0;font-size:20px;font-weight:600;line-height:28px;color:#262626;letter-spacing:.02em}.smart-reduce-page-head__subtitle{margin:0;flex:0 1 auto;min-width:0;font-size:13px;font-weight:400;line-height:1.5;color:#8d8e99;text-align:left}.smart-reduce-page-head__line{flex:0 0 1px;height:1px;width:100%;background:#e4e7ed;box-sizing:border-box}.smart-reduce-content .smart-reduce-page-head__line{margin-left:calc(-1 * var(--smart-reduce-pad-x));margin-right:calc(-1 * var(--smart-reduce-pad-x));width:calc(100% + 2 * var(--smart-reduce-pad-x))}.smart-reduce{height:100%;background:#fff;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e6e6e6 transparent}.smart-reduce::-webkit-scrollbar{width:6px}.smart-reduce::-webkit-scrollbar-track{background:transparent;border-radius:3px}.smart-reduce::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:3px;transition:background-color .3s}.smart-reduce::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.smart-reduce::-webkit-scrollbar-corner{background:transparent}.submit-tabs{margin-bottom:0}.submit-tabs .ant-tabs-nav{max-width:1080px;box-sizing:border-box;margin-bottom:8px}.submit-tabs .ant-tabs-nav:before{border-bottom:1px solid #e4e7ed!important}.submit-tabs .ant-tabs-tab{font-size:15px;padding:10px 20px 12px 0;font-weight:500}.submit-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#134cff!important}.submit-tabs .ant-tabs-ink-bar{height:3px!important;background:#134cff!important;border-radius:2px 2px 0 0}.submit-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#134cff}.check-steps-guide{margin-bottom:20px;padding-bottom:4px}.check-steps-guide__title-block{display:flex;flex-direction:column;height:60px;box-sizing:border-box;margin-bottom:20px}.check-steps-guide__title-main{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;min-height:0;width:100%}.check-steps-guide__title-headline{display:inline-flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:12px;min-width:0;max-width:100%}.check-steps-guide__page-title{flex:0 0 auto;margin:0;font-size:20px;font-weight:600;line-height:28px;color:#262626;letter-spacing:.02em}.check-steps-guide__page-subtitle{margin:0;flex:0 1 auto;min-width:0;max-width:100%;font-size:13px;font-weight:400;line-height:1.5;color:#8d8e99;text-align:left}.check-steps-guide__title-line{flex:0 0 1px;height:1px;width:100%;background:#e4e7ed;box-sizing:border-box}.check-steps-guide__row{display:flex;align-items:stretch;gap:0;width:100%;max-width:1080px;box-sizing:border-box}.check-steps-guide__chevron{display:flex;align-items:center;justify-content:center;flex:none;width:28px;color:#d9d9d9;font-size:12px;align-self:center}.check-steps-guide__card{position:relative;flex:1;min-width:0;padding:20px 20px 22px;border-radius:10px;overflow:hidden;background:linear-gradient(152deg,#eef3ff,#f8faff 42%,#fff);box-shadow:0 1px 2px #134cff0f,0 0 0 1px #134cff0a}.check-steps-guide__watermark{position:absolute;top:8px;right:12px;display:inline-flex;align-items:baseline;gap:0;line-height:1;font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none;pointer-events:none;white-space:nowrap}.check-steps-guide__watermark-word{font-size:24px;font-weight:500;font-style:italic;letter-spacing:0;color:#bdc9f7;text-transform:lowercase}.check-steps-guide__watermark-digit{margin:0;padding:0;font-size:clamp(32px,4vw,42px);font-weight:600;font-style:italic;letter-spacing:-.02em;color:#bdc9f7}.check-steps-guide__card-title{position:relative;z-index:1;margin:0 0 10px;padding-right:120px;font-size:15px;font-weight:600;color:#262626;line-height:1.45}.check-steps-guide__card-desc{position:relative;z-index:1;margin:0;font-size:13px;font-weight:400;color:#8c8c8c;line-height:1.55}.check-steps-guide__sample-link{margin-left:4px;color:#134cff;font-weight:500;text-decoration:none;white-space:nowrap}.check-steps-guide__sample-link:hover{color:#4568ff;text-decoration:underline}.aigc-scope-strip{margin-top:16px;width:100%;max-width:1080px;box-sizing:border-box;padding:14px 16px;background:#fff;border:1px solid #ebeef5;border-radius:10px}.aigc-scope-strip__title{margin:0 0 10px;font-size:14px;font-weight:600;color:#262626;line-height:22px}.aigc-scope-strip__line{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.aigc-scope-strip__intro{flex-shrink:0;font-size:13px;font-weight:400;line-height:22px;color:#595959}.aigc-scope-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px 5px 10px;background:#fff;border:1px solid #e4e7ed;border-radius:999px;box-sizing:border-box;line-height:1.35}.aigc-scope-pill__img{flex-shrink:0;width:18px;height:18px;object-fit:contain;display:block}.aigc-scope-pill__text{font-size:13px;font-weight:400;color:#262626;white-space:nowrap}@media (max-width: 992px){.check-steps-guide__row{flex-direction:column;gap:12px}.check-steps-guide__chevron{display:none}.check-steps-guide__card-title{padding-right:100px}}.aigc-check-content{--aigc-check-pad-x: 28px;padding:0 var(--aigc-check-pad-x) 32px;box-sizing:border-box}.aigc-check-content .check-steps-guide__title-line{margin-left:calc(-1 * var(--aigc-check-pad-x));margin-right:calc(-1 * var(--aigc-check-pad-x));width:calc(100% + 2 * var(--aigc-check-pad-x))}.aigc-check-page{height:100%;background:#fff;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e6e6e6 transparent}.aigc-check-page::-webkit-scrollbar{width:6px}.aigc-check-page::-webkit-scrollbar-track{background:transparent;border-radius:3px}.aigc-check-page::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:3px;transition:background-color .3s}.aigc-check-page::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.aigc-check-page::-webkit-scrollbar-corner{background:transparent}.check-form-root{padding:8px 0 24px}.tab-panel{padding:8px 0 16px;width:100%;max-width:none}.reduce-form-only-upload.tab-panel{padding-top:0}.check-form-layout{display:flex;align-items:flex-start;gap:40px;width:100%}.check-form-layout__main{flex:1 1 auto;min-width:0;max-width:720px}.check-form-sidebar{flex:0 0 320px;width:320px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.check-form-estimate{width:100%;box-sizing:border-box;padding:18px 20px;background:#f8f8f8;border-radius:10px}.check-form-enhance{width:100%}.check-form-enhance__heading{margin:0 0 10px;font-size:14px;font-weight:600;color:#262626;line-height:22px}.check-form-enhance__card{padding:16px 18px;background:#fff;border:1px solid #ebeef5;border-radius:10px;box-sizing:border-box}.check-form-enhance__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.check-form-enhance__name{font-size:14px;font-weight:600;color:#262626;line-height:22px}.check-form-enhance__desc{margin:0;font-size:13px;font-weight:400;line-height:1.6;color:#8c8c8c}.check-form-enhance__sample-link{margin-left:4px;color:#134cff;font-weight:500;text-decoration:none;white-space:nowrap}.check-form-enhance__sample-link:hover{color:#4568ff;text-decoration:underline}.check-form-enhance__card .ant-switch{flex-shrink:0}.check-form-estimate__header{display:flex;align-items:center}.check-form-estimate__header-left{display:flex;align-items:center;gap:6px;min-width:0}.check-form-estimate__info-wrap{display:inline-flex;align-items:center;cursor:help;line-height:1}.check-form-estimate__title{font-size:14px;font-weight:600;color:#262626;line-height:22px}.check-form-estimate__info-icon{font-size:14px;color:#bfbfbf;transition:color .2s}.check-form-estimate__info-wrap:hover .check-form-estimate__info-icon{color:#8c8c8c}.check-form-estimate__divider{height:1px;background:#ebebeb}.check-form-estimate__header+.check-form-estimate__divider{margin:14px 0 12px}.check-form-estimate__row+.check-form-estimate__divider{margin:12px 0}.check-form-estimate__row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px;line-height:22px}.check-form-estimate__label{flex:none;color:#8c8c8c}.check-form-estimate__value{text-align:right;color:#262626}.check-form-estimate__value--money{color:#ff4d4f;font-weight:500}@media (max-width: 992px){.check-form-layout{flex-direction:column}.check-form-sidebar{flex:none;width:100%;min-width:0;max-width:none}}.check-form-field{margin-bottom:24px}.check-form-field:last-of-type{margin-bottom:0}.check-form-label{display:block;font-size:14px;font-weight:600;color:#262626;margin-bottom:8px;line-height:1.5}.check-form-required{color:#ff4d4f;margin-right:4px;font-family:inherit}.check-form-hint{margin:0 0 12px;font-size:13px;line-height:1.6;color:#8c8c8c}.check-form-control-wrap{position:relative}.check-form-control-wrap--error .check-form-input,.check-form-control-wrap--error .ant-input{border-color:#ff4d4f!important}.check-form-input{height:40px!important;border-radius:6px!important;padding-right:72px!important;border:1px solid #d9d9d9!important}.check-form-input:hover,.check-form-input:focus,.check-form-input.ant-input-focused{border-color:#134cff!important}.check-form-count{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:13px;color:#bfbfbf;pointer-events:none;line-height:1}.check-form-textarea-wrap{position:relative}.check-form-textarea{border-radius:6px!important;padding:10px 12px 32px!important;border:1px solid #d9d9d9!important;resize:vertical;min-height:200px;line-height:1.6}.check-form-textarea:hover,.check-form-textarea:focus{border-color:#134cff!important}.check-form-count--textarea{top:auto;bottom:10px;transform:none}.check-form-textarea-wrap.check-form-control-wrap--error .check-form-textarea{border-color:#ff4d4f!important}.check-form-upload-outer{border-radius:8px;overflow:hidden}.check-form-upload-outer--error .check-form-dragger.ant-upload-drag{border-color:#ff4d4f!important}.check-form-dragger.ant-upload-drag{border:1px dashed rgba(19,76,255,.45)!important;border-radius:8px!important;background:#f7f9ff!important;transition:border-color .2s,background .2s}.check-form-dragger.ant-upload-drag:hover,.check-form-dragger.ant-upload-drag.ant-upload-drag-hover{border-color:#134cffbf!important;background:#f0f4ff!important}.check-form-dragger.ant-upload-drag .ant-upload{padding:36px 24px!important}.check-form-dragger .upload-content{text-align:center}.check-form-dragger .upload-icon{font-size:40px;color:#134cff;margin-bottom:12px}.check-form-dragger .upload-text{margin:0 0 8px;font-size:15px;line-height:1.6;color:#595959}.check-form-dragger .upload-text-link{color:#134cff;font-weight:500;cursor:pointer}.check-form-dragger .upload-text-rest{color:#595959}.check-form-dragger .upload-hint{margin:0 0 6px;font-size:13px;color:#8c8c8c;line-height:1.5}.check-form-dragger .upload-tip{margin:0;font-size:12px;color:#bfbfbf;line-height:1.5}.uploaded-file-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;padding:16px 0 8px;font-size:16px}.uploaded-file-icon{font-size:40px;color:#134cff;margin-bottom:8px}.uploaded-file-name{color:#333;margin-bottom:8px;font-size:15px;word-break:break-all;text-align:center}.uploaded-file-actions{display:flex;gap:16px;justify-content:center}.uploaded-file-action{color:#134cff;cursor:pointer;font-size:14px;transition:color .2s}.uploaded-file-action:hover{color:#4568ff}.submit-buttons{margin-top:28px;text-align:left}.submit-buttons .ant-btn{min-width:120px;height:40px;font-size:15px;border-radius:6px}.reduce-eval-method{margin-bottom:24px}.reduce-eval-method__cards{display:flex;flex-wrap:wrap;gap:14px}.reduce-eval-method__card{flex:1;min-width:220px;display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:8px;border:1px solid #f0f0f0;background:#fff;cursor:pointer;text-align:left;font:inherit;color:inherit;box-sizing:border-box;transition:border-color .2s,background .2s,box-shadow .2s}.reduce-eval-method__card:hover:not(.reduce-eval-method__card--active){border-color:#e0e0e0;background:#f5f5f5}.reduce-eval-method__card--active{background:#f0f5ff;border-color:#134cff;box-shadow:0 0 0 1px #134cff14}.reduce-eval-method__card:focus,.reduce-eval-method__card:focus-visible{outline:none}.reduce-eval-method__icon-wrap{flex:none;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.reduce-eval-method__icon-svg{display:block;flex-shrink:0}.reduce-eval-method__body{flex:1;min-width:0}.reduce-eval-method__card-title{display:block;font-size:15px;font-weight:600;color:#262626;line-height:1.4;margin-bottom:6px}.reduce-eval-method__card-desc{display:block;font-size:12px;font-weight:400;color:#8c8c8c;line-height:1.55}.reduce-report-brand-field{margin-bottom:24px}.reduce-report-brand-field .reduce-report-brand-select{width:calc((100% - 14px)/2);max-width:100%}@media (max-width: 480px){.reduce-report-brand-field .reduce-report-brand-select{width:100%}}.reduce-report-brand-select.reduce-report-brand-select--error .ant-select-selector{border-color:#ff4d4f!important}.reduce-report-brand__option{display:inline-flex;align-items:center;gap:8px}.reduce-report-brand__option--single{width:100%}.reduce-report-brand__option-icon{font-size:16px;color:#134cff;flex-shrink:0}.reduce-report-brand-dropdown .ant-select-item-option-content{display:flex;align-items:center}.order-check-wrapper{background:#fff}.order-header-card{background:#f7f8fa;padding:15px;margin:0 auto 32px;max-width:1200px;box-shadow:0 1px 4px #00000008}.order-header-row{display:flex;align-items:center;font-size:14px;margin-bottom:8px}.order-header-label{color:#333;text-align:left;font-weight:500}.order-header-value{color:#333;text-align:left;margin-right:15px;width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-header-tip{color:#aaa;font-size:13px}.order-header-type{display:flex;align-items:center;gap:10px}.order-type-selected{color:#333;font-weight:600;font-size:16px}.order-type-desc{color:#333;font-size:15px}.order-type-price{color:#aaa;font-size:13px}.order-recommend-section{max-width:1200px;margin:0 auto 32px}.order-recommend-title{font-size:18px;font-weight:700;color:#333;text-align:left;margin-bottom:18px}.order-recommend-subtitle{font-size:14px;color:#aaa;font-weight:400;margin-left:6px}.order-recommend-cards{display:flex;gap:28px}.recommend-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #3a5fff0a;padding:20px 10px 10px;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;border:1.5px solid #e5e6eb;min-height:200px;position:relative}.recommend-card-main{border:2px solid #3a5cff;box-shadow:0 4px 16px #3a5fff14;flex:1.3}.recommend-card-header{display:flex;align-items:center;margin-bottom:8px;gap:10px;position:relative}.recommend-card-title{font-size:15px;font-weight:700;text-align:left;color:#333;flex:1}.recommend-card-discount-badge{position:absolute;right:0;top:-15px;background:#ed823d;color:#fff;font-size:13px;border-radius:4px;padding:3px 10px;font-weight:500;z-index:2;box-shadow:0 2px 8px #ed823d14;white-space:nowrap}.recommend-card-price{color:#3a5cff;font-size:14px;font-weight:700;margin-left:8px}.recommend-card-origin{color:#bbb;font-size:14px;text-decoration:line-through;margin-right:4px;font-weight:400}.recommend-card-divider{height:1px;background:#f0f0f0;margin:8px 0 14px;width:100%}.recommend-card-body{font-size:12px;color:#333;flex:1;display:flex;flex-direction:column;justify-content:flex-start;text-align:left}.recommend-card-tags{margin-top:12px;display:flex;gap:12px}.recommend-tag{display:inline-flex;align-items:center;border-radius:16px;font-size:14px;font-weight:500;padding:3px 10px}.recommend-tag.orange{color:#ed823d;background:#faf0ec}.recommend-tag.blue{color:#3a5cff;background:#f1f4fe}.dot-icon{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:5px}.dot-icon.blue{background:#3a5cff}.dot-icon.orange{background:#ed823d}.recommend-card:not(.recommend-card-main){border:1.5px solid #e5e6eb;box-shadow:0 2px 8px #3a5fff08}.order-check-summary-row{max-width:1200px;margin:0 auto;background:#fff;padding-top:24px;display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:16px;color:#333}.order-header-main-title{font-size:18px;font-weight:700;color:#333;text-align:left;margin:0 auto 18px;max-width:1200px}.order-header-type-border{border:1.5px solid #ed823d;border-radius:8px;padding:4px 14px;display:inline-block;background:#fefaf7}.order-summary-count,.order-summary-total-amount{font-weight:700;color:#ed823d}.order-summary-btn{width:120px;height:40px;font-size:16px}.aigc-reduce-content{--aigc-reduce-pad-x: 28px;padding:0 var(--aigc-reduce-pad-x) 32px;box-sizing:border-box}.aigc-reduce-page-head{display:flex;flex-direction:column;height:60px;box-sizing:border-box;margin-bottom:20px}.aigc-reduce-page-head__main{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;min-height:0;width:100%}.aigc-reduce-page-head__title{flex-shrink:0;margin:0;font-size:20px;font-weight:600;line-height:28px;color:#262626;letter-spacing:.02em}.aigc-reduce-page-head__subtitle{margin:0;flex:0 1 auto;min-width:0;font-size:13px;font-weight:400;line-height:1.5;color:#8d8e99;text-align:left}.aigc-reduce-page-head__line{flex:0 0 1px;height:1px;width:100%;background:#e4e7ed;box-sizing:border-box}.aigc-reduce-content .aigc-reduce-page-head__line{margin-left:calc(-1 * var(--aigc-reduce-pad-x));margin-right:calc(-1 * var(--aigc-reduce-pad-x));width:calc(100% + 2 * var(--aigc-reduce-pad-x))}.aigc-reduce-page{height:100%;background:#fff;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e6e6e6 transparent}.aigc-reduce-page::-webkit-scrollbar{width:6px}.aigc-reduce-page::-webkit-scrollbar-track{background:transparent;border-radius:3px}.aigc-reduce-page::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:3px;transition:background-color .3s}.aigc-reduce-page::-webkit-scrollbar-thumb:hover{background-color:#d9d9d9}.aigc-reduce-page::-webkit-scrollbar-corner{background:transparent}.one-click-paper-head{display:flex;flex-direction:column;height:60px;box-sizing:border-box;margin-bottom:20px}.one-click-paper-head__main{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;min-height:0;width:100%}.one-click-paper-head__title{flex-shrink:0;margin:0;font-size:20px;font-weight:600;line-height:28px;color:#262626;letter-spacing:.02em}.one-click-paper-head__subtitle{margin:0;flex:0 1 auto;min-width:0;font-size:13px;font-weight:400;line-height:1.5;color:#8d8e99;text-align:left}.one-click-paper-head__line{flex:0 0 1px;height:1px;width:100%;background:#e4e7ed;box-sizing:border-box}.thesis-check-content .one-click-paper-head__line{margin-left:calc(-1 * var(--thesis-check-pad-x));margin-right:calc(-1 * var(--thesis-check-pad-x));width:calc(100% + 2 * var(--thesis-check-pad-x))}.one-click-paper-form{max-width:1100px;width:100%}.one-click-form-layout{display:flex;align-items:flex-start;gap:40px;width:100%}.one-click-form-layout__main{flex:1;min-width:0;max-width:720px}.one-click-form-layout__aside{flex:0 0 280px;width:280px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.one-click-subject-field .one-click-subject-cascader.ant-select,.one-click-subject-field .one-click-subject-cascader,.one-click-subject-field .ant-cascader-picker{width:100%}.one-click-subject-field .ant-cascader-picker .ant-select-selector{min-height:40px;border-radius:6px!important;border:1px solid #d9d9d9!important}.one-click-subject-field .ant-cascader-picker:hover .ant-select-selector,.one-click-subject-field .ant-cascader-picker.ant-cascader-picker-focused .ant-select-selector{border-color:#134cff!important}.one-click-subject-field .ant-cascader-picker.ant-select-status-error .ant-select-selector{border-color:#ff4d4f!important}@media (max-width: 992px){.one-click-form-layout{flex-direction:column}.one-click-form-layout__aside{flex:none;width:100%;max-width:720px}}.one-click-radio-group{display:flex;flex-wrap:wrap;gap:8px}.one-click-radio-group.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#134cff!important;border-color:#134cff!important;color:#fff!important}.one-click-radio-group.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#134cff}.one-click-radio-group .ant-radio-button-wrapper:hover{color:#134cff}.one-click-radio-group--word .ant-radio-button-wrapper{padding-inline:12px}.one-click-title-input-wrap{position:relative;display:block;width:100%}.one-click-title-field .one-click-title-input.check-form-input,.one-click-title-field .one-click-title-input.ant-input{padding-right:96px!important}.one-click-smart-pill{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:0;padding:4px 8px 4px 6px;border:none;border-radius:999px;background:#e8f0ff;color:#134cff;font-size:13px;font-weight:500;line-height:1.25;font-family:inherit;cursor:pointer;vertical-align:middle;transition:background .2s,color .2s}.one-click-smart-pill--dock{position:absolute;right:5px;top:50%;transform:translateY(-50%);z-index:2}.one-click-smart-pill:hover{background:#dce8ff;color:#0e3dcc}.one-click-smart-pill:active{background:#cddfff}.one-click-smart-pill:focus,.one-click-smart-pill:focus-visible{outline:none;box-shadow:none}.one-click-smart-pill::-moz-focus-inner{border:0}.one-click-smart-pill__icon{font-size:14px;flex-shrink:0}.one-click-smart-pill__text{white-space:nowrap}.one-click-error-text{margin-top:6px;font-size:13px;line-height:1.4;color:#ff4d4f}.one-click-radio-group--error.ant-radio-group{padding:4px;margin:-4px;border-radius:8px;box-shadow:0 0 0 1px #ff4d4f}.one-click-agreement-row{margin-top:8px;margin-bottom:8px}.one-click-agreement-row--error .one-click-agreement{color:#262626}.one-click-agreement{font-size:13px;color:#595959;line-height:1.6;align-items:flex-start}.one-click-submit-wrap{margin-top:24px}.one-click-submit-wrap .ant-btn-primary{min-width:140px}.coupon-page{min-height:100%}.recharge-modal.ant-modal{width:min(550px,80vw)!important;max-width:80%!important;padding-bottom:0}.recharge-modal .ant-modal-content{padding:0;border-radius:12px;overflow:hidden}.recharge-modal .ant-modal-header{margin:0;padding:16px 20px 12px;border-bottom:none}.recharge-modal .ant-modal-title{margin:0}.recharge-modal__title-text{font-size:17px;font-weight:600;color:#262626;line-height:24px}.recharge-modal .ant-modal-close{top:14px;inset-inline-end:16px}.recharge-modal__close{color:#8c8c8c;font-size:14px}.recharge-modal__close:hover{color:#134cff}.recharge-modal .ant-modal-body{padding:0 24px 24px}.recharge-modal__body{display:flex;flex-direction:column;align-items:stretch}.recharge-modal__btn-wrap{display:flex;justify-content:center;margin-top:32px}.recharge-modal__qr-block{display:flex;justify-content:center;margin-bottom:16px}.recharge-modal__qr-panel{width:200px;min-height:200px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:10px;box-sizing:border-box}.recharge-modal__qr-fail{padding:12px;font-size:13px;line-height:1.5;color:#8c8c8c;text-align:center}.recharge-modal__canvas-wrap{position:relative;width:200px;height:200px;border-radius:8px;overflow:hidden;background:#fff}.recharge-modal__canvas{display:block;width:200px;height:200px;vertical-align:top}.recharge-modal__logo-mask{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.recharge-modal__logo-bg{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#fff;box-shadow:0 1px 4px #0000001f}.recharge-modal__logo-img{width:22px;height:22px;object-fit:contain;display:block}.recharge-modal__hint{margin:0;font-size:13px;line-height:1.6;color:#8c8c8c;text-align:center}.recharge-modal__done-btn{width:96px;height:32px!important;padding:0 8px!important;font-size:13px!important;font-weight:500!important;border-radius:6px!important}.balance-page{padding:24px 28px 32px;background:#fff;min-height:100%;text-align:left;box-sizing:border-box;font-family:PingFang SC,Microsoft YaHei,-apple-system,sans-serif;color:#262626}.balance-page .balance-amount-btn:focus,.balance-page .balance-amount-btn:focus-visible,.balance-page .balance-pay-method:focus,.balance-page .balance-pay-method:focus-visible{outline:none}.balance-page .balance-confirm-btn.ant-btn:focus,.balance-page .balance-confirm-btn.ant-btn:focus-visible{outline:none!important;box-shadow:none!important}.balance-page .balance-main-tabs .ant-tabs-tab-btn:focus,.balance-page .balance-main-tabs .ant-tabs-tab-btn:focus-visible{outline:none}.balance-page .ant-pagination .ant-pagination-item a:focus,.balance-page .ant-pagination .ant-pagination-item a:focus-visible,.balance-page .ant-pagination .ant-pagination-prev button:focus,.balance-page .ant-pagination .ant-pagination-prev button:focus-visible,.balance-page .ant-pagination .ant-pagination-next button:focus,.balance-page .ant-pagination .ant-pagination-next button:focus-visible{outline:none}.balance-page-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px 16px;margin-bottom:16px}.balance-page-title{margin:0;font-size:20px;font-weight:600;color:#131212;letter-spacing:-.02em}.balance-page-promo{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px}.balance-page-promo-hot{font-size:14px}.balance-page-promo-text{color:#d4380d}.balance-page-promo-link{color:#134cff;text-decoration:none;font-weight:500}.balance-page-promo-link:hover{color:#4568ff;text-decoration:underline}.balance-balance-line{max-width:720px;margin-bottom:20px;font-size:14px}.balance-balance-label{color:#595959;margin-right:8px}.balance-balance-num{font-size:18px;font-weight:600;color:red}.balance-tip-card{max-width:720px;background:#f2f4ff;border-radius:8px;padding:16px 18px;margin-bottom:24px;border:1px solid rgba(19,76,255,.12)}.balance-tip-card-title{font-size:15px;font-weight:600;color:#131212;margin-bottom:10px}.balance-tip-card-list{margin:0;padding-left:20px;color:#595959;font-size:14px;line-height:1.75}.balance-tip-link{color:#134cff;text-decoration:none}.balance-tip-link:hover{text-decoration:underline}.balance-main-tabs .ant-tabs-nav{max-width:720px;margin-bottom:0}.balance-main-tabs .ant-tabs-nav:before{border-bottom:1px solid #e8e8e8}.balance-main-tabs .ant-tabs-tab{font-size:15px;padding:12px 0;margin:0 28px 0 0;color:#8c8c8c}.balance-main-tabs .ant-tabs-tab:hover{color:#134cff}.balance-main-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#131212!important;font-weight:500}.balance-main-tabs .ant-tabs-ink-bar{background:#134cff;height:3px!important;border-radius:2px 2px 0 0}.balance-main-tabs .ant-tabs-content-holder{padding-top:20px}.balance-recharge-body{max-width:720px;--balance-field-label-width: 88px;--balance-field-gap: 12px}.balance-recharge-indent{padding-left:0;box-sizing:border-box}.balance-field-row{display:flex;align-items:flex-start;margin-bottom:24px;gap:12px}.balance-field-label{flex:none;width:var(--balance-field-label-width, 88px);padding-top:8px;font-size:14px;color:#8c8c8c;text-align:left}.balance-field-control{flex:1;min-width:0}.balance-amount-block{width:100%}.balance-amount-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch}.balance-amount-btn{min-width:0;width:100%;height:44px;padding:0 8px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;font-size:15px;font-weight:500;color:#262626;cursor:pointer;transition:border-color .2s,background .2s,color .2s;font-family:inherit}.balance-amount-btn:hover{border-color:#134cff;color:#134cff}.balance-amount-btn--active{border-color:#134cff;background:#f0f5ff;color:#134cff;font-weight:600}.balance-amount-custom-row{margin-top:12px;width:100%}.balance-custom-input{width:100%!important;max-width:100%;height:44px!important;border-radius:4px!important}.balance-custom-input.ant-input-affix-wrapper{width:100%!important}.balance-custom-input.ant-input:hover,.balance-custom-input.ant-input:focus{border-color:#134cff!important;box-shadow:0 0 0 2px #134cff1f!important}.balance-pay-methods{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch}.balance-pay-method{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;width:100%;height:44px;padding:0 8px;border:1px solid #d9d9d9;border-radius:4px;background:#fff;font-size:15px;font-weight:500;color:#262626;cursor:pointer;transition:border-color .2s,background .2s,color .2s;font-family:inherit;box-sizing:border-box}.balance-pay-method:hover{border-color:#134cff;color:#134cff}.balance-pay-method--active{border-color:#134cff;background:#f0f5ff;color:#134cff;font-weight:600}.balance-pay-icon{display:block;width:24px;height:24px;object-fit:contain;flex-shrink:0}.balance-pay-summary{display:flex;align-items:baseline;gap:12px;margin-bottom:20px;padding-top:4px}.balance-pay-summary-label{font-size:14px;color:#8c8c8c}.balance-pay-summary-value{font-size:22px;font-weight:600}.balance-confirm-btn{width:100%;max-width:360px;height:44px!important;font-size:15px!important;font-weight:600!important;border-radius:4px!important;background:#134cff!important;border-color:#134cff!important;margin-bottom:16px}.balance-confirm-btn:hover{background:#4568ff!important;border-color:#4568ff!important}.balance-agreement{margin-top:4px}.balance-agreement .ant-checkbox-checked .ant-checkbox-inner{background-color:#134cff;border-color:#134cff}.balance-agreement-text{font-size:13px;color:#8c8c8c}.balance-agreement-link{color:#134cff}.balance-agreement-link:hover{color:#4568ff}.balance-agreement--error .ant-checkbox .ant-checkbox-inner{border-color:#ff4d4f}.balance-agreement-error{margin-top:6px;font-size:12px;line-height:1.5;color:#ff4d4f}.balance-record-wrap{margin-top:4px}.balance-record-wrap .ant-table-thead>tr>th{background:#fafafa;font-weight:500;color:#262626}.balance-table-amount{color:#134cff;font-weight:500}.balance-page .ant-pagination-item-active{border-color:#134cff}.balance-page .ant-pagination-item-active a{color:#134cff}.records-page{min-height:100%;padding:24px;background:#fff}.records-page .ant-table-wrapper{background:#fff}.records-page .ant-table-thead>tr>th{background:#fafafa;font-weight:500;color:#333}.records-page .ant-table-tbody>tr>td{color:#666}.records-page .ant-table-tbody>tr:hover>td{background:#fff2f0}.records-page .ant-pagination{margin:16px 0;text-align:right}.records-page .ant-pagination-total-text{float:left;margin-right:16px}.notification-page{min-height:100%}.profile-page{max-width:800px;margin:0 auto;padding:10px 20px}.profile-header{display:flex;flex-direction:column;align-items:center;padding:40px 0;background:linear-gradient(180deg,#f0f7ff,#f0f7ff00);border-radius:8px;margin-bottom:24px;border:1px solid #e8e8e8}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#f5f5f5;margin-bottom:16px}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-name{font-size:18px;font-weight:500;color:#333}.profile-section{background:#fff;border-radius:8px;padding:0;margin-bottom:24px;border:1px solid #e8e8e8}.section-title{font-size:16px;font-weight:500;color:#333;margin-bottom:20px;display:flex;align-items:center;gap:8px;padding:24px 24px 0}.help-icon{color:#999;font-size:14px;cursor:pointer}.setting-items{display:flex;flex-direction:column;gap:16px;padding:0 24px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0}.setting-item:last-child{border-bottom:none}.item-left{display:flex;align-items:center;gap:8px;color:#333}.item-icon{font-size:16px;color:#999}.item-right{display:flex;align-items:center;gap:16px}.item-value{color:#666;display:flex;align-items:center;gap:8px}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.status-dot.verified{background-color:#52c41a}.status-dot.unverified{background-color:#ff4d4f}.action-button{color:#ff4d4f;cursor:pointer;font-size:14px;padding:4px 12px;border:1px solid #ff4d4f;border-radius:4px;transition:all .3s}.action-button:hover{background:#fff1f0}.action-button.danger{background:#fff}.action-button.danger:hover{background:#fff1f0}.delete-account{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.delete-info{display:flex;align-items:center;gap:16px}.delete-icon{width:40px;height:40px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999}.delete-text{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.delete-text>div:first-child{text-align:left}.delete-description{font-size:14px;color:#999;text-align:left}.terms-page{min-height:100vh;box-sizing:border-box;background:#f1f5f9;color:#0f172a;padding:20px 24px 56px;text-align:left}.terms-back-wrap{margin:0 0 12px;text-align:left}.terms-back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#2454ff;text-decoration:none}.terms-back-link:hover{text-decoration:underline}.terms-inner{box-sizing:border-box;width:100%;margin:0;background:#fff;padding:40px 36px 48px;border-radius:12px;box-shadow:0 4px 24px #0f172a0f;border:1px solid #e2e8f0;text-align:left}.terms-doc{text-align:left}.terms-doc h1{margin:0 0 8px;font-size:26px;font-weight:700;line-height:1.3;color:#0f172a;text-align:left}.terms-meta{margin:0 0 28px;font-size:13px;color:#64748b}.terms-doc h2{margin:28px 0 12px;font-size:18px;font-weight:600;line-height:1.4;color:#0f172a;border-bottom:1px solid #e2e8f0;padding-bottom:8px;text-align:left}.terms-doc h3{margin:20px 0 10px;font-size:15px;font-weight:600;color:#1e293b;text-align:left}.terms-doc p,.terms-doc li{margin:0 0 12px;font-size:14px;line-height:1.75;color:#334155}.terms-doc ul,.terms-doc ol{margin:0 0 12px;padding-left:1.35em}.terms-doc strong{color:#0f172a;font-weight:600}@media screen and (max-width: 576px){.terms-inner{padding:28px 20px 36px}.terms-doc h1{font-size:22px}}#root{min-height:100vh}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}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{height:100%}.ant-tabs-nav{margin-bottom:24px!important}
