@charset "UTF-8";:root{--adm-radius-s: .10667rem;--adm-radius-m: .21333rem;--adm-radius-l: .32rem;--adm-font-size-1: .24rem;--adm-font-size-2: .26667rem;--adm-font-size-3: .29333rem;--adm-font-size-4: .32rem;--adm-font-size-5: .34667rem;--adm-font-size-6: .37333rem;--adm-font-size-7: .4rem;--adm-font-size-8: .42667rem;--adm-font-size-9: .45333rem;--adm-font-size-10: .48rem;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * .05333rem);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-avatar{--size: var(--adm-avatar-size, 44px);--border-radius: var(--adm-avatar-border-radius, 4px);border-radius:var(--border-radius)}.adm-avatar.adm-image{--width: var(--size);--height: var(--size)}.adm-avatar-fallback{height:100%;width:100%;display:block}.adm-image{--width: var(--adm-image-width, auto);--height: var(--adm-image-height, auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:.64rem;min-width:.64rem}.adm-image-tip>svg{width:.64rem;height:.64rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:.18667rem .32rem;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:.08rem;padding-bottom:.08rem;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:.24rem;padding-right:.24rem}.adm-button.adm-button-small{padding-top:.08rem;padding-bottom:.08rem;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:.29333rem;padding-bottom:.29333rem;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 26.66667rem}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-card{background:var(--adm-color-background);border-radius:var(--adm-card-border-radius, 8px);padding:0 var(--adm-card-padding-inline, 12px)}.adm-card-header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:var(--adm-card-header-gap, 8px);box-sizing:border-box;padding:var(--adm-card-header-padding-block, 12px) 0}.adm-card-header:not(:last-child){border-bottom:solid var(--adm-card-header-border-width, .5px) var(--adm-card-header-border-color, var(--adm-color-border))}.adm-card-header-title{font-size:var(--adm-font-size-7);line-height:1.4;font-weight:700}.adm-card-body{padding:var(--adm-card-body-padding-block, 12px) 0}.adm-spin-loading{--color: var(--adm-color-weak);--size: .85333rem;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-tabs{--title-font-size: var(--adm-font-size-9);--content-padding: .32rem;--active-line-height: .05333rem;--active-line-border-radius: var(--active-line-height);--active-line-color: var(--adm-color-primary);--active-title-color: var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:solid .02667rem var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 .32rem}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:.21333rem 0 .26667rem;width:-webkit-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:.8rem;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))}.adm-list{--header-font-size: var(--adm-font-size-7);--prefix-width: "auto";--prefix-padding-right: .32rem;--align-items: center;--active-background-color: var(--adm-color-border);--border-inner: solid .02667rem var(--adm-color-border);--border-top: solid .02667rem var(--adm-color-border);--border-bottom: solid .02667rem var(--adm-color-border);--padding-left: .32rem;--padding-right: .32rem;--font-size: var(--adm-font-size-9);--extra-max-width: 70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:.21333rem var(--padding-right) .21333rem var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-.02667rem}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:.32rem}.adm-list-card .adm-list-body{border-radius:.21333rem}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:flex;align-items:var(--align-items);justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{flex:auto;padding:.32rem 0}.adm-list-item-content-extra{flex:none;padding-left:.32rem;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{flex:none;display:flex;align-items:center;margin-left:.10667rem;color:var(--adm-color-light);font-size:.50667rem}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-.02667rem;left:0;border-bottom:var(--border-inner)}.adm-center-popup{--background-color: var(--adm-center-popup-background-color, var(--adm-color-background));--border-radius: var(--adm-center-popup-border-radius, 8px);--max-width: var(--adm-center-popup-max-width, 75vw);--min-width: var(--adm-center-popup-min-width, 280px);--z-index: var(--adm-center-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:.21333rem;top:.21333rem;cursor:pointer;padding:.10667rem;font-size:.48rem;color:var(--adm-color-weak)}.adm-checkbox{--icon-size: .58667rem;--font-size: var(--adm-font-size-9);--gap: .21333rem;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{flex:none;border:.02667rem solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-dialog{--z-index: var(--adm-dialog-z-index, 1000);---z-index: var(--z-index)}.adm-dialog .adm-center-popup{--z-index: var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:.53333rem}.adm-dialog-image-container{margin-bottom:.32rem;max-height:40vh}.adm-dialog-header{margin-bottom:.21333rem;padding:0 .32rem}.adm-dialog-title{margin-bottom:.21333rem;padding:0 .32rem;font-weight:700;font-size:var(--adm-font-size-10);line-height:.66667rem;text-align:center}.adm-dialog-content{padding:0 .32rem .53333rem;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:.32rem}.adm-dialog-footer{-webkit-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.01333rem solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:.26667rem;font-size:var(--adm-font-size-10);line-height:.66667rem;border-radius:0;border-right:solid .01333rem var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-form{--border-inner: solid .02667rem var(--adm-border-color);--border-top: solid .02667rem var(--adm-border-color);--border-bottom: solid .02667rem var(--adm-border-color);--prefix-width: 6.8em;---border-inner: var(--border-inner);---border-top: var(--border-top);---border-bottom: var(--border-bottom);---prefix-width: var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left: .42667rem;--padding-right: .32rem;--border-inner: var(---border-inner);--border-top: var(---border-top);--border-bottom: var(---border-bottom)}.adm-form .adm-form-footer{padding:.53333rem .32rem}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width: var(---prefix-width)}.adm-form-list-operation{text-align:center;color:var(--adm-color-primary)}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{display:block;height:100%;line-height:1.5;box-sizing:border-box;position:relative;color:var(--adm-color-text-secondary)}.adm-form-item-label .adm-form-item-required-asterisk{position:absolute;left:-.6em;top:0;font-family:SimSun,sans-serif;color:var(--adm-color-danger);-webkit-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{margin-left:.10667rem;color:var(--adm-color-weak)}.adm-form-item-label-help{margin-left:.10667rem;cursor:pointer}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:.10667rem}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:.10667rem}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items: stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-top:.32rem;padding-bottom:.32rem}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:.10667rem}.adm-popover{--z-index: var(--adm-popover-z-index, 1030);--background: #ffffff;--arrow-size: .21333rem;--content-padding: .21333rem .32rem;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;user-select:text;animation:none}.adm-popover.adm-popover-dark{--background: rgba(0, 0, 0, .75);--adm-color-text: #ffffff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{position:absolute;background:#ffffff03;content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:.21333rem;box-shadow:0 0 .8rem #3333;font-size:var(--adm-font-size-7);width:-webkit-max-content;width:max-content;min-width:.85333rem;max-width:calc(100vw - .64rem);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{position:absolute;display:block;height:var(--arrow-size);width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow-icon{display:block;height:var(--arrow-size);width:calc(var(--arrow-size) / 8 * 15);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color: var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding: 0}.adm-popover-menu-list{overflow:hidden;min-width:3.2rem}.adm-popover-menu-list-inner{margin-top:-.02667rem}.adm-popover-menu-list-scroll{padding-right:.05333rem;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:.10667rem}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:.10667rem;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:.53333rem;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:.21333rem;font-size:.53333rem}.adm-popover-menu-item-text{flex:auto;padding:.37333rem .53333rem .37333rem 0;border-top:solid .02667rem var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-.02667rem;left:0;border-bottom:solid .02667rem var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color: var(--adm-color-text);--background: rgba(0, 0, 0, .9)}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap: .21333rem;--gap-vertical: var(--gap);--gap-horizontal: var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal:not(:empty){margin-right:calc(var(--gap-horizontal) * -1)}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-input{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--text-align: left;--background-color: transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:.64rem;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:.21333rem;color:var(--adm-color-light);padding:.10667rem;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-modal{--z-index: var(--adm-modal-z-index, 1000);---z-index: var(--z-index)}.adm-modal .adm-center-popup{--z-index: var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-modal-body>*{flex:none}.adm-modal-body>.adm-modal-content{flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:.53333rem}.adm-modal-image-container{margin-bottom:.32rem;max-height:40vh;overflow-y:scroll}.adm-modal-header{margin-bottom:.21333rem;padding:0 .32rem}.adm-modal-title{margin-bottom:.21333rem;padding:0 .32rem;font-weight:700;font-size:var(--adm-font-size-10);line-height:.66667rem;text-align:center}.adm-modal-content{padding:0 .32rem .32rem;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;user-select:none;padding:.21333rem .32rem .32rem}.adm-modal-footer-empty{padding:0;height:.21333rem}.adm-modal-footer.adm-space{--gap-vertical: .53333rem}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:.66667rem}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}.adm-tag{--border-radius: var(--adm-tag-border-radius, 2px);padding:.05333rem .10667rem;font-size:var(--adm-font-size-3);line-height:1;font-weight:400;background:var(--background-color);color:var(--text-color);display:inline-block;white-space:nowrap;border-radius:var(--border-radius);border:.02667rem solid var(--border-color);box-sizing:border-box}.adm-tag-round{border-radius:2.66667rem}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:5.44rem;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:.21333rem;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:.32rem;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:.93333rem .32rem;min-width:4rem}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:.21333rem;font-size:.96rem;line-height:1}.adm-toast-loading{--size: 1.28rem;margin:0 auto .21333rem}.page-header{padding-top:calc(1.49333rem + env(safe-area-inset-top))!important}.page-header .page-header-content{position:fixed;top:env(safe-area-inset-top);left:0;right:0;z-index:100;background:#fff;border-bottom:.02667rem solid #e5e7eb;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;display:flex;align-items:center;justify-content:space-between;height:1.49333rem;padding:0 .42667rem}.page-header .page-header-left{display:flex;align-items:center;min-width:1.17333rem;height:100%}.page-header .page-header-left .back-button{display:flex;align-items:center;justify-content:center;width:1.17333rem;height:1.17333rem;padding:0;border:none;background:transparent;color:#1a1a1a;border-radius:50%;transition:all .2s ease}.page-header .page-header-left .back-button:hover{background:#f3f4f6;color:#1a1a1a}.page-header .page-header-left .back-button:active{background:#e5e7eb;transform:scale(.95)}.page-header .page-header-left .back-button svg{width:.53333rem;height:.53333rem}.page-header .page-header-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:calc(100% - 3.2rem);text-align:center}.page-header .page-header-center .page-header-title{font-size:.48rem;font-weight:600;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-header .page-header-right{display:flex;align-items:center;min-width:1.17333rem;height:100%;justify-content:flex-end}.page-header{padding-top:env(safe-area-inset-top)}.page-header .page-header-content{height:calc(1.49333rem + env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.page-header-spacer{height:calc(1.49333rem + env(safe-area-inset-top))}@media screen and (max-width: 375px){.page-header .page-header-content{padding:0 .32rem}.page-header .page-header-center{max-width:calc(100% - 2.66667rem)}.page-header .page-header-center .page-header-title{font-size:.42667rem}}@media (prefers-color-scheme: dark){.page-header{background:#fff;border-bottom-color:#e5e7eb}.page-header .page-header-left .back-button{color:#1a1a1a}.page-header .page-header-left .back-button:hover{background:#f3f4f6;color:#1a1a1a}.page-header .page-header-left .back-button:active{background:#e5e7eb}.page-header .page-header-center .page-header-title{color:#1a1a1a}}.about-page{min-height:100vh;background:linear-gradient(135deg,#fff,#fafafa);position:relative;overflow:hidden}.about-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(249,100,70,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(249,100,70,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.about-page .app-info{padding:.85333rem .42667rem;text-align:center;margin:.32rem .32rem .42667rem;position:relative;overflow:hidden}.about-page .app-info .app-logo{margin-bottom:.42667rem}.about-page .app-info .app-logo .logo-circle{width:2.13333rem;height:2.13333rem;border-radius:50%;background:linear-gradient(135deg,#f96446,#fcb7a9);margin:0 auto}.about-page .app-info .app-name{font-size:.48rem;font-weight:600;color:#1a1a1a;margin-bottom:.53333rem;margin-bottom:0}.about-page .setting-options{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.about-page .setting-options:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.about-page .setting-options:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.about-page .setting-options:hover:before{opacity:1}.about-page .setting-options{margin:.26667rem .32rem .85333rem;padding:.21333rem .32rem}.about-page .setting-options .setting-item{padding:.21333rem .32rem;border-bottom:.02667rem solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.about-page .setting-options .setting-item:nth-last-child(1){border-bottom:none}.about-page .setting-options .setting-item:active{background:#fef2f0}.about-page .setting-options .setting-item .setting-content{display:flex;justify-content:space-between;align-items:center;min-height:1.17333rem}.about-page .setting-options .setting-item .setting-title{font-size:.37333rem;line-height:1.5;font-weight:600;font-size:14px;color:#1a1a1a}.about-page .setting-options .setting-item .arrow-icon{display:flex;align-items:center;justify-content:center;color:#bfbfbf;transition:color .2s ease}.about-page .loading-container{display:flex;justify-content:center;align-items:center;height:5.33333rem}.about-page .loading-container .loading-text{font-size:.32rem;color:#595959;line-height:1.4;color:#8c8c8c}.about-page .logo-image{width:2.13333rem;height:2.13333rem;border-radius:50%;object-fit:cover;margin:0 auto;display:block}.about-page .qr-section{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.about-page .qr-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.about-page .qr-section:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.about-page .qr-section:hover:before{opacity:1}.about-page .qr-section{padding:.85333rem .42667rem;text-align:center;margin:0 .32rem .85333rem;position:relative;overflow:hidden}.about-page .qr-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(135deg,#fef2f0,#fde2dd)}.about-page .qr-section .qr-code{margin-bottom:.42667rem}.about-page .qr-section .qr-code .qr-image{width:3.2rem;height:3.2rem;border-radius:.21333rem;object-fit:cover;margin:0 auto;display:block;border:.02667rem solid #f0f0f0}.about-page .qr-section .qr-code .qr-placeholder{width:3.2rem;height:3.2rem;border:.02667rem solid #f0f0f0;border-radius:.21333rem;margin:0 auto;display:flex;align-items:center;justify-content:center;background:#fafafa}.about-page .qr-section .qr-code .qr-placeholder .qr-dots{display:flex;flex-direction:column;gap:.21333rem}.about-page .qr-section .qr-code .qr-placeholder .qr-dots .dot-row{display:flex;gap:.21333rem}.about-page .qr-section .qr-code .qr-placeholder .qr-dots .dot-row .dot{width:.21333rem;height:.21333rem;background:#d9d9d9;border-radius:.05333rem}.about-page .qr-section .contact-text{font-size:.32rem;color:#595959;line-height:1.4;color:#f96446;cursor:pointer;padding:.21333rem;border-radius:.10667rem;transition:all .3s ease}.about-page .qr-section .contact-text:hover{background:#f5f5f5}.about-page .qr-section .contact-text:active{background:#e8e8e8;transform:scale(.98)}.about-page .contact-section{padding:0 .42667rem .85333rem}.about-page .contact-section .contact-title{font-size:.42667rem;font-weight:500;color:#1a1a1a;margin-bottom:.42667rem;text-align:center;margin-bottom:16px}.about-page .contact-section .contact-content{font-size:.32rem;color:#595959;line-height:1.4;text-align:center;line-height:1.6}@media screen and (max-width: 375px){.about-page .app-info{padding:.64rem .32rem}.about-page .app-info .app-logo .logo-circle,.about-page .app-info .app-logo .logo-image{width:1.86667rem;height:1.86667rem}.about-page .app-info .app-name{font-size:.42667rem}.about-page .agreement-list .agreement-item{padding:.32rem}.about-page .agreement-list .agreement-item .adm-list-item-content{font-size:.37333rem}.about-page .qr-section{padding:.64rem .32rem}.about-page .qr-section .qr-code .qr-image,.about-page .qr-section .qr-code .qr-placeholder{width:2.66667rem;height:2.66667rem}.about-page .qr-section .contact-text{font-size:.32rem;padding:.10667rem}.about-page .contact-section{padding:0 .32rem .64rem}.about-page .contact-section .contact-title{font-size:.37333rem}}.agreement-page{min-height:100vh;background:#fafafa}.agreement-page .loading-container{display:flex;justify-content:center;align-items:center;height:5.33333rem}.agreement-page .loading-container .loading-text{font-size:.32rem;color:#595959;line-height:1.4;color:#8c8c8c}.agreement-page .agreement-container{padding:.42667rem;background:#fff;margin:.32rem;border-radius:.32rem;box-shadow:0 .05333rem .21333rem #0000000f}.agreement-page .agreement-container .agreement-content{font-size:.37333rem;line-height:1.5;line-height:1.8;color:#1a1a1a}.agreement-page .agreement-container .agreement-content h1,.agreement-page .agreement-container .agreement-content h2,.agreement-page .agreement-container .agreement-content h3,.agreement-page .agreement-container .agreement-content h4,.agreement-page .agreement-container .agreement-content h5,.agreement-page .agreement-container .agreement-content h6{font-size:.48rem;margin-bottom:.53333rem;margin:.42667rem 0 .32rem;color:#1a1a1a;font-weight:600}.agreement-page .agreement-container .agreement-content h1:first-child,.agreement-page .agreement-container .agreement-content h2:first-child,.agreement-page .agreement-container .agreement-content h3:first-child,.agreement-page .agreement-container .agreement-content h4:first-child,.agreement-page .agreement-container .agreement-content h5:first-child,.agreement-page .agreement-container .agreement-content h6:first-child{margin-top:0}.agreement-page .agreement-container .agreement-content h1{font-size:.53333rem;border-bottom:.05333rem solid #f96446;padding-bottom:.21333rem}.agreement-page .agreement-container .agreement-content h2{font-size:.48rem;color:#f96446}.agreement-page .agreement-container .agreement-content h3{font-size:.42667rem}.agreement-page .agreement-container .agreement-content p{margin:.32rem 0;text-align:justify;word-break:break-word}.agreement-page .agreement-container .agreement-content p:first-child{margin-top:0}.agreement-page .agreement-container .agreement-content p:last-child{margin-bottom:0}.agreement-page .agreement-container .agreement-content ul,.agreement-page .agreement-container .agreement-content ol{margin:.32rem 0;padding-left:.42667rem}.agreement-page .agreement-container .agreement-content ul li,.agreement-page .agreement-container .agreement-content ol li{margin:.21333rem 0;line-height:1.6}.agreement-page .agreement-container .agreement-content ul{list-style-type:disc}.agreement-page .agreement-container .agreement-content ul ul{list-style-type:circle;margin:.10667rem 0}.agreement-page .agreement-container .agreement-content ul ul ul{list-style-type:square}.agreement-page .agreement-container .agreement-content ol{list-style-type:decimal}.agreement-page .agreement-container .agreement-content ol ol{list-style-type:lower-alpha;margin:.10667rem 0}.agreement-page .agreement-container .agreement-content ol ol ol{list-style-type:lower-roman}.agreement-page .agreement-container .agreement-content strong,.agreement-page .agreement-container .agreement-content b{font-weight:600;color:#1a1a1a}.agreement-page .agreement-container .agreement-content em,.agreement-page .agreement-container .agreement-content i{font-style:italic;color:#595959}.agreement-page .agreement-container .agreement-content a{color:#f96446;text-decoration:none;border-bottom:.02667rem solid transparent;transition:all .3s ease}.agreement-page .agreement-container .agreement-content a:hover{border-bottom-color:#f96446}.agreement-page .agreement-container .agreement-content blockquote{margin:.42667rem 0;padding:.32rem .42667rem;background:#f8f9fa;border-left:.10667rem solid #f96446;border-radius:0 .10667rem .10667rem 0;font-style:italic;color:#595959}.agreement-page .agreement-container .agreement-content blockquote p{margin:0}.agreement-page .agreement-container .agreement-content code{background:#f1f3f4;padding:.05333rem .16rem;border-radius:.10667rem;font-family:Courier New,monospace;font-size:.32rem;color:#f96446}.agreement-page .agreement-container .agreement-content pre{background:#f8f9fa;padding:.32rem;border-radius:.21333rem;overflow-x:auto;margin:.32rem 0}.agreement-page .agreement-container .agreement-content pre code{background:transparent;padding:0;color:#1a1a1a}.agreement-page .agreement-container .agreement-content table{width:100%;border-collapse:collapse;margin:.42667rem 0;background:#fff}.agreement-page .agreement-container .agreement-content table th,.agreement-page .agreement-container .agreement-content table td{padding:.21333rem .32rem;text-align:left;border-bottom:.02667rem solid #e8e8e8}.agreement-page .agreement-container .agreement-content table th{background:#f8f9fa;font-weight:600;color:#1a1a1a}.agreement-page .agreement-container .agreement-content table tr:hover{background:#f8f9fa}.agreement-page .agreement-container .agreement-content hr{border:none;height:.02667rem;background:#e8e8e8;margin:.53333rem 0}.agreement-page .agreement-container .agreement-content img{max-width:100%;height:auto;border-radius:.10667rem;margin:.32rem 0;display:block;margin-left:auto;margin-right:auto}.agreement-page .agreement-container .agreement-content mark{background:#fff3cd;padding:.05333rem .10667rem;border-radius:.05333rem}.agreement-page .agreement-container .agreement-content del,.agreement-page .agreement-container .agreement-content s{color:#8c8c8c}.agreement-page .agreement-container .agreement-content u{text-decoration:underline}.agreement-page .agreement-container .empty-content{display:flex;justify-content:center;align-items:center;height:5.33333rem;text-align:center}.agreement-page .agreement-container .empty-content .empty-text{font-size:.32rem;color:#595959;line-height:1.4;color:#8c8c8c;font-size:.37333rem}@media screen and (max-width: 375px){.agreement-page .agreement-container{margin:.21333rem;padding:.32rem}.agreement-page .agreement-container .agreement-content{font-size:.32rem;line-height:1.6}.agreement-page .agreement-container .agreement-content h1{font-size:.48rem}.agreement-page .agreement-container .agreement-content h2{font-size:.42667rem}.agreement-page .agreement-container .agreement-content h3{font-size:.37333rem}.agreement-page .agreement-container .agreement-content p{margin:.21333rem 0}.agreement-page .agreement-container .agreement-content ul,.agreement-page .agreement-container .agreement-content ol{margin:.21333rem 0;padding-left:.32rem}.agreement-page .agreement-container .agreement-content blockquote{margin:.32rem 0;padding:.21333rem .32rem}.agreement-page .agreement-container .agreement-content table{font-size:.32rem}.agreement-page .agreement-container .agreement-content table th,.agreement-page .agreement-container .agreement-content table td{padding:.10667rem .21333rem}}@media (min-width: 768px){.agreement-page .agreement-container{max-width:21.33333rem;margin:.42667rem auto}}.asset-records{height:100vh;background-color:#f5f5f5}.asset-records .adm-modal-title{font-size:.37333rem}.asset-records .list{height:calc(100vh - 2.66667rem);overflow-y:auto}.asset-records .list .record-list{display:flex;flex-direction:column;gap:.32rem;padding:0 .42667rem 1.28rem;margin-top:.42667rem}.asset-records .list .record-item{display:flex;align-items:center;justify-content:space-between;padding:.42667rem;background:#fff;border-radius:.21333rem;box-shadow:0 .05333rem .21333rem #0000001a;cursor:pointer;transition:all .2s ease}.asset-records .list .record-item:hover{box-shadow:0 .10667rem .32rem #00000026;transform:translateY(-.02667rem)}.asset-records .list .record-item:active{transform:translateY(0)}.asset-records .list .record-item .left-content{display:flex;align-items:center;gap:.32rem;flex:1}.asset-records .list .record-item .icon-container{display:flex;align-items:center;justify-content:center;width:.85333rem;height:.85333rem;border-radius:50%;background:#52c41a1a;flex-shrink:0}.asset-records .list .record-item .icon-container .incoming-icon{width:.53333rem;height:.53333rem;transform:rotate(270deg)}.asset-records .list .record-item .time-info{display:flex;flex-direction:column;justify-content:center;flex:1}.asset-records .list .record-item .time-info .time-text{font-size:.37333rem;color:#999;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-records .list .record-item .right-content{display:flex;flex-direction:column;align-items:flex-end;gap:.21333rem;min-width:3.2rem}.asset-records .list .record-item .nft-info .nft-name{font-size:.42667rem;font-weight:600;color:#333;text-align:right}.asset-records .list .record-item .nft-info .contribution-type-text{font-size:.32rem;color:#666;text-align:right;margin-top:.10667rem}.asset-records .list .record-item .record-details .detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.10667rem;font-size:.32rem}.asset-records .list .record-item .record-details .detail-row:last-child{margin-bottom:0}.asset-records .list .record-item .record-details .detail-row .label{color:#999;flex-shrink:0}.asset-records .list .record-item .record-details .detail-row .value{color:#666;text-align:right;flex:1;margin-left:.21333rem}.asset-records .list .record-item .record-details .detail-row .value.hash{font-family:monospace;color:#1890ff}.asset-records .list .record-item .record-details .time-row .time-text{display:block;font-size:.32rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.asset-records .list .record-item .status-tag{font-size:.32rem;color:#666;text-align:right;margin-top:.10667rem}.asset-records .list .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.6rem .53333rem;margin-top:.53333rem}.asset-records .list .empty-state .empty-text{color:#999;font-size:.37333rem;margin-top:.32rem}.asset-records .list .list-footer{display:flex;align-items:center;justify-content:center;height:1.17333rem;margin:.21333rem 0 .42667rem;color:#999;font-size:.32rem;border-radius:.21333rem}.asset-records .list .list-footer.is-loading{color:#fa6d50;position:relative}.asset-records .list .list-footer.is-loading:before{content:"";width:.37333rem;height:.37333rem;border:.05333rem solid #fa6d50;border-top-color:transparent;border-radius:50%;margin-right:.21333rem;animation:spin .8s linear infinite}.asset-records .list .list-footer.can-load{color:#666}.asset-records .list .list-footer.no-more{color:#bbb}.asset-records .list .list-footer .footer-text{line-height:1}.asset-records .adm-tabs{background:#fff}.asset-records .adm-tabs .adm-tabs-header{border-bottom:.02667rem solid #f0f0f0}.asset-records .adm-tabs .adm-tabs-tab{font-size:.37333rem}.asset-records .adm-tabs .adm-tabs-tab.adm-tabs-tab-active{font-weight:600}.asset-records .nft-detail{padding:0}.asset-records .nft-detail .detail-header{display:flex;align-items:center;margin-bottom:.42667rem;padding-bottom:.32rem;border-bottom:.02667rem solid #f0f0f0}.asset-records .nft-detail .detail-header .nft-level-large{margin-right:.32rem}.asset-records .nft-detail .detail-header .nft-level-large .level-badge-large{display:inline-block;width:1.06667rem;height:1.06667rem;line-height:1.06667rem;text-align:center;background:#1890ff;color:#fff;border-radius:.21333rem;font-size:.37333rem;font-weight:600}.asset-records .nft-detail .detail-header .nft-info-large{flex:1;text-align:center}.asset-records .nft-detail .detail-header .nft-info-large .nft-name-large{font-size:.42667rem;font-weight:600;color:#333;margin-bottom:.16rem}.asset-records .nft-detail .detail-header .nft-info-large .status-tag-large{font-size:.32rem;padding:.05333rem .21333rem;border-radius:.32rem}.asset-records .nft-detail .detail-header .nft-info-large .contribution-type{font-size:.32rem;color:#666;margin-top:.10667rem}.asset-records .nft-detail .detail-content .detail-item{display:flex;justify-content:space-between;align-items:center;padding:.21333rem 0;border-bottom:.02667rem solid #f5f5f5}.asset-records .nft-detail .detail-content .detail-item:last-child{border-bottom:none}.asset-records .nft-detail .detail-content .detail-item .detail-label{color:#999;font-size:.34667rem;min-width:1.6rem;flex-shrink:0}.asset-records .nft-detail .detail-content .detail-item .detail-value{color:#333;font-size:.34667rem;text-align:right;flex:1;margin-left:.32rem;word-break:break-all}.asset-records .nft-detail .detail-content .detail-item .hash-value{display:flex;align-items:center;flex:1;margin-left:.32rem}.asset-records .nft-detail .detail-content .detail-item .hash-value .detail-value{margin-left:0;text-align:right;width:100%}.asset-records .nft-detail .detail-content .detail-item .hash-value .copy-btn{color:#fa6d50;cursor:pointer;padding:.10667rem;border:none;background:transparent;transition:all .2s ease;display:flex;align-items:center;justify-content:center;transform:translate(.10667rem)}.asset-records .nft-detail .detail-content .detail-item .hash-value .copy-btn:hover{background:#f0f8ff;border-radius:.08rem}.asset-records .nft-detail .detail-content .detail-item .hash-value .copy-btn:active{background:#e6f7ff;transform:scale(.98);border-radius:.08rem}.asset-records .adm-modal .adm-modal-body{padding:.42667rem}.change-password-page{min-height:100vh;background:#fff;position:relative;overflow:hidden}.change-password-page .adm-list-default .adm-list-body{border-top:none}.change-password-page .adm-input .adm-input-element{font-size:.37333rem}.change-password-page .form-card{padding:.32rem!important}.change-password-page .adm-form-item{padding-left:0!important;margin-bottom:0!important}.change-password-page .adm-form-item .adm-list-item-content{border-top:none!important}.change-password-page .adm-list-item-content{padding-right:0}.change-password-page .adm-list-item-content .adm-list-item-title .adm-form-item-label{margin-bottom:.26667rem}.change-password-page .form-actions{border-top:none!important}.change-password-page .background-decoration{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.change-password-page .background-decoration .floating-shapes{position:absolute;width:100%;height:100%}.change-password-page .background-decoration .floating-shapes .shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#f964460d,#60a5fa0d);animation:float-gentle 6s infinite ease-in-out}.change-password-page .background-decoration .floating-shapes .shape.shape-1{width:2.13333rem;height:2.13333rem;top:15%;left:10%;animation-delay:0s}.change-password-page .background-decoration .floating-shapes .shape.shape-2{width:1.6rem;height:1.6rem;top:25%;right:15%;animation-delay:1.5s}.change-password-page .background-decoration .floating-shapes .shape.shape-3{width:2.66667rem;height:2.66667rem;top:65%;left:5%;animation-delay:3s}.change-password-page .background-decoration .floating-shapes .shape.shape-4{width:1.86667rem;height:1.86667rem;top:75%;right:10%;animation-delay:4.5s}.change-password-page .background-decoration .floating-shapes .shape.shape-5{width:1.33333rem;height:1.33333rem;top:35%;left:60%;animation-delay:6s}.change-password-page .background-decoration .floating-shapes .shape.shape-6{width:2.4rem;height:2.4rem;top:85%;left:40%;animation-delay:7.5s}.change-password-page .main-content{position:relative;z-index:2;padding:.32rem;max-width:12.8rem;margin:0 auto}.change-password-page .main-content .security-tips{background:#fff;border-radius:.42667rem;padding:.42667rem;margin-bottom:.42667rem;box-shadow:0 .05333rem .32rem #0000000f;border:.02667rem solid rgba(0,0,0,.06);position:relative;overflow:hidden}.change-password-page .main-content .security-tips:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#34d399,#60a5fa);border-radius:.53333rem .53333rem 0 0}.change-password-page .main-content .security-tips .tips-header{display:flex;align-items:center;gap:.21333rem;margin-bottom:.32rem}.change-password-page .main-content .security-tips .tips-header .security-icon{width:1.06667rem;height:1.06667rem;background:linear-gradient(135deg,#34d399,#60a5fa);border-radius:.32rem;display:flex;align-items:center;justify-content:center;color:#fff;animation:icon-pulse 2s infinite ease-in-out}.change-password-page .main-content .security-tips .tips-header .tips-content h3{font-size:.42667rem;font-weight:700;color:#1a1a1a;margin-bottom:.05333rem;line-height:1.3}.change-password-page .main-content .security-tips .tips-header .tips-content p{font-size:.34667rem;color:#595959;line-height:1.4}.change-password-page .main-content .security-tips .password-requirements{display:flex;gap:.21333rem}.change-password-page .main-content .security-tips .password-requirements .requirement-item{display:flex;align-items:center;gap:.10667rem;padding:.10667rem .21333rem;background:#34d3991a;border-radius:.21333rem;color:#34d399;font-size:.32rem;font-weight:500;transition:all .3s ease}.change-password-page .main-content .security-tips .password-requirements .requirement-item svg{flex-shrink:0;width:.37333rem;height:.37333rem}.change-password-page .main-content .security-tips .password-requirements .requirement-item.valid{background:#34d39926;color:#059669;transform:scale(1.02);box-shadow:0 .05333rem .10667rem #34d39933}.change-password-page .main-content .security-tips .password-requirements .requirement-item.valid svg{animation:check-bounce .6s ease}.change-password-page .main-content .form-card{background:#fff;border-radius:.42667rem;padding:.42667rem;box-shadow:0 .05333rem .32rem #0000000f;border:.02667rem solid rgba(0,0,0,.06);position:relative;overflow:hidden}.change-password-page .main-content .form-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#f96446,#ff8a73);border-radius:.53333rem .53333rem 0 0}.change-password-page .main-content .form-card .card-header{display:flex;align-items:center;gap:.32rem;margin-bottom:.42667rem;padding-bottom:.32rem;border-bottom:.02667rem solid rgba(0,0,0,.06)}.change-password-page .main-content .form-card .card-header .header-icon{width:1.28rem;height:1.28rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.42667rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 .05333rem .21333rem #f964464d}.change-password-page .main-content .form-card .card-header .header-content h2{font-size:.53333rem;font-weight:700;color:#1a1a1a;margin-bottom:.05333rem;line-height:1.3}.change-password-page .main-content .form-card .card-header .header-content p{font-size:.34667rem;color:#595959;line-height:1.4}.change-password-page .main-content .form-card .password-form .adm-form-item{margin-bottom:.42667rem}.change-password-page .main-content .form-card .password-form .adm-form-item .form-label{display:flex;align-items:center;gap:.10667rem;font-size:.37333rem;font-weight:600;color:#1a1a1a;margin-bottom:.10667rem}.change-password-page .main-content .form-card .password-form .adm-form-item .form-label svg{color:#f96446;flex-shrink:0}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input{width:100%;height:1.28rem;padding:0 .32rem;font-size:.4rem;border-radius:.32rem;border:.05333rem solid rgba(0,0,0,.08);background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input:focus{border-color:#f96446;background:#fff;box-shadow:0 0 0 .10667rem #f964461a;transform:translateY(-.05333rem)}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input:hover{border-color:#f964464d;background:#fff}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input::placeholder{color:#595959;font-size:.37333rem}.change-password-page .main-content .form-card .password-form .adm-form-item .adm-form-item-feedback{font-size:.34667rem;color:#ef4444;margin-top:.10667rem;padding-left:.21333rem;display:flex;align-items:center;gap:.10667rem}.change-password-page .main-content .form-card .password-form .adm-form-item .adm-form-item-feedback:before{content:"⚠";font-size:.32rem}.change-password-page .main-content .form-card .password-form .password-input-wrapper{position:relative;display:flex;align-items:center}.change-password-page .main-content .form-card .password-form .password-input-wrapper .adm-input{padding-right:1.06667rem}.change-password-page .main-content .form-card .password-form .password-input-wrapper .password-toggle{position:absolute;right:.32rem;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.10667rem;color:#9ca3af;transition:color .2s ease;z-index:1}.change-password-page .main-content .form-card .password-form .password-input-wrapper .password-toggle:hover{color:#6b7280}.change-password-page .main-content .form-card .password-form .password-input-wrapper .password-toggle svg{width:.42667rem;height:.42667rem}.change-password-page .main-content .form-card .password-form .form-actions{margin-top:.42667rem;padding-top:.32rem;border-top:.02667rem solid rgba(0,0,0,.06)}.change-password-page .main-content .form-card .password-form .form-actions .submit-button{height:1.28rem;font-size:.4rem;font-weight:700;border-radius:.32rem;background:linear-gradient(135deg,#f96446,#ff8a73);border:none;box-shadow:0 .05333rem .21333rem #f964464d;display:flex;align-items:center;justify-content:center;gap:.10667rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .32rem #f9644666}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:hover:before{left:100%}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:active{transform:translateY(0)}.change-password-page .main-content .form-card .password-form .form-actions .submit-button.adm-button-loading{background:linear-gradient(135deg,#d1d5db,#9ca3af);box-shadow:0 .05333rem .21333rem #0000001a}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);box-shadow:0 .05333rem .21333rem #0000001a;cursor:not-allowed;opacity:.6;transform:none}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:disabled:hover{transform:none;box-shadow:0 .05333rem .21333rem #0000001a}.change-password-page .main-content .form-card .password-form .form-actions .submit-button:disabled:hover:before{left:-100%}.change-password-page .main-content .form-card .password-form .form-actions .submit-button svg{flex-shrink:0}@keyframes float-gentle{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-.4rem) rotate(90deg);opacity:.8}}@keyframes icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes check-bounce{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media screen and (max-width: 375px){.change-password-page .main-content{padding:.21333rem}.change-password-page .main-content .security-tips{padding:.32rem;margin-bottom:.32rem}.change-password-page .main-content .security-tips .tips-header .security-icon{width:.96rem;height:.96rem}.change-password-page .main-content .security-tips .tips-header .tips-content h3{font-size:.4rem}.change-password-page .main-content .security-tips .password-requirements{flex-direction:column;gap:.10667rem}.change-password-page .main-content .security-tips .password-requirements .requirement-item{padding:.10667rem;font-size:.29333rem}.change-password-page .main-content .form-card{padding:.32rem}.change-password-page .main-content .form-card .card-header .header-icon{width:1.06667rem;height:1.06667rem}.change-password-page .main-content .form-card .card-header .header-content h2{font-size:.48rem}.change-password-page .main-content .form-card .password-form .adm-form-item{margin-bottom:.32rem}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input,.change-password-page .main-content .form-card .password-form .form-actions .submit-button{height:1.17333rem;font-size:.37333rem}}@media (prefers-color-scheme: dark){.change-password-page{background:#fff}.change-password-page .main-content .security-tips,.change-password-page .main-content .form-card{background:#fff;border-color:#0000000f}.change-password-page .main-content .security-tips .tips-content h3,.change-password-page .main-content .security-tips .header-content h2,.change-password-page .main-content .form-card .tips-content h3,.change-password-page .main-content .form-card .header-content h2{color:#1a1a1a}.change-password-page .main-content .security-tips .tips-content p,.change-password-page .main-content .security-tips .header-content p,.change-password-page .main-content .form-card .tips-content p,.change-password-page .main-content .form-card .header-content p{color:#595959}.change-password-page .main-content .form-card .password-form .adm-form-item .form-label{color:#1a1a1a}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input{background:#fff;border-color:#00000014;color:#1a1a1a}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input::placeholder{color:#595959}.change-password-page .main-content .form-card .password-form .adm-form-item .password-input:focus{background:#fff;border-color:#f96446}}.home-page{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);padding:0;position:relative;overflow:hidden}.home-page .background-decoration{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.home-page .background-decoration .floating-shapes{position:absolute;width:100%;height:100%}.home-page .background-decoration .floating-shapes .shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#f964461a,#60a5fa1a);animation:float-shape 6s infinite ease-in-out}.home-page .background-decoration .floating-shapes .shape.shape-1{width:1.6rem;height:1.6rem;top:10%;left:10%;animation-delay:0s}.home-page .background-decoration .floating-shapes .shape.shape-2{width:1.06667rem;height:1.06667rem;top:20%;right:15%;animation-delay:1s}.home-page .background-decoration .floating-shapes .shape.shape-3{width:2.13333rem;height:2.13333rem;top:60%;left:5%;animation-delay:2s}.home-page .background-decoration .floating-shapes .shape.shape-4{width:1.33333rem;height:1.33333rem;top:70%;right:10%;animation-delay:3s}.home-page .background-decoration .floating-shapes .shape.shape-5{width:.8rem;height:.8rem;top:30%;left:50%;animation-delay:4s}.home-page .background-decoration .floating-shapes .shape.shape-6{width:1.86667rem;height:1.86667rem;top:80%;left:30%;animation-delay:5s}.home-page .background-decoration .floating-shapes .shape.shape-7{width:1.2rem;height:1.2rem;top:15%;left:70%;animation-delay:6s}.home-page .background-decoration .floating-shapes .shape.shape-8{width:1.46667rem;height:1.46667rem;top:45%;right:5%;animation-delay:7s}.home-page .background-decoration .gradient-orbs{position:absolute;width:100%;height:100%}.home-page .background-decoration .gradient-orbs .orb{position:absolute;border-radius:50%;filter:blur(1.06667rem);opacity:.6}.home-page .background-decoration .gradient-orbs .orb.orb-1{width:5.33333rem;height:5.33333rem;background:radial-gradient(circle,rgba(249,100,70,.15) 0%,transparent 70%);top:-2.66667rem;right:-2.66667rem;animation:orb-float 8s infinite ease-in-out}.home-page .background-decoration .gradient-orbs .orb.orb-2{width:4rem;height:4rem;background:radial-gradient(circle,rgba(96,165,250,.1) 0%,transparent 70%);bottom:-2rem;left:-2rem;animation:orb-float 10s infinite ease-in-out reverse}.home-page .background-decoration .gradient-orbs .orb.orb-3{width:3.2rem;height:3.2rem;background:radial-gradient(circle,rgba(52,211,153,.1) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:orb-float 12s infinite ease-in-out}.home-page .header{position:relative;z-index:2;padding:.26667rem .37333rem!important;margin:.42667rem;background:#fffffff2;border-radius:.64rem;box-shadow:0 .21333rem .85333rem #00000014;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border:.02667rem solid rgba(255,255,255,.2)}.home-page .header .header-content{display:flex;align-items:center;justify-content:space-between}.home-page .header .header-content .user-info .avatar-container{display:flex;align-items:center;gap:.32rem}.home-page .header .header-content .user-info .avatar-container .avatar-ring{position:relative}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar{width:1.70667rem;height:1.70667rem;border-radius:50%;overflow:hidden;border:.08rem solid transparent;background:linear-gradient(135deg,#f96446,#ff8a73);padding:.08rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar:before{content:"";position:absolute;top:-.08rem;left:-.08rem;right:-.08rem;bottom:-.08rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:50%;z-index:-1;opacity:0;transition:opacity .3s ease}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .3s ease}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar:hover{transform:scale(1.05);box-shadow:0 .21333rem .85333rem #f964464d}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar:hover:before{opacity:1}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar:hover img{transform:scale(1.1)}.home-page .header .header-content .user-info .avatar-container .avatar-ring .status-indicator{position:absolute;bottom:.05333rem;right:.05333rem;width:.42667rem;height:.42667rem;background:#34d399;border:.08rem solid white;border-radius:50%;animation:pulse-dot 2s infinite}.home-page .header .header-content .user-info .avatar-container .user-details{display:flex;flex-direction:column;justify-content:center}.home-page .header .header-content .user-info .avatar-container .user-details .username{display:flex;align-items:center;gap:.21333rem;margin-bottom:.10667rem}.home-page .header .header-content .user-info .avatar-container .user-details .username .name{font-size:.53333rem;font-weight:700;color:#1a1a1a;line-height:1.2}.home-page .header .header-content .user-info .avatar-container .user-details .status-container{display:flex;align-items:center;gap:.21333rem}.home-page .header .header-content .user-info .avatar-container .user-details .status-container .status{font-size:.37333rem;color:#595959;line-height:1.4}.home-page .header .header-content .user-info .avatar-container .user-details .status-container .go-auth{display:inline-flex;align-items:center;justify-content:center;background-color:#f96446;color:#fff;border-radius:.42667rem;padding:.10667rem .21333rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.home-page .header .header-content .user-info .avatar-container .user-details .status-container .go-auth:hover{background-color:#e55a3a}.home-page .header .header-content .user-info .avatar-container .user-details .status-container .level-badge{background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;padding:.05333rem .21333rem;border-radius:.32rem;font-size:.32rem;font-weight:600;line-height:1;margin-left:.26667rem}.home-page .header .header-content .user-info .avatar-container .user-details .status-container .level-badge .level-badge-name{margin-left:.13333rem}.home-page .header .header-content .header-actions .settings{width:1.28rem;height:1.28rem;border-radius:.42667rem;background:#f964461a;border:.02667rem solid rgba(249,100,70,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#f96446}.home-page .header .header-content .header-actions .settings:hover{background:#f9644626;border-color:#f964464d;transform:scale(1.05);box-shadow:0 .10667rem .42667rem #f9644633}.home-page .header .header-content .header-actions .settings:active{transform:scale(.95)}.home-page .upgrade-banner{position:relative;margin:.42667rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.53333rem;padding:.26667rem .37333rem!important;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 .21333rem .85333rem #f9644640}.home-page .upgrade-banner:hover{transform:translateY(-.10667rem);box-shadow:0 .42667rem 1.28rem #f9644659}.home-page .upgrade-banner:hover .banner-glow{opacity:1}.home-page .upgrade-banner .banner-content{position:relative;z-index:2;display:flex;align-items:center;gap:.42667rem}.home-page .upgrade-banner .banner-content .upgrade-icon{width:1.28rem;height:1.28rem;background:#fff3;border-radius:.42667rem;display:flex;align-items:center;justify-content:center;color:#fff;animation:icon-pulse 2s infinite ease-in-out}.home-page .upgrade-banner .banner-content .upgrade-text{flex:1}.home-page .upgrade-banner .banner-content .upgrade-text .title{font-size:.48rem;font-weight:700;color:#fff;margin-bottom:.10667rem;line-height:1.3}.home-page .upgrade-banner .banner-content .upgrade-text .subtitle{font-size:.37333rem;color:#fffc;line-height:1.4}.home-page .upgrade-banner .banner-content .upgrade-action{display:flex;align-items:center;gap:.10667rem;background:#fff3;padding:.21333rem .42667rem;border-radius:.42667rem;color:#fff;font-weight:600;font-size:.37333rem;transition:all .3s ease}.home-page .upgrade-banner .banner-content .upgrade-action:hover{background:#ffffff4d;transform:scale(1.05)}.home-page .upgrade-banner .banner-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;animation:glow-rotate 4s infinite linear}.home-page .token-section{margin:.42667rem;background:#fffffff2;border-radius:.53333rem;padding:.64rem;box-shadow:0 .21333rem .85333rem #00000014;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border:.02667rem solid rgba(255,255,255,.2);position:relative;overflow:hidden}.home-page .token-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#f96446,#ff8a73,#60a5fa);border-radius:.53333rem .53333rem 0 0}.home-page .token-section .token-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.53333rem;cursor:pointer}.home-page .token-section .token-header .header-left{display:flex;align-items:center;gap:.21333rem}.home-page .token-section .token-header .header-left .token-icon{width:.85333rem;height:.85333rem;background:#f964461a;border-radius:.32rem;display:flex;align-items:center;justify-content:center;color:#f96446}.home-page .token-section .token-header .header-left span{font-size:.42667rem;font-weight:600;color:#1a1a1a}.home-page .token-section .token-display{text-align:center;margin-bottom:.53333rem}.home-page .token-section .token-display .token-amount{display:flex;align-items:baseline;justify-content:center;gap:.21333rem;margin-bottom:.32rem}.home-page .token-section .token-display .token-amount .number{font-size:1.17333rem;font-weight:600;background:linear-gradient(135deg,#f96446,#ff8a73);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.home-page .token-section .token-display .token-amount .unit{font-size:.64rem;font-weight:600;color:#595959}.home-page .token-section .token-display .token-trend{display:flex;align-items:center;justify-content:center;gap:.10667rem;color:#34d399;font-size:.37333rem;font-weight:600}.home-page .token-section .verify-btn{width:100%;height:1.28rem;background:linear-gradient(135deg,#f96446,#ff8a73);border:none;border-radius:.42667rem;color:#fff;font-weight:700;font-size:.42667rem;display:flex;align-items:center;justify-content:center;gap:.21333rem;box-shadow:0 .10667rem .42667rem #f964464d;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;cursor:pointer}.home-page .token-section .verify-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease;z-index:1}.home-page .token-section .verify-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .4s ease;z-index:2}.home-page .token-section .verify-btn>*{position:relative;z-index:3}.home-page .token-section .verify-btn:hover{transform:translateY(-.08rem) scale(1.02);box-shadow:0 .32rem .85333rem #f9644680;background:linear-gradient(135deg,#ff6b4a,#ff9a7a)}.home-page .token-section .verify-btn:hover:before{left:100%}.home-page .token-section .verify-btn:hover:after{width:3.2rem;height:3.2rem}.home-page .token-section .verify-btn:active{transform:translateY(-.02667rem) scale(.98);box-shadow:0 .16rem .53333rem #f9644666}.home-page .token-section .verify-btn{animation:button-pulse 3s infinite ease-in-out}.home-page .token-section .verify-btn .particle-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.home-page .token-section .verify-btn .particle-container .particle{position:absolute;width:.10667rem;height:.10667rem;background:#fffc;border-radius:50%;animation:particle-float 2s infinite ease-out}.home-page .token-section .verify-btn .particle-container .particle:nth-child(1){top:20%;left:20%;animation-delay:0s}.home-page .token-section .verify-btn .particle-container .particle:nth-child(2){top:30%;right:20%;animation-delay:.3s}.home-page .token-section .verify-btn .particle-container .particle:nth-child(3){bottom:30%;left:30%;animation-delay:.6s}.home-page .token-section .verify-btn .particle-container .particle:nth-child(4){bottom:20%;right:30%;animation-delay:.9s}.home-page .token-section .verify-btn:hover .particle-container .particle{animation-play-state:running}.home-page .function-buttons{display:flex;gap:.42667rem;padding:0 .42667rem;margin-bottom:.64rem}.home-page .function-buttons .function-item{flex:1;background:#fffffff2;border-radius:.53333rem;padding:.53333rem;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 .10667rem .53333rem #0000000f;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border:.02667rem solid rgba(255,255,255,.2);position:relative;overflow:hidden}.home-page .function-buttons .function-item:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#f96446,#ff8a73);border-radius:.53333rem .53333rem 0 0;opacity:0;transition:opacity .3s ease}.home-page .function-buttons .function-item:hover{transform:translateY(-.21333rem);box-shadow:0 .42667rem 1.28rem #0000001f}.home-page .function-buttons .function-item:hover:before{opacity:1}.home-page .function-buttons .function-item:hover .function-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 .21333rem .85333rem #f964464d}.home-page .function-buttons .function-item:hover .function-icon:after{width:2.66667rem;height:2.66667rem;opacity:.3}.home-page .function-buttons .function-item .function-icon{width:1.70667rem;height:1.70667rem;border-radius:.53333rem;margin:0 auto .42667rem;position:relative;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.home-page .function-buttons .function-item .function-icon:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);transition:all .6s cubic-bezier(.4,0,.2,1);z-index:1}.home-page .function-buttons .function-item .function-icon.nft-icon{background:linear-gradient(135deg,#f96446,#ff8a73)}.home-page .function-buttons .function-item .function-icon.asset-icon{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.home-page .function-buttons .function-item .function-icon svg{position:relative;z-index:2;transition:all .3s ease}.home-page .function-buttons .function-item .function-label{font-size:.42667rem;font-weight:600;color:#1a1a1a;line-height:1.4}.home-page .team-section{margin:0 .42667rem .64rem;background:#fffffff2;border-radius:.53333rem;padding:.53333rem;box-shadow:0 .21333rem .85333rem #00000014;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border:.02667rem solid rgba(255,255,255,.2);position:relative;overflow:hidden}.home-page .team-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#34d399,#60a5fa);border-radius:.53333rem .53333rem 0 0}.home-page .team-section .team-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.53333rem;cursor:pointer}.home-page .team-section .team-header .header-left{display:flex;align-items:center;gap:.21333rem}.home-page .team-section .team-header .header-left .team-icon{width:.85333rem;height:.85333rem;background:#34d3991a;border-radius:.32rem;display:flex;align-items:center;justify-content:center;color:#34d399}.home-page .team-section .team-header .header-left span{font-size:.42667rem;font-weight:600;color:#1a1a1a}.home-page .team-section .team-stats{display:grid;grid-template-columns:1fr;gap:.32rem}.home-page .team-section .team-stats .stat-item{min-width:0;display:flex;align-items:center;gap:.32rem;text-align:left;background:#f964460d;border:.02667rem solid rgba(249,100,70,.1);border-radius:.42667rem;padding:.42667rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.home-page .team-section .team-stats .stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:.05333rem;background:linear-gradient(90deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.home-page .team-section .team-stats .stat-item:hover{transform:translateY(-.10667rem);box-shadow:0 .21333rem .64rem #f9644626;border-color:#f9644633}.home-page .team-section .team-stats .stat-item:hover:before{opacity:1}.home-page .team-section .team-stats .stat-item .stat-icon{width:1.06667rem;height:1.06667rem;background:#f964461a;border-radius:.32rem;display:flex;align-items:center;justify-content:center;margin:0;color:#f96446;flex:0 0 auto}.home-page .team-section .team-stats .stat-item .stat-content{display:flex;align-items:center;gap:.21333rem;flex:1 1 auto}.home-page .team-section .team-stats .stat-item .stat-content .stat-label{display:inline-flex;align-items:center;justify-content:flex-start;font-size:.32rem;color:#595959;margin:0;line-height:1.3;white-space:nowrap}.home-page .team-section .team-stats .stat-item .stat-content .stat-label .stat-label-icon{width:.32rem;height:.32rem}.home-page .team-section .team-stats .stat-item .stat-content .stat-value{font-size:clamp(.42667rem,6vw,.64rem);font-weight:800;background:linear-gradient(135deg,#f96446,#ff8a73);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-left:auto;margin-bottom:0;line-height:1.2;white-space:nowrap}.home-page .team-section .team-stats .stat-item .stat-content .stat-change{font-size:.32rem;font-weight:600;color:#595959}.home-page .team-section .team-stats .stat-item .stat-content .stat-change.positive{color:#34d399}@keyframes float-shape{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-.53333rem) rotate(180deg);opacity:1}}@keyframes orb-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(.8rem,-.8rem) scale(1.1)}66%{transform:translate(-.53333rem,.53333rem) scale(.9)}}@keyframes glow-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes button-pulse{0%,to{box-shadow:0 .10667rem .42667rem #f964464d}50%{box-shadow:0 .16rem .64rem #f9644666}}@keyframes particle-float{0%{opacity:0;transform:translateY(0) scale(0)}20%{opacity:1;transform:translateY(-.26667rem) scale(1)}80%{opacity:1;transform:translateY(-.8rem) scale(1)}to{opacity:0;transform:translateY(-1.33333rem) scale(0)}}@media screen and (max-width: 375px){.home-page .header{margin:.32rem;padding:.42667rem}.home-page .header .header-content .user-info .avatar-container .avatar-ring .avatar{width:1.49333rem;height:1.49333rem}.home-page .header .header-content .user-info .avatar-container .user-details .username .name{font-size:.48rem}.home-page .upgrade-banner,.home-page .token-section,.home-page .team-section{margin-left:.32rem;margin-right:.32rem}.home-page .function-buttons{padding:0 .32rem;gap:.32rem}.home-page .function-buttons .function-item{padding:.42667rem}.home-page .function-buttons .function-item .function-icon{width:1.49333rem;height:1.49333rem}.home-page .team-section .team-stats{grid-template-columns:1fr;gap:.21333rem}.home-page .team-section .team-stats .stat-item{padding:.32rem}}.explain-item{padding:.26667rem 0;border-bottom:.02667rem solid rgba(0,0,0,.04);position:relative;transition:all .3s ease}.explain-item:last-child{border-bottom:none;padding-bottom:0}.explain-item:before{content:"";position:absolute;left:-.74667rem;top:50%;transform:translateY(-50%);width:.10667rem;height:0;background:linear-gradient(180deg,#f96446,#ff8a73);border-radius:.05333rem;transition:height .3s ease}.explain-item:hover:before{height:1.06667rem}.explain-item:hover{padding-left:.21333rem}.explain-item .title{font-size:.37333rem;font-weight:700;color:#1a1a1a;margin-bottom:.21333rem;line-height:1.4;display:flex;align-items:center;gap:.21333rem}.explain-item .title:before{content:"●";color:#f96446;font-size:.32rem;animation:pulse 2s infinite}.explain-item .desc{font-size:.32rem;color:#6c757d;line-height:1.6;padding-left:.37333rem;position:relative}.text{font-size:.45333rem;color:#1a1a1a;line-height:1.7;text-align:center;padding:.64rem 0;font-weight:500;position:relative}.text:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1.6rem;height:.08rem;background:linear-gradient(90deg,#f96446,#ff8a73);border-radius:.05333rem}.id-card-page .hero{text-align:center;padding:.42667rem .21333rem .21333rem}.id-card-page .hero .hero-icon{width:1.70667rem;height:1.70667rem;margin:0 auto .21333rem;display:grid;place-items:center;border-radius:50%;background-color:#04dc13;color:#fff;font-size:.74667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.id-card-page .hero .hero-title{font-size:.48rem;font-weight:600;color:#1a1a1a;margin-bottom:.53333rem;margin-bottom:.10667rem}.id-card-page .hero .hero-subtitle{font-size:.32rem;color:#595959;line-height:1.4}.id-card-page .hero .status-badge{display:inline-block;padding:.10667rem .26667rem;border-radius:.21333rem;font-size:.32rem;margin-bottom:.10667rem}.id-card-page .hero .status-badge.success{background:#fef2f0;color:#e55a3a;border:.02667rem solid #fde2dd}.id-card-page .form-container{max-width:10.66667rem;margin:0 auto;padding:.21333rem}.id-card-page .adm-card{margin:.37333rem 0!important;padding:0 .37333rem!important}.id-card-page .adm-card .adm-list-default .adm-list-body{border-top:none;border-bottom:none}.id-card-page .adm-card .adm-form-item{margin-bottom:0}.id-card-page .adm-card .adm-form-item .adm-list-item-content-main{padding:0!important}.id-card-page .adm-card .adm-form-item .adm-input{height:initial!important}.id-card-page .adm-card .adm-form-item .adm-input .adm-input-element{font-size:.37333rem!important}.id-card-page .adm-card .adm-form-item:nth-child(2) .adm-list-item-content{padding-top:.26667rem}.id-card-page .form-actions{margin-top:0!important}.id-card-page .card{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.id-card-page .card:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.id-card-page .card:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.id-card-page .card:hover:before{opacity:1}.id-card-page .card{margin-bottom:.10667rem;padding:.10667rem;position:relative;overflow:hidden}.id-card-page .card:last-child{margin-bottom:0}.id-card-page .card:before{content:"";position:absolute;top:0;left:0;right:0;height:.05333rem;background:linear-gradient(135deg,#fef2f0,#fde2dd)}.id-card-page .form-section{margin-bottom:.21333rem}.id-card-page .form-section:last-child{margin-bottom:0}.id-card-page .section-title{font-size:.42667rem;font-weight:500;color:#1a1a1a;margin-bottom:.42667rem;margin-bottom:.21333rem}.id-card-page .section-description{font-size:.32rem;color:#595959;line-height:1.4;margin-bottom:.42667rem}.id-card-page .form-actions{display:flex;flex-direction:column;gap:.32rem;margin-top:.64rem;width:100%}.id-card-page .form-actions .submit-button{position:relative;overflow:hidden;border:none;border-radius:.32rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.id-card-page .form-actions .submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.id-card-page .form-actions .submit-button:hover:before{left:100%}.id-card-page .form-actions .submit-button:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .16rem #00000012,0 .05333rem .10667rem #0000000f}.id-card-page .form-actions .submit-button:active{transform:translateY(0)}.id-card-page .form-actions .submit-button{background:linear-gradient(135deg,#f96446,#ff8a73);height:1.28rem;font-size:.42667rem}.id-card-page .form-actions .back-button{background:transparent;border:.02667rem solid #f96446;color:#f96446;border-radius:.21333rem;font-weight:500;transition:all .3s ease}.id-card-page .form-actions .back-button:hover{background:#f96446;color:#fff}.id-card-page .form-actions .back-button{height:1.28rem;font-size:.42667rem}.id-card-page .tips-card .notice-title{font-size:.42667rem;font-weight:500;color:#1a1a1a;margin-bottom:.42667rem;margin-bottom:.21333rem}.id-card-page .tips-card .notice-content{font-size:.32rem;color:#595959;line-height:1.4;line-height:1.6}.id-card-page .notice-section .notice-title{font-size:.42667rem;font-weight:500;color:#1a1a1a;margin-bottom:.42667rem;margin-bottom:.21333rem}.id-card-page .notice-section .notice-content{font-size:.32rem;color:#595959;line-height:1.4;line-height:1.6}.id-card-page .notice-section .notice-content ul{padding-left:.53333rem;margin:0}.id-card-page .notice-section .notice-content ul li{margin-bottom:.21333rem}.id-card-page .notice-section .notice-content ul li:last-child{margin-bottom:0}.id-card-page .adm-form.is-authed .adm-input{background:#f0f0f0;color:#595959;padding:0 .32rem}.id-card-page .adm-form .adm-form-item{margin-bottom:.42667rem}.id-card-page .adm-form .adm-form-item:last-child{margin-bottom:0}.id-card-page .adm-form .adm-form-item .adm-form-item-label{font-size:.37333rem;color:#1a1a1a;line-height:1.5;font-weight:500;margin-bottom:.21333rem}.id-card-page .adm-form .adm-form-item .adm-input{height:1.17333rem;border-radius:.21333rem;font-size:.37333rem;padding:0 .32rem}.page-container.login-page .form-container{padding:.21333rem;max-width:10.66667rem;margin:0 auto}.page-container.login-page .page-title{font-size:.48rem;font-weight:600;color:#1a1a1a;margin-bottom:.53333rem;text-align:center;margin-bottom:.85333rem}.page-container.login-page .card{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.page-container.login-page .card:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.page-container.login-page .card:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.page-container.login-page .card:hover:before{opacity:1}.page-container.login-page .card{padding:.21333rem;margin:.10667rem 0 .21333rem}.page-container.login-page .tips{font-size:.32rem;color:#8c8c8c;line-height:1.4;text-align:center;margin-bottom:.42667rem}.page-container.login-page .mini-program-section{margin-bottom:.42667rem}.page-container.login-page .mini-program-section .adm-button{background:linear-gradient(135deg,#07c160,#00d4aa);border:none;font-weight:500}.page-container.login-page .agreement-container{margin-top:.21333rem;padding:0 .32rem;text-align:center}.page-container.login-page .agreement-container .agreement-link{color:var(--theme-color);text-decoration:none;margin:0 .10667rem}.page-container.login-page .agreement-container .agreement-link:hover{text-decoration:underline}.page-container.login-page .adm-card-body{padding-top:.8rem}.page-container.login-page .adm-form.is-authed .adm-input{background:#f0f0f0;color:#595959;padding:0 .32rem}.page-container.login-page .adm-form .adm-form-item{margin-bottom:.21333rem}.page-container.login-page .adm-form .adm-form-item .adm-form-item-label{font-size:.37333rem;color:#1a1a1a;line-height:1.5;font-weight:500;margin-bottom:.21333rem}.page-container.login-page .adm-form .adm-form-item .adm-input{height:initial;border-radius:.21333rem;font-size:.37333rem}.page-container.login-page .adm-form .adm-form-item .adm-input .adm-input-element{font-size:.37333rem}.page-container.login-page .adm-form .adm-form-item .adm-list-item-content-main{padding:0!important}.page-container.login-page .adm-form .adm-form-item .adm-button{height:1.06667rem;font-size:.37333rem}.page-container.login-page .adm-form .adm-form-footer .adm-button{height:1.28rem;font-size:.42667rem;font-weight:500}.page-container.login-page .adm-form .adm-form-footer .login-btn{position:relative;overflow:hidden;border:none;border-radius:.32rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.page-container.login-page .adm-form .adm-form-footer .login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.page-container.login-page .adm-form .adm-form-footer .login-btn:hover:before{left:100%}.page-container.login-page .adm-form .adm-form-footer .login-btn:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .16rem #00000012,0 .05333rem .10667rem #0000000f}.page-container.login-page .adm-form .adm-form-footer .login-btn:active{transform:translateY(0)}.page-container.login-page .adm-form .adm-form-footer .login-btn{border-radius:.32rem;height:1.28rem;font-size:.42667rem;font-weight:700;color:#fff;box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d}.page-container.login-page .text-center .adm-button{height:1.06667rem;font-size:.37333rem}.page-container.login-page .adm-card{margin:.37333rem 0!important;padding:0 .37333rem!important}.page-container.login-page .adm-card .adm-list-default .adm-list-body{border-top:none;border-bottom:none}.page-container.login-page .adm-card .adm-form-item{margin-bottom:0}.page-container.login-page .adm-card .adm-form-item .adm-list-item-content-main{padding:0!important}.page-container.login-page .adm-card .adm-form-item .adm-input{height:initial!important}.page-container.login-page .adm-card .adm-form-item .adm-input .adm-input-element{font-size:.37333rem!important}.page-container.login-page .adm-card .adm-form-item:nth-child(2) .adm-list-item-content{padding-top:.26667rem}.nft-page{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);position:relative}.nft-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(249,100,70,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(96,165,250,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.nft-content{padding:.42667rem;position:relative;z-index:1}.claim-section{background:#fffffff2;border:.02667rem solid rgba(249,100,70,.1);border-radius:.53333rem;padding:.64rem;margin-bottom:.64rem;position:relative;overflow:hidden;box-shadow:0 .21333rem .85333rem #0000000f;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem)}.claim-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#f96446,#ff8a73);border-radius:.53333rem .53333rem 0 0}.claim-section .section-header{margin-bottom:.64rem;text-align:center}.claim-section .section-header h3{color:#f96446;font-size:.64rem;font-weight:700;margin:0 0 .21333rem;letter-spacing:-.01333rem}.claim-section .section-header p{color:#595959;font-size:.37333rem;margin:0;line-height:1.5;opacity:.8}.claim-section .claimable-nfts{margin-bottom:.53333rem}.claim-section .nft-scroll-container{display:flex;gap:.42667rem;overflow-x:auto;padding:.21333rem .21333rem .32rem;margin:0 -.21333rem}.claim-section .nft-scroll-container::-webkit-scrollbar{height:.16rem}.claim-section .nft-scroll-container::-webkit-scrollbar-track{background:#fff;border-radius:.08rem}.claim-section .nft-scroll-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.08rem}.claim-section .nft-scroll-container::-webkit-scrollbar-thumb:hover{background:#e55a3a}.claim-section .center-loading{display:flex;align-items:center;justify-content:center}.claim-section .details-btn{position:relative;overflow:hidden;border:none;border-radius:.32rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.claim-section .details-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.claim-section .details-btn:hover:before{left:100%}.claim-section .details-btn:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .16rem #00000012,0 .05333rem .10667rem #0000000f}.claim-section .details-btn:active{transform:translateY(0)}.claim-section .details-btn{width:100%;height:1.17333rem;font-size:.4rem;font-weight:600;border:.02667rem solid #fde2dd;background:#fef2f0;color:#e55a3a}.claim-section .details-btn:hover{background:#fde2dd;border-color:#e55a3a;transform:translateY(-.02667rem)}.nft-card{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.32rem;min-width:3.73333rem;padding:.53333rem .42667rem;border-radius:.42667rem;background:#fff;border:.05333rem solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 .10667rem .32rem #0000000d}.nft-card.completed{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#22c55e;box-shadow:0 .21333rem .64rem #22c55e26}.nft-card.completed .nft-level{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.nft-card.completed .nft-status-icon{background:#22c55e;color:#fff}.nft-card.processing{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b;box-shadow:0 .21333rem .64rem #f59e0b26}.nft-card.processing .nft-level{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.nft-card.processing .nft-status-icon{background:#f59e0b;color:#fff}.nft-card.available{background:linear-gradient(135deg,#fef2f2,#fecaca);border-color:#f96446;box-shadow:0 .21333rem .64rem #f9644633}.nft-card.available .nft-level{background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;animation:pulse 2s infinite}.nft-card.available .nft-status-icon{background:#f96446;color:#fff}.nft-card.locked{background:#f9fafb;border-color:#d1d5db;opacity:.7;box-shadow:0 .05333rem .21333rem #0000000d}.nft-card.locked .nft-level{background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff}.nft-card.locked .nft-status-icon{background:#9ca3af;color:#fff}.nft-card.level-locked{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fca5a5;opacity:.8;box-shadow:0 .10667rem .32rem #fca5a533;position:relative}.nft-card.level-locked .nft-level{background:linear-gradient(135deg,#fca5a5,#f87171);color:#fff;position:absolute;z-index:1}.nft-card.level-locked .nft-status-icon{background:#fca5a5;color:#fff}.nft-card.level-locked .claim-btn{background:#fca5a5!important;border-color:#fca5a5!important;color:#fff!important;cursor:not-allowed;opacity:.7}.nft-card:hover{transform:translateY(-.16rem);box-shadow:0 .42667rem 1.28rem #0000001f;border-color:#f96446}.nft-card:hover .nft-image-container{transform:scale(1.05)}.nft-card .nft-image-container{width:2.66667rem;height:2.66667rem;border-radius:.32rem;overflow:hidden;position:relative;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:.05333rem solid #e5e7eb;background:#f9fafb}.nft-card .nft-image-container:before{content:"";position:absolute;top:-.05333rem;left:-.05333rem;right:-.05333rem;bottom:-.05333rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.32rem;z-index:-1;opacity:0;transition:opacity .3s ease;pointer-events:none}.nft-card .nft-image-container:hover:before{opacity:1}.nft-card .nft-image-container .nft-image{width:100%;height:100%;object-fit:cover;border-radius:.26667rem;transition:transform .3s ease}.nft-card .nft-placeholder{width:2.66667rem;height:2.66667rem;border:.05333rem solid #e5e7eb;border-radius:.32rem;display:flex;align-items:center;justify-content:center;background:#f9fafb;position:relative;transition:all .3s ease}.nft-card .nft-placeholder .nft-placeholder-content{text-align:center;z-index:1}.nft-card .nft-placeholder .nft-placeholder-content .nft-level-display{font-size:.53333rem;font-weight:700;color:#1a1a1a;margin-bottom:.10667rem}.nft-card .nft-placeholder .nft-placeholder-content .nft-type{font-size:.32rem;color:#595959;font-weight:600;letter-spacing:.02667rem}.nft-card .claim-btn{height:.96rem;min-width:2.13333rem;font-size:.37333rem;font-weight:600;border-radius:.48rem;padding:0 .42667rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.nft-card .claim-btn[disabled]{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.nft-card .claim-btn:not([disabled]){background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;box-shadow:0 .10667rem .32rem #f964464d}.nft-card .claim-btn:not([disabled]):hover{transform:translateY(-.02667rem);box-shadow:0 .16rem .42667rem #f9644666}.nft-card .nft-level{position:absolute;top:.32rem;right:.32rem;background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;font-size:.32rem;font-weight:700;padding:.10667rem .21333rem;border-radius:.32rem;box-shadow:0 .05333rem .21333rem #00000026;z-index:2;pointer-events:none}.nft-card .nft-status-icon{position:absolute;top:.32rem;left:.32rem;z-index:2;background:#f96446;color:#fff;border-radius:50%;width:.74667rem;height:.74667rem;display:flex;align-items:center;justify-content:center;box-shadow:0 .05333rem .21333rem #00000026;-webkit-backdrop-filter:blur(.10667rem);backdrop-filter:blur(.10667rem);pointer-events:none}.nft-card .nft-progress{width:100%;margin:.21333rem 0}.nft-card .nft-progress .progress-bar{width:100%;height:.16rem;background:#e5e7eb;border-radius:.08rem;overflow:hidden;margin-bottom:.16rem}.nft-card .nft-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#f96446,#ff8a73);border-radius:.08rem;transition:width .3s ease}.nft-card .nft-progress .progress-text{font-size:.32rem;color:#595959;text-align:center;font-weight:600}.nft-card .nft-conditions{font-size:.32rem;color:#595959;text-align:center;background:#f3f4f6;padding:.10667rem .21333rem;border-radius:.32rem;font-weight:500}.owned-section{background:#fffffff2;border:.02667rem solid rgba(34,197,94,.1);border-radius:.53333rem;padding:.64rem;position:relative;overflow:hidden;box-shadow:0 .21333rem .85333rem #0000000f;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem)}.owned-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:.53333rem .53333rem 0 0}.owned-section .section-title{color:#22c55e;font-size:.53333rem;font-weight:700;margin-bottom:.53333rem;text-align:center;letter-spacing:-.01333rem}.owned-section .section-title:before{content:"🎯";margin-right:.21333rem;font-size:.48rem}.owned-section .owned-nfts{display:grid;grid-template-columns:repeat(auto-fit,minmax(1.6rem,1fr));gap:.32rem;height:5.33333rem;max-height:5.33333rem;overflow-y:auto;padding:.21333rem;border-radius:.32rem;background:#f8fafc80}.owned-section .owned-nfts::-webkit-scrollbar{width:.16rem}.owned-section .owned-nfts::-webkit-scrollbar-track{background:#0000001a;border-radius:.08rem}.owned-section .owned-nfts::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#22c55e,#16a34a);border-radius:.08rem}.owned-section .owned-nfts::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#16a34a,#15803d)}.owned-section .owned-nfts .owned-nft-item{position:relative;width:100%;height:100%}.owned-section .owned-nfts .owned-nft-image{width:100%;height:100%;object-fit:cover;border-radius:.32rem;border:.10667rem solid #f0f0f0}.owned-section .owned-nfts .nft-level{position:absolute;top:.18667rem;right:.18667rem;background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;font-size:.32rem;font-weight:700;padding:.10667rem .21333rem;border-radius:.32rem;box-shadow:0 .05333rem .21333rem #00000026;z-index:2;pointer-events:none}.loading-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:3.2rem;color:#595959;font-size:.37333rem;background:#fff}.loading-placeholder:before{content:"";width:.85333rem;height:.85333rem;border:.08rem solid #fde2dd;border-top:.08rem solid #f96446;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.32rem}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #f9644666}50%{transform:scale(1.05);box-shadow:0 0 0 .21333rem #f964461a}to{transform:scale(1);box-shadow:0 0 #f9644600}}@media (max-width: 375px){.nft-content{padding:.32rem}.claim-section{padding:.42667rem}.claim-section .section-header h3{font-size:.48rem}.claim-section .section-header p{font-size:.34667rem}.nft-card{min-width:2.13333rem;padding:.21333rem}.nft-card .nft-image-container,.nft-card .nft-placeholder{width:1.92rem;height:1.92rem}.nft-card .nft-image-container span,.nft-card .nft-placeholder span{font-size:.29333rem}.nft-card .nft-image{width:1.92rem;height:1.92rem}.owned-section{padding:.42667rem}.owned-section .owned-nfts{grid-template-columns:repeat(3,1fr);gap:.21333rem}.owned-section .owned-nfts .nft-card .nft-image-container,.owned-section .owned-nfts .nft-card .nft-placeholder{max-width:1.6rem}}@media (max-width: 320px){.nft-content{padding:.21333rem}.claim-section,.owned-section{padding:.32rem}.nft-card{min-width:1.86667rem}.nft-card .nft-image-container,.nft-card .nft-placeholder{width:1.70667rem;height:1.70667rem}}@media (min-width: 768px){.nft-content{max-width:12.8rem;margin:0 auto}}.nft-modal-body{background:transparent;padding:0}.nft-modal-mask{background:#0009;-webkit-backdrop-filter:blur(.10667rem);backdrop-filter:blur(.10667rem)}.nft-modal-content{background:#fafafa;border-radius:.42667rem;padding:0;margin:.53333rem;max-width:10.66667rem;width:calc(100vw - 1.06667rem);box-shadow:0 .66667rem 1.33333rem #00000040;border:.02667rem solid #f0f0f0;overflow:hidden}.nft-modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:.53333rem .53333rem .42667rem;border-bottom:.02667rem solid #f0f0f0;background:linear-gradient(135deg,#fef2f0,#fde2dd)}.nft-modal-content .modal-header h3{font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:0;font-size:.48rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#f96446,#ff8a73);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nft-modal-content .modal-header .close-icon{font-size:.64rem;color:#595959;cursor:pointer;transition:all .2s ease;padding:.10667rem;border-radius:.10667rem}.nft-modal-content .modal-header .close-icon:hover{color:#1a1a1a;background:#fff}.nft-modal-content .modal-body{padding:.53333rem}.nft-modal-content .modal-body .condition-item{display:flex;align-items:center;justify-content:space-between;padding:.26667rem 0;border-bottom:.02667rem solid #f0f0f0;transition:all .2s ease}.nft-modal-content .modal-body .condition-item:last-child{border-bottom:none;padding-bottom:0}.nft-modal-content .modal-body .condition-item:hover{background:#fff;margin:0 -.32rem;padding-left:.32rem;padding-right:.32rem;border-radius:.10667rem}.nft-modal-content .modal-body .condition-item .condition-text{font-weight:600;letter-spacing:-.01em;line-height:1.4;color:#1a1a1a;font-size:.37333rem;line-height:1.5;flex:1}.nft-modal-content .modal-body .condition-item .condition-text:before{content:"•";color:#f96446;margin-right:.21333rem;font-weight:700}.nft-modal-content .modal-body .condition-item .check-icon{font-size:.53333rem;margin-left:.32rem;flex-shrink:0;transition:all .2s ease}.nft-modal-content .modal-body .condition-item .check-icon.success{color:#52c41a}.nft-modal-content .modal-body .condition-item .check-icon.error{color:#ff4d4f}.modal-content{background:linear-gradient(145deg,#fff,#fafbfc);border-radius:.64rem;box-shadow:0 .85333rem 1.70667rem #0000001f,0 .42667rem .85333rem #00000014,0 0 0 .02667rem #fffc;max-width:11.2rem;width:100%;max-height:85vh;overflow:hidden;animation:modalSlideIn .5s cubic-bezier(.34,1.56,.64,1);position:relative}.modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:.10667rem;background:linear-gradient(90deg,#f96446,#ff8a73,#60a5fa);border-radius:.64rem .64rem 0 0}.modal-header{display:flex;align-items:center;padding:.74667rem .74667rem .53333rem;border-bottom:.02667rem solid rgba(0,0,0,.06);gap:.42667rem;position:relative}.modal-header:after{content:"";position:absolute;bottom:0;left:.74667rem;right:.74667rem;height:.02667rem;background:linear-gradient(90deg,transparent 0%,rgba(249,100,70,.2) 50%,transparent 100%)}.header-icon{width:1.28rem;height:1.28rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.42667rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 .21333rem .64rem #f964464d,0 .10667rem .32rem #f9644633;position:relative;overflow:hidden}.header-title{font-size:.53333rem;font-weight:700;color:#1a1a1a;flex:1;letter-spacing:-.02em;line-height:1.3}.close-btn{width:.96rem;height:.96rem;border:none;background:linear-gradient(145deg,#f8f9fa,#e9ecef);border-radius:.32rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#6c757d;box-shadow:0 .05333rem .21333rem #0000001a;position:relative;overflow:hidden}.close-btn:hover{transform:translateY(-.05333rem) scale(1.05);box-shadow:0 .21333rem .64rem #00000026;color:#495057}.modal-body{padding:.64rem .74667rem .74667rem;max-height:65vh;overflow-y:auto;position:relative}.condition-item{display:flex;align-items:center;justify-content:space-between;padding:.42667rem 0;border-bottom:.02667rem solid rgba(0,0,0,.04);transition:all .3s ease;position:relative}.condition-item:last-child{border-bottom:none}.condition-item:hover{padding-left:.21333rem}.condition-item:before{content:"";position:absolute;left:-.74667rem;top:50%;transform:translateY(-50%);width:.10667rem;height:0;background:linear-gradient(180deg,#f96446,#ff8a73);border-radius:.05333rem;transition:height .3s ease}.condition-item:hover:before{height:1.06667rem}.condition-title{display:flex;align-items:center;gap:.32rem;font-size:.42667rem;font-weight:600;color:#1a1a1a;flex:1}.condition-dot{width:.21333rem;height:.21333rem;border-radius:50%;transition:all .3s ease}.condition-dot.completed{background:#22c55e;box-shadow:0 0 0 .08rem #22c55e33;animation:pulse 2s infinite}.condition-dot.pending{background:#e5e7eb}.condition-status{display:flex;align-items:center;justify-content:center;width:.85333rem;height:.85333rem;border-radius:.21333rem;transition:all .3s ease}.condition-status.completed{background:#22c55e1a;color:#22c55e}.condition-status.pending{background:#ef44441a;color:#ef4444}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.06667rem .53333rem;text-align:center}.empty-icon{color:#9ca3af;margin-bottom:.42667rem;opacity:.6}.empty-text{font-size:.42667rem;color:#6b7280;font-weight:500}.confirm-modal{max-width:10.13333rem}.confirm-content{text-align:center}.nft-preview{margin-bottom:.64rem;position:relative}.nft-level-badge{display:inline-block;background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;padding:.21333rem .42667rem;border-radius:.53333rem;font-size:.37333rem;font-weight:700;margin-bottom:.42667rem;box-shadow:0 .10667rem .32rem #f964464d}.nft-icon-preview{width:2.13333rem;height:2.13333rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.53333rem;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#fff;box-shadow:0 .21333rem .64rem #f964464d;position:relative;overflow:hidden}.nft-icon-preview:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);animation:iconShimmer 3s infinite}.confirm-text{margin-bottom:.85333rem}.confirm-text h3{font-size:.53333rem;font-weight:700;color:#1a1a1a;margin-bottom:.21333rem;line-height:1.3}.confirm-text p{font-size:.4rem;color:#6b7280;line-height:1.5}.confirm-actions{display:flex;gap:.32rem;justify-content:center}.cancel-btn,.confirm-btn{flex:1;height:1.28rem;border:none;border-radius:.32rem;font-size:.42667rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cancel-btn{background:linear-gradient(145deg,#f8f9fa,#e9ecef);color:#6c757d;box-shadow:0 .05333rem .21333rem #0000001a}.cancel-btn:hover{transform:translateY(-.05333rem);box-shadow:0 .21333rem .64rem #00000026;color:#495057}.cancel-btn:active{transform:translateY(0)}.confirm-btn{background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;box-shadow:0 .10667rem .42667rem #f964464d}.confirm-btn:hover{transform:translateY(-.05333rem);box-shadow:0 .21333rem .85333rem #f9644666;background:linear-gradient(135deg,#ff6b4a,#ff9a7a)}.confirm-btn:active{transform:translateY(0)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(1.06667rem) scale(.9) rotateX(10deg)}50%{opacity:.8;transform:translateY(-.26667rem) scale(1.02) rotateX(-2deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.receive-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.receive-page:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(249,100,70,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.receive-content{padding:.42667rem;position:relative;z-index:1}.particles-container{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.particle{position:absolute;width:.10667rem;height:.10667rem;background:#fff9;border-radius:50%;animation:float 6s infinite ease-in-out}.particle:before{content:"";position:absolute;top:-.05333rem;left:-.05333rem;right:-.05333rem;bottom:-.05333rem;background:#fff3;border-radius:50%;animation:pulse 2s infinite}.main-card{background:#fffffff2;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border-radius:.64rem;padding:.64rem;margin-bottom:.53333rem;box-shadow:0 .53333rem 1.06667rem #0000001a,0 .21333rem .42667rem #0000000d,inset 0 .02667rem #fffc;border:.02667rem solid rgba(255,255,255,.3);position:relative;overflow:hidden}.main-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#667eea,#764ba2,#f96446);border-radius:.64rem .64rem 0 0}.main-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.64rem}.main-card .card-header .daily-badge{display:flex;align-items:center;background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;padding:.21333rem .42667rem;border-radius:.53333rem;font-size:.37333rem;font-weight:600;box-shadow:0 .10667rem .32rem #f964464d}.main-card .card-header .daily-badge .badge-icon{margin-right:.16rem;display:flex;align-items:center;justify-content:center;color:#fff}.main-card .card-header .daily-badge .badge-icon svg{width:.42667rem;height:.42667rem}.main-card .card-header .countdown{text-align:right;color:#666}.main-card .card-header .countdown .countdown-label{display:block;font-size:.32rem;margin-bottom:.10667rem}.main-card .card-header .countdown .countdown-time{font-family:Courier New,monospace;font-size:.42667rem;font-weight:700;color:#f96446;background:linear-gradient(135deg,#f96446,#ff8a73);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-card .token-display{display:flex;align-items:center;justify-content:center;margin-bottom:.85333rem;padding:.53333rem;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-radius:.53333rem;position:relative;overflow:hidden}.main-card .token-display:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);animation:shimmer 3s infinite}.main-card .token-display .token-icon{position:relative;margin-right:.53333rem}.main-card .token-display .token-icon .token-glow{position:absolute;top:-.26667rem;left:-.26667rem;right:-.26667rem;bottom:-.26667rem;background:radial-gradient(circle,rgba(249,100,70,.3) 0%,transparent 70%);border-radius:50%;animation:pulse 2s infinite}.main-card .token-display .token-icon .token-symbol{position:relative;width:2.13333rem;height:2.13333rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.96rem;font-weight:700;color:#fff;box-shadow:0 .26667rem .53333rem #f964464d,inset 0 .02667rem #ffffff4d;animation:float 3s ease-in-out infinite}.main-card .token-display .token-info{text-align:left}.main-card .token-display .token-info .token-amount{font-size:1.28rem;font-weight:800;background:linear-gradient(135deg,#f96446,#ff8a73);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.10667rem}.main-card .token-display .token-info .token-unit{font-size:.48rem;color:#666;font-weight:600;margin-bottom:.10667rem}.main-card .token-display .token-info .token-level{font-size:.37333rem;color:#999;background:#f964461a;padding:.10667rem .32rem;border-radius:.32rem;display:inline-block}.main-card .contribution-info{margin-bottom:.32rem}.main-card .contribution-info .contribution-item{display:flex;align-items:center;padding:.26667rem 0;background:#f8f9ff80;transition:all .3s ease}.main-card .contribution-info .contribution-item:hover{background:#f8f9ffcc;transform:translate(.10667rem)}.main-card .contribution-info .contribution-item .contribution-icon{margin-right:.42667rem;width:1.06667rem;height:1.06667rem;display:flex;align-items:center;justify-content:center;background:#f964461a;border-radius:.32rem;color:#f96446;transition:all .3s ease}.main-card .contribution-info .contribution-item .contribution-icon svg{width:.53333rem;height:.53333rem;transition:all .3s ease}.main-card .contribution-info .contribution-item .contribution-icon:hover{background:#f9644626;transform:scale(1.05)}.main-card .contribution-info .contribution-item .contribution-icon:hover svg{transform:scale(1.1)}.main-card .contribution-info .contribution-item .contribution-details{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.32rem}.main-card .contribution-info .contribution-item .contribution-details .contribution-label{font-size:.37333rem;color:#666;margin-bottom:0;white-space:nowrap}.main-card .contribution-info .contribution-item .contribution-details .contribution-value{font-size:.48rem;font-weight:600;line-height:1;color:#f96446}.main-card .contribution-info .contribution-item .contribution-status{width:.85333rem;height:.85333rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.42667rem;font-weight:700}.main-card .contribution-info .contribution-item .contribution-status.success{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff;box-shadow:0 .10667rem .32rem #52c41a4d}.main-card .receive-btn{width:100%;height:1.49333rem;border-radius:.74667rem;font-size:.37333rem;font-weight:600;margin-bottom:.42667rem;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;cursor:pointer}.main-card .receive-btn.available{background:linear-gradient(135deg,#52c41a,#73d13d);box-shadow:0 .21333rem .53333rem #52c41a66;color:#fff}.main-card .receive-btn.available:hover{transform:translateY(-.05333rem);box-shadow:0 .32rem .64rem #52c41a80}.main-card .receive-btn.available:active{transform:translateY(0)}.main-card .receive-btn.processing{background:linear-gradient(135deg,#faad14,#ffc53d);box-shadow:0 .21333rem .53333rem #faad1466;color:#fff}.main-card .receive-btn.success{background:linear-gradient(135deg,#52c41a,#73d13d);box-shadow:0 .21333rem .53333rem #52c41a66;color:#fff}.main-card .receive-btn.disabled,.main-card .receive-btn.is-disabled{background:#999;color:#fff;box-shadow:0 .21333rem .53333rem #9996;cursor:not-allowed;opacity:.8}.main-card .receive-btn .loading-content{display:flex;align-items:center;justify-content:center;gap:.21333rem}.main-card .receive-btn .loading-spinner{width:.53333rem;height:.53333rem;border:.05333rem solid rgba(255,255,255,.3);border-top:.05333rem solid white;border-radius:50%;animation:spin 1s linear infinite}.main-card .receive-btn .success-content,.main-card .receive-btn .disabled-content,.main-card .receive-btn .receive-content-btn{display:flex;align-items:center;justify-content:center;gap:.21333rem}.main-card .status-hint{text-align:center;font-size:.37333rem;color:#666;font-weight:500}.rules-card{background:#ffffffe6;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border-radius:.53333rem;padding:.53333rem;margin-bottom:.53333rem;box-shadow:0 .21333rem .53333rem #00000014;border:.02667rem solid rgba(255,255,255,.3)}.rules-card .rules-header{display:flex;align-items:center;margin-bottom:.53333rem;border-bottom:.05333rem solid rgba(249,100,70,.1)}.rules-card .rules-header .rules-icon{margin-right:.21333rem;display:flex;align-items:center;justify-content:center;color:#f96446}.rules-card .rules-header .rules-icon svg{width:.53333rem;height:.53333rem}.rules-card .rules-header .rules-title{font-size:.48rem;font-weight:700;color:#333}.rules-card .rules-list .rule-item{display:flex;align-items:flex-start;padding:.26667rem 0;border-bottom:.02667rem solid rgba(0,0,0,.05)}.rules-card .rules-list .rule-item:last-child{border-bottom:none}.rules-card .rules-list .rule-item .rule-icon{margin-right:.42667rem;margin-top:.05333rem;width:.8rem;height:.8rem;display:flex;align-items:center;justify-content:center;background:#f964461a;border-radius:.26667rem;flex-shrink:0;color:#f96446;transition:all .3s ease}.rules-card .rules-list .rule-item .rule-icon svg{width:.45333rem;height:.45333rem;transition:all .3s ease}.rules-card .rules-list .rule-item .rule-icon:hover{background:#f9644626;transform:scale(1.05)}.rules-card .rules-list .rule-item .rule-icon:hover svg{transform:scale(1.1)}.rules-card .rules-list .rule-item .rule-content{flex:1}.rules-card .rules-list .rule-item .rule-content .rule-title{font-size:.37333rem;font-weight:600;color:#333;margin-bottom:.16rem}.rules-card .rules-list .rule-item .rule-content .rule-desc{font-size:.37333rem;color:#666;line-height:1.5}.stats-card{background:#ffffffe6;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border-radius:.53333rem;padding:.53333rem;box-shadow:0 .21333rem .53333rem #00000014;border:.02667rem solid rgba(255,255,255,.3)}.stats-card .stats-header{display:flex;align-items:center;margin-bottom:.53333rem;padding-bottom:.32rem;border-bottom:.05333rem solid rgba(249,100,70,.1)}.stats-card .stats-header .stats-icon{margin-right:.21333rem;display:flex;align-items:center;justify-content:center;color:#f96446}.stats-card .stats-header .stats-icon svg{width:.53333rem;height:.53333rem}.stats-card .stats-header .stats-title{font-size:.48rem;font-weight:700;color:#333}.stats-card .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.42667rem}.stats-card .stats-grid .stat-item{text-align:center;padding:.42667rem;background:#f8f9ff80;border-radius:.42667rem;transition:all .3s ease}.stats-card .stats-grid .stat-item:hover{background:#f8f9ffcc;transform:translateY(-.05333rem)}.stats-card .stats-grid .stat-item .stat-value{font-size:.64rem;font-weight:800;background:linear-gradient(135deg,#f96446,#ff8a73);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.10667rem}.stats-card .stats-grid .stat-item .stat-label{font-size:.32rem;color:#666;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-.26667rem)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 375px){.receive-content{padding:.32rem}.main-card{padding:.53333rem}.main-card .card-header{flex-direction:column;gap:.42667rem;align-items:flex-start}.main-card .card-header .countdown{text-align:left}.main-card .token-display{flex-direction:column;text-align:center}.main-card .token-display .token-icon{margin-right:0;margin-bottom:.42667rem}.main-card .receive-btn{height:1.28rem;font-size:.42667rem}.stats-card .stats-grid{grid-template-columns:1fr;gap:.32rem}}.skeleton-card{background:#fffffff2;-webkit-backdrop-filter:blur(.53333rem);backdrop-filter:blur(.53333rem);border-radius:.64rem;padding:.64rem;margin-bottom:.53333rem;box-shadow:0 .53333rem 1.06667rem #0000001a,0 .21333rem .42667rem #0000000d,inset 0 .02667rem #fffc;border:.02667rem solid rgba(255,255,255,.3);position:relative;overflow:hidden}.skeleton-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(90deg,#667eea,#764ba2,#f96446);border-radius:.64rem .64rem 0 0}.skeleton-card .skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.64rem}.skeleton-card .skeleton-header .skeleton-title{width:3.2rem;height:.53333rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.10667rem}.skeleton-card .skeleton-header .skeleton-button{width:2.13333rem;height:.85333rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.42667rem}.skeleton-card .skeleton-content .skeleton-item{display:flex;align-items:center;padding:.42667rem;background:#f8f9ff80;border-radius:.42667rem;margin-bottom:.32rem}.skeleton-card .skeleton-content .skeleton-item .skeleton-label{width:2.66667rem;height:.37333rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.10667rem;margin-right:.42667rem}.skeleton-card .skeleton-content .skeleton-item .skeleton-value{width:1.6rem;height:.48rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.10667rem}.skeleton-card .skeleton-content .skeleton-button-large{width:100%;height:1.49333rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.74667rem;margin-top:.42667rem}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.page-container .form-container{padding:.42667rem;max-width:10.66667rem;margin:0 auto}@media screen and (max-width: 375px){.page-container .form-container{padding:.32rem}}@media screen and (min-width: 414px){.page-container .form-container{padding:.53333rem}}.page-container .adm-form .adm-form-item{margin-bottom:.42667rem}.page-container .adm-form .adm-form-item:last-child{margin-bottom:0}.page-container .adm-form .adm-form-item .adm-form-item-label{font-size:.37333rem;color:#1a1a1a;line-height:1.5;font-weight:500;margin-bottom:.21333rem}.page-container .adm-form .adm-form-item .adm-input{height:1.17333rem;border-radius:.21333rem;font-size:.37333rem}.page-container .adm-form .adm-form-footer .adm-button{height:1.28rem;font-size:.42667rem;font-weight:500}.page-container .password-input-wrapper .password-toggle{position:absolute;right:.32rem;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.10667rem;color:#9ca3af;transition:color .2s ease;z-index:1}.page-container .password-input-wrapper .password-toggle:hover{color:#6b7280}.page-container .password-tips{font-size:.32rem;color:#6b7280}.setting-page{min-height:100vh;background:linear-gradient(135deg,#fff,#fafafa);position:relative;overflow:hidden}.setting-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(249,100,70,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(249,100,70,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.setting-page .user-section{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.setting-page .user-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.setting-page .user-section:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.setting-page .user-section:hover:before{opacity:1}.setting-page .user-section{padding:.85333rem .42667rem .64rem;text-align:center;margin:.32rem .32rem .42667rem;position:relative;overflow:hidden}.setting-page .user-section:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.32rem .32rem 0 0}.setting-page .user-section .avatar-container{margin-bottom:.42667rem}.setting-page .user-section .avatar-container .avatar{width:2.24rem;height:2.24rem;border-radius:50%;border:.08rem solid #fde2dd;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;object-fit:cover;transition:transform .3s ease}.setting-page .user-section .avatar-container .avatar:hover{transform:translateY(-.05333rem)}.setting-page .user-section .username{font-weight:600;letter-spacing:-.01em;line-height:1.4;font-size:.48rem;font-weight:700;margin-bottom:0;color:#1a1a1a}.setting-page .user-section .account-brief{margin-top:.32rem;background:#fff;border-radius:.32rem;padding:.21333rem .32rem;text-align:left}.setting-page .user-section .account-brief .brief-row{display:flex;align-items:center;column-gap:.21333rem;padding:.16rem 0;border-bottom:.02667rem solid #f0f0f0}.setting-page .user-section .account-brief .brief-row:last-child{border-bottom:none}.setting-page .user-section .account-brief .brief-row .label{font-size:.32rem;color:#595959;line-height:1.4;text-align:left}.setting-page .user-section .account-brief .brief-row .value{font-size:.37333rem;color:#1a1a1a;line-height:1.5;color:#595959;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;flex:1}.setting-page .user-section .account-brief .brief-row .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.setting-page .user-section .account-brief .brief-row .address-value{display:inline-flex;align-items:center;justify-content:flex-end}.setting-page .user-section .account-brief .brief-row .address-value .address{color:#595959}.setting-page .user-section .account-brief .brief-row .address-value .copy-icon{cursor:pointer;padding:.10667rem 0;transition:all .2s ease;color:#fa6d50}.setting-page .quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.21333rem;padding:0 .32rem .32rem}.setting-page .quick-actions .action-btn{position:relative;overflow:hidden;border:none;border-radius:.32rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.setting-page .quick-actions .action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.setting-page .quick-actions .action-btn:hover:before{left:100%}.setting-page .quick-actions .action-btn:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .16rem #00000012,0 .05333rem .10667rem #0000000f}.setting-page .quick-actions .action-btn:active{transform:translateY(0)}.setting-page .quick-actions .action-btn{background:#fff;border:.02667rem solid #f0f0f0;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;border-radius:.32rem;padding:.32rem .21333rem;display:flex;flex-direction:column;align-items:center;gap:.16rem}.setting-page .quick-actions .action-btn .icon{width:.96rem;height:.96rem;display:grid;place-items:center}.setting-page .quick-actions .action-btn .icon svg{width:.85333rem;height:.85333rem;display:block}.setting-page .quick-actions .action-btn .text{font-size:.32rem;color:#595959}.setting-page .account-info{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.setting-page .account-info:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.setting-page .account-info:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.setting-page .account-info:hover:before{opacity:1}.setting-page .account-info{padding:.42667rem;margin:0 .32rem .42667rem}.setting-page .account-info:before{content:"";position:absolute;top:0;left:0;right:0;height:.05333rem;background:linear-gradient(135deg,#fef2f0,#fde2dd)}.setting-page .account-info .info-item{display:flex;align-items:center;justify-content:space-between;padding:.32rem 0;border-bottom:.02667rem solid #f0f0f0}.setting-page .account-info .info-item:last-child{border-bottom:none}.setting-page .account-info .info-item .label{font-size:.37333rem;color:#1a1a1a;line-height:1.5;font-weight:500}.setting-page .account-info .info-item .value{font-size:.37333rem;color:#1a1a1a;line-height:1.5;color:#595959}.setting-page .account-info .info-item .address-value{display:flex;align-items:center;justify-content:center}.setting-page .account-info .info-item .address-value .address{font-size:.37333rem;color:#1a1a1a;line-height:1.5;color:#595959}.setting-page .account-info .info-item .address-value .copy-icon{cursor:pointer;padding:.16rem 0;border-radius:.21333rem;transition:all .2s ease;border:.02667rem solid #fde2dd;background:#fef2f0}.setting-page .account-info .info-item .address-value .copy-icon:hover{box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.setting-page .section-title{margin:.21333rem .32rem;color:#1a1a1a;font-size:.32rem;font-weight:700;letter-spacing:.02em;position:relative}.setting-page .section-title:before{content:"";position:absolute;left:0;bottom:-.16rem;width:.85333rem;height:.08rem;border-radius:.08rem;background:linear-gradient(135deg,#f96446,#ff8a73)}.setting-page .setting-options{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.setting-page .setting-options:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.setting-page .setting-options:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.setting-page .setting-options:hover:before{opacity:1}.setting-page .setting-options{margin:0 .32rem .85333rem;padding:.21333rem .32rem}.setting-page .setting-options .setting-item{padding:.21333rem .32rem;border-bottom:.02667rem solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.setting-page .setting-options .setting-item:nth-last-child(1){border-bottom:none}.setting-page .setting-options .setting-item:active{background:#fef2f0}.setting-page .setting-options .setting-item:hover .arrow-icon{color:#e55a3a}.setting-page .setting-options .setting-item .setting-content{display:flex;justify-content:space-between;align-items:center;min-height:1.17333rem}.setting-page .setting-options .setting-item .setting-title{font-size:.37333rem;line-height:1.5;font-weight:600;font-size:14px;color:#1a1a1a}.setting-page .setting-options .setting-item .list-extra{display:flex;align-items:center;justify-content:center;gap:.21333rem}.setting-page .setting-options .setting-item .list-extra .status-text,.setting-page .setting-options .setting-item .list-extra .action-text{font-size:.32rem;color:#595959;line-height:1.4;color:#e55a3a;background:#fef2f0;padding:.05333rem .21333rem;border-radius:.10667rem;border:.02667rem solid #fde2dd;font-size:.26667rem}.setting-page .setting-options .setting-item .list-extra .arrow-icon{display:flex;align-items:center;justify-content:center;color:#bfbfbf;transition:color .2s ease;flex-shrink:0}.setting-page .setting-options .setting-item .list-extra .arrow-icon svg{display:block}.setting-page .logout-section{padding:0 .42667rem .85333rem}.setting-page .logout-section .logout-btn{position:relative;overflow:hidden;border:none;border-radius:.32rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.setting-page .logout-section .logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.setting-page .logout-section .logout-btn:hover:before{left:100%}.setting-page .logout-section .logout-btn:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .16rem #00000012,0 .05333rem .10667rem #0000000f}.setting-page .logout-section .logout-btn:active{transform:translateY(0)}.setting-page .logout-section .logout-btn{background:linear-gradient(135deg,#f96446,#ff8a73);border:none;border-radius:.32rem;height:1.28rem;font-size:.42667rem;font-weight:700;color:#fff;box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;text-align:center}@media screen and (max-width: 375px){.setting-page .user-section{padding:.64rem .32rem .53333rem}.setting-page .user-section .avatar-container .avatar{width:1.86667rem;height:1.86667rem}.setting-page .user-section .username{font-size:.42667rem}.setting-page .account-info{padding:.32rem}.setting-page .account-info .info-item{padding:.21333rem 0}.setting-page .account-info .info-item .label,.setting-page .account-info .info-item .value,.setting-page .account-info .info-item .address{font-size:.37333rem}.setting-page .setting-options .setting-item{padding:.10667rem .21333rem}.setting-page .setting-options .setting-item .setting-content{min-height:1.06667rem}.setting-page .setting-options .setting-item .setting-title{font-size:.32rem}.setting-page .setting-options .setting-item .list-extra .status-text,.setting-page .setting-options .setting-item .list-extra .action-text{padding:.02667rem .16rem;font-size:.26667rem}.setting-page .setting-options .setting-item .list-extra .arrow-icon svg{width:.37333rem;height:.37333rem}.setting-page .logout-section{padding:0 .32rem .64rem}.setting-page .logout-section .logout-btn{height:1.06667rem;font-size:.37333rem}}.upgrade-page{min-height:100vh;background:linear-gradient(135deg,#fff,#f8fafc,#f1f5f9);position:relative;overflow:hidden;padding:0}.upgrade-page .particles-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.upgrade-page .particles-container .particle{position:absolute;width:.08rem;height:.08rem;background:linear-gradient(45deg,#f96446,#ff8a73);border-radius:50%;animation:float 6s infinite ease-in-out;opacity:.4}.upgrade-page .particles-container .particle:nth-child(odd){background:linear-gradient(45deg,#60a5fa,#f96446);animation-duration:8s}.upgrade-page .particles-container .particle:nth-child(3n){background:linear-gradient(45deg,#34d399,#ff8a73);animation-duration:10s}.upgrade-page .hero-section{position:relative;z-index:2;padding:.85333rem .42667rem .64rem;text-align:center;background:linear-gradient(135deg,#f9644614,#60a5fa0d,#34d39914);border-radius:0 0 .85333rem .85333rem;margin-bottom:.53333rem}.upgrade-page .hero-section .hero-content{position:relative}.upgrade-page .hero-section .level-display{display:flex;align-items:center;justify-content:center;gap:.42667rem;margin-bottom:.53333rem}.upgrade-page .hero-section .level-display .current-level-badge{position:relative;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.53333rem;padding:.42667rem .53333rem;box-shadow:0 .21333rem .85333rem #f9644640,0 0 0 .02667rem #fff3;transform:scale(1.05);animation:pulse-glow 2s infinite ease-in-out}.upgrade-page .hero-section .level-display .current-level-badge .level-glow{position:absolute;top:-.05333rem;left:-.05333rem;right:-.05333rem;bottom:-.05333rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.58667rem;opacity:.2;filter:blur(.21333rem);animation:glow-pulse 2s infinite ease-in-out}.upgrade-page .hero-section .level-display .current-level-badge .level-content{position:relative;z-index:1;color:#fff;text-align:center}.upgrade-page .hero-section .level-display .current-level-badge .level-content .level-number{display:block;font-size:.85333rem;font-weight:800;line-height:1;margin-bottom:.10667rem;text-shadow:0 .05333rem .10667rem rgba(0,0,0,.3)}.upgrade-page .hero-section .level-display .current-level-badge .level-content .level-label{display:block;font-size:.32rem;opacity:.9;font-weight:500}.upgrade-page .hero-section .level-display .level-arrow{color:#f96446;animation:bounce-horizontal 1.5s infinite ease-in-out;filter:drop-shadow(0 .05333rem .10667rem rgba(249,100,70,.3))}.upgrade-page .hero-section .level-display .next-level-badge{background:#fffc;border:.05333rem dashed rgba(249,100,70,.3);border-radius:.42667rem;padding:.32rem .42667rem;-webkit-backdrop-filter:blur(.26667rem);backdrop-filter:blur(.26667rem);box-shadow:0 .10667rem .53333rem #0000000d}.upgrade-page .hero-section .level-display .next-level-badge .next-level-content{color:#595959;text-align:center}.upgrade-page .hero-section .level-display .next-level-badge .next-level-content .next-level-number{display:block;font-size:.64rem;font-weight:700;line-height:1;margin-bottom:.10667rem}.upgrade-page .hero-section .level-display .next-level-badge .next-level-content .next-level-label{display:block;font-size:.29333rem;opacity:.7}.upgrade-page .hero-section .level-name{font-size:.53333rem;font-weight:600;color:#1a1a1a;margin-bottom:.53333rem;text-shadow:none}.upgrade-page .hero-section .progress-container{background:#ffffffe6;border-radius:.42667rem;padding:.42667rem;-webkit-backdrop-filter:blur(.26667rem);backdrop-filter:blur(.26667rem);border:.02667rem solid rgba(249,100,70,.15);box-shadow:0 .10667rem .53333rem #00000014}.upgrade-page .hero-section .progress-container .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.32rem}.upgrade-page .hero-section .progress-container .progress-header .progress-title{color:#1a1a1a;font-size:.37333rem;font-weight:600}.upgrade-page .hero-section .progress-container .progress-header .progress-percentage{color:#f96446;font-size:.42667rem;font-weight:700;font-family:monospace}.upgrade-page .hero-section .progress-container .progress-bar-container{position:relative}.upgrade-page .hero-section .progress-container .progress-bar-container .progress-bar{width:100%;height:.21333rem;background:#0000000d;border-radius:.10667rem;overflow:hidden;position:relative}.upgrade-page .hero-section .progress-container .progress-bar-container .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#f96446,#ff8a73,#60a5fa,#34d399);border-radius:.10667rem;position:relative;transition:width 1s cubic-bezier(.4,0,.2,1)}.upgrade-page .hero-section .progress-container .progress-bar-container .progress-bar .progress-fill .progress-glow{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:progress-shimmer 2s infinite}.upgrade-page .hero-section .progress-container .progress-bar-container .progress-particles{position:absolute;top:-.10667rem;left:0;right:0;height:.42667rem}.upgrade-page .hero-section .progress-container .progress-bar-container .progress-particles .progress-particle{position:absolute;width:.16rem;height:.16rem;background:#f96446;border-radius:50%;animation:particle-move 3s infinite ease-in-out;box-shadow:0 0 .21333rem #f96446}.upgrade-page .benefits-grid{display:grid;grid-template-columns:1fr;gap:.42667rem;padding:0 .42667rem;position:relative;z-index:2}.upgrade-page .benefits-grid .benefit-card{background:#fffffff2;border:.02667rem solid rgba(249,100,70,.12);border-radius:.53333rem;padding:.53333rem;-webkit-backdrop-filter:blur(.26667rem);backdrop-filter:blur(.26667rem);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 .10667rem .53333rem #0000000f}.upgrade-page .benefits-grid .benefit-card:hover{transform:translateY(-.10667rem);box-shadow:0 .32rem 1.06667rem #0000001f;border-color:#f9644640}.upgrade-page .benefits-grid .benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.08rem;border-radius:.53333rem .53333rem 0 0}.upgrade-page .benefits-grid .benefit-card.current-benefits:before{background:linear-gradient(90deg,#34d399,#f96446)}.upgrade-page .benefits-grid .benefit-card.upgrade-rules:before{background:linear-gradient(90deg,#fbbf24,#ff8a73)}.upgrade-page .benefits-grid .benefit-card.next-benefits:before{background:linear-gradient(90deg,#f96446,#60a5fa)}.upgrade-page .benefits-grid .benefit-card .card-header{display:flex;align-items:center;margin-bottom:.32rem}.upgrade-page .benefits-grid .benefit-card .card-header .card-icon{width:1.06667rem;height:1.06667rem;background:#f964461a;border-radius:.32rem;display:flex;align-items:center;justify-content:center;margin-right:.32rem;color:#f96446}.upgrade-page .benefits-grid .benefit-card .card-header .card-title{font-size:.42667rem;font-weight:700;color:#1a1a1a}.upgrade-page .benefits-grid .benefit-card .card-header .rule-text{display:flex;font-size:.37333rem;color:var(--adm-color-primary);font-family:PingFang SC,sans-serif;margin-left:auto}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item{display:flex;align-items:flex-start;padding:.16rem 0;border-bottom:.02667rem solid rgba(255,255,255,.05);transition:all .2s ease}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item:last-child{border-bottom:none}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item:hover{background:#ffffff0d;margin:0 -.53333rem;padding-left:.53333rem;padding-right:.53333rem;border-radius:.32rem}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item .equity-icon{width:.64rem;height:.64rem;margin-right:.32rem;margin-top:.05333rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:.16rem;background:#f964461a;transition:all .3s ease}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item .equity-icon svg{width:.53333rem;height:.53333rem;transition:all .3s ease}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item .equity-text{flex:1;font-size:.37333rem;line-height:1.5;color:#595959}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.current .equity-icon{background:#34d3991a;color:#22c55e}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.current .equity-icon svg{transform:scale(1.1)}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.next .equity-icon{background:#f9644626;color:#f96446;animation:icon-pulse 2s infinite}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.next .equity-icon svg{transform:scale(1.05)}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.next .equity-text{font-weight:500}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.rules .equity-icon{background:#fbbf241a;color:#f59e0b}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item.rules .equity-icon svg{transform:scale(1.05)}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item:hover .equity-icon{transform:scale(1.05);box-shadow:0 .10667rem .32rem #0000001a}.upgrade-page .benefits-grid .benefit-card .card-content .equity-list .equity-item:hover .equity-icon svg{transform:scale(1.1)}.upgrade-page .benefits-grid .benefit-card .card-content .empty{padding:.53333rem;text-align:center;font-size:.37333rem;color:#595959;background:#00000005;border-radius:.32rem}.upgrade-page .upgrade-cta{padding:.85333rem .42667rem;position:relative;z-index:2}.upgrade-page .upgrade-cta .cta-content{text-align:center}.upgrade-page .upgrade-cta .cta-content .cta-text{margin-bottom:.53333rem}.upgrade-page .upgrade-cta .cta-content .cta-text h3{font-size:.64rem;font-weight:700;color:#1a1a1a;margin-bottom:.21333rem;text-shadow:none}.upgrade-page .upgrade-cta .cta-content .cta-text p{font-size:.37333rem;color:#595959;margin:0}.upgrade-page .upgrade-cta .cta-content .upgrade-btn{position:relative;height:1.6rem;background:linear-gradient(135deg,#f96446,#ff8a73);border:none;border-radius:.8rem;box-shadow:0 .21333rem .85333rem #f964464d,0 0 0 .02667rem #fff3;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.upgrade-page .upgrade-cta .cta-content .upgrade-btn:hover{transform:translateY(-.05333rem);box-shadow:0 .32rem 1.06667rem #f9644666,0 0 0 .02667rem #ffffff4d}.upgrade-page .upgrade-cta .cta-content .upgrade-btn:active{transform:translateY(0)}.upgrade-page .upgrade-cta .cta-content .upgrade-btn .btn-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:.21333rem}.upgrade-page .upgrade-cta .cta-content .upgrade-btn .btn-content .btn-text{font-size:.42667rem;font-weight:700;color:#fff}.upgrade-page .upgrade-cta .cta-content .upgrade-btn .btn-content .btn-icon{color:#fff}.upgrade-page .upgrade-cta .cta-content .upgrade-btn .btn-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:button-shimmer 3s infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.6}50%{transform:translateY(-.53333rem) rotate(180deg);opacity:1}}@keyframes pulse-glow{0%,to{transform:scale(1.05);box-shadow:0 .21333rem .85333rem #f9644640,0 0 0 .02667rem #fff3}50%{transform:scale(1.08);box-shadow:0 .32rem 1.06667rem #f9644659,0 0 0 .05333rem #ffffff4d}}@keyframes glow-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes bounce-horizontal{0%,to{transform:translate(0)}50%{transform:translate(.21333rem)}}@keyframes progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes particle-move{0%{transform:translate(0) scale(0);opacity:0}50%{transform:translate(1.33333rem) scale(1);opacity:1}to{transform:translate(2.66667rem) scale(0);opacity:0}}@keyframes button-shimmer{0%{left:-100%}to{left:100%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes icon-pulse{0%,to{transform:scale(1);box-shadow:0 0 #f9644666}50%{transform:scale(1.05);box-shadow:0 0 0 .10667rem #f964461a}}@media (max-width: 375px){.upgrade-page .hero-section{padding:.64rem .32rem .53333rem}.upgrade-page .hero-section .level-display{flex-direction:column;gap:.32rem}.upgrade-page .hero-section .level-display .level-arrow{transform:rotate(90deg)}.upgrade-page .hero-section .level-name{font-size:.48rem}.upgrade-page .benefits-grid{padding:0 .32rem;gap:.32rem}.upgrade-page .benefits-grid .benefit-card{padding:.42667rem}.upgrade-page .upgrade-cta{padding:.64rem .32rem}.upgrade-page .upgrade-cta .cta-content .cta-text h3{font-size:.53333rem}}.upgrade-nft-item{width:2.13333rem;flex:0 0 auto;border:.02667rem solid #eee;border-radius:.32rem;padding:.21333rem;text-align:center;cursor:pointer;background:#fff;transition:all .2s ease;position:relative}.upgrade-nft-item.selected{border:.05333rem solid #1677ff;box-shadow:0 .10667rem .32rem #1677ff33}.upgrade-nft-item:hover{transform:translateY(-.05333rem);box-shadow:0 .10667rem .32rem #0000001a}.upgrade-nft-item .upgrade-nft-image-container{position:relative;width:100%;height:1.6rem;margin-bottom:.16rem}.upgrade-nft-item .upgrade-nft-image{width:100%;height:100%;object-fit:cover;border-radius:.21333rem}.upgrade-nft-item .nft-level{position:absolute;top:.08rem;right:.08rem;background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;font-size:.32rem;font-weight:700;padding:.10667rem .21333rem;border-radius:.32rem;box-shadow:0 .05333rem .21333rem #00000026;z-index:2;pointer-events:none;transform-origin:right top;transform:scale(.6)}.upgrade-nft-item .upgrade-nft-label{font-size:.32rem;color:#666;font-weight:500}.fans-page{background:#f5f5f5;height:100vh}.fans-page .table{display:flex;flex-direction:column;margin:.32rem;box-sizing:border-box;height:calc(100vh - 2.13333rem);background:#fff;border-radius:.21333rem;overflow:hidden;box-shadow:0 .05333rem .21333rem #0000000f}.fans-page .table .thead{display:grid;grid-template-columns:1fr 1fr;padding:.32rem .42667rem;border-bottom:.02667rem solid #f0f0f0;font-weight:600;color:#333;align-items:center;font-size:small}.fans-page .table .thead .th.col-info,.fans-page .table .thead .th.col-team,.fans-page .table .thead .th.col-valid{text-align:center}.fans-page .table .thead .th.col-valid span{margin-right:.16rem}.fans-page .table .tbody{font-size:small;flex:1;width:100%;overflow-y:auto;display:flex;flex-direction:column}.fans-page .table .tbody .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.64rem .32rem;color:#999}.fans-page .table .tbody .empty-state .empty-icon{color:#d9d9d9;margin-bottom:.21333rem}.fans-page .table .tbody .empty-state .empty-text{font-size:.37333rem;color:#666;margin-bottom:.10667rem;font-weight:600}.fans-page .table .tbody .empty-state .empty-subtext{font-size:.32rem;color:#999}.fans-page .table .tbody .tr{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:.32rem .42667rem;border-bottom:.02667rem solid #f7f7f7}.fans-page .table .tbody .tr .td.col-info{display:flex;align-items:center;gap:.26667rem}.fans-page .table .tbody .tr .td.col-info .nickname{font-size:.37333rem;color:#333}.fans-page .table .tbody .tr .td.col-info .avatar{border-radius:50%}.fans-page .table .tbody .tr .td.col-team,.fans-page .table .tbody .tr .td.col-valid{display:flex;align-items:center;justify-content:center;text-align:center;font-weight:600;color:#444}.fans-page .table .tbody .tr .td.col-team .valid-icon,.fans-page .table .tbody .tr .td.col-valid .valid-icon{width:.48rem;height:.48rem;margin-left:.16rem}.fans-page .table .tbody .loading-more,.fans-page .table .tbody .no-more{display:flex;justify-content:center;align-items:center;padding:.42667rem;color:#999;font-size:.37333rem}.fans-page .table .tbody .loading-text,.fans-page .table .tbody .no-more-text{position:relative}.fans-page .table .tbody .loading-text:after{content:"";display:inline-block;width:.32rem;height:.32rem;border:.05333rem solid #f96446;border-top:.05333rem solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-left:.21333rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.simple-explain-modal{position:relative;padding:.21333rem .10667rem .42667rem}.simple-explain-modal .close-x{position:absolute;top:-.21333rem;right:-.10667rem;font-size:.58667rem;line-height:1;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none}.simple-explain-modal .text{font-size:.42667rem;color:#444;line-height:1.6}.valid-count-table{background:#fff;border-radius:.32rem;overflow:hidden;box-shadow:0 .10667rem .32rem #00000014;border:.02667rem solid rgba(0,0,0,.06)}.table-header{display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(135deg,#f96446,#ff8a73);color:#fff;font-weight:600;font-size:.37333rem}.header-cell{padding:.42667rem .53333rem;text-align:center;border-right:.02667rem solid rgba(255,255,255,.2)}.header-cell:last-child{border-right:none}.table-body{display:flex;flex-direction:column}.table-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:.02667rem solid rgba(0,0,0,.04);transition:all .3s ease}.table-row:last-child{border-bottom:none}.table-row:hover{background:linear-gradient(135deg,#f964460d,#ff8a730d)}.table-cell{padding:.42667rem .53333rem;text-align:center;border-right:.02667rem solid rgba(0,0,0,.04)}.table-cell:last-child{border-right:none}.level-cell{font-size:.4rem;font-weight:600;color:#333}.count-cell{font-size:.4rem;font-weight:700;color:#f96446}.loading{text-align:center;padding:1.06667rem .53333rem;color:#6c757d;font-size:.42667rem}.empty-state{text-align:center;padding:1.06667rem .53333rem;color:#6c757d}.empty-state .empty-text{font-size:.42667rem;color:#6c757d}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(.8rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.page-container .form-container{padding:.53333rem .42667rem;max-width:10.66667rem;margin:0 auto}@media screen and (max-width: 375px){.page-container .form-container{padding:.42667rem .32rem}}@media screen and (min-width: 414px){.page-container .form-container{padding:.64rem .53333rem}}.page-container .page-title{font-size:.48rem;font-weight:600;color:#1a1a1a;margin-bottom:.53333rem;text-align:center;margin-bottom:.85333rem}.page-container .card{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.page-container .card:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.page-container .card:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.page-container .card:hover:before{opacity:1}.page-container .tips{font-size:.32rem;color:#8c8c8c;line-height:1.4;text-align:center;margin-bottom:.42667rem}.page-container .submit-button{margin-top:.53333rem;position:relative;overflow:hidden;border:none;border-radius:.32rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f}.page-container .submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.page-container .submit-button:hover:before{left:100%}.page-container .submit-button:hover{transform:translateY(-.02667rem);box-shadow:0 .10667rem .16rem #00000012,0 .05333rem .10667rem #0000000f}.page-container .submit-button:active{transform:translateY(0)}.page-container .submit-button{border-radius:.32rem;height:1.28rem;font-size:.42667rem;font-weight:700;color:#fff;box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d}.page-container .password-input-wrapper{position:relative;display:flex;align-items:center}.page-container .password-input-wrapper .adm-input{padding-right:1.06667rem}.page-container .password-input-wrapper .password-toggle{position:absolute;right:.32rem;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.10667rem;color:#999;transition:color .2s ease;z-index:1}.page-container .password-input-wrapper .password-toggle:hover{color:#666}.page-container .password-input-wrapper .password-toggle svg{width:.42667rem;height:.42667rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(.21333rem);backdrop-filter:blur(.21333rem);display:flex;align-items:center;justify-content:center;z-index:1000;padding:.53333rem;animation:modalFadeIn .4s cubic-bezier(.4,0,.2,1)}.modal-content{background:linear-gradient(145deg,#fff,#fafbfc);border-radius:.42667rem;box-shadow:0 .85333rem 1.70667rem #0000001f,0 .42667rem .85333rem #00000014,0 0 0 .02667rem #fffc;max-width:11.2rem;width:100%;max-height:85vh;overflow:hidden;animation:modalSlideIn .5s cubic-bezier(.34,1.56,.64,1);position:relative}.modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:.10667rem;background:linear-gradient(90deg,#f96446,#ff8a73,#60a5fa);border-radius:.42667rem .42667rem 0 0}.modal-header{display:flex;align-items:center;padding:.37333rem;border-bottom:.02667rem solid rgba(0,0,0,.06);gap:.32rem;position:relative}.modal-header:after{content:"";position:absolute;bottom:0;left:.32rem;right:.32rem;height:.02667rem;background:linear-gradient(90deg,transparent 0%,rgba(249,100,70,.2) 50%,transparent 100%)}.header-icon{width:1.01333rem;height:1.01333rem;background:linear-gradient(135deg,#f96446,#ff8a73);border-radius:.21333rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 .10667rem .32rem #f964464d,0 .05333rem .16rem #f9644633;position:relative;overflow:hidden}.header-icon:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);animation:iconShimmer 3s infinite}.header-title{font-size:.42667rem;font-weight:700;color:#1a1a1a;flex:1;letter-spacing:-.02em;line-height:1.3}.close-btn{width:.74667rem;height:.74667rem;border:none;background:linear-gradient(145deg,#f8f9fa,#e9ecef);border-radius:.64rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#6c757d;box-shadow:0 .05333rem .10667rem #0000001a;position:relative;overflow:hidden}.close-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,#e9ecef,#f8f9fa);opacity:0;transition:opacity .3s ease}.close-btn:hover{transform:translateY(-.05333rem) scale(1.05);box-shadow:0 .10667rem .32rem #00000026;color:#495057}.close-btn:hover:before{opacity:1}.close-btn:active{transform:translateY(0) scale(.95);box-shadow:0 .05333rem .21333rem #0000001a}.modal-body{padding:.37333rem;max-height:65vh;overflow-y:auto;position:relative}.modal-body::-webkit-scrollbar{width:.10667rem}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f96446,#ff8a73);border-radius:.05333rem}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(.21333rem);backdrop-filter:blur(.21333rem)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(1.06667rem) scale(.9) rotateX(6deg)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0)}}@keyframes iconShimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;font-size:.37333rem;line-height:1.5;color:#1a1a1a}#root{height:100%}html{font-size:.37333rem}@media screen and (max-width: 320px){html{font-size:.32rem}}@media screen and (min-width: 414px){html{font-size:.42667rem}}.page-container{min-height:100vh;background-color:#fafafa;padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.flex-1{flex:1}.mt-8{margin-top:.21333rem}.mt-16{margin-top:.42667rem}.mt-24{margin-top:.64rem}.mb-8{margin-bottom:.21333rem}.mb-16{margin-bottom:.42667rem}.mb-24{margin-bottom:.64rem}.ml-8{margin-left:.21333rem}.ml-16{margin-left:.42667rem}.mr-8{margin-right:.21333rem}.mr-16{margin-right:.42667rem}.pt-8{padding-top:.21333rem}.pt-16{padding-top:.42667rem}.pt-24{padding-top:.64rem}.pb-8{padding-bottom:.21333rem}.pb-16{padding-bottom:.42667rem}.pb-24{padding-bottom:.64rem}.pl-8{padding-left:.21333rem}.pl-16{padding-left:.42667rem}.pr-8{padding-right:.21333rem}.pr-16{padding-right:.42667rem}.card{background:#fff;border-radius:.42667rem;box-shadow:0 .02667rem .08rem #0000001a,0 .02667rem .05333rem #0000000f;padding:.42667rem;border:.02667rem solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:.02667rem;background:linear-gradient(135deg,#f96446,#ff8a73);opacity:0;transition:opacity .3s ease}.card:hover{transform:translateY(-.05333rem);box-shadow:0 .26667rem .4rem #0000001a,0 .10667rem .16rem #0000000d;border-color:#e8e8e8}.card:hover:before{opacity:1}.card{margin:.42667rem}.btn-primary{background:#f96446;border:none;color:#fff;border-radius:.21333rem;font-weight:500;transition:all .3s ease}.btn-primary:hover{background:#fb8d77}.btn-primary:active{background:#f84f2d;transform:scale(.98)}.btn-primary{height:1.06667rem;font-size:.37333rem;padding:0 .42667rem;border-radius:.21333rem}.btn-secondary{background:transparent;border:.02667rem solid #f96446;color:#f96446;border-radius:.21333rem;font-weight:500;transition:all .3s ease}.btn-secondary:hover{background:#f96446;color:#fff}.btn-secondary{height:1.06667rem;font-size:.37333rem;padding:0 .42667rem;border-radius:.21333rem}.input-group{margin-bottom:.42667rem}.input-label{display:block;margin-bottom:.21333rem;font-size:.32rem;color:#595959;line-height:1.4}.page-title{font-size:.48rem;font-weight:600;color:#1a1a1a;margin-bottom:.53333rem;text-align:center}.form-container{padding:.64rem .42667rem;max-width:10.66667rem;margin:0 auto}.form-item{margin-bottom:.53333rem}.loading-container{display:flex;align-items:center;justify-content:center;height:5.33333rem}.empty-container{flex-direction:column;display:flex;align-items:center;justify-content:center;height:5.33333rem;color:#8c8c8c}.upload-placeholder{flex-direction:column;display:flex;align-items:center;justify-content:center;height:3.2rem;border:.05333rem dashed #d9d9d9;border-radius:.21333rem;background-color:#fafafa;cursor:pointer;transition:all .3s}.upload-placeholder:hover{border-color:#f96446;background-color:#f0f8ff}.adm-button,.adm-input,.adm-form-item-label{font-size:.37333rem!important}.adm-checkbox,.adm-checkbox-content,.adm-checkbox-text,.adm-checkbox-icon{font-size:.32rem!important}.adm-toast,.adm-card,.adm-list{font-size:.37333rem!important}.adm-nav-bar{font-size:.42667rem!important}.adm-tab-bar{font-size:.32rem!important}:root:root{--adm-color-primary: #f96446}:root{--theme-color: #f96446}.nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
