.main-layout{width:100%;min-height:100vh}.logo{height:64px;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.15);background:linear-gradient(135deg,#667eea1a,#764ba21a);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.logo:hover{background:linear-gradient(135deg,#667eea26,#764ba226);border-bottom-color:#667eea4d}.logo-img{width:36px;height:36px;filter:drop-shadow(0 2px 4px rgba(102,126,234,.3));transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.logo-text-wrapper{display:flex;align-items:center;gap:10px;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}.logo-text{color:#fff;font-size:22px;font-weight:700;letter-spacing:3px;white-space:nowrap;text-shadow:0 2px 8px rgba(102,126,234,.4);position:relative;line-height:1}.logo-emoji{font-size:24px;animation:rocket 2s ease-in-out infinite;display:inline-block;line-height:1;margin-top:2px}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes rocket{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-3px) rotate(-5deg)}75%{transform:translateY(-1px) rotate(5deg)}}.logo:hover .logo-img{transform:scale(1.15) rotate(-8deg);filter:drop-shadow(0 4px 12px rgba(102,126,234,.5))}.logo:hover .logo-emoji{animation:rocketBoost .6s ease-in-out infinite}@keyframes rocketBoost{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-8px) translate(3px)}}.header-content{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px}.header-breadcrumb{flex:1;display:flex;align-items:center;margin-left:24px}.header-right{display:flex;align-items:center}.wallet-status-btn{margin-right:16px}.theme-switch{margin-right:24px}.trigger{font-size:18px;cursor:pointer;transition:color .3s}.header-title{margin-left:24px}.header-title h1{margin:0;font-size:20px;font-weight:600}.dashboard{width:100%}.ant-statistic-content-suffix{display:inline-flex;align-items:center;margin-left:8px}._extra-editor-reset{margin:0}.extra-editor{border:1px solid var(--ant-color-border, #f0f0f0);border-radius:8px;padding:12px;background:var(--ant-color-fill-secondary, #fafafa);width:100%;max-width:100%;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease}.extra-editor,.extra-editor *{box-sizing:border-box}.extra-editor-list{display:flex;flex-direction:column;gap:8px}.extra-editor-row{border:1px dashed var(--ant-color-border, #d9d9d9);border-radius:6px;padding:8px;background:var(--ant-color-bg-container, #fff);max-width:100%;transition:background-color .2s ease,border-color .2s ease}.extra-editor-row-main{display:grid;grid-template-columns:32px minmax(0,1fr) minmax(0,130px) minmax(0,1fr) auto;gap:8px;align-items:center;margin-bottom:4px;max-width:100%}.extra-editor-drag{display:inline-flex;width:32px;justify-content:center;color:var(--ant-color-text-tertiary, #999);cursor:grab}.extra-editor-key,.extra-editor-type,.extra-editor-value{min-width:0;width:100%}.extra-editor-boolean{display:flex;align-items:center;padding:0 8px}.extra-editor-null{color:var(--ant-color-text-tertiary, #999)}.extra-editor-empty{display:block;margin:8px 0;color:var(--ant-color-text-tertiary, #999)}@media (max-width: 600px){.extra-editor-row-main{grid-template-columns:32px 1fr}.extra-editor-boolean{padding:0}}.chain-info-page{display:flex;flex-direction:column;gap:16px}.chain-info-header{display:flex;align-items:center;justify-content:space-between;background:var(--ant-color-bg-container);padding:20px 24px;border-radius:16px;box-shadow:0 12px 32px #0f0f0f0a}.chain-info-header .section-label{display:inline-block;font-size:13px;color:#8c8c8c;letter-spacing:.08em;text-transform:uppercase}.chain-info-card{background:var(--ant-color-bg-container);border-radius:16px;box-shadow:0 8px 24px #0f0f0f0d}.chain-info-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.chain-info-filter-form .ant-form-item{margin-bottom:0}.filter-input{min-width:220px}.chain-info-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.chain-info-table .ant-table-tbody>tr:hover>td{background:var(--ant-color-fill-secondary)}.chain-symbol-cell{display:flex;align-items:center;min-height:48px}.chain-symbol-cell .ant-typography{margin-bottom:0;line-height:1.2}.modal-loading{display:flex;align-items:center;justify-content:center;padding:48px 0}.contracts-page{display:flex;flex-direction:column;gap:16px}.contracts-header{display:flex;align-items:center;justify-content:space-between;background:var(--ant-color-bg-container);padding:20px 24px;border-radius:16px;box-shadow:0 8px 24px #0f0f0f0d}.contracts-header .section-label{font-size:12px;color:#8c8c8c;letter-spacing:.2em}.contracts-card{background:var(--ant-color-bg-container);border-radius:16px;box-shadow:0 8px 24px #0f0f0f0a}.contracts-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.contracts-filter-form .ant-form-item{margin-bottom:0}.contracts-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.contract-auth-page{display:flex;flex-direction:column;gap:16px}.contract-auth-header{display:flex;justify-content:space-between;align-items:center}.contract-auth-filter-form{margin-bottom:16px;row-gap:12px}.contract-auth-table :global(.ant-table-cell){vertical-align:top}.wallet-cell,.spender-cell{display:flex;flex-direction:column}.section-label{font-size:13px;color:var(--color-text-tertiary, #8c8c8c);text-transform:uppercase}.modal-loading{text-align:center;padding:24px 0;color:var(--color-text-secondary, #8c8c8c)}.token-info-page{display:flex;flex-direction:column;gap:16px}.token-info-header{display:flex;align-items:center;justify-content:space-between;background:var(--ant-color-bg-container);padding:20px 24px;border-radius:16px;box-shadow:0 8px 24px #0f0f0f0d}.token-info-header .section-label{font-size:12px;color:#8c8c8c;letter-spacing:.2em}.token-info-card{background:var(--ant-color-bg-container);border-radius:16px;box-shadow:0 8px 24px #0f0f0f0a}.token-info-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.token-info-filter-form .ant-form-item{margin-bottom:0}.token-info-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.pool-info-page{display:flex;flex-direction:column;gap:16px}.pool-info-header{display:flex;align-items:center;justify-content:space-between;background:var(--ant-color-bg-container);padding:20px 24px;border-radius:16px;box-shadow:0 8px 24px #0f0f0f0d}.pool-info-header .section-label{font-size:12px;color:#8c8c8c;letter-spacing:.2em}.pool-info-card{background:var(--ant-color-bg-container);border-radius:16px;box-shadow:0 8px 24px #0f0f0f0a}.pool-info-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.pool-info-filter-form .ant-form-item{margin-bottom:0}.filter-select{min-width:160px}.pool-info-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.token-bridge-page{display:flex;flex-direction:column;gap:16px}.token-bridge-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-radius:16px;background:var(--ant-color-bg-container);box-shadow:0 8px 24px #0f0f0f0d}.token-bridge-header .section-label{display:inline-block;font-size:12px;color:var(--ant-color-text-tertiary);letter-spacing:.2em;text-transform:uppercase}.token-bridge-card{border-radius:16px;background:var(--ant-color-bg-container);box-shadow:0 8px 24px #0f0f0f0a}.token-bridge-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.token-bridge-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.table-paragraph{margin-bottom:0}.bridge-protocol-value{color:var(--ant-color-text-tertiary);font-size:12px}.swap-router-page{display:flex;flex-direction:column;gap:16px}.swap-router-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-radius:16px;background:var( --ant-color-bg-elevated, var(--ant-color-bg-container, #ffffff) );border:1px solid var(--ant-color-border, rgba(15, 15, 15, .08));box-shadow:0 8px 24px #0f0f0f14}.swap-router-header .section-label{display:inline-block;font-size:12px;color:var(--ant-color-text-tertiary);letter-spacing:.2em;text-transform:uppercase}.swap-router-card{border-radius:16px;background:var(--ant-color-bg-container, #ffffff);box-shadow:0 8px 24px #0f0f0f0a}.swap-router-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.swap-router-table-text{margin-bottom:0}.candidate-section,.selected-section{margin-bottom:16px}.candidate-header,.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pool-detail-row{display:flex;gap:8px;margin:4px 0}.selected-pool-list{display:flex;flex-direction:column;gap:8px}.selected-pool-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;background:var(--ant-color-fill-quaternary, rgba(0, 0, 0, .04));border:1px solid var(--ant-color-border, rgba(0, 0, 0, .08))}.selected-pool-item.dragging{background:var(--ant-color-fill-secondary);box-shadow:0 8px 20px #00000026}.dual-select-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.modal-loading{text-align:center;padding:48px 0;color:var(--ant-color-text-tertiary)}.swap-router-modal-body{display:grid;grid-template-columns:minmax(360px,1fr) minmax(440px,1.2fr);gap:24px;align-items:flex-start}.modal-form-section{min-width:0}.modal-pool-section{min-width:440px;display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:var(--ant-color-fill-quaternary);border:1px solid var(--ant-color-border);max-height:72vh;overflow:auto}@media (max-width: 992px){.swap-router-modal-body{grid-template-columns:1fr}.modal-pool-section{min-width:0;max-height:none}}.cross-path-page{display:flex;flex-direction:column;gap:16px}.cross-path-header{display:flex;justify-content:space-between;align-items:center;background:var(--ant-color-bg-container);padding:20px 24px;border-radius:16px;box-shadow:0 8px 24px #0f0f0f0d}.cross-path-header .section-label{font-size:12px;color:#8c8c8c;letter-spacing:.2em}.cross-path-card{background:var(--ant-color-bg-container);border-radius:16px;box-shadow:0 8px 24px #0f0f0f0a}.cross-path-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.cross-path-filter-form .ant-form-item{margin-bottom:0}.cross-path-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.token-cell{display:flex;flex-direction:column}.wallet-cell{display:flex;flex-direction:column;gap:4px}.cross-form-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cross-form-two-col .form-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cross-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.cross-form-wallet-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-span-two{grid-column:1 / -1}.simulation-result{margin-top:16px}.simulation-leg-card{width:100%}.simulation-leg-steps{list-style:none;padding-left:0;margin:12px 0 0}.simulation-leg-steps li{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:13px}.page-container{padding:12px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.filter-form{margin-bottom:12px}.wallet-info-page{display:flex;flex-direction:column;gap:16px}.wallet-info-header{display:flex;align-items:center;justify-content:space-between;background:var(--ant-color-bg-container);padding:20px 24px;border-radius:16px;box-shadow:0 8px 24px #0f0f0f0d}.wallet-info-header .section-label{font-size:12px;color:#8c8c8c;letter-spacing:.2em}.wallet-info-card{background:var(--ant-color-bg-container);border-radius:16px;box-shadow:0 8px 24px #0f0f0f0a}.wallet-info-filter-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.wallet-info-filter-form .ant-form-item{margin-bottom:0}.filter-input{min-width:180px}.wallet-info-table .ant-table-thead>tr>th{background:var(--ant-color-fill-tertiary);font-weight:600}.modal-loading{text-align:center;padding:40px 0;color:#999}.aggregate-page{display:flex;flex-direction:column;gap:24px}.quote-card{border:1px solid rgba(5,5,5,.06);transition:border-color .2s ease,box-shadow .2s ease}.quote-card-active{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff26}.quote-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.chain-hold-page{display:flex;flex-direction:column;gap:16px}.chain-hold-header{display:flex;align-items:center;justify-content:space-between}.chain-hold-card{width:100%}.chain-hold-filter-form{margin-bottom:16px;flex-wrap:wrap}.chain-hold-table :global(.ant-table){border-radius:12px}.cross-arbitrage-tx-page{display:flex;flex-direction:column;gap:16px}.cross-arbitrage-tx-header{display:flex;align-items:center;justify-content:space-between}.cross-arbitrage-tx-card{width:100%}.cross-arbitrage-tx-filter-form{margin-bottom:16px;flex-wrap:wrap}.modal-loading{text-align:center;color:#999;padding:12px 0}.login-page{display:flex;min-height:100vh;width:100%}.login-left{flex:0 0 55%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:40px;border-right:1px solid rgba(255,255,255,.2)}.login-left-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:500px}.login-slogan{color:#fff;margin-bottom:40px}.login-slogan h1{font-size:36px;font-weight:700;margin:0 0 8px;text-shadow:0 4px 12px rgba(0,0,0,.15)}.login-slogan h2{font-size:28px;font-weight:500;margin:0 0 16px;opacity:.95}.login-slogan p{font-size:18px;margin:0;opacity:.9}.login-illustration{position:relative;width:360px;height:360px;max-width:100%;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;border-radius:50%;filter:drop-shadow(0 10px 28px rgba(0,0,0,.18))}.login-illustration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#ffffff47,#ffffff1a);border-radius:50%;opacity:.92}.illustration-img{position:relative;z-index:1;width:300px;height:auto}.deco-circle{position:absolute;border-radius:50%;background:#ffffff14}.deco-circle-1{width:400px;height:400px;top:-100px;left:-100px}.deco-circle-2{width:300px;height:300px;bottom:-80px;right:100px}.deco-circle-3{width:200px;height:200px;top:50%;right:15%;transform:translateY(-50%)}.login-right{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;padding:40px}.login-form-wrapper{width:100%;max-width:380px}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:48px}.brand-icon{font-size:32px}.brand-title{margin:0!important;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-form .ant-form-item-label>label{font-weight:500;color:#667eea;font-size:14px}.login-form .ant-input-affix-wrapper,.login-form .ant-input-password{border-radius:24px;padding:12px 16px;border:1.5px solid #e8e8e8;transition:all .3s ease}.login-form .ant-input-affix-wrapper:hover,.login-form .ant-input-password:hover{border-color:#667eea}.login-form .ant-input-affix-wrapper:focus,.login-form .ant-input-affix-wrapper-focused,.login-form .ant-input-password:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.login-form .input-icon{color:#667eea;font-size:16px;margin-right:8px}.login-button{height:52px;font-size:16px;font-weight:600;border-radius:26px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 8px 24px #667eea59;transition:all .3s ease}.login-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea73;background:linear-gradient(135deg,#5a6fd6,#6a4190)}.login-footer{margin-top:48px;text-align:center}@media (max-width: 992px){.login-page{flex-direction:column}.login-left{flex:none;min-height:300px;order:1;padding:40px 20px}.login-right{flex:none;padding:40px 20px;order:2}.wave-divider{display:none}.login-slogan h1{font-size:28px}.login-slogan h2{font-size:22px}.illustration-img{width:200px}.login-illustration{width:280px;height:280px;padding:18px}.deco-circle-1{width:200px;height:200px;top:-50px;left:-50px}.deco-circle-2{width:150px;height:150px;bottom:-40px;right:-40px}.deco-circle-3{display:none}}@media (max-width: 576px){.login-form-wrapper{max-width:100%}.login-brand{margin-bottom:32px}.brand-title{font-size:24px!important}.login-slogan h1{font-size:22px}.login-slogan h2{font-size:18px}.login-slogan p{font-size:16px}.illustration-img{width:160px}.login-illustration{width:220px;height:220px;padding:14px}}.app{width:100%;height:100%}.ant-table-thead>tr>th.ant-table-cell-fix-right{background-color:var(--ant-color-bg-container, #fff)!important}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh}
