@charset "UTF-8";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 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}.layout-container{display:flex;height:100vh;overflow:hidden}.custom-aside{background-color:#1c2233;color:#8a91a3;flex-shrink:0;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000d;z-index:10;overflow:hidden;transition:width .28s cubic-bezier(.4,0,.2,1)}.custom-aside .logo-area{display:flex;align-items:center;height:60px;padding:0 20px;color:#fff;overflow:hidden;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.05);transition:padding .28s cubic-bezier(.4,0,.2,1)}.custom-aside .logo-area .logo-icon{width:32px;height:32px;border-radius:8px;flex:none;margin-right:12px;transition:margin-right .28s cubic-bezier(.4,0,.2,1)}.custom-aside .logo-area .logo-text{font-size:18px;font-weight:600;letter-spacing:1px;white-space:nowrap;overflow:hidden;max-width:120px;transition:opacity .2s ease,max-width .28s cubic-bezier(.4,0,.2,1),margin-left .28s cubic-bezier(.4,0,.2,1)}.custom-aside .logo-area .logo-text.is-hidden{opacity:0;max-width:0;margin-left:0}.custom-aside .custom-menu{flex:1;overflow-y:auto;padding:10px 0}.custom-aside .aside-footer{flex:none;padding:8px 16px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.05)}.custom-aside .faq-btn{width:100%;height:44px;display:flex;align-items:center;gap:8px;padding:0 16px;border:none;border-radius:6px;background:transparent;color:#8a91a3;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;transition:background-color .2s ease,color .2s ease,width .28s cubic-bezier(.4,0,.2,1),padding .28s cubic-bezier(.4,0,.2,1)}.custom-aside .faq-btn .anticon{font-size:18px;flex:none}.custom-aside .faq-btn:hover{background-color:#ffffff0d;color:#fff}.custom-aside.is-collapse .logo-area{padding:0 16px}.custom-aside.is-collapse .logo-area .logo-icon{margin-right:0}.custom-aside.is-collapse .menu-item,.custom-aside.is-collapse .group-title{width:48px;min-width:48px;margin:4px auto;padding:0;justify-content:center}.custom-aside.is-collapse .menu-item .menu-icon,.custom-aside.is-collapse .group-title .menu-icon{margin-right:0}.custom-aside.is-collapse .faq-label,.custom-aside.is-collapse .menu-label{display:none}.custom-aside.is-collapse .aside-footer{padding-left:8px;padding-right:8px}.custom-aside.is-collapse .aside-footer .faq-btn{width:48px;min-width:48px;margin:0 auto;padding:0;justify-content:center}.custom-aside.is-mobile{position:fixed;top:0;left:0;height:100vh;z-index:2000;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 16px #0003}.custom-aside.is-mobile.is-open{transform:translate(0)}.mobile-backdrop{position:fixed;inset:0;background:#00000073;z-index:1999;animation:backdrop-fade-in .2s ease}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:1}}.menu-item,.group-title{display:flex;align-items:center;height:44px;line-height:44px;margin:4px 16px;padding:0 20px;border-radius:6px;width:calc(100% - 32px);box-sizing:border-box;color:#8a91a3;text-decoration:none;white-space:nowrap;overflow:hidden;transition:margin .28s cubic-bezier(.4,0,.2,1),padding .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1),background-color .2s ease,color .2s ease}.menu-item:hover,.group-title:hover{background-color:#ffffff0d;color:#fff}.menu-item .menu-icon,.group-title .menu-icon{width:24px;margin-right:5px;flex:none;display:inline-flex;align-items:center;justify-content:center;transition:margin-right .28s cubic-bezier(.4,0,.2,1)}.menu-item.is-active{background-color:#165dff;color:#fff;font-weight:500;box-shadow:0 4px 12px -2px #165dff6b}.menu-item.is-sub{height:40px;line-height:40px;margin:2px 16px;padding-left:48px}.menu-item.is-sub.is-active{font-weight:600}.menu-group .group-title{cursor:pointer}.menu-group.is-open .group-title{background-color:#165dff24;color:#fff;font-weight:600}.menu-group.is-open .group-title:hover{background-color:#165dff33}.menu-group.is-open .group-title .menu-icon{color:#93a9ff}.menu-group .group-items{display:none}.menu-group.is-open .group-items{display:block}.submenu-flyout{position:fixed;z-index:2100;min-width:180px;background-color:#1c2233;border-radius:6px;padding:6px 0;overflow:hidden;box-shadow:0 6px 20px #00000047}.submenu-flyout .menu-item{width:auto;margin:0;padding:0 20px;border-radius:0}.submenu-flyout .menu-label{display:inline}.right-container{flex:1;display:flex;flex-direction:column;min-width:0;background-color:#f2f3f5}.custom-header{height:60px;flex-shrink:0;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:relative;z-index:11;box-shadow:0 1px #e5e6eb,0 2px 6px -2px #14213d0f,0 8px 16px -12px #14213d1a}.custom-header .header-left{display:flex;align-items:center;gap:14px}.custom-header .collapse-toggle{font-size:17px;color:#86909c;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;transition:background-color .2s,color .2s}.custom-header .collapse-toggle:hover{color:#1d2129;background-color:#f2f3f5}.custom-header .header-breadcrumb{display:flex;align-items:center;font-size:15px;line-height:1}.custom-header .header-breadcrumb .crumb{display:inline-flex;align-items:center}.custom-header .header-breadcrumb .crumb+.crumb:before{content:"/";margin:0 8px;color:#c9cdd4}.custom-header .header-breadcrumb a{color:#86909c;font-weight:400;text-decoration:none;transition:color .2s}.custom-header .header-breadcrumb a:hover{color:#2f54eb}.custom-header .header-breadcrumb .crumb-current{color:#1d2129;font-weight:600;font-size:16px}.custom-header .header-right{display:flex;align-items:center}.custom-header #header-actions{display:flex;align-items:center;gap:8px}.custom-main{flex:1;padding:0;overflow-y:auto}.page-wrapper{height:100vh;width:100vw;overflow:hidden;background-color:#f4f5f7;line-height:1.15}.split-layout{display:flex;height:100%;width:100%}.left-panel{width:40%;background-color:#165dff;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.left-panel .bg-circle{position:absolute;border-radius:50%;background-color:#ffffff0d}.left-panel .circle-top{width:400px;height:400px;top:-100px;right:-100px}.left-panel .circle-bottom{width:600px;height:600px;bottom:-200px;left:-200px}.left-panel .brand-content{position:relative;z-index:10;color:#fff}.left-panel .title{font-size:36px;font-weight:700;margin-bottom:20px}.left-panel .subtitle{font-size:16px;opacity:.8}.right-panel{width:60%;display:flex;align-items:center;justify-content:center}.form-card{width:460px;background:#fff;border-radius:8px;padding:40px;box-shadow:0 4px 20px #0000000d}.header h2{font-size:24px;color:#1d2129;margin-bottom:8px}.header p{color:#86909c;font-size:14px}.custom-divider{display:block;height:1px;width:100%;margin:24px 0;border-top:1px solid #f2f3f5}.page-wrapper .ant-input-lg,.page-wrapper .ant-input-affix-wrapper-lg{padding:8px 14px;font-size:14px;border-radius:4px}.page-wrapper .ant-input-affix-wrapper-lg>.ant-input{font-size:14px}.page-wrapper .ant-select-lg{font-size:14px}.page-wrapper .ant-select-lg .ant-select-selector{padding-inline:15px;border-radius:4px}.page-wrapper .ant-btn-lg{padding-inline:20px;font-size:14px;border-radius:4px}.flex-between{display:flex;justify-content:space-between;align-items:center}.link-text{color:#165dff;cursor:pointer;font-size:14px;padding-right:4px}.page-wrapper .full-btn{width:100%;height:44px;font-size:16px;background-color:#165dff}.page-wrapper .full-btn:hover{background-color:#165dff}.page-wrapper .full-btn:disabled,.page-wrapper .full-btn.ant-btn-disabled{background-color:#165dff;border-color:#97a9f5;color:#fff}.footer-links{margin-top:24px;text-align:center;font-size:13px;color:#86909c}.footer-links a{color:#165dff;cursor:pointer}.back-link{display:inline-flex;align-items:center;gap:6px;padding:6px 14px 6px 10px;margin:0 0 12px -10px;border-radius:8px;background-color:#eaf1ff;border:1px solid transparent;color:#165dff;font-size:14px;font-weight:600;line-height:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.back-link .anticon{font-size:18px;transition:transform .2s ease}.back-link:hover{background-color:#dbe7ff}.back-link:active{background-color:#cadcff}.back-link:hover .anticon{transform:translate(-2px)}@media(prefers-reduced-motion:reduce){.back-link .anticon{transition:none}.back-link:hover .anticon{transform:none}}.verified-badge{display:inline-flex;align-items:center;gap:4px;padding:0 12px;color:#00b42a;font-size:14px;font-weight:500;white-space:nowrap}.verified-badge .anticon{font-size:16px}.flex-row{display:flex;gap:12px;align-items:center;width:100%}.code-btn{white-space:nowrap}.register-layout{height:100%;width:100%;overflow-y:auto;display:flex;flex-direction:column}.register-header{height:60px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;padding:0 40px;flex-shrink:0}.register-header .logo-text{font-size:18px;font-weight:700;color:#165dff}.register-header .header-right{display:flex;align-items:center;gap:12px}.register-header .header-right .text-hint{color:#86909c;font-size:14px}.register-header .header-right .ant-btn{background-color:#e8f3ff;color:#165dff;border:none;box-shadow:none}.register-header .header-right .ant-btn:hover{background-color:#e8f3ff;color:#165dff}.register-card-container{flex:1;display:flex;justify-content:center;padding:40px 0 80px}.register-card{width:600px;background:#fff;border-radius:12px;padding:40px 60px;box-shadow:0 4px 24px #0000000a}.register-card .reg-header{margin-bottom:30px}.register-card .reg-header h2{font-size:24px;color:#1d2129;margin-bottom:12px;font-weight:700}.register-card .reg-header p{color:#86909c;font-size:14px}.custom-segment{display:flex;background-color:#f2f3f5;border-radius:6px;padding:4px;margin-bottom:30px}.custom-segment .seg-item{flex:1;text-align:center;padding:10px 0;font-size:14px;color:#4e5969;cursor:pointer;border-radius:4px;transition:all .3s}.custom-segment .seg-item.active{background-color:#fff;color:#165dff;font-weight:500;box-shadow:0 2px 8px #0000000f}.custom-reg-form.ant-form-vertical .ant-form-item-label{padding-bottom:12px}.custom-reg-form.ant-form-vertical .ant-form-item-label>label{color:#1d2129;font-weight:500}.custom-reg-form .ant-input-group-addon .ant-select{width:90px}.submit-area{margin-top:40px;text-align:center}.submit-area .reg-submit-btn{width:100%;height:48px;font-size:16px;font-weight:700;background-color:#e5e6eb;color:#86909c;border:none;border-radius:6px;transition:all .3s}.submit-area .reg-submit-btn:disabled,.submit-area .reg-submit-btn.ant-btn-disabled,.submit-area .reg-submit-btn:disabled:hover{background-color:#e5e6eb;color:#86909c;cursor:not-allowed;opacity:1}.submit-area .reg-submit-btn.is-ready{background-color:#165dff;color:#fff;cursor:pointer}.submit-area .reg-submit-btn.is-ready:hover{background-color:#165dff;color:#fff;opacity:.9}.submit-area .submit-hint{margin-top:12px;font-size:13px;color:#86909c}.custom-error-dialog .dialog-content-center{display:flex;align-items:center;justify-content:center;gap:10px;padding:30px 20px 10px}.custom-error-dialog .dialog-content-center .warning-icon{color:#ff7d00;font-size:22px}.custom-error-dialog .dialog-content-center .main-text{color:#1d2129;font-size:15px;font-weight:500}.custom-error-dialog .dialog-footer{display:flex;justify-content:center;padding-bottom:10px}.custom-error-dialog .confirm-btn{width:100px;background-color:#165dff}.custom-error-dialog .confirm-btn:hover{background-color:#165dff}.custom-success-dialog .ant-modal .ant-modal-body,.custom-leave-dialog .ant-modal .ant-modal-body{padding:0}.custom-success-dialog .success-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 32px 32px}.custom-success-dialog .success-badge{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#e8faf0;box-shadow:0 0 0 6px #00b42a14;margin-bottom:20px;animation:badge-pop .35s ease}.custom-success-dialog .success-badge .anticon{font-size:42px;color:#00b42a}.custom-success-dialog .success-title{margin:0 0 8px;font-size:20px;font-weight:700;color:#1d2129}.custom-success-dialog .success-desc{margin:0 0 20px;font-size:14px;color:#86909c;line-height:1.6}.custom-success-dialog .success-note{display:flex;align-items:flex-start;gap:8px;width:100%;margin-bottom:24px;padding:12px 14px;background-color:#f7f8fa;border-radius:8px;font-size:13px;line-height:1.6;color:#4e5969;text-align:left}.custom-success-dialog .success-note .note-icon{flex-shrink:0;margin-top:2px;font-size:16px;color:#165dff}.custom-success-dialog .success-note b{color:#1d2129;font-weight:600}.custom-success-dialog .success-btn{width:100%;height:44px;font-size:15px;font-weight:600;border-radius:8px;background-color:#165dff;border-color:#165dff}.custom-success-dialog .success-btn:hover{background-color:#165dff;opacity:.92}@keyframes badge-pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.custom-leave-dialog .leave-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:36px 32px 28px}.custom-leave-dialog .leave-badge{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff7e8;box-shadow:0 0 0 6px #ff7d0014;margin-bottom:20px;animation:badge-pop .35s ease}.custom-leave-dialog .leave-badge .anticon{font-size:42px;color:#ff7d00}.custom-leave-dialog .leave-title{margin:0 0 8px;font-size:20px;font-weight:700;color:#1d2129}.custom-leave-dialog .leave-desc{margin:0 0 24px;font-size:14px;color:#86909c;line-height:1.6}.custom-leave-dialog .leave-actions{display:flex;gap:12px;width:100%}.custom-leave-dialog .leave-actions .ant-btn{flex:1;height:44px;font-size:15px;font-weight:600;border-radius:8px;margin:0}.custom-leave-dialog .leave-actions .leave-stay{border-color:#e5e6eb;color:#4e5969}.custom-leave-dialog .leave-actions .leave-go{background-color:#165dff;border-color:#165dff}.custom-leave-dialog .leave-actions .leave-go:hover{background-color:#165dff;opacity:.92}.transition-fade{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767.98px){.page-wrapper{width:100%;height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.split-layout{flex-direction:column;height:auto;min-height:100vh;min-height:100dvh}.left-panel{width:100%;flex:none;padding:26px 20px;text-align:center}.left-panel .circle-top{width:200px;height:200px;top:-80px;right:-60px}.left-panel .circle-bottom{width:260px;height:260px;bottom:-140px;left:-90px}.left-panel .title{font-size:22px;margin-bottom:8px}.left-panel .subtitle{font-size:13px}.right-panel{width:100%;align-items:flex-start;padding:16px 12px 32px}.form-card{width:100%;max-width:100%;padding:24px 18px}.header h2{font-size:20px}.custom-divider{margin:18px 0}.flex-row{gap:8px}.flex-row .code-btn{flex:none;font-size:13px;white-space:nowrap}.flex-row .ant-input,.flex-row .ant-input-affix-wrapper{min-width:0}.page-wrapper .flex-row .ant-btn-lg.code-btn{padding-inline:12px}.verified-badge{padding:0 4px;font-size:13px}.register-layout{height:auto;overflow-y:visible}.register-header{height:52px;padding:0 14px}.register-header .logo-text{font-size:15px}.register-header .header-right{gap:8px}.register-header .header-right .text-hint{font-size:12px}.register-header .header-right .ant-btn{padding:0 12px;font-size:13px}.register-card-container{padding:14px 12px 40px}.register-card{width:100%;max-width:100%;padding:24px 16px}.register-card .reg-header{margin-bottom:20px}.register-card .reg-header h2{font-size:19px;margin-bottom:8px}.register-card .reg-header p{font-size:13px;line-height:1.6}.custom-segment{margin-bottom:20px}.custom-segment .seg-item{padding:9px 0}.page-wrapper .ant-input-group-addon .ant-select-lg .ant-select-selector{padding-inline:6px}.page-wrapper .ant-input-group-addon .ant-select-lg .ant-select-selection-item{font-size:13px}.submit-area{margin-top:24px}.custom-error-dialog .dialog-content-center{padding:20px 0 4px}.custom-success-dialog .success-content{padding:20px 8px 8px}.custom-success-dialog .success-badge{width:60px;height:60px;margin-bottom:16px}.custom-success-dialog .success-badge .anticon{font-size:34px}.custom-success-dialog .success-title{font-size:18px}.custom-success-dialog .success-note{margin-bottom:18px}.custom-leave-dialog .leave-content{padding:20px 8px 8px}.custom-leave-dialog .leave-badge{width:60px;height:60px;margin-bottom:16px}.custom-leave-dialog .leave-badge .anticon{font-size:34px}.custom-leave-dialog .leave-title{font-size:18px}.custom-leave-dialog .leave-actions{gap:8px}}.share-card{display:block}.sc-sheet{width:360px;background:#fff;color:#1d2129;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6;text-align:left;overflow:hidden}.sc-id{display:flex;align-items:center;gap:12px;padding:16px}.sc-logo{flex:none;width:44px;height:44px;border-radius:10px;border:1px solid #e5e6eb;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.sc-logo-img{width:100%;height:100%;object-fit:contain}.sc-logo-mono{font-size:19px;font-weight:600;color:#4e5969}.sc-id-text{min-width:0}.sc-name{margin:0;font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#1d2129;word-break:break-word}.sc-loc{margin:3px 0 0;font-size:12.5px;letter-spacing:.02em;color:#86909c}.sc-meta{display:flex;align-items:flex-start;gap:8px;padding:0 16px 14px;font-size:12px;line-height:1.55;color:#4e5969}.sc-type{flex:none;padding:2px 9px;border-radius:4px;background:#f2f3f5;color:#4e5969;white-space:nowrap}.sc-addr{flex:1 1 auto;color:#86909c;word-break:break-word;padding-top:2px}.sc-block{border-top:1px solid #e5e6eb}.sc-block-head{display:flex;align-items:baseline;justify-content:space-between;padding:13px 16px 9px;background:#f7f8fa}.sc-block-title{font-size:14px;font-weight:600;letter-spacing:.02em}.sc-block-note{font-size:11.5px;color:#86909c}.sc-srv{display:flex;align-items:flex-start;gap:12px;padding:11px 16px;border-top:1px solid #f0f1f3}.sc-srv-name{flex:1 1 auto;font-size:13.5px;color:#4e5969;word-break:break-word}.sc-srv-price{flex:none;font-size:14.5px;font-weight:600;color:#1d2129;font-variant-numeric:tabular-nums;white-space:nowrap}.sc-srv-price.ask{font-size:12px;font-weight:400;color:#86909c}.sc-empty,.sc-more{padding:12px 16px;border-top:1px solid #f0f1f3;font-size:12px;color:#86909c;text-align:center}.sc-empty{padding:22px 16px;font-size:13px}.sc-qr{display:flex;align-items:center;gap:14px;padding:14px 16px;border-top:1px solid #e5e6eb;background:#f7f8fa}.sc-qr-box{flex:none;width:84px;height:84px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e6eb;border-radius:6px;background:#fff}.sc-qr-img{width:76px;height:76px;display:block}.sc-qr-fallback{font-size:11px;color:#86909c}.sc-qr-text{flex:1 1 auto;min-width:0}.sc-qr-title{font-size:14px;font-weight:600;color:#1d2129}.sc-qr-desc{margin-top:4px;font-size:11.5px;line-height:1.65;color:#4e5969}.sc-qr-url{margin-top:5px;font-size:10px;line-height:1.4;color:#86909c;word-break:break-all}.sc-foot{display:flex;flex-direction:column;gap:2px;align-items:center;padding:12px 16px 14px;border-top:1px solid #e5e6eb;text-align:center;font-size:10.5px;line-height:1.6;color:#86909c}.sc-brand{font-size:11.5px;font-weight:600;letter-spacing:.16em;color:#4e5969}.inf-footer{position:relative;display:flex;justify-content:center;align-items:center;min-height:48px;padding:12px 16px;background:#fff}.inf-footer.bordered{border-top:1px solid #f2f3f5}.inf-sentinel{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}.inf-inner{position:sticky;left:0;display:inline-flex;align-items:center;gap:10px;max-width:100%}.inf-txt{font-size:12px;color:#86909c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inf-txt.err{color:#f53f3f}.inf-txt.done{color:#a9aeb8;letter-spacing:.02em}.inf-line{width:28px;height:1px;background:#e5e6eb;flex:none}.inf-btn{flex:none;height:26px;padding:0 12px;font-size:12px;font-weight:500;color:#2f54eb;background:#f2f4ff;border:1px solid #dbe1ff;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.inf-btn:hover{background:#e8ecff;border-color:#c3ccff}.inf-btn:active{background:#dde3ff}.inf-btn.ghost{color:#86909c;background:transparent;border-color:#e5e6eb}.inf-btn.ghost:hover{color:#2f54eb;border-color:#c3ccff;background:#f7f8ff}.inf-spinner{flex:none;width:14px;height:14px;border:2px solid #e5e6eb;border-top-color:#2f54eb;border-radius:50%;animation:inf-spin .7s linear infinite}@keyframes inf-spin{to{transform:rotate(360deg)}}.hospital-search-page{display:flex;flex-direction:column;min-height:100%;box-sizing:border-box;padding:20px 28px 12px;max-width:1920px;margin:0 auto}.hospital-search-page .ant-btn,.hospital-drawer .ant-btn,.share-dialog .ant-btn{line-height:1}.top-search-area{margin-bottom:12px}.filter-bar{container-type:inline-size;background:#fff;padding:18px 20px 20px;border-radius:8px;box-shadow:0 2px 8px #00000005;margin-bottom:12px}.filter-bar .eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:500;letter-spacing:.5px;color:#86909c}.filter-bar .eyebrow .bar{width:3px;height:12px;border-radius:2px;background:#2f54eb}.filter-bar .filter-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 24px}.filter-bar .fields{flex:1 1 260px;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@container (min-width: 960px){.filter-bar .fields{grid-template-columns:repeat(4,minmax(0,1fr))}}@container (max-width: 520px){.filter-bar .fields{grid-template-columns:1fr}}.filter-bar .filter-item{width:100%}.filter-bar .filter-item.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#2f54eb}.filter-bar .filter-item .ant-input-prefix,.filter-bar .filter-item .ant-select-prefix{color:#86909c}.filter-bar .filter-item .ant-select-prefix{margin-inline-end:6px}.filter-bar .filter-item.ant-input-affix-wrapper{padding-block:0}.filter-bar .filter-item.ant-input-affix-wrapper>.ant-input{height:30px}.filter-bar .filter-item.ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:8px}.filter-bar .actions{flex:0 0 auto;margin-left:auto;display:flex;gap:8px}.filter-bar .actions .ant-btn{min-width:88px;border-radius:4px;gap:6px}.filter-bar .actions .ant-btn:not(.ant-btn-primary):not(:disabled):hover{background:#fff;border-color:#2f54eb;color:#2f54eb}@container (max-width: 960px){.filter-bar .actions{flex-direction:column-reverse;gap:12px}.filter-bar .actions .ant-btn{width:100%}}@container (max-width: 520px){.filter-bar .filter-row{align-items:flex-start}.filter-bar .actions{flex:1 1 100%;flex-direction:row;width:100%}.filter-bar .actions .ant-btn{flex:1;width:auto}}.result-stats{display:flex;justify-content:space-between;align-items:center;padding:0 2px;font-size:14px;color:#86909c}.result-stats strong{display:inline-block;min-width:20px;margin:0 4px;padding:1px 8px;font-weight:600;text-align:center;color:#165dff;background:#e8f3ff;border-radius:4px}.hospital-list{display:grid;position:relative;grid-template-columns:repeat(auto-fill,minmax(max(min(100%,280px),(100% - 48px) / 4),1fr));gap:16px;flex:1 0 auto;grid-auto-rows:min-content;align-content:start}.list-loading-mask{position:absolute;inset:0;z-index:10;background-color:#f7f8faa6}.list-loading-mask.is-fullscreen{position:fixed;z-index:3000;background-color:#000000b3}.hospital-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;padding:16px;border:1px solid #f0f1f3;transition:border-color .2s,box-shadow .2s}.hospital-card:hover{border-color:#2f54eb;box-shadow:0 4px 14px #2f54eb14}.hospital-card .card-top{display:flex;gap:12px;align-items:center}.hospital-card .card-top .logo{width:48px;height:48px;flex:none;object-fit:cover;background:#f2f3f5;border-radius:10px}.hospital-card .card-top .id{flex:1;min-width:0}.hospital-card .card-top .id .name{font-weight:700;font-size:15px;line-height:1.35;color:#1d2129;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.hospital-card .card-top .comm-block{flex:none;text-align:right;padding-left:10px;border-left:1px dashed #e5e6eb}.hospital-card .card-top .comm-block .rate{font-size:24px;font-weight:800;line-height:1;color:#00b42a;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.hospital-card .card-top .comm-block .rate .pct{font-size:14px;font-weight:700}.hospital-card .card-top .comm-block .rate.is-zero{color:#86909c}.hospital-card .card-top .comm-block .rate.rate-t1{color:#00b42a}.hospital-card .card-top .comm-block .rate.rate-t2{color:#009a5c}.hospital-card .card-top .comm-block .rate.rate-t3{color:#e8930c}.hospital-card .card-top .comm-block .lbl{font-size:10px;color:#86909c;margin-top:4px}.hospital-card .meta-line{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:14px 0;padding-top:14px;border-top:1px solid #f0f1f3}.hospital-card .meta-line .m-loc{display:flex;align-items:center;gap:3px;flex:0 1 auto;min-width:0;font-size:12px;color:#86909c}.hospital-card .meta-line .m-loc .pin{flex:none;width:13px;height:13px}.hospital-card .meta-line .m-loc span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hospital-card .meta-line .m-type{flex:none;font-size:12px;color:#4e5969;border:1px solid #e5e6eb;padding:2px 10px;border-radius:12px;white-space:nowrap}.hospital-card .full-btn{width:100%;margin-top:auto;border-radius:6px}.hospital-search-page .inf-footer{background:transparent;margin:4px 0 8px}.hospital-card--skeleton{pointer-events:none}.hospital-card--skeleton:hover{border-color:#f0f1f3;box-shadow:none}.hospital-card--skeleton .sk{display:block;border-radius:5px;background:linear-gradient(90deg,#e9ebf0 25%,#f3f5f9,#e9ebf0 65%);background-size:280% 100%;animation:sk-shimmer 1.4s linear infinite}.hospital-card--skeleton .sk.logo{width:48px;height:48px;border-radius:10px;flex:none}.hospital-card--skeleton .sk.rate{width:40px;height:30px;border-radius:6px;flex:none}.hospital-card--skeleton .sk.ln{height:12px}.hospital-card--skeleton .sk.ln.sm{height:10px}.hospital-card--skeleton .sk.full{height:36px;border-radius:6px;margin-top:auto}@keyframes sk-shimmer{0%{background-position:180% 0}to{background-position:-120% 0}}@media(prefers-reduced-motion:reduce){.hospital-card--skeleton .sk{animation:none;background:#e9ebf0}}.hospital-drawer .ant-drawer-header{padding:18px 24px;border-bottom:none}.hospital-drawer .ant-drawer-body{padding:0 24px 20px;color:#000}.hospital-drawer .drawer-header{display:flex;align-items:center;justify-content:space-between;width:100%}.hospital-drawer .drawer-header .dh-left{display:flex;align-items:center;gap:12px;flex:0 1 auto;min-width:0}.hospital-drawer .drawer-header .dh-logo{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#f2f3f5;flex:none}.hospital-drawer .drawer-header .dh-text{display:flex;flex-direction:column;min-width:0}.hospital-drawer .drawer-header .dh-text .dh-title{font-size:17px;font-weight:700;color:#1d2129;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hospital-drawer .drawer-header .dh-text .dh-sub{font-size:12px;color:#86909c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hospital-drawer .drawer-header .dh-share{flex:none;margin-left:auto;margin-right:14px;gap:6px}.hospital-drawer .drawer-header .dh-share.ant-btn{background:#ecf5ff;border-color:#a0cfff;color:#2f54eb}.hospital-drawer .drawer-header .dh-share.ant-btn:not(:disabled):hover{background:#2f54eb;border-color:#2f54eb;color:#fff}.hospital-drawer .drawer-header .dh-close{font-size:20px;color:#86909c;cursor:pointer;transition:color .2s;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1em}.hospital-drawer .drawer-header .dh-close:hover{color:#165dff}.hospital-drawer .drawer-detail-content{display:flex;gap:30px;height:calc(100vh - 120px)}.hospital-drawer .detail-container{min-height:0;overflow-y:auto;padding-right:8px;scrollbar-gutter:stable}.hospital-drawer .detail-container::-webkit-scrollbar{width:6px}.hospital-drawer .detail-container::-webkit-scrollbar-track{background:transparent}.hospital-drawer .detail-container::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}.hospital-drawer .detail-container::-webkit-scrollbar-thumb:hover{background:#c0c4cc}.hospital-drawer .detail-container:first-child{flex:3}.hospital-drawer .detail-container:last-child{flex:2}.hospital-drawer .detail-card{background:#fff;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 8px #00000005;overflow:hidden}.hospital-drawer .img-card .hero-image{width:100%;height:auto;background:#4e5969;display:block}.hospital-drawer .img-card .detail-info{padding:24px}.hospital-drawer .img-card .detail-info .title{margin:0 0 8px;font-size:20px;font-weight:700;color:#1d2129}.hospital-drawer .img-card .detail-info .address{font-size:14px;color:#4e5969;margin-bottom:0;display:flex;align-items:center;gap:4px}.hospital-drawer .img-card .detail-info .address .anticon{flex:none}.hospital-drawer .detail-image-card{padding:24px}.hospital-drawer .detail-image-card .section-title{margin:0 0 16px;font-size:16px;font-weight:700}.hospital-drawer .detail-image-card .detail-image{width:100%;border-radius:8px;background:#f2f3f5;display:block}.hospital-drawer .location-card{padding:24px;margin-bottom:0}.hospital-drawer .location-card .map-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hospital-drawer .location-card .map-head .section-title{margin:0;font-size:16px;font-weight:700}.hospital-drawer .location-card .map-head .map-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#165dff;text-decoration:none}.hospital-drawer .location-card .map-head .map-link .anticon{flex:none}.hospital-drawer .location-card .map-head .map-link:hover{text-decoration:underline}.hospital-drawer .location-card .map-frame{width:100%;height:320px;border:0;border-radius:8px;background:#f2f3f5;display:block}.hospital-drawer .no-image{width:100%;height:200px;background:#f2f3f5;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#86909c}.hospital-drawer .no-image span{font-size:14px}.hospital-drawer .no-image .anticon{font-size:32px;margin-bottom:8px}.hospital-drawer .no-image .ph-icon{display:inline-flex;width:32px;height:32px;margin-bottom:8px}.hospital-drawer .side-card{background:#fff;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #00000005}.hospital-drawer .side-card:last-child{margin-bottom:0}.hospital-drawer .side-card .card-title{font-size:15px;font-weight:700;color:#1d2129;margin-bottom:16px;text-align:center}.hospital-drawer .side-card .card-title.list-title{display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.hospital-drawer .side-card .count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e8f3ff;color:#165dff;font-size:12px;font-weight:600;line-height:1}.hospital-drawer .side-card .price-note{margin:-8px 0 12px;padding:8px 10px;border-radius:6px;background:#f7f8fa;color:#86909c;font-size:12px;line-height:1.5}.hospital-drawer .side-card .empty-tip{text-align:center;color:#c9cdd4;font-size:13px;padding:20px 0 4px}.hospital-drawer .service-item{display:flex;flex-direction:column;gap:8px;padding:12px 14px;margin-bottom:10px;background:#fff;border:1px solid #eef0f2;border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.hospital-drawer .service-item:last-child{margin-bottom:0}.hospital-drawer .service-item:hover{border-color:#dcdfe6;box-shadow:0 2px 10px #141e3c0d}.hospital-drawer .service-item.is-picked{border-color:#b7eb8f;background:#f6ffed}.hospital-drawer .service-item.is-picked:hover{border-color:#95de64}.hospital-drawer .service-item.is-picked .comm{background:#fff}.hospital-drawer .service-item .si-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.hospital-drawer .service-item .si-head .name{flex:1;min-width:0;font-size:14px;font-weight:600;color:#1d2129;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.hospital-drawer .service-item .si-head .pick-btn,.hospital-drawer .service-item .si-head .remove-btn{flex-shrink:0;font-size:12px;padding-inline:11px;border-radius:3px;gap:4px}.hospital-drawer .service-item .meta{display:flex;flex-direction:column;gap:6px}.hospital-drawer .service-item .meta .row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:0 10px}.hospital-drawer .service-item .meta .label{flex-shrink:0;font-size:12px;line-height:1.5;color:#86909c;white-space:nowrap}.hospital-drawer .service-item .meta .value{min-width:0;font-size:12px;font-weight:600;line-height:1.5;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.hospital-drawer .service-item .meta .price .value{color:#4e5969}.hospital-drawer .service-item .meta .gross .value{color:#86909c;font-weight:500}.hospital-drawer .service-item .meta .comm{padding:5px 10px;border-radius:8px;background:#f6ffed}.hospital-drawer .service-item .meta .comm .label{display:inline-flex;align-items:center;color:#00b42a}.hospital-drawer .service-item .meta .comm .label:before{content:"";flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#00b42a;margin-right:5px}.hospital-drawer .service-item .meta .comm .value{color:#00b42a;font-weight:700}.hospital-drawer .service-item .pick-btn.is-added{background:#f6ffed;border-color:#95de64;color:#00b42a}.hospital-drawer .service-item .pick-btn.is-added:hover,.hospital-drawer .service-item .pick-btn.is-added:focus{background:#eaffd8;border-color:#95de64;color:#00b42a}.hospital-drawer .service-item .remove-btn{background:#fff;border-color:#ffccc7;color:#ff4d4f}.hospital-drawer .service-item .remove-btn.ant-btn:not(:disabled):hover,.hospital-drawer .service-item .remove-btn.ant-btn:not(:disabled):focus{background:#fff1f0;border-color:#ff7875;color:#ff4d4f}.hospital-drawer .service-item.selected{border-color:#b7eb8f;background:#f6ffed}.hospital-drawer .service-item.selected:hover{border-color:#95de64;box-shadow:none}.hospital-drawer .service-item.selected .comm{background:#fff}.hospital-drawer .summary-card{background:linear-gradient(135deg,#2f54eb,#1d39c4)}.hospital-drawer .summary-card .card-title{color:#fff}.hospital-drawer .summary-card .summary-info{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.hospital-drawer .summary-card .summary-info:last-of-type{border-bottom:none}.hospital-drawer .summary-card .summary-info.has-note{flex-wrap:wrap}.hospital-drawer .summary-card .summary-info .label{font-size:14px;color:#fffc}.hospital-drawer .summary-card .summary-info .amount{font-size:18px;font-weight:700}.hospital-drawer .summary-card .summary-info .amount.text-green{color:#95de64}.hospital-drawer .summary-card .summary-note{flex-basis:100%;margin-top:6px;color:#ffffffb8;font-size:12px;line-height:1.5}.hospital-drawer .summary-card .submit-btn{width:100%;margin-top:16px;background:#fff;color:#2f54eb;border:none;font-size:14px;border-radius:4px}.hospital-drawer .summary-card .submit-btn.ant-btn:not(:disabled):hover{background:#f0f5ff;color:#2f54eb}@media(max-width:1024px){.hospital-drawer .ant-drawer-content-wrapper{width:86%!important}.hospital-drawer .drawer-detail-content{gap:20px}.hospital-drawer .drawer-detail-content .detail-container{min-width:0}}@media(max-width:768px){.hospital-drawer .ant-drawer-content-wrapper{width:94%!important}.hospital-drawer .ant-drawer-body{padding:16px}.hospital-drawer .drawer-detail-content{gap:14px}.hospital-drawer .drawer-detail-content .detail-container:first-child{flex:1.3}.hospital-drawer .drawer-detail-content .detail-container:last-child{flex:1}.hospital-drawer .drawer-detail-content .side-card{padding:16px}.hospital-drawer .drawer-detail-content .side-card .card-title{margin-bottom:12px}.hospital-drawer .drawer-detail-content .side-card .service-item{padding:11px 12px}.hospital-drawer .drawer-detail-content .side-card .service-item .si-head .name{font-size:13px}}@media(max-width:767.98px){.hospital-search-page{padding:12px 12px 8px}.hospital-list{gap:12px}.hospital-list .hospital-card{padding:14px}.hospital-list .hospital-card .card-top{display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-areas:"logo name" "logo comm";column-gap:10px;row-gap:4px;align-items:center}.hospital-list .hospital-card .card-top .logo{grid-area:logo;width:40px;height:40px;overflow:hidden;font-size:0;line-height:0;color:transparent}.hospital-list .hospital-card .card-top .id{grid-area:name}.hospital-list .hospital-card .card-top .comm-block{grid-area:comm;display:flex;align-items:baseline;gap:4px;text-align:left;padding-left:0;border-left:none}.hospital-list .hospital-card .card-top .comm-block .lbl{order:0;margin-top:0}.hospital-list .hospital-card .card-top .comm-block .rate{order:1;font-size:15px}.hospital-list .hospital-card .card-top .comm-block .rate .pct{font-size:11px}.hospital-list .hospital-card .card-top .sk.rate{grid-area:comm;width:56px;height:14px;border-radius:4px;justify-self:start}.hospital-list .hospital-card .meta-line{margin:10px 0;padding-top:10px;align-items:flex-start}.hospital-list .hospital-card .meta-line .m-loc{align-items:flex-start}.hospital-list .hospital-card .meta-line .m-loc .pin{margin-top:1px}.hospital-list .hospital-card .meta-line .m-loc span{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}.hospital-drawer .ant-drawer-content-wrapper{width:100%!important}.hospital-drawer .ant-drawer-header{padding:12px 14px}.hospital-drawer .ant-drawer-body{padding:0 14px 16px}.hospital-drawer .drawer-header .dh-left{min-width:0}.hospital-drawer .drawer-header .dh-logo{width:32px;height:32px}.hospital-drawer .drawer-header .dh-text{min-width:0}.hospital-drawer .drawer-header .dh-text .dh-title{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hospital-drawer .drawer-header .dh-text .dh-sub{font-size:11px}.hospital-drawer .drawer-header .dh-share{margin-right:8px;padding:6px 10px;font-size:12px}.hospital-drawer .drawer-detail-content{flex-direction:column;gap:12px;height:auto}.hospital-drawer .drawer-detail-content .detail-container,.hospital-drawer .drawer-detail-content .detail-container:first-child,.hospital-drawer .drawer-detail-content .detail-container:last-child{flex:none;min-width:0;overflow:visible;padding-right:0;scrollbar-gutter:auto}.hospital-drawer .drawer-detail-content .detail-card{margin-bottom:12px}.hospital-drawer .drawer-detail-content .img-card .detail-info{padding:16px}.hospital-drawer .drawer-detail-content .img-card .detail-info .title{font-size:17px}.hospital-drawer .drawer-detail-content .detail-image-card,.hospital-drawer .drawer-detail-content .location-card{padding:16px}.hospital-drawer .drawer-detail-content .location-card .map-head{flex-wrap:wrap;gap:6px;margin-bottom:12px}.hospital-drawer .drawer-detail-content .location-card .map-frame{height:220px}.hospital-drawer .drawer-detail-content .side-card{padding:14px}}.share-dialog .sd-body{padding:4px 0 0}.share-dialog .sd-stage{display:flex;justify-content:center;padding:14px;background:#f2f3f5;border-radius:10px}.share-dialog .sd-hint{margin:12px 0 0;font-size:12px;color:#86909c;text-align:center}.share-dialog .sd-foot{display:flex;justify-content:flex-end;gap:12px}@media(max-width:767.98px){.share-dialog .ant-modal{width:calc(100vw - 24px)!important}.share-dialog .sd-stage{padding:10px}.share-dialog .sd-stage .share-card{transform:scale(.82);transform-origin:top center;margin-bottom:-18%}.share-dialog .sd-foot{flex-wrap:wrap;gap:8px}.share-dialog .sd-foot .ant-btn{flex:1 1 auto}}.tsk{width:100%}.tsk-head,.tsk-row{display:grid;gap:12px;padding:10px 12px;align-items:center}.tsk-head{border-bottom:1px solid #e5e6eb;color:#86909c;font-size:13px}.tsk-row{border-bottom:1px solid #f2f3f5}.tsk .td{display:flex;flex-direction:column;gap:6px;min-width:0}.tsk .td.t-actions{flex-direction:row;gap:8px}.tsk .a-right{align-items:flex-end}.tsk .a-center{align-items:center}.tsk .sk{display:block;background:#f2f3f5;border-radius:4px;animation:tsk-pulse 1.4s ease-in-out infinite}.tsk .sk.ln{height:13px}.tsk .sk.ln.sm{height:11px}.tsk .sk.pill{width:56px;height:20px;border-radius:10px}.tsk .sk.btn{width:52px;height:24px;border-radius:4px}@keyframes tsk-pulse{0%,to{opacity:1}50%{opacity:.55}}@media(prefers-reduced-motion:reduce){.tsk .sk{animation:none}}.settlement-page{padding:24px;display:flex;flex-direction:column;min-height:100%}.settlement-page .summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px;flex:none}.settlement-page .kpi{background:#fff;border:1px solid #eceef1;border-radius:14px;padding:18px 20px;box-shadow:0 2px 10px #14285a0d}.settlement-page .kpi.accent{background:linear-gradient(180deg,#f4fff8,#fff 46%);border-color:#cdeede}.settlement-page .kpi .kpi-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}.settlement-page .kpi .chip{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:none}.settlement-page .kpi .chip svg{width:19px;height:19px}.settlement-page .kpi .chip.amber{background:#fff7e8;color:#f90}.settlement-page .kpi .chip.green{background:#e8ffea;color:#00863a}.settlement-page .kpi .chip.blue{background:#eaf1ff;color:#2f54eb}.settlement-page .kpi .kpi-label{font-size:13px;color:#4e5969;font-weight:500}.settlement-page .kpi .kpi-label .tag-avail{font-style:normal;color:#00863a;font-weight:600}.settlement-page .kpi .kpi-val{font-size:29px;font-weight:800;letter-spacing:-.02em;line-height:1.05;font-variant-numeric:tabular-nums}.settlement-page .kpi .kpi-val .cur{font-size:18px;font-weight:700;margin-right:2px;opacity:.85}.settlement-page .kpi .kpi-val.amber{color:#b8730a}.settlement-page .kpi .kpi-val.green{color:#00863a}.settlement-page .kpi .kpi-val.ink{color:#1d2129}.settlement-page .kpi .kpi-sub{margin-top:8px;font-size:12px;color:#86909c;display:flex;align-items:center;justify-content:space-between;gap:8px}.settlement-page .kpi .kpi-sub .go{color:#00863a;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.settlement-page .kpi .kpi-sub .go svg{width:12px;height:12px}.settlement-page .kpi .kpi-sub .go:hover{text-decoration:underline}.settlement-page .table-panel{background:#fff;border:1px solid #eceef1;border-radius:14px;box-shadow:0 2px 10px #14285a0d;overflow:hidden;flex:1;display:flex;flex-direction:column;min-height:0}.settlement-page .table-wrap{flex:1;min-height:0;position:relative}.settlement-page .table-scroll{position:absolute;inset:0;overflow:auto;background:#fff;display:flex;flex-direction:column}.settlement-page .table-scroll>*{flex:none}.settlement-page .panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid #f2f3f5;flex-wrap:wrap}.settlement-page .panel-head .ph-left{display:flex;align-items:baseline;gap:9px}.settlement-page .panel-head .ph-left .ph-title{font-size:15.5px;font-weight:700;color:#1d2129}.settlement-page .panel-head .ph-left .ph-count{font-size:12.5px;color:#86909c;font-variant-numeric:tabular-nums}.settlement-page .panel-head .seg{display:inline-flex;background:#f2f3f5;border-radius:9px;padding:3px}.settlement-page .panel-head .seg button{border:0;background:transparent;font:inherit;cursor:pointer;font-size:12.5px;font-weight:600;color:#4e5969;padding:6px 14px;border-radius:7px;transition:all .15s}.settlement-page .panel-head .seg button.on{background:#fff;color:#2f54eb;box-shadow:0 1px 3px #14285a1a}.settlement-page .data-table{width:100%;min-width:720px;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:14px}.settlement-page .data-table th:nth-child(1){width:20.8333%}.settlement-page .data-table th:nth-child(2){width:15.2778%}.settlement-page .data-table th:nth-child(3){width:15.2778%}.settlement-page .data-table th:nth-child(4){width:16.6667%}.settlement-page .data-table th:nth-child(5){width:16.6667%}.settlement-page .data-table th:nth-child(6){width:15.2778%}.settlement-page .data-table th,.settlement-page .data-table td{padding:10px 0;text-align:left;vertical-align:middle;box-sizing:border-box;border-bottom:1px solid #eef0f2}.settlement-page .data-table .cell{box-sizing:border-box;padding:0 12px;line-height:23px;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word}.settlement-page .data-table th{position:sticky;top:0;z-index:1;background:#fbfcfd;color:#86909c;font-weight:600;font-size:12px}.settlement-page .data-table .ta-r{text-align:right}.settlement-page .data-table .col-final{border-left:1px solid #f2f3f5}.settlement-page .data-table tbody tr:hover>td{background-color:#f7f9ff}.settlement-page .cust{display:flex;flex-direction:column;gap:3px}.settlement-page .cust .nm{font-size:14px;font-weight:600;color:#1d2129}.settlement-page .cust .pj{font-size:12px;color:#86909c}.settlement-page .num{font-variant-numeric:tabular-nums;white-space:nowrap}.settlement-page .pay{color:#4e5969}.settlement-page .comm{color:#00863a;font-weight:600}.settlement-page .fine{color:#f53f3f;font-weight:600}.settlement-page .fine.zero{color:#c9cdd4;font-weight:400}.settlement-page .final-v{font-weight:800;color:#1d2129}.settlement-page .m-field .pay{color:#4e5969}.settlement-page .m-field .comm{color:#00863a;font-weight:600}.settlement-page .m-field .fine{color:#f53f3f;font-weight:600}.settlement-page .m-field .fine.zero{color:#c9cdd4;font-weight:400}.settlement-page .m-field .final-v{color:#1d2129;font-weight:800}.settlement-page .pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 11px 4px 9px;border-radius:999px;white-space:nowrap}.settlement-page .pill .dot{width:6px;height:6px;border-radius:50%}.settlement-page .pill.done{background:#e8ffea;color:#00863a}.settlement-page .pill.done .dot{background:#00b42a}.settlement-page .pill.wait{background:#fff7e8;color:#b8730a}.settlement-page .pill.wait .dot{background:#f90}.settlement-page .table-empty{margin:auto;width:50%;line-height:60px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:40px 20px;text-align:center}.settlement-page .table-empty svg{width:44px;height:44px;color:#cdd3dc;margin-bottom:6px}.settlement-page .table-empty .te-t{font-size:14.5px;font-weight:600;color:#4e5969}.settlement-page .table-empty .te-d{font-size:12.5px;color:#86909c}@media(max-width:767.98px){.settlement-page{padding:12px}.settlement-page .summary-cards{grid-template-columns:1fr;gap:10px;margin-bottom:12px}.settlement-page .kpi{padding:14px 16px}.settlement-page .kpi .kpi-top{margin-bottom:10px}.settlement-page .panel-head{padding:12px 14px;gap:10px}.settlement-page .panel-head .seg{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.settlement-page .panel-head .seg::-webkit-scrollbar{display:none}.settlement-page .panel-head .seg button{flex:none;white-space:nowrap}}.lead-page{display:flex;flex-direction:column;min-height:100%;box-sizing:border-box;padding:20px 28px 12px;max-width:1920px;margin:0 auto}.lead-page .top-search-area{margin-bottom:12px}.lead-page .filter-bar{container-type:inline-size;background:#fff;padding:18px 20px 20px;border-radius:8px;box-shadow:0 2px 8px #00000005;margin-bottom:0;font-size:16px}.lead-page .filter-bar .eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:500;letter-spacing:.5px;color:#86909c}.lead-page .filter-bar .eyebrow .bar{width:3px;height:12px;border-radius:2px;background:#2f54eb}.lead-page .filter-bar .filter-row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 24px}.lead-page .filter-bar .fields{flex:1 1 260px;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lead-page .filter-bar .fields .filter-item:last-child{grid-column:1/-1}@container (min-width: 960px){.lead-page .filter-bar .fields{grid-template-columns:repeat(3,minmax(0,1fr))}.lead-page .filter-bar .fields .filter-item:last-child{grid-column:auto}}@container (max-width: 520px){.lead-page .filter-bar .fields{grid-template-columns:1fr}}.lead-page .filter-bar .filter-item{width:100%}.lead-page .filter-bar .filter-item .ant-input-prefix,.lead-page .filter-bar .filter-item .ant-select-prefix{color:#86909c}.lead-page .filter-bar .filter-item .ant-select-selection-placeholder{flex:none;max-width:100%;padding-inline-end:0;line-height:20px}.lead-page .filter-bar .actions{flex:0 0 auto;margin-left:auto;display:flex;gap:8px}.lead-page .filter-bar .actions .ant-btn{min-width:88px}@container (max-width: 960px){.lead-page .filter-bar .actions{flex-direction:column-reverse;gap:12px}.lead-page .filter-bar .actions .ant-btn{width:100%}}@container (max-width: 520px){.lead-page .filter-bar .filter-row{align-items:flex-start}.lead-page .filter-bar .actions{flex:1 1 100%;flex-direction:row;gap:8px}.lead-page .filter-bar .actions .ant-btn{flex:1;width:auto}}.lead-page .table-panel{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff;border:none;border-radius:8px;padding:20px 24px;box-shadow:0 2px 8px #00000005}.lead-page .panel-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px;padding:0;border-bottom:0;margin-bottom:16px}.lead-page .panel-head .th-title{display:inline-flex;align-items:baseline;gap:8px;font-size:16px;font-weight:600;color:#1d2129}.lead-page .panel-head .th-count{font-size:12.5px;font-weight:400;color:#86909c;font-variant-numeric:tabular-nums;white-space:nowrap}.lead-page .table-wrap{flex:1;min-height:0;position:relative}.lead-page .table-scroll{position:absolute;inset:0;overflow:auto;background:#fff;display:flex;flex-direction:column}.lead-page .data-table{table-layout:fixed;width:100%;min-width:768px;border-collapse:separate;border-spacing:0}.lead-page .data-table .ta-r{text-align:right}.lead-page .data-table th,.lead-page .data-table td{text-align:left;padding:10px 12px;font-size:14px;line-height:23px;border-bottom:1px solid #eef0f2}.lead-page .data-table th{padding:10px 0;background:#f7f8fa;color:#4e5969;font-weight:600;position:sticky;top:0;z-index:1}.lead-page .data-table th .cell{padding:0 12px}.lead-page .data-table th:nth-child(1){width:11.9792%}.lead-page .data-table th:nth-child(2){width:12.5%}.lead-page .data-table th:nth-child(3){width:17.9688%}.lead-page .data-table th:nth-child(4){width:15.3646%}.lead-page .data-table th:nth-child(5){width:11.7188%}.lead-page .data-table th:nth-child(6){width:11.7188%}.lead-page .data-table th:nth-child(7){width:18.75%}.lead-page .data-table tr.warning-row>td{background:#fffce8}.lead-page .data-table tbody tr:hover>td{background:#f0f5ff}.lead-page .cell-stack{display:flex;flex-direction:column;gap:2px;line-height:1.35}.lead-page .cs-name{font-size:14px;font-weight:600;color:#1d2129}.lead-page .cs-name.norm{font-weight:500}.lead-page .cs-sub{font-size:12px;color:#86909c}.lead-page .mono{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:13px;color:#1d2129}.lead-page .cs-sub.mono{font-size:11.5px;color:#86909c}.lead-page .rem{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.lead-page .rem i{font-style:normal;font-size:11px;font-weight:500;margin-left:1px}.lead-page .rem.ok{color:#00b42a}.lead-page .rem.warn{color:#f90}.lead-page .rem.mut{color:#c9cdd4}.lead-page .status-tag{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.5;white-space:nowrap}.lead-page .status-tag:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.lead-page .status-tag.verified{color:#00b42a;background:#e8ffea}.lead-page .status-tag.pending{color:#f90;background:#fff7e8}.lead-page .status-tag.expired{color:#f53f3f;background:#fff1f0}.lead-page .status-tag.unknown{color:#86909c;background:#f2f3f5}.lead-page .col-actions{white-space:nowrap}.lead-page .col-actions .action-btn,.lead-page .m-card__actions .action-btn{border:none;border-radius:3px;padding:0 9px;font-size:12px;font-weight:500}.lead-page .col-actions .action-btn.btn-edit,.lead-page .col-actions .action-btn.btn-reauth,.lead-page .m-card__actions .action-btn.btn-edit,.lead-page .m-card__actions .action-btn.btn-reauth{background-color:#e8f3ff;color:#165dff}.lead-page .col-actions .action-btn.btn-reauth,.lead-page .m-card__actions .action-btn.btn-reauth{font-weight:600}.lead-page .col-actions .action-btn.btn-delete,.lead-page .m-card__actions .action-btn.btn-delete{background-color:#fff1f0;color:#f53f3f}.lead-page .col-actions .action-btn.btn-edit:not(:disabled):not(.ant-btn-disabled):hover,.lead-page .col-actions .action-btn.btn-reauth:not(:disabled):not(.ant-btn-disabled):hover,.lead-page .m-card__actions .action-btn.btn-edit:not(:disabled):not(.ant-btn-disabled):hover,.lead-page .m-card__actions .action-btn.btn-reauth:not(:disabled):not(.ant-btn-disabled):hover{background-color:#165dff;color:#fff}.lead-page .col-actions .action-btn.btn-delete:not(:disabled):not(.ant-btn-disabled):hover,.lead-page .m-card__actions .action-btn.btn-delete:not(:disabled):not(.ant-btn-disabled):hover{background-color:#f53f3f;color:#fff}.lead-page .col-actions .action-btn:disabled,.lead-page .col-actions .action-btn.ant-btn-disabled,.lead-page .m-card__actions .action-btn:disabled,.lead-page .m-card__actions .action-btn.ant-btn-disabled{background-color:#f2f3f5;color:#c9cdd4}.lead-page .col-actions .action-btn+.action-btn{margin-left:6px}.lead-page .table-empty{margin:auto;display:block;padding:36px 20px 40px;text-align:center;color:#86909c;line-height:1.4}.lead-page .table-empty svg{width:44px;height:44px;margin-bottom:12px;color:#c9cdd4}.lead-page .table-empty .te-title{font-size:14px;font-weight:500;color:#4e5969}.lead-page .table-empty .te-sub{font-size:12.5px;margin-top:5px;color:#86909c}.lead-page .table-skel-fill{position:absolute;inset:0;overflow:hidden}.table-skel-fill{flex:1;min-height:0;overflow:hidden}@media(max-width:767.98px){.lead-page{padding:12px 12px 8px}.lead-page .table-panel{padding:12px}.lead-page .table-skel-fill{position:static}.lead-page .panel-head{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:12px}.lead-page .panel-head .ant-btn{width:100%}.lead-page .m-card.warning-row{background:#fffce8;border-color:#eceef1}.lead-page .m-card__fields .status-tag{vertical-align:middle}}.lead-dialog .form-section{display:flex;align-items:center;gap:10px;margin:2px 0 14px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#86909c}.lead-dialog .form-section:not(:first-child){margin-top:4px}.lead-dialog .form-section:after{content:"";flex:1;height:1px;background:#eef0f2}.lead-dialog .mono{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:13px;color:#1d2129}.lead-dialog .dlg-head{display:flex;flex-direction:column;gap:3px}.lead-dialog .dlg-head .dlg-title{font-size:17px;font-weight:700;color:#1d2129;line-height:1.3}.lead-dialog .dlg-head .dlg-sub{font-size:12.5px;font-weight:400;color:#86909c}.lead-dialog .form-row{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}@media(max-width:767.98px){.lead-dialog .form-row{grid-template-columns:1fr}}.lead-dialog .pair{display:flex;width:100%}.lead-dialog .pair>*{position:relative}.lead-dialog .pair>*:first-child{flex:0 0 auto}.lead-dialog .pair>*:last-child{flex:1 1 auto;min-width:0}.lead-dialog .pair>*:hover,.lead-dialog .pair>*:focus-within{z-index:2}.lead-dialog .pair .ant-select .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.lead-dialog .pair .ant-input{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.lead-dialog .form-error-banner{display:flex;align-items:center;background-color:#fff1f0;color:#f53f3f;border:1px solid #ffccc7;padding:10px 16px;border-radius:4px;font-size:13px;margin-top:-10px;margin-bottom:20px}.lead-dialog .form-error-banner .anticon{font-size:16px;margin-right:8px}.lead-alert .alert-header{display:flex;align-items:center;font-size:16px;font-weight:700;color:#1d2129;margin-bottom:12px}.lead-alert .alert-header .icon{font-size:20px;margin-right:8px}.lead-alert .alert-header .icon.red{color:#f53f3f}.lead-alert .alert-header .icon.orange{color:#ff7d00}.lead-alert .alert-header .icon.blue{color:#165dff}.lead-alert .alert-body{padding-left:28px;color:#4e5969;font-size:14px;margin-bottom:20px}.lead-dialog .dialog-footer,.lead-alert .dialog-footer{display:flex;justify-content:flex-end;gap:12px}.lead-dialog .dialog-footer .ant-btn+.ant-btn,.lead-alert .dialog-footer .ant-btn+.ant-btn{margin-inline-start:0}.booking-order-page{padding:16px 24px;max-width:1200px;margin:0 auto;container-type:inline-size}.booking-order-page .req-mark{color:#f53f3f;margin-right:4px;font-weight:700}.booking-order-page .page-header-steps{display:grid;grid-template-columns:1fr 3fr 3fr 1fr;align-items:center;position:relative;margin-bottom:16px;background:#fff;padding:16px 0;border-radius:8px;box-shadow:0 2px 8px #00000005}.booking-order-page .page-header-steps .step-item{grid-row:1;justify-self:center;display:flex;align-items:center;position:relative;z-index:1;background:#fff;padding:0 8px}.booking-order-page .page-header-steps .step-item:first-of-type{grid-column:2}.booking-order-page .page-header-steps .step-item:last-of-type{grid-column:3}.booking-order-page .page-header-steps .step-item .circle{width:24px;height:24px;border-radius:50%;background:#2f54eb;color:#fff;display:flex;justify-content:center;align-items:center;font-size:12px;margin-right:8px;font-weight:700}.booking-order-page .page-header-steps .step-item .circle.inactive{background:#e5e6eb;color:#86909c}.booking-order-page .page-header-steps .step-item .text{font-size:14px;font-weight:700;color:#2f54eb}.booking-order-page .page-header-steps .step-item .text.inactive{color:#86909c;font-weight:400}.booking-order-page .page-header-steps .step-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:1px;background:#e5e6eb;z-index:0}.booking-order-page .content-layout{display:flex;gap:24px;align-items:flex-start}.booking-order-page .left-form{flex:3;min-width:0}.booking-order-page .left-form .form-card{width:auto;background:#fff;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #00000005}.booking-order-page .left-form .form-card .card-title{font-size:16px;font-weight:700;color:#1d2129;margin-bottom:16px}.booking-order-page .left-form .form-card .sub-title{font-size:14px;color:#4e5969;margin-bottom:12px}.booking-order-page .left-form .form-card .sub-title .timezone{font-size:12px;color:#86909c;font-weight:400;margin-left:4px}.booking-order-page .left-form .form-card .time-slots{margin-top:16px}.booking-order-page .left-form .form-card .time-slots .time-slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:12px}.booking-order-page .left-form .form-card .time-slots .time-slot-grid .time-slot-tag{padding:10px 12px;background:#f7f8fa;border:1px solid #e5e6eb;border-radius:8px;text-align:center;font-size:14px;color:#4e5969;cursor:pointer;transition:all .2s}.booking-order-page .left-form .form-card .time-slots .time-slot-grid .time-slot-tag:hover{border-color:#b5c7ff;background:#f0f5ff}.booking-order-page .left-form .form-card .time-slots .time-slot-grid .time-slot-tag.active{background:#2f54eb;border-color:#2f54eb;color:#fff}.booking-order-page .left-form .form-card .time-slots-empty .ant-empty{padding:24px 0 12px;margin-inline:0}.booking-order-page .left-form .form-card .time-slots-empty .ant-empty .ant-empty-image{margin-bottom:20px}.booking-order-page .left-form .form-card .mb-16{margin-bottom:16px}.booking-order-page .left-form .form-card .customer-hint{margin:-8px 0 16px;font-size:12px;color:#86909c;line-height:1.5}.booking-order-page .left-form .form-card .selected-customer-card{display:flex;align-items:center;padding:16px;background:#f0f5ff;border:1px solid #b5c7ff;border-radius:8px}.booking-order-page .left-form .form-card .selected-customer-card .icon{font-size:20px;color:#2f54eb;margin-right:12px}.booking-order-page .left-form .form-card .selected-customer-card .name{font-size:15px;font-weight:700;color:#1d2129;margin-bottom:4px}.booking-order-page .left-form .form-card .selected-customer-card .sub{font-size:13px;color:#86909c}.booking-order-page .left-form .form-card .readonly-box{background:#f7f8fa;border:1px solid #e5e6eb;padding:12px 16px;border-radius:4px;color:#4e5969;font-size:14px}.booking-order-page .left-form .form-card .ant-select-single.ant-select-lg{font-size:14px}.booking-order-page .left-form .form-card .ant-select-single.ant-select-lg .ant-select-selector{padding-inline:15px;font-size:14px}.booking-order-page .left-form .form-card .ant-select-single.ant-select-lg .ant-select-selector .ant-select-selection-search-input{font-size:14px}.booking-order-page .left-form .form-card .ant-select-single.ant-select-lg .ant-select-arrow{inset-inline-end:16px;font-size:14px;height:14px;margin-top:-7px;color:#a8abb2}.booking-order-page .left-form .form-card .ant-picker-large{padding-inline:14px}.booking-order-page .left-form .form-card .ant-picker-large .ant-picker-input>input{font-size:14px;line-height:24px}.booking-order-page .left-form .form-card .ant-picker .ant-picker-prefix{margin-inline-end:8px;color:#a8abb2}.booking-order-page .left-form .form-card .ant-picker .ant-picker-suffix:empty{display:none}.booking-order-page .left-form .form-card .ep-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex:none}.booking-order-page .right-summary{flex:2;min-width:0}.booking-order-page .right-summary .summary-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000005;position:sticky;top:16px}.booking-order-page .right-summary .summary-card .card-title{font-size:16px;font-weight:700;color:#1d2129;margin-bottom:20px}.booking-order-page .right-summary .summary-card .summary-item{margin-bottom:24px}.booking-order-page .right-summary .summary-card .summary-item .label{font-size:13px;color:#4e5969;margin-bottom:8px}.booking-order-page .right-summary .summary-card .summary-item .label .note{color:#86909c;font-size:12px}.booking-order-page .right-summary .summary-card .summary-item .amount{font-size:24px;font-weight:700;color:#000}.booking-order-page .right-summary .summary-card .summary-item .amount.text-green{color:#00b42a}.booking-order-page .right-summary .summary-card .summary-item .summary-note{margin-top:8px;color:#86909c;font-size:12px;line-height:1.5}.booking-order-page .right-summary .summary-card .submit-btn{width:100%;margin-top:8px;border-radius:6px;font-size:16px}.booking-order-page .right-summary .summary-card .submit-btn.ant-btn:disabled{background:#97aaf5;border-color:#97aaf5;color:#fff}.booking-order-page .right-summary .summary-card .submit-hint{margin-top:10px;text-align:center;font-size:12px;color:#86909c}.booking-order-page .right-summary .text-green{color:#00b42a}.booking-order-page .right-summary .text-orange{color:#ff7d00}.booking-order-page .confirm-view .confirm-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000005}.booking-order-page .confirm-view .confirm-card .card-title{font-size:16px;font-weight:700;color:#1d2129;margin-bottom:8px}.booking-order-page .confirm-view .confirm-card .confirm-hint{margin:0 0 20px;font-size:13px;color:#86909c}.booking-order-page .confirm-view .confirm-card .confirm-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:12px 0;border-bottom:1px solid #f2f3f5}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-label{flex:none;font-size:13px;color:#86909c}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-label .cr-note{font-size:12px}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-value{text-align:right;font-size:14px;color:#1d2129;word-break:break-word}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-value.text-green{color:#00b42a;font-weight:700}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-value.text-orange{color:#ff7d00;font-weight:700}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-value .cr-sub{color:#86909c;font-size:12px}.booking-order-page .confirm-view .confirm-card .confirm-row.has-note{flex-wrap:wrap;gap:4px 16px}.booking-order-page .confirm-view .confirm-card .confirm-row .cr-note-full{flex-basis:100%;color:#86909c;font-size:12px;line-height:1.5}.booking-order-page .confirm-view .confirm-card .confirm-row:has(+.confirm-divider){border-bottom:none}.booking-order-page .confirm-view .confirm-card .confirm-divider{height:1px;background:#e5e6eb;margin:8px 0}.booking-order-page .confirm-view .confirm-card .confirm-actions{display:flex;gap:12px;margin-top:24px}.booking-order-page .confirm-view .confirm-card .confirm-actions .back-btn{flex:0 0 auto;min-width:100px}.booking-order-page .confirm-view .confirm-card .confirm-actions .confirm-submit-btn{flex:1;border-radius:6px}@container (max-width: 760px){.booking-order-page .left-form,.booking-order-page .right-summary{flex:1 1 0}}@container (max-width: 480px){.booking-order-page .left-form .form-card,.booking-order-page .right-summary .summary-card{padding:16px}}@media(max-width:767.98px){.booking-order-page{padding:12px 12px 72px}.booking-order-page .page-header-steps{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 8px;margin-bottom:12px}.booking-order-page .page-header-steps .step-item{padding:0}.booking-order-page .page-header-steps .step-item .circle{width:20px;height:20px;font-size:11px;margin-right:6px}.booking-order-page .page-header-steps .step-item .text{font-size:12px;white-space:nowrap}.booking-order-page .page-header-steps .step-line{position:static;transform:none;flex:0 0 24px;width:24px}.booking-order-page .content-layout{flex-direction:column;gap:12px}.booking-order-page .left-form,.booking-order-page .right-summary{flex:none;width:100%}.booking-order-page .left-form .form-card,.booking-order-page .right-summary .summary-card,.booking-order-page .confirm-view .confirm-card{padding:16px}.booking-order-page .left-form .form-card{margin-bottom:12px}.booking-order-page .left-form .form-card:last-child{margin-bottom:0}.booking-order-page .right-summary .summary-card{position:static}.booking-order-page .right-summary .summary-card .summary-item{margin-bottom:16px}.booking-order-page .right-summary .summary-card .summary-item .amount{font-size:20px}}.customer-select-dropdown .ant-select-item{min-height:auto;line-height:1.4;padding:8px 16px}.customer-select-dropdown .ant-select-item-option-disabled{opacity:.55}.customer-select-dropdown .customer-option{display:flex;align-items:center;gap:10px}.customer-select-dropdown .customer-option .co-avatar{flex:none;width:32px;height:32px;border-radius:50%;background:#e8f3ff;color:#2f54eb;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center}.customer-select-dropdown .customer-option .co-main{flex:1;min-width:0}.customer-select-dropdown .customer-option .co-line1{display:flex;align-items:center;gap:8px}.customer-select-dropdown .customer-option .co-line1 .co-name{font-size:14px;font-weight:600;color:#1d2129;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-select-dropdown .customer-option .co-line1 .co-tag{flex:none;padding:0 7px;height:18px;line-height:18px;border-radius:9px;font-size:11px;font-weight:500}.customer-select-dropdown .customer-option .co-line1 .co-tag.is-verified{background:#e8ffea;color:#00b42a}.customer-select-dropdown .customer-option .co-line1 .co-tag.is-pending{background:#fff7e8;color:#f90}.customer-select-dropdown .customer-option .co-line1 .co-tag.is-expired{background:#fff1f0;color:#f53f3f}.customer-select-dropdown .customer-option .co-line2{display:flex;align-items:center;gap:5px;margin-top:2px;font-size:12px;color:#86909c}.customer-select-dropdown .customer-option .co-line2 .co-country{white-space:nowrap}.customer-select-dropdown .customer-option .co-line2 .co-dot{color:#c9cdd4}.customer-select-dropdown .customer-option .co-line2 .co-channel{color:#4e5969;white-space:nowrap}.customer-select-dropdown .customer-option .co-line2 .co-phone{font-variant-numeric:tabular-nums}.booking-list-page{display:flex;flex-direction:column;min-height:100%;box-sizing:border-box;padding:20px 28px 12px;max-width:1920px;margin:0 auto}.booking-list-page .top-search-area{margin-bottom:12px}.booking-list-page .filter-bar{container-type:inline-size;background:#fff;padding:18px 20px 20px;border-radius:8px;box-shadow:0 2px 8px #00000005;margin-bottom:0}.booking-list-page .eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:500;letter-spacing:.5px;color:#86909c}.booking-list-page .eyebrow .bar{width:3px;height:12px;border-radius:2px;background:#2f54eb}.booking-list-page .filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px 24px}.booking-list-page .fields{flex:1 1 260px;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@container (min-width: 960px){.booking-list-page .fields{grid-template-columns:repeat(4,minmax(0,1fr))}}@container (max-width: 520px){.booking-list-page .fields{grid-template-columns:1fr}}.booking-list-page .filter-item{width:100%;min-width:0}.booking-list-page .filter-item.ant-input-affix-wrapper{padding:0 11px}.booking-list-page .filter-item .ant-input{height:30px}.booking-list-page .filter-item .ant-input-prefix,.booking-list-page .filter-item .ant-picker-prefix{color:#86909c}.booking-list-page .filter-item .ant-select-prefix{color:#86909c!important}.booking-list-page .filter-item .ant-input-prefix{margin-inline-end:8px}.booking-list-page .filter-item .ant-select-prefix{margin-inline-end:6px}.booking-list-page .filter-item.ant-input-affix-wrapper-focused,.booking-list-page .filter-item.ant-picker-focused{box-shadow:none}.booking-list-page .filter-item.ant-picker{padding:0 10px}.booking-list-page .filter-item.ant-picker .ant-picker-prefix{flex:none;font-size:15px;margin:0 6px 0 0}.booking-list-page .filter-item.ant-picker .ant-picker-input>input{height:30px;padding:0;background:transparent;color:#1d2129;font-size:13px;text-align:left;font-variant-numeric:tabular-nums;letter-spacing:.01em}.booking-list-page .filter-item.ant-picker .ant-picker-input>input::placeholder{color:#a8b0bd}.booking-list-page .filter-item.ant-picker .ant-picker-range-separator+.ant-picker-input>input{padding-left:21px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%2386909c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='3' width='12' height='11' rx='1.5'/%3E%3Cpath d='M2 6.5h12'/%3E%3Cpath d='M5.5 1.7v2.3'/%3E%3Cpath d='M10.5 1.7v2.3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left center;background-size:15px 15px}.booking-list-page .filter-item.ant-picker .ant-picker-range-separator{flex:none;width:1px;min-width:1px;height:16px;padding:0;margin:0 10px;background:#e5e6eb;align-self:center;font-size:0;color:transparent;overflow:hidden}.booking-list-page .filter-item.ant-picker .ant-picker-active-bar{display:none}.booking-list-page .filter-item.ant-picker .ant-picker-suffix{visibility:hidden;flex:none;width:34px;margin:0}.booking-list-page .filter-item.ant-picker .ant-picker-clear{color:#c0c4cc}.booking-list-page .filter-item.ant-picker .ant-picker-clear:hover{color:#86909c}.booking-list-page .actions{flex:0 0 auto;margin-left:auto;display:flex;gap:8px}.booking-list-page .actions .ant-btn{min-width:88px;gap:6px}.booking-list-page .actions .ant-btn:not(.ant-btn-primary):hover{background:#fff;border-color:#2f54eb;color:#2f54eb}@container (max-width: 960px){.booking-list-page .actions{flex-direction:column-reverse;gap:12px}.booking-list-page .actions .ant-btn{width:100%}}@container (max-width: 520px){.booking-list-page .filter-row{align-items:flex-start}.booking-list-page .actions{flex:1 1 100%;flex-direction:row;gap:8px}.booking-list-page .actions .ant-btn{flex:1}}.booking-list-page .table-container{flex:1;display:flex;flex-direction:column;min-height:0;background-color:#fff;border-radius:8px;padding:20px 24px;box-shadow:0 2px 8px #00000005}.booking-list-page .table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.booking-list-page .table-head .th-title{display:inline-flex;align-items:baseline;gap:8px;font-size:16px;font-weight:600;color:#1d2129}.booking-list-page .table-head .th-count{font-size:12.5px;font-weight:400;color:#86909c;font-variant-numeric:tabular-nums}.booking-list-page .table-wrap{flex:1;min-height:0;position:relative}.booking-list-page .table-skel-fill{position:absolute;inset:0;overflow:hidden}.booking-list-page .table-scroll{position:absolute;inset:0;overflow:auto;background:#fff}.booking-list-page .data-table{width:100%;min-width:792px;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:14px}.booking-list-page .data-table thead th:nth-child(1){width:15.8602%}.booking-list-page .data-table thead th:nth-child(2){width:17.6523%}.booking-list-page .data-table thead th:nth-child(3){width:21.6846%}.booking-list-page .data-table thead th:nth-child(4){width:17.9211%}.booking-list-page .data-table thead th:nth-child(5){width:11.2903%}.booking-list-page .data-table thead th:nth-child(6){width:15.5914%}.booking-list-page .data-table th,.booking-list-page .data-table td{padding:10px 0;border-bottom:1px solid #eef0f2;vertical-align:middle;text-align:left}.booking-list-page .data-table th{position:sticky;top:0;z-index:1;background:#f7f8fa;color:#4e5969;font-weight:600}.booking-list-page .data-table tr:hover td{background:#f0f5ff}.booking-list-page .el-cell{padding:0 12px;line-height:23px;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all}.booking-list-page .cell{padding:0 12px;display:flex;flex-direction:column;gap:2px;line-height:1.35}.booking-list-page .c-code{font-size:13.5px;font-weight:700;color:#1d2129}.booking-list-page .c-name{font-size:14px;font-weight:600;color:#1d2129}.booking-list-page .c-name.norm{font-weight:500}.booking-list-page .c-sub{font-size:12px;color:#86909c}.booking-list-page .mono{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.booking-list-page .c-sub.mono{font-size:11.5px}.booking-list-page .money{display:inline-flex;flex-direction:column;gap:3px;min-width:116px;text-align:left}.booking-list-page .m-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:12.5px}.booking-list-page .m-k{color:#86909c;flex:none}.booking-list-page .m-v{font-family:ui-monospace,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.booking-list-page .m-v.ok{color:#00b42a}.booking-list-page .m-v.bad{color:#f53f3f}.booking-list-page .m-v.mut{color:#b7bdc7;font-weight:500}.booking-list-page .pill{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.5;white-space:nowrap}.booking-list-page .pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.booking-list-page .pill.ok{color:#00b42a;background:#e8ffea}.booking-list-page .pill.warn{color:#f90;background:#fff7e8}.booking-list-page .pill.info{color:#165dff;background:#e8f3ff}.booking-list-page .pill.bad{color:#f53f3f;background:#fff1f0}.booking-list-page .pill.mut{color:#86909c;background:#f2f3f5}.booking-list-page .action-btn{display:inline-flex;align-items:center;gap:4px;color:#165dff;background-color:#fff;border:1px solid #a7c1ff;padding:4px 12px;border-radius:7px;font-size:13px;cursor:pointer;white-space:nowrap;transition:all .2s}.booking-list-page .action-btn .ep-icon{font-size:14px}.booking-list-page .action-btn:hover{background-color:#165dff;border-color:#165dff;color:#fff}.booking-list-page .table-empty{padding:40px 20px;text-align:center;color:#86909c;line-height:1.4}.booking-list-page .table-empty svg{width:44px;height:44px;margin-bottom:12px;color:#c9cdd4}.booking-list-page .table-empty .te-title{font-size:14px;font-weight:500;color:#4e5969}.booking-list-page .table-empty .te-sub{font-size:12.5px;margin-top:5px;color:#86909c}.booking-list-page .ep-icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1;flex:none}@media(max-width:767.98px){.booking-list-page{padding:12px 12px 8px}.booking-list-page .filter-bar{padding:14px 12px 16px}.booking-list-page .table-container{padding:12px}.booking-list-page .table-head{margin-bottom:10px}.booking-list-page .table-head .th-title{font-size:15px}.booking-list-page .table-wrap>.m-card-list{padding:2px 0 12px}.booking-list-page .m-card__actions>.action-btn{flex:1 1 0;justify-content:center;min-height:36px;font-size:13.5px}.booking-list-page .m-empty svg{width:44px;height:44px;margin-bottom:6px;color:#c9cdd4}}.booking-detail-page{padding:24px}.booking-detail-page .detail-header{display:flex;align-items:center;margin-bottom:20px}.booking-detail-page .detail-header .ant-btn.back-btn{border-radius:8px;border-color:transparent;background-color:#eaf1ff;color:#2f54eb;font-weight:600;box-shadow:none;gap:6px;padding:8px 15px}.booking-detail-page .detail-header .ant-btn.back-btn:hover:not(:disabled),.booking-detail-page .detail-header .ant-btn.back-btn:focus:not(:disabled){border-color:transparent;background-color:#dbe7ff;color:#2f54eb}.booking-detail-page .detail-header .ant-btn.back-btn:active:not(:disabled){border-color:transparent;background-color:#cadcff;color:#2f54eb}.booking-detail-page .detail-header .ant-btn.back-btn .ant-btn-icon{transition:transform .2s ease}.booking-detail-page .detail-header .ant-btn.back-btn:hover .ant-btn-icon{transform:translate(-2px)}@media(prefers-reduced-motion:reduce){.booking-detail-page .detail-header .ant-btn.back-btn .ant-btn-icon{transition:none}.booking-detail-page .detail-header .ant-btn.back-btn:hover .ant-btn-icon{transform:none}}.booking-detail-page .detail-content{container-type:inline-size}.booking-detail-page .detail-card{background-color:#fff;border-radius:10px;border:1px solid #f0f1f3;box-shadow:0 2px 8px #00000005}.booking-detail-page .card-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #f2f3f5}.booking-detail-page .card-header .title{font-size:15px;font-weight:600;color:#1d2129}.booking-detail-page .card-body{padding:18px 20px}.booking-detail-page .status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;background-color:#f2f3f5;color:#86909c}.booking-detail-page .status-badge .dot{width:5px;height:5px;border-radius:50%;background:currentColor}.booking-detail-page .status-badge.red{background-color:#fff1f0;color:#f53f3f}.booking-detail-page .status-badge.orange{background-color:#fff7e8;color:#f90}.booking-detail-page .status-badge.green{background-color:#e8ffea;color:#00b42a}.booking-detail-page .hero-card{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:18px 22px;margin-bottom:16px}.booking-detail-page .hero-card .hero-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.booking-detail-page .hero-card .hero-id-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.booking-detail-page .hero-card .hero-id{font-size:22px;font-weight:800;color:#1d2129;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.booking-detail-page .hero-card .hero-sub{font-size:13px;color:#86909c}.booking-detail-page .hero-card .hero-amount{text-align:right;padding-left:20px;border-left:1px dashed #e5e6eb}.booking-detail-page .hero-card .hero-amount .ha-label{font-size:12px;color:#86909c}.booking-detail-page .hero-card .hero-amount .ha-value{margin-top:2px;font-size:26px;font-weight:800;line-height:1.1;color:#00b42a;font-variant-numeric:tabular-nums}.booking-detail-page .hero-card .hero-amount .ha-value.is-zero{color:#86909c}@container (max-width: 520px){.booking-detail-page .hero-card .hero-amount{padding-left:0;border-left:none;text-align:left}}.booking-detail-page .cards-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}@container (max-width: 720px){.booking-detail-page .cards-grid{grid-template-columns:1fr}}.booking-detail-page .kv{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}.booking-detail-page .kv-item{display:flex;flex-direction:column;gap:4px}.booking-detail-page .kv-item .k{font-size:12.5px;color:#86909c}.booking-detail-page .kv-item .v{font-size:14px;color:#4e5969}.booking-detail-page .kv-item .v.strong{color:#1d2129;font-weight:600}.booking-detail-page .kv-item .v.mono{font-variant-numeric:tabular-nums}@container (max-width: 420px){.booking-detail-page .kv{grid-template-columns:1fr}}.booking-detail-page .fee-rows{display:flex;flex-direction:column}.booking-detail-page .fee-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:11px 0;border-bottom:1px solid #f7f8fa;font-size:13.5px}.booking-detail-page .fee-row:first-child{padding-top:2px}.booking-detail-page .fee-row .fk{color:#4e5969}.booking-detail-page .fee-row .fnote{margin-left:8px;font-size:11.5px;color:#86909c;font-weight:400}.booking-detail-page .fee-row .fv{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.booking-detail-page .fee-row .fv.green{color:#00b42a}.booking-detail-page .fee-row .fv.red{color:#f53f3f}.booking-detail-page .fee-row .fv.mut{color:#c0c4cc;font-weight:500}.booking-detail-page .total-row{display:flex;justify-content:space-between;align-items:baseline;margin-top:16px;padding-top:16px;border-top:2px solid #1d2129}.booking-detail-page .total-row .total-label{font-size:14px;font-weight:700;color:#1d2129}.booking-detail-page .total-row .total-amount{font-size:24px;font-weight:800;color:#1d2129;font-variant-numeric:tabular-nums}@media(max-width:767.98px){.booking-detail-page{padding:12px}.booking-detail-page .detail-header{margin-bottom:12px}.booking-detail-page .card-header{padding:13px 16px}.booking-detail-page .card-body{padding:16px}.booking-detail-page .hero-card{flex-direction:column;align-items:stretch;gap:12px;padding:16px;margin-bottom:12px}.booking-detail-page .hero-card .hero-id{font-size:19px;overflow-wrap:anywhere}.booking-detail-page .hero-card .hero-sub{font-size:12.5px;line-height:1.5}.booking-detail-page .hero-card .hero-amount{padding-left:0;border-left:none;text-align:left;padding-top:12px;border-top:1px dashed #e5e6eb}.booking-detail-page .hero-card .hero-amount .ha-value{font-size:22px}.booking-detail-page .cards-grid{gap:12px;margin-bottom:12px}.booking-detail-page .kv{gap:12px 16px}.booking-detail-page .fee-row{gap:10px}.booking-detail-page .fee-row .fk{min-width:0}.booking-detail-page .fee-row .fnote{display:block;margin-left:0;margin-top:3px;line-height:1.45}.booking-detail-page .total-row{margin-top:12px;padding-top:12px;gap:10px}.booking-detail-page .total-row .total-amount{font-size:21px}}.account-dashboard{padding:24px;display:flex;flex-direction:column;gap:20px;min-height:100%;box-sizing:border-box;container-type:inline-size}.account-dashboard .wallet-hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 36px;background:linear-gradient(135deg,#2f54eb,#1e40d6);color:#fff;border-radius:12px;padding:22px 28px;box-shadow:0 8px 24px #1f40d63d}.account-dashboard .wallet-hero .wh-side{flex:1 1 240px;min-width:0}.account-dashboard .wallet-hero .wh-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#fffc}.account-dashboard .wallet-hero .wh-eyebrow .anticon{font-size:15px}.account-dashboard .wallet-hero .wh-value{font-size:34px;font-weight:800;letter-spacing:-.01em;line-height:1.1;margin:8px 0 2px;font-variant-numeric:tabular-nums}.account-dashboard .wallet-hero .wh-help,.account-dashboard .wallet-hero .wh-cap{font-size:12px;color:#ffffffb8}.account-dashboard .wallet-hero .wh-sla{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:4px 10px;border-radius:999px;background:#ffffff24;color:#ffffffeb;font-size:12px;line-height:1.4}.account-dashboard .wallet-hero .wh-sla .anticon{font-size:13px}.account-dashboard .wallet-hero .wh-actions{margin-top:0;display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:0 0 auto}.account-dashboard .wallet-hero .wh-note{font-size:11.5px;color:#fff9}.account-dashboard .wallet-hero .wh-btn.ant-btn{height:34px;border-radius:8px;font-weight:700;border:1px solid transparent;line-height:1;box-shadow:none}.account-dashboard .wallet-hero .wh-btn.ant-btn.solid{background:#fff;color:#2f54eb}.account-dashboard .wallet-hero .wh-btn.ant-btn.solid:not(:disabled):hover{background:#ffffffe6;color:#2f54eb}.account-dashboard .wallet-hero .wh-btn.ant-btn.ghost{background:transparent;border-color:#ffffff8c;color:#fff}.account-dashboard .wallet-hero .wh-btn.ant-btn.ghost:not(:disabled):hover{background:#ffffff1f;border-color:#fff;color:#fff}.account-dashboard .wallet-hero .wh-btn.ant-btn:disabled,.account-dashboard .wallet-hero .wh-btn.ant-btn:disabled:hover,.account-dashboard .wallet-hero .wh-btn.ant-btn.ant-btn-disabled,.account-dashboard .wallet-hero .wh-btn.ant-btn.ant-btn-disabled:hover{background:#ffffff1f;border-color:#ffffff38;color:#ffffff8c}.account-dashboard .kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.account-dashboard .kpi-grid .kpi-card{min-width:0;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #f2f3f5;border-radius:12px;padding:16px;box-shadow:0 2px 8px #00000005}.account-dashboard .kpi-grid .kpi-chip{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;flex:none;font-size:19px}.account-dashboard .kpi-grid .kpi-chip.blue{background:#e8f0ff;color:#2f54eb}.account-dashboard .kpi-grid .kpi-chip.green{background:#e8ffea;color:#00b42a}.account-dashboard .kpi-grid .kpi-chip.amber{background:#fff7e8;color:#f90}.account-dashboard .kpi-grid .kpi-chip.slate{background:#f2f3f5;color:#4e5969}.account-dashboard .kpi-grid .kpi-info{min-width:0}.account-dashboard .kpi-grid .kpi-label{font-size:12.5px;color:#86909c;white-space:nowrap}.account-dashboard .kpi-grid .kpi-value{font-size:24px;font-weight:800;color:#1d2129;letter-spacing:-.01em;line-height:1.15;margin-top:3px;font-variant-numeric:tabular-nums}.account-dashboard .kpi-grid .kpi-value.amber{color:#f90}.account-dashboard .bottom-layout{display:flex;flex-wrap:wrap;gap:20px;flex:1 1 auto;min-height:0}.account-dashboard .bottom-layout .chart-card{flex:2 1 460px;min-width:0;display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #f2f3f5;box-shadow:0 2px 8px #00000005}.account-dashboard .bottom-layout .func-list-card{flex:1 1 320px;background:#fff;border-radius:12px;border:1px solid #f2f3f5;padding:8px 20px 12px;box-shadow:0 2px 8px #00000005}.account-dashboard .chart-head{padding:18px 22px 14px;border-bottom:1px solid #f2f3f5}.account-dashboard .chart-head .chart-title{font-size:16px;font-weight:700;color:#1d2129}.account-dashboard .chart-head .chart-sub{font-size:12px;color:#86909c;margin-top:3px}.account-dashboard .chart-body{padding:8px 12px 12px;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.account-dashboard .echarts-container{width:100%;flex:1 1 auto;min-height:320px}.account-dashboard .chart-state{flex:1 1 auto;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.account-dashboard .chart-state .cs-icon{width:56px;height:56px;border-radius:50%;background:#f3f5f8;color:#c0c6d0;font-size:26px;display:grid;place-items:center;margin-bottom:12px}.account-dashboard .chart-state .cs-title{font-size:14px;font-weight:600;color:#4e5969}.account-dashboard .chart-state .cs-desc{font-size:12.5px;color:#86909c;margin-top:5px;max-width:260px}.account-dashboard .chart-state .cs-retry{margin-top:12px}.account-dashboard .card-title{font-size:16px;font-weight:700;color:#1d2129;padding:16px 0 8px}.account-dashboard .func-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #f2f3f5;cursor:pointer;border-radius:8px;transition:background-color .2s}.account-dashboard .func-item:last-child{border-bottom:none}.account-dashboard .func-item:hover{background-color:#fafbfc}.account-dashboard .func-item:focus-visible{outline:2px solid #2f54eb;outline-offset:2px}.account-dashboard .func-item .icon-box{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;flex:none;font-size:20px}.account-dashboard .func-item .icon-box.blue{background:#e8f0ff;color:#2f54eb}.account-dashboard .func-item .icon-box.green{background:#e8ffea;color:#00b42a}.account-dashboard .func-item .icon-box.slate{background:#f2f3f5;color:#4e5969}.account-dashboard .func-item .icon-box.indigo{background:#eaeaff;color:#4b46d6}.account-dashboard .func-item .info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.account-dashboard .func-item .info .title{font-size:15px;font-weight:500;color:#1d2129}.account-dashboard .func-item .info .desc{font-size:13px;color:#86909c}.account-dashboard .func-item .arrow{color:#c9cdd4;font-size:16px;flex:none}@container (min-width: 720px){.account-dashboard .kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767.98px){.account-dashboard{padding:12px;gap:14px}.account-dashboard .wallet-hero{flex-direction:column;align-items:stretch;gap:12px;padding:18px 16px}.account-dashboard .wallet-hero .wh-side{flex:0 0 auto}.account-dashboard .wallet-hero .wh-value{font-size:28px}.account-dashboard .wallet-hero .wh-cap{line-height:1.5}.account-dashboard .wallet-hero .wh-actions{align-items:stretch}.account-dashboard .wallet-hero .wh-note{text-align:center}.account-dashboard .wallet-hero .wh-btn.ant-btn{width:100%;height:40px}.account-dashboard .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-dashboard .kpi-grid .kpi-card{gap:10px;padding:12px}.account-dashboard .kpi-grid .kpi-chip{width:34px;height:34px;border-radius:9px;font-size:17px}.account-dashboard .kpi-grid .kpi-label{font-size:11.5px;overflow:hidden;text-overflow:ellipsis}.account-dashboard .kpi-grid .kpi-value{font-size:18px;overflow-wrap:anywhere}.account-dashboard .bottom-layout{gap:14px}.account-dashboard .bottom-layout .func-list-card{padding:4px 14px 8px}.account-dashboard .chart-head{padding:14px 14px 12px}.account-dashboard .chart-body{padding:4px 6px 10px}.account-dashboard .echarts-container{min-height:240px}.account-dashboard .chart-state{min-height:200px;padding:16px}.account-dashboard .chart-state .cs-icon{width:48px;height:48px;font-size:22px}.account-dashboard .card-title{padding:12px 0 6px}.account-dashboard .func-item{gap:12px;padding:12px 0}.account-dashboard .func-item .icon-box{width:40px;height:40px;border-radius:10px;font-size:18px}.account-dashboard .func-item .info .desc{font-size:12.5px;line-height:1.45}}@keyframes wd-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.withdrawal-page .mchip,.wd-acc-popper .mchip{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:10px}.withdrawal-page .mchip .anticon,.wd-acc-popper .mchip .anticon{font-size:18px}.withdrawal-page .mchip.bank,.wd-acc-popper .mchip.bank{background:#eef1f6;color:#4e5969}.withdrawal-page .mchip.wx,.wd-acc-popper .mchip.wx{background:#e8fff0;color:#09b83e}.withdrawal-page .mchip.ali,.wd-acc-popper .mchip.ali{background:#e8f3ff;color:#1677ff}.withdrawal-page .cur-tag,.wd-acc-popper .cur-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;white-space:nowrap;flex:none}.withdrawal-page .cur-tag.krw,.wd-acc-popper .cur-tag.krw{background:#eaf1ff;color:#2f54eb}.withdrawal-page .cur-tag.cny,.wd-acc-popper .cur-tag.cny{background:#fff3e8;color:#d4691a}.withdrawal-page .def-badge,.wd-acc-popper .def-badge{font-size:10.5px;font-weight:600;color:#00863a;background:#e8ffea;padding:2px 7px;border-radius:999px;white-space:nowrap}.withdrawal-page .wd-opt,.wd-acc-popper .wd-opt{display:flex;align-items:center;gap:12px;width:100%;min-height:42px}.withdrawal-page .wd-opt.is-trigger,.wd-acc-popper .wd-opt.is-trigger{margin:0}.withdrawal-page .wd-opt .oa-main,.wd-acc-popper .wd-opt .oa-main{flex:1;min-width:0}.withdrawal-page .wd-opt .oa-l1,.wd-acc-popper .wd-opt .oa-l1{display:flex;align-items:center;gap:8px}.withdrawal-page .wd-opt .oa-name,.wd-acc-popper .wd-opt .oa-name{font-size:14px;font-weight:600;color:#1d2129;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.withdrawal-page .wd-opt .oa-l2,.wd-acc-popper .wd-opt .oa-l2{font-size:12px;color:#86909c;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.withdrawal-page .wd-opt .oa-l2 .no,.wd-acc-popper .wd-opt .oa-l2 .no{color:#4e5969;font-variant-numeric:tabular-nums}.withdrawal-page .wd-opt .oa-check,.wd-acc-popper .wd-opt .oa-check{color:#2f54eb;font-size:18px;flex:none}.withdrawal-page{box-sizing:border-box;padding:20px 28px 12px;max-width:1920px;margin:0 auto;display:flex;flex-direction:column;min-height:100%}.withdrawal-page .wd-layout{flex:1;min-height:0;display:flex;gap:20px;align-items:stretch}.withdrawal-page .card-title{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:28px}.withdrawal-page .left-action-card,.withdrawal-page .right-history-card{min-width:0;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000005;display:flex;flex-direction:column}.withdrawal-page .left-action-card{flex:1 1 58%}.withdrawal-page .right-history-card{flex:1 1 42%}.withdrawal-page .left-action-card .amount-strip{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;padding:16px 18px;border:1px solid #dbe6ff;border-radius:10px;background:linear-gradient(180deg,#f5f8ff,#eef3ff)}.withdrawal-page .left-action-card .amount-strip .as-label{font-size:13px;color:#4e5969}.withdrawal-page .left-action-card .amount-strip .as-help{font-size:12px;color:#86909c;margin-top:2px}.withdrawal-page .left-action-card .amount-strip .as-value{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-size:26px;font-weight:800;color:#2f54eb;letter-spacing:-.01em;font-variant-numeric:tabular-nums;white-space:nowrap}.withdrawal-page .left-action-card .amount-strip .as-skel{width:130px;height:26px;border-radius:6px;background:linear-gradient(90deg,#e6ecfb 25%,#f2f6ff 37%,#e6ecfb 63%);background-size:400% 100%;animation:wd-shimmer 1.3s ease-in-out infinite}.withdrawal-page .left-action-card .amount-strip.is-zero{border-color:#e5e6eb;background:#f7f8fa}.withdrawal-page .left-action-card .amount-strip.is-zero .as-value{color:#86909c}.withdrawal-page .left-action-card .account-onboard{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px dashed #a7c1ff;background:#f5f8ff;border-radius:8px}.withdrawal-page .left-action-card .account-onboard .ao-txt{font-size:13px;color:#4e5969}.withdrawal-page .left-action-card .account-onboard .ao-txt b{color:#1d2129}.withdrawal-page .left-action-card .account-static{display:flex;align-items:center;gap:10px;height:40px;padding:0 12px;border-radius:6px;box-shadow:0 0 0 1px #e5e6eb inset;background:#fff;font-size:13.5px}.withdrawal-page .left-action-card .account-static .as-type{font-size:11.5px;color:#86909c;background:#f2f3f5;border-radius:5px;padding:1px 7px;flex:none}.withdrawal-page .left-action-card .account-static .as-name{color:#1d2129;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.withdrawal-page .left-action-card .account-static .as-def{margin-left:auto;font-size:11px;color:#2f54eb;background:#e8f0ff;border-radius:5px;padding:1px 7px;flex:none}.withdrawal-page .left-action-card .form-section{flex:1;display:flex;flex-direction:column;gap:28px}.withdrawal-page .left-action-card .form-section .form-item{margin-bottom:0}.withdrawal-page .left-action-card .form-section .form-item .form-label{font-size:14px;color:#4e5969;margin-bottom:8px}.withdrawal-page .left-action-card .form-section .form-item .form-label .req{color:#f53f3f}.withdrawal-page .left-action-card .form-section .form-item .field-error{margin-top:6px;font-size:12px;line-height:1.4;color:#f53f3f}.withdrawal-page .left-action-card .form-section .form-item .yen-prefix{color:#1d2129;font-weight:700}.withdrawal-page .left-action-card .form-section .form-item .max-btn{font:inherit;font-size:12px;font-weight:600;line-height:1;color:#4e5969;background:#f2f3f5;border:1px solid transparent;border-radius:6px;padding:5px 11px;cursor:pointer;white-space:nowrap;transition:all .15s}.withdrawal-page .left-action-card .form-section .form-item .max-btn:hover{background:#e5e6eb;color:#1d2129}.withdrawal-page .left-action-card .form-section .form-item .max-btn.on{background:#e5e6eb;color:#1d2129;border-color:transparent}.withdrawal-page .left-action-card .form-section .form-item .field-hint{margin-top:6px;font-size:12px;line-height:1.4}.withdrawal-page .left-action-card .form-section .form-item .field-hint.mut{color:#86909c}.withdrawal-page .left-action-card .form-section .form-item .field-hint.amber{color:#f90}.withdrawal-page .left-action-card .form-section .form-item .field-hint .lnk{color:#2f54eb;font-weight:600;cursor:pointer}.withdrawal-page .left-action-card .form-section .form-item .field-hint .lnk:hover{opacity:.8}.withdrawal-page .left-action-card .form-section .upload-area{border:1px solid #e5e6eb;background-color:#fafafa;border-radius:6px;height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:border-color .2s}.withdrawal-page .left-action-card .form-section .upload-area:hover{border-color:#2f54eb}.withdrawal-page .left-action-card .form-section .upload-area.is-dragover{border-color:#2f54eb;border-style:dashed;background-color:#f5f8ff}.withdrawal-page .left-action-card .form-section .upload-area.is-err{border-color:#f53f3f}.withdrawal-page .left-action-card .form-section .upload-area .upload-icon{font-size:24px;color:#1d2129;margin-bottom:8px}.withdrawal-page .left-action-card .form-section .upload-area .upload-text{font-size:13px;color:#86909c}.withdrawal-page .left-action-card .form-section .upload-area .upload-hint{font-size:12px;color:#a8b0bd;margin-top:4px}.withdrawal-page .left-action-card .form-section .fee-summary{border:1px solid #e5e6eb;border-radius:8px;overflow:hidden}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row{display:flex;justify-content:space-between;align-items:center;padding:9px 14px;font-size:13px}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row+.fee-row{border-top:1px solid #eef0f2}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row .fk{color:#86909c;display:inline-flex;align-items:center;gap:4px}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row .fk .fk-info{font-size:13px;color:#c0c4cc;cursor:help}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row .fv{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;color:#1d2129;font-variant-numeric:tabular-nums}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row .fv.minus{color:#f53f3f}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row.final{background:#e8ffea}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row.final .fk{color:#00873a;font-weight:600}.withdrawal-page .left-action-card .form-section .fee-summary .fee-row.final .fv{color:#00873a;font-weight:800;font-size:16px}.withdrawal-page .left-action-card .form-section .image-preview{position:relative;width:150px;height:150px;margin-top:12px;border-radius:8px;overflow:hidden;border:1px solid #e5e6eb}.withdrawal-page .left-action-card .form-section .image-preview img{width:100%;height:100%;object-fit:cover}.withdrawal-page .left-action-card .form-section .image-preview .preview-remove{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#fff;text-align:center;padding:6px;font-size:12px;cursor:pointer}.withdrawal-page .left-action-card .form-section .submit-wrap{margin-top:auto;padding-top:24px;border-top:1px solid #eef0f2}.withdrawal-page .left-action-card .form-section .submit-wrap .arrival-sla{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;border-radius:8px;background:#eff3ff;color:#2f54eb;font-size:13px;line-height:1.5}.withdrawal-page .left-action-card .form-section .submit-wrap .arrival-sla .anticon{font-size:15px;flex-shrink:0}.withdrawal-page .left-action-card .form-section .submit-wrap .arrival-sla b{font-weight:700}.withdrawal-page .left-action-card .form-section .submit-help{margin-top:10px;text-align:center;font-size:12px;color:#86909c}.withdrawal-page .right-history-card .card-title{flex-shrink:0}.withdrawal-page .right-history-card .hist-filter{display:flex;gap:2px;flex-shrink:0;margin-bottom:8px;border-bottom:1px solid #f2f3f5}.withdrawal-page .right-history-card .hist-filter .hf-tab{flex:1;font:inherit;font-size:13px;line-height:1.4;white-space:nowrap;text-align:center;color:#86909c;background:none;border:none;padding:7px 4px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s}.withdrawal-page .right-history-card .hist-filter .hf-tab:hover{color:#4e5969}.withdrawal-page .right-history-card .hist-filter .hf-tab.on{color:#2f54eb;font-weight:600;border-bottom-color:#2f54eb}.withdrawal-page .right-history-card .history-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:2px}.withdrawal-page .right-history-card .skel-item{padding:14px 0;border-bottom:1px solid #eef0f2}.withdrawal-page .right-history-card .skel-item .skel-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#eef0f3 25%,#f6f7f9 37%,#eef0f3 63%);background-size:400% 100%;animation:wd-shimmer 1.3s ease-in-out infinite}.withdrawal-page .right-history-card .skel-item .skel-line+.skel-line{margin-top:10px}.withdrawal-page .right-history-card .skel-item .skel-line.w35{width:35%}.withdrawal-page .right-history-card .skel-item .skel-line.w55{width:55%}.withdrawal-page .right-history-card .history-empty{flex:1;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#86909c;line-height:1.4}.withdrawal-page .right-history-card .history-empty svg{width:44px;height:44px;margin-bottom:12px;color:#c9cdd4}.withdrawal-page .right-history-card .history-empty .he-title{font-size:14px;font-weight:500;color:#4e5969}.withdrawal-page .right-history-card .history-empty .he-sub{font-size:12.5px;margin-top:5px;color:#86909c}.withdrawal-page .right-history-card .history-item{padding:13px 14px;border:1px solid #e5e6eb;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.withdrawal-page .right-history-card .history-item:hover{border-color:#c9cdd4;box-shadow:0 2px 8px #0000000a}.withdrawal-page .right-history-card .history-item .item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.withdrawal-page .right-history-card .history-item .item-header .date{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-size:12.5px;color:#86909c;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.withdrawal-page .right-history-card .history-item .item-header .status-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.5;white-space:nowrap}.withdrawal-page .right-history-card .history-item .item-header .status-pill .anticon{font-size:12px}.withdrawal-page .right-history-card .history-item .item-header .status-pill.ok{color:#067034;background:#e8ffea}.withdrawal-page .right-history-card .history-item .item-header .status-pill.warn{color:#b45309;background:#fff7e8}.withdrawal-page .right-history-card .history-item .item-header .status-pill.bad{color:#b42318;background:#fff1f0}.withdrawal-page .right-history-card .history-item .item-header .status-pill.mut{color:#4e5969;background:#f2f3f5}.withdrawal-page .right-history-card .history-item .item-body{display:flex;gap:12px;align-items:baseline}.withdrawal-page .right-history-card .history-item .item-body .amount{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-size:15px;font-weight:700;color:#1d2129;font-variant-numeric:tabular-nums}.withdrawal-page .right-history-card .history-item .item-body .bank{font-size:13px;color:#4e5969;display:flex;align-items:center;gap:8px}.withdrawal-page .right-history-card .history-item .item-body .bank .type-label{font-size:11.5px;color:#86909c;padding:1px 7px;background:#f2f3f5;border-radius:5px}.withdrawal-page .right-history-card .history-item .result-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px;padding:7px 10px;border-radius:6px;background:#f7f8fa;color:#4e5969;font-size:12px;line-height:1.45}.withdrawal-page .right-history-card .history-item .result-line .rl-txt b{font-weight:600;color:#1d2129}.withdrawal-page .right-history-card .history-item .result-line .rl-tail{flex:none;font-size:11px;font-weight:500;background:#eef0f2;color:#86909c;border-radius:4px;padding:2px 7px;white-space:nowrap}.withdrawal-page .right-history-card .history-item.st-ok{border-left:3px solid #00b42a;padding-left:12px}.withdrawal-page .right-history-card .history-item.st-warn{border-left:3px solid #ff9900;padding-left:12px}.withdrawal-page .right-history-card .history-item.st-bad{border-left:3px solid #f53f3f;padding-left:12px}.withdrawal-page .right-history-card .history-item.st-mut{border-left:3px solid #c9cdd4;padding-left:12px}.withdrawal-page .ant-input,.withdrawal-page .ant-input-affix-wrapper,.withdrawal-page .ant-select-selector,.withdrawal-page .ant-select-selection-item,.withdrawal-page .ant-select-selection-placeholder{font-size:14px}.withdrawal-page .ant-input-affix-wrapper{padding-block:0;padding-inline:14px}.withdrawal-page .ant-input-affix-wrapper>.ant-input{height:38px;line-height:38px}.withdrawal-page .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:8px;line-height:38px}.withdrawal-page .ant-input-affix-wrapper .ant-input-suffix{margin-inline-start:8px}.withdrawal-page .wd-acc-select.ant-select{height:auto}.withdrawal-page .wd-acc-select.ant-select .ant-select-selector{height:auto;min-height:66px;padding-block:0;padding-inline:15px;line-height:24px}.withdrawal-page .wd-acc-select.ant-select .ant-select-selection-item{white-space:normal;line-height:24px;max-width:100%;padding-inline-end:20px}.withdrawal-page .wd-acc-select.ant-select .ant-select-selection-placeholder{white-space:normal;line-height:24px;max-width:100%}.withdrawal-page .wd-acc-select.ant-select .ant-select-arrow{inset-inline-end:16px}.withdrawal-page .wd-acc-select.ant-select.ant-select-outlined.is-err .ant-select-selector,.withdrawal-page .wd-acc-select.ant-select.ant-select-outlined.is-err:hover .ant-select-selector,.withdrawal-page .ant-input-affix-wrapper.is-err,.withdrawal-page .ant-input-affix-wrapper.is-err:hover,.withdrawal-page .ant-input.is-err,.withdrawal-page .ant-input.is-err:hover{border-color:#f53f3f}.withdrawal-page .submit-btn.ant-btn{width:100%;height:46px;font-size:16px;line-height:1;border-radius:8px;background-color:#2f54eb;border-color:#2f54eb;color:#fff;box-shadow:none}.withdrawal-page .submit-btn.ant-btn:hover,.withdrawal-page .submit-btn.ant-btn:focus{background-color:#1e40d6;border-color:#1e40d6;color:#fff}.withdrawal-page .submit-btn.ant-btn:disabled,.withdrawal-page .submit-btn.ant-btn:disabled:hover{background-color:#a9bbf5;border-color:#a9bbf5;color:#fff}.ant-select-dropdown.wd-acc-popper .ant-select-item{min-height:auto;padding:12px 8px;line-height:1.4}.ant-select-dropdown.wd-acc-popper .ant-select-item-option-content{white-space:normal;overflow:visible;text-overflow:clip}.ant-select-dropdown.wd-acc-popper .ant-select-item-option-selected{font-weight:400;background:#f0f5ff}.withdraw-confirm .wc-body{padding:2px 2px 4px;line-height:1.15}.withdraw-confirm .wc-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:9px 0;font-size:13.5px;border-bottom:1px solid #f2f3f5}.withdraw-confirm .wc-row:last-of-type{border-bottom:none}.withdraw-confirm .wc-row .wc-k{color:#86909c;flex:none}.withdraw-confirm .wc-row .wc-v{color:#1d2129;font-weight:600;text-align:right}.withdraw-confirm .wc-row .wc-v.mono{font-family:ui-monospace,SF Mono,JetBrains Mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.withdraw-confirm .wc-row .wc-v.minus{color:#f53f3f}.withdraw-confirm .wc-row.final{margin-top:4px;padding:11px 12px;background:#e8ffea;border-radius:8px;border-bottom:none}.withdraw-confirm .wc-row.final .wc-k{color:#00873a;font-weight:600}.withdraw-confirm .wc-row.final .wc-v{color:#00873a;font-weight:800;font-size:16px}.withdraw-confirm .wc-warn{display:flex;align-items:flex-start;gap:7px;margin-top:14px;padding:9px 12px;background:#fff7e8;border-radius:8px;font-size:12.5px;line-height:1.5;color:#a8710a}.withdraw-confirm .wc-warn .anticon{margin-top:2px;flex:none}@media(max-width:900px){.withdrawal-page{padding:16px 16px 8px}.withdrawal-page .wd-layout{flex-direction:column}}@media(max-width:767.98px){.withdrawal-page{padding:12px 12px 8px}.withdrawal-page .wd-layout{gap:12px}.withdrawal-page .card-title{margin-bottom:16px}.withdrawal-page .left-action-card,.withdrawal-page .right-history-card{flex:none;padding:16px}.withdrawal-page .right-history-card .history-list{flex:none;min-height:auto;overflow:visible;padding-right:0}.withdrawal-page .left-action-card .amount-strip{margin-bottom:20px;padding:14px}.withdrawal-page .left-action-card .amount-strip .as-value{font-size:22px}.withdrawal-page .left-action-card .account-onboard{flex-direction:column;align-items:stretch;gap:10px}.withdrawal-page .left-action-card .account-onboard .ant-btn{width:100%}.withdrawal-page .left-action-card .form-section{gap:20px}.withdrawal-page .left-action-card .form-section .form-item .max-btn{padding:8px 12px;font-size:13px}.withdrawal-page .left-action-card .form-section .upload-area{height:120px;padding:0 14px;text-align:center}.withdrawal-page .left-action-card .form-section .upload-area .upload-text{line-height:1.5}.withdrawal-page .left-action-card .form-section .image-preview{max-width:100%}.withdrawal-page .left-action-card .form-section .submit-wrap{padding-top:18px}.withdrawal-page .right-history-card .hist-filter{border-bottom:none;box-shadow:inset 0 -1px #f2f3f5;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.withdrawal-page .right-history-card .hist-filter::-webkit-scrollbar{display:none}.withdrawal-page .right-history-card .hist-filter .hf-tab{flex:1 0 auto;margin-bottom:0;padding:10px 6px}.withdrawal-page .right-history-card .history-item .item-body{flex-wrap:wrap;column-gap:10px;row-gap:4px}.withdrawal-page .right-history-card .history-item .item-body .bank{flex-wrap:wrap;row-gap:4px}.withdrawal-page .right-history-card .history-item .result-line{flex-wrap:wrap;row-gap:6px;align-items:flex-start}.withdrawal-page .right-history-card .history-item .result-line .rl-txt{min-width:0;overflow-wrap:anywhere}}.bind-account-page{padding:24px;display:flex;flex-direction:column;min-height:100%}.bind-account-page .table-panel{background:#fff;border:1px solid #eceef1;border-radius:14px;box-shadow:0 2px 10px #14285a0d;overflow:hidden;padding:0;flex:1;display:flex;flex-direction:column;min-height:0}.bind-account-page .panel-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:16px 20px;margin-bottom:0;border-bottom:1px solid #f2f3f5}.bind-account-page .panel-head .ph-left{display:flex;align-items:baseline;gap:9px}.bind-account-page .panel-head .ph-title{font-size:15.5px;font-weight:700;color:#1d2129}.bind-account-page .panel-head .ph-count{font-size:12.5px;color:#86909c;font-variant-numeric:tabular-nums}.bind-account-page .ant-btn{column-gap:6px}.bind-account-page .table-wrap{flex:1;min-height:0;position:relative}.bind-account-page .table-scroll{position:absolute;inset:0;overflow:auto;background:#fff;display:flex;flex-direction:column}.bind-account-page .table-scroll>*{flex:none}.bind-account-page .data-table{width:100%;min-width:720px;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:14px}.bind-account-page .data-table th,.bind-account-page .data-table td{padding:10px 0;text-align:left;vertical-align:middle;box-sizing:border-box;border-bottom:1px solid #eef0f2}.bind-account-page .data-table .cell{box-sizing:border-box;padding:0 12px;line-height:23px;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:break-word}.bind-account-page .data-table th{position:sticky;top:0;z-index:1;background:#fbfcfd;color:#86909c;font-weight:600;font-size:12px}.bind-account-page .data-table th:first-child .cell,.bind-account-page .data-table td:first-child .cell{padding-left:20px}.bind-account-page .data-table th:last-child .cell,.bind-account-page .data-table td:last-child .cell{padding-right:20px}.bind-account-page .data-table td.ta-r{text-align:right}.bind-account-page .data-table th:nth-child(1){width:15.2778%}.bind-account-page .data-table th:nth-child(2){width:25%}.bind-account-page .data-table th:nth-child(3){width:16.6667%}.bind-account-page .data-table th:nth-child(4){width:25%}.bind-account-page .data-table th:nth-child(5){width:18.0556%}.bind-account-page .data-table tbody tr:hover>td{background:#f7f9ff}.bind-account-page .acct-type{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:3px 10px;border-radius:6px}.bind-account-page .acct-type.krw{background:#eaf1ff;color:#2f54eb}.bind-account-page .acct-type.cny{background:#fff3e8;color:#d4691a}.bind-account-page .acct-name{display:inline-flex;align-items:center;gap:8px}.bind-account-page .acct-name .nm{font-size:14px;color:#1d2129;font-weight:500}.bind-account-page .def-badge{font-size:11px;font-weight:600;color:#00863a;background:#e8ffea;padding:2px 8px;border-radius:999px;white-space:nowrap}.bind-account-page .acct-no{font-variant-numeric:tabular-nums;color:#4e5969}.bind-account-page .row-ops{display:inline-flex;align-items:center;gap:10px;justify-content:flex-end}.bind-account-page .row-ops .op-sep{width:1px;height:12px;background:#e5e6eb}.bind-account-page .row-ops .ant-btn{padding:0;height:auto;line-height:1;font-size:14px;font-weight:500}.bind-account-page .table-empty{margin:auto;width:50%;line-height:60px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:40px 20px;text-align:center}.bind-account-page .table-empty>svg{width:46px;height:46px;color:#cdd3dc;margin-bottom:6px}.bind-account-page .table-empty .te-t{font-size:14.5px;font-weight:600;color:#4e5969;margin-bottom:0}.bind-account-page .table-empty .te-d{font-size:12.5px;color:#86909c}.bind-account-page .table-empty .ant-btn{margin-top:14px}.custom-dialog .ant-modal .ant-modal-content{padding:16px}.custom-dialog .ant-modal .ant-modal-body{padding:24px;line-height:1.15}.custom-dialog .dialog-body .dialog-title{font-size:16px;font-weight:700;color:#1d2129;margin-bottom:24px}.custom-dialog .dialog-body .form-label{font-size:14px;color:#4e5969;margin-bottom:8px}.custom-dialog .dialog-body .distance{margin-top:16px}.custom-dialog .dialog-body .ant-input-lg{font-size:14px;line-height:24px;padding:7px 14px;border-radius:4px}.custom-dialog .dialog-body .dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px}.custom-dialog .dialog-body .dialog-head .dialog-title{margin-bottom:0}.custom-dialog .dialog-body .dialog-head .dialog-sub{font-size:12.5px;color:#86909c;margin-top:3px}.custom-dialog .dialog-body .dialog-head .dialog-x{border:0;background:transparent;color:#c0c4cc;font-size:15px;cursor:pointer;line-height:1;padding:2px}.custom-dialog .dialog-body .dialog-head .dialog-x:hover{color:#86909c}.custom-dialog .dialog-body .cur-sym{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:6px;font-weight:700;font-size:14px;margin-right:8px}.custom-dialog .dialog-body .cur-sym.krw{background:#eaf1ff;color:#2f54eb}.custom-dialog .dialog-body .cur-sym.cny{background:#fff3e8;color:#d4691a}.custom-dialog .dialog-body .method-seg{display:flex;background:#f2f3f5;border-radius:9px;padding:3px}.custom-dialog .dialog-body .method-seg button{flex:1;border:0;background:transparent;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:#4e5969;padding:8px 0;border-radius:7px;transition:all .15s}.custom-dialog .dialog-body .method-seg button.on{background:#fff;color:#2f54eb;box-shadow:0 1px 3px #14285a1a}.custom-dialog .dialog-body .currency-cards{display:flex;gap:16px}.custom-dialog .dialog-body .currency-cards .currency-card{flex:1;height:44px;border:1px solid #e5e6eb;border-radius:6px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;cursor:pointer;transition:all .2s}.custom-dialog .dialog-body .currency-cards .currency-card .left{display:flex;align-items:center;font-size:14px;color:#1d2129}.custom-dialog .dialog-body .currency-cards .currency-card .radio-circle{width:16px;height:16px;border-radius:50%;border:1px solid #c9cdd4;display:flex;justify-content:center;align-items:center}.custom-dialog .dialog-body .currency-cards .currency-card:hover{border-color:#b5c7ff}.custom-dialog .dialog-body .currency-cards .currency-card.active{border-color:#2f54eb;background:#f4f7ff}.custom-dialog .dialog-body .currency-cards .currency-card.active .radio-circle{border-color:#2f54eb;background-color:#2f54eb}.custom-dialog .dialog-body .currency-cards .currency-card.active .radio-circle:after{content:"";width:6px;height:6px;background-color:#fff;border-radius:50%}.custom-dialog .dialog-body .form-row{display:flex;gap:16px}.custom-dialog .dialog-body .form-row .form-col{flex:1}.custom-dialog .dialog-body .wechat-upload-area{border:1px solid #e5e6eb;border-radius:6px;overflow:hidden}.custom-dialog .dialog-body .wechat-upload-area .placeholder{background-color:#f7f8fa;height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#86909c;font-size:14px}.custom-dialog .dialog-body .wechat-upload-area .placeholder .pic-icon{font-size:24px;margin-bottom:8px;color:#c9cdd4}.custom-dialog .dialog-body .wechat-upload-area .image-preview{background-color:#f7f8fa;height:120px;display:flex;justify-content:center;align-items:center}.custom-dialog .dialog-body .wechat-upload-area .image-preview img{max-width:100%;max-height:100%;object-fit:contain}.custom-dialog .dialog-body .wechat-upload-area .upload-btn{background-color:#e8f3ff;color:#165dff;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.custom-dialog .dialog-body .wechat-upload-area .upload-btn:hover{background-color:#d1e6ff}.custom-dialog .dialog-body .wechat-upload-area .upload-btn .anticon{margin-right:4px;font-size:16px}.custom-dialog .dialog-body .default-row{display:flex;align-items:center;gap:10px;padding:11px 14px;background:#f7f8fa;border-radius:10px;cursor:pointer;transition:background .15s}.custom-dialog .dialog-body .default-row:hover{background:#f2f4f7}.custom-dialog .dialog-body .default-row .dr-box{width:18px;height:18px;border:1.5px solid #c9cdd4;border-radius:5px;flex:none;display:grid;place-items:center;transition:all .15s}.custom-dialog .dialog-body .default-row .dr-box .anticon{font-size:12px;color:#fff}.custom-dialog .dialog-body .default-row.on .dr-box{background:#2f54eb;border-color:#2f54eb}.custom-dialog .dialog-body .default-row .dr-txt{display:flex;flex-direction:column}.custom-dialog .dialog-body .default-row .dr-txt .t{font-size:13.5px;color:#1d2129;font-weight:500}.custom-dialog .dialog-body .default-row .dr-txt .d{font-size:12px;color:#86909c;margin-top:1px}.custom-dialog .dialog-body .dialog-actions{display:flex;gap:10px;margin-top:24px}.custom-dialog .dialog-body .dialog-actions .cancel-btn{flex:0 0 auto;min-width:100px;height:44px;border-radius:10px;font-size:14px}.custom-dialog .dialog-body .dialog-actions .submit-btn{flex:1;height:44px;font-size:15px;border-radius:10px}.confirm-dialog .cf-body{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#4e5969;line-height:1.65}.confirm-dialog .cf-body .cf-icon{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff7e8;color:#f90;font-size:18px;margin-top:1px}.confirm-dialog .cf-body .cf-text b{color:#1d2129;font-weight:600}.confirm-dialog .cf-foot{display:flex;justify-content:flex-end;gap:10px}.confirm-dialog .cf-foot .ant-btn+.ant-btn{margin-inline-start:12px}.confirm-dialog .cf-foot .ant-btn-dangerous{background-color:#f53f3f;border-color:#f53f3f}.confirm-dialog .cf-foot .ant-btn-dangerous:hover,.confirm-dialog .cf-foot .ant-btn-dangerous:focus{background-color:#d93832;border-color:#d93832}@media(max-width:767.98px){.bind-account-page{padding:12px}.bind-account-page .panel-head{padding:14px 12px;gap:10px}.bind-account-page .panel-head .ph-left,.bind-account-page .panel-head .ant-btn{width:100%}.bind-account-page .m-card__actions .ant-btn-dangerous{color:#f53f3f;border-color:#f53f3f;background-color:#fef0f0}.bind-account-page .m-empty .ant-btn{margin-top:14px}.custom-dialog .dialog-body .form-row{flex-direction:column;gap:12px}.custom-dialog .dialog-body .currency-cards{gap:10px}.custom-dialog .dialog-body .currency-cards .currency-card{padding:0 10px}.custom-dialog .dialog-body .ant-input-lg{font-size:16px}}.account-center-page{min-height:calc(100vh - 60px)}.account-center-page .warning-banner{background-color:#fff1f0;color:#f53f3f;border-bottom:1px solid #ffccc7;padding:12px 24px;font-size:14px;display:flex;align-items:center}.account-center-page .warning-banner .warning-icon{margin-right:8px;font-size:16px}.account-center-page .warning-banner.wb-none{background-color:#f2f3f5;color:#4e5969;border-bottom-color:#e5e6eb}.account-center-page .warning-banner.wb-pending{background-color:#fff7e8;color:#f90;border-bottom-color:#ffe4ba}.account-center-page .page-content{padding:24px 24px 28px;display:flex;flex-direction:column;gap:20px;max-width:1920px;margin:0 auto}.account-center-page .profile-banner{display:flex;align-items:center;gap:16px;background:#fff;background-image:linear-gradient(100deg,#e8455f0f,#fff0 42%);border-radius:10px;padding:24px 26px;box-shadow:0 2px 8px #00000005}.account-center-page .profile-banner .pb-avatar{flex:none;box-sizing:border-box;width:60px;height:60px;border-radius:50%;border:1px solid #f2f6fc;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;text-align:center;background-color:#2f54eb;color:#fff;font-size:24px}.account-center-page .profile-banner .pb-avatar img{width:100%;height:100%;object-fit:cover}.account-center-page .profile-banner .pb-id{flex:1;min-width:0}.account-center-page .profile-banner .pb-name-row{display:flex;align-items:center;gap:10px}.account-center-page .profile-banner .pb-name-row .pb-name{font-size:19px;font-weight:700;color:#1d2129}.account-center-page .profile-banner .pb-name-row .pb-verified{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#165dff;background:#e8f3ff;padding:2px 10px;border-radius:999px}.account-center-page .profile-banner .pb-name-row .pb-verified .anticon{font-size:13px}.account-center-page .profile-banner .pb-meta{margin-top:5px;font-size:13px;color:#86909c;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.account-center-page .profile-banner .pb-meta b{color:#4e5969;font-weight:600;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.account-center-page .profile-banner .pb-meta .sep{color:#c9cdd4}.account-center-page .profile-banner .pb-actions{flex:none;display:flex;align-items:center;gap:8px}.account-center-page .profile-banner .pb-actions .ant-btn+.ant-btn{margin-inline-start:12px}.account-center-page .profile-banner .pb-actions .ant-btn{line-height:1;box-shadow:none}.account-center-page .profile-banner .pb-actions .edit-btn.ant-btn{background-color:#f0f5ff;border-color:#f0f5ff;color:#2f54eb;gap:6px}.account-center-page .profile-banner .pb-actions .edit-btn.ant-btn:not(:disabled):hover{background-color:#2f54eb;border-color:#f0f5ff;color:#fff}.account-center-page .profile-banner .pb-actions .logout-btn.ant-btn{color:#86909c;border-width:0}.account-center-page .profile-banner .pb-actions .logout-btn.ant-btn .anticon{margin-right:4px}.account-center-page .profile-banner .pb-actions .logout-btn.ant-btn:not(:disabled):hover{color:#f53f3f;background:transparent}.account-center-page .status-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.account-center-page .status-tiles .stile{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000005}.account-center-page .status-tiles .stile .stile-l{font-size:12.5px;color:#86909c;margin-bottom:13px}.account-center-page .status-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 11px;border-radius:999px;font-size:12.5px;font-weight:600;line-height:1.5}.account-center-page .status-pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.account-center-page .status-pill.approved,.account-center-page .status-pill.enabled{color:#00b42a;background:#e8ffea}.account-center-page .status-pill.pending{color:#f90;background:#fff7e8}.account-center-page .status-pill.rejected{color:#f53f3f;background:#fff1f0}.account-center-page .status-pill.disabled,.account-center-page .status-pill.none{color:#86909c;background:#f2f3f5}.account-center-page .verify-card{background:#fff;border:1px solid #ffe4ba;border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.account-center-page .verify-card.vc-rejected{border-color:#ffccc7}.account-center-page .verify-card.vc-pending{border-color:#ffe4ba}.account-center-page .verify-card.vc-none{border-color:#e5e6eb}.account-center-page .verify-card .vc-head{display:flex;align-items:center;gap:8px}.account-center-page .verify-card .vc-head .vc-icon{color:#f90;font-size:18px}.account-center-page .verify-card .vc-head .vc-title{font-size:15px;font-weight:700;color:#1d2129}.account-center-page .verify-card .vc-head .status-pill{margin-left:auto}.account-center-page .verify-card .vc-body .vc-desc{margin:0;font-size:13.5px;line-height:1.7;color:#4e5969}.account-center-page .verify-card .vc-body .vc-desc b{color:#1d2129}.account-center-page .verify-card .vc-body .vc-reject{margin-top:10px;padding:10px 12px;border-radius:8px;background:#fff1f0;color:#cf1322;font-size:13px;line-height:1.6}.account-center-page .verify-card .vc-actions{display:flex;justify-content:flex-end}.account-center-page .verify-card .vc-actions .ant-btn{line-height:1;box-shadow:none}.account-center-page .sec-nudge{display:flex;align-items:center;gap:10px;background:#fff7e8;border:1px solid #ffe4ba;border-radius:10px;padding:11px 16px}.account-center-page .sec-nudge .sn-icon{color:#f90;font-size:18px;flex:none}.account-center-page .sec-nudge .sn-text{flex:1;font-size:13px;color:#4e5969}.account-center-page .sec-nudge .sn-text b{color:#1d2129;font-weight:600}.account-center-page .sec-nudge .sn-btn.ant-btn{flex:none;height:24px;padding-inline:11px;font-size:12px;border-radius:3px;line-height:1;box-shadow:none}.account-center-page .info-card{background:#fff;border-radius:10px;padding:28px 28px 32px;box-shadow:0 2px 8px #00000005}.account-center-page .info-card .ic-head{border-bottom:1px solid #f2f3f5;padding-bottom:16px;margin-bottom:24px}.account-center-page .info-card .ic-head .title{font-size:16px;font-weight:700;color:#1d2129}.account-center-page .info-grid2{display:grid;grid-template-columns:1fr 1fr;gap:30px 40px}.account-center-page .info-grid2 .fi{min-width:0}.account-center-page .info-grid2 .fi.fi-doc{grid-column:1/-1}.account-center-page .info-grid2 .label{font-size:12px;color:#86909c;margin-bottom:6px}.account-center-page .info-grid2 .value{font-size:14px;color:#1d2129;font-weight:600;word-break:break-word}.account-center-page .info-grid2 .value.mono{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-weight:500}.account-center-page .info-grid2 .value.warn-val{color:#f90}.account-center-page .info-grid2 .value .cart-image{width:130px;height:130px;object-fit:cover;border-radius:8px;border:1px solid #e5e6eb}.account-center-page .info-grid2 .value .no-image{width:auto;height:auto;background:none;border-radius:0;display:inline;color:#86909c;font-size:13px;font-weight:400}@media(min-width:1200px){.account-center-page .info-grid2{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.account-center-page .status-tiles,.account-center-page .info-grid2{grid-template-columns:1fr}}.account-center-page .audit-card{background:#f7f8fa;border-radius:10px;padding:20px 24px}.account-center-page .audit-card .audit-title{font-size:14px;font-weight:600;color:#1d2129;margin-bottom:14px}.account-center-page .audit-card .progress-wrapper{margin-bottom:12px;height:8px;border-radius:100px;background-color:#ebeef5;overflow:hidden}.account-center-page .audit-card .progress-wrapper .progress-bar{height:100%;border-radius:4px;background-color:#f90}.account-center-page .audit-card .audit-desc{display:flex;justify-content:space-between;font-size:13px}.account-center-page .audit-card .audit-desc .desc-text{color:#f90}.account-center-page .audit-card .audit-desc .percent-text{color:#f90;font-weight:600}@media(max-width:767.98px){.account-center-page .warning-banner{padding:12px;font-size:13px;align-items:flex-start}.account-center-page .warning-banner .warning-icon{margin-top:2px}.account-center-page .page-content{padding:12px 12px 16px;gap:12px}.account-center-page .profile-banner{flex-wrap:wrap;align-items:flex-start;gap:12px;padding:16px}.account-center-page .profile-banner .pb-name-row{flex-wrap:wrap;gap:6px}.account-center-page .profile-banner .pb-name-row .pb-name{font-size:17px}.account-center-page .profile-banner .pb-meta{font-size:12.5px;gap:5px}.account-center-page .profile-banner .pb-actions{flex:1 0 100%;gap:8px}.account-center-page .profile-banner .pb-actions .edit-btn,.account-center-page .profile-banner .pb-actions .logout-btn{flex:1}.account-center-page .profile-banner .pb-actions .ant-btn+.ant-btn{margin-inline-start:0}.account-center-page .status-tiles{gap:12px}.account-center-page .status-tiles .stile{padding:16px}.account-center-page .status-tiles .stile .stile-l{margin-bottom:10px}.account-center-page .sec-nudge{flex-wrap:wrap;padding:12px}.account-center-page .sec-nudge .sn-text{flex:1 1 0}.account-center-page .sec-nudge .sn-btn.ant-btn{flex:1 0 100%;margin-left:0}.account-center-page .info-card{padding:16px}.account-center-page .info-card .ic-head{padding-bottom:12px;margin-bottom:16px}.account-center-page .info-grid2{gap:18px 20px}.account-center-page .info-grid2 .value .cart-image{max-width:100%}.account-center-page .audit-card{padding:16px}.account-center-page .audit-card .audit-desc{flex-wrap:wrap;gap:4px;font-size:12.5px}}.custom-edit-dialog .ant-modal-header{display:none}.custom-edit-dialog .dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px}.custom-edit-dialog .dialog-head .dialog-title{font-size:16px;font-weight:700;color:#1d2129;line-height:1.2}.custom-edit-dialog .dialog-head .dialog-sub{font-size:12.5px;color:#86909c;margin-top:4px}.custom-edit-dialog .dialog-head .dialog-x{border:0;background:transparent;color:#c0c4cc;font-size:15px;line-height:1;padding:2px;cursor:pointer;transition:color .15s}.custom-edit-dialog .dialog-head .dialog-x:hover{color:#86909c}.custom-edit-dialog .avatar-edit{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding:4px 0 2px}.custom-edit-dialog .avatar-edit .avatar-frame{position:relative;width:84px;height:84px;border-radius:50%;overflow:hidden;cursor:pointer;background-color:#2f54eb;border:1px solid #e5e6eb}.custom-edit-dialog .avatar-edit .avatar-frame img{width:100%;height:100%;object-fit:cover}.custom-edit-dialog .avatar-edit .avatar-frame .avatar-initial{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;font-weight:600}.custom-edit-dialog .avatar-edit .avatar-frame .avatar-mask{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#00000073;color:#fff;font-size:20px;opacity:0;transition:opacity .2s}.custom-edit-dialog .avatar-edit .avatar-frame:hover .avatar-mask{opacity:1}.custom-edit-dialog .avatar-edit .avatar-tip{font-size:12px;color:#86909c}.custom-edit-dialog .form-row{display:flex;gap:16px}.custom-edit-dialog .form-row .form-col{flex:1;min-width:0}.custom-edit-dialog .doc-readonly{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.custom-edit-dialog .doc-readonly .doc-readonly-img{width:72px;height:48px;object-fit:cover;border-radius:6px;border:1px solid #e5e6eb}.custom-edit-dialog .doc-readonly .doc-readonly-empty{font-size:13px;color:#86909c}.custom-edit-dialog .doc-readonly .doc-readonly-hint{font-size:12px;color:#86909c;line-height:1.5}.custom-edit-dialog .dialog-actions{display:flex;gap:10px}.custom-edit-dialog .dialog-actions .ant-btn{line-height:1;box-shadow:none}.custom-edit-dialog .dialog-actions .cancel-btn.ant-btn{flex:0 0 auto;min-width:100px;height:44px;border-radius:10px;font-size:14px}.custom-edit-dialog .dialog-actions .submit-btn.ant-btn{flex:1;height:44px;font-size:15px;border-radius:10px}.custom-edit-dialog .verify-dialog-body .vd-hint{margin:0 0 14px;font-size:13px;line-height:1.7;color:#4e5969}.custom-edit-dialog .verify-dialog-body .vd-dropzone{border:1px dashed #c9cdd4;border-radius:10px;padding:28px 16px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.custom-edit-dialog .verify-dialog-body .vd-dropzone:hover{border-color:#2f54eb;background:#f7f8fa}.custom-edit-dialog .verify-dialog-body .vd-dropzone .vd-dz-icon{font-size:28px;color:#86909c}.custom-edit-dialog .verify-dialog-body .vd-dropzone .vd-dz-text{margin-top:8px;font-size:14px;color:#1d2129;font-weight:600}.custom-edit-dialog .verify-dialog-body .vd-dropzone .vd-dz-sub{margin-top:4px;font-size:12px;color:#86909c}.custom-edit-dialog .verify-dialog-body .vd-preview{display:flex;flex-direction:column;align-items:center;gap:8px}.custom-edit-dialog .verify-dialog-body .vd-preview .vd-preview-img{max-width:100%;max-height:260px;border-radius:8px;border:1px solid #e5e6eb;object-fit:contain}.confirm-dialog .cf-body,.custom-edit-dialog .cf-body{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#4e5969;line-height:1.65}.confirm-dialog .cf-body .cf-icon,.custom-edit-dialog .cf-body .cf-icon{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fff7e8;color:#f90;font-size:18px;margin-top:1px}.confirm-dialog .cf-body .cf-text b,.custom-edit-dialog .cf-body .cf-text b{color:#1d2129;font-weight:600}.confirm-dialog .cf-foot,.custom-edit-dialog .cf-foot{display:flex;justify-content:flex-end;gap:10px}.confirm-dialog .cf-foot .ant-btn+.ant-btn,.custom-edit-dialog .cf-foot .ant-btn+.ant-btn{margin-inline-start:12px}.confirm-dialog .cf-foot .ant-btn,.custom-edit-dialog .cf-foot .ant-btn{line-height:1;box-shadow:none}.no-page{width:100vw;height:100vh}.no-page .ant-result{padding:40px 30px}.no-page .ant-result .ant-result-icon{margin-bottom:0}.no-page .ant-result .ant-result-icon>.anticon{font-size:64px;color:#e6a23c}.no-page .ant-result .ant-result-title{margin-top:20px;font-size:20px;font-weight:400;color:#1d2129}.no-page .ant-result .ant-result-subtitle{margin-top:10px;font-size:14px;color:#4e5969}.no-page .ant-result .ant-result-extra{margin:30px 0 0}.no-page .link-btn{height:32px;padding:8px 15px;border:none;background:transparent;cursor:pointer;font-size:14px}.no-page .text-link{color:#4e5969;font-weight:500;text-decoration:none}.no-page .text-link:hover{color:#2f54eb}.inquiry-fab{position:fixed;right:24px;bottom:24px;z-index:2000;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;border-radius:50%;background:#165dff;color:#fff;cursor:pointer;box-shadow:0 4px 14px #165dff61;transition:transform .2s ease,box-shadow .2s ease}.inquiry-fab span{font-size:12px;line-height:1}.inquiry-fab:hover{transform:translateY(-2px);box-shadow:0 6px 18px #165dff80}.inquiry-fab:active{transform:translateY(0)}.inquiry-dialog{line-height:1.15;display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:8px}.inquiry-dialog .inquiry-qr{width:200px;height:200px}.inquiry-dialog .inquiry-tip{margin:0;font-size:14px;color:#303133}.inquiry-dialog .inquiry-open{font-size:13px;color:#165dff;text-decoration:underline}.inquiry-dialog .inquiry-faq{border:none;background:none;padding:0;font-size:12px;color:#86909c;cursor:pointer}.inquiry-dialog .inquiry-faq:hover{color:#165dff}.ant-drawer.faq-drawer-root .ant-drawer-content{background:#f2f3f5}.ant-drawer.faq-drawer-root.ant-drawer-right>.ant-drawer-content-wrapper{box-shadow:0 16px 48px 16px #00000014,0 12px 32px #0000001f,0 8px 16px -8px #00000029}.ant-drawer.faq-drawer-root .ant-drawer-header{padding:20px 20px 0;margin-bottom:32px;border-bottom:none}.ant-drawer.faq-drawer-root .ant-drawer-header-title{flex-direction:row-reverse}.ant-drawer.faq-drawer-root .ant-drawer-title{font-size:16px;font-weight:400;line-height:1.15;color:#1d2129}.ant-drawer.faq-drawer-root .ant-drawer-header-title .ant-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:20px;height:22px;padding:0;margin-inline-start:0;margin-inline-end:6px;font-size:16px;color:#1d2129}.ant-drawer.faq-drawer-root .ant-drawer-header-title .ant-drawer-close:hover{color:#2f54eb;background:transparent}.ant-drawer.faq-drawer-root .ant-drawer-body{padding:20px}.guide-entry{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:10px;border:1px solid #e0e7ff;border-radius:8px;background:#f5f8ff;cursor:pointer;text-align:left;transition:border-color .2s ease,background-color .2s ease}.guide-entry:last-of-type{margin-bottom:16px}.guide-entry:hover{border-color:#165dff;background:#eef3ff}.guide-entry .guide-entry-text{flex:1;display:flex;flex-direction:column;gap:2px}.guide-entry .guide-entry-text strong{font-size:14px;color:#1d2129}.guide-entry .guide-entry-text small{font-size:12px;color:#86909c}.guide-entry .guide-entry-arrow{color:#165dff;font-size:16px;flex:none}.faq-collapse{border-bottom:1px solid #ebeef5}.faq-item:last-child{margin-bottom:-1px}.faq-head{display:flex;align-items:center;box-sizing:border-box;width:100%;min-height:48px;padding:0 8px 0 0;background:#fff;border:none;border-bottom:1px solid #ebeef5;font-size:13px;font-weight:500;line-height:1.5;color:#1d2129;text-align:left;cursor:pointer;transition:border-bottom-color .3s}.faq-head[aria-expanded=true]{border-bottom-color:transparent}.faq-head-title{flex:auto;text-align:left}.faq-head-arrow{flex:none;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;font-weight:300;transition:transform .3s}.faq-head-arrow svg{width:1em;height:1em}.faq-head[aria-expanded=true] .faq-head-arrow{transform:rotate(90deg)}.faq-answer{margin:0;padding-bottom:25px;background:#fff;border-bottom:1px solid #ebeef5;font-size:13px;color:#4e5969;line-height:1.7}.guide-body{line-height:1.15;max-height:72vh;overflow-y:auto;padding-right:4px}.guide-section:not(:first-child){margin-top:28px;padding-top:24px;border-top:1px solid #e5e6eb}.guide-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#1d2129}.guide-desc{margin:0 0 12px;font-size:14px;line-height:1.7;color:#4e5969}.guide-img{width:100%;border:1px solid #e5e6eb;border-radius:8px;box-shadow:0 2px 8px #14213d0f}.biz-body{line-height:1.15;max-height:72vh;overflow-y:auto;padding-right:4px}.biz-desc{margin:0 0 12px;font-size:14px;line-height:1.7;color:#4e5969}.flow-diagram{width:100%;height:auto;margin:4px 0 8px}.flow-steps{margin:0;padding-left:4px;list-style:none;display:flex;flex-direction:column;gap:8px}.flow-steps li{font-size:14px;line-height:1.7;color:#4e5969}.flow-steps li strong{color:#1d2129}:root{--c-primary: $light-main-bg-color;--c-danger: #f56c6c;--c-bg-app: $light-main-bg-color;--c-bg-sidebar: $light-border-color;--c-bg-content: $light-main-bg-color;--c-bg-panel: $light-main-bg-color;--c-bg-hover: $light-main-bg-color;--c-border: #5e6d87;--c-text-main: $main-font-color;--c-text-sub: $main-font-color;--radius-md: 8px;--shadow-panel: 0 4px 12px rgba(0, 0, 0, .3);--transition: all .3s ease;--blue-bg-color: 24, 116, 221;--blue-default-color-opacity: .5;--blue-selected-color-opacity: 1;--red--bg-color: 175, 40, 40;--red-default-color-opacity: .5;--red-selected-color-opacity: 1;--area-default-bg-color: rgb(62, 75, 99)}html,body,#app{height:100%;margin:0}.shell{height:100vh;overflow:hidden;display:flex}.shell-main{flex:1;overflow-y:auto}.ant-app,.ant-form{line-height:1.15}.ant-modal .ant-modal-content{padding:0;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.ant-modal .ant-modal-header{margin:0;padding:20px 24px 16px;border-bottom:1px solid #e5e6eb;border-radius:0}.ant-modal .ant-modal-header .ant-modal-title{font-size:16px;font-weight:700;color:#1d2129}.ant-modal .ant-modal-body{padding:24px;color:#4e5969}.ant-modal .ant-modal-footer{margin:0;padding:16px 24px;border-top:1px solid #e5e6eb}.ant-modal .ant-modal-close{top:16px;inset-inline-end:16px}.ant-modal-header:empty{display:none}.ant-tabs-top>.ant-tabs-nav{margin-bottom:16px}.ant-tabs-top>.ant-tabs-nav:before{border-bottom-color:#e5e6eb}.ant-tabs-tab{padding:9px 0;font-weight:400}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600}.ant-btn{line-height:1}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:500}.ant-form.ant-form-vertical .ant-form-item-label{padding:0 0 8px}.ant-form.ant-form-vertical .ant-form-item-label>label{height:22px;font-size:14px;color:#4e5969}.ant-form-item-label>label:after{content:"";margin:0;inset-inline-start:0}@media(hover:hover)and (pointer:fine){html,body{overscroll-behavior:none}}@media(max-width:767.98px){.ant-modal{max-width:calc(100vw - 24px)!important;margin:16px auto!important;top:16px!important}.ant-modal-header{padding:16px 16px 12px!important}.ant-modal-body{padding:16px!important}.ant-modal-footer{padding:12px 16px!important}.ant-modal-footer .ant-btn{min-height:40px}.ant-modal-footer .ant-btn+.ant-btn{margin-left:8px}.ant-modal .ant-row>[class*=ant-col]{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.ant-modal .ant-form-horizontal .ant-form-item{display:block}.ant-modal .ant-form-horizontal .ant-form-item .ant-form-item-label{width:auto!important;text-align:left;padding:0 0 4px;line-height:1.5}.ant-modal .ant-form-horizontal .ant-form-item .ant-form-item-control{margin-left:0!important;max-width:100%}.inquiry-fab{width:46px!important;height:46px!important;right:12px!important;bottom:12px!important}.inquiry-fab span{display:none}.inquiry-fab svg{width:22px;height:22px}.inf-footer{padding-bottom:28px!important}.ant-table-wrapper .ant-table{font-size:13px!important}.ant-table-wrapper .ant-table .ant-table-cell{padding:8px 10px!important}.ant-input-affix-wrapper,.ant-input,.ant-select-single .ant-select-selector,.ant-picker{min-height:40px}.ant-input-affix-wrapper>.ant-input{min-height:0}.ant-input,.ant-picker-input>input,.ant-select-selection-item,.ant-select-selection-search-input{font-size:16px}.ant-btn{min-height:36px}.ant-btn-sm{min-height:32px}.custom-header{padding:0 12px!important}.custom-header .header-breadcrumb{overflow:hidden}.custom-header .header-breadcrumb .crumb{max-width:46vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-select-dropdown,.ant-picker-dropdown,.ant-dropdown{max-width:calc(100vw - 16px)!important}.ant-picker-panels{flex-direction:column!important;width:auto!important}.m-card-list{display:flex;flex-direction:column;gap:10px;padding:12px}.table-wrap{flex:none!important;min-height:auto!important;height:auto!important;position:static!important;overflow:visible!important}.table-panel,.list-card,.table-card{overflow:visible!important;flex:none!important;min-height:auto!important}.m-card{background:#fff;border:1px solid #eceef1;border-radius:12px;padding:14px;box-shadow:0 1px 3px #14285a0a}.m-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.m-card__id{min-width:0}.m-card__title{margin:0;font-size:15px;font-weight:700;color:#1d2129;line-height:1.35;overflow-wrap:anywhere}.m-card__sub{margin:2px 0 0;font-size:12.5px;color:#86909c;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.m-card__badge{flex:none;display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.5;white-space:nowrap}.m-card__badge.is-ok{color:#00b42a;background:#e8ffea}.m-card__badge.is-pending{color:#f90;background:#fff7e8}.m-card__badge.is-danger{color:#f53f3f;background:#fff1f0}.m-card__badge.is-info{color:#2f54eb;background:#f0f5ff}.m-card__badge.is-muted{color:#86909c;background:#f2f3f5}.m-card__fields{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 12px;margin:12px 0 0}.m-field{display:contents}.m-field dt{font-size:12.5px;color:#86909c;white-space:nowrap}.m-field dd{margin:0;font-size:13.5px;font-weight:600;color:#1d2129;text-align:right;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.m-field.is-long dd{text-align:left;font-weight:500}.m-field.is-money dd{font-size:15px}.m-card__actions{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #f2f3f5}.m-card__actions>.ant-btn,.m-card__actions>button{flex:1 1 0;margin-left:0!important;min-height:36px}.m-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:48px 24px;text-align:center}.m-empty .m-empty__title{font-size:14px;font-weight:600;color:#4e5969}.m-empty .m-empty__desc{font-size:13px;color:#86909c;line-height:1.6}}
