:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-page-indicator{display:flex;width:auto;--dot-color: var(--adm-color-light);--active-dot-color: var(--adm-color-primary);--dot-size: 3px;--active-dot-size: 13px;--dot-border-radius: 1px;--active-dot-border-radius: var(--dot-border-radius);--dot-spacing: 3px}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color: rgba(255, 255, 255, .5);--active-dot-color: var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-swiper{--height: auto;--width: 100%;--border-radius: 0;--track-padding: 0;--slide-size: 100%;--track-offset: 0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translate(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#07133b;background:#eef3f8;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 50% 0%,rgba(11,124,134,.08),transparent 35%),#eef3f8}button,input,textarea{font:inherit}button{border:0}.mobile-prototype{width:min(100vw,390px);height:min(100dvh,844px);margin-inline:auto;overflow:hidden;position:relative}.app-shell{background:#fbfdff;box-shadow:0 22px 80px #07133b24}.promo-screen{height:100%;overflow-y:auto;padding:12px 14px 22px;background:#01091f;scrollbar-width:none}.promo-screen::-webkit-scrollbar{display:none}.promo-poster{display:block;width:100%;height:auto;border-radius:14px;box-shadow:0 18px 44px #00000057}.promo-enter-button{width:100%;min-height:54px;margin-top:16px;border-radius:14px;background:#13aa9d;color:#fff;box-shadow:0 12px 28px #13aa9d4d;font-size:18px;font-weight:850;letter-spacing:.02em;cursor:pointer;transition:transform .16s ease,background-color .16s ease}.promo-enter-button:active{background:#0e9187;transform:scale(.985)}.promo-enter-button:focus-visible{outline:3px solid rgba(84,238,219,.8);outline-offset:3px}.topbar{height:64px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:14px 18px 10px;border-bottom:1px solid #edf1f6;background:#fbfdfff5}.icon-button{width:36px;height:36px;display:grid;place-items:center;color:#07133b;background:transparent;font-size:23px}.icon-spacer{width:36px;height:36px}.brand{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:17px;font-weight:800;letter-spacing:0;color:#08235f;min-width:0}.brand .anticon{font-size:24px;color:#092774}.content{height:calc(100% - 160px);overflow-y:auto;padding:12px 17px 18px;scrollbar-width:none}.content::-webkit-scrollbar{display:none}.product-content{height:calc(100% - 130px)}.hero-section{display:grid;grid-template-columns:90px 1fr;gap:17px;align-items:center;padding:0 0 13px;border-bottom:1px solid #edf1f6}.product-art{width:88px;height:98px;border-radius:16px;object-fit:cover;box-shadow:0 14px 32px #06143629}.hero-copy{min-width:0}.hero-copy h1{margin:0 0 7px;font-size:26px;line-height:1.05;font-weight:850;letter-spacing:0;color:#07133b}.tags{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:8px}.tags span{padding:5px 8px;border-radius:9px;background:#eef5ff;color:#0a48a8;font-size:12px;font-weight:700;line-height:1}.price-line{display:flex;align-items:baseline;gap:8px}.price-line strong{font-size:33px;line-height:.95;font-weight:850;color:#0a8f84}.price-line span{font-size:18px;font-weight:800;color:#073354}.hero-copy p{margin:6px 0 0;color:#6d7892;font-size:14px}.seller-row{width:100%;min-height:68px;display:grid;grid-template-columns:48px 1fr 18px;align-items:center;gap:13px;padding:9px 0;border:0;border-bottom:1px solid #edf1f6;background:transparent;color:inherit;text-align:left}.seller-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#092774;color:#fff;font-size:16px;font-weight:850;object-fit:cover}.seller-contact-row:active{opacity:.72}.seller-copy-toast{position:fixed;left:50%;bottom:94px;z-index:40;max-width:calc(100% - 48px);padding:10px 14px;border-radius:10px;background:#08133feb;color:#fff;font-size:14px;font-weight:750;line-height:1.25;text-align:center;box-shadow:0 12px 28px #08133f2e;pointer-events:none;transform:translate(-50%)}.seller-main h2{margin:0 0 5px;font-size:18px;line-height:1.1;font-weight:800;color:#08163f}.seller-main p,.verified-line{margin:0;font-size:13px}.verified-line{display:flex;align-items:center;gap:7px;color:#167c78;font-weight:700}.verified-line .anticon{color:#0b9d89}.seller-main p{margin-top:4px;color:#737d95}.row-chevron,.detail-chevron{color:#8b95a8;font-size:14px}.escrow-flow{padding:10px 0;border-bottom:1px solid #edf1f6}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.section-heading>div{display:grid;gap:5px;min-width:0}.section-heading h2,.service-details h2{margin:0;color:#07133b;font-size:18px;line-height:1.15;font-weight:850}.section-heading p{display:flex;align-items:center;gap:5px;margin:0;color:#6c7891;font-size:11px;line-height:1.25;text-align:right}.section-heading>div p{text-align:left}.flow-detail-button{flex:0 0 auto;min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #cfe7e4;border-radius:999px;background:#f5fffd;color:#0b857d;font-size:12px;line-height:1;font-weight:750}.flow-detail-button:active{transform:translateY(1px)}.escrow-safety-summary{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;margin-bottom:12px;padding:10px 12px;border-radius:10px;background:#f4fffd;color:#0c716b;box-shadow:inset 0 0 0 1px #cde9e5}.escrow-safety-summary .anticon{color:#0b9389;font-size:17px}.escrow-safety-summary span{font-size:12px;line-height:1.45;font-weight:800}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:14px;column-gap:8px}.step{position:relative;min-width:0;text-align:center}.step:not(:last-child):after{content:"";position:absolute;top:15px;left:calc(50% + 18px);width:calc(100% - 21px);border-top:2px dashed #a7b1c4}.step:nth-child(3n):after{content:none}.step-badge{position:relative;z-index:1;width:24px;height:24px;display:grid;place-items:center;margin:0 auto 5px;border-radius:50%;background:#0b9389;color:#fff;font-size:14px;font-weight:800}.step-icon{height:26px;display:grid;place-items:center;margin-bottom:3px;color:#0b857d;font-size:25px}.step h3{margin:0 0 4px;color:#07133b;font-size:12px;line-height:1.25;font-weight:820}.step p{margin:0;color:#6f7890;font-size:9px;line-height:1.2}.service-details{padding-top:10px}.product-detail-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border-radius:10px;background:#eef3f8}.product-detail-tabs button{min-width:0;min-height:36px;display:grid;place-items:center;padding:0 10px;border-radius:8px;background:transparent;color:#5e6c84;font-size:13px;font-weight:850;line-height:1.1}.product-detail-tabs button.active{background:#fff;color:#07133b;box-shadow:0 6px 16px #07133b14}.product-tab-panel{display:grid;gap:10px;padding-top:12px}.rule-standard-notice{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;padding:10px 12px;border-radius:10px;background:#fff8e6;color:#80621b;box-shadow:inset 0 0 0 1px #f1d78f}.rule-standard-notice .anticon{margin-top:1px;color:#c49015;font-size:17px}.rule-standard-notice span{font-size:12px;line-height:1.45;font-weight:750}.order-rules-panel{scroll-margin-top:12px}.order-rule-list{display:grid;gap:12px;margin-top:12px}.order-rule-item{display:grid;gap:6px}.order-rule-item h3{margin:0;color:#07133b;font-size:13px;line-height:1.4}.order-rule-item .rich-detail{background:#fbfdff}.detail-list{overflow:hidden;border:1px solid #e1e7f0;border-radius:9px;background:#fff}.detail-row{width:100%;min-height:39px;display:grid;grid-template-columns:27px 74px 1fr 13px;align-items:center;gap:8px;padding:6px 12px;background:#fff;border-bottom:1px solid #e8edf5;color:#07133b;text-align:left}.detail-row:last-child{border-bottom:0}.detail-icon{display:grid;place-items:center;color:#0c3588;font-size:19px}.detail-label{color:#07133b;font-size:14px;font-weight:800;white-space:nowrap}.detail-value{color:#182544;font-size:12px;line-height:1.35;text-align:right}.assurance-note{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;margin-top:10px;padding:10px;border:1px solid #f2cf8a;border-radius:10px;background:#fff9ed}.assurance-icon{width:33px;height:33px;display:grid;place-items:center;border-radius:10px;background:#f0a014;color:#fff;font-size:19px}.assurance-note h2{margin:0 0 4px;color:#d87700;font-size:14px;line-height:1.3;font-weight:850}.assurance-note p{margin:0;color:#707986;font-size:12px;line-height:1.35}.bottom-bar{position:absolute;left:0;right:0;bottom:0;height:96px;display:grid;grid-template-columns:110px 1fr;grid-template-rows:48px 1fr;gap:4px 12px;align-items:center;padding:9px 18px 7px;border-top:1px solid #e6edf5;background:#fbfdfffa}.rules-button{display:inline-flex;align-items:center;gap:5px;justify-self:start;color:#0a47a6;background:transparent;font-size:14px;font-weight:750;white-space:nowrap}.primary-button{height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;background:linear-gradient(135deg,#0fa594,#087f78);color:#fff;box-shadow:0 13px 26px #04817740;font-size:17px;font-weight:850;letter-spacing:0}.primary-button .anticon{font-size:22px}.agreement{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:4px;margin:0;color:#7e8799;font-size:10px;line-height:1.35;white-space:nowrap}.agreement .anticon{color:#8c95a5}.agreement a{color:#0c48a6;text-decoration:none;font-weight:700}.compact-brand{font-size:15px}.flow-content{padding-top:14px}.login-content{height:calc(100% - 160px);padding-top:18px}.login-hero{padding:22px 18px;margin-bottom:14px;border-radius:18px;background:radial-gradient(circle at 90% 8%,rgba(40,228,178,.22),transparent 28%),linear-gradient(135deg,#08245e,#0a8f84);color:#fff;box-shadow:0 18px 38px #07133b2e}.login-mark{width:52px;height:52px;display:grid;place-items:center;margin-bottom:18px;border-radius:16px;background:#ffffff29;font-size:29px}.login-hero span{display:inline-flex;padding:4px 9px;border-radius:999px;background:#ffffff29;color:#ffffffd1;font-size:12px;font-weight:850}.login-hero h1{margin:12px 0 9px;font-size:28px;line-height:1.1;font-weight:880}.login-hero p{margin:0;color:#ffffffc2;font-size:13px;line-height:1.55}.tab-content{height:calc(100% - 136px);padding:14px 17px 18px}.search-box{height:44px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:8px;align-items:center;padding:0 13px;margin-bottom:14px;border:1px solid #dfe7f1;border-radius:12px;background:#fff;color:#0b9389;box-shadow:0 10px 22px #07133b0d}.search-box input{min-width:0;border:0;outline:0;background:transparent;color:#07133b;font-size:14px}.search-box input::placeholder{color:#8b96aa}.search-submit-button{height:30px;min-width:54px;padding:0 12px;border:0;border-radius:8px;background:#07133b;color:#fff;font-size:13px;font-weight:800}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.quick-grid button{display:grid;gap:5px;justify-items:start;min-height:86px;padding:12px;border:1px solid #e1e8f1;border-radius:12px;background:#fff;color:#07133b;text-align:left}.quick-grid .anticon{color:#0b9389;font-size:22px}.quick-grid strong{font-size:15px}.quick-grid span{color:#68758c;font-size:12px}.section-block{margin-bottom:14px}.home-account-panel{display:grid;gap:12px;margin-bottom:12px;padding:12px 14px;border:1px solid #dfe8ef;border-radius:12px;background:#fff;box-shadow:0 8px 24px #07133b0f}.home-account-head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:8px}.home-account-balance{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.home-avatar-button,.home-copy-button,.home-customer-service-button{padding:0;cursor:pointer}.home-avatar-button{width:38px;height:38px;border-radius:50%;background:transparent}.home-user-avatar{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#0b9389;color:#fff;font-size:15px;font-weight:850}.home-id-group{min-width:0;width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:2px}.home-account-id{min-width:0;overflow:hidden;color:#26344c;font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.home-copy-button{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:transparent;color:#0a48a8;font-size:15px}.home-copy-button:active,.home-customer-service-button:active{background:#eaf1f7}.home-copy-button:disabled,.home-customer-service-button:disabled{cursor:default;opacity:.55}.home-customer-service-button{min-width:54px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:9px;background:#eef7f6;color:#0b857d;font-size:12px;font-weight:800}.home-customer-service-button .adm-spin-loading{--size: 14px}.home-account-balance{min-height:92px;padding:14px 0 4px;border-top:1px solid #edf1f6}.home-balance-info{min-width:0;display:grid;gap:4px}.home-balance-info span{color:#68758c;font-size:12px;font-weight:700}.home-balance-info strong{overflow:hidden;color:#07133b;font-size:22px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.home-balance-info small{color:#7b879b;font-size:10px;font-weight:650;line-height:1.4}.home-balance-actions{display:flex;align-items:center;gap:8px}.home-balance-actions button{min-width:64px;height:36px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 11px;border:1px solid #0b9389;border-radius:9px;background:#eef7f6;color:#0b857d;font-size:13px;font-weight:800}.home-balance-actions .anticon{font-size:13px}.home-balance-actions button:active{transform:translateY(1px)}.home-login-button{width:100%;min-height:46px;margin-bottom:12px;border-radius:12px;background:#0b9389;color:#fff;box-shadow:0 10px 24px #0b938938;font-size:16px;font-weight:850}.home-banner-section{margin-bottom:12px}.home-account-banner{margin-bottom:0}.home-banner-swiper{overflow:hidden;border-radius:8px;background:#e8eef6}.home-banner-card{position:relative;width:100%;aspect-ratio:1672 / 941;display:block;padding:0;overflow:hidden;border-radius:8px;background:#e8eef6;color:#fff;text-align:left}.home-banner-card img{width:100%;height:100%;display:block;object-fit:cover}.home-banner-loading{aspect-ratio:1672 / 941;display:grid;place-items:center;margin-bottom:12px;border-radius:8px;background:#f4f7fb;color:#0b9389}.home-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:12px 0}.home-quick-actions button{min-width:0;min-height:86px;display:grid;justify-items:center;align-content:center;gap:8px;padding:10px 6px;border:1px solid #d7e8e6;border-radius:12px;background:#fff;color:#0b857d;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 5px 14px #07133b0a}.home-quick-actions button:active{transform:scale(.98)}.home-quick-actions .anticon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#e8f8f5;color:#0b8c83;font-size:18px}.escrow-intro-content{padding-top:12px;padding-bottom:96px}.escrow-intro-poster{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 12px 28px #07133b14}.home-pending-bills{margin:16px 0 12px}.home-pending-bills h2{margin:0 0 8px;color:#07133b;font-size:15px;line-height:1.3}.home-notice-bar{display:grid;gap:8px}.home-notice-item{min-height:42px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:0 12px;border:1px solid #d7e8e6;border-radius:8px;background:#f2fbf9;color:#075f59;font-size:13px;font-weight:800;line-height:1.35;text-align:left;box-shadow:0 8px 20px #0b938914}.home-notice-item .anticon{color:#0b9389;font-size:16px}.home-notice-item span{min-width:0}.home-notice-item strong{color:#d93025;font-weight:900}.section-hint{margin:-3px 0 10px;color:#6d7890;font-size:12px;line-height:1.45}.list-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.list-heading h2{margin:0;color:#07133b;font-size:18px;font-weight:850}.list-heading button{background:transparent;color:#0a48a8;font-size:12px;font-weight:800}.board-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.board-card{display:grid;align-content:start;gap:3px;min-height:76px;padding:11px 9px;border:1px solid #dce8f2;border-radius:13px;background:radial-gradient(circle at 100% 0%,rgba(15,165,148,.12),transparent 36%),#fff;color:#07133b;text-align:left}.board-card.active{border-color:#0b9389;box-shadow:0 0 0 2px #0b93891f}.board-card strong{font-size:14px;line-height:1.2}.board-card span{color:#0b9389;font-size:11px;font-weight:850}.board-card p{margin:0;color:#6d7890;font-size:10px;line-height:1.35}.category-strip{display:flex;gap:8px;box-sizing:border-box;width:calc(100% + 34px);max-width:none;min-width:0;margin:0 -17px 14px;padding:0 17px 2px;overflow-x:scroll;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;-webkit-user-select:none}.category-strip:active{cursor:grabbing}.category-strip::-webkit-scrollbar{display:none}.category-strip button{flex:0 0 auto;height:34px;padding:0 13px;border-radius:999px;background:#fff;color:#65728a;font-size:13px;font-weight:800;white-space:nowrap;box-shadow:inset 0 0 0 1px #dfe7f0;cursor:pointer;user-select:none;-webkit-user-select:none}.category-strip button.active{background:#0b9389;color:#fff;box-shadow:none}.category-strip button:disabled{color:#8d98aa;background:#f4f7fb}.product-list,.second-category-list,.order-card-list{display:grid;gap:10px}.category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-product-grid .list-state{grid-column:1 / -1}.second-category-card{width:100%;display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;min-height:78px;padding:12px;border:1px solid #e1e8f1;border-radius:12px;background:#fff;color:#07133b;text-align:left}.second-category-card img{width:52px;height:52px;border-radius:12px;object-fit:cover;background:#eef5ff}.second-category-card>div{min-width:0}.product-card{width:100%;display:grid;grid-template-columns:50px 1fr auto;gap:11px;align-items:center;padding:11px;border:1px solid #e1e8f1;border-radius:12px;background:#fff;color:#07133b;text-align:left}.category-product-card{grid-template-columns:50px minmax(0,1fr) auto 14px}.category-product-grid .category-product-card{grid-template-columns:1fr;align-items:stretch;gap:7px;min-width:0;padding:8px}.product-card img{width:50px;height:50px;border-radius:10px;object-fit:cover}.category-product-grid .product-card img{width:100%;height:auto;aspect-ratio:1 / 1}.product-card>div{min-width:0}.card-title-line{display:flex;align-items:center;gap:7px}.card-title-line h3{margin:0;font-size:15px;line-height:1.2;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-product-grid .card-title-line h3{min-height:34px;display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-title-line span,.status-chip{padding:3px 7px;border-radius:999px;background:#e6f5f3;color:#087f78;font-size:10px;font-weight:850;white-space:nowrap}.status-chip.muted{background:#eef2f7;color:#66748c}.status-chip.warning{background:#fff0cf;color:#c87500}.product-card p{margin:4px 0 7px;color:#69758c;font-size:12px}.mini-tags{display:flex;gap:5px;flex-wrap:wrap}.mini-tags span{padding:3px 6px;border-radius:7px;background:#eef5ff;color:#0a48a8;font-size:10px;font-weight:750}.product-card>strong{max-width:82px;color:#0a8f84;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-product-grid .product-card>strong{max-width:100%}.category-product-grid .row-chevron{display:none}.load-more-state{min-height:34px;display:flex;align-items:center;justify-content:center;gap:7px;color:#6d7890;font-size:12px;font-weight:750}.load-more-state .adm-spin-loading{--size: 16px;color:#0b9389}.list-state{min-height:92px;display:flex;gap:8px;align-items:center;justify-content:center;border:1px dashed #d8e2ef;border-radius:10px;background:#f8fbff;color:#69758c;font-size:13px;font-weight:750}.list-state .adm-spin-loading{--size: 18px;color:#0b9389}.inline-login-button{margin:0 2px;padding:0;border:0;background:transparent;color:#0a48a8;font:inherit;font-weight:850}.list-state.compact{min-height:42px;border-style:solid}.detail-state{margin-top:32px}.rich-detail{padding:12px;border:1px solid #e1e7f0;border-radius:9px;background:#fff;color:#26324a;font-size:13px;line-height:1.65;overflow:hidden}.rich-detail p{margin:0 0 10px}.rich-detail p:last-child{margin-bottom:0}.rich-detail h1,.rich-detail h2,.rich-detail h3{margin:0 0 10px;color:#07133b;line-height:1.28}.rich-detail h3{font-size:16px}.rich-detail ul,.rich-detail ol{margin:0 0 10px 18px;padding:0}.rich-detail li{margin-bottom:5px}.rich-detail a{color:#0a48a8;font-weight:800;text-decoration:none}.rich-detail img{max-width:100%;height:auto;border-radius:8px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;margin-bottom:14px;border-radius:12px;background:#edf3fa}.segmented button{height:34px;border-radius:9px;background:transparent;color:#66748c;font-size:13px;font-weight:800}.segmented button.active{background:#fff;color:#0a48a8;box-shadow:0 6px 14px #07133b14}.bill-type-tabs{display:flex;align-items:center;gap:18px;min-height:34px;margin-bottom:8px;padding:0 4px}.bill-type-tabs button{position:relative;min-height:30px;padding:0;background:transparent;color:#66748c;font-size:13px;font-weight:800;cursor:pointer}.bill-type-tabs button.active{color:#0b857d}.bill-type-tabs button.active:after{content:"";position:absolute;left:50%;bottom:0;width:18px;height:3px;border-radius:999px;background:#0b9389;transform:translate(-50%)}.buyer-order-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-order-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.order-section-plain{margin-top:0}.order-card{display:grid;gap:7px;width:100%;padding:12px;border:1px solid #e1e8f1;border-radius:12px;background:#fff;color:#07133b;text-align:left}.order-card-head{display:flex;justify-content:space-between;align-items:center}.order-card-head strong{color:#0a8f84;font-size:13px}.status-chip.danger{background:#ffe9e6;color:#bd3b2d}.order-card h3{margin:0;font-size:16px}.order-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-card-title-row h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-detail-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:2px;padding:0;background:transparent;color:#0b857d;font-size:12px;font-weight:850;cursor:pointer}.order-detail-link .anticon{font-size:10px}.order-card p,.order-card small{margin:0;color:#6d7890;font-size:12px;line-height:1.35}.buyer-order-card,.seller-order-card{gap:9px}.seller-order-note{margin:0;color:#bd6b1f;font-size:12px;line-height:1.35}.order-action-row{display:grid;grid-template-columns:1fr;gap:9px;margin-top:3px}.order-action-row.two-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.refund-action-row{margin-top:0}.order-action-row .primary-button,.order-action-row .secondary-button{width:100%;height:38px;border-radius:9px;box-shadow:none;font-size:13px}.order-action-row .primary-button .anticon,.order-action-row .secondary-button .anticon{font-size:17px}.order-action-row .danger-button{background:#fff0ee;color:#bd3b2d}.arbitration-evidence-panel{margin-bottom:12px}.arbitration-upload-button{position:relative;margin-top:12px;overflow:hidden;cursor:pointer}.arbitration-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.evidence-file-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.evidence-file-list span{max-width:100%;padding:5px 8px;border-radius:8px;background:#edf3fa;color:#516079;font-size:11px;font-weight:750;overflow-wrap:anywhere}.profile-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;padding:13px;margin-bottom:12px;border:1px solid #e1e8f1;border-radius:13px;background:#fff}.profile-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#092774;color:#fff;font-size:19px;font-weight:850}.image-avatar{overflow:hidden;background:#eef5ff}.image-avatar img{width:100%;height:100%;display:block;object-fit:cover}.profile-random-id{max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;color:#0a48a8;font-size:12px;font-weight:750;overflow-wrap:anywhere}.profile-email{margin:4px 0 0;color:#69778d;font-size:12px;overflow-wrap:anywhere}.proxy-payment-page{padding-bottom:126px}.proxy-payment-banner{padding:24px 20px;border-radius:20px;background:linear-gradient(135deg,#08266f,#0d55bd 65%,#0a8ba2);color:#fff;box-shadow:0 14px 34px #08266f33}.proxy-payment-banner>span{display:inline-flex;padding:6px 12px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:#fff3;box-shadow:0 5px 16px #00000029;font-size:13px;font-weight:900;letter-spacing:.06em}.proxy-payment-banner h1{margin:12px 0 7px;font-size:23px;line-height:1.2}.proxy-payment-banner p{margin:0;color:#ffffffeb;font-size:13px;font-weight:600;line-height:1.65}.proxy-payment-steps{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:18px 8px 3px}.proxy-payment-steps:before{position:absolute;top:36px;right:25%;left:25%;height:1px;background:#d8e1ec;content:""}.proxy-payment-steps>div{position:relative;z-index:1;display:grid;justify-items:center;gap:7px;color:#8794a8;text-align:center}.proxy-payment-steps>div>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d8e1ec;border-radius:12px;background:#fff;font-size:17px}.proxy-payment-steps>div.active{color:#0a48a8;font-weight:800}.proxy-payment-steps>div.active>span{border-color:#b8d4fa;background:#eaf3ff}.proxy-payment-steps small{font-size:10px}.proxy-quote-panel .panel-title button,.proxy-detail-panel .panel-title button{display:inline-flex;align-items:center;gap:5px;color:#0a48a8;font-size:12px;font-weight:750}.proxy-balance-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #edf1f6}.proxy-balance-row span,.proxy-quote-grid span{color:#78869a;font-size:12px}.proxy-balance-row strong{color:#08266f;font-size:20px}.proxy-quote-grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:8px;margin-top:12px}.proxy-quote-grid>div{display:grid;gap:5px;padding:11px;border-radius:11px;background:#f4f7fb}.proxy-quote-grid strong{color:#27354b;font-size:12px}.proxy-limit-highlight{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:12px 13px;border:1px solid #c5dafa;border-radius:11px;background:linear-gradient(135deg,#eef5ff,#f7fbff)}.proxy-limit-highlight span{color:#536783;font-size:12px;font-weight:750}.proxy-limit-highlight strong{color:#0a48a8;font-size:17px}.proxy-fee-promotion{display:flex;align-items:center;gap:8px;margin:-3px 0 10px;color:#47566d;font-size:12px}.proxy-fee-promotion strong{color:#163f7b}.proxy-fee-promotion span{padding:3px 8px;border-radius:999px;background:#e6f7f2;color:#11816f;font-weight:800}.proxy-payment-estimate{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;margin:0 0 14px;border-radius:10px;background:#f1f7ff;color:#53627a;font-size:11px}.proxy-payment-estimate strong{color:#0a48a8;font-size:13px}.proxy-receipt-upload{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid #edf1f6}.proxy-receipt-upload>div{display:grid;gap:4px}.proxy-receipt-upload span{color:#28364c;font-size:12px;font-weight:750}.proxy-receipt-upload small{color:#8995a7;font-size:10px}.proxy-upload-button{position:relative;display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border:1px solid #bfd3ee;border-radius:10px;color:#0a48a8;font-size:12px;font-weight:750;cursor:pointer}.proxy-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.proxy-receipt-preview{position:relative;width:min(180px,100%);margin-top:4px}.proxy-receipt-preview img,.proxy-recipient-panel img{width:100%;display:block;border:1px solid #dfe7f0;border-radius:12px;object-fit:contain}.proxy-receipt-preview button{position:absolute;top:7px;right:7px;padding:4px 7px;border-radius:7px;background:#141f32bd;color:#fff;font-size:10px}.proxy-assurance-note{align-items:flex-start}.proxy-assurance-note p,.proxy-processing-note p{margin:4px 0 0;color:#69778d;font-size:11px;line-height:1.55}.proxy-review-dialog{max-height:calc(100vh - 48px);overflow-y:auto}.proxy-review-list{display:grid;gap:1px;margin:14px 0 18px;border:1px solid #e1e8f1;border-radius:12px;overflow:hidden;background:#e1e8f1}.proxy-review-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;background:#fff}.proxy-review-list span{color:#79869a;font-size:11px}.proxy-review-list strong{max-width:62%;color:#26344a;font-size:11px;text-align:right;overflow-wrap:anywhere}.transfer-page{display:grid;gap:12px;align-content:start}.status-hero.transfer-hero{background:linear-gradient(135deg,#0b3f99,#087f83)}.status-hero.transfer-hero span{background:#ffffff29;color:#fff}.status-hero.transfer-hero h1{color:#fff}.status-hero.transfer-hero p{color:#ffffffd1}.transfer-page .stacked-field small{color:#7b8799;font-size:11px;line-height:1.45}.transfer-review-dialog{width:min(100%,340px);max-height:calc(100vh - 48px);overflow-y:auto}.proxy-detail-row{display:grid;grid-template-columns:minmax(76px,auto) minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #edf1f6}.proxy-detail-row:last-child{border-bottom:0}.proxy-detail-row span{color:#768499;font-size:11px}.proxy-detail-row strong{color:#26344a;font-size:12px;text-align:right;overflow-wrap:anywhere}.proxy-detail-row button{color:#0a48a8}.proxy-detail-row.total strong{color:#0a48a8;font-size:14px}.proxy-recipient-panel>p{padding:11px;margin:0 0 12px;border-radius:10px;background:#f4f7fb;color:#3d4c63;font-size:12px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.proxy-recipient-panel img{max-height:320px}.proxy-chain-link{display:flex;align-items:center;gap:8px;padding:12px 13px;border:1px solid #d8e7fa;border-radius:12px;background:#f2f7ff;color:#0a48a8;font-size:12px;font-weight:750}.proxy-processing-note{display:flex;align-items:flex-start;gap:11px;padding:13px;border:1px solid #f0dfaf;border-radius:12px;background:#fffaf0;color:#a66a00}.proxy-processing-note>span{margin-top:2px;font-size:17px}.proxy-processing-note strong{color:#7a4e00;font-size:12px}@media(min-width:768px){.proxy-payment-banner{padding:30px 28px}.proxy-form-panel,.proxy-quote-panel,.proxy-detail-panel,.proxy-recipient-panel{padding:20px}}.logout-loading-mask{position:absolute;top:64px;right:0;bottom:96px;left:0;z-index:20;display:grid;place-items:center;padding:24px;background:#fbfdffb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.logout-loading-box{min-width:136px;display:grid;justify-items:center;gap:10px;padding:18px 20px;border:1px solid #dce7f2;border-radius:12px;background:#fff;box-shadow:0 14px 36px #07133b1f;color:#08235f;font-size:14px;font-weight:850}.logout-loading-box .adm-spin-loading{--size: 32px;color:#087f78}.profile-loading-state{height:100%;min-height:360px;display:grid;place-items:center;padding:0}.profile-loading-state .adm-spin-loading{--size: 38px;color:#087f78}.profile-login-empty{display:grid;justify-items:center;gap:10px;padding:34px 20px;border:1px solid #e1e8f1;border-radius:13px;background:#fff;text-align:center}.profile-login-empty>.anticon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#e9fff8;color:#087f78;font-size:26px}.profile-login-empty h2{margin:4px 0 0;font-size:17px}.profile-login-empty p{margin:0 0 8px;color:#6d7890;font-size:12px;line-height:1.45}.profile-login-empty .primary-button{width:100%}.profile-login-empty .form-error{margin:2px 0 0;color:#b42318}.primary-button:disabled{opacity:.68}.primary-button .adm-spin-loading{--size: 18px;flex:none}.settings-list-panel{overflow:hidden;border:1px solid #e1e8f1;border-radius:10px;background:#fff}.settings-row{width:100%;min-height:52px;display:grid;grid-template-columns:34px minmax(0,1fr) 14px;gap:10px;align-items:center;padding:10px 12px;border-top:1px solid #eef2f7;background:#fff;color:#07133b;text-align:left}.settings-row:first-child{border-top:0}.settings-row:disabled{opacity:.72}.settings-row>.anticon:first-child,.settings-row>.adm-spin-loading{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#e9fff8;color:#087f78;font-size:18px}.settings-row>.adm-spin-loading{--size: 18px}.settings-row span{font-size:14px;font-weight:850}.settings-row .row-chevron,.settings-row>.anticon:last-child{color:#a2adbd;font-size:12px}.settings-row.danger{color:#bd3b2d}.settings-row.danger>.anticon:first-child,.settings-row.danger>.adm-spin-loading{background:#fff0ed;color:#bd3b2d}.security-box{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:11px;border-radius:11px;background:#fff7f4;box-shadow:inset 0 0 0 1px #f0c8be}.security-box>.anticon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#bd3b2d;color:#fff;font-size:18px}.security-box strong{display:block;margin-bottom:4px;color:#7f2018;font-size:13px;line-height:1.3}.security-box p{margin:0;color:#7d5f5a;font-size:12px;line-height:1.45}.danger-action{width:100%;height:40px;margin-top:10px;border-radius:10px;background:#fff0ed;color:#bd3b2d;font-size:14px;font-weight:850;box-shadow:inset 0 0 0 1px #f0c8be}.role-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.role-card{min-height:92px;display:grid;justify-items:start;gap:6px;padding:12px;border-radius:12px;background:#fbfdff;color:#07133b;text-align:left;box-shadow:inset 0 0 0 1px #e1e8f1}.role-card .anticon{color:#0b9389;font-size:22px}.role-card strong{font-size:14px;line-height:1.2}.role-card span{color:#6d7890;font-size:11px;line-height:1.35}.seller-center-head{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;padding:14px;margin-bottom:12px;border:1px solid #e1e8f1;border-radius:13px;background:#fff}.seller-center-head h1{margin:0 0 4px;color:#07133b;font-size:18px;line-height:1.25;overflow-wrap:anywhere}.seller-center-head p{margin:0;color:#6d7890;font-size:12px}.seller-action-grid{display:grid;gap:10px}.seller-action-grid button{min-height:78px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;gap:4px 11px;align-items:center;padding:13px;border-radius:12px;background:#fff;color:#07133b;text-align:left;box-shadow:inset 0 0 0 1px #e1e8f1}.seller-action-grid .anticon{grid-row:1 / 3;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#e9fff8;color:#087f78;font-size:21px}.seller-action-grid strong{font-size:15px;line-height:1.2}.seller-action-grid span{color:#6d7890;font-size:12px;line-height:1.35}.product-upload-preview{width:100%;aspect-ratio:16 / 9;display:block;margin-bottom:10px;border-radius:10px;object-fit:cover;background:#eef3f8}.merchant-product-card{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;gap:10px;align-items:center;padding:11px;border:1px solid #e1e8f1;border-radius:12px;background:#fff}.merchant-product-card img{width:56px;height:56px;border-radius:10px;object-fit:cover}.merchant-product-card h3{margin:0 0 4px;color:#07133b;font-size:15px;line-height:1.2;overflow-wrap:anywhere}.merchant-product-card p{margin:0 0 7px;color:#69758c;font-size:12px}.merchant-product-card>button{height:34px;border-radius:9px;background:#eef5ff;color:#0a48a8;font-size:12px;font-weight:850}.merchant-product-card>button:disabled{opacity:.62}.menu-row{width:100%;min-height:40px;display:grid;grid-template-columns:26px 1fr 13px;gap:8px;align-items:center;border-top:1px solid #eef2f7;background:#fff;color:#07133b;text-align:left}.menu-row:first-of-type{border-top:0}.menu-row .anticon:first-child{color:#0a48a8;font-size:18px}.menu-row span{font-size:13px;font-weight:800}.tabbar{position:absolute;left:0;right:0;bottom:0;height:72px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e6edf5;background:#fbfdfffa}.tab-item{display:grid;place-items:center;align-content:center;gap:4px;background:transparent;color:#8490a3;font-size:11px;font-weight:800}.tab-item .anticon{font-size:21px}.tab-item.active{color:#0b9389}.order-summary{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;padding:12px;margin-bottom:12px;border:1px solid #e1e8f1;border-radius:10px;background:#fff}.order-summary img{width:54px;height:54px;border-radius:10px;object-fit:cover}.order-summary h1{margin:0 0 4px;color:#07133b;font-size:18px;line-height:1.15}.order-summary p{margin:0;color:#6f7890;font-size:12px}.order-summary strong{color:#0a8f84;font-size:15px;white-space:nowrap}.order-home-button{width:100%;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:0 0 12px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#18415f;font-size:14px;font-weight:750}.wallet-address-card{display:grid;grid-template-columns:58px 1fr 38px;gap:12px;align-items:center;padding:13px;margin-bottom:12px;border:1px solid #dce8f2;border-radius:13px;background:#fff}.qr-box{width:58px;height:58px;display:grid;place-items:center;border-radius:13px;background:#eef5ff;color:#0a48a8;font-size:30px}.wallet-address-card span{color:#66748c;font-size:12px;font-weight:750}.wallet-address-card strong{display:block;margin-top:5px;color:#07133b;font-size:19px;letter-spacing:.02em}.wallet-address-card p{margin:5px 0 0;color:#6d7890;font-size:12px}.wallet-address-card button{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#e6f5f3;color:#087f78;font-size:18px}.select-field{display:grid;gap:8px}.select-field span{color:#66748c;font-size:12px;font-weight:750}.select-field select{width:100%;height:44px;padding:0 38px 0 12px;border:1px solid #dce8f2;border-radius:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,#66748c 50%) calc(100% - 18px) 19px / 6px 6px no-repeat,linear-gradient(135deg,#66748c 50%,transparent 50%) calc(100% - 12px) 19px / 6px 6px no-repeat,#fbfdff;color:#07133b;font-size:14px;font-weight:850}.linked-category-selects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.linked-category-selects .select-field{min-width:0;gap:6px}.linked-category-selects .select-field span{white-space:nowrap}.linked-category-selects .select-field select{min-width:0;height:42px;padding-left:8px;padding-right:28px;background:linear-gradient(45deg,transparent 50%,#66748c 50%) calc(100% - 14px) 18px / 5px 5px no-repeat,linear-gradient(135deg,#66748c 50%,transparent 50%) calc(100% - 9px) 18px / 5px 5px no-repeat,#fbfdff;font-size:13px}.merchant-category-rule{display:grid;gap:10px}.merchant-rule-content{background:#fbfdff}.deposit-address-panel{display:grid;justify-items:stretch;gap:12px;padding:14px;margin-bottom:12px;border:1px solid #dce8f2;border-radius:13px;background:#fff}.deposit-qr-box{width:184px;height:184px;display:grid;place-items:center;justify-self:center;padding:8px;border:1px solid #dce8f2;border-radius:13px;background:#fff;color:#0a48a8;font-size:42px}.deposit-qr-box img{width:100%;height:100%;object-fit:contain}.deposit-address-box{display:grid;gap:8px;padding:12px;border-radius:11px;background:#f6f9fc;box-shadow:inset 0 0 0 1px #e4edf6}.deposit-address-box span{color:#66748c;font-size:12px;font-weight:750}.deposit-address-box strong{color:#07133b;font-size:13px;line-height:1.45;overflow-wrap:anywhere}.deposit-address-box button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;background:#e6f5f3;color:#087f78;font-size:13px;font-weight:850}.deposit-address-box button:disabled{opacity:.54}.money-option{width:100%;display:grid;gap:4px;padding:11px 12px;border-radius:10px;background:#fbfdff;color:#07133b;text-align:left;box-shadow:inset 0 0 0 1px #e3eaf3}.money-option+.money-option{margin-top:8px}.money-option.active{background:#f1fbfa;box-shadow:inset 0 0 0 1px #9dd8d1}.money-option span{font-size:13px;font-weight:850}.money-option strong{color:#6d7890;font-size:12px;font-weight:650}.panel{margin-bottom:12px;padding:12px;border:1px solid #e1e8f1;border-radius:10px;background:#fff}.compact-panel{padding-block:8px}.panel-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.panel-title h2{margin:0;color:#07133b;font-size:16px;line-height:1.2;font-weight:850}.panel-title span{color:#6b7892;font-size:11px;white-space:nowrap}.info-row{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #eef2f7;color:#6a7489;font-size:13px}.info-row:first-of-type{border-top:0}.info-row strong{color:#08163f;font-size:13px;text-align:right}.order-confirm-panel{position:relative}.info-help-row{min-height:42px;display:grid;grid-template-columns:minmax(96px,auto) 1fr;gap:12px;align-items:center;border-top:1px solid #eef2f7;color:#6a7489;font-size:13px}.info-help-row:first-of-type{border-top:0}.info-help-label{display:inline-flex;align-items:center;gap:5px;min-width:0}.help-icon-button{width:18px;height:18px;display:inline-grid;place-items:center;flex:0 0 auto;border:0;border-radius:50%;background:#edf3f8;color:#60768d;font-size:12px;line-height:1}.info-help-value{min-width:0;display:flex;flex-direction:column;align-items:flex-end;gap:3px;text-align:right}.info-help-value strong{max-width:100%;color:#08163f;font-size:13px;overflow-wrap:anywhere}.info-help-value small{max-width:100%;color:#7d8898;font-size:11px;overflow-wrap:anywhere}.balance-warning{margin:8px 0 0;padding:8px 10px;border-radius:9px;background:#fff1f0;color:#c7352a;font-size:12px;font-weight:750}.order-total-amount{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:12px;padding-top:12px;border-top:1px solid #eef2f7}.order-total-amount span{color:#66758a;font-size:13px}.order-total-amount strong{color:#d93025;font-size:22px;line-height:1;font-weight:900;white-space:nowrap}.payment-safety-tip{margin-bottom:12px;padding:12px;border:1px solid #d9eee9;border-radius:10px;background:#f4fbf9}.payment-safety-tip h2{margin:0 0 8px;color:#073b35;font-size:15px;font-weight:850}.payment-safety-tip p{margin:6px 0 0;color:#315a55;font-size:12px;line-height:1.55}.order-help-dialog p{overflow-wrap:anywhere}.check-line{display:flex;align-items:center;gap:8px;min-height:30px;color:#172545;font-size:13px}.check-line .anticon{color:#0b9d89}.status-hero{padding:15px;margin-bottom:12px;border-radius:12px;border:1px solid #dbe8f3;background:#f2f9fb}.status-hero span{display:inline-flex;margin-bottom:8px;padding:4px 8px;border-radius:8px;background:#e6f5f3;color:#087f78;font-size:12px;font-weight:800}.status-hero h1{margin:0 0 6px;color:#07133b;font-size:22px;line-height:1.2;font-weight:850}.status-hero p{margin:0;color:#67748a;font-size:12px;line-height:1.45}.status-hero.warning{border-color:#f4d49a;background:#fff9ef}.status-hero.warning span{background:#fff0cf;color:#c87500}.status-hero.danger{border-color:#f1c3bd;background:#fff6f5}.status-hero.danger span{background:#ffe9e6;color:#bd3b2d}.status-hero.success{border-color:#bfe5d7;background:#f0fbf6}.status-hero.success span{background:#daf5eb;color:#087b5c}.timeline{display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:18px 1fr;gap:8px;position:relative}.timeline-item:not(:last-child):before{content:"";position:absolute;left:8px;top:18px;bottom:-12px;width:1px;background:#dce4ef}.timeline-item>span{width:17px;height:17px;margin-top:1px;border-radius:50%;background:#0b9389;box-shadow:inset 0 0 0 5px #dff5f2;z-index:1}.timeline-item strong{display:block;margin-bottom:3px;color:#07133b;font-size:13px}.timeline-item p,.body-copy{margin:0;color:#6d7890;font-size:12px;line-height:1.45}.field{display:grid;gap:7px}.stacked-field{margin-top:12px}.field span{color:#5d687d;font-size:12px;font-weight:700}.field input,.field textarea{width:100%;border:1px solid #dfe6f0;border-radius:9px;background:#fbfdff;color:#07133b;outline:none;font-size:14px}.field input{height:42px;padding:0 12px}.input-with-suffix{position:relative}.input-with-suffix input{padding-right:62px}.input-with-suffix strong{position:absolute;top:50%;right:12px;color:#0b857d;font-size:13px;font-weight:850;transform:translateY(-50%);pointer-events:none}.field-status{margin:6px 0 0;color:#718096;font-size:11px;line-height:1.4}.field-status.success{color:#0b857d;font-weight:750}.field-status.error{color:#c43d3d;font-weight:750}.account-invite-notice{display:grid;gap:7px;margin-top:8px;padding:10px 12px;border-radius:9px;background:#fff8e6;color:#80621b;box-shadow:inset 0 0 0 1px #f1d78f}.account-invite-notice p,.account-invite-notice small{margin:0;font-size:12px;line-height:1.45}.account-invite-notice button{width:fit-content;padding:0;background:transparent;color:#0a48a8;font-size:12px;font-weight:850}.account-invite-notice small{color:#0b857d;font-weight:750}.timeout-field small{color:#8490a3;font-size:11px;line-height:1.45}.field textarea{min-height:98px;resize:none;padding:10px 12px;line-height:1.45}.duration-field-grid{display:grid;grid-template-columns:minmax(0,1fr) 108px;gap:10px;align-items:end}.rich-editor{overflow:hidden;border:1px solid #dfe6f0;border-radius:9px;background:#fbfdff}.rich-editor-toolbar{display:flex;gap:6px;flex-wrap:wrap;padding:7px;border-bottom:1px solid #e6edf5;background:#fff}.rich-editor-toolbar button{min-width:32px;height:30px;padding:0 8px;border-radius:8px;background:#eef5ff;color:#0a48a8;font-size:12px;font-weight:850}.rich-editor-body{min-height:136px;padding:10px 12px;color:#07133b;font-size:14px;line-height:1.55;outline:none;overflow-wrap:anywhere}.rich-editor-body[data-empty=true]:before{content:attr(data-placeholder);color:#9aa5b6;pointer-events:none}.rich-editor-body h3{margin:0 0 8px;font-size:16px;line-height:1.3}.rich-editor-body p{margin:0 0 8px}.rich-editor-body ul,.rich-editor-body ol{margin:0 0 8px 18px;padding:0}.rich-editor-body a{color:#0a48a8;font-weight:800;text-decoration:none}.form-error{margin:10px 0 0;color:#b42318;font-size:12px;font-weight:750;line-height:1.45}.upload-button{width:100%;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;border:1px dashed #a9b7ca;border-radius:9px;background:#fbfdff;color:#0a48a8;font-size:13px;font-weight:800}.single-action{grid-template-columns:1fr;grid-auto-rows:min-content}.single-action .primary-button,.single-action .secondary-button{width:100%}.product-action-bar{height:72px;grid-template-columns:118px minmax(0,1fr);grid-template-rows:44px;padding:10px 18px 11px;gap:10px}.product-action-bar .primary-button,.product-action-bar .product-contact-button{width:100%;min-width:0}.product-action-bar .product-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;white-space:nowrap}.product-action-bar .product-contact-button .anticon{font-size:18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#07133b61}.flow-guide-backdrop{align-items:stretch;padding:14px}.flow-guide-dialog{position:relative;width:min(100%,430px);max-height:calc(100vh - 28px);align-self:center;overflow:hidden;border-radius:14px;background:#f6f8fb;box-shadow:0 26px 72px #07133b47}.flow-guide-close{position:absolute;top:10px;right:10px;z-index:2;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffffeb;color:#07133b;box-shadow:0 8px 18px #07133b29}.flow-guide-poster{max-height:calc(100vh - 28px);overflow-y:auto;padding:18px;background:linear-gradient(180deg,#eefbf8,#f7f9fc 38%,#fff8ea);color:#07133b}.flow-guide-hero{display:grid;gap:6px;padding:6px 44px 16px 0}.flow-guide-hero h2{margin:0;font-size:24px;line-height:1.1;font-weight:900}.flow-guide-hero p{margin:0;color:#59677f;font-size:13px;line-height:1.55}.guide-main-flow,.guide-dispute-flow{display:grid;gap:12px;padding:14px;border-radius:12px;background:#ffffffc7;box-shadow:inset 0 0 0 1px #bbc6d6bd}.guide-dispute-flow{margin-top:12px;background:#fffdf6db}.guide-section-title{display:flex;align-items:center;gap:8px}.guide-section-title span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#07133b;color:#fff;font-size:12px;font-weight:900}.guide-section-title h3{margin:0;font-size:16px;line-height:1.25;font-weight:850}.guide-screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.guide-step-shot{min-width:0;display:grid;gap:8px;padding:10px;border-radius:10px;background:#fff;box-shadow:0 8px 20px #07133b14}.shot-frame{min-height:118px;display:grid;align-content:start;gap:7px;padding:10px;border-radius:10px;background:#f4f8ff;box-shadow:inset 0 0 0 1px #dce6f3}.shot-status{width:42px;height:5px;margin:0 auto 3px;border-radius:999px;background:#b7c3d6}.shot-frame strong{color:#07133b;font-size:13px;line-height:1.2}.shot-frame span{min-height:18px;display:flex;align-items:center;padding:0 8px;border-radius:5px;background:#fff;color:#64718a;font-size:11px;line-height:1.2;box-shadow:inset 0 0 0 1px #e4ebf5}.guide-step-copy{display:grid;gap:3px}.guide-step-copy span{color:#0b857d;font-size:11px;line-height:1;font-weight:900}.guide-step-copy h4,.dispute-timeline h4{margin:0;color:#07133b;font-size:13px;line-height:1.3;font-weight:850}.guide-step-copy p,.dispute-timeline p{margin:0;color:#62708a;font-size:12px;line-height:1.45}.dispute-timeline{position:relative;display:grid;gap:10px}.dispute-timeline:before{content:"";position:absolute;top:15px;bottom:15px;left:14px;width:2px;background:#e7c56c}.dispute-timeline article{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:start}.dispute-timeline article>span{position:relative;z-index:1;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#f4bc2f;color:#07133b;font-size:12px;font-weight:900;box-shadow:0 0 0 4px #fff8ea}.dispute-timeline article>div{display:grid;gap:3px;padding:8px 10px;border-radius:8px;background:#fff;box-shadow:inset 0 0 0 1px #f0dfad}.banner-detail-page{display:grid;gap:12px;align-content:start}.banner-detail-section{display:grid;gap:8px}.banner-detail-image,.banner-detail-video{width:100%;aspect-ratio:16 / 9;display:block;border-radius:8px;background:#10243d;object-fit:cover}.banner-detail-image{height:auto;aspect-ratio:auto}.banner-detail-content{overflow-wrap:anywhere;color:#4c5a73;font-size:14px;line-height:1.6}.banner-detail-content :first-child{margin-top:0}.banner-detail-content :last-child{margin-bottom:0}.login-guide-dialog{width:min(100%,320px);display:grid;gap:14px;padding:20px;border-radius:14px;background:#fff;color:#07133b;box-shadow:0 24px 58px #07133b38}.login-guide-dialog h2{margin:0;font-size:19px;line-height:1.25}.login-guide-dialog p{margin:0;color:#61708a;font-size:14px;line-height:1.55}.private-key-guide-dialog{width:min(100%,350px)}.private-key-guide-list{display:grid;gap:10px}.private-key-guide-list article{display:grid;gap:4px;padding:10px;border-radius:10px;background:#f8fbff;box-shadow:inset 0 0 0 1px #e1e8f1}.private-key-guide-list strong{color:#07133b;font-size:13px;line-height:1.35}.private-key-guide-list p{font-size:12px}.delivery-dialog{gap:12px}.delivery-dialog .primary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.dialog-actions .primary-button,.dialog-actions .secondary-button{width:100%;height:42px;box-shadow:none}.dynamic-actions{grid-template-columns:112px 1fr;grid-template-rows:48px 1fr}.vote-actions{grid-template-columns:1fr 1fr}.secondary-button{height:44px;border-radius:10px;background:#eef5ff;color:#0a48a8;font-size:14px;font-weight:850}.vote-actions:after{content:"投票成功后演示进入已放款状态";grid-column:1 / -1;justify-self:center;color:#8a93a4;font-size:10px}
