body{color:#333;font-size:14px}body .app-container{padding:20px}.loginBtn-wrapper{position:fixed;z-index:99;right:0;bottom:10px}.loginBtn-wrapper .btn{width:45px;height:45px}.award-card .right .addr-input{width:180px;margin-top:8px}.home-top{display:flex;align-items:center;justify-content:space-between}.home-top .notSell{margin-right:48px}.award-card .action{margin-top:12px}.json-editor-container .format-controls{margin-bottom:10px;text-align:right}.json-editor-container .json-textarea{font-family:Consolas,Monaco,Andale Mono,monospace;font-size:14px;line-height:1.4;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.json-error{border-color:#f56c6c}.error-message{color:#f56c6c;font-size:12px;margin-top:5px}@media (max-width:768px){.config-dialog.el-dialog{--el-dialog-width:95%!important;margin:10px auto!important}}@media (max-width:480px){.config-dialog.el-dialog{--el-dialog-width:100%!important;margin:0!important;border-radius:0!important}}.config-dialog .el-dialog__header{background:linear-gradient(135deg,#667eea,#764ba2);margin:0;padding:16px 20px;border-radius:8px 8px 0 0}@media (max-width:480px){.config-dialog .el-dialog__header{padding:14px 16px;border-radius:0;position:sticky;top:0;z-index:10}}.config-dialog .el-dialog__header .el-dialog__title{color:#fff;font-weight:600;font-size:18px}@media (max-width:480px){.config-dialog .el-dialog__header .el-dialog__title{font-size:16px}}.config-dialog .el-dialog__header .el-dialog__headerbtn{top:16px}@media (max-width:480px){.config-dialog .el-dialog__header .el-dialog__headerbtn{top:14px;right:12px}}.config-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff;font-size:20px}.config-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover{color:#f0f0f0}.config-dialog .el-dialog__body{padding:20px;background:#f8f9fc;max-height:65vh;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.config-dialog .el-dialog__body{padding:16px;max-height:70vh}}@media (max-width:480px){.config-dialog .el-dialog__body{padding:12px;max-height:calc(100vh - 120px)}}.config-dialog .el-dialog__footer{padding:16px 20px;background:#fff;border-top:1px solid #ebeef5}@media (max-width:480px){.config-dialog .el-dialog__footer{padding:12px 16px;position:sticky;bottom:0;z-index:10}}.config-dialog .el-dialog__footer .dialog-footer{display:flex;justify-content:flex-end;gap:12px}@media (max-width:480px){.config-dialog .el-dialog__footer .dialog-footer{gap:8px}.config-dialog .el-dialog__footer .dialog-footer .el-button{flex:1;padding:10px 16px}}.config-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid #ebeef5;transition:box-shadow .3s ease}@media (max-width:768px){.config-section{padding:16px;border-radius:10px;margin-bottom:12px}}@media (max-width:480px){.config-section{padding:14px;border-radius:8px;margin-bottom:10px}}.config-section:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.config-section:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0f2f5}@media (max-width:480px){.section-header{margin-bottom:14px;padding-bottom:10px}}.section-header .section-icon{font-size:20px;margin-right:10px}@media (max-width:480px){.section-header .section-icon{font-size:18px;margin-right:8px}}.section-header .section-title{font-size:16px;font-weight:600;color:#303133}@media (max-width:480px){.section-header .section-title{font-size:15px}}.config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:768px){.config-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:480px){.config-grid{grid-template-columns:1fr;gap:12px}}.config-grid .el-form-item{margin-bottom:0}.config-grid .el-form-item .el-form-item__label{font-size:13px;color:#606266;font-weight:500;padding-bottom:6px}@media (max-width:480px){.config-grid .el-form-item .el-form-item__label{font-size:14px;padding-bottom:4px}}.config-grid .el-form-item .el-input .el-input__wrapper{border-radius:8px;transition:all .3s ease}@media (max-width:480px){.config-grid .el-form-item .el-input .el-input__wrapper{padding:8px 12px}}.config-grid .el-form-item .el-input .el-input__wrapper:hover{box-shadow:inset 0 0 0 1px #c0c4cc}.config-grid .el-form-item .el-input .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #667eea}.config-grid .el-form-item .el-input .el-input__suffix{color:#909399;font-size:12px}.switch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width:768px){.switch-grid{gap:10px}}@media (max-width:600px){.switch-grid{grid-template-columns:1fr;gap:8px}}.switch-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fc;border-radius:8px;border:1px solid #ebeef5;transition:all .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (max-width:480px){.switch-item{padding:14px 12px;min-height:52px}}.switch-item:hover{background:#f0f2f5;border-color:#dcdfe6}.switch-item:active{background:#e8eaed;transform:scale(.99)}.switch-item .switch-label{font-size:14px;color:#606266;font-weight:500;flex:1;padding-right:12px}@media (max-width:480px){.switch-item .switch-label{font-size:14px;line-height:1.4}}.switch-item .el-switch{--el-switch-on-color:#67c23a;--el-switch-off-color:#dcdfe6;flex-shrink:0}#tokenNewAddressLine2{width:100%;height:430px;margin:0 auto}.limitBuy .action{display:flex;justify-content:flex-end}.limitBuy .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:transparent}.limitBuy .success{background-color:#e8f5e9}.limitBuy .expire{background-color:#ffebee}.limitBuy .pending{background-color:#e3f2fd}.limitBuy .trigger{background-color:#fff3e0}.title .div{display:flex;align-items:center}.title .div .value{min-width:180px}.title .div .btn{margin-left:0}.award-card .action{display:flex;align-items:center}.award-card .action .total{margin-left:24px}.worning{background-color:#fc9!important}#tokenNewAddressLine{width:100%;height:430px;margin:0 auto}.fish{display:flex}.fish .label{margin-right:24px}.json-viewer[data-v-34dc9dc8]{font-family:monospace;background:#f5f5f5;padding:10px;border-radius:4px;max-height:500px;overflow:auto}pre[data-v-34dc9dc8]{margin:0;white-space:pre-wrap}.keyAdmin{padding-top:20px}.keyAdmin .action{display:flex;justify-content:flex-end}.key-admin[data-v-90bf9598]{padding-top:20px}.key-admin-card .card-header .top[data-v-90bf9598]{display:flex;justify-content:space-between;align-items:flex-start}.key-admin-card .card-header .top .max-range[data-v-90bf9598]{display:flex;gap:20px}.key-admin-card .card-header .top .search-form .action[data-v-90bf9598]{display:flex;gap:10px;justify-content:flex-end}.address-cell[data-v-90bf9598]{cursor:pointer;display:flex;align-items:center;gap:4px}.address-cell[data-v-90bf9598]:hover{color:#409eff}.rate-cell.positive[data-v-90bf9598]{color:#34c759}.rate-cell.negative[data-v-90bf9598]{color:tomato}.key-admin[data-v-20fd683a]{padding-top:20px}.key-admin-card .card-header .top[data-v-20fd683a]{display:flex;justify-content:space-between;align-items:flex-start}.key-admin-card .card-header .top .max-range[data-v-20fd683a]{display:flex;gap:20px}.key-admin-card .card-header .top .search-form .action[data-v-20fd683a]{display:flex;gap:10px;justify-content:flex-end}.address-cell[data-v-20fd683a]{cursor:pointer;display:flex;align-items:center;gap:4px}.address-cell[data-v-20fd683a]:hover{color:#409eff}.rate-cell.positive[data-v-20fd683a]{color:#34c759}.rate-cell.negative[data-v-20fd683a]{color:tomato}.key-admin[data-v-fd7a3d00]{padding-top:20px}.key-admin-card .card-header .top[data-v-fd7a3d00]{display:flex;justify-content:space-between;align-items:flex-start}.key-admin-card .card-header .top .max-range[data-v-fd7a3d00]{display:flex;gap:20px}.key-admin-card .card-header .top .search-form .action[data-v-fd7a3d00]{display:flex;gap:10px;justify-content:flex-end}.address-cell[data-v-fd7a3d00]{cursor:pointer;display:flex;align-items:center;gap:4px}.address-cell[data-v-fd7a3d00]:hover{color:#409eff}.rate-cell.positive[data-v-fd7a3d00]{color:#34c759}.rate-cell.negative[data-v-fd7a3d00]{color:tomato}.award-card .card-header{align-items:center}.award-card .top,.award-card .top .btn{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:768px){.award-card .top{flex-direction:column}.award-card .top .el-form-item{margin-bottom:12px}.award-card .top .btn{margin-top:24px}}.award-card .card-header{display:flex;justify-content:space-between}.selected-row{background-color:#e0f2f7!important}.log-wapper .log{white-space:nowrap;word-break:keep-all}