.address-ledger-layout{min-height:100vh}.address-ledger-header{display:flex;align-items:center;gap:24px}.address-ledger-brand{min-width:180px;color:#fff;line-height:1.05}.address-ledger-brand strong{display:block;font-size:20px;letter-spacing:.04em}.address-ledger-brand span{font-size:12px;color:#ffffffad}.address-ledger-menu{flex:1;min-width:0;background:transparent}.address-ledger-user{color:#ffffffe6;white-space:nowrap}.address-ledger-content{padding:32px 24px}.address-ledger-shell{max-width:1180px;margin:auto}.address-ledger-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px}.address-ledger-intro h2{margin:4px 0}.address-ledger-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;color:#2563eb}.address-ledger-count{margin-bottom:14px;color:#64748b}.address-ledger-count strong{font-size:18px;color:#1e293b}.address-ledger-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.address-ledger-card{position:relative;overflow:hidden;min-height:220px;padding:20px 20px 0 26px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.address-ledger-card.is-default{border-color:#93c5fd}.address-ledger-rail{position:absolute;inset:0 auto 0 0;width:6px;background:#cbd5e1}.address-ledger-card.is-default .address-ledger-rail{background:#2563eb}.address-ledger-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.address-ledger-phone{display:block;margin-top:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#334155}.address-ledger-full{min-height:48px;margin:10px 0 4px;line-height:1.65;color:#1e293b}.address-ledger-actions{display:flex;justify-content:flex-end;gap:2px;margin-top:18px;border-top:1px solid #edf2f7;padding:8px 0}.address-ledger-empty{padding:72px;background:#fff;border:1px dashed #cbd5e1;border-radius:12px}.address-ledger-form-row{display:grid;grid-template-columns:1fr 2fr;gap:16px}.address-ledger-form-row.three{grid-template-columns:repeat(3,1fr)}@media (max-width:760px){.address-ledger-header{padding:0 16px}.address-ledger-brand span,.address-ledger-user>span:not(.anticon){display:none}.address-ledger-content{padding:20px 14px}.address-ledger-intro{align-items:flex-start;flex-direction:column}.address-ledger-grid{grid-template-columns:1fr}.address-ledger-form-row,.address-ledger-form-row.three{grid-template-columns:1fr;gap:0}}.address-parse-box{margin-bottom:20px;padding:16px;background:#f8fafc;border:1px solid #dbeafe;border-radius:10px}.address-parse-box textarea{margin-top:10px}.address-parse-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}@media (max-width: 760px){.address-parse-actions{align-items:stretch;flex-direction:column}}:root{--primary-color: #c91324;--primary-hover: #a90f1d;--primary-light: #fff0f1;--text-primary: #15202b;--text-secondary: #59656d;--text-tertiary: #8a959b;--bg-primary: #ffffff;--bg-secondary: #f3f5f5;--bg-tertiary: #e9eef0;--border-color: #d9e0e3;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--info-color: #3b82f6;--status-pending: #f59e0b;--status-quoted: #3b82f6;--status-deal: #10b981;--status-cancelled: #ef4444;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 6px rgba(0, 0, 0, .1);--font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 20px;--font-size-xl: 24px;--font-size-2xl: 32px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);font-size:var(--font-size-md);line-height:1.5;color:var(--text-primary);background-color:var(--bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.btn-flat{background:var(--primary-color);color:#fff;border:none;padding:10px 20px;font-size:var(--font-size-md);font-weight:500;border-radius:var(--radius-md);cursor:pointer;transition:background-color .15s ease}.btn-flat:hover,.btn-flat:active{background:var(--primary-hover)}.card-flat{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--spacing-lg);box-shadow:none;transition:border-color .15s ease}.card-flat:hover{border-color:var(--primary-color)}.ant-table{font-size:var(--font-size-sm)}.ant-table-thead>tr>th{background:var(--bg-tertiary);font-weight:600;color:var(--text-primary)}.ant-table-tbody>tr:hover>td{background:var(--bg-secondary)}.ant-tag{border:none;font-weight:500}.ant-input,.ant-input-affix-wrapper{border:1px solid var(--border-color);border-radius:var(--radius-md)}.ant-input:hover,.ant-input-affix-wrapper:hover{border-color:var(--primary-color)}.ant-input:focus,.ant-input-affix-wrapper:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}.ant-menu-dark{background:var(--text-primary)}.ant-menu-dark .ant-menu-item-selected{background:var(--primary-color)}.ant-menu-horizontal{border:none}.ant-layout-header{background:var(--text-primary);padding:0 var(--spacing-lg);display:flex;align-items:center;gap:var(--spacing-lg)}.ant-layout-content{background:var(--bg-secondary)}.ant-layout-footer{background:var(--bg-primary);text-align:center;color:var(--text-secondary);padding:var(--spacing-lg)}.ant-modal{border-radius:var(--radius-lg)}.ant-modal-header{border-bottom:1px solid var(--border-color);background:var(--bg-secondary);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.ant-modal-body{padding:var(--spacing-lg)}.ant-drawer-header{border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.ant-drawer-title{font-weight:600}.tag-pending{background:#fef3c7;color:#92400e}.tag-quoted{background:#dbeafe;color:#1e40af}.tag-deal{background:#d1fae5;color:#065f46}.tag-cancelled{background:#fee2e2;color:#991b1b}.ant-empty-description{color:var(--text-secondary)}.ant-spin-dot-item{background-color:var(--primary-color)}.site-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 12px;color:var(--text-secondary);font-size:12px;line-height:1.8}.site-footer-compact{margin-top:16px}.site-footer a{color:#0000008f;text-decoration:none}.site-footer a:hover{color:var(--primary-color)}.site-footer-copy{font-size:12px}.site-footer-links{justify-content:center}.site-footer-divider{color:var(--text-tertiary)}.site-footer-police{display:inline-flex;align-items:center;gap:5px}.site-footer-police img{width:18px;height:18px;display:block}.market-home{min-height:100vh;background:#f5f7f8}.market-home-header{height:66px;padding:0 clamp(20px,5vw,72px);background:#fffffff0!important;border-bottom:1px solid rgba(214,224,232,.9);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;gap:28px}.market-home-brand{display:inline-flex;align-items:center;gap:12px;color:#101827;text-decoration:none;white-space:nowrap}.market-home-brand:hover{color:#101827}.market-home-brand>span:last-child{display:flex;flex-direction:column;justify-content:center;gap:4px}.market-home-brand strong{font-size:18px;line-height:1}.market-home-brand small{color:#667485;font-size:12px;font-weight:500;line-height:1}.market-home-brand-mark{width:40px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:#d71920;color:#fff;font-weight:800;font-size:13px}.market-home-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:30px;min-width:0}.market-home-nav a{color:#3d4b5c;font-size:14px;text-decoration:none}.market-home-nav a:hover{color:#d71920}.market-home-actions{margin-left:auto}.market-home-user{color:#3d4b5c;display:inline-flex;align-items:center;gap:6px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-home-hero{min-height:520px;position:relative;display:grid;overflow:hidden;background:#edf5fb}.market-home-hero-media,.market-home-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.market-home-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.96) brightness(1.04)}.market-home-hero-overlay{background:linear-gradient(90deg,#f8fcfff5,#f8fcffd1 42%,#f8fcff2e),linear-gradient(180deg,#edf5fb1a,#edf5fbd1)}.market-home-hero-inner{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:clamp(32px,5.5vw,58px) clamp(20px,5vw,72px) clamp(24px,4vw,42px);display:flex;align-items:center}.market-home-hero-copy{max-width:760px}.market-home-tag{margin-bottom:12px;border-radius:6px;padding:6px 12px;border:1px solid rgba(215,25,32,.18);background:#d7192014;color:#b51218}.market-home-hero h1.ant-typography{margin:0;color:#0f1b2d;font-size:clamp(34px,4.8vw,56px);line-height:1.04;font-weight:800;max-width:760px}.market-home-hero-copy .ant-typography{max-width:640px;margin-top:12px;margin-bottom:0;color:#4d5d6e;font-size:16px}.market-home-hero-actions{margin-top:18px}.market-home-hero-actions .ant-btn-background-ghost{color:#1c2d41;border-color:#1c2d415c;background:#ffffff6b}.market-home-hero-actions .ant-btn-background-ghost:hover{color:#d71920!important;border-color:#d71920!important}.market-home-band,.market-home-process,.market-home-cta,.market-home-honors{padding:clamp(24px,4vw,42px) clamp(20px,5vw,72px)}.market-home-section-head{max-width:760px;margin-bottom:14px}.market-home-section-head-row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:28px}.market-home-section-head h2.ant-typography,.market-home-honor-copy h2.ant-typography{margin:5px 0 0;color:#101827;font-size:clamp(24px,3.2vw,34px);line-height:1.15}.market-home-section-head .ant-typography,.market-home-honor-copy .ant-typography{color:#64717f}.market-home-eyebrow{color:#d71920;font-weight:800;font-size:13px}.market-home-brand-band{background:#fff}.market-home-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #dde4ea;border-radius:8px;overflow:hidden;background:#fff}.market-home-brand-tile{min-height:84px;display:grid;align-content:center;gap:6px;padding:12px 16px;border-right:1px solid #dde4ea;border-bottom:1px solid #dde4ea;color:#152233;letter-spacing:0;background:linear-gradient(180deg,#fff,#f8fafc)}.market-home-brand-tile:nth-child(3n){border-right:1px solid #dde4ea}.market-home-brand-tile:nth-child(4n){border-right:none}.market-home-brand-tile:nth-last-child(-n+3){border-bottom:1px solid #dde4ea}.market-home-brand-tile:nth-last-child(-n+4){border-bottom:none}.market-home-brand-tile:last-child{grid-column:span 2}.market-home-brand-logo{min-height:44px;display:flex;align-items:center}.market-home-brand-logo img{max-width:100%;max-height:46px;object-fit:contain;object-position:left center}.market-home-brand-tile-dark .market-home-brand-logo img{max-height:38px}.market-home-brand-logo-invert{filter:invert(1) brightness(.38) contrast(1.45)}.market-home-brand-logo-large{max-height:66px!important}.market-home-brand-tile strong{font-size:16px;line-height:1}.market-home-brand-tile span{color:#667485;font-size:12px;line-height:1.35}.market-home-step{height:100%;background:#fff;border:1px solid #dde4ea;border-radius:8px;padding:16px;box-shadow:0 12px 34px #1e405c0d}.market-home-step h4.ant-typography{margin:0 0 6px;color:#101827}.market-home-step .ant-typography{color:#64717f}.market-home-honors{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,.9fr);gap:clamp(28px,6vw,72px);align-items:center;background:linear-gradient(135deg,#d719200f,#2563eb0a),#fff}.market-home-honor-copy h2.ant-typography{color:#101827}.market-home-honor-copy>.ant-typography{color:#64717f;font-size:15px}.market-home-honor-list{display:grid;gap:10px;margin-top:16px}.market-home-honor-item{display:flex;gap:14px;padding:12px;border-radius:8px;background:#ffffffe0;border:1px solid #dde4ea}.market-home-honor-item .anticon{color:#f6c343;font-size:21px;margin-top:2px}.market-home-honor-item div{display:grid;gap:4px}.market-home-honor-item strong{color:#101827}.market-home-honor-item .ant-typography{color:#64717f}.market-home-honor-image{border-radius:8px;overflow:hidden;border:1px solid #dde4ea;background:#fff;box-shadow:0 24px 70px #1e405c1f}.market-home-honor-image img{width:100%;display:block;aspect-ratio:1000 / 461;object-fit:cover}.market-home-process{background:#fff}.market-home-step span{color:#d71920;font-weight:800;font-size:13px}.market-home-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#f7fafc,#edf4fa)}.market-home-cta>div{display:grid;gap:6px}.market-home-cta .anticon{color:#d71920;font-size:28px}.market-home-cta h3.ant-typography{margin:0;color:#101827}.market-home-cta .ant-typography{color:#64717f}.market-home-footer{background:#fff;border-top:1px solid #dde4ea}@media (max-width: 1050px){.market-home-honors{grid-template-columns:1fr}.market-home-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-home-brand-tile:nth-child(4n),.market-home-brand-tile:nth-child(3n){border-right:1px solid #dde4ea}.market-home-brand-tile:nth-child(2n){border-right:none}.market-home-brand-tile:nth-last-child(-n+4){border-bottom:1px solid #dde4ea}.market-home-brand-tile:nth-last-child(-n+1){border-bottom:none}.market-home-brand-tile:last-child{grid-column:span 2}}@media (max-width: 900px){.market-home-header{height:auto;min-height:62px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px;gap:12px}.market-home-nav{order:3;width:100%;justify-content:flex-start;gap:16px;overflow-x:auto}.market-home-section-head-row{display:block}}@media (max-width: 640px){.site-footer{flex-direction:column}.site-footer-divider{display:none}.market-home-actions{width:auto;margin-left:auto;justify-content:flex-end;flex-wrap:wrap}.market-home-brand strong{font-size:17px}.market-home-brand small{font-size:11px}.market-home-hero{min-height:auto}.market-home-hero-inner{padding-top:26px}.market-home-hero h1.ant-typography{font-size:38px}.market-home-hero-copy .ant-typography{font-size:16px}.market-home-brand-tile,.market-home-brand-tile:nth-child(3n),.market-home-brand-tile:nth-child(4n),.market-home-brand-tile:nth-child(2n),.market-home-brand-tile:nth-last-child(-n+4){min-height:70px;border-right:none;border-bottom:1px solid #dde4ea}.market-home-brand-tile:last-child{grid-column:auto;border-bottom:none}.market-home-honors{grid-template-columns:1fr}.market-home-cta{align-items:flex-start;flex-direction:column}}.market-home{background:#f3f5f5;color:#15202b}.market-home-header{height:72px;background:#f5f7f7f0!important;border-bottom-color:#cfd7da}.market-home-brand-mark{width:42px;height:42px;border-radius:50%;background:#c91324;box-shadow:inset 0 0 0 8px #f3f5f5,0 0 0 1px #c91324;color:transparent}.market-home-brand strong{letter-spacing:.08em;font-weight:900}.market-home-brand small{letter-spacing:.12em}.market-home-nav a{position:relative;font-weight:600}.market-home-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:#c91324;transition:right .2s ease}.market-home-nav a:hover:after{right:0}.market-home-hero{min-height:650px;background:linear-gradient(rgba(53,108,140,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(53,108,140,.08) 1px,transparent 1px),#eef2f3;background-size:32px 32px;border-bottom:1px solid #cfd7da}.market-home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#eef2f3fa,#eef2f3e6 45%,#eef2f31f 78%)}.market-home-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:clamp(40px,8vw,110px);padding-top:70px;padding-bottom:70px}.market-home-tag{border:0;border-left:3px solid #c91324;border-radius:0;background:transparent;padding:3px 0 3px 12px;color:#59656d;letter-spacing:.12em}.market-home-hero h1.ant-typography{margin-top:24px;font-size:clamp(44px,5vw,72px);line-height:1.08;letter-spacing:-.055em;font-weight:900}.market-home-hero-copy>.ant-typography{margin-top:24px;max-width:580px;line-height:1.9;font-size:17px}.market-home-hero-actions{margin-top:30px}.market-home-proof{display:flex;gap:0;margin-top:42px;border-top:1px solid #bdc8cd;padding-top:18px}.market-home-proof span{padding:0 24px;border-right:1px solid #bdc8cd;color:#59656d;font-size:13px}.market-home-proof span:first-child{padding-left:0}.market-home-proof span:last-child{border-right:0}.market-home-proof strong{margin-right:5px;color:#15202b;font-family:SFMono-Regular,Consolas,monospace;font-size:20px}.market-home-seal-visual{min-height:440px;display:grid;place-items:center}.market-home-blueprint{width:min(440px,100%);aspect-ratio:1;position:relative;display:grid;place-items:center;border:1px solid rgba(53,108,140,.55);border-radius:50%}.market-home-blueprint:before,.market-home-blueprint:after{content:"";position:absolute;background:#356c8c66}.market-home-blueprint:before{width:116%;height:1px}.market-home-blueprint:after{width:1px;height:116%}.seal-ring{width:64%;aspect-ratio:1;position:relative;z-index:1;border-radius:50%;background:#c91324;box-shadow:inset -22px -18px #9e101d,18px 22px 42px #15202b33;transform:rotateX(58deg) rotate(-18deg)}.seal-ring-core{position:absolute;top:28%;right:28%;bottom:28%;left:28%;border-radius:50%;background:#eef2f3;box-shadow:inset 12px 12px 18px #15202b40,0 0 0 7px #15202b}.blueprint-label,.blueprint-code{position:absolute;z-index:2;color:#356c8c;background:#eef2f3;padding:3px 8px;font:11px/1.2 SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.blueprint-label-top{top:-8px}.blueprint-label-side{left:-36px;transform:rotate(-90deg)}.blueprint-code{right:-6px;bottom:28px;color:#15202b}.market-home-band,.market-home-process,.market-home-cta,.market-home-honors{padding-top:clamp(54px,7vw,90px);padding-bottom:clamp(54px,7vw,90px)}.market-home-eyebrow{color:#c91324;letter-spacing:.16em}.market-home-brand-grid{border-radius:0}.market-home-brand-tile{min-height:116px;background:#fff;transition:background .2s ease,transform .2s ease}.market-home-brand-tile:hover{background:#f3f5f5;transform:translateY(-2px)}.market-home-step,.market-home-honor-item,.market-home-honor-image{border-radius:2px;box-shadow:none}.market-home-step{border-top:3px solid #15202b;padding:24px}.market-home-step span{font-family:SFMono-Regular,Consolas,monospace}.market-home-cta{background:#15202b}.market-home-cta h3.ant-typography,.market-home-cta .ant-typography{color:#fff}.market-home-cta .anticon{color:#e4535e}.ant-btn-primary{box-shadow:none}:where(a,button,input,[tabindex]):focus-visible{outline:3px solid rgba(53,108,140,.55);outline-offset:3px}@media (max-width: 900px){.market-home-hero-inner{grid-template-columns:1fr}.market-home-seal-visual{min-height:330px}.market-home-blueprint{width:min(330px,80vw)}}@media (max-width: 640px){.market-home-hero{min-height:auto}.market-home-hero-inner{padding-top:48px;gap:26px}.market-home-hero h1.ant-typography{font-size:42px}.market-home-proof{flex-wrap:wrap;row-gap:14px}.market-home-proof span{padding:0 12px}.market-home-seal-visual{min-height:280px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
